
    .report-section {
        background: #ECFCF5;
        padding: 64px 104px;
        display: flex;
        justify-content: center;
    }

    .report-container {
        display: flex;
        max-width: 1240px;
        gap: 50px;
        flex-wrap: wrap;
    }

    .report-image {
        position: relative;
        flex: 1 1 350px;
        display: flex;
        justify-content: center;
    }

    .report-image img {
        width: 100%;
        max-width: 575px;
        border-radius: 10px;
    }

    .info-card {
        position: absolute;
        background: white;
        padding: 12px 16px;
        border-radius: 8px;
        width: 260px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        font-size: 13px;
        height: 115px;
    }

    .card1 {
        bottom: 20px;
        left: 5%;
    }

    .card2 {
        bottom: 20px;
        right: 2%;
    }

    .tag {
        font-size: 10px;
        font-weight: bold;
        margin: 0 0 6px 0;
        letter-spacing: 1px;
    }

    .green-snapshot {
        background-color: #49996533;
        color: #499965;
         display: flex;
        justify-content: center;
        text-align: center;
        padding: 2px 12px;
        margin-bottom: 10px !important;
    }

    .gray-snapshot {
        background-color: #4999651A;
        color: #499965;
        display: flex;
        justify-content: center;
        text-align: center;
        padding: 2px 12px;
         margin-top: 10px !important;
    }

    .report-content {
        flex: 1 1 400px;
    }

    .report-content h2 {
        font-size: 40px;
        margin-bottom: 10px;
        font-weight: 400;
        line-height: 120%;
        font-family: "Replica LL", sans-serif;
    }

    .report-content h4 {
        font-size: 16px;
        line-height: 1.6;
        color: #111;
        font-weight: 700;
        font-family: "Roboto", sans-serif;
    }

    .report-content .descript {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 15px;
        color: #111;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
    }

    .report-content ul {
        padding-left: 20px;
        margin-bottom: 15px;
    }

    .report-content li {
        margin-bottom: 5px;
        line-height: 1.6;
        font-size: 16px;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
    }

    .shop-btn-report {
        background: #000;
        color: #fff;
        padding: 12px 30px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
        width: 250px;
        display: block;
        justify-content:center;
        text-align:center;
    }

    .shop-btn-report:hover {
        background: #222;
    }

    .info-card h4 {
        font-size: 16px;
        margin-bottom: 5px;
        font-weight: 400;
        line-height: 120%;
        font-family: "Replica LL", sans-serif;
        color: #fff;
    }
    .card2  h4 {
        font-size: 16px;
        margin-bottom: 5px;
        font-weight: 400;
        line-height: 120%;
        font-family: "Replica LL", sans-serif;
        color: #111;
    }
    .info-card .desc {
        margin-bottom: 5px;
        line-height: 1.6;
        font-size: 12px;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
        color: #fff;
    }
    .card2  .desc {
        margin-bottom: 5px;
        line-height: 1.6;
        font-size: 12px;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
        color: #111;
    }
    .reports-card-parent .card1 {
        background-color: #00301B;
        border-radius: 4px;
        padding: 12px 8px;
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .reports-card-parent .card2 {
        background-color: #FFFFFF;
        border-radius: 4px;
        padding: 12px 8px;
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .report-card-image {
        width: 48px;
    }
    .report-card-image img {
        width: 100%;
    } 
    /* Responsive */
    @media (max-width: 768px) {
        .report-container {
            flex-direction: column;
            text-align: center;
        }

        .report-image img {
            max-width: 575px;
        }

        .info-card {
            position: static;
            margin: 10px auto;
        }

        .report-content {
            text-align: left;
        }
    }

    @media (max-width: 375px) {
        .report-content h2 {
            font-size: 20px;
        }
    }

    @media (min-width: 325px) and (max-width: 767px) {
        .info-card {
            position:absolute;
            width:160px;
            height:130px;
        }
        .green-snapshot {
            font-size:7px !important;
            margin-top: 5px;
        }
        .gray-snapshot {
            font-size:6px !important;
            margin-top: 5px;
        }
        .info-card h4 {
            font-size:14px;
            margin-bottom: 2px !important;;
        }
        .report-content .desc {
            font-size: 10px !important;
            margin:5px 0px !important;
        }
        .report-section {
            padding: 32px 16px;
        }

        .report-content .desc {
            text-align: left;
            margin-bottom: 0px;
            margin: 15px 0px;
        }

        .shop-btn-report {
            width: 100%;
        }
        .info-card {
            display:block !important;
        }
        .info-card-mobileview {
            display:flex;
        }
        .report-card-image {
            width: 32px !important;
        }
        .card1 {
            left:2% !important;
        }
        .card2 {
            right:2% !important;
        }
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        .report-content h2 {
            text-align: start;
        }

        .report-image img {
            max-width: 100%;
        }

        .report-section {
            padding: 32px 16px;
        }

        .shop-btn-report {
            width: 100%;
        }
    }