/* popup */
/* =========================
   Large Tablets & Laptops
========================= */
@media (max-width: 992px) {

  .popup-box {
    max-width: 450px;
    padding: 25px;
  }

  .popup-logo img {
    max-width: 120px;
  }

  .popup-box h3 {
    font-size: 24px;
  }


.nav-actions {
    display: inline-block!important;
  }

  


}

/* =========================
   Tablets
========================= */
@media (max-width: 768px) {

  .popup-box {
    width: 92%;
    max-width: 420px;
    padding: 20px;
  }

  .popup-logo img {
    max-width: 110px;
  }

  .popup-box h3 {
    font-size: 22px;
  }

  .popup-box p {
    font-size: 14px;
    line-height: 1.6;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    padding: 10px;
    font-size: 14px;
  }

  .popup-btn {
    padding: 12px;
    font-size: 15px;
  }
}

/* =========================
   Mobile Devices
========================= */
@media (max-width: 576px) {

  .popup-box {
    width: 95%;
    padding: 18px;
    border-radius: 8px;
  }

  .popup-logo img {
    max-width: 100px;
  }

  .popup-box h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .popup-box p {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .form-group {
    margin-bottom: 12px;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 14px;
    padding: 10px;
  }

  .popup-btn {
    font-size: 14px;
    padding: 11px;
  }

  .close-popup {
    font-size: 24px;
    top: 8px;
    right: 12px;
  }
}

/* =========================
   Small Mobile
========================= */
@media (max-width: 375px) {

  .popup-box {
    width: 96%;
    padding: 15px;
  }

  .popup-logo img {
    max-width: 90px;
  }

  .popup-box h3 {
    font-size: 18px;
  }

  .popup-box p {
    font-size: 12px;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 13px;
    padding: 9px;
  }

  .popup-btn {
    font-size: 13px;
    padding: 10px;
  }
}

/* nav  */

@media (max-width: 767px) {


  .nav-links {
    top: 70px;
  }

  .nav-links li a {
    padding: 14px 18px;
    font-size: 14px;
  }

  .dropdown-menu li a {
    padding: 12px 28px;
    font-size: 13px;
  }

  .nav-right {
    gap: 8px;
  }

  .nav-cta {
    height: 45px;
    padding: 0 14px;
  }

  .quote-btn {
    font-size: 11px;
    letter-spacing: 0;
  }

  .nav-actions button {
    width: 45px;
    height: 45px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {


  .nav-links {
    top: 65px;
  }

  .nav-links li a {
    padding: 12px 15px;
    font-size: 13px;
  }

  .dropdown-menu li a {
    padding: 11px 24px;
  }

  .nav-right {
    gap: 6px;
  }

  .nav-cta {
    height: 42px;
    padding: 0 10px;
  }

  .quote-btn {
    font-size: 10px;
  }

  .nav-actions {
    gap: 6px;
  }

  .nav-actions button {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 991px) {
  .nav-links {
    display: none;
  }

  .nav-links.active {
    display: block;
  }

  .dropdown-menu {
    display: none;
  }

  .dropdown.open .dropdown-menu {
    display: block;
  }
}



@media (max-width: 1024px) {
  .logo img {
    max-height: 49px;
  }

  .nav-actions {
    background-color: #008a8a;
    display: flex;
    align-items: center;
    height: 77%;
    width: 87px;
  }

  .nav-cta {
    display: none;
  }
}

@media (max-width: 1440px) {
  .logo img {
    max-height: 49px;
  }

  .nav-actions {
    background-color: #008a8a;
    display: flex;
    align-items: center;
    height: 77%;
    width: 87px;
  }

  .nav-cta {
    display: none;
  }
}

@media (max-width: 1444px) {
  .logo img {
    max-height: 49px;
  }

  .nav-actions {
    background-color: #008a8a;
    display: flex;
    align-items: center;
    height: 77%;
    width: 87px;
  }

  .nav-cta {
    display: none;
  }

  .nav-links {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 4px;
  }
}


/* .banner-section */
@media (max-width: 991px) {
  .banner-section .carousel-container {
    /* height: 500px; */
  }

  .banner-section .content {
    left: 7%;
  }

  .banner-section .content h1 {
    font-size: 52px;
  }

  .banner-section .nav-dots {
    left: 7%;
  }
}

@media (max-width: 767px) {
  .banner-section .carousel-container {
    /* height: 420px; */
  }

  .banner-section .content {
    left: 5%;
    width: 90%;
  }

  .banner-section .content h1 {
    font-size: 26px;
  }

  .banner-section .play-btn {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }

  .banner-section .nav-dots {
    left: 5%;
    bottom: 25px;
  }

  .banner-section .dot {
    width: 25px;
  }
}

/* .banner-section */

/* ===== Mobile Toggle ===== */
.menu-toggle {
  /* display: none; */
}

/* ===== Responsive ===== */
@media (max-width: 991px) {


  /* Show Toggle */
  .menu-toggle {
    display: block;
  }

  /* Mobile Nav */
  .nav-links {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  }

  .nav-links.active {
    max-height: 1000px;
  }

  .nav-links li {
    width: 100%;
  }

  .nav-links li a {
    width: 100%;
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
  }

  /* Mobile Dropdown */
  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    display: none;
    width: 100%;
  }

  .dropdown.open .dropdown-menu {
    display: block;
  }

  /* Hide Quote Button */
  .nav-cta {
    display: none;
  }

  .nav-actions button {
    width: 60px;
    height: 75px;
  }
}

/* =====================================================
   NAVBAR RESPONSIVE CSS
===================================================== */

/* ===== Large Desktop ===== */

@media (max-width: 1400px) {

  .nav-cta {
    margin-right: 6px;
    padding: 0 9px;
  }
}

/* ===== Laptop ===== */

@media (max-width: 1200px) {


  .nav-links {
    gap: 8px;
  }

  .nav-links li a {
    font-size: 13px;
    padding: 28px 7px;
  }

  .nav-right {
    height: 80px;
  }

  .nav-cta {
    padding: 0 20px;
    margin-right: 25px;
    height: 58%;
  }

  .quote-btn {
    font-size: 13px;
  }

  .nav-actions button {
    width: 65px;
    height: 80px;
    font-size: 16px;
  }
}

/* ===== Tablet ===== */

@media (max-width: 996px) {
  .navbar {
    z-index: 9999;
  }

  .nav-container {
    width: 95%;
    min-height: 75px;
    padding: 0 10px;
    position: relative;
  }

  /* ===== Mobile Menu ===== */

  .nav-links {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 15px 0;
    display: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    width: 100%;
  }

  .nav-links li a {
    width: 100%;
    padding: 15px 20px;
    font-size: 15px;
    border-bottom: 1px solid #f1f1f1;
  }

  /* ===== Dropdown ===== */

  .dropdown-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    box-shadow: none;
    background: #f8f8f8;
  }

  .dropdown.open .dropdown-menu {
    display: block;
  }

  .dropdown-menu li a {
    padding: 13px 35px;
    font-size: 14px;
  }

  .dropdown:hover .dropdown-menu {
    transform: none;
  }

  /* ===== Right Side ===== */

  .nav-right {
    height: auto;
    gap: 10px;
  }

  .nav-cta {
    margin-right: 0;
    height: 50px;
    padding: 0 18px;
  }

  .quote-btn {
    font-size: 12px;
  }

  .nav-actions {
    background: transparent;
    gap: 8px;
  }

  .nav-actions button {
    width: 50px;
    height: 50px;
    background: #008a8a;
    border-left: none;
    border-radius: 4px;
    font-size: 15px;
  }
}

/* ===== Mobile ===== */

@media (max-width: 767px) {


  .nav-links {
    top: 70px;
  }

  .nav-links li a {
    padding: 14px 18px;
    font-size: 14px;
  }

  .dropdown-menu li a {
    padding: 12px 28px;
    font-size: 13px;
  }

  .nav-right {
    gap: 8px;
  }

  .nav-cta {
    height: 45px;
    padding: 0 14px;
  }

  .quote-btn {
    font-size: 11px;
    letter-spacing: 0;
  }

  .nav-actions button {
    width: 45px;
    height: 45px;
    font-size: 14px;
  }
}

/* ===== Small Mobile ===== */

@media (max-width: 480px) {


  .nav-links {
    top: 65px;
  }

  .nav-links li a {
    padding: 12px 15px;
    font-size: 13px;
  }

  .dropdown-menu li a {
    padding: 11px 24px;
  }

  .nav-right {
    gap: 6px;
  }

  .nav-cta {
    height: 42px;
    padding: 0 10px;
  }

  .quote-btn {
    font-size: 10px;
  }

  .nav-actions {
    gap: 6px;
  }

  .nav-actions button {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #fff;
  }

  .nav-links.active {
    display: flex;
  }

  /* ===== Dropdown ===== */

  .dropdown {
    width: 100%;
    position: relative;
  }

  .dropdown-menu {
    display: none;
    flex-direction: column;
    background: #f5f5f5;
    padding-left: 15px;
  }

  /* SHOW DROPDOWN */
  .dropdown.open .dropdown-menu {
    display: flex;
  }

  .dropdown-menu li {
    width: 100%;
  }

  .dropdown-menu li a {
    display: block;
    padding: 10px 15px;
  }
}

.dropdown.open .dropdown-menu {
  display: flex;
}

@media (max-width: 996px) {}

/* ===== Tablet ===== */

@media (max-width: 991px) {
  .education-services-title {
    font-size: 34px;
  }

  .education-service-card {
    min-width: calc(50% - 10px);
  }
}

/* ===== Mobile ===== */

@media (max-width: 699px) {
  .education-services-section {
    padding: 60px 0;
  }

  .education-services-title {
    font-size: 28px;
  }

  .education-service-card {
    min-width: 100%;
    padding: 35px 20px;
  }

  .education-slider-controls {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .education-progress-bar {
    max-width: 100%;
  }
}

/* ===== Dropdown ===== */
/* ===== BASE ===== */

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease;

  background: #fff;
  z-index: 999;
}

/* dropdown links */
.dropdown-menu li a {
  display: block;
  padding: 12px 20px;
  color: #000;
  text-decoration: none;
}

.dropdown-menu li a:hover {
  background: #f5f5f5;
}

/* ===== DESKTOP HOVER ===== */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* ===== MOBILE ===== */
@media (max-width: 991px) {
  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;

    display: none;
    background: transparent;
    box-shadow: none;
    padding-left: 15px;
  }

  .dropdown.open .dropdown-menu {
    display: block;
  }
}

/* ===== Desktop ===== */

.image-wrapper {
  height: 380px;
}

/* ===== Laptop ===== */

@media (max-width: 1200px) {
  .image-wrapper {
    height: 340px;
  }
}

/* ===== Tablet ===== */

@media (max-width: 992px) {
  .image-wrapper {
    height: 396px;
  }
}

/* ===== Mobile ===== */

@media (max-width: 768px) {
  .image-wrapper {
    height: 300px;
  }
}

/* ===== Small Mobile ===== */

@media (max-width: 576px) {
  .image-wrapper {
    height: 384px;
  }
}

/* ============================= */
/* ===== Responsive ===== */
/* ============================= */

/* Laptop */

@media (max-width: 1200px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Tablet */

@media (max-width: 992px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .header h2 {
    font-size: 34px;
  }
}

/* Mobile */

@media (max-width: 576px) {
  .team-grid {
    grid-template-columns: 1fr;
  }

  .header h2 {
    font-size: 28px;
  }

  .image-wrapper {
    height: 320px;
  }
}

/* ============================= */
/* ===== Responsive ===== */
/* ============================= */

@media (max-width: 992px) {
  .course-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .main-title {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .course-grid {
    grid-template-columns: 1fr;
  }

  .card {
    height: 420px;
  }

  .main-title {
    font-size: 28px;
  }
}

/* ===== RESPONSIVE ===== */
/* ===== Responsive ===== */

@media (max-width: 1199px) {
  .main-image img {
    height: 480px;
  }
}

@media (max-width: 991px) {
  .main-image {
    margin-top: 40px;
  }

  .main-image img {
    width: 100%;
    height: 695px;
  }
}

@media (max-width: 767px) {
  .main-image img {
    width: 100%;
    height: 521px;
  }
}

@media (max-width: 576px) {
  .main-image {
    border-radius: 15px;
  }

  .main-image img {
    width: 100%;
    height: 500px;
  }
}

@media (max-width: 992px) {
  .achievement-container {
    grid-template-columns: 1fr;
  }

  .achievement-title {
    font-size: 40px;
  }

  .small-image {
    display: none;
  }
}

@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .achievement-title {
    font-size: 32px;
  }
}


.events-carousel {
  --primary-teal: #008489;
  --dark-bg: #121212;
  --light-bg: #f8f9fa;
  --text-main: #222;
}

/* Container */
.events-carousel .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "Segoe UI", sans-serif;
}

/* Header */
.events-carousel .header-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}

