  @import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Spicy+Rice&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
:root{
  --brand:#198c48;
  --dark:#2f3032;
  --muted:#6b7280;
}
body{
   font-family: "Poppins", sans-serif;
  background:#f7f9f8;
}
.btn-brand{
  background:var(--brand);
  color:#fff;
  font-weight:600;
}
.btn-brand:hover{background:#15743c}
.shadow-soft {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    z-index: 1;
    position: relative;
}

.jyde {
    margin-top: -110px;
}

section.bg-info-subtle {
    min-height: 440px;
}
.nav-link img {
    width: 30px;
    margin-right: 5px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: transparent;
    color: #198c48;
}

ul.nav.nav-pills.mb-3.gap-2 {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
       margin: 0 40px;
    padding: 16px;
    border-radius: 20px;
}

.grew {
    margin-top: -47px;
    height: 162px;
    padding-top: 50px !important;
}

button.nav-link {
    color: #000;
}

.ad img {
    width: 100%;
    border-radius: 15px;
}

section.bg-info-subtle {
    background: url(../images/top-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

section.bg-info-subtle:after {
    content: "";
    position: absolute;
    width: 100%;
    background: #00000059;
    height: 100%;
    top: 0;
}

section.bg-info-subtle h1.fw-bold {
    z-index: 9;
    position: relative;
    color: #fff;
    padding-top: 50px;
}

footer {
    background: #198c48;
    color: #fff !important;
}

.promo-ad-section {
  background: #f7f9fc;
}

.btn-brand {
  background: #198c48;
  color: #fff;
  border: none;
}

.btn-brand:hover {
  background: #198c48;
}

.promo-ad-section img {
    height: 300px !important;
    object-fit: cover;
}

.google-ad-section {
  background: #fafafa;
  padding: 20px 0;
}

.google-ad-box {
  max-width: 970px;
  margin: auto;
}

a.fw-semibold {
    color: #fff!important;
    background: #198c48 !important;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 30px;
    text-decoration: none;
}

section.faq-section {
    background: #00000012;
    padding: 60px 0;
}

.nav-tabs button.nav-link.active {
    background: #198c48;
    color: #fff;
}

.nav-tabs button.nav-link {
    background: #00000012;
    margin: 0 2px;
}

.faq-section {
  background: #f8f9fa;
}

.faq-accordion .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.faq-accordion .accordion-button {
  font-weight: 600;
  padding: 18px 22px;
  background: #ffffff;
  color: #212529;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #198c4836;
    color: #198c48;
}

.faq-accordion .accordion-button i {
  color: #0d6efd;
}

.faq-accordion .accordion-body {
  background: #ffffff;
  font-size: 15px;
  line-height: 1.7;
}

.faq-accordion a {
  color: #0d6efd;
  text-decoration: none;
  font-weight: 500;
}

.faq-accordion a:hover {
  text-decoration: underline;
}

nav.navbar {
    position: absolute;
    width: 100%;
    z-index: 1;
}

a.navbar-brand {
    background: #fff;
    border-radius: 8px;
}

.tabs-wrapper {
  top: 0;
  z-index: 1020; /* higher than content */
  padding: 10px 0;
}

.tabs-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1050;
  box-shadow: 0 2px 10px rgba(0,0,0,.1);
}

ul.nav.nav-pills {
    border-radius: 18px;
    padding: 12px;
    margin: 0 20px;
}

.tabs-fixed ul.nav.nav-pills {
    box-shadow: none !important;
}

ul.nav.nav-pills a.navbar-brand {
    display: none !important;
}

.tabs-fixed ul.nav.nav-pills a.navbar-brand {
    display: block !important;
}

.card {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 12px;
}

.owl-nav button {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.card {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Heading Styling */
        .section-title {
            font-size: 24px;
            color: #333;
            margin-bottom: 30px;
            font-weight: 600;
        }

        /* Card Styling */
        .stay-card {
            background: #fff;
            border-radius: 12px;
            overflow: hidden; /* Ensures image respects border radius */
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
            transition: transform 0.3s ease;
            text-align: center;
            margin-bottom: 20px; /* Space for shadow */
        }

        .stay-card:hover {
            transform: translateY(-5px);
        }

        .stay-card img {
            width: 100%;
            height: 200px; /* Fixed height for consistency */
            object-fit: cover; /* Ensures image fills area without distortion */
            display: block;
        }

        .stay-title {
            padding: 15px 10px;
            font-weight: 700;
            color: #000;
            text-transform: uppercase;
            font-size: 14px;
            letter-spacing: 0.5px;
        }

        /* Owl Carousel Navigation/Dots Customization (Optional) */
        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #D6D6D6;
        }
        
        .owl-theme .owl-dots .owl-dot.active span, 
        .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791;
        }
section.stay {
    padding: 50px 0 0;
}






@media (min-width: 300px) and (max-width: 768px) {

button.navbar-toggler {
    color: #fff !important;
    border-color: #fff;
    background: #fff;
}

button.navbar-toggler span.navbar-toggler-icon {
    color: #fff;
    border-color: #fff !important;
}

button.nav-link {
    font-size: 14px;
}

button.nav-link img {
    width: 22px;
}

.grew {
    height: auto;
}

li.nav-item {
    margin-bottom: 2px;
}

.tabs-fixed {
    position: relative;
    background: transparent;
    box-shadow: none;
}

}


@media (min-width: 769px) and (max-width: 990px) {

button.navbar-toggler {
    color: #fff !important;
    border-color: #fff;
    background: #fff;
}

button.navbar-toggler span.navbar-toggler-icon {
    color: #fff;
    border-color: #fff !important;
}

button.nav-link {
    font-size: 14px;
}

button.nav-link img {
    width: 22px;
}

.grew {
    height: auto;
}

li.nav-item {
    margin-bottom: 2px;
}

.tabs-fixed {
    position: relative;
    background: transparent;
    box-shadow: none;
}

.ird {
    display: inline-block !important;
}

}
