 body {
      font-family: "DM Sans", sans-serif;
    }
    .icon-bg {
      background-color: #e4ba35;
      width: 120px;
      height: 120px;
      margin: 0 auto;
      border-radius: 60px;
      padding: 27px 10px;
    }
    .kabgcl {
      background-color: #0098da !important;
    }
    .katxtcl {
      color: #0098da !important;
    }
    .kabgcl2 {
      background-color: #e4ba35 !important;
    }
    .katxtcl2 {
      color: #e4ba35 !important;
    }
    .kaftrulli ul li a {
      text-decoration: none;
      color: #FFFFFF;
    }
    .accordion-button:not(.collapsed) {
      color: #f8f9fa;
      background-color: #0098da;
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    }
    .btn-primary {
      color: #fff;
      background-color: #0098da;
      border-color: #0098da;
    }
    .btn-warning {
      color: #000;
      background-color: #e4ba35;
      border-color: #e4ba35;
    }
    a {
      text-decoration: none;
    }
    .nav-tabs .nav-link.active {
      color: #ffffff;
      background-color: #0098da;
      border-color: #dee2e6 #dee2e6 #fff;
    }
    .gbg-ywy {
      background-image: linear-gradient(160deg, #faefd5 0%, #ffffff 50%, #faefd5 100%);
    }
    .nav-link {
      color: #0098da;
    }
    .hdng-stl {
      background-color: #dc9d00;
      width: 100px;
      height: 1px;
      display: block;
      margin: 10px auto 0;
    }
    .hdng-stl2 {
      background-color: #dc9d00;
      width: 100px;
      height: 1px;
      display: block;
      margin-top: 10px;
    }
    .btn-primary28a {
      color: #ffffff;
      background-color: #0098da;
      border-color: #0098da;
    }
    #myBtn {
      position: fixed;
      right: 30px;
      z-index: 1199;
      font-size: 20px;
      border: none;
      outline: 0;
      color: #f6f6f6;
      cursor: pointer;
      border-radius: 30px;
    }
    #myBtn {
      background-color: #0098da;
      bottom: 20px;
      padding: 5px 15px;
    }
    @media (max-width: 767px) {
      .btn1 {
        font-size: 13px !important;
      }
    }
    .upulli li {
      margin-top: 7px;
      margin-bottom: 7px;
    }
    .carousel-indicators {
      bottom: -30px;
    }
    .carousel-indicators [data-bs-target] {
      background-color: #0098da;
    }
    .top-links {
      height: 34px;
      background: #0098da;
      color: #ffffff;
    }
    .top-links:after {
      position: relative;
      content: '';
      left: -50px;
      top: 0;
      border-style: solid;
      border-color: #0098da transparent #00f transparent;
      border-width: 50px 0 0 50px;
    }
    .cta-btn-ody {
      position: fixed;
      top: 102px;
      right: 0px;
      z-index: 1050;
      border-radius: 0 0 0 15px !important;
      padding: 8px 18px;
      font-weight: 600;
      box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
      color: #fff;
      background: linear-gradient(270deg, #0098da, #006494, #0098da);
      background-size: 600% 600%;
      animation: ctaGradient 8s ease infinite;
    }
    @media (max-width: 767.98px) {
      .top-links {
        display: none;
      }
    }
    .brochure-bu {
      position: fixed;
      bottom: 0;
      z-index: 9998;
      color: #fff !important;
      font-size: 16px !important;
      background: #0098da;
      border-radius: 5px 5px 0 0;
      box-shadow: 0 3px 7px rgba(0, 0, 0, .2);
      backface-visibility: hidden;
      font-weight: 700;
      line-height: 22px;
      border-color: transparent;
      padding: 5px 10px;
      left: 1%;
      word-spacing: 5px
    }
    @media (max-width: 767.98px) {
      .fxbgcl {
        background-color: #0079c0;
        color: #fff;
        font-size: 14px;
        padding: 7px;
      }
    }
    @media (max-width: 767.98px) {
      .brrtftr {
        border-right: 1px solid #fff;
      }
    }
    @media (max-width: 767.98px) {
      .fixed-ctc {
        position: fixed;
        bottom: 0;
        z-index: 1040;
        width: 100%;
        text-align: center;
      }
    }
    .imsz {
      width: 200px !important;
    }
    @media (max-width: 767.98px) {
      .imsz {
        width: 210px !important;
      }
    }
    .cta-btn-ody {
      position: fixed;
      top: 99px;
      right: 0px;
      z-index: 1050;
      border-radius: 0 0 0 15px !important;
      padding: 8px 18px;
      font-weight: 600;
      box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
      color: #fff;
      background: linear-gradient(270deg, #0098da, #006494, #0098da);
      background-size: 600% 600%;
      animation: ctaGradient 8s ease infinite;
    }
    @media (max-width: 768px) {
      .cta-btn-ody {
        top: 80px;
      }
    }
  body.ka-fade-bg::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55); 
    z-index: 1040; 
    pointer-events: none;
    animation: kaFadeIn 0.4s ease forwards;
  }
  @keyframes kaFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  .ka-promo-modal.modal.fade .modal-dialog {
    transform: translate(0, -10px);
    transition: transform 0.25s ease-out;
  }
  .ka-promo-modal.show .modal-dialog {
    transform: translate(0, 0);
  }
  .ka-promo-modal .btn-close {
    background-color: #6a696e; 
        border-radius: 50% 50% 0 0;
    padding: 10px;
    opacity: 1; 
    filter: invert(1); 
    transition: 0.2s ease;
  }
