*
 {
    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: #cbcb2a;
}

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/about-bg-img.jpg');
    width: 101vw;
    height: 70vh;
    margin-left: -80px;       
    background-repeat: no-repeat;
    background-size: cover;    
    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;
  }
}