:root {
    --dark-green-color: #1D4C44;
    --brown-color: #AD7B4D;
    --cod-gray-color: #1E1E1E;
    --container_width: 1296px;
    --text-muted-gray : #757575;
    --text-new-muted: #BDBDBD;
    --dark-orange-color: #8C582E;
    --desert-color: #FAFAF9;
    --dark-color: #111928;
}

/* Text Fonts */

* {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    color: var(--dark-green-color);
    line-height: 27.2px;
}


@media screen and (max-width: 991px) {
    * {
        font-size: 14px;
    }
}

/* Text rules */

h1 {
    font-size: 4rem;
    /* 64px */
    letter-spacing: 0px;
    line-height: 64px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 525px) {
    h1 {
        font-size: 3rem;
        /* 48px */
        line-height: 48px;
    }
}   

h2 {
    font-size: 2.074rem;
    /* 33.18px */
    letter-spacing: 0px;
    line-height: 45px;
    font-weight: 700;
    text-transform: none;
}

h3 {
    font-size: 1.728rem;
    /* 27.65px */
    letter-spacing: 0px;
    line-height: 37px;
    text-transform: none;
}

h4 {
    font-size: 1.440rem;
    /* 23.04px */
    letter-spacing: 0px;
    line-height: 32px;
    text-transform: none;
}

h5 {
    font-size: 1.125rem;
    /* 18 */
    letter-spacing: 0px;
    line-height: 18px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 1rem;
}

/* Text Sizes */
.text-39px {
    font-size: 2.489rem;
    /* 39.82px */
    line-height: 54px;
}

.text-36px {
    font-size: 2.304rem;
    /* 36.86px */
    line-height: 37px;
}

.text-33px {
    font-size: 2.074rem;
    /* 33.18px */
    line-height: 45px;
}

.text-30px {
    font-size: 1.875rem;
    /* 30px */
    line-height: 33px;
}

.text-27px {
    font-size: 1.728rem;
    /* 27.65px */      
    line-height: 37px;
}

.text-23px {
    font-size: 1.440rem;
    /* 23.04px */
    line-height: 32px;
}

.text-20px {
    font-size: 1.250rem;
    /* 20px */
    line-height: 28px;
}

.text-19px {
    font-size: 1.200rem;
    /* 19.20px */
    line-height: 26px;
}

.text-18px {
    font-size: 1.125rem;
    /* 18px */
    line-height: 24px;
}

.text-14px {
    font-size: 0.875rem;
    /* 14px */
    line-height: 20px;
}

.text-12px {
    font-size: 0.75rem;
    /* 12px */
    line-height: 18px;
}

.text-13px {
    font-size: 0.833rem;
    /* 13.33px */
    line-height: 18px;
}


/* Text Colours */
.text-dark-green {
    color: var(--dark-green-color) !important;
}

.text-custom-brown {
    color: var(--brown-color) !important;
}

.text-custom-gray {
    color: var(--cod-gray-color) !important;
}

.text-muted-gray {
    color: var(--text-muted-gray) !important;
}

.text-new-muted {
    color: var(--text-new-muted) !important;
}

.bg-dark-orange {
    background-color: var(--dark-orange-color) !important;
}

.text-dark {
    color: var(--dark-color) !important;
}

.text-white {
    color: white !important;
}

/* Background Colours */


.bg-green-dark {
    background-color: var(--dark-green-color) !important;
}

.bg-brown {
    background-color: var(--brown-color) !important;
}

.bg-gray {
    background-color: #FAFAF9 !important;
}


/* Font Weights */

.font-ex-bold {
    font-weight: 800 !important;
}

.font-bold {
    font-weight: 700 !important;
}

.font-semibold {
    font-weight: 600 !important;
}

.font-medium {
    font-weight: 500 !important;
}

.font-normal {
    font-weight: 400 !important;
}

.font-light {
    font-weight: 300 !important;
}

.font-ex-light {
    font-weight: 200 !important;
}


.py-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.card-shadow{
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06) !important;
    border-radius: 14px !important;
    border: none !important;
}

.accordion-button,
.accordion-body {
    /* box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06) !important; */
    border-radius: 14px !important;
    border: none !important;
}

#faqAccordion .accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: var(--brown-color) !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#faqAccordion .accordion-collapse.show .accordion-body {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.joinus {
    padding: 48px;
}

.joinus-btn {
    background-color: #FAFAF9;
    border-radius: 25px;
    padding: 16px 40px;
    color: var(--dark-orange-color);
    font-size: 1rem !important;
    transition: background-color 0.3s ease;
}

.joinus-btn:hover {
    background-color: #E8E8E7;
}

.joinus-btn:active {
    background-color: #D6D6D5;
}



@media screen and (min-width: 992px) {
    .ml-100 {
        margin-left: 100px;
    }   
}

/* Content wrapper class */

.wrapper {
    position: relative;
    width: 100%;
    max-width: var(--container_width);
    margin-inline: auto;
    padding-inline: 1rem;
}

/* Header */

#header {
    position: sticky;
    top: 0;
    z-index: 2000;
}

#header .header-body {
    opacity: 1;
    flex-direction: column;
    background: var(--dark-green-color);
    transition: min-height 0.3s ease;
}

