/*
Theme Name: Jade Courses
Theme URI: https://jade.courses/
Author: Jade Courses
Author URI: https://jade.courses/
Description: Custom theme for Jade Courses with EULA-driven enrolment and dual payment processor support (FoxyCart for installments, Clover for select one-time payments).
Version: 1.1.8
Requires at least: 5.0
Requires PHP: 7.4
License: Proprietary
License URI: https://jade.courses/
Text Domain: jadecourses
*/

.jade-navbar {
            background-color: #fff;
            padding: 0px 0;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            width: 100%;
        }

        .jade-navbar-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 20px;
            height: 60px;
        }
		
        .jade-logo img {
            max-height: 55px;

        }

        .jade-nav-items ul {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            align-items: center;
            height: 100%;
        }

        .jade-nav-items ul li {
            margin-right: 20px;
            position: relative;
            height: 100%;
            display: flex;
            align-items: center;
        }

        .jade-nav-items ul li a {
            text-decoration: none;
            color: #1d2939;
            font-size: 16px;
            font-weight: 700;
            padding: 0 10px;
            display: flex;
            align-items: center;
            height: 100%;
            box-sizing: border-box;
        }

        .menu-link {
            text-decoration: none;
            color: #1d2939;
            font-size: 16px;
            font-weight: 700;
            padding: 0 10px;
            display: flex;
            align-items: center;
            height: 100%;
            box-sizing: border-box;
            cursor: pointer; 
        }

        .jade-navbar-right {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            flex-grow: 0;
        }

        .jade-enroll-button {
            background-color: #145f59;
            color: white;
            border: 1px solid #145f59;
            border-radius: 5px;
            padding: 0.75rem 1.5rem;
            font-size: 1.2rem;
            text-decoration: none;
            font-weight: 600;
            transition: background-color 0.3s ease;
        }

        .jade-enroll-button:hover {
            background-color: #0f4a3e;
        }

        .jade-cart-icon {
            color: #145f59;
            font-size: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
        }


        .mega-menu {
            position: fixed;
            top: 40px;
            left: 0;
            width: 100vw;
            background-color: #fff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            display: none; 
            flex-wrap: wrap;
            z-index: 1000;
            box-sizing: border-box;
            border-top: 1px solid #efefef;
            margin-top: 60px;
        }
		
		.jade-navbar	.jade-nav-items ul {height:150px;}
		
		.left-column ul {height:30px!important;}

        .mega-column {
            padding: 0 20px;
            box-sizing: border-box;
        }

        .left-column {
            flex: 0 0 15%;
        }

        .left-column ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: block;
        }

        .left-column ul li {
            margin-bottom: 2px; 
            display: block;
			height:auto;
        }

        .left-column ul li a {
            text-decoration: none;
            color: #1D2939;
            font-weight: 400;
            display: block;
			font-size:17px;
        }

        .middle-column,
        .right-column {
            flex: 0 0 40%;
        }

        .blurb-module {
            display: flex;
            margin-bottom: 20px;
            align-items: flex-start;
			height:80px!important;
			padding:15px;
        }
		
		.blurb-module:hover {background-color:#ededed;border-radius:5px;}

        .blurb-image {
            margin-right: 10px;
        }

        .blurb-image img {
            width: 100px;
            height: 50px;
            display: inline-block;
        }

        .blurb-content {
            display: inline-block;
        }

        .blurb-content h4 {
            margin: 0;
            font-size: 16px;
            color: #1D2939;
        }

        .blurb-content p {
            margin: 0;
            color: #666;
            font-size: 14px;
			font-weight:400;
        }

        .dropdown-arrow {
            font-size: 12px;
            margin-left: 8px;
            cursor: pointer;
            display: inline-block;
            transition: transform 0.3s ease;
        }

        .dropdown-arrow.menu-open {
            transform: rotate(180deg); 
        }


        .jade-mobile-menu {
            display: none;
            background-color: #fff;
            width: 100%;
            position: absolute;
            top: 100px;
            left: 0;
            z-index: 999;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
        }


        @media (max-width: 768px) {
			
			.main-slider .slide-text p {font-size:1rem; margin:0px;}
			
			.review-rating .fas {margin-right:0px;}
			
            .jade-navbar-container {
                display: none;
            }

            .jade-mobile-navbar {
                display: block;
            }

            .jade-mobile-top-buttons {
                display: flex;
                width: 100%;
            }

            .jade-mobile-top-buttons a {
                flex: 1;
                text-align: center;
                padding: 10px 0;
                text-decoration: none;
                font-weight: bold;
                font-size: 16px;
                border-bottom: 1px solid #dcdcdc;
                margin: 0;
                border-radius: 0;
            }

            .jade-mobile-top-buttons {
                background-color: white;
                color: #145F59;
            }

            .jade-enroll-button {
                background-color: #145f59;
                color: white;
                border-right: 1px solid #dcdcdc;
                border-radius: none;
            }

            .jade-enroll-button:hover {
                background-color: white;
                color: #145F59;
                border-right: 1px solid #dcdcdc;
                border-color: #145F59;
            }

            .jade-login-link {
                background-color: #145f59;
                color: white;
            }

            .jade-login-link:hover {
                background-color: white;
                color: #145F59;
                border-right: 1px solid #dcdcdc;
                border-color: #145F59;
            }

            .jade-mobile-logo-icons {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 20px;
                width: 100%;
            }

            .jade-logo {
                text-align: center;
            }

            .jade-icons {
                display: flex;
                align-items: center;
            }

            .jade-cart-icon {
                color: #145f59;
                font-size: 24px;
                margin-right: 10px;
            }

            .jade-hamburger {
                cursor: pointer;
                font-size: 24px;
            }

            .jade-mobile-menu {
                display: none;
                background-color: #fff;
                width: 100%;
                position: absolute;
                top: 50px;
                left: 0;
                z-index: 999;
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
                padding: 20px;
            }

            .jade-menu-close {
                position: absolute;
                top: 10px;
                right: 10px;
                font-size: 24px;
                cursor: pointer;
            }

            .jade-mobile-nav-items ul {
                list-style: none;
                margin: 0;
                padding: 0;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
            }

            .jade-mobile-nav-items ul li {
                margin-bottom: 10px;
            }

            .jade-mobile-nav-items ul li a {
                text-decoration: none;
                color: #1d2939;
                font-size: 18px;
                font-weight: 700;
            }

            .jade-mobile-menu.active {
                display: block;
            }
        }

        @media (min-width: 1140px) {
            .jade-mobile-navbar,
            .jade-hamburger {
                display: none;
            }
			
			.jade-logo {
                flex: none!important;
                text-align: center;
            }
        } 

















/* General Styles */
body, html {
    font-family: Arial, sans-serif;
    margin: 0!important;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial-stars {margin-bottom:20px;}

.jade-navbar .jade-navbar-container {max-width:1400px; margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;}

.jade-navbar .jade-enroll-button:hover {color:white;text-decoration:none;}

body.admin-bar .jade-navbar {
    margin-top: 0px; /* Adjust this value if needed */
}

body.admin-bar .mega-menu {
    top: 64px; /* Adjust this value to be 32px more than your original top value */
}



/* Container for centering content */
.custom-container {
    max-width: 1400px;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
	padding:30px;
}

/* Navbar and Logo Styling */
.navbar {
    background-color: #fff;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    max-height: 70px;
    height: auto;
    width: auto;
    display: inline-block;
}

.navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; /* Use flexbox for horizontal alignment */
    align-items: center;
}

.navbar ul li {
    margin-left: 20px;
}

.navbar ul li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    padding: 5px 10px;
}

