@import url('https://fonts.googleapis.com/css2?family=Cause:wght@100..900&family=Maven+Pro:wght@400..900&display=swap');

* {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}



.font {
    font-family: "Maven Pro", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


.top-bar {
    color: rgb(1, 74, 47);
    text-align: center;
    display: grid;
    font-weight: 800;
    grid-template-columns: 20% 80%;
    align-items: center;
    background-color: transparent;
}

.top-bar li {
    list-style: none;
    background-color: rgb(0, 85, 38);
    padding: 10px 20px;
    color: white;
    border-radius: 3px;
    font-weight: 600;
}

.top-bar-right a {
    list-style: none;
    background-color: rgb(0, 85, 38);
    padding: 5px;
    color: white;
    border-radius: 3px;
}

.social-link {
    text-decoration: none;
    color: var(--background-color);
    background-color: transparent;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 30px;

}

.hide-logo img {
    opacity: 0 !important;
}

.navbar-brand img {
    width: 145px;
   
}

.abs-logo {
    position: absolute;
    left: 37px;
    top: -2px;
    z-index: 10000 !important;
    width: 230px;
}
.main-header .navbar-brand img{
 width: 45px !important;
 opacity: 0 !important;
}

.logo2 img {
    width: 110px;

}

.top-bar-left ul {
    display: flex;
    justify-content: start;
    align-items: center;
    list-style: none;
    gap: 40px;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
}

.top-bar-right {
    background-color: transparent;
    display: flex;
    justify-content: end;
    align-items: center;
    list-style: none;
    gap: 10px;
    margin: 0px;
    padding: 0px;
    font-size: 16px;

}

.top-bar-right a {
    text-decoration: none;
    color: white;
    font-size: 18px;

}

.top-bar-right i {

    color: var(--primary-color);
    font-size: 16px;
    background-color: var(--background-color);
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

/* Smooth scroll for ID-based navigation */
html {
    scroll-behavior: smooth;
}

/* Navbar link */
.nav-link {
    position: relative;

}


.owl-carousel .owl-nav button.owl-next {
    position: absolute !important;
    background-color: rgba(255, 255, 255, 0.551) !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 50% !important;
    top: 40% !important;
    right: 0px !important;
    color: black !important;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute !important;
    background-color: rgba(255, 255, 255, 0.451) !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 50% !important;
    top: 40% !important;
    left: 0px !important;
    color: black !important;

}


.white-btn {
    display: inline-block;
    padding: 8px 20px;
    background-color: #ffffff;
    color: #222222;
    /* Text color */
    font-weight: 600;
    border: 2px solid white;
    /* Border color */
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

/* Pulse animation for New badge */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Target section spacing fix (for fixed header) */
#events {
    scroll-margin-top: 100px;
    /* adjust based on header height */
}


.navbar {
    background-color: transparent !important;
    padding: 20px !important;
}

.phone-navbar {
    background-color: #BCFFCC !important;
    position: fixed !important;
    top: 0px !important;
    padding:  0px !important;
    width: 100%;
    z-index: 9999 !important;
    display: none !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}



.main-header,
.second-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.main-header {
    position: relative;
    background-color: #ffffff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important;

}

/* background image layer */
.main-header::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/image/bg.png') center / cover no-repeat;
    transition: opacity .5s ease-in-out;
    z-index: 0;
    opacity: 1;

}

/* dark overlay */
.main-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.6);
    transition: opacity 0.5s ease-in-out;
    z-index: 1;
    opacity: 1;
}

/* hover = fade out bg smoothly */
.main-header:hover::after,
.main-header:hover::before {
    opacity: .2;
}




/* Keep content above overlay */
.main-header>.navbar,
.main-header>.top-bar {
    position: relative;
    z-index: 2;
}


.second-header {
    transform: translateY(-100%);
    opacity: 0;
}

.main-header.hidden {
    transform: translateY(-100%);
    opacity: 0;
}

.second-header.visible {
    transform: translateY(0);
    opacity: 1;
}

.main-header {
    transform: translateY(0);
    opacity: 1;
}

.main-header.hidden {
    transform: translateY(-100%);
    opacity: 0;
}

.second-header {
    transform: translateY(-100%);
    opacity: 0;
}

.second-header.visible {
    transform: translateY(0);
    opacity: 1;
}


