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

    body {
      background-color: #f5f5f5;
      font-family: Arial, sans-serif;
    }

    .top-header {
      background-color: #f7902a;
      color: white;
      padding: 8px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 1100;
      height: 20px;
    }

    .top-header .center-text {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      font-weight: 600;
    } 

    .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #E1E5FE;
      padding: 15px 30px;
      position: fixed;
      top: 0px;
      width: 100%;
      z-index: 1000;
      height: 70px;
      flex-wrap: wrap;
    }

    .logo img {
      height: 50px;
    }

    .nav-section {
      display: flex;
      align-items: center;
      gap: 20px;
      flex: 1;
      justify-content: flex-end;
    }

    .nav-menu {
      display: flex;
      gap: 15px;
      list-style: none;
    }

    .nav-menu li a {
      text-decoration: none;
      color: #111;
      font-size: 18px;
      font-weight: bold;
      padding: 5px 10px;
      transition: color 0.2s;
    }

    .nav-menu li a:hover {
      color: #f0a500;
    }

    .navbar-callback-btn {
      background: #ff5722;
      color: white;
      border: none;
      padding: 10px 16px;
      font-size: 16px;
      border-radius: 5px;
      cursor: pointer;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
      transition: 0.3s;
    }

    .navbar-callback-btn:hover {
      background: #e64a19;
    }

    .menu-toggle {
      display: none;
      flex-direction: column;
      justify-content: center;
      cursor: pointer;
      margin-right: 15px;
    }

    .menu-toggle span {
      height: 3px;
      width: 25px;
      background: #333;
      margin: 4px 0;
      border-radius: 2px;
    }
    .callback-form {
      position: fixed;
      top: 170px;
      right: -350px;
      transform: translateY(0);
      width: 300px;
      background: white;
      box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
      padding: 20px;
      transition: right 0.4s ease-in-out;
      z-index: 2000;
    }

    .callback-form.active {
      right: 20px;
    }

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

    form {
      display: flex;
      flex-direction: column;
    }

    form label {
      margin-top: 10px;
    }

    form input {
      padding: 8px;
      margin-top: 5px;
      border: 1px solid #ccc;
      border-radius: 5px;
    }

    button[type="submit"] {
      margin-top: 15px;
      padding: 10px;
      background: #ff5722;
      color: white;
      border: none;
      cursor: pointer;
      border-radius: 5px;
      width: 80px;
    }

    button[type="submit"]:hover {
      background: #e64a19;
    }

    .li6{
      display:none;
    }

    @media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 20px;
    top: 0px;
    gap: 20px;
    height: 60px;

  }

  .logo {
    width: 70%;
    display: flex;
    justify-content: center;
    margin-bottom: 13px;
    margin-left:-40px;
  }

  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    margin-right: 0;

   
 
  }

  .menu-toggle span {
    height: 2px;
    width: 18px;
    background: #111010;
    margin: -6px 0;
    border-radius: 2px;
    align-items: center;
    margin-top: 10px;
    margin-right: -20px;
    padding: 1.3px;
   
  }

  .navbar-callback-btn {
    align-self: flex-end;
    width: auto;
    padding: 8px 12px;
    font-size: 14px;
    margin-top: 0;
  }
  .nav-section {
  flex-direction: column;
  align-items: flex-start;
  position: fixed;
  top: 50px;
  right: -100%;
  width: 60%;
  max-width: 200px;
  background-color: #eae5e5;
  padding: 7px;
  height: 310px; /* Use pixel height instead of vh */
  z-index: 999;
  transition: right 0.3s ease-in-out;
}


  .nav-section.show {
    right: 0;
    top:69px;
  }

  .nav-menu {
    flex-direction: column;
    width: 100%;
  }

  .nav-menu li {
    width: 100%;
  }

  .nav-menu li a {
    display: block;
    width: 100%;
    padding: 4px 0;
    font-size: 18px;
  }


.li6{
  display: flex;
}
  
.li5{
  display: none;

}
  .top-header {
      background-color: #f7902a;
      color: white;
      padding:none;
      display: flex;
      justify-content: space-between;
      
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 1100;
      height: 357x;
      
      font-size: 3px;
    }


  .top-header .center-text {
    display: none;
  }


  /* For mobile: place callback button under logo, right side */
