body {
  font-family: 'Gilroy', sans-serif;
}

html::-webkit-scrollbar {
  width: 8px;
}

html::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

html::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #067D00, #0817C3);
}

html::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #067D00, #0817C3);
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gilroy', sans-serif;
}

p,
a,
span,
li,
div,
button,
label,
input,
textarea {
  font-family: 'Inter', sans-serif;
}

.herocarousel .custom-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.carousel-caption .container {
  z-index: 10;
}


.navbar-toggler {
  border-radius: 0px !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5733' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.5 12.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1zm0-5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1zm0-5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1z'/%3E%3C/svg%3E");
}

.contact-info .btn:hover,
.contact-info .btn.show {
  background-color: transparent;
}

.contact-info ul.dropdown-menu.show {
  margin-top: 12px;
  padding: 5px 0px;
}

header .dropdown-menu {
  min-width: 60px;
  width: auto;
}

.service-banner {
  background: url('../images/service-bg.webp') no-repeat center center/cover;
}

.about-banner {
  background: url('../images/about-us-banner.png') no-repeat center center/cover;
  height: 500px !important;
}

.refer-banner {
  background: url('../images/refer-bg.webp') no-repeat center center/cover;
}

.contact-banner {
  background: url('../images/contact-bg.webp') no-repeat center center/cover;
}

.courses-banner {
  background: url('../images/choice.png') no-repeat center center/cover;
  height: 500px !important;
}

.landing_page_banner{
  background: url('../images/landing_page_banner.webp') no-repeat center center/cover;
}
.custom-header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.659) 100%);
  border-bottom: 1px solid #3D3D3D;
  transition: background-color 0.3s ease, border-bottom 0.3s ease;
}

.custom-header.scrolled {
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #3D3D3D;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.header-expanded {
  height: 100vh;
}

.navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  margin: 0px 20px 0 0px;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #FB5103;
}

.contact-info {
  font-size: 14px;
  color: #fff;
}

.logo-img {
  width: 45px !important;
  height: 45px !important;
}
.logo-text {
  color: #4229d8;
  font-size: 15px;
}

/* .custom-header.scrolled .logo-img {
  transform: scale(0.9);
} */

.whatsapp-icon {
  position: absolute;
  bottom: 20px;
  right: 25px;
  background: linear-gradient(45deg, #5F83FD, #F5639D, #F7BA55);
  border-radius: 50%;
  width: 47px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.whatsapp-icon:hover {
  transform: scale(1.1);
}

@media (max-width: 992px) {
  .navbar-nav .nav-link {
    font-size: 16px;
  }

  .contact-info {
    font-size: 16px;
  }

  .custom-header .btn {
    padding: 10px;
  }

  .card.flex-row {
    flex-direction: column !important;
  }

  .card-img-left {
    width: 100% !important;
  }

  .col-md-6 .card {
    margin-bottom: 20px;
  }

  .vertical-line {
    display: none;
  }

  /* .service-bg {
    margin-left: 3rem !important;
  } */

  .border-bottom-md-sm {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 14px;
    padding-bottom: 12px !important;
  }
  .border-top-md-sm{
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .contact-info {
    padding-bottom: 15px !important;
  }

  /* .whatsapp-icon {
    margin-left: auto;
    justify-content: flex-end;
  } */

  .custom-header {
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }

  .mega-menu a {
    display: none;
  }
}

@media (min-width: 992px) {
  .sm-menu a {
    display: none;
  }
}

@media (max-width: 768px) {

  .logo-img {
    max-height: 40px;
  }
  .refer-banner {
    height: 1400px !important;
  }

  .service-banner,
  .contact-banner {
    height: 1250px !important;
  }
  

  .banner::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.255) 100%) !important;
  }

  .social-icons {
    display: none;
  }

  #herocarousel .carousel-item {
    height: 90vh;
  }

  .whatsapp-icon {
    right: 20px;
  }

  /* .service-bg {
    margin-left: 0px !important;
  } */

  .nav-pills {
    justify-content: center;
  }

  .technology-icon img {
    width: 60px;
    height: 60px;
  }

  .technologies-section h2 {
    font-size: 2rem;
  }
}