.header2 {
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    background: white;
    border-radius: 0px 0px 16px 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.6px);
    -webkit-backdrop-filter: blur(9.6px);
    padding: 6px 0px !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header2 nav {
    padding: 5px;
}



.nav-links i {
    font-size: 12px;
    color: #62A4D2;
}

.main-header .nav-link {
    font-size: 16px !important;
    color: rgb(0, 85, 38) !important;
    margin-left: 10px !important;
    font-weight: 600;

}

.second-header .nav-link {
    font-size: 16px !important;
    color: rgb(0, 85, 38) !important;
    margin-left: 10px !important;
    font-weight: 600;

}


.nav-links ul li a {
    text-decoration: none;
    color: var(--text-color);
    transition: color 0.3s ease;
}


.nav-links ul li a:hover {
    color: #007bff;
}


.nav-menu {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.main-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 10px 8px;
    padding-right: 30px;
    background: transparent;
    color: rgb(41, 0, 0);

    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.main-btn .btn-text {
    white-space: nowrap;
}

.main-btn .btn-icon {
    width: 36px;
    height: 36px;
    background: var(--background-color);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}


.main-btn:hover .btn-icon {
    transform: translateX(5px);
    background: #e9f4ff;
}


/* Navbar */
.custom-navbar {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #0d1117;
    display: flex;
}

/* Nav item */
.custom-item {
    position: relative;
}

/* Nav link */
.custom-link {
    color: var(--primary-color);
    text-decoration: none;

    font-size: 15px;
}

/* Arrow */
.custom-link svg {
    transition: transform 0.3s ease;
}

/* Dropdown box */
.custom-dropdown {
    position: absolute;
    top: 120%;
    left: -200px;
    min-width: 790px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
    padding: 12px 0;
    list-style: none;
    opacity: 0;
    padding: 17px;
    visibility: hidden;
    transform: translateY(15px) scale(0.95);
    transition: all 0.35s ease;
}
.custom-dropdown h5{
    color: #003b32;

}

/* Dropdown links */
.custom-dropdown li a {
    display: block;
    padding: 12px 5px;
    color: #222;
    text-decoration: none;
    font-size: 14px;
}

.custom-link li a svg {
    transition: transform 0.3s ease;
}

.custom-dropdown li a:hover {
    background: #f0f6ff;
    color: #007bff;
}

/* Align text + icon */
.custom-link {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Chevron default state */
.custom-link svg {
    transition: transform 0.3s ease;
}

/* Rotate chevron when dropdown is active */
.custom-item:hover .custom-link svg {
    transform: rotate(180deg);
}

/* Hover effects */
.custom-item:hover .custom-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.custom-item:hover .arrow {
    transform: rotate(-135deg);
}


.section-eyebrow {
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    color: white !important;
    margin-bottom: 10px;
    background-color: #003b32;
    border-radius: 30px;
    margin: auto;
    width: max-content;
    padding: 3px 20px;
}

.section-title {
    font-size: 64px;
    font-weight: 500;
    color: #00503b !important;
    margin-bottom: 60px;
    font-family: "Playfair Display", serif;
}


.section-eyebrow2 {
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    color: #003b32 !important;
    margin-bottom: 10px;
    background-color: white;

    border-radius: 30px;
    margin: auto;
    width: max-content;
    padding: 3px 20px;
}

.section-title2 {
    font-size: 64px;
    font-weight: 500;
    color: white !important;
    margin-bottom: 60px;
    font-family: "Playfair Display", serif;
}


.poster {
    margin-top: 0px;
}

.poster .item {
    position: relative;
    overflow: hidden;
}

.poster .item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(0deg, rgba(255, 255, 255, 0.023) 1%, rgba(0, 0, 0, 0.628) 100%);
}

.caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 2;
}




.jungle-counters {
    position: relative;
    z-index: 1;
    padding: 34px 16px;
    margin-top: 18px;
    border-radius: 20px;
    background: rgba(5, 18, 10, 0.85);
    border: 1px solid rgba(163, 217, 119, 0.6);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
}

