.trainers-btn {
    padding: 0px 7px 0px 7px!important;
    color: #fff!important;
    background-color: #008f91!important;
    border-radius: 0px!important;
    font-weight: 600!important;
    text-transform: capitalize!important;
    font-size: 15px!important;
    border: 2px solid #008f91!important;
}
.trainers-btn:hover {
    background-color: #000!important;
    border: 2px solid #fff!important;
}
.link-icon a {
  color: rgb(12 222 225);
}

.cmd-location-body p {
  display: none!important;
}




/* =========================
   MAIN DROPDOWN STYLE
========================= */

.dropdown {
  position: relative;
}

.dropdown-btn {
  text-decoration: none !important;
  display: block;
  padding: 10px 15px;
  color: #000;
}

/* Main dropdown menu */
/* .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 340px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  display: none;
  z-index: 999;
} */

.g-recaptcha {
  margin-top: 15px;
  margin-bottom: 20px;
}

/* Tablet */
@media (max-width: 991px) {
  .g-recaptcha {
    transform: scale(0.90);
    transform-origin: left top;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .g-recaptcha {
    transform: scale(0.85);
    transform-origin: left top;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .g-recaptcha {
    transform: scale(0.77);
    transform-origin: left top;
  }
}


/* Show dropdown on hover (desktop) */
.dropdown:hover>.dropdown-menu {
  display: block;
}

/* =========================
   MAIN MENU LINKS
========================= */

.dropdown-menu li {
  position: relative;
}

.dropdown-menu a {
  text-decoration: none !important;
  display: block;
  padding: 10px 15px;
  color: #333;
  transition: 0.3s;
}

.dropdown-menu a:hover {
  background: #f5f5f5;
  color: #000;
}

/* popup */


/* =========================
   SUB DROPDOWN
========================= */

.sub-dropdown {
  position: relative;
}

/* Sub menu */
.sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  min-width: 260px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 10px 0;
  z-index: 999;
  text-decoration: none !important;
}

/* banner  */


/* Large Tablets */
@media (max-width: 991px) {
  .cmd-banner-content h1 {
    font-size: 40px !important;
  }
}

/* Tablets */
@media (max-width: 768px) {
  .cmd-banner-content h1 {
    font-size: 38px !important;
    line-height: 1.3;
  }
}

/* Mobile Devices */
@media (max-width: 576px) {
  .cmd-banner-content h1 {
    font-size: 30px !important;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}

/* Small Mobile Devices */
@media (max-width: 375px) {
  .cmd-banner-content h1 {
    font-size: 26px !important;
  }
}

/* Show sub menu on hover */
.sub-dropdown:hover .sub-menu {
  display: block;
}

.whatsapp-btn {
  position: fixed;
  bottom: 90px;
  /* Above scroll top button */
  right: 20px;
  width: 55px;
  height: 55px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  transition: all 0.3s ease;
}

.whatsapp-btn:hover {
  transform: translateY(-5px) scale(1.1);
  background: #1ebe5d;
  color: #fff;
}

/* Sub menu links */
.sub-menu a {
  text-decoration: none !important;
  display: block;
  padding: 10px 15px;
  color: #333;
}

/* All menu links underline remove */
.dropdown a,
.dropdown-menu a,
.sub-menu a,
.sub-dropdown a {
  text-decoration: none !important;
  color: #000;
}

/* optional hover effect */
.dropdown-menu a:hover,
.sub-menu a:hover {
  color: #008080;
}

/* remove list bullets */
.dropdown-menu,
.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sub-menu a:hover {
  background: #eee;
  text-decoration: none !important;
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media (max-width: 991px) {

  /* Make dropdown static on mobile */
  .dropdown-menu {
    position: static;
    box-shadow: none;
    display: none;
    padding-left: 15px;
  }

  .sub-menu {
    position: static;
    box-shadow: none;
    display: none;
    padding-left: 20px;
  }

  /* You can control open via JS by adding .show class */
  .dropdown-menu.show {
    display: block;
  }

  .sub-menu.show {
    display: block;
  }

  /* Better touch spacing */
  .dropdown-menu a,
  .sub-menu a {
    padding: 12px 15px;
  }
}





* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

/* ===== Top Header ===== */
top-header-left {
  display: flex;
  /* align-items: center; */
}

/* ===== SCROLL TOP BUTTON ===== */

#scrollTopBtn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  border-radius: 50%;
  background: #008f91;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);

  opacity: 0;
  visibility: hidden;

  transition: 0.4s ease;
}

#preloader {
  position: fixed;
  inset: 0;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  overflow: hidden;
  transition: 0.8s ease;
}

/* HIDE */

#preloader.hide {
  opacity: 0;
  visibility: hidden;
}

/* WRAPPER */

.loader-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* LOGO */

.loader-logo {
  width: 100%;
  /* animation: pulseLogo 2s ease-in-out infinite; */
  /* filter: drop-shadow(0 0 20px rgba(0, 212, 214, 0.5)); */
}

.popup-logo {
  text-align: center;
  margin-bottom: 15px;
}

.popup-logo img {
  max-width: 140px;
  height: auto;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .75);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.popup-box {
  background: #fff;
  width: 100%;
  max-width: 500px;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}

.popup-box h3 {
  text-align: center;
  margin-bottom: 10px;
}

.popup-box p {
  text-align: center;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 15px;
}
  
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
}

.popup-btn {
  width: 100%;
  padding: 12px;
  border: none;
  background: #008080;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
}



/* LOGO ANIMATION */

@keyframes pulseLogo {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.12);
  }
}

/* LOADING DOTS */

.loading-dots {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.loading-dots span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #00d4d6;
  animation: bounce 1.4s infinite ease-in-out;
  box-shadow: 0 0 12px #00d4d6;
}

.loading-dots span:nth-child(2) {
  animation-delay: 0.2s;
}

.loading-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

/* DOT ANIMATION */

@keyframes bounce {

  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.5;
  }

  40% {
    transform: translateY(-14px);
    opacity: 1;
  }
}

/* Show Button */
#scrollTopBtn.show {
  opacity: 1;
  visibility: visible;
}

/* Hover Effect */
#scrollTopBtn:hover {
  transform: translateY(-5px) scale(1.08);
  background: #00b4b6;
}

.top-header {
  /* background: #08979c; */

  color: #ffffff;
  width: 100%;
}

/* ===== Container Gap Left & Right ===== */
.top-header-container {
  width: 91%;
  max-width: 1720px;
  margin: auto;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  background: #08979c;
}

/* ===== Left Side ===== */

.top-header-left {
  display: flex;
  /* align-items: center; */
}

.top-header-left a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 11px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

/* ===== Right Side ===== */

.top-header-right {
  display: flex;
  /* align-items: center; */
}

/* ===== Policy Links ===== */

.top-links {
  display: flex;
  align-items: center;
}

.top-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding: 18px 18px;
}

/* ===== Social Icons ===== */

.top-social-icons {
  display: flex;
  align-items: center;
  margin-left: 18px;
  background: #ffffff;
}

.top-social-icons a {
  width: 48px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d2b4d;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}

.top-social-icons a:hover {
  background: #0d2b4d;
  color: #ffffff;
}

@media (max-width: 991px) {
  .top-header-container {
    flex-direction: column;
    align-items: center;
  }

  .top-header-left,
  .top-header-right,
  .top-links {
    justify-content: center;
    width: 100%;
  }

  .top-header-left a,
  .top-links a {
    padding: 14px 16px;
    font-size: 14px;
  }

  .top-social-icons {
    margin: 12px 0 0;
  }

  .top-social-icons a {
    width: 44px;
    height: 50px;
  }
}

/* ==============================
   ===== Mobile Responsive =====
================================ */

@media (max-width: 767px) {
  .top-header-container {
    width: 100%;
  }

  .top-header-left,
  .top-header-right,
  .top-links {
    flex-direction: column;
    width: 100%;
  }

  .top-header-left a,
  .top-links a {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 12px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 14px;
  }

  .top-social-icons {
    width: 100%;
    justify-content: center;
    margin: 0;
  }

  .top-social-icons a {
    width: 45px;
    height: 45px;
    font-size: 14px;
  }
}

/* ==============================
   ===== Small Mobile =====
================================ */

@media (max-width: 480px) {

  .top-header-left a,
  .top-links a {
    font-size: 13px;
    gap: 6px;
    padding: 10px;
  }

  .top-social-icons a {
    width: 40px;
    height: 40px;
  }
}

.logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.logo img {
  max-height: 55px;
  /* banner size */
  width: auto;
  object-fit: contain;
  transition: all 0.3s ease;
}


/* ===== Navbar ===== */
.navbar {
  width: 100%;
  background: #fff;
  /* box-shadow: 0 2px 10px rgba(0,0,0,0.08); */
  position: relative;
  z-index: 999;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}


.nav-links li a {
  position: relative;
  text-decoration: none;
  padding: 10px 0;
  display: inline-block;
  color: #000;
  transition: 0.3s;
}

/* Hover Line */
.nav-links li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 3px;
  background: #118392;
  /* line color */
  transition: width 0.3s ease;
}

/* Hover Effect */
.nav-links li a:hover::after {
  width: 100%;
}

/* Active Menu */
.nav-links li a.active::after {
  width: 100%;
}

.nav-links li a.active {
  color: #118392;
}

.banner-btns {
  margin-top: 25px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.banner-btns .btn {
  padding: 12px 28px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: 0.3s ease;
}

.banner-btns .btn-primary {
  background: #fff;
  color: #000;
}

.banner-btns .btn-primary:hover {
  background: #fff;
}

.banner-btns .btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.banner-btns .btn-secondary:hover {
  background: #fff;
  color: #000;
}

.nav-container {
  width: 98%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 85px;
}

/* ===== Logo ===== */

/* ===== Nav Links ===== */
.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 8px;
}

.nav-links li {
  position: relative;
}

.nav-links li a {
  text-decoration: none;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  padding: 19px 6px;
  display: block;
  transition: 0.3s;
}

.nav-links li a:hover {
  color: #008a8a;
}

/* ===== Dropdown ===== */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 100%;
  list-style: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease;
}

.dropdown-menu li a {
  padding: 14px 18px;
  border-bottom: 1px solid #f1f1f1;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ===== Right Side ===== */
.nav-right {
  display: flex;
  align-items: center;
  height: 85px;
}

/* ===== Quote Button ===== */
.nav-cta {
  background: #008a8a;
  height: 64%;
  display: flex;
  align-items: center;
  padding: 0 29px;
  margin-right: 46px;
}

.quote-btn {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* ===== Action Buttons ===== */
.nav-actions {
  background-color: #008a8a;
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-actions button {
  width: 91px;
  height: 85px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.3s ease;
}

.nav-actions button:hover {
  background: rgba(0, 0, 0, 0.12);
}

/* ===== Mobile Toggle ===== */
.menu-toggle {
  /* display: none; */
}

/* ===== Banner Section Start ===== */

.banner-section {
  width: 100%;
  overflow: hidden;
}

/* ===== Carousel Container ===== */

.banner-section .carousel-container {
  width: 100%;
  height: 650px;
  overflow: hidden;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
}

/* ===== Hide Radio Buttons ===== */

.banner-section input[name="slider"] {
  display: none;
}

/* ===== Slides Wrapper ===== */

.banner-section .slides {
  display: flex;
  width: 300%;
  height: 100%;
  transition: transform 0.8s ease-in-out;
}

/* ===== Single Slide ===== */

.banner-section .slide {
  width: 33.33%;
  height: 100%;
  position: relative;
}

.banner-section .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== Overlay ===== */

.banner-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(0, 128, 128, 0.92),
      rgba(0, 128, 128, 0.45));
  z-index: 1;
}

/* ===== Content ===== */

.banner-section .content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  max-width: 650px;
}

.banner-section .content h2 {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.banner-section .content h2 span {
  /* color: #d4ff00; */
  /* text-transform: uppercase; */
  /* display: inline-block; */
}

/* Laptop */
@media (max-width: 1200px) {
  .banner-section .content h2 {
    font-size: 44px;
  }
}

/* Tablet */
@media (max-width: 992px) {
  .banner-section .content h2 {
    font-size: 38px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .banner-section .content h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}

/* Small Mobile */
@media (max-width: 576px) {
  .banner-section .content h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
  .banner-section .content h2 {
    font-size: 20px;
  }
}


/* ===== Play Button ===== */

.banner-section .play-btn {
  position: relative;
  width: 65px;
  height: 65px;
  background: #d4ff00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  font-size: 22px;
  cursor: pointer;
  border: 5px solid rgba(255, 255, 255, 0.25);
  transition: 0.4s ease;
  overflow: hidden;
  z-index: 1;
}

/* White layer */
.banner-section .play-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.4s ease;
  z-index: -1;
}

.banner-section .play-btn:hover::before {
  transform: scale(1);
}

.banner-section .play-btn:hover {
  transform: scale(1.1);
}

/* ===== Navigation Dots ===== */

.banner-section .nav-dots {
  position: absolute;
  bottom: 40px;
  left: 10%;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 3;
}

.banner-section .dot {
  width: 35px;
  height: 5px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: 0.4s ease;
  border-radius: 30px;
}

/* ===== Slide Move ===== */

.banner-section #slide1:checked~.slides {
  transform: translateX(0%);
}

.banner-section #slide2:checked~.slides {
  transform: translateX(-33.33%);
}

.banner-section #slide3:checked~.slides {
  transform: translateX(-66.66%);
}

/* ===== Active Dot ===== */

.banner-section #slide1:checked~.nav-dots .dot:nth-child(1),
.banner-section #slide2:checked~.nav-dots .dot:nth-child(2),
.banner-section #slide3:checked~.nav-dots .dot:nth-child(3) {
  background: #d4ff00;
}

/* ===== Banner Section End ===== */

/* ===== About Section Start ===== */

.about-section {
  padding: 80px 0;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.about-section .container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

/* ===== Left Side Images ===== */

.about-section .about-images {
  position: relative;
  flex: 1;
}

.about-section .main-img-wrapper {
  position: relative;
  border: 1px solid #e0e0e0;
  padding: 10px;
  overflow: hidden;
  transition: all 0.4s ease;
  cursor: pointer;
}

/* Image Zoom */
.about-section .main-img-wrapper img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

/* Hover Effect */
.about-section .main-img-wrapper:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  border-color: #008080;
}

/* Zoom Image */
.about-section .main-img-wrapper:hover img {
  transform: scale(1.08);
}

/* Shine Effect */
.about-section .main-img-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-25deg);
  transition: 0.7s;
}

.about-section .main-img-wrapper:hover::before {
  left: 130%;
}

.about-section .main-img {
  width: 100%;
  display: block;
}

.about-section .floating-img {
  position: absolute;
  bottom: -30px;
  right: -20px;
  width: 60%;
  border: 8px solid #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-section .floating-img img {
  width: 100%;
  display: block;
}

/* ===== Play Button ===== */

