* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}


.hero .container {
    padding-top: 100px;
    /* Push hero content down */
    text-align: center;
}

header {
    background-color: #ffffff;
    /* clean white header */
    padding: 0 0;
    border-bottom: 1px solid #f0f0f0;

}

.nav {


    /* height: 50px; */

    position: fixed;
    top: 20px;
    /* distance from top of .head */
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 10;

}

.logo {

    display: flex;
    color: #1D1D1D;
    /* dark text for brand */
    letter-spacing: -0.5px;
    margin-top: 20px;
    margin-left: 10px;
}

.logo a {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #1a4831;
    transition: color 0.3s ease;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.logo img {
    height: 50px;
    width: auto;
    transition: all 0.3s ease;
}

/* When header is over hero section (dark background) */
.hero .nav .logo a,
.container.head .nav .logo a {
    color: #ffffff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.menu-icon {


    position: fixed;

    top: 20px;
    right: 20px;

    z-index: 1000;

    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    padding: 20px 40px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', sans-serif;

    max-width: calc(100% - 40px);
    /* prevent it from overflowing */
    box-sizing: border-box;



}

.menu-icon ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;


}

.menu-icon ul li a {
    text-decoration: none;
    /* mid-gray link */
    font-weight: bold;

    font-size: 16px;
    color: #686666;
    cursor: pointer;
    transition: color 0.2s;



}

.menu-icon ul li a:hover {
    color: #000000;

}

.btn {
    background-color: #f8f1f1;
    color: #070707;
    padding: 10px 22px;
    margin-left: 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 14px rgba(75, 61, 244, 0.2);
}

.btn:hover {
    background-color: #5c5a5a;
    color: #fff;
}

.hero {
    background-image: url('assets/priscilla-du-preez-XkKCui44iM0-unsplash.jpg');
    position: relative;
    background-color: #555;
    background-size: cover;
    background-blend-mode: overlay;

    display: flex;
    justify-content: center;
    /* horizontal */
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
    align-items: center;
    background-position: center;
    color: #fff;
    padding: 0 0;
    text-align: center;
    width: 100%;
    height: 800px;
}

.hero h2 {
    font-size: 100px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0;
}

.hero p {
    font-size: 18px;
    font-weight: 300;
    width: 500px;
    margin: 20px auto;
    line-height: 1.4;
    padding-bottom: 18px;
}




.clients {
    background-color: #ffffff;
    padding: 60px 0;
    text-align: center;
    border-top: 1px solid #f0f0f0;
}

.clients-title {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 40px;
    font-weight: 500;
}

.clients-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;

}

.clients-logos img {


    height: 40px;
    width: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;

}

.clients-logos img:hover {
    opacity: 1;
}

.walmart-logo {
    transform: scale(2.3);

}

.amazon-logo {
    transform: scale(0.7);

}

.kroger-logo {
    transform: scale(3.0);

}

.infosys-logo {
    transform: scale(1.8);

}

.abbott-logo {
    transform: scale(0.7);

}

.verizon-logo {
    transform: scale(2.0);

}



/* .about .container {
    display: flex;
    height: 600px;
    padding: 60px 0;
    background-color: #f8fcf9;
}

.about-content {

    padding: 60px 0px;
    font-family: "Roboto Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "slnt" 0,
        "wdth" 100,
        "GRAD" 0,
        "XOPQ" 96,
        "XTRA" 468,
        "YOPQ" 79,
        "YTAS" 750,
        "YTDE" -203,
        "YTFI" 738,
        "YTLC" 514,
        "YTUC" 712;
    color: #1a4831;

    font-size: 40px;
    width: 50%;
    justify-content: center;
    margin-left: 200px;


}

.about-image img {

    object-fit: fill;
    height: 300px;
    width: 400px;


} */
.about-section {
    background: #f9fafb;
    padding: 60px 20px;
    font-family: "Inter", sans-serif;
}

.about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: start;
}

.about-content {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.tagline {
    font-size: 50px;
    /* Larger size */
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    /* Bold */
    color: #323131;
    /* Blue highlight */
    text-align: left;
    /* Centered */
    margin: 60px 0;
    /* Space above & below */
    line-height: 1.4;
    letter-spacing: 1px;
    position: relative;
}


.section-title {
    font-size: 28px;
    font-weight: 700;
    margin: 20px 0 10px;
}

.about-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.about-stats {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-image {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.stat-card {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.stat-card h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #111;
}

.stat-card p {
    font-size: 14px;
    color: #666;
}


.services {
    display: flex;
    background-color: #1a4831;
    background-size: cover;
    padding: 60px 0;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
    height: 400px;
    align-items: center;


}


.container-image {

    width: 30%;
}

.container-image img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
    padding: 20px 0px;
    margin-left: 150px;
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.container-content {
    width: 70%;
    padding: 20px;
    line-height: 2;
    text-align: center;
}

.service-grid h4 {
    font-size: 50px;
    color: #c8c4c477;

}

.card p {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    font-size: 14px;
    color: #bbcbbe;
    transition: max-height 0.4s ease, opacity 0.4s ease, margin-top 0.3s ease;
}

.card h4:hover+p {
    max-height: 200px;
    /* large enough to fit the text */
    opacity: 1;
    margin-top: 10px;
}



.service-grid h4:hover {
    color: #fff;
}

.details {
    background: #ffffff;
    padding: 60px 20px;
    font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    color: #1d1d1d;
}

.services-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    align-items: stretch;
}

/* card */
.service-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 24px rgba(16, 24, 32, 0.06);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    cursor: default;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(16, 24, 32, 0.12);
}

/* image — fixed aspect, covers area */
.service-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
    background-color: #e9f3ee;
    /* fallback bg */
}

