@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}
:root {
  --transition-05s: all ease-in-out 0.5s;
  --transition-08s: all ease-in-out 0.8s;
  --main-color: 255, 115, 0;
  --main2-color: 54, 30, 10;
  --second-color: 93, 93, 93;
  --third-color: 7, 68, 82;
  --five-color: 251, 248, 255;
  --white-color: 255, 255, 255;
  --black-color: 0, 0, 0;
  --Lato-font: "Lato", sans-serif;
  --Poppins-font: "Poppins", sans-serif;
}

body {
  font-family: var(--Lato-font);
  overflow-x: hidden !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--Poppins-font) !important;
}
:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-family: var(--Poppins-font) !important;
}
.img-EHWC {
  width: var(--ehw-EHWC) !important;
  height: var(--ehw-EHWC);
  object-fit: cover;
}
img,
.img-fluid,
.img-EHWC {
  user-select: none;
  pointer-events: none;
  --ehw-EHWC: 100%;
}
.common-bgBtn {
  background-color: rgba(var(--main-color), 1);
  color: rgba(var(--white-color), 1);
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  padding: 8px 16px;
  border: 1px solid rgba(var(--main-color), 0);
  border-radius: 10px;
  transition: var(--transition-08s);
}
.common-bgBtn:hover,
.common-bgBtn:focus {
  border: 1px solid rgba(var(--main-color), 1);
  background-color: rgba(var(--main-color), 0);
  color: rgba(var(--main-color), 1);
  transition: var(--transition-08s);
}
.common-section {
  --eptb-cptb: 60px;
  padding: var(--eptb-cptb) 0px;
  position: relative;
  overflow: hidden;
}
/* #header css start********************** */

.MainHeader {
  position: absolute;
  background: rgba(var(--five-color), 0);
  top: 0;
  z-index: 999;
  width: 100%;
}
.navbar {
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 10px 0px;
  background: transparent;
}
.navbar.header-fixed {
  position: fixed;
  background: rgba(var(--five-color), 1);
  animation: slideDown 0.35s ease-out;
  backdrop-filter: blur(5px);
  box-shadow: 0px 5px 20px -8px rgba(14, 13, 14, 0.08);
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.custom-navbar .navbar-brand span {
  color: rgba(var(--black-color), 1);
}

.custom-menu .nav-link {
  color: rgba(var(--black-color), 1);
  padding: 0px 15px;
  font-weight: 700;
  font-size: 14px;
  margin-right: 16px;
}

.custom-menu .nav-link:hover,
.custom-menu .nav-link:focus {
  color: #ff1900;
  box-shadow: none;
  outline: none;
}

.custom-dropdown .dropdown-menu {
  border-radius: 0;
  border: 1px solid #ddd;
}

.custom-right .dropdown-toggle {
  color: #000000;
  font-weight: 500;
}

.custom-login-btn {
  background-color: rgba(var(--main-color), 1);
  border: none;
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 15px;
  border-radius: 10px;
}
.Head-CaForm {
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0px 12px;
  background: rgb(255 255 255);
}
.Head-CaForm {
  margin-right: 10px;
}
.Head-CaForm .form-control,
.Head-CaForm .form-control:hover,
.Head-CaForm .form-control:focus {
  font-family: var(--Poppins-font);
  border: none;
  min-height: 100%;
  padding: 4px;
  font-weight: 500;
  font-size: 13px;
  width: 100%;
  position: relative;
  background: rgba(var(--main-color), 0);
  border-radius: 50px;
  color: rgba(var(--black-color), 1);
  box-shadow: none;
  outline: none;
}
.HeadCa-FormBtn,
.HeadCa-FormBtn:visited,
.HeadCa-FormBtn:focus {
  --ehw-HFB: 30px;
  padding: 0px;
  width: var(--ehw-HFB);
  height: var(--ehw-HFB);
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--main-color), 1);
}
.HeadCa-FormBtn:hover {
  background: rgba(var(--second-color), 1);
}
.HeadCa-FormBtn img {
  --ehw-EHWC: 50%;
}

/* #header css end********************** */

