body{
    margin: 0%;
    padding: 0%;
    font-family: 'Montserrat', sans-serif;
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../Montserrat/static/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../Montserrat/static/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Montserrat-Medium';
 src: url('../Montserrat/static/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
}


@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../Montserrat/static/Montserrat-Bold.ttf') format('truetype');
 font-weight: 700;
}
@font-face {
  font-family: 'Montserrat-Extra-Bold';
  src: url('../Montserrat/static//Montserrat-ExtraBold.ttf') format('truetype');
 font-weight: 800;
}
@font-face {
  font-family: 'Montserrat-semi-Bold';
  src: url('../Montserrat/static//Montserrat-SemiBold.ttf') format('truetype');
 font-weight: 600;
}
.container-fluid{
    padding: 0% !important;
}

/* career-page-section-start */
.career-section-bg-image{
    background-image: url(../images/career/career-section-1.png);
    background-size: 100% 100%;          /* image properly scale hogi */
    background-position: center;     /* background khud center */
    background-repeat: no-repeat;

    width: 100%;
  height: auto;             /* section ki height */
    margin: 0 auto;

    display: flex;
    flex-direction: column;          /* items upar neeche */
    justify-content: center;          /* vertical center */
    align-items: center;              /* horizontal center */
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
}

.career-section-1-image img{
    max-width: 227px;
    width: 100%;
height: auto;


}
.career-section-1-btn {
    background-color: #000000 !important;
    color:#FFFFFF !important ;
    font-family: Montserrat !important;
font-weight: 600 !important;
font-style: SemiBold !;
font-size: 17px !important;
leading-trim: NONE !important;
line-height: 100% !important;
letter-spacing: 0% !important;
text-align: center !important;
padding: 10px 40px !important;
border-radius: 50px !important;

}

