@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&amp;family=Merriweather:wght@400;700&amp;display=swap");   

.flags::-webkit-scrollbar {display: none;}
.hero-gradient {background: linear-gradient(rgb(0 51 102 / 23%), rgb(0 51 102 / 45%));}
.nav-glass {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 2px solid #deb227;
}
.lotus-shape {clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);}
.left-image {position: relative;}
.left-image::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 0px 0px 65px 100px #e0ba3f3d;
}
p{text-align:justify;}
.timeline-line::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #cbd5e1;
    transform: translateX(-50%);
}

#flagsSlider::-webkit-scrollbar {
    display: none;
}

#flagsSlider {
    display: flex;
    overflow-x: hidden;
    white-space: nowrap;
    scroll-behavior: auto;
}

#flagsSlider .slick-track {
    display: flex;
    gap: 10px;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

div#pillarsSlider .slick-track {
    display: flex;
    gap: 10px;
}

div#pillarsSlider .slick-track,
div#pillarsSlider .slick-track .slick-slide,
div#pillarsSlider .slick-track .slick-slide>div,
div#pillarsSlider .slick-track .slick-slide .feature-card {
    height: 100%;
}

@media (max-width: 768px) {
    .timeline-line::before {
        left: 30px;
    }
}

/* Map Pin */
.map-pin img {
    transition:
        transform 0.3s ease,
        filter 0.3s ease;
}

.map-pin.active img {
    transform: scale(1.4);
    filter: brightness(0);
    /* filter: brightness(0) drop-shadow(0 0 6px #d4af37); */
}

/* Testimonial CSS */
.testimonial-slider .slick-track {
    display: flex;
    padding: 20px 0px 40px;
}

.testimonial-slider .slick-slide {
    height: inherit !important;
}

.testimonial-slider .slick-slide {
    bottom: -10px;
}

.testimonial-slider .slick-slide > div {
    height: 100%;
}

.testimonial-slider .slick-dots li {
    margin: 0;  
}

.testimonial-slider .slick-dots li button:before {
    font-size: 10px;
    color: #0b3a75;
}

.testimonial-slider .slick-dots li.slick-active button:before {
    color: #d4af37;
}

body {
    top: 0 !important;
}

.skiptranslate {
    display: none !important;
}   

select#languageSwitcher {
    z-index: 999;
    border: 1px solid #deb227;
    padding: 4px;
    background: #eaedf1;
    color: #023366;
    font-weight: 600;
    border-radius: 7px;
}

select#languageSwitcher:focus-visible {
    outline: none;
}

/* ---------- SECTION 1 – About ---------- */
.about-section {
    background: #fff;
}

.stat-card {
    border: 1px solid #e8e4d9;
    border-radius: 10px;
    padding: 20px 24px;
    background: #fff;
    transition: box-shadow 0.25s;
}

.stat-card:hover {
    box-shadow: 0 8px 28px rgba(13, 27, 62, 0.08);
}

.stat-card .number {
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    font-weight: 700;
    color: #0d1b3e;
    line-height: 1.2;
}

.stat-card .label {
    font-size: 14px;
    color: #6b7280;
    margin-top: 4px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* gold underline accent */
.gold-line {
    width: 44px;
    height: 3px;
    background: #deb227;
    border-radius: 2px;
    margin: 14px 0 20px;
}

/* globe card */
.globe-card {
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 17px;
}

.globe-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 40%,
            rgba(200, 155, 60, 0.12) 0%,
            transparent 60%);
}

.globe-svg {
    width: 100%;
    height: 100%;
}

/* dot-matrix world map  */
.world-dots {
    position: relative;
    width: 100%;
}

.world-dots canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.badge-chip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e6f0ff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 12px 16px;
    backdrop-filter: blur(6px);
}

/* pillar icon box */
.pillar-icon {
    width: 100px;
    height: 100px;
    background: #0d1b3e;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    transition:
        transform 0.2s,
        background 0.2s;
}

.pillar-item:hover .pillar-icon {
    background: #c89b3c;
    transform: translateY(-3px);
}