.icon {
  height: 16px;
}

.flag-icon {
  width: 30px;
  height: 20px;
  cursor: pointer;
}

/* .dropdown-menu {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.dropdown-menu.show {
  display: block;
}
 */
.banner-text {
  font-size: 52px;
}

.btn-custom {
  background-color: #2523A4;
  color: white;
  border-radius: 5px;
  padding: 15px 40px;
  font-weight: normal;
}

.btn-custom:hover {
  background-color: #0e0c7b;
  color: #fff;
}

.btn-custom:active {
  background-color: #211fa4;
}

.sub-text {
  color: #808080;
  font-size: 16px !important;
}

.custom-hr {
  width: 50px !important;
}

.text-green {
  color: rgb(6, 125, 0);
}

.vertical-line {
  height: 150px;
  width: 1px;
  background-color: #ddd;
}

.top-65 {
  top: 65%;
}

.service-detail {
  display: none;
}

.service-detail.active {
  display: block;
}

.service-item button {
  font-size: 1.2rem;
  color: #ffffff;
  border: none;
  background: none;
  text-decoration: none;
  padding: 0;
}

.service-item:hover,
.service-item.active {
  background: #007bff;
  cursor: pointer;
  padding: 10px;
}

.service-item:hover .btn-link,
.service-item.active .btn-link {
  color: #fff !important;
}

.service-item:hover .service-icon i,
.service-item.active .service-icon i {
  color: #fff;
}
.service-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.service-item button {
  font-size: 1.2rem;
  color: hsla(0, 0%, 100%, 1);
  border: none;
  background: none;
  text-decoration: none;
  padding: 0;
}

.service-item {
  position: relative;
  padding: 10px;
  margin-bottom: 15px;
}

/* Hover and active state for the arrow */
.service-item:hover::after,
.service-item.active::after {
  content: "→";
  font-size: 2.5rem;
  color: #fff;
  position: absolute;
  right: 30px;
  top: 46%;
  transform: translateY(-50%);
  transition: opacity 0.6s ease-in-out;
  opacity: 1;
}

/* Default state: no arrow (hidden) */
.service-item::after {
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}


.service-icon i {
  font-size: 20px;
}

.service-bg {
  background: hsla(200, 21%, 11%, 1);
  /* padding: 20px 0px;
  margin-left: 7rem; */
}

.fs-7 {
  font-size: 14px;
}

.tag {
  font-size: 0.8rem;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
  color: white;
}

.design {
  background-color: rgba(107, 67, 199, 0.168);
  color: hsla(258, 54%, 52%, 1);
}

.tag.research {
  background-color: rgba(55, 57, 205, 0.13);
  color: hsla(239, 60%, 51%, 1);
}

.tag.presentation {
  background-color: rgba(193, 21, 116, 0.136);
  color: hsla(327, 80%, 42%, 1);
}

.card-title a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s;
}

.card-title a:hover {
  color: #007bff;
}

.blog-date {
  color: hsla(258, 54%, 52%, 1);
}

footer {
  background-color: hsla(200, 20%, 9%, 1);
  color: #adb5bd;
}

footer a,
p {
  color: #ffffffa5;
  text-decoration: none;
  font-size: 14px !important;
}

footer a:hover {
  color: #ffffff;
}

.footer-icons {
  padding: 6px;
  border-radius: 5px;
  color: white;
  transition: all .6s ease;
}

.footer-icons:hover {
  padding: 7px;
  background: white;
}

footer .accordion-button:focus,
.accordion-button:not(.collapsed) {
  box-shadow: none;
  border: none !important;
}

footer .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.fb-bg {
  background: #1877F2;
}

.fb-bg:hover {
  color: #1877F2;

}

.twitter-bg {
  background: #1DA1F2;
}

.twitter-bg:hover {
  color: #1DA1F2;
}