.about-section .play-button {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: #008080;
  color: #fff;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.about-section .play-button .icon {
  width: 35px;
  height: 35px;
  background: #fff;
  color: #008080;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* ===== Content Side ===== */

.about-section .about-content {
  flex: 1.2;
}

.about-section .sub-title {
  color: #008080;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.about-section .about-content h2 {
  color: #002d4b;
  font-size: 42px;
  line-height: 1.2;
  margin: 20px 0;
}

.about-section .description {
  color: #666;
  line-height: 1.8;
  margin-bottom: 30px;
}

/* ===== Features ===== */

.about-section .features-grid {
  display: flex;
  gap: 30px;
  margin-bottom: 25px;
}

.about-section .feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-section .icon-box {
  width: 50px;
  height: 50px;
  background: #008080;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 5px;
  font-size: 22px;

  transition: all 0.4s ease;
  cursor: pointer;
}

/* Hover Effect */
.about-section .icon-box:hover {
  background: #d4ff00;
  color: #111;
  transform: translateY(-8px) rotate(5deg);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.about-section .feature-item p {
  color: #002d4b;
  font-weight: 700;
}

/* ===== Check List ===== */

.about-section .check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-section .check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  color: #666;
  line-height: 1.6;
}

.about-section .check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background: #008080;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== CTA Area ===== */

.about-section .cta-area {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.about-section .btn-primary {
  position: relative;
  display: inline-block;

  background: #008080;
  color: #fff;
  text-decoration: none;
  padding: 15px 30px;
  font-weight: 700;

  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
}

/* Hover Background Layer */
.about-section .btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #d4ff00;

  transform: scaleX(0);
  transform-origin: left;

  transition: transform 0.4s ease;
  z-index: -1;
}

.about-section .btn-primary:hover::before {
  transform: scaleX(1);
}

.about-section .btn-primary:hover {
  color: #111;
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* ===== CEO Profile ===== */

.about-section .ceo-profile {
  display: flex;
  align-items: center;
  gap: 15px;
}

.about-section .ceo-profile img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

.about-section .ceo-info span {
  display: block;
  color: #999;
  font-size: 12px;
  margin-bottom: 3px;
}

.about-section .ceo-info strong {
  color: #002d4b;
  font-size: 16px;
}

/* ===== Responsive ===== */

@media (max-width: 996px) {
  .about-section .container {
    flex-direction: column;
  }

  .about-section .about-content h2 {
    font-size: 34px;
  }

  .about-section .floating-img {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .about-section {
    padding: 60px 0;
  }

  .about-section .container {
    width: 95%;
    gap: 40px;
  }

  .about-section .about-content h2 {
    font-size: 28px;
  }

  .about-section .features-grid {
    flex-direction: column;
    gap: 20px;
  }

  .about-section .cta-area {
    /* flex-direction: column; */
    align-items: flex-start;
    gap: 25px;
  }

  .about-section .floating-img {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .about-section .about-content h2 {
    font-size: 24px;
  }

  .about-section .btn-primary {
    padding: 13px 22px;
    font-size: 14px;
  }
}

/* ===== About Section End ===== */

/* services-section */

.education-services-section {
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
}

/* ===== Parent Container ===== */

.education-services-container {
  width: 90%;
  max-width: 1250px;
  margin: auto;
}

/* ===== Header ===== */

.education-services-header {
  text-align: center;
  margin-bottom: 60px;
}

.education-services-subtitle {
  color: #008b8b;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.education-services-title {
  color: #ffffff;
  font-size: 42px;
  line-height: 1.3;
  font-weight: 700;
}

/* ===== Slider Wrapper ===== */

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

/* ===== Slider Track ===== */

.education-slider-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}

/* ===== Card ===== */

.education-service-card {
  min-width: calc(25% - 15px);
  background: #ffffff;
  padding: 40px 25px;
  border-radius: 6px;
  transition: 0.3s ease;
  text-align: center;
  flex-shrink: 0;
}

.education-service-card:hover {
  transform: translateY(-10px);
}

/* ===== Icon ===== */

.education-service-icon {
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 50%;
  background: rgba(0, 139, 139, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  margin-bottom: 25px;
}

/* ===== Card Content ===== */

.education-service-card h3 {
  font-size: 24px;
  color: #002d5b;
  margin-bottom: 15px;
}

.education-service-card p {
  color: #666666;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 25px;
}

.education-service-card a {
  text-decoration: none;
  color: #002d5b;
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s;
}

.education-service-card a:hover {
  color: #008b8b;
}

/* ===== Controls ===== */

.education-slider-controls {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

/* ===== Progress Bar ===== */

.education-progress-bar {
  width: 100%;
  max-width: 350px;
  height: 3px;
  background: #444444;
  overflow: hidden;
}

.education-progress-fill {
  width: 25%;
  height: 100%;
  background: #008b8b;
  transition: 0.4s ease;
}

/* ===== Buttons ===== */

.education-slider-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.education-slider-buttons button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
  transition: 0.3s;
}

.education-slider-buttons button:hover {
  background: #008b8b;
  border-color: #008b8b;
}

/* service */

/* log */

.logo-carousel {
  overflow: hidden;
  padding: 60px 0;
  /* background: white; */
  white-space: nowrap;
  position: relative;
}

/* Gradient fades on the edges to make it look premium */
.logo-carousel::before,
.logo-carousel::after {
  content: "";
  height: 100%;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.logo-carousel::before {
  left: 0;
  /* background: linear-gradient(to right, white, transparent); */
}

.logo-carousel::after {
  right: 0;
  /* background: linear-gradient(to left, white, transparent); */
}

.logo-track {
  display: flex;
  width: calc(250px * 10);
  /* Width of 1 logo * total number of slides */
  animation: scroll 20s linear infinite;
}

.logo-slide {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-slide img {
  width: 150px;
  /* Adjust size based on your logos */
  filter: grayscale(100%);
  /* Optional: Make them grey */
  opacity: 0.7;
  transition: 0.3s;
}

.logo-slide img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 5));
  }

  /* Move by half the total track width */
}

/* Header Styling */
.header-container {
  width: 90%;
  margin: 0 auto 38px;

  /* display: flex; */
  justify-content: space-between;
  align-items: flex-end;
}

.gallery-nav {
  color: #008080;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}

.header-left h1 {
  font-size: 2.5rem;
  color: #002d40;
  padding: 10px;
}

.view-all-btn {
  background-color: #008080;
  color: white;
  text-decoration: none;
  padding: 15px 30px;
  font-size: 0.9rem;
  font-weight: bold;
  transition: background 0.3s;
}

.view-all-btn:hover {
  background-color: #005f5f;
}

/* Grid Layout */
.project-grid {
  display: flex;
  gap: 20px;
}

.project-card {
  flex: 1;
  position: relative;
  overflow: hidden;
  height: 500px;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Overlay Styling for Active State */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* Darkens the image */
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px;
  color: white;
}

.project-info h2 {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.location {
  font-size: 0.85rem;
  color: #00c2c2;
  /* Teal color for location */
}

.project-number {
  font-size: 2.5rem;
  font-weight: bold;
  opacity: 0.8;
}

/* Responsive adjustment */
@media (max-width: 768px) {
  .project-grid {
    flex-direction: column;
  }

  .header-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

/* project  */
/* ===== Project Section ===== */
/* ===== Project Card ===== */

.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  cursor: pointer;
  transition: all 0.5s ease;
}

/* ===== Image ===== */

.project-card img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;

  transition: transform 0.7s ease;
}

/* ===== Overlay ===== */

.overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.85),
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0));

  display: flex;
  justify-content: space-between;
  align-items: end;

  padding: 30px;

  transition: 0.5s ease;
}

/* ===================================== */
/* ===== Modern Hover Effects ===== */
/* ===================================== */

/* Card Lift + Shadow */

.project-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

/* Image Zoom */

.project-card:hover img {
  transform: scale(1.1) rotate(1deg);
}

/* Overlay Dark Effect */

.project-card:hover .overlay {
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.95),
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.1));
}

/* Shine Effect */

.project-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;

  background: rgba(255, 255, 255, 0.18);
  transform: skewX(-25deg);

  transition: 0.8s;
  z-index: 2;
}

.project-card:hover::before {
  left: 130%;
}

/* ===== Text Animation ===== */

.project-info {
  transform: translateY(30px);
  opacity: 0;

  transition: 0.6s ease;
  z-index: 3;
}

.project-card:hover .project-info {
  transform: translateY(0);
  opacity: 1;
}

/* ===== Heading ===== */

.project-info h2 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 10px;

  transition: 0.4s ease;
}

.project-card:hover .project-info h2 {
  color: #ffcc00;
  letter-spacing: 1px;
}

/* ===== Location ===== */

.location {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.5px;

  transition: 0.4s ease;
}

.project-card:hover .location {
  transform: translateX(5px);
}

/* ===== Number ===== */

.project-number {
  color: rgba(255, 255, 255, 0.7);
  font-size: 42px;
  font-weight: bold;

  transition: 0.5s ease;
  z-index: 3;
}

.project-card:hover .project-number {
  transform: scale(1.15) rotate(-5deg);
  color: #fff;
}

/* ===== Border Glow ===== */

.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 18px;

  transition: 0.5s ease;
}

.project-card:hover::after {
  border-color: rgba(255, 255, 255, 0.4);
}

/* ===== Responsive ===== */

@media (max-width: 768px) {
  .project-card img {
    height: 400px;
  }

  .project-info h2 {
    font-size: 22px;
  }

  .project-number {
    font-size: 32px;
  }
}

/* ============================= */
/* ===== Reset & Container ===== */
/* ============================= */

/* ============================= */
/* ===== Section Heading ===== */
/* ============================= */
.team-section {
  position: relative;
  /* Needed to position the decor images */
  padding: 80px 0;
  overflow: hidden;
  /* Prevents decor from causing scrollbars */
  background-color: #fff;
}

/* Hard Hat & Tools (Left) */
.decor-left {
  position: absolute;
  left: 0;
  top: 50px;
  width: 150px;
  height: 200px;
  background-image: url("../images/teams/tool-1.png");
  /* Replace with your image */
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
  z-index: 1;
}

/* Robot with Box (Right) */
.decor-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 250px;
  height: 350px;
  background-image: url("../images/teams/robo-1.png");
  /* Reference image_a0c357.jpg robot */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 1;
}

/* Ensure the main content stays on top of decor */
.container {
  position: relative;
  z-index: 2;
}

/* Optional: Hide decor on small mobile screens to keep it clean */
@media (max-width: 992px) {

  .decor-left,
  .decor-right {
    display: none;
  }
}

.team-section {
  padding: 80px 0;
}

.header {
  text-align: center;
  margin-bottom: 55px;
}

.subtitle {
  display: inline-block;
  color: #008080;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.header h2 {
  font-size: 42px;
  color: #111;
  font-weight: 700;
}

/* ============================= */
/* ===== Team Grid ===== */
/* ============================= */

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

/* ============================= */
/* ===== Team Card ===== */
/* ============================= */

.team-card {
  background: #fff;
  overflow: hidden;
  transition: 0.4s ease;
  position: relative;

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

.team-card:hover {
  transform: translateY(-10px);
}

/* ============================= */
/* ===== Image Wrapper ===== */
/* ============================= */

.image-wrapper {
  position: relative;
  overflow: hidden;
  height: 380px;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

  transition: 0.6s ease;
}

/* ============================= */
/* ===== Social Sidebar ===== */
/* ============================= */

.social-sidebar {
  position: absolute;
  right: -60px;
  top: 50%;

  transform: translateY(-50%);

  background: #1a1c1e;

  display: flex;
  flex-direction: column;

  padding: 15px 10px;
  gap: 18px;

  transition: 0.4s ease;

  z-index: 5;
}

.social-sidebar a {
  color: #fff;
  font-size: 16px;

  transition: 0.3s ease;
}

.social-sidebar a:hover {
  color: #00cbcb;
  transform: scale(1.15);
}

/* ============================= */
/* ===== Hover Effects ===== */
/* ============================= */

.team-card:hover .social-sidebar {
  right: 0;
}

.team-card:hover img {
  transform: scale(1.08);
}

/* ============================= */
/* ===== Info Box ===== */
/* ============================= */

.info-box {
  background: #1a1c1e;
  color: #fff;

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 22px 20px;

  transition: 0.4s ease;
}

.team-card:hover .info-box {
  background: #008080;
}

/* ============================= */
/* ===== Text Content ===== */
/* ============================= */

.dept-name {
  display: block;

  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;

  color: #00cbcb;
  font-weight: 700;

  margin-bottom: 6px;
}

.team-card:hover .dept-name {
  color: #dffefe;
}

.text h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}

.text p {
  font-size: 14px;
  opacity: 0.85;
}

/* ============================= */
/* ===== Link Icon ===== */
/* ============================= */

.link-icon {
  width: 45px;
  height: 45px;

  border: 1px solid rgba(255, 255, 255, 0.2);

  display: flex;
  align-items: center;
  justify-content: center;

  transition: 0.3s ease;
}

.link-icon i {
  font-size: 16px;
  transform: rotate(-45deg);
}

.team-card:hover .link-icon {
  background: #fff;
  color: #008080;
}

/* ============================= */
/* ===== Course Section ===== */
/* ============================= */

.course-section {
  padding: 100px 20px;
  background: #f8f8f8;
}

/* ============================= */
/* ===== Header ===== */
/* ============================= */

.header-container {
  text-align: center;
  margin-bottom: 60px;
}

.course-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;

  color: #008080;

  font-weight: 700;
  text-transform: uppercase;

  letter-spacing: 2px;
  font-size: 14px;

  margin-bottom: 15px;
}

.main-title {
  font-size: 42px;
  color: #111;
  font-weight: 700;
}

/* ============================= */
/* ===== Course Grid ===== */
/* ============================= */

.course-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 30px;

  max-width: 1200px;
  margin: auto;
}

/* ============================= */
/* ===== Card ===== */
/* ============================= */

.card {
  position: relative;
  height: 480px;

  border-radius: 10px;
  overflow: hidden;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);

  transition: all 0.5s ease;

  cursor: pointer;
}

/* ===== Image ===== */

.card-img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  display: block;

  transition: 0.7s ease;
}

/* ===== Overlay ===== */

.card-overlay {
  position: absolute;
  /* inset: 0;

  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.7) 0%,
      transparent 30%,
      transparent 70%,
      rgba(0, 0, 0, 0.9) 100%); */

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  padding: 40px 20px;

  transition: 0.5s ease;
}

/* ============================= */
/* ===== Modern Hover ===== */
/* ============================= */

.card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

/* ===== Image Zoom ===== */

.card:hover .card-img {
  transform: scale(1.08);
}

/* ===== Overlay Hover ===== */

.card:hover .card-overlay {
  /* background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0.15) 30%,
      rgba(0, 0, 0, 0.2) 70%,
      rgba(0, 0, 0, 0.95) 100%); */
}

/* ============================= */
/* ===== Shine Effect ===== */
/* ============================= */

.card::before {
  content: "";

  position: absolute;
  top: 0;
  left: -120%;

  width: 60%;
  height: 100%;

  background: rgba(255, 255, 255, 0.18);

  transform: skewX(-25deg);

  transition: 0.8s ease;

  z-index: 3;
}

.card:hover::before {
  left: 130%;
}

/* ============================= */
/* ===== Title ===== */
/* ============================= */

.card-title {
  color: #fff;

  text-transform: uppercase;

  font-size: 26px;
  font-weight: 700;

  letter-spacing: 3px;

  transition: 0.4s ease;
}

.card:hover .card-title {
  transform: translateY(8px);
  letter-spacing: 5px;
}

/* ============================= */
/* ===== Button ===== */
/* ============================= */

/* ============================= */
/* ===== Water Fill Button ===== */
/* ============================= */

.view-btn {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  color: #fff;

  padding: 14px 30px;

  font-weight: 600;
  font-size: 13px;

  text-transform: uppercase;
  letter-spacing: 1px;

  border: none;
  cursor: pointer;

  overflow: hidden;

  transition: 0.4s ease;

  z-index: 1;
}

/* ===== Water Layer ===== */

.view-btn::before {
  content: "";

  position: absolute;
  left: 0;
  bottom: -100%;

  width: 100%;
  height: 100%;

  background: #008080;

  transition: 0.5s ease;

  z-index: -1;
}