.jungle-counter-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.jungle-counter-item .counter-number {
    font-size: 36px;
    font-weight: 700;
    color: #c9f28b;
    letter-spacing: 0.04em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.jungle-counter-item .counter-label {
    margin: 0;
    margin-top: 2px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    color: #e4f1d6;
    opacity: 0.9;
}

.jungle-about {
    position: relative;
    padding: 80px 0;
    background: radial-gradient(circle at top left, #2f6b3b 0%, #1a2421 40%, #0b1411 100%);
    color: #f5f8f6;
    overflow: hidden;

}
   .video-section {
  padding: 80px 0;
  background: #BBFECB;
  color: #fff;
}
.video-section-page{
    background: #BBFECB;
  border-radius: 16px;
  padding: 50px;
  padding-bottom: 340px !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
.video-heading {
  text-align: center;
  margin-bottom: 40px;
}

.video-heading span {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #9bd6b4;
  font-size: 14px;
}

.video-heading h2 {
  font-size: 36px;
  margin: 10px 0;
}

.video-heading p {
  color: #ccc;
  max-width: 600px;
  margin: 0 auto;
}

.video-wrapper {
  max-width: 900px;
  margin: auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}

.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
}


/* subtle leaf overlays */
.jungle-about::before,
.jungle-about::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 10% 20%, rgba(111, 168, 86, 0.18) 0, transparent 55%),
        radial-gradient(circle at 90% 80%, rgba(170, 215, 123, 0.16) 0, transparent 55%);
    mix-blend-mode: soft-light;
    opacity: 0.8;
}

.jungle-about::after {
    background-image:
        linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0, transparent 50%),
        linear-gradient(-135deg, rgba(0, 0, 0, 0.4) 0, transparent 50%);
    opacity: 0.5;
}

/* heading */
.jungle-title {
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: 2.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #e3f5cf;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.6);
    position: relative;
    display: inline-block;
}

.jungle-title::before,
.jungle-title::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 70px;
    top: 50%;
    background: linear-gradient(to right, #a3d977, transparent);
}

.jungle-title::before {
    right: 100%;
    margin-right: 18px;
    transform: translateY(-50%);
}

.jungle-title::after {
    left: 100%;
    margin-left: 18px;
    background: linear-gradient(to left, #a3d977, transparent);
    transform: translateY(-50%);
}

/* text side */
.jungle-content {
    position: relative;
    z-index: 1;
    background: rgba(10, 22, 16, 0.76);
    padding: 30px 30px 35px;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(167, 214, 135, 0.4);
}

.jungle-content p {
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 0.98rem;
    color: #fffdfdac;
}

/* tiny vines on card corner */
.jungle-content::before {
    content: "";
    position: absolute;
    right: -14px;
    top: -14px;
    width: 60px;
    height: 60px;
    border-top: 2px solid rgba(163, 217, 119, 0.7);
    border-right: 2px solid rgba(163, 217, 119, 0.7);
    border-radius: 18px;
    opacity: 0.8;
}

/* keep carousel look but add subtle frame */
.jungle-about .carousel {
    position: relative;
    z-index: 1;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.65);
    border: 1px solid rgba(122, 171, 106, 0.6);
}

