* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    overflow-x: hidden;
    background-color: #F7FDff;
}

.seo-about {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.5rem;
    padding: 2rem 1.5rem;
    background-color: #F7FDff;
    padding-bottom: 20px;
}

.text-green {
    color: #22c55e;
}

.icon-background {
    background-color: #ecfdf5;
    color: #059669;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.hero-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.hero-title-container {
    width: 100%;
    margin-bottom: 2rem;
}

.hero-title {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.25;
    color: #1a202c;
}

.hero-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: #4a5568;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.hero-description-container {
    width: 100%;
}

.hero-description {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.625;
}

.content-section {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.services-heading {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a202c;
    text-align: center;
}

.service-image-pair {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.service-group {
    width: 100%;
}

.service-item {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
}

.service-item:last-child {
    margin-bottom: 0;
}

.service-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 0.5rem;
}

.service-description {
    color: #4a5568;
}

.image-section-interleaved {
    width: 100%;
    /* height: 400px; */
    display: flex;
    justify-content: center;
}

.image-wrapper-small {
    width: 100%;
    max-width: 28rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.image-wrapper-small img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0.5rem;
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 3rem;
    }

    .hero-description {
        font-size: 1.125rem;
    }

    .image-wrapper-small {
        max-width: 32rem;
    }

    .service-image-pair {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 3rem;
    }

    .service-group {
        width: 50%;
    }

    .image-section-interleaved {
        width: 50%;
        justify-content: flex-end;
    }

    .service-image-pair:nth-child(odd) .service-group {
        order: 1;
    }

    .service-image-pair:nth-child(odd) .image-section-interleaved {
        order: 2;
    }

    .service-image-pair:nth-child(even) .service-group {
        order: 2;
    }

    .service-image-pair:nth-child(even) .image-section-interleaved {
        order: 1;
    }
}

@media (min-width: 1024px) {
    .hero-section {
        flex-direction: row;
        align-items: center;
        margin-bottom: 5rem;
    }

    .hero-title-container {
        width: 50%;
        margin-bottom: 0;
    }

    .hero-title {
        font-size: 3.75rem;
    }

    .hero-description-container {
        width: 50%;
        padding-left: 4rem;
    }

    .service-image-pair {
        gap: 4rem;
    }
}


.seo-main-container {
    background-color: #0d4a41;
    width: 100%;
}

.seo-content-wrapper {
    background-color: #0d4a41;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.seo-laptop-section {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}

.seo-laptop-image {
    width: 90%;
    max-width: 700px;
    height: auto;
    z-index: 1;
}

.seo-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2.5rem;
    max-width: 300px;
    min-width: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.seo-feature-item {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
}

.seo-feature-item i {
    color: #22c55e;
    margin-right: 0.5rem;
}

/* Responsive adjustments */
@media (min-width: 768px) {

    .seo-main-container {
        padding: 2rem 4rem;
    }

    .seo-laptop-image {
        width: 80%;
        max-width: 800px;
    }

    .seo-case-study-details h1 {
        font-size: 3rem;
    }

    .seo-features-grid {
        grid-template-columns: 1fr 1fr;
        max-width: none;
        justify-content: center;
    }
}

@media (min-width: 1024px) {

    .seo-content-wrapper {
        flex-direction: row;
        align-items: flex-start;
        gap: 5rem;
    }

    .seo-laptop-section {
        width: 50%;
        margin-bottom: 0;
        justify-content: flex-start;
    }

    .seo-laptop-image {
        width: 100%;
        max-width: 600px;
    }

    .seo-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem 2rem;
        justify-content: flex-start;
        margin-top: 4 0px;
    }
}

@media (min-width: 1280px) {
    .seo-laptop-image {
        max-width: 700px;
    }
}


.seo-cards-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
    text-align: center;
}

.seo-cards-header {
    margin-bottom: 3rem;
}

.seo-cards-header h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 1rem;
}

.seo-cards-grid {
    display: grid;
    grid-template-columns: 1fr;
    /* Single column on small screens */
    gap: 1.5rem;
    /* Space between cards */
    justify-content: center;
    margin: 0 auto;
}

.seo-card {
    width: 100%;
    max-width: 280px;
    height: 200px;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem;
    color: #ffffff;
    text-align: left;
        margin: 0 auto;

}

.seo-card-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/assets/images/who-we-are.png');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.seo-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(34, 197, 94, 0.842), rgba(5, 150, 104, 0.855));
    z-index: 2;
}

.seo-card-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.seo-card-icon {
    font-size: 2.2rem;
    color: #ffffff;
    margin-bottom: auto;
    align-self: flex-start;
}