/* body */
.service-body {
    padding: 18px 16px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 1 auto;
}

.service-body h3 {
    margin: 0;
    font-size: 18px;
    color: #0f2b1f;
    font-weight: 600;
}

.service-body p {
    margin: 0;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.55;
    flex: 1 1 auto;
}

/* responsive tweaks */
@media (max-width: 480px) {
    .service-img {
        height: 140px;
    }

    .section-title {
        font-size: 22px;
    }

    .service-body h3 {
        font-size: 16px;
    }
}


.contact-section {
    background: #f9fafc;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    font-family: "Inter", sans-serif;
}

.contact-container {
    max-width: 900px;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 40px;
}

.contact-text {
    margin-bottom: 30px;
    text-align: center;
}

.contact-text h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #222;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}

.contact-text p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.contact-form {
    display: flex;
    flex-direction: column;
}

.row {
    display: flex;
    gap: 15px;
}

.row input {
    flex: 1;
    width: auto;
}

input,
textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    transition: border 0.3s ease;
    box-sizing: border-box;
}

input:focus,
textarea:focus {
    border-color: #1a4831;
    outline: none;
}

button {
    padding: 14px;
    background: #1a4831;
    color: #fff;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

button:hover {
    background: #153927;
}

/* Responsive */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }
}



.footer {
    background-color: #1a4831;
    color: #fff;
    font-family: 'Inter', sans-serif;
    padding: 60px 40px 30px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.footer-col {
    flex: 1;
    min-width: 250px;
}

.footer-col p {

    line-height: 2;
    color: #d6eadd;
    ;
}

.footer-col.contact-info a {
    color: inherit;
    /* Inherit text color from parent */
    text-decoration: none;
    /* Remove underline */
    font-weight: 500;
    /* Slightly bold for emphasis */
    transition: color 0.3s ease;
}

.footer-col.contact-info a:hover {
    color: #007BFF;
    /* Change to your brand color on hover */
    text-decoration: underline;
}


.footer-col h2,
.footer-col h3,
.footer-col h4 {
    color: #ffffff;
    margin-bottom: 16px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.footer-col ul li {
    margin-bottom: 8px;
}

.footer-col ul li a {
    text-decoration: none;
    color: #d6eadd;
    font-size: 14px;
    line-height: 2;
}

.social-icons {
    margin-bottom: 20px;
}

.social-icons a img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    filter: brightness(0) invert(1);
    transition: opacity 0.3s ease;
}

.social-icons a:hover img {
    opacity: 0.8;
}

.cta-button {
    background-color: #ffffff;
    color: #1a4831;
    border: none;
    padding: 10px 18px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.cta-button:hover {
    background-color: #d0f1b2;
}

.footer-bottom {
    text-align: center;
    font-size: 14px;
    color: #c4e3c4;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #2c6145;
}

/* ------------------------------- */
/* 📱 Responsive Design Enhancements */
/* ------------------------------- */

/* General container padding adjustments */
@media (max-width: 1024px) {

    .container,
    .container-content {
        padding: 0 30px;
    }

    h1,
    h2,
    h3,
    h4 {
        text-align: center;
    }

    .btn {
        display: block;
        margin: 20px auto;
    }
}

/* Tablet screens */
@media (max-width: 768px) {

    /* Header */
    .nav {
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
        background: rgba(255, 255, 255, 0.9);
    }

    .menu-icon ul {
        flex-direction: column;
        gap: 10px;
    }

    .hero h2 {
        font-size: 1.8rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .hero .btn {
        font-size: 1rem;
        padding: 10px 25px;
    }

    /* About section */
    .about-content {
        flex-direction: column;
        text-align: center;
    }

    .about-content .image {
        order: -1;
        margin-bottom: 20px;
    }

    /* Services section */
    .service-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .card {
        padding: 20px;
    }

    /* Company sections */
    .company-section {
        flex-direction: column;
        gap: 20px;
    }

    /* Contact section */
    .contact-container {
        flex-direction: column;
        text-align: center;
    }

    .contact-info,
    .contact-form {
        width: 100%;
    }

    /* Footer */
    footer {
        flex-direction: column;
        text-align: center;
    }

    footer .footer-col {
        margin-bottom: 20px;
    }
}

/* Mobile screens */
@media (max-width: 480px) {
    h1 {
        font-size: 1.6rem;
    }

    h2 {
        font-size: 1.4rem;
    }

    p {
        font-size: 0.9rem;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

    .btn {
        font-size: 0.9rem;
        padding: 8px 20px;
    }

    .nav {
        padding: 5px;
    }

    .logo h1 {
        font-size: 1.2rem;
    }
}