/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* Base Styles */
body {
    font-family: 'Arial', sans-serif;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    line-height: 1.6rem;
}

/* Logo Styles */
.logo {
    position: relative;
    height: auto;
    left: 135px;
    width: 150px;
    transform: scale(2.5); /* Adjust the scale factor as needed */
}

header img {
    max-height: 100%; /* Make sure the logo doesn't exceed the height of the header */
}

/* Header Styles */
header {
    text-align: center;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5));
    backdrop-filter: blur(1px);
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    overflow: hidden;
    padding: 5px 0;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.5s ease;
}
/* Welcome Text Styles*/
p {
    padding-bottom: 10px;
}

.hero {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.centered-text {
    display: block;
    margin: 0 auto;
    text-align: center;
}


.hero-content {
    flex: 1;
    padding: 20px; /* Adjust the padding as needed */
    max-width: 800px;
    text-align: left;
}

.profile-image {
    width: 100%;
    height: auto;
    max-width: 420px;
    margin-top: 10px;
    border-radius: 43% ;
    filter: blur(0.5px);
    z-index: 1;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
    margin-right: 3px;
}

.hero p {
    text-align: left;
    padding: 10px;
}

.hero .hero-content h3 {
    font-size: 1.8rem;
    margin-bottom: 5px;
    word-wrap: break-word;
    text-align: center;
}


/* Navigation Styles */
.navigation {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center; /* Align items vertically in the center */
    justify-content: center;
}

/* Adjust the alignment of quick links */
.navigation ul {
    list-style: none;
    margin-left: auto; /* Move the quick links to the right */
}

/* Navigation Links Styles */
.navigation a {
    text-decoration: none;
    color: #359381;
    padding: 10px;
    border-radius: 20px;
    font-weight: 600;
    transition: background-color 0.3s, color 0.3s;
}

/* Home, Services, About, Diet Plans, Blog, and Testimonials Alignment */
.navigation ul li {
    margin: 0 10px;
}

/* Center the Menu */
header nav {
    display: inline-block;
    margin: 0 auto;
}

/* Header h1 Styles */
header h1 {
    margin: 0;
}

/* Header Nav Styles */
header nav ul {
    list-style: none;
    padding: 10px;
    margin: 20px;
    transition: all 0.3s;
}

header nav ul li {
    display: inline;
    margin-right: 20px;
}

header nav ul li:last-child {
    margin-right: 0;
}

/* CSS for Hover Effect for header */
header nav ul li a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    transition:transform 0.3s color 0.5s, background-color 0.5s;
}

header nav ul li:not(.special) a:hover {
    transform: translateY(-5px);
    color: #fff;
    background-color: #eb9301;
    animation: bounce 0.5s ease infinite;
}

/* Feature Styling */
.features {
    text-align: center;
    margin: 10px;
}

.features ul {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    text-align: left;
}

.features li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.features li span {
    margin-left: 10px; /* Adjust the margin as needed */
}

.features li::before {
    content: "•";
    font-size: 1.8rem;
    margin-right: 8px; /* Adjust as needed */
    color: #359381; /* Adjust the color as needed */
}

.features h3 {
    margin-bottom: 5px; /* Adjust the margin as needed */
}

/* How We Work Styling */
.how-we-work-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.how-we-work-content ul {
    list-style-type: none;
    padding: 0;
}

.how-we-work-content li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    margin: 10px;
}

.how-we-work-content li span {
    margin-left: 10px; /* Adjust the margin as needed */
}

.how-we-work-content li::before {
    content: "•";
    font-size: 2rem;
    margin-right: 18px; /* Adjust as needed */
    color: #359381; /* Adjust the color as needed */
    display: inline-block;
}

.how-we-work-content h3,
.how-we-work-content h4 {
    margin-bottom: 10px; /* Adjust the margin as needed */
}

.how-we-work-content h4::before {
    content: none; /* Remove the bullet point before h4 */
}

.how-we-work-content h4 span {
    display: block; /* Ensure the span is a block element */
}

.lifestyle-coaching-content p {
    margin: 10px;
}

/* Our Approach */
.approach {
    max-width: 700px;
    margin: 0 auto; /* Center the element horizontally */
    text-align: center;
}

.approach-content {
    margin: 10px;
    text-align: center; 
}

.approach-item {
    max-width: 400px;
    margin: 0 auto; /* Center the element horizontally */
    text-align: left;
    font-size: 1.2rem;
}

/* How We Work Styling */
.how-we-work-content {
    text-align: center;
    margin: 0 auto;
}

.how-we-work-content h3 {
    font-size: 2.0rem;
    margin-bottom: 20px;
}