/* read more button */
.jungle-btn {
    display: inline-block;
    background: linear-gradient(135deg, #a3d977, #3f7f4b);
    color: #05140a;
    border: none;
    padding: 10px 28px;
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.85rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.55);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.jungle-btn:hover {
    background: linear-gradient(135deg, #c7f28d, #4f945a);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.6);
    color: #031107;
}

/* section base */
.serivce-container {
    background: #bcffcc;
    padding: 100px 0;
    position: relative;
}

.event-section {
    background: #bcffcc;
    padding: 100px 0;
}
.event-section{
        background: radial-gradient(circle at top left, #2f6b3b 0%, #1a2421 40%, #0b1411 100%) !important;
    padding: 100px 0px;
}
.gallery-section {
    background: radial-gradient(circle at top left, #2f6b3b 0%, #1a2421 40%, #0b1411 100%) !important;
    padding: 100px 0px;
}

.connect-section {
    background: #bcffcc;
    padding: 100px 0;
}

.forest-service-row {
    row-gap: 32px;
}

.heading-section {
    text-align: center;
}

.forest-service-card {
    position: relative;
    height: 100%;
    border-radius: 22px;
    overflow: hidden;
    background: white;
    border: 1px solid rgba(37, 70, 47, 0.12);
    box-shadow:
        0 22px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.7) inset;
    transform: translateY(0) translateX(0);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* diagonal forest ribbon behind card */
.forest-service-card::before {
    content: "";
    position: absolute;
    inset: -40%;
    /* background: linear-gradient(135deg, rgba(23, 54, 33, 0.95), rgba(75, 120, 68, 0.9)); */
    transform: skewY(-9deg);
    opacity: 0.22;
    pointer-events: none;
}

/* subtle offset border layer */
.forest-service-card::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 18px;

    opacity: 0.0;
    transition: opacity 0.25s ease;
}

.forest-service-card .content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* image top with curved bottom */
.forest-service-card .image {
    position: relative;
    overflow: hidden;
    height: 290px;
    border-bottom-left-radius: 0% 0%;
    border-bottom-right-radius: 10% 15%;

}

.forest-service-card .service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    transition: transform 0.45s ease;
}

/* details */
.forest-service-card .details {
    padding: 18px 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* floating tag */
.forest-tag {
    align-self: flex-start;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(169, 214, 130, 0.16);
    color: #27412a;
    border: 1px solid rgba(169, 214, 130, 0.7);
    transform: translateY(-14px);
}

.main-btn {
    display: inline-block;
    background: linear-gradient(135deg, #a3d977, #3f7f4b);
    color: #05140a;
    border: none;
    padding: 13px 20px;
    border-radius: 5px !important;
    font-weight: 600;
    width: max-content;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

/* heading + text */
.forest-service-card .details h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #182618;
    margin-bottom: 0;
}

.forest-service-card .details p {
    font-size: 0.84rem;
    line-height: 1.6;
    color: #425246;
    margin-bottom: 4px;
}


.faq-section-page{
      padding: 50px;
  padding-bottom: 340px !important;
}



.event-section {
  padding: 80px 0px;

}

.event-card {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 20px;
  padding: 10px;
  margin-top: 20px;
  position: relative;
  border-radius: 10px;
}

/* ==============================
   EVENT DETAIL PAGE
============================== */

.event-detail-section {
  background: #f9fafb;
}

.event-detail-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}



/* ==============================
   IMAGE
============================== */
.event-detail-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 12px;
}

/* ==============================
   TITLE & TEXT
============================== */
.event-detail-card h1 {
  font-size: 32px;
  font-weight: 700;
  color: #111827;
}

.event-detail-card .lead {
  font-size: 16px;
  color: #374151;
  line-height: 1.7;
}

.event-description {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.8;
}




/* ==============================
   SIDEBAR
============================== */
.sidebar-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 110px;
}

.sidebar-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111827;
}

.recent-event {
  padding-bottom: 10px;
  border-bottom: 1px dashed #e5e7eb;
}

.recent-event:last-child {
  border-bottom: none;
}

.recent-event a {
  color: #1f2933;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.recent-event a:hover {
  color: #2563eb;
}

.recent-event .small {
  font-size: 12px;
}

/* ==============================
   RESPONSIVE
============================== */
@media (max-width: 991px) {
  .event-detail-card img {
    height: 280px;
  }

  .sidebar-box {
    margin-top: 30px;
    position: relative;
    top: 0;
  }
}

@media (max-width: 576px) {
  .event-detail-card h1 {
    font-size: 24px;
  }
}

.event-card2 {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  display: flex;
  gap: 20px;
  padding: 20px;
  margin-top: 10px;
  position: relative;
  border-radius: 10px;

}

.eventimages img {
  height: 260px !important;
  object-fit: cover;
}

.event-image {
  height: 300px;
  width: 100%;
  object-fit: contain;
}

.event-card3 {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  display: flex;
  gap: 20px;
  padding: 13px;
  margin-top: 20px;
  position: relative;
  border-radius: 10px;

}




.event-card img {
  border-radius: 10px !important;
  width: 100% !important;
}

.event-card2 img {
  border-radius: 10px;
  width: 260px;
}

.event-card3 img {
  border-radius: 10px;
  width: 130px;
}

.event-card h5 {
  font-size: 23px;
  font-weight: bold;
  color: #004b73;
  margin: 10px 0px;
}

.event-status {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 20px;
  border-radius: 20px;
  color: #fff;
  width: max-content;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;

}


/* Status colors */
.event-status.upcoming {
  background-color: #fd4b4b;
  /* Blue */
}

.event-status.ongoing {
  background-color: #198754;
  /* Green */
}

.event-status.completed {
  background-color: #02941df6;
  /* Gray */
}

