:root {
    --orange: #fc6b00;
    --primary-300: #2E6B51;
    --green: #43766c;
    --dark-green: #0a241c;
    --light-green: #effaf4;
    --bg-green: #b5e5cc;
    --footer-green: #65997e;
    --white: #ffffff;
    --black: #000000;
    --gray: #d9d9d9;
    --border-green: #bbe5d4;
    --menu-active: #2E6B51;
}

@font-face {
    font-family: 'Nulshock';
    src: url('/fonts/new-designs/Nulshock-Bold.woff') format('woff'),
        url('/fonts/new-designs/Nulshock-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Encode Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: var(--dark-green);
    background-color: var(--light-green);
    overflow-x: hidden;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 85px;
}

/* Typography */
.section-title {
    font-family: 'Nulshock', 'Arial Black', 'Helvetica Bold', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
    color: var(--dark-green);
}

.section-subtitle {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 40px;
    color: var(--green);
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(239, 250, 244, 0.95);
    backdrop-filter: blur(10px);
    padding: 16px 0;
}

.nav-container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 64px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-text {
    font-family: 'Nulshock', 'Arial Black', 'Helvetica Bold', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: var(--dark-green);
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 32px;
    margin: 0;
    padding: 0;
}

.nav-link {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: var(--black);
    text-decoration: none;
    transition: color 0.3s ease;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.nav-link.active {
    /* color: var(--menu-active); */
    color: #4EAC85;

}

.nav-link:hover {
    color: var(--orange);
}

.login-btn {
    display: flex;
    align-items: center;
    background-image: url('data:image/svg+xml,<svg width="109" height="42" xmlns="http://www.w3.org/2000/svg"><path d="M96 0C103.18 0 109 5.8203 109 13C109 20.1797 103.18 26 96 26C93.1051 26 89.8525 27.9645 89.8525 30.8594V35.437C89.8525 39.0616 86.9142 42 83.2895 42H10.8525C5.32969 42 0.852539 37.5228 0.852539 32V16C0.852539 10.4772 5.32969 6 10.8525 6H79.5724C82.9816 6 86.0128 4.00957 88.8601 2.13462C90.9093 0.785236 93.3629 0 96 0Z" fill="%2330996F"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: var(--light-green);
    border: none;
    border-radius: 12px;
    padding: 13px 30px 7px 23px;
    font-family: 'Nulshock', 'Arial Black', 'Helvetica Bold', sans-serif;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    width: 6.75rem;
    height: 2.625rem;
    margin: 0;
}

.login-btn::after {
    content: '';
    position: absolute;
    right: -15px;
    top: -7px;
    width: 30px;
    height: 30px;
    background: #30996F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.login-btn::before {
    content: '';
    position: absolute;
    right: -2px;
    top: -2px;
    width: 30px;
    height: 30px;
    background-color: 30996F;
    border-radius: 50%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_1599_11689)"><path d="M12 13.3335C12 12.2726 11.5786 11.2552 10.8284 10.5051C10.0783 9.75492 9.06087 9.3335 8 9.3335C6.93913 9.3335 5.92172 9.75492 5.17157 10.5051C4.42143 11.2552 4 12.2726 4 13.3335" stroke="%23EFFAF4" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.00016 9.33333C9.47292 9.33333 10.6668 8.13943 10.6668 6.66667C10.6668 5.19391 9.47292 4 8.00016 4C6.5274 4 5.3335 5.19391 5.3335 6.66667C5.3335 8.13943 6.5274 9.33333 8.00016 9.33333Z" stroke="%23EFFAF4" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.00016 14.6668C11.6821 14.6668 14.6668 11.6821 14.6668 8.00016C14.6668 4.31826 11.6821 1.3335 8.00016 1.3335C4.31826 1.3335 1.3335 4.31826 1.3335 8.00016C1.3335 11.6821 4.31826 14.6668 8.00016 14.6668Z" stroke="%23EFFAF4" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_1599_11689"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
    z-index: 2;
}

.login-btn:hover {
    color: var(--light-green);
    transform: translateY(-2px);
}

/* .login-btn:hover::after {
    background: var(--dark-green);
}    */

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

/* User Dropdown */
.user-dropdown {
    position: relative;
}

.user-btn {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    padding: 8px 20px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.user-name {
    margin-right: 8px;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-shrink: 0;
}

/* Hide any duplicate hamburger menus */
.mobile-menu-toggle:not(#newDesignMobileMenu) {
    display: none !important;
}

.hamburger-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hamburger-btn span {
    width: 25px;
    height: 3px;
    background-color: var(--dark-green);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-btn.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobile Menu */
.mobile-menu {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background-color: var(--light-green);
    backdrop-filter: blur(10px);
    border-top: 1px solid var(--border-green);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.mobile-menu.active {
    display: block;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.mobile-navigation {
    padding: 20px;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.mobile-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav-item {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(187, 229, 212, 0.3);
    padding-bottom: 15px;
}

.mobile-nav-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.mobile-nav-link {
    color: var(--dark-green);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    display: block;
    transition: all 0.3s ease;
}

.mobile-nav-link:hover {
    color: var(--orange);
    padding-left: 10px;
}

.mobile-nav-link.active {
    color: var(--primary-300);
    font-weight: 600;
}

.mobile-nav-link.login-mobile {
    background-color: var(--primary-300);
    color: var(--white);
    border: 1px solid var(--primary-300);
    border-radius: 25px;
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    padding: 12px 20px;
}

.mobile-logout {
    margin: 0;
    padding: 0;
}

.logout-btn {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
    cursor: pointer;
}

.user-dropdown {
    position: relative;
    display: inline-block;
}

.user-dropdown .user-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: transparent;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #2d3748;
}

.user-btn:hover {
    background: transparent;
    border-color: transparent;
}

.user-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    /* background: var(--dark-green); */
    color: white;
    border-radius: 50%;
    font-weight: 600;
    font-size: 14px;
}

.user-name {
    font-weight: 500;
    font-size: 14px;
}

.dropdown-arrow {
    transition: transform 0.3s ease;
    color: #718096;
}

.user-dropdown.active .dropdown-arrow {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    display: block;
    margin-top: 8px;
    min-width: 240px;
    background: rgba(239, 250, 244, 0.98);
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.user-dropdown.active .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-header {
    padding: 16px;
    border-bottom: 1px solid #f1f5f9;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-avatar-large {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    /* background: var(--dark-green); */
    color: white;
    border-radius: 50%;
    font-weight: 600;
    font-size: 16px;
}

.user-details {
    flex: 1;
}

.user-details .user-name {
    font-weight: 600;
    font-size: 14px;
    color: var(--dark-green);
}

.user-email {
    font-size: 12px;
    color: var(--dark-green);
    margin-top: 2px;
}

.dropdown-divider {
    height: 1px;
    background: #f1f5f9;
    margin: 4px 0;
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    color: var(--dark-green);
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 15px;
}

.dropdown-item:hover {
    background: #f7fafc;
    color: #2d3748;
}

.dropdown-icon {
    color: #718096;
}

.dropdown-item:hover .dropdown-icon {
    color: #4299e1;
}

/* .logout-form {
    padding: 0;
} */

.logout-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    /* padding: 12px 16px; */
    color: #e53e3e;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 15px;
}

.logout-btn:hover {
    background: #fed7d7;
    color: #c53030;
}

.logout-btn:hover .dropdown-icon {
    color: #c53030;
}

/* Mobile User Dropdown - Hidden on Desktop */
.user-dropdown-for-mobile {
    display: none;
}

@media (max-width: 480px) {
    .nav-container {
        padding: 0 15px;
    }

    .logo-text {
        font-size: 11px;
    }

    .mobile-navigation {
        padding: 15px;
    }

    .mobile-nav-link {
        font-size: 14px;
        padding: 8px 0;
    }
}

/* Additional responsive breakpoints */
@media (max-width: 1024px) {
    .nav-menu {
        gap: 30px;
    }
}

@media (max-width: 900px) {
    .nav-menu {
        gap: 25px;
    }

    .nav-link {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .nav-container {
        padding: 0 20px;
    }

    .nav-left {
        gap: 20px;
    }

    .nav-menu {
        display: none;
    }

    .nav-right {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    /* Show mobile user dropdown */
    .user-dropdown-for-mobile {
        display: inline-block;
        position: relative;
    }

    /* Apply same styles as desktop dropdown */
    .user-dropdown-for-mobile .user-btn {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 12px;
        background: transparent;
        border: none;
        border-radius: 0px;
        cursor: pointer;
        transition: all 0.3s ease;
        color: #2d3748;
    }

    .user-dropdown-for-mobile .user-btn:hover {
        background: transparent;
        border-color: transparent;
    }

    .user-dropdown-for-mobile .dropdown-arrow {
        transition: transform 0.3s ease;
        color: #718096;
    }

    .user-dropdown-for-mobile.active .dropdown-arrow {
        transform: rotate(180deg);
    }

    .user-dropdown-for-mobile .dropdown-menu {
        position: absolute;
        top: 100%;
        right: 0;
        display: block;
        margin-top: 8px;
        min-width: 240px;
        background: rgba(239, 250, 244, 0.98);
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 20px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease;
        z-index: 1000;
    }

    .user-dropdown-for-mobile.active .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .logo-text {
        font-size: 12px;
    }

    .logout-btn {

        padding: 0;
    }
}