.seo-hero-section {
    /* min-height: 70vh; */
    background: linear-gradient(0deg, #f8fafc, #e0f2fe);
    display: flex;
    overflow: hidden;
    align-items: center;
}

.seo-hero-section-text {
    font-size: 1rem;
    color: var(--gray);
}

.main-illustration {
    width: 90%;
    height: 90%;
    object-fit: cover;
}

/* why use seo section */
.why-use-seo-section p {
    text-align: start;
    color: var(--gray);
    font-size: 1rem;
}

.seo-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.seo-subcard {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    height: 50px;
}

.seo-subcard .icon {
    font-size: 2rem;
    color: var(--primary);
    flex-shrink: 0;
    width: 40px;
    text-align: center;
}

.seo-subcard .seo-subcard-content p {
    margin: 0;
    font-weight: 600;
    color: var(--gray);
    font-size: 1rem;
}


/* offer section */
.offer-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
}

.row>div:nth-child(odd) .offer-card {
    border-top: 5px solid var(--secondary);
}

.row>div:nth-child(even) .offer-card {
    border-top: 5px solid var(--primary);
}

.offer-img {
    width: 110px;
    height: 110px;
    border-radius: 10%;
    object-fit: cover;
    box-shadow: 0 6px 15px rgba(250, 146, 61, 0.3);
    margin-bottom: 20px;
    border: 3px solid #fff;
}

.offer-section h5 {
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.offer-desc {
    color: var(--gray);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* process-section */
.our-process-list .card {
    max-width: 90%;
    margin: 0 auto;
}

svg.approach-arrow {
    display: block;
    width: 27%;
    height: auto;
}

.our-process-list .card span {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--primary);
    font-size: 75px;
    font-weight: 600;
    letter-spacing: 7px;
    font-style: normal;
    -webkit-text-fill-color: transparent;
    margin-bottom: -10px;
    display: block;
    margin-left: -50px;
}

.our-process-list .card p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--gray);
    font-size: 1rem;
}

.our-process-list .card h5 {
    font-weight: 700;
    color: var(--secondary);
}

.our-process-list .image-wrapper {
    margin-top: 45%;
}

.our-process-list .item:not(:last-child) {
    margin-bottom: 120px;
    position: relative;
    z-index: 0;
}

.our-process-list {
    position: relative;
}

.approach-arrow {
    position: absolute;
    top: 260px;
    left: 380px;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 160px;
}

.our-process-list .item:nth-child(even):before {
    left: inherit;
    right: calc(0% - 250px);
}

.our-process-list .item:last-child:after {
    display: none;
}

.our-process-list .item {
    position: relative;
}

@media(max-width: 1399px) {
    .approach-arrow {
        position: absolute;
        top: 310px;
        left: 380px;
        right: 0;
        margin: 0 auto;
        width: 80%;
        height: 160px;
    }
}

@media(max-width: 1199px) {
    .approach-arrow {
        position: absolute;
        top: 345px;
        left: 380px;
        right: 0;
        margin: 0 auto;
        width: 80%;
        height: 160px;
    }
}

@media(max-width: 1024px) {
    .seo-hero-section {
        text-align: start;
    }

    .main-illustration {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .seo-image {
        width: 100%;
        height: 350px;
        object-fit: cover;
        display: block;
    }

    .seo-subcard {
        height: auto;
        padding: 12px 16px;
        gap: 10px;
    }

    .seo-subcard .icon {
        font-size: 1.8rem;
        width: 35px;
    }

    .seo-subcard .seo-subcard-content p {
        font-size: 1rem;
    }

    .our-process-list .card {
        max-width: 95%;
    }

    .our-process-list .card span {
        font-size: 60px;
        letter-spacing: 4px;
        margin-left: -30px;
    }

    .our-process-list .image-wrapper {
        margin-top: 50%;
    }

    svg.approach-arrow {
        display: block;
        width: 30%;
        height: auto;
    }

    .approach-arrow {
        top: 295px;
        left: 354px;
        width: 100%;
        height: 120px;
    }

    .our-process-list .item:not(:last-child) {
        margin-bottom: 145px;
    }
}

@media(max-width: 992px) {
    .seo-hero-section {
        text-align: center;
    }

    .image-wrapper2 {
        top: 30%;
        left: 75%;
        transform: translate(-50%, -50%);
        width: 32%;
        height: auto;
      }

    .our-process-list .card span {
        font-size: 45px;
        margin-left: -20px;
        letter-spacing: 3px;
    }

    .our-process-list .card p {
        
        font-size: 0.95rem;
    }

    .our-process-list .image-wrapper {
        display: none;
    }

    .approach-arrow {
        display: none;
    }

    .our-process-list .item:not(:last-child) {
        margin-bottom: 15px;
    }

    svg.approach-arrow {
        display: none;
    }
}

@media(max-width: 576px) {
    .seo-hero-section {
        text-align: center;
    }

    .main-illustration {
        width: 100%;
        height: auto;
        margin-top: 15px;
    }

    .image-wrapper2 {
        top: 87%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60%;
        height: auto;
    }

    .seo-subcard {
        flex-direction: row;
        align-items: flex-start;
        height: auto;
        padding: 10px 14px;
    }

    .seo-subcard .icon {
        font-size: 1.5rem;
        width: 30px;
    }

    .seo-subcard .seo-subcard-content p {
        font-size: 0.95rem;
        line-height: 1.4;
    }

    .our-process-list .card {
        max-width: 100%;
        padding: 10px;
    }

    .our-process-list .card span {
        font-size: 35px;
        letter-spacing: 2px;
        margin-left: 0;
        margin-bottom: 0;
    }

    .our-process-list .card h5 {
        font-size: 1rem;
    }

    .our-process-list .card p {
        font-size: 0.9rem;
    }

    .our-process-list .image-wrapper {
        display: none;
    }

    .approach-arrow {
        display: none;
    }

    svg.approach-arrow {
        display: none;
    }

    .seo-image {
        width: 100%;
        height: 275px;
        object-fit: cover;
        display: block;
    }
}