
body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  font-family: "f1" !important;
  background-color: black;
}
:root {
  --primary: #0C2773;
  --secondary: #FFE401;
}
*::-webkit-scrollbar {
  width: 10px;
}
*::-webkit-scrollbar-track {
  background: #fff;
}
*::-webkit-scrollbar-thumb {
  background-color: #FFE401;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  border-radius: 10px;
  border: 3px solid #ffffff;
}
a {
  text-decoration: none !important;
  color: #949494;
}
p {
  font-size: 15px;
  line-height: 30px;
  color: #949494 !important;
  /* letter-spacing: 1.5px; */
}
ul {
  list-style: none;
  padding-left: 0 !important;
  margin: 0 !important;
}
@font-face {
  font-family: "f1";
  src: url("../fonts/Poppins-Regular.otf");
}
@font-face {
  font-family: "f2";
  src: url("../fonts/Poppins-Medium.otf");
}
@font-face {
  font-family: "f3";
  src: url("../fonts/Poppins-Bold.otf");
}
@font-face {
  font-family: "f4";
  src: url("../fonts/GeorgiaPro-Regular.ttf");
}
@font-face {
  font-family: "f5";
  src: url("../fonts/GeorgiaPro-SemiBold.ttf");
}
@font-face {
  font-family: "f6";
  src: url("../fonts/GeorgiaPro-Bold.ttf");
}
h1, h2, h3,h4,h5,h6 {
  font-family: "f6", sans-serif;
}
p{
 font-family: "f4", sans-serif;   
}
/* common */
.w-95 {
  margin: auto !important;
  width: 95% !important;
}
.w-90 {
  margin: auto !important;
  width: 90% !important;
}
.w-60 {
  margin: auto !important;
  width: 60% !important;
}
.w-33 {
  margin: auto !important;
  width: 33.3% !important;
}
.w-80 {
  margin: auto !important;
  width: 80% !important;
}
.w-lg-70 {
  margin: auto !important;
  width: 70% !important;
}
/* humbar menu */
.menu-btn {
  height: 32px;
  width: 40px;
  border: 0 !important;
}
.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  background: #fff;
  content: '';
  position: absolute;
  margin-top: 9px;
  transform: rotate(180deg);
  transition: .5s ease-in-out;
  /* animation: width_anim 0.5s infinite ease-in-out forwards alternate-reverse; */
  width: 28px;
  height: 3px;
  border-radius: 5rem;
}
.menu-btn span::before {
  animation-delay: 0.1s;
}
.menu-btn span::after {
  animation-delay: 0.2s;
}
.menu-btn span::before {
  margin-top: -8px;
}
.menu-btn span::after {
  margin-top: 8px;
}
.menu-btn.active span {
  background: transparent;
}
.menu-btn.active span,
.menu-btn.active span::before,
.menu-btn.active span::after {
  animation: none;
}
.menu-btn.active span::before {
  margin-top: 0;
  transform: rotate(45deg);
}
.menu-btn.active span::after {
  transform: rotate(-45deg);
  margin-top: 0;
}
/* humbar menu */
html {
  scroll-behavior: smooth;
}
html, body {
  overflow-x: hidden;
}
.navbarscr {
  position: fixed;
  /* top: 25px; */
  top: 10px;
  width: 95%;
  /* padding: 3px 0; */
  transition: background-color 0.3s ease;
  /* background-color: transparent; */
   /* -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px); */
  /* background-color: #0e0e0e; */
  background-color: black;
  border: 1px double  gray;
  border-radius: 20px;
  z-index: 1000;
  /* border-radius: 20px;
  border: 1px solid #949494; */
}
.nav-item a {
  /* color: #fff; */
  color: #0f0f0f;
}
.nav-item a.active {
  color: #D4A54C;
}
.navbarscr img {
  width: 160px;
}
.navbarscr .navbar-brands {
  position: absolute;
  top: 0;
  background: #fff;
  padding: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end !important;
  margin: auto !important;
  width: 60%;
}
 .nav-social ul {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
.navbarscr .nav-bgs .nav-item {
  /* margin: 0 4px; */
}
.navbarscr .nav-bgs .nav-link {
  /* color: #d4cccc; */
  color: white;
  text-wrap: nowrap;
  font-size: 18px;
  font-family: "f2";
}
.navbarscr .nav-bgs .nav-link:hover {
  color: #D4A54C;
}
.navbarscr .nav-bgs a.active {
  color: #D4A54C !important;
}
ul li a:hover{
  color: #D4A54C !important;
}
a:hover{
  color: #D4A54C !important;
}
 .navbarscr .nav-bgs .dropdown-menu {
  width: 100%;
  border-radius: 5px;
  border: none;
  display: none;
  /* background: #fff;
  color: #D4A54C; */
  box-shadow: 0px 10px 20px #00000026;
} 
.dropdown-submenu .dropdown-item:active,
.dropdown-submenu .dropdown-item:focus {
  background-color: transparent !important;
  /* color: inherit !important; */
  /* outline: none !important; */
  /* box-shadow: none !important; */
}
@media (min-width:320px) and (max-width:426px) {
  .navbarscr img {
    width: 170px !important;
  }
  .navbarscr {
    padding: 0px !important;
  }
}
@media (min-width:768px) and (max-width:1023px) {
  .navbarscr img {
    width: 125px !important;
  }
  .navbarscr {
    padding: 0px !important;
  }
  .para{
    font-size: 12px;
    letter-spacing :0.253px;
    line-height: 14px;
    /* font-weight: 100; */
      }
}
.drop-head {
  position: relative;
}
.drop-head:hover .dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0);
}
.drop-head .dropdown {
  position: absolute;
  top: 48px;
  left: -8px;
  padding: 10px;
  transition: background-color 0.3s ease;
  background-color: #000000ee;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 1000;
  border-radius: 20px;
  border: 1px solid #949494;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
/* nav -links arrow dropdown */
.drop-head:hover i.fa-caret-down {
  transform: rotate(180deg);
  transition: 0.3s ease;
}
/* av -links arrow dropdown  end */
/* animations starts */
/* Fade from Left */
@keyframes fadeFromLeft {
  from {
    opacity: 0;
    scale: 0.5;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
/* Fade from Right */
@keyframes fadeFromRight {
  from {
    opacity: 0;
    scale: 0.5;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
@keyframes appear {
  from {
    opacity: 0;
    scale: 0.5;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
/* home index css */
.carousel-inner {
  height: 100vh;
}
.carousel-item {
  position:relative;
  height: 100vh;
}
.carousel-caption {
  position: absolute; /* now positions relative to .carousel-item */
  left: 4%;
  top: 12%;
  text-align: start;
  padding: 40px 10px;
}
.carousel-caption h1{
  font-size: 37px;
}
.carousel-caption h3{
  font-size: 20px;
  font-family: "f1";
  letter-spacing: 0.8;
  color: white;
  width: 100%;
}
.carousel-caption p{
  font-size: 24px;
  font-family: "f1";
  letter-spacing: 0.8;
}
.carousel-item img {
  height: 100vh;
  width: 100%;
  object-fit: cover; 
  object-position: top;
  opacity: 0.3;  
 }
 .alumni-section {
  display: flex;
  align-items: center;
}
.alumni-images {
  display: flex;
}
.alumni-images img {
  width: 35px;       /* size of each image */
  height: 35px !important;
  border-radius: 50%; /* makes it circular */
  border: 2px solid #fff; /* adds clean white border */
  object-fit: cover;  /* ensures face fits well */
  margin-left: -20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 1);
  opacity: 1;
}
.alumni-images img:first-child {
  margin-left: 0; /* first image no overlap */
}
.tally{
    height: 20%;
    width: 20%;
    object-fit: cover;
}
.chart{
    background: #D4A54C;
    border-radius: 50%;
    padding: 5px;
}
.icon-slider {
  overflow: hidden;
  width: 100%;
}
.icon-track {
  display: inline-block;
  animation: scroll 11s linear infinite;
  width: max-content;
  gap: 6rem;
}
/* Pause animation on hover */
.icon-slider:hover .icon-track {
  animation-play-state: paused;
}
/* Keyframes for infinite scrolling */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* -----------------------------------
   LARGE LAPTOP (MacBook 1440px)
------------------------------------*/
@media (min-width: 1300px) {
    .carousel-section img {
        height: 100vh;
    }
     .carousel-caption{
      width:65%;
     }
    .carousel-caption h1 {
        font-size: 45px;
        line-height: 53px;
    }
    .carousel-caption h3 {
        font-size: 29.75px;
         width:100%;
    }
    .carousel-caption p {
        font-size: 31px;
        margin-top:10px;
    }
    .alumni-images img {
  width: 55px;       /* size of each image */
  height: 55px !important;
}
}
/* -----------------------------------
   TABLET (992px)
------------------------------------*/
@media (max-width: 992px) {
  .carousel-inner{
  height: 80vh;
}
    .carousel-section img {
        height: 100vh;
    }
    .carousel-caption {
        bottom: 12%;
        padding: 0 20px;
        width:55%;
    }
    .carousel-caption h1 {
        font-size: 25px;
    }
    .carousel-caption h3 {
        font-size: 12px;
    }
    .carousel-caption p {
        font-size: 12px;
    }
    .alumni-images img {
        width: 45px;
        height: 45px !important;
    }
    .alumni-section h3 {
        font-size: 12px;
    }
}
/* -----------------------------------
   MOBILE (768px)
------------------------------------*/
@media (max-width: 768px) {
  /* .carousel-section {
    height: 75vh;
  } */
  .carousel-inner {
  height: 125vh;
}
    .carousel-section img {
        height: 125vh;
    }
    .carousel-caption {
      width:90%;
        bottom: 10%;
        padding: 10px 15px;
    }
    .carousel-caption h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .carousel-caption h3 {
        font-size: 15px;
    }
    .carousel-caption p {
        font-size: 15x;
    }
    .alumni-images img {
        width: 35px;
        height: 35px !important;
    }
    .alumni-section h3 {
        font-size: 15px;
    }
}
/* -----------------------------------
   SMALL MOBILE (576px)
------------------------------------*/
@media (max-width: 576px) {
    .carousel-section img {
        height: 135vh !important;
    }
     .carousel-inner{
  height: 145vh;
}
    .carousel-caption {
        width:100%;
        bottom: 5%;
        padding: 0 10px;
    }
    .carousel-caption h1 {
        font-size: 22px;
        line-height: 28px;
    }
    .carousel-caption h3 {
        font-size: 14px;
    }
    .carousel-caption p {
        font-size: 12px;
        padding: 3px 8px;
    }
    .alumni-images img {
        width: 30px;
        height: 30px !important;
    }
    .alumni-section h3 {
        font-size: 14px;
    }
}
/* END THE HOME BANNER */
.cardd {
  width: 450px;                min-height: 336px;         
  padding: 20px;
  margin: 0 1rem;
  background: #fff;
  border-radius: 10px;
  flex-shrink: 0;             
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease; 
}
.cardd:hover{
    /* background-color: #1ba12d; */
    background-color: #0a0a0a;
    transform: scale(1.05);    
    color: #d4cccc;
    /* box-shadow: #D4A54C; */
    box-shadow: 0 0 5px 2px rgba(204, 176, 19, 1);
}
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* maintains 16:9 aspect ratio */
  overflow: hidden;
  border-radius: 10px;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-card{
   width: 350px;                height: 320px;         
  padding: 20px;
  margin: 0 1rem;
  background: #fff;
  border-radius: 10px;
  flex-shrink: 0;             
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease; 
}
.video-card:hover{
    /* background-color: #1ba12d; */
    background-color: #0a0a0a;
    transform: scale(1.05);    
    color: #d4cccc;
    /* box-shadow: #D4A54C; */
    box-shadow: 0 0 5px 2px rgba(204, 176, 19, 1);
}
@media (min-width:260px) and (max-width:319px) {
.fs-4{
  font-size:calc(1rem + .3vw)!important;
}
.cardd {
  width: 200px;                height: 100px;         
  padding: 10px;
  margin: 0 1rem;
  background: #fff;
  border-radius: 10px;
  flex-shrink: 0;             
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease; 
}
.cardd p{
      font-size: 12px;
      line-height: 24px;
}
.video-card{
   width: 200px;                height: 200px;         
  padding: 20px;
  margin: 0 1rem;
  background: #fff;
  border-radius: 10px;
  flex-shrink: 0;             
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease; 
}
.video-card:hover{
    /* background-color: #1ba12d; */
    background-color: #0a0a0a;
    transform: scale(1.05);    
    color: #d4cccc;
    /* box-shadow: #D4A54C; */
    box-shadow: 0 0 5px 2px rgba(204, 176, 19, 1);
}
.enroll h6{
font-size: 8px;
}
}
@media (min-width:320px) and (max-width:424px) {
.fs-4{
  font-size:calc(1rem + .3vw)!important;
}
.cardd {
  width: 200px;               
   min-height: 250px;         
  padding: 10px;
  margin: 0 1rem;
  background: #fff;
  border-radius: 10px;
  flex-shrink: 0;             
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease; 
}
.cardd p{
      font-size: 10px;
      line-height: 20px;
}
.video-card{
   width: 250px;                height: 230px;         
  padding: 20px;
  margin: 0 1rem;
  background: #fff;
  border-radius: 10px;
  flex-shrink: 0;             
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease; 
}
.video-card:hover{
    /* background-color: #1ba12d; */
    background-color: #0a0a0a;
    transform: scale(1.05);    
    color: #d4cccc;
    /* box-shadow: #D4A54C; */
    box-shadow: 0 0 5px 2px rgba(204, 176, 19, 1);
}
.enroll h6{
font-size: 12px;
}
}
@media (min-width:425px) and (max-width:767px) {
}
@media (min-width:768px) and (max-width:991px) {
.cardd {
  width: 350px;                height: 200px;         
  padding: 20px;
  margin: 0 1rem;
  background: #fff;
  border-radius: 10px;
  flex-shrink: 0;             
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease; 
}
.cardd p{
      font-size: 15px;
      line-height: 24px;
}
.video-card{
   width: 350px;                height: 320px;         
  padding: 20px;
  margin: 0 1rem;
  background: #fff;
  border-radius: 10px;
  flex-shrink: 0;             
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease; 
}
.video-card:hover{
    /* background-color: #1ba12d; */
    background-color: #0a0a0a;
    transform: scale(1.05);    
    color: #d4cccc;
    /* box-shadow: #D4A54C; */
    box-shadow: 0 0 5px 2px rgba(204, 176, 19, 1);
}
.enroll h6{
font-size: 14px;
}
}
.form-control {
  
}

.btn.bg-saff:hover {
  background-color: #D4A54C !important; /* your saffron color again */
  color: black !important;
  filter: none !important;
  transform: none !important;
}
.bg-saff{
  background-color: #D4A54C;
}
.bg-saff1{
  background-color: #fff3c1;
}
.bosaff{
border: 1px solid #fff3c1!important;
}
.bosaff1{
  border: 1px solid #D4A54C!important;
}

  .cardd h5{
    font-size: 17px;    
    color: #fff;
   
  }
  .cardd:hover h5{
    font-size: 17px;
    }
  .saff{
    color: #D4A54C!important;
  }
  .gold{
        background: radial-gradient(76.33% 76.33% at 50% 50%, #FFE162 0%, #FFA700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0;
  }
  .cardd h3{
     background: radial-gradient(76.33% 76.33% at 50% 50%, #FFE162 0%, #FFA700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  a{
  font-size: 15px;
  line-height: 30px;
  
}
.enquiry-box {
  background: linear-gradient(85deg,
      #FEE831 0.53%,
      #F7AE22 23.36%,
      #F39B33 43.82%,
      #EA613C 67.6%,
      #E84D3B 99.47%);
  padding: 4px; 
  border-radius: 0px 0px 10px 10px;
  position: fixed;
    bottom: 13%; 
  right: -132px;
   transform: rotate(90deg);
  transform-origin: left top;
   z-index: 9999;
  cursor: pointer;
}
.whats-box img {
  width: 55px;
  position: fixed;
  bottom: 10%;
  /* right: 10px; */
  left: 0;
  z-index: 9999;
  cursor: pointer;
}
.enquiry-box h4 {
  color: #ffffff;
  font-size: 16px;
  font-family: "f2";
  padding: 10px;
  margin: 0;
  cursor: pointer;
}
.linear-border {
   border-radius: 0px 0px 10px 10px;
  padding: 2px;
  background: linear-gradient(85deg,  0.28% #FDDB24,  #EA5B3B 99.72%);
}
.linear-border h4 {
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(85deg,  #EB693C 0%,#FBC80F 100%);
  transform: rotate(180deg);
 }
/* nav link course drop down start */
/* General dropdown styles */
.navbar-nav .dropdown-menu {
  background-color: #0a0a0a;
  border-radius: 4px;
  border: none;
  min-width: 240px;
  white-space: nowrap;
}
.navbar-nav .dropdown-item {
  color: white;
  padding: 8px 15px;
  white-space: normal;
  line-height: 1.4;
  white-space: normal;
}
.navbar-nav .dropdown-item:hover {
   background-color:#0e0d0d ;
  color: #e65c00;
}
/* Enable hover open for dropdowns */
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}
/* Submenu styles */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
  /* background-color: #ff6600; */
  background-color: #080808;
  border-radius: 4px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-toggle::after {
  margin-left: 0.4rem;
  vertical-align: middle;
}
/* Optional: little shadow */
.dropdown-menu {
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
/*Start banner page in course section*/
.ban2{
  align-items: center;
}
.ban2 .content-course1 {
  padding-top: 110px;
  width:100%;
}
  .ban2 .content-course1 h2 {
  width:55%;
}
.img-image {
  width:50%;
  height: 300px;  
}
@media (max-width: 992px) {
  .img-image {
  width:70%;
  height: 300px;
}
  .content-course1 h2{
    font-size:20px;
    width:48% !important;
  }
 .content1{ width:56%;}
}
@media (max-width: 768px) {
   .content-course1 h2{
    font-size:17px;
    width:48% !important;
  }
 .content1{ width:56%;}
.content-course1 p{
    font-size:15px;
  }
    .img-image {
   width:70%;
  height: 300px;
}
}
@media (max-width: 576px) {
  .content-course1 h2{
    font-size:15px;
    width:48% !important;
  }
  .content-course1 h6{
    font-size:13px; 
  }
 .content1{ width:48%;}
 .content1 p{ line-height: 20px;}
 .content-course1 p{
    font-size:12px;
  }
}
/*End banner page in course section*/
/*nav linl course drop down ends  */
/* nav carousel */
.bosaff2{
  border: 1px solid #D4A54C!important;
  box-shadow: 0 0 5px 2px rgba(204, 176, 19, 1);
}
.bosaff2.p-1.rounded-2 p {
    margin-left: 10px;
}
.form-select{
  /* padding: 0!important; */
  color: #66686b;
}
.tab-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }
        .tab-button {
            padding: 15px 40px;
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
            border: 2px solid rgba(255, 255, 255, 0.3);
            border-radius: 50px;
            font-size: 18px;
            font-weight: 600;
            color: white;
            cursor: pointer;
            transition: all 0.3s ease;
            outline: none;
        }
        .tab-button:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }
        .tab-button.active {
            background: white;
            color: #D4A54C;
            border-color: white;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }
        .tab-button:focus-visible {
            outline: 3px solid rgba(255, 255, 255, 0.5);
            outline-offset: 2px;
        }
        /* Tab Content Styles */
        .tab-content-panel {
            display: none;
            animation: fadeIn 0.5s ease;
        }
        .tab-content-panel.active {
            display: block;
        }
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        /* Video Card Styles */
        .video-thumbnail {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    /* Optional: Use padding-top for a consistent 16:9 aspect ratio */
    padding-top: 56.25%; 
    height: 0;
}
.video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: white;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none; /* Allows clicks to pass to the parent div */
    z-index: 5;
}
        .card:hover {
            transform: translateY(-5px);
            transition: all 0.3s ease;
        }
/* End Testimonial tab*/
/* Video Modal Styling */
.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}
.video-modal.show {
    display: flex !important;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 1000px;
    animation: slideIn 0.3s ease;
}
@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.video-modal-content video {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}
.close-modal {
    position: absolute;
    top: 5px;
    right: -50px;
    color: #000;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    background: rgba(255, 193, 7, 0.9);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: none;
    line-height: 1;
}
.close-modal:hover {
    background: #ffc107;
    transform: rotate(90deg);
}
/* --- 323px SCREEN --- */
@media (min-width: 320px) and (max-width: 325px) {
  .ban2 .content-course1 {
    padding-top: 110px;
  }
  .cardd {
    width: 240px;
    padding: 3px 7px !important;
  }
  .cardd h3 {
    text-wrap: nowrap;
  }
  .cardd p {
    padding: 0px !important;
  }
  .enroll h6 {
    font-size: 7.8px;
  }
  .cardf button {
    text-wrap: nowrap;
  }
  .form-control {
    height: 11px;
    padding: 0.8rem 0.6rem;
  }
}
@media (min-width: 326px) and (max-width: 341px) {
  .ban2 .content-course1 {
    padding-top: 110 px;
  }
  .cardd {
    width: 240px;
    padding: 3px 7px !important;
  }
  .cardd h3 {
    text-wrap: nowrap;
  }
  .cardd p {
    padding: 0px !important;
  }
  .enroll h6 {
    font-size: 7.8px;
  }
  .cardf button {
    text-wrap: nowrap;
  }
  .form-control {
    height: 11px;
    padding: 0.8rem 0.6rem;
  }
}
/* --- 344px SCREEN RANGE --- */
@media (min-width: 342px) and (max-width: 346px) {
  .ban2 .content-course1 {
    padding-top: 110px;
  }
  .cardd {
    width: 245px;
    padding: 3px 8px !important;
  }
  .cardd h3 {
    text-wrap: nowrap;
  }
  .cardd p {
    padding: 0px !important;
  }
  .enroll h6 {
    font-size: 8px;
  }
  .cardf button {
    text-wrap: nowrap;
  }
  .form-control {
    height: 12px;
    padding: 0.8rem 0.6rem;
  }
}
@media (min-width: 347px) and (max-width: 357px) {
  .ban2 .content-course1 {
    padding-top: 110px;
    width: 100%;
  }
  .cardd {
    width: 245px;
    padding: 3px 8px !important;
  }
  .cardd h3 {
    text-wrap: nowrap;
  }
  .cardd p {
    padding: 0px !important;
  }
  .enroll h6 {
    font-size: 8px;
  }
  .cardf button {
    text-wrap: nowrap;
  }
  .form-control {
    height: 12px;
    padding: 0.8rem 0.6rem;
  }
}
@media (min-width: 358px) and (max-width: 362px) {
  .ban2 .content-course1 {
    padding-top: 110px;
    width: 100%;
  }
  .cardd h3{
    text-wrap: nowrap;
  }
  .cardd{
    width: 245px;
    padding: 3px 8px!important;
  }
  .cardd p{
    padding: 0px!important;
  }
  .enroll h6{
    font-size: 8px;
  }
  .cardf button{
    text-wrap: nowrap;
  }
  .form-control {
    height: 12px;
    padding: 0.8rem 0.6rem;
  }
}
@media (min-width: 363px) and (max-width: 372px) {
  .ban2 .content-course1 {
    padding-top: 110px;
    width: 100%;
  }
  .cardd h3{
    text-wrap: nowrap;
  }
  .cardd{
    width: 245px;
    padding: 3px 8px!important;
  }
  .cardd p{
    padding: 0px!important;
  }
  .form-control {
    height: 12px;
    padding: 0.8rem 0.6rem;
  }
  .enroll h6{
    font-size: 8px;
  }
}
/* =========================================
   EXACT 375px DEVICES
   ========================================= */
@media (min-width: 373px) and (max-width: 377px) {
  .ban2 .content-course1 {
    padding-top: 110px;
    width: 100%;
  }
  .cardd h3{
    text-wrap: nowrap;
  }
  .cardd{
    width: 245px;
    padding: 3px 8px!important;
  }
  .cardd p{
    padding: 0px!important;
  }
  .form-control {
    height: 12px;
    padding: 0.9rem 0.6rem;
  }
  .enroll h6{
    font-size: 8px;
  }
}
@media (min-width: 378px) and (max-width: 387px) {
  .ban2 .content-course1 {
    padding-top: 120px;
    width: 100%;
  }
  /* card courousel */
  .cardd h3{
    text-wrap: nowrap;
  }
  .cardd{
    width: 245px;
    padding: 3px 8px!important;
  }
  .cardd p{
    padding: 0px!important;
  }
  .form-control {
    height: 12px;
    padding: 0.8rem 0.6rem;
  }
  .enroll h6{
    font-size: 8px;
  }
}
@media (min-width: 388px) and (max-width: 392px) {
  .ban2 .content-course1 {
    padding-top: 110px;
    width: 100%;
  }
  .cardd h3{
    text-wrap: nowrap;
  }
  .cardd{
    width: 245px;
    padding: 3px 8px!important;
  }
  .cardd p{
    padding: 0px!important;
  }
  .form-control {
    height: 12px;
    padding: 0.8rem 0.6rem;
  }
  .enroll h6{
    font-size: 8px;
  }
}
@media (min-width: 393px) and (max-width: 409px) {
  .ban2 .content-course1 {
    padding-top: 110px;
    width: 100%;
  }
  .cardd h3{
    text-wrap: nowrap;
  }
  .cardd{
    width: 245px;
    padding: 3px 8px!important;
  }
  .cardd p{
    padding: 0px!important;
  }
  .form-control {
    height: 12px;
    padding: 0.8rem 0.6rem;
  }
  .enroll h6{
    font-size: 8px;
  }
}
@media (min-width: 410px) and (max-width: 416px) {
  .ban2 .content-course1 {
    padding-top: 110px;
    width: 100%;
  }
  .cardd h3{
    text-wrap: nowrap;
  }
  .cardd{
    width: 245px;
    padding: 3px 8px!important;
  }
  .cardd p{
    padding: 0px!important;
  }
  .form-control {
    height: 12px;
    padding: 0.8rem 0.6rem;
  }
  .enroll h6{
    font-size: 8px;
  }
}
@media (min-width: 417px) and (max-width: 428px) {
  .ban2 .content-course1 {
    padding-top: 110px;
    width: 100%;
  }
  .cardd h3{
    text-wrap: nowrap;
  }
  .cardd{
    width: 245px;
    padding: 3px 8px!important;
  }
  .cardd p{
    padding: 0px!important;
  }
  .form-control {
    height: 12px;
    padding: 0.8rem 0.6rem ;
  }
  .enroll h6{
    font-size: 8px;
  }
}
@media (min-width: 429px) and (max-width:434px) {
    .ban2 .content-course1 {
    padding-top:110px;
    width: 100%;
}
      .cardd {
  width: 300px;              
  min-height: 550px;         
  padding: 3px 8px;
  margin: 0 1rem;
  background: #fff;
  border-radius: 10px;
  flex-shrink: 0;             
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease; 
}
.cardd p{
      font-size: 12px;
      line-height: 24px;
}
.cardd h3{
  white-space: nowrap;
  font-size: 20px!important;
}
.video-card{
   width: 300px;            
   height: 270px;         
  padding: 20px;
  margin: 0 1rem;
  background: #fff;
  border-radius: 10px;
  flex-shrink: 0;             
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease; 
}
.video-card:hover{
    background-color: #0a0a0a;
    transform: scale(1.05);    
    color: #d4cccc;
    box-shadow: 0 0 5px 2px rgba(204, 176, 19, 1);
}
.enroll h6{
font-size: 8px;
}
.form-control {
    height: 12px;
    padding: 0.8rem 0.6rem; 
  }
}
/* 📱 Mobiles (below 768px) */
@media (min-width: 435px) and (max-width:767px) {
    .ban2 .content-course1 {
    padding-top:110px;
    width: 100%;
}
      .cardd {
  width: 300px;              
  min-height: 150px;         
  padding: 3px 8px;
  margin: 0 1rem;
  background: #fff;
  border-radius: 10px;
  flex-shrink: 0;             
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease; 
}
.cardd p{
      font-size: 12px;
      line-height: 24px;
}
.cardd h3{
  white-space: nowrap;
  font-size: 20px!important;
}
.video-card{
   width: 300px;               
    height: 270px;         
  padding: 20px;
  margin: 0 1rem;
  background: #fff;
  border-radius: 10px;
  flex-shrink: 0;             
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease; 
}
.video-card:hover{
    /* background-color: #1ba12d; */
    background-color: #0a0a0a;
    transform: scale(1.05);    
    color: #d4cccc;
        box-shadow: 0 0 5px 2px rgba(204, 176, 19, 1);
}
.enroll h6{
font-size: 8px;
}
.form-control {
    height: 12px;    
  }
}
/* 🧩 Tablets (768px–1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
   .ban2 .content-course1 {
    padding-top: 110px;
    width: 100%;
  }
}
/* 💻 Medium screens (1024px–1365px) */
@media (min-width: 1025px)  {
  .ban2 .content-course1 {
    padding-top: 120px;
    width: 100%;
  }
  .ban2 .content-course1 p {
    padding-top: 0px;
    width: 100%;
  }
}
/* start HOME Form */
/* Wrapper spacing */
.formm {
  padding: 20px 10px;
   position: absolute;
  top: 5.8rem;
  /* transform: translate(-100%,-100%); */
  right: 3%;
  width: 60%;
  z-index: 10;
  overflow-x: hidden !important;
}
/* Card container */
.cardf {
  background: #000;
  border-radius: 12px;
  border: 1px solid #444;
  width: 100%;
  max-width: 420px;
  padding: 20px;
}
/* Heading style */
.cardf h4 {
  color: #d4a037;
  font-weight: 700;
  font-size: 24px;
    margin-bottom: 10px;
  }
/* Input box styling */
.form-control2 {
  width: 100%;
  padding: 5px;
  border-radius: 8px;
  border: 1px solid #666;
  background: #111;
  color: #fff;
   font-size: 20px;
}
.form-control2::placeholder {
  color: #bbb;
}
/* Textarea */
textarea.form-control2 {
  resize: none;
}
/* Button styling */
.gold2 {
  background-color: #d4a037;
  color: #000;
  padding: 10px 25px;
  border-radius: 8px;  
}
.gold2:hover {
  opacity: 0.9;
}
.captcha {
  transform: scale(0.60);       
  transform-origin: left top;     
  display: inline-block;
  width: 60%;
  /* height: 20%; */
  display: flex;
  padding: 0;
}
/* Mobile responsive */
@media (max-width: 767px) {
  .formm {
  padding: 20px 10px;
   position: absolute;
  top: 25.8rem;
  right: 0%;
  left: 0%;
  width: 60%;
  z-index: 10;
  overflow-x: hidden !important;
}
  .cardf {
    margin: 0 auto;
  }
 .captcha {
  transform: scale(0.60);       
  transform-origin: left top;     
  display: inline-block;
  width: 40%;
  /* height: 20%; */
  display: flex;
  padding: 0;
}
  .cardf h4 {
    font-size: 20px !important;
  }
  .form-control2 {
    font-size: 14px !important ;
    padding: 5px;
  }
  .gold2 {
    font-size: 14px;
  }
}
/* --- Large Mobiles (480px – 576px) --- */
@media (max-width: 576px) {
  .formm {
  width: 70%;
}
  .cardf h4 {
    font-size: 20px !important;
  }
  .form-contro2 {
    font-size: 8px;
    padding: 5px;
  }
  .gold2 {
    font-size: 10px;
  }
  .captcha {
  transform: scale(0.40);       
  transform-origin: left top;     
  display: inline-block;
  width: 60%;
  /* height: 20%; */
  display: flex;
  padding: 0;
}
}
/* --- Normal Mobiles (375px – 480px) --- */
@media (max-width: 480px) {
  .captcha1 {
  transform: scale(0.40);       
  transform-origin: left top;     
  display: inline-block;
  width: 60%;
  height: 50px;
  display: flex;
  padding: 0;
  margin: 1px !important;
}
  .formm {
  width: 60%;
}
  .cardf h4 {
    font-size: 20px !important;
  }
  .form-contro2 {
    font-size: 8px;
    padding: 5px;
  }
  .gold2 {
    font-size: 10px;
  }
}
/* --- Small Mobiles (320px – 374px) --- */
@media (max-width: 374px) {
}
@media (min-width: 1025px) {
  .formm {
  padding: 20px 10px;
   position: absolute;
  top: 4.8rem;
  /* transform: translate(-100%,-100%); */
  right: 3%;
  width: 60%;
  z-index: 10;
  overflow-x: hidden !important;
}
  .cardf {
    margin: 0 auto;
  }
.gold2 {
    font-size: 20px;
    padding: 5px;
}
}
/* End HOME Form */
/* start Course Form */
/* Wrapper spacing */
.formm1 {
  padding: 20px 10px;
   position: absolute;
  top: 4.0rem;
  /* transform: translate(-100%,-100%); */
  right: 3%;
  width: 60%;
  z-index: 10;
  overflow-x: hidden !important;
}
/* Card container */
.cardf1 {
  background: #000;
  border-radius: 12px;
  border: 1px solid #444;
  width: 100%;
  max-width: 420px;
  padding: 20px;
}
/* Heading style */
.cardf1 h4 {
  color: #d4a037;
  font-weight: 700;
  font-size: 30px;
}
/* Input box styling */
.form-control1 {
  width: 100%;
  padding: 5px;
  border-radius: 8px;
  border: 1px solid #666;
  background: #111;
  color: #fff;
   font-size: 10px;
}
.form-control1::placeholder {
  color: #bbb;
}
/* Textarea */
textarea.form-control1 {
  resize: none;
}
/* Button styling */
.gold1 {
  background-color: #d4a037;
  color: #000;
  padding: 10px 25px;
  border-radius: 8px;
}
.gold1:hover {
  opacity: 0.9;
}
.captcha1 {
  transform: scale(0.40);       
  transform-origin: left top;     
  display: inline-block;
  width: 60%;
 height: 50px;
  display: flex;
  padding: 0;
}
/* Mobile responsive */
@media (max-width: 767px) {
  .formm1 {
  width: 40%;
  top:5.0rem
}
  .cardf1 {
    margin: 0 auto;
  }
}
/* --- Large Mobiles (480px – 576px) --- */
@media (max-width: 576px) {
  .formm1 {
  width: 48%;
  top: 4.3rem;
}
  .cardf1 h4 {
    font-size: 10px !important;
  }
  .form-control1 {
    font-size: 8px;
    padding: 5px;
  }
  .gold1 {
    font-size: 10px;
        padding: 5px 20px;
  }
}
/* --- Normal Mobiles (375px – 480px) --- */
@media (max-width: 480px) {
  .formm1{
top:5rem
  }
  .cardf1 h4 {
    font-size: 10px !important;
  }
  .form-control1 {
        font-size: 8px;
        padding: 5px;
  }
  .gold1 {
    font-size: 10px;
        padding: 5px;
        margin-top: 10px;
  }
  .captcha1 {
  transform: scale(0.20);       
  transform-origin: left top;     
  display: inline-block;
  width: 60%;
   height: 50px;
  display: flex;
  padding: 0;
}
}
/* --- Small Mobiles (320px – 374px) --- */
@media (max-width: 374px) {
  .cardf1 h4 {
    font-size: 15px;
  }
  .form-control1 {
    font-size: 10px;
  }
  .gold1 {
    font-size: 7px;
    margin-top: 10px;  }
}
@media (min-width: 1023px) {
  .formm1 {
  padding: 20px 10px;
   position: absolute;
  top: 4.6rem;
  right: 3%;
  width: 60%;
  z-index: 10;
  overflow-x: hidden !important;
}
  .cardf1 {
    margin: 0 auto;
  }
.gold1 {
    font-size: 10px;
    padding: 5px;
}
 .cardf1 h4 {
    font-size: 16px !important;
  }
}
/* End Course Form */
/*  */
@media (min-width: 556px) {
 .cardf1 h4 {
    font-size: 16px !important;
  }
}
@media (min-width: 220px) and (max-width: 329px) {
  .tallyss {
    margin-top: 100px;
  }
  .cardf {
    margin-top: 100px;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .tallyss {
    margin-top: 0px;
  }
  .cardf {
    margin-top: 80px;
  }
}
@media (min-width: 375px) and (max-width: 435px) {
  .tallyss {
    margin-top: 50px;
  }
  .cardf {
    margin-top: 40px;
  }
}
@media (min-width: 575px) and (max-width: 766px) {
  .tallyss {
    margin-top: 100px;
  }
  .cardf {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
.prowel{
  width: 60%;
}
}
.carousel-indicators{
  display: none;
}