/* ===== Hover Fill Animation ===== */

.view-btn:hover::before {
  bottom: 0;
}

/* ===== Text Animation ===== */

.view-btn:hover {
  color: #fff;
  transform: translateY(-3px);
}

/* ============================= */
/* ===== Dark Button ===== */
/* ============================= */

.btn-dark-accent {
  background: #111;
  border-left: 4px solid #008080;
}

/* ============================= */
/* ===== Solid Teal Button ===== */
/* ============================= */

.btn-solid-teal {
  background: #008080;
}

/* ===== Optional Water Wave Effect ===== */

.view-btn::after {
  content: "";

  position: absolute;

  width: 200%;
  height: 200%;

  top: 100%;
  left: -50%;

  background: rgba(255, 255, 255, 0.08);

  border-radius: 40%;

  transition: 0.8s ease;

  z-index: -1;
}

.view-btn:hover::after {
  top: -50%;
}

/* ===== Button Hover ===== */

.card:hover .view-btn {
  transform: translateY(-5px) scale(1.03);
}

/* ============================= */
/* ===== Button Styles ===== */
/* ============================= */

.btn-dark-accent {
  background-color: #111111;
  border-left: 4px solid #008080;
}

.btn-dark-accent:hover {
  background-color: #008080;
  border-left-color: #ffffff;
}

.btn-solid-teal {
  background-color: #008080;
}

.btn-solid-teal:hover {
  background-color: #005f5f;
}

/* ============================= */
/* ===== Border Glow ===== */
/* ============================= */

.card::after {
  content: "";

  position: absolute;
  inset: 0;

  border: 2px solid transparent;
  border-radius: 10px;

  transition: 0.5s ease;
}

.card:hover::after {
  border-color: rgba(255, 255, 255, 0.4);
}

/* ===== CTA SECTION START ===== */

/* ===============================
   PROJECT CTA SECTION
================================= */

.project-cta-section {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, #050505 55%, #005f5f 100%);
  font-family: "Inter", sans-serif;
  /* padding: 80px 0; */
}

.project-cta-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* ===============================
   CONTENT
================================= */

.project-cta-content {
  flex: 1;
}

.project-cta-subtitle {
  display: inline-block;
  margin-bottom: 15px;

  color: #00d4d4;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.project-cta-title {
  color: #ffffff;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}

.project-cta-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.8;
  max-width: 620px;
  margin-bottom: 35px;
}

/* ===============================
   BUTTONS
================================= */

.project-cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.project-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  text-decoration: none;

  padding: 16px 30px;

  background: #008080;
  color: #fff;

  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;

  border: 2px solid #008080;

  transition: all 0.3s ease;
}

.project-cta-btn:hover {
  background: #006666;
  border-color: #006666;
  color: #fff;
}

.secondary-btn {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.secondary-btn:hover {
  background: #ffffff;
  color: #008080;
}

.project-cta-arrow {
  font-size: 16px;
}

/* ===============================
   IMAGE
================================= */

.project-cta-image-box {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.project-cta-image-box img {
  width: 100%;
  max-width: 320px;
  height: auto;
  object-fit: contain;
}

/* ===============================
   LAPTOP
================================= */

@media (max-width: 1199px) {

  .project-cta-title {
    font-size: 36px;
  }

  .project-cta-image-box img {
    max-width: 280px;
  }
}

/* ===============================
   TABLET
================================= */

@media (max-width: 991px) {

  .project-cta-section {
    padding-top: 20px;
  }

  .project-cta-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .project-cta-content {
    width: 100%;
  }

  .project-cta-description {
    margin: 0 auto 30px;
  }

  .project-cta-buttons {
    justify-content: center;
  }

  .project-cta-title {
    font-size: 34px;
  }

  .project-cta-image-box {
    justify-content: center;
  }

  .project-cta-image-box img {
    max-width: 260px;
  }
}

/* ===============================
   MOBILE
================================= */

@media (max-width: 767px) {

  .project-cta-section {
    padding-top: 20px;

  }

  .project-cta-title {
    font-size: 28px;
    line-height: 1.3;
  }

  .project-cta-description {
    font-size: 15px;
  }

  .project-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .project-cta-btn {
    width: 100%;
    max-width: 320px;
  }

  .project-cta-image-box img {
    max-width: 220px;
  }
}

/* ===============================
   SMALL MOBILE
================================= */

@media (max-width: 480px) {

  .project-cta-wrapper {
    padding-top: 20px;

  }

  .project-cta-subtitle {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .project-cta-title {
    font-size: 24px;
  }

  .project-cta-description {
    font-size: 14px;
  }

  .project-cta-btn {
    padding: 14px 20px;
    font-size: 12px;
  }

  .project-cta-image-box img {
    max-width: 180px;
  }
}

/* ===== CTA SECTION END ===== */


/* ===== Achievement Section ===== */



.achievement-section {
  position: relative;
  width: 100%;
  padding: 100px 20px;
  background: #f9fafb;
  overflow: hidden;
}

/* Background */

.achievement-bg {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  z-index: 1;
}

.achievement-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Container */

.achievement-container {
  max-width: 1200px;
  margin: auto;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  align-items: center;

  position: relative;
  z-index: 2;
}

/* Label */

.achievement-label {
  display: flex;
  align-items: center;
  gap: 10px;

  color: #0f766e;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;

  margin-bottom: 20px;
}

/* Title */

.achievement-title {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  color: #111827;
  margin-bottom: 25px;
}

/* Text */

.achievement-text {
  color: #6b7280;
  line-height: 1.8;

  margin-bottom: 50px;
  max-width: 550px;
}

/* Stats Grid */

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* Card */

.stat-card {
  background: #fff;
  border: 1px solid #e5e7eb;

  padding: 25px;

  display: flex;
  align-items: center;
  gap: 20px;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);

  transition: 0.3s ease;
}

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

/* ===== Stat Icon ===== */

.stat-icon {
  position: relative;

  width: 70px;
  height: 70px;

  background: #0f766e;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 28px;
  font-weight: bold;

  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;

  transition: all 0.4s ease;
}

/* Hover Background Layer */
.stat-icon::before {
  content: "";
  position: absolute;
  inset: 0;

  /* Change hover layer color here */
  background: #ffffff;

  transform: scale(0);
  border-radius: 50%;

  transition: 0.5s ease;
  z-index: 0;
}

/* Icon */
.stat-icon i {
  position: relative;
  z-index: 1;
  transition: 0.4s ease;
}

/* Hover Effect */
.stat-icon:hover::before {
  transform: scale(2);
}

.stat-icon:hover {
  transform: translateY(-8px) rotate(5deg);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
}

.stat-icon:hover i {
  color: #111;
  transform: scale(1.15);
}

/* Numbers */

.stat-card h3 {
  font-size: 32px;
  color: #0f766e;
  margin-bottom: 5px;
}

.stat-card p {
  color: #6b7280;
  font-size: 15px;
}

/* Right Images */

.achievement-images {
  position: relative;
}

/* Main Image */

/* ===== IMAGE WRAPPER ===== */

.main-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;

  transition: all 0.5s ease;
}

/* ===== IMAGE ===== */

.main-image img {
  width: 100%;
  height: 621px;
  object-fit: cover;
  display: block;

  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);

  transition: 0.5s ease;
}

/* ===== Hover Effect ===== */

.main-image:hover {
  transform: translateY(-10px);
}

/* Image Zoom */

.main-image:hover img {
  transform: scale(1.08);
}

/* Dark Overlay */

.main-image::before {
  content: "";
  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, 0.15);

  opacity: 0;
  transition: 0.4s ease;

  z-index: 1;
}

/* Shine Effect */

.main-image::after {
  content: "";
  position: absolute;

  top: 0;
  left: -100%;

  width: 50%;
  height: 100%;

  background: rgba(255, 255, 255, 0.3);

  transform: skewX(-25deg);

  transition: 0.7s ease;

  z-index: 2;
}

.main-image:hover::before {
  opacity: 1;
}

.main-image:hover::after {
  left: 130%;
}

/* Small Image */

.small-image {
  position: absolute;
  left: -60px;
  top: 25%;

  width: 50%;
}

.small-image img {
  width: 100%;
  border: 8px solid #fff;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

/* Accent Line */

.accent-line {
  position: absolute;
  left: 40px;
  bottom: 40px;

  width: 5px;
  height: 90px;

  background: #0f766e;
}

/* ===== Root ===== */
:root {
  --bg-dark: #0a0a0a;
  --accent: #008080;
  --text-gray: #b0b0b0;
}

body {
  margin: 0;
  font-family: "Arial", sans-serif;
}

/* ===== Footer Base ===== */
.footer {
  background:
    linear-gradient(rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.92)),
    url("construction-bg.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 60px 10% 20px;
}

/* ===== Top Section ===== */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.footer-logo {
  background: white;
  border-radius: 37px;
  padding: 10px;
}

.footer-logo img {
  width: 180px;
}

.contact-info {
  display: flex;
  gap: 40px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 15px;
}


.info-item i {
    font-size: 22px;
    padding: 0;
    color: #008f91;
    border-radius: 50px;
    margin-right: 4px;
}
.info-item p {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}
.info-item p a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}



/*.info-item i {
  background: white;
  color: var(--accent);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}*/

/* icon hover */
.info-item:hover i {
  background: var(--accent);
  color: white;
  transform: scale(1.1);
}

.info-item .text span {
  display: block;
  font-size: 12px;
  color: var(--text-gray);
}

.info-item .text strong {
  font-size: 14px;
}

/* ===== Divider ===== */
.footer-divider {
  border: 0.5px solid #333;
  margin: 40px 0;
}

/* ===== Main Grid ===== */
.footer-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 40px;
}

.footer-col h3 {
  font-size: 18px;
  margin-bottom: 25px;
  position: relative;
}

.footer-col h3::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--accent);
}

/* ===== Text ===== */
.footer-col p {
  color: var(--text-gray);
  line-height: 1.6;
  font-size: 14px;
      text-align: justify;
}

/* ===== Links ===== */
.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  color: var(--text-gray);
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease;
  display: inline-block;
}

/* link hover */
.footer-col ul li a:hover {
  color: white;
  padding-left: 8px;
}

/* icon */
.footer-col ul li a i {
  color: var(--accent);
  font-size: 12px;
  margin-right: 8px;
}

/* ===== Social ===== */
.social-links {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.social-links a {
  width: 35px;
  height: 35px;
  border: 1px solid #444;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  transition: 0.3s ease;
  border-radius: 3px;
  text-decoration: none;
}

/* social hover */
.social-links a:hover {
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-3px);
}

/* ===== Instagram ===== */
.insta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.insta-img {
  background: #333;
  aspect-ratio: 1;
  border-radius: 4px;
  transition: 0.3s ease;
  cursor: pointer;
}

/* insta hover */
.insta-img:hover {
  transform: scale(1.08);
  background: #555;
}

/* ===== Bottom ===== */
.footer-bottom {
  text-align: center;
  margin-top: 60px;
  font-size: 13px;
  color: var(--text-gray);
}

.footer-bottom span {
  color: var(--accent);
}

/* =========================
   📱 RESPONSIVE DESIGN
========================= */

/* 🔵 Laptop / Tablet */
@media (max-width: 1200px) {
  .footer {
    padding: 60px 6% 20px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
}

/* 🟡 Tablet */
@media (max-width: 992px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

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

  .contact-info {
    justify-content: center;
    gap: 20px;
  }
}

/* 🟠 Large Mobile */
@media (max-width: 768px) {
  .footer {
    padding: 50px 25px 20px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .contact-info {
    flex-direction: column;
    align-items: center;
  }

  .info-item {
    justify-content: center;
  }
}

/* 🔴 Small Mobile */
@media (max-width: 480px) {
  .footer-logo img {
    width: 140px;
  }

  .footer-col h3 {
    font-size: 16px;
  }

  .footer-col p,
  .footer-col ul li a {
    font-size: 13px;
  }

  .social-links a {
    width: 32px;
    height: 32px;
  }

  .insta-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* aboutus  */

/* =========================================
   CMD ABOUT PAGE
========================================= */

#about-banner {
  background: url("../images/sub-banners/about-us.jpg")!important;
}


.cmd-about-banner {
  width: 100%;
  min-height: 700px;
  background: url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=1600&auto=format&fit=crop");
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.cmd-about-banner::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(0, 166, 168, 0.15);
  border-radius: 50%;
  top: -150px;
  right: -150px;
  filter: blur(80px);
  animation: cmdFloat 6s ease-in-out infinite;
}

@keyframes cmdFloat {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(20px);
  }
}

.cmd-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0.82) 0%,
      rgba(0, 143, 145, 0.5) 100%);
}

.cmd-banner-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 700px;
  animation: cmdFadeUp 1s ease;
  padding: 13px;
}

@keyframes cmdFadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cmd-banner-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  padding: 12px 1;
  border-radius: 60px;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 25px;
  font-weight: 600;
  transition: 0.4s;
}

.cmd-banner-tag:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.18);
}


.cmd-banner-content p {
  font-size: 18px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 40px;
  max-width: 600px;
}


/* =========================================
   ABOUT SECTION
========================================= */

.cmd-about-section {
  width: 100%;
  padding: 100px 0;
  background: #fff;
  position: relative;
}

.cmd-about-image {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.cmd-about-image img {
  width: 100%;
  border-radius: 25px;
  object-fit: cover;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  transition: 0.6s ease;
}

.cmd-about-image:hover img {
  transform: scale(1.08) rotate(1deg);
}

.cmd-about-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35), transparent);
  opacity: 0;
  transition: 0.5s;
}

.cmd-about-image:hover::after {
  opacity: 1;
}

.cmd-exp-box {
  position: absolute;
  bottom: -7px;
  left: -2px;
  background: rgba(0, 143, 145, 0.92);
  color: #fff;
  padding: 25px 35px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  z-index: 2;
}

.cmd-about-image:hover .cmd-exp-box {
  transform: translateY(-8px);
}

.cmd-exp-box h2 {
  font-size: 42px;
  margin-bottom: 5px;
  font-weight: 800;
}

.cmd-about-tag {
  display: inline-block;
  color: #008f91;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 60px;
}

.cmd-about-tag::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 2px;
  background: #008f91;
  left: 0;
  top: 50%;
}

.cmd-about-content h2 {
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #111;
}

.cmd-about-content h2 span {
  color: #008f91;
}

.cmd-about-text {
  font-size: 16px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 35px;
}

.cmd-feature-card {
  position: relative;
  display: flex;
  gap: 18px;
  background: #fff;
  padding: 28px;
  border-radius: 22px;
  transition: 0.4s ease;
  height: 100%;
  overflow: hidden;
  border: 1px solid #edf2f2;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}

.cmd-feature-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  background: linear-gradient(135deg, #008f91, #00c2c5);
  left: 0;
  bottom: 0;
  transition: 0.4s ease;
  z-index: 0;
}

.cmd-feature-card:hover::before {
  height: 100%;
}

.cmd-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.cmd-feature-card * {
  position: relative;
  z-index: 2;
}

.cmd-feature-card i {
  min-width: 65px;
  height: 65px;
  background: linear-gradient(135deg, #008f91, #00b6b9);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: 0.4s;
}

.cmd-feature-card:hover i {
  background: #fff;
  color: #008f91;
  transform: rotateY(360deg);
}

.cmd-feature-card h4 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #111;
  transition: 0.4s;
}

.cmd-feature-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin: 0;
  transition: 0.4s;
}

.cmd-feature-card:hover h4,
.cmd-feature-card:hover p {
  color: #fff;
}