.callbackBtn{
  align-self: flex-end;
  margin-right: 10px;
  margin-top: -10px;
  font-size: 14px;
  padding: 6px 10px;
}



.callback-form {
      position: fixed;
      top: 170px;
      right: -260px;
      transform: translateY(0);
      width: 250px;
      background: white;
      box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
      padding: 15px;
      transition: right 0.4s ease-in-out;
      z-index: 2000;
    }

}


 html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

  /* Hero Section Styles */
  #hero-section {
    width: 100%;
    height: 80vh;
    position: relative;
    overflow: hidden; /* Prevent vertical scrollbar */
  }

  .hero-swiper {
    width: 100%;
    height: 100%;
  }

  .hero-swiper .swiper-wrapper {
    height: 100%;
  }

  .hero-swiper .swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center;
  }

    .hero-content {
      width: 100%;
     } 
   .hero-content h1 {
    font-size: 4.5rem;
    margin-bottom: 15px;
    color: #ffffff; 
    /* color: #b5bef5; */
    text-shadow: 2px 2px 5px #000000; /* Black Shadow */
     animation: fadeInLeft 2s ease-in-out;
  }

  .hero-content p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #ffffff;
  }

  .hero-overlay {
    position: absolute;
    top: 137px;
    left: 200px;
    height: 100%;
    width: 100%;
   /* background: rgba(0, 0, 0, 0.4);  dark overlay for readability */
    display: flex;
    align-items:left;
    padding: 0 30px;
  }

  .hero-content {
    width: 100%;
    color: white;
    animation: fadeInLeft 1s ease-in-out;
  }

 

  /* Simple fade animation */
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      transform: translateX(-50px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  /* Hide swiper pagination bullets */
  .hero-swiper .swiper-pagination {
    display: none !important;
  }

  
    

  @media (max-width: 768px) {
    .hero-content {
      width: 100%;
      text-align: center;
    }
  
   

   .hero-overlay {
    position: absolute;
    top: 137px;
    left: 10px;
    height: 100%;
    width: 100%;
   /* background: rgba(0, 0, 0, 0.4);  dark overlay for readability */
    display: flex;
    align-items:left;
    padding: 0 30px;
  }


   
    .hero-content h1 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #ffffff; 
    /* color: #b5bef5; */
    text-shadow: 2px 2px 5px #000000; /* Black Shadow */
     animation: fadeInLeft 2s ease-in-out;
  }

  .hero-content p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #ffffff;
  }
}


  /* === GLOBAL: No horizontal scroll === */
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html, body { width: 100%; overflow-x: hidden; font-family: 'Segoe UI', Tahoma, sans-serif; color: #222; }
  img { max-width: 100%; display: block; }

  /* === Wrapper === */
  .page-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 16px;
  }
  .padding-y { padding-top: 3rem; padding-bottom: 3rem; }

  /* === Section Title === */
  .main-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: clamp(22px, 3vw, 34px);
    color: #0f0f10;
    font-weight: 700;
  }

  /* === Grid Layout === */
  .grid-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  @media (min-width: 768px) {
    .grid-layout { grid-template-columns: 1fr 1fr; }
  }

  /* === Instruction Box === */
  .steps-box {
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    width: 100%;
  }
  .steps-box h2 {
    font-size: 26px;
    color: #198754;
    margin-bottom: 15px;
    text-align: center;
  }
  .steps-box ul {
    list-style: none;
    padding-left: 0;
  }
  .steps-box ul li {
    padding: 10px 0;
    font-size: 18px;
    color: #444;
    border-bottom: 1px solid #e9ecef;
  }
  .steps-box ul li::before {
    content: "✅ ";
    color: #198754;
    font-weight: bold;
  }

  /* === Certificate Block === */
  .cert-container h2 {
    padding: 20px 20px;
    font-size: 26px;
    color: #198754;
    margin-bottom: 10px;
    text-align: center;
  }
  .cert-img-wrapper {
   padding: 40px;
    height: 310px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  .cert-img-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 8px;
  }

  
