.checkout-page{
    padding: 50px 0;
}
.checkout-outer-wrap{
    display: grid;
    grid-template-columns: minmax(0, 886px) 1fr; 
    gap: 30px;
    align-items: flex-start;
}
.checkout-page b{
    font-weight: 500;
}
.checkout-outer-wrap .checkout-left-card-box{
max-width: 886px;
width: 100%;
}
.checkout-outer-wrap .checkout-right-card-box{
max-width: 384px;
width: 100%;
}
.checkout-page h1{
    font-size:20px;
    font-weight: 600;
}
 .course-details-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
         gap: 20px;
}
 .course-details-wrap h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.checkout-outer-wrap h4{
    font-size: 16px;
    font-weight: 500;
}
.checkout-outer-wrap h5{
    font-size: 20px;
    font-weight: 500;
}
.checkout-right-card-box{
    position: sticky;
    top: 126px;
}
.course-list-details{
    list-style: none;
   padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.course-list-details li i{
    margin-right: 10px;
}
.checkout-outer-wrap .card {
    padding: 24px;
    border: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin-bottom: 30px;
}
.revivew-top-heading-wrap{
    background: linear-gradient(90deg, #FEFCE8 0%, #FFF7ED 100%);
    padding: 24px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.course-review-wrap >div{
    background-color: #F9FAFB;
    padding: 24px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
 .checkout-outer-wrap   .tag {
    background: var(--light-theme-color);
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 4px;
}
.checkout-outer-wrap .tag-primary {
    color: var(--body-font-color);
}
.companies-name-students-work .tag{
background-color: var(--white-color);
border: 1px solid var(--border-color);
}
.companies-name-students-work .tag i{
    margin-right: 5px;
}
.checkout-outer-wrap .benefit-box i {
    font-size: 24px;
    color: var(--theme-color);
}
.course-benefits-circle-wrap {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    background-color: var(--light-theme-color);
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    padding: 10px;
}
.checkout-outer-wrap .benefit-box b,.course-review-wrap b{
    font-weight: 500;
}
.checkout-outer-wrap .review-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.checkout-outer-wrap .trusted-box i {
    font-size: 28px;
    color: var(--theme-color);
}

.checkout-outer-wrap .trusted-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Icon Circle Background */
.trusted-by-Thousands{
    display: grid;
    grid-template-columns:  repeat(4, 1fr);
    gap: 15px; 
}
.checkout-outer-wrap .trusted-box i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-bottom: 10px;

    /* Default icon BG (light blue)*/
    background: linear-gradient(135deg, #e5f0ff, #f0f7ff);
    color: #3f8cff;
}

/* 2nd icon */
.checkout-outer-wrap .trusted-box:nth-child(2) i {
    background: linear-gradient(135deg, #f7e8ff, #fbf2ff);
    color: #ba4df5;
}

/* 3rd icon */
.checkout-outer-wrap .trusted-box:nth-child(3) i {
    background: linear-gradient(135deg, #e4ffe8, #f2fff4);
    color: #28b463;
}

/* 4th icon */
.checkout-outer-wrap .trusted-box:nth-child(4) i {
    background: linear-gradient(135deg, #fff0e0, #fff7ef);
    color: #ff7a00;
}

/* Main number text */
.checkout-outer-wrap .trusted-box p {
    font-size: 22px;
    margin-bottom: 2px;
}

/* Bottom text */
.checkout-outer-wrap .card .small {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 5px;
    font-size: 14px;
}
.checkout-outer-wrap .card .small.text-warning{
  justify-content: left;
    gap: 2px;  
}
.checkout-outer-wrap .card .bg-success-subtle.small{
    flex-direction: column;
    gap: 0;
    margin-top: 5px;
    justify-content: center;
    align-items: center;
    background-color: var(--light-green-bg) !important;

}
.checkout-outer-wrap .card .bg-success-subtle.small p{
    color:var(--green-color);
    font-size: 14px;
}
.checkout-outer-wrap .card .bg-success-subtle.small .text-dark-green{
color: var(--dark-green);
font-size: 16px;
    display: flex;
    gap: 10px;
}
.checkout-outer-wrap .card .bg-success-subtle.small .text-dark-green b{
    margin-bottom: 10px;
    display: block;
}
.checkout-outer-wrap .card .bg-success-subtle.small i{
    font-size: 24px;
    color:var(--green-color);
}
.small-text{
    font-size: 12px;
}




/* Green dots */

@media (max-width: 1200px) {
    .checkout-outer-wrap {
    display: grid;
    grid-template-columns: minmax(0, 650px) 1fr;
    gap: 30px;
    align-items: flex-start;
}



   
}

@media (max-width: 992px) {
 .couser-details-wrap {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
         gap: 20px;
}
.checkout-outer-wrap {
        grid-template-columns:  repeat(2, 1fr);
        gap: 15px; 
    }
.trusted-by-Thousands{
    display: grid;
    grid-template-columns:  repeat(2, 1fr);
    gap: 15px; 
}
}
@media (max-width: 667px) {
    .checkout-outer-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    /* .checkout-left-card-box{
        order: 2;
    }
    .checkout-right-card-box{
        order: 1;
    } */

}