*
 {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
}

body {
  margin: 0;
}

.video-background {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: -2;
}

.about-vedio-sec {
  position: relative;
  width: 100vw;
  height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: center;  
  align-items: flex-start;   
  padding: 0 60px;          
  color: white;
  overflow: hidden;
}

.about-vedio-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5); 
  z-index: -1; 
}

.dashed-arrow-line{
    display:block; 
    height: auto; 
    margin-top: 135px; 
    margin-left: 139px; 
    transform: rotate(57deg);
}

.about-title {
  font-size: 25px;
  position: relative;
  display: inline-block;
}

.about-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;      
  width: 50%;
  height: 3px;      
  background: #6d007b;
}

h1{
  text-align: left; 
}

.video-para{
    text-align: left; 
    font-size: 40px;
    line-height: 1.2;
    width: 60%;
}

/* ====== Mobile Responsive ====== */
@media(max-width: 425px){
    .about-vedio-sec{
        height: 55vh;
    }

    .video-para{
        font-size: 19px;
        text-align: left;
        line-height: 1.4;
        width: 100%;
    }

    .dashed-arrow-line{
        display: none;
    }
}


/* Typing Section */
.typing-sec {
    position: relative;
    height: 400px; 
}

.typing-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.typing-text {
    color: #fff;
    font-size: 40px;
    max-width: 800px; 
}

.typing-para{
    font-size: 25px;letter-spacing: -0.3px;
    line-height: 1.6;
    max-width: 980px;
    width: 120%;
    margin: 0px -75px 20px;
    display: flex;
    text-align: center;
}

.ityped{
    font-size: 40px;
}

.typing-line {
  font-size: 60px;
  font-weight: 700;
  margin-top: 20px;
  color: #333;
}

#dynamic-text {
  border-right: 2px solid #6d007b; 
  padding-right: 3px;
  font-size: 60px;
  font-weight: 700;
}

/* ====== Mobile Responsive ====== */
@media(max-width: 1024px){
    .typing-para{
        max-width: 815px;
    }
}

@media(max-width: 768px){
    .typing-para{
        max-width: 704px;
        margin: 0px -57px 20px;
    }
}

@media(max-width: 425px){
    .typing-para{
        padding: 20px 20px;
        font-size: 18px;
        max-width: 438px;
        margin: 0px -33px 20px;
    }

    .typing-line{
        font-size: 37px;
        margin-top: 20px;
    }

    #dynamic-text{
        font-size: 37px;
    }
}


/* About-us bg img */
.img-sec-bg {
    background-image: url('../img/about/meeting-5.jpg');
    width: 101vw;
    height: 100%;
    margin-left: -304px;
    height: 666px;
    background-repeat: no-repeat;
    background-size: contain;    
    background-position: center; 
}

.about-img-para{
    font-size: 20px;
    width: 400px;
    line-height: 1.5;
}

/* ====== Mobile Responsive ====== */
@media(max-width: 425px){
    .img-sec-bg{
        margin-left: -13px;
    }
}


/* Scroll Row & Column */
.ac-software-feature {
    background-color: #ffffff;
    position: relative;
    padding: 50px 0;
}