#header .header-container {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    transition: ease height 300ms;
    max-width: 1600px;
    padding: 8px 24px;
    background-color: white;
    border-radius: 40px;
    height: 64px;
    margin-bottom: 24px;
    margin-top: 24px;
}

#header .header-row {
    flex-wrap: nowrap;
    display: flex;
    flex-grow: 1;
    align-items: center;
    align-self: stretch;
    max-height: 100%;
}

#header .header-column {
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-grow: 1;
    flex-direction: column;
}

.header-logo {
    padding-top: 19px;
    padding-bottom: 19px;
}

.navbar {
    margin-right: 10px;
}

/* Add spacing between nav items */
.navbar-nav .nav-item {
    margin-right: 38px;
}

/* Remove margin from the last nav item to avoid extra space at the end */
.navbar-nav .nav-item:last-child {
    margin-right: 0;
}

/* Nav link hover and active states */
.nav-link:hover,
.nav-link.active {
    text-decoration: underline;
}

/* Mobile menu icon color */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28173, 123, 77, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Optional: Remove default border and focus styles */
.navbar-toggler {
    border: none;
    padding: 4px 8px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

@media (min-width: 992px) {
    #header .header-nav {
        display: flex;
        align-items: center;
        flex-grow: 1;
        justify-content: flex-end;
        align-self: stretch;
    }

    #header .header-nav-main {
        display: flex !important;
        height: auto !important;
    }
}

@media (max-width: 991px) {
    #header .header-nav {
        display: flex;
        align-items: center;
    }

    #header .header-container {
        padding: 0;
    }

    .header-logo {
        padding-left: 1rem;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        position: absolute;
        top: 59px;
        right: 0;
        width: 97vw;
        background: white;
        padding: 1rem;
        box-shadow: 0px 3px 6px #00000029;
    }

    .navbar-nav .nav-item {
        margin-right: 0;
        margin-bottom: 15px; /* Vertical spacing for mobile */
    }
    
    .navbar-nav .nav-item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 525px) {
    .navbar-collapse.show,
    .navbar-collapse.collapsing { 
        width: 91vw;
    }
}


#header .header-column .header-row {
    justify-content: inherit;
}

/* Ensure the parent has relative positioning */
.position-relative {
    position: relative;
}

/* Hero Section */
.hero-section {
    min-height: 494px;
}

.nav_btn {
    background: var(--brown-color) 0% 0% no-repeat padding-box;
    border-radius: 25px;
    padding: 4px 24px;
}

/* Center content vertically on mobile */
@media (max-width: 991px) {
    .hero-section {
        min-height: 494px; /* Full viewport height on mobile */
        display: flex;
        align-items: center;
    }
}

/* Footer */

.footer-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 217px;
    padding: 43px 2%;
    gap: 24px;
}

.footer-logo {
    max-width: 100%;
    background: white;
    border-radius: 25px;
    padding: 10px
}

.horizon_text {
    margin-top: 25px;
}




.termsfeed-com---palette-light .cc-cp-foot-save, .termsfeed-com---palette-light .cc-nb-okagree, .termsfeed-com---palette-light .cc-nb-reject {
    background: var(--dark-blue-color) !important;
}


/* Social Media Icons */
.social-icon {
    transition: color 0.3s ease, transform 0.2s ease;
    display: inline-block;
    text-decoration: none !important;
}

.social-icon:hover {
    color: #007bff !important;
    transform: scale(1.1);
    text-decoration: none !important;
}

.social-icon i {
    font-size: 24px !important;
    width: 24px;
    text-align: center;
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    footer .border-end {
        border-right: none !important;
        border-bottom: 1px solid #6c757d !important;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    
    footer .ps-4 {
        padding-left: 0 !important;
    }
    
    footer .pe-4 {
        padding-right: 0 !important;
    }

    .foooter-row {
        gap: 10px;
    }
}

.dataset_card {
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease;
}

.keyword_badge {
    padding: 4px 8px;
    border: 1px solid var(--brown-color);
    border-radius: 10px;
}

.custom-form {
    border: 1px solid #DFE4EA;
    border-radius: 6px;
    padding: 16px 20px;
    font-weight: 500;
    color: #BDBDBD;
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23BDBDBD' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-control.text-new-muted::placeholder {
    color: inherit;
    font-weight: inherit;
}

.search_box {
    border: 1px solid #DFE4EA;
    border-radius: 6px;
    padding: 16px 20px;
    font-weight: 500;
    background-color: white;
}

.button_box {
    border: 1px solid #DFE4EA;
    border-radius: 6px;
    padding: 6px 15px;
    font-weight: 500;
    background-color: white;
}

.border-custom {
    border-top: 1px solid #DFE4EA !important;
    border-bottom: 1px solid #DFE4EA !important;
    border-right: 1px solid #DFE4EA !important;
    padding: 16px 20px !important;
}                                     

.form-check-input:checked {
    background-color: var(--dark-green-color);
    border-color: var(--dark-green-color);
}

.form-select:focus {
    border-color: var(--brown-color);

}

.view_more_btn {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
    background-color:  var(--dark-green-color);
    padding: 24px 48px;
    border-radius: 14px;
    width: 100%;
    justify-content: center;
}

.termsfeed-com---palette-light .cc-cp-foot-save, .termsfeed-com---palette-light .cc-nb-okagree, .termsfeed-com---palette-light .cc-nb-reject {
    background: var(--dark-green-color) !important;
}
              