 .side{
        margin-top: 159%;
    }
    .summary-title {
        width:40% !important;
}
.summary-value{
    width:60% !important;
}

    .box-shadow1{
        width:134%;
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
        padding:20px;
    }
    @media(max-width:992px){
       
    .box-shadow1{
        width:100%;
    }
}
     
     
     
               
               .report-country-box {
    width: 300px;
    font-family: Arial, sans-serif;
}

.report-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.report-dropdown {
    position: relative;
    width:100%;
}

.report-selected {
    padding: 10px;
    border-radius: 35px;
    border: 1px solid #dcdcdc;
    /*background: #f7f7f7;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
}

.report-arrow {
    font-size: 14px;
    color: #666;
}

.report-menu {
    display: none;
    position: absolute;
    width: 100%;
    margin-top: 3px;
    background: #fff;
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    z-index: 999;
}

.report-search {
    width: 100%;
    padding: 9px 15px;
    border-radius: 30px;
    border: 1px solid #ddd;
    outline: none;
    margin-bottom: 15px;
}

.report-options {
    max-height: 220px;
    overflow-y: auto;
}

.report-option {
    padding: 8px 14px;
    border-radius: 12px;
    transition: 0.2s ease;
    cursor: pointer;
}

.report-option:hover {
    background: #f2f2f2;
}

             .select-box {
    position: relative;
    width: 100%;
}

.select-box select {
    width: 100%;
    padding: 10px 40px 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
}

/* Default arrow (side style like now) */
.select-box::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: translateY(-60%) rotate(45deg); /* right-side arrow look */
    transition: 0.3s ease;
    pointer-events: none;
}

/* When open → arrow down */
.select-box.open::after {
    transform: translateY(-50%) rotate(135deg);
}

/* Make label + dropdown in one line */
.report-country-row {
    display: flex;
    align-items: center;
    gap: 15px;
    width:150%;
}

/* Remove bottom margin from label */
.report-label {
    margin-bottom: 0;
    white-space: nowrap;
}

@media(max-width:992px){
    .report-dropdown {
    position: relative;
    width:100%;
}
.report-country-row{
    width:100%;
}
}

              @media(max-width:768px){

    /* container fix */
    .forresposive{
        width:100%;
    }

   
    
    /* each card */
    .report-topbar > li{
       
        width:100% !important;
        float:none !important;
    }

    /* full width rows */
    .report-topbar .topbar-format,
    .report-topbar .rating-stars{
        grid-column:1 / -1;
    }

    /* rating fix (your main bug) */
    .rating-stars{
        justify-content:flex-start !important;
        text-align:left !important;
        white-space:normal !important;
    }

    /* icons */
    .topbar-format img{
        width:20px;
        height:20px;
    }

}
@media(max-width:768px){

    .trc-btn-wrapper{
        display:flex;
        flex-direction:column;
        gap:10px;
    }

    .topbar-price{
        width:100%;
        display:flex;
        flex-direction:column;
        align-items:stretch;
        margin-top:15px;
        padding-top:15px;
        border-top:1px solid #eee;
    }

    .amount{
        text-align:center;
        font-size:24px;
        font-weight:700;
    }

    .buy-btn-new{
        width:100%;
        height:50px;
        font-size:16px;
    }
}


               .when-scroll {
    position: sticky;
    top: 75px !important;
}
              .country-item select{
                  width:180px !important;
              }
/* main row */
.report-topbar{
    display:flex;
    align-items:center;
    gap:8px;
    padding:0;
    margin:10px 0;
    list-style:none;
    flex-wrap:nowrap;
    overflow-x:auto;
}

/* items */
.topbar-item{
    display:flex;
    align-items:center;
    gap:6px;
    white-space:nowrap;
    font-size:14px;
    color:#444;
}

/* icons */
.topbar-format img{
    width:18px;
}

/* rating */
.topbar-rating .stars{
    color:#ffb400;
    font-size:16px;
}

/* right price */
.topbar-price{
    margin-left:auto;
    display:flex;
    align-items:center;
    gap:14px;
    white-space:nowrap;
}

.topbar-price .amount{
    font-size:22px;
    font-weight:700;
    color:#222;
}

/* buy button */
.buy-btn-new{
    background:#c40000;
    color:#fff;
    border:none;
    padding:7px 18px;
    border-radius:22px;
    cursor:pointer;
}

/* mobile scroll */
@media(max-width:900px){
    .report-topbar{
        overflow-x:auto;
    }
}




                   .trc-btn-wrapper{
    display:flex;
    align-items:center;
    gap:9px;
    flex-wrap:nowrap;   
}

.trc-btn{
    height:42px;
    display:flex;
    align-items:center;
    padding:0 18px;
    border-radius:25px;
    white-space:nowrap;
}

/* dropdown align */
.country-item{
    display:flex;
    align-items:center;
    gap:8px;
    margin-left:10px;
    white-space:nowrap;
}

/* dropdown same height as button */
.country-item select{
    height:42px;
    border:1px solid #ccc;
    border-radius:6px;
    padding:0 10px;
    background:#f3f3f3;
}

/* label fix */
.country-item label{
    margin:0;
    font-size:14px;
}

/* mobile responsive */
@media(max-width:900px){
    .trc-btn-wrapper{
        flex-wrap:wrap;
        justify-content:center;
    }
}


.trc-btn-primary{
    background: #c00000;   /* red */
    color: #fff;
}

.trc-btn-primary:hover{
    background: #fff;
    color: #b92516;
    border: 1px solid #ddd;
}

.trc-btn-outline{
    background: #fff;
    color: #444;
    border: 1px solid #ddd;
}

.trc-btn-outline:hover{
    background: #b92516;
    color: #fff;
}

.trc-btn-icon{
    font-size: 15px;
}

/* Mobile layout */
@media (max-width: 576px){
    
}
.rating-stars {
    list-style: none;
    font-size: 16px;
}

.stars {
    color: #f5a623;   /* yellow stars */
    letter-spacing: 2px;
}

.rating-value {
    margin-left: 6px;
    font-weight: 500;
    color: #000;
}


                 
             