/*** Hero Banner **/
html {
    scrollbar-width: thin;
    scrollbar-color: #bd8a60 #3d441f;
}

*::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

*::-webkit-scrollbar-track {
    background: #3d441f;
}

*::-webkit-scrollbar-thumb {
    background: #bd8a60;
    border-radius: 999px;
    border: 2px solid #3d441f;
}

*::-webkit-scrollbar-thumb:hover {
    background: #d7a981;
}

.hero {
    position: relative;
    background-size: max(100%, 100%);
    background-position: top;
    background-repeat: no-repeat;

    /* 1. FORCE THE HEIGHT: Adjust 60vh (60% of screen height) higher or lower as needed */
    height: 50vh;
    /* min-height: 400px;
    max-width: 100%; */
    /* Keeps it from collapsing too small on mobile */

    /* Optional: display flex to help center or align children if needed */
    display: flex;
    /* align-items: stretch; */
}

/* .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.2); */
/* Subtle dark overlay to make text pop */
/* z-index: 1;
} */

.hero-content {
    position: absolute;
    /* 2. Allows the box to float freely over the background */
    z-index: 2;
    /* Sits above the dark overlay */

    /* Positioning values */
    /* left: 2rem; */
    bottom: 6rem;
    font-family: 'Korkai Light', sans-serif !important;
    /* Sizing */
    /* width: fit-content; */
    max-width: 80%;
    /* padding: 1.2rem 2.5rem; */

    /* Styling from your image */
    /* background: rgba(57, 63, 32, 0.5); */
    /* Tinted transparent background */
    /* border-radius: 5rem; */
    /* Large radius creates the pill shape in your image */
    /* border: 1px solid rgba(57, 63, 32, 1.9);  */
    /* backdrop-filter: blur(8px); */
    /* Heightened blur for that frosted glass look */
    /* -webkit-backdrop-filter: blur(8px); */
}

.hero-title {
    margin-left: 50px;
    line-height: 1.02;
    /* letter-spacing: 0.05em; */
    color: #e2e2d6;
    font-size: 3.5rem !important;
    font-size: 70px !important;
    font-weight: bolder;
    font-style: normal;
    /* font-family: 'Raleway', sans-serif !important; */
    font-family: 'Korkai Light', 'Noto Sans Tamil', sans-serif !important;
    /* text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35); */
}

#anthro-title {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    column-gap: 0.45rem;
    row-gap: 0.25rem;
    font-family: 'Korkai Light', 'Noto Sans Tamil', sans-serif !important;
}

#anthro-title .hero-title-primary {
    color: #e2e2d6;
    font-family: 'Korkai Light', 'Noto Sans Tamil', sans-serif !important;
}

#anthro-title .hero-title-outline {
    color: transparent;
    -webkit-text-stroke: 0.7px #d8d6c9;
    font-family: 'Korkai Light', 'Noto Sans Tamil', sans-serif !important;
}

.highlights {
    color: #bf895c;
    font-weight: 300;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem !important;
        letter-spacing: 0.03em;
    }
}



.language-links {
    position: absolute;
    top: 0.5rem;
    right: 1.5rem;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    /* font-family: 'Roboto Light', sans-serif; */
    visibility: visible;
      font-family:"Korkai Medium" !important;
}

.language-link {
    /* text-decoration: none;
    font-size: 1.2rem;
    /* line-height: 1;
    opacity: 0.75;
    /* transition: opacity 0.2s ease; 
    visibility: visible;
    color:#ead26e ; */

    color: #ffff;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 300;
    /* letter-spacing: 0.04em; */
    /* text-transform: capitalize; */
   
    /* padding: 0.9rem; */
}



.language-link:hover,
.language-link.active {
    opacity: 1;
    text-decoration: underline;
}

.language-divider {
    color: rgba(234, 210, 110, 0.7);
    font-size: 0.9rem;
    line-height: 1;
}

/* Main text navigation used across the project pages */
.site-menu {
    /* position:relative; */
    top: 0;
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    /* align-items: center; */
    gap: 0.75rem 1.1rem;
    margin-left: 50px;
    padding-top: 0.9rem;
    /* background: rgba(19, 25, 15, 0.5); */
    /* border-bottom: 1px solid rgba(234, 210, 110, 0.22); */
    /* backdrop-filter: blur(10px); */
    /* -webkit-backdrop-filter: blur(10px); */
    /* font-family: 'Courier New', sans-serif !important; */
    font-family:"Korkai-Medium" !important;
    height: fit-content;
}

.site-menu a {
    color: #ffff;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    /* text-transform: capitalize; */
     font-family:"Korkai-Medium" !important;
    /* padding: 0.9rem; */
}

.site-menu a:hover,
.site-menu a:focus {
    text-decoration: underline;
}

.site-menu a[aria-current="page"] {
    /* color: #f9f1cc;
    text-decoration: underline;
    text-underline-offset: 0.2em; */
}

html.lang-ta .site-menu,
body.lang-ta .site-menu {
    /* gap: 0.75rem 1.1rem; */
    /* padding: 0.9rem 1.25rem; */
}