.cmd-about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  padding: 16px 38px;
  background: linear-gradient(135deg, #008f91, #00b8bb);
  color: #fff;
  text-decoration: none;
  border-radius: 60px;
  font-weight: 600;
  transition: 0.4s;
  box-shadow: 0 10px 25px rgba(0, 143, 145, 0.25);
}

.cmd-about-btn:hover {
  transform: translateY(-5px);
  color: #fff;
  box-shadow: 0 18px 35px rgba(0, 143, 145, 0.35);
}

/* =========================================
   TRAINING CENTRES
========================================= */

.cmd-center-section {
  width: 100%;
  padding: 100px 0;
  background: linear-gradient(to bottom, #f4f9f9, #ffffff);
}

.cmd-center-top {
  margin-bottom: 60px;
}

.cmd-center-tag {
  color: #008f91;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  padding-left: 60px;
}

.cmd-center-tag::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 2px;
  background: #008f91;
  left: 0;
  top: 50%;
}

.cmd-center-top h2 {
  font-size: 48px;
  margin: 20px 0;
  color: #111;
}

.cmd-center-top h2 span {
  color: #008f91;
}

.cmd-center-top p {
  color: #666;
  line-height: 1.8;
}

.cmd-center-card {
  position: relative;
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  transition: 0.5s ease;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.cmd-center-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.cmd-center-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.6s ease;
}

.cmd-center-card:hover img {
  transform: scale(1.08);
}

.cmd-center-content {
  padding: 30px;
}

.cmd-center-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #111;
  transition: 0.3s;
}

.cmd-center-card:hover h3 {
  color: #008f91;
}

.cmd-center-content p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}

.cmd-center-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.cmd-center-info span {
  color: #008f91;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
}

.cmd-center-info span:hover {
  transform: translateY(-2px);
}

.cmd-center-info i {
  margin-right: 6px;
}

/* faq section  */

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

body {
  background: #f7f9fb;
  color: #111;
}

/* ================= BANNER ================= */

.cmd-itech-banner {
  width: 100%;
  min-height: 650px;
  background: url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=1600&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}

.cmd-itech-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 128, 128, 0.75);
}

.cmd-itech-banner-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 700px;
}

.cmd-itech-tag {
  display: inline-block;
  background: #d8ff00;
  color: #111;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 30px;
  margin-bottom: 20px;
}

.cmd-itech-banner-content h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}

