.col-md-3 {
    margin-top: 0%;
}

/* Desktop */
@media (min-width: 1200px) {
    .col-md-3 {
        margin-top: 32.3%;
    }
}

/* iPad Pro (Tablet range) */
@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-3 {
        margin-top: 0%;
    }
}


 .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) {
     .licence_right {
         padding: 1px important;
         font-size: 13px important;


     }

     .box-shadow1 {
         width: 100%;
     }
 }
@media (min-width: 768px) and (max-width: 991px) {
    .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%;
     }

     .licence_right {
         font-size: 13px;
     }

     .licence_right p {
         font-size: 14px;
     }

     .licence_right.full>p {
         margin-top: -40px;
     }
 }

 @media(max-width:768px) {

     /* container fix */
     .forresposive {
         width: 100%;
     }

     /* UL GRID */
     .report-topbar {
         display: grid !important;
         grid-template-columns: repeat(2, minmax(0, 1fr));
     }

     /* 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: #ff9f00;
     /* yellow stars */
     letter-spacing: 2px;
 }

 .rating-value {
     margin-left: 6px;
     font-weight: 500;
     color: #000;
 }


 /* Main selected box */
 .ts-control {
     border-radius: 20px !important;
     padding: 12px 18px !important;
     min-height: 50px;
     font-size: 16px;
     border: 1px solid #dcdcdc !important;
     box-shadow: none !important;
 }

 /* Remove default focus glow */
 .ts-control:focus {
     box-shadow: none !important;
     border-color: #bbb !important;
 }

 /* Dropdown container */
 .ts-dropdown {
     border-radius: 16px !important;
     padding: 15px !important;
     border: 1px solid #e5e5e5 !important;
 }

 /* Search input inside dropdown */
 .ts-dropdown .ts-control input,
 .ts-dropdown input {
     border-radius: 25px !important;
     padding: 10px 15px !important;
     border: 1px solid #ddd !important;
     margin-bottom: 10px !important;
 }

 /* Option items */
 .ts-dropdown .option {
     padding: 10px 12px !important;
     border-radius: 8px !important;
 }

 /* Hover effect */
 .ts-dropdown .option.active {
     background-color: #f3f3f3 !important;
     color: #000 !important;
 }