/* ====== Left Sidebar ====== */
.ac-software-left {
    position: sticky;
    top: 20px;
    max-height: calc(100vh - 40px); 
    overflow-y: auto;
    padding: 25px 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.ac-software-right {
    max-height: 80vh;
    overflow-y: auto;
    scroll-behavior: smooth;
    padding: 20px 30px;
}

.features-texts h5 {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 8px 0;
    color: #000;
    cursor: pointer;
    transition: 0.3s;
}

.features-texts h5:hover {
    color: #6d007e;
}

.features-texts h5 img {
    width: 18px;
    margin-right: 10px;
}

/* ====== Right Content ====== */
.right-set-features {
    border-radius: 10px;
    margin-bottom: 50px;
}

.optimize-p h4 {
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.optimize-p h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.optimize-p p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 15px;
}

.about-scroll{
    height: 300px;
}

.ac-software-right{
    max-width: 850px !important;
}

/* ====== Mobile Responsive ====== */
@media (max-width: 768px) {
    .ac-software-left {
        position: relative;
        top: 0;
        width: 100%;
        max-height: none;
        overflow: hidden;
        box-shadow: none;
        padding: 15px;
    }

    .features-texts {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        white-space: nowrap;
        padding-bottom: 8px;
    }

    .features-texts::-webkit-scrollbar {
        display: none;
    }

    .features-texts div {
        flex: 0 0 auto;
        /* margin-right: 10px; */
    }

    .features-texts h5 {
        display: inline-flex;
        align-items: center;
        gap: 0;
        font-size: 18px;
        padding: 6px 6px;
        background: #f9f9f9;
        border-radius: 6px;
        min-width: 0;
    }

    .ac-software-right {
        margin-left: 0;
        padding: 20px 15px;
    }
}


/* Pagination sec */
.year-list{
    max-width: 200px !important;
    margin-left: 60px;
}

.carousel-use-sec h1,p{
    text-align: center;
    margin-bottom: 10px;
}
.overflow-carousel {
  overflow-x: auto;
  scroll-behavior: smooth;
}

.carousel-inner {
  display: flex;
  gap: 20px; 
}

.carousel-item {
  flex: 0 0 100%;   
  padding: 20px;
  box-sizing: border-box;
  /*background: #f9f9f9; */
  border-radius: 8px;
  min-height: 200px;
}

.year-list h5 {
  cursor: pointer;
  margin: 10px 0;
}

.year-list h5.active {
  color: red;
  font-weight: bold;
}

.card-title{
    font-size: 35px;
    font-weight: 600;
}

.border-about{
    border: 1px solid #444;
}

.card-text-about{
   font-size: 14px !important;
   line-height: 1.5 !important;
   opacity: 0.9 !important;
   text-align: left;
}

/* ====== Mobile Responsive ====== */
@media (max-width: 425px) {
    .year-list {
        position: relative;
        height: auto;
        overflow: hidden;
        margin: 20px 0;
        padding: 0 30px; 
    }

    .year-list .years-top-bottom {
        display: flex;
        gap: 10px;
        overflow-x: auto;  
        scroll-behavior: smooth;
        padding: 10px 0;
    }

    .years-top-bottom{
        height: 86px !important;
    }

    .year-list .years-top-bottom::-webkit-scrollbar {
        display: none; 
    }

    .year-list h5 {
        flex: 0 0 auto; 
        min-width: 60px;
        padding: 8px 12px;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        background: #f9f9f9;
        border-radius: 6px;
        white-space: nowrap;
    }

    .year-list img.arrow-up,
    .year-list img.arrow-down {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 25px;
        height: 25px;
        z-index: 10;
        cursor: pointer;
    }

    .year-list img.arrow-up { left: 5px; }  
    .year-list img.arrow-down { right: 5px; } 

    .year-list img{
        display: none;
    }

    .year-list{
        max-width: 424px !important;
        height: 75px !important;
    }
}

    
/* Teams css */
.width-team { max-width: 800px; }

.team-moving-txt{
    margin-top: 60px !important;
}

.row-marquee {
  position: relative;
  width: 650px;
  height: 130px;
  overflow: hidden;
  margin: 22px 0;
  left: 80px;
}

.row-marquee .marquee-track {
  display: flex;
  gap: 20px;
  height: 100%;
  animation: scroll-ltr 15s linear infinite;
}

.row-marquee[data-dir="rtl"] .marquee-track {
  animation: scroll-rtl 15s linear infinite;
}

.row-marquee img {
  width: 120px;
  height: 150px;
  object-fit: cover;
  border-radius: 14px;
  flex: 0 0 auto;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.team-info p {
  font-weight: 500;
  font-size: 16px;
  background: linear-gradient(270deg, #2c3e50, #34495e, #1f2a38, #3a3f55);
  background-size: 800% 800%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 6s ease infinite;
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Left → Right */
@keyframes scroll-ltr {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

/* Right → Left */
@keyframes scroll-rtl {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 576px){
  .row-marquee{ height: 100px; position: relative; left: 0px;}
  .row-marquee img{ width: 95px; height: 95px; }

  .team-title{
    text-align: center;
  }
}

.bg-blue-set {
  background-color: #fff9c4; 
  box-shadow: 0 4px 12px rgba(0,0,0,0.2); 
  border-radius: 14px;
  /* padding: 6px; */
}

.bg-marun-set {
  background-color: #9c7171; 
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  border-radius: 14px;
  /* padding: 6px; */
}

.bg-thick-blue-set {
  background-color: #dadae0; 
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  border-radius: 14px;
  /* padding: 6px; */
}

.bg-deep-blue-set{
  background-color: #d6f8e8; 
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  border-radius: 14px;
}



/* Years Sec */
.yrs-cal-sec {
  display: flex;
  justify-content: center;  
  align-items: center;       
  min-height: 50vh;         
  text-align: center;        
}

.yrs-content p{
  max-width: 800px;  
  margin-left: 250px; 
  font-size: 20px;
  line-height: 1.4;      
}

.yrs-content h5{
    font-size: 27px;
}

.yrs-span{
    font-size: 20px;
    font-weight: 700;
}

@media(max-width: 576px){
    .yrs-content p{
        margin-left: 0px;
    }
}


/* bg img set */
.bg-img-teams {
    background-image: url('../img/teams/final/bg remover/bg-team-set.jpg');
    background-repeat: no-repeat;
    background-size: contain;  
    background-position: center;
    width: 110%;
    height: 450px;
    margin-top: 100px;
    margin-left: -70px;
    position: relative;
    overflow: hidden;
}

@media(max-width: 576px){
    .bg-img-teams{
       width: 115%;
       height: 150px;
       margin-left: -30px;
    }
}


/* Our Stories css */
.team-section{
  margin-top: 150px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 20px; 
}

.team-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.team-img img {
  width: 100%;
  height: 350px;
  object-fit: fill;
  border-radius: 12px;
  filter: grayscale(100%);
  transition: all 0.4s ease-in-out;
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

.team-card:hover .team-img img {
  cursor: pointer;
  filter: grayscale(0%);
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

@media (max-width: 992px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}



/* Our Story KOKA Css */
.center-heading-clients {
    margin-bottom: 30px;
}

.client-title {
    position: relative;
    font-size: 2.5rem;
    font-weight: 700;
    display: inline-block;
    padding-top: 20px; 
}

.client-title::before {
    content: "";
    position: absolute;
    top: 77px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 4px;
    background-color: #ff7f00;
}

.client-subtitle {
    font-size: 1.2rem;
    color: #555;
}

.clients-section {
    display: flex;
    /*gap: 30px;*/
    align-items: flex-start;
    background: #fff;
}

.clients-left ul {
    padding: 0;
    margin: 0;
}

.clients-left ul li {
    width: 280px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0;
}

.clients-left ul li img {
    display: block;                
    border: none;
    padding: 0;  
    width: 155px;
    background: #ffffff;
    border-radius: 10px;
    transition: 0.3s ease;
    box-shadow: 0 0 0px rgba(0, 150, 255, 0); 
    cursor: pointer;
}

.clients-left img {
    width: 63%;
    height: 100px;
}

.clients-main-video-section {
    text-align: center;
    padding: 30px 0;
}

.clients-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;   
}

.clients-subtitle {
    font-size: 18px;
    margin-bottom: 10px; 
    color: #444;
}

.clients-main-video {
    margin-top: 0; 
    padding: 10px 20px;
    margin-left: 37px;
}

/*.clients-main-video video {*/
/*    width: 48vw;*/
/*    height: 450px;*/
/*    border-radius: 15px;*/
/*    box-shadow: 0 0 20px rgba(0,0,0,0.15);*/
/*}*/

.clients-main-video video {
    width: 48vw;
    height: 450px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
}

.thumbnail-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end; 
    background: #fff;
}

.clients-right {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    width: max-content; 
    margin-right: 250px;
}

.video-thumb img {
    width: 150px;
    height: 90px;
    border-radius: 10px;
    object-fit: cover;
    cursor: pointer;
    transition: 0.3s;
}

.video-thumb img:hover {
    transform: scale(1.05);
    box-shadow: 0px 5px 15px rgba(0,0,0,0.25);
}

#main-video{
    width: 48vw;
    height: 453px;
}

.video-description {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    text-align: end; 
}

.video-description h2 {
    margin: 0; 
    text-align: end;
    margin-top: -30px;
    margin-right: 290px;
}


/* 3rd Section */
.success-story-section {
    padding: 40px 0;
}

.left-content {
    position: sticky;
    top: 120px;
}

.left-content h5 {
    padding: 15px;
    cursor: pointer;
    border-left: 4px solid transparent;
    transition: 0.3s;
    font-weight: 600;
}

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

.left-content h5.active {
    border-left: 4px solid #6d007b;
    color: #6d007b;
}

.right-content {
    height: 800px;
    overflow-y: auto;
    padding-right: 15px;
}

.story-block {
    padding: 50px 0;
}

.story-block p{
    text-align: left !important;
    font-size: 16px;
}

.underline {
    width: 80px;
    height: 4px;
    background: #6d007b;
    margin: 10px 0 20px 0;
}


/* Testimonials css */
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonials:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonials {
    min-height: 375px;
    position: relative;
    background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #fff;
  font-size: 22px;
}

.testimonials .carousel {
	padding-bottom:50px;
}
.testimonials .carousel-control-next-icon, .testimonials .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/


.success-story {
  position: relative;
  height: 60vh; /* Full viewport height */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* Behind content */
}

.success-story .content {
  position: relative;
  z-index: 1;
}

.clients-btn{
    background: #ffd8b1;
    padding: 5px;
    border-radius: 2px;
    color: black;
    border: none;
    position: relative;
    left: 18px;
    margin-top: 84px;
    cursor: pointer;
    transition: 0.3s;
}

.clients-btn:hover{
    background: #6d007b;
    color: white;
}

.clients-btn.active {
    background: #6d007b;
    color: white;
}

.success-story h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  text-align: center;
}

.success-story p {
  font-size: 1.5rem;
}

/* Responsive css */
@media(max-width: 1440px) {
    #main-video{
        width: 39vw;
        height: 338px;
    }
    
    .clients-main-video{
        margin-left: 0px !important;
    }
    
    .vedio-heading{
        margin-left: 797px !important;
        margin-top: -121px !important;
    }
    
    .clients-right{
        margin-right: 0px !important;
    }
}

/* ================================
   TABLET RESPONSIVE (≤ 768px)
================================ */
@media (max-width: 768px) {
    .clients-section {
        flex-direction: column;
        align-items: center;
    }

    .clients-left {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .clients-left ul {
        display: flex;
        gap: 15px;
    }

    .clients-left ul li{
        width: 222px !important;
    }

    .clients-main-video{
        margin-left: 0 !important;
    }

    #main-video {
        width: 87vw;
        height: 378px;
    }
    
    .thumbnail-wrapper{
        display: flex;
       justify-content: center;
    }

    .clients-left ul li img {
        width: 159px;
    }

    .clients-main-video-section {
        width: 100%;
        text-align: center;
    }

    .clients-main-video iframe {
        height: 300px;
    }

    #video-description h2 {
        margin-left: 0 !important;
        text-align: center;
    }

    .clients-right .video-thumb {
        width: 150px;
    }
    
    .clients-right{
         margin-right: 0 !important;
    }
}

/* ================================
   MOBILE LARGE (≤ 425px)
================================ */
@media (max-width: 425px) {

    #main-video{
        width: 86vw;
        height: 285px;
    }
    
    .clients-main-video{
        margin-left: 0px !important;
    }

    .clients-left {
        flex-direction: column;
        align-items: center;
    }

    .clients-left ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
   
    .clients-left ul li img {
        width: 180px;
    }

    .clients-main-video iframe {
        height: 240px;
    }

    .video-thumb {
        width: 130px;
    }
    
    .clients-right{
         margin-right: 0 !important;
    }
}

/* ================================
   MOBILE MEDIUM (≤ 375px)
================================ */
@media (max-width: 375px) {

    .clients-left ul li img {
        width: 190px;
    }

    .clients-main-video iframe {
        height: 220px;
    }

    .video-thumb {
        width: 110px;
    }
}

/* ================================
   MOBILE SMALL (≤ 325px)
================================ */
@media (max-width: 325px) {

    .clients-left ul li img {
        width: 200px;
    }

    .clients-main-video iframe {
        height: 200px;
    }

    .video-thumb {
        width: 95px;
    }

    .clients-right {
        gap: 10px;
        margin-right: 0 !important;
    }
}