@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Irish+Grover&family=Zalando+Sans:ital,wght@0,200..900;1,200..900&display=swap');
:root {
    --primary-green: #179248;
    --light-bg: #e8f3e9;
    --dark-text: #000000;
    --body-text: #f1f1f8;
    --accent-yellow: #f4b400;
    --primary-blue:#0000
}
html {
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: var(--light-bg);
    color: var(--dark-text);
    line-height: 1.6;
}

.main-header {
    background-color: var(--header-bg);
    padding: 15px 0;
    width: 100%;
}

.header-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
}

/* Logo */
.logo img {
    height: 55px;
    /* Adjust based on your actual image size */
    display: block;
}

/* Nav Menu */
.nav-menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 35px;
    margin: 0;
    padding: 0;
}

.nav-menu ul li a {
    text-decoration: none;
    color: var(--text-color);
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-menu ul li a:hover {
    color: var(--primary-green);
}

.search-link i {
    font-size: 14px;
    margin-right: 5px;
}

/* Let's Talk Button */
.btn-talk {
    background-color: #fff;
    color: #1a2b3c;
    border: 1.5px solid var(--primary-green);
    padding: 12px 35px;
    border-radius: 50px;
    /* High radius for the pill shape */
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-talk:hover {
    background-color: var(--primary-green);
    color: #fff;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    /* IMPORTANT: Override the 'display: none' from your internal style tag */
    .nav-menu {
        display: flex !important; 
        position: fixed;
        top: 0;
        left: -100%; /* Hidden off-screen to the left */
        width: 80%;
        height: 100vh;
        background-color: #ffffff;
        flex-direction: column;
        padding: 80px 0;
        box-shadow: 2px 0 15px rgba(0,0,0,0.2);
        transition: left 0.4s ease-in-out;
        z-index: 1000;
    }

    /* When JavaScript toggles this class, the menu slides in */
    .nav-menu.is-active {
        left: 0 !important;
    }

    /* Adjust list items for mobile */
    .nav-menu ul {
        flex-direction: column;
        width: 100%;
        gap: 0;
    }

    .nav-menu ul li {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .nav-menu ul li a {
        display: block;
        padding: 20px 40px;
        font-size: 18px;
        width: 100%;
    }
    .hamburger {
        display: flex;
    }

    .hamburger.is-active .bar:nth-child(2) { opacity: 0; }
    .hamburger.is-active .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .hamburger.is-active .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
}
.hero {

    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 5%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;

}
.image-w{
    width: 100%;
    height: 80dvh;
    background-image: url(https://res.cloudinary.com/dw1nrygug/image/upload/v1769007988/image_3_fgpqkn.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    will-change: transform;
}

.main-overlay {
    background-color: #121412b9;
    width: 100%;
    height: 100%;
}
.badge {
    display: inline-block;
    background: #fdf2d0;
    color: #856404;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    border: 1px solid #ffeeba;
}


.hero {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem;
    display: flex; 
    flex-direction: column;
    align-items: center;
    text-align: center; 
}

.hero-content {
    max-width: 900px; 
    width: 100%;
}


h1 {
    color: #e7ffec;
    font-size: clamp(3rem, 8vw, 5rem); 
    line-height: 1.05;
    margin-bottom: 2rem;
    font-weight: 800;
    font-family: "Zalando Sans", sans-serif;
}

.hero-description {
    color: #ffffff; 
    text-align: justify;
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    margin-left: auto; 
    margin-right: auto;
}

.cta-button {
    background-color: var(--primary-green);
    color: white;
    border: none;
    cursor: pointer;
    transition: transform 0.2s, background 0.3s;
}

.cta-button:hover {
    background-color: #115f30;
    transform: translateY(-2px);
}

/* Hero Image Container */
.hero-image-container {
    width: 100%;
}

.main-img-wrapper {
    height: 60vh;
    /* responsive hero height */
}

.hero-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo-carousel {
    background: white;
    padding: 40px 0;
    overflow: hidden;
    /* Hides the scrollbar */
    width: 100%;
    border-top: 1px solid #eee;
}

.carousel-track {
    display: flex;
    width: calc(250px * 8);
    /* Adjust based on logo width * total logos */
    animation: scroll 60s linear infinite;
    /* Slower animation for better performance */
    will-change: transform;
    /* Optimize for transforms */
    transform: translate3d(0, 0, 0);
    /* Force hardware acceleration */
    /* Reduce animation complexity for better performance */
    animation-timing-function: linear;
}

.logo-slide {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 50%;
    /* Each slide group takes half the track */
}

.logo-slide img {
    height: 40px;
    /* Standardize logo height */
    margin: 0 40px;
    filter: grayscale(100%);
    /* Optional: matches the muted look in your image */
    opacity: 0.6;
    transition: opacity 0.3s;
}

.logo-slide img:hover {
    opacity: 1;
    filter: grayscale(0%);
}

/* Optimized Animation Logic - GPU-accelerated */
@keyframes scroll {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

/* Pause animation on hover for better UX */
.carousel-track:hover {
    animation-play-state: paused;
}

/* Mobile Adjustment */
@media (max-width: 768px) {
    .logo-slide img {
        height: 30px;
        margin: 0 20px;
    }
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
    .hero {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 2rem 5%;
    }

    .hero-content {
        margin: 0 auto;
    }

    nav {
        display: none;
        /* Add a hamburger menu for production */
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 3rem;
    }

    .badge {
        font-size: 0.7rem;
    }
}




.categories-section {
    padding: 60px 0;
    font-family: 'Inter', sans-serif;
}

.section-header {
    margin-bottom: 40px;
}

.section-title {
    font-size: 28px;
    color: var(--primary-blue);
    margin-bottom: 10px;
}

.underline {
    width: 150px;
    height: 3px;
    background-color: var(--accent-red);
}

/* Grid setup for 3 columns */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

/* Card Styling */
.category-card {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    cursor: pointer;
}

.category-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.card-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #f0f0f0;
    overflow: hidden;                 
    display: flex;             
    align-items: center;
    justify-content: center;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
     
    display: block;                 
}
.card-content {
    padding: 15px;
}

.card-content h3 {
    font-size: 16px;
    color: var(--primary-blue);
    font-weight: 600;
}

/* See More Button Styling */
.footer-cta {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.see-more-btn {
    padding: 12px 40px;
    border: 1px solid #c4c4c4;
    background: transparent;
    border-radius: 30px;
    /* Rounded pill shape */
    color: var(--primary-blue);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.see-more-btn:hover {
    background-color: var(--primary-blue);
    color: white;
}

/* Responsive for mobile */
@media (max-width: 768px) {
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .categories-grid {
        grid-template-columns: 1fr;
    }
}

/*--------*/


.categories-section {
    padding: 10px 5%;
    background-color: #fff;
}

.padding-bottom {
    padding-bottom: 50px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-header {
    margin-bottom: 40px;
}

.section-title {
    font-size: 2rem;
    color: #0b1c3f;
    margin-bottom: 5px;
}

.underline {
    width: 100px;
    height: 3px;
    background-color: #d93025;
    /* Red accent from image */
}

/* Grid Layout */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Card Styling */
.category-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    will-change: transform;
    /* Optimize for transforms */
}

.category-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.card-image {
    width: 100%;
    height: 200px;
    background-color: #f4f4f4;
    /* Placeholder color */
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-content {
    padding: 20px;
}

.card-content h3 {
    font-size: 1.1rem;
    color: #0b1c3f;
    font-weight: 600;
}

/* CTA Card Styling */
.cta-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.cta-label {
    color: #ff8a00;
    font-weight: bold;
    font-size: 0.8rem;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.cta-card h2 {
    font-size: 1.8rem;
    color: #0b1c3f;
    margin-bottom: 20px;
    line-height: 1.2;
}

.see-more-btn {
    width: fit-content;
    padding: 12px 35px;
    border: 1px solid #63a369;
    background: transparent;
    color: #0b1c3f;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.see-more-btn:hover {
    background: #63a369;
    color: white;
}

/* Responsive */
@media (max-width: 992px) {
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .categories-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        text-align: center;
    }

    .underline {
        margin: 0 auto;
    }

    .cta-card {
        text-align: center;
        align-items: center;
    }
}

/*---------------------------------*/

.leading-franchises {
    padding: 60px 5%;
    background-color: #fff;
}

.franchise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.franchise-card {
    border: 1px solid #ffecec;
    /* Subtle red border from image */
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease;
    will-change: transform;
    /* Optimize for transforms */
}

.franchise-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.logo-container {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
}

.logo-container img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.cat-label {
    font-size: 0.75rem;
    color: #888;
    text-transform: uppercase;
    font-weight: bold;
}

.franchise-name {
    font-size: 1.25rem;
    color: #0b1c3f;
    margin: 5px 0 20px 0;
}

.data-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 0.9rem;
}

.data-label {
    color: #666;
    font-style: italic;
}

.data-value {
    color: #0b1c3f;
    font-weight: 600;
}

.know-more-btn {
    margin-top: auto;
    width: 100%;
    padding: 12px;
    background: transparent;
    border: 1px solid #28a745;
    color: #28a745;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    text-align: center;
}

.know-more-btn:hover {
    background: #28a745;
    color: white;
}

.center-cta {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.see-all-btn {
    background-color: #1a7b41;
    color: white;
    padding: 14px 60px;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    box-shadow: 0 4px 15px rgba(26, 123, 65, 0.3);
}

.see-all-btn:hover {
    background-color: #145e32;
    transform: translateY(-2px);
}

.why-choose-us {
    background-color: #1e2640;
    background-image: url(https://res.cloudinary.com/dw1nrygug/image/upload/f_auto,q_auto,w_800,c_limit/v1768547987/cropped-colleagues-generating-business-ideas_1_zfmznk.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll; /* Changed from fixed to scroll for better performance */
    color: white;
    padding: 100px 5%;
    overflow: hidden;
    will-change: auto; /* Remove will-change for this section */
}

.why-choose-us-overlay {
    background-color: #10033556;
    border-radius: 20px;
}

.wcu-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 80px;
}

.wcu-image-side {
    flex: 1;
    position: relative;
}

/* The orange splash effect behind the woman */
.decorative-blob {
    position: absolute;
    width: 120%;
    height: 120%;
    background: #f36d21;
    /* Orange splash */
    clip-path: polygon(15% 0%, 100% 15%, 85% 85%, 0% 100%);
    z-index: 1;
    top: -10%;
    left: -10%;
    opacity: 0.9;
}

.main-wcu-img {
    position: relative;
    z-index: 2;
    width: 100%;
    border-radius: 15px;
    display: block;
}

.wcu-content-side {
    flex: 1;
}

.wcu-tagline {
    color: #f36d21;
    /* Orange accent */
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}

.wcu-title {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 35px;
    line-height: 1.1;
    font-weight: 700;
}

.wcu-features-list {
    list-style: none;
    margin-bottom: 45px;
}

.wcu-features-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 22px;
    font-size: 20px;
    color: #e2e8f0;
    line-height: 1.4;
}

.check-icon {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.get-started-btn {
    display: inline-block;
    background-color: #1a7b41;
    /* Green button */
    color: white;
    padding: 18px 50px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(26, 123, 65, 0.4);
}

.get-started-btn:hover {
    background-color: #145e32;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(26, 123, 65, 0.6);
}

/* Mobile Layout */
@media (max-width: 992px) {
    .wcu-container {
        flex-direction: column;
        text-align: center;
        gap: 50px;
    }

    .wcu-features-list li {
        text-align: left;
    }

    .decorative-blob {
        width: 100%;
        left: 0;
    }
}

.testimonial-section {
    padding: 30px 5%;
    background-color: #fff;
    overflow: hidden;

}

.map-bg-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    min-height: 500px;
    
}

.world-map {
    position: absolute;
    width: 80%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.4;
    z-index: 1;
}

.testimonial-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.w{
    display: flex;
    justify-content: flex-end;
    background-image: url(https://res.cloudinary.com/dw1nrygug/image/upload/v1769333194/image_4_ns0ico.png);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;

}
/* Slider Logic */
.testimonial-slider {
    align-self: flex-end;
    /* Places cards on the right like the image */
    width: 100%;
    max-width: 500px;
    margin-top: -50px;
    overflow: hidden;
}

.slider-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    /* Optimize for transforms */
    /* Use transform3d for hardware acceleration */
    transform: translate3d(0, 0, 0);
}

.testimonial-card {
    min-width: 100%;
    background: white;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 5px rgba(59, 59, 59, 0.1);
    border: 0.1px solid rgb(207, 207, 207);
    border-radius: 20px;
    position: relative;
}

.quote-icon {
    color: #ff3366;
    /* Pinkish quote color from image */
    font-size: 4rem;
    font-family: serif;
    line-height: 1;
}

.testimonial-text {
    text-align: justify;
    font-size: 20px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 30px;
}

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

.user-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.user-name {
    font-weight: bold;
    color: #1e2640;
}

/* Dots */
.slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cbd5e0;
    cursor: pointer;
}

.dot.active {
    background: #1e2640;
}

@media (max-width: 992px) {
    .testimonial-slider {
        margin: 40px auto 0;
    }

    .world-map {
        width: 100%;
        top: 20%;
    }
    .map-bg-wrapper {
        background-image: none;
    }
}

/* Testimonials Slider Styles */
.testimonials {
    padding: 80px 5%;
    background: #fff;
    overflow: hidden;
}

.testi-container {
    max-width: 1200px;
    margin: 0 auto;
}

.testi-header h2 {
    font-size: 2.5rem;
    color: #1e2640;
    margin-bottom: 40px;
}

.slider-wrapper {
    position: relative;
    min-height: 400px;
}

.map-bg {
    position: absolute;
    width: 80%;
    left: 0;
    top: 0;
    opacity: 0.3;
    z-index: 1;
}

.world-map {
    width: 100%;
}

.testimonial-card-slider {
    position: relative;
    z-index: 2;
    max-width: 500px;
    margin-left: auto;
    overflow: hidden;
    padding: 20px;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
    /* Optimize for transforms */
}

.testi-card {
    min-width: 100%;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
}

.quote-icon {
    color: #179248;
    font-size: 4rem;
    line-height: 1;
    font-family: serif;
}

.user-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.dot {
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background: #1e2640;
}

/* Collaboration Styles */
.collaborate {
    padding: 40px 5%;
    background: #fff;
}

.collab-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 80px;
}

.collab-image {
    flex: 1;
    position: relative;
}

.collab-blob {
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: polygon(20% 0%, 100% 20%, 80% 100%, 0% 80%);
    z-index: 1;
    opacity: 0.8;
}

.person-img {
    position: relative;
    z-index: 2;
    width: 100%;
    border-radius: 20px;
}

.collab-content {
    flex: 1;
    position: relative;
}

.process-steps {
    position: relative;
    padding-left: 50px;
    margin: 40px 0;
}

/* The Vertical Connecting Line */
.process-steps::before {
    content: '';
    position: absolute;
    left: 18px;
    top: 10px;
    bottom: 10px;
    width: 3px;
    background: linear-gradient(to bottom, #1a7b41, #3232ff);
}

.step {
    position: relative;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.step-num {
    position: absolute;
    left: -50px;
    width: 40px;
    height: 40px;
    background: #28a745;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 2;
    border: 4px solid #fff;
}

.step p {
    font-size: 1.2rem;
    font-weight: 800;
    color: #000000;
}

.send-msg-btn {
    display: inline-block;
    background: #1a7b41;
    color: #fff;
    padding: 18px 50px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
}

@media (max-width: 992px) {
    .collab-container {
        flex-direction: column;
    }

    .testimonial-card-slider {
        margin: 0 auto;
    }
}

.site-footer {
    background-color: #1a7b41; /* Matches wireframe light grey */
    padding: 10px;
    font-family: 'Inter', sans-serif;
    color: #000;
}

.footer-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Logo Styling */
.footer-logo {
    width: 150px;
    height: auto;
    filter: brightness(0.8); /* Adjust if using the dark logo variant */
}

/* Center Navigation */
.footer-nav {
    display: flex;
    gap: 40px;
}

.nav-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: opacity 0.2s;
}

.nav-link:hover {
    opacity: 0.7;
}

/* Social Icons (Rounded Squares) */
.footer-socials {
    display: flex;
    gap: 15px;
}

.social-icon {
    background: #ffffff; /* Matches the dark red in the wireframe */
    color: #0077b5;
    width: 45px;
    height: 45px;
    border-radius: 12px; /* Smooth rounded corners from wireframe */
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    transition: transform 0.2s;
}

.social-icon img {
    width: 35px;
    height: 35px; /* Makes the icon white */
}

.social-icon:hover {
    transform: translateY(-3px);
}

/* Bottom Copyright Bar */
.footer-bottom {
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    color: #dfdfdf;
    margin: 0;
}
.black{
    color: black;
}

/* Responsive View */
@media (max-width: 992px) {
    .image-w{
        height: 100dvh;
        background-position: center center;
    }
    .footer-container {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    .btn-talk{
        padding: 12px 14px;
    }
    .footer-nav {
        flex-direction: column;
        gap: 15px;
    }
}
/* Global Utilities */
.orange-tag {
    color: #f36d21;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 0.8rem;
}

.section-title {
    font-size: 2.5rem;
    color: #1e2640;
    margin-top: 10px;
}

.cta-green {
    background: #22c55e;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: bold;
    cursor: pointer;
}

@media (max-width: 768px) {

    .collab-container,
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .process-list {
        border-left: none;
        padding-left: 0;
    }

    .testimonial-slider {
        margin: 0 auto;
    }
}

/* Search Modal Styles */
.search-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.search-modal-content {
    background: white;
    border-radius: 15px;
    width: 100%;
    max-width: 1000px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid #eee;
}

.search-modal-header h2 {
    margin: 0;
    color: #1e2640;
    font-size: 1.5rem;
}

.close-search-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #666;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    transition: background-color 0.3s, color 0.3s;
}

.close-search-btn:hover {
    background-color: #f0f0f0;
    color: #333;
}

/* Search Header Styles */
.search-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid #eee;
}

.search-box {
    position: relative;
    flex: 1;
    max-width: 600px;
    margin-right: 20px;
}

.search-box input {
    width: 100%;
    padding: 15px 45px 15px 45px;
    border: 2px solid #eee;
    border-radius: 25px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease;
}

.search-box input:focus {
    border-color: var(--primary-green);
}

.search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 18px;
}

.results-info {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

/* Results Grid Styles */
.results-grid {
    padding: 25px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 30px;
}

/* Card Styles for Search Modal */
.card {
    border: 2px solid #ffe5e5;
    border-radius: 15px;
    padding: 20px;
    transition: transform 0.3s ease;
    text-align: left;
    will-change: transform;
    /* Optimize for transforms */
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.card-image-box {
    border: 1px solid #eee;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    overflow: hidden;
}

.card-image-box img {
     width: 100%;
    height: 100%;
    object-fit: contain;   
    object-position: center;
    display: block;
}

.category {
    font-size: 12px;
    color: #888;
    margin-bottom: 5px;
}

.card-title {
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.stat-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 10px;
}

.stat-value {
    font-weight: bold;
}

.btn-know-more {
    width: 100%;
    background: transparent;
    border: 1px solid var(--primary-green);
    color: var(--primary-green);
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
    font-weight: bold;
}

.btn-know-more:hover {
    background: var(--primary-green);
    color: white;
}

/* No Results Styling */
.no-results {
    text-align: center;
    padding: 60px 20px;
    border: 2px dashed #eee;
    border-radius: 15px;
    margin: 20px 0;
}

.no-results i {
    font-size: 48px;
    color: #ddd;
    margin-bottom: 20px;
}

.no-results h3 {
    color: #1e2640;
    margin-bottom: 10px;
}

.no-results p {
    color: #888;
}

/* Error Message Styling */
.error-message {
    text-align: center;
    padding: 40px 20px;
    border: 2px solid #ffe5e5;
    border-radius: 15px;
    margin: 20px 0;
    background-color: #fff5f5;
}

.error-message h3 {
    color: #d63031;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.error-message p {
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}

.error-message ul {
    text-align: left;
    max-width: 600px;
    margin: 0 auto 20px auto;
    padding-left: 20px;
}

.error-message li {
    margin-bottom: 8px;
    color: #555;
}

.error-message code {
    background-color: #f8f9fa;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    color: #e74c3c;
}

.error-message a {
    color: var(--primary-green);
    text-decoration: none;
    font-weight: bold;
}

.error-message a:hover {
    text-decoration: underline;
}

/* Pagination Styles */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 25px;
    flex-wrap: wrap;
}

.btn-prev,
.btn-next {
    background: var(--primary-green);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease;
}

.btn-prev:hover,
.btn-next:hover {
    background: #218838;
}

.btn-prev:disabled,
.btn-next:disabled {
    background: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
}

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

.page-num {
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.page-num:hover {
    background: #f0f0f0;
    border-color: #ddd;
}

.page-num.active {
    background: var(--primary-green);
    color: white;
    border-color: var(--primary-green);
}

/* Search Button in Header */
.search-btn {
    background: var(--primary-green);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease;
}

.search-btn:hover {
    background: #218838;
}

/* Enhanced Search Modal Overlay Styles */
.search-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(2px);
}

.search-modal-content {
    background: white;
    border-radius: 15px;
    width: 100%;
    max-width: 900px;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: translateY(-20px);
    transition: transform 0.3s ease;
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
}

.search-modal-header h2 {
    margin: 0;
    color: #1e2640;
    font-size: 1.5rem;
    font-weight: 700;
}

.close-search-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #666;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-search-btn:hover {
    background-color: #f0f0f0;
    color: #333;
    transform: scale(1.1);
}

.search-modal-body {
    padding: 0;
    max-height: calc(90vh - 80px);
    overflow-y: auto;
}

.search-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    min-height: 200px;
}

.loader-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--primary-green);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.search-loading p {
    color: #666;
    font-size: 1rem;
    margin: 0;
}

.search-content {
    padding: 0;
}

.search-error {
    text-align: center;
    padding: 40px;
    border: 2px solid #ffe5e5;
    border-radius: 15px;
    margin: 20px;
    background-color: #fff5f5;
}

.search-error h3 {
    color: #d63031;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.search-error p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.retry-btn {
    background: var(--primary-green);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.retry-btn:hover {
    background: #218838;
}

/* Responsive Design for Modal */
@media (max-width: 768px) {
    .search-modal-overlay {
        padding: 10px;
    }

    .search-modal-content {
        max-width: 100%;
        max-height: 95vh;
    }

    .search-modal-header {
        padding: 15px 20px;
    }

    .search-modal-header h2 {
        font-size: 1.25rem;
    }

    .close-search-btn {
        width: 35px;
        height: 35px;
        font-size: 1.25rem;
    }

    .search-loading {
        padding: 20px;
    }

    .loader-spinner {
        width: 30px;
        height: 30px;
        border-width: 3px;
    }

    .search-error {
        margin: 10px;
        padding: 20px;
    }

    .search-error h3 {
        font-size: 1.25rem;
    }
}

/* Accessibility improvements */
.search-modal-overlay:focus {
    outline: none;
}

.search-modal-content:focus {
    outline: none;
}

/* Prevent background scrolling when modal is open */
body {
    overflow: auto;
}

/* Ensure proper z-index stacking */
header {
    z-index: 1000;
}

/* Responsive Design for Modal */
@media (max-width: 768px) {
    .search-modal-content {
        max-width: 95%;
        max-height: 85vh;
    }

    .search-header {
        flex-direction: column;
        gap: 15px;
    }

    .search-box {
        margin-right: 0;
        max-width: 100%;
    }

    .search-modal-header {
        padding: 15px 20px;
    }

    .results-grid {
        padding: 15px;
        grid-template-columns: 1fr;
    }

    .pagination {
        margin: 15px;
    }
}

/* Enhanced Search Modal Overlay Styles */
.search-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(2px);
}

.search-modal-content {
    background: white;
    border-radius: 15px;
    width: 100%;
    max-width: 900px;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: translateY(-20px);
    transition: transform 0.3s ease;
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
}

.search-modal-header h2 {
    margin: 0;
    color: #1e2640;
    font-size: 1.5rem;
    font-weight: 700;
}

.close-search-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #666;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-search-btn:hover {
    background-color: #f0f0f0;
    color: #333;
    transform: scale(1.1);
}