.linkedin-bg {
  background: #2867B2;
}

.linkedin-bg:hover {
  color: #2867B2;
}

.insta-bg {
  background: #F00073;
}

.insta-bg:hover {
  color: #F00073;
}

.section-container {
  position: relative;
  overflow: hidden;
  padding: 100px 0px;
  text-align: center;
  background-color: #000;
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.background-overlay::before {
  content: "mountwayn mountwayn mountwayn mountwayn mountwayn mountwayn mountwayn mountwayn";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10vw;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  word-break: break-all;
  font-weight: bold;
  width: 100vw;
  text-align: center;
  line-height: 1;
}

.content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.content h1 {
  font-size: 3.5rem;
}

.content h1 span {
  color: rgb(6, 125, 0);
}

.action-btn {
  display: inline-flex;
  align-items: center;
  background-color: rgb(6, 125, 0);
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
  height: 120px;
  width: 120px;
  justify-content: center;
}

.action-btn:hover {
  background-color: rgb(8, 23, 195);
  text-decoration: none;
}

.action-btn i {
  margin-left: 10px;
  font-size: 1.2rem;
}

.testimonial-bg {
  background-color: #161E22;
  padding: 50px 0px;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: none;
}

.carousel-indicators button {
  background-color: #fff;
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #FF6969;
}

.contact-form {
  background-color: #fff;
  padding: 2rem;
  border-radius: 0px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.icon-background {
  background-color: white;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.icon-background i {
  font-size: 1.5rem;
  color: #000000;
}

.icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.icon-wrapper p {
  font-size: 0.875rem;
  color: #000000;
  margin-top: 8px;
}

.icon-wrapper {
  margin: 10px;
}

input[type="range"] {
  width: 100%;
  height: 5px;
  appearance: auto;
}

#slider-value {
  font-size: 20px;
}

.px-7 {
  padding: 0 10rem;
}

.technology-icon {
  text-align: center;
  margin-bottom: 30px;
}

.technology-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 10px;
}

.technology-icon p {
  font-size: 0.9rem;
  color: #555;
  margin: 0;
}

.contact .contact-form {
  background-color: transparent;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

.contact-input input {
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: none !important;
  padding: 14px 10px;
}

.contact textarea {
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: none !important;
}

.contact #slider-value {
  font-size: 16px;
}

.contact .form-control:focus {
  box-shadow: none !important;
  color: white;
}

.contact .form-control {
  color: white !important;
}

.modal-header {
  border-bottom: none;
}

.modal-content {
  border-radius: 8px;
}

.left-content {
  padding: 20px;
}

.left-content h4 {
  font-weight: bold;
}

.left-content p {
  margin-top: 10px;
}

.slider {
  padding-block: 12px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}

.list {
  display: flex;
  width: calc(var(--width) * var(--imageQuantity) * 2);
  gap: calc(var(--width) / 4);
  animation: autoScroll 30s linear infinite;
}

.item {
  width: var(--width);
  height: var(--height);
  flex-shrink: 0;
}

.item img {
  width: 100%;
  height: 100%;
  transition: filter 0.5s ease-in-out;
}

@keyframes autoScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-1 * var(--width) * var(--imageQuantity)));
  }
}

/* .whatsapp-icon {
  display: flex;
  align-items: center;
  justify-content: center;
} */

.wts-icon {
  width: 32px;
  height: 32px;
}

@media (min-width: 768px) and (max-width: 991px) {

  .refer-banner,
  .service-banner {
    height: 1100px !important;
  }

  #herocarousel .carousel-item .overlay {
    background: rgba(0, 0, 0, 0.72) !important;
  }
}

#herocarousel .carousel-item {
  height: 100vh;
}

#herocarousel .carousel-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(80deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4963235294117647) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

#herocarousel .carousel-item img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#herocarousel .carousel-caption {
  z-index: 2;
}

.carousel-indicators {
  z-index: 3;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 3;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  z-index: 4;
}

.modal-backdrop {
  z-index: 1;
}

.banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
  align-items: center;
  display: flex;
  padding: 20px;
}

.banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(60deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.255) 100%);
  z-index: 1;
}

@media (max-width: 576px) {
  .service-content {
    display: none;
  }

  .toggle-btn {
    width: 100%;
  }

  .service-detail.collapse {
    display: none;
  }

  .service-detail {
    display: block;
  }

  .service-item:hover {
    background-color: transparent;
  }

  .service-item:hover::after {
    content: none;
  }

  .service-item button {
    font-size: 16px;
  }

  .service-item {
    border-top: 1px solid;
    position: relative;
    padding: 18px 0;
    margin: 0;
  }

  .contact-banner {
    height: 1150px !important;
  }

  .content h1 {
    font-size: 28px;
  }

  .section-container {
    padding: 60px 0px;
  }

  .background-overlay::before {
    font-size: 15vw;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }

  .service-item:hover {
    padding: 15px 0px;
  }

  /* .carousel-control-next,
  .carousel-control-prev {
    width: 5%;
} */
  .mobile-content {
    position: absolute;
    top: 15%;
    width: 100%;
  }

  .banner .btn {
    width: 100%;
    margin-bottom: 10px;
  }

  header .dropdown-item:focus,
  .dropdown-item:hover .dropdown-item.active,
  .dropdown-item:active {
    background-color: transparent;
  }

  header .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: white;
  }

  header .dropdown-item:focus,
  .dropdown-item:hover {
    background-color: transparent;
  }

  .banner-text {
    font-size: 26px;
  }


}

.nav-pills-scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-pills-scroll::-webkit-scrollbar {
  display: none !important;
}

.nav-pills-scroll .nav-pills {
  flex-wrap: nowrap;
  gap: 20px;
}

.nav-pills-scroll .nav-link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
  background-color: transparent;
  color: #686868;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
}

.nav-pills-scroll .nav-link.active {
  background-color: transparent;
  color: hsla(241, 65%, 39%, 1) !important;
  border-bottom: 4px solid hsla(241, 65%, 39%, 1);
  border-radius: 0;
  font-weight: 600;
}

.technologies-tab .nav-pills-scroll .nav-link.active {
  background-color: #292EA4 !important;
  color: #fff !important;
  border-radius: 50px;
  font-weight: normal;
}

.mega-menu {
  position: relative;
}

.mega-menu-content {
  width: auto;
  min-width: 890px;
  max-width: 100%;
  position: absolute;
  top: 100%;
  left: -70%;
  right: 0;
  z-index: 9999;
  display: none;
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 2px;
}

.mega-menu-content::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 17%;
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #1f4ad4;
  z-index: 1000;
}
.mega-menu:hover .mega-menu-content {
  display: block;
}

.left-menu {
  background-color: #1F4AD4;
  color: #fff;
  height: 100%;
  padding: 28px 18px;
  border-bottom-left-radius: 10px;
}

.left-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.left-menu li{
  padding: 12px 0px;
}
.left-menu ul li a {
  cursor: pointer;
  padding: 0px 0px 0px 10px;
  color: hsla(0, 0%, 100%, 0.8) !important;
  font-weight: 300;
}
.left-menu ul li:hover a {
  color: white !important; /* Change text color of <a> inside the hovered <li> */
  font-weight: 400;
}
.left-menu ul li:hover {
  background-color: #00000055;
  padding: 12px 0px;
  border-radius: 5px;
}


.left-menu ul li.active a {
  color: white; /* Adjust color for active item */
  font-weight: 400; /* Same font-weight as hover for consistency */
}

.left-menu ul li.active {
  background-color: #00000055;
  padding: 12px 0px;
  border-radius: 5px;
}

.content-item.active {
  display: block;
}

/* Optional additional styling for the active content (e.g., bold font, etc.) */
.content-item.active a {
  font-weight: bold;
}


.right-content h5 {
  font-size: 18px;
  margin-bottom: 15px;
}

.right-content a {
  text-decoration: none;
  color: rgb(75, 75, 75);
}