/* #Banner css start********************** */
.banner-section {
  --banner-hvh: 50vh;
  --banner-hvh: 100vh;
  --banner-hhp: 100%;
  min-height: var(--banner-hvh);
  height: var(--banner-hhp);
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.banner-section.banner-innerPage {
  --banner-hvh: 50vh;
  --banner-hvh: 500px;
}
.banner-section > *:first-child,
.banner-slider > *:first-child > *,
.banner-slider > *:first-child > * > *,
.banner-slider > *:first-child > * > * > *,
.banner-slider > *:first-child > * > * > * > *,
.banner-section > *:first-child > .row,
.banner-section > *:first-child > .row > *,
.banner-section > *:first-child > .row > * > * {
  min-height: var(--banner-hvh);
  height: var(--banner-hhp);
}
.banner-inner-section {
  background: rgba(var(--five-color), 1) no-repeat center center / cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* overflow: hidden; */
  position: relative;
  width: 100%;
  padding: 150px 0px 0px;
}
.banner-inner-section > * {
  z-index: 2;
  width: 100%;
}
.banner-section.banner-innerPage .banner-inner-section {
  align-items: center;
  padding: 60px 0px;
}
.banner-section.banner-innerPage .banner-inner-section .row {
  justify-content: center;
  text-align: center;
}
.banner-bg {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(var(--white-color), 0);
  /* clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 85%); */
}
.banner-section.banner-innerPage .banner-inner-section .banner-bg {
  background: rgba(var(--five-color), 1);
}

.banner-section.banner-innerPage .banner-bg img {
  object-fit: contain;
}

.banner-box {
  position: relative;
  /* margin-top: 60px; */
  height: 100%;
  text-align: center;
  margin-top: -70px;
}
.banner-section.banner-innerPage .banner-inner-section .banner-box {
  margin-top: 0px;
}

.banner-title,
.banner-box h1 {
  font-family: var(--TitanOne-font);
  color: rgba(var(--main-color), 1);
  text-transform: capitalize;
  font-size: var(--efs-bth);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 22px;
  --efs-bth: 43px;
  text-shadow: 2px 2px rgba(var(--black-color), 1);
}
.banner-innerPage .banner-inner-section .banner-title,
.banner-innerPage .banner-inner-section .banner-box h1 {
  margin-bottom: 0px;
}
.banner-para {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(var(--third-color), 1);
  line-height: 1.7;
  font-weight: 400;
  margin: auto;
  margin-bottom: 30px;
  font-size: 16px;
  width: 95%;
}
.banner-para p {
  margin-bottom: 10px;
}
.banner-para p:last-child {
  margin-bottom: 0px;
}

.banner-LeftImg {
  width: calc(85% + 0%);
  margin-bottom: -19%;
  position: relative;
  z-index: 2;
  animation: zoomInOut 6s ease-in-out infinite;
}
@keyframes zoomInOut {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.banner-LeftImg::after {
  content: "";
  width: 356px;
  height: 357px;
  background-color: transparent;
  background-image: radial-gradient(
    at center center,
    #ffbe0091 0%,
    #f1f5f663 75%
  );
  position: absolute;
  left: -27%;
  border-radius: 50%;
  top: -23%;
  z-index: -1;
}

.banner-RightImg {
  width: calc(100% + 15%);
  margin-bottom: -20%;
  margin-left: -4%;
  position: relative;
  z-index: 2;
  animation: bounce 5s ease-in-out infinite alternate;
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0); /* Starting and ending position (at the bottom) */
  }
  50% {
    transform: translateY(-20px); /* Highest point of the bounce */
  }
}
.banner-RightImg::after {
  content: "";
  width: 400px;
  height: 400px;
  background-color: transparent;
  background-image: radial-gradient(
    at center center,
    #f9ff009c 0%,
    #f0f4f600 75%
  );
  position: absolute;
  right: -14%;
  top: -32%;
  border-radius: 50%;
  z-index: -1;
}

/* #Banner css end********************** */

/* #category css start********************** */
.category-LBox {
  position: relative;
  /* background: rgba(var(--third-color), 1); */
  border-radius: 14px;
  height: 100%;
}
.category-LBox::before {
  content: "";
  display: block;
  position: absolute;
  background: rgb(243, 243, 243);
  border-radius: 14px;
  width: 100%;
  height: 80%;
  left: 0px;
  bottom: 0px;
}
.category-InnLBox {
  position: relative;
  z-index: 1;
}
.category-LImg {
  --ehw-CateLI: 130px;
  width: var(--ehw-CateLI);
  height: var(--ehw-CateLI);
  margin: auto;
}
.category-LImg img {
  object-fit: contain;
}
.category-LTxt {
  padding: 8px 10px;
}
.category-LTitle,
.category-LTxt h5 {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0px;
  color: rgba(var(--black-color), 1);
}

/* #category css end********************** */

/* #Learning css start********************** */
.learning-section {
  background-image: url(./images/counter-bg.png);
  background-color: rgba(var(--third-color), 1);
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
}
.learn-sec-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
}