.event-status.cancelled {
  background-color: #dc3545;
  /* Red */
}



.location {
  font-size: 13px !important;
  color: #004b73 !important;

}

.date-time {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 14px;
  color: #828282;


}

.date-time2 {
  font-size: 13px;
  color: #828282;
    font-weight: 300;
}

.date-time span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.date{
  font-weight: 300;
}
.time{
  
  font-weight: 300;
}

.date-time i {
  color: rgb(156, 156, 156);
  font-size: 14px;
  font-weight: 300;
}

.event-card p {
  font-size: 16px;
  color: #7d7d7d;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300;
}


.celab-btn{
  background-color: #55892d ;
  padding: 10px 0px;
  border-radius: 5px ;
  color: white;

  border: none;
font-weight: 700;
}

.event-btn{
  background-color: transparent ;
  padding: 10px 20px;
  border-radius: 5px ;
  color: #022f68;
    border: none;
border: 1px solid #022f68;
text-decoration: none;
font-weight: 700;

}




/* ===============================
   Contact Container
================================ */
.gallery-section-page{
     background: rgba(255, 255, 255, 0.96);
  border-radius: 16px;
  padding: 50px;
  padding-bottom: 340px !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
.about-section-page{
      background: #BCFFCC;
  border-radius: 16px;
  padding: 50px;
  padding-bottom: 340px !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
.event-section-page{
     background: rgba(255, 255, 255, 0.96);
  border-radius: 16px;
  padding: 50px;
  padding-bottom: 340px !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);}


.contact-container {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 16px;
  padding: 50px;
  padding-bottom: 340px !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* ===============================
   Contact Info Boxes
================================ */
.contact-box {
  background: #f5f8f3;
  border-radius: 14px;
  padding: 30px 25px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid rgba(63, 111, 82, 0.2);
}

.contact-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}

.contact-box h5 {
  color: #1f3d2b;
  font-weight: 600;
}

.contact-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #333333;
  font-size: 15px;
}

/* ===============================
   Contact Form
================================ */
.contact-form h3 {
  color: #1f3d2b;
  margin-bottom: 20px;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 14px;
  border-radius: 10px;
  border: 1px solid #cbd8cd;
  background: #ffffff;
  font-size: 14px;
  transition: all 0.3s ease;
}

.contact-form textarea {
  min-height: 140px;
  resize: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #3f6f52;
  outline: none;
  box-shadow: 0 0 0 2px rgba(63, 111, 82, 0.2);
}

/* ===============================
   Submit Button
================================ */
.main-btn {
  background: linear-gradient(
    135deg,
    #3f6f52,
    #1f3d2b
  );
  border: none;
  padding: 14px;
  border-radius: 12px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.4px;
  transition: all 0.3s ease;
}

.main-btn:hover {
  background: linear-gradient(
    135deg,
    #1f3d2b,
    #7a5c3e
  );
  transform: translateY(-2px);
}

/* ===============================
   Map Section
================================ */
.map-container h3 {
  color: #1f3d2b;
  font-weight: 700;
}

