@font-face {
    font-family: 'estedad-fd[kshd,wght]';
    src: url('../.../../../assets/fonts/Estedad-FD[KSHD,wght].woff') format('truetype'), url('../.../../../assets/fonts/graphie-bold.otf') format('opentype'), url('../.../../../assets/fonts/graphie-bolditalic.otf') format('opentype'), url('../.../../../assets/fonts/graphie-book.otf') format('opentype'), url('../.../../../assets/fonts/graphie-bookitalic.otf') format('opentype'), url('../.../../../assets/fonts/graphie-extrabold.otf') format('opentype'), url('../.../../../assets/fonts/graphie-extrabolditalic.otf') format('opentype'), url('../.../../../assets/fonts/graphie-extralight.otf') format('opentype'), url('../.../../../assets/fonts/graphie-extralightitalic.otf') format('opentype'), url('../.../../../assets/fonts/graphie-italic.otf') format('opentype'), url('../.../../../assets/fonts/graphie-light.otf') format('opentype'), url('../.../../../assets/fonts/graphie-lightitalic.otf') format('opentype'), url('../.../../../assets/fonts/graphie-regular.otf') format('opentype'), url('../.../../../assets/fonts/graphie-semibold.otf') format('opentype'), url('../.../../../assets/fonts/graphie-semibolditalic.otf') format('opentype'), url('../.../../../assets/fonts/graphie-thin.otf') format('opentype'), url('../.../../../assets/fonts/graphie-thinitalic.otf') format('opentype');
}

@font-face {
    font-family: 'graphie-bold';
    src: url('../.../../../assets/fonts/graphie-bold.woff') format('opentype');
}

@font-face {
    font-family: 'graphie-bolditalic';
    src: url('../.../../../assets/fonts/graphie-bolditalic.woff') format('opentype');
}

@font-face {
    font-family: 'graphie-book';
    src: url('../.../../../assets/fonts/graphie-book.woff') format('opentype');
}

@font-face {
    font-family: 'graphie-bookitalic';
    src: url('../.../../../assets/fonts/graphie-bookitalic.woff') format('opentype');
}

@font-face {
    font-family: 'graphie-extrabold';
    src: url('../.../../../assets/fonts/Graphie-ExtraBold.woff2') format('opentype');
}

@font-face {
    font-family: 'graphie-extrabolditalic';
    src: url('../.../../../assets/fonts/graphie-extrabolditalic.woff') format('opentype');
}

@font-face {
    font-family: 'graphie-extralight';
    src: url('../.../../../assets/fonts/graphie-extralight.woff') format('opentype');
}

@font-face {
    font-family: 'graphie-extralightitalic';
    src: url('../.../../../assets/fonts/graphie-extralightitalic.woff') format('opentype');
}

@font-face {
    font-family: 'graphie-italic';
    src: url('../.../../../assets/fonts/graphie-italic.woff') format('opentype');
}

@font-face {
    font-family: 'graphie-light';
    src: url('../.../../../assets/fonts/graphie-light.woff') format('opentype');
}

@font-face {
    font-family: 'graphie-lightitalic';
    src: url('../.../../../assets/fonts/graphie-lightitalic.woff') format('opentype');
}

@font-face {
    font-family: 'graphie-regular';
    src: url('../.../../../assets/fonts/graphie-regular.woff') format('opentype');
}

@font-face {
    font-family: 'graphie-semibold';
    src: url('../.../../../assets/fonts/graphie-semibold.woff') format('opentype');
}

@font-face {
    font-family: 'graphie-semibolditalic';
    src: url('../.../../../assets/fonts/graphie-semibolditalic.woff') format('opentype');
}

@font-face {
    font-family: 'graphie-thin';
    src: url('../.../../../assets/fonts/graphie-thin.woff') format('opentype');
}

@font-face {
    font-family: 'graphie-thinitalic';
    src: url('../.../../../assets/fonts/graphie-thinitalic.woff') format('opentype');
}

* {
    box-sizing: border-box
}
a {
    text-decoration: none !important;
    color: inherit ;
}
    a:hover {
        text-decoration: none !important;
    }

html,
body {
    height: auto;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: 'Graphie-Regular';
    background: #ffffff;
    overflow-x: hidden
}

:root.dark-mode {
    color-scheme: dark;
}



.header-container {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    height: 100px;
    width: 100%;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*flex-direction: row-reverse;*/
}

.header-leftside {
    width: fit-content;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.header-logos {
    width: fit-content;
    display: flex;
    gap: 10px;
    justify-content: start;
    align-items: center;
}

.logo-spacer {
    width: 1px;
    height: 75px;
    background-color: #FFFFFF;
    opacity: 0.5;
}

.lang-spacer {
    width: 1px;
    height: 40px;
    background-color: #FFFFFF;
    opacity: 0.5;
}

.header-links {
    list-style: none;
    width: fit-content;
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0;
}
    .header-links li a:hover {
        background-color: #3a6f4362;
    }

.header-links a {
    text-decoration: none;
}

.header-links a li {
    font-family: 'Graphie-Regular';
    color: white;
    font-size: 18px;
}

/* === Dropdown support (minimal additions) === */
.header-links .dropdown {
    position: relative;
}


.header-links .dropdown-menu a {
    color: #ffffff;
    font-weight: 500;
}

.header-links .dropdown-menu a:hover {
    background-color: #3a6f4362;
}

/* remove bootstrap's default caret */
.header-links .dropdown-toggle::after {
    display: none !important;
}

/* keep your custom arrow icon clean */
.header-links .dropdown-toggle img {
    width: 10px;
    margin-left: 5px;
}

.header-links .dropdown-menu {
    background-color: rgba(58, 111, 67, 0.801);
    backdrop-filter: blur(120px);
    border-radius: 8px;
    padding: 10px 0;
    margin-top: 10px;
    min-width: 180px;
    border-bottom: 5px solid #3A6F43;
    color: white;
}

.header-rightside {
    width: fit-content;
    display: flex;
    gap: 20px;
    justify-content: end;
    align-items: center;
}

:root {
    --sidebar-w: 380px;
    --sidebar-bg: rgba(255, 255, 255, 0.86);
    --sidebar-border: rgba(0, 0, 0, 0.08);
    --overlay-bg: rgba(0, 0, 0, 0.35);
    --accent: #3A6F43;
}

@media (max-width: 520px) {
    :root {
        --sidebar-w: 88vw;
    }
}
/* ====== Overlay ====== */
.sidebar-overlay {
    position: fixed;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    z-index: 999;
}

    .sidebar-overlay.is-open {
        opacity: 1;
        pointer-events: auto;
    }

/* ====== Sidebar ====== */
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: var(--sidebar-w);
    max-width: 100vw;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    background: var(--sidebar-bg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-left: 1px solid var(--sidebar-border);
    box-shadow: -18px 0 40px rgba(0, 0, 0, .08);
    transform: translateX(-100%);
    transition: transform .28s ease;
    z-index: 1000;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

    .sidebar.is-open {
        transform: translateX(0);
    }

.sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 18px 10px 18px;
    border-bottom: 1px solid var(--sidebar-border);
}

    .sidebar-header h2 {
        margin: 0;
        font-family: 'Graphie-Bold';
        font-size: 20px;
        color: #111;
    }

.sidebar-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 0;
    background: #EBECEC;
    cursor: pointer;
    transition: transform .12s ease, background .2s;
    transform: rotatey(-180deg);
}

    .sidebar-close:hover {
        background: #E6E7E6;
        transform: translateX(1px);
        transform: rotatey(-180deg);
    }

.sidebar-body {
    overflow-y: auto;
    padding: 14px 10px 24px 10px;
}

.sidebar-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .sidebar-links > li {
        margin: 6px 0;
    }

    .sidebar-links a,
    .sub-toggle {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        text-decoration: none;
        padding: 12px 12px;
        border-radius: 12px;
        color: #111;
        font-family: 'Graphie-Regular';
        background: transparent;
        border: 0;
        cursor: pointer;
        transition: background .15s ease, color .15s ease;
    }

        .sidebar-links a:hover,
        .sub-toggle:hover {
            background: #F2F3F3;
        }


.sub-toggle img {
    transform: rotate(0deg);
    transition: transform .2s ease;
}

.sub-toggle[aria-expanded="true"] img {
    transform: rotate(180deg);
}

.sub-menu {
    list-style: none;
    padding: 0 0 0 6px;
    margin: 4px 0 8px 0;
}

.sub-menu[hidden] {
    display: none;
}

.sub-menu li a {
    padding: 10px 12px 10px 16px;
    color: #333;
}

.sidebar-separator {
    border: 0;
    border-top: 1px solid var(--sidebar-border);
    margin: 10px 6px 14px;
}

.sidebar-utilities {
    display: grid;
    gap: 12px;
    padding: 0 6px 8px;
}

.sidebar-lang-search {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 12px;
    background: #bdbdbd;
}

.sidebar-lang-search .language-text {
    color: #111;
    font-family: 'Estedad';
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
}

.sidebar-lang-search .button-nostyle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 6px;
    border-radius: 10px;
}

.sidebar-lang-search .button-nostyle:hover {
    background: #EBECEC;
}

.sidebar-cta {
    padding: 10px 6px 0;
}

.w-100 {
    width: 100%;
}

/* Lock scroll when sidebar is open */
.body-locked {
    overflow: hidden;
    touch-action: none;
}

.search-wrapper {
    position: relative;
    width: 100%;
    height: 40px;
    /* adjust as needed */
}

.sidebar-searchbar {
    width: 100%;
    height: 100%;
    padding-right: 40px;
    padding-left: 20px;
    background-color: transparent;
    border: 0;
    color: #000;
    border-radius: 8px;
    outline: none;
}

.search-btn {
    position: absolute;
    right: 10px;
    /* distance from the right edge */
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.search-btn img {
    width: 18px;
    height: 18px;
}

@media (prefers-reduced-motion: reduce) {

    .sidebar,
    .sidebar-overlay {
        transition: none !important;
    }
}

/* --- (Optional) minimal header cosmetics for demo --- */
.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: rgba(43, 108, 63, 0.855);
    /* your color */
    backdrop-filter: blur(5px);
    /* controls blur intensity */
    -webkit-backdrop-filter: blur(5px);
    /* for Safari support */
    color: #fff;
}

.header-leftside,
.header-rightside {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-logos {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-links {
    display: flex;
    gap: 15px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-links a {
    color: #fff;
    text-decoration: none;
}

.button-nostyle2 {
    border: 0;
    background: transparent;
    cursor: pointer;
}

/* ===== Top Search Panel ===== */
.search-overlay {
    position: fixed;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    z-index: 980;
    /* below panel but above page */
    background: rgba(0, 0, 0, .25);
}

.search-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}

.top-search {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    transition: transform .26s ease;
    z-index: 999;
    /* above overlay */
    background: #3A6F43;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--sidebar-border, #E6E7E6);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
    padding: 20px;
}

.top-search.is-open {
    transform: translateY(0);
}

.top-search-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 16px;
}

.top-search-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
}

/* Reuse your search-wrapper/sidebar-searchbar/search-btn styles */
.search-wrapper {
    position: relative;
    width: 100%;
    height: 48px;
}

.sidebar-searchbar {
    width: 100%;
    height: 100%;
    padding-right: 44px;
    /* room for icon */
    background-color: transparent;
    border: 0;
    color: #000;
    border-radius: 10px;
    outline: none;
}

.search-btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.search-btn img {
    width: 20px;
    height: 20px;
}

/* Close button (arrow up) */
.top-search-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 0;
    background: #EBECEC;
    cursor: pointer;
    transition: background .2s ease, transform .12s ease;
}

.top-search-close:hover {
    background: #E6E7E6;
    transform: translateY(-1px);
}

@media (max-width: 640px) {
    .top-search-inner {
        padding: 10px 12px;
    }

    .top-search-form {
        grid-template-columns: 1fr auto;
    }

    .search-wrapper {
        height: 44px;
        margin-bottom:0;
    }
}

@media (prefers-reduced-motion: reduce) {

    .top-search,
    .search-overlay {
        transition: none !important;
    }
}

.sidebar-searchbar {
    background: rgba(255, 255, 255, .6);
    border: 1px solid #E6E7E6;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .04);
}

.sidebar-searchbar2 {
    width: 100%;
    height: 100%;
    padding-right: 40px;
    padding-left: 0px;
    background-color: transparent;
    border: 0;
    color: #000;
    background: transparent;
    border: 0px;
    border-radius: 8px;
    outline: none;
}

