body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    /*    font-optical-sizing: auto;*/
    font-weight: 400;
    color: #425777;
}
* {
    box-sizing: border-box;
}
.darkBg{
    background-color: #425777;
    color: #e8ecf2!important;
}

p {
    font-size: 1.1em;
    line-height: 1.6em;
}
.club img{
    vertical-align: middle; 
}
.club span{
    padding-left: 10px;
    font-weight: 700;
}
.header{
    margin-bottom: 20px!important;
}
.logo{
    border-radius: 50%;
    max-width: 50px;
}


.grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
}

.edgeGrid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
}

.smlGrid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
}

.cell {
    /*    background-color: rgb(240, 240, 240);*/
    padding: 10px;
}

.mainTitle {
    font-size: clamp(36px, 5.4vw, 84px);
    font-weight: 700;
    margin-top: 80px;
    text-wrap: balance;
}

.bottom {
    align-self: end;
}

footer {
    margin-top: 90px;
    padding: 60px 0 120px;
}

.ctr {
    text-align: center;
}

nav {
    padding: 5px;
    text-align: right;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

nav li {
    text-align: center;
    display: inline;
}

a {
    text-decoration: none;
    padding: 10px 5px;
    margin: 0 5px;
    color: #425777;
    display: inline-block;
    transition: all 0.7s;
}

a:hover {
    color: #fff;
    background: #425777;
}

.active {
    border-bottom: 2px solid #425777;
}

.featured {
    width: 100%;
    height: 80vh;
    background-image: url(../img/large.png);
    background-size: cover;                      
    background-repeat: no-repeat;
    background-position: center center;
    display: grid;
}

.featuredText {
    width: 100%;
    max-width: 1400px;
    padding: 40px 10px;
    /*    justify-self: end;*/
    align-self: end;
    margin: 0 auto;
    /*    text-align: center;*/
/*       margin: auto auto;*/
}

.testimonial {
    width: 100%;
    background-image: url(../img/large.png);
    background-size: cover;                      
    background-repeat: no-repeat;
    background-position: center center;
    /*    Stays fixed while the rest of the page scrolls    */
    background-attachment: fixed; 
    display: grid;
    padding: 80px 0;
    margin-bottom: 120px;
}

h2 {
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 700;
}

h3, .quote blockquote{
    font-size: clamp(22px, 2.8vw, 36px);
    font-weight: 700;
}
h4{
    font-size: clamp(20px, 2.4vw, 30px);
    font-weight: 700;
}
blockquote{
    text-wrap: balance;
    font-style: italic;
}

.smlLowerGap{
    padding-bottom: 50px;
}
.lgLowerGap{
    padding-bottom: 120px;
}
.button{
    padding: 15px 20px;
    border: 1px #425777 solid;
    border-radius: 30px;
    color: #425777;
    font-weight: 500;
    transition: all 0.7s;
}
.button:hover{
    color: #fff;
    background: #425777;
}
.underImg{
    padding-top: 10px;
}
.fit{
    max-width: 100%;
    object-fit: cover;
}
.fill{
    max-width: 100%;
    height: 100vh;
    object-fit: cover;
}
.line{
    border-top: 1px #425777 solid;
    padding: 60px;
}
/*
.imgLeft{
    width: 100px;
    height: 100%;
    float: left;
    padding-right: 20px;
}
*/
.sideBySide{
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px;
    padding: 20px 10px;
    text-wrap: balance;
}

.rnd{
    border-radius: 50%;
}

.vertCtr{
    align-self: center;
}

.card{
    background-color: #e8ecf2;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(0, 0, 0, 0.15);
}


.darkBg nav {
    text-align: center;
}
.darkBg nav a{
    color: #fff;
}

.darkBg nav a:hover {
    color: #425777;
    background: #e8ecf2;
}

.darkBg .button{
    border: 1px #e8ecf2 solid;
    color: #e8ecf2;
}
.darkBg .button:hover{
    color: #425777;
    background: #e8ecf2;
}
.right{
    text-align: right;
}
.darkBg a{  
    color: #e8ecf2;
}

.darkBg .line{
    border-top: 1px #e8ecf2 solid;
    padding: 60px;
}
.nospace{
    padding: 20px!important;
}
.innerSpace{
    padding-top: 80px;
    padding-bottom: 60px;
}
.upperGap{
    margin-bottom: 80px;
}
.lowerGap{
    margin-bottom: 80px;
}
/* default - small devices */

[class*="col"] {
    grid-column-end: span 12;
}
.twothirds {
        grid-column-end: span 12;
    }
/* below 600px typically tablet*/

@media only screen and (max-width: 600px) {
    footer .right, footer .club, .header .club, .header nav{
        text-align: center;
    }

    .sm1 {
        grid-column-end: span 12;
    }

    .sm2 {
        grid-column-end: span 6;
    }

    .sm3 {
        grid-column-end: span 4;
    }

    .sm4 {
        grid-column-end: span 3;
    }

    .sm6 {
        grid-column-end: span 2;
    }

    .sm12 {
        grid-column-end: span 1;
    }
}

/* above 601px typically tablet*/

@media only screen and (min-width: 601px) {
    .reduced {
        padding-left: 10%;
        padding-right: 10%;
    }
    .smlGrid {
        margin: 0 auto;
        max-width: 940px;
    }
    .twothirds {
        grid-column-end: span 8;
    }

    .md1 {
        grid-column-end: span 12;
    }

    .md2 {
        grid-column-end: span 6;
    }

    .md3 {
        grid-column-end: span 4;
    }

    .md4 {
        grid-column-end: span 3;
    }

    .md6 {
        grid-column-end: span 2;
    }

    .md12 {
        grid-column-end: span 1;
    }
}

/* above 1025px typically desktop*/

@media only screen and (min-width: 1025px) {
    .grid, .quote {
        margin: 0 auto;
        max-width: 1400px;
    }
    .vertCtr, .reduced {
        padding-left: 30%;
        padding-right: 30%;
    }
    
    .col1 {
        grid-column-end: span 12;
    }

    .col2 {
        grid-column-end: span 6;
    }

    .col3 {
        grid-column-end: span 4;
    }

    .col4 {
        grid-column-end: span 3;
    }

    .col6 {
        grid-column-end: span 2;
    }

    .col12 {
        grid-column-end: span 1;
    }
}


.zeroGridGap{
    gap: 0 !important; 
}

.fullHeight{
    height: 100vh;
    display: grid;
}

        /* --- FONT --- */
        @font-face {
            font-family: 'Kangmas';
            src: url('fonts/Kangmas.ttf') format('truetype'); 
            font-weight: normal;
            font-style: normal;
        }

        /* --- BASE PALETTE --- */
        body {
            background-color: #ECE8DF !important; 
            color: #503B2F !important; 
            font-family: 'Poppins', sans-serif;
        }

        h1, h2, h4, .mainTitle {
            font-family: 'Kangmas', serif !important;
            text-transform: none !important;
        }

        /* --- HEADER & NAVIGATION --- */
        .header-wrapper {
            display: flex !important;
            justify-content: space-between !important; 
            align-items: center !important;
            padding: 20px 4% !important; 
            width: 100%;
            box-sizing: border-box;
            background-color: #ECE8DF !important;
        }

        @media (max-width: 950px) {
            .header-wrapper {
                flex-direction: column !important;
                text-align: center !important;
                gap: 20px;
                padding: 20px 0 !important;
            }
            .header-wrapper .club {
                width: 100% !important;
                justify-content: center !important;
                display: flex;
            }
            nav {
                flex-direction: column !important;
                justify-content: center !important;
                width: 100%;
                gap: 15px !important;
            }
            .nav-auth {
                margin-left: 0 !important;
                justify-content: center;
            }
        }

        nav ul {
            display: flex; 
            gap: 15px; 
            list-style: none; 
            margin: 0; 
            padding: 0;
        }

        nav ul li a {
            color: #503B2F !important;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        nav ul li a:hover,
        nav ul li a:focus {
            color: #D98E8B !important; 
            background-color: transparent !important;
        }

        nav ul li a.active {
            color: #D98E8B !important;
            border-bottom: 2px solid #D98E8B !important;
        }

        .nav-auth {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-left: 10px;
            font-size: 0.9rem;
        }

        .register-link {
            text-decoration: none !important;
            color: #503B2F !important;
            font-weight: 500;
            background-color: transparent !important;
            transition: color 0.3s ease;
        }

        .register-link:hover { color: #D98E8B !important; }

        .login-btn-custom {
            background-color: #503B2F !important; 
            color: #ECE8DF !important; 
            padding: 10px 22px; 
            border-radius: 8px; 
            font-weight: 600;
            text-decoration: none !important;
            display: inline-block !important;
            transition: all 0.3s ease;
        }
        
        .login-btn-custom:hover { background-color: #D98E8B !important; }

        /* --- HERO & CONTENT --- */
        .hero-section {
            background-color: #ECC7C0 !important; 
            margin-bottom: 60px;
            padding-top: 80px;
            display: flex;
        }

        @media (max-width: 768px) {
            .hero-section {
                flex-direction: column !important;
                padding-top: 40px !important;
            }
            .hero-text-container {
                justify-content: center !important;
                text-align: center;
            }
            .mainTitle {
                font-size: 3.2rem !important; 
            }
        }

        .mainTitle { 
            color: #503B2F !important; 
            line-height: 1.1 !important;
        }

        .btn-join {
            background-color: #503B2F !important;
            color: #ECE8DF !important;
            padding: 12px 30px;
            border-radius: 8px;
            text-decoration: none;
            transition: background-color 0.3s ease;
        }

        .btn-join:hover { background-color: #D98E8B !important; }

        h2 { color: #D98E8B !important; }
        h4 { color: #503B2F !important; }

        /* --- FOOTER --- */
        footer.darkBg {
            background-color: #503B2F !important;
            color: #ECE8DF !important;
            padding: 60px 4% 40px 4% !important;
        }

        footer .footer-container {
            display: flex !important;
            justify-content: space-between !important;
            align-items: center !important;
            width: 100%;
            margin-bottom: 30px;
        }

        footer nav ul {
            display: flex !important;
            flex-direction: row !important; 
            gap: 25px !important;
            list-style: none !important;
            padding: 0 !important;
            margin: 0 !important;
        }

        footer.darkBg a {
            color: #ECE8DF !important;
            text-decoration: none !important;
            transition: color 0.3s ease;
        }

        footer.darkBg a:hover { color: #D98E8B !important; }

        @media (max-width: 950px) {
            footer .footer-container {
                flex-direction: column !important;
                text-align: center !important;
                gap: 40px !important;
            }
            footer .club {
                flex-direction: column !important;
                gap: 15px !important;
            }
            footer nav ul {
                justify-content: center !important;
                flex-wrap: wrap !important; 
                gap: 20px !important;
            }
            footer .right {
                text-align: center !important;
            }
        }

        .footer-line { 
            border-top: 1px solid #7E6451 !important; 
            margin-bottom: 25px; 
            width: 100%; 
        }

        /* --- FONT --- */
        @font-face {
            font-family: 'Kangmas';
            src: url('fonts/Kangmas.ttf') format('truetype'); 
            font-weight: normal;
            font-style: normal;
        }

        /* --- BASE PALETTE --- */
        body {
            background-color: #ECE8DF !important; 
            color: #503B2F !important; 
            font-family: 'Poppins', sans-serif;
        }

        h1, h2, h4, .mainTitle {
            font-family: 'Kangmas', serif !important;
            text-transform: none !important;
        }

        /* --- HEADER & NAVIGATION --- */
        .header-wrapper {
            display: flex !important;
            justify-content: space-between !important; 
            align-items: center !important;
            padding: 20px 4% !important; 
            width: 100%;
            box-sizing: border-box;
            background-color: #ECE8DF !important;
        }

        .header-nav-container {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        nav ul {
            display: flex; 
            gap: 15px; 
            list-style: none; 
            margin: 0; 
            padding: 0;
        }

        nav ul li a, .register-link, .login-btn-custom {
            text-decoration: none !important;
            outline: none !important;
            -webkit-tap-highlight-color: transparent; 
        }

        nav ul li a {
            color: #503B2F !important;
            font-weight: 500;
            transition: all 0.3s ease;
            background-color: transparent !important;
        }

        nav ul li a:hover, 
        nav ul li a:focus {
            color: #D98E8B !important; 
            background-color: transparent !important; 
        }

        nav ul li a.active {
            color: #D98E8B !important;
            border-bottom: 2px solid #D98E8B !important;
            background-color: transparent !important;
        }

        .nav-auth {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 0.9rem;
        }

        .register-link {
            color: #503B2F !important;
            font-weight: 500;
            background-color: transparent !important;
        }
        
        .register-link:hover {
            color: #D98E8B !important;
            background-color: transparent !important;
        }

        .login-btn-custom {
            background-color: #503B2F !important; 
            color: #ECE8DF !important; 
            padding: 10px 22px; 
            border-radius: 8px; 
            font-weight: 600;
            display: inline-block !important;
            transition: all 0.3s ease;
        }
        
        .login-btn-custom:hover { 
            background-color: #D98E8B !important; 
            color: #ECE8DF !important;
        }

        /* --- PAGE CONTENT STYLES --- */
        .responsive-hero {
            display: flex !important;
            align-items: flex-start;
            margin-top: 60px;
            gap: 40px;
        }

        .mainTitle { color: #503B2F !important; }
        h2 { color: #D98E8B !important; }

        /* --- FOOTER --- */
        footer.darkBg {
            background-color: #503B2F !important;
            color: #ECE8DF !important;
            padding: 60px 4% 40px 4% !important;
        }

        footer .footer-container {
            display: flex !important;
            justify-content: space-between !important;
            align-items: center !important;
            width: 100%;
            margin-bottom: 30px;
        }

        footer nav ul {
            display: flex !important;
            gap: 25px !important;
        }

        footer.darkBg a {
            color: #ECE8DF !important;
            background-color: transparent !important;
        }

        footer.darkBg a:hover { 
            color: #D98E8B !important; 
            background-color: transparent !important;
        }

        .footer-line { 
            border-top: 1px solid #7E6451 !important; 
            margin-bottom: 25px; 
            width: 100%; 
        }

        /* --- RESPONSIVE LOGIC --- */
        @media (max-width: 950px) {
            .header-wrapper {
                flex-direction: column !important;
                text-align: center !important;
                gap: 20px;
            }

            .header-nav-container {
                flex-direction: column !important; 
                gap: 20px;
            }

            footer .footer-container {
                flex-direction: column !important;
                text-align: center !important;
                gap: 40px;
            }

            nav ul, footer nav ul {
                justify-content: center !important;
                flex-wrap: wrap;
            }
        }

        @media (max-width: 768px) {
            .responsive-hero {
                flex-direction: column !important;
                text-align: center !important;
                align-items: center !important;
            }
            .responsive-hero .cell { width: 100% !important; }
            .responsive-hero p { max-width: 100% !important; }
            .mainTitle { font-size: 3rem !important; }
        }

        /* --- FONT --- */
        @font-face {
            font-family: 'Kangmas';
            src: url('fonts/Kangmas.ttf') format('truetype'); 
            font-weight: normal;
            font-style: normal;
        }

        /* --- BASE PALETTE --- */
        body {
            background-color: #ECE8DF !important; 
            color: #503B2F !important; 
            font-family: 'Poppins', sans-serif;
        }

        h1, h2, h3, h4, .mainTitle {
            font-family: 'Kangmas', serif !important;
            text-transform: none !important;
        }

        /* --- STACKABLE HEADER & NAVIGATION --- */
        .header-wrapper {
            display: flex !important;
            justify-content: space-between !important; 
            align-items: center !important;
            padding: 20px 4% !important; 
            width: 100%;
            box-sizing: border-box;
            background-color: #ECE8DF !important;
        }

        .header-nav-container {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        nav ul {
            display: flex; 
            gap: 15px; 
            list-style: none; 
            margin: 0; 
            padding: 0;
        }

        nav ul li a, .register-link, .login-btn-custom {
            text-decoration: none !important;
            outline: none !important;
            -webkit-tap-highlight-color: transparent;
        }

        nav ul li a {
            color: #503B2F !important;
            font-weight: 500;
            transition: all 0.3s ease;
            background-color: transparent !important;
        }

        nav ul li a:hover, nav ul li a:focus {
            color: #D98E8B !important; 
            background-color: transparent !important;
        }

        nav ul li a.active {
            color: #D98E8B !important;
            border-bottom: 2px solid #D98E8B !important;
            background-color: transparent !important;
        }

        .nav-auth {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 0.9rem;
        }

        .register-link {
            color: #503B2F !important;
            font-weight: 500;
            background-color: transparent !important;
        }

        .register-link:hover {
            color: #D98E8B !important;
            background-color: transparent !important;
        }

        .login-btn-custom {
            background-color: #503B2F !important; 
            color: #ECE8DF !important; 
            padding: 10px 22px; 
            border-radius: 8px; 
            font-weight: 600;
            display: inline-block !important;
            transition: all 0.3s ease;
        }
        
        .login-btn-custom:hover { 
            background-color: #D98E8B !important; 
            color: #ECE8DF !important;
        }

        /* --- PAGE CONTENT STYLES --- */
        .mainTitle { color: #503B2F !important; }
        h2 { color: #D98E8B !important; }
        h3 { color: #7E6451 !important; }

        .button {
            background-color: #503B2F !important;
            color: #ECE8DF !important;
            padding: 8px 20px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 500;
            display: inline-block;
            transition: all 0.3s ease;
        }

        .button:hover {
            background-color: #D98E8B !important;
            color: #ECE8DF !important;
        }

        /* --- FOOTER --- */
        footer.darkBg {
            background-color: #503B2F !important;
            color: #ECE8DF !important;
            padding: 60px 4% 40px 4% !important;
        }

        footer .footer-container {
            display: flex !important;
            justify-content: space-between !important;
            align-items: center !important;
            width: 100%;
            margin-bottom: 30px;
        }

        footer nav ul {
            display: flex !important;
            gap: 25px !important;
        }

        footer.darkBg a {
            color: #ECE8DF !important;
            background-color: transparent !important;
        }

        footer.darkBg a:hover { 
            color: #D98E8B !important; 
            background-color: transparent !important;
        }

        .footer-line { 
            border-top: 1px solid #7E6451 !important; 
            margin-bottom: 25px; 
            width: 100%; 
        }

        /* --- RESPONSIVE LOGIC --- */
        @media (max-width: 950px) {
            .header-wrapper {
                flex-direction: column !important;
                text-align: center !important;
                gap: 20px;
            }

            .header-nav-container {
                flex-direction: column !important; 
                gap: 20px;
            }

            footer .footer-container {
                flex-direction: column !important;
                text-align: center !important;
                gap: 40px;
            }

            nav ul, footer nav ul {
                justify-content: center !important;
                flex-wrap: wrap;
            }
        }

        @media (max-width: 768px) {
            .mainTitle { font-size: 3rem !important; }
        }

        /* --- FONT --- */
        @font-face {
            font-family: 'Kangmas';
            src: url('fonts/Kangmas.ttf') format('truetype'); 
            font-weight: normal;
            font-style: normal;
        }

        /* --- BASE PALETTE --- */
        body {
            background-color: #ECE8DF !important; 
            color: #503B2F !important; 
            font-family: 'Poppins', sans-serif;
        }

        h1, h2, h3, h4, .mainTitle, .exec-name {
            font-family: 'Kangmas', serif !important;
            text-transform: none !important;
        }

        /* --- STACKABLE HEADER & NAVIGATION --- */
        .header-wrapper {
            display: flex !important;
            justify-content: space-between !important; 
            align-items: center !important;
            padding: 20px 4% !important; 
            width: 100%;
            box-sizing: border-box;
            background-color: #ECE8DF !important;
        }

        .header-nav-container {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        nav ul {
            display: flex; 
            gap: 15px; 
            list-style: none; 
            margin: 0; 
            padding: 0;
        }

        nav ul li a, .register-link, .login-btn-custom {
            text-decoration: none !important;
            outline: none !important;
            -webkit-tap-highlight-color: transparent;
        }

        nav ul li a {
            color: #503B2F !important;
            font-weight: 500;
            transition: all 0.3s ease;
            background-color: transparent !important;
        }

        nav ul li a:hover, nav ul li a:focus {
            color: #D98E8B !important; 
            background-color: transparent !important;
        }

        nav ul li a.active {
            color: #D98E8B !important;
            border-bottom: 2px solid #D98E8B !important;
            background-color: transparent !important;
        }

        .nav-auth {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 0.9rem;
        }

        .register-link {
            color: #503B2F !important;
            font-weight: 500;
            background-color: transparent !important;
        }

        .register-link:hover {
            color: #D98E8B !important;
            background-color: transparent !important;
        }

        .login-btn-custom {
            background-color: #503B2F !important; 
            color: #ECE8DF !important; 
            padding: 10px 22px; 
            border-radius: 8px; 
            font-weight: 600;
            display: inline-block !important;
            transition: all 0.3s ease;
        }
        
        .login-btn-custom:hover { 
            background-color: #D98E8B !important; 
            color: #ECE8DF !important;
        }

        /* --- TYPOGRAPHY & LINES --- */
        .mainTitle { color: #503B2F !important; }
        h2 { color: #D98E8B !important; }
        h3 { color: #7E6451 !important; }
        
        .line {
            border-top: 1px solid #7E6451 !important;
            width: 100%;
        }

        /* --- FOOTER --- */
        footer.darkBg {
            background-color: #503B2F !important;
            color: #ECE8DF !important;
            padding: 60px 4% 40px 4% !important;
        }

        footer .footer-container {
            display: flex !important;
            justify-content: space-between !important;
            align-items: center !important;
            width: 100%;
            margin-bottom: 30px;
        }

        footer nav ul {
            display: flex !important;
            gap: 25px !important;
        }

        footer.darkBg a {
            color: #ECE8DF !important;
            background-color: transparent !important;
        }

        footer.darkBg a:hover { 
            color: #D98E8B !important; 
            background-color: transparent !important;
        }

        .footer-line { 
            border-top: 1px solid #7E6451 !important; 
            margin-bottom: 25px; 
            width: 100%; 
        }

        /* --- RESPONSIVE LOGIC --- */
        @media (max-width: 950px) {
            .header-wrapper {
                flex-direction: column !important;
                text-align: center !important;
                gap: 20px;
            }

            .header-nav-container {
                flex-direction: column !important; 
                gap: 20px;
            }

            footer .footer-container {
                flex-direction: column !important;
                text-align: center !important;
                gap: 40px;
            }

            nav ul, footer nav ul {
                justify-content: center !important;
                flex-wrap: wrap;
            }
        }

        @media (max-width: 768px) {
            .mainTitle { font-size: 3rem !important; }
        }

        /* --- FONT --- */
        @font-face {
            font-family: 'Kangmas';
            src: url('fonts/Kangmas.ttf') format('truetype'); 
            font-weight: normal;
            font-style: normal;
        }

        /* --- BASE PALETTE --- */
        body {
            background-color: #ECE8DF !important; 
            color: #503B2F !important; 
            font-family: 'Poppins', sans-serif;
        }

        h1, h2, h3, h4, .mainTitle {
            font-family: 'Kangmas', serif !important;
            text-transform: none !important;
        }

        /* --- STACKABLE HEADER & NAVIGATION --- */
        .header-wrapper {
            display: flex !important;
            justify-content: space-between !important; 
            align-items: center !important;
            padding: 20px 4% !important; 
            width: 100%;
            box-sizing: border-box;
            background-color: #ECE8DF !important;
        }

        .header-nav-container {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        nav ul {
            display: flex; 
            gap: 15px; 
            list-style: none; 
            margin: 0; 
            padding: 0;
        }

        nav ul li a, .register-link, .login-btn-custom, .submit-btn {
            text-decoration: none !important;
            outline: none !important;
            -webkit-tap-highlight-color: transparent;
        }

        nav ul li a {
            color: #503B2F !important;
            font-weight: 500;
            transition: all 0.3s ease;
            background-color: transparent !important;
        }

        nav ul li a:hover, nav ul li a:focus {
            color: #D98E8B !important; 
            background-color: transparent !important;
        }

        nav ul li a.active {
            color: #D98E8B !important;
            border-bottom: 2px solid #D98E8B !important;
            background-color: transparent !important;
        }

        .nav-auth {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 0.9rem;
        }

        .register-link {
            color: #503B2F !important;
            font-weight: 500;
            background-color: transparent !important;
        }

        .register-link:hover {
            color: #D98E8B !important;
            background-color: transparent !important;
        }

        .login-btn-custom {
            background-color: #503B2F !important; 
            color: #ECE8DF !important; 
            padding: 10px 22px; 
            border-radius: 8px; 
            font-weight: 600;
            display: inline-block !important;
            transition: all 0.3s ease;
        }
        
        .login-btn-custom:hover { 
            background-color: #D98E8B !important; 
            color: #ECE8DF !important;
        }

        /* --- TYPOGRAPHY & LINES --- */
        .mainTitle { color: #503B2F !important; }
        h2 { color: #D98E8B !important; }
        h3 { color: #7E6451 !important; }

        .line {
            border-top: 1px solid #7E6451 !important;
            width: 100%;
        }

        /* --- CONTACT FORM --- */
        .form-container {
            background-color: #ECC7C0 !important; 
            padding: 70px 50px;
            border-radius: 25px;
            max-width: 850px;
            margin: 0 auto;
        }

        .form-container input, .form-container textarea {
            background-color: #ECE8DF !important;
            color: #503B2F !important;
            border: none;
            border-radius: 10px;
            font-family: 'Poppins', sans-serif;
        }

        .submit-btn {
            background-color: #503B2F !important;
            color: #ECE8DF !important;
            padding: 18px 50px;
            border: none;
            border-radius: 10px;
            font-weight: 700;
            cursor: pointer;
            font-size: 1.1rem;
            transition: all 0.3s ease;
        }

        .submit-btn:hover {
            background-color: #D98E8B !important;
        }

        /* --- FOOTER --- */
        footer.darkBg {
            background-color: #503B2F !important;
            color: #ECE8DF !important;
            padding: 60px 4% 40px 4% !important;
        }

        footer .footer-container {
            display: flex !important;
            justify-content: space-between !important;
            align-items: center !important;
            width: 100%;
            margin-bottom: 30px;
        }

        footer nav ul {
            display: flex !important;
            gap: 25px !important;
        }

        footer.darkBg a {
            color: #ECE8DF !important;
            background-color: transparent !important;
        }

        footer.darkBg a:hover { 
            color: #D98E8B !important; 
            background-color: transparent !important;
        }

        .footer-line { 
            border-top: 1px solid #7E6451 !important; 
            margin-bottom: 25px; 
            width: 100%; 
        }

        /* --- RESPONSIVE LOGIC --- */
        @media (max-width: 950px) {
            .header-wrapper {
                flex-direction: column !important;
                text-align: center !important;
                gap: 20px;
            }

            .header-nav-container {
                flex-direction: column !important; 
                gap: 20px;
            }

            footer .footer-container {
                flex-direction: column !important;
                text-align: center !important;
                gap: 40px;
            }

            nav ul, footer nav ul {
                justify-content: center !important;
                flex-wrap: wrap;
            }
        }

        @media (max-width: 768px) {
            .mainTitle { font-size: 3rem !important; }
            .form-container { padding: 40px 20px; }
        }

        .wavy-connector { display: none; }
        @media screen and (min-width: 768px) {
            .wavy-connector { display: block; }
        }