﻿.main-section {
    background: url(../NewDesign/Covaragereport/background.png) no-repeat;
    background-size: cover;
}

.steps-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 20px;
}

.icon-show {
    display: none;
}

.coverage-steps .step-box {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}

.coverage-steps .step-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}

.coverage-steps .step-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.coverage-steps .step-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    padding: 0 10px;
}

.highlight-text {
    text-align: center;
    margin-top: 20px;
    color: red;
    font-weight: 700;
    margin-bottom: 30px;
}
.Heading-25px{
    font-size:25px !important;
}
.bg-banner {
    background: url('../NewDesign/Covaragereport/reportmatterbanner.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.whycoveragetext {
    color: white;
    margin-top:-50px;
}

.covergeredback {
    height: auto;
    padding: 116px 20px;
    min-height: 500px;
}

.coverage-container {
    max-width: 1200px;
    margin: 0 auto;
}

.coverage-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.coverage-card {
    background: url(../NewDesign/Covaragereport/whycoveragebak.png) no-repeat;
    border-radius: 15px;
    padding: 30px 25px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .card-icon svg {
        width: 32px;
        height: 32px;
        fill: #e53e3e;
    }

.card-title {
    font-size: 24px !important;
    font-weight: 800;
    color: #2d3748;
    margin-bottom: 15px;
    line-height: 1.3;
}

.card-description {
    font-size: 17px;
    color: #718096;
    line-height: 1.6;
    flex-grow: 1;
}

.card-number {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 47px;
    font-weight: 700;
    z-index: 10;
}

.color-danger {
    color: #E81D25;
}

.bullet-heading {
    position: relative;
    padding-left: 20px;
}

    .bullet-heading::before {
        content: "•";
        position: absolute;
        left: -4px;
        top: 4px;
        font-size: 21px;
        font-weight: 900;
        line-height: 1;
        color: inherit;
    }

.position {
    position: relative;
    top: 100px;
}

.testimonial-section {
    margin-top: 170px;
}

.bgcolor {
    background-color: #F2F2F2 !important;
    margin-bottom: 20px;
}

.affiliate-section-max-width {
    max-width: 1200px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-content {
    display: none;
    padding: 15px 20px 25px 25px;
    margin-top: -10px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    border-radius: 8px;
}

.accordion-header {
    cursor: pointer;
    padding: 10px 15px 10px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(242, 242, 242) !important;
    border-radius: 8px;
}

.accordion-header-h1 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    padding-right: 2%;
    max-width: 585px;
}

.accordion-icon {
    width: 20px;
    height: 20px;
    background-image: url(/Content/images/Affiliate/faq_plus_img.png);
    background-size: cover;
    margin-right: 7px;
    background-position: center;
}

.accordion-header.active .accordion-icon {
    background-image: url(/Content/images/Affiliate/faq_minus_img.png);
    height: 4px;
    margin-right: 7px;
}

.accordion-content {
    display: none;
    padding: 15px 20px 25px 25px;
    margin-top: -10px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    background-color: rgb(242, 242, 242);
    border-radius: 8px;
}

.faq-line {
    border-top: 2px solid hsl(0, 0%, 71%);
    margin: -10px 0px 5px 0px;
}
/* Responsive Design */
@media (max-width: 768px) {
    .covergeredback {
        padding: 68px 15px;
    }

    .coverage-grid {
        grid-template-columns: 1fr;
    }

    .coverage-card {
        padding: 25px 20px;
        margin-top: 50px;
    }

    .card-title {
        font-size: 18px;
    }

    .card-description {
        font-size: 13px;
    }

    .position {
        position: relative !important;
        top: 0 !important;
    }

    .whycoveragetext {
        margin-top: -10px;
    }
}

@media (max-width: 480px) {
    .covergeredback {
        padding: 72px 10px;
    }

    .coverage-card {
        padding: 20px 15px;
        min-height: 220px;
    }

    .card-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }

        .card-icon svg {
            width: 28px;
            height: 28px;
        }

    .card-title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .card-description {
        font-size: 12px;
    }

    .card-number {
        width: 45px;
        height: 45px;
        font-size: 20px;
        bottom: -45px;
    }

    .position {
        position: relative !important;
        top: 0 !important;
    }
}

@media (min-width: 1200px) {
    .coverage-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .position {
        position: relative !important;
        top: 0 !important;
    }

    .description-text {
        margin-bottom: 30px;
    }

    .testimonial-section {
        margin-top: 40px;
    }

    .icon-show {
        display: inline;
        justify-content: center;
    }

    .responsive_img {
        display: none;
    }
    .coverage-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.gap{
    gap:30px;
}

@media (min-width: 627px) and (max-width:991px){
    .coverage-card {
        width: 65%;
        margin-top:50px;
    }
}