.search-lang-conatiner {
    display: flex;
    width: fit-content;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.language-text {
    font-family: "Estedad";
    font-weight: 500;
    text-decoration: none;
    color: white;
    font-size: 20px;
}

.button-nostyle {
    background-color: transparent;
    border: 0;
}

.button-nostyle2 {
    background-color: transparent;
    border: 0;
    display: block;
}

.button-nostyle2 img {
    width: auto;
    height: 20px;
}

.button-style0 {
    text-decoration: none;
    background-color: #F0EEE1;
    border-radius: 33px;
    color: #00301C;
    padding: 8px 16px;
    font-size: 16px;
    font-family: 'Graphie-semibold';
    border: 0px;
}

.button-style0 img {
    width: 19px;
}

.button-style1 {
    text-decoration: none;
    background-color: #3A6F43;
    border-radius: 33px;
    color: white;
    padding: 8px 16px;
    font-size: 16px;
    font-family: 'Graphie-semibold';
    border: 0px;
}

.button-style1 img {
    width: 19px;
}


.button-style2 {
    text-decoration: none;
    background-color: #3A6F43;
    border-radius: 33px;
    color: white;
    padding: 15px 20px;
    font-size: 16px;
    font-family: 'Graphie-semibold';
    border: 0px;
}

.button-style2 img {
    width: 19px;
}

.button-style3 {
    text-decoration: none;
    background-color: #EBECEC;
    border-radius: 33px;
    color: black;
    padding: 8px 16px;
    font-size: 16px;
    font-family: 'Graphie-semibold';
    border: 0px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
}

.button-style3 img {
    width: 19px;
}

.glass-button {
    text-decoration: none;
    font-family: 'Graphie-semibold';
    font-size: 18px;
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid rgba(58, 111, 67, 0.336);
    border-radius: 43px;
    background: rgba(47, 60, 60, 0.459);
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover Effect */
.glass-button:hover {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
}

/* Optional Active State */
.glass-button:active {
    transform: translateY(0);
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.15);
}

/* hero Slider */


/* hero section */
.hero-container {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000;
    overflow: hidden;
}

.hero-center-text {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
    max-width: 740px;
    height: auto;
    position: absolute;
    top: 50%;
    left: clamp(70px, 8vw, 100px);
    transform: translateY(-50%);
    text-align: start;
}

.hero-center-text h1 {
    font-family: 'Graphie-ExtraBold';
    width: 100%;
    color: white;
    font-size: clamp(30px, 4.5vw, 80px);
    padding: 0;
    margin: 0;
    margin: 0px;
}

.hero-center-text p {
    font-family: 'Graphie-Regular';
    color: white;
    font-size: clamp(14px, 2.5vw, 18px);
    padding: 0;
    margin: 0;
}

.tabs input {
    visibility: hidden;
    display: none;
}

.buttons {
    position: absolute;
    bottom: 45%;
    right: 2%;
    transform: translateY(-50%) rotateZ(-270deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    z-index: 2;
}

.responsive-display-none {
    display: none;
}

.sliders-buttons {
    z-index: 12;
    border-radius: 40px;
}

.buttons label {
    margin: 0px 1px;
    width: 16px;
    height: 16px;
    background: transparent;
    border: 1px solid white;
    opacity: 1;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.5s;
}

.tabs input:nth-child(1):checked~.buttons label:nth-child(1),
.tabs input:nth-child(2):checked~.buttons label:nth-child(2),
.tabs input:nth-child(3):checked~.buttons label:nth-child(3) {
    opacity: 1;
    background-color: #fff;
}

.slider-arrows {
    display: none;
    /* display: flex; */
    gap: 10px;
    text-align: center;
}

.slider-arrow {
    background-color: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    width: 55px;
    height: 55px;
    color: #333;
    transition: color 0.3s;
    background-color: #FFFFFF;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slider-arrow:hover {
    color: #000;
}

.content {
    position: relative;
    display: flex;
    width: 100%;
    height: 100dvh;
    /* dynamic viewport height on mobile */
    transition: transform .5s ease;
    /* slide using transform (GPU-friendly) */
    will-change: transform;
}

.content .box {
    position: relative;
    flex: 0 0 100%;
    /* ← the key: one full “page” wide */
    inline-size: 100%;
    /* same as width:100% but logical */
    block-size: 100%;
    overflow: hidden;
}

.content .box img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.content .box:nth-child(1) {

    background: linear-gradient(180deg, rgba(9, 55, 123, 0.795) 0%, rgba(109, 109, 109, 0.507) 100%);
}

.content .box:nth-child(2) {
    background: linear-gradient(180deg, rgba(9, 55, 123, 0.795) 0%, rgba(109, 109, 109, 0.507) 100%);
}

.content .box:nth-child(3) {
    background: linear-gradient(180deg, rgba(9, 55, 123, 0.795) 0%, rgba(109, 109, 109, 0.507) 100%);
}

.content .box:nth-child(4) {
    background: linear-gradient(180deg, rgba(9, 55, 123, 0.795) 0%, rgba(109, 109, 109, 0.507) 100%);
}

.tabs input:nth-child(1):checked~.content {
    transform: translateX(0%);
}

.tabs input:nth-child(2):checked~.content {
    transform: translateX(-100%);
}

.tabs input:nth-child(3):checked~.content {
    transform: translateX(-200%);
}


/* hero social media links */
.social-rail {
    position: absolute;
    left: 16px;
    top: 55%;
    transform: translateY(-45%);
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center
}

.social-rail .label {
    font-family: 'Graphie-Regular';
    writing-mode: vertical-rl;
    transform: rotate(360deg);
    font-size: clamp(12px, 1.3vw, 14px);
    opacity: 1;
    color: white;
    margin-bottom: 20px;
}

.social-rail .dot-round {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: transparent;
    border: 0px;
    display: grid;
    place-items: center;
    font-size: 12px
}

/* Accessabiltiy icon */
.fixed-help-icon1 {
    padding: 0px 20px;
    position: fixed;
    bottom: 10px;
    left: 0;
    z-index: 15;
}

.fixed-help-icon1 img {
    width: 65px;
    height: 65px;
    border-radius: 100%;
}

.fixed-help-icon2 {
    padding: 0px 20px;
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 25;
}

.fixed-help-icon2 img {
    width: 65px;
    height: 65px;
    border-radius: 100%;
}

/* users preview */
.hero-fixed-users-container {
    padding: 25px;
    background: rgba(255, 255, 255, 0.2);
    background: linear-gradient(113deg, rgb(131, 131, 131, 0.3) 0%, rgb(131, 131, 131, 0.3) 100%);
    backdrop-filter: blur(2px);
    position: absolute;
    bottom: 40px;
    right: clamp(20px, 6vw, 100px);
    z-index: 15;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 0px;
    border-radius: 25px;
}

.hero-fixed-users-container p {
    color: white;
    font-size: clamp(14px, 1.5vw, 18px);
    font-family: 'Graphie-Regular';
}

.users-container {
    display: flex;
    align-items: center;
}

/* avatar container */
.user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    /* optional border for clean overlap */
}

/* avatar image */
.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* make avatars overlap */
.user-avatar:not(:first-child) {
    margin-left: -15px;
    /* this replaces negative gap */
    z-index: 1;
    /* keep next avatars on top */
}



/* Appearance Mode  */

.appearance-switch {
    display: inline-block;
    height: 30px;
    -webkit-tap-highlight-color: transparent;
}

.switch-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.switch {
    width: 55px;
    height: 30px;
    display: inline-block;
    position: relative;
    background: #bdbdbd;
    /* grey track like your mock */
    border-radius: 9999px;
    cursor: pointer;
}

/* Thumb */
.thumb {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    background: transparent;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    overflow: hidden;
    /* clip icons while they slide */
    transition: transform .35s cubic-bezier(.22, .61, .36, 1);
    display: grid;
    place-items: center;
}

/* Icons (stacked, only one visible at a time) */
.ico {
    position: absolute;
    width: 26px;
    height: 26px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    transition: transform .28s ease, opacity .18s ease;
}

/* Sun visible by default */
    .ico.sun {
        opacity: 1;
        transform: translateY(0);
        background-image: url("../../../assets/images/lightmode-icon.svg");
    }

/* Moon starts hidden & slightly below */
    .ico.moon {
        opacity: 0;
        transform: translateY(12px);
        background-image: url("../../../assets/images/Darkmode-icon.svg");
    }

/* Move thumb when checked */
.switch-input:checked+.switch .thumb {
    transform: translateX(25px);
    /* 55 - 30 = 25 */
}

/* Swap icons with vertical slide */
.switch-input:checked+.switch .sun {
    opacity: 0;
    transform: translateY(-12px);
}

.switch-input:checked+.switch .moon {
    opacity: 1;
    transform: translateY(0);
}


/* Homepage Section 2 */
.container {
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 16px;
}

.green-hub {
    padding: 48px 0;
    background: #ffffff;
}

/* --- Header --- */
.hub-top {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 clamp(20px, 6vw, 100px);
}

.hub-heading {
    max-width: 560px;
}

.hub-heading h2 {
    font-size: clamp(24px, 2.5vw, 36px);
    color: #3A6F43;
    font-family: 'Graphie-Bold';
    line-height: 1.2;
}

.hub-heading p {
    margin: 0;
    color: #5d655f;
}

/* --- Tabs --- */
.hub-tabs {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.hub-tab {
    appearance: none;
    border: none;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 43px;
    background: transparent;
    border: 2px solid #3A6F43;
    color: #3A6F43;
    transition: all .2s ease;
    font-family: 'Graphie-semibold';
    font-size: 16px;
    opacity: 0.8;
}

.hub-tab:hover {
    transform: translateY(-1px);
}

.hub-tab.is-active {
    background: #3A6F43;
    color: #fff;
    opacity:1 !important;
}

/* --- Panels --- */
.hub-panels {
    margin: clamp(20px, 3vw, 40px) clamp(20px, 6vw, 100px) clamp(20px, 3vw, 40px) clamp(20px, 6vw, 100px);

}

.hub-panel[hidden] {
    display: none;
}

/* --- Grid --- */
.hub-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

/* --- Pair --- */
.hub-pair {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 16px;
    align-items: stretch;
}

/* --- Image Tile --- */
.img-tile img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 24px;
    min-height: 250px;
}

/* --- Info Tile --- */
.info-tile {
    background-color: #D1D3D4;
    color: #1c1d1c;
    border-radius: 24px;
    padding: 20px 22px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08), 0 1px 0 rgba(0, 0, 0, .06);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.button-arrow-top-right {
    width: 17px !important;
    height: auto;
}

.info-tile h3 {
    margin: 0;
    font-size: clamp(16px, 2.2vw, 28px);
    color: #3A6F43;
    font-family: 'Graphie-Bold';
}

.info-tile p {
    font-family: 'Graphie-Regular';
    margin: 0;
    color: #444444;
    font-size: 16px;
    line-height: 19px;
}

.info-tile.is-green {
    background: #3A6F43;
    color: #fff;
}

.info-tile.is-green h3 {
    color: #fff;
}

.info-tile.is-green p {
    color: rgba(255, 255, 255, .92);
}

/* --- CTA --- */
.cta {
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    text-decoration: none;
}

.info-tile .cta {
    font-family: 'Graphie-semibold';
    color: #2B6C3E;
    font-size: 18px;
    text-decoration:underline !important;
}

.info-tile.is-green .cta {
    color: #fff;
}

.cta-icon {
    width: 52px;
    height: 52px;
    border-radius: 35px;
    display: inline-grid;
    place-items: center;
    background: #2B6C3E;
    color: #fff;
    font-size: 14px;
    transition: transform .2s ease;
}

.info-tile.is-green .cta-icon {
    background: #2d7a45;
}

.cta:hover .cta-icon {
    transform: translateY(-1px);
}

.cta:hover .cta-icon2 {
    transform: translateY(-1px);
}


.info-tile2 {
    background-color: #3A6F43;
    color: #1c1d1c;
    border-radius: 24px;
    padding: 20px 22px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08), 0 1px 0 rgba(0, 0, 0, .06);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.button-arrow-top-right {
    width: 17px !important;
    height: auto;
}

.info-tile2 h3 {
    margin: 0;
    font-size: clamp(16px, 2.2vw, 28px);
    color: #F0EEE1;
    font-family: 'Graphie-Bold';
}

.info-tile2 p {
    font-family: 'Graphie-Regular';
    margin: 0;
    color: #F0EEE1;
    font-size: 16px;
    line-height: 19px;
}

.info-tile2.is-green {
    background: #3A6F43;
    color: #fff;
}

.info-tile2.is-green h3 {
    color: #fff;
}

.info-tile2.is-green p {
    color: rgba(255, 255, 255, .92);
}

/* --- CTA --- */
.cta {
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    text-decoration: none;
}

.info-tile2 .cta {
    font-family: 'Graphie-semibold';
    color: #F0EEE1;
    font-size: 18px;
    text-decoration:underline !important;
}

.info-tile2.is-green .cta {
    color: #fff;
}

.cta-icon {
    width: 52px;
    height: 52px;
    border-radius: 35px;
    display: inline-grid;
    place-items: center;
    background: #3A6F43;
    color: #fff;
    font-size: 14px;
    transition: transform .2s ease;
}

.info-tile2.is-green .cta-icon {
    background: #2d7a45;
}

.cta-icon2 {
    width: 52px;
    height: 52px;
    border-radius: 35px;
    display: inline-grid;
    place-items: center;
    background: #F0EEE1;
    color: #fff;
    font-size: 14px;
    transition: transform .2s ease;
}

.info-tile2.is-green .cta-icon2 {
    background: #2d7a45;
}


/* Homepage Section 3 */
.map-section-bg {
    background-color: #F2F2F2;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: clamp(40px, 6vw, 80px) clamp(20px, 6vw, 100px) clamp(40px, 6vw, 80px) clamp(20px, 6vw, 100px);
}

.map-section-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.map-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 550px;
}

.map-heading h2 {
    text-align: center;
    font-size: clamp(24px, 2.5vw, 36px);
    color: #3A6F43;
    font-family: 'Graphie-Bold';
    line-height: 1.2;
    margin: 0px;
}

.map-heading p {
    margin: 0;
    color: #5d655f;
    text-align: center;
}

