.heading {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.main-header .container {
    background: #232220;
    box-shadow: 60px 60px 80px 0px rgba(0, 0, 0, 0.1);
}

.ppc-banner-sec {
    background-size: cover;
    background-position: center;
    background-color: #000;
    padding-top: 110px;
}
.ppc-banner-sec .heading {
    font-size: 70px;
    line-height: 1.1;
}
.ppc-banner-sec .content {
    font-weight: 400;
    font-size: 25px;
}

.ppc-risks-sec {
    background: #31B0C9;
    position: relative;
}
.ppc-risks-sec .inner-content {
    padding: 50px 0 50px 50px;
}
.ppc-risks-sec .inner-content .heading {
    font-weight: 500;
    line-height: 1;
}
.ppc-risks-sec .img-block img {
    object-fit: cover;
    object-position: center top;
}
.ppc-risks-sec .loop-item {
    background: #fff;
    margin-top: 25px;
    border-radius: 10px 0px 0px 10px;
    padding: 18px 30px;
    position: relative;
    padding-left: 110px;
}
.ppc-risks-sec .loop-item .title {
    font-weight: 400;
    font-size: 42px;
    line-height: 1.2;
    color: #000;
    text-transform: capitalize;
}
.ppc-risks-sec .loop-item .count {
    font-weight: 500;
    font-size: 42px;
    line-height: normal;
    font-variant-numeric: lining-nums;
    position: absolute;
    left: 30px;
    top: 20px;
    color: #31B0C9;
}
.ppc-risks-sec .loop-item .content {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 12px;
    transition: all 0.3s ease;
}

.ppc-risks-sec .loop-item:hover {
    background: #000;
    color: #fff;
}
.ppc-risks-sec .loop-item:hover * {
    color: #fff;
}

.ppc-cta-sec .inner-wraper {
    background: #f8f8f8;
    padding: 26px 30px;
    border-radius: 10px;
}
.ppc-cta-sec .btn {
    background: #191919;
    border-color: #191919;
    display: block;
    text-transform: none;
    text-align: left;
    font-weight: 400;
    font-size: 25px;
    max-width: 350px;
    line-height: 1;
    margin-left: auto;
    font-variant-numeric: lining-nums;
}
.ppc-cta-sec .btn span {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.ppc-cta-sec .btn svg, .ppc-cta-sec .btn img {
    position: absolute;
    right: 70px;
    bottom: 13px;
    width: 40px;
    height: 24px;
}
.ppc-cta-sec .btn:hover {
    background: #31B0C9;
    color: #fff;
    border-color: #31B0C9;
}

.ppc-contact-sec .form-wraper {
    background: #31B0C9;
    border-radius: 10px;
    padding: 50px 40px;
}
.ppc-contact-sec .cta-btn {
    font-weight: 400;
    font-size: 28px;
    line-height: normal;
    font-variant-numeric: lining-nums;
    display: flex;
    align-items: center;
    margin-top: 35px;
    color: #000;
}
.ppc-contact-sec .cta-btn svg, .ppc-contact-sec .cta-btn img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    display: block;
}
.ppc-contact-sec .sociallinks {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    margin-top: 100px;
}
.ppc-contact-sec .sociallinks li a {
    padding: 0;
    opacity: 1;
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
}
.ppc-contact-sec .sociallinks li a svg, .ppc-contact-sec .sociallinks li a img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}


.trusted-badge {
    display: inline-flex;
    align-items: center;
    background-color: #31B0C9;
    color: #fff;
    padding: 10px 16px;
    border-radius: 50px;
    font-size: 18px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    gap: 10px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: normal;
    font-variant-numeric: lining-nums proportional-nums;
}
.trusted-badge .circle-icon {
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #31B0C9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 15px;
}