.learn-sec-subtext {
  color: #cccccc;
  font-size: 1rem;
  margin-bottom: 50px;
}

.learn-sec-card {
  background-color: rgba(var(--main-color), 1);
  border: 1px solid #ffffff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 10px;
  backdrop-filter: blur(2px);
  text-align: center;
}

.learn-sec-card:hover {
  transform: translateY(-5px);
  border-color: #00068d;
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.3);
}

.learn-sec-img {
  width: 100%;
  border-radius: 8px;
  height: 140px;
  object-fit: cover;
}

.learn-sec-card-text {
  margin-top: 10px;
}

.learn-sec-card-text h5 {
  color: #ffffff;
  font-size: 1.1rem;
  margin: 0;
}

/* Responsive text scaling */
@media (max-width: 767px) {
  .learn-sec-title {
    font-size: 1.5rem;
  }
  .learn-sec-subtext {
    font-size: 0.9rem;
  }
}

/* #Learning css end********************** */

/* #faq css start********************** */
.faqimg {
  position: relative;
  z-index: 2;
  display: flex;
  animation: zoomInOut2 6s ease-in-out infinite;
}
@keyframes zoomInOut2 {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.faqimg::after {
  content: "";
  width: 400px;
  height: 400px;
  background-color: transparent;
  background-image: radial-gradient(
    at center center,
    #ffed00 -11%,
    #f0f4f600 70%
  );
  position: absolute;
  right: 16%;
  top: -2%;
  border-radius: 0%;
  z-index: -1;
}
.faqimg img {
  width: 70% !important;
  margin: 0 auto;
}
.my-accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

/* Default (collapsed) button */
.my-accordion .accordion-button {
  background-color: #f8f9fa;
  color: #000;
  font-weight: 600;
  border-radius: 10px;
  box-shadow: none;
  padding: 1rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Expanded (active) button */
.my-accordion .accordion-button:not(.collapsed) {
  background-color: #00068d;
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Remove the default Bootstrap arrow and add custom + / − icons */
.my-accordion .accordion-button::after {
  content: "+";
  font-size: 1.25rem;
  font-weight: bold;
  color: #00068d;
  background-image: none !important;
}

.my-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
  color: #fff;
}

/* Accordion body */
.my-accordion .accordion-body {
  background-color: #00068d;
  color: #fff;
  padding: 1rem 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.Faq-section {
  background-color: rgba(var(--black-color), 1);
}
/* #faq css end********************** */

/* #we-offer-section css start********************** */
.section-title {
  font-weight: bold;
  font-size: 38px;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: rgba(var(--main-color), 1);
  margin-top: 0px;
  word-break: break-word;
}

.mt-40 {
  margin-top: 40px;
}
.hover-grayscale img {
  transition: 0.3s;
}
.mt-20 {
  margin-top: 20px;
}
.hover-grayscale h3 {
  color: rgba(var(--main-color), 1);
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
}
.hover-grayscale p {
  color: #4e6b7b;
  font-weight: 400;
  font-size: 15px;
}
/* #we-offer-section css end********************** */

/* #videoslider-section css start********************** */
.my-video-carousel {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}
.my-video-carousel .video-item {
  background: rgba(var(--main-color), 1);
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 2px 8px rgba(35, 0, 131, 0.507);
  text-align: left;
  padding-bottom: 10px;
  height: 100%;
}

.my-video-carousel .video-title {
  font-size: 13px;
  font-weight: 600;
  padding: 10px 12px;
  color: #fff;
  margin-bottom: 0;
  min-height: 60px;
}

.my-video-carousel .video-thumb iframe {
  border: none;
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 200px;
}

/* NAV BUTTONS */
.my-video-carousel .owl-nav {
  text-align: center;
  margin-top: 10px;
  display: flex;
  position: absolute;
  top: 40%;
  width: 100%;
  justify-content: space-between;
}
.my-video-carousel .owl-nav button.owl-prev {
  left: -60px;
  position: absolute;
}
.my-video-carousel .owl-nav button.owl-next {
  right: -60px;
  position: absolute;
}
.my-video-carousel .owl-nav button.owl-prev,
.my-video-carousel .owl-nav button.owl-next {
  background: transparent !important;
  color: rgba(var(--main-color), 1) !important;
  border: 1px solid rgba(var(--main-color), 1);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  font-size: 18px;
  transition: 0.3s ease;
}

.my-video-carousel .owl-nav button:hover {
  background: rgba(var(--main-color), 1) !important;
  color: rgba(var(--white-color), 1) !important;
}

.my-video-carousel .owl-nav i {
  pointer-events: none; /* prevents icon click issue */
}

/* Ensure nav is visible on dark backgrounds */
.my-video-carousel .owl-theme .owl-nav [class*="owl-"] {
  color: #fff !important;
}

/* #videoslider-section css end********************** */

/* #video-big-section css start********************** */

.video-big-section {
  background-color: rgb(0 2 83);
  z-index: 1;
  position: relative;
}
.video-big-section::after {
  content: "";
  background-image: url(images/rate-bg.webp);
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.my-video-thumb {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
  z-index: 3;
}

.my-video-thumb img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  filter: brightness(0.9);
}

.my-video-thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  font-size: 28px;
  color: rgba(var(--main-color), 1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.my-video-thumb .play-btn:hover {
  background: rgba(var(--main-color), 1);
  color: #fff;
  transform: translate(-50%, -50%) scale(1.1);
  cursor: pointer;
}
#videoModal,
#careerVideoModal {
  background-color: #000000c7;
}
/* #video-big-section css end********************** */

/* #student-achievers-section css start********************** */
.student-achievers {
  background: #ffffff;
  color: #000000;
}

.achiever-card {
  background: #1a273b;
  border-radius: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.achiever-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.achiever-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: visible;
  border: 3px solid rgba(var(--white-color), 1);
}
.read-more-text {
  position: relative;
}

.read-more-text .more-text {
  display: none;
}

.read-more-text.expanded .more-text {
  display: inline;
}

.read-more-text .read-toggle {
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  color: rgba(var(--main-color), 1);
}

.read-more-text .read-toggle:hover {
  text-decoration: underline;
}

.badge-rank {
  position: absolute;
  bottom: -5px;
  right: -10px;
  width: 36px;
  height: 36px;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #1a273b;
}

.badge-rank.gold {
  background: linear-gradient(135deg, #f7b733, #fc4a1a);
}

.badge-rank.silver {
  background: linear-gradient(135deg, #c0c0c0, #888);
}

.text-muted {
  color: #b0b8c2 !important;
}

/* #student-achievers-section css end********************** */

/* #counter-section css start********************** */

.counter-section {
  background: linear-gradient(180deg, rgba(var(--main-color), 1), #5c2020);
}

.counter-box {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease, background 0.3s ease;
}

.counter-box:hover {
  background: rgba(255, 255, 255, 0.12);
}

.counter {
  font-size: 2.5rem;
  font-weight: 700;
}

/* #counter-section css end********************** */

/* #career-compass-section css start********************** */
.career-compass {
  background: #fff;
}
.text-primary2 {
  color: rgba(var(--main-color), 1);
}
.career-video-wrapper img {
  transition: transform 0.4s ease;
  border-radius: 12px;
}

.career-video-wrapper:hover img {
  transform: scale(1.03);
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  color: rgba(var(--main-color), 1);
  font-size: 1.5rem;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: all 0.3s ease;
}

.play-btn:hover {
  background: rgba(var(--main-color), 1);
  color: #fff;
  transform: translate(-50%, -50%) scale(1.1);
  cursor: pointer;
}

.modal-content {
  border-radius: 12px;
  overflow: hidden;
}
/* #career-compass-section css end********************** */

/* #Footer css start********************** */
.my-footer {
  background-color: #040520;
  color: #cbd5e1;
  font-size: 15px;
}

.my-footer .footer-title {
  color: rgba(var(--main-color), 1);
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
}

.my-footer .footer-links,
.my-footer .footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.my-footer .footer-links li a {
  color: #cbd5e1;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.my-footer .footer-links li a:hover {
  color: rgba(var(--main-color), 1);
}

.my-footer .footer-contact li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.my-footer .footer-contact i {
  color: rgba(var(--main-color), 1);
  margin-top: 3px;
}

/* Subscribe section */
.my-footer .footer-subscribe {
  position: relative;
  margin-top: 10px;
}

.my-footer .footer-subscribe input {
  background-color: #102443;
  border: none;
  color: #fff;
  padding: 10px 45px 10px 15px;
  border-radius: 30px;
  width: 100%;
}

.my-footer .footer-subscribe input::placeholder {
  color: #94a3b8;
}

.my-footer .footer-subscribe button {
  position: absolute;
  right: 5px;
  top: 5px;
  background: rgba(var(--main-color), 1);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.my-footer .footer-subscribe button:hover {
  background: #00025e;
}

/* Divider & bottom */
.my-footer .footer-divider {
  border-color: rgba(255, 255, 255, 0.397);
}

.my-footer .footer-bottom {
  color: #94a3b8;
}

.my-footer .brand-name {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.my-footer .footer-social a {
  color: #94a3b8;
  margin: 0 8px;
  font-size: 16px;
  transition: color 0.3s ease;
}

.my-footer .footer-social a:hover {
  color: rgba(var(--main-color), 1);
}

/* #Footer css end********************** */
/* AOS default animation styles */

/* Disable animation effects on mobile */
@media (max-width: 991px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (max-width: 1199px) {
  .banner-title,
  .banner-box h1 {
    --efs-bth: 40px;
  }
  .section-title {
    font-weight: bold;
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .banner-LeftImg {
    display: none;
  }
  .banner-RightImg {
    width: calc(40% + 0%);
    margin-bottom: 0%;
    margin-left: 0;
    margin: 0 auto;
    z-index: -1;
  }
  .banner-inner-section {
    padding: 200px 0px 0px;
  }
  .navbar-toggler {
    order: 1;
  }
  .faqimg img {
    width: 40% !important;
    margin-bottom: 30px;
  }
  .counter {
    font-size: 1.5rem;
  }
  .my-footer .footer-contact li,
  .footer-links li,
  .ewspara {
    font-size: 13px;
  }
  .my-accordion {
    position: relative;
    z-index: 3;
  }
  .mobactive {
    display: none;
  }
  .custom-menu {
    text-align: start;
    display: flex;
    align-items: start;
    gap: 11px;
  }
  .custom-dropdown .dropdown-menu {
    position: relative !important;
    inset: 0 !important;
    transform: none !important;
  }
  .mobileOffcanvasmenu {
    background-color: #ffead9;
  }
}
@media (max-width: 767px) {
  .Head-CaForm input {
    display: none;
  }
  .mt-20 {
    margin-top: 10px;
  }
  .banner-title,
  .banner-box h1 {
    --efs-bth: 30px;
  }
  .mt-40 {
    margin-top: 30px;
  }
  .hover-grayscale p {
    font-size: 13px;
  }
  .hover-grayscale h3 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .common-section {
    --eptb-cptb: 30px;
  }
  .section-title {
    font-weight: bold;
    font-size: 20px;
  }
  .my-video-carousel {
    margin-top: 60px;
  }
  .my-video-carousel .owl-nav {
    top: -25%;
  }
  .my-video-carousel .owl-nav button.owl-prev {
    left: 35%;
  }
  .my-video-carousel .owl-nav button.owl-next {
    right: 35%;
  }
  .custom-menu .nav-link {
    padding-left: 0;
  }
  .banner-inner-section {
    padding: 170px 0px 40px;
  }
  .banner-section {
    --banner-hvh: auto;
    --banner-hvh: auto;
  }
}
@media (max-width: 375px) {
  .learn-sec-subtext {
    margin-bottom: 20px;
  }
  .category-LImg {
    --ehw-CateLI: 100px;
  }
  .learn-sec-title {
    font-size: 20px;
  }
  .my-accordion .accordion-button {
    font-size: 13px;
    padding: 10px;
  }
  .my-accordion .accordion-body {
    padding: 10px;
    font-size: 13px;
  }
  .my-video-carousel .owl-nav button.owl-prev,
  .my-video-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  .banner-inner-section {
    padding: 164px 0px 0px;
  }
   .banner-RightImg {
    margin-top: 30px;
  }
}
@media (max-width: 360px) {
  .mobactive {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    order: -1;
  }
  .mobhide {
    display: none !important;
  }
  .Head-CaForm input {
    display: block;
  }
  .Head-CaForm .form-control,
  .Head-CaForm .form-control:hover,
  .Head-CaForm .form-control:focus {
    width: 90%;
  }
  .mobactive .dropdown-menu-end {
    --bs-position: start !important;
  }
  .mobileOffcanvasmenu .offcanvas-body {
    display: flex;
    flex-direction: column;
  }
  .my-video-carousel .owl-nav {
    top: -21%;
  }
  .career-compass h3,
  .counter-section h3,
  .student-achievers h2 {
    font-size: 18px;
  }
  .banner-inner-section {
    padding: 164px 0px 0px;
  }
  .banner-title,
  .banner-box h1 {
    --efs-bth: 22px;
  }
  .banner-para {
    font-size: 14px;
  }
  .career-compass li {
    font-size: 13px;
  }
  .counter-box p {
    font-size: 12px;
  }
  .career-video-wrapper img,
  .my-video-thumb img {
    height: 250px;
    object-fit: cover;
  }
 
}