.events-carousel .sub-title {
  color: var(--primary-teal);
  font-weight: bold;
  font-size: 14px;
}

.events-carousel .header-flex h2 {
  font-size: 32px;
  margin: 10px 0 0 0;
  color: #1a1a1a;
}

/* Button */
.events-carousel .view-all-btn {
  background: var(--primary-teal);
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.events-carousel .view-all-btn:hover {
  background: #006b6f;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 132, 137, 0.3);
}

/* Carousel */
.events-carousel .carousel-wrapper {
  overflow: hidden;
}

.events-carousel .carousel-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease-in-out;
}

/* Card */
.events-carousel .event-card {
  flex: 0 0 calc(33.333% - 14px);
  background: var(--light-bg);
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* ⭐ Card Hover */
.events-carousel .event-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Image */
.events-carousel .card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* ⭐ Image Hover */
.events-carousel .event-card:hover .card-img {
  transform: scale(1.05);
}

/* Content */
.events-carousel .card-content {
  padding: 25px;
}

.events-carousel .card-meta {
  display: flex;
  justify-content: space-between;
  color: #666;
  font-size: 13px;
  margin-bottom: 15px;
}

.events-carousel .event-card h3 {
  font-size: 19px;
  line-height: 1.4;
  height: 50px;
  margin-bottom: 21px;
}

/* Line */
.events-carousel hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

/* Footer */
.events-carousel .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.events-carousel .author {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

.events-carousel .author img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

/* Read More */
.events-carousel .read-more {
  color: var(--primary-teal);
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s ease;
}

.events-carousel .read-more:hover {
  color: #006b6f;
  letter-spacing: 0.5px;
}

/* Dark Card */
.events-carousel .event-card.dark-theme {
  background: var(--dark-bg);
  color: white;
}

.events-carousel .event-card.dark-theme .card-meta,
.events-carousel .event-card.dark-theme hr {
  color: #888;
  border-color: #333;
}

/* Mobile */
@media (max-width: 768px) {
  .events-carousel .event-card {
    flex: 0 0 100%;
  }

  .events-carousel .header-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

@media (max-width: 992px) {
  .user-info {
    gap: 12px;
    padding: 8px;
  }

  .user-info img,
  .user-info .avatar {
    width: 36px;
    height: 36px;
  }

  .user-info .text strong {
    font-size: 13px;
  }

  .user-info .text span {
    font-size: 11px;
  }
}

/* 🟠 Large Mobile */
@media (max-width: 768px) {
  .user-info {
    gap: 10px;
    padding: 8px;
  }

  .user-info img,
  .user-info .avatar {
    width: 34px;
    height: 34px;
  }

  .user-info .text strong {
    font-size: 13px;
  }

  .user-info .text span {
    font-size: 11px;
  }
}

/* 🔴 Small Mobile */
@media (max-width: 480px) {
  .user-info {
    padding: 6px;
    display: inline;
  }

  .user-info img,
  .user-info .avatar {
    width: 30px;
    height: 30px;
  }

  .user-info .text strong {
    font-size: 12px;
  }

  .user-info .text span {
    font-size: 10px;
  }
}

/* Instagram Grid Container */
.insta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 15px;
}

/* Image wrapper */
.insta-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
}

/* Image styling */
.insta-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Hover effect */
.insta-img:hover img {
  transform: scale(1.1);
}

/* Optional dark overlay on hover */
.insta-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: 0.3s ease;
}