.seo-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.seo-card-subtitle {
    font-size: 0.875rem;
    font-weight: 400;
    opacity: 0.9;
}

/* Responsive adjustments */
@media (min-width: 640px) {
    .seo-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .seo-cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .seo-cards-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 2rem;
    }

    .seo-cards-header h1 {
        font-size: 3rem;
    }
}


.seo-services-container {
    max-width: 1200px;
    margin: 3rem auto;
    padding: 2rem;
    text-align: center;
}

/* Section with Image Layout */
.seo-section-with-image {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.seo-section-content {
    width: 100%;
    text-align: center;
}

.seo-section-content h2 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 1.5rem;
}

.seo-section-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: left;
    max-width: 500px;
}

.seo-section-list li {
    background-color: #ffffff;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    font-size: 1rem;
    color: #1a202c;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}

.seo-section-list li i {
    margin-right: 0.75rem;
    font-size: 1.2rem;
}

/* Specific icon colors for performance list */
.seo-performance-list li i {
    color: #22c55e;
}

/* Specific icon colors for why choose list */
.seo-why-choose-list li i {
    color: #22c55e;
}

.seo-section-image-wrapper {
    width: 90%;
    max-width: 400px;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.seo-section-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive adjustments */
@media (min-width: 640px) {
    .seo-section-list {
        grid-template-columns: repeat(2, 1fr);
        max-width: none;
    }
}

@media (min-width: 1024px) {
    .seo-section-with-image {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 4rem;
    }

    .seo-section-content {
        width: 55%;
        text-align: left;
    }

    .seo-section-image-wrapper {
        width: 40%;
        max-width: none;
    }

    .seo-section-with-image:nth-of-type(odd) .seo-section-content {
        order: 1;
    }

    .seo-section-with-image:nth-of-type(odd) .seo-section-image-wrapper {
        order: 2;
    }

    .seo-section-with-image:nth-of-type(even) .seo-section-content {
        order: 2;
    }

    .seo-section-with-image:nth-of-type(even) .seo-section-image-wrapper {
        order: 1;
    }
}


.performance-section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
    text-align: center;
}

.performance-header {
    margin-bottom: 3rem;
}

.performance-header h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 1rem;
}

.performance-content-layout {
    display: flex;
    flex-direction: column;
    /* Stack on small screens */
    align-items: center;
    gap: 3rem;
    /* Space between image and content */
}

.image-column {
    width: 90%;
    /* Responsive width for image */
    max-width: 500px;
    /* Max width for the image */
    border-radius: 1rem;
    overflow: hidden;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); */
}

.image-column img {
    width: 100%;
    height: auto;
    display: block;
}

.text-column {
    width: 100%;
    text-align: left;
    /* Align text to left within its column */
    margin: auto 0;
}

.text-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    /* Single column for list items on small screens */
    gap: 1.25rem;
    /* Space between list items */
}

.text-column li {
    background-color: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    /* Lighter shadow for list items */
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
    /* Align icon and text to top */
    font-size: 1rem;
    color: #1a202c;
    line-height: 1.5;
}

.text-column li i {
    font-size: 1.5rem;
    color: #22c55e;
    /* Vibrant green */
    margin-right: 1rem;
    flex-shrink: 0;
    /* Prevent icon from shrinking */
    margin-top: 0.2rem;
    /* Adjust icon vertical alignment */
}

.text-column li span {
    font-weight: 600;
    /* Make the title part bold */
}

/* Responsive adjustments */
@media (min-width: 768px) {

    /* md breakpoint */
    .performance-header h1 {
        font-size: 3rem;
    }

    .text-column ul {
        grid-template-columns: repeat(2, 1fr);
        /* Two columns for list items */
    }
}

@media (min-width: 1024px) {

    /* lg breakpoint */
    .performance-content-layout {
        flex-direction: row;
        /* Side-by-side layout */
        align-items: flex-start;
        /* Align content to the top */
        gap: 5rem;
        /* Larger gap between image and content */
    }

    .image-column {
        width: 45%;
        /* Image takes less than half width */
        max-width: none;
        /* Remove max-width */
    }

    .text-column {
        width: 55%;
        /* Text takes more than half width */
    }

    .performance-header h1 {
        font-size: 3.5rem;
    }

    .text-column ul {
        grid-template-columns: 1fr;
        /* Back to single column for list items in side-by-side layout */
    }
}

@media (min-width: 1200px) {

    /* xl breakpoint for larger screens */
    .text-column ul {
        grid-template-columns: repeat(2, 1fr);
        /* Two columns for list items on very large screens */
    }
}


hr {
    width: 95%;
    color: #1a202c;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0 ;
}