.hamburger {
    display: none;
    cursor: pointer;
}

@media (max-width:1450px) {
	.about-us-page .custom-container {
		padding:20px!important;
	}
	
	.about-us-page .team-member {
		flex-direction:column!important;
	}
}

@media (max-width: 768px) {
    .navbar ul {
        display: none;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .navbar ul li {
        margin: 10px 0;
    }

    .hamburger {
        display: block;
    }
}

/* Main content area */
#content {
    flex: 1 0 auto; /* Allow this section to grow and take up space */
}

/* Footer Styling */
.footer {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    flex-shrink: 0; /* Prevent shrinking */
}

/* Slanted White Line Divider */
.slanted-divider {
    position: relative;
    width: 100%;
    height: 50px; /* Adjust height as needed */
    background-color: white;
    z-index: 1;
    transform: skewY(-3deg);
    transform-origin: top right;
    margin-top: -50px; /* Pull the divider up to overlap the hero section */
}

/* White Section Below Hero */
.white-section {
    background-color: white;
    padding: 3rem 1rem 0rem 1rem; /* Add padding for content spacing */
}


.white-section .custom-container {
    display: flex;
    gap: 2rem; /* Gap between columns */
    flex-wrap: wrap; /* Allow columns to wrap on smaller screens */
}

.white-section .column {
    flex: 1; /* Allow columns to take equal space */
}