.cmd-itech-banner-content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.cmd-itech-btns {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cmd-itech-btn {
  background: #00b7b7;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

.cmd-itech-btn:hover {
  transform: translateY(-3px);
  background: #009090;
}

.cmd-itech-btn-outline {
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
}

.cmd-itech-btn-outline:hover {
  background: #fff;
  color: #0c9797;
}

/* ================= FAQ ================= */

.cmd-itech-faq {
  padding: 80px 0;
}

.cmd-itech-title {
  text-align: center;
  margin-bottom: 50px;
}

.cmd-itech-title span {
  color: #0c9797;
  font-weight: 700;
}

.cmd-itech-title h2 {
  font-size: 40px;
  margin-top: 10px;
}

.cmd-itech-faq-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.cmd-itech-faq-image img {
  width: 100%;
  border-radius: 15px;
}

.cmd-itech-faq-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cmd-itech-faq-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.cmd-itech-faq-question {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 700;
}

.cmd-itech-faq-question i {
  color: #0c9797;
}

.cmd-itech-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease;
}

.cmd-itech-faq-answer p {
  padding: 0 20px 20px;
  color: #555;
}

.cmd-itech-faq-item.active .cmd-itech-faq-answer {
  max-height: 200px;
}

/* ================= CONTACT ================= */

.cmd-itech-contact {
  padding: 80px 0;
  background: #eef7f7;
}

.cmd-itech-contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.cmd-itech-contact-image img {
  width: 100%;
  border-radius: 15px;
}

.cmd-itech-form {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
}

.cmd-itech-form input,
.cmd-itech-form textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.cmd-itech-form button {
  width: 100%;
  padding: 14px;
  background: #00b7b7;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-weight: 700;
}

/* industrial-skill-development-programs-cmd-i-tech.php-sub  */
/* ================= TITLE ================= */

.itech-main-title {
  font-size: 38px;
  font-weight: 800;
  color: #0b2b3a;
  margin-bottom: 10px;
}

.itech-title-divider {
  width: 220px;
  height: 3px;
  background: linear-gradient(90deg, #008f91, #00b7b9);
  margin: 0 auto 40px;
  border-radius: 20px;
}

/* ================= BANNER ================= */

.itech-banner-section {
  position: relative;
  min-height: 550px;
  display: flex;
  align-items: center;
  background: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
  overflow: hidden;
}

.itech-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.itech-banner-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  color: #fff;
  animation: itechFadeUp 1s ease;
}

.itech-banner-label {
  display: inline-block;
  background: #00a6a6;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

.itech-banner-content h1 {
  font-size: 58px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 20px;
}

.itech-banner-content p {
  font-size: 16px;
  line-height: 1.9;
  opacity: 0.95;
  margin-bottom: 30px;
}

.itech-banner-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.itech-primary-btn,
.itech-outline-btn {
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.itech-primary-btn {
  background: #00a6a6;
  color: #fff;
}

.itech-primary-btn:hover {
  background: #008080;
  transform: translateY(-3px);
}

.itech-outline-btn {
  border: 2px solid #fff;
  color: #fff;
}

.itech-outline-btn:hover {
  background: #fff;
  color: #000;
}

/* ================= ABOUT ================= */

.itech-about-section {
  padding: 90px 0;
}

.itech-side-navigation {
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.itech-side-navigation .nav-link {
  border: none;
  border-bottom: 1px solid #eee;
  padding: 18px 20px;
  text-align: left;
  color: #333;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.3s;
}

.itech-side-navigation .nav-link i {
  color: #00a6a6;
}

.itech-side-navigation .nav-link:hover {
  background: #f7fbfc;
  transform: translateX(5px);
}

.itech-side-navigation .nav-link.active {
  background: linear-gradient(135deg, #008f91, #00b7b9);
  color: #fff;
}

.itech-side-navigation .nav-link.active i {
  color: #fff;
}

.itech-tab-content {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid #f1f1f1;
}

.itech-tab-content h3 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #0b2b3a;
  font-weight: 700;
}

.itech-tab-content p {
  color: #555;
  line-height: 1.9;
  font-size: 15px;
}

.itech-divider {
  width: 100%;
  height: 1px;
  background: #ececec;
  margin: 18px 0;
}

/* ================= FEATURES ================= */

.itech-feature-list {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}

.itech-feature-list li {
  position: relative;
  padding: 15px 18px 15px 55px;
  margin-bottom: 18px;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  transition: 0.3s ease;
  background: #fff;
  line-height: 1.7;
  font-weight: 500;
}

.itech-feature-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #00a6a6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.itech-feature-list li:hover {
  transform: translateY(-5px);
  border-color: #00a6a6;
  background: #f8ffff;
}

/* ================= LOCATION ================= */

.itech-location-section {
  padding: 20px 0;
  background: #f7fbfc;
}

.itech-location-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #edf1f1;
  height: 100%;
  transition: 0.4s ease;
}

.itech-location-card:hover {
  transform: translateY(-8px);
}

.itech-location-header {
  background: linear-gradient(135deg, #008f91, #00b7b9);
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.itech-location-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.itech-location-icon i {
  color: #fff;
  font-size: 25px;
}

.itech-location-header h4 {
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}

.itech-location-header span {
  color: rgba(255, 255, 255, 0.85);
}

.itech-location-body {
  padding: 25px;
}

.itech-location-body p {
  line-height: 1.8;
  color: #555;
}

.itech-location-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.itech-location-info div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 12px;
  background: #f8ffff;
}

.itech-location-info i {
  width: 38px;
  height: 38px;
  background: #00a6a6;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.itech-map-wrapper {
  margin-top: 50px;
  overflow: hidden;
  border-radius: 24px;
}

.itech-map-wrapper iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

/* ================= CONTACT ================= */

.itech-contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.itech-contact-image img {
  width: 100%;
  border-radius: 24px;
  display: block;
}

.itech-contact-form-box {
  background: #fff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #edf1f1;
}

.itech-form-group {
  margin-bottom: 20px;
}

.itech-contact-form-box input,
.itech-contact-form-box textarea {
  width: 100%;
  padding: 15px 18px;
  border-radius: 12px;
  border: 1px solid #dce5e5;
  outline: none;
  transition: 0.3s ease;
  font-size: 15px;
}

.itech-contact-form-box input:focus,
.itech-contact-form-box textarea:focus {
  border-color: #00a6a6;
  box-shadow: 0 0 0 4px rgba(0, 166, 166, 0.1);
}

.itech-contact-form-box textarea {
  resize: none;
}

.itech-submit-button {
  width: 100%;
  border: none;
  background: linear-gradient(135deg, #008f91, #00b7b9);
  color: #fff;
  padding: 15px;
  border-radius: 50px;
  font-weight: 700;
  transition: 0.3s ease;
}

.itech-submit-button:hover {
  transform: translateY(-3px);
}

/* ================= ANIMATION ================= */

@keyframes itechFadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}











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

@media (max-width: 992px) {
  .itech-banner-content h1 {
    font-size: 42px;
  }

  .itech-contact-wrapper {
    grid-template-columns: 1fr;
  }

  .itech-tab-content {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .itech-banner-section {
    min-height: 500px;
    padding: 70px 0;
  }

  .itech-banner-content h1 {
    font-size: 34px;
  }

  .itech-main-title {
    font-size: 30px;
  }

  .itech-title-divider {
    width: 160px;
  }

  .itech-tab-content {
    padding: 25px;
  }

  .itech-location-header h4 {
    font-size: 20px;
  }

  .itech-location-body,
  .itech-location-header {
    padding: 20px;
  }

  .itech-contact-form-box {
    padding: 25px;
  }
}

@media (max-width: 576px) {
  .itech-banner-content h1 {
    font-size: 28px;
  }

  .itech-banner-content p {
    font-size: 14px;
  }

  .itech-primary-btn,
  .itech-outline-btn {
    width: 100%;
    text-align: center;
  }

  .itech-side-navigation .nav-link {
    font-size: 14px;
    padding: 15px;
  }

  .itech-tab-content h3 {
    font-size: 24px;
  }

  .itech-feature-list li {
    font-size: 14px;
    padding: 14px 14px 14px 48px;
  }

  .itech-map-wrapper iframe {
    height: 300px;
  }
}

/* cmd-itech training  */

/* ================= COMMON TITLE ================= */

.cmd-design-main-title {
  font-size: 38px;
  font-weight: 800;
  color: #0b2b3a;
  margin-bottom: 10px;
}

.cmd-design-line {
  width: 220px;
  height: 3px;
  background: linear-gradient(90deg, #008f91, #00b7b9);
  margin: 0 auto 40px;
  border-radius: 20px;
}

/* ================= BANNER ================= */

.cmd-design-banner {
  position: relative;
  min-height: 550px;
  display: flex;
  align-items: center;
  background: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
  overflow: hidden;
}

.cmd-design-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.cmd-design-banner-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  color: #fff;
}

.cmd-design-tag {
  display: inline-block;
  background: #00a6a6;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

.cmd-design-banner-content h1 {
  font-size: 58px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 20px;
}

.cmd-design-banner-content p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 30px;
}

.cmd-design-btn-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cmd-design-btn,
.cmd-design-btn-outline {
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.cmd-design-btn {
  background: #00a6a6;
  color: #fff;
}

.cmd-design-btn:hover {
  background: #008080;
  transform: translateY(-3px);
}

.cmd-design-btn-outline {
  border: 2px solid #fff;
  color: #fff;
}

.cmd-design-btn-outline:hover {
  background: #fff;
  color: #000;
}

/* ================= TAB SECTION ================= */

.cmd-design-section {
  padding: 90px 0;
}

.cmd-design-tabs {
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}

.cmd-design-tabs .nav-link {
  border: none;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px;
  text-align: left;
  color: #333;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: 0.3s ease;
  border-radius: 0;
}

.cmd-design-tabs .nav-link i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eefbfb;
  color: #00a6a6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.cmd-design-tabs .nav-link:hover {
  background: #f8ffff;
  transform: translateX(5px);
}

.cmd-design-tabs .nav-link.active {
  background: linear-gradient(135deg, #008f91, #00b7b9);
  color: #fff;
}

.cmd-design-tabs .nav-link.active i {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

/* ================= TAB CONTENT ================= */

.cmd-design-content {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  border: 1px solid #edf1f1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  height: 100%;
}

.cmd-design-content img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 25px;
  height: 320px;
  object-fit: cover;
}

.cmd-design-content h3 {
  font-size: 34px;
  color: #0b2b3a;
  margin-bottom: 18px;
  font-weight: 700;
}

.cmd-design-content p {
  color: #555;
  line-height: 1.9;
  margin-bottom: 20px;
}

.cmd-design-divider {
  width: 100%;
  height: 1px;
  background: #ececec;
  margin: 20px 0;
}

.cmd-design-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cmd-design-list li {
  position: relative;
  padding: 16px 18px 16px 55px;
  margin-bottom: 18px;
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  background: #fff;
  transition: 0.3s ease;
  line-height: 1.7;
  font-weight: 500;
}

.cmd-design-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #00a6a6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.cmd-design-list li:hover {
  transform: translateY(-4px);
  border-color: #00a6a6;
  background: #f8ffff;
}

/* ================= CONTACT ================= */

.cmd-design-contact {
  padding: 30px 0;
  background: #f7fbfc;
}

.cmd-design-contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.cmd-design-contact-image img {
  width: 100%;
  border-radius: 24px;
  display: block;
}

.cmd-design-form {
  background: #fff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #edf1f1;
}

.cmd-design-form-group {
  margin-bottom: 20px;
}

.cmd-design-form input,
.cmd-design-form textarea {
  width: 100%;
  padding: 15px 18px;
  border-radius: 12px;
  border: 1px solid #dce5e5;
  outline: none;
  transition: 0.3s ease;
  font-size: 15px;
}

.cmd-design-form input:focus,
.cmd-design-form textarea:focus {
  border-color: #00a6a6;
  box-shadow: 0 0 0 4px rgba(0, 166, 166, 0.1);
}

.cmd-design-form textarea {
  resize: none;
}

.cmd-design-submit {
  width: 100%;
  border: none;
  background: linear-gradient(135deg, #008f91, #00b7b9);
  color: #fff;
  padding: 15px;
  border-radius: 50px;
  font-weight: 700;
  transition: 0.3s ease;
}

.cmd-design-submit:hover {
  transform: translateY(-3px);
}

/* cmd-itech-design-training */

/* cmd-itech-faculty */

.cmd-training-banner {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden !important;

  background-image: url("https://images.unsplash.com/photo-1581091870622-1e7a3c1c5b1b?auto=format&fit=crop&w=1600&q=80") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.cmd-training-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.85),
      rgba(0, 0, 0, 0.55));
}

.cmd-training-banner-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  color: #ffffff;
}

/* TAG */

.cmd-training-tag {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 50px;
  background: linear-gradient(135deg, #008f91, #00b7b9);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

/* TITLE */

.cmd-training-banner-content h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 22px;
}

/* PARAGRAPH */

.cmd-training-banner-content p {
  font-size: 16px;
  line-height: 1.9;
  color: #f1f1f1;
  margin-bottom: 35px;
  max-width: 650px;
}

/* BUTTONS */

.cmd-training-btn-group {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.cmd-training-btn,
.cmd-training-btn-outline {
  padding: 15px 34px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

/* PRIMARY BUTTON */

.cmd-training-btn {
  background: linear-gradient(135deg, #008f91, #00b7b9);
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 166, 166, 0.25);
}

.cmd-training-btn:hover {
  transform: translateY(-4px);
  background: linear-gradient(135deg, #00787a, #009ea0);
  color: #ffffff;
}

/* OUTLINE BUTTON */

.cmd-training-btn-outline {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.cmd-training-btn-outline:hover {
  background: #ffffff;
  color: #0b2b3a;
  transform: translateY(-4px);
}

.cmd-facilities-section {
  padding: 100px 0;
  background: #f7fbfc;
}

/* LEFT TABS */

.cmd-facility-tabs {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #e7eeee;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
}

.cmd-facility-tabs .nav-link {
  width: 100%;
  border: none;
  border-bottom: 1px solid #edf2f2;
  padding: 20px;
  background: #ffffff;
  color: #0b2b3a;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.3s ease;
}

.cmd-facility-tabs .nav-link i {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #eefbfb;
  color: #00a6a6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  transition: 0.3s ease;
}

.cmd-facility-tabs .nav-link:hover {
  background: #f8ffff;
  transform: translateX(4px);
}

.cmd-facility-tabs .nav-link.active {
  background: linear-gradient(135deg, #008f91, #00b7b9);
  color: #ffffff;
}

.cmd-facility-tabs .nav-link.active i {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

/* RIGHT CONTENT */

.cmd-facility-content-box {
  background: #ffffff;
  border-radius: 24px;
  padding: 35px;
  border: 1px solid #e7eeee;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.cmd-facility-details {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 35px;
  align-items: start;
}

/* IMAGE */

.cmd-facility-big-image img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 24px;
}

/* CONTENT */

.cmd-facility-top-icon {
  width: 80px;
  height: 80px;
  border-radius: 22px;
  background: linear-gradient(135deg, #008f91, #00b7b9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 25px;
  box-shadow: 0 12px 30px rgba(0, 166, 166, 0.25);
}

.cmd-facility-info h3 {
  font-size: 36px;
  font-weight: 800;
  color: #0b2b3a;
  margin-bottom: 18px;
}

.cmd-facility-info p {
  color: #555555;
  line-height: 1.9;
  margin-bottom: 28px;
  font-size: 15px;
}

/* LIST */

.cmd-facility-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cmd-facility-list li {
  position: relative;
  padding: 16px 18px 16px 58px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: #f9fcfc;
  border: 1px solid #e6eeee;
  font-weight: 500;
  transition: 0.3s ease;
}

/* =========================
   ENQUIRY SECTION
========================== */

.cmd-enquiry-section {
  padding: 100px 0;
  background: #ffffff;
}

.cmd-enquiry-wrapper {
  background: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #e7eeee;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
}

/* LEFT */

.cmd-enquiry-left {
  background: linear-gradient(135deg, #008f91, #00b7b9);
  padding: 60px 45px;
  height: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cmd-enquiry-tag {
  display: inline-block;
  width: fit-content;
  padding: 10px 22px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.cmd-enquiry-left h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
}

.cmd-enquiry-left p {
  line-height: 1.9;
  color: #f3f3f3;
  margin-bottom: 35px;
}

.cmd-enquiry-info {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 25px;
}

.cmd-enquiry-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.cmd-enquiry-info h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.cmd-enquiry-info span {
  font-size: 15px;
  color: #f3f3f3;
}

/* RIGHT */

.cmd-enquiry-right {
  padding: 60px 45px;
}

.cmd-form-title {
  margin-bottom: 30px;
}

.cmd-form-title h3 {
  font-size: 34px;
  font-weight: 800;
  color: #0b2b3a;
  margin-bottom: 10px;
}

.cmd-form-title p {
  color: #666666;
  line-height: 1.8;
}

.cmd-form-group {
  margin-bottom: 22px;
}

.cmd-form-group label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #0b2b3a;
  margin-bottom: 10px;
}

.cmd-form-group input,
.cmd-form-group textarea,
.cmd-form-group select {
  width: 100%;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid #dce5e5;
  outline: none;
  font-size: 15px;
  background: #ffffff;
  transition: 0.3s ease;
}

.cmd-form-group input:focus,
.cmd-form-group textarea:focus,
.cmd-form-group select:focus {
  border-color: #00a6a6;
  box-shadow: 0 0 0 4px rgba(0, 166, 166, 0.1);
}

.cmd-form-group textarea {
  resize: none;
}

.cmd-submit-btn {
  width: 100%;
  border: none;
  padding: 17px;
  border-radius: 50px;
  background: linear-gradient(135deg, #008f91, #00b7b9);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.3s ease;
}

.cmd-submit-btn:hover {
  transform: translateY(-3px);
}

.cmd-facility-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #00a6a6;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.cmd-facility-list li:hover {
  background: #f1ffff;
  border-color: #00a6a6;
  transform: translateY(-3px);
}

/* cmd-itech-faculty */


/* SECTION */
.cmd-services {
  padding: 80px 0;
  background: #f6f8fb;
}

/* TITLE */
.cmd-subtitle {
  color: #ff5e00;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
}

.cmd-title {
  font-size: 42px;
  font-weight: 800;
  margin-top: 10px;
  color: #1e1e1e;
}

/* CAROUSEL */
.cmd-carousel {
  position: relative;
}

/* SLIDE SPACING */
.carousel-item {
  padding: 20px 40px;
}

/* ROW FIX (equal height cards) */
.carousel-item .row {
  align-items: stretch;
}

/* CARD DESIGN */
.cmd-service-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.35s ease;
  display: flex;
  flex-direction: column;
  text-align: center;
}

/* HOVER EFFECT */
.cmd-service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

/* IMAGE FIX (IMPORTANT) */
.cmd-service-img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
  transition: 0.4s ease;
}

/* IMAGE HOVER ZOOM */
.cmd-service-card:hover .cmd-service-img {
  transform: scale(1.05);
}

/* TITLE */
.cmd-service-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 15px 15px 10px;
  color: #222;
}

/* TEXT */
.cmd-service-card p {
  font-size: 14.5px;
  line-height: 1.6;
  color: #666;
  margin: 0 15px 20px;
  flex-grow: 1;
}

/* CONTROLS */
.carousel-control-prev,
.carousel-control-next {
  width: 55px;
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #ff5e00;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background-size: 50%;
  box-shadow: 0 10px 20px rgba(255, 94, 0, 0.25);
}

/* REMOVE DARK DEFAULT ICON STYLE */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: none;
}

/* DOT INDICATORS (optional future use) */
.carousel-indicators [data-bs-target] {
  background-color: #ff5e00;
}

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

  .cmd-title {
    font-size: 32px;
  }

  .cmd-service-img {
    height: 170px;
  }

  .carousel-item {
    padding: 15px 20px;
  }
}

@media(max-width:767px) {

  .cmd-service-img {
    height: 150px;
  }

  .cmd-service-card h3 {
    font-size: 18px;
  }

  .cmd-service-card p {
    font-size: 13.5px;
  }
}


/* srvice  */

/* ==========================================================================
   ADVANCED CYBER-DARK CAROUSEL UI
   ========================================================================== */

/* Outer Section Styling - Dark backdrop layer */
/* ==========================================================================
   ADVANCED CYBER-DARK CAROUSEL (UNIQUE SCOPE NAMESPACE)
   ========================================================================== */

/* Outer Section Layout Wrapper */
.edu-slider-section {
  background-color: #0d0d11;
  /* Clean slate black base layout */
  padding: 80px 0;
  font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
}

/* Heading Container Styling */
.edu-slider-header {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 20px;
}

/* Teal Sub-heading Text */
.edu-slider-header .edu-slider-subtitle {
  color: #00a896;
  /* Matching teal tint from reference image */
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

/* Crisp White Main Title Text */
.edu-slider-header .edu-slider-maintitle {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

/* Container holding everything - Deep cinematic dark canvas */
.edu-slider-container {
  position: relative;
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  /* background: rgb(13, 13, 17); */
  /* Obsidian dark box profile */
  padding: 20px 15px;
  border-radius: 24px;
  /* box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.9),
    0 20px 40px rgba(0, 0, 0, 0.7); */
  /* border: 1px solid rgba(255, 255, 255, 0.03); */
}

/* The horizontal scrolling track */
.edu-slider-track {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 25px 15px;
  scrollbar-width: none;
  /* Hide scrollbar for Firefox */
}

/* Hide scrollbar for Chrome/Safari/Edge */
.edu-slider-track::-webkit-scrollbar {
  display: none;
}

/* Premium Glassmorphism Course Cards */
.edu-slider-item {
  flex: 0 0 330px;
  background: rgba(20, 20, 25, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 18px;
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  flex-direction: column;
}

/* Advanced Hover State - Card lifts up, glows, and highlights borders */
.edu-slider-item:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: #00f2fe;
  /* Cyber Cyan accent frame */
  box-shadow: 0 20px 40px rgba(0, 242, 254, 0.15),
    0 0 2px rgba(0, 242, 254, 0.4);
}

/* Card Image Container */
.edu-slider-media {
  width: 100%;
  height: 190px;
  background-color: #121216;
  overflow: hidden;
  position: relative;
}

/* Gradient masking layer across text interface */
.edu-slider-media::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 40%, rgba(10, 10, 12, 0.95));
  z-index: 1;
}

.edu-slider-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.edu-slider-item:hover .edu-slider-media img {
  transform: scale(1.1);
}

/* Text and Content Blocks Wrapper */
.edu-slider-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  z-index: 2;
  position: relative;
  background: rgba(10, 10, 12, 0.4);
}

.edu-slider-item h3 {
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 12px 0;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  transition: color 0.3s ease;
}

.edu-slider-item:hover h3 {
  color: #00f2fe;
}

.edu-slider-item p {
  color: #94a3b8;
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0 0 24px 0;
  font-weight: 400;
}

/* Call To Action Buttons */
.edu-slider-action {
  display: block;
  text-align: center;
  background: transparent;
  color: #00f2fe;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid rgba(0, 242, 254, 0.3);
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.edu-slider-action:hover {
  background: #00f2fe;
  color: #0a0a0c;
  box-shadow: 0 0 18px rgba(0, 242, 254, 0.4);
  font-weight: 700;
}

/* Navigation Slider Control Elements */
.edu-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(20, 20, 25, 0.8);
  color: #94a3b8;
  border: 1px solid rgba(255, 255, 255, 0.08);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.edu-slider-arrow:hover {
  color: #00f2fe;
  border-color: #00f2fe;
  background: #121216;
  box-shadow: 0 0 15px rgba(0, 242, 254, 0.25);
}

.edu-slider-prev {
  left: 15px;
  border: 2px solid #fff;
  /* white border */
  top: 46px;
}

.edu-slider-next {
  right: 15px;
  top: 46px;
  border: 2px solid #fff;
  /* white border */
}

/* Vignette Track Fades */
.edu-slider-container::before,
.edu-slider-container::after {
  content: '';
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}

.edu-slider-container::before {
  left: 0;
  background: linear-gradient(to right, #0a0a0c, transparent);
}

.edu-slider-container::after {
  right: 0;
  background: linear-gradient(to left, #0a0a0c, transparent);
}

/* Responsive Breakpoints */
@media (max-width: 768px) {
  .edu-slider-header .edu-slider-maintitle {
    font-size: 1.85rem;
  }

  .edu-slider-item {
    flex: 0 0 290px;
  }

  .edu-slider-arrow {
    display: none;
  }

  .edu-slider-container::before,
  .edu-slider-container::after {
    display: none;
  }
}


/* project secction */



/* Main Section Wrapper */


.project-section {
    background-color: #fcfcfc;
    padding: clamp(40px, 6vw, 80px) clamp(15px, 5vw, 60px) !important;
    width: 100%;
    box-sizing: border-box;
}


.cmd-project-header {
  /* max-width: 1200px; */
  margin: 0 auto 40px auto;
  padding: 0 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  box-sizing: border-box;
}

/* Left Content Column Layout */
.cmd-project-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 70%;
  text-align: left;
}

/* Modern Glowing Kinetic Subtitle */
.cmd-project-left .cmd-project-subtitle {
  color: #00a896 !important;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  /* text-shadow: 0 0 20px rgba(0, 168, 150, 0.4); */
}

/* Ultra-Crisp High-Contrast Bold Headline */
.cmd-project-left .cmd-project-title {
  color: #002d40;
  font-size: 2.8rem;
  font-weight: 800;
  margin: 0;
  padding: 0;
  letter-spacing: -0.03em;
  line-height: 1.15;
  /* text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); */
}

/* Right Column Layout (Button Wrapper) */
.cmd-project-right {
  flex-shrink: 0;
}

/* High-Tech Dynamic Action Button */
.cmd-project-btn {
  display: inline-block;
  background: #00a896 !important;
  color: #ffffff !important;
  padding: 14px 28px;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.cmd-project-btn:hover {
  background: #ffffff;
  color: #0d0d11 !important;
  border-color: #ffffff;
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.15),
    0 0 10px rgba(255, 255, 255, 0.2);
  transform: translateY(-4px);
}

/* --------------------------------------------------------------------------
   NEW: Centered Paragraph Content Box (.cmd-project-section)
   -------------------------------------------------------------------------- */
.cmd-project-section {
  width: 100%;
  margin: 0 auto;

  padding-bottom: 54px;
  box-sizing: border-box;
}

.cmd-project-section p {
  color: #6b7280;
  font-size: 1.05rem;
  line-height: 1.8;
  text-align: center;
  margin: 10px 0;
  text-align: justify;
}

/* Premium Highlighted Top Subheading Accent */
.cmd-project-section p strong {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  display: inline-block;
  margin-bottom: 5px;
}

/* ==========================================================================
   RESPONSIVE LAYOUT SYSTEM OVERRIDES
   ========================================================================== */

@media (max-width: 992px) {
  .cmd-project-left .cmd-project-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .cmd-project-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 35px;
  }

  .cmd-project-left {
    max-width: 100%;
  }

  .cmd-project-left .cmd-project-title {
    font-size: 1.85rem;
  }

  .cmd-project-btn {
    padding: 12px 24px;
    font-size: 0.8rem;
  }

  /* Adjusts content font sizes slightly for mobile devices */
  .cmd-project-section p {
    font-size: 0.98rem;
  }

  .cmd-project-section p strong {
    font-size: 1.2rem;
  }
}

/* testmonial section  */

.testimonial-section {
  padding: 80px 0;
  background: #fcfcfc;
}

.sub-title {
  color: #008080;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.testimonial-section h2 {
  font-size: 38px;
  font-weight: 700;
  color: #1a1a1a;
  margin-top: 10px;
}

/* =========================
   CAROUSEL
========================= */

.carousel-item {
  padding: 30px 0;
}

/* Make equal height layout */
.carousel-item .row {
  align-items: stretch;
}

.carousel-item .col-lg-4,
.carousel-item .col-md-6,
.carousel-item .col-12 {
  display: flex;
}

/* =========================
   CARD
========================= */

.testimonial-card {
  background: #fff;
  padding: 35px;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);

  position: relative;
  overflow: hidden;

  display: flex;
  flex-direction: column;

  width: 100%;
  height: 100%;
  min-height: 340px;
  /* main equal height fix */

  transition: all .3s ease;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
  border-top: 4px solid #008080;
}

/* TEXT */
.testimonial-card p {
  color: #666;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 25px;
  flex-grow: 1;
}

/* USER INFO */
.user-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: auto;
}

.avatar {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.user-info h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
}

.user-info span {
  display: block;
  font-size: 14px;
  color: #777;
  margin-top: 3px;
}

.stars {
  color: #008080;
  font-size: 16px;
  margin-top: 5px;
}

/* CORNER DESIGN */
.corner-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: #111;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}

/* =========================
   CAROUSEL BUTTONS
========================= */

.carousel-btn {
  width: 35px;
  height: 36px;
  background: #008080;
  border-radius: 34%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-btn i {
  color: #fff;
  font-size: 16px;
}

.carousel-control-prev,
.carousel-control-next {
  width: auto;
}

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

@media (max-width: 991px) {
  .testimonial-card {
    min-height: 400px;
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .testimonial-section {
    padding: 60px 0;
  }

  .testimonial-section h2 {
    font-size: 30px;
  }

  .testimonial-card {
    min-height: auto;
  }

  .avatar {
    width: 55px;
    height: 55px;
  }

  .user-info h4 {
    font-size: 16px;
  }
}


/* testmonial section  */





































/* faq  */

/* =========================
   FAQ SECTION
========================= */
/* ===== FAQ SECTION ===== */
.faq-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #f6f8fb 0%, #ffffff 100%);
}

/* ===== HEADER ===== */
.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 15px;
}

.sub-title {
  color: #0f766e;
  /* teal */
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 14px;
}

.title-area h2 {
  font-size: 42px;
  font-weight: 800;
  color: #0b1f2a;
  margin-top: 8px;
}

/* ===== ACCORDION WRAPPER ===== */
.faq-accordion {
  /* max-width: 900px; */
  margin: 0 auto;
}

/* ===== ITEM CARD ===== */
.faq-accordion .accordion-item {
  border: none;
  margin-bottom: 16px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 25px rgba(15, 118, 110, 0.08);
  transition: 0.3s ease;
}

/* hover */
.faq-accordion .accordion-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(15, 118, 110, 0.15);
}

/* ===== BUTTON ===== */
.faq-accordion .accordion-button {
  background: #ffffff;
  font-weight: 600;
  font-size: 16px;
  padding: 18px 20px;
  color: #1e2a2f;
  box-shadow: none;
  transition: 0.3s ease;
}

/* ACTIVE STATE (MODERN TEAL) */
.faq-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  color: #fff;
}

/* focus remove */
.accordion-button:focus {
  box-shadow: none;
  border: none;
}

/* ===== BODY ===== */
.faq-accordion .accordion-body {
  background: #fff;
  font-size: 14.5px;
  line-height: 1.7;
  color: #4b5563;
  padding: 18px 20px;
}

/* ICON */
.accordion-button::after {
  filter: brightness(0.4);
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(10);
}

/* ===== RESPONSIVE ===== */
@media(max-width:991px) {
  .title-area h2 {
    font-size: 32px;
  }
}

@media(max-width:768px) {
  .title-area h2 {
    font-size: 26px;
  }

  .faq-accordion .accordion-button {
    font-size: 15px;
    padding: 16px;
  }
}





/* about section  */

/* ================= TITLE ================= */

.cmd-tab-main-title {
    font-size: 25px;
    font-weight: 700;
    color: rgb(11, 43, 58);
    margin: 15px;
}

.cmd-title-line {
  width: 220px;
  height: 3px;
  background: linear-gradient(90deg, #008f91, #00b7b9);
  margin: 0 auto 40px;
  border-radius: 20px;
}

/* ================= BANNER ================= */

.cmd-about-banner {
  position: relative;
  min-height: 550px;
  display: flex;
  align-items: center;
  background: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
  overflow: hidden;
}

.cmd-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.cmd-banner-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  color: #fff;
  animation: fadeUp 1s ease;
}

.cmd-banner-tag {
  display: inline-block;
  background: #00a6a6;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

.cmd-banner-content h1 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 20px;
}

.cmd-banner-content p {
  font-size: 16px;
  line-height: 1.9;
  opacity: 0.95;
  margin-bottom: 30px;
}

.cmd-banner-btns {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cmd-banner-btn,
.cmd-banner-btn-outline {
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.cmd-banner-btn {
  background: #00a6a6;
  color: #fff;
}

.cmd-banner-btn:hover {
  background: #008080;
  transform: translateY(-3px);
}

.cmd-banner-btn-outline {
  border: 2px solid #fff;
  color: #fff;
}

.cmd-banner-btn-outline:hover {
  background: #fff;
  color: #000;
}

/* ================= TAB SECTION ================= */

.cmd-tab-section {
  padding: 50px 0;
}

.cmd-side-tabs {
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.cmd-side-tabs .nav-link {
  border: none;
  border-bottom: 1px solid #eee;
  padding: 18px 20px;
  text-align: left;
  color: #333;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.3s;
}

.cmd-side-tabs .nav-link i {
  color: #00a6a6;
}

.cmd-side-tabs .nav-link:hover {
  background: #f7fbfc;
  transform: translateX(5px);
}

.cmd-side-tabs .nav-link.active {
  background: linear-gradient(135deg, #008f91, #00b7b9);
  color: #fff;
}

.cmd-side-tabs .nav-link.active i {
  color: #fff;
}

.cmd-tab-content-box {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid #f1f1f1;
}

.cmd-tab-content-box h3 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #0b2b3a;
  font-weight: 700;
}

.cmd-tab-content-box p {
  color: #555;
  line-height: 1.9;
  font-size: 15px;
}

.cmd-content-line {
  width: 70px;
  height: 4px;
  background: #007bff;
  margin: 15px 0 25px;
  border-radius: 10px;
  transition: all 0.4s ease;
  cursor: pointer;
}

.cmd-content-line:hover {
  width: 120px;
  background: #0056b3;
}

/* ================= FEATURE LIST ================= */

.cmd-feature-list {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}

.cmd-feature-list li {
  position: relative;
  padding: 15px 18px 15px 55px;
  margin-bottom: 18px;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  transition: 0.3s ease;
  background: #fff;
  line-height: 1.7;
  font-weight: 500;
}

.cmd-feature-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #00a6a6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.cmd-feature-list li:hover {
  transform: translateY(-5px);
  border-color: #00a6a6;
  background: #f8ffff;
}

/* ================= LOCATION ================= */

.cmd-location-section {
  padding: 20px 0;
  background: #f7fbfc;
}

.cmd-location-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #edf1f1;
  height: 100%;
  transition: 0.4s ease;
}

.cmd-location-card:hover {
  transform: translateY(-8px);
}

.cmd-location-top {
  background: linear-gradient(135deg, #008f91, #00b7b9);
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.cmd-location-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cmd-location-icon i {
  color: #fff;
  font-size: 25px;
}

.cmd-location-top h4 {
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}

.cmd-location-top span {
  color: rgba(255, 255, 255, 0.85);
}

.cmd-location-body {
  padding: 25px;
}

.cmd-location-body p {
  line-height: 1.8;
  color: #555;
}

.cmd-location-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.cmd-location-info div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 12px;
  background: #f8ffff;
}

.cmd-location-info i {
  width: 38px;
  height: 38px;
  background: #00a6a6;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-box {
  margin-top: 50px;
  overflow: hidden;
  border-radius: 24px;
}

.map-box iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

/* ================= CONTACT ================= */
/* ==========================================
   CMD I-TECH COURSE ENQUIRY SECTION
   PREMIUM DARK UI
========================================== */

.cmd-enquiry-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #000000, #0b2c52, #008f91);
  position: relative;
  overflow: hidden;
}

.cmd-enquiry-section::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  top: -150px;
  left: -150px;
}

.cmd-enquiry-section::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 50%;
  bottom: -120px;
  right: -120px;
}