.section3-two-sections {
    z-index: 1;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: clamp(20px, 3vw, 40px) clamp(20px, 6vw, 100px) 0 clamp(20px, 6vw, 100px);
}

.section3-leftside {
    width: fit-content;
    position: relative;
    background-color: rgba(255, 255, 255, 0.40);
    padding: 70px;
    padding-top: 40px;
    border-radius: 25px;
    border: 1px solid #3A6F43;
}
 
 


/* tooltip map svg */
:root {
    --green: #3A6F43;
    --chip: #D9DADB;
    --text: #0B1A13;
}

/* Tooltip chip */
.city-tooltip {
    position: absolute;
    transform: translate(-50%, 8px);
    /* center under anchor */
    background: var(--chip);
    color: var(--text);
    border-radius: 12px;
    padding: 8px 16px 4px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .12);
    min-width: 120px;
    text-align: center;
    pointer-events: none;
    /* hover doesn't "steal" the mouse */
    z-index: 10;
}

.city-tooltip .title {
    font: 600 18px/1.1 'Graphie-semibold';
    color: #00301C;
    letter-spacing: .2px;
}

.city-tooltip .value {
    margin-top: 4px;
    font: 500 16px/1.25 'Graphie-Regular';
    color: var(--green);
    opacity: .95;
}

/*
.city-tooltip::before {
    content: "";
    position: absolute;
    inset: auto 0 100% 0;
    margin: auto;
    inline-size: 0;
    block-size: 0;
    border: 8px solid transparent;
    border-top-color: var(--chip);
    transform: translateY(6px);
}
*/

/* SVG look */
svg {
    display: block;
    inline-size: 100%;
    height: auto;
}

.pin {
    fill: transparent !important;
    /* override inline fill if present */
    stroke: var(--green);
    stroke-width: 0.5;
    cursor: pointer;
    transition: fill .18s ease, transform .18s ease;
    transform-origin: center;
}

.pin:hover,
.pin:focus {
    fill: #3A6F43 !important;
    stroke-width: 1;
    background-color: #3A6F43;
    outline: none;
}

.map-wrap {
    position: relative;
    max-width: 100%;
}

.section3-leftside h1 {
    color: #3A6F43;
    text-align: center;
    font-size: clamp(18px, 2.2vw, 28px);
    font-family: 'Graphie-Bold';
}

.map-button-position {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.section3-rightside {
    width: fit-content;
    display: flex;
    gap: 65px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.statistics-container {
    display: flex;
    gap: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.statistics-container img {
    width: 100px;
    height: 100px;
}

.statistics-container h2 {
    letter-spacing: -1px;
    font-family: 'Graphie-Bold';
    font-size: clamp(16px, 2.2vw, 24px);
    text-align: center;
    margin: 0;
}

.statistics-container p {
    font-family: 'Graphie-Regular';
    font-size: clamp(14px, 1.7vw, 20px);
    text-align: center;
    width: 338px;
    line-height: 24px;
    margin: 0;
}

.section2-shape-position {
    position: absolute;
    right: -50px;
    transform: translateY(0%);
}

/* Homepage Section 4 */
/* ===== Section Layout ===== */
.section4-slider {
    padding: clamp(20px, 3vw, 40px) clamp(20px, 6vw, 100px) clamp(40px, 5vw, 60px) clamp(20px, 6vw, 100px);
    background: #fff;
    overflow-x: hidden;
    /* prevents any tiny horizontal bleed */
}

.section4-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--pad) 0 0;
    margin-bottom: 20px;
}

.section4-header h1 {
    font-size: clamp(24px, 2.5vw, 36px);
    color: #3A6F43;
    font-family: 'Graphie-Bold', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    line-height: 1.2;
    margin: 0;
}

.button-style3 {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 8px 16px;
    border-radius: 43px;
    background: #3A6F43;
    color: #ffffff;
    border: 0;
    cursor: pointer;
}

.events-swiper {
    padding-right: var(--pad);
}

.cards-events-wraoper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 1408px) {
    .cards-events-wraoper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }
}
.events-swiper .swiper-slide {
    width: 400px;
    box-sizing: border-box;
}

@media (max-width: 1200px) {
    .events-swiper .swiper-slide {
        width: 360px;
    }
}

@media (max-width: 992px) {
    .events-swiper .swiper-slide {
        width: 340px;
    }
}

@media (max-width: 768px) {
    .events-swiper .swiper-slide {
        width: 320px;
    }
}

/* Phones: when viewport ≤ 400px, make it full width minus padding */
@media (max-width: 400px) {
    .events-swiper .swiper-slide {
        width: calc(100vw - var(--pad) - var(--pad));
    }

    /* tighten overall paddings on tiny screens if desired */
    .section4-slider {
        --pad: 16px;
    }
}

.event-discription {
    color: rgba(68, 68, 68, 0.6);
    font-family: 'Graphie-Regular';
}

/* ===== Card Styles ===== */
.event-card {
    background: #fff;
    border: 1px solid #3A6F43;
    border-radius: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
    overflow: hidden;
    padding: 20px;
    height: 100%;
    width: 400px;
    display: flex;
    flex-direction: column;
}

.event-thumb {
    border-radius: 18px;
    overflow: hidden;
    height: 210px;
    margin-bottom: 16px;
}

.event-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.event-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.event-body h3 {
    font-family: 'Graphie-Bold', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: clamp(18px, 2.4vw, 28px);
    margin: 0;
    color: #000;
    text-align: start;
}

.event-body p {
    font-family: 'Graphie-Regular', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    margin: 0;
    color: #444;
    font-size: 16px;
    line-height: 19px;
}

.slider-seemore-text {
    text-decoration: underline;
    font-family: 'Graphie-Semibold', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #3A6F43;
    font-size: 18px;
}

/* ===== Nav Buttons (reuse your style) ===== */
.events-nav {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 12px;
    padding-right: var(--pad);
}

.nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: 0;
    background: #EBECEC;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s;
}

.nav-btn:hover {
    background: #E6E7E6;
}

/* Utility (if you’re using Bootstrap classes in body text) */
.d-flex {
    display: flex;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-items-end {
    align-items: flex-end;
}

.w-100 {
    width: 100%;
}



/* Homepage Section 5  */
.section5-bg {
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url("../.../.../../../assets/images/section5-background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px clamp(20px, 6vw, 100px);
}


.Section5-h1 {
    font-size: clamp(24px, 3.5vw, 40px);
    font-family: 'Graphie-Bold';
    text-align: center;
    color: #FFFFFF;
    text-transform: capitalize;
}

.Section5-h1 span {
    font-size: clamp(24px, 3.5vw, 40px);
    font-family: 'Graphie-Bold';
    text-align: center;
    color: #498c54;
}


/* Footer Style  */
.Footer-bg {
    background-color: #3A6F43;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.footer-upper {
    width: 100%;
    padding: clamp(20px, 3vw, 40px) clamp(20px, 6vw, 100px) clamp(10px, 1.2vw, 15px) clamp(20px, 6vw, 100px);
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    gap: 15px;
}

.Footer-logos-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    gap: 16px;
}

.footer-lower {
    width: 100%;
    padding: clamp(10px, 2vw, 30px) clamp(20px, 6vw, 100px) clamp(10px, 2vw, 30px) clamp(20px, 6vw, 100px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.soicals-container {
    height: 100%;
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
    margin: 0;
}

.soicals-container h1 {
    font-size: 16px;
    font-family: 'Graphie-Bold';
    color: white;
}

.footer-social-content {
    display: flex;
    gap: 15px;
    justify-content: start;
    align-items: start;
}

.footer-social-content img {
    height: 18px;
    width: auto;
}

.quick-links-container {
    padding: 0;
    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    list-style: none;
    text-decoration: none;
    margin: 0;
}

.quick-links-container li {
    text-decoration: none;
    font-family: 'Graphie-Bold';
    font-size: 16px;
    color: white;
}

.footer-lower p {
    font-family: 'Graphie-Regular';
    color: white;
    font-size: 14px;
    margin: 0;
}

.footer-lower p a {
    font-family: 'Graphie-Regular';
    font-size: 14px;
    text-decoration: none;
    color: white;
    margin: 0;
}



/* homepage respsonsive  */
@media (max-width:1400px) {
    .event-card {
        max-width: 420px;
    }

    /* tweak or remove as 
    /* The overlay */
    .section5-bg::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(39, 39, 39, 0.514);
        /* darkens image */
        z-index: 0;
    }

    .Section5-h1 {
        position: relative;
        z-index: 12;
        font-size: clamp(24px, 3.5vw, 40px);
        font-family: 'Graphie-Bold';
        text-align: center;
        color: #ffffff;
        text-transform: capitalize;
        padding: 0px 20px;
    }

    .Section5-h1 span {
        font-size: clamp(24px, 3.5vw, 40px);
        font-family: 'Graphie-Bold';
        text-align: center;
        color: #80ff95;
    }

}

@media (min-width:1301px) {
    .button-nostyle2 {
        display: none;
    }
}

@media (max-width:1300px) {
    .header-links {
        display: none;
    }

    .header-rightside {
        display: none;
    }

    .button-nostyle2 {
        display: block;
    }
}

@media (max-width:1290px) {
    .section3-two-sections {
        z-index: 1;
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        margin: clamp(30px, 4vw, 60px) clamp(20px, 6vw, 100px) 0 clamp(20px, 6vw, 100px);
        gap: 50px;
    }

    .section3-rightside {
        width: fit-content;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        flex-direction: row;
        justify-content: center;
        align-items: start;
    }

    .section3-leftside {
        width: fit-content;
        position: relative;
        background-color: white;
        padding: 30px;
        padding-top: 15px;
        border-radius: 25px;
    }

    .section3-leftside .map-wrap svg {
        width: 100%;
        height: 100%;
    }

    .button-style2 {
        text-decoration: none;
        background-color: #3A6F43;
        border-radius: 33px;
        color: white;
        padding: clamp(8px, 1vw, 15px) clamp(16px, 1.7vw, 20px);
        font-size: 16px;
        font-family: 'Graphie-semibold';
        border: 0px;
    }

    .map-button-position {
        position: absolute;
        bottom: clamp(10px, 2vw, 50px);
        right: clamp(10px, 2vw, 50px);
    }

    .statistics-container p {
        font-family: 'Graphie-Regular';
        font-size: clamp(14px, 1.7vw, 20px);
        text-align: center;
        width: 120px;
        line-height: 24px;
        margin: 0;
    }

    .hero-center-text h1 {
        font-family: 'Graphie-ExtraBold';
        width: 90%;
        color: white;
        font-size: clamp(30px, 4.5vw, 80px);
        padding: 0;
        margin: 0;
        margin: 0px;
    }

    .hero-center-text p {
        font-family: 'Graphie-Regular';
        width: 90%;
        color: white;
        font-size: clamp(14px, 2.5vw, 18px);
        padding: 0;
        margin: 0;
    }
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    .hub-grid {
        grid-template-columns: 1fr;
    }

    .Footer-logos-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        align-items: center;
        gap: 8px;
    }

    .Footer-logos-container img:nth-child(1) {
        max-width: 100px;
    }

    .Footer-logos-container img:nth-child(3) {
        max-width: 70px;
    }

    .Footer-logos-container img:nth-child(5) {
        max-width: 50px;
    }

    .Footer-logos-container img:nth-child(7) {
        max-height: 50px;
    }

    .footer-upper {
        gap: 30px;
    }
}

@media (max-width: 640px) {
    .hub-pair {
        grid-template-columns: 1fr;
    }

    .img-tile img {
        max-height: 180px;
    }

    .hero-fixed-users-container {
        display: none;
    }

    .buttons {
        position: absolute;
        bottom: 5%;
        right: 50%;
        transform: translateX(50%) rotateZ(-360deg);
    }

    .hero-center-text {
        top: 54%;
    }

    .social-rail {
        position: absolute;
        left: 0px;
        top: 50%;
        gap: 5px;
    }

}


@media (max-width: 400px) {
    .events-carousel .event-card {
        width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box;
    }

    .header-logos img:nth-child(1) {
        max-width: 80px;
    }

    .header-logos img:nth-child(3) {
        width: 60px;
    }
}
@media (max-width:931px) {
    .event-card {
      width: 100% !important;
      max-width: 100% !important;
    }
}



/* INNER PAGES STYLE  */
.innerpage-hero-container {
    position: relative;
    height: 325px;
    width: 100%;
    background-image: url("../../.../../../assets/images/Innerpage-hero-background1.png");
    background-size: cover;
    background-repeat: no-repeat;

}

.hero-content-container {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 40px;
}

.hero-content-container h1 {
    font-family: 'Graphie-ExtraBold';
    font-size: clamp(28px, 3.4vw, 48px);
    color: #ffffff;
    text-align: center;
}

.breadcrumbs-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.breadcrumbs-content {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.breadcrumbs-content img {
    width: auto;
    height: 8px;
}

.breadcrumbs-content a {
    color: white;
    font-size: 14px;
    font-family: 'Graphie-Regular';
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.breadcrumbs-content a img {
    width: 11px;
    height: auto;
}

.innerpage-socialmedia-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.innerpage-socialmedia-container h1 {
    margin: 0;
    margin-right: 10px;
    color: white;
    font-size: 14px;
    font-family: 'Graphie-Regular';
}

.innerpage-socialmedia-container img {
    height: 16px;
    width: auto;
}

/* Community Engagement */
.community-engagement-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding-bottom: 40px;
}

.community-engagement-inputfields-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    box-shadow: 0px 4px 4px 0px rgb(120, 120, 120, 0.25);
    padding: clamp(30px, 4vw, 60px) clamp(20px, 6vw, 100px) clamp(20px, 3vw, 40px) clamp(20px, 6vw, 100px);
}

    .community-engagement-inputfields-content h1 {
        font-size: clamp(18px, 2.4vw, 32px);
        color: #3A6F43;
        font-family: 'Graphie-bold';
        text-align: center;
    }

    .community-engagement-inputfields-content p {
        font-size: clamp(14px, 1.6vw, 20px);
        color: #00301C;
        font-family: 'Graphie-Light';
        text-align: center;
    }

/* Filter Bar */
.community-engagement-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    align-items: flex-end;
    margin-top: 24px;
}