.map-container iframe {
  width: 100%;
  height: 360px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* ===============================
   Responsive
================================ */
@media (max-width: 768px) {
  .contact-container {
    padding: 30px 20px;
  }

  
}




.forest-service-card:hover {
    transform: translateY(-10px) translateX(-4px);
    box-shadow:
        0 26px 60px rgba(0, 0, 0, 0.18),
        0 0 0 1px rgba(133, 189, 112, 0.4) inset;
}

.forest-service-card:hover::after {
    opacity: 1;
}

.forest-service-card:hover .service-image {
    transform: scale(1.12);
}


/* bottom CTA button already defined earlier */
.forest-btn {
    background: linear-gradient(135deg, #a3d977, #3f7f4b);
    color: #05140a;
    border: none;
    padding: 11px 32px;
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.85rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    text-decoration: none;
}

.forest-btn:hover {
    background: linear-gradient(135deg, #c7f28d, #4f945a);
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
    color: #031107;
}


/* ===== Jungle-colored accordion on white bg ===== */
.accordion.accordion-flush {
    --bs-accordion-border-color: transparent;
    --bs-accordion-bg: transparent;
    --bs-accordion-active-bg: transparent;
    --bs-accordion-btn-focus-box-shadow: none;
}

.accordion-item {
    background-color: transparent;
    border: none;
    margin-bottom: 10px;
}

/* outer card with forest gradient */
.accordion-button {
    position: relative;
    background: linear-gradient(135deg, #2c6134, #0f2b19);
    color: #f3fbe9 !important;
    border-radius: 14px;
    padding: 14px 16px;
    font-size: 0.95rem;
    font-weight: 500;
    border: 1px solid rgba(74, 120, 74, 0.28);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    transition:
        background 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.2s ease;
    border-radius: 0px 10px 0px 0px !important;
}

/* remove default chevron */
.accordion-button::after {
    display: none;
}

/* active/open state: lighter gradient */
.accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #e7f6ea, #cfead5);
    color: #16341f !important;
    border-color: rgba(111, 168, 86, 0.7);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    transform: translateY(-1px);
}

/* body */
.accordion-body {
    background: #ffffff;
    border-radius: 0 0 14px 14px;
    border: 1px solid rgba(144, 190, 122, 0.4);
    border-top: none;
    color: #415545;
    font-size: 0.9rem;
    line-height: 1.7;
    padding: 14px 16px 16px;
}

/* subtle left bar accent */
.accordion-item .accordion-header {
    position: relative;
}

.accordion-item .accordion-header::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 32px;
    border-radius: 999px;
    background: linear-gradient(180deg, #a7da7a, #3d7748);
    opacity: 0.4;
}


/* Review Section */
.review-section {
    background: linear-gradient(-280deg, #2c6134, #032d12);
    padding: 80px 0;
    position: relative;
}

/* Heading */
.review-section .tag {
    display: inline-block;
    background: #ff6b00;
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 10px;
}

.review-section p.fs-2 {
    font-weight: 700;
    margin-bottom: 40px;
}

/* Review Card */
.review-box {
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.review-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* User Image */
.user-image {
    border: 2px solid #ff6b00;
}

/* User Info */
.user-info h5 {
    font-size: 16px;
    font-weight: 600;
}

.user-info small {
    font-size: 12px;
}

/* Review Text */
.review-text {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 15px;
}

/* Stars */
.review-rating i {
    font-size: 14px !important;
}

/* Swiper Buttons */
.swiper-button-next,
.swiper-button-prev {
    width: 45px !important;
    height: 45px !important;
    background: #015135 !important;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    color: #ffffff !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px !important;
    font-weight: bold;
}

/* Pagination */
.swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #ff6b00;
}



/* Breadcrumb Section */
.custom-breadcrumb-section {
    position: relative;
    background: linear-gradient(135deg, #0f3d2e, #1b5e20, #2e7d32);
    padding-top: 70px;
    padding-bottom: 70px;

    overflow: hidden;
}

/* Soft Forest Overlay */
.custom-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.35));
    z-index: 1;
}

/* Container */
.custom-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

/* Breadcrumb Nav */
.custom-breadcrumb-nav {
    display: flex;
    justify-content: center;
}

/* List */
.custom-breadcrumb-list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 26px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* Links */
.custom-breadcrumb-list li a {
    color: #e8f5e9;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.custom-breadcrumb-list li a:hover {
    color: #a5d6a7;
}

/* Separator */
.custom-breadcrumb-list li {
    color: #c8e6c9;
    font-size: 14px;
}

/* Current Page */
.custom-breadcrumb-list .current {
    font-weight: 600;
    color: #ffffff;
}

/* Blog Section Wrapper */
.blog-section {
    background: #bcffcc;
    padding: 100px 0;
}

/* Blog Card */
.blog-box {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    transition: all 0.35s ease;
    padding: 10px
}

.blog-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

/* Blog Image */
.blog-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 20px;
}

.dated {
    display: flex;
    gap: 22px;
    padding: 10px 22px;
    font-size: 14px;
    color: #777;
}

.dated p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.dated i {
    color: #c76a3a;
    font-size: 14px;
}



.blog-content h5 {
    font-size: 24px;
    font-weight: 600;
    color: #2b2b2b;
    margin-bottom: 12px;
    line-height: 1.3;
    font-family: "Playfair Display", serif;
}

.blog-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 18px;
}

/* Read More */
.blog-content::after {
    content: "READ MORE →";
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #c76a3a;
    letter-spacing: 1px;
    cursor: pointer;
}

/* Links */
.blog-box a {
    text-decoration: none;
}