.search-modal-body {
    padding: 0;
    max-height: calc(90vh - 80px);
    overflow-y: auto;
}

.search-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    min-height: 200px;
}

.loader-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--primary-green);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.search-loading p {
    color: #666;
    font-size: 1rem;
    margin: 0;
}

.search-content {
    padding: 0;
}

.search-error {
    text-align: center;
    padding: 40px;
    border: 2px solid #ffe5e5;
    border-radius: 15px;
    margin: 20px;
    background-color: #fff5f5;
}

.search-error h3 {
    color: #d63031;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.search-error p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.retry-btn {
    background: var(--primary-green);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.retry-btn:hover {
    background: #218838;
}

/* Responsive Design for Modal */
@media (max-width: 768px) {
    .search-modal-overlay {
        padding: 10px;
    }

    .search-modal-content {
        max-width: 100%;
        max-height: 95vh;
    }

    .search-modal-header {
        padding: 15px 20px;
    }

    .search-modal-header h2 {
        font-size: 1.25rem;
    }

    .close-search-btn {
        width: 35px;
        height: 35px;
        font-size: 1.25rem;
    }

    .search-loading {
        padding: 20px;
    }

    .loader-spinner {
        width: 30px;
        height: 30px;
        border-width: 3px;
    }

    .search-error {
        margin: 10px;
        padding: 20px;
    }

    .search-error h3 {
        font-size: 1.25rem;
    }
    main{
        background-position: center center;
    }
}

/* Accessibility improvements */
.search-modal-overlay:focus {
    outline: none;
}

.search-modal-content:focus {
    outline: none;
}

/* Prevent background scrolling when modal is open */
body {
    overflow: auto;
}

/* Ensure proper z-index stacking */
header {
    z-index: 1000;
}


/*about founder css*/
.about-founder {
    padding: 10px 10% 40px 10%;
    background-color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.founder-container {
    display: flex;
    align-items: center;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Left Column Styling */
.founder-content {
    flex: 1.2;
}

.sub-heading {
    color: #f37021;
    /* Orange accent */
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.main-heading {
    color: #1a237e;
    /* Navy Blue */
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 25px;
}

.bio-text p {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: justify;
}

.send-message-btn {
    margin-top: 20px;
    padding: 15px 40px;
    background: linear-gradient(to right, #248a46, #063d1f);
    color: white;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(36, 138, 70, 0.2);
    transition: transform 0.3s ease;
}

.send-message-btn:hover {
    transform: translateY(-3px);
}

/* Right Column Styling */
.founder-visual {
    flex: 0.8;
    text-align: center;
    position: relative;
}

.image-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    /* Adjust based on your image */
    margin-bottom: 20px;
    min-width: 300px;
}

.placeholder-img {
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    /* Placeholder color */
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    background-image: url(https://res.cloudinary.com/dw1nrygug/image/upload/v1769004011/1_in8i3u.png);
}

.founder-info h3 {
    color: #000000;
    font-size: 22px;
    margin-bottom: 5px;
}

.founder-info p {
    color: #0a0a0a;
    font-weight: 600;
    font-size: 16px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .founder-container {
        flex-direction: column;
        text-align: center;
    }

    .bio-text {
        text-align: left;
    }

    .founder-visual {
        order: -1;
        /* Image appears first on mobile */
    }
    /* .image-wrapper{
       

    } */
}

:root {
    --brand-green: #28a745;
    --dark-text: #000000;
    --light-gray: #000000;
}

.why-work-section {
    padding: 40px 10%;
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    font-size: 48px;
    font-weight: 800;
    color: var(--dark-text);
    margin-bottom: 15px;
}

.section-subtitle {
    font-size: 20px;
    color: var(--light-gray);
    max-width: 100%;
    line-height: 1.6;
}

.content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.points-list {
    flex: 1;
}

.point-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;
}

.arrow {
    color: var(--brand-green);
    font-weight: bold;
}

.point-item p {
    font-size: 20px;
    color: var(--dark-text);
    line-height: 1.5;
}

/* Updated Highlight Card with Glassmorphism feel */
.role-highlight-card {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    
    padding: 30px;
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.05) 0%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid rgba(40, 167, 69, 0.1);
    border-left: 5px solid var(--brand-green);
    border-radius: 20px;
}

.icon-circle {
    width: 80px;
    height: 46px;
    background-color: rgba(40, 167, 69, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-green);
}

/* Image & Badge Styling */
.graphic-container {
    flex: 1.2;
    position: relative;
}

.main-image {
    width: 100%;
    aspect-ratio: 1.4;
    background-image: url('https://res.cloudinary.com/dw1nrygug/image/upload/v1769003996/3_kvqoha.png');
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    position: relative;
}

.success-badge {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: white;
    padding: 12px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.avatar-group {
    display: flex;
    align-items: center;
}

.avatar-group img {
    border-radius: 50%;
    border: 2px solid white;
}

.more-count {
    width: 30px;
    height: 30px;
    background: #a2b2c8;
    color: white;
    font-size: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
    border: 2px solid white;
}

.badge-text {
    display: flex;
    flex-direction: column;
}

.badge-text .label {
    font-weight: 700;
    font-size: 14px;
}

.badge-text .subtext {
    font-size: 11px;
    color: var(--light-gray);
}

/* Stats Styling */
.stats-grid {
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 36px;
    font-weight: 800;
    color: var(--brand-green);
}

.stat-label {
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--light-gray);
    margin-top: 10px;
    font-weight: 600;
}

/* Responsive view for tablets/phones */
@media (max-width: 992px) {
    .why-work-section {
        padding: 60px 5%; /* Reduce padding so content doesn't feel squeezed */
    }

    .section-title {
        font-size: 32px; /* Smaller title for mobile screens */
        text-align: center;
    }

    .section-subtitle {
        text-align: center;
        margin: 0 auto 40px auto;
        font-size: 16px;
    }

    .content-wrapper {
        flex-direction: column; /* Stack image and text */
        gap: 40px;
    }

    .graphic-container {
        order: -1; /* Keeps image above the text on mobile */
        width: 100%;
    }

    .main-image {
        /* aspect-ratio: 16/9; */
        height: fit-content;
        /* Slightly wider for better mobile viewing */
    }

    .success-badge {
        padding: 8px 12px;
        bottom: 15px;
        left: 15px;
    }

    .badge-text .label {
        font-size: 12px;
    }

    /* Keep the 3 grids in one line */
    .stats-grid {
        display: flex;
        flex-direction: row; /* Force horizontal layout */
        justify-content: space-between;
        gap: 10px;
        padding-top: 30px;
    }

    .stat-number {
        font-size: 24px; /* Scale down numbers so they don't wrap */
    }

    .stat-label {
        font-size: 9px; /* Scale down labels */
        letter-spacing: 0.5px;
    }

    .role-highlight-card {
        padding: 20px;
    }

    .icon-circle {
        min-width: 45px; /* Fixed square-ish base for the icon */
        height: 45px;
    }
}

/* Extra small devices (iPhone SE / Fold) */
@media (max-width: 380px) {
    .stat-number {
        font-size: 20px;
    }
    .stat-label {
        font-size: 8px;
    }
}
/* --- New Hamburger Styles --- */
.hamburger {
    display: none; /* Hidden on desktop */
    cursor: pointer;
    background: none;
    border: none;
    flex-direction: column;
    gap: 5px;
    z-index: 1001;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--primary-green);
    transition: all 0.3s ease;
}

/* Mobile Menu Transformation */
@media (max-width: 992px) {
    .hamburger { display: flex; }

    /* Animating Hamburger to an 'X' when active */
    .hamburger.is-active .bar:nth-child(2) { opacity: 0; }
    .hamburger.is-active .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .hamburger.is-active .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

    .nav-menu {
        position: fixed;
        top: 80px; /* Below header */
        left: -100%; /* Hidden off-screen */
        width: 100%;
        height: calc(100vh - 80px);
        background: white;
        transition: 0.3s;
        z-index: 1000;
        padding: 20px;
    }

    .nav-menu.is-active {
        left: 0; /* Slides in */
    }

    .nav-menu ul {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    /* Optimization for Hero Section */
    .hero {
        grid-template-columns: 1fr; /* Stacks image and text */
        text-align: center;
    }
}

/* --- Global Image Optimization --- */
img {
    max-width: 100%;
    height: auto;
    object-fit: contain; /* Prevents stretching */
}

/* Container for the new action area */
.collab-actions {
    margin-top: 30px;
}

.action-label {
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--navy);
    font-family: 'Inter', sans-serif;
}

/* Flexbox for horizontal alignment */
.contact-icons {
    display: flex;
    gap: 40px; /* Increased gap to accommodate text width */
    align-items: flex-start;
}

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.contact-icon {
    width: 60px; /* Slightly larger to match modern UI feel */
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.contact-icon:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

/* Label Styling from Wireframe */
.contact-label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #000000;
    font-weight: 500;
}

/* Brand Colors & Icon Sizing */
.contact-icon.whatsapp { background-color: #25D366; }
.contact-icon.whatsapp img { width: 32px; height: 32px; }

.contact-icon.linkedin { 
    background-color: #0077B5; 
    color: white; 
    font-size: 24px; 
    font-weight: bold;
}

.contact-icon.email { 
    background-color: #ffffff; /* Typically white background for Gmail logo */
    border: 1px solid #f0f0f0;
}
.contact-icon.email img { width: 30px; }

/* Responsive Adjustments */
@media (max-width: 768px) {
    .contact-icons {
        justify-content: center;
        gap: 25px;
        width: 100%;
    }
    
    .contact-label {
        font-size: 12px;
    }
}