html.lang-ta .site-menu a,
body.lang-ta .site-menu a {
    font-size: 0.85rem;
  /*  font-weight: 300; */
    /* letter-spacing: 0.04em; */
    /* text-transform: capitalize; */
     font-family:"Korkai-Medium" !important;

}

html.lang-ta .icon-text,
body.lang-ta .icon-text {
    font-family: "Korkai-Medium " !important;
    font-size: 1.25rem !important;
    /* letter-spacing: 0.01em; */
    line-height: 1.15;
    /* font-weight: 800; */
    text-transform: none;

}

html.lang-ta .site-menu .language-link,
body.lang-ta .site-menu .language-link {
        text-decoration: none;
    font-size: 0.95rem;
    /* line-height: 1; */
    /* opacity: 0.75; */
    /* transition: opacity 0.2s ease; */
    visibility: visible;
}

html.lang-ta .footer h5,
body.lang-ta h5 {
    font-size: 20px !important;
    /* line-height: 1.15; */
    margin-top: 0;
    margin-bottom: 20px;
}

html.lang-ta .slider-btn,
body.lang-ta .slider-btn {
    font-size: 36px !important;
    /* line-height: 1.15; */
    margin-top: 0;
    margin-bottom: 20px;
}


/***Intro ***/
.intro-container {
    background-color: #c6c6b5;
    /* padding: 40px; */
    padding-top: 40px;
    padding-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    position: relative;

}

.intro-text {
    /* flex: 1 1 380px; */
    /* min-width: 320px;
    max-width: 540px; */
    background: transparent;
    border-radius: 2rem;

}

.vector-art-placeholder {
    display: flex;
    align-items: right;

}

/**** Video player***/

.video-card {
    margin-top: 2.5rem;
    background: transparent;
    /* padding: 2rem; */
    margin-left: 50px;
    margin-right: 50px;
    /* border-radius: 1.5rem; */
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
}

.main-video-container {
    width: 100%;
    margin-bottom: 2rem;
    /* padding-top: .25rem;
    padding-bottom: 1rem; */
    cursor: grabbing;

}

.main-video-container video {
    width: 100%;
    height: auto;
    background: #000;
    border-radius: 0.75rem;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;

}

.video-description {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.25rem;
    justify-items: end;

}

.playlist {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.25rem;
    direction: rtl;

}

.playlist-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease;
    width: 100%;
    background-color: transparent;
    align-items: center;
}

.playlist-item:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.playlist-item.active {
    background-color: rgba(0.1, 0, 0.1, 0.3);
    ;
}

.playlist-thumbnail {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    align-items: right;
}

.playlist-item-title {
    font-size: 13px;
    font-weight: 400;
    color: #3d441f;
    display: flex;
    align-content: center;
    gap: 0.5rem;
    line-height: 1.3;
    text-align: center;
}

.playlist-item-title::before {
    font-size: 10px;
    flex-shrink: 0;

}

/* Smooth Fading Transition Gallery */
.gallery-container {
    position: relative;
    /* width: 100%; */
    height: 380px;
    background-color: transparent;
    /* border-radius: 6px; */
    /* overflow: hidden; */
    /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); */
}

.gallery-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    /* Handles the slow transition */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.gallery-slide.active {
    opacity: 1;
    z-index: 2;
}

.gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gallery-caption {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
    padding: 12px;
    font-size: 0.9rem;
    text-align: center;
}

/*** Columns ***/
/* Map Slider Section */
.column-section {
    background-color: #bd8a60;
    /* padding: 40px; */
    /* border-radius: 8px; */
    /* margin-bottom: 50px; */
    color: #3d441f;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* gap: 30px; */
    align-items: start;
    /* margin-bottom: 20px; */
}

.column-section-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.column-section-col.text-col p {
    font-size: 0.9rem;
    line-height: 1.5;

}

.column-section-col.text-col img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: fill;
}

.column-section-col.image-col img {
    width: 100%;
    /* height: auto; */
    /* max-height: max-content; */
    border-radius: 6px;
    object-fit: cover;
}