.how-we-work-content h4 {
    font-size: 1.3rem;
    margin-bottom: 10px;
}
.how-we-work-content ul {
    font-size: 1.2rem;
    list-style-type: none;
    padding: 0;
    text-align: left;
}
.how-we-work-content li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    margin: 10px;
}
.how-we-work-content li span {
    margin-left: 10px; /* Adjust the margin as needed */
}
.how-we-work-content li::before {
    content: "•";
    font-size: 2rem;
    margin-right: 8px; /* Adjust as needed */
    color: #359381; /* Adjust the color as needed */
    display: inline-block;
}
.how-we-work-content h4 span {
    display: block; /* Ensure the span is a block element */
}
/* Adjust the spacing between sections */
.how-we-work-content > div {
    margin-bottom: 30px;
}

/* Let's Begin Styling */
.begin-wellness-journey-content p {
    margin: 10px;
}

/* Hamburger menu */
.hamburger{
    position: fixed;
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    appearance: none;
    background: none;
    outline: none;
    border: none;
    top: 100px;
    left: 10px;
}

.hamburger .bar, .hamburger::after, .hamburger::before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: #02673e;
    margin: 6px 0px;
    transition: 0.4s;
}

.hamburger.is-active:before {
    transform: rotate(-45deg) translate(-10px, 5px);
}

.hamburger.is-active:after {
    transform: rotate(45deg) translate(-10px, -5px);
}

.hamburger.is-active .bar {
    opacity: 0;
}

.mobile-nav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    min-height: 100vh;
    display: none;
    z-index: 98;
    background-color: rgba(255, 255, 255, 0.8) !important;
    color: rgba(255, 255, 255, 0);
    transition: 1.3s;
}

.mobile-nav.is-active {
    left: 0;
    display: block;
    z-index: 99;
}

.mobile-nav a {
    display: block;
    width: 100%;
    max-width: 200px;
    text-align: center;
    margin: 32px auto 20px;
    text-align: center;
    padding: 12px 1px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #359381 !important;
    text-decoration: none;
    transition: background-color 0.5s, color 0.4s;
    border: 2px solid #359381 !important; 
    border-radius: 12px;
    box-sizing: border-box;
}

.mobile-nav a:hover {
    background-color: #7cb922;
    color: #ffffff;
    border-color: #fff;
}

@media (min-width: 768px) {
    .mobile-nav {
        display: none;
    }

    .hamburger {
        display: none;
    }
    .navigation {
        display: flex;
        margin-top: 160px !important;
    }
}

/* Home Page Background */
.home {
    background-image: url('images/Fruits.jpg');
    background-repeat: no-repeat;
    background-size: cover; 
}

/* About Page Background */
.about {
    background-image: url('images/Jar_3.png');
    background-repeat: no-repeat;
    background-size: cover;
}

/* Services Page Background */
.services {
    background-image: url('images/dream_8e9jbre33pv.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Section Container Styles */
.section-container {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    border-radius: 12px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin: 80px;
}

/* Circular Image Styles */
.circular-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
}

/* Blog Page Background */
.blog {
    background-image: url('images/Food_0.png');
    background-repeat: no-repeat;
    background-size: cover;
}

/* Contact Page Background */
.contact {
    background-image: url('images/Jar_1.png');
    background-repeat: no-repeat;
    background-size: cover;
}

/* Increase the height of the message box */
.large-input[type="text"],
.large-input[type="textarea"] {
    height: 100px;
}

/* Hero Section Styles */
.hero {
    background-image: url('');
    background-position: center;
    color: #000000;
    text-align: center;
    padding: 20px 0;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    text-align: center;
    margin: 20px;
    border-radius: 12px;
}

/* Hero h2 Styles */
.hero h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

/* Hero p Styles */
.hero p {
    font-size: 1.2em;
    margin-bottom: 30px;
}

/* CTA Button Styles */
.cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #359381;
    color: #fff;
    padding: 10px 15px; /* Adjust padding as needed */
    text-decoration: none;
    font-weight: bold;
    border-radius: 9px;
    transition: background-color 0.3s ease;
    width: fit-content; /* Adjust width as needed */
    margin: auto; /* Center the button horizontally */
}

.cta-button:hover {
    background-color: #ffdd04;
}

/* Features Section Styles */
.features {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    padding: 20px 0;
    text-align: center;
    margin: 20px;
    border-radius: 12px;
}

/* Features h2 Styles */
.features h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

/* Feature Styles */
.feature {
    margin-bottom: 40px;
}

/* Feature h3 Styles */
.feature h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
}

/* Services Section Styles */
.services-section {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    margin: 20px;
    text-align: center;
    border-radius: 12px;
    font-size: 1.2em;
}

/* Services Grid Layout Styles */
.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

/* Service Styles */
.service {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    border-radius: 12px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: left;
}