.internship-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  gap: 10px;
  width: 500px;
}

.internship-text {
  font-size: 18px;
  max-width: 55%;
  color: #444;
}

.internship-row {
  display: flex;
  gap: 10px;
  width: 1100px;
}

.internship-card {
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 6px;
  flex: 1;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.internship-card h3 {
  color: #2d6a4f;
  font-size: 20px;
}
 
.cert-container .p {
   padding: 20px 20px;
}

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

  .internship-section {
    flex-direction: column;
    text-align: center;
    width: 100%; /* Full width on mobile */
    gap: 15px;
  }

  .internship-text {
    max-width: 100%; /* Allow full text width */
    font-size: 16px; /* Slightly smaller for mobile */
  }

  .internship-row {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }

  .internship-card {
    width: 100%; /* Card takes full width */
  }

  .internship-image img {
    width: 100%;
    height: auto;
  }
}




/* Explore Top Courses Section */
 .courses {
    padding: 20px 20px;
    text-align: center;
    background: #f9f9f9;
    top: 845px;
   height: fit-content;
  }
  
  .courses h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  
  .course-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
   
  }

  
  .course {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 360px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
   height:fit-content;
  }
  
  .course img {
    width: 100%;
    border-radius: 8px;
  }
  
  .course h3 {
    font-size: 24px;
    margin: 15px 0;
  }
  
  .course p {
    font-size: 16px;
    color: #060606;
    margin-bottom: 15px;
  }
  
  .course-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #00ffaa;
    color: black;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
  }
  
  .button1{
      background:#ffcc00;
  }
  .course-btn:hover {
    background: black;
    color: white;
  }
  
  /* Hover Effect on Course Cards */
   .course:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  }
  
  
  #info-box {
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background-color: #f9f9f9;
  }
  button {
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
  }
  button:hover {
    background-color: #0056b3;
  }
  
  #info-box {
    display: none; /* Pehle hide rahega */
    /* padding: 15px;
    border: 1px solid #ccc;
    margin: 10px 0;
    background-color: #f9f9f9;
  }
  button {
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    margin: 5px 0;
  }
  button:hover {
    background-color: #0056b3;
  }
  #syllabus-button {
    display: none; 
  }
   



   @media(max-width:768px)
  {
    
    courses {
    padding: 20px 20px;
    text-align: center;
    background: #f9f9f9;
    top: 846px;

  }
  
  .courses h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  
  .course-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
   
  }

  
  .course {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 250px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
   height:380px;
  }
  
  .course img {
    width: 100%;
    border-radius: 8px;
  }
  
  .course h3 {
    font-size: 24px;
    margin: 15px 0;
  }
  
  .course p {
    font-size: 16px;
    color: #060606;
    margin-bottom: 15px;
  }
  
  .course-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #ffcc00;
    color: black;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
  }
  
  .button1{
      background:#ffcc00;
  }
  .course-btn:hover {
    background: black;
    color: white;
  }
   
  /* Hover Effect on Course Cards */
   .course:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  }
  
  
  #info-box {
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background-color: #f9f9f9;
  }
  button {
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
  }
  button:hover {
    background-color: #0056b3;
  }
  
  #info-box {
    display: none;
    padding: 15px;
    border: 1px solid #ccc;
    margin: 10px 0;
    background-color: #f9f9f9;
  } 
     button {
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    margin: 5px 0;
  }
  button:hover {
    background-color: #0056b3;
  }
  #syllabus-button {
    display: none; 
  }
  
  } 
    



  /* Container padding */
.container.py-5 {
  padding-top: 60px;
  padding-bottom: 30px;
  height: auto;
}