.header-style {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

/* Main Content Container */
.nature-container {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr;

    background-color: #3d441f;
    /* padding-top: 40px; */
    max-height: auto;
    margin-bottom: 20px;
}

/* Left Column: Text Content */
.nature-text-col {
    display: flex;
    flex-direction: column;
    /* padding-right: 20px;
    padding-top: 10px; */
    /* padding-left: 30px; */
}

.nature-paragraph {
    color: #ead26e;
    /* font-size: 0.95rem; */
    /* line-height: 1.8; */
    text-align: left;
}

.nature-paragraph strong {
    color: #ead26e;
    font-weight: 600;
}

.learnings-section {
    margin-top: 12px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.learnings-icon {
    flex-shrink: 0;
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
}


.learnings-text {
    flex: 1;
}

.learnings-title {
    color: #4a9b8e;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.learnings-content {
    color: #ead26e;
    /* font-size: 0.95rem; */
    /* line-height: 1.8; */
    text-align: left;
}

/* Right Column: Image */
.nature-image-col {
    display: flex;
    align-items: flex-start;
    justify-content: right;
    position: relative;
}

.nature-image-col img {
    max-width: 95%;
    /* height: 75%; */
    /* object-fit: contain; */
    margin-right: 50px;

}

/*** PDF download button ****/

.download-btn {
    display: inline-block;
    /* padding: 12px 24px; */
    margin-left: 50px;
    background-color: #2a2a22;
    /* Custom olive matching your project template */
    color: #ead26e;
    /* Accenting font text */
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.15);
    /* margin-left: 50px; */
    transition: background-color 0.2s ease, transform 0.1s ease;
    padding-left: 20px;
    padding-top: 0px;
    max-width: 70%;
}

.download-btn p {
    margin-left: 0px;

}

.download-btn:hover {
    /* background-color: #3d4410; */
    transform: translateY(-2px);
}

.pdf-text {
    display: block;
    padding: 10px;
    padding-left: 20px;
}

.pdf-text p {
    margin-top: 0px;
    color: #ead26e;
    font-size: 16px !important;
}

/**** Interactive Link ****/

.interactive-link {
    color: #3b5a2f;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    transition: color 0.2s;
}

.interactive-link:hover {
    color: #709461;
}

/* --- 1. RESPONSIVE DIAGRAM CONTAINER --- */
.diagram-wrapper {
    position: relative;
    display: inline-block;
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
    align-content: end;
}

/* Essential for scaling coordinate boundaries accurately */
.diagram-image {
    display: flex;
    max-width: 100%;
    align-items: center;
    height: 50%;

}



/* --- 2. GENERIC INTERACTIVE HOTSPOT OVERLAYS --- */
.text-hotspot {
    position: absolute;
    cursor: pointer;
    border-radius: 50px;
    /* background-color: rgba(197,219,100, 0.3); */
    /* Completely transparent by default */
    border: 6px solid transparent;
    transition: all 0.35s ease;
    font-size: 1.25rem;
    visibility: visible;
    box-shadow: 0 0 16px rgba(255, 215, 0, 0.6);
}

/* Subtle indicator helper when users hover over the text targets */
.text-hotspot:hover {
    background-color: rgba(255, 215, 0, 0.1);
    border-color: rgba(255, 215, 0, 0.6);
    box-shadow: 0 0 12px rgba(255, 215, 0, 0.3);
}

/** Cards ***/
.card-grid {
    display: grid;
    gap: 24px;
    align-items: start;
    /* padding-left: 30px;
    padding-right: 30px; */
    padding-top: 30px;
    width: 95%;
    margin-left: 50px;
    margin-right: 50px;
}

.nature-card {
    background: #ead26e;
    /* border-radius: 18px; */
    overflow: hidden;
    cursor: pointer;
    /* min-height: 320px; */
    transition: transform 0.35s ease, box-shadow 0.35s ease, grid-row-end 0.35s ease;
    display: grid;
    grid-template-rows: auto 1fr;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
    position: relative;
}

.nature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.nature-card.active {
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
    grid-row-end: span 2;
}

.card-preview {
    overflow: hidden;
}

.card-preview img {
    /* width: 100%; */
    /* display: block; */
    /* height: 100; */
    /* margin:10px; */
    object-fit: fill;
}

.scroll-to-top-btn {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: rgba(234, 210, 110, 0.95);
    color: #3d441f;
    font-size: 2.4rem;
    cursor: pointer;
    /* box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18); */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.scroll-to-top-btn.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top-btn:hover {
    background: #ead26e;
}

.card-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 180px;
}

.card-title {
    color: #3d441f;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.card-info {
    color: #3d441f;
    font-size: 0.95rem;
    line-height: 1.7;
    max-height: 50px;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.nature-card.active .card-info {
    max-height: 100%;
}

.card-meta {
    margin-top: 14px;
    color: #4a6b3b;
    font-size: 0.84rem;
    font-style: italic;
}

/* ---  EXPLICIT COORDINATES FOR THE SEED DISPERSAL ASSET ---
           Adjust these percentages safely to match positions on any size screen */
.zone-hydrochory {
    top: 0.4%;
    left: 55%;
    width: 32.5%;
    height: 10%;
}

.zone-zoochory {
    top: 3.5%;
    left: 16%;
    width: 32%;
    height: 12%;
}

.zone-anemochory {
    top: 40.5%;
    left: 0.05%;
    width: 32.5%;
    height: 12%;
}

.zone-barochory {
    top: 79.0%;
    left: 0.05%;
    width: 47%;
    height: 13%;
}

.zone-ballochory {
    top: 90%;
    left: 68%;
    width: 32.5%;
    height: 10%;
}



/***** Mushrooms ***/
.zone-Yellow-Stagshorn-Fungus {
    top: 12%;
    left: 0.5%;
    width: 9.5%;
    height: 9.5%;
}

.zone-Earthstar {
    top: 22.0%;
    left: 7.0%;
    width: 9.5%;
    height: 14.5%;
}

.zone-Rusty-Gilled-Polypore {
    top: 50.0%;
    left: 3.0%;
    width: 4.5%;
    height: 22.0%;
}

.zone-Shaggy-Parasol {
    top: 45.0%;
    left: 12.0%;
    width: 9.0%;
    height: 18.0%;
}

.zone-Blue-Pinkgill {
    top: 10.0%;
    left: 26.0%;
    width: 5.5%;
    height: 14.0%;
}

.zone-Reishi {
    top: 25.0%;
    left: 34.5%;
    width: 7.5%;
    height: 11.5%;
}

.zone-Scaly-Tangerine-Mushroom {
    top: 43.0%;
    left: 42.5%;
    width: 5.5%;
    height: 11.0%;
}

.zone-Bracket-fungi {
    top: 54.5%;
    left: 49.5%;
    width: 8.5%;
    height: 13.5%;
}

.zone-Bluegum-Woodcap {
    top: 17.5%;
    left: 54.0%;
    width: 8.5%;
    height: 10.0%;
}

.zone-Hare’s-Foot-Inkcap {
    top: 30.0%;
    left: 55.5%;
    width: 4.5%;
    height: 12.0%;
}

.zone-Termite-mushroom {
    top: 26.5%;
    left: 74.5%;
    width: 5.5%;
    height: 10.5%;
}

.zone-Pleated-Inkcap {
    top: 52.0%;
    left: 72.5%;
    width: 6.0%;
    height: 14.0%;
}

.zone-Candlesnuff-Fungus {
    top: 44.0%;
    left: 82.0%;
    width: 8.5%;
    height: 16.5%;
}

.zone-Freckled-Dapperling {
    top: 19.0%;
    left: 92.5%;
    width: 7.5%;
    height: 15.0%;
}

.zone-Termite-Inkcaps {
    top: 50.5%;
    left: 93.5%;
    width: 5%;
    height: 20.5%;
}

/***Flowers***/
/**Gingee Region**/
.zone-Kothukala {

    top: 11.5%;
    left: 50.5%;
    width: 14.5%;
    height: 27.5%;
    border-radius: 0px;
    box-shadow: 0 0 12px rgba(0, 21, 1, 0.786);

}

.zone-Kodalimurikki {
    top: 11.5%;
    left: 66.5%;
    width: 17.0%;
    height: 33.5%;
    border-radius: 0px;
    box-shadow: 0 0 12px rgba(0, 21, 1, 0.786);

}

.zone-Agil {
    top: 29.5%;
    left: 84%;
    width: 15%;
    height: 15.5%;
    border-radius: 0px;
    box-shadow: 0 0 12px rgba(0, 21, 1, 0.786);

}

/**Polur Region***/
.zone-Karunthuvalisu {
    top: 65%;
    left: 20%;
    width: 25%;
    height: 26%;
    border-radius: 0px;
    box-shadow: 0 0 12px rgba(0, 22, 12, 0.517);

}

.zone-Sakkaraivilvam {
    top: 53.5%;
    left: 45%;
    width: 17.5%;
    height: 33%;
    border-radius: 0px;
    box-shadow: 0 0 12px rgba(0, 21, 1, 0.786);

}

.zone-Kanupala {
    top: 62%;
    left: 62.5%;
    width: 12.5%;
    height: 24.0%;
    border-radius: 0px;
    box-shadow: 0 0 12px rgba(0, 21, 1, 0.786);

}

/***Jawadhu Region***/
.zone-PillaiMarudhu {
    top: 1%;
    left: 13%;
    width: 29.5%;
    height: 30%;
    border-radius: 0px;
    box-shadow: 0 0 12px rgba(0, 21, 1, 0.786);

}

.zone-Kungiliyam {
    top: 1%;
    left: 44%;
    width: 22.0%;
    height: 22.0%;
    border-radius: 0px;
    box-shadow: 0 0 12px rgba(0, 21, 1, 0.786);

}

.zone-Kalala {
    top: 24%;
    left: 44%;
    width: 22.0%;
    height: 21.5%;
    border-radius: 0px;
    box-shadow: 0 0 12px rgba(0, 21, 1, 0.786);

}

.zone-Kumbathiri {
    top: 8.5%;
    left: 70%;
    width: 27.0%;
    height: 52.5%;
    border-radius: 0px;
    box-shadow: 0 0 12px rgba(0, 21, 1, 0.786);

}

/**Kavuthi**/
.zone-Vekkaali {
    top: 62%;
    left: 11.5%;
    width: 23.0%;
    height: 24%;
    border-radius: 0px;
    box-shadow: 0 0 12px rgba(0, 21, 1, 0.786);

}

.zone-Ebony {
    top: 73%;
    left: 35%;
    width: 24.0%;
    height: 24.5%;
    border-radius: 0px;
    box-shadow: 0 0 12px rgba(0, 21, 1, 0.786);

}

/**Seranthangal**/
.zone-Vedippula {
    top: 48.0%;
    left: 61.5%;
    width: 23%;
    height: 44.5%;
    border-radius: 0px;
    box-shadow: 0 0 12px rgba(0, 21, 1, 0.786);

}

/** Sitlingi **/
.zone-Etti {
    top: 70.5%;
    left: 13.5%;
    width: 26%;
    height: 27%;
    border-radius: 0px;
    box-shadow: 0 0 12px rgba(0, 21, 1, 0.786);

}

/** Sathanur **/
.zone-Poovarasu {
    top: 15.5%;
    left: 19.5%;
    width: 30.5%;
    height: 30.5%;
    border-radius: 0px;
    box-shadow: 0 0 12px rgba(0, 21, 1, 0.786);

}

/** Kalvarayan **/
.zone-Kadukai {
    top: 1%;
    left: 62.5%;
    width: 28.5%;
    height: 28.5%;
    border-radius: 0px;
    box-shadow: 0 0 12px rgba(0, 21, 1, 0.786);

}


/** Fauna **/

.zone-flycatcher {
    top: 40.0%;
    left: 50.0%;
    width: 12.0%;
    height: 16.0%;
}

.zone-langurs {
    top: 22.0%;
    left: 35.0%;
    width: 15.5%;
    height: 8.5%;
}

.zone-hare {
    top: 67.0%;
    left: 45.5%;
    width: 15.0%;
    height: 10.0%;
}

.zone-scorpion {
    top: 95.0%;
    left: 20%;
    width: 4.0%;
    height: 3.0%;

}

.zone-treepies {
    top: 38.5%;
    left: 23.5%;
    width: 5.0%;
    height: 8.0%;
}

.zone-minivet {
    top: 48.5%;
    left: 40.5%;
    width: 3.5%;
    height: 7.0%;
}

.zone-butterfly {
    top: 89.5%;
    left: 51.0%;
    width: 10.5%;
    height: 12.0%;
}

.zone-dragonflypg1 {
    top: 75.0%;
    left: 20.5%;
    width: 6.0%;
    height: 5.5%;
}

.zone-nightjar {
    top: 95.5%;
    left: 55%;
    width: 8%;
    height: 7.0%;
}

.zone-langurmother {
    top: 18.0%;
    left: 45.5%;
    width: 13.0%;
    height: 23.5%;
}

.zone-babbler {
    top: 79.0%;
    left: 60.0%;
    width: 11.5%;
    height: 11.5%
}


.zone-woodowl {
    top: 41.5%;
    left: 35.5%;
    width: 11.5%;
    height: 12.5%
}

.zone-drongo {
    top: 77.0%;
    left: 26.5%;
    width: 5.5%;
    height: 18.5%;
}

.zone-hawk {
    top: 48.0%;
    left: 55.0%;
    width: 10.5%;
    height: 16.0%
}

.zone-shrike {
    top: 24.5%;
    left: 63.5%;
    width: 7.5%;
    height: 9.0%;
}


.zone-redinsect {
    top: 70.0%;
    left: 55.0%;
    width: 7.0%;
    height: 6.5%;
}

.zone-beetle {
    top: 75.5%;
    left: 70.5%;
    width: 3.5%;
    height: 3.0%;
}

.zone-jackal {
    top: 73.5%;
    left: 30.0%;
    width: 12.5%;
    height: 13.5%;
}

.zone-dragonfly {
    top: 86.5%;
    left: 36.5%;
    width: 4.5%;
    height: 5.5%;
}

.zone-mantis {
    top: 65.5%;
    left: 53.5%;
    width: 6.0%;
    height: 5.5%;
}

.zone-viper {
    top: 93.0%;
    left: 33.5%;
    width: 4.0%;
    height: 4.5%;
}

.zone-centipede {
    top: 94.0%;
    left: 30.0%;
    width: 4.0%;
    height: 3.5%;
}

.zone-swallowtailbutterfly {
    top: 77.5%;
    left: 42.0%;
    width: 3.5%;
    height: 3.5%;
}

/*** Birds ***/

.zone-drongobird {
    top: 35.0%;
    left: 5.5%;
    width: 8%;
    height: 32.0%;
}

.zone-pipit {
    top: 14.5%;
    left: 18%;
    width: 11.0%;
    height: 15.5%;
}

.zone-fantail {
    top: 4.5%;
    left: 72.5%;
    width: 9.5%;
    height: 21.0%;
}

.zone-wagtail {
    top: 6.5%;
    left: 91%;
    width: 14.5%;
    height: 20.0%;
}

.zone-eagle {
    top: 49.0%;
    left: 86%;
    width: 13.0%;
    height: 22.5%;
}

.zone-shama {
    top: 62.5%;
    left: 119.5%;
    width: 14%;
    height: 30.5%;
}

.zone-hoopoe {
    top: 27.0%;
    left: 140.5%;
    width: 15.5%;
    height: 18.5%;
}




/* --- 4. GENERIC POP-UP MODAL PANEL --- */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(4px);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-card {
    background-color: #222a1a;
    /* Styled to match your project's olive theme */
    border: 2px solid #ffd700;
    padding: 30px;
    border-radius: 12px;
    max-width: 450px;
    width: 90%;
    position: relative;
    /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); */
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.modal-overlay.active .modal-card {
    transform: scale(1);
}

.close-btn {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 3.0rem;
    color: #2a2a22;
    cursor: pointer;
    transition: color 0.2s;
}

.close-btn:hover {
    color: #ffd700;
}

.modal-title {
    color: #ffd700;
    margin-bottom: 15px;
    font-size: 1.4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 8px;
}

.modal-body {
    line-height: 1.6;
    color: #e2e7dd;
}


/**Manual Slider*/
.slider-container {
    position: relative;
    width: auto;
    margin: 0;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
    /* border-radius: 6px; */
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); */
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    position: relative;
    height: auto;
    gap: 10px;
}

.slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    height: auto;

}

