:root{
  --green-950:#062c16;
  --green-900:#0a3b20;
  --green-800:#11542d;
  --green-700:#1b6b3b;
  --green-600:#2d7d48;
  --green-100:#eaf3ea;
  --green-50:#f5f9f2;
  --cream:#fbfaf4;
  --gold:#b6a56b;
  --ink:#17211a;
  --muted:#657066;
  --line:#dfe8dc;
  --shadow:0 18px 45px rgba(12,52,28,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;color:var(--ink);background:#fff;overflow-x:hidden}
a{text-decoration:none}
img{max-width:100%}
.container-fluid{max-width:1680px}
.site-header{backdrop-filter:blur(12px);background:rgba(255,255,255,.94)!important;border-bottom:1px solid rgba(13,72,36,.06);transition:.3s ease}
.site-header.scrolled{box-shadow:0 12px 35px rgba(7,47,23,.09)!important}
.navbar-brand{min-width:290px}.brand-mark{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,var(--green-100),#fff);color:var(--green-700);font-size:29px;border:1px solid #dce9d9}.brand-copy{line-height:1.02;color:var(--green-950)}
.brand-line-1{display:block;font-family:'Cormorant Garamond',serif;font-weight:700;font-size:23px;letter-spacing:.02em}.brand-line-2{display:block;font-family:'Cormorant Garamond',serif;font-weight:650;font-size:14px;letter-spacing:.025em}.brand-line-3{display:block;font-size:9px;letter-spacing:.24em;margin-top:4px}
.nav-link{font-size:13px;font-weight:600;color:#24342a!important;padding:.9rem .72rem!important;position:relative}.nav-link:after{content:"";position:absolute;left:.72rem;right:.72rem;bottom:.45rem;height:2px;background:var(--green-700);transform:scaleX(0);transform-origin:center;transition:.25s}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}
.btn{border-radius:8px;font-weight:650;transition:.25s ease}.btn-brand{background:var(--green-900);color:#fff;border:1px solid var(--green-900);box-shadow:0 8px 18px rgba(9,58,30,.14)}.btn-brand:hover{background:var(--green-700);border-color:var(--green-700);color:#fff;transform:translateY(-1px)}.btn-outline-brand{border:1px solid #8ca38f;color:var(--green-900);background:#fff}.btn-outline-brand:hover{background:var(--green-50);color:var(--green-900);border-color:var(--green-700);transform:translateY(-1px)}
.hero-section{background:linear-gradient(90deg,#f6f8ee 0%,#eff4e8 42%,#0b2e1a 100%)}.hero-section:before{content:"";position:absolute;left:-110px;top:35px;width:370px;height:370px;background:radial-gradient(circle,rgba(111,151,79,.12),transparent 68%);border-radius:50%}.min-vh-hero{min-height:525px}.hero-copy{position:relative;z-index:3}.eyebrow{text-transform:uppercase;letter-spacing:.22em;color:var(--green-700);font-size:12px;font-weight:700}.display-title,.display-subtitle{font-family:'Cormorant Garamond',serif;color:var(--green-950)}.display-title{font-size:clamp(54px,6vw,88px);line-height:.82;font-weight:700;letter-spacing:.01em}.display-subtitle{font-size:clamp(25px,2.8vw,42px);font-weight:650;line-height:1.02;max-width:720px}.private-limited{font-family:'Cormorant Garamond',serif;letter-spacing:.34em;color:var(--green-900);font-weight:700;display:flex;align-items:center;gap:12px;font-size:15px}.private-limited span{height:1px;background:#839e7d;width:86px}.hero-text{max-width:690px;color:#4e5c51;line-height:1.75}.academic-links a{font-size:13px;color:#28372d;font-weight:550;display:flex;align-items:center;gap:8px}.profile-dot{width:28px;height:28px;border-radius:7px;display:grid;place-items:center;font-weight:800;background:#fff;box-shadow:0 5px 14px rgba(0,0,0,.08)}.google{color:#4285f4}.orcid{background:#a6ce39;color:#fff;border-radius:50%}.rg{background:#21a88c;color:#fff}.scopus{background:#ee7420;color:#fff;border-radius:50%}
.hero-visual{position:relative;min-height:525px;padding:0}.hero-image{position:absolute;inset:0;background:linear-gradient(90deg,rgba(244,248,236,.18),rgba(7,45,23,.08)),url('../images/hero-orchid.jpg') center/cover no-repeat;animation:heroBreath 14s ease-in-out infinite alternate}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.08),transparent 32%,rgba(2,25,10,.32))}.quote-card{position:absolute;right:5%;top:50%;transform:translateY(-50%);width:min(245px,36%);padding:26px 24px;background:rgba(5,49,23,.82);border:1px solid rgba(255,255,255,.4);backdrop-filter:blur(10px);color:#fff;border-radius:11px;box-shadow:0 18px 40px rgba(0,0,0,.22)}.quote-mark{font:700 62px/1 'Cormorant Garamond',serif;color:#a8c59a;height:37px}.quote-card p{line-height:1.65;font-size:16px}.quote-card strong{color:#cddd76}.quote-card i{font-size:36px;color:#a8c95f;float:right}
@keyframes heroBreath{from{transform:scale(1)}to{transform:scale(1.035)}}
.stats-strip{background:linear-gradient(90deg,#fafbf6,#f1f5ea,#fafbf6);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.stat-item{text-align:center;padding:10px 14px;border-right:1px solid #d6dfd4;display:grid;grid-template-columns:auto auto;justify-content:center;align-items:center;column-gap:10px}.stat-item:last-child{border-right:0}.stat-item i{font-size:24px;color:var(--green-800)}.stat-item strong{font:700 30px/1 'Cormorant Garamond',serif;color:var(--green-900)}.stat-item span{grid-column:1/-1;margin-top:6px;font-size:12px}
.content-grid{background:#fff}.info-card{border:1px solid #e2e9e1;border-radius:12px;padding:23px;background:#fff;display:flex;flex-direction:column;box-shadow:0 8px 22px rgba(26,61,36,.04);transition:.3s ease;overflow:hidden}.info-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#d3e2d0}.info-card h3,.section-heading{font:700 22px 'Cormorant Garamond',serif;color:var(--green-950)}.info-card h3 i,.section-heading i{color:var(--green-700)}.title-line{width:32px;height:2px;background:var(--green-700);margin:-7px 0 18px 29px}.about-image{height:170px;width:100%;object-fit:cover;border-radius:9px;margin-bottom:16px}.info-card p{font-size:13px;line-height:1.7;color:#4f5b52}.check-list{list-style:none;padding:0;margin:0 0 18px}.check-list li{position:relative;padding:7px 0 7px 26px;border-bottom:1px dashed #e3e9e0;font-size:13px}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--green-700);font-weight:800}.publication-item{display:flex;gap:13px;padding:8px 0 14px}.publication-item img{width:82px;height:82px;object-fit:cover;border-radius:8px}.publication-item h4{font-size:13px;font-weight:750;margin-bottom:5px;line-height:1.3}.publication-item p{font-size:11px;margin-bottom:3px;line-height:1.35}.publication-item a{font-size:11px;font-weight:750;color:var(--green-700)}.event-item{display:flex;gap:14px;padding:8px 0;border-bottom:1px solid #e7ece5}.event-item span{flex:0 0 46px;height:49px;border-radius:8px;background:var(--green-50);display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:9px;color:var(--green-950)}.event-item span b{font:700 20px/1 'Cormorant Garamond',serif}.event-item p{margin:0;color:#28332b;line-height:1.45}
.gallery-section{background:linear-gradient(180deg,#fff,#fbfcf8)}.gallery-card{position:relative;height:185px;overflow:hidden;border-radius:10px;box-shadow:0 10px 25px rgba(14,54,29,.08)}.gallery-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.gallery-card:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(2,28,12,.84))}.gallery-card span{position:absolute;z-index:2;bottom:12px;left:15px;color:#fff;font-size:13px;font-weight:650}.gallery-card:hover img{transform:scale(1.07)}
.cta-band{background:linear-gradient(90deg,#173f25,#28623a);color:#fff}.cta-band h3{font:600 21px/1.25 'Cormorant Garamond',serif}.mini-value{display:flex;gap:13px;align-items:center}.mini-value>i{width:48px;height:48px;background:#f3f8ed;color:var(--green-800);border-radius:50%;display:grid;place-items:center;font-size:22px}.mini-value b,.mini-value span{display:block}.mini-value b{font-family:'Cormorant Garamond',serif;font-size:18px}.mini-value span{font-size:11px;color:#dce8db}
.site-footer{background:var(--cream);border-top:1px solid #e4eadf}.footer-brand strong,.footer-brand span,.footer-brand small{display:block}.footer-brand strong{font:700 21px 'Cormorant Garamond',serif;color:var(--green-950)}.footer-brand span{font:650 14px 'Cormorant Garamond',serif}.footer-brand small{font-size:9px;letter-spacing:.2em}.site-footer h5{font:700 18px 'Cormorant Garamond',serif;color:var(--green-950)}.site-footer a{display:block;color:#526056;font-size:12px;margin:8px 0}.site-footer p{font-size:12px;color:#526056}.social-links{display:flex;gap:8px}.social-links a{width:34px;height:34px;border:1px solid #ccd8ca;border-radius:50%;display:grid;place-items:center;color:var(--green-900);transition:.25s}.social-links a:hover{background:var(--green-900);color:#fff;transform:translateY(-2px)}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}
@media(max-width:1199.98px){.navbar-brand{min-width:auto}.nav-link:after{display:none}.hero-section{background:#f3f7ec}.hero-visual{min-height:430px}.min-vh-hero{min-height:auto}.stat-item{border-bottom:1px solid #dfe6dc}}
@media(max-width:991.98px){.hero-visual{margin-left:calc(-.5*var(--bs-gutter-x));margin-right:calc(-.5*var(--bs-gutter-x))}.quote-card{right:4%;width:240px}.display-title{font-size:60px}.display-subtitle{font-size:32px}.gallery-card{height:210px}}
@media(max-width:575.98px){.navbar-brand{gap:10px!important}.brand-mark{width:43px;height:43px;font-size:23px}.brand-line-1{font-size:18px}.brand-line-2{font-size:11px}.brand-line-3{font-size:7px}.display-title{font-size:48px}.display-subtitle{font-size:26px}.private-limited{font-size:11px;letter-spacing:.23em}.private-limited span{width:36px}.hero-visual{min-height:350px}.quote-card{width:210px;padding:18px;top:auto;bottom:20px;transform:none}.quote-card p{font-size:13px}.stat-item strong{font-size:25px}.stat-item{padding:12px 7px}.gallery-card{height:170px}}


/* Contact + WhatsApp */
.contact-section{background:linear-gradient(180deg,#f8faf4,#fff)}
.contact-shell{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}
.contact-intro{padding:46px;background:linear-gradient(145deg,var(--green-950),var(--green-700));color:#fff;position:relative;overflow:hidden}
.contact-intro:after{content:"";position:absolute;width:230px;height:230px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-95px;bottom:-95px}
.contact-kicker{font-size:11px;letter-spacing:.22em;color:#cfe2c7;font-weight:700}
.contact-intro h2{font:700 38px/1.05 'Cormorant Garamond',serif;margin:9px 0 15px}
.contact-intro>p{color:#e4eee1;font-size:13px;line-height:1.75;max-width:480px}
.contact-detail{display:flex;align-items:center;gap:13px;margin-top:20px}
.contact-detail>i{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.12);font-size:18px}
.contact-detail small,.contact-detail strong{display:block}.contact-detail small{font-size:10px;color:#c8dac5}.contact-detail strong{font-size:13px}
.contact-form-wrap{padding:42px 46px}.contact-form-wrap h3{font:700 28px 'Cormorant Garamond',serif;color:var(--green-950);margin-bottom:18px}
.contact-form-wrap .form-label{font-size:12px;font-weight:650;color:#3f5044}
.contact-form-wrap .form-control{border-color:#dce6da;border-radius:9px;padding:.72rem .85rem;font-size:13px;background:#fcfdfb}
.contact-form-wrap .form-control:focus{border-color:#78a17f;box-shadow:0 0 0 .2rem rgba(27,107,59,.09);background:#fff}
.btn-whatsapp{background:#25D366;color:#fff;border:0;position:relative;z-index:2}.btn-whatsapp:hover{background:#1fb85a;color:#fff;transform:translateY(-1px)}
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:1080;display:flex;align-items:center;gap:8px;background:#25D366;color:#fff!important;padding:12px 16px;border-radius:999px;font-weight:700;font-size:13px;box-shadow:0 10px 28px rgba(0,0,0,.22);transition:.25s ease}
.whatsapp-float i{font-size:21px}.whatsapp-float:hover{transform:translateY(-3px);background:#1fb85a}
@media(max-width:767.98px){.contact-intro,.contact-form-wrap{padding:30px 24px}.contact-intro h2{font-size:32px}.whatsapp-float{width:52px;height:52px;padding:0;justify-content:center;border-radius:50%;right:16px;bottom:16px}.whatsapp-float span{display:none}.whatsapp-float i{font-size:24px}}

.contact-section{background:linear-gradient(180deg,#f7faf3,#eef5e9)}
.contact-panel{border:1px solid #dbe6d7;border-radius:18px;overflow:hidden;box-shadow:0 20px 55px rgba(12,52,28,.10)}
.contact-intro{background:linear-gradient(145deg,var(--green-950),var(--green-700));color:#fff;position:relative;overflow:hidden}
.contact-intro:after{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(255,255,255,.10);border-radius:50%;right:-110px;bottom:-120px}
.contact-intro .eyebrow{color:#c7dda9}.contact-intro h2{font:700 clamp(34px,4vw,50px)/1 'Cormorant Garamond',serif;margin:10px 0 16px}
.contact-intro>p{color:#dbe8dd;line-height:1.8;max-width:500px}
.contact-detail{display:flex;gap:14px;align-items:center;margin-top:22px;position:relative;z-index:1}
.contact-detail>i{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.12);font-size:18px}
.contact-detail small,.contact-detail a,.contact-detail span{display:block}.contact-detail small{color:#bcd0bf;font-size:11px;text-transform:uppercase;letter-spacing:.08em}
.contact-detail a,.contact-detail span{color:#fff;font-weight:600;font-size:13px;margin-top:2px}
.contact-form-title{font:700 30px 'Cormorant Garamond',serif;color:var(--green-950);margin-bottom:20px}
.contact-section .form-label{font-size:12px;font-weight:700;color:#405046}
.contact-section .form-control{border-color:#dce5da;border-radius:9px;padding:.78rem .9rem;font-size:13px;background:#fbfcfa}
.contact-section .form-control:focus{border-color:#6e9575;box-shadow:0 0 0 .2rem rgba(45,125,72,.10);background:#fff}
.whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:1050;display:flex;align-items:center;gap:9px;background:#25D366;color:#fff!important;padding:12px 16px;border-radius:999px;font-weight:700;font-size:13px;box-shadow:0 12px 30px rgba(0,0,0,.20);transition:.25s ease}
.whatsapp-float i{font-size:21px}.whatsapp-float:hover{transform:translateY(-3px);box-shadow:0 16px 35px rgba(0,0,0,.25)}
@media(max-width:575.98px){.whatsapp-float{right:16px;bottom:16px;width:52px;height:52px;padding:0;justify-content:center}.whatsapp-float span{display:none}.whatsapp-float i{font-size:25px}}


.hero-enter{
    animation:heroEnter .8s ease forwards;
}

.hero-enter-delay{
    animation-delay:.15s;
    opacity:0;
}

@keyframes heroEnter{

    from{
        opacity:0;
        transform:translateY(18px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

/* ==========================================
   PUBLIC NEWS
========================================== */

.news-page-header {
    background:
        radial-gradient(circle at 80% 20%, rgba(45,125,72,.12), transparent 30%),
        linear-gradient(135deg,#f4f8ed,#eaf2e5);
    border-bottom:1px solid var(--line);
}

.news-page-title {
    font:700 clamp(42px,5vw,65px)/1 'Cormorant Garamond',serif;
    color:var(--green-950);
}

.news-page-description {
    max-width:700px;
    color:var(--muted);
    line-height:1.8;
    margin-top:15px;
}

.news-list-section {
    background:#fff;
}

.news-card {
    border:1px solid #e0e8de;
    border-radius:14px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 8px 25px rgba(12,52,28,.05);
    transition:.3s ease;
}

.news-card:hover {
    transform:translateY(-5px);
    box-shadow:var(--shadow);
}

.news-card-image {
    height:230px;
    display:block;
    position:relative;
    overflow:hidden;
    background:var(--green-50);
}

.news-card-image img {
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .6s ease;
}

.news-card:hover .news-card-image img {
    transform:scale(1.05);
}

.news-placeholder {
    height:100%;
    display:grid;
    place-items:center;
    color:var(--green-700);
    font-size:50px;
}

.news-date {
    position:absolute;
    left:20px;
    bottom:20px;
    width:58px;
    height:62px;
    background:var(--green-900);
    color:#fff;
    border-radius:8px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    box-shadow:0 8px 20px rgba(0,0,0,.2);
}

.news-date strong {
    font:700 25px/1 'Cormorant Garamond',serif;
}

.news-date span {
    font-size:10px;
    letter-spacing:.1em;
    margin-top:4px;
}

.news-card-body {
    padding:24px;
}

.news-meta {
    color:#7a867c;
    font-size:11px;
}

.news-card-body h2 {
    font:700 22px/1.25 'Cormorant Garamond',serif;
}

.news-card-body h2 a {
    color:var(--green-950);
}

.news-card-body h2 a:hover {
    color:var(--green-700);
}

.news-card-body p {
    color:#59645b;
    font-size:13px;
    line-height:1.7;
}

.news-read-more {
    color:var(--green-700);
    font-size:12px;
    font-weight:700;
}


/* NEWS DETAIL */

.news-detail-header {
    padding:55px 0 45px;
    background:linear-gradient(135deg,#f4f8ed,#edf4e8);
    border-bottom:1px solid var(--line);
}

.news-detail-header h1 {
    max-width:1000px;
    font:700 clamp(38px,5vw,60px)/1.05 'Cormorant Garamond',serif;
    color:var(--green-950);
}

.news-detail-meta {
    margin-top:20px;
    color:#647066;
    font-size:13px;
}

.news-breadcrumb {
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    font-size:11px;
    color:#78837a;
}

.news-breadcrumb a {
    color:var(--green-700);
}

.news-breadcrumb i {
    font-size:9px;
}

.news-detail-card {
    background:#fff;
}

.news-detail-image {
    width:100%;
    max-height:520px;
    object-fit:cover;
    border-radius:15px;
    margin-bottom:30px;
    box-shadow:var(--shadow);
}

.news-intro {
    font:600 21px/1.6 'Cormorant Garamond',serif;
    color:#34463a;
    padding-left:20px;
    border-left:3px solid var(--green-700);
    margin-bottom:30px;
}

.news-content {
    color:#435047;
    font-size:15px;
    line-height:1.9;
}

.recent-news-box {
    border:1px solid var(--line);
    border-radius:14px;
    padding:25px;
    position:sticky;
    top:105px;
}

.recent-news-box h3 {
    font:700 24px 'Cormorant Garamond',serif;
    color:var(--green-950);
}

.recent-news-item {
    display:flex;
    gap:12px;
    padding:14px 0;
    border-bottom:1px solid #e6ece4;
}

.recent-news-item img,
.recent-news-placeholder {
    width:78px;
    height:65px;
    flex:0 0 78px;
    border-radius:7px;
    object-fit:cover;
}

.recent-news-placeholder {
    background:var(--green-50);
    display:grid;
    place-items:center;
    color:var(--green-700);
}

.recent-news-item small {
    display:block;
    color:#879087;
    font-size:10px;
    margin-bottom:4px;
}

.recent-news-item strong {
    display:block;
    color:#2b382f;
    font-size:12px;
    line-height:1.45;
}

@media(max-width:767.98px) {

    .news-card-image {
        height:200px;
    }

    .news-detail-header {
        padding:40px 0;
    }

    .recent-news-box {
        position:static;
    }

}

/* ==========================================
   FOUNDER SHOWCASE
========================================== */

.founder-showcase{
    padding:55px 0;
    background:
        radial-gradient(circle at 95% 10%, rgba(74,112,55,.09), transparent 28%),
        linear-gradient(180deg,#fdfcf7,#f7f8f1);
}

.founder-shell{
    position:relative;
    overflow:hidden;
    background:#fffdf8;
    border:1px solid #ebe8dc;
    border-radius:24px;
    box-shadow:0 25px 70px rgba(20,54,30,.10);
}


/* LEFT IMAGE AREA */

.founder-photo-side{
    position:relative;
    min-height:760px;
    background:#0c351c;
    overflow:hidden;
}

.founder-photo-wrap{
    position:absolute;
    inset:0;
}

.founder-photo{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center top;
}


/* curved white edge */

.founder-photo-side:after{
    content:"";
    position:absolute;
    top:-7%;
    right:-110px;
    width:190px;
    height:114%;
    background:#fffdf8;
    border-radius:50%;
    z-index:2;
    box-shadow:-4px 0 0 rgba(182,165,107,.65);
}


/* ORCHIDS */

.orchid-decoration{
    position:absolute;
    left:15px;
    bottom:145px;
    width:210px;
    z-index:3;
}

.orchid-decoration img{
    width:100%;
    filter:drop-shadow(0 12px 22px rgba(0,0,0,.18));
}


/* 265 badge */

.species-highlight{
    position:absolute;
    z-index:4;
    left:0;
    bottom:0;
    width:82%;
    min-height:150px;
    background:
        linear-gradient(145deg,#0a3b20,#13572f);
    color:#fff;
    border-top-right-radius:95px;
    padding:27px 35px;
    display:flex;
    align-items:center;
    gap:22px;
    border-top:1px solid rgba(203,181,105,.8);
    border-right:1px solid rgba(203,181,105,.8);
}

.species-leaf{
    font-size:54px;
    color:#c7b56e;
}

.species-highlight strong{
    display:block;
    font:700 46px/1 'Cormorant Garamond',serif;
    color:#ead48d;
}

.species-highlight span{
    display:block;
    font:600 20px 'Cormorant Garamond',serif;
    margin-top:5px;
}

.species-highlight small{
    display:block;
    font-size:11px;
    margin-top:4px;
    color:#d8e2d8;
}


/* RIGHT SIDE */

.founder-content-side{
    position:relative;
}

.founder-content{
    padding:50px 60px 38px;
}

.founder-kicker{
    display:flex;
    align-items:center;
    gap:16px;
    color:#9d7f27;
    font-size:13px;
    font-weight:700;
    letter-spacing:.20em;
    text-transform:uppercase;
}

.kicker-line{
    height:1px;
    flex:1;
    max-width:120px;
    background:#a8b49f;
}

.founder-kicker i{
    color:#5a8738;
    font-size:20px;
}


.founder-name{
    font:700 clamp(56px,6vw,92px)/.9
        'Cormorant Garamond',serif;
    color:var(--green-950);
    margin:18px 0 12px;
}

.founder-role{
    text-transform:uppercase;
    letter-spacing:.12em;
    font-size:14px;
    font-weight:650;
    color:#1d5030;
    line-height:1.6;
}

.founder-divider{
    display:flex;
    align-items:center;
    gap:12px;
    margin:18px 0 20px;
    color:#c3a54d;
}

.founder-divider span{
    height:1px;
    flex:1;
    background:#c9ae5b;
}

.founder-divider i{
    font-size:20px;
}


.founder-description{
    font-size:13.5px;
    line-height:1.75;
    color:#3f4a42;
    margin-bottom:10px;
}

.founder-description strong{
    color:#124b29;
}


/* STAT CARDS */

.founder-stats{
    margin-top:22px;
}

.founder-stat-card{
    min-height:175px;
    padding:20px 15px;
    text-align:center;
    background:
        linear-gradient(180deg,#fff,#faf9f2);
    border:1px solid #e6e2d6;
    border-radius:14px;
    box-shadow:0 9px 22px rgba(10,47,25,.08);
    transition:.3s ease;
}

.founder-stat-card:hover{
    transform:translateY(-4px);
    box-shadow:0 14px 30px rgba(10,47,25,.12);
}

.founder-stat-card i{
    font-size:34px;
    color:#1d6237;
    display:block;
    margin-bottom:10px;
}

.founder-stat-card strong{
    display:block;
    font:700 37px/1 'Cormorant Garamond',serif;
    color:#0c4324;
}

.founder-stat-card span{
    display:block;
    font-size:11px;
    color:#415047;
    line-height:1.45;
    margin-top:9px;
}


/* GREEN FOCUS STRIP */

.founder-focus{
    margin-top:22px;
    padding:13px 8px;
    border-radius:14px;
    background:
        linear-gradient(90deg,#0a3a1f,#145d31);
    display:grid;
    grid-template-columns:repeat(5,1fr);
}

.focus-item{
    text-align:center;
    color:#fff;
    padding:5px 10px;
    border-right:1px solid rgba(255,255,255,.18);
}

.focus-item:last-child{
    border-right:0;
}

.focus-item i{
    display:block;
    font-size:24px;
    color:#dbc574;
    margin-bottom:5px;
}

.focus-item span{
    font-size:10px;
    line-height:1.35;
}


/* BUTTONS */

.founder-actions{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
    margin-top:18px;
}

.founder-primary-btn{
    background:linear-gradient(90deg,#0b4b28,#176437);
    color:#fff;
    border:1px solid #a88e3d;
    padding:11px 28px;
    min-width:220px;
    border-radius:50px;
    font-family:'Cormorant Garamond',serif;
    font-weight:700;
    font-size:18px;
}

.founder-primary-btn:hover{
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 10px 22px rgba(8,67,34,.18);
}

.founder-secondary-btn{
    background:#fffdf8;
    color:#164c2a;
    border:1px solid #c3a555;
    padding:11px 28px;
    min-width:220px;
    border-radius:50px;
    font-weight:650;
}

.founder-secondary-btn:hover{
    background:#f8f4e7;
    color:#164c2a;
}


/* QUOTE STRIP */

.founder-quote{
    min-height:110px;
    border-top:1px solid #e6e1d4;
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:22px;
    padding:22px 55px;
    background:#fbfaf4;
}

.quote-icon{
    font:700 70px/1 'Cormorant Garamond',serif;
    color:#176437;
    height:45px;
}

.founder-quote p{
    margin:0;
    max-width:760px;
    font:italic 20px/1.45
        'Cormorant Garamond',serif;
    color:#164329;
}

.founder-signature{
    font:italic 34px 'Cormorant Garamond',serif;
    color:#12472a;
    white-space:nowrap;
}


/* MOBILE */

@media(max-width:1199.98px){

    .founder-photo-side{
        min-height:650px;
    }

    .founder-content{
        padding:45px 38px 35px;
    }

    .founder-name{
        font-size:65px;
    }

    .founder-focus{
        grid-template-columns:repeat(3,1fr);
        row-gap:10px;
    }

    .focus-item{
        border-right:0;
    }
}


@media(max-width:991.98px){

    .founder-photo-side{
        min-height:600px;
    }

    .founder-photo-side:after{
        display:none;
    }

    .founder-photo-wrap{
        position:absolute;
    }

    .species-highlight{
        width:70%;
    }

    .founder-quote{
        grid-template-columns:auto 1fr;
    }

    .founder-signature{
        grid-column:2;
    }

}


@media(max-width:575.98px){

    .founder-showcase{
        padding:30px 0;
    }

    .founder-shell{
        border-radius:14px;
    }

    .founder-photo-side{
        min-height:500px;
    }

    .species-highlight{
        width:92%;
        padding:20px 22px;
        min-height:125px;
    }

    .species-highlight strong{
        font-size:36px;
    }

    .species-highlight span{
        font-size:16px;
    }

    .orchid-decoration{
        width:150px;
        bottom:120px;
    }

    .founder-content{
        padding:35px 22px 28px;
    }

    .founder-name{
        font-size:48px;
    }

    .founder-role{
        font-size:11px;
    }

    .founder-focus{
        grid-template-columns:repeat(2,1fr);
    }

    .founder-actions .btn{
        width:100%;
    }

    .founder-quote{
        padding:22px;
        grid-template-columns:1fr;
        gap:8px;
    }

    .quote-icon{
        font-size:55px;
    }

    .founder-signature{
        grid-column:auto;
        font-size:28px;
    }

}

/* ==========================================
   SCIENTIST PROFILE PAGE
========================================== */

.profile-page-header{
    background:
        radial-gradient(circle at 85% 20%,rgba(45,125,72,.10),transparent 28%),
        linear-gradient(135deg,#f5f8ee,#edf3e7);
    border-bottom:1px solid var(--line);
}

.profile-main-title{
    font:700 clamp(50px,6vw,82px)/.95 'Cormorant Garamond',serif;
    color:var(--green-950);
}

.profile-main-subtitle{
    color:var(--green-700);
    font-weight:600;
}

.profile-photo-card{
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    box-shadow:var(--shadow);
    border:1px solid var(--line);
}

.profile-photo{
    width:100%;
    height:520px;
    object-fit:cover;
    object-position:center top;
}

.profile-photo-info{
    padding:20px;
}

.profile-photo-info h3{
    font:700 27px 'Cormorant Garamond',serif;
    color:var(--green-950);
    margin-bottom:3px;
}

.profile-photo-info p{
    margin:0;
    color:var(--muted);
    font-size:12px;
}

.profile-section-title{
    font:700 34px 'Cormorant Garamond',serif;
    color:var(--green-950);
    margin-bottom:18px;
}

.profile-about p,
.profile-details p,
.profile-vision p{
    font-size:14px;
    line-height:1.9;
    color:#4c594f;
}

.profile-stats-section{
    background:linear-gradient(180deg,#f8faf4,#fff);
}

.profile-stat-box{
    text-align:center;
    padding:28px 15px;
    border:1px solid var(--line);
    border-radius:14px;
    background:#fff;
    box-shadow:0 8px 22px rgba(12,52,28,.06);
}

.profile-stat-box strong{
    display:block;
    font:700 40px/1 'Cormorant Garamond',serif;
    color:var(--green-900);
}

.profile-stat-box span{
    display:block;
    font-size:11px;
    color:var(--muted);
    margin-top:8px;
}

.profile-list{
    list-style:none;
    padding:0;
    margin:0;
}

.profile-list li{
    position:relative;
    padding:9px 0 9px 27px;
    border-bottom:1px dashed #e3e9e0;
    font-size:13px;
    color:#435047;
}

.profile-list li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:var(--green-700);
    font-weight:800;
}

.profile-awards{
    background:#fafbf7;
}

.award-card{
    height:100%;
    padding:28px 20px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:14px;
    text-align:center;
    box-shadow:0 8px 22px rgba(12,52,28,.05);
    transition:.3s ease;
}

.award-card:hover{
    transform:translateY(-4px);
    box-shadow:var(--shadow);
}

.award-card i{
    font-size:34px;
    color:#b39a46;
    display:block;
    margin-bottom:14px;
}

.award-card h4{
    font:700 20px/1.3 'Cormorant Garamond',serif;
    color:var(--green-950);
}

.profile-vision-box{
    background:linear-gradient(135deg,var(--green-950),var(--green-700));
    color:#fff;
    border-radius:18px;
    padding:50px;
}

.profile-vision-box .eyebrow{
    color:#cbdba8;
}

.profile-vision-box h2{
    font:700 clamp(34px,4vw,50px)/1.05 'Cormorant Garamond',serif;
    color:#fff;
}

.profile-vision-box p{
    color:#e3eee2;
    max-width:900px;
}

@media(max-width:767.98px){

    .profile-photo{
        height:430px;
    }

    .profile-vision-box{
        padding:30px 24px;
    }

}

/* =========================================
   NOBRC ABOUT PAGE
========================================= */

.about-page-hero{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 15% 20%,rgba(98,135,68,.10),transparent 30%),
        linear-gradient(110deg,#f8f8ef 0%,#eef4e7 65%,#e2ecdc 100%);
}

.min-vh-about{
    min-height:490px;
}

.about-page-hero h1{
    font:700 clamp(52px,6vw,86px)/.9 'Cormorant Garamond',serif;
    color:var(--green-950);
}

.about-hero-lead{
    max-width:720px;
    margin-top:25px;
    color:#4c5b50;
    font-size:15px;
    line-height:1.85;
}

.about-hero-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:28px;
}

.about-hero-tags span{
    padding:8px 15px;
    border:1px solid #b9c9b5;
    border-radius:30px;
    color:var(--green-800);
    font-size:11px;
    font-weight:700;
    background:rgba(255,255,255,.5);
}

.about-orchid-visual{
    height:490px;
    display:flex;
    justify-content:center;
    align-items:flex-end;
}

.about-orchid-visual img{
    max-height:470px;
    object-fit:contain;
    filter:drop-shadow(0 20px 30px rgba(10,57,30,.12));
}

.about-image-box{
    position:relative;
}

.about-image-box>img{
    width:100%;
    height:480px;
    object-fit:cover;
    border-radius:18px;
    box-shadow:var(--shadow);
}

.about-image-label{
    position:absolute;
    left:25px;
    right:25px;
    bottom:25px;
    display:flex;
    align-items:center;
    gap:15px;
    padding:17px 20px;
    border-radius:12px;
    background:rgba(6,44,22,.88);
    backdrop-filter:blur(8px);
    color:#fff;
}

.about-image-label i{
    font-size:30px;
    color:#c9b565;
}

.about-image-label strong,
.about-image-label span{
    display:block;
}

.about-image-label strong{
    font:700 20px 'Cormorant Garamond',serif;
}

.about-image-label span{
    font-size:10px;
    color:#d8e5d8;
}

.about-section-title{
    font:700 clamp(36px,4vw,55px)/1 'Cormorant Garamond',serif;
    color:var(--green-950);
}

.about-gold-line{
    width:65px;
    height:2px;
    background:var(--gold);
    margin:22px 0;
}

.about-intro p{
    color:#4b584f;
    font-size:14px;
    line-height:1.85;
}

.about-purpose{
    background:#f7f9f3;
}

.purpose-card{
    border-radius:18px;
    padding:45px;
}

.purpose-green{
    background:linear-gradient(140deg,var(--green-950),var(--green-700));
    color:#fff;
}

.purpose-light{
    background:#fff;
    border:1px solid var(--line);
    box-shadow:0 12px 35px rgba(12,52,28,.06);
}

.purpose-icon{
    width:55px;
    height:55px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:rgba(255,255,255,.12);
    color:#d7c36e;
    font-size:25px;
    margin-bottom:25px;
}

.purpose-light .purpose-icon{
    background:var(--green-100);
    color:var(--green-700);
}

.purpose-card>span{
    font-size:10px;
    letter-spacing:.2em;
    font-weight:700;
}

.purpose-card h2{
    font:700 34px/1.1 'Cormorant Garamond',serif;
    margin:12px 0 17px;
}

.purpose-card p{
    font-size:13px;
    line-height:1.8;
    margin:0;
}

.purpose-green p{
    color:#dce8dc;
}

.about-heading-block{
    max-width:700px;
    margin:auto;
}

.about-heading-block>p:last-child{
    color:var(--muted);
}

.about-work-card{
    position:relative;
    padding:32px 25px;
    border:1px solid var(--line);
    border-radius:14px;
    background:#fff;
    overflow:hidden;
    transition:.3s;
}

.about-work-card:hover{
    transform:translateY(-5px);
    box-shadow:var(--shadow);
}

.work-number{
    position:absolute;
    right:18px;
    top:12px;
    font:700 55px 'Cormorant Garamond',serif;
    color:#edf2e9;
}

.about-work-card>i{
    position:relative;
    font-size:33px;
    color:var(--green-700);
}

.about-work-card h3{
    position:relative;
    margin:20px 0 10px;
    font:700 23px 'Cormorant Garamond',serif;
    color:var(--green-950);
}

.about-work-card p{
    font-size:12px;
    color:#59655c;
    line-height:1.75;
}

.about-focus{
    background:
        radial-gradient(circle at 90% 30%,rgba(205,220,118,.10),transparent 25%),
        linear-gradient(120deg,#062c16,#145b31);
    color:#fff;
}

.about-focus .eyebrow{
    color:#c8d996;
}

.about-focus p{
    color:#d9e5da;
    line-height:1.8;
}

.focus-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
}

.focus-grid>div{
    display:flex;
    align-items:center;
    gap:14px;
    padding:18px;
    border:1px solid rgba(255,255,255,.15);
    border-radius:10px;
    background:rgba(255,255,255,.06);
}

.focus-grid i{
    font-size:24px;
    color:#d2bd68;
}

.focus-grid span{
    font-size:12px;
    font-weight:600;
}

.about-founder-box{
    border:1px solid var(--line);
    border-radius:20px;
    overflow:hidden;
    box-shadow:var(--shadow);
    background:#fff;
}

.about-founder-box img{
    width:100%;
    height:500px;
    object-fit:cover;
    object-position:center top;
}

.about-founder-content{
    padding:45px 55px;
}

.about-founder-content h2{
    font:700 48px/1 'Cormorant Garamond',serif;
    color:var(--green-950);
}

.founder-sub{
    color:var(--green-700);
    font-weight:600;
}

.about-founder-content>p{
    font-size:13px;
    line-height:1.8;
}

.about-founder-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    margin-top:25px;
}

.about-founder-stats div{
    border-left:2px solid var(--green-700);
    padding-left:12px;
}

.about-founder-stats strong,
.about-founder-stats span{
    display:block;
}

.about-founder-stats strong{
    font:700 27px 'Cormorant Garamond',serif;
    color:var(--green-900);
}

.about-founder-stats span{
    font-size:9px;
    color:var(--muted);
}

.about-final-cta{
    padding:0 0 55px;
}

.about-cta-inner{
    padding:38px 45px;
    border-radius:17px;
    background:linear-gradient(100deg,#f2f5e9,#e7efe0);
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
}

.about-cta-inner span{
    font-size:10px;
    letter-spacing:.2em;
    color:var(--green-700);
    font-weight:700;
}

.about-cta-inner h2{
    margin:6px 0 0;
    font:700 32px 'Cormorant Garamond',serif;
    color:var(--green-950);
}

.about-contact-btn{
    flex:0 0 auto;
    padding:12px 25px;
    background:var(--green-900);
    color:#fff;
    border-radius:30px;
}

.about-contact-btn:hover{
    background:var(--green-700);
    color:#fff;
}

@media(max-width:991.98px){
    .about-orchid-visual{
        height:360px;
    }

    .about-founder-stats{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:575.98px){
    .min-vh-about{
        min-height:auto;
    }

    .about-page-hero h1{
        font-size:49px;
    }

    .about-orchid-visual{
        height:320px;
    }

    .about-image-box>img{
        height:390px;
    }

    .purpose-card,
    .about-founder-content{
        padding:30px 23px;
    }

    .focus-grid{
        grid-template-columns:1fr;
    }

    .about-founder-box img{
        height:420px;
    }

    .about-cta-inner{
        padding:30px 23px;
        display:block;
    }

    .about-contact-btn{
        margin-top:20px;
    }
}

.publication-placeholder{
    width:82px;
    height:82px;
    flex:0 0 82px;
    border-radius:8px;
    display:grid;
    place-items:center;
    background:var(--green-50);
    color:var(--green-700);
    font-size:28px;
}

/* ==========================================
   PUBLICATIONS
========================================== */

.pub-page-header{
    background:
        radial-gradient(circle at 85% 20%,rgba(45,125,72,.10),transparent 30%),
        linear-gradient(135deg,#f5f8ee,#edf3e7);
    border-bottom:1px solid var(--line);
}

.pub-page-title{
    font:700 clamp(48px,6vw,75px)/1 'Cormorant Garamond',serif;
    color:var(--green-950);
}

.pub-page-description{
    max-width:700px;
    color:var(--muted);
    line-height:1.8;
    margin-top:14px;
}

.pub-card{
    border:1px solid var(--line);
    border-radius:15px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 8px 25px rgba(12,52,28,.05);
    transition:.3s;
}

.pub-card:hover{
    transform:translateY(-5px);
    box-shadow:var(--shadow);
}

.pub-card-top{
    height:230px;
    position:relative;
    background:var(--green-50);
    overflow:hidden;
}

.pub-card-top img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .6s ease;
}

.pub-card:hover .pub-card-top img{
    transform:scale(1.05);
}

.pub-card-placeholder{
    height:100%;
    display:grid;
    place-items:center;
    font-size:55px;
    color:var(--green-700);
}

.pub-type{
    position:absolute;
    left:18px;
    bottom:18px;
    padding:6px 10px;
    border-radius:30px;
    background:rgba(6,44,22,.88);
    color:#fff;
    font-size:9px;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.pub-card-body{
    padding:24px;
}

.pub-year{
    color:#9b812e;
    font-weight:700;
    font-size:11px;
    margin-bottom:8px;
}

.pub-card-body h2{
    font:700 23px/1.25 'Cormorant Garamond',serif;
}

.pub-card-body h2 a{
    color:var(--green-950);
}

.pub-card-body h2 a:hover{
    color:var(--green-700);
}

.pub-authors{
    font-size:11px;
    font-weight:600;
    color:#48564c;
}

.pub-journal{
    font-size:11px;
    color:var(--green-700);
    font-style:italic;
}

.pub-card-body>p:last-of-type{
    font-size:12px;
    color:#626e64;
    line-height:1.7;
}

.pub-read-more{
    color:var(--green-700);
    font-size:12px;
    font-weight:700;
}


/* DETAIL */

.pub-detail-header{
    padding:55px 0 45px;
    background:linear-gradient(135deg,#f5f8ee,#edf3e7);
    border-bottom:1px solid var(--line);
}

.pub-detail-header h1{
    max-width:1000px;
    font:700 clamp(38px,5vw,60px)/1.05 'Cormorant Garamond',serif;
    color:var(--green-950);
}

.pub-detail-authors{
    max-width:900px;
    color:#546157;
    margin-top:18px;
    font-size:14px;
}

.pub-breadcrumb{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    align-items:center;
    font-size:11px;
}

.pub-breadcrumb a{
    color:var(--green-700);
}

.pub-breadcrumb i{
    font-size:9px;
}

.pub-detail-image{
    width:100%;
    max-height:500px;
    object-fit:cover;
    border-radius:15px;
    box-shadow:var(--shadow);
    margin-bottom:30px;
}

.pub-abstract{
    padding:30px;
    border:1px solid var(--line);
    border-radius:14px;
    background:#fff;
}

.pub-abstract h2{
    font:700 31px 'Cormorant Garamond',serif;
    color:var(--green-950);
}

.pub-abstract p{
    margin:0;
    font-size:14px;
    line-height:1.9;
    color:#465349;
}

.pub-detail-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.pub-info-box{
    position:sticky;
    top:105px;
    padding:25px;
    border:1px solid var(--line);
    border-radius:14px;
    background:#fff;
}

.pub-info-box h3{
    font:700 25px 'Cormorant Garamond',serif;
    color:var(--green-950);
}

.pub-info-row{
    padding:13px 0;
    border-bottom:1px solid #e7ece5;
}

.pub-info-row span,
.pub-info-row strong{
    display:block;
}

.pub-info-row span{
    font-size:9px;
    color:#879087;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.pub-info-row strong{
    margin-top:4px;
    color:#354239;
    font-size:12px;
    line-height:1.45;
}

@media(max-width:767.98px){

    .pub-card-top{
        height:200px;
    }

    .pub-info-box{
        position:static;
    }

}

/* ==========================================
   HOMEPAGE BOOKS
========================================== */

.book-count-badge{
    flex:0 0 auto;
    padding:5px 9px;
    background:var(--green-50);
    border:1px solid #dce7d9;
    color:var(--green-700);
    border-radius:30px;
    font-size:9px;
    font-weight:700;
}

.home-book-item{
    display:flex;
    gap:14px;
    padding:13px 0;
    border-bottom:1px solid #e7ece5;
}

.home-book-cover{
    width:70px;
    height:92px;
    flex:0 0 70px;
    border-radius:5px;
    overflow:hidden;
    background:var(--green-50);
    box-shadow:0 5px 14px rgba(12,52,28,.10);
}

.home-book-cover img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .4s ease;
}

.home-book-item:hover .home-book-cover img{
    transform:scale(1.05);
}

.home-book-placeholder{
    width:100%;
    height:100%;
    display:grid;
    place-items:center;
    background:
        linear-gradient(145deg,var(--green-900),var(--green-700));
    color:#d8c778;
    font-size:25px;
}

.home-book-content{
    min-width:0;
}

.home-book-year{
    display:block;
    color:#9a812f;
    font-size:9px;
    font-weight:800;
    letter-spacing:.08em;
    margin-bottom:4px;
}

.home-book-content h4{
    font-size:13px;
    line-height:1.35;
    font-weight:750;
    margin:0 0 5px;
}

.home-book-content h4 a{
    color:var(--green-950);
}

.home-book-content h4 a:hover{
    color:var(--green-700);
}

.home-book-content p{
    margin:0 0 5px;
    font-size:10px;
    line-height:1.4;
    color:var(--muted);
}

.home-book-link{
    font-size:10px;
    font-weight:700;
    color:var(--green-700);
}

.book-empty{
    text-align:center;
    padding:35px 10px;
    color:var(--muted);
}

.book-empty i{
    display:block;
    font-size:35px;
    color:var(--green-700);
    margin-bottom:8px;
}

.book-empty p{
    font-size:11px;
}

/* ==========================================
   ACHIEVEMENTS PAGE
========================================== */

.achievement-hero{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 85% 30%,
        rgba(197,173,91,.18),transparent 23%),
        linear-gradient(115deg,#f8f8ef,#edf3e7);
    border-bottom:1px solid var(--line);
}

.achievement-hero h1{
    max-width:850px;
    font:700 clamp(52px,6vw,88px)/.9
        'Cormorant Garamond',serif;
    color:var(--green-950);
}

.achievement-hero h1 span{
    color:#9c8130;
}

.achievement-hero-text{
    max-width:720px;
    margin-top:24px;
    font-size:15px;
    line-height:1.8;
    color:#536057;
}

.achievement-person{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:12px;
    margin-top:25px;
}

.achievement-person .achievement-line{
    width:50px;
    height:1px;
    background:var(--gold);
}

.achievement-person strong{
    color:var(--green-900);
}

.achievement-person>span:last-child{
    font-size:11px;
    color:var(--muted);
}

.achievement-hero-icon{
    width:210px;
    height:210px;
    border:1px solid rgba(154,129,48,.25);
    border-radius:50%;
    display:grid;
    place-items:center;
    position:relative;
}

.achievement-hero-icon:before{
    content:"";
    position:absolute;
    inset:18px;
    border:1px dashed rgba(17,84,45,.20);
    border-radius:50%;
}

.achievement-hero-icon i{
    font-size:95px;
    color:#a98f3c;
}

.achievement-section-title{
    font:700 clamp(36px,4vw,55px)/1
        'Cormorant Garamond',serif;
    color:var(--green-950);
}

.achievement-intro-text{
    max-width:850px;
    margin:18px auto 0;
    font-size:14px;
    line-height:1.9;
    color:#566259;
}

.achievement-heading{
    display:flex;
    justify-content:space-between;
    align-items:end;
    border-bottom:1px solid var(--line);
    padding-bottom:15px;
}

.achievement-heading h2{
    margin:0;
    font:700 37px 'Cormorant Garamond',serif;
    color:var(--green-950);
}

.achievement-heading>i{
    font-size:35px;
    color:#b49a48;
}

.major-award-card{
    position:relative;
    overflow:hidden;
    padding:30px 25px;
    border:1px solid #e3e7dd;
    border-radius:16px;
    background:
        linear-gradient(180deg,#fff,#fbfaf4);
    transition:.3s ease;
}

.major-award-card:hover{
    transform:translateY(-5px);
    box-shadow:var(--shadow);
    border-color:#d8cfad;
}

.award-number{
    position:absolute;
    right:17px;
    top:7px;
    font:700 65px 'Cormorant Garamond',serif;
    color:#f0eee5;
}

.major-award-icon{
    position:relative;
    width:55px;
    height:55px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#f2f5e9;
    color:#a48932;
    font-size:25px;
    margin-bottom:22px;
}

.award-category{
    position:relative;
    font-size:9px;
    letter-spacing:.14em;
    color:#8f782e;
    font-weight:800;
}

.major-award-card h3{
    position:relative;
    margin:9px 0 12px;
    font:700 24px/1.15 'Cormorant Garamond',serif;
    color:var(--green-950);
}

.major-award-card p{
    position:relative;
    color:#606b62;
    font-size:12px;
    line-height:1.7;
}

.award-organization{
    margin-top:18px;
    padding-top:13px;
    border-top:1px solid #e5e8df;
    color:var(--green-700);
    font-size:10px;
    font-weight:700;
}

.professional-recognition{
    background:
        linear-gradient(120deg,#f7f9f3,#eef4e9);
}

.professional-recognition>.container-fluid>.row>
.col-lg-5>p:last-child{
    color:#59665c;
    line-height:1.8;
    font-size:13px;
}

.recognition-list{
    border-radius:17px;
    overflow:hidden;
    background:#fff;
    border:1px solid var(--line);
    box-shadow:0 15px 40px rgba(12,52,28,.06);
}

.recognition-item{
    display:flex;
    gap:18px;
    padding:20px 25px;
    border-bottom:1px solid #e8ece5;
}

.recognition-item:last-child{
    border-bottom:0;
}

.recognition-icon{
    width:48px;
    height:48px;
    flex:0 0 48px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:var(--green-50);
    color:var(--green-700);
    font-size:20px;
}

.recognition-item span{
    font-size:8px;
    color:#9a8130;
    font-weight:800;
    letter-spacing:.12em;
}

.recognition-item h3{
    font:700 20px 'Cormorant Garamond',serif;
    color:var(--green-950);
    margin:2px 0 3px;
}

.recognition-item p{
    margin:0;
    font-size:11px;
    color:#657067;
}

.achievement-contributions{
    background:#fff;
}

.contribution-card{
    text-align:center;
    padding:30px 22px;
    border:1px solid var(--line);
    border-radius:15px;
    background:#fff;
    transition:.3s;
}

.contribution-card:hover{
    transform:translateY(-4px);
    box-shadow:var(--shadow);
}

.contribution-card i{
    display:block;
    font-size:30px;
    color:#a58b38;
    margin-bottom:13px;
}

.contribution-card strong{
    display:block;
    font:700 42px/1 'Cormorant Garamond',serif;
    color:var(--green-900);
}

.contribution-card h3{
    font:700 20px 'Cormorant Garamond',serif;
    color:var(--green-950);
    margin:9px 0;
}

.contribution-card p{
    margin:0;
    font-size:11px;
    line-height:1.65;
    color:#667168;
}

.global-contribution-box{
    padding:45px 50px;
    border-radius:20px;
    color:#fff;
    background:
        radial-gradient(circle at 90% 10%,
        rgba(205,221,118,.10),transparent 25%),
        linear-gradient(120deg,var(--green-950),var(--green-700));
}

.global-contribution-box .eyebrow{
    color:#cfdb9b;
}

.global-contribution-box h2{
    font:700 clamp(35px,4vw,52px)/1
        'Cormorant Garamond',serif;
}

.global-contribution-box p{
    max-width:700px;
    color:#dce7dc;
    line-height:1.8;
    font-size:13px;
}

.global-platform{
    display:flex;
    align-items:center;
    gap:15px;
    padding:17px;
    margin:10px 0;
    border:1px solid rgba(255,255,255,.15);
    border-radius:11px;
    background:rgba(255,255,255,.07);
}

.global-platform>i{
    font-size:27px;
    color:#d6c16c;
}

.global-platform span,
.global-platform strong,
.global-platform small{
    display:block;
}

.global-platform span{
    font-size:8px;
    color:#bdcfbd;
    text-transform:uppercase;
    letter-spacing:.1em;
}

.global-platform strong{
    font-size:12px;
}

.global-platform small{
    font-size:9px;
    color:#c9d8c9;
}

.achievement-cta-inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
    padding:35px 42px;
    border-radius:17px;
    background:#f3f5e9;
    border:1px solid #e1e6da;
}

.achievement-cta-inner>div:first-child>span{
    color:#8e772d;
    font-size:9px;
    letter-spacing:.17em;
    font-weight:800;
}

.achievement-cta-inner h2{
    margin:5px 0 0;
    font:700 30px 'Cormorant Garamond',serif;
    color:var(--green-950);
}

.achievement-cta-btn{
    background:var(--green-900);
    color:#fff;
}

.achievement-cta-btn:hover{
    background:var(--green-700);
    color:#fff;
}

@media(max-width:767.98px){

    .achievement-hero h1{
        font-size:50px;
    }

    .global-contribution-box{
        padding:30px 23px;
    }

    .achievement-cta-inner{
        display:block;
        padding:30px 23px;
    }

    .achievement-cta-inner>div:last-child{
        margin-top:20px;
    }

}
/* ==========================================
   PUBLIC GALLERY
========================================== */

.gallery-page-header{
    background:
        radial-gradient(circle at 85% 20%,rgba(45,125,72,.12),transparent 28%),
        linear-gradient(135deg,#f5f8ee,#edf3e7);
    border-bottom:1px solid var(--line);
}

.gallery-page-title{
    font:700 clamp(50px,6vw,78px)/1 'Cormorant Garamond',serif;
    color:var(--green-950);
}

.gallery-page-description{
    max-width:700px;
    margin-top:14px;
    color:var(--muted);
    line-height:1.8;
}

.gallery-filter{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.gallery-filter a{
    padding:8px 15px;
    border-radius:30px;
    border:1px solid #dce5da;
    color:#435047;
    background:#fff;
    font-size:11px;
    font-weight:650;
}

.gallery-filter a:hover,
.gallery-filter a.active{
    background:var(--green-900);
    color:#fff;
    border-color:var(--green-900);
}

.public-gallery-card{
    position:relative;
    height:290px;
    overflow:hidden;
    border-radius:13px;
    box-shadow:0 10px 28px rgba(12,52,28,.09);
}

.public-gallery-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .6s ease;
}

.public-gallery-card:hover img{
    transform:scale(1.07);
}

.public-gallery-overlay{
    position:absolute;
    inset:45% 0 0;
    padding:50px 18px 17px;
    color:#fff;
    background:
        linear-gradient(
            transparent,
            rgba(4,35,17,.90)
        );
}

.public-gallery-overlay span{
    font-size:8px;
    text-transform:uppercase;
    letter-spacing:.12em;
    color:#d8cb7b;
    font-weight:700;
}

.public-gallery-overlay h3{
    margin:4px 45px 2px 0;
    font:700 19px 'Cormorant Garamond',serif;
}

.public-gallery-overlay small{
    font-size:9px;
    color:#dce7dc;
}

.gallery-view-btn{
    position:absolute;
    right:15px;
    bottom:17px;
    width:36px;
    height:36px;
    border:1px solid rgba(255,255,255,.45);
    border-radius:50%;
    background:rgba(255,255,255,.12);
    color:#fff;
    display:grid;
    place-items:center;
}

.gallery-view-btn:hover{
    background:#fff;
    color:var(--green-900);
}


/* LIGHTBOX */

.gallery-lightbox{
    position:fixed;
    inset:0;
    z-index:2000;
    display:none;
    align-items:center;
    justify-content:center;
    padding:30px;
    background:rgba(2,20,9,.94);
}

.gallery-lightbox.show{
    display:flex;
}

.gallery-lightbox-content{
    max-width:1100px;
    width:100%;
    text-align:center;
}

.gallery-lightbox-content img{
    max-width:100%;
    max-height:78vh;
    object-fit:contain;
    border-radius:10px;
}

.gallery-lightbox-content h4{
    margin-top:15px;
    color:#fff;
    font:600 23px 'Cormorant Garamond',serif;
}

.gallery-lightbox-close{
    position:absolute;
    right:25px;
    top:25px;
    width:45px;
    height:45px;
    display:grid;
    place-items:center;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.35);
    background:rgba(255,255,255,.08);
    color:#fff;
}

@media(max-width:575.98px){

    .public-gallery-card{
        height:220px;
    }

    .gallery-page-title{
        font-size:48px;
    }

}
/* =========================================
   FLOATING WHATSAPP
========================================= */

.whatsapp-float{
    position:fixed;
    right:24px;
    bottom:24px;
    z-index:9999;

    display:flex;
    align-items:center;
    gap:9px;

    padding:12px 18px;

    background:#25D366;
    color:#fff !important;

    border-radius:50px;

    font-size:13px;
    font-weight:700;

    box-shadow:0 10px 30px rgba(0,0,0,.22);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}

.whatsapp-float i{
    font-size:22px;
    line-height:1;
}

.whatsapp-float:hover{
    background:#1fbd5a;
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(0,0,0,.28);
}


/* Small pulse around button */

.whatsapp-float::before{
    content:"";
    position:absolute;
    inset:-5px;
    border:2px solid rgba(37,211,102,.35);
    border-radius:50px;
    animation:whatsappPulse 2s infinite;
    pointer-events:none;
}

@keyframes whatsappPulse{

    0%{
        transform:scale(.95);
        opacity:.8;
    }

    70%{
        transform:scale(1.12);
        opacity:0;
    }

    100%{
        transform:scale(1.12);
        opacity:0;
    }

}


/* Mobile */

@media(max-width:575.98px){

    .whatsapp-float{
        right:16px;
        bottom:18px;

        width:54px;
        height:54px;

        padding:0;

        justify-content:center;

        border-radius:50%;
    }

    .whatsapp-float span{
        display:none;
    }

    .whatsapp-float i{
        font-size:26px;
    }

    .whatsapp-float::before{
        border-radius:50%;
    }

}

/* =====================================================
   INDIA'S FIRST - NOBRC
===================================================== */

.india-first-section {
    padding: 90px 0;
    background:
        radial-gradient(circle at 15% 30%, rgba(210, 225, 190, .38), transparent 35%),
        linear-gradient(135deg, #f8f8f2 0%, #ffffff 55%, #f1f5e9 100%);
    overflow: hidden;
}

.india-first-box {
    position: relative;
    max-width: 1500px;
    margin: auto;
}

/* Visual */

.india-first-visual {
    min-height: 500px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.first-badge {
    position: relative;
    width: 330px;
    height: 410px;
}

.first-number {
    position: absolute;
    left: 20px;
    top: -35px;

    font-family: "Cormorant Garamond", serif;
    font-size: 390px;
    line-height: 1;
    font-weight: 700;

    color: #d7a629;

    text-shadow:
        0 2px 0 #fff2a8,
        0 5px 0 #9d6c0c,
        0 14px 25px rgba(72, 53, 6, .20);
}

.first-suffix {
    position: absolute;
    top: 25px;
    right: 15px;

    font-family: "Cormorant Garamond", serif;
    font-size: 90px;
    font-weight: 700;

    color: #c99618;
}

.first-ribbon {
    position: absolute;
    z-index: 4;

    left: 5px;
    top: 205px;

    width: 330px;
    padding: 15px 20px;

    text-align: center;

    font-size: 22px;
    font-weight: 800;
    letter-spacing: 5px;

    color: #173f2b;

    background: linear-gradient(
        90deg,
        #c99013,
        #ffe685,
        #e6ae28,
        #fff0a0,
        #c88d0c
    );

    border-radius: 50% 10% 50% 10%;

    box-shadow: 0 10px 25px rgba(87, 61, 5, .18);

    transform: rotate(-8deg);
}

/* Orchid */

.first-orchid {
    position: absolute;
    left: 50%;
    bottom: -10px;

    width: 390px;

    transform: translateX(-50%);

    z-index: 5;
}

.first-orchid img {
    width: 100%;
    height: auto;
    display: block;

    filter: drop-shadow(0 15px 20px rgba(22, 59, 39, .18));
}


/* Content */

.india-first-title {
    margin: 10px 0 20px;

    max-width: 850px;

    font-family: "Cormorant Garamond", serif;

    font-size: clamp(2.4rem, 4vw, 4.7rem);
    line-height: .98;

    color: #123b29;

    font-weight: 600;
}

.india-first-title span {
    display: block;
    color: #a97812;
}

.india-first-lead {
    margin-top: 28px;
    font-size: 1.08rem;
}

.india-first-section p {
    color: #4c5c52;
    line-height: 1.9;
}


/* Important statement */

.india-first-highlight {
    margin-top: 25px;

    display: flex;
    gap: 18px;

    padding: 22px 25px;

    border-left: 4px solid #cda12d;

    background: rgba(255,255,255,.72);

    border-radius: 0 14px 14px 0;

    box-shadow: 0 10px 35px rgba(20, 58, 39, .07);
}

.india-first-highlight i {
    flex: 0 0 auto;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #174a32;
    color: #e4bd55;

    font-size: 23px;
}

.india-first-highlight p {
    margin: 0;
}


/* Pillars */

.india-first-pillars {
    margin-top: 65px;

    display: grid;
    grid-template-columns: repeat(5, 1fr);

    border-top: 1px solid rgba(23, 74, 50, .13);
    border-bottom: 1px solid rgba(23, 74, 50, .13);

    background: rgba(255,255,255,.52);
}

.first-pillar {
    min-height: 165px;

    padding: 28px 15px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    border-right: 1px solid rgba(23, 74, 50, .12);

    transition: .3s ease;
}

.first-pillar:last-child {
    border-right: 0;
}

.first-pillar:hover {
    background: #fff;
    transform: translateY(-5px);
}

.first-pillar i {
    margin-bottom: 12px;

    color: #276844;
    font-size: 30px;
}

.first-pillar strong {
    color: #163f2c;

    text-transform: uppercase;

    letter-spacing: 1.5px;
    font-size: .85rem;
}

.first-pillar span {
    margin-top: 7px;

    color: #718077;
    font-size: .82rem;
}


/* Responsive */

@media (max-width: 991px) {

    .india-first-section {
        padding: 65px 0;
    }

    .india-first-visual {
        min-height: 430px;
        margin-bottom: 25px;
    }

    .india-first-title {
        text-align: center;
    }

    .india-first-section .eyebrow {
        text-align: center;
    }

    .india-first-section .about-gold-line {
        margin-left: auto;
        margin-right: auto;
    }

    .india-first-pillars {
        grid-template-columns: repeat(2, 1fr);
    }

    .first-pillar {
        border-bottom: 1px solid rgba(23,74,50,.12);
    }
}

@media (max-width: 575px) {

    .india-first-visual {
        min-height: 340px;
    }

    .first-badge {
        width: 260px;
        height: 320px;
    }

    .first-number {
        font-size: 300px;
    }

    .first-suffix {
        font-size: 65px;
        right: 5px;
    }

    .first-ribbon {
        width: 270px;
        top: 160px;
        font-size: 17px;
    }

    .first-orchid {
        width: 290px;
    }

    .india-first-pillars {
        grid-template-columns: 1fr;
    }

    .first-pillar {
        border-right: 0;
    }

    .india-first-highlight {
        flex-direction: column;
    }
}

/* ===============================
   NOBRC INQUIRY
================================ */

.inquiry-hero {
    background:
        linear-gradient(rgba(14,58,38,.90), rgba(14,58,38,.82)),
        url('../images/about-nobrc.png') center/cover;
    color: #fff;
    padding: 70px 0;
}

.inquiry-eyebrow {
    color: #e3bd55;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: 3px;
}

.inquiry-hero h1 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.6rem, 5vw, 5rem);
    margin: 12px 0;
}

.inquiry-hero p {
    max-width: 760px;
    margin: auto;
    opacity: .88;
    font-size: 1.05rem;
}

.inquiry-section {
    padding: 75px 0 100px;
    background: #f5f7f2;
}

.inquiry-card {
    background: #fff;
    padding: 38px;
    margin-bottom: 28px;
    border-radius: 18px;
    border: 1px solid rgba(22,71,47,.09);
    box-shadow: 0 12px 40px rgba(18,57,39,.06);
}

.inquiry-card-heading {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 30px;
}

.inquiry-card-heading > span {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #174a32;
    color: #e6c05d;

    font-weight: 700;
}

.inquiry-card-heading h2 {
    margin: 0;
    color: #173e2b;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.9rem;
}

.inquiry-card-heading p {
    margin: 3px 0 0;
    color: #7b877f;
    font-size: .9rem;
}

.inquiry-form label {
    display: block;
    margin-bottom: 8px;
    color: #32483b;
    font-weight: 600;
    font-size: .9rem;
}

.inquiry-form .form-control,
.inquiry-form .form-select {
    min-height: 50px;
    border: 1px solid #dce3dc;
    border-radius: 9px;
    background: #fbfcfa;
}

.inquiry-form textarea.form-control {
    min-height: auto;
}

.inquiry-form .form-control:focus,
.inquiry-form .form-select:focus {
    border-color: #44815e;
    box-shadow: 0 0 0 .2rem rgba(39,105,69,.10);
}

/* Purpose */

.purpose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.purpose-option {
    margin: 0 !important;
    cursor: pointer;
}

.purpose-option input {
    position: absolute;
    opacity: 0;
}

.purpose-option span {
    display: flex;
    align-items: center;
    gap: 9px;

    padding: 14px 15px;

    border: 1px solid #dce5dd;
    border-radius: 10px;

    background: #fafcf9;

    transition: .25s;
}

.purpose-option i {
    color: #aab5ae;
}

.purpose-option input:checked + span {
    background: #174a32;
    border-color: #174a32;
    color: #fff;
}

.purpose-option input:checked + span i {
    color: #e7c15b;
}

/* Declaration */

.declaration-card {
    border-top: 4px solid #cda32e;
}

.declaration-check {
    display: flex !important;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 18px !important;
    font-weight: 400 !important;
}

.declaration-check input {
    margin-top: 4px;
    width: 18px;
    height: 18px;
    accent-color: #174a32;
}

/* Submit */

.inquiry-submit-btn {
    border: 0;
    border-radius: 50px;

    padding: 16px 38px;

    background: #174a32;
    color: #fff;

    font-weight: 700;
    letter-spacing: .5px;

    transition: .3s;
}

.inquiry-submit-btn:hover {
    background: #c79b29;
    color: #173e2b;
    transform: translateY(-2px);
}

.submit-note {
    margin-top: 13px;
    color: #7a877f;
    font-size: .85rem;
}

@media(max-width: 767px) {

    .purpose-grid {
        grid-template-columns: 1fr;
    }

    .inquiry-card {
        padding: 25px 20px;
    }

    .inquiry-section {
        padding: 45px 0 70px;
    }
}

/* =====================================
   HOME INQUIRY SECTION
===================================== */

.home-inquiry-section {
    padding: 75px 0;
    background: #f5f7f2;
}

.home-inquiry-box {
    position: relative;
    overflow: hidden;

    padding: 55px 60px;

    background:
        linear-gradient(120deg, #123d29, #1e6040);

    border-radius: 22px;

    box-shadow:
        0 20px 55px rgba(18, 61, 41, 0.14);

    color: #fff;
}

/* Decorative circle */

.home-inquiry-box::after {
    content: "";
    position: absolute;

    width: 280px;
    height: 280px;

    right: -100px;
    top: -130px;

    border-radius: 50%;

    border: 55px solid rgba(255,255,255,.04);

    pointer-events: none;
}

.home-inquiry-eyebrow {
    display: inline-block;

    margin-bottom: 10px;

    color: #e3bd55;

    font-size: .76rem;
    font-weight: 700;
    letter-spacing: 2.5px;
}

.home-inquiry-box h2 {
    position: relative;
    z-index: 1;

    margin-bottom: 15px;

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 600;
}

.home-inquiry-box p {
    position: relative;
    z-index: 1;

    max-width: 750px;

    margin-bottom: 22px;

    color: rgba(255,255,255,.82);
    line-height: 1.75;
}

.inquiry-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.inquiry-features span {
    display: flex;
    align-items: center;
    gap: 7px;

    font-size: .88rem;
    color: rgba(255,255,255,.9);
}

.inquiry-features i {
    color: #e3bd55;
}

.home-inquiry-btn {
    position: relative;
    z-index: 2;

    display: inline-flex;
    align-items: center;

    padding: 15px 25px;

    background: #e3bd55;
    color: #173e2b;

    border-radius: 50px;

    text-decoration: none;
    font-weight: 700;

    transition: .3s ease;
}

.home-inquiry-btn:hover {
    background: #fff;
    color: #173e2b;
    transform: translateY(-3px);
}

.home-inquiry-box small {
    color: rgba(255,255,255,.65);
}

@media (max-width: 767px) {

    .home-inquiry-section {
        padding: 45px 0;
    }

    .home-inquiry-box {
        padding: 35px 25px;
    }

    .inquiry-features {
        flex-direction: column;
        gap: 10px;
    }
}

/* =====================================
   FLOATING INQUIRY QUICK LINK
===================================== */

.floating-inquiry {
    position: fixed;

    right: 22px;
    bottom: 92px;

    z-index: 999;

    display: flex;
    align-items: center;
    gap: 9px;

    padding: 12px 18px;

    background: #174a32;
    color: #fff;

    border: 2px solid rgba(255,255,255,.9);
    border-radius: 50px;

    box-shadow:
        0 8px 25px rgba(0,0,0,.18);

    text-decoration: none;

    font-size: .88rem;
    font-weight: 600;

    transition: .3s ease;
}

.floating-inquiry i {
    color: #e3bd55;
    font-size: 1.15rem;
}

.floating-inquiry:hover {
    background: #c99c2b;
    color: #173e2b;

    transform: translateY(-3px);
}

.floating-inquiry:hover i {
    color: #173e2b;
}

@media(max-width: 575px) {

    .floating-inquiry {
        width: 50px;
        height: 50px;

        padding: 0;

        justify-content: center;

        border-radius: 50%;

        right: 18px;
        bottom: 88px;
    }

    .floating-inquiry span {
        display: none;
    }

    .floating-inquiry i {
        font-size: 1.25rem;
    }
}
/* =====================================
   INQUIRY SUBMISSION LOADER
===================================== */

.submit-loader {
    position: fixed;
    inset: 0;

    background: rgba(8, 30, 20, 0.78);
    backdrop-filter: blur(5px);

    z-index: 99999;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    opacity: 0;
    visibility: hidden;

    transition: opacity .25s ease;
}

.submit-loader.show {
    opacity: 1;
    visibility: visible;
}

.submit-loader-box {
    width: 100%;
    max-width: 420px;

    background: #fff;
    border-radius: 18px;

    padding: 40px 30px;

    text-align: center;

    box-shadow: 0 25px 70px rgba(0,0,0,.25);
}

.submit-loader-box .spinner-border {
    width: 3rem;
    height: 3rem;
}

.submit-loader-box h4 {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.8rem;
    font-weight: 700;

    color: #174a32;

    margin-bottom: 10px;
}

.submit-loader-box p {
    color: #59685f;
    margin-bottom: 7px;
}

.submit-loader-box small {
    color: #8b958e;
}