.pillar-item .pillar-label {
    font-size: 1.2rem;
    font-weight: 500;
    color: #0d1b3e;
    text-align: center;
}

.pillar-item .gold-underline {
    width: 24px;
    height: 2px;
    background: #deb227;
    border-radius: 1px;
    margin: 6px auto 0;
}

/* ---------- SECTION 2 – Chairman ---------- */
.chairman-section {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.chairman-section::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle,
            rgba(200, 155, 60, 0.08) 0%,
            transparent 70%);
    top: -100px;
    right: -100px;
    pointer-events: none;
}

.quote-card {
    background: #e6f0ff;
    border-radius: 20px;
    padding: 35px 40px;
    box-shadow: 0 6px 40px rgba(13, 27, 62, 0.07);
    position: relative;
}

.quote-number {
    font-family: "Cormorant Garamond", serif;
    font-size: 7rem;
    font-weight: 700;
    color: rgba(13, 27, 62, 0.06);
    line-height: 1;
    position: absolute;
    top: 16px;
    left: 28px;
    pointer-events: none;
    user-select: none;
}

.quote-bar {
    width: 4px;
    background: #c89b3c;
    border-radius: 2px;
    min-height: 52px;
    flex-shrink: 0;
}

.check-item {
    display: flex;
    align-items: top;
    gap: 8px;
    font-size: 0.82rem;
    color: #374151;
}

.check-icon {
    width: 18px;
    height: 18px;
    background: #c89b3c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.photo-frame {
    background: linear-gradient(145deg, #0d1b3e 0%, #1a2d6b 100%);
    border-radius: 20px;
    padding: 4px;
    position: relative;
}

.photo-frame::after {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 22px;
    background: linear-gradient(135deg,
            #c89b3c 0%,
            transparent 50%,
            #c89b3c 100%);
    z-index: -1;
}

.photo-inner {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

.chairman-badge {
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1.5px solid #e8e4d9;
    border-radius: 999px;
    padding: 6px 18px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #0d1b3e;
    white-space: nowrap;
    box-shadow: 0 4px 16px rgba(13, 27, 62, 0.1);
}

@media screen and (max-width: 768px) {
    .quote-card {
        padding: 20px;
    }
}

#backToTop {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed position relative to viewport */
    bottom: 20px;
    /* 20px from the bottom */
    right: 20px;
    /* 20px from the right */
    z-index: 99;
    /* Ensure it stays on top of other content */
    background-color: #333;
    color: white;
    border: none;
    padding: 12px 16px;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
}
#backToTop:hover {background-color: #555;/* Slight fade on hover */}
.chairmanSlider .slick-list .slick-track {display: flex;gap: 10px;}
.chairmanSlider .slick-arrow::before {color: #0663c6;font-size: 25px;}
.banner {position: relative;margin-bottom: 40px;}
.banner::after {content: "";position: absolute;inset: 0;z-index: -1;background: linear-gradient(0deg, #0000000a, #0000002b);}
.hidden {display: none;}
.team-box {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);z-index: 9999;overflow: auto;padding: 40px;}

.active-tab {
        background: #0b3a75 !important;
        color: #fff;
      }
      .state-tab {
        background: #fff;
        border: 1px solid #d1d5db;
      }
      .state-tab:hover {
        background: #0b3a75;
        color: #fff;
      }

/* Error message styles */
      .error-message {
        color: #dc2626;
        font-size: 0.8rem;
        margin-top: 4px;
        display: block;
      }

      .input-error {
        border-color: #dc2626 !important;
      }

.chairmanSlider button {
    z-index:2!important;
    background: #0663c6;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.chairmanSlider .slick-prev:hover,.chairmanSlider .slick-prev:focus,.chairmanSlider .slick-next:hover,.chairmanSlider .slick-next:focus{
    background: #0663c6;
}
.chairmanSlider .slick-prev {
    left: 0px;
}
.chairmanSlider .slick-next {
    right: 0px;
}
.chairmanSlider .slick-arrow::before{font-size: 17px;color: #fff;}