.white-section .left-column, .white-section .right-column {
    flex-basis: 50%;
}

.white-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.white-section p {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
}

/* Adjustments for mobile */
@media (max-width: 768px) {
    .white-section .custom-container {
        flex-direction: column;
    }

    .white-section .column {
        flex-basis: 100%;
    }
}

/* Slideshow Styling */
.slideshow {
    width: 100%;
    height: 60vh; /* Set height to 60% of the viewport height */
    overflow: hidden;
    background-color: #145f59;
    color: black;
    position: relative; /* Ensure slides stack properly */
}

.slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute; /* Position slides on top of each other */
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
    position: relative; /* The active slide should be positioned relatively */
}

.slide-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.slide-text {
    width: 50%;
    padding-right: 1rem;
}

.slide-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.slide-text p {
    font-size: 1.2rem;
    line-height: 1.6;
}

.slide-image {
    width: 50%;
    text-align: right;
}

.slide-image img {
    max-width: 100%;
    height: auto;
}

/* Adjustments for "Want to know us better?" Section */
.know-us-section .questions-container {
    display: flex;
    align-items: center;
    padding: 2rem 0;
    background-color: #e0e0e0; /* Similar to Got Questions? */
    border-radius: 10px;
}

.know-us-section .questions-text {
    width: 50%;
    padding-right: 2rem;
}

.know-us-section .questions-text h3 {
    font-weight: 600;
}

.know-us-section .questions-buttons {
    width: 50%;
    text-align: right;
}

.know-us-section .questions-buttons a {
    margin-right: 1rem;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2rem;
}

.know-us-section .questions-buttons a:first-of-type {
    background-color: white;
    color: black;
    border: 1px solid grey;
}

.know-us-section .questions-buttons a:last-of-type {
    background-color: #145f59;
    color: white;
    border: 1px solid #145f59;
}

/* Adjustments for "Join 1,000+ students" Buttons */
.join-section .action-buttons a:first-of-type {
    background-color: white; /* White background */
    color: black; /* Black text */
    border: 1px solid #d0d5dd; /* Grey border */
    border-radius: 5px; /* Rounded corners */
    text-decoration: none; /* Remove underline */
    padding: 0.75rem 1.5rem; /* Padding */
    font-size: 1.2rem; /* Font size */
}

.join-section .action-buttons a:last-of-type {
    background-color: #145f59; /* Dark green background */
    color: white; /* White text */
    border: 1px solid #145f59; /* Border same color as background */
    border-radius: 5px; /* Rounded corners */
    text-decoration: none; /* Remove underline */
    padding: 0.75rem 1.5rem; /* Padding */
    font-size: 1.2rem; /* Font size */
}

/* Styles for the Testimonials List */
.testimonials-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
    box-sizing: border-box;
}

.testimonials-container h1 {
    text-align: center;
    margin-bottom: 2rem;
}

.testimonials-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.testimonial-item {
    background: #f8f8f8;
    padding: 1.5rem;
    border-radius: 10px;
}

.testimonial-header h3 {
    margin: 0 0 1rem;
    color: #145f59; /* Dark green color for the name */
}

.testimonial-content p {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.6;
}

/* Custom Contact Container for the Contact Page */
.custom-contact-container {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Center items vertically */
    padding: 2rem 15px;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
    min-height: 100vh; /* Ensure the container takes at least the full viewport height */
}

.contact-form,
.contact-image {
    flex: 1;
}

.contact-form {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center content vertically */
    margin-right: 2rem;
}

.contact-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Adjustments for mobile */
@media (max-width: 768px) {
    .custom-contact-container {
        flex-direction: column;
        align-items: center;
        min-height: auto; /* Reset the minimum height */
    }

    .contact-form, .contact-image {
        margin-right: 0;
        margin-bottom: 2rem;
    }
}

/* Specific Styles for About Us Page */
.about-us-page h1 {
    text-align: center;
    margin-bottom: 2rem;
}

.about-us-page .team-section .team-members {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 0 auto;
    max-width: 1400px; /* Set a max-width for centering */
}

.about-us-page .custom-container {
	padding-top:30px!important;
	padding-bottom:30px!important;
}

