.googleads-hero-section {
    background: linear-gradient(0deg, #f8fafc, #e0f2fe);
    overflow: hidden;
    align-items: center;
    display: flex;
    position: relative;
}

.googleads-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 p {
    color: var(--gray);
    font-size: 1rem;
}

.google-ads-benefits-step-box h5 {
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.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;
}

.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;
}

.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-card h5 {
    font-weight: 700;
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

.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: #2aaee48c;
    /* background: linear-gradient(270deg, #fa923dab, #2aaee4d1); */
}

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

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

.googleads-process-hexagon.googleads-process-hexagon6 {
    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 h6 {
    margin-bottom: 5px;
    color: rgb(56, 54, 54);
    font-weight: 700;
}

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

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

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

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

    .googleads-process-step-box {
        width: calc(33.33% - 30px); 
        display: flex;
        flex-direction: column; 
        align-items: center;
        text-align: center;
    }

    .googleads-process-hexagon {
        order: 1;
        margin-bottom: 15px;
    }
    .googleads-process-step-info {
        order: 2;
    }
}

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

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

    .googleads-process-step-box {
        width: 45%; 
        display: flex;
        flex-direction: column; 
        align-items: center;
        text-align: center;
    }

    .googleads-process-hexagon {
        order: 1;
        margin-bottom: 15px;
    }
    .googleads-process-step-info {
        order: 2;
    }

    .googleads-process-bottom-step{
        margin: 0%;
    }

    .background-shape {
        display: none;
    }
}

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

    .background-shape {
        display: none;
    }
    
    .main-illustration {
        width: 80%;
        height: auto;
    }

    .googleads-process-step-box {
        width: 80%;
    }
}