.insta-img:hover::after {
  background: rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 768px) {
  .insta-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
}

@media (max-width: 480px) {
  .insta-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 📱 Small Mobile (0–480px) */
@media (max-width: 480px) {
  .svc-section {
    padding: 60px 15px;
  }

  .svc-title {
    font-size: 1.6rem;
  }

  .svc-card {
    min-width: 260px;
    margin: 0 10px;
  }

  .svc-card-inner {
    padding: 25px 20px;
  }

  .svc-icon {
    width: 65px;
    height: 65px;
  }

  .svc-nav {
    justify-content: center;
  }
}

/* 📱 Tablet (481px – 768px) */
@media (max-width: 768px) {
  .svc-title {
    font-size: 2rem;
  }

  .svc-card {
    min-width: 300px;
  }

  .svc-section {
    padding: 80px 20px;
  }

  .svc-nav {
    justify-content: center;
  }
}

/* 💻 Small Laptop (769px – 1024px) */
@media (max-width: 1024px) {
  .svc-card {
    min-width: 320px;
  }

  .svc-title {
    font-size: 2.2rem;
  }
}

/* about us 
 */

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {
 
  .cmd-about-content h2 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .cmd-about-banner {
    min-height: 580px;
  }



  .cmd-about-section,
  .cmd-center-section {
    padding: 80px 0;
  }

  .cmd-about-content {
    margin-top: 20px;
  }

  .cmd-about-content h2,
  .cmd-center-top h2 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .cmd-about-banner {
    min-height: 520px;
    text-align: center;
  }

  .cmd-banner-content {
    margin: auto;
  }

  .cmd-banner-btns {
    justify-content: center;
  }

  

  .cmd-banner-content p {
    font-size: 16px;
  }

  .cmd-about-content h2,
  .cmd-center-top h2 {
    font-size: 30px;
  }

  .cmd-exp-box {
    display: none;
  }

  .cmd-exp-box h2 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .cmd-about-banner {
    min-height: 470px;
  }


  .cmd-banner-btn,
  .cmd-banner-btn-outline {
    width: 80%;
  }

  .cmd-feature-card {
    flex-direction: column;
    text-align: center;
  }

  .cmd-feature-card i {
    margin: auto;
  }

  .cmd-center-content {
    padding: 22px;
  }

  .cmd-about-content h2,
  .cmd-center-top h2 {
    font-size: 26px;
  }
}

/* cmd-itech-design-training */

@media (max-width: 992px) {
  .cmd-design-banner-content h1 {
    font-size: 42px;
  }

  .cmd-design-content {
    margin-top: 30px;
  }

  .cmd-design-contact-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .cmd-design-banner {
    min-height: 500px;
    padding: 80px 0;
  }

  .cmd-design-banner-content h1 {
    font-size: 34px;
  }

  .cmd-design-main-title {
    font-size: 30px;
  }

  .cmd-design-content {
    padding: 28px;
  }

  .cmd-design-content img {
    height: 240px;
  }
}

@media (max-width: 576px) {
  .cmd-design-banner-content h1 {
    font-size: 28px;
  }

  .cmd-design-btn,
  .cmd-design-btn-outline {
    width: 100%;
    text-align: center;
  }

  .cmd-design-form,
  .cmd-design-content {
    padding: 24px 18px;
  }
}

/* cmd-itech-design-training */

/* cmd-itech-faculty */

@media (max-width: 992px) {
  .cmd-training-banner {
    min-height: 560px;
    padding: 80px 0;
  }

  .cmd-training-banner-content h1 {
    font-size: 46px;
  }
}

@media (max-width: 768px) {
  .cmd-training-banner {
    min-height: 500px;
  }

  .cmd-training-banner-content h1 {
    font-size: 36px;
  }

  .cmd-training-banner-content p {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .cmd-training-banner {
    min-height: 450px;
    padding: 70px 0;
  }

  .cmd-training-banner-content h1 {
    font-size: 28px;
  }

  .cmd-training-btn-group {
    flex-direction: column;
  }

  .cmd-training-btn,
  .cmd-training-btn-outline {
    width: 80% !important;
    text-align: center;
  }
}

@media (max-width: 992px) {

  .cmd-enquiry-left,
  .cmd-enquiry-right {
    padding: 40px 30px;
  }

  .cmd-enquiry-left h2 {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .cmd-enquiry-left h2 {
    font-size: 30px;
  }

  .cmd-form-title h3 {
    font-size: 28px;
  }
}

@media (max-width: 576px) {

  .cmd-enquiry-left,
  .cmd-enquiry-right {
    padding: 30px 20px;
  }

  .cmd-enquiry-left h2 {
    font-size: 26px;
  }

  .cmd-form-title h3 {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .cmd-facility-details {
    grid-template-columns: 320px 1fr;
  }

  .cmd-facility-big-image img {
    height: 420px;
  }
}

@media (max-width: 992px) {
  .cmd-facility-content-box {
    margin-top: 30px;
  }

  .cmd-facility-details {
    grid-template-columns: 1fr;
  }

  .cmd-facility-big-image img {
    height: 420px;
  }
}

@media (max-width: 768px) {
  .cmd-facility-content-box {
    padding: 25px;
  }

  .cmd-facility-big-image img {
    height: 340px;
  }

  .cmd-facility-info h3 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .cmd-facility-content-box {
    padding: 20px 16px;
  }

  .cmd-facility-big-image img {
    height: 260px;
  }

  .cmd-facility-tabs .nav-link {
    padding: 16px;
    font-size: 14px;
  }

  .cmd-facility-tabs .nav-link i {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }

  .cmd-facility-info h3 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .cmd-itech-contact-wrapper {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}


@media (max-width: 767px) {
    section {
        padding: 0px 0 !important;
    }
}
/* cmd-itech-faculty */