/* ==========================================
   ROW
========================================== */

.cmd-enquiry-section .row {
  align-items: stretch;
  position: relative;
  z-index: 2;
}

/* ==========================================
   LEFT IMAGE
========================================== */

.cmd-enquiry-image {
  height: 100%;
  min-height: 720px;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .25);
}

.cmd-enquiry-image img {
  width: 100%;
  height: 720px;
  object-fit: cover;
  display: block;
  transition: .6s ease;
}

.cmd-enquiry-image:hover img {
  transform: scale(1.08);
}

/* Overlay */

.cmd-enquiry-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, #008f91, #0b2c52, #000000);
}

/* ==========================================
   FORM CARD
========================================== */

.cmd-itech-form {
  background: #ffffff;
  height: 100%;
  min-height: 720px;
  padding: 45px;
  border-radius: 25px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .15);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ==========================================
   BADGE
========================================== */

.form-badge {
  display: inline-block;
  padding: 8px 22px;
  border-radius: 50px;
  background: linear-gradient(135deg, #008f91, #0b2c52);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .5px;
  margin-bottom: 15px;
}

/* ==========================================
   HEADER
========================================== */

.form-header {
  margin-bottom: 25px;
}

.form-header h3 {
  font-size: 34px;
  font-weight: 700;
  color: #0b2c52;
  margin-bottom: 12px;
  line-height: 1.3;
}

.form-header p {
  color: #6b7280;
  line-height: 1.8;
  font-size: 15px;
}

/* ==========================================
   FORM GROUP
========================================== */

.cmd-form-group {
  position: relative;
  margin-bottom: 20px;
}

.cmd-form-group i {
  position: absolute;
  left: 18px;
  top: 18px;
  color: #008f91;
  font-size: 16px;
  z-index: 2;
}

/* ==========================================
   INPUTS
========================================== */

.cmd-form-group input,
.cmd-form-group select,
.cmd-form-group textarea {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 15px;
  background: #f5f7fa;
  padding: 16px 18px 16px 52px;
  font-size: 15px;
  transition: .3s ease;
}

.cmd-form-group textarea {
  min-height: 140px;
  resize: none;
  padding-top: 18px;
}

/* Hover */

.cmd-form-group input:hover,
.cmd-form-group select:hover,
.cmd-form-group textarea:hover {
  background: #edf5f7;
}

/* Focus */

.cmd-form-group input:focus,
.cmd-form-group select:focus,
.cmd-form-group textarea:focus {
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0, 143, 145, .15);
  transform: translateY(-2px);
}

/* ==========================================
   SELECT
========================================== */

.cmd-form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;

  background:
    #f5f7fa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23008f91' viewBox='0 0 16 16'%3E%3Cpath d='M2 5l6 6 6-6' stroke='%23008f91' stroke-width='2' fill='none'/%3E%3C/svg%3E") no-repeat right 18px center;
}

/* ==========================================
   BUTTON
========================================== */

.cmd-submit-btn {
  width: 100%;
  border: none;
  padding: 17px;
  border-radius: 15px;
  background: linear-gradient(135deg, #008f91, #0b2c52);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: .35s ease;
}

.cmd-submit-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 143, 145, .30);
}

.cmd-submit-btn i {
  margin-right: 8px;
}

/* ==========================================
   NOTE
========================================== */

.form-note {
  margin-top: 20px;
  text-align: center;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.8;
}

/* ==========================================
   SCROLLBAR
========================================== */

.cmd-itech-form::-webkit-scrollbar {
  width: 6px;
}

.cmd-itech-form::-webkit-scrollbar-thumb {
  background: #008f91;
  border-radius: 20px;
}

/* ==========================================
   TABLET
========================================== */

@media(max-width:991px) {

  .cmd-enquiry-image {
    min-height: 450px;
  }

  .cmd-enquiry-image img {
    height: 450px;
  }

  .cmd-itech-form {
    min-height: auto;
    padding: 35px;
  }
}

/* ==========================================
   MOBILE
========================================== */

@media(max-width:768px) {

  .cmd-enquiry-section {
    padding: 60px 0;
  }

  .cmd-enquiry-image {
    min-height: 300px;
    margin-bottom: 25px;
  }

  .cmd-enquiry-image img {
    height: 300px;
  }

  .cmd-itech-form {
    padding: 25px;
    border-radius: 20px;
  }

  .form-header h3 {
    font-size: 26px;
  }

  .form-header p {
    font-size: 14px;
  }

  .cmd-form-group input,
  .cmd-form-group select,
  .cmd-form-group textarea {
    font-size: 14px;
  }
}



/* ================= CTA SECTION ================= */

.cmd-cta-section {
  width: 100%;
  padding: 90px 20px;
  background: linear-gradient(135deg, #008f91, #00b7b9);
  color: #fff;
  text-align: center;
}

.cmd-cta-content {
  /* max-width: 900px; */
  margin: 0 auto;
}

.cmd-cta-content h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.3;
}

.cmd-cta-content p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.95);
}

.cmd-cta-content .cta-contact {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 35px;
}

.cmd-cta-btn {
  display: inline-block;
  padding: 16px 40px;
  background: #ffffff;
  color: #0b2c52;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.cmd-cta-btn:hover {
  background: #ffd700;
  color: #000;
  transform: translateY(-3px);
}

/* Responsive */

@media (max-width: 768px) {
  .cmd-cta-section {
    padding: 30px 20px;
  }

  .cmd-cta-content h2 {
    font-size: 30px;
  }

  .cmd-cta-content p {
    font-size: 16px;
  }

  .cmd-cta-content .cta-contact {
    font-size: 18px;
  }

  .cmd-cta-btn {
    padding: 14px 32px;
    font-size: 16px;
  }
}

.cmd-conclusion-section {
  padding: 80px 20px;
  background: #fff;
}

.cmd-conclusion-content {
  /* max-width: 1000px; */
  margin: 0 auto;
  text-align: justify;
}

.cmd-conclusion-title {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  color: #0b2c52;
  margin-bottom: 15px;
}

.cmd-title-line {
  width: 80px;
  height: 4px;
  background: #007bff;
  margin: 0 auto 35px;
  border-radius: 10px;
}

.cmd-conclusion-content p {
  font-size: 18px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 20px;
}

/* Responsive */

@media (max-width: 768px) {
  .cmd-conclusion-section {
    padding: 60px 15px;
  }

  .cmd-conclusion-title {
    font-size: 30px;
  }

  .cmd-conclusion-content p {
    font-size: 16px;
    line-height: 1.8;
  }
}

.cmd-feature-item h3 {
  color: #0b2c52;
  font-weight: 700;
  margin-bottom: 30px;
}

.cmd-feature-item {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  border-left: 5px solid #008a8a;
  transition: 0.3s;
}

.cmd-feature-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.cmd-feature-item h5 {
  color: #0b2c52;
  font-weight: 600;
  margin-bottom: 10px;
}

.cmd-feature-item p {
  margin: 0;
  color: #555;
  line-height: 1.8;
}




.cmd-message-list h3 {
  color: #0b2c52;
  font-weight: 700;
  margin-bottom: 10px;
}


.cmd-message-list p {
  color: #555;
  line-height: 1.9;
  margin-bottom: 15px;
}

.cmd-message-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.cmd-message-list li {
  padding: 12px 15px;
  margin-bottom: 12px;
  background: #f8f9fa;
  border-left: 4px solid #008f91;
  border-radius: 6px;
  font-weight: 500;
  color: #333;
  transition: all 0.35s ease;
}

.cmd-message-list li:hover {
  transform: translateY(-5px);
  background: #fff;
  border-left: 8px solid #008f91;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.cmd-message-list li::before {
  content: "✓";
  color: #008f91;
  font-weight: 700;
  margin-right: 10px;
}

.cmd-message-list h5 {
  color: #0b2c52;
  font-weight: 600;
}

.choose-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.choose-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.choose-card i {
  font-size: 40px;
  color: #008f91;
  margin-bottom: 15px;
}

.choose-card h5 {
  color: #0b2c52;
  font-weight: 600;
  margin-bottom: 10px;
}

.choose-card p {
  color: #666;
  margin-bottom: 0;
  line-height: 1.7;
}