.hotel-facilities {
    padding: 60px 0;
    background: #bcffcc;
    text-align: center;
    margin-top: -10px;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}



.facilities-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
}

.facility-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.facility-item img {
    width: 78px;
    height: 78px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.facility-item p {
    font-size: 21px;
    color: #00503A;
    font-family: "Playfair Display", serif;
}




.facilities-section {
    padding: 100px 0px;
    background: radial-gradient(circle at top left, #2f6b3b 0%, #1a2421 40%, #0b1411 100%);

}

.facility-hover-card {
    position: relative;
    height: 260px;
    border-radius: 22px;
    overflow: hidden;
    background: #050f09;
    cursor: pointer;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 30px;
}

/* Image */
.facility-hover-image-wrap {
    position: absolute;
    inset: 0;
}

.facility-hover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 0.6s ease;
}

/* ALWAYS VISIBLE TITLE */
.facility-title-static {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 16px;
    background: linear-gradient(to top, rgb(0, 7, 3), rgba(5, 15, 9, 0));
    z-index: 2;

}

.facility-title-static h3 {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #f6fff3;
}

/* Hover Overlay */
.facility-hover-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(1, 48, 20, 0.886), rgb(0, 3, 1));
    padding: 20px;
    display: flex;
    align-items: flex-end;
    opacity: 0;
    transform: translateY(30%);
    transition: all 0.4s ease;
    z-index: 3;
}

.facility-hover-content {
    width: 100%;
}

/* Tag */
.facility-hover-tag {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(170, 220, 140, 0.7);
    color: #d1f0b0;
    display: inline-block;
    margin-bottom: 6px;
}

/* Hover Title */
.facility-hover-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: #ffffff;
}

/* Desc */
.facility-hover-desc {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #d6e6d1;
    margin-bottom: 10px;
}