/* Center the service images */
.service img {
    display: block;
    margin: 0 auto;
}

/* About Page Styles for Mobile Screens */
@media (max-width: 600px) {
    .about {
        text-align: left;
    }
}

/* Image Content Styles */
.image-content {
    float: none; /* Remove float */
    margin-right: 0; /* Reset margin */
    text-align: center;
    opacity: 0;
    transition: opacity 2s;
}

.about-container {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    text-align: center; /* Center align content in about-container */
    margin: 10px;
}

.about p {
    margin: 20px;
}

.about-container.show-image .image-content {
    opacity: 1;
}

.image-content img {
    max-width: 80%;
    height: auto; 
}

.text-content {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    padding: 15px ;
    text-align: left;
    margin: 10px;
    border-radius: 12px;
    font-size: 1.2em;
}

.text-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
}

/* About Page Styles for Mobile Screens */
@media (max-width: 600px) {
    .about {
        text-align: left;
    }

    .about-container,
    .contact-container {
        flex-direction: column;
        text-align: center; /* Center align on small screens */
        align-items: center;
    }

    .text-container {
        flex-direction: column; /* Stack content on small screens */
        text-align: center; /* Center the text on small screens */
    }

    .image-content {
        float: none; /* Remove float on small screens */
        margin-left: 0; /* Reset margin */
        text-align: center;
    }

    .image-content img {
        margin-bottom: 10px; /* Add some space between image and text on small screens */
    }
}

.about h2 {
    text-align: center;
}

/* Blog Styles */
#blog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 20px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(225, 225, 255, 0);
    
}

.blog-heading strong {
    color: #02673e;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.blog-heading h3 {
    font-size: 2.4rem;
    color: #757575;
}

.blog-box-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-box {
    max-width: 350px;
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    transition: all ease 0.4s;
}

.blog-box:hover {
    background-color: #4CAF50;
    box-shadow: 16px 20px 50px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
}

.blog-box-img {
    width: 100%;
    height: auto;
    max-height: 300px;
    overflow: hidden;
    display: flex;
    border-radius: 12px;
    position: relative;
}

.blog-box-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all ease 0.3s;
}

.blog-img-link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color:#757575;
    box-shadow: 2px 2px 30px rgba(20, 97, 212, 0.12);
    animation: fade 0.3s;
}

.blog-box-img a {
    display: none;
}

.blog-box:hover .blog-box-img a{
    display: flex;
}

.blog-box:hover .blog-box-img img {
    filter: blur(3px);
}

@keyframes fade {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.blog-box-text {
    display: flex;
    flex-direction: column;
    padding: 30px 10px 20px 10px;
}

.blog-box-text strong,
.blog-box-text p {
    color: #000000;
    font-size: 0.9rem;
    font-weight: 400;
}

.blog-box-text a {
    font-size: 1.2rem;
    color:#02673e;
    font-weight: 800;
    line-height: 1.8rem;
    margin: 5px 0px 10px 0px;
}

.blog-box-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-author {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.blog-author-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.blog-author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-author-text {
    display: flex;
    flex-direction: column;
}

.blog-author-text strong {
    color: #757575;
    font-weight: 800;
}

.blog-author-text span {
    color: #359381;
    font-size: 0.8rem;
    font-weight: 500;
}

/* Add styles for the Recent Blogs section */
.recent-blogs {
    margin-top: 40px;
    text-align: center;
}

.recent-blogs h3 {
    font-size: 2.4rem;
    color: #434141;
    margin-bottom: 40px;
}

.recent-blog-entry {
    display: flex;
    flex-direction: column;
    max-width: 350px;
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 10px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.recent-blog-entry img {
    width: 100%;
    height: auto;
    max-height: auto;
    border-radius: 12px;
    margin-bottom: 10px;
}

.recent-blog-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.recent-blog-text strong {
    color: #02673e;
    font-size: 1.2rem;
    font-weight: 500;  
}

.recent-blog-text p {
    color: #000000;
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 10px;
}

.recent-blog-text a {
    font-size: 1rem;
    color: #fff;
    font-weight: 800;
}

/* Add a style for the button */
.read-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    text-decoration: none;
    font-weight: bold;
    background-color: #359381;
    color: #fff;
    text-decoration: none;
    border-radius: 9px;
    transition: background-color 0.3s ease;
    width: fit-content; /* Adjust width as needed */
    margin: 20px auto;
}

/* Style for the button on hover */
.read-more-btn:hover {
    background-color: #ffdd04;
}

/* Hover effect for Recent Blog Entries */
.recent-blog-entry:hover {
    background-color: #4CAF50;
    box-shadow: 16px 20px 50px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
}

.recent-blog-entry:hover img {
    filter: blur(3px);
}

.recent-blog-entry:hover .blog-box-img a {
    display: flex;
}



/* Responsive blog */
@media (max-width: 920px) {
    .blog-box-container {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px 20px;
    }
}
@media (max-width:600px) {
    .blog-box-container {
        grid-template-columns: 1fr;
    }
    .blog-heading h3 {
        font-size: 2.8rem;
        line-height: 1.6rem;
    }
} 

/* Contact Container Styles */
.contact-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    margin: 20px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(225, 225, 255, 0);
    box-sizing: border-box;
}

.contact-container h2 {
    text-align: center;
}

/* Form Container Styles */
.form-container {
    flex: 1;
}

/* Image Container Styles */
.image-container {
    flex: 1;
    padding: 40px;
    text-align: right;
    opacity: 0;
    transition: opacity 3s;
}

.contact-container.show-image .image-container {
    opacity: 1;
}

.image-container img {
    max-width: 100%;
    height: auto;
}

/* Contact Form Styles */
.contact-form {
    border: 2px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    width: 100%;
    margin: 30px auto;
    text-align: left;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
}

.contact-form h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2em;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 1.2em;
    padding: 5px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 0;
    border: 1.3px solid #ccc;
    border-radius: 9px;
    font-size: 1.2em;
    box-sizing: border-box;
}