.about-content h2 {
  font-size: 30px;
  font-weight: 600;
  color: #0b2b3a;
  margin-bottom: 30px;
  text-align: center;
}

.about-content p {
    color: #555;
    line-height: 1.9;
    font-size: 17px;
    text-align: center;
}

/* ABOUT SECTION */



/* conctant page  */



/* =========================================
   CONTACT BANNER
========================================= */

.cmd-contact-banner {
  width: 100%;
  height: 420px;

  background:
    linear-gradient(rgba(0, 0, 0, 0.60),
      rgba(0, 0, 0, 0.60)),
    url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?q=80&w=1600&auto=format&fit=crop');

  background-size: cover;
  background-position: center;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  padding: 20px;
  color: #fff;
  overflow: hidden;
}

.cmd-contact-banner-content h1 {
  font-size: 65px;
  margin-bottom: 15px;
  font-weight: 700;
  transition: 0.4s ease;
}

.cmd-contact-banner-content p {
  max-width: 700px;
  margin: auto;
  font-size: 18px;
  line-height: 1.8;
  transition: 0.4s ease;
}

.cmd-contact-banner:hover .cmd-contact-banner-content h1 {
  letter-spacing: 2px;
}

.cmd-contact-banner:hover .cmd-contact-banner-content p {
  transform: translateY(4px);
}

/* =========================================
   CONTACT SECTION
========================================= */

.cmd-contact-section {
  width: 90%;
  /* max-width: 1300px; */
  margin: 11px auto;
}

.cmd-contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

/* =========================================
   LEFT SIDE
========================================= */

.cmd-contact-left {
  background: #fff;
  padding: 20px;
  border-radius: 25px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);

  transition: 0.4s ease;
}

.cmd-contact-left:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}

.cmd-contact-left h2 {
  font-size: 39px;
  margin-bottom: 18px;
  color: #008080;
}

.cmd-contact-left p {
  color: #666;
  line-height: 1.9;
  margin-bottom: 35px;
  font-size: 16px;
}

.cmd-contact-info {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.cmd-info-box {
  display: flex;
  align-items: flex-start;
  gap: 18px;

  padding: 5px;
  border-radius: 18px;

  transition: 0.4s ease;
}

.cmd-info-box:hover {
  background: #f3fbfb;
  transform: translateX(8px);
}

.cmd-info-icon {
  width: 65px;
  height: 65px;
  min-width: 65px;

  background: #008080;
  border-radius: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 24px;

  transition: 0.4s ease;
}

.cmd-info-box:hover .cmd-info-icon {
  transform: rotate(8deg) scale(1.08);
   
}

.cmd-info-content h4 {
  font-size: 22px;
  margin-bottom: 8px;
  color: #111;
}

.cmd-info-content p {
  margin: 0;
  color: #666;
  line-height: 1.8;
  font-size: 15px;
}

.cmd-info-content p a {
  color: #666;
  text-decoration: none;
}

/* =========================================
   RIGHT SIDE
========================================= */

.cmd-contact-right {
  background: #fff;
  padding: 50px;
  border-radius: 25px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);

  transition: 0.4s ease;
}

.cmd-contact-right:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}

.cmd-contact-form h2 {
  font-size: 42px;
  margin-bottom: 30px;
  color: #008080;
}

.cmd-form-group {
  margin-bottom: 22px;
}

.cmd-form-group input,
.cmd-form-group textarea {
  width: 100%;
  padding: 17px 18px;

  border: 1px solid #ddd;
  border-radius: 14px;

  outline: none;

  font-size: 15px;
  transition: 0.3s;
}

.cmd-form-group input:hover,
.cmd-form-group textarea:hover {
  border-color: #008080;
}

.cmd-form-group input:focus,
.cmd-form-group textarea:focus {
  border-color: #008080;
  box-shadow: 0 0 0 3px rgba(0, 128, 128, 0.08);
}

.cmd-form-group textarea {
  resize: none;
  height: 170px;
}

/* BUTTON */

.cmd-contact-btn {
  width: 100%;
  border: none;
  padding: 17px;

  background: #008080;
  color: #fff;

  border-radius: 14px;

  font-size: 16px;
  font-weight: 600;

  cursor: pointer;
  transition: 0.4s ease;

  position: relative;
  overflow: hidden;
}

.cmd-contact-btn::before {
  content: "";
  position: absolute;

  top: 0;
  left: -100%;

  width: 100%;
  height: 100%;

  background: rgba(255, 255, 255, 0.2);

  transition: 0.5s;
}

.cmd-contact-btn:hover::before {
  left: 100%;
}

.cmd-contact-btn:hover {
  background: #006666;
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(0, 128, 128, 0.25);
}

/* =========================================
   MAP SECTION
========================================= */

.cmd-map-section {
  width: 90%;
  /* max-width: 1300px; */
  margin: 80px auto 90px;
}

.cmd-map-section iframe {
  width: 100%;
  height: 500px;
  border: 0;
  border-radius: 25px;

  transition: 0.4s ease;
}

.cmd-map-section iframe:hover {
  transform: scale(1.01);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
}

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

@media (max-width: 1100px) {

  .cmd-contact-wrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {

  .cmd-contact-banner {
    height: 350px;
  }

  .cmd-contact-banner-content h1 {
    font-size: 42px;
  }

  .cmd-contact-banner-content p {
    font-size: 16px;
  }

  .cmd-contact-left,
  .cmd-contact-right {
    padding: 20px;
    border-radius: 20px;
  }

  .cmd-contact-left h2,
  .cmd-contact-form h2 {
    font-size: 32px;
  }

  .cmd-map-section iframe {
    height: 350px;
    border-radius: 20px;
  }
}

@media (max-width: 480px) {

  .cmd-contact-banner {
    height: 300px;
  }

  .cmd-contact-banner-content h1 {
    font-size: 32px;
  }

  .cmd-contact-banner-content p {
    font-size: 14px;
  }

  .cmd-contact-section {
    width: 94%;
    margin: 60px auto;
  }

  .cmd-contact-left,
  .cmd-contact-right {
    padding: 22px;
  }

  .cmd-info-box {
    flex-direction: column;
  }

  .cmd-info-icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    font-size: 20px;
  }

  .cmd-contact-left h2,
  .cmd-contact-form h2 {
    font-size: 28px;
  }

  .cmd-map-section {
    width: 94%;
  }

  .cmd-map-section iframe {
    height: 280px;
  }
}



/* service page  */
:root {
  --primary: #00839B;
  --secondary: #0EA5B7;
  --dark: #0F172A;
  --text: #64748B;

  --white: #FFFFFF;
  --bg-section: #F8FAFC;
  --bg-soft: #F1F5F9;

  --border: #E2E8F0;

  --shadow-sm: 0 4px 15px rgba(15, 23, 42, .05);
  --shadow-md: 0 10px 30px rgba(15, 23, 42, .08);
  --shadow-lg: 0 20px 45px rgba(15, 23, 42, .12);
}




.content-section,
.section-heading {
  padding: 20px 0;
}

.section-heading {
  text-align: center;

}

.section-heading h2 {
  font-size: 32px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 15px;
  letter-spacing: -1px;
}

.section-heading h2::after {
  content: "";
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg,
      var(--primary),
      var(--secondary));
  display: block;
  margin: 15px auto 0;
  border-radius: 50px;
}

/* =========================
   HERO SECTION
========================= */

.cnc-hero-section {
  background: linear-gradient(135deg,
      #00697C,
      #00839B,
      #0EA5B7);
  color: #fff;
  text-align: center;
  padding: 120px 0;
}

.section-tag {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 50px;
  background: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .25);
  font-size: 14px;
  margin-bottom: 25px;
  backdrop-filter: blur(10px);
}

.cnc-hero-section h1 {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 25px;
}

.cnc-hero-section p {
  max-width: 900px;
  margin: 0 auto 20px;
  font-size: 18px;
  /* line-height: 1.9; */
  opacity: .95;
}

/* =========================
   SECTION BACKGROUNDS
========================= */

.highlights-section {
  background: var(--white);
}

.content-section {
  background: var(--bg-section);
}

.why-choose-section {
    background: var(--white);
    padding: clamp(30px, 5vw, 60px) clamp(10px, 4vw, 20px);
}

.services-section {
  background: linear-gradient(180deg,
      #ffffff,
      #f8fafc);
}


.benefits-section {
  background: var(--bg-soft);
  padding: 30px;
}

.process-section {
  background: var(--white);
  padding: 10px;
}

/* =========================
   CONTENT BOX
========================= */

.content-box {
  background: #fff;
  padding: 45px;
  border-radius: 22px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
}

.content-box p {
  font-size: 17px;
  /* line-height: 1.9; */
  color: var(--text);
  margin-bottom: 18px;
}

.content-box p {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 15px;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
}

.content-box p:hover {
  border-left-color: #00697C;
  background: rgba(0, 105, 124, 0.05);
  padding-left: 22px;
}

.content-box p:hover i {
  color: #0097A7;
}

/* =========================
   COMMON CARD DESIGN
========================= */

.highlight-card,
.feature-box,
.service-item,
.benefit-card,
.process-step {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: var(--shadow-md);
  transition: all .35s ease;
}

.highlight-card:hover,
.feature-box:hover,
.service-item:hover,
.benefit-card:hover,
.process-step:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.process-step p{
    /* word-spacing: -2px; */
}

/* =========================
   HIGHLIGHTS
========================= */

.highlight-card {
  position: relative;
  padding: 22px 69px;
  overflow: hidden;
  height: 100%;
}

.highlight-card::before {
  content: "✓";
  position: absolute;
  left: 19px;
  top: 40%;
  transform: translateY(-50%);
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.highlight-card::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  width: 90px;
  height: 90px;
  background: rgba(0, 131, 155, .05);
  border-radius: 50%;
}

.highlight-card h5 {
  margin: 0;
  color: var(--dark);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
}

/* =========================
   WHY CHOOSE
========================= */

.feature-box {
  padding: 35px;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.feature-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg,
      var(--primary),
      var(--secondary));
}

.feature-box h4 {
  color: var(--dark);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.feature-box p {
  color: var(--text);
  line-height: 1.8;
  margin: 0;
}

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

.service-item {
  position: relative;
  padding: 35px;
  overflow: hidden;
  margin-bottom: 30px;
  height: 100%;
}

.service-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg,
      var(--primary),
      var(--secondary));
}

.service-item h3 {
  color: var(--dark);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border);
}

.service-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-item ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  color: var(--text);
  line-height: 1.8;
}

.service-item ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary);
  font-weight: 700;
}

/* =========================
   BENEFITS
========================= */

.benefit-card {
  padding: 35px;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.benefit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg,
      var(--primary),
      var(--secondary));
}

.benefit-card h5 {
  margin: 0;
  color: var(--dark);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

/* =========================
   PROCESS
========================= */

.process-timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.process-step {
  padding: 35px 25px;
  text-align: center;
}

.process-step span {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg,
      var(--primary),
      var(--secondary));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(0, 131, 155, .25);
}