.about-us-page .team-member {
    display: flex;
    align-items: center; /* Center align text vertically with image */
    gap: 1.5rem;
    background: #fff;
    border-radius: 10px;
    flex-direction: row; /* Ensure image is on the right */
	padding:0px;
}

.about-us-page .team-image {
    flex: 0 0 450px; /* Fixed width of 450px */
    height: auto; /* Maintain aspect ratio */
    overflow: hidden;
    border-radius: 8px; /* 8px border radius */
}

.about-us-page .team-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center align text content vertically */
}

.about-us-page .team-info h3 {
    margin: 0 0 0.5rem;
    font-size: 2rem;
    font-weight: 700;
}

.about-us-page .team-info .team-title {
    color: #1a924f;
    font-weight: bold;
    margin: 0 0 0.5rem;
}

.about-us-page .team-info .team-description {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #475467;
}

.about-us-page h1 {
    text-align: left;
}

/* Single Course Hero Section */
.single-course .single-course-hero {
    background: #bedda480; /* Light background color */
    padding: 8rem 1rem;
    text-align: center;
    border-bottom: 1px solid #ddd;

    position: relative;

}



.white-section .custom-container {
    display: flex;
    gap: 2rem; /* Gap between columns */
    flex-wrap: wrap; /* Allow columns to wrap on smaller screens */
}

.white-section .column {
    flex: 1; /* Allow columns to take equal space */
}

.white-section .left-column, .white-section .right-column {
    flex-basis: 50%;
}

.white-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.white-section p {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
}

/* Adjustments for mobile */
@media (max-width: 768px) {
    .white-section .custom-container {
        flex-direction: column;
    }

    .white-section .column {
        flex-basis: 100%;
    }
}

/* Course Item Styles */
.courses-section .courses-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: flex-start; /* Align courses to the left */
    max-width: 1400px;
    margin: 0 auto; /* Center the courses container */
    padding: 0 0rem; /* Add padding to prevent overlap with the edge */
    box-sizing: border-box;
}

.course-item {
    background-color: #f8f8f8;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem; /* Space between rows */
    flex: 1 1 calc(25% - 1.5rem); /* Four courses per row with gaps */
    box-sizing: border-box;
}

.course-item:nth-of-type(4n) {
    margin-right: 0; /* Remove margin on the fourth item in a row */
}

.single-course-buttons {
    display: flex;
    justify-content: start;
    margin-top: 20px;
}

.single-course-buttons a {
    font-weight: 600;
}

.single-course-buttons a:hover {
    color: white;
}

.single-course-buttons .btn {
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    margin-right: 10px;
}

.single-course-buttons .btn-learn-more {
    background-color: black;
    color: white;
}

.single-course-buttons .btn-enroll {
    background-color: #145f59;
    color: white;
}

.single-course-image {
    text-align: center;
    margin-top: 30px;
}