.right-content a:hover {
  color: #1F4AD4 !important;
  text-decoration: underline;
}

.right-content p {
  font-size: 14px;
  color: #666;
}

.right-content ul li {
  padding-bottom: 20px;
}

.left-menu ul li {
  position: relative;
}

.left-menu ul li:hover::after,
.left-menu ul li.active::after {
  content: "➔";
  font-size: 1.3rem;
  color: white;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

.left-menu ul li::after {
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.mega-menu .card {
  position: relative;
}

.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  z-index: 1;
}

.mega-menu .card-img-overlay {
  z-index: 2;
}

.mega-menu .btn {
  font-size: 14px;
}

.mega-menu .card-title,
.card-text,
.btn {
  z-index: 3;
}
/* @media (max-width: 1150px) and (min-width: 992px) {
  .mega-menu-content{
    min-width: 840px;
  }
  .left-menu{
    padding: 10px;
  }
} */
@media (max-width: 1245px) and (min-width: 992px) {

  .navbar-nav .nav-link,
  #phone-number-lg {
    font-size: 12px;
    white-space: nowrap;
    margin: 0px 8px 0 0px;
  }

  .gap-4 {
    gap: 10px !important;
  }

  .custom-header .btn {
    font-size: 12px;
  }

  .custom-header .px-4 {
    padding: 0 10px !important;
  }

}

header .nav-link.active {
  color: #FB5103 !important;
  text-decoration: underline;
}

.contact-info .dropdown-item:active {
  background-color: #fff;
}

.sub-services .card {
  transition: transform 0.3s ease;
}

.sub-services .card:hover {
  transform: translateY(-5px);
}

.nav-link:focus-visible {
  box-shadow: none;
}

#herocarousel .carousel-indicators [data-bs-target] {
  width: 100px;
  height: 2PX;
}
div#bookMeetingModal {
  background: #0000006e !important;
}

header .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  display: none;
  z-index: 1050; /* Higher than Bootstrap header */
  overflow-y: auto;
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.4s ease, opacity 0.4s ease;
}

header .overlay.show {
  display: block;
  opacity: 1;
  transform: translateX(0);
}

header .overlay.hide {
  opacity: 0;
  transform: translateX(-100%);
}

header .overlay-content {
  position: relative;
  top: 8%;
  /* transform: translateY(-160%); */
  text-align: left;
  padding: 20px;
}

header .overlay h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

header .overlay ul {
  list-style: none;
  padding: 0;
}

header .overlay ul li {
  margin: 20px 0;
}
header .overlay ul li a{
color: rgba(0, 0, 0, 0.6);
text-decoration: none;
font-size: 16px;
}
header .overlay .back-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 1.5rem;
  cursor: pointer;
  color: white;
  text-decoration: none;
}

header .overlay .back-btn i {
  margin-right: 5px;
  color: black;
}
.pb-40{
  padding-bottom: 35px;
}
.py-6{
  padding-top: 56px;
  padding-bottom: 56px;
}
.blog-bg{
  background-color: #F7F7F7;
}
.custom-height{
  height: 390px;
}

input.form-control,
textarea.form-control {
  border: 1px solid #E6E6E6;
}
input.form-control::placeholder, 
textarea.form-control::placeholder {
  color: #e6e9edcd;
}
.contact-banner input.form-control::placeholder, 
.contact-banner textarea.form-control::placeholder {
  color: #ffffff22;
}
/* Style the slider container */
.slider-container {
  position: relative;
  width: 100%;
}

/* Style the range input */
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: #ddd;
  outline: none;
  transition: background 0.3s ease-in-out;
}

/* Custom Thumb (Webkit) */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: blue;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

/* Position the AED amount below the thumb */
#slider-value {
  position: absolute;
  top: 30px; /* Moves it below the slider */
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  transform: translateX(-50%);
}


.course-columns {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
}

.course-columns ul {
  list-style-type: disc;
  padding-left: 20px;
  flex: 1;
  min-width: 250px;
}