/* Field */
.community-engagement-field {
    flex: 1 1 220px;
    min-width: 220px;
}

    .community-engagement-field label {
        display: block;
        font-family: 'Graphie-Regular';
        margin-bottom: 6px;
        font-size: 16px;
        color: #3A6F43;
        line-height: 1;
    }

/* Inputs + Selects (pill) */
.community-engagement-filter-bar input,
.community-engagement-filter-bar select {
    width: 100%;
    height: 40px;
    padding: 0 16px;
    border: 1px solid #3A6F43;
    border-radius: 9999px;
    background: #fff;
    color: #00301C;
    outline: none;
    font: inherit;
}

    .community-engagement-filter-bar input:focus,
    .community-engagement-filter-bar select:focus {
        border-color: #3A6F43;
        box-shadow: 0 0 0 4px rgba(58, 111, 67, .25);
    }

/* Search with icon */
.community-engagement-input-with-icon {
    position: relative;
}

.community-engagement-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    fill: #7e8b82;
    pointer-events: none;
}

.community-engagement-input-with-icon input {
    padding-left: 38px;
}

/* Custom select chevron */
.community-engagement-select-wrap {
    position: relative;
}

    .community-engagement-select-wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-right: 36px;
        background-color: #fff;
    }

    .community-engagement-select-wrap::after {
        content: "";
        position: absolute;
        right: 18px;
        top: 45%;
        width: 10px;
        height: 10px;
        transform: translateY(-50%) rotate(45deg);
        border-right: 2px solid #7e8b82;
        border-bottom: 2px solid #7e8b82;
        pointer-events: none;
    }

/* Actions */
.community-engagement-actions {
    display: flex;
    gap: 10px;
    flex: 0 0 auto;
}

.community-engagement-btn {
    height: 40px;
    padding: 0 18px;
    border-radius: 9999px;
    border: 1px solid transparent;
    font-weight: 600;
    cursor: pointer;
    align-content: center;
}

.community-engagement-btn-primary {
    background: #3A6F43;
    color: #F0EEE1;
}

    .community-engagement-btn-primary:hover {
        background: #2B6C3F;
    }

.community-engagement-btn-ghost {
    background: #fff;
    color: #3A6F43;
    border-color: #3A6F43;
}

/* Responsive */
@media (max-width:900px) {
    .community-engagement-actions {
        margin-left: 0;
        flex: 1 1 220px;
        justify-content: flex-start;
    }
}

@media (max-width:560px) {
    .community-engagement-filter-bar {
        gap: 12px;
    }

    .community-engagement-btn {
        width: calc(50% - 5px);
    }

    .community-engagement-filter-bar input,
    .community-engagement-filter-bar select,
    .community-engagement-btn {
        height: 44px;
    }
}

.Card-list-container1 {
    width: 100%;
    padding: clamp(0px, 1vw, 20px) clamp(20px, 6vw, 100px) clamp(0px, 1vw, 20px) clamp(20px, 6vw, 100px);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: start;
    gap: 24px;
}

.community-engagement-card {
    width: 400px;
    height: 415px;
    border-radius: 24px;
    background-color: #ffffff;
    border: 1px solid #3A6F43;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: clamp(20px, 2.8vw, 32px);
    position: relative;
}

    .community-engagement-card::before {
        content: "";
        position: absolute;
        inset: -3px;
        border-radius: 27px;
        background: linear-gradient(145deg, #3A6F43, #6FD581);
        opacity: 0;
        z-index: -1;
    }

    .community-engagement-card:hover::before {
        opacity: 1;
    }

    .community-engagement-card img {
        height: 240px;
        width: auto;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 16px;
    }

.community-engagement-card-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
}

@media(max-width:450px) {
    .community-engagement-card {
        width: 100%;
        height: auto;
        border-radius: 24px;
        background-color: #ffffff;
        border: 1px solid #3A6F43;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        gap: 10px;
        padding: clamp(20px, 2.8vw, 32px);
    }

        .community-engagement-card img {
            height: auto;
            width: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            border-radius: 16px;
        }
}

.com-eng-card-content-flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 4px;
}

    .com-eng-card-content-flex h1 {
        color: #3A6F43;
        font-size: clamp(24px, 2.5vw, 28px);
        font-family: 'Graphie-Bold';
        margin: 0;
    }

    .com-eng-card-content-flex h3 {
        color: #3A6F43;
        font-family: 'Graphie-Regular';
        font-size: 16px;
        margin: 0;
    }

    .com-eng-card-content-flex p {
        font-family: 'Graphie-Regular';
        color: #B6B6B6;
        font-size: 16px;
        margin: 0;
    }





/* SUCCESS STORIES STYLE */
/* Container: optional max-width; remove if you want full-bleed */
.Card-list-container {
    width: 100%;
    padding: clamp(8px, 2vw, 24px) clamp(16px, 6vw, 100px);
    display: grid;
    gap: 24px;
}

/* Card: grid = easier responsive control than flex */
.Success-Storie-card {
    display: grid;
    grid-template-columns: 380px 1fr;
    /* desktop default */
    align-items: stretch;
    gap: 24px;
    width: 100%;
    min-height: clamp(240px, 32vw, 360px);
    border-radius: 24px;
    background: transparent;
    padding: clamp(8px, 1.5vw, 16px) clamp(12px, 2vw, 24px);
}

/* Image: always cover the available area */
.Success-Storie-card>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

/* Content area */
.Success-Storie-card-content {
    background: #F2F2F2;
    width: 100%;
    border-radius: 24px;
    padding: clamp(16px, 2vw, 32px);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /* pushes CTA down on tall screens */
    gap: 16px;
}

.com-eng-card-content-flex2 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.com-eng-card-content-flex2 h1 {
    color: #3A6F43;
    font-size: clamp(20px, 2.2vw, 28px);
    font-family: 'Graphie-Bold';
    margin: 0;
    line-height: 1.2;
}

.com-eng-card-content-flex2 p {
    font-family: 'Graphie-Regular';
    color: rgba(68, 68, 68, 0.80);
    font-size: clamp(14px, 1.2vw, 16px);
    margin: 0;
    line-height: 1.6;
}

/* ====== Breakpoints ====== */

/* Large tablets: shrink image column a bit */
@media (max-width: 1200px) {
    .Success-Storie-card {
        grid-template-columns: 320px 1fr;
    }
}

/* Tablets: still side-by-side but tighter */
@media (max-width: 992px) {
    .Success-Storie-card {
        grid-template-columns: 280px 1fr;
        gap: 16px;
    }
}

/* Phones: stack vertical, give image a fixed aspect for nice crop */
@media (max-width: 768px) {
    .Success-Storie-card {
        grid-template-columns: 1fr;
        /* stack */
        min-height: unset;
        padding: clamp(8px, 3vw, 16px);
    }

    .Success-Storie-card>img {
        height: auto;
        aspect-ratio: 16 / 9;
        /* keeps a nice banner on mobile */
        border-radius: 16px;
    }

    .Success-Storie-card-content {
        padding: clamp(14px, 4vw, 24px);
    }
}

@media (max-width: 450px) {
    .Success-Storie-card {
        gap: 12px;
    }

    .com-eng-card-content-flex2 {
        gap: 12px;
    }

    .com-eng-card-content-flex2 h1 {
        font-size: clamp(18px, 5.5vw, 22px);
    }

    .com-eng-card-content-flex2 p {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {

}
/* Search with icon */
.community-engagement-input-with-icon2 {
    position: relative;
}
.community-engagement-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    fill: #7e8b82;
    pointer-events: none;
}
.community-engagement-input-with-icon2 input {
    padding-left: 16px;
}

/* Suggestions and Feedback Style */
/* Wrapper (background of the section) */
.Suggestions-and-Feedback-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 32px 16px 48px;
  background: #ffffff; /* optional */
}

/* Main card */
.Suggestions-and-Feedback-card {
  width: min(1110px, 100%);
  background: #ffffff;
  border-radius: 28px;
  border: 1px solid #3A6F43;
  box-shadow: 0 18px 40px rgba(6, 69, 36, 0.04);
  padding: 40px 80px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

/* Rounded corners like the screenshot */
.Suggestions-and-Feedback-card::before,
.Suggestions-and-Feedback-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  pointer-events: none;
}

/* Section header */
.Suggestions-and-Feedback-section-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 22px;
}

.Suggestions-and-Feedback-section-head h2 {
  font-size: 24px;
  color: #3A6F43;
  font-family: 'Graphie-Bold';
  padding-left: 12px;
  padding-right: 5px;
  padding-bottom: 10px;
  width: fit-content;
  border-bottom: 2px solid #3A6F43;
}

/* Grid for personal details */
.Suggestions-and-Feedback-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 32px;
}

.Suggestions-and-Feedback-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.Suggestions-and-Feedback-field label {
  font-size: 16px;
  color: #7B7B7B;
  font-family: 'Graphie-Light';
}

.Suggestions-and-Feedback-field input,
.Suggestions-and-Feedback-field textarea {
  border: 1px solid #3A6F43;
  border-radius: 999px;
  padding: 12px 16px;
  font-size: 16px;
  outline: none;
  transition: 0.2s ease;
  background: #fff;
  font-family: inherit;
}

.Suggestions-and-Feedback-field textarea {
  border-radius: 16px;
  min-height: 140px;
  resize: vertical;
  padding: 14px 16px;
}

/* Placeholder style */
.Suggestions-and-Feedback-field input::placeholder,
.Suggestions-and-Feedback-field textarea::placeholder {
  color: #7a8f80;
}

.Suggestions-and-Feedback-field input:focus,
.Suggestions-and-Feedback-field textarea:focus {
  border-color: #14512f;
  box-shadow: 0 0 0 3px rgba(20, 81, 47, 0.1);
}

/* Full width fields */
.Suggestions-and-Feedback-full {
  width: 100%;
  margin-bottom: 14px;
}

/* Spacing between sections */
.Suggestions-and-Feedback-mt {
  margin-top: 30px;
}

/* Helper text */
.Suggestions-and-Feedback-helper {
  font-size: 16px;
  color: #00301C;
  margin-bottom: 16px;
  line-height: 1.5;
  font-family: 'Graphie-Light';
}

/* Upload box */
.Suggestions-and-Feedback-upload-box {
  border: 2px dashed #1c6639;
  border-radius: 16px;
  padding: 28px 20px;
  max-width: 400px;
  text-align: center;
  background: rgba(28, 102, 57, 0.03);
  position: relative;
}

.Suggestions-and-Feedback-upload-icon span {
  font-size: 28px;
  display: inline-block;
  margin-bottom: 8px;
  color: #1c6639;
}
.Suggestions-and-Feedback-upload-icon span img{
    width: 36px;
    height: auto;
}

.Suggestions-and-Feedback-upload-text {
  font-size: 14px;
  color: #3a4e42;
  margin-bottom: 4px;
}

.Suggestions-and-Feedback-upload-link {
  background: none;
  border: none;
  color: #0f6d42;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
}

.Suggestions-and-Feedback-upload-note {
  font-size: 14px;
  color: #5B5B5B;
}

.Suggestions-and-Feedback-upload-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

/* Submit button */
.Suggestions-and-Feedback-actions {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Suggestions-and-Feedback-submit-btn {
  background: #1c6639;
  color: #fff;
  border: none;
  padding: 12px 42px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.2s ease;
  font-family: inherit;
}

.Suggestions-and-Feedback-submit-btn:hover {
  background: #14512f;
}

/* Responsive */
@media (max-width: 820px) {
  .Suggestions-and-Feedback-card {
    padding: 28px 20px 32px;
  }

  .Suggestions-and-Feedback-grid-2 {
    grid-template-columns: 1fr;
  }

  .Suggestions-and-Feedback-upload-box {
    max-width: 100%;
  }

}

/* Pagination Container */
.community-engagement-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0px 0px 40px 0;
    font-family: "Graphie", sans-serif;
}

/* Buttons */
.community-engagement-page-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #3A6F43;
    background-color: transparent;
    color: #3A6F43;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    /* Active Page */
    .community-engagement-page-btn.active {
        background-color: #3A6F43;
        color: #fff;
        border-color: #3A6F43;
    }

    /* Hover */
    .community-engagement-page-btn:hover:not(.active):not(:disabled) {
        background-color: rgba(58, 111, 67, 0.08);
    }

    /* Disabled Arrow (left edge) */
    .community-engagement-page-btn:disabled {
        border-color: #C7D5C9;
        color: #C7D5C9;
        cursor: default;
        background: transparent;
    }

/* Dots */
.community-engagement-dots {
    font-size: 20px;
    color: #3A6F43;
    font-weight: 600;
    user-select: none;
}

