html {
	scroll-behavior: smooth;
}
.hero {
	background: url('../images/main-banner-top.jpg') center/cover no-repeat;
	height: 65vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
}
.hero-overlay {
	background: rgba(0,0,0,0.55);
	padding: 40px;
	border-radius: 10px;
	margin-left: 15px;
    margin-right: 15px;
}
.hero-overlay h1 { margin-bottom:5px !important; }
.hero-overlay p { font-size:18px; }
.destination-card img {
/*	height: 200px; */
	object-fit: cover;
}
.whatsapp-float {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.cta-section {
	background: #ff6b35;
	color: white;
}
.carousel-indicators [data-bs-target] {
	background-color: #000;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.whatsapp-btn
{
	border: 2px solid #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 30px;
}

.whatsapp-btn:hover { background-color:#a90000; border: 2px solid #fff; }

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 16px;
        padding-left: 16px;
    }
}

.nav-link { font-weight: 700 !important; color: #000 !important; font-size:16px; }
section{
  scroll-margin-top:40px;
}
.navbar { background-color: #ffd974 !important; }
.navbar-toggler { background-color: #ffffff; }
#destinations .card-body { text-align: center; background-color: #fff6dd; }
#destinations .card-body h5 { margin-bottom: 0px; }
a { text-decoration:none !important; }
.bg-dark { color: #fff !important; }
.dotted-box { border:2px dotted #FF0000; border-radius:12px; padding-top:15px; background-color: #fff; color:#000 !important; }
.accordion-button { font-weight: 700; font-size: 18px; }