.single-course-image img {
    max-width: 1200px;
    height: auto;
    position: relative;
    z-index: 9;
}
		
        .jade-logo img {
            max-height: 55px;

        }

        .jade-nav-items ul {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            align-items: center;
            height: 100%;
        }

        .jade-nav-items ul li {
            margin-right: 20px;
            position: relative;
            height: 100%;
            display: flex;
            align-items: center;
        }

        .jade-nav-items ul li a {
            text-decoration: none;
            color: #1d2939;
            font-size: 16px;
            font-weight: 700;
            padding: 0 10px;
            display: flex;
            align-items: center;
            height: 100%;
            box-sizing: border-box;
        }

        .menu-link {
            text-decoration: none;
            color: #1d2939;
            font-size: 16px;
            font-weight: 700;
            padding: 0 10px;
            display: flex;
            align-items: center;
            height: 100%;
            box-sizing: border-box;
            cursor: pointer; 
        }

        .jade-navbar-right {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            flex-grow: 0;
        }

        .jade-login-link, .jade-enroll-button, .jade-cart-icon {
            margin-left: 20px;
            text-decoration: none;
        }

        .jade-login-link {
            color: #333;
            font-size: 16px;
        }

        .jade-enroll-button {
            background-color: #145f59;
            color: white;
            border: 1px solid #145f59;
            border-radius: 5px;
            padding: 0.75rem 1.5rem;
            font-size: 1.2rem;
            text-decoration: none;
            font-weight: 600;
            transition: background-color 0.3s ease;
        }

        .jade-enroll-button:hover {
            background-color: #0f4a3e;
        }

        .jade-cart-icon {
            color: #145f59;
            font-size: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
        }


        .mega-menu {
            position: fixed;
            top: 40px;
            left: 0;
            width: 100vw;
            background-color: #fff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            display: none; 
            flex-wrap: wrap;
            z-index: 1000;
            box-sizing: border-box;
            border-top: 1px solid #efefef;
            margin-top: 60px;
        }
		
		.jade-navbar	.jade-nav-items ul {height:150px;}
		
		.left-column ul {height:30px!important;}

        .mega-column {
            padding: 0 20px;
            box-sizing: border-box;
        }

        .left-column {
            flex: 0 0 15%;
        }

        .left-column ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: block;
        }

        .left-column ul li {
            margin-bottom: 2px; 
            display: block;
			height:auto;
        }

        .left-column ul li a {
            text-decoration: none;
            color: #1D2939;
            font-weight: 400;
            display: block;
			font-size:17px;
        }

        .middle-column,
        .right-column {
            flex: 0 0 40%;
        }

        .blurb-module {
            display: flex;
            margin-bottom: 20px;
            align-items: flex-start;
			height:80px!important;
			padding:15px;
        }
		
		.blurb-module:hover {background-color:#ededed;border-radius:5px;}

        .blurb-image {
            margin-right: 10px;
        }

        .blurb-image img {
            width: 100px;
            height: 50px;
            display: inline-block;
        }

        .blurb-content {
            display: inline-block;
        }

        .blurb-content h4 {
            margin: 0;
            font-size: 16px;
            color: #1D2939;
        }

        .blurb-content p {
            margin: 0;
            color: #666;
            font-size: 14px;
			font-weight:400;
        }

        .dropdown-arrow {
            font-size: 12px;
            margin-left: 8px;
            cursor: pointer;
            display: inline-block;
            transition: transform 0.3s ease;
        }

        .dropdown-arrow.menu-open {
            transform: rotate(180deg); 
        }


        /* Mobile Menu Styles */
.jade-mobile-menu {
    display: none;
    background-color: #fff;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

/* Mobile-Specific Styles */
@media (max-width: 1139px) {
    .jade-navbar-container {
        display: none!important;
    }

    .jade-mobile-navbar {
        display: block!important;
    }

    .jade-mobile-top-buttons {
        display: flex!important;
        width: 100%!important;
    }

    .jade-mobile-top-buttons a {
        flex: 1;
        text-align: center;
        padding: 10px 0;
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        border-bottom: 1px solid #dcdcdc;
        margin: 0;
        border-radius: 0;
    }

    .jade-mobile-top-buttons {
        background-color: white;
        color: #145F59;
    }

    .jade-enroll-button {
        background-color: #145f59;
        color: white;
        border-right: 1px solid #dcdcdc!important;
        border-radius: none;
    }

    .jade-enroll-button:hover {
        background-color: white;
        color: #145F59;
        border-right: 1px solid #dcdcdc;
        border-color: #145F59;
    }

    .jade-login-link {
        background-color: #145f59;
        color: white!important;
    }

    .jade-login-link:hover {
        background-color: white;
        color: #145F59;
        border-right: 1px solid #dcdcdc;
        border-color: #145F59;
    }

    .jade-mobile-logo-icons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        width: 100%;
    }

    .jade-logo {
        text-align: center;
    }

    .jade-icons {
        display: flex;
        align-items: center;
    }

    .jade-cart-icon {
        color: #145f59;
        font-size: 24px;
        margin-right: 10px;
    }

    .jade-hamburger {
        cursor: pointer;
        font-size: 24px;
    }

    .jade-mobile-menu {
        display: none;
        background-color: #fff;
        width: 100%;
        position: absolute;
        top: 50px;
        left: 0;
        z-index: 999;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 20px;
    }

    .jade-menu-close {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 24px;
        cursor: pointer;
    }

    .jade-mobile-nav-items ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .jade-mobile-nav-items ul li {
        margin-bottom: 10px;
    }

    .jade-mobile-nav-items ul li a {
        text-decoration: none;
        color: #1d2939;
        font-size: 18px;
        font-weight: 700;
    }

    .jade-mobile-menu.active {
        display: block;
    }
}

@media (min-width: 1140px) {
    .jade-mobile-navbar,
    .jade-hamburger {
        display: none;
    }

    .jade-navbar-container {
        display: flex;
    }

    .jade-logo {
        flex: none!important;
        text-align: center;
    }
}