/* Responsive (smaller devices) */
@media (max-width: 600px) {
    .community-engagement-page-btn {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .community-engagement-dots {
        font-size: 18px;
    }
}




/* FAQs Style */
/* Search with icon */

/* Filter Bar */
.FAQs-filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 12px;
  margin-top: 24px;
  width: 100%;
}

/* Search Field */
.FAQs-field {
  flex: 1 1 auto;
  width: 100%;
  max-width: 950px; /* ✅ Desktop width */
}

.FAQs-field label {
  display: block;
  font-family: 'Graphie-Regular';
  margin-bottom: 6px;
  font-size: 15px;
  color: #3A6F43;
  line-height: 1;
}

/* Input with icon */
.FAQs-input-with-icon {
  position: relative;
  width: 100%;
}

.FAQs-input-with-icon input {
  width: 100%;
  height: 40px;
  border: 1px solid #3A6F43;
  border-radius: 9999px;
  padding: 0 16px 0 38px;
  background: #fff;
  color: #00301C;
  font-family: inherit;
  font-size: 14px;
  outline: none;
  transition: 0.2s ease;
  box-sizing: border-box;
}

.FAQs-input-with-icon input::placeholder {
  color: #777;
}

.FAQs-input-with-icon input:focus {
  border-color: #3A6F43;
  box-shadow: 0 0 0 3px rgba(58, 111, 67, 0.2);
}

/* Search Icon */
.FAQs-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  pointer-events: none;
}

/* Search Button */
.FAQs-actions {
  display: flex;
  align-items: flex-end;
}



/* ✅ Responsive */
@media (max-width: 768px) {
  .FAQs-filter-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .FAQs-field,
  .FAQs-actions {
    width: 100%;
  }

  .FAQs-actions {
    justify-content: flex-start;
  }

  .button-style1 {
    width: 100%;
    text-align: center;
  }
}
/* Wrapper */
.FAQs-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: clamp(30px, 4vw, 60px) clamp(20px, 6vw, 100px) clamp(30px, 4vw, 60px) clamp(20px, 6vw, 100px);

}

/* Item (closed) */
.FAQs-item {
  padding: clamp(8px,1.5vw,26px) clamp(16px,2.4vw,32px);
  background: #ffffff;
  border: 1px solid #3A6F43;
  border-radius: 9999px;
  overflow: hidden;
  transition:
    background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Header (button) */
.FAQs-item-header {
  width: 100%;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease, padding 0.25s ease;
}

.FAQs-item-header h3 {
  font-size: clamp(16px,2.2vw,28px) ;
  color: #3A6F43;
  font-family: 'Graphie-Bold';
  margin: 0;
  text-align: start;
}

/* Right circular icon */
.FAQs-item-icon {
  width: 34px;
  height: 34px;
  border-radius: 9999px;
  background: #F2F2F2;
  position: relative;
  flex: 0 0 34px;
  transition: background-color 0.3s ease;
}

.FAQs-item-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  border-top: 2px solid #A1A1A1;
  border-right: 2px solid #A1A1A1;
  transform: rotate(45deg);
  top: 0px;
  left: -2px;
  transition: transform 0.25s ease, border-color 0.01s ease;
}

/* Body (hidden) */
.FAQs-item-body {
  max-height: 0;
  overflow: hidden;
  background: transparent;
  padding: 0 28px;
}

.FAQs-item-body p {
  font-size: 16px;
  color: #00301C;
  font-family: 'Graphie-Regular';
  margin: 16px 0 16px 0;
  text-align: start;
}

/* OPEN state */
.FAQs-item.FAQs-item--active {
  background: #F2F2F2;
  border-radius: 16px;
  box-shadow: 0 5px 15px 0 rgb(25, 33, 61 , 0.08);
  border: 1px solid rgba(58, 111, 67, 0.08);
}

.FAQs-item.FAQs-item--active .FAQs-item-body {
  background: transparents;
  max-height: fit-content;
  padding: 0;
  margin: 0;
}

.FAQs-item.FAQs-item--active .FAQs-item-icon {
  background: #3A6F43;
}

.FAQs-item.FAQs-item--active .FAQs-item-icon::before {
  transform: rotate(135deg); /* arrow points up */
  border-color: #ffffff;
  left: 0px;
  top: -2px;
}

/* Responsive */
@media (max-width: 768px) {
  .FAQs-item {
    border-radius: 22px;
  }
}




/* Events Page Style */
.events-page {
  width: 100%;
  background: #ffffff;
  padding: clamp(30px, 4vw, 60px) clamp(20px, 6vw, 100px) clamp(30px, 4vw, 60px) clamp(20px, 6vw, 100px);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f5b35;
}

/* TOP CARD (white box with 2 cols) */
.events-top-card {
  background: #ffffff;
  border: 1px solid rgb(26, 26, 26 , 0.10);
  border-radius: 32px;
  display: flex;
  overflow: hidden;
  min-height: 310px;
  margin: 10px clamp(5px, 4vw, 100px) 10px clamp(5px, 4vw, 100px);
}

/* LEFT PANEL – selected event */
.events-top-left {
  flex: 0 0 50%;
  padding: 28px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.event-main-iconbox {
  width: 158px;
  height: 158px;
  background: #ebf3ec;
  border-radius: 24px;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-bottom: 14px;
}
.event-main-iconbox img {
  width: 100%;
  height: 100%;
  /*object-fit: contain;*/
}
.event-main-iconbox2 {
  width: 58px;
  height: 58px;
  background: #ebf3ec;
  border-radius: 24px;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-bottom: 14px;
}
.event-main-iconbox2 img {
  width: 30px;
  height:  30px;
  object-fit: contain;
}

.event-main-title {
  font-family: 'Graphie-Bold';
  font-size: clamp(22px,2.5vw,28px);
  color: #3A6F43;
}

.event-main-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
}

.event-main-meta-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgb(68, 68, 68, 0.80);
  font-size: 16px;
  font-family: 'Graphie-Regular';
}
.event-discription{
  color: rgba(68, 68, 68, 0.6);
  font-family: 'Graphie-Regular';
}
.event-main-meta-icon {
  width: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 16px;
  color: #154327;
  line-height: 1.3;
}
.event-main-desc {
  font-size: 16px;
  color: rgb(68, 68, 68, 0.60);
  margin-bottom: 24px;
  font-family: 'Graphie-Regular';
}

.event-main-btn {
  background: #1f5b35;
  border: none;
  border-radius: 999px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  padding: 11px 34px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: .12s ease;
}
.event-main-btn:hover {
  background: #174328;
}

/* RIGHT PANEL – calendar */
.events-top-right {
  flex: 1 1 auto;
  border-left: 1px solid #eef1ef;
  padding: 22px 30px 30px 40px;
  background: #ffffff;
}

.calendar-title-wrap {
  text-align: right;
  margin-bottom: 14px;
}
.calendar-title-text {
  font-weight: 700;
  font-size: 28px;
  color: #3A6F43;
  text-align: center;
}

.calendar-month-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}
.calendar-switch {
  width: 55px;
  height: 55px;
  border-radius: 999px;
  border: none;
  background: rgb(58, 111, 67, 0.10);
  color: #3A6F43;
  font-size: 19px;
  display: grid;
  place-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar-month-label {
  font-family: 'Graphie-Regular';
  color: #1A1A1A;
  margin: 0;
  font-size: clamp(16px,2vw,22px);
  text-align: center;
}

/* weekdays */
.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0,1fr));
  gap: 10px;
  color: #1A1A1A;
  margin-bottom: 12px;
  text-align: start;
  font-family: 'Graphie-Regular';
}
    .calendar-weekdays span {
        font-size: clamp(12px, 1.4vw, 17px);
        color: #1A1A1A;
        text-align: start;
        font-family: 'Graphie-Regular';
        padding-left: clamp(0px, 0.5vw, 10px);
    }
/* days */
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0,1fr));
  gap: 10px;
}
.calendar-day {
  width: 60px;
  height: 60px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  cursor: pointer;
  font-size: 22px;
  color: rgb(26, 26, 26, 0.6);
  position: relative;
  font-family: 'Graphie-Regular';
}
.calendar-day.today {
  font-family: 'Graphie-Bold';
  background: transparent;
  color: #3A6F43;
  border: 0px;
}
.calendar-day.today::after {
  content: "";
  position: absolute;
  bottom: 0px;         
  left: 50%;
  transform: translateX(-50%);
  width: 6px;           
  height: 6px;          
  background: #3A6F43;
  border-radius: 50%;
}
.calendar-day.has-event {
  background: rgb(58, 111, 67, 0.30);
  color: #3A6F43;
  font-family: 'Graphie-Bold';
}
.calendar-day.selected {
  color: #154327;
  border: 1.5px solid #1f5b35;
  font-family: 'Graphie-Bold';
}
.calendar-day.has-dot::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #1f5b35;
  border-radius: 999px;
  position: absolute;
  bottom: 4px;
}
.calendar-day.outside {
  opacity: 0.2;
  pointer-events: none;
}
.event-main-meta-button{
    display: flex;
    justify-content: center;
    align-items: center;
}
.event-card-para-and-button-div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* responsive */
@media (max-width: 1232px) {
    .event-card-para-and-button-div{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
}
@media (max-width: 1024px) {
  .events-top-card { flex-direction: column-reverse; }
  .events-top-left { border-top: 1px solid #eef1ef; }
  .events-top-right { border-left: none; }
}
@media (max-width: 620px) {
  .events-page { padding-inline: 16px; }
  .events-top-left { padding: 20px 18px; }
  .events-top-right { padding: 10px 8px 16px 8px; }
  .calendar-grid { gap: 6px; }
  .calendar-day { width: 36px; height: 36px; }
}


/* About us innerpage Style  */
.aboutus-section1-container {
    width: 100%;
    display: flex;
    gap: clamp(20px, 4vw, 80px);
    justify-content: space-between;
    align-items: center;
    padding: clamp(30px, 4vw, 60px) clamp(20px, 6vw, 100px) clamp(30px, 4vw, 60px) clamp(20px, 6vw, 100px);
    background-color: transparent;
}

    .aboutus-section1-container img {
        border-radius: 24px;
        width: 500px;
        height: auto;
        max-height: 500px;
    }

.aboutus-description-container {
    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: start;
}

    .aboutus-description-container h1 {
        color: #3A6F43;
        font-family: 'Graphie-Bold';
        font-size: clamp(26px, 3vw, 36px);
    }

    .aboutus-description-container p {
        color: #3D3D3D;
        font-size: 16px;
        font-family: 'Graphie-Regular';
    }

.aboutus-section2 {
    background-color: #F2F2F2;
}

.aboutus-section2-container {
    width: 100%;
    display: flex;
    gap: clamp(20px, 4vw, 80px);
    justify-content: space-between;
    align-items: center;
    padding: clamp(30px, 4vw, 60px) clamp(20px, 6vw, 100px) clamp(30px, 4vw, 60px) clamp(20px, 6vw, 100px);
    background-color: transparent;
}

    .aboutus-section2-container img {
        border-radius: 24px;
        width: 400px;
        height: auto;
        max-height: 400px;
    }

.aboutus-section3-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: space-between;
    align-items: center;
    padding: clamp(30px, 4vw, 60px) clamp(20px, 6vw, 100px) clamp(30px, 4vw, 60px) clamp(20px, 6vw, 100px);
    background-color: transparent;
}

.aboutus-section3-card {
    display: flex;
    gap: 16px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 40px 20px;
    width: 400px;
    border-radius: 24px;
    box-shadow: 0px 0px 4px 0px rgb(0, 0, 0, 0.25);
}

    .aboutus-section3-card img {
        width: 80px;
        height: 80px;
    }

    .aboutus-section3-card h1 {
        font-family: 'Graphie-Bold';
        font-size: 28px;
        text-align: center;
        color: #3A6F43;
        margin: 0;
    }

    .aboutus-section3-card p {
        font-family: 'Graphie-Regular';
        font-size: 16px;
        color: #00301C;
        text-align: center;
        margin: 0;
    }

.aboutus-section4 {
    background-color: #3A6F43;
}

.aboutus-section4-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 145px;
    justify-content: center;
    align-items: center;
    padding: clamp(30px, 4vw, 60px) clamp(20px, 6vw, 100px) clamp(30px, 4vw, 60px) clamp(20px, 6vw, 100px);
    background-color: transparent;
}

.aboutus-section4-card {
    display: flex;
    gap: 30px;
    justify-content: start;
    align-items: center;
    padding: 0;
    height: auto;
    max-width: 300px;
    border-radius: 24px;
}

    .aboutus-section4-card img {
        width: 80px;
        height: 80px;
    }

    .aboutus-section4-card h1 {
        font-family: 'Graphie-Bold';
        font-size: 28px;
        text-align: center;
        color: #F0EEE1;
        margin: 0;
    }

.button-style4 {
    text-decoration: none;
    background-color: transparent;
    border-radius: 45px;
    color: #F0EEE1;
    border: 1px solid #F0EEE1;
    padding: 8px 16px;
    font-size: 14px;
    font-family: 'Graphie-semibold';
}