/* Responsive video */
.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Custom Box Styling */
.custom-box {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Styling for the advantages list */
.custom-box ul {
  list-style-type: none;
  padding-left: 0;
}

.custom-box ul li {
  padding: 8px 0;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  padding-left: 20px;
}

.custom-box ul li:hover {
  color: #00FF7F;
}

/* Video section */
.video-container iframe {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Watch More Videos button */
.btn-custom {
  background-color: #ff4d00;
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: inline-block;
  margin-top: 20px;
}

.btn-custom:hover {
  background-color: #bb6b10;
}

/* Flexbox row */
.row {
  display: flex;
  flex-wrap: wrap;
}

/* For medium+ screens: side-by-side layout */
.col-md-6 {
  width: 50%;
  padding: 15px;
}

/* Mobile: stack layout & reorder content */
@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }

  .left-block {
    order: 1;
    width:350px;
  }

  
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
  .right-block {
    order: 2;
    width:320px;
    justify-content: center;
    margin-bottom: 30px;
    height: 500px;
    margin-left: 10%;
  }

  .btn-custom {
    width: 100%;
    max-width: 240px;
    text-align: center;
    padding: 12px;
    display: block;
    margin: 20px auto 0;
    margin-bottom: 30px;
  }

  .container.py-5 {
    height:auto;
  }


  .responsive-video {
  padding-bottom: 90%;
}
}

  /* for event and colleges */
  .combined-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: -40px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    

  
  }

  .left-section,
  .right-section {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    flex: 1 1 48%;
    min-width: 300px;
    height:fit-content; 
  }

  .logo-gallery-container h2,
  .right-section h2 {
    text-align: center;
    font-size: 2rem;
    color: #333;
    margin-bottom: 30px;
  }

  .logo-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 10px;
    justify-items: center;
    align-items: start;
  }

  .logo-item {
    background: #ffffff;
    padding: 12px;
    border-radius: 14px;
    text-align: center;
    transition: transform 0.3s ease;
    width: 120px;
  }

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

  .logo-item img {
    max-width: 100%;
    height: 60px;
    margin-bottom: 10px;
    object-fit: contain;
  }

  .logo-item p {
    font-size: 0.9rem;
    font-weight: 600;
    color: #100e0e;
  }

  .event-image-container {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }

  .event-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .event-image-container img:hover {
    transform: scale(1.02);
  }

  @media (max-width: 768px) {
    .combined-container {
      flex-direction: column;
      align-items: center;
      margin-top:-60px;
    }

    .left-section,
    .right-section {
      width: 100%;
    }

    .logo-gallery {
      grid-template-columns: repeat(2, 1fr);

    }
 

  
.logo-gallery .logo-item:nth-child(4),
.logo-gallery .logo-item:nth-child(5),
.logo-gallery .logo-item:nth-child(6) {
  margin-top: -30px;
}

}
.custom-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.custom-box ul {
  flex: 1;
  list-style: none;
  padding: 0;
}

.certificate-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.certificate-container img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
}

.call-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 110px; /* 👈 slightly above WhatsApp */
  right: 20px;
  z-index: 999;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.call-float img {
  width: 100%;
  height: 100%;
   border-radius:50%;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .call-float {
    width: 55px;
    height: 55px;
    bottom: 130px; /* 👈 keep it above WhatsApp */
    right: 5px;
    z-index: 999;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  }
}


  .place-section {
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    overflow: hidden;
  }

  .place-title {
    font-size: 32px;
    color: #ff9900;
    margin-bottom: 20px;
  }

  .place-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .place-track {
    display: flex;
    gap: 15px;
    will-change: transform;
  }

  .place-track img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.1s ease;
  }

  .place-track img:hover {
    transform: scale(1.05);
  }



            

.about-us {
    background-color: #f9f9f9;
    padding: 60px 0;
    text-align: center;
  }
  
  .about-us h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #111212;
  }
  
  .about-us p {
    font-size: 18px;
    color: #0e0d0d;
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .mission h3 {
    font-size: 28px;
    color: #0a0a0a;
    margin-top: 40px;
  }
  
  .mission p {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  
  .team {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  
  .team-member {
    width: 280px;
    text-align: center;
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  
  .team-member:hover {
    transform: translateY(-10px);
  }
  
  .team-member img {
    width: 100%;
    border-radius: 50%;
    max-width: 150px;
    margin-bottom: 20px;
  }
  
  .team-member h4 {
    font-size: 22px;
    color: #333;
  }
  
  .team-member p {
    color: #777;
    font-size: 16px;
    margin-top: 10px;
  }
  
  .team-member p:first-child {
    font-weight: bold;
  }

