.hero {
    margin-top: 85px;
    position: relative;
    background: url("../images/google-ads/google-ads-wall.jpg") center center/cover no-repeat;
    padding: 90px 0;
    overflow: hidden;
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .88) 0%, rgb(0 0 0 / 78%) 45%, rgb(0 0 0 / 83%) 100%);
}

.hero h1 {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.1;
    max-width: 700px;
    color: #fff;
    margin-bottom: 15px;
}

.hero p {
    font-size: 16px;
    max-width: 550px;
}

/* Badge */
.badge {
    font-size: 14px;
    border-radius: 50px;
}

/* Stats */
.stats-list {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    max-width: 500px;
}

.stats-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(124, 124, 124, 0.76);
}

.stats-list img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    color: #fff;
}

.stats-list strong {
    color: #faac5e;
    font-size: 16px;
}

/* Premium Form */
.glass-card {
    background: rgb(255 255 255);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 8px;
    padding: 20px 10px;
    /* box-shadow: 0 25px 60px rgba(0, 0, 0, .35); */
}

.glass-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000 !important;
    margin-bottom: 8px !important;
}

.glass-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1px;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, .3),
            rgba(255, 255, 255, 0));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    pointer-events: none;
}

/* Inputs */
.glass-card .form-control {
    height: 54px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(18, 18, 18, 0.06);
    color: #000;
    padding: 0 16px;
}

.glass-card .form-control::placeholder {
    color: rgba(16, 16, 16, 0.65);
}

.glass-card .form-control:focus {
    background: rgba(255, 255, 255, .12);
    border-color: #fec758;
    /* box-shadow: 0 0 0 4px rgba(0, 212, 255, .15); */
}

/* Button */
.btn-primary {
    height: 56px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(135deg,
            #fec758,
            #faac5e);
    transition: .3s;
}

.btn-primary:hover {
    transform: translateY(-3px);
    /* box-shadow: 0 15px 35px rgba(124, 58, 237, .35); */
}

/* Mobile */
@media (max-width:991px) {

    .hero {
        padding: 70px 0;
    }

    .hero h1 {
        font-size: 24px;
    }

    .glass-card {
        margin-top: 20px;
    }

}



/* =============== our work flow ========================  */

.google-ads-campaing {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    padding: 8px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: all .4s ease;
}

.google-ads-campaing::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, .4),
            transparent);
    transition: .8s;
    z-index: 2;
}

.google-ads-campaing:hover::before {
    left: 100%;
}

.google-ads-campaing img {
    width: 100%;
    border-radius: 5px;
    display: block;
    transition: .5s ease;
}

.google-ads-campaing:hover img {
    transform: scale(1.05);
}




/* ================ google-ads service ============== */


.google-ads {
    background: #f8fafc;
    padding: 90px 0;
}

/* Heading */
.google-ads .google-ads-title h2 {
    font-size: 30px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
}

.google-ads .google-ads-title p {
    max-width: 750px;
    margin: auto;
    font-size: 16px;
    color: #64748b;
}

/* Card */
.google-ads .google-ads-card {
    position: relative;
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    height: 100%;
    overflow: hidden;
    transition: all .4s ease;
    border: 1px solid #e2e8f0;
}

.google-ads .google-ads-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #fec758, #faac5e);
    transform: scaleX(0);
    transition: .4s;
}

.google-ads .google-ads-card:hover::before {
    transform: scaleX(1);
}

/* Header */
.google-ads .google-ads-head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 22px;
}

.google-ads .google-ads-head img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    padding: 12px;
    background: linear-gradient(135deg, #eef6ff, #f5f3ff);
    border-radius: 16px;
}

.google-ads .google-ads-head h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
}

/* Content */
.google-ads .google-ads-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 25px;
}

/* Logos */
.google-ads .google-ads-logos {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: auto;
}

.google-ads .google-ads-logos img {
    height: 30px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    transition: .3s;
}

.google-ads .google-ads-card:hover .google-ads-logos img {
    filter: grayscale(0%);
}

/* Button */
.google-ads .google-ads-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    color: #7c3aed;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}

.google-ads .google-ads-btn:hover {
    color: #00d4ff;
    transform: translateX(5px);
}

@media(max-width:991px) {

    .google-ads .google-ads-title h2 {
        font-size: 34px;
    }

    .google-ads .google-ads-head h4 {
        font-size: 20px;
    }

}





/* ================== google-ads-trusted-brands ============= */


.google-ads-trusted-brands {
    /* background: #edf7fd; */
    padding: 70px 0;
}

.google-ads-trusted-brands .section-title {
    margin-bottom: 40px;
}

.google-ads-trusted-brands .section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #162238;
    margin: 0;
}