.slide-caption {
    background: transparent;
    color: #3d441f;
    padding: 10px;
    /* text-align: center; */

}

.slider-container {
    position: relative;
}

.slider-btn {
    position: absolute;
    top: 0%;
    transform: translateY(-50%);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 800;
    font-size: 5.5rem;
    background-color: transparent;
    z-index: 2;
    color: #3d441f;
    /* background-color: rgba(0, 0, 0, 0.55); */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease; */
    opacity: 0.85;
    padding-top: 20px;
}

.slider-btn:hover,
.slider-btn:focus {
    /* background-color: rgba(0, 0, 0, 0.75); */
    outline: none;
    opacity: 1;
}

.slider-btn:active {
    transform: translateY(-50%) scale(0.96);
}

.slider-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.55rem;
    width: 100%;
    margin-bottom: 1rem;
}

.slider-arrow {
    width: 4rem;
    height: 4rem;
    min-width: 3rem;
    min-height: 3rem;
    cursor: pointer;
    opacity: 0.95;
    transition: transform 0.25s ease, opacity 0.25s ease;
    color: #3d441f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.slider-arrow path {
    stroke: currentColor;
}

.slider-arrow:hover,
.slider-arrow:focus {
    transform: translateY(-2px) scale(1.00);
    opacity: 1;
}