.contact-form button {
    background: #359381;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    margin-top: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

/* Success Message Styles */
.contact-form .success-message {
    color: #4CAF50;
    margin-top: 10px;
}

/* Error Message Styles */
.contact-form .error-message {
    color: #ff0000;
    margin-top: 10px;
}

@media (max-width: 600px) {
    .about-container,
    .contact-container {
        flex-direction: column;
        text-align: left;
        align-items: center;
    }
    .about-container h2 {
        text-align: center;
    }
}

/* Social Media Icons */
.social-media img {
    width: 45px; /* Adjust the size as needed */
    margin: 0 10px; /* Adjust the spacing between icons */
    transition: transform 0.5s ease; /* Add the transition effect */
}

/* Add a hover effect for the images */
.social-media img:hover {
    transform: translateY(-5px); /* Adjust the translateY value as needed */
}

.social-media a img {
    text-decoration: none;
    border-bottom: none; 
}

/* Footer */
footer {
    position: relative;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5));
    backdrop-filter: blur(1px);
    min-height: 100px;
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

footer .social-icons,
footer .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
}

footer .social-icons li,
footer .menu {
    list-style: none;
}

footer .social-icons li a,
footer .menu li a {
    font-size: 2em;
    color: #757575;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
}

footer .social-icons li a:hover {
    transform: translateY(-10px);
}

footer .menu li a {
    font-size: 1.2em;
    color:#359381;
    margin: 0 10px;
    display: inline-block;
    text-decoration: none;
}

footer .menu li a:hover {
    transform: translateY(-10px);
    opacity: 1;
}

footer p {
    color: #757575;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 1.1em;
}

/* Footer Social Icons */
footer .social-media a {
    text-decoration: none; /* Remove the underline */
}

footer .social-media img {
    padding: 30px 0px 0px 0px;
    width: 45px; /* Adjust the size as needed */
    margin: 0 10px; /* Adjust the spacing between icons */
    transition: transform 0.3s ease; /* Add the transition effect */
}

/* Responsive Styles */
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .about-container,
    .contact-container {
        padding: 1rem;
    }

    .form-container,
    .image-container {
        padding: 1rem;
    }

    .blog-card {
        width: 100%;
        
    }
    header {
        padding: 20px 0;
    }

    .navigation {
        display: none; /* Hide the navigation menu in mobile view */
    }

    .hamburger.is-active .bar {
        opacity: 0;
    }

    .mobile-nav {
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        min-height: 100vh;
        display: none; /* Initially hide the mobile nav */
        z-index: 99;
        background-color: #d56d12;
        margin-top: 170px;
        transition: 0.3s;
    }

    .mobile-nav.is-active {
        left: 0;
        display: block; /* Show the mobile nav when active */
    }

    .mobile-nav a {
        display: block;
        width: 100%;
        max-width: 200px;
        text-align: center;
        margin: 0 auto 16px;
        text-align: center;
        padding: 10px 0;
        color: #fff;
        font-weight: bold;
        border-bottom: 1px solid #fff;
    }

    section {
        padding: 60px 0;
    }

    .testimonial-card {
        margin: 0;
    }

    footer {
        padding: 20px 0;
    }

    .footer-column {
        flex: 1;
    }

    footer .social-icons {
        margin-top: 10px;
    }
}

/* Close Button Styles */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5em;
    cursor: pointer;
    color: #fff;
}

@media (max-width: 600px) {
    .services-grid {
        grid-template-columns: 1fr; /* One column */
    }
}