.process-step h4 {
  margin: 0;
  color: var(--dark);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

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

@media(max-width:1200px) {

  .process-timeline {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media(max-width:991px) {

  .cnc-hero-section h1 {
    font-size: 42px;
  }

  .section-heading h2 {
    font-size: 34px;
  }

  .process-timeline {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media(max-width:767px) {

  section {
    padding: 60px 0;
  }

  .cnc-hero-section {
    padding: 90px 0;
  }

  .cnc-hero-section h1 {
    font-size: 32px;
  }

  .cnc-hero-section p {
    font-size: 16px;
  }

  .section-heading h2 {
    font-size: 28px;
  }

  .content-box,
  .feature-box,
  .service-item,
  .benefit-card {
    padding: 25px;
  }

  .process-timeline {
    grid-template-columns: 1fr;
  }

  .highlight-card {
    padding: 24px 24px 24px 65px;
  }
}

.enquiry-btn {
    position: fixed;
    right: 20px;
    bottom: 162px;
    width: 56px;
    height: 53px;
    background: #ff6600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    transition: all .3s ease;
    animation: enquiryPulse 2s infinite;
}
.enquiry-btn i {
  font-size: 24px;
}

.enquiry-btn:hover {
  background: #e65c00;
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .3);
}

.enquiry-btn:active {
  transform: scale(.95);
}

/* Tablet */
@media (max-width: 992px) {
  .enquiry-btn {
    width: 60px;
    height: 60px;
    right: 15px;
    bottom: 150px;
  }

  .enquiry-btn i {
    font-size: 22px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .enquiry-btn {
    width: 60px;
    height: 60px;
  }

  .enquiry-btn i {
    font-size: 20px;
  }
}

/* Small Mobile */
@media (max-width: 576px) {
  .enquiry-btn {
    width: 56px;
    height: 58px;
    right: 22px;
    /* /* bottom: 130px; */
  }


  .enquiry-btn i {
    font-size: 18px;
  }
}

/* service page  */


/* about  */

      /* ================= TITLE ================= */

     

          .cmd-title-line {
               width: 220px;
               height: 3px;
               background: linear-gradient(90deg, #008f91, #00b7b9);
               margin: 0 auto 40px;
               border-radius: 20px;
          }

          /* ================= BANNER ================= */

          .cmd-about-banner {
               position: relative;
               min-height: 550px;
               display: flex;
               align-items: center;
               background: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
               overflow: hidden;
          }

          .cmd-banner-overlay {
               position: absolute;
               inset: 0;
               background: rgba(0, 0, 0, 0.65);
          }

          .cmd-banner-content {
               position: relative;
               z-index: 2;
               max-width: 700px;
               color: #fff;
               animation: fadeUp 1s ease;
          }

          .cmd-banner-tag {
               display: inline-block;
               background: #00a6a6;
               padding: 8px 18px;
               border-radius: 50px;
               font-size: 13px;
               font-weight: 600;
               margin-bottom: 18px;
          }

          .cmd-banner-content h1 {
               font-size: 32px;
               line-height: 1.2;
               font-weight: 800;
               margin-bottom: 20px;
          }

          .cmd-banner-content p {
               font-size: 16px;
               line-height: 1.9;
               opacity: 0.95;
               margin-bottom: 30px;
          }

          .cmd-banner-btns {
               display: flex;
               gap: 15px;
               flex-wrap: wrap;
          }

          .cmd-banner-btn,
          .cmd-banner-btn-outline {
               padding: 14px 28px;
               border-radius: 50px;
               text-decoration: none;
               font-weight: 600;
               transition: 0.3s ease;
          }

          .cmd-banner-btn {
               background: #00a6a6;
               color: #fff;
          }

          .cmd-banner-btn:hover {
               background: #008080;
               transform: translateY(-3px);
          }

          .cmd-banner-btn-outline {
               border: 2px solid #fff;
               color: #fff;
          }

          .cmd-banner-btn-outline:hover {
               background: #fff;
               color: #000;
          }

          /* ================= TAB SECTION ================= */

          .cmd-tab-section {
               padding: 50px 0;
          }

          .cmd-side-tabs {
               border: 1px solid #e8e8e8;
               border-radius: 20px;
               overflow: hidden;
               background: #fff;
               box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
          }

          .cmd-side-tabs .nav-link {
               border: none;
               border-bottom: 1px solid #eee;
               padding: 18px 20px;
               text-align: left;
               color: #333;
               font-weight: 600;
               display: flex;
               align-items: center;
               gap: 12px;
               transition: 0.3s;
          }

          .cmd-side-tabs .nav-link i {
               color: #00a6a6;
          }

          .cmd-side-tabs .nav-link:hover {
               background: #f7fbfc;
               transform: translateX(5px);
          }

          .cmd-side-tabs .nav-link.active {
               background: linear-gradient(135deg, #008f91, #00b7b9);
               color: #fff;
          }

          .cmd-side-tabs .nav-link.active i {
               color: #fff;
          }

          .cmd-tab-content-box {
               background: #fff;
               border-radius: 24px;
               padding: 40px;
               box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
               border: 1px solid #f1f1f1;
          }

          .cmd-tab-content-box h3 {
               font-size: 23px;
               margin-bottom: 15px;
               color: #0b2b3a;
               font-weight: 700;
          }

          .cmd-tab-content-box p {
               color: #555;
               line-height: 1.9;
               font-size: 15px;
          }

          .cmd-content-line {
               width: 100%;
               height: 1px;
               background: #ececec;
               margin: 18px 0;
          }

          /* ================= FEATURE LIST ================= */

          .cmd-feature-list {
               list-style: none;
               padding: 0;
               margin-top: 25px;
          }

          .cmd-feature-list li {
               position: relative;
               padding: 15px 18px 15px 55px;
               margin-bottom: 18px;
               border: 1px solid #e5e5e5;
               border-radius: 14px;
               transition: 0.3s ease;
               background: #fff;
               line-height: 1.7;
               font-weight: 500;
          }

          .cmd-feature-list li::before {
               content: "\f058";
               font-family: "Font Awesome 6 Free";
               font-weight: 900;
               position: absolute;
               left: 18px;
               top: 50%;
               transform: translateY(-50%);
               width: 26px;
               height: 26px;
               border-radius: 50%;
               background: #00a6a6;
               color: #fff;
               display: flex;
               align-items: center;
               justify-content: center;
               font-size: 11px;
          }

          .cmd-feature-list li:hover {
               transform: translateY(-5px);
               border-color: #00a6a6;
               background: #f8ffff;
          }

          /* ================= LOCATION ================= */

          .cmd-location-section {
               padding: 20px 0;
               background: #f7fbfc;
          }

          .cmd-location-card {
               background: #fff;
               border-radius: 24px;
               overflow: hidden;
               border: 1px solid #edf1f1;
               height: 100%;
               transition: 0.4s ease;
          }

          .cmd-location-card:hover {
               transform: translateY(-8px);
          }

          .cmd-location-top {
               background: linear-gradient(135deg, #008f91, #00b7b9);
               padding: 25px;
               display: flex;
               align-items: center;
               gap: 18px;
          }

          .cmd-location-icon {
               width: 65px;
               height: 65px;
               border-radius: 50%;
               background: rgba(255, 255, 255, 0.18);
               display: flex;
               align-items: center;
               justify-content: center;
          }

          .cmd-location-icon i {
               color: #fff;
               font-size: 25px;
          }

          .cmd-location-top h4 {
               color: #fff;
               margin: 0;
               font-size: 24px;
               font-weight: 700;
          }

          .cmd-location-top span {
               color: rgba(255, 255, 255, 0.85);
          }

          .cmd-location-body {
               padding: 25px;
          }

          .cmd-location-body p {
               line-height: 1.8;
               color: #555;
          }

          .cmd-location-info {
               display: flex;
               flex-direction: column;
               gap: 15px;
               margin-top: 20px;
          }

          .cmd-location-info a {
            color: #000!important;
            text-decoration: none!important;
          }

          .cmd-location-info div {
               display: flex;
               align-items: center;
               gap: 12px;
               padding: 14px;
               border-radius: 12px;
               background: #f8ffff;
          }

          .cmd-location-info i {
               width: 38px;
               height: 38px;
               background: #00a6a6;
               color: #fff;
               border-radius: 50%;
               display: flex;
               align-items: center;
               justify-content: center;
          }

          .map-box {
               margin-top: 50px;
               overflow: hidden;
               border-radius: 24px;
          }

          .map-box iframe {
               width: 100%;
               height: 450px;
               border: 0;
          }

          /* ================= CONTACT ================= */
          /* ==========================================
   CMD I-TECH COURSE ENQUIRY SECTION
   PREMIUM DARK UI
========================================== */

          .cmd-enquiry-section {
               padding: 80px 0;
               background: linear-gradient(135deg, #000000, #0b2c52, #008f91);
               position: relative;
               overflow: hidden;
          }

          .cmd-enquiry-section::before {
               content: "";
               position: absolute;
               width: 500px;
               height: 500px;
               background: rgba(255, 255, 255, 0.03);
               border-radius: 50%;
               top: -150px;
               left: -150px;
          }

          .cmd-enquiry-section::after {
               content: "";
               position: absolute;
               width: 400px;
               height: 400px;
               background: rgba(255, 255, 255, 0.02);
               border-radius: 50%;
               bottom: -120px;
               right: -120px;
          }

          /* ==========================================
   ROW
========================================== */

          .cmd-enquiry-section .row {
               align-items: stretch;
               position: relative;
               z-index: 2;
          }

          /* ==========================================
   LEFT IMAGE
========================================== */

          .cmd-enquiry-image {
               height: 100%;
               min-height: 720px;
               border-radius: 25px;
               overflow: hidden;
               position: relative;
               box-shadow: 0 25px 60px rgba(0, 0, 0, .25);
          }

          .cmd-enquiry-image img {
               width: 100%;
               height: 720px;
               object-fit: cover;
               display: block;
               transition: .6s ease;
          }

          .cmd-enquiry-image:hover img {
               transform: scale(1.08);
          }

          /* Overlay */

          .cmd-enquiry-image::before {
               content: "";
               position: absolute;
               inset: 0;
               z-index: 1;
               background: linear-gradient(135deg, #008f91, #0b2c52, #000000);
          }

          /* ==========================================
   FORM CARD
========================================== */

          .cmd-itech-form {
               background: #ffffff;
               height: 100%;
               min-height: 720px;
               padding: 45px;
               border-radius: 25px;
               box-shadow: 0 25px 60px rgba(0, 0, 0, .15);
               display: flex;
               flex-direction: column;
               justify-content: center;
          }

          /* ==========================================
   BADGE
========================================== */

          .form-badge {
               display: inline-block;
               padding: 8px 22px;
               border-radius: 50px;
               background: linear-gradient(135deg, #008f91, #0b2c52);
               color: #fff;
               font-size: 13px;
               font-weight: 600;
               letter-spacing: .5px;
               margin-bottom: 15px;
          }

          /* ==========================================
   HEADER
========================================== */

          .form-header {
               margin-bottom: 25px;
          }

          .form-header h3 {
               font-size: 34px;
               font-weight: 700;
               color: #0b2c52;
               margin-bottom: 12px;
               line-height: 1.3;
          }

          .form-header p {
               color: #6b7280;
               line-height: 1.8;
               font-size: 15px;
          }

          /* ==========================================
   FORM GROUP
========================================== */

          .cmd-form-group {
               position: relative;
               margin-bottom: 20px;
          }

          .cmd-form-group i {
               position: absolute;
               left: 18px;
               top: 18px;
               color: #008f91;
               font-size: 16px;
               z-index: 2;
          }

          /* ==========================================
   INPUTS
========================================== */

          .cmd-form-group input,
          .cmd-form-group select,
          .cmd-form-group textarea {
               width: 100%;
               border: none;
               outline: none;
               border-radius: 15px;
               background: #f5f7fa;
               padding: 16px 18px 16px 52px;
               font-size: 15px;
               transition: .3s ease;
          }

          .cmd-form-group textarea {
               min-height: 140px;
               resize: none;
               padding-top: 18px;
          }

          /* Hover */

          .cmd-form-group input:hover,
          .cmd-form-group select:hover,
          .cmd-form-group textarea:hover {
               background: #edf5f7;
          }

          /* Focus */

          .cmd-form-group input:focus,
          .cmd-form-group select:focus,
          .cmd-form-group textarea:focus {
               background: #fff;
               box-shadow: 0 0 0 4px rgba(0, 143, 145, .15);
               transform: translateY(-2px);
          }

          /* ==========================================
   SELECT
========================================== */

          .cmd-form-group select {
               appearance: none;
               -webkit-appearance: none;
               -moz-appearance: none;
               cursor: pointer;

               background:
                    #f5f7fa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23008f91' viewBox='0 0 16 16'%3E%3Cpath d='M2 5l6 6 6-6' stroke='%23008f91' stroke-width='2' fill='none'/%3E%3C/svg%3E") no-repeat right 18px center;
          }

          /* ==========================================
   BUTTON
========================================== */

          .cmd-submit-btn {
               width: 100%;
               border: none;
               padding: 17px;
               border-radius: 15px;
               background: linear-gradient(135deg, #008f91, #0b2c52);
               color: #fff;
               font-size: 16px;
               font-weight: 600;
               cursor: pointer;
               transition: .35s ease;
          }

          .cmd-submit-btn:hover {
               transform: translateY(-4px);
               box-shadow: 0 15px 35px rgba(0, 143, 145, .30);
          }

          .cmd-submit-btn i {
               margin-right: 8px;
          }

          /* ==========================================
   NOTE
========================================== */

          .form-note {
               margin-top: 20px;
               text-align: center;
               color: #6b7280;
               font-size: 14px;
               line-height: 1.8;
          }

          /* ==========================================
   SCROLLBAR
========================================== */

          .cmd-itech-form::-webkit-scrollbar {
               width: 6px;
          }

          .cmd-itech-form::-webkit-scrollbar-thumb {
               background: #008f91;
               border-radius: 20px;
          }

          /* ==========================================
   TABLET
========================================== */

          @media(max-width:991px) {

               .cmd-enquiry-image {
                    min-height: 450px;
               }

               .cmd-enquiry-image img {
                    height: 450px;
               }

               .cmd-itech-form {
                    min-height: auto;
                    padding: 35px;
               }
          }

          /* ==========================================
   MOBILE
========================================== */

          @media(max-width:768px) {

               .cmd-enquiry-section {
                    padding: 60px 0;
               }

               .cmd-enquiry-image {
                    min-height: 300px;
                    margin-bottom: 25px;
               }

               .cmd-enquiry-image img {
                    height: 300px;
               }

               .cmd-itech-form {
                    padding: 25px;
                    border-radius: 20px;
               }

               .form-header h3 {
                    font-size: 26px;
               }

               .form-header p {
                    font-size: 14px;
               }

               .cmd-form-group input,
               .cmd-form-group select,
               .cmd-form-group textarea {
                    font-size: 14px;
               }
          }

          /* ================= CTA SECTION ================= */

          .cmd-cta-section {
               width: 100%;
               padding: 90px 20px;
               background: linear-gradient(135deg, #050505 55%, #005f5f 100%);
               color: #fff;
               text-align: center;
          }

          .cmd-cta-content {
               /* max-width: 900px; */

               padding: 10px;
               margin: 0 auto;
          }

          .cmd-cta-content h2 {
               font-size: 42px;
               font-weight: 700;
               margin-bottom: 25px;
               line-height: 1.3;
          }

          .cmd-cta-content p {
               font-size: 18px;
               line-height: 1.8;
               margin-bottom: 20px;
               color: rgba(255, 255, 255, 0.95);
          }

          .cmd-cta-content .cta-contact {
               font-size: 20px;
               font-weight: 600;
               margin-bottom: 35px;
          }

          .cmd-cta-btn {
               display: inline-block;
               padding: 16px 40px;
               background: #ffffff;
               color: #0b2c52;
               text-decoration: none;
               font-size: 18px;
               font-weight: 700;
               border-radius: 50px;
               transition: all 0.3s ease;
          }

          .cmd-cta-btn:hover {
               background: #ffd700;
               color: #000;
               transform: translateY(-3px);
          }

          /* Responsive */

          @media (max-width: 768px) {
               .cmd-cta-section {
                    padding: 30px 20px;
               }

               .cmd-cta-content h2 {
                    font-size: 30px;
               }

               .cmd-cta-content p {
                    font-size: 16px;
               }

               .cmd-cta-content .cta-contact {
                    font-size: 18px;
               }

               .cmd-cta-btn {
                    padding: 14px 32px;
                    font-size: 16px;
               }
          }

          .cmd-conclusion-section {
               padding: 80px 20px;
               background: #fff;
          }

          .cmd-conclusion-content {
               /* max-width: 1000px; */
               margin: 0 auto;
               text-align: justify;
          }

          .cmd-conclusion-title {
               text-align: center;
               font-size: 38px;
               font-weight: 700;
               color: #0b2c52;
               margin-bottom: 15px;
          }

          .cmd-title-line {
               width: 80px;
               height: 4px;
               background: #007bff;
               margin: 0 auto 35px;
               border-radius: 10px;
          }

          .cmd-conclusion-content p {
               font-size: 18px;
               line-height: 1.9;
               color: #555;
               margin-bottom: 20px;
          }

          /* Responsive */

          @media (max-width: 768px) {
               .cmd-conclusion-section {
                    padding: 60px 15px;
               }

               .cmd-conclusion-title {
                    font-size: 30px;
               }

               .cmd-conclusion-content p {
                    font-size: 16px;
                    line-height: 1.8;
               }
          }

          .cmd-feature-item h3 {
               color: #0b2c52;
               font-weight: 700;
               margin-bottom: 30px;
          }

          .cmd-feature-item {
               background: #f8f9fa;
               padding: 20px;
               border-radius: 10px;
               margin-bottom: 20px;
               border-left: 5px solid #008a8a;
               transition: 0.3s;
          }

          .cmd-feature-item:hover {
               transform: translateY(-3px);
               box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          }

          .cmd-feature-item h5 {
               color: #0b2c52;
               font-weight: 600;
               margin-bottom: 10px;
          }

          .cmd-feature-item p {
               margin: 0;
               color: #555;
               line-height: 1.8;
          }

          .cmd-content-line {
               width: 70px;
               height: 4px;
               background: #007bff;
               margin: 15px 0 25px;
               border-radius: 10px;
          }


          .cmd-message-list h3 {
               color: #0b2c52;
               font-weight: 700;
               margin-bottom: 10px;
          }


          .cmd-message-list p {
               color: #555;
               line-height: 1.9;
               margin-bottom: 15px;
          }

          .cmd-message-list {
               list-style: none;
               padding-left: 0;
               margin-top: 20px;
          }

          .cmd-message-list li {
               padding: 12px 15px;
               margin-bottom: 12px;
               background: #f8f9fa;
               border-left: 4px solid #008f91;
               border-radius: 6px;
               font-weight: 500;
               color: #333;
               transition: all 0.35s ease;
          }

          .cmd-message-list li:hover {
               transform: translateY(-5px);
               background: #fff;
               border-left: 8px solid #008f91;
               box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
          }

          .cmd-message-list li::before {
               content: "✓";
               color: #008f91;
               font-weight: 700;
               margin-right: 10px;
          }

          .cmd-message-list h5 {
               color: #0b2c52;
               font-weight: 600;
          }

          .choose-card {
               background: #fff;
               padding: 25px;
               border-radius: 12px;
               text-align: center;
               box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
               transition: all 0.3s ease;
               height: 100%;
          }

          .choose-card:hover {
               transform: translateY(-8px);
               box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
          }

          .choose-card i {
               font-size: 40px;
               color: #008f91;
               margin-bottom: 15px;
          }

          .choose-card h5 {
               color: #0b2c52;
               font-weight: 600;
               margin-bottom: 10px;
          }

          .choose-card p {
               color: #666;
               margin-bottom: 0;
               line-height: 1.7;
          }

          .about-content h2 {
               font-size: 30px;
               font-weight: 600;
               color: #0b2b3a;
               margin-bottom: 30px;
               text-align: center;
          }




.nav-actions {
  display: none;
}          
