html body {
    margin: 0;
    padding: 0;
    font-family: Poppins;
    color: #53498A;
}
body .container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
body .poppins {font-family: Poppins;}

tbody, td, th, tr {
    border-width: 1px;
}
tbody, td, tfoot, th, thead, tr {
    border-width: 1px;
}
body .fs-100 {
    font-family: Poppins;
    font-size: 100px;
    font-weight: 700;
    line-height: 86px;
}
body .fs-80 {
    font-family: Poppins;
    font-size: 80px;
    font-weight: 600;
    line-height: 86px;
}
body .fs-24 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}
body .fs-18 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}
body .fs-14 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
body .cta-btn {
    display: inline-block;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 14px 40px;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    width: max-content;
}
body .red-btn {
    color: #fff;
    background-color: #E21A27;
}
body .blue-btn {
    color: #fff;
    background-color: #1F61E8;
}
body .yellow-btn {
    color: #fff;
    background-color: #E8AF09;
}

/***** Padding *****/
body .py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
body .pt-100 {padding-top: 100px;}
body .pb-100 {padding-bottom: 100%;}
body .p-40 {padding: 40px;} 
body .p-34 {padding: 34px;} 
body .py-84 {
    padding-top: 84px;
    padding-bottom: 84px;
}
body .py-54 {
    padding-top: 54px;
    padding-bottom: 54px;
}
body .px-56 {
    padding-left: 56px;
    padding-right: 56px;
}
/***** Margin *****/
body .mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
body .mt-30 {margin-top: 30px;}
body .mb-30 {margin-bottom: 30px;}
body .mb-24 {margin-bottom: 24px;}
body .mb-70 {margin-bottom: 70px;}
body .radius-20 {border-radius: 20px;}
/***** Text Color *****/
body .blue-text {color: #1D1068;}
body .yellow-text {color: #E8AF09;}
body .light-purple {color: #53498A;}
body .sky-blue-text {color: #2553ED;}
body .green-text {color: #19B04C;}
body .red-text {color: #E21A27;}
/***** BG Color *****/
body .navy-blue-bg {background-color: #160C50;}
body .sky-blue-bg {background-color: #1F61E8;}
body .blue-bg {background-color: #1D1068;}
body .yellow-bg {background-color: #E8AF09;}
body .green-bg {background-color: #19B04C;}
body .red-bg {background-color: #E21A27;}
 
body h2 span {color: #E8AF09;}

body .fw-5 {font-weight: 500;}
body .fw-6 {font-weight: 600;}
body .fw-7 {font-weight: 700;}

b, strong {
    font-weight: 700 !important;
}
.text-end {
    text-align: end;
}


/**************Video Slider****************/
body .cst-client .thumbnail-slider {
    display: flex;
    gap: 10px;
    overflow-x: auto;
}
body .cst-client .thumbnail-item {
    flex-shrink: 0;
    width: 60px !important;
    height: 60px;
}
body .cst-client .thumbnail-image {
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
}
body .cst-client .thumbnail-slider .slick-slide {
    width: 60px !important;
    height: 60px;
    margin-right: 7px;
}
body .cst-client .thumbnail-slider .slick-track {
    width: 100% !important;
    padding: 10px;
}

/*********************************/
body .cst-client .testimonial-slider {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
body .cst-client .thumbnails {
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    overflow-y: auto;
}
body .cst-client .thumbnails img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
body .cst-client .thumbnails img.slick-current {
    transform: scale(1.1);
    border: 1px solid green;
}
body .cst-client .testim-content h2 {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-weight: 700;
    color: #E8AF09;
}
body .cst-client .testim-content h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 1em;
    color: #1D1068;
}
body .cst-client .content-slider {
    width: 50%;
    align-items: center;
    justify-content: center;
    background: #EFF4FE;
}
body .cst-client .client-profile {
    display: flex;
    gap: 20px;
    align-items: center;
}
body .cst-client .client-img .slider-image {
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    padding: 5px;
}
body .cst-client .client-img .slider-image img {
    width:100%;
    height:100%;
}
body .cst-client .client-profile, .cst-client .slider-content {
    padding: 20px;
}
body .cst-client .slider-content {
    padding-top: 0;
}
body .cst-client .client-profile {
    padding-bottom:0;
}
body .cst-client .content-slider h2 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    padding: 15px 0 0px 0;
    z-index: 2;
    margin: 10px 0 0;
    line-height: 1.3;
}
body .cst-client .client-profile h3 {
    font-weight: bolder;
    color: #212529;
    font-size: 16px;
    margin: 0 0 5px;
    line-height: 1.3;
}
body .cst-client .client-profile p {
    margin: 0;
    color: #58585a;
    font-size: 13px;
}
body .cst-client .content-slider p {
    color: #373749;
    font-size: 16px;
    font-style: italic;
}
body .cst-client .testimonial-content {
    border-top: 1px solid #d6e2fa;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body .cst-client .watch-video {
    margin-top: 0;
    padding: 0px;
    background: transparent;
    color: #212529;
    text-decoration: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    gap: 15px;
}
body .cst-client .watch-video:hover {
    background: transparent;
}
body .cst-client .thumbnails .slick-slide.slick-current.slick-active .thumbnail-item {
    border: 2px solid #E8AF09;
    border-radius: 50%;
    transform: scale(1.2);
}
body .clt-logo {
   width: 40px;
}
/***********************/
body .cst-client .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
body .cst-client .popup_testimonial {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    max-width: 600px;
    width: 90%;
    position: relative;
}
body .cst-client .popup_testimonial iframe {
    width: 100% !important;
    height: 450px;
    border: none;
}
body .cst-client .popup_testimonial .popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff0000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
}



/********** responsive **********/
@media (max-width:767px) {
    body .cst-client .testimonial-slider {
        flex-direction: column;
   }
   body .cst-client .thumbnails {
        width: 100%;
   }
   body .cst-client .content-slider {
        width: 96%;
   }
   body .cst-client .thumbnail-slider .slick-slide {
       width: 40px !important;
       height: 40px;
   }
   body .cst-client .thumbnail-item {
       width: 40px !important;
       height: 40px;
   }
}
/***************End***************/