.aboutus-section4-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.aboutus-section5 {
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    width: 100vw;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutus-section5-container {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    align-items: center;
    padding: clamp(30px, 4vw, 60px) clamp(20px, 6vw, 100px) clamp(30px, 4vw, 60px) clamp(20px, 6vw, 100px);
    background-color: transparent;
}

    .aboutus-section5-container h1 {
        font-size: 36px;
        text-align: center;
        font-family: 'Graphie-Bold';
        color: white;
        margin: 0;
    }

    .aboutus-section5-container p {
        margin: 0;
        text-align: center;
        font-family: 'Graphie-Regular';
        color: #D6D6D6;
        margin-bottom: 20px;
    }

.button-style5 {
    text-decoration: none;
    background-color: #F0EEE1;
    border-radius: 45px;
    color: #3A6F43;
    border: 1px solid rgb(58, 111, 67, 0.40);
    padding: 8px 28px;
    font-size: 16px;
    font-family: 'Graphie-semibold';
}

.button-style6 {
    text-decoration: none;
    background-color: transparent;
    border-radius: 32px;
    color: #3A6F43;
    border: 2px solid #3A6F43;
    padding: 8px 28px;
    font-size: 16px;
    font-family: 'Graphie-semibold';
}

.aboutus-section6 {
    padding: 0;
    margin: 0;
    width: 100%;
    width: 100vw;
    height: 500px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: clamp(30px, 4vw, 60px) clamp(20px, 6vw, 100px) clamp(30px, 4vw, 60px) clamp(20px, 6vw, 100px);
}

.aboutus-section6-container {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    align-items: center;
    padding: clamp(30px, 4vw, 60px) clamp(20px, 6vw, 100px) clamp(30px, 4vw, 60px) clamp(20px, 6vw, 100px);
    background-color: #F2F2F2;
    border-radius: 24px;
}

    .aboutus-section6-container h1 {
        font-size: 36px;
        text-align: center;
        font-family: 'Graphie-Bold';
        color: #3A6F43;
        margin: 0;
    }

    .aboutus-section6-container p {
        margin: 0;
        text-align: center;
        font-family: 'Graphie-Regular';
        color: #00301C;
        margin-bottom: 20px;
    }

@media (max-width: 1420px) {
    .aboutus-section3-container {
        justify-content: center;
    }
}

@media (max-width: 1196px) {
    .aboutus-section4-container {
        gap: 45px;
    }
}

@media (max-width: 1150px) {
    .aboutus-section1-container {
        flex-direction: column;
        align-items: start;
    }

    .aboutus-section2-container {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: start;
    }

    .aboutus-section5 {
        height: auto;
    }

    .aboutus-section6 {
        height: auto;
    }
}

@media (max-width: 570px) {
    .aboutus-section1-container img {
        border-radius: 24px;
        width: 100%;
        height: auto;
        max-height: 500px;
    }

    .aboutus-section2-container img {
        border-radius: 24px;
        width: 100%;
        height: auto;
        max-height: 400px;
    }
}


/* Login Style */
.login-background {
    background-image: url("../../../assets/images/login-background-image.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 700px;
    padding: 100px clamp(0px, 6vw, 100px) clamp(0px, 1vw, 20px) clamp(0px, 6vw, 100px);
}

.login-container {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
}

.login-description-container {
    width: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

    .login-description-container h1 {
        font-size: 48px;
        color: #FFFFFF;
        font-family: 'Graphie-Bold';
        text-align: start;
        margin-bottom: 32px;
    }

    .login-description-container p {
        font-family: 'Graphie-Regular';
        font-size: 18px;
        color: #D6D6D6;
        text-align: start;
        margin: 0;
    }

    .login-description-container button {
        text-decoration: none;
        background-color: transparent;
        border-radius: 45px;
        color: #F0EEE1;
        border: 1px solid #F0EEE1;
        padding: 8px 28px;
        font-size: 16px;
        font-family: 'Graphie-semibold';
    }

.login-form-card {
    width: 440px;
    max-width: 440px;
    height: auto;
    padding: 36px 25px 40px;
    background-color: #ffffff;
    display: flex;
    gap: 32px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

    .login-form-card h1 {
        font-size: 32px;
        color: #3A6F43;
        font-family: 'Graphie-Bold';
        margin: 0;
    }

.login-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.login-form2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

/* input wrapper */
.login-input-wrap {
    width: 100%;
}

    .login-input-wrap input {
        width: 100%;
        height: 50px;
        border: 1px solid #3A6F43;
        border-radius: 41px;
        outline: none;
        padding: 12px 16px;
        font-size: 15px;
        color: #3A6F43;
        background: #fff;
        font-family: 'Graphie-Regular';
    }

        .login-input-wrap input::placeholder {
            color: rgba(0, 48, 28, 0.491);
        }

/* captcha block (UI only) */
.login-captcha {
    width: fit-content;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.login-captcha-left {
    display: flex;
    gap: 10px;
    align-items: center;
}

    .login-captcha-left input[type="checkbox"] {
        width: 20px;
        height: 20px;
        accent-color: #3A6F43;
    }

    .login-captcha-left label {
        font-size: 14px;
        color: #2a2a2a;
    }

.login-captcha-right {
    display: flex;
    gap: 6px;
    align-items: center;
}

.login-captcha-logo {
    width: 30px;
    height: 30px;
    background: #d1dff8;
    border-radius: 4px;
    display: inline-block;
}

.login-captcha-text {
    font-size: 10px;
    line-height: 1.1;
    color: #555;
    text-align: left;
}

.login-button {
    width: 240px;
    text-decoration: none;
    background-color: #3A6F43;
    border-radius: 33px;
    color: white;
    padding: 8px 16px;
    font-size: 16px;
    font-family: 'Graphie-semibold';
    border: 0px;
}

/* powered by */
.login-powered {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 6px;
}

    .login-powered span {
        font-size: 14px;
        color: #00301C;
        font-family: 'Graphie-Regular';
    }

    .login-powered img {
        height: 48px;
        max-width: 80px;
        object-fit: contain;
    }

/* responsive */
@media (max-width: 520px) {
    .login-form-card {
        width: 100%;
        max-width: 100%;
    }

    .login-captcha {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

        .login-captcha img {
            width: auto;
        }

    .login-button {
        width: 100%;
    }

    .login-background {
        background-image: url("../../../assets/images/login-background-image.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 700px;
        padding: 100px 0px 0px 0px;
    }
}

@media (max-width: 878px) {
    .login-container {
        justify-content: center;
    }

    .login-description-container {
        display: none;
    }
}

@media (max-width: 378px) {
    .login-captcha img {
        width: 100%;
    }
}

/* Profile page style */
/* ====== PAGE LAYOUT ====== */
.profile-page-shell {
    background: #F2F2F2;
    width: 100%;
    height: auto;
    padding: 0px;
}

.profile-layout {
    width: 100%;
    padding: clamp(30px, 4vw, 60px) clamp(20px, 6vw, 100px) clamp(30px, 4vw, 60px) clamp(20px, 6vw, 100px);
    display: flex;
    gap: 30px;
    padding: 0;
    position: relative;
    z-index: 10;
}

/* ===== LEFT CARD ===== */
.profile-left-card {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin: -80px auto 0;
    width: 408px;
    background: transparent;
    border-radius: 20px;
    padding: 20px 28px 52px;
    flex-shrink: 0;
    position: relative;
}

.profile-avatar-wrap {
    width: 288px;
    height: 288px;
    border-radius: 9999px;
    overflow: hidden;
    border: 1px solid #969696;
    background: #e1e1e1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.profile-left-card-avatar-content {
    width: 100%;
    background: #ffffff;
    display: flex;
    gap: 8px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    border-radius: 24px;
    padding: 32px 40px;
    margin-bottom: 50px;
}

.profile-avatar-wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.profile-avatar-edit {
    position: absolute;
    top: 264px;
    right: 77px;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    border: none;
    background: #ffffff;
    display: grid;
    place-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    padding: 0;
}

.profile-name {
    text-align: center;
    color: #3A6F43;
    font-family: 'Graphie-Bold';
    font-size: 28px;
    margin-bottom: 6px;
}

.profile-role {
    text-align: center;
    color: #3A6F43;
    font-size: 18px;
    margin-bottom: 4px;
    font-family: 'Graphie-Regular';
}

.profile-mail {
    text-align: center;
    font-family: 'Graphie-Regular';
    color: #B4B4B4;
    font-size: 16px;
    margin-bottom: 26px;
}

.profile-tabs {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.profile-tab-btn {
    width: 100%;
    background: #D1D3D4;
    border: none;
    border-radius: 9999px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Graphie-semibold';
    font-size: 18px;
    padding: 8px 16px;
    color: #5F5F5F;
    cursor: pointer;
    transition: 0.15s;
}

    .profile-tab-btn.active {
        background: #3A6F43;
        font-size: 18px;
        color: #ffffff;
        font-family: 'Graphie-semibold';
        padding: 8px 16px;
    }

/* ===== RIGHT SIDE ===== */
.profile-right-content {
    flex: 1;
    width: 100%;
    height: auto;
    overflow-y: auto;
    padding: 0px;
}

.profile-panel {
    display: none;
}

    .profile-panel.active {
        display: block;
    }

.Profile-rightside-wrapper {
    width: 100%;
    background: #ffffff;
    padding: 64px 50px;
}

/* ===== RIGHT FORM (converted classes) ===== */
.Profile-rightside-card {
    display: flex;
    flex-direction: column;
    gap: 42px;
    width: 100%;
    border-radius: 24px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    padding: 24px;
}

.Profile-rightside-section-head h2 {
    padding: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    color: #3A6F43;
    font-family: "Graphie-Bold";
    width: fit-content;
    border-bottom: 2px solid #3A6F43;
    margin-bottom: 26px;
}

.Profile-rightside-card p {
    font-size: 24px;
    color: #3A6F43;
}

.profile-rightside-section-head-edit-content {
    display: flex;
    justify-content: start;
    align-items: start;
}

.Profile-rightside-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 32px;
}

.Profile-rightside-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .Profile-rightside-field label {
        font-size: 16px;
        color: #00301C;
        font-family: 'Graphie-Light';
    }

    .Profile-rightside-field input,
    .Profile-rightside-field textarea {
        border: 1px solid #3A6F43;
        border-radius: 999px;
        padding: 10px 16px;
        font-size: 16px;
        outline: none;
        background: #fff;
        color: #323232;
    }

.input-disabled {
    color: #A9A9A9 !important;
}

.Profile-rightside-field input::placeholder,
.Profile-rightside-field textarea::placeholder {
    color: #5F5F5F;
    font-size: 16px;
    font-family: 'Graphie-Regular';
}

.Profile-rightside-field textarea {
    border-radius: 16px;
    min-height: 120px;
    resize: vertical;
}

    .Profile-rightside-field input:focus,
    .Profile-rightside-field textarea:focus {
        border-color: #14512f;
        box-shadow: 0 0 0 3px rgba(20, 81, 47, 0.1);
    }

.Profile-rightside-actions {
    margin-top: 26px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.btn-secondary {
    background: #ffffff;
    border: 2px solid #3A6F43;
    border-radius: 9999px;
    padding: 8px 30px;
    font-size: 14px;
    color: #3A6F43;
    cursor: pointer;
    font-family: 'Graphie-semibold';
}

.btn-primary {
    background: #3A6F43;
    border: none;
    border-radius: 9999px;
    padding: 8px 32px;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Graphie-semibold';
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1040px) {
    .profile-layout {
        flex-direction: column;
        margin-top: -100px;
    }

    .profile-left-card {
        width: 100%;
        max-width: 420px;
        margin: 100px auto 0;
        padding: 10px;
    }

    .profile-left-card-avatar-content {
        margin-bottom: 30px;
    }

    .profile-right-content {
        max-height: none;
    }

    .Profile-rightside-grid-2 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 416px) {
    .profile-avatar-wrap img {
        width: 100%;
        height: auto;
    }

    .profile-avatar-wrap {
        width: 150px;
        height: 150px;
    }

    .profile-avatar-edit {
        position: absolute;
        top: 23px;
        right: 23px;
    }

    .Profile-rightside-wrapper {
        width: 100%;
        background: #ffffff;
        padding: 35px 15px;
    }
}

/* Jordan map inner page style  */

.Jordan-map-section-bg {
    font-size: 16px;
    background-color: #F2F2F2;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Graphie-Regular';
    padding: 15px clamp(10px, 6vw, 100px) clamp(40px, 6vw, 80px) clamp(10px, 6vw, 100px);
    box-shadow: 0 8px 24px rgb(0 0 0);
}

.Jordan-map-section-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.Jordan-map-two-sections {
    z-index: 1;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: clamp(20px, 3vw, 40px) clamp(20px, 6vw, 100px) 0 clamp(20px, 6vw, 100px);
}

.Jordan-map-hero-description {
    background-color: #FFFFFF;
    width: 100%;
    display: flex;
    gap: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: clamp(20px, 3vw, 40px) clamp(20px, 6vw, 100px) clamp(20px, 3vw, 40px) clamp(20px, 6vw, 100px);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

    .Jordan-map-hero-description h1 {
        font-size: clamp(24px, 2.8vw, 32px);
        font-family: 'Graphie-Bold';
        text-align: center;
        color: #3A6F43;
    }

    .Jordan-map-hero-description p {
        font-size: clamp(16px, 1.8vw, 20px);
        font-family: 'Graphie-Light';
        text-align: center;
        color: #00301C;
    }

.Jordan-map-rightside {
    width: fit-content;
    display: flex;
    gap: 65px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Jordan-map-leftside {
    width: fit-content;
    position: relative;
    background-color: transparent;
    padding: 24px;
    border-radius: 24px;
    border: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    max-width: 430px;
}

/* Header */
.Jordan-map-members-header h2 {
    font-size: 28px;
    color: #3A6F43;
    margin-bottom: 4px;
    font-family: 'Graphie-Bold';
}

.Jordan-map-members-header p {
    font-size: 14px;
    color: #727272;
    margin-bottom: 16px;
    line-height: 17px;
    font-family: 'Graphie-Regular';
}

/* Filter Pills */
.Jordan-map-filters-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 14px;
}

.Jordan-map-filter-pill {
    width: fit-content;
    border: 1px solid #3A6F43;
    background: #ffffff;
    color: #3A6F43;
    border-radius: 999px;
    padding: 7px 16px 7px 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
    text-wrap: nowrap;
    font-family: 'Graphie-Regular';
}

    .Jordan-map-filter-pill.active {
        background: #3A6F43;
        color: #ffffff;
    }

.Jordan-map-filter-icon {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
}

/* Tags */
.Jordan-map-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.Jordan-map-filter-tag {
    background: #E4E4E4;
    color: #767676;
    font-size: 12px;
    border-radius: 999px;
    padding: 6px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.Jordan-map-remove-tag {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 12px;
    cursor: pointer;
}

/* Dropdowns */
.Jordan-map-filter-dropdown {
    position: absolute;
    top: 145px;
    left: 70px;
    background: #F2F2F2;
    border: 1px solid #3A6F43;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    padding: 16px 14px 12px;
    width: 240px;
    z-index: 40;
    display: none;
}

    .Jordan-map-filter-dropdown h4 {
        font-size: 14px;
        margin-bottom: 10px;
        color: #1f4f2d;
    }

.Jordan-map-dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 410px;
    overflow-y: auto;
}

    .Jordan-map-dropdown-list li {
        width: 100%;
        padding: 10px;
        cursor: pointer;
        transition: 0.15s;
        font-size: 16px;
        list-style: none;
        font-family: 'Graphie-Regular';
        color: #00301C;
        border-bottom: 1px solid #3A6F43;
    }

        .Jordan-map-dropdown-list li:hover {
            background: rgba(58, 111, 67, 0.08);
        }

        .Jordan-map-dropdown-list li.active {
            background: rgba(58, 111, 67, 0.12);
            border: 1px solid rgba(58, 111, 67, 0.3);
        }

/* Sector dropdown */
.Jordan-map-sector-dropdown {
    width: 360px;
}

.Jordan-map-sector-grid {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.Jordan-map-sector-col {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

    .Jordan-map-sector-col label {
        font-size: 16px;
        color: #3A6F43;
        font-family: 'Graphie-Light';
    }

.Jordan-map-custom-select {
    font-family: 'Graphie-Regular';
    background-color: #ffffff;
    border: 1px solid #3A6F43;
    border-radius: 35px;
    padding: 12px 40px 12px 16px;
    /* extra right padding for icon space */
    font-size: 16px;
    outline: none;
    color: #767676;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../../../assets/images/dropdown-icon-green.svg');
    /* <-- replace with your icon path */
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
}

    .Jordan-map-custom-select:focus {
        border-color: #2b5331;
    }

.Jordan-map-sector-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 14px;
}

.Jordan-map-btn-clear-sector,
.Jordan-map-btn-apply-sector {
    border: none;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Graphie-semibold';
}

.Jordan-map-btn-clear-sector {
    background: rgba(0, 0, 0, 0.05);
}

.Jordan-map-btn-apply-sector {
    background: #3A6F43;
    color: #fff;
}

/* Members list */
.Jordan-map-members-list-shell {
    background: #ffffff;
    border-radius: 32px;
    border: 1px solid #3A6F43;
    padding: 22px;
}

.Jordan-map-members-search {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0px;
    margin-bottom: 10px;
    border: 1px solid #3A6F43;
    border-radius: 999px;
    padding: 12px 16px;
}

    .Jordan-map-members-search input {
        border: none;
        outline: none;
        flex: 1;
        font-size: 13px;
        background-color: transparent;
    }

        .Jordan-map-members-search input::placeholder {
            color: #767676;
            font-size: 14px;
        }

.Jordan-map-members-list {
    max-height: 380px;
    overflow-y: auto;
    padding: 10px;
}

.Jordan-map-search-icon {
    display: flex;
    justify-content: center;
    align-content: center;
}

.Jordan-map-member-row {
    font-family: 'Graphie-Regular';
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom: 1px solid #3A6F43;
    font-size: 16px;
    color: #00301C;
}

.Jordan-map-view-profile {
    border: 1px solid #3A6F43;
    border-radius: 999px;
    background: #ffffff;
    padding: 3px 12px;
    font-size: 11px;
    color: #3A6F43;
    cursor: pointer;
    text-decoration: none;
}

/* ---- Pills: hover/focus states ---- */
.Jordan-map-filter-pill:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}

.Jordan-map-filter-pill:focus-visible {
    outline: 2px solid #3A6F43;
    outline-offset: 2px;
}

/* ---- Dropdown: anchored, animated, pretty ---- */
.Jordan-map-filter-dropdown {
    position: absolute;
    inset: auto auto auto auto;
    width: 280px;
    padding: 16px;
    display: none;
    opacity: 0;
    transform: translateY(6px) scale(.98);
    transform-origin: top left;
    transition: opacity .15s ease, transform .15s ease;
}

    .Jordan-map-filter-dropdown.open {
        display: block;
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    .Jordan-map-filter-dropdown::before {
        content: "";
        position: absolute;
        top: -8px;
        left: 24px;
        width: 14px;
        height: 14px;
        background: #F2F2F2;
        border-left: 1px solid rgba(58, 111, 67, 0.4);
        border-top: 1px solid rgba(58, 111, 67, 0.4);
        transform: rotate(45deg);
    }

/* nicer list items */
.Jordan-map-dropdown-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
}

    .Jordan-map-dropdown-list li .dot {
        width: 8px;
        height: 8px;
        border-radius: 999px;
        background: #3A6F43;
        opacity: .25;
    }

    .Jordan-map-dropdown-list li.active .dot {
        opacity: 1;
    }

/* custom scrollbar */
.Jordan-map-dropdown-list::-webkit-scrollbar {
    width: 8px;
}

.Jordan-map-dropdown-list::-webkit-scrollbar-thumb {
    background: rgba(58, 111, 67, .25);
    border-radius: 999px;
}

.Jordan-map-dropdown-list {
    scrollbar-width: thin;
    scrollbar-color: rgba(58, 111, 67, .25) transparent;
}

/* sector */
.Jordan-map-sector-dropdown {
    width: 360px;
}

    .Jordan-map-sector-dropdown::before {
        left: 32px;
    }

/* tags: hover remove */
.Jordan-map-filter-tag {
    border: 1px solid rgba(0, 0, 0, .06);
}

.Jordan-map-remove-tag:hover {
    background: #3A6F43;
}

/* list rows hover */
.Jordan-map-member-row:hover {
    background: rgba(58, 111, 67, .04);
}

/* small screens */
@media (max-width: 1156px) {
    .Jordan-map-two-sections {
        z-index: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: clamp(20px, 3vw, 40px) clamp(20px, 6vw, 100px) 0 clamp(20px, 6vw, 100px);
    }
}

@media (max-width: 520px) {
    .Jordan-map-leftside {
        max-width: 100%;
    }

    .Jordan-map-filter-dropdown {
        width: calc(100% - 32px);
        left: 16px !important;
    }

    .Jordan-map-sector-dropdown {
        width: calc(100% - 32px);
    }

    .Jordan-map-filter-dropdown::before {
        left: 28px;
    }

    .Jordan-map-section-bg {
        font-size: 16px;
        background-color: #F2F2F2;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-family: 'Graphie-Regular';
        padding: 45px 10px;
    }

    .Jordan-map-leftside {
        width: fit-content;
        position: relative;
        background-color: transparent;
        padding: 12px;
        margin-bottom: 20px;
        border-radius: 24px;
        border: 0;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        max-width: 430px;
    }
}




/* Green Entrepreneur Registration style */
.ge-page-shell {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    padding: 0;
    padding-top: 100px;
}

.ge-layout {
    width: 100%;
    display: flex;
    background-color: #ffffff;
    border-radius: 0;
}

/* ---------- SIDEBAR ---------- */
.ge-sidebar {
    width: 360px;
    background-color: #f3f5f3;
    padding: 80px 30px 40px;
}

.ge-sidebar-title {
    font-size: 28px;
    color: #3A6F43;
    margin-bottom: 8px;
    font-family: 'Graphie-Bold';
}

.ge-sidebar p {
    font-size: 16px;
    margin-bottom: 40px;
    font-family: 'Graphie-Regular';
    color: rgba(0, 48, 28, 0.70);
}

.ge-step-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ge-step-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 10px 8px 0;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

    .ge-step-item:hover {
        background-color: #e7efe9;
    }

.ge-step-circle {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid #3A6F43;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(58, 111, 67, 0.50);
    font-size: 24px;
    font-family: 'Graphie-Bold';
    background-color: transparent;
    flex-shrink: 0;
}

.ge-step-label {
    font-size: 16px;
    color: rgba(0, 48, 28, 0.50);
    font-family: 'Graphie-Bold';
}

.ge-step-item.active .ge-step-circle {
    background-color: #3a6f43;
    color: #ffffff;
    border-color: #3a6f43;
}

.ge-step-item.active .ge-step-label {
    color: #3A6F43;
    font-size: 16px;
    font-family: 'Graphie-Bold';
}

.ge-step-item.completed .ge-step-circle {
    background-color: #3a6f43;
    color: #ffffff;
    opacity: 0.7;
}

/* ---------- MAIN AREA ---------- */
.ge-main {
    flex: 1;
    width: 100%;
    padding: 80px 90px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ge-progress-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.ge-progress-track {
    width: 100%;
    height: 10px;
    border-radius: 0px;
    background-color: #F2F2F2;
    overflow: hidden;
}

.ge-progress-fill {
    width: 25%;
    height: 100%;
    background-color: #3a6f43;
    border-radius: 0px;
    transition: width 0.25s ease;
}

.ge-form {
    width: 100%;
}

.ge-step-content {
    display: none;
}

    .ge-step-content.active {
        display: block;
    }

.ge-section {
    margin-bottom: 32px;
}

.ge-section-title {
    font-size: 24px;
    color: #3A6F43;
    font-family: 'Graphie-Bold';
    padding-left: 12px;
    padding-right: 5px;
    padding-bottom: 10px;
    width: fit-content;
    border-bottom: 2px solid #3A6F43;
    margin-bottom: 32px;
}

.ge-section-underline {
    width: 130px;
    height: 3px;
    background-color: #14552f;
    margin-bottom: 24px;
}

.ge-two-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 32px;
}

.ge-two-col2 {
    padding: 0px 32px 0px 0px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 0.5fr));
    gap: 10px 32px;
}

.ge-two-col3 {
    padding: 0px 32px 0px 0px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px 32px;
}

.ge-field {
    margin-bottom: 20px;
}

.ge-radio-button {
    gap: 100px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.ge-label {
    font-family: 'Graphie-Light';
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: #7B7B7B;
}

.ge-input,
.ge-select {
    width: 100%;
    padding: 12px 16px;
    border-radius: 999px;
    border: 1px solid #3A6F43;
    background-color: #FFFFFF;
    font-size: 16px;
    outline: none;
    color: #00301C;
    line-height: 1.4;
}

    .ge-input::placeholder {
        color: #767676;
    }

.ge-select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%233A6F43' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 12px 8px;
}

.ge-note {
    font-size: 16px;
    color: #868686;
    font-family: 'Graphie-Light';
}

.ge-note2 {
    font-size: 16px;
    color: #00301C;
    font-family: 'Graphie-Light';
    margin-bottom: 8px;
}

.ge-radio-group,
.ge-checkbox-group {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    color: #4d5b55;
}

.ge-radio-group2,
.ge-checkbox-group2 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 13px;
    color: #4d5b55;
}

.ge-radio-row {
    font-family: 'Graphie-Light';
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #00301C;
}

    .ge-radio-row input[type="radio"],
    .ge-checkbox-row input[type="checkbox"] {
        accent-color: #3a6f43;
    }

.ge-checkbox-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ge-pill-small {
    max-width: 100%;
}

.ge-pill-small2 {
    max-width: 160px;
}

/* Upload box */
.ge-upload-box {
    border-radius: 12px;
    border: 1px dashed #3a6f43;
    padding: 32px 24px;
    text-align: center;
    font-size: 13px;
    color: #4d5b55;
    background-color: #fdfdfd;
}

.ge-upload-icon {
    font-size: 26px;
    margin-bottom: 8px;
    color: #3a6f43;
}

.ge-upload-box span.ge-link {
    color: #3a6f43;
    font-weight: 600;
    cursor: pointer;
}

/* Social media links */
.ge-social-input {
    margin-bottom: 12px;
}

.ge-input-add-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ge-add-link-btn {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 3px solid #3A6F43;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
    font-size: 21px;
    color: #3A6F43;
    padding: 0;
    font-family: 'Graphie-ExtraBold';
}

/* Buttons */
.ge-actions {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.ge-btn {
    min-width: 92px;
    padding: 8px 32px;
    border-radius: 32px;
    border: 2px solid #3A6F43;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
    font-family: 'Graphie-semibold';
    display: flex;
    justify-content: center;
    align-items: center;
}

.ge-btn-primary {
    background-color: #3a6f43;
    color: #ffffff;
    border-color: #3a6f43;
}

    .ge-btn-primary:hover {
        background-color: #325d3a;
    }

.ge-btn-ghost,
.ge-btn-outline {
    background-color: #ffffff;
    color: #3a6f43;
    border-color: #3a6f43;
}

    .ge-btn-ghost:hover,
    .ge-btn-outline:hover {
        background-color: #e7efe9;
    }

.ge-btn-back {
    background-color: #ffffff;
    color: #3A6F43;
    border-color: #3A6F43;
}

    .ge-btn-back:hover {
        background-color: #eef2f0;
    }

    .ge-btn-back.hidden {
        display: none;
    }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 992px) {
    .ge-layout {
        flex-direction: column;
    }

    .ge-sidebar {
        width: 100%;
        border-bottom: 1px solid #e0e7e3;
    }

    .ge-main {
        padding: 24px 16px 32px 16px;
    }

    .ge-progress-wrapper {
        justify-content: flex-end;
        /* progress line goes to the right on small screens */
    }

    .ge-progress-track {
        width: 100%;
    }

    .ge-two-col2 {
        padding: 0px;
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px 32px;
    }
}

@media (max-width: 768px) {
    .ge-two-col {
        grid-template-columns: 1fr;
    }

    .ge-page-shell {
        padding: 0px;
        margin-top: 100px;
    }

    .ge-sidebar-title {
        font-size: 18px;
    }

    .ge-actions {
        margin-top: 24px;
        display: flex;
        justify-content: center;
        gap: 6px;
    }
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    opacity: .5;
    background: transparent;
    border: 0;
    cursor: pointer;
}

    .modal-header .close:hover {
        opacity: .75;
    }






  .gggi-wrapper {
    min-height:100vh;
    background:#ffffff;
    font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  }
  .gggi-inner {
    max-width:1152px;
    margin:0 auto;
    padding:80px 16px;
  }
  .gggi-title-wrap {
    text-align:center;
    margin-bottom:40px;
  }
  .gggi-title-wrap h1 {
    margin:0 0 12px 0;
    font-size:32px;
    font-weight:700;
    color:#111827;
  }
  .gggi-title-underline {
    width:96px;
    height:4px;
    background:#3A6F43;
    margin:0 auto;
  }
 
  .gggi-grid {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:24px;
    margin:40px 0 48px 0;
  }
 
  .gggi-card {
    text-align:center;
    padding:32px;
    background:#f9fafb;
    border-radius:16px;
    transition:all 0.3s ease;
    color:#111827;
  }
  .gggi-card-icon {
    width:80px;
    height:80px;
    background:#ffffff;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 16px auto;
    box-shadow:0 4px 6px rgba(0,0,0,0.1);
    transition:box-shadow 0.3s ease;
  }
  .gggi-card h3 {
    margin:0 0 12px 0;
    font-size:18px;
    font-weight:600;
    color:#111827;
    transition:color 0.3s ease;
  }
  .gggi-card a,
  .gggi-card p {
    margin:0;
    font-size:14px;
    color:#4b5563;
    text-decoration:none;
    word-break:break-all;
    transition:color 0.3s ease;
  }
  .gggi-card:hover {
    background:#3A6F43;
    color:#ffffff;
  }
  .gggi-card:hover .gggi-card-icon {
    box-shadow:0 10px 20px rgba(0,0,0,0.2);
  }
  .gggi-card:hover h3,
  .gggi-card:hover a,
  .gggi-card:hover p {
    color:#ffffff;
  }
 
  .gggi-map-wrap {
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 25px 50px rgba(0,0,0,0.25);
    margin-bottom:32px;
  }
 
  /* New social media style: rounded rectangles with icons */
  .gggi-social-row {
    margin-top:8px;
    display:flex;
    justify-content:center;
    gap:16px;
    flex-wrap:wrap;
  }
  .gggi-social-chip {
    display:flex;
    align-items:center;
    gap:8px;
    padding:8px 14px;
    border-radius:999px;
    background:#f3f4f6;
    border:1px solid #e5e7eb;
    color:#374151;
    text-decoration:none;
    font-size:13px;
    transition:all 0.2s ease;
  }
  .gggi-social-chip-icon {
    width:18px;
    height:18px;
    border-radius:999px;
    background:#3A6F43;
    color:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:11px;
    font-weight:600;
  }
  .gggi-social-chip:hover {
    background:#3A6F43;
    border-color:#3A6F43;
    color:#ffffff;
  }
 
  @media (max-width:1024px) {
    .gggi-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  }
  @media (max-width:640px) {
    .gggi-grid { grid-template-columns:1fr; }
  }


.block-details-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}

.block-details-back {
    margin-bottom: 20px;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

    .back-link:hover {
        color: #007bff;
    }

.block-details-body {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    margin: 30px 0;
}

.block-details-back-bottom {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.block-details-error {
    text-align: center;
    padding: 60px 20px;
}

    .block-details-error h2 {
        font-size: 2rem;
        margin-bottom: 15px;
    }

.btn-primary {
    display: inline-block;
    padding: 12px 30px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    transition: background-color 0.3s;
}

    .btn-primary:hover {
        background-color: #0056b3;
    }

.aboutus-section3-card:hover {
    border: 1px solid #3A6F43;
}

.pin:hover,
.pin:focus {
    fill: rgba(58, 111, 67, 0.5) !important;
    stroke-width: 1;
    background-color: rgba(58, 111, 67, 0.5);
    outline: none;
}

/* Section 3 - Equal Height Cards */
.aboutus-section3-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* This ensures all cards stretch to match the tallest one */
    gap: 20px; /* Adjust spacing between cards as needed */
}

.aboutus-section3-card {
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(33.333% - 20px); /* 3 cards per row with gap */
    min-width: 250px; /* Minimum width before wrapping */
}

    .aboutus-section3-card h1,
    .aboutus-section3-card p {
        flex-grow: 0; /* Prevent title and text from stretching */
    }

    /* Optional: Make the paragraph take up remaining space to push content evenly */
    .aboutus-section3-card p {
        flex-grow: 1;
    }
/* Community Engagement Cards - Equal Height */
.Card-list-container1 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* Makes all cards stretch to match the tallest */
    gap: 20px; /* Adjust spacing between cards as needed */
}

.community-engagement-card {
    display: flex;
    /*flex: 1 1 calc(33.333% - 20px);*/ /* 3 cards per row with gap */
    /*min-width: 280px;*/ /* Minimum width before wrapping */
    height: auto; /* Remove any fixed height */
}

    .community-engagement-card img {
        width: 100%;
        height: 200px; /* Fixed height for all images */
        object-fit: cover;
        flex-shrink: 0; /* Prevent image from shrinking */
    }

.community-engagement-card-content {
    display: flex;
    flex-grow: 1; /* Takes up remaining space */
    padding: 16px; /* Adjust padding as needed */
}

.com-eng-card-content-flex {
    flex-grow: 1; /* Pushes button to bottom */
}

    .com-eng-card-content-flex h1,
    .com-eng-card-content-flex h3 {
        margin-bottom: 12px; /* Consistent spacing */
        min-width: 15rem;
    }

.community-engagement-card-content .button-style3,
.community-engagement-card-content a.button-style3,
.community-engagement-card-content button.button-style3 {
    margin-top: auto; /* Pushes button to bottom of card */
    align-self: flex-start; /* Prevents button from stretching full width */
}

/* Show focus ONLY for keyboard navigation */
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid #005fcc !important;
    outline-offset: 3px !important;
}

/* Optional fallback for older browsers */
button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 3px solid #005fcc !important;
    outline-offset: 3px !important;
}

    /* Keep mouse clicks clean */
    button:focus:not(:focus-visible),
    a:focus:not(:focus-visible),
    input:focus:not(:focus-visible),
    select:focus:not(:focus-visible),
    textarea:focus:not(:focus-visible) {
        outline: none !important;
    }



/* Responsive adjustments */
@media (max-width: 1024px) {
    .community-engagement-card {
        flex: 1 1 calc(50% - 20px); /* 2 cards per row on tablets */
    }
}

@media (max-width: 768px) {
    .community-engagement-card {
        flex: 1 1 100%; /* 1 card per row on mobile */
    }
    .header-container {
        top: 40px !important;
        flex-direction:row-reverse;
    }
    /* Topbar styling */
    .topbar {
        z-index: 100; /* above header */
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 40px; /* thinner than header */
        background: rgba(60, 140, 90, 0.7); /* lighter green shade */
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        color: #fff;
        display: flex;
        align-items: center;
        padding: 0 20px;
    }

    /* Container inside topbar */
    .topbar-container {
        display: flex;
        justify-content: flex-end; /* align items to right */
        gap: 20px;
        width: 100%;
        align-items: center;
    }

    /* Language link */
    .topbar-lang {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
    }

    /* Search button */
    .topbar-search {
        background: none;
        border: none;
        cursor: pointer;
    }

        .topbar-search img {
            width: 18px;
            height: 18px;
        }

    /* Popup overlay */
    /* Popup overlay */
    /* Popup overlay */
    .new-search-popup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(60, 140, 90, 0.7);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        align-items: flex-start; /* align to top */
        padding-top: 150px; /* push content down a bit */
        z-index: 999;
    }

        /* Active state */
        .new-search-popup.active {
            display: flex;
            flex-direction: column;
            align-items: start; /* center horizontally */
            padding-inline-start: 55px
        }

    /* Close button top-left */
    .new-search-close {
        position: absolute;
        top: 15px;
        left: 15px;
        background: none;
        border: none;
        font-size: 22px;
        color: #fff;
        cursor: pointer;
    }

    /* Search box */
    .new-search-box {
        background: transparent;
        display: flex;
        flex-direction: column; /* stack input + button */
        gap: 12px;
        width: 90%;
        max-width: 400px;
        text-align: start; /* align text to start */
    }

    /* Input field */
    .new-search-input {
        padding: 12px 0px;
        border: none; /* no border */
        background: transparent; /* transparent */
        color: #fff;
        font-size: 18px;
        outline: none;
        border-bottom: 2px solid #fff; /* underline only */
        text-align: start; /* text starts from left */
    }

        .new-search-input::placeholder {
            color: #ddd;
            font-size: 16px;
        }

    /* Search button under input */
    .new-search-btn {
        background: none; /* no background */
        border: none; /* no border */
        color: #fff;
        font-size: 16px;
        cursor: pointer;
        text-align: start; /* align to start */
        padding: 8px 0;
        transition: color 0.2s ease;
    }

        .new-search-btn:hover {
            color: #ffeb3b; /* highlight on hover */
        }


    .breadcrumbs-content {
        display: none;
    }
}
.sitemap-page {
    background-color: #F2F2F2;
    padding: clamp(30px, 4vw, 60px) clamp(20px, 6vw, 100px);
    min-height: 60vh;
}

.sitemap-container {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 24px;
    padding: clamp(30px, 4vw, 60px) clamp(20px, 4vw, 80px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.sitemap-header {
    text-align: center;
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 2px solid #3A6F43;
}

    .sitemap-header h1 {
        font-family: 'Graphie-Bold';
        font-size: clamp(28px, 3.4vw, 48px);
        color: #3A6F43;
        margin: 0 0 16px 0;
    }

    .sitemap-header p {
        font-family: 'Graphie-Regular';
        font-size: clamp(14px, 1.6vw, 18px);
        color: #00301C;
        max-width: 600px;
        margin: 0 auto;
    }

.sitemap-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.sitemap-parent-item {
    border-left: 4px solid #3A6F43;
    padding-left: 24px;
}

.sitemap-parent-link {
    display: inline-block;
    text-decoration: none;
    color: #3A6F43;
    font-family: 'Graphie-Bold';
    font-size: clamp(20px, 2.2vw, 26px);
    margin-bottom: 16px;
    transition: all 0.2s ease;
}

    .sitemap-parent-link:hover {
        color: #2B6C3F;
    }

.sitemap-children-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sitemap-child-item {
    position: relative;
    padding-left: 32px;
}

    .sitemap-child-item::before {
        content: "•";
        position: absolute;
        left: 12px;
        color: #B6B6B6;
        font-size: 20px;
        line-height: 1.2;
    }

.sitemap-child-link {
    display: inline-block;
    text-decoration: none;
    color: #00301C;
    font-family: 'Graphie-Regular';
    font-size: clamp(15px, 1.8vw, 18px);
    padding: 4px 0;
    transition: all 0.2s ease;
}

    .sitemap-child-link:hover {
        color: #3A6F43;
        text-decoration: underline;
    }

.sitemap-empty {
    text-align: center;
    padding: 60px 20px;
    color: #767676;
    font-family: 'Graphie-Regular';
}

.sitemap-back-button {
    text-align: center;
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(58, 111, 67, 0.15);
}

@media (max-width: 768px) {
    .sitemap-parent-link {
        font-size: 18px;
    }

    .sitemap-child-link {
        font-size: 15px;
    }

    .sitemap-parent-item {
        padding-left: 16px;
    }

    .sitemap-child-item {
        padding-left: 24px;
    }
}

.community-engagement-pagination {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
}

.community-engagement-page-numbers {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.community-engagement-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}



    .community-engagement-page-btn.pag-prev,
    .community-engagement-page-btn.pag-next {
        padding: 8px;
    }

    .community-engagement-page-btn img {
        display: block;
        width: 16px;
        height: 16px;
    }