.slider-arrow--prev {
    color: #ad6a2d;
}

.slider-arrow--next {
    color: #ad6a2d;
}

.prev-btn {
    left: 8px;

}

.next-btn {
    right: 8px;
}

.icon-style {
    width: 80px;
    height: 80px;
    margin-left: 50px;
}

.pdf-style {
    /* margin-left: 10px; */
    color: #5aa395;
    text-decoration: none;
    font-weight: 400;
    font-family: 'Courier New', Courier !important;
    margin-bottom: 0px;
    font-size: 22px !important;
}

.pdf-style img {
    width: 250px;
    height: 250px;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto Light:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap');
@import url('Images/Tamil/korkai_v1_0_0_2/Korkai-Medium.otf');
@import url('Images/Tamil/korkai_v1_0_0_2/Korkai-Light.otf');

@font-face {
    font-family: 'Korkai Light';
    src: url('Images/Tamil/korkai_v1_0_0_2/Korkai-Light.otf') format('truetype');
    /* src: url('Images/Tamil/korkai_v1_0_0_2/Korkai-Medium.otf') format('truetype'); */
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    line-height: 2.5;
    word-spacing: 2 rem;

}

html,
body,
body * {
    font-family: 'Roboto Light', sans-serif !important;
 letter-spacing: 0.4 !important;
}

/* 
h1,


[class*="title"],
[class*="Title"],
[id*="title"],
[id*="Title"],
[class*="header"],
[class*="Header"],
[id*="header"],
[id*="Header"] {
    font-family: 'Courier New', sans-serif !important;
    font-size: 26px;
    font-weight: 600;
} */


h2 {
    font-family: 'Courier New', sans-serif !important;
    font-size: 30px !important;
    max-width: 76ch;
    padding-top: 10px;
    /* padding-left: 30px; */
    padding-bottom: 10px;
    margin-left: 50px;
     font-weight: 400;

}

h3 {
    font-family: 'Roboto Light', sans-serif !important;
    font-size: 22px !important;
    font-style: italic;
    font-weight: 700;
    max-width: 56ch;
    line-height: 1.5;
    /* color: #ad6a2d; */
    color: #3d441f;
    margin-left: 50px;

}

h4 {
    font-family: 'Raleway', sans-serif !important;
    font-size: 14px !important;
    font-weight: 100;
    max-width: 56ch;
    line-height: 1.5;
    color: #ffff;
}

h5 {
    font-family: 'Roboto Light', sans-serif !important;
    font-size: 24px !important;
    font-style: italic;
    font-weight: 100;
    max-width: 56ch;
    /* line-height: 1.5; */
    color: #ffff;
}

h6 {
    font-family: 'Roboto Light', sans-serif !important;
    font-size: 14px !important;
    font-weight: 200;
    /* max-width: 56ch; */
    padding-top: 10px;
    /* padding-left: 30px;
    margin-left: 30px; */
    text-align: center;
    font-style: italic;
    margin: 10px !important;
}

p {
    font-family: 'Roboto Light', sans-serif !important;
    font-size: 16px !important;
    max-width: 56ch;
    /* padding-top: 10px; */
    margin-left: 50px;
    font-weight: 300;
    /* padding-left: 30px;
    margin-left: 30px; */
    /* letter-spacing: 0.55px; */
}

strong,
b {
    font-weight: 700 !important;
}

.icon-text {
    font-family: 'Courier New', sans-serif !important;
    max-width: 82ch;
    /* font-size: 28px !important;
      
      font-weight: 600; */
    /* margin-top: -10%; */
    font-size: 26px;
    color: #ad6a2d;
    font-weight: 400;
}

[class*="tooltip"] {
    font-family: 'Roboto Light', sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    color: #3d441f !important;
}

[class*="playlist-item-title"] {
    font-family: 'Roboto Light', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* [class="site-menu"] {
    font-family: "Korkai-Medium " !important;
    font-size: 10px !important;
    font-weight: 400 !important;
} */


[class*="gallery-caption"] [class*="slide-caption"] {
    font-family: 'Roboto Light', sans-serif !important;
    font-style: italic !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

.header-title {
    font-family: 'Courier New', Courier, monospace !important;
    font-size: 28px;
    /* color: #DEE722; */
    font-weight: 400;
    line-height: 1.2;
}

/* Force Korkai Light when Tamil language mode is active. */
html.lang-ta,
body.lang-ta,
html.lang-ta body,
html.lang-ta body *,
body.lang-ta * {
    font-family: 'Korkai Light', 'Noto Sans Tamil', sans-serif !important;
    letter-spacing: 0.4 !important;
    font-weight: 300 !important;
}

html.lang-ta strong,
body.lang-ta strong,
html.lang-ta b,
body.lang-ta b {
    font-weight: 700 !important;
}
html.lang-ta footer-section h3
body.lang-ta footer-section h3
{
      font-family: 'Courier New', sans-serif !important;
    font-size: 22px !important;
    font-weight: 400;
    color: #ead26e;
    margin: 0 0 20px 0;
    padding: 0 !important;
    text-transform: uppercase;
    /* letter-spacing: 0.08em; */
    font-style: normal;
}

/*** image banner **/
.landscape-section {
    background-color: #3e4a34;
    color: #e2e7dd;
    display: grid;
    grid-template-columns: 2fr 0.5fr;
    margin-bottom: 20px;
}

/* --- POPUP MODALS --- */
.modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 30%;
    top: 0;
    font-family: 'Roboto Light', sans-serif;
    height: 100%;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal.show {
    display: flex;
    opacity: 1;
}

.modal-content {
    background-color: white;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.modal-content img {
    width: 80%;
    height: 70%;
    padding: 20px;
    border-radius: 4px;
    /* margin-bottom: 15px; */
}

.modal-content p {
    padding: 20px;

}

.close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2.5rem;
    cursor: pointer;
    color: #ffd700;
}

.close-modal:hover {
    color: #333;
}

/***Hero banners ***/
.hero-landing {
    position: relative;
    display: block;
    /* align-items: stretch; */

    margin-top: 0%;
    background-color: #021633;
}

.hero__text {
    padding: 2rem;

    display: flex;
    flex-direction: column;
    justify-content: center;

}

.hero_img img {

    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0rem;

}

.hero__text_logo img {

    max-width: 700px;
    width: 100%;
    display: block;
    margin-left: 50px;
    padding-top: 50px;
}

.hero__text p {
    max-width: 72ch;
    width: 100%;
    display: block;
    margin: 5px;
    line-height: 1.8;
    color: #ead26e;
    font-family: 'Roboto Light', sans-serif;
}

.hero__text p strong {
    color: #ead26e;
    font-weight: 700;
    font-family: 'Roboto Light', sans-serif;
}

.hero__image {
    position: relative;
    min-height: 100vh;
}

.hero__image::before {
    content: '';
    position: block;
    inset: 0;
    border-radius: 2rem;
    pointer-events: none;
}

.hero__image img {
    width: 100%;
    height: 100%;
    object-fit: stretch;
    display: block;
    border-radius: 0rem;
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.35);
}

/* ===== FOOTER SECTION ===== */

footer.modern-footer {
    background-color: #2a2a22;
    /* background-color: transparent; */
    color: #5aa395;
    /* padding: 60px 50px 40px 50px; */
    /* margin-top: 80px; */
    border-top: 1px solid rgba(208, 194, 141, 0.15);
    position: relative;
    overflow: hidden;
    /* padding-top: 60px;
     padding-left: 50px; */
    padding: 50px;
}

/* Decorative wavy divider line */
footer.modern-footer::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(208, 194, 141, 0.1) 0%, rgba(208, 194, 141, 0.3) 50%, rgba(208, 194, 141, 0.1) 100%);
}

