.seo-hero-section {
    width: 100%;
    padding: 30px;
    overflow: hidden;
    background: linear-gradient(0deg, #f8fafc, #e0f2fe);
    align-items: center;
    display: flex;
    position: relative;
}

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

.main-illustration-wrapper {
    flex: 1;
    position: relative;
    z-index: 4;
}

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

.background-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    filter: drop-shadow(0 6px 10px rgba(245, 166, 35, 0.15));
}

.background-shape svg {
    width: 100%;
    height: 100%;
    display: block;
}

.background-shape path {
    fill: url(#orangeGradient);
}

/* why googleads section  */
.why-google-ads-section {
    text-align: center;
}

.why-google-ads-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.why-google-ads-container p {
    color: var(--gray);
    font-size: 1rem;
    text-align: start;
}

.why-google-ads-container h5 {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.google-ads-benefits-step-box {
    position: relative;
    padding: 20px 10px;
    margin: 10px;
    background: #f9f9f9;
    border-radius: 0 40px 0 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: 0.3s ease;
}

.google-ads-benefits-step-box:hover {
    transform: translateY(-5px);
}

.google-ads-benefits-step-box .google-ads-benefits-step-num {
    position: absolute;
    top: -15px;
    left: -15px;
    background: #222;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Color Variants */
.step-box1 {
    border: 3px solid #ec407a;
}

.step-box1 .google-ads-benefits-step-num {
    background: #ec407a;
}

.step-box2 {
    border: 3px solid #ff7043;
}

.step-box2 .google-ads-benefits-step-num {
    background: #ff7043;
}

.step-box3 {
    border: 3px solid #66bb6a;
}

.step-box3 .google-ads-benefits-step-num {
    background: #66bb6a;
}

.step-box4 {
    border: 3px solid #26c6da;
}

.step-box4 .google-ads-benefits-step-num {
    background: #26c6da;
}

.step-box5 {
    border: 3px solid #5c6bc0;
}

.step-box5 .google-ads-benefits-step-num {
    background: #5c6bc0;
}

/* offer section */
.googleads-offer-section {
    text-align: center;
}

.googleads-offer-section-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.googleads-offer-card {
    background-color: #96dbf41f;
    color: #000000;
    border-radius: 16px;
    padding: 50px 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);
}

.googleads-offer-card:hover {
    transform: translateY(-6px);
}

.googleads-offer-img {
    width: 110px;
    height: 110px;
    border-radius: 10%;
    object-fit: cover;
    margin-bottom: 20px;
}

.googleads-offer-name {
    font-weight: 600;
    margin-bottom: 0.75rem;

}

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

/* Corner shapes */
.corner-shape {
    position: absolute;
    background: hsl(206, 73%, 90%);
    /* light blue shape color */
    width: 60px;
    height: 60px;
    border-radius: 0 0 60px 0;
    z-index: 1;
}

/* Top-left corner shape */
.corner-shape.top-left {
    top: 0;
    left: 0;
    border-radius: 0 0 60px 0;
}

/* Bottom-right corner shape */
.corner-shape.bottom-right {
    bottom: 0;
    right: 0;
    border-radius: 60px 0 0 0;
}

/* process section */
.googleads-process-section {
    text-align: center;
}

.googleads-process-container {
    position: relative;
}

.googleads-process-steps-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-wrap: nowrap;
}

.googleads-process-step-box {
    width: 160px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.googleads-process-top-step {
    align-self: flex-start;
}

.googleads-process-bottom-step {
    align-self: flex-end;
    margin-top: 20px;
}

.googleads-process-hexagon {
    width: 144px;
    height: 120px;
    margin: 0 auto;
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.googleads-process-hexagon::before {
    content: attr(data-step);
    width: 117px;
    height: 95px;
    background: white;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    line-height: 50px;
    clip-path: inherit;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.googleads-process-hexagon.googleads-process-hexagon1 {
    background: #22b3e3;
}

.googleads-process-hexagon.googleads-process-hexagon2 {
    background: #2aaee4c2;
}

.googleads-process-hexagon.googleads-process-hexagon3 {
    background: linear-gradient(270deg, #fa923dab, #2aaee4d1);
}

.googleads-process-hexagon.googleads-process-hexagon4 {
    background: #fa923db8;
}

.googleads-process-hexagon.googleads-process-hexagon5 {
    background: #fa923dfa;
}

.googleads-process-step-info {
    margin-top: 15px;
}

.googleads-process-icon {
    font-size: 24px;
    margin-bottom: 8px;
    color: rgb(56, 54, 54);
}

.googleads-process-step-info h4 {
    font-size: 16px;
    margin-bottom: 5px;
    color: rgb(56, 54, 54);
    font-weight: 700;
}

.googleads-process-step-info p {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.4;
}

.googleads-process-arrows {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.googleads-process-arrow {
    position: absolute;
    width: 130px;
    height: 2px;
    border-top: 2px dotted var(--gray);
}

.googleads-process-arrow::after {
    content: ">";
    font-size: 18px;
    color: var(--gray);
    position: absolute;
    transform: rotate(9deg);
}

.googleads-process-arrow-1 {
    top: 135px;
    left: 150px;
    transform: rotate(-38deg);
}

.googleads-process-arrow-1::after {
    top: -14px;
    right: -10px;
}

.googleads-process-arrow-2 {
    top: 120px;
    left: 445px;
    transform: rotate(30deg);
}

.googleads-process-arrow-2::after {
    top: -14px;
    right: -10px;
}

.googleads-process-arrow-3 {
    top: 140px;
    left: 720px;
    transform: rotate(-38deg);
}

.googleads-process-arrow-3::after {
    top: -14px;
    right: -10px;
}

.googleads-process-arrow-4 {
    top: 130px;
    left: 1015px;
    transform: rotate(30deg);
}

.googleads-process-arrow-4::after {
    top: -14px;
    right: -10px;
}

/* For screens 1024px and below */
@media (max-width: 1024px) {
    .seo-hero-section {
        padding: 20px;
    }

    .seo-hero-section-text {
        font-size: 0.9rem;
    }

    .main-illustration {
        width: 80%;
        height: auto;
    }

    .googleads-process-steps-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }

    .googleads-process-step-box {
        width: 140px;
    }

    .googleads-process-hexagon {
        width: 120px;
        height: 100px;
    }

    .googleads-process-hexagon::before {
        width: 100px;
        height: 80px;
        font-size: 14px;
        line-height: 40px;
    }

    /* Adjust arrows position */
    .googleads-process-arrow-1 {
        top: 139px;
        left: 149px;
        width: 80px;
    }

    .googleads-process-arrow-2 {
        top: 139px;
        left: 349px;
        width: 80px;
    }

    .googleads-process-arrow-3 {
        top: 139px;
        left: 519px;
        width: 80px;
    }

    .googleads-process-arrow-4 {
        top: 133px;
        left: 700px;
        width: 88px;
    }
}

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

    .seo-hero-section-text {
        font-size: 0.8rem;
    }

    .main-illustration {
        width: 100%;
        height: auto;
    }

    .googleads-process-arrows {
        display: none;
    }
}


@media (max-width: 768px) {
    .seo-hero-section {
        padding: 30px;
        text-align: start;
    }
    
    .why-google-ads-section {
        padding: 30px;
    }

    .googleads-offer-section {
        padding: 30px;
    }

    .googleads-process-arrows {
        display: none;
    }
}