.video-thumb {
  position: relative;
  display: inline-block;
}
.video-thumb img {
  display: block;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: blink 1.4s infinite;
}
.play-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
@keyframes blink {
  0% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(255,255,255,0.6);
  }
  50% {
    opacity: 0.7;
    box-shadow: 0 0 0 15px rgba(255,255,255,0);
  }
  100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
}






/* Wrapper */
#vthumb2 .video-thumb{
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

/* Thumbnail image */
#vthumb2 .video-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Dark gradient overlay */
#vthumb2 .video-thumb::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.05) 0%,
    rgba(0,0,0,0.55) 100%
  );
  pointer-events:none;
}

/* ▶ Play badge – BOTTOM RIGHT */
#vthumb2 .play-badge{
  position: absolute;
  right: 0;
  bottom: 0;

  width: 46px;
  height: 46px;
  border-radius: 50%;

  background: rgba(0,0,0,0.75);
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 18px;
  line-height: 1;

  z-index: 2;
  box-shadow: 0 8px 20px rgba(0,0,0,.35);
  transition: transform .25s ease, background .25s ease;
}

/* Hover (desktop only) */
#vthumb2 .video-thumb:hover .play-badge{
  transform: scale(1.08);
  background: rgba(0,0,0,.9);
}




@media (max-width: 767px){
  #vthumb2 .play-badge{
    width: 20px;
    height: 20px;
    font-size: 8px;
    right: 0;
    bottom: 0;
    box-shadow: 0 6px 14px rgba(0,0,0,.35);
  }

  /* Disable hover zoom on touch */
  #vthumb2 .video-thumb:hover .play-badge{
    transform: none;
  }
}



#carouselExampleControls .carousel-control-prev,
#carouselExampleControls .carousel-control-next {
  position: absolute;
  top: auto;
  bottom: 15px;
  width: 44px;
  height: 44px;
  opacity: 1;
}

/* Right alignment */
#carouselExampleControls .carousel-control-prev {
  left: auto;
  right: 64px; /* spacing between buttons */
}

#carouselExampleControls .carousel-control-next {
  right: 15px;
}

/* Optional: style buttons */
#carouselExampleControls .carousel-control-prev-icon,
#carouselExampleControls .carousel-control-next-icon {
  background-size: 60% 60%;
  background-color: rgba(0,0,0,0.6);
  border-radius: 50%;
}