/*===== Responsive CSS =========*/
@media (max-width:1600px) {
    .ppc-risks-sec .loop-item .title {
        font-size: 35px;
    }
    .ppc-risks-sec .loop-item {
        padding: 15px 30px;
        padding-left: 90px;
    }
    .ppc-risks-sec .loop-item .content {
        font-size: 16px;
        margin-top: 8px;
    }
}
@media (max-width:1400px) {
    .h2 .h2, h2, .heading, h2.title {
        font-size: 38px;
    }
    .ppc-banner-sec .heading {
        font-size: 52px;
    }
    .ppc-banner-sec .content {
        font-size: 18px;
    }
    .ppc-risks-sec .loop-item .count {
        font-size: 28px;
        left: 20px;
        top: 15px;
    }
    .ppc-risks-sec .loop-item .title {
        font-size:28px;
    }
    .ppc-risks-sec .loop-item .content {
        font-size: 16px;
        margin-top: 10px;
    }
    .ppc-risks-sec .loop-item {
        margin-top: 15px;
        padding: 15px 30px;
        padding-left: 70px;
    }
    .ppc-risks-sec .inner-content {
        padding: 35px 0 35px 40px;
    }
}
@media (max-width: 1199px) {
    .ppc-risks-sec .inner-content {
        padding: 60px 30px;
        margin: 0;
    }
    .menu-top li a {
        font-size: 13px;
    }
    ul.menu-top li {
        padding: 10px 10px;
    }
}
@media (max-width: 991px) {
    .h2 .h2, h2, .heading, h2.title {
        font-size: 32px;
    }
    .ppc-banner-sec .heading {
        font-size: 44px;
    }
    .inner-content {
        padding-bottom: 0;
        margin-top: 0px;
    }
    .heading br{
        display: none;
    }
    .ppc-risks-sec .img-col{
        display: none;
    }
    .ppc-risks-sec .inner-content .heading {
        margin-bottom: 30px;
        text-align: center;
    }
    .ppc-risks-sec .loop-item {
        border-radius: 10px;
    }
    .cta-btn-wrap {
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        gap: 0 16px;
    }
    .ppc-contact-sec .heading {
        text-align: center;
    }
    .ppc-contact-sec .sociallinks {
        margin-top: 30px;
        justify-content: center;
        width: 100%;
        margin-bottom: 30px;
    }
    .ppc-contact-sec .cta-btn {
        font-size: 22px;
        margin-top: 25px;
        width: calc(50% - 8px);
        justify-content: center;
    }
    .ppc-contact-sec .cta-btn svg, .ppc-contact-sec .cta-btn img {
        width: 22px;
        height: 22px;
        margin-right: 10px;
    }
    .ppc-cta-sec .btn {
        font-size: 23px;
        max-width: 400px;
        white-space: normal;
        margin: 0 auto;
    }
    .ppc-cta-sec .heading {
        text-align: center;
        margin-bottom: 20px;
    }
    .trusted-badge {
        font-size: 16px;
        margin: 25px 0 !important;
    }
    .ppc-cta-sec .inner-wraper, .ppc-cta-sec .inner-wraper .text-end {
        text-align: center !important;
    }
}

@media (max-width: 575px) {
    .h2 .h2, h2, .heading, h2.title {
        font-size: 30px;
    }
    .ppc-banner-sec .heading {
        font-size: 34px;
    }
    .ppc-banner-sec .content {
        font-size: 16px;
    }
    .ppc-contact-sec .cta-btn {
        font-size: 20px;
        width: 100%;
    }
    .ppc-contact-sec .form-wraper {
        padding: 30px 30px;
    }
    .ppc-risks-sec .inner-content {
        padding: 50px 20px;
    }
    .ppc-cta-sec .inner-wraper {
        padding: 26px 20px;
    }
    .ppc-cta-sec .btn {
        font-size: 16px;
        max-width: 300px;
        white-space: normal;
        margin: 0 auto;
        line-height: 1.4;
    }
    .ppc-cta-sec .btn span {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .ppc-cta-sec .btn svg, .ppc-cta-sec .btn img {
        right: 15px;
    }
    .ppc-risks-sec .loop-item .title {
        font-size: 22px;
    }
    .ppc-risks-sec .loop-item .count {
        font-size: 22px;
        left: 15px;
        top: 15px;
    }
    .ppc-risks-sec .loop-item {
        margin-top: 15px;
        padding-left: 55px;
    }
    .ppc-risks-sec .loop-item .content {
        font-size: 14px;
        margin-top: 0;
    }
}