.footer-container {
    /* max-width: 1400px; */
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    /* margin-bottom: 40px; */
}

/* === VISIT SECTION === */
.footer-section.visit {
    display: flex;
    flex-direction: column;
    gap: 30px;

}

.footer-section h3 {
    font-family: 'Courier New', sans-serif !important;
    font-size: 22px !important;
    font-weight: 400;
    color: #ead26e;
    margin: 0 0 20px 0;
    padding: 0 !important;
    text-transform: uppercase;
    /* letter-spacing: 0.08em; */
    font-style: normal;
}

.visit-location {
    font-family: 'Roboto Light', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #5aa395;
    font-weight: 500;
}

.visit-location .location-name {
    font-weight: 800;
    color: #5aa395;
    display: block;
    margin-bottom: 8px;
}

.visit-location p {
    margin: 0;
    padding: 0;
    margin-left: 0 !important;
}

.visit-map-icon {
    width: fit-content;
    /* height: 120px; */
    /* background-color: rgba(208, 194, 141, 0.08); */
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 5px; */
    border: 1px solid rgba(208, 194, 141, 0.15);
    transition: all 0.3s ease;
}

.visit-map-icon:hover {
    background-color: rgba(208, 194, 141, 0.12);
    border-color: rgba(208, 194, 141, 0.3);
    transform: translateY(-2px);
}