/* Link */
.facility-hover-link {
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #c8f29d;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.facility-hover-link-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #b7e59a;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* Border */
.facility-hover-border {
    position: absolute;
    inset: 10px;
    border-radius: 18px;
    border: 1px solid rgba(180, 230, 140, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* HOVER EFFECTS */
.facility-hover-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.facility-hover-card:hover .facility-hover-image {
    transform: scale(1.18);
}

.facility-hover-card:hover .facility-hover-overlay {
    opacity: 1;
    transform: translateY(0);
}

.facility-hover-card:hover .facility-hover-border {
    opacity: 1;
}

.facility-hover-card:hover .facility-hover-link-icon {
    background: linear-gradient(135deg, #a7da7a, #3d7748);
    border-color: transparent;
    color: #051307;
}


/* ===== Event jungle card base ===== */
.event-jungle-card {
    position: relative;
    height: 260px;
    border-radius: 24px;
    overflow: hidden;
    /* background: radial-gradient(circle at 0 0, #003b32 0, #02150f 45%, #010806 100%); */
    background-color: white;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
    cursor: pointer;
    transform: translateY(0) scale(1);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    margin-top: 20px;
}

/* glowing jungle ring behind content */
.event-jungle-bg-ring {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    top: -80px;
    right: -80px;
    background: radial-gradient(circle, rgba(172, 230, 142, 0.16) 0, transparent 65%);
    pointer-events: none;
    filter: blur(1px);
    transform-origin: center;
    transition: transform 0.6s ease, opacity 0.6s ease;
    opacity: 0.7;
}

/* image strip on left side */
.event-jungle-image-wrap {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 48%;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
}

.event-jungle-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.12);
    filter: saturate(1.25) contrast(1.05);
    transition: transform 0.55s ease, filter 0.55s ease;
}

/* event body on right */
.event-jungle-body {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60%;
    padding: 18px 18px 16px 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #f4f9f1;
    text-align: right;

}

/* small chip */
.event-jungle-chip {
    align-self: flex-end;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding: 4px 12px;
    border-radius: 999px;
    border: 1px solid rgb(15, 36, 1);
    background: rgba(255, 255, 255, 0.75);
    color: #2b4e00;
    margin-bottom: 10px;
}

/* title */
.event-jungle-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 6px;
    color: #113800;
}

/* desc */
.event-jungle-desc {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #1c2b19;
    margin: 0 0 12px;
}

/* link */
.event-jungle-link {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.17em;
    font-weight: 600;
    color: #2d5b05;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: end;

}

.event-jungle-link-circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid rgba(178, 230, 139, 0.9);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(4, 19, 10, 0.9);
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.event-jungle-link-circle i {
    font-size: 0.8rem;
}

/* animated jungle shimmer line on bottom */
.event-jungle-card::after {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 10px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #a7da7a, transparent);
    opacity: 0;
    transform: scaleX(0.5);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* hover states */
.event-jungle-card:hover {
    transform: translateY(-10px) scale(1.01);
    box-shadow: 0 30px 85px rgba(0, 0, 0, 0.4);
}

.event-jungle-card:hover .event-jungle-image {
    transform: scale(1.22);
    filter: saturate(1.35) contrast(1.08);
}

.event-jungle-card:hover .event-jungle-bg-ring {
    transform: scale(1.1) rotate(8deg);
    opacity: 1;
}

.event-jungle-card:hover .event-jungle-link-circle {
    transform: translateX(4px);
    background: linear-gradient(135deg, #a7da7a, #3d7748);
    border-color: transparent;
    color: #041108;
}

.event-jungle-card:hover::after {
    opacity: 1;
    transform: scaleX(1);
}



.gallery-img-events {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
}

.gallery-img-events:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.gallery-link {
    display: block;
    text-decoration: none;
}

.tag-btn.active {
    background-color: #033E8A;
    color: white;
}

/* Lightbox Customizations */
.lb-outerContainer {
    border-radius: 8px;
}




@media (max-width: 767px) {
    .review-section {
        padding: 50px 0;
    }

    .review-box {
        padding: 20px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

  .custom-breadcrumb-section {
        padding: 30px 0;
        margin-top: 133px;
    }

    .custom-breadcrumb-list {
        flex-wrap: wrap;
        justify-content: center;
        padding: 12px 20px;
    }

    .facility-hover-card {
        height: 230px;
    }
}

/* responsive tweaks */
@media (max-width: 991.98px) {
      .event-jungle-card {
        height: 240px;
    }

    .event-jungle-image-wrap {
        width: 50%;
    }

    .event-jungle-body {
        width: 58%;
        padding: 16px 16px 14px 16px;
    }
    .serivce-container {
        padding: 60px 0;
    }

    .forest-service-card .image {
        height: 230px;
    }
  
    .jungle-about {
        padding: 60px 0;
    }

    .jungle-title {
        font-size: 2.1rem;
        letter-spacing: 0.06em;
    }

    .jungle-content {
        margin-top: 30px;
    }

    .blog-image img {
        height: 220px;
    }

    .blog-content h5 {
        font-size: 22px;
    }

    .section-title {
        font-size: 48px;
    }

    .facilities-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

@media (max-width: 575.98px) {
      .event-jungle-card {
        height: 430px;
    }

    .event-jungle-image-wrap {
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 62%, 0% 60%);
    }
.event-jungle-desc{
    text-align: left !important;
}
.event-jungle-title{
    text-align: left !important;
}
    .event-jungle-body {

        width: 100%;
        padding-top: 14px;

        align-items: flex-start;
    }
    .forest-service-card .details {
        padding: 16px 14px 18px;
    }

    .jungle-counters {
        padding: 10px 10px;
        border-radius: 16px;
        margin-bottom: 20px ;
    }

    .jungle-counter-item .counter-number {
        font-size: 1.1rem;
    }

    .jungle-counter-item .counter-label {
        font-size: 0.65rem;
        letter-spacing: 0.08em;
    }

    .jungle-title::before,
    .jungle-title::after {
        display: none;
    }

    .jungle-content {
        padding: 22px 18px 26px;
    }

    .section-title {
        font-size: 36px;
    }
     .section-title2 {
        font-size: 36px;
    }
.section-eyebrow{
    font-size: 11px;
    padding: 3px 9px;
}

    .facilities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .main-header{
        display: none;
    }
    .second-header{
        display: none;
    }
    .phone-navbar{
        display: block !important;
    }
    .poster{
        margin-top: 133px !important;
    }
    .event-card{
        display: flex;
        flex-direction: column  ;
    }
    .about-section-page{
        padding: 10px ;
    }
    .video-section-page{
        padding: 10px;
    }
    .gallery-section-page{
            padding: 10px;
    }
    .faq-section-page{
        padding: 10px;
    }
    .service-header{
        padding: 10px !important;
    }
}