.brand-card {
    background: #edf7fd;
    border-radius: 7x;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: all .3s ease;
}

.brand-card:hover {
    transform: translateY(-5px);
}

.brand-card img {
    max-width: 140px;
    max-height: 55px;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media(max-width:991px) {

    .google-ads-trusted-brands .section-title h2 {
        font-size: 28px;
    }

    .brand-card {
        height: 85px;
        border-radius: 18px;
    }

    .brand-card img {
        max-width: 110px;
        max-height: 45px;
    }
}


/* ============== pricing-section ==================== */


.pricing-section {
    background: #f5f7fb;
}

.pricing-card {
    position: relative;
    border-radius: 7px;
    padding: 40px;
    height: 100%;
    overflow: hidden;
    transition: .4s;
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.pricing-card::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    top: -60px;
    right: -60px;
    background: rgba(255, 255, 255, .08);
}

.silver {
    background: #eef2f8;
}

.primary {
    background: #1492ef;
    color: #fff;
}

.gold {
    background: #f4c157;
}

.price {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}

.price span {
    font-size: 20px;
    font-weight: 400;
}

.sub-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.pricing-card h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

.pricing-card ul li {
    padding: 12px 0;
    font-size: 16px;
    position: relative;
    padding-left: 25px;
}

.pricing-card ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #00b140;
    font-size: 20px !important;
}

.primary ul li::before {
    color: #fff;
}

.pricing-btn {
    display: block;
    text-align: center;
    background: #08c000;
    color: #fff;
    text-decoration: none;
    padding: 18px;
    border-radius: 60px;
    font-size: 24px;
    font-weight: 700;
}

.pricing-btn:hover {
    color: #fff;
}

.popular-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    color: #1492ef;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
}





/* <!-- ==================== google-ads-why-choose-us ===================== --> */

.google-ads-why-choose-us {
    background: linear-gradient(90deg, #fec758 50%, #faac5e 100%);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.google-ads-why-choose-us .choose-content h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 18px;
}

.google-ads-why-choose-us .choose-content p {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
    max-width: 550px;
}

.google-ads-why-choose-us .choose-stats {
    margin-top: 25px;
}

.google-ads-why-choose-us .stat-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #fff;
    font-size: 16px;
}

.google-ads-why-choose-us .stat-item strong {
    font-size: 20px;
}

.google-ads-why-choose-us .stat-item i {
    font-size: 20px;
    width: 22px;
}

/* Cards */

.google-ads-why-choose-us .choose-card {
    height: 100%;
    border-radius: 16px;
    padding: 25px;
    transition: .3s;
}



.google-ads-why-choose-us .white-card {
    background: #fff;
}

.google-ads-why-choose-us .border-card {
    border: 1px solid rgba(255, 255, 255, .4);
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(10px);
}

.google-ads-why-choose-us .choose-card i {
    font-size: 32px;
    margin-bottom: 12px;
}

.google-ads-why-choose-us .choose-card h4 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 10px;
}

.google-ads-why-choose-us .choose-card p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.google-ads-why-choose-us .partner-card img {
    width: 120px;
    margin-bottom: 15px;
}

.google-ads-why-choose-us .partner-card {
    justify-content: center;
    text-align: center;
}

/* Mobile */

@media(max-width:991px) {

    .google-ads-why-choose-us {
        padding: 50px 0;
    }

    .google-ads-why-choose-us .choose-content h2 {
        font-size: 30px !important;
    }

    .google-ads-why-choose-us .choose-content p {
        font-size: 15px;
    }

    .google-ads-why-choose-us .choose-card {
        padding: 20px;
    }

    .google-ads-why-choose-us .choose-card h4 {
        font-size: 18px;
    }

}

/* ================= google-ads-testimonials ===================== */

.google-ads-testimonials {
    padding: 80px 0;
    background: #f8fbff;
}

.section-heading {
    margin-bottom: 50px;
}

.sub-title {
    color: #0d6efd;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.section-heading h2 {
    font-size: 42px;
    font-weight: 700;
    margin: 10px 0;
}

.section-heading p {
    color: #666;
}

.testimonial-card {
    background: #fff;
    border-radius: 7px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    transition: .3s;
}

.testimonial-card:hover {
    transform: translateY(-8px);
}

.active-card {
    background: linear-gradient(135deg, #faac5e, #fec758);
    color: #fff;
}

.quote-icon {
    font-size: 35px;
    margin-bottom: 15px;
    color: #00b894;
}

.active-card .quote-icon {
    color: #fff;
}

.testimonial-card p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.client-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.client-info img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.client-info h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.client-info span {
    font-size: 14px;
    opacity: .8;
}