.visit-map-icon img {
    width: 30%;
    height: 30%;
    object-fit: contain;
}

/* === SITEMAP SECTION === */
.footer-section.sitemap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sitemap-links {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 20px;
}

.sitemap-link {
    font-family: 'Roboto Light', sans-serif;
    font-size: 14px;
    color: #5aa395;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 15px;
    gap: 30px;
}

.sitemap-link::before {
    content: '→';
    position: absolute;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-10px);
}

.sitemap-link:hover {
    color: #bf895c;
    padding-left: 20px;
}

.sitemap-link:hover::before {
    opacity: 1;
    transform: translateX(0);
}

/* === LICENSE SECTION === */
.footer-section.license {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.license-text {
    font-family: 'Roboto Light', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #5aa395;
    max-width: 100%;
    font-style: normal;
}

.license-link {
    color: #ad6a2d;
    text-decoration: none;
    transition: color 0.3s ease;
    border-bottom: 1px dotted rgba(191, 137, 92, 0.5);
}

.license-link:hover {
    color: #ad6a2d;
    border-bottom: 1px dotted rgba(212, 165, 116, 0.8);
}



/* === FOOTER BOTTOM === */
.footer-bottom {
    border-top: 1px solid rgba(208, 194, 141, 0.15);
    padding-top: 35px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: flex-start;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
   
}

.contact-email {
    font-family: 'Roboto Light', sans-serif;
    font-size: 17px;
    color: #5aa395;
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-email:hover {
    color: #bf895c;
}

.email-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.social-link {
    font-family: 'Roboto Light', sans-serif;
    font-size: 15px;
    color: #cbd4c2;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid rgba(208, 194, 141, 0.1);
}

.social-link:hover {
    color: #bf895c;
    border-color: rgba(191, 137, 92, 0.3);
    background-color: rgba(191, 137, 92, 0.05);
}

.social-divider {
    color: rgba(208, 194, 141, 0.3);
    font-weight: 300;
}



.ee-social {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
    padding: 0;
}

.ee-social a {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    text-decoration: none;

    transition:
        color 0.35s ease,
        transform 0.35s cubic-bezier(.2, .8, .2, 1),
        opacity 0.35s ease;
}

.ee-social a:hover {
    color: #DEE722;
    transform: translateY(-3px) scale(1.08);
}

.ee-social svg {
    width: 25px;
    height: 25px;

    fill: none;
    stroke: #5aa395;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;

    overflow: visible;
}

/* Instagram */
.ee-instagram svg {
    stroke-width: 1.35;
}

/* YouTube */
.ee-youtube svg {
    stroke-width: 1.35;
}

/* Spotify */
.ee-spotify svg {
    stroke-width: 1.35;
}

/* Optional subtle separator */
.ee-social .ee-separator {
    width: 1px;
    height: 15px;
    background: #A3B18A;
    opacity: 0.65;
}

/* === FOOTER CREDIT === */
.footer-credit {
    font-family: 'Roboto Light', sans-serif;
    font-size: 13px;
    color: #ad6a2d;
    text-align: left;
    line-height: 1.6;
    margin-top: 20px;
}

.credit-line {
    display: block;
    /* margin-bottom: 4px; */
}

.credit-link {
    color: #5aa395;
    text-decoration: underline;
    transition: color 0.3s ease;


}

.credit-link:hover {
    color: #d4a574;
}

/* === RESPONSIVE FOOTER === */
@media (max-width: 1024px) {
    .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .footer-section.license {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    footer.modern-footer {
        padding: 40px 30px 30px 30px;
        margin-top: 60px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 30px;
    }

    .footer-bottom {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-credit {
        text-align: left;
    }

    .footer-section h3 {
        font-size: 18px !important;
    }

    .social-links {
        flex-direction: column;
        align-items: flex-start;
    }
}