/* career-section-2-start */
.career-section-2-main{
background: linear-gradient(90deg, #FF4000 0%, #B93AE6 48.56%, #0A71B9 100%);
}
.career-section-2-text{
    
     /* max-width: 1188px; */
    width: 100%;
height: auto;


}
.career-section-2-text h6{
    padding-top: 21%;
    padding-bottom: 21%;
   font-family: Montserrat;
font-weight: 700;
font-style: Bold;
font-size: clamp(22px, 3vw, 37px);
leading-trim: NONE;
line-height: 112.00000000000001%;
letter-spacing: 0%;
text-align: center;
color: #FFFFFF;

}
.career-section-3-main-image{
    background-image: url(../images/main-bg-image/main-bg-image.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}
.secton-3-intership-text{
    padding-top: 9%;
    padding-bottom: 5%;
}
.secton-3-intership-text h2{
font-family: Montserrat;
font-weight: 700;
font-style: Black;
font-size: 42px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: #0C72BA;
}
.secton-3-intership-text p{
    font-family: Montserrat;
font-weight: 400;
font-style: Regular;
font-size: 17px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: #000000;
padding-top: 2%;
}
.career-section-card-first{
    background-color: #EAEAEF;
    width: 100%;
    max-width: 250px;
    border-radius: 20px;
   
    padding-left:10% ;
    padding-bottom:11% ;
    padding-top: 10%;
    border-left: 7px solid #0C72BA;
}
.career-section-card-first-img{
    background-color: #F6F6F6;
    max-width: 60px;
max-height: 60px;
height: auto;
width: 100%;
    padding: 8%;
border-radius: 9px;

border-width: 0.5px;
display: flex;
justify-content: center;
align-items: center;
}

.career-section-card-first-img img{
    max-width: 30px;
    width: 100%;
    max-height: 28px;
height: auto;
opacity: 1;
border-width: 1.5px;

}

.career-section-card-first-btn img{
    width: 30px;
height: 30px;
top: 200px;
left: 200px;
border-radius: 5px;

border-width: 0.5px;
background-color: #F6F6F6;

}
.career-section-card-first-text h4{
    font-family: Montserrat;
font-weight: 500;
font-style: Medium;
font-size: 15px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: #0E0E0E;
}
 .career-section-card-first-text p{
    font-family: Montserrat;
font-weight: 500;
font-style: Medium;
font-size: 12px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;

  }
  .career-section-card-first-btn{
    /* justify-content: space-between; */
    gap: 37%;
  }
  .contact-us-arrow{
    background-color: #F6F6F6;
    max-width: 30px;
    width: 100%;
max-height: 30px;
height: auto;

border-radius: 5px;
padding: 2%;
border-width: 0.5px;

  }
  .contact-us-arrow {
    color: #0A71B9 !important;
    font-size: 17px;
    text-decoration: none;
    
  }
  .career-section-card-first-btn {
    padding-top: 10%;
  }
  .career-section-card-first-btn a {
color: #0A71B9 !important;
    
    text-decoration: none;
    
font-weight: 400;
font-style: Regular;
font-size: 15px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;

}
.career-section-1-btn-3 {
    background-color: #000000 !important;
    color:#FFFFFF !important ;
    font-family: Montserrat !important;
font-weight: 600 !important;
font-style: SemiBold !;
font-size: 17px !important;
leading-trim: NONE !important;
line-height: 100% !important;
letter-spacing: 0% !important;
text-align: center !important;
padding: 10px 40px !important;
border-radius: 50px !important;

}
.career-section-btn-3{
    display: flex;
    justify-content: center;
    margin-top: 6%;
    margin-bottom: 9%;
}
/* <!-- section-4-start --> */

/* why you join kot */
.why-join-kot-text-heading{
    /* text-align: center; */
   


}







/* Contact Css Page */

/* Contact Hero Banner */
.contact-hero {
  min-height: 280px;
  background: url('../images/contact/contact-secion-1.png') center/cover no-repeat;
  position: relative;
  text-align: center;
}

.contact-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.contact-hero-title {
  position: relative;
  color: #000;
  font-weight: 700;
  font-size: 42px;
  z-index: 1;
}

@media (max-width: 768px) {
  .contact-hero-title {
    font-size: 30px;
  }
}
/* Contact Section Background */
.contact-wrapper {
  padding: 80px 0;
  background: url('../images/main-bg-image/main-bg-image.jpg') center/cover no-repeat;
}

/* Cards */
.contact-card {
  background: linear-gradient(135deg, #b9ddf6, #8ec3e6);
  border-radius: 16px;
  padding: 30px;
  height: 100%;
}

.contact-card h3 {
  font-weight: 700;
}

.contact-card label {
  font-size: 14px;
  font-weight: 500;
}

/* Icons */
.icon-img {
  width: 30px;
  margin-bottom: 10px;
}

/* Map */
.map-box iframe {
  width: 100%;
  height: 220px;
  border-radius: 10px;
  border: none;
}


/* Mobile spacing */
@media (max-width: 768px) {
  .contact-wrapper {
    padding: 50px 0;
  }
  .contact-card p{
    font-family: 'Montserrat-Regular' !important;

font-size: 11px !important;

line-height: 100%;
letter-spacing: 0%;
color: #000000  !important;
  }
  .contact-item h6{
    font-family: 'Montserrat-Bold' !important;

font-size: 12px !important;

line-height: 100%;
letter-spacing: 0%;

  }
  
}

.contact-cta h2 {
  font-weight: 600;
  font-size: 42px;
}

@media (max-width: 768px) {
  .contact-cta {
    padding: 60px 20px;
  }

  .contact-cta h2 {
    font-size: 24px;
  }

}
.why-join-kot-text-heading h2{
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    font-size: 42px;
    line-height: 100%;
    text-align: center;
    color: #0C72BA;
    padding: 0 5%;
}
.why-join-kot-text-heading p{
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #000000;
    padding: 0 5%;
}
.card h6{
    font-weight: 700;
    font-size: 18px;
    color: #076ca3;
}
.card p{
    font-size: 16px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-size: 100%, 100%;
}
.bottom-right-btn {
  position: absolute;
  bottom: 10px;
  right: 15px;
  width: auto;
  height: auto;
  background: none;
  border: none;
  z-index: 10;
}

.bottom-right-btn img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.why-kot-join-prev, .why-kot-join-next{
background-color: #076ca3;
border-radius: 50px;
}

/* Values Section */
.values-section {
  padding: 10px 0;
}

/* Each card */
/* Default */
.value-card {
  height: 350px;
  width: 350px;
  border-radius: 22px;
  background-size: 100% 100%;
}

/* iPad Pro (11" & 12.9") */
@media only screen 
  and (min-width: 1024px) 
  and (max-width: 1366px) 
  and (orientation: portrait),
only screen 
  and (min-width: 1024px) 
  and (max-width: 1366px) 
  and (orientation: landscape) {

  .value-card {
    height: 290px;
    width: 270px;
  }
}

.support-section-bg {
  background-image: url(../images/SupportLightMode/support-section.png);
  background-size: 100% 100%;
}
.support-main-section{
  padding-top: 10%;
  padding-bottom: 10%;
}
.support-section-heading{
  font-family: Montserrat;
font-weight: 700;
font-style: Bold;
font-size: 42px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color:#FFFFFF;
}



/* Each card */
.value-card {
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  margin: auto;
}

/* Hover (optional but nice) */
.value-card:hover {
  transform: translateY(-8px);
}

/* Background images */
.value-1 {
  background-image: url('../images/why-kot/core1copy.svg');
}

.value-2 {
  background-image: url('../images/why-kot/core2copy.svg');
}

.value-3 {
  background-image: url('../images/why-kot/core3copy.svg');
}

.value-4 {
  background-image: url('../images/why-kot/core4copy.svg');
}

/* Responsive tweak */
@media (max-width: 768px) {
  .value-card {
    height: 290px;
  }
}

/* Impact Content Section */
.impact-content-section{
  padding: 50px 0;
}

.impact-card{
  /* border: 2px dashed #000; */
  padding: 48px;
  height: 100%;
}

.impact-card-title{
  font-family: var(--font-main);
font-size: clamp(24px, 2vw, 36px);
  font-weight: 700;
  color: #1677c8;
  margin-bottom: 24px;
}

.impact-card-text{
  font-family: var(--font-main);
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.7;
  color: #111;
}

/* Tablet */
@media (max-width: 991px){
  .impact-content-section{
    padding: 80px 0;
  }

  .impact-card{
    padding: 40px;
  }
}

/* Mobile */
@media (max-width: 575px){
  .impact-content-section{
    padding: 60px 0;
  }

  .impact-card{
    padding: 28px;
  }

  .impact-card-text{
    font-size: 1rem;
  }
}

/* ---------- HERO SECTION ---------- */
.hero-section {
  padding: 30px 0;
}

.hero-title {
  font-size: 44px;
  font-weight: 800;
  color: #0b63a9;
  /* text-align: center; */
  margin-bottom: 30px;
      font-family: 'Montserrat', sans-serif;

}

.hero-text {
font-size: 28px;
/* text-align: center; */
font-family: 'Montserrat', sans-serif;
/* max-width: 520px; */
font-weight: 500;
/* margin-bottom: 40px; */
}

.hero-btn {
  padding: 12px 22px !important;
  font-weight: 800 !important;
  font-family: 'Montserrat', sans-serif !important;
  background-color: #0C72BA !important;  
  border-radius: 6px !important;
  font-size: 11px !important;
  
}



/* Responsive Hero */
@media (max-width: 992px) {
  .hero-title {
    font-size: 36px;
  }
  .hero-text {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 30px;
  }
}



/* ---------- CAPABILITIES SECTION ---------- */
.capabilities-section {
  padding: 80px 0;
  /* background: #fff; */
}

.section-title {
  /* font-size: 48px; */
  font-weight: 900;
  color: #0b63a9;
  font-family: 'Montserrat', sans-serif;

}

/* Cards */
.capability-card {
  position: relative;
  /* padding: 30px 20px; */
  height:270px;
  /* border-radius: 16px; */
  background-size: 100% 100%;
  background-position: center;
  color: #000;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
}

/* Gen-AI Card backgrounds (replace images) */
.bg-1 {
  background-image: url("../images/generativeailight/gen1copy.svg");
}
.bg-2 {
  background-image: url("../images/generativeailight/gen2copy.svg");
}
.bg-3 {
  background-image: url("../images/generativeailight/gen3copy.svg     ");
}
.bg-4 {
  background-image: url("../images/generativeailight/gen4copy.svg");
}
/* Data-eng Card backgrounds (replace images) */
.bg-5 {
  background-image: url("../images/dataenglight/gen1.svg");
}
.bg-6 {
  background-image: url("../images/dataenglight/gen2.svg");
}
.bg-7 {
  background-image: url("../images/dataenglight/gen3copy.svg");
}
.bg-8 {
  background-image: url("../images/dataenglight/gen4copy.svg");
}


/* Overlay for readability */
.capability-card::before {
  content: "";
  position: absolute;
  inset: 0;
}

.capability-card * {
  position: relative;
}

.card-number {
  display: inline-block;
  background: #0b63a9;
  color: #fff;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.capability-card h5 {
  font-weight: 700;
  margin-bottom: 12px;
}

.capability-card p {
  font-size: 14px;
  color: #333;
}



.section-title {
  font-weight: 900;
  color: #0a6db8;
  margin-bottom: 10px;
}

.solution-card {
  height: 300px;
  /* width: 300px; */
  width: 100%;
  /* background-size: 100% 100%; */
  background-repeat: no-repeat;
      background-size: 100% 100%;
    background-position: center;

}

/* Gen-ai background images */
.sol-1 { background-image: url('../images/generativeailight/sol1.svg'); }
.sol-2 { background-image: url('../images/generativeailight/sol2.svg'); }
.sol-3 { background-image: url('../images/generativeailight/sol3.svg'); }
.sol-4 { background-image: url('../images/generativeailight/sol4.svg'); }
.sol-5 { background-image: url('../images/generativeailight/sol5.svg'); }

/* Data-eng background images */
.sol-6 { background-image: url('../images/dataenglight/sol1.svg'); }
.sol-7 { background-image: url('../images/dataenglight/sol2.svg'); }
.sol-8 { background-image: url('../images/dataenglight/sol3.svg'); }
.sol-9 { background-image: url('../images/dataenglight/sol4.svg'); }

/* audits background images */
.sol-10 { background-image: url('../images/auditslightmode/sol1.svg'); }
.sol-11 { background-image: url('../images/auditslightmode/sol2.svg'); }
.sol-12 { background-image: url('../images/auditslightmode/sol3.svg'); }
.sol-13 { background-image: url('../images/auditslightmode/sol4.svg'); }


@media (max-width: 768px) {
  .solution-card {
    align-items: center !important;
    margin: auto;
  }
}
@media (max-width: 768px) {
  /* Gen-ai background images */
.sol-1 { background-image: url('../images/generativeailight/sol1m.svg'); }
.sol-2 { background-image: url('../images/generativeailight/sol2m.svg'); }
.sol-3 { background-image: url('../images/generativeailight/sol3m.svg'); }
.sol-4 { background-image: url('../images/generativeailight/sol4m.svg'); }
.sol-5 { background-image: url('../images/generativeailight/sol5m.svg'); }

/* Data-eng background images */
.sol-6 { background-image: url('../images/dataenglight/sol1m.svg'); }
.sol-7 { background-image: url('../images/dataenglight/sol2m.svg'); }
.sol-8 { background-image: url('../images/dataenglight/sol3m.svg'); }
.sol-9 { background-image: url('../images/dataenglight/sol4m.svg'); }

/* audits background images */
.sol-10 { background-image: url('../images/auditslightmode/sol1m.svg'); }
.sol-11 { background-image: url('../images/auditslightmode/sol2m.svg'); }
.sol-12 { background-image: url('../images/auditslightmode/sol3m.svg'); }
.sol-13 { background-image: url('../images/auditslightmode/sol4m.svg'); }

}


.support-card {
  height: 350px;
  width: 350px;
  border-radius: 16px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 65% !important;
  background-position: center;
}

/* Gen-ai background images */
.sup-1 { background-image: url('../images/generativeailight/glowcard1.svg'); }
.sup-2 { background-image: url('../images/generativeailight/glowcard2.svg'); }
.sup-3 { background-image: url('../images/generativeailight/glowcard3.svg'); }
.sup-4 { background-image: url('../images/generativeailight/glowcard4.svg'); }

/* Data-eng background images */
.sup-5 { background-image: url('../images/dataenglight/glowcard1.svg'); }
.sup-6 { background-image: url('../images/dataenglight/glowcard2.svg'); }
.sup-7 { background-image: url('../images/dataenglight/glowcard3.svg'); }
.sup-8 { background-image: url('../images/dataenglight/glowcard4.svg'); }

/* audits background images */
.sup-9 { background-image: url('../images/dataenglight/glowcard1.svg'); }
.sup-10 { background-image: url('../images/dataenglight/glowcard2.svg'); }
.sup-11 { background-image: url('../images/dataenglight/glowcard3.svg'); }
.sup-12 { background-image: url('../images/dataenglight/glowcard5.svg'); }



@media (max-width: 768px) {
  .support-card {
    align-items: center !important;
    margin: auto;
    padding: 5% !important;
  }
}


.js-marquee {
  overflow: hidden;
  width: 100%;
}

.marquee-wrapper {
  overflow: hidden;
  width: 100%;
}

.marquee-track {
  display: flex;
  /* gap: 20px; */
  width: max-content;
  animation: marquee 25s linear infinite;
}
.js-marquee-track {
  display: flex;
  /* gap: 20px; */
  width: max-content;
  animation: marquee 25s linear infinite;
}

.marquee-trackk {
  display: flex;
  /* gap: 20px; */
  width: max-content;
  animation: marquee 25s linear infinite;
}


.achieve-card {
  /* width: 280px; */
  /* height: 380px; */
  flex-shrink: 0;
}

/* Continuous movement */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}


.achieve-card {
  min-width: 300px;
  height: 150px;
  border-radius: 12px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

/* gen-ai images */
.ach-1 { background-image: url('../images/generativeailight/line1.svg'); }
.ach-2 { background-image: url('../images/generativeailight/line2.svg'); }
.ach-3 { background-image: url('../images/generativeailight/line3.svg'); }
.ach-4 { background-image: url('../images/generativeailight/line4.svg'); }

/* gen-ai images */
.ach-5 { background-image: url('../images/dataenglight/line1.svg'); }
.ach-6 { background-image: url('../images/dataenglight/line2.svg'); }
.ach-7 { background-image: url('../images/dataenglight/line3.svg'); }
.ach-8 { background-image: url('../images/dataenglight/line4.svg'); }

/* audits images */
.ach-9 { background-image: url('../images/auditslightmode/line1.svg'); }
.ach-10 { background-image: url('../images/auditslightmode/line2.svg'); }
.ach-11 { background-image: url('../images/auditslightmode/line3.svg'); }
.ach-12 { background-image: url('../images/auditslightmode/line4.svg'); }



/* arrows */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: #FFFFFF;
  color: #000000;
  font-size: 32px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: none;
}

.slider-btn.left { left: -30px; }
.slider-btn.right { right: -30px; }
@media (max-width: 768px) {
  .slider-btn {
   display:none;  }
}

.work-card {
  height: 190px;
  width: 375px;
  border-radius: 14px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
   width: 100%;
  max-width: 520px; 
    margin: 0 auto; 
}

/* gen-ai images */
.work-1 { background-image: url('../images/generativeailight/work1.svg'); }
.work-2 { background-image: url('../images/generativeailight/work2.svg'); }
.work-3 { background-image: url('../images/generativeailight/work3.svg'); }
.work-4 { background-image: url('../images/generativeailight/work4.svg'); }
.work-5 { background-image: url('../images/generativeailight/work5.svg'); }

/* data-eng images */
.work-6 { background-image: url('../images/dataenglight/work1.svg'); }
.work-7 { background-image: url('../images/dataenglight/work2.svg'); }
.work-8 { background-image: url('../images/dataenglight/work3.svg'); }
.work-9 { background-image: url('../images/dataenglight/work4.svg'); }


/* Audits images */
.work-10 { background-image: url('../images/dataenglight/work1.svg'); }
.work-11 { background-image: url('../images/dataenglight/work2.svg'); }
.work-12 { background-image: url('../images/dataenglight/work3.svg'); }
.work-13 { background-image: url('../images/dataenglight/work4.svg'); }



/* SECTION */
.testimonial-section {
  padding: 50px 0;
  /* background-color: #fff; */
}

/* HEADINGS */
.testimonial-heading {
  margin-bottom: 30px;
}

.small-title {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  
  margin-bottom: 5px;
}

.main-title {
  font-size: 40px;
  font-weight: 700;
  color: #0a6db8;
}

/* CARD */
.testimonial-card {
  display: flex;
  gap: 40px;
  padding: 30px;
  border-radius: 20px;
  background: linear-gradient(90deg, #186fad, #0A71B9);
  color: #fff;
}

/* LEFT */
.testimonial-left {
  flex: 1;
}

.testimonial-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}

.profile-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.profile-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.profile-info h4 {
  font-size: 18px;
  margin: 0;
}

.profile-info p {
  font-size: 14px;
  margin: 0;
  opacity: 0.9;
}

/* RIGHT */
.testimonial-right {
  flex: 1.2;
}

.stars-img {
  width: 140px;
  margin-bottom: 20px;
}

.testimonial-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.thanks-text {
  margin-top: 20px;
  font-size: 16px;
}

/* ===================== */
/* RESPONSIVE SCALING */
/* ===================== */

@media (max-width: 992px) {
  .testimonial-card {
    padding: 40px;
    gap: 30px;
  }

  .testimonial-title {
    font-size: 22px;
  }

  .testimonial-text {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .testimonial-card {
    padding: 18px;
    gap: 16px;
  }

  .profile-img {
    width: 53px;
    height: 53px;
  }

  .stars-img {
    width: 60px;
  }
  .profile-wrap{
    gap: 8px;
  }
}

@media (max-width: 576px) {
  .testimonial-card {
    flex-direction: row;
    text-align: left;
  }

  .testimonial-title {
    font-family: 'Montserrat-Bold';

font-size: 10px;

line-height: 112.00000000000001%;
letter-spacing: 0%;

  }

  .testimonial-text {
    font-family: 'Montserrat-Medium';

font-size: 9px;

line-height: 112.00000000000001%;
letter-spacing: 0%;

  }
  .profile-info h4{
    font-family: 'Montserrat-Bold';

font-size: 9px;

line-height: 112.00000000000001%;
letter-spacing: 0%;
/* text-align: center; */

  }
  .profile-info p{
    font-family: 'Montserrat-Regular';

font-size: 7px;
leading-trim: NONE;
line-height: 112.00000000000001%;
letter-spacing: 0%;
/* text-align: center; */

  }
  .thanks-text{
    font-family: 'Montserrat-Medium';

font-size: 9px;

line-height: 112.00000000000001%;
letter-spacing: 0%;

  }
}


.commitment-section {
  padding:3%;
}

.commitment-title {
  font-weight: 800;
  color: #0b5ed7;
  font-size: 52px;
  margin-bottom: clamp(2rem, 4vw, 4rem);
}

.commitment-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.commit-card {
  position: relative;
  padding: clamp(1.5rem, 3vw, 3rem);
  background: linear-gradient(180deg, #1a73b8 0%, #eaf4fb 100%);
  color: #0a2540;
  min-height: 260px;
  border: 2px solid black;
}

.commit-card:nth-child(even) {
  background: linear-gradient(180deg, #eaf4fb 0%, #1a73b8 100%);
}

.commit-card p {
  font-size: clamp(1.0xrem, 1.1vw, 1.1rem);
  line-height: 1.4;
  font-weight: 500;
}

/* .step {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #0b5ed7;
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
} */

@media (max-width: 992px) {
  .commitment-wrapper {
    grid-template-columns: repeat(2, 1fr);

  }
}

@media (max-width: 576px) {
  .commitment-wrapper {
    grid-template-columns: 1fr;
    gap: 1%;
  }
  
}

.board-message {
  padding: clamp(2rem, 6vw, 4rem) 0;
  color: #ffffff;
}



.board-content {
  max-width: 1050px;
  margin: auto;

  border-radius: 20px;
  overflow: hidden;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.99);

  background-image: url("../images/board-of-director/bluebg.png");
  background-size: 100% 100%;      
  background-position: center;
  background-repeat: no-repeat;

  padding: clamp(2.0rem, 4vw, 4.2rem);
  color: #ffffff;
  background-color: #0C72BA; 
  padding-left: 8%;
  padding-right: 8%;

}

.board-content p {
  font-size: clamp(1.15rem, 1.2vw, 1.45rem);
  line-height: 1.5;
}

.signature {
  margin-top: clamp(2rem, 4vw, 4rem);
  text-align: right;
}

.signature strong {
  display: block;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}


/* Offer Section */
.offer-section{
  padding: 30px 0;
  /* background: #fff; */
}

.offer-heading{
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #098C52;
  margin-bottom: 60px;
}

/* Cards */
.offer-card{
  position: relative;
  height: 230px;
  border-radius: 22px;
  background-size: 100% 100%;
  background-position: center;
  overflow: hidden;
  transition: transform 0.3s ease;
  background-image: url(../images/episodeslight/greencard.png);
}

.offer-card:hover{
  transform: translateY(-6px);
}

/* Overlay */
.offer-overlay{
  position: absolute;
  inset: 0;
  padding: 28px;
 
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.offer-overlay h3{
 font-family: 'Montserrat-Bold';

font-size: 20px;

line-height: 100%;
letter-spacing: 0%;

  margin-bottom: 12px;
}

.offer-overlay p{
  font-family: 'Montserrat-Regular';

font-size: 20px;

line-height: 100%;
letter-spacing: 0%;

  flex-grow: 1;
}

.offer-overlay a{
font-family: 'Montserrat-Bold';

font-size: 13px;

line-height: 100%;
letter-spacing: 0%;
  color: #fff;
  text-decoration: none;
  margin-top: 5px;
}

.offer-overlay a:hover{
  text-decoration: underline;
}

/* Tablet */
@media (max-width: 991px){
  .offer-section{
    padding: 80px 0;
  }

}

/* Mobile */
@media (max-width: 575px){
  .offer-heading{
    margin-bottom: 40px;
  }

  .offer-card{
    height: auto;
    min-height: 240px;
  }

  .offer-overlay{
    padding: 22px;
  }
}

.episodes-section {
  padding: clamp(2rem, 5vw, 5rem) 0;
}



.episodes-card{
  background: transparent;
  border-radius: 20px;
  padding: 100px 50px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
}


.episodes-card {
  max-width: 700px;
  margin: auto;

  display: flex;
  flex-direction: column;
  align-items: center;

  background-image: url("../images/episodeslight/epcardg.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;


  text-align: center;
  color: #0b2e2b;

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.95);
}

/* Typography */
.episodes-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: #0c9c6d;
  /* margin-bottom: 0.75rem; */
}

.episodes-subtitle {
  font-size: clamp(0.75rem, 1.2vw, 0.9rem);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.episodes-text {
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.6;
   /* max-width: 720px; */
  margin: 0 auto 1.5rem;
  font-weight: 600;
}

.episodes-heading {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 800;
  color: #ffffff;
  margin: 2rem 0 1rem;
}
.episodes-card {
  display: flex;
  flex-direction: column;   /* 🔥 forces stacking */
  align-items: center;
  text-align: center;
}

/* Purpose Section */
.purpose-section{
  padding: 100px 0;
  background-color: #0b4c8c; /* dark blue background matching image */
  color: #fff;
}

.purpose-title{
  font-family: var(--font-main);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 800;
  margin-bottom: 10px;
  text-align: start;
}

.purpose-subtitle{
  font-family: var(--font-main);
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight: 400;
  margin-bottom: 20px;
   text-align: start;
}

.purpose-image img{
  max-width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 12px;
}

/* Tablet */
@media (max-width: 991px){
  .purpose-section{
    padding: 80px 0;
  }
}

/* Mobile */
@media (max-width: 575px){
  .purpose-section{
    padding: 60px 20px;
  }

  .purpose-title{
    font-size: clamp(2rem, 6vw, 2.8rem);
  }

  .purpose-subtitle{
    font-size: clamp(1rem, 4vw, 1.4rem);
  }
}



#episodes-difference, #accelerator-programs {
  padding: 50px 0;
  /* background-color: #f4f4f4; */
}

.card {
  background-size: 100% 100%;
  background-position: center;
  height: 150px !important;
  /* max-width: 330px; */
  border: none !important;
  border-radius: 10px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-2 {
  height: 250px !important;
  
}

.card-title {
  font-size: 1.5rem;
  font-weight: 600;
   font-family: 'Montserrat', sans-serif;

  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

@media (max-width: 767px) {
  .card {
    height: 250px;
  }
  .card-title {
    font-size: 1.2rem;
  }
}

/* Section base */
.info-section {
  padding: 90px 0;
}


/* Background colors */
.bg-blue {
  background-color: #014F85;
  opacity: 90%;
}

.bg-green {
   background: linear-gradient(90deg, #22c55e, #16a34a);
   opacity: 90%;
}

.bg-white {
  background-color: #ffffff;
  opacity: 90%;
}

.text-green {
  color: #0a8f4e;
}

/* Contact Episodes */
.contact-episodes {
  padding: 100px 0;
  background: linear-gradient(90deg, #22c55e, #16a34a);
}

.contact-icon {
  width: 48px;
  margin-bottom: 15px;
  
}

.contact-episodes h5 {
  font-weight: 700;
  margin-bottom: 6px;
}

.contact-episodes p {
  margin: 0;
  /* opacity: 0.9; */
}

/* Responsive */
@media (max-width: 767px) {
  .info-section,
  .contact-episodes {
    padding: 60px 0;
  }

  
}


#what-we-do {
    padding: 50px 0;
}

#what-we-do h2 {
    font-size: 42px;
    color: black;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}

#what-we-do p {
    font-size: 18px;
    color: #555;
    font-weight: 500;
}

.card {
    background-size: 100% 100%;
    background-position: center;
    border-radius: 8px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    display: flex;
    border: none !important;
    align-items: flex-end;
  ;
}
.card3 {
  height: 280px !important;

}

.card-body {
    /* background: rgba(0, 0, 0, 0.5); */
    color: white;
    padding: 20px;
    border-radius: 8px;
}

.card h5 {
    font-size: 22px;
    font-weight: bold;
}

.card p {
    font-size: 16px;
}

@media (max-width: 768px) {
    #what-we-do h2 {
        font-size: 28px;
    }

    .card h5 {
        font-size: 20px;
    }

    .card p {
        font-size: 14px;
    }
}



.slider-title{
  font-family: var(--font-main);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: black;

}

.card-slide .card{
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s;
}

.card-slide .card:hover{
  transform: translateY(-5px);
}

.card-slide .card-body{
  text-align: center;
  padding: 12px;
}

.card-slide .card-text{
  font-size: 0.95rem;
  font-weight: 500;
  color: #111;
}
.card4 {
  height: 400px !important;
}

/* Carousel Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon{
  width: 35px;
  height: 35px;
  display: none;
}

/* Mobile */
@media(max-width: 575px){

  .card-slide .card-text{
    font-size: 0.9rem;
  }
}

/* Adjust desktop cards to sit inline */
.d-md-flex .card-slide{
  flex: 1 1 22%;
  max-width: 22%;
}

/* Keep existing card styling */
.card-slide .card{
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s;
}

.card-slide .card:hover{
  transform: translateY(-5px);
}


/* Support Section */
.isupport-section{
  background-color: #1DAE90; /* teal background */
  color: #fff;
  opacity: 85%;
  padding: 50px 0;
}

.isupport-title{
  font-family: var(--font-main);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
}

.isupport-subtitle{
  font-family: var(--font-main);
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  font-weight: 400;
}

/* Cards */
.isupport-card{
  /* position: relative;
  height: 110px; */
  /* width: 300px !important; */
  border-radius: 16px;
  /* background-size: 100% 100%;
  background-position: center; */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* box-shadow: 0 4px 10px rgba(0,0,0,0.25); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.isupport-card:hover{
  transform: translateY(-6px);
  /* box-shadow: 0 8px 20px rgba(0,0,0,0.35); */
}

/* Tablet */
@media (max-width: 991px){
  .isupport-card{
    height: 160px;
  }
}

/* Mobile */
@media (max-width: 575px){
  .isupport-card{
    height: 140px;
  }

  .isupport-text{
    font-size: 1rem;
  }
}


/* Approach Section */
.approach-section{
  /* background: #fff; */
  color: #111;
}

.approach-title{
  font-family: var(--font-main);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #1DAE90;
}

.approach-subtitle{
  font-family: var(--font-main);
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  font-weight: 400;
}

/* Cards */
.approach-card{
  position: relative;
  height: 270px;
  border-radius: 16px;
  background-size: 100% 100%;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.8); */
  transition: transform 0.3s ease;
}

.approach-card:hover{
  transform: translateY(-5px);
}

.approach-text{
  text-align: center;
  background: rgba(255,255,255,0.85);
  padding: 12px;
  border-radius: 12px;
}

.approach-text h4{
  font-weight: 700;
  margin-bottom: 8px;
}

.approach-text p{
  font-weight: 400;
  font-size: 0.95rem;
}


/* Mobile */
@media(max-width: 575px){

  .approach-text h4{
    font-size: 1rem;
  }

  .approach-text p{
    font-size: 0.85rem;
  }
}

/* Advice Section Card */
.advice-card{
  max-width: 700px;
  margin: 0 auto;
  padding:30px;
  background: linear-gradient(135deg, #FFFFFF, #1DAE90);
  border-radius: 26px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.8);
  text-align: left;
}

.advice-card h3{
  font-family: var(--font-main);
  font-size: clamp(1.6rem, 3.5vw, 2.1rem);
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.advice-card p{
  font-family: var(--font-main);
  font-size: 1.1rem;
  line-height: 1.4;
  color: #111;
}

/* Tablet tweaks */
@media(max-width: 991px){
  .advice-card{
    padding: 30px 20px;
  }
}

/* Mobile - hide section */
@media(max-width: 767px){
  .advice-section{
    display: none;
  }
}

/* E-commerce Section */

.ecommerce-title{
  font-family: var(--font-main);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 800;
  color: #fbbc04; /* yellow */
}

.ecommerce-text{
  font-family: var(--font-main);
  font-size: 1rem;
  line-height: 1.4;
  color: #111;
}

.btn-ecommerce{
  background-color: #fbbc04 !important;
  color: white !important;
  padding: 12px 28px;
  font-weight: 600;
  border-radius: 8px; 
  text-decoration: none;
  display: inline-block;
}
.btn-ecommerce {
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.btn-ecommerce:hover,
.hero-btn:hover {
  box-shadow: 0 10px 28px rgba(0,0,0,0.25);
}

.btn-ecommerce:active,
.hero-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.btn-ecommerce,
.hero-btn {
  position: relative;
}

.btn-ecommerce::after,
.hero-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid black;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.btn-ecommerce:hover::after,
.hero-btn:hover::after {
  opacity: 1;
}

.btn-ecommerce,
.hero-btn {
  transition: 
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.btn-ecommerce:hover,
.hero-btn:hover {
  background-color: #ffffff !important;
  color: black !important;
  border: 1px solid black !important;
  transform: translateY(-2px);
}

/* Image */
.ecommerce-section img{
  max-width: 100%;
  height: 450px;
  width: 950px;
  display: inline-block;
}


/* Tablet */
@media(max-width: 991px){
  .ecommerce-title{
    font-size: clamp(1.8rem, 4vw, 2.4rem);
  }

  .ecommerce-text{
     width: 340px;
  
    font-size: 0.95rem;
  }
}

/* Mobile */
@media(max-width: 575px){
  .ecommerce-title{
    font-size: clamp(1.1rem, 5vw, 1.5rem);
   width: 240px;

  }

  .ecommerce-text{
    font-size: 0.7rem;
    width: 240px;
  }
  .ecommerce-section img{
    height: 240px;
    width: 400px !important;
  }
  .btn-ecommerce{
    text-align: center;
    width: 150px;
  }
  
}

/* Offer Ecommerce Section */
.offer-ecommerce-section{
  color: #111;
}

.offer-ecommerce-title{
  font-family: var(--font-main);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #fbbc04; /* yellow */
}

.offer-ecommerce-subtitle{
  font-family: var(--font-main);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

/* Feature Cards */
.feature-card{
  text-align: center;
  padding: 10px;
}

.feature-card img{
  max-width: 75px;
}

.feature-card p{
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 5px;
}

/* Tablet & Mobile Adjustments */
@media(max-width: 991px){
  .feature-card img{
    max-width: 60px;
  }

  .feature-card p{
    font-size: 0.85rem;
  }
}

@media(max-width: 575px){
  .feature-card img{
    max-width: 55px;
  }

  .feature-card p{
    font-size: 0.8rem;
  }
}


.card {
  background-color: transparent !important;

} 
/* Strategic Advantages Section */
.strategic-advantages-section{
  color: #111;
}

.strategic-title{
  font-family: var(--font-main);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #fbbc04; /* yellow */
  text-align: center !important;
}

.strategic-image img{
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* Tablet */
@media(max-width: 991px){
  .strategic-title{
    font-size: clamp(1.8rem, 4vw, 2.4rem);
  }
}

/* Mobile */
@media(max-width: 575px){
  .strategic-title{
    font-size: clamp(1.5rem, 5vw, 2rem);
  }
}

.challenges-grid {
  display: grid;
  gap: 24px;
  padding: 0 5%;
}

/* DESKTOP */
@media (min-width: 992px) {
  .challenges-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  /* Force visual rows */
  .challenge { grid-row: 1; }
  .solution  { grid-row: 2; }
}

/* TABLET */
@media (min-width: 768px) and (max-width: 991px) {
  .challenges-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .challenges-grid {
    grid-template-columns: 1fr;
  }
}

.caard {
  height: 180px;
  background-size: 100% 100%;
  background-position: center;
  border-radius: 12px;
}
.caard {
  position: relative;
  overflow: hidden;
}


.c1 { background-image: url("../images/merc-light/cad1.svg"); }
.s1 { background-image: url("../images/merc-light/cad5.svg"); }
.c2 { background-image: url("../images/merc-light/cad2.svg"); }
.s2 { background-image: url("../images/merc-light/cad6.svg"); }
.c3 { background-image: url("../images/merc-light/cad3.svg"); }
.s3 { background-image: url("../images/merc-light/cad7.svg"); }
.c4 { background-image: url("../images/merc-light/cad4.svg"); }
.s4 { background-image: url("../images/merc-light/cad8.svg"); }



/* SECTION */
.digittrail-section {
  background-image: url("../images/digi-light/digibg.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: clamp(3rem, 6vw, 6rem) 0;
}

/* HEADING */
.digittrail-heading {
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  font-size: clamp(1.2rem, 3.5vw, 2.6rem);
}

.digittrail-heading span {
  display: block;
  font-weight: 800;
}

/* CARD WRAPPER */
.digittrail-card-wrapper {
  display: flex;
  justify-content: center;
}

/* IMAGE CARD */
.digittrail-card {
  width: 100%;
  max-width: 1000px; /* controls desktop size */
  height: auto;
  opacity: 75%;
}


/* SECTION */
.dgx-growth {
  padding: clamp(3rem, 6vw, 6rem) 0;
}

/* HEADINGS */
.dgx-growth-title {
  font-weight: 800;
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  margin-bottom: 1rem;
}

.dgx-growth-desc {
  max-width: 820px;
  margin: 0 auto 3rem;
  font-weight: 500;
  font-family: Montserrat !important;
  
}

/* CARDS */
.dgx-card-inner {
  height: 100%;
  padding: 1.4rem;
  border-radius: 18px;  
  background-size: 100% 100%;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: start;
}
.dgx-card-inner a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  font-family: Montserrat !important;
}
.dgx-card-inner h4 {
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  font-family: Montserrat !important;
  /* margin-bottom: 2px; */
}
.dgx-card-inner h6 {
  text-decoration: none;
  color: #ffffff;
  font-weight: 700 !important;
  font-family: Montserrat !important;
}
.dgx-card-inner p {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  font-family: Montserrat !important;
}


/* BACKGROUNDS */
.dgx-bg-1 { background-image: url("../images/digi-light/dcard1.png"); }
.dgx-bg-2 { background-image: url("../images/digi-light/dcard2.png"); }
.dgx-bg-3 { background-image: url("../images/digi-light/dcard3.png"); }
.dgx-bg-4 { background-image: url("../images/digi-light/dcard4.png"); }
.dgx-bg-5 { background-image: url("../images/digi-light/dcard5.png"); }
.dgx-bg-6 { background-image: url("../images/digi-light/dcard6.png"); }
.dgx-bg-7 { background-image: url("../images/digi-light/dcard7.png"); }
.dgx-bg-8 { background-image: url("../images/digi-light/dcard8.png"); }

/* BUTTON */
.dgx-cta-btn {
  padding: 12px 30px;
  border: 2px dashed #050505;
  border-radius: 15px;
  font-weight: 700;
  background-color: #BDAE9A;
  text-decoration: none;
  color: #000000;
    font-family: Montserrat !important;

}

/* RESPONSIVE VISIBILITY */
@media (max-width: 991px) {
  .dgx-hide-md {
    display: none;
  }
}


.digittrail-section2 {
  width: 100%;
  /* padding: clamp(3rem, 6vw, 6rem) 0; */
}

.digittrail-section2 .container {
  max-width: 1280px;
  margin: auto;
  padding: 0 clamp(1.2rem, 4vw, 3rem);
}

/* ---------- CONTENT ---------- */
.digi-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.digi-content h2 { 
  font-size: clamp(2.0rem, 4.5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.1;
  max-width: 22ch;
}

.digi-content p {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 400;
  max-width: 34ch;
}

/* ---------- IMAGE ---------- */
.digi-visual {
  width: 100%;
   /* max-width: 1200px; */
}

.digi-visual img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---------- TABLET ---------- */
@media (max-width: 991px) {
 

  .digi-content h2,
  .digi-content p {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ---------- MOBILE ---------- */
@media (max-width: 576px) {
  .digi-content h2 {
    font-size: 22px;
  }
  .digi-content p {
    font-size: 12px;
  }
}


/* Message Section Styling */
.message-section {
   background-image:
    linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
  ),
    url("../images/board-of-director/boardbanner.jpg"); 
 background-size: cover;
    background-position: center;
    padding: 100px 0;
    color: white;
}

.message-heading {
    font-size: 3.5rem;
    font-weight: 800;
    color: #0C72BA;
    margin-bottom: 20px;
    /* text-transform: uppercase; */
}

.message-paragraph {
    font-size: 1.5rem;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 400;
}



/* Responsive Design */
@media (max-width: 1200px) {
    .message-heading {
        font-size: 2rem;
    }
    .message-paragraph {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .message-heading {
        font-size: 2.8rem;
    }
    .message-paragraph {
        font-size: 1.2rem;
    }
    .message-btn {
        font-size: 1rem;
        padding: 8px 25px;
    }
}

@media (max-width: 576px) {
    .message-heading {
        font-size: 2.5rem;
    }
    .message-paragraph {
        font-size: 1.1rem;
        margin-bottom: 20px;
    }
    .message-btn {
        font-size: 0.9rem;
        padding: 8px 20px;
    }
}


.committed-heading {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 40px;
    margin-top: 20px;
    color: #0C72BA;
}

.committed-card {
    position: relative;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    margin-bottom: 30px;
    padding: 0 !important;
    
}

.committed-card img {
    width: 100%;
    /* height: 300px; */
    /* object-fit: cover; */
}

.card-content {
    padding: 20px;
    text-align: center;
}

.card-content h3 {
    font-size: 2rem;
    color: #007bff;
    margin-bottom: 20px;
}

.card-content p {
    font-size: 1rem;
    color: #333;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .committed-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .committed-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .committed-card {
        margin-bottom: 20px;
        padding: 0 3% !important; 
    }
}  

.impact-card {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: clamp(2rem, 4vw, 4rem);
  color: #fff;
}

/* Desktop images */
.impact-left {
  background-image: url("../images/why-kot/border1.png");
}

.impact-right {
  background-image: url("../images/why-kot/border2.png");
}
@media (max-width: 768px) {

  .impact-left {
    background-image: url("../images/why-kot/border3.png");
  }

  .impact-right {
    background-image: url("../images/why-kot/border4.png");
  }

}


.caard,
.capability-card,
.support-card,
.work-card {
  transition: transform 0.3s ease;
}

.caard:hover,
.capability-card:hover,
.support-card:hover,
.work-card:hover {
  transform: translateY(-8px);
}


/* Hero Section with Background Image */
.venture-hero-section {
  background-image: url('../images/vent-light/vent-banner.jpg'); /* Background Image */
  background-size: 100% 100%;
  background-position: center;
  color: white;
  padding: 200px 0;
  position: relative; /* Set parent container to relative */
}

.venture-hero-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.venture-hero-content .venture-logo {
  max-width: 150px;
  margin-bottom: 20px;
}

.venture-hero-content .venture-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.venture-hero-content .venture-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
}

/* New Container for Text and Buttons with White Background */
.venture-text-container {
  background-color: white;
  padding: 40px;
  margin-top: 30px;
  border-radius: 10px;
  width: 100%;
  max-width: 800px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: absolute; /* Position absolute within the relative parent */
  top: 100%; /* Adjust top as needed */
  left: 50%; /* Adjust left as needed */
  transform: translate(-50%, -50%); /* Center the container */
}

/* Text Content Styles */
.venture-text-content {
  text-align: center;
}

.venture-text-content p {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

/* Button Styles */
.venture-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.venture-btn {
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
}

.venture-btn-primary {
  background-color: #007bff;
  color: white;
}

.venture-btn-primary:hover {
  background-color: #0056b3;
}

.venture-btn-secondary {
  background-color: #6c757d;
  color: white;
}

.venture-btn-secondary:hover {
  background-color: #5a6268;
}

/* Responsive Design */
@media (max-width: 768px) {
  .venture-hero-content .venture-title {
    font-size: 2.5rem;
  }

  .venture-hero-content .venture-subtitle {
    font-size: 1.3rem;
  }

  .venture-text-content p {
    font-size: 1rem;
  }

  .venture-text-container {
    padding: 30px;
  }
}


/* Desktop only */
@media (min-width: 992px) {
  .desktop-shift {
    margin-left: -2%;
  }
}

@media (max-width: 576px) {
  .mob-shift {
    margin-left: 3%;
    margin-bottom: -10%;
  }
}

@media (min-width: 577px) and (max-width: 991px) {
  .tab-shift {
    margin-top: -6% !important;
    margin-left: -2%;
  }
}



.kard {
  padding: 0% !important;
}

#goTopBtn {
  position: fixed;
  bottom: 35px;
  right: 30px;
  z-index: 999;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background-color: #ffffff;
  color: black;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#goTopBtn:hover {
  transform: translateY(-4px);
  background-color: #0A71B9;
  color: white;
  border: 1px solid white;
}

/* Show button */
#goTopBtn.show {
  opacity: 1;
  visibility: visible;
}

/* Mobile adjustment */
@media (max-width: 768px) {
  #goTopBtn {
    bottom: 100px;
    right: 20px;
    width: 44px;
    height: 44px;
  }
}


.contact-item {
  transition: transform 0.3s ease;
}

.contact-item:hover {
  transform: translateY(-6px);
}

.contact-item a {
  color: #ffffff; /* change if needed */
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #000000; /* brand blue */
  /* text-decoration: underline; */
}

.contact-icon {
  transition: transform 0.3s ease;
}

.contact-item:hover .contact-icon {
  transform: scale(1.08);
}



.dt-ecom-hero {
  position: relative;
  background: url("../images/merc-light/mercbanner.svg") center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(2rem, 5vw, 6rem);
}

/* Background overlay */
.dt-ecom-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.42);
  z-index: 1;
}

/* Main content wrapper */
.dt-ecom-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.6rem);
}

/* Logo */
.dt-ecom-logo {
  width: 250px;
  margin-bottom: 1rem;
}

/* Heading */
.dt-ecom-title {
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.15;
  color: #000;
}

/* Divider */
.dt-ecom-divider {
  width: 500px;
  height: 1px;
  background-color: #000;
  margin: 0.5rem 0;
}

/* Description text */
.dt-ecom-description {
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.7;
  font-weight: 400;
  max-width: 800px;
  color: #000;
}

/* CTA Button */
.dt-ecom-cta-btn {
 padding: 14px 35px !important;
  background-color: #ffcc00 !important;
  color: #000;
  border-radius: 999px !important;
  
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Button group */
.dt-ecom-btn-group {
  margin-top: 2rem;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}





/* 📱 Mobile tweaks */
@media (max-width: 768px) {
  .dt-ecom-divider {
    width: 200px;
  }

  .dt-ecom-description {
    font-size: 1.2rem;
  }
}


.dt-visual-section {
  width: 100%;
  overflow: hidden;
  margin-top: 3%;
}

.dt-visual-wrapper {
  display: block;
  width: 100%;
}
.dt-visual-wrapper {
  width: 100%;
  overflow: hidden;
  background-color: transparent;
}


.dt-visual-image {
  width: 100%;
  height: auto;
  display: block;
}
.dt-visual-image {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.dt-visual-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}


.news-hero {
  background: linear-gradient(
      rgba(0,0,0,0.55),
      rgba(0,0,0,0.55)
    ),
    url('../images/news/banner.png') center/cover no-repeat;
  padding: clamp(40px, 10vw, 70px) 0;
  color: #fff;
}

.news-hero-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 700;
  /* letter-spacing: 1px; */
}

.news-hero-text {
  max-width: 700px;
  margin: 0.5rem auto 0;
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
}

.latest-updates {
  padding: clamp(60px, 8vw, 100px) 0;
  /* background: #000; */
  color: #fff;
}

.sectionm-heading {
  color: #0A71B9;
  font-weight: 700;
   font-size: clamp(2.2rem, 5vw, 3.5rem);
  
}

.sectionm-subtext {
  max-width: 600px;
  margin: 0.5rem auto 0;
  color: #000000;
 
   font-size: clamp(0.95rem, 1.4vw, 1.1rem);
}

.update-card {
  /* height: 340px; */
  border-radius: 16px;
  
}
.update-card img {
  border-radius: 5%;
  /* margin: 5%; */
}
.images-news{
  height: auto;
}
.updates-btn {
  background: #0A71B9;
  color: #fff !important;
  padding: 12px 28px !important;
  border-radius: 10px;
}

.events-highlights {
  padding: clamp(30px, 8vw, 50px) 0;
}

.events-slider {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 10px 5px;
  scroll-snap-type: x mandatory;
}

.events-slider::-webkit-scrollbar {
  display: none;
}

.event-card {
  min-width: 200px;
  /* background: linear-gradient(180deg, #1e1e1e, #0A71B9); */
  border-radius: 15px;
  scroll-snap-align: start;
}

.videos-section {
  padding: clamp(30px, 8vw, 50px) 0;
}





/* .new-globe-section-addtion {
  position: relative;
  overflow: hidden;
} */

/* Rotated background */

/* .new-globe-section-addtion::before {
  content: "";
  position: absolute;
  inset: -19% -20% -13% -20%;
  background-image: url("../images/main-bg-image/main-bg-img.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  transform: rotate(-22.16deg); 
  transform-origin: center;

  z-index: -1;
} */


.solutions-wrapper-1 {
  background: url('../images/main-bg-image/two-globe.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  

}

.solutions-wrapper {
  position: relative;
  overflow: hidden;
}

/* Rotated background */

.solutions-wrapper::before {
     content: "";
    position: absolute;
    inset: -24% -22% -77% -11%;
    background-image: url(../images/main-bg-image/main-bg-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-0.1deg);
    transform-origin: center;
    z-index: -1;
}


@media (max-width: 767px) {
  .solutions-wrapper-1 {
     background: url('../images/main-bg-image/fourglobe.png');
  }
    .solutions-wrapper::before {
        content: "";
        position: absolute;
        inset: -2% 0% 92% 55%;
        background-image: url(../images/main-bg-image/main-bg-img.png);
        background-size: cover;
        /* background-position: top; */
        background-repeat: no-repeat;
        transform: rotate(-0.88deg);
        /* transform-origin: center; */
        z-index: -1;
    }
   .swiper-slide{
    width: 100% !important;
   } 
}


@media (min-width: 768px) and (max-width: 1023px) {
 .solutions-wrapper::before {
    content: "";
    position: absolute;
    inset: -10% 0% 27% 0%;
    background-image: url(../images/main-bg-image/main-bg-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-0.1deg);
    transform-origin: center;
    z-index: -1;
}
}

/* FAQ BANNER */
.faq-banner {
  background: url('../images/news/faqban.png') center/cover no-repeat;
  padding: 120px 20px;
  text-align: center;
}

.faq-banner-content h1 {
  color: #000;
  font-size: 42px;
  font-weight: 800;
}

/* FAQ MAIN */
.faq-main-section {
  padding: 80px 20px;
  
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

/* FAQ ITEM */
.faq-item {
  border-bottom: 1px solid #222;
}

/* QUESTION */
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 24px 0;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-icon {
  font-size: 26px;
  transition: transform 0.3s ease;
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer p {
  padding: 0 0 24px 0;
  color: #242424;
  line-height: 1.4;
}

/* ACTIVE STATE */
.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-item.active .faq-icon {
  transform: rotate(90deg);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .faq-banner-content h1 {
    font-size: 30px;
  }

  .faq-question {
    font-size: 16px;
  }
}

/* BANNER */
.sitemap-banner {
  background: url('../images/news/siteban.png') center/cover no-repeat;
  padding: 120px 20px;
  text-align: center;
}

.sitemap-banner-title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

/* CONTENT SECTION */
.sitemap-content-section {
  padding: 50px 30px;
}

.sitemap-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* COLUMN */
.sitemap-column {
  color: #000000;
}

/* GROUP */
.sitemap-group {
  margin-bottom: 28px;
}

/* HEADINGS */
.sitemap-heading {
  color: #1e88e5;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* LIST */
.sitemap-list {
  list-style-type: none;
  padding-left: 0;
 
}

.sitemap-list > li {
  margin-bottom: 6px;
  font-size: 32px;
  font-weight: 600;
}

/* NESTED LIST */
.sitemap-list ul {
  margin-top: 6px;
  padding-left: 20px;
}

.sitemap-list ul li {
  font-size: 17px;
  color: #000000;
  margin-bottom: 4px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .sitemap-banner-title {
    font-size: 30px;
  }

  .sitemap-heading {
    font-size: 18px;
  }

  .sitemap-list > li {
    font-size: 15px;
  }
}


.sitemap-list a {
  color: #000000;
  text-decoration: none;
  transition: color 0.25s ease;
}

.sitemap-list a:hover {
  color: #0A71B9;
  text-decoration: none;
}


.kot-blog-banner {
  background-image: url('../images/news/banner.png');
  background-size: cover;
  background-position: center;
  padding: 90px 20px;
  text-align: center;
}

.kot-blog-title {
  color: #ffffff;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  margin-bottom: 10px;
}

.kot-blog-subtitle {
  color: #0A71B9;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 500;
}

.kot-blog-intro-section {
  display: flex;
  justify-content: center;
  padding: 60px 20px;
}

.kot-blog-intro-card {
 
  background-image: url(../images/news/bgcard.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px;
  
  /* border-radius: 14px; */
  /* border: 1px solid rgba(255,255,255,0.4); */
  /* background: linear-gradient(
    180deg,
    rgba(20, 40, 60, 0.9),
    rgba(10, 25, 40, 0.95)
  ); */
  color: #ffffff;
  font-size: clamp(24px, 3vw, 32px);
    line-height: 1.4;
}
.kot-blog-intro-card p {
  text-align: center;
}
.kot-blog-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px 80px;
  color: #000000;
}

.kot-blog-heading {
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 700;
  margin-bottom: 10px;
}

.kot-blog-author {
  color: #0A71B9;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

.kot-blog-subheading {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  margin: 40px 0 15px;
}

.kot-blog-content p {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.kot-blog-list {
  padding-left: 20px;
  margin: 20px 0;
}

.kot-blog-list li {
  font-size: 18px;
  margin-bottom: 10px;
}


  

.ns-heroes-title{
  color:#000000;
  font-weight:700;
  font-size:40px;
  text-align: center;
}

/* Card */
.ns-hero-card{
  background:#000000;
  border-radius:16px;
  padding:12px;
}

.ns-hero-img{
  background:#f5f2f2;
  border-radius:12px;
  height:180px;
}

.ns-hero-info{
  display: flex;
 justify-content: center;
 align-items: center;
  margin-top:12px;
}
.ns-hero-info h5{
  color: #FFFFFF;
}
/* =========================
   Slider (Mobile / Tablet)
========================= */
.ns-heroes-slider{
  overflow:hidden;
}

.ns-slider-track{
  display:flex;
  gap:16px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding-bottom:8px;
}

.ns-slider-track::-webkit-scrollbar{
  display:none;
}

.ns-slider-item{
  min-width:260px;
  scroll-snap-align:start;
}



.ns-resources-title{
  color:#fff;
  font-weight:700;
  font-size:36px;
  margin-bottom:32px;
}

.ns-resource-card{
 border-radius:12px;
  padding:16px;
  color:#fff;
}

.ns-resource-img{
  /* background:#333; */
  border-radius:8px;
  height:180px;
  
  margin-bottom:12px;
  margin:  5% auto;
}
.ns-resource-img img {
  padding: 10% auto;
}

.ns-resource-heading{
  font-size:20px;
  margin-bottom:6px;
  color:#2fa2f2;
}

.ns-resource-text{
  font-size:14px;
  color:#000000;
  margin-bottom:12px;
}

.ns-resource-link{
  color:#2fa2f2;
  text-decoration:none;
  
}

/* Slider reuse from heroes section */
.ns-resource-slider, .ns-gallery-slider{
  overflow:hidden;
  margin-bottom:24px;
}

.ns-slider-track{
  display:flex;
  gap:16px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding-bottom:8px;
}

.ns-slider-track::-webkit-scrollbar{
  display:none;
}

.ns-slider-item{
  min-width:260px;
  scroll-snap-align:start;
}

/* =========================
   Gallery
========================= */
.ns-gallery-title{
  color:#000000;
  font-weight:700;
  font-size:32px;
}

.ns-gallery-link{
  color:#0e99fc;
  text-decoration:none;
  font-weight: 700;
}

.ns-gallery-card{
  border-radius:12px;
  overflow:hidden;
  text-align:center;
}

.ns-gallery-img{
  background:#333;
  height:150px;
  border-radius:12px;
  margin-bottom:8px;
}

.ns-gallery-caption{
  color:#2fa2f2;
  font-size:14px;
  font-weight: 500;
}


/* ========== BANNER ========== */
.kot-banner-section {
  background: url("../images/news/banner.png") center/cover no-repeat;
  padding: 60px 0 50px;
  color: #fff;
}

.kot-banner-title {
  font-size: 42px;
  font-weight: 700;
}

.kot-banner-subtitle {
  color: #0D6EB3;
  margin: 10px 0;
  font-weight: 500;
}

.kot-banner-text {
  max-width: 900px;
  margin: auto;
  font-size: 17px;
}

/* ========== VERIFY CARD ========== */
.kot-verify-section {
  padding: 50px 0;
}

.kot-verify-card {
  max-width: 1000px;
  margin: auto;
  background: url("../images/news/bgcard.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 70px;
  border-radius: 16px;
}

.kot-verify-input {
  width: 100%;
  padding: 18px;
  border-radius: 10px;
  border: none;
  margin-bottom: 25px;
  font-size: 16px;
}

.kot-verify-btn {
  float: right;
  padding: 12px 32px;
  border-radius: 10px;
  border: none;
  color: #fff;
  font-weight: 500;
}

/* ========== CERTIFICATE DETAILS ========== */
/* .kot-certificate-section {
  padding: 10px 0;
  }

.kot-certificate-card {
  max-width: 1000px;
  margin: auto;
  border-radius: 16px;
  color: #fff;
   background: url("../images/news/bgcard.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding:50px;

}

.kot-certificate-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
}

.kot-line {
  flex: 1;
  height: 1px;
  background: #aaa;
  margin-left: 20px;
} */
.kot-certificate-section {
  padding: 10px 0;
}

.kot-certificate-card {
  max-width: 1000px;
  margin: auto;
  border-radius: 16px;
  color: #fff;
  background: url("../images/news/bgcard.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 50px;
}

.kot-certificate-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  table-layout: fixed; /* IMPORTANT */
}

.kot-certificate-table td {
  padding: 10px 0;
  vertical-align: middle;
}

.kot-label {
  width: 200px;      /* fixed label width */
  padding-right: 20px; /* GAP between label & line */
  white-space: nowrap;
}

  .kot-value {
  border-bottom: 1px solid #aaa;
min-height: auto;
  padding-left: 10px; /* small inner gap */
}
@media (max-width: 576px) {
  .kot-certificate-table tr {
    display: block;
    margin-bottom: 15px;
  }

  .kot-label,
  .kot-value {
    display: block;
    width: 100%;
  }

  .kot-label {
    padding-right: 0;
  }
}

/* ========== FOOTER ========== */
.kot-footer-section {
  padding: 20px 0;
  color: #fff;
}

.kot-footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
  
}

.kot-footer-left img {
  max-width: 400px;
}

.kot-footer-right {
  text-align: right;
  color: #1e90ff;
  font-weight: 600;
  font-size: 22px;
}

.kot-footer-valid {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
  .kot-banner-title {
    font-size: 28px;
  }

  .kot-footer-content {
    flex-direction: column;
    text-align: center;
  }

  .kot-footer-right {
    text-align: center;
    margin-top: 20px;
  }

  .kot-verify-btn {
    float: none;
    width: 100%;
  }
  .images-news{
  /* height: 20vh; */
}
}



/* ===== OUR SERVICES ===== */


/* Banner */
.kot-services-banner {
  padding: 50px 0;
  text-align: center;
    background: url("../images/news/banner.png") center/cover no-repeat;
}

.kot-services-banner h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}


/* ===== GRID ===== */
.kot-services-grid {
  margin-top: 70px;
}

.kot-service-card {
  display: block;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kot-service-card img {
  max-width: 100%;
  height: auto;
}

.kot-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .kot-services-banner h2 {
    font-size: 30px;
  }

  .kot-service-logo img {
    height: 80px;
  }
}

.kot-marquee-wrap {
  width: 100%;
  overflow: hidden;
  background: rgba(236, 236, 236, 0.7);
  padding: 50px 0;
}

.kot-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: kot-marquee-scroll 30s linear infinite;
}

.kot-marquee-wrap:hover .kot-marquee-track {
  animation-play-state: paused;
}

.kot-marquee-track a {
  padding: 0 40px;
}

.kot-marquee-track img {
  height: 140px;
    /* border-radius: 12px; */
  transition: transform 0.3s ease;
}

.kot-marquee-track img:hover {
  transform: scale(1.08);
}

@keyframes kot-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .kot-marquee-track img {
    height: 85px;
  }
}



html,
body {
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}


@media (max-width: 1024px) {
  .contact-hero {
    min-height: 150px !important;
  }
  .images-news{
  /* height: 20vh; */
}
} 

.testimonial-slider {
  overflow: hidden;
}

.testimonial-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

@font-face { font-family: 'Montserrat-Light'; src: url('assets/Montserrat/static/Montserrat-Light.ttf') format('truetype'); font-weight: 300; } @font-face { font-family: 'Montserrat-Regular'; src: url('assets/Montserrat/static/Montserrat-Regular.ttf') format('truetype'); font-weight: 400; } @font-face { font-family: 'Montserrat-Medium'; src: url('assets/Montserrat/static/Montserrat-Medium.ttf') format('truetype'); font-weight: 500; } @font-face { font-family: 'Montserrat-Bold'; src: url('assets/Montserrat/static/Montserrat-Bold.ttf') format('truetype'); font-weight: 700; } @font-face { font-family: 'Montserrat-Extra-Bold'; src: url('assets/Montserrat/static//Montserrat-ExtraBold.ttf') format('truetype'); font-weight: 800; } @font-face { font-family: 'Montserrat-semi-Bold'; src: url('assets/Montserrat/static//Montserrat-SemiBold.ttf') format('truetype'); font-weight: 600; }
/* TOP TEXT FONTS */
.shs-title{
  color:#4db5ff; font-family: 'Montserrat-Extra-Bold'; font-size: clamp(20px, 4vw, 32px); line-height: 100%; letter-spacing: 0%; margin-bottom:8px;
}

.shs-desc{
 font-family: 'Montserrat-Medium'; font-size: clamp(14px, 2.5vw, 20px); line-height: 100%; letter-spacing: 0%; margin-bottom:12px; color:#000000;
}

/* SERVICE WRAPPER */
.shs-service{
  display:flex;
  flex-direction: column;
  height:100%;
}

/* HEADER (TITLE + DESC) */
.shs-header{
  display:flex;
  flex-direction: column;
  justify-content: center;
  min-height: 175px; /* keeps spacing for large screens */
  gap: 4px;
  
}

/* CARD OUTER */
.shs-card{
  width:100%;
  display:flex;
  justify-content:center;
  flex:1; /* fill remaining height */
}

/* CARD INNER */
.shs-card-inner{
  width:393px;
  height:296px;
  background:#D9D9D9;
  border-radius:6px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
 
}

/* IMAGE AREA */
.shs-card-top{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:5%;
}

.shs-card-top img{
  width:100%;
  height:auto;
}

/* BUTTON BAR */
.shs-card-bottom{
  padding:7%;
  background:#014F85;
  display:flex;
  align-items:center;
  
  box-shadow: 0px 4px 8.8px 4px #000000A6;
}

.shs-card-bottom a{
 color:#fff; font-family: 'Montserrat-Regular'; font-size: 24px; leading-trim: NONE; line-height: 100%; letter-spacing: 0%; text-decoration:none; display:flex; align-items:center; gap:8px;
 
}

/* RESPONSIVE */
@media (max-width: 767px){
  .shs-card-inner{
    width:100%;
    /* height:auto; */
  }
  .shs-header{
    /* min-height: auto; */
    /* text-align: center; */
  }
}

/* ================= VIDEO SLIDER ================= */
.videos-slider-wrapper {
    overflow: hidden;
    width: 100%;
    padding: 30px 0;
    position: relative;
}

.videos-slider {
    display: flex;
    gap: 30px;
    width: max-content;
    position: relative;
    /* Enable hardware acceleration for smooth scrolling */
    transform: translate3d(0, 0, 0); 
}

.video-card {
    flex: 0 0 auto;
    width: 85vw; /* Mobile width */
    max-width: 560px; /* Limit on larger screens */
    background: #000;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

.video-card:hover {
    transform: scale(1.02);
}

.video-embed {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

.video-embed iframe,
.video-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto; /* Ensure interactivity */
}

@media (min-width: 768px) {
    .video-card {
        width: 450px; /* Tablet/Desktop base width */
    }
}