:root {
  --ff-poppins: "Poppins", system-ui;
  --cl-white: #ffffff;
  --cl-black: #000000;
  --cl-dark: #131313;
  --cl-gray: #707070;
  --cl-light-white: #f5f5f5;
  --text-light: #848484;
  --cl-primary: #050537;
  --cl-secondary: #0594bd;
  --bg-primary: #050537;
  --cl-blue: #0052b4;
  --cl-light-grey: #7c7c7c;
  --bg-blue: #0052b4;
}

a {
  text-decoration: none;
}

.bg-blue {
  background-color: var(--bg-blue) !important;
}

.cl-blue {
  color: var(--cl-blue);
}

.cl-grey {
  color: var(--cl-gray) !important;
}

.cl-light-grey {
  color: var(--cl-light-grey) !important;
}

.cl-black {
  color: var(--cl-black) !important;
}

.cl-primary {
  color: var(--cl-primary);
}

.cl-secondary {
  color: var(--cl-secondary);
}

.bg-btn-primary {
  background-color: var(--bg-primary) !important;
}

.bg-white {
  background-color: var(--cl-white) !important;
}

.text-sub {
  color: #eaeaea;
}

.bg-grey-box {
  background: #f7f7f7;
}

.upcoming-text-box {
  color: #8e8e8e;
}

* {
  margin: 0;
  color: #666666;
  font-size: 16px;
  font-family: "Poppins", system-ui;
  font-weight: 400;
  line-height: 28.16px;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", system-ui;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar-thumb {
  background: var(--bg-primary);
  border-radius: 4px;
  border: unset;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar {
  width: 8px;
}

@media (max-width: 1440px) {
  .action-btns {
    display: flex !important;
  }
}

@media (max-width: 1024px) {
  /* .action-btns.d-flex {
    display: none !important;
  } */
}

@media (min-width: 1200px) {
  .checkout {
    margin-top: -95px;
    padding-top: 95px;
  }

  .br-side {
    position: relative;
  }

  .br-side::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 86.25px;
    border-radius: 10px;
    background-color: #f2f2f2;
  }

  .container {
    max-width: 1230px !important;
  }

  .workshop .swiper-wrapper {
    padding-bottom: 50px !important;
  }
}

.poppins {
  font-family: "Poppins", system-ui;
}

.fs-8 {
  font-size: 8px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-31 {
  font-size: 31px;
}

.fs-32 {
  font-size: 32px;
}

.fs-35 {
  font-size: 35px;
}

.fs-36 {
  font-size: 36px;
}

.fs-38 {
  font-size: 36px;
}

.fs-40 {
  font-size: 40px;
}

.fs-42 {
  font-size: 42px;
}

.fs-45 {
  font-size: 45px !important;
}

.fs-46 {
  font-size: 46px;
}

.fs-48 {
  font-size: 48px;
}

.fs-49 {
  font-size: 49px;
}

.fs-50 {
  font-size: 50px;
}

.fs-52 {
  font-size: 52px;
}

.fs-54 {
  font-size: 54px;
}

.fs-57 {
  font-size: 57px;
}

.fs-60 {
  font-size: 60px !important;
}

.fs-70 {
  font-size: 70px;
}

.fs-76 {
  font-size: 76px;
}

.fs-80 {
  font-size: 80px;
}

.fw-thin {
  font-weight: 100;
}

.fw-extralight {
  font-weight: 200;
}

.fw-300,
.fw-light {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.ls-1 {
  letter-spacing: 1px;
}

.lh-0 {
  line-height: 0;
}
.lh-8 {
  line-height: 8px;
}
.lh-10 {
  line-height: 10px;
}
.lh-15 {
  line-height: 15px;
}

.lh-16 {
  line-height: 16px;
}

.lh-18 {
  line-height: 18px !important;
}

.lh-19 {
  line-height: 19px !important;
}

.lh-20 {
  line-height: 20px !important;
}

.lh-21 {
  line-height: 21px !important;
}

.lh-22 {
  line-height: 22px;
}

.lh-24 {
  line-height: 24px;
}

.lh-25 {
  line-height: 25px !important;
}

.lh-26 {
  line-height: 26px !important;
}

.lh-27 {
  line-height: 27px !important;
}

.lh-28 {
  line-height: 28px;
}

.lh-29 {
  line-height: 29px !important;
}

.lh-30 {
  line-height: 30px;
}

.lh-31 {
  line-height: 31px !important;
}

.lh-32 {
  line-height: 32px;
}

.lh-33 {
  line-height: 33px !important;
}

.lh-34 {
  line-height: 34px;
}

.lh-35 {
  line-height: 35px;
}

.lh-37 {
  line-height: 37px !important;
}

.lh-38 {
  line-height: 38px;
}

.lh-39 {
  line-height: 39px !important;
}

.lh-40 {
  line-height: 40px;
}

.lh-42 {
  line-height: 42px;
}

.lh-45 {
  line-height: 45px !important;
}

.lh-48 {
  line-height: 48px;
}

.lh-50 {
  line-height: 50px;
}

.lh-52 {
  line-height: 52px;
}

.lh-54 {
  line-height: 54px;
}

.lh-55 {
  line-height: 55px;
}

.lh-58 {
  line-height: 58px;
}

.lh-60 {
  line-height: 60px;
}

.lh-64 {
  line-height: 64px;
}

.lh-65 {
  line-height: 65px;
}

.lh-67 {
  line-height: 67px !important;
}

.lh-68 {
  line-height: 68px;
}

.lh-72 {
  line-height: 72px;
}

.lh-74 {
  line-height: 74px !important;
}

.lh-86 {
  line-height: 86px;
}

.mt_10 {
  margin-top: -10px;
}

@media (max-width: 1199px) {
  .pb-100 {
    padding-bottom: 100px;
  }
}

h1,
h2,
h3 {
  font-family: "Poppins", system-ui;
}

@media (max-width: 768px) {
  h1,
  .fs-45,
  .fs-31,
  .fs-49,
  .fs-60 {
    font-size: 40px !important;
    line-height: 60px !important;
  }
}

@media (max-width: 575px) {
  h1,
  h2,
  h3,
  .fs-57,
  .fs-60 {
    font-size: 26px !important;
    line-height: 36px !important;
  }
  p.fs-18 {
    font-size: 14px !important;
  }
  .home-banner .fs-16 {
    font-size: 14px !important;
    line-height: 26px !important;
  }
}

@media (max-width: 575px) {
  h3,
  .fs-22,
  .fs-24,
  .fs-26,
  .fs-28,
  .fs-31,
  .fs-35,
  .fs-36,
  .fs-38,
  .fs-44,
  .fs-45,
  .fs-52,
  .fs-44,
  .fs-45,
  .fs-46,
  .fs-48,
  .fs-49,
  .fs-50,
  .fs-54,
  .fs-76,
  .fs-70 {
    font-size: 22px !important;
    line-height: 32px !important;
  }
}

p {
  line-height: 28px;
}

a,
a:hover {
  text-decoration: none;
  color: initial;
  cursor: pointer;
}

a:focus,
select:focus {
  outline: 0 !important;
}

a:focus,
button,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

.btn-primary:focus,
.btn:focus {
  box-shadow: none !important;
}

button {
  border: none;
  font-family: "Poppins", system-ui;
}

::placeholder {
  font-size: medium;
}

li {
  font-family: "Poppins", system-ui;
}

.cl-white {
  color: #ffffff;
}

.cl-black {
  color: #131313;
}

.bgc-black {
  background-color: #131313;
}

.br-3 {
  border-radius: 3px !important;
}

.br-7 {
  border-radius: 7.5px !important;
}

.br-8 {
  border-radius: 8px !important;
}

.br-10 {
  border-radius: 10px !important;
}

.br-12 {
  border-radius: 12px !important;
}

.br-14 {
  border-radius: 14px !important;
}

.br-16 {
  border-radius: 16px !important;
}

.br-16 {
  border-radius: 16px !important;
}

.br-20 {
  border-radius: 20px !important;
}

.br-22 {
  border-radius: 22px !important;
}

.br-25 {
  border-radius: 25px !important;
}

.br-30 {
  border-radius: 30px !important;
}

.br-40 {
  border-radius: 40px !important;
}

.br-50 {
  border-radius: 50px;
}

.br-100 {
  border-radius: 100px !important;
}

/* Default spacing for large screens */
.spacing {
  margin-top: 100px;
  margin-bottom: 100px;
}

/* Spacing for screens smaller than or equal to 992px */
@media (max-width: 992px) {
  .spacing {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

/* Spacing for screens smaller than or equal to 768px */
@media (max-width: 768px) {
  .spacing {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

/* Spacing for screens smaller than or equal to 576px */
@media (max-width: 576px) {
  .spacing {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}

/* Header CSS Start Here */
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: var(--bg-primary) !important;
  color: var(--cl-white) !important;
}

.desktop .search-txt {
  color: #adadad;
}

.desktop .dropdown-toggle::after {
  content: "";
  background-image: url("../images/icons/menu-indicator.svg");
  background-size: contain !important;
  background-repeat: no-repeat;
  width: 12px !important;
  height: 12px !important;
  position: absolute !important;
  right: -10px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  border: none !important;
}

/* Announcement Bar */
.announcementBar::before,
.announcementBar::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100px;
  width: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.announcementBar::before {
  left: 0;
  background-image: url("../images/icons/announcement-bg-left.svg");
}

.announcementBar::after {
  right: 0;
  background-image: url("../images/icons/announcement-bg-right.svg");
}

.form-control:focus {
  box-shadow: none !important;
}

.announcementBar {
  background: linear-gradient(90deg, #000e1e 0%, #0052b4 50%, #000e1e 100%);
}

.fs-default {
  font-size: 16px;
}

.coupon-txt {
  padding: 4px 25px 3px 18px !important;
}

.price-tag {
  margin-left: -35px;
}

.rounded-search {
  border-radius: 50%;
  background-color: #f0f0f0;
  padding: 10px;
}

.rounded-search svg {
  display: block;
  margin: auto;
}

.mobile {
  display: none !important;
}

.navbar {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.search-btn {
  margin-right: 44.33px;
  padding: 8px 8px 8px 23px !important;
}

.navbar .navbar-nav .nav-item {
  margin-right: 24px;
}

.navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.signIn-btn {
  padding: 6px 19px !important;
}

.signIn-btn:hover {
  color: var(--cl-white) !important;
}

.modal-close-btn {
  padding: 4px 10px !important;
}

.search {
  border-radius: 100px !important;
  border: 1px solid #e3e3e3 !important;
  width: 160px !important;
  height: 58px !important;
  padding-right: 50px;
}

.desktop .input-icon {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  background-color: #efefef !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.input-icon i {
  font-size: 1.2rem;
}

/* Search Modal CSS */
.search-result {
  border: 1px solid #eee !important;
  padding: 10px 15px;
}

.skeleton-loading {
  border: 1px solid #eee !important;
  padding: 10px 15px;
}

.model-close-btn {
  background-color: #f3f3f3 !important;
  padding: 15px !important;
  position: absolute;
  right: 30px;
  top: 27px;
}

.search-mdoal {
  max-width: 631px !important;
  width: 100%;
}

.print-txt {
  background-color: #f0f0f0 !important;
  padding: 4px 10px !important;
}

#SearchModal .modal-body .search-before {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

#SearchModal .modal-body .skeleton-loading {
  margin: 20px auto;
}

.modal-search-form .search-txt::placeholder {
  color: #adadad !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 27px !important;
}

.search-list {
  border: 1px solid #e5e5e5;
  background-color: #fbfbfb;
  padding: 4px 10px !important;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
}

.search-list:last-child {
  margin-right: 0px;
}

/* Enquiry Modal */
#EnquiryModal .enquiry-bg-img img {
  object-fit: cover;
  height: 100%;
  /* width: 100%; */
}

.enquiry-modal-w {
  max-width: 953px !important;
  width: 100%;
}

#EnquiryModal .second-col {
  padding: 26px 49px 24px 39px !important;
}

.submit-btn {
  background: linear-gradient(99.41deg, #0594bd 1.42%, #2119e3 100.94%);
  padding: 12px 74.5px !important;
}
.search-close-btn {
    background-color: #f3f3f3 !important;
    padding: 10px !important;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
    border-radius: 0 0 0 8px;
}

/* Main modal width */
.landing-modal-w {
    max-width: 650px !important;
    width: 100%;
    margin: 0 auto;
}

/* Close button inside modal */
.landing-close-btn {
    background-color: #f3f3f3 !important;
    padding: 10px !important;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
    border-radius: 0 0 0 8px;
}

/* Input & textarea common styles */
#LandingModal input,
#LandingModal textarea {
    width: 100%;
    padding: 10px 12px;
    font-size: 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
    outline: none;
    box-sizing: border-box;
}
#LandingModal .lp-modal-mb {
    margin-bottom: 10px;
}
/* Focus style */
#LandingModal input:focus,
#LandingModal textarea:focus {
    border-color: #007bff;
}
.landing-form-pe {
    padding-right: 20px !important;
}

/* Responsive layout for small devices */
@media (max-width: 576px) {
    .landing-modal-w {
        margin: 0 10px;
    }

    .landing-close-btn {
        padding: 8px !important;
        font-size: 12px;
    }

    #LandingModal .second-col {
        padding: 30px !important;
    }

    #LandingModal h2 {
        font-size: 24px;
        line-height: 32px;
    }

    #LandingModal .submit-btn {
        width: 100%;
    }
    .landing-form-pe {
    padding-right: 15px !important;
    }
}


/* Mega Menu */
.nav-tabs .nav-item {
  margin-right: 0px !important;
}

.nav-tabs {
  padding-top: 20px;
}

.megamenu-wrap .course-megamenu-wrap {
  background: #fafaff;
  border: 1px solid #ecf0f1;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.course-megamenu-wrap::after {
  content: "";
  right: 2%;
  background: linear-gradient(
    90deg,
    rgb(0 82 180 / 12%) 0%,
    rgb(5 148 189 / 14%) 100%
  );
  /* border-radius: 100%; */
  filter: blur(100px);
  height: 1200px;
  position: absolute;
  width: 1200px;
  z-index: 1;
  opacity: 1;
  /* background: #000; */
  top: 0%;
  transform: scale(1.1) translateY(-58%);
}

.course-megamenu-wrap .row {
  z-index: 5;
}

.megamenu-wrap {
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s;
  margin: auto;
  max-width: 780px;
  box-shadow: none;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 1263px;
  z-index: 99;
  margin-top: 0px;
}

li.menu-parent:hover > .megamenu-wrap {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}

.mmtab-style-1 {
  padding: 16px 16px 16px 22px !important;
}

.mmtab-style-1 ul.nav.nav-tabs .nav-link.active {
  background-color: #0052b4 !important;
  color: var(--cl-white) !important;
}

.mmtab-style-1 ul.nav.nav-tabs .nav-link {
  display: block;
  line-height: 27px;
  text-align: left;
  font-size: 18px;
  color: var(--cl-dark);
  border: 0;
  padding: 10px 15px;
  border-radius: 12px;
  font-weight: 500;
  width: 100%;
  position: relative;
  transition: all 0.4s;
  margin-bottom: 9px;
}

.mmtab-style-1 .tab-content .abt-txt {
  color: var(--cl-gray) !important;
  padding-top: 10px;
}

.first-col {
  border-right: 0.9px solid #d6d6d6;
}

.mmtab-style-1 .tab-pane {
  background-color: var(--cl-white) !important;
  padding: 31px 34px 30px 34px !important;
}

.enquire-btn {
  border: 1px solid #e5e5e5;
  background: #fbfbfb;
  padding: 9px 20px !important;
}

.enquire-sec {
  background-color: var(--cl-white) !important;
  margin-top: 15px !important;
  padding: 12px 13px 13px 13px !important;
}

.safe-list li:not(:last-child) {
  margin-bottom: 9px;
}

.safe-list li {
  position: relative;
  padding-left: 20px;
}

.safe-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  color: var(--cl-black);
}

@media screen and (max-width: 992px) {
  .mobile {
    display: block !important;
  }

  /* .desktop {
    display: none !important;
  } */

  /* .logo {
    width: 128px;
    height: 30px;
  } */

  .navbar {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .mobile {
    display: block !important;
  }

  .search-btn {
    margin-right: 13px !important;
  }

  .fs-default {
    font-size: 13px;
    text-align: center;
  }

  /* .price-tag {
    display: none;
  } */
}

@media (max-width: 768px) {
  .courses .nav {
    overflow-y: hidden !important;
  }

  .counter-container {
    padding: 20px !important;
  }

  .abt-container .first-col {
    border-right: 0px !important;
  }

  .about {
    padding: 0px 20px 40px 20px !important;
  }

  .workshop-img {
    width: 100%;
  }

  .fs-default {
    font-size: 13px !important;
  }

  .home-banner {
    padding: 0px 10px 25px 10px !important;
    background: linear-gradient(
      180deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .courses {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
  }

  .workshop {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .navbar > .container {
    display: flex;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .search {
    border-radius: 0px !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    padding-right: 0px !important;
  }

  .search-txt {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .quiz-btn,
  .Enquiry-btn {
    padding: 10px 24px 10px 24px !important;
    font-size: 14px !important;
  }
  .desktop .input-icon {
    width: 35px;
    height: 35px;
  }

  .search-btn {
    margin-right: 1px !important;
  }

  .search-btn.bg-white {
    background-color: transparent !important;
  }

  /* .announcementBar {
    display: none !important;
  } */

  .courses .nav {
    overflow-y: hidden !important;
  }

  .hamburger-img {
    width: 17px;
    height: auto;
  }

  .swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: auto !important;
  }

  .logo {
    width: 120px;
    height: auto;
    object-fit: cover;
    object-position: center;
  }

  .search {
    border-radius: 0px !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    padding-right: 0px !important;
  }

  .search-txt {
    display: none !important;
  }

  .action-btns {
    display: block !important;
  }

  .desktop-megamenu-list {
    display: none !important;
  }

  .mobile-offcanvas-menu {
    display: block !important;
  }

  .join-now-btn {
    padding: 10px !important;
    font-size: 13px !important;
  }

  .b-r {
    border-right: none !important;
  }

  .homeSwiper .swiper-slide {
    padding: 20px 0px;
  }

  .courseSwiper .swiper-slide {
    padding: 0px !important;
  }

  .workshopswiper .swiper-slide {
    padding: 0px;
  }

  .programswiper .swiper-slide {
    padding: 0px !important;
  }

  .mobile-b {
    border-right: none !important;
  }

  .border-end {
    border-right: none !important;
  }

  .abt-container {
    padding: 33px 10px 0px 10px !important;
    border-radius: 40px 40px 0px 0px !important;
    border-width: 4px !important;
  }

  .abt-container .fs-16 {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .about {
    padding: 0px 10px 0px 10px !important;
  }

  .workshop-img {
    width: 100%;
  }

  .workshop {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .courses {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
  }

  .model-close-btn {
    right: 17px;
    top: 15px;
  }

  #EnquiryModal .second-col {
    padding: 20px !important;
  }

  .signIn-btn {
    padding: 3px 10px 3px 10px !important;
    font-size: 13px !important;
  }

  .search-mdoal {
    max-width: 100% !important;
    width: 100%;
  }
}

/*Swipper */
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.swiper {
  padding-bottom: 30px;
}

/* Home Css */
/* .cursor_drag {
  cursor: url('../images/icons/cursor.svg'), auto;
} */

/* selector:hover {
  cursor: url('../images/icons/cursor.svg'), auto;
} */
.banner-swiper-pagination {
  position: absolute;
  bottom: 10px;
  display: block !important;
}

.home-banner {
  padding: 60px 0px;
}

.home-banner .swiper-pagination-progressbar.swiper-pagination-horizontal {
  bottom: 10px !important;
}

.blue-linear {
  background: linear-gradient(
    99.41deg,
    #0594bd 1.42%,
    #2119e3 100.94%
  ) !important;
}

.quiz-btn {
  background: linear-gradient(99.41deg, #0594bd 1.42%, #2119e3 100.94%);
  padding: 13px 37.5px 14px 25.5px;
}

.quiz-btn:hover {
  color: var(--cl-white) !important;
}

.Enquiry-btn {
  color: var(--cl-black) !important;
  border: 0.9px solid #d3d3d3;
  padding: 13px 22px 14px 21px;
}

.Enquiry-btn:hover {
  color: var(--cl-black);
}

.banner {
  padding-top: 60px;
}

.client {
  padding-top: 90px;
}

.slide:not(:last-child) {
  margin-right: 54px;
}

.slider-container {
  animation: marquee 60s linear infinite;
}

.abt-container {
  padding: 33px 53px 0px 53px;
  background-color: #fff;
  border-radius: 80px 80px 0px 0px;
  border-width: 8px;
  border-style: solid;
  border-color: #e4e9f0;
}

.abt-container .row-t {
  border-top: 0.9px solid #c0c7cf;
}

.abt-container .first-col {
  border-right: 0.9px solid #c0c7cf;
}

.view-btn {
  background: #fbfbfb;
  padding: 5px 16px !important;
  border: 1px solid #d4d4d4;
}

.abt-btn {
  padding: 5px 16px !important;
}

.abt-btn:hover {
  color: var(--cl-white) !important;
}

.left-bg-cl,
.right-bg-cl {
  content: "";
  border-radius: 878.256px;
  filter: blur(150px);
  bottom: 17% !important;
  width: 50%;
  height: 52%;
  z-index: -1;
}

.left-bg-cl {
  background: #2119e363;
  left: 0;
}

.right-bg-cl {
  background: #0594bd99;
  right: 0;
}

.btm-bg-cl {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 17%;
  width: 100%;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.about .row.position-relative {
  z-index: 5;
}

/* About */
.about {
  /* background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); */
  padding: 0px 50px 50px 50px;
}

.about::after {
  content: "";
  position: absolute;
  bottom: 240px;
  left: 0;
  height: 200px;
  width: 100%;
  background: linear-gradient(to bottom, #ffffff05 0%, rgb(255 255 255) 100%);
  z-index: 1;
}

.about::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 240px;
  width: 100%;
  background: linear-gradient(to top, #ffffff 0%, rgb(255 255 255) 100%);
  z-index: 1;
}

/* Courses */
.courses .nav-pills .nav-item {
  position: relative;
}

@media (min-width: 1201px) {
  .courses .nav-pills .nav-item.active-background::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: linear-gradient(
      82.75deg,
      rgba(42, 183, 222, 0.2) 15.17%,
      rgba(228, 25, 74, 0.2) 51.31%,
      rgba(255, 194, 27, 0.2) 87.88%
    );
    filter: blur(50px);
    border-radius: 50%;
    width: 300px;
    height: 200px;
    transform: translate(-50%, -50%);
    z-index: 0;
  }

  .courses .nav-pills .nav-link.active {
    position: relative;
    background-color: #fff !important;
    color: #000;
    border: none;
    transition: color 0.3s ease;
    z-index: 1;
  }
}

.courses .nav-pills .nav-link {
  background: transparent;
  color: #000;
  border: none;
  transition: color 0.3s ease;
}

.courses-tab-img {
  max-height: 229px;
  object-fit: cover;
  object-position: center;
}

.active-bg-shadow-effect {
  background: linear-gradient(
    82.75deg,
    rgba(42, 183, 222, 0.2) 15.17%,
    rgba(228, 25, 74, 0.2) 51.31%,
    rgba(255, 194, 27, 0.2) 87.88%
  );
}

.active-bg-shadow-effect {
  content: "";
  border-radius: 878.256px;
  filter: blur(150px);
  bottom: 5%;
  width: 50%;
  height: 50%;
  z-index: -1;
}

.courseSwiper .swiper-slide {
  padding: 12px;
}

.courseSwiper .course-card {
  box-shadow: 0px 6.65px 5.32px 0px #00000002, 0px 22.34px 17.87px 0px #00000001;
  min-height: 425px;
}

.courseSwiper .course-card:hover {
  box-shadow: 0px 6.65px 5.32px 0px #00000007, 0px 22.34px 17.87px 0px #0000000b;
}

.courses {
  background: linear-gradient(180deg, #ffffff 0%, #eeecfd 100%);
}

.courses .nav-pills .nav-link {
  min-width: fit-content;
  white-space: nowrap;
}

.courses .nav {
  overflow-x: visible;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.courses .nav::-webkit-scrollbar {
  width: 20px;
  border-radius: 100px !important;
}

.courses .nav::-webkit-scrollbar-thumb {
  background-color: #050537;
  border-radius: 100px !important;
  margin: 5px 0;
}

.courses .nav::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 100px !important;
}

/* Scrollbar for Firefox */
.courses .nav {
  scrollbar-width: thin;
  /* Set scrollbar width to thin */
  scrollbar-color: #050537 #f1f1f1;
  /* Thumb and track color */
}

/* Optional: Change the thumb color on hover */
.courses .nav::-webkit-scrollbar-thumb:hover {
  background-color: #333;
  /* Change color when hovering over the thumb */
}

.nav-pills .nav-link.active {
  color: var(--cl-black) !important;
  background-color: var(--cl-white) !important;
}

.join-now-btn {
  background-color: #fbfbfb !important;
  padding: 12.3px 24.75px 12.3px 28.25px;
  border: 1px solid #e5e5e5;
}

.join-now-btn:hover {
  color: var(--cl-white) !important;
  background: linear-gradient(99.41deg, #0594bd 1.42%, #2119e3 100.94%);
  border: 1px solid white;
}

.course-card {
  padding: 14px 13px 7px 13px !important;
  box-shadow: 0px 6px 12px 0px #0000000f;
}

/* workshop */
.workshop-img {
  height: 199px;
  object-fit: cover;
  object-position: center;
}

.workshop .register-now-btn {
  background: #fbfbfb;
  border: 1px solid #e5e5e5;
  padding: 14px 13px 13px 14px;
}

.workshop .register-now-btn:hover {
  background: linear-gradient(99.41deg, #0594bd 1.42%, #2119e3 100.94%);
  color: var(--cl-white) !important;
}

.workshop {
  background: linear-gradient(
    82.42deg,
    rgba(5, 148, 189, 0.16) 18.13%,
    rgba(33, 25, 227, 0.16) 81.8%
  );
}

.workshop-txt {
  background: linear-gradient(99.41deg, #0594bd 1.42%, #2119e3 100.94%);
  -webkit-background-clip: text;
  color: transparent;
}

.workshop .swiper-slide {
  padding: 0;
}

.card-container {
  padding: 14px;
}

/* Programs */
.programs .course-card {
  box-shadow: 0px 6.65px 5.32px 0px #00000002, 0px 22.34px 17.87px 0px #00000001;
}

.programs .course-card:hover {
  box-shadow: 0px 6.65px 5.32px 0px #00000007, 0px 22.34px 17.87px 0px #0000000b;
}

.program-slide-img {
  max-height: 229px;
  object-fit: cover;
  object-position: center;
}

.programswiper .swiper-slide {
  padding: 12px;
}

.programs {
  background: linear-gradient(180deg, #fff0e1 0%, #ffffff 100%);
}

.programs .swiper-wrapper {
  padding-bottom: 30px !important;
}

.programswiper .enroll-now-btn {
  background: #fbfbfb !important;
  border: 2.25px solid #e5e5e5 !important;
  padding-top: 12.55px;
  padding-bottom: 14.45px;
}

.programswiper .enroll-now-btn:hover {
  background: linear-gradient(
    99.41deg,
    #0594bd 1.42%,
    #2119e3 100.94%
  ) !important;
  color: var(--cl-white) !important;
  border-color: var(--cl-white) !important;
}

/* Counters */
.d_contents {
  display: contents;
}

.counter-wrapper {
  border: 0.8px solid #c0c7cf;
  background: #ffffff;
}

.b-r {
  border-right: 0.8px solid #c0c7cf;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.swiper-scrollbar.swiper-pagination.swiper-pagination-progressbar.swiper-scrollbar-horizontal {
  width: 266px !important;
  height: var(--swiper-pagination-progressbar-size, 4px);
  bottom: -50px !important;
  z-index: 99;
  left: 50% !important;
  transform: translateX(-50%);
  overflow: visible;
  right: unset !important;
}

/* Common styles for all Swiper progress bars */
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 266px !important;
  height: var(--swiper-pagination-progressbar-size, 4px);
  bottom: -50px !important;
  z-index: 99;
  left: 50% !important;
  transform: translateX(-50%);
  overflow: visible;
  right: unset !important;
}

@media (max-width: 768px) {
  .swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
  .swiper-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: unset !important;
    bottom: 0px !important;
    right: 0 !important;
    width: 50% !important;
  }
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2119e3 !important;
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  border-radius: 100px !important;
}

.swiper-pagination-progressbar {
  background: #ffffff !important;
  position: absolute;
  height: 10px !important;
  border-radius: 10px;
}

.programs .swiper-pagination-progressbar {
  background: #f1f1f1 !important;
}

.swiper-slide {
  box-sizing: border-box;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0) !important;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0 !important;
  top: 0;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: rgb(255 255 255) !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 40%;
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: 0;
  z-index: 50;
  height: 10px !important;
  width: 266px !important;
}

/* bottom below section */

.spacing {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 992px) {
  .spacing {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .spacing {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

@media (max-width: 576px) {
  .spacing {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .footer-fs-6 {
    font-size: 0.7rem;
  }
  .footer-fs-5 {
    font-size: 0.6rem;
  }
}

.sub-text {
  color: #0052b4;
}

.br-8 {
  border-radius: 8px;
}

.br-6 {
  border-radius: 6px;
}

.txt-light {
  color: #ffffff85;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .fs-45 {
    font-size: 35px !important;
    line-height: 40px !important;
  }
}

.footer .footer-subscribe {
  background-color: #050537;
  padding: 28px 38px 28px 38px;
  border-radius: 22.5px;
  width: 984px;
}

@media (max-width: 1200px) {
  .footer .footer-subscribe {
    width: 100%;
  }
}

.footer .pt-sub {
  padding: 100px 0px 0px 0px;
}

@media (max-width: 1200px) {
  .footer .pt-sub {
    padding: 30px 0px;
  }
}

.footer .custom-input {
  background-color: transparent !important;
  border-color: #ffffff !important;
  height: 53.56px;
  padding: 8.7px 9.01px 7.86px 25.69px !important;
  border-radius: 28.84px !important;
  border: 1px 0px 0px 0px !important;
  color: #fff !important;
  font-size: 14px;
}

.footer .form-control::placeholder {
  color: #f2f2f2 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}

.pad-100 {
  padding: 50px 100px;
}

.footer .list-link {
  color: #6f6f6f;
}

.footer .list-link:hover {
  color: #2119e3;
}

.footer .contact {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.footer .contact::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: -2px;
  background-color: #000;
  transition: width 0.3s ease-in-out;
}

.footer .contact:hover::after {
  width: 100%;
}

.custom-list li:not(:first-child) {
  position: relative;
  padding-left: 10px;
}
.custom-list li{
  padding-right: 10px;
}
@media (min-width: 1200px) {
  .custom-list li:not(:first-child)::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 10%;
    height: 70%;
    width: 1px;
    background-color: #d9d9d9;
  }
}

.footer .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #e6e3e3;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  color: #050537;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.footer .social-icon:hover,
.insutructor-hero .social-icon:hover {
  border: 2px solid #050537;
}

.footer .social-icon:hover,
.insutructor-hero .social-icon:hover {
  background-color: #d3f5ff;
  color: #fff;
}
.fa-phone:before {
    content: "\f39e";
    color: #050537;
}
.fa-youtube:before {
    content: "\f167";
    color: #050537;
}
.fa-facebook-f:before {
  content: "\f39e";
  color: #050537;
}

.fa-instagram:before {
  content: "\f16d";
  color: #050537;
}

.fa-twitter:before {
  content: "\f099";
  color: #050537;
}

.fa-linkedin-in:before {
  content: "\f0e1";
  color: #050537;
}

.footer .disclaim {
  width: 90%;
}

@media (max-width: 1200px) {
  .footer .disclaim {
    width: 100%;
  }
}

.copyright {
  background-color: #e5e5e5;
}

.partner {
  width: 100%;
}

.footer {
  background: linear-gradient(180deg, rgba(96, 165, 84, 0) 19%, #fff 0%);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer {
    background: linear-gradient(180deg, rgba(96, 165, 84, 0) 10%, #fff 0%);
  }
}

@media (max-width: 767px) {
  .footer {
    background: linear-gradient(180deg, rgba(96, 165, 84, 0) 10%, #fff 0%);
    /* You can add other mobile-specific styles here */
  }
}

@media (max-width: 1195px) {
  .copyright .row {
    padding-top: 20px;
  }

  .copyright .row .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .copyright .nav {
    gap: 15px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .copyright .row .col-lg-6 {
    text-align: center;
  }

  .copyright .nav {
    gap: 30px;
  }

  .search {
    border-radius: 100px !important;
    border: 1px solid #e3e3e3 !important;
    width: 140px !important;
    height: 100% !important;
    padding-right: 10px !important;
  }

  .search-btn {
    margin-right: 17.33px !important;
    padding: 8px !important;
    /* padding-left: 12px !important; */
  }

  .input-icon {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    background-color: #efefef !important;
    border-radius: 50%;
    width: 34px;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .signIn-btn {
    padding: 3px 29px !important;
    font-size: 10px !important;
  }

  .navbar-nav .nav-item {
    margin-right: 4px !important;
  }

  .desktop a.nav-link {
    font-size: 15px !important;
  }

  .logo {
    width: 150px;
    height: auto;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .font-xl {
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .navbar-nav li:hover .dropdown-menu {
    display: block;
  }
}

.logos {
  overflow: hidden;
  padding: 0px 0;
  background: transparent;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: transparent;
}

.logos:after {
  right: 0;
  background: transparent;
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  white-space: nowrap;
  animation: slide 35s linear infinite;
}

.logos-slide img {
  width: 100px;
  height: 100px;
  margin: 0 15px;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.campaign-slide-container {
  overflow: hidden;    
  white-space: nowrap;     
  position: relative;
}

.campaign-slide {
  display: inline-block;
  padding-left: 100%;      
  animation: slide-left 15s linear infinite;
}

@keyframes slide-left {
  0% {
    transform: translateX(0);      
  }
  100% {
    transform: translateX(-100%);   
  }
}

.campaign-slide p {
  display: inline-block;
  margin: 0;
}
    @media (min-width: 1024px) {
        .quiz-about p {
            text-align: center;
            width: 100%;
            margin-top: 10px;
        }

        .quiz-about ul { 
        background-color: #dbdcf2;
        border-radius: 10px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px 40px;
        list-style: disc;
        justify-content: center;
        padding: 40px;
        margin: auto;
        }

        .quiz-about ul li {
            width: calc(50% - 20px);
            display: list-item;
        }
    }

@media (max-width: 992px) {
  .logos-slide img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    object-position: center;
  }
}

.grad-text {
  background: linear-gradient(99.41deg, #0594bd 1.42%, #2119e3 100.94%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

@media (max-width: 1200px) {
  .join-community {
    width: 100%;
    height: auto;
  }
}

.grad-btn {
  background: linear-gradient(99.41deg, #0594bd 1.42%, #2119e3 100.94%);
  padding: 12px 20px;
  transition: background 0.3s ease;
}

.grad-btn:hover {
  background: linear-gradient(99.41deg, #1a17d5 1.42%, #0486a9 100.94%);
}

.lite-btn {
  background: #ffffff24;
  padding: 12px 27px;
  border: 1px solid transparent;
}

.lite-btn:hover {
  background: transparent;
  border: 1px solid #ffffff33;
}

.litebr-btn {
  border: 1px solid #ffffff33;
  padding: 12px 27px;
}

.litebr-btn:hover {
  background: #ffffff24 !important;
  border: 1px solid transparent;
}

.blue-dark {
  background: linear-gradient(180deg, #0052b4 0%, #073265 100%);
  padding: 20px 30px 30px 30px !important;
  height: 100%;
}

.dark-grad {
  background: linear-gradient(180deg, #161616 0%, #383838 100%);
  height: 100%;
}
.dark-plane {
    background: linear-gradient(180deg, #034889 0%, #166cd1 100%);
    height: 100%;
}
.pink-grad {
  background: linear-gradient(180.16deg, #e4194a 0.14%, #7e0e29 140.74%);
  height: 100%;
}

.grey-grad {
  background: linear-gradient(180.13deg, #f3f3f3 0.11%, #d6d6d6 147.57%);
  border: 0.9px solid #c0c7cf;
  height: 100%;
}

.purple-grad {
  background: linear-gradient(172.51deg, #392dca 5.81%, #1c1664 154.93%);
  height: 100%;
}

.white-btn {
  padding: 12px 27px;
}

.white-btn:hover {
  color: #fff !important;
  background: #000 !important;
}
.dark-btn {
  padding: 12px 27px;
}

.dark-btn:hover {
  color: #000 !important;
  background: #fff !important;
}

.home_video_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  background-image: url(../images/video-play-btn.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 9;
}

.gallery_img_card img {
  max-width: 100%;
  height: 348px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
}

@media (max-width: 1199px) {
  .gallery_img_card img {
    width: 100%;
    object-fit: cover;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .train .gap-lg-3 {
    gap: 0.2rem !important;
  }

  .train .pe-xl-2 {
    padding-right: 3rem !important;
  }
}

.card-test {
  background: #f8f8f8;
  padding: 33px 22px 22px 31px !important;
  border: 0.8px solid #d9d9d9;
  margin-bottom: 10px;
}

.card-test:hover {
  background: #fff;
  border: 0.8px solid transparent;
  box-shadow: 0px -5px 20px 0px #0000000f;
}

.testimonial {
  position: relative;
  /* Ensure the container allows absolute positioning */
  overflow: visible;
  /* Allow elements to be positioned outside */
}

.testimonial .swiper-horizontal > .swiper-pagination-progressbar,
.testimonial .swiper-pagination-progressbar.swiper-pagination-horizontal,
.testimonial
  .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.testimonial
  .swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 266px !important;
  height: var(--swiper-pagination-progressbar-size, 4px);
  right: -11% !important;
  top: -50px !important;
  z-index: 99;
  overflow: visible;
  left: unset !important;
}

@media (max-width: 768px) {
  .testimonial .swiper-horizontal > .swiper-pagination-progressbar,
  .testimonial .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .testimonial
    .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
  .testimonial
    .swiper-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: unset !important;
    /* Remove top positioning */
    bottom: 0px !important;
    /* Position at bottom */
    right: 0 !important;
    /* Keep it aligned to the right */
    width: 100% !important;
    /* Full width on mobile */
  }
}

.testimonial
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #2119e3 !important;
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  border-radius: 100px !important;
}

.testimonial .swiper-pagination-progressbar {
  background: #ffffff !important;
  position: absolute;
  height: 10px !important;
  border-radius: 10px;
}

.footer {
  position: relative;
}

.footer-grad {
  background: linear-gradient(
    90deg,
    rgba(5, 148, 189, 0.1) 0%,
    rgba(33, 25, 227, 0.1) 100%
  );
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
  filter: blur(100px);
}

.home-grad {
  content: "";
  background: linear-gradient(
    90deg,
    rgba(0, 82, 180, 0.07) 0%,
    rgba(228, 25, 74, 0.07) 100%
  );
  position: absolute;
  top: 5%;
  left: 0;
  width: 100vw;
  z-index: -1;
  filter: blur(100px);
  border-radius: 100px;
  /* background: #000; */
  height: 2267px;
}

@media (max-width: 767px) {
  .home-grad {
    content: "";
    background: linear-gradient(
      90deg,
      rgba(0, 82, 180, 0.12) 0%,
      rgba(228, 25, 74, 0.12) 100%
    );
    /* background: #000; */
    position: absolute;
    top: 5%;
    left: 0;
    width: 100vw;
    z-index: -1;
    filter: blur(100px);
    border-radius: 100px;
    height: 100%;
    /* Adjust the height for mobile, or use '100vh' for full screen height */
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .coach .ps-4 {
    padding-left: 35px !important;
  }

  .coach .fs-25 {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .coach .ps-4 {
    padding-left: 37px !important;
  }

  .coach .fs-25 {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .col_1 {
    width: 43.5% !important;
    padding: 0 !important;
    height: auto !important;
  }

  .col_2 {
    width: 36.4% !important;
    padding: 0 !important;
    height: auto !important;
  }

  .col_3 {
    width: 17.5% !important;
    padding: 0 !important;
    height: auto !important;
  }

  .col_4 {
    width: 32.69% !important;
    padding: 0 !important;
    height: auto !important;
  }

  .col_5 {
    width: 26.36% !important;
    padding: 0 !important;
    height: auto !important;
  }

  .col_6 {
    width: 38.8% !important;
    padding: 0 !important;
    height: auto !important;
  }
}

@media (min-width: 1200px) {
  .coach .col-12.col-xl-4 {
    position: relative;
  }

  .coach .col-12.col-xl-4 img {
    position: absolute;
    bottom: 0;
    /* Adjust the position as needed */
    right: 20px;
    /* Adjust the position as needed */
    width: 90%;
    /* Adjust width as needed */
  }
}

.desktop.sticky-top:is(.bg-white) .navbar {
  padding: 12px 0 !important;
}

.mobile-offcanvas-menu {
  display: none;
}

.desktop-megamenu-list {
  display: block;
}

/* Course Landing CSS */
.course-landing-form .form-control {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  height: 44px;
}

.course-landing-form .form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #2222228f;
}

.course-landing-form #clientMessage {
  height: auto !important;
  padding-top: 11.98px;
  padding-left: 15.52px;
}

@media (min-width: 1200px) {
  .course-bg-cl {
    content: "";
    background: linear-gradient(
      90deg,
      rgba(5, 148, 189, 0.05) 0%,
      rgba(33, 25, 227, 0.05) 100%
    );
    position: absolute;
    top: 5%;
    left: 0;
    width: 100vw;
    z-index: -1;
    filter: blur(100px);
    border-radius: 100px;
    height: 1970px;
  }
}
@media (max-width: 1199px) {
  .course-bg-cl {
    content: "";
    background: linear-gradient(
      90deg,
      rgba(5, 148, 189, 0.05) 0%,
      rgba(33, 25, 227, 0.05) 100%
    );
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    z-index: -1;
    filter: blur(80px); /* Reduced blur for smaller screens */
    border-radius: 50px; /* Adjusted border radius */
    height: 1000px; /* Reduced height to prevent overflow */
    overflow: hidden; /* Ensures no overflow */
  }
}

.course-landing .course-card {
  box-shadow: 0px 6.65px 5.32px 0px #00000007, 0px 22.34px 17.87px 0px #0000000b;
}

.course-landing .card-test {
  background: var(--bg-white);
}

.course-landing .enroll-now {
  padding: 12px 20px !important;
}

.batch-enroll-now {
  padding: 8px 10px !important;
}

.course-landing .advisor,
.course-landing .schedule {
  padding: 12px !important;
}

.online-white-dot span {
  color: var(--cl-white);
}

.online-white-dot {
  background-color: #18bfed;
  border-radius: 100px;
  padding: 6px 12px;
  width: fit-content;
  height: 30px;
}

.in-person {
  background: #fac4301a;
  border-radius: 100px;
  padding: 6px 12px;
  width: fit-content;
  height: 30px;
}

.in-person span {
  color: #fac430;
}

/* Accordion */
.accordion-item {
  border: 1px solid #e5e5e5 !important;
  border-radius: 12px !important;
}

.Curriculum .accordion-button {
  font-weight: 500 !important;
  font-size: 21px !important;
  line-height: 26.25px !important;
  color: #525252 !important;
  background-color: #fff !important;
}

.Curriculum .accordion-button:not(.collapsed) {
  background-color: #fbfbfb !important;
  box-shadow: none !important;
  color: var(--cl-black) !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}

.Curriculum .accordion-button:not(.collapsed)::after {
  background-image: url("../images/icons/accordion-indicator.svg") !important;
}

.Curriculum .accordion-button::after {
  background-image: url("../images/icons/menu-indicator.svg") !important;
}

.Curriculum .accordion-item ul li::marker {
  color: #0594bd;
}

.Curriculum .accordion-button::after {
  color: #0594bd !important;
}

.Curriculum .accordion-item ul {
  padding-left: 15px;
}
@media (max-width: 1199px) {
  .Curriculum .accordion-body {
    padding: 0px 20px;
  }
}

.Curriculum .accordion-item:not(:last-child) {
  margin-bottom: 1rem;
}

/* course-benefits */
.course-benefits {
  background: linear-gradient(99.41deg, #0594bd 1.42%, #2119e3 100.94%);
  padding: 14px 26px 26px 14px;
}

.course-benefits-list ul {
  padding-left: 0.3rem;
  margin-bottom: 0px;
}

.course-benefits-list li {
  list-style-type: none !important;
  position: relative;
  padding-left: 30px;
}

.course-benefits-list li::before {
  content: "";
  background-image: url("../images/icons/sweep.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 25%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.course-benefits-list li:not(:last-child) {
  padding-bottom: 27px !important;
}

/* skill covered */
.skill-covered .skill-covered-card {
  border: 1px solid #e5e5e5;
}

.know-more-wraper {
  padding: 28px;
}

/* Leading-SAFe-in-other-cities */
.Leading-SAFe-in-other-cities ul li {
  border: 1px solid #e5e5e5;
  background: #fbfbfb;
  padding: 13.27px 20px;
}

.Leading-SAFe-in-other-cities ul li a {
  color: #383838;
}

.Leading-SAFe-in-other-cities ul li:hover {
  background: linear-gradient(99.41deg, #0594bd 1.42%, #2119e3 100.94%);
}

.Leading-SAFe-in-other-cities ul li:hover a {
  color: var(--cl-white) !important;
}

.Reach-us {
  box-shadow: 0px 6.65px 5.32px 0px #00000007, 0px -4px 17.87px 0px #0000000b,
    0px 9px 0px 0px #00000008;
}

.Reach-us .card {
  background-color: var(--cl-white) !important;
}

.Reach-us .card-body {
  padding: 21px 41px 17px 42px !important;
}

.right-col-content {
  margin-top: -5% !important;
}

.right-col-content.sticky-top {
  top: 100px;
  z-index: 1 !important;
}

.faq .accordion-item ul li::marker {
  color: #0594bd;
}

.faq .accordion-button {
  background-color: #f8f8f8 !important;
}

.faq .accordion-body {
  background-color: #f8f8f8 !important;
}

.faq .accordion-item:not(:last-child) {
  margin-bottom: 1rem;
}

.faq .accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.faq button.accordion-button.collapsed {
  background-color: #f8f8f8 !important;
}

.faq .accordion-button {
  font-weight: 500 !important;
  font-size: 21px !important;
  line-height: 26.25px !important;
  color: #525252 !important;
}

.course-landing-header .view-schedule-btn {
  background: linear-gradient(
    99.41deg,
    #0594bd 1.42%,
    #2119e3 100.94%
  ) !important;
  padding: 12px 20.5px !important;
}

.course-landing-header .view-schedule-btn:hover {
  color: var(--cl-white);
}

.adv_wp_nav {
  /* position: fixed;
  top: -76px; */
  min-height: 76px;
  z-index: 999;
  overflow: hidden;
  border-radius: 0px 0px 40px 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
}

.adv_wp_nav .relative a {
  position: relative;
  color: #000000;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-transform: capitalize;
  min-width: fit-content;
  text-decoration: none;
}

.scroll-container {
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}

.adv_wp_nav .d-flex.relative {
  overflow-x: scroll;
  scrollbar-width: none;
  column-gap: 34px;
}

.adv_wp_nav .relative a:is(.active) {
  color: #0594bd;
}

#BoucherModal .modal-body {
  padding: 36px 57px !important;
}

.boucher-form .form-control {
  height: 44px;
}

.boucher-form .form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #2222228f;
}

.boucher-form .form-control {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.boucher-form .submit {
  background: linear-gradient(99.41deg, #0594bd 1.42%, #2119e3 100.94%);
  padding: 12px 74.5px;
}

.container.py-lg-5.sticky-top {
  padding-top: 0px !important;
}

.certification-process::before {
  content: "";
  background-image: url("../images/icons/left-Line.svg");
  position: absolute;
  background-repeat: no-repeat;
  width: 50px;
  height: 100%;
  left: 0;
  top: 0;
}

.certification-process {
  position: relative;
  padding-left: 40px !important;
  counter-reset: list-counter;
}

.certification-process li {
  position: relative;
  counter-increment: list-counter;
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px !important;
  color: #525252;
}

.certification-process li::before {
  content: counter(list-counter);
  position: absolute;
  left: -63px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(180deg, #000000 0%, #666666 100%);
  color: var(--cl-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1200px) {
  .couse-list .advisor.fs-18,
  .couse-list .enroll-now.fs-18,
  .couse-list .schedule.fs-18 {
    font-size: 14px !important;
  }

  .Curriculum .accordion-button,
  .faq .accordion-button {
    font-size: 18px !important;
  }

  .right-col-content {
    margin-top: 0px !important;
  }

  .Leading-SAFe-in-other-cities ul li {
    padding: 7px;
  }
}

@media (min-width: 768px) {
  .change-pswd-content {
    min-height: 530px;
  }

  .b-r {
    border-right: none !important;
  }

  .certificate-left {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .view-schedule-container.d-flex {
    display: none !important;
  }

  .search-txt {
    display: none !important;
  }

  .search {
    border-radius: 0px !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    padding-right: 0px !important;
  }
}

@media (max-width: 600px) {
  .train h2:is(.fs-32),
  .train .fs-39,
  .train .fs-30,
  .train .fs-25 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .train span.fs-16 {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .train p.fs-18,
  .train .fs-22 {
    font-size: 15px !important;
    line-height: 28px !important;
    padding-top: 0 !important;
  }
  .blue-dark {
    padding: 20px !important;
  }
  #BoucherModal .modal-body {
    padding: 16px !important;
  }

  .couse-list .date {
    flex-direction: column;
    row-gap: 1rem !important;
  }

  .couse-list .contact-btns {
    flex-direction: column;
  }

  .Curriculum .accordion-button:not(.collapsed) {
    font-size: 18px !important;
  }

  .Curriculum .accordion-button,
  .faq .accordion-button {
    font-size: 16px !important;
  }

  .course-benefits-list li.fs-18 {
    font-size: 16px !important;
  }

  .course-benefits-list {
    padding-left: 0px !important;
  }

  .know-more-wraper {
    padding: 20px;
  }

  .know-more-wraper p.fs-18 {
    font-size: 16px !important;
  }

  .Leading-SAFe-in-other-cities ul li a.fs-16 {
    font-size: 12px !important;
  }

  .certification-process li::before {
    width: 35px !important;
    height: 35px !important;
    left: -45px;
  }

  .certification-process::before {
    left: 10px !important;
  }
  .home-banner .swiper-pagination-progressbar.swiper-pagination-horizontal {
    bottom: 0px !important;
  }
  .workshop-title.text-uppercase {
    text-transform: capitalize !important;
  }
}

/* checkout */
/* .checkout-right-col.sticky-top{
  top: 100px;
} */
.checkout-bg {
  position: relative;
}

.checkout-bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/checkout-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.6;
  width: 486.52px;
  height: 100%;
}

.checkout {
  position: relative;
  background: linear-gradient(
    90deg,
    rgba(235, 214, 152, 0.13) 0%,
    rgba(255, 136, 27, 0.13) 100%
  );
}

.checkout::after {
  content: "";
  right: -3%;
  background: linear-gradient(
    90deg,
    rgba(235, 214, 152, 0.13) 0%,
    rgba(255, 136, 27, 0.13) 100%
  );
  border-radius: 100%;
  filter: blur(100px);
  height: 1200px;
  position: absolute;
  top: -328%;
  width: 1200px;
  z-index: -1;
  opacity: 1;
}

.custom-p {
  padding-top: 85px;
  padding-bottom: 31px;
}

.checkout-body .accordion-button {
  color: #222222 !important;
}
.checkout-tab-title {
  color: #222222 !important;
}

.checkout-body .accordion-button:not(.collapsed) {
  color: #222222 !important;
  background-color: var(--cl-white) !important;
  box-shadow: none !important;
}

.checkout-body .accordion-item:not(:last-child) {
  margin-bottom: 1rem;
}

.checkout-body .accordion-item {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0px !important;
}

.checkout-body .accordion-item:last-child {
  border: none !important;
}

.checkout-body button.accordion-button.collapsed:focus {
  outline: none;
  box-shadow: none;
}

.stripe-form .form-control {
  font-weight: 400;
  font-size: 14px;
  height: 45px;
  line-height: 21px;
}

.stripe-form .form-control::placeholder {
  color: #2222228f !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.highlighted-txt {
  color: #000000 !important;
}

.ParticipantDetails input.form-control.form-control-lg {
  font-weight: 400;
  font-size: 14px;
  height: 44px;
}

.ParticipantDetails .nice-select.form-control.form-control-lg {
  min-height: 44px !important;
}

.ParticipantDetails span.current {
  color: #2222228f !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.ParticipantDetails input.form-control.form-control-lg::placeholder {
  color: #2222228f !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.ParticipantDetails .nice-select.open .list {
  width: 100% !important;
}

.ParticipantDetails .nice-select:after {
  margin-top: -5px !important;
}

.Proceed {
  padding: 12px 18px 12px 18px;
}

.checkout-body .accordion-body {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.secure-payment ul#myTab {
  border: none !important;
}

.secure-payment {
  background-color: #f8f8f8;
  padding: 26px 68.5px 17px 69.5px;
  margin-left: 100px;
  margin-right: 50px;
}

.secure-payment .nav-tabs .nav-link.active {
  background-color: var(--cl-white) !important;
}

.secure-payment .nav-tabs .nav-link {
  border: 1px solid #eaeaea !important;
}

.secure-payment .nav-tabs .nav-link.stripe {
  /* padding: 13px 42.3px 13px 13px !important; */
}

.secure-payment .nav-tabs .nav-link.phonepe {
  padding: 11px 24.27px 11px 13.27px !important;
}

.secure-payment .stripe-img {
  /* width: 59.7px; */
  height: 24.76px;
}

.secure-payment .phonepe-img {
  width: 90.47px;
  height: 28.76px;
}

.stripe-form p {
  color: #0000008f;
}

.stripe-form .form-control {
  border-color: var(--cl-white) !important;
}

.order-summary-card {
  border: 1px solid #eeeeee;
  padding: 14px 12.43px 14px 17.43px !important;
}

.order-summary {
  padding: 11px 15.07px 10px 14.07px !important;
  background: #ffffff;
  box-shadow: 0px 6.65px 5.32px 0px #00000007, 0px 22.34px 17.87px 0px #0000000b,
    0px -22px 80px 0px #00000012, 0px 9px 0px 0px #00000008;
  margin-top: -150px;
  z-index: 1;
  position: relative;
  width: 100%;
}

.order-summary .custom_number_input,
input {
  width: 34px;
  height: 34px;
  border: 1px solid #e7e7e7;
}

.order-summary .form-control {
  width: 142px;
  padding: 23px 27px !important;
}

.order-summary .custom_number_input {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  max-width: 100%;
}

.order-summary .custom_number_input .minus,
.order-summary .custom_number_input .plus {
  padding: unset;
  color: #00000036;
  border: unset;
  font-size: 20px;
  pointer-events: all;
  margin-bottom: -4px;
  cursor: pointer;
}

.order-summary .price-details {
  border-top: 2px dashed #e7e7e7;
  border-bottom: 2px dashed #e7e7e7;
}

.coupon {
  box-shadow: 0px 6.65px 5.32px 0px #00000007, 0px 22.34px 17.87px 0px #0000000b,
    0px -22px 80px 0px #00000012;
}

.coupon .apply {
  background-color: #fbfbfb;
  border: 1px solid #e5e5e5;
  padding: 12px 27px;
  border-radius: 100px;
}

.coupon .apply:hover {
  background-color: #fbfbfb;
  border: 1px solid #e5e5e5;
}

.coupon-applied {
  background-color: #f4f4f4;
  padding: 7px 17px;
  width: 50%;
}

@media (max-width: 1200px) {
  .Proceed {
    padding: 10px !important;
  }

  .secure-payment .nav-tabs .nav-link.stripe {
    padding: 10px !important;
  }

  .secure-payment .nav-tabs .nav-link.phonepe {
    padding: 10px !important;
  }

  .secure-payment {
    background-color: #f8f8f8;
    padding: 20px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .order-counter.d-flex {
    flex-direction: column !important;
  }

  .dashboard-body .profile-tab-content {
    padding: 27px 25px 16px 25px !important;
  }

  .dashboard-body .events-content {
    padding: 27px 25px 16px 25px !important;
  }

  .dashboard-body .nav-pills .nav-link.active {
    font-size: 16px !important;
  }

  .dashboard-body .nav-pills .nav-link {
    font-size: 15px !important;
  }

  .dashboard-body .nav {
    padding: 10px !important;
  }

  .course-name.fs-24 {
    font-size: 18px !important;
  }

  .webinar-landing-banner-img.position-absolute {
    position: unset !important;
  }
  .courseSwiper .course-card {
    height: auto;
  }
}

@media (max-width: 767px) {
  .order-summary {
    margin-top: 0px !important;
    position: unset !important;
  }

  .webinar-banner .custom-border::before,
  .webinar-banner .custom-border::after {
    display: none;
  }

  .webinar-banner .custom-border {
    border-left: none !important;
    border-right: none !important;
    padding-left: 0px;
    padding-right: 0px;
  }

  .blog-banner .custom-border {
    border-left: none !important;
    padding-left: 10px !important;
  }
}

@media (max-width: 600px) {
  .Proceed {
    padding: 12px !important;
  }

  .Proceed.fs-18 {
    font-size: 16px !important;
  }
}

/* Dashboard */
.dashboard {
  background-color: #f5f5f5;
}

.dashboard-body .user-nav {
  background: linear-gradient(180deg, #0594bd 0%, #0052b4 100%);
  padding: 26px 18px 28px 18px;
  /* max-height: 531px; */
}

.user-info .user-email {
  color: #ffffff8f;
}

.dashboard-body .nav-pills .nav-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: var(--cl-white);
}

.dashboard-body .nav-pills .nav-link.active {
  color: var(--cl-black) !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px !important;
  border-radius: 12px !important;
}

.dashboard-body .nav-link .active-img {
  display: none;
}

.dashboard-body .nav-link .default-img {
  display: inline;
}

.dashboard-body .nav-link.active .active-img {
  display: inline;
}

.dashboard-body .nav-link.active .default-img {
  display: none;
}

.dashboard-body .profile-tab-content {
  background-color: var(--cl-white) !important;
  padding: 27px 94px 16px 25px;
}

.dashboard-body .events-content {
  background-color: var(--cl-white) !important;
  padding: 27px 25px 25px 25px;
}

.dashboard-body .invoice-content {
  background-color: var(--cl-white) !important;
  padding: 28px 0px 8px 0px;
}

.dashboard-body .change-pswd-content {
  background-color: var(--cl-white) !important;
  padding: 27px;
}

#profile-page .desktop.sticky-top.section_header {
  position: static !important;
}

.profile-content p {
  color: #797c7f;
}

.profile-form .form-control-lg {
  border: 0.9px solid #eeeeee !important;
}

.profile-form input.form-control.form-control-lg::placeholder,
.enquiry-form .form-control-lg::placeholder {
  color: #2222228f !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.profile-form input.form-control.form-control-lg,
.enquiry-form .form-control-lg {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  height: 44px;
}

.enquiry-form #client-message::placeholder,
.profile-form #client-message::placeholder {
  color: #2222228f !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.enquiry-form #client-message,
.profile-form #client-message {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  height: auto;
}

.events-status .upcoming,
.events-status .completed {
  border: 1px solid #ebebeb !important;
  background-color: var(--cl-white) !important;
  padding: 10px 32px;
  color: var(--cl-black) !important;
}

.events-status .nav-pills .nav-link.active {
  border: 1px solid var(--cl-secondary) !important;
  background-color: var(--cl-secondary) !important;
  color: var(--cl-white) !important;
  border-radius: 8px !important;
}

.trainer-img {
  max-width: 29px;
  max-height: 29px;
}

.upcoming-card .pre-read-txt {
  color: #222222;
}

.upcoming-card-header {
  padding: 12.83px 16.5px 13.75px 12.61px;
  border: 0.9px solid #f0f0f0 !important;
}

.upcoming-card-header .online {
  padding: 4px 12px !important;
  height: 23px;
}

.upcoming-card-header .in-person {
  padding: 4px 12px !important;
  height: 23px;
}

.load-more {
  padding: 12px 22px;
}

.load-more:hover {
  color: var(--cl-white);
}

.popup-course-img {
  width: 51.8px;
  height: 52.81px;
  border-radius: 12px !important;
}
.course-logo-img {
    width: 100%;
    max-width: 100%;
    height: 370px;
    object-fit: fill;
}

.EventsModal {
  max-width: 674px !important;
  width: 100% !important;
}

.table thead.dashboard-invoice-header th {
  background-color: #0052b4 !important;
  color: #ffffff !important;
}

.dashboard-invoice .paid {
  color: #0dbf7e !important;
}

.dashboard-invoice .failed {
  color: #ff881b !important;
}

/* White background for odd rows */
.table.dashboard-invoice tbody tr:nth-child(odd) td {
  background-color: var(--bg-white) !important;
}

/* Light gray background for even rows */
.table.dashboard-invoice tbody tr:nth-child(even) td {
  background-color: #f8f8f8 !important;
}

.table.dashboard-invoice thead th:not(:last-child) {
  border-right: 1px solid #ffffff !important;
}

/* Webinar Landing Page CSS */
.webinar-landing .course-card {
  box-shadow: 0px 6.34px 17.87px 0px #0000000b;
  background-color: var(--cl-white);
}

.webinar-landing .course-card:hover {
  box-shadow: 0px -5px 20px 0px #0000000f;
}

.register-now-btn {
  padding: 12px 26.5px;
}

/* .webinar-landing-banner-img {
  max-width: 600px;
  width: 100%;
  max-height: 359px;
  height: 100%;
} */

.webinar-banner .live-webinar {
  padding: 6px 12px;
  background-color: #18bfed;
}

.about-instructor .speaker {
  max-width: 245px !important;
  max-height: 306px !important;
}

.webinar-signup {
  background-color: #f9f9f9;
  padding-top: 31px;
  padding-bottom: 34px;
  border: 1px solid #dddddd;
}

.webinar-signup-form .form-control-lg {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  height: 44px;
}

.webinar-signup-form #contact-message::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #2222228f;
}

.webinar-signup-form #contact-message {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.webinar-signup-form .form-control-lg::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #2222228f;
  height: 44px;
}

.webinar-signup-form .submit {
  padding: 12px 33.5px;
}

.webinar-signup-form .form-control {
  border-color: #ebebeb;
}

.UpcomingWebinar .form-shade {
  box-shadow: 0px 6.65px 5.32px 0px #00000007, 0px 22.34px 17.87px 0px #0000000b,
    0px 100px 80px 0px #00000012;
}

.webinar-banner .custom-border {
  border-left: 5px solid #0052b4;
  border-right: 5px solid #0052b4;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.webinar-banner .custom-border::before,
.webinar-banner .custom-border::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 226px;
  background: linear-gradient(
    90deg,
    rgba(0, 82, 180, 0.1) 0%,
    rgba(0, 82, 180, 0) 100%
  );
}

.webinar-banner .custom-border::before {
  left: 0;
}

.webinar-banner .custom-border::after {
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 82, 180, 0) 0%,
    rgba(0, 82, 180, 0.1) 100%
  );
}

.list-categories {
  background: linear-gradient(
    82.42deg,
    rgba(5, 148, 189, 0.16) 18.13%,
    rgba(33, 25, 227, 0.16) 81.8%
  );
  backdrop-filter: blur(100px);
}

.quiz-card {
  padding: 12px;
  border: 0.9px solid #ececec;
}

.quiz-card:hover {
  box-shadow: 4px 4px 0px 0px #eeeeee;
}

.quiz-card .start-quiz-btn {
  background: #fbfbfb;
  border: 1px solid #e5e5e5;
  padding: 12px 20px;
}

.quiz-card .start-quiz-btn:hover {
  background: linear-gradient(99.41deg, #0594bd 1.42%, #2119e3 100.94%);
  color: var(--cl-white) !important;
}

.quiz-listing-img {
  max-width: 103px;
  min-height: 105px;
}

.quiz-listing .load-more {
  padding: 12px 40.5px;
}

/* Quiz Cateory listing  */
.quiz-c-listing-img {
  width: 100%;
  max-width: 507.76px;
  height: auto;
}

.assessment-test-card:hover {
  box-shadow: 0px 6.65px 5.32px 0px #00000007, 0px 22.34px 17.87px 0px #0000000b,
    0px 0px 80px 0px #00000012;
}

.assessment-test-card .card-header {
  background-color: var(--cl-white) !important;
}

.assessment-test-card {
  box-shadow: 0px 6.65px 5.32px 0px #00000007, 0px 0px 36px 0px #00000008;
}

.assessment-test-card p {
  color: #0000008f;
}

.assessment-test-card .start-test-btn {
  background: #fbfbfb;
  border: 1px solid #e5e5e5;
  padding-top: 12px;
  padding-bottom: 12px;
}

.assessment-test-card .start-test-btn:hover {
  background: linear-gradient(99.41deg, #0594bd 1.42%, #2119e3 100.94%);
  color: var(--cl-white) !important;
}

.why-should-join-card {
  border: 1px solid #f3f3f3;
}

/* Blog Listing page */
.blog-listing-container .form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #0000004d;
}

.blog-listing-container .form-control {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.blog-listing-header.sticky-top {
  top: 100px;
}

.blog-landing .broucher .img-fluid {
  max-width: 100%;
  object-position: center;
  object-fit: cover;
  height: 197px;
  border-radius: 20px !important;
}

.view-courses-btn {
  padding: 12px 20px;
}

.view-courses-btn:hover {
  color: var(--cl-white);
}

.blog-listing .right-br {
  border-left: 3px solid #0594bd;
}

.blog-banner .custom-border {
  border-left: 5px solid #0594bd;
  padding-left: 20px;
  position: relative;
}

.blog-listing-header {
  background-color: #0052b40d;
  border: 1px solid transparent;
  max-width: 310px;
  max-height: 424px;
}

.blog-listing-header h2 {
  border-bottom: 1px solid #ffffff;
}

#custom-tabs .nav-link {
  display: inline-block;
  width: auto;
  background-color: transparent;
  text-align: left;
  color: #000;
}

#custom-tabs .nav-link.active {
  background-color: #0052b4 !important;
  color: #fff !important;
}

.blog-listing-container .form-control {
  color: #0000004d;
  display: block;
  width: 267px;
  padding: 0px 0px 11px 33px;
  border-color: #dbdbdb !important;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}

.blog-listing-card {
  box-shadow: 0px -12.66px 0px 0px #00000000, 0px 0px 80px 0px #00000012;
  padding: 20px;
}

.blog-listing-card:hover {
  box-shadow: 0px 6.65px 5.32px 0px #00000007, 0px 22.34px 17.87px 0px #0000000b,
    0px 0px 80px 0px #00000012;
}

.blog-listing-content .blog-expert {
  color: #6f6f6f;
}

.blog-feature-img img {
  width: 100%;
  height: auto;
  /* min-height: 206px;  */
  object-fit: cover;
}

.blog-listing-content .load-more {
  padding: 12px 47px;
}

/* Blog landing page css */
.blog-landing-form .form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #0000004d;
}

.blog-landing-form .form-control {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  height: 44px;
}

.blog-landing-form #clientMessage {
  height: auto !important;
}

.blog-landing .blog-text {
  color: #6f6f6f;
}

.blog-landing .blog-landing-banner-img.position-absolute {
  min-width: 457px;
  min-height: 280.76px;
  object-fit: cover;
  height: auto;
  position: unset;
}

.blog-landing .right-col-content {
  margin-top: 0px !important;
}

.blog-landing .right-col-content.sticky-top {
  top: 100px;
  z-index: 1;
}

.related-blogs .related-blog-card {
  box-shadow: 0px -12.66px 0px 0px #00000000, 0px 0px 80px 0px #00000012;
  padding: 20px !important;
}
.related-blogs .related-blog-card:hover {
  box-shadow: 0px 6.65px 5.32px 0px #00000007, 0px 22.34px 17.87px 0px #0000000b,
    0px 100px 80px 0px #00000012;
}

.instructor-blog .blogSwiper .related-blog-card {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.082) !important;
}

.instructor-blog .related-blog-card:hover {
  box-shadow: 0px 20px 20px 0px #0000000f !important;
}

.blog-landing .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e6e3e3;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  color: #050537;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.blog-landing .social-icon:hover {
  background-color: #d3f5ff;
  color: #fff;
}

.blog-landing .social-icon:hover {
  border: 2px solid #050537;
}

@media (min-width: 1200px) {
  .blog-feature-img img {
    width: 100%;
    min-height: 206px;
    height: 100%;
    min-width: 344px;
    object-fit: cover;
  }

  .blog-landing .blog-landing-banner-img {
    min-width: 457px;
    min-height: 280.76px;
    object-fit: cover;
    height: auto;
    bottom: -90px;
    right: 0;
  }
}

@media (max-width: 768px) {
  .blog-landing .blog-landing-banner-img.position-absolute {
    min-width: auto !important;
    min-height: auto !important;
  }
}

@media (max-width: 1200px) {
  .blog-landing .blog-landing-banner-img.position-absolute {
    position: unset !important;
    width: 100%;
  }

  .contact-info .card-body {
    padding: 20px !important;
  }
}

@media (max-width: 600px) {
  .left-arrow,
  .right-arrow {
    width: 13px;
    height: 13px;
  }

  .previous-link-txt.fs-20,
  .next-link-txt.fs-20 {
    font-size: 12px;
    line-height: 15px;
  }

  #ApplyNowModal .modal-body {
    padding: 20px !important;
  }
}

/*Career Listing */
.career-listing .card-test {
  background-color: var(--bg-white) !important;
}

.career-listing .designation {
  color: #0000008f;
}

.career-listing .view-job-btn {
  background: #fbfbfb;
  border: 1px solid #e5e5e5;
  padding: 12px 20px;
}

.career-listing .view-job-btn:hover {
  background: linear-gradient(99.41deg, #0594bd 1.42%, #2119e3 100.94%);
  color: var(--cl-white) !important;
}

.career-listing .job-opening-list {
  padding: 10px;
  border: 0.9px solid #ececec;
}

.career-listing .job-opening-list:hover {
  box-shadow: 4px 4px 18.3px 0px #eeeeee;
  border-color: var(--cl-white);
}

.career-banner .custom-border {
  border-left: 3px solid #0594bd;
  padding-left: 20px;
  position: relative;
}

@media (max-width: 992px) {
  .career-listing .job-title.fs-20 {
    font-size: 15px;
  }

  .career-listing .job-img {
    width: 30px;
    height: auto;
  }

  .career-listing .view-job-btn.fs-18 {
    padding: 8px;
    font-size: 15px !important;
  }

  .dimensional-card {
    padding: 20px !important;
  }
}

@media (max-width: 767px) {
  .job-opening-list {
    padding: 1rem;
  }

  .job-title {
    font-size: 18px;
  }

  .view-job-btn {
    margin-top: 1rem;
  }

  .blog-listing-header {
    max-width: 100%;
    max-height: 100%;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .job-opening-list .d-flex {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
  }

  .job-opening-list .job-title {
    text-align: center;
    margin-top: 1rem;
  }

  .job-opening-list .view-job-btn {
    margin-top: 1rem;
  }
}

/* Career Landing */
.career-landing .live-webinar {
  padding: 6px 12px;
  background-color: #18bfed;
}

.career-landing .banner-txt {
  color: #6f6f6f;
}

.career-landing .Apply-Now {
  padding: 12px 96.5px;
}

.career-landing .Apply-Now:hover {
  color: var(--cl-white);
}

.career-landing .apply-linkedin {
  padding: 12px 64px;
  border: 1px solid #ffffff;
}

.career-landing .full-time:hover {
  color: var(--cl-white);
}

.career-landing .full-time {
  padding: 6px 12px;
  background-color: #18bfed;
}

.career-content li {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #6f6f6f;
}

.add-resume {
  color: #2222228f;
}

.applynow .form-control-lg,
.contact-form .form-control-lg {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  height: 44px;
}

.contact-form #contact-message {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.contact-form #contact-message::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #2222228f;
}

.applynow .form-control-lg::placeholder,
.contact-form .form-control-lg::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #2222228f;
}

.applynow .custom_file_upload .card-body {
  padding: 9px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.applynow .custom-file-input {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  background: #ffffff;
  border-radius: 12px;
}

.applynow .custom-file-input input[type="file"] {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  background: #ffffff;
  border-radius: 12px;
}

.applynow .custom-file-label {
  color: var(--cl-black);
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#ApplyNowModal .modal-body {
  padding: 36.5px 42px 27.5px 57px;
}

.ApplyNow-modal-w {
  max-width: 683px !important;
  width: 100%;
}

.applynow .submit {
  padding: 12px 35px !important;
}

/* Contact Us Page */
.contactUs .contact-us {
  position: relative;
  background: linear-gradient(
    90deg,
    rgba(0, 82, 180, 0.13) 0%,
    rgba(228, 25, 74, 0.13) 100%
  );
}

.ph a {
  color: #ffffff8f;
}

.ph li:not(:last-child) {
  margin-bottom: 15px;
}

.contact-info {
  background: linear-gradient(180deg, #0594bd 0%, #076985 100%);
  /* min-height: 533px; */
}

.contact-info .card-body {
  padding: 30px 109px 47px 59px;
}

.contact-info .card-body p,
.contact-info .card-body a {
  color: #ffffffb2;
}

.card-header {
  border: 0.9px solid #ffffff80 !important;
}

.contact-form .submit {
  padding: 12px 74.5px;
}

/* Consulting */
.three-dimensional-model {
  background: #f7fafe;
}

/* Consulting */
.three-dimensional-model .custom-br {
  border-radius: 6.34px;
}

.dimensional-card {
  padding: 46.5px 75.29px;
  box-shadow: 10px 10px 0px 0px #e5ecf5;
}

.consulting .process-card {
  border: 1px solid #efefef;
  background: linear-gradient(180deg, #fbfbfb 0%, #ffffff 100%);
}

.pillars ul li:not(:last-child) {
  margin-bottom: 15px;
}

.consulting-card {
  background: linear-gradient(180deg, #0594bd 0%, #076985 100%);
  padding: 26px 28px;
}

.consulting-card .txt {
  color: #ffffffb2;
}

.consulting .txt-style span:not(:last-child) {
  border-right: 2px solid white;
  padding-right: 8px;
}

.contactUs .contact-us::after {
  content: "";
  right: -3%;
  background: linear-gradient(
    90deg,
    rgba(0, 82, 180, 0.13) 0%,
    rgba(228, 25, 74, 0.13) 100%
  );
  border-radius: 100%;
  filter: blur(100px);
  height: 1200px;
  position: absolute;
  top: -328%;
  width: 1200px;
  z-index: -1;
  opacity: 1;
}

@media (min-width: 1300px) and (max-width: 1500px) {
  .contactUs .contact-us::after {
    content: "";
    right: -3%;
    background: linear-gradient(
      90deg,
      rgba(0, 82, 180, 0.13) 0%,
      rgba(228, 25, 74, 0.13) 100%
    );
    border-radius: 100%;
    filter: blur(100px);
    height: 1200px;
    position: absolute;
    top: -328%;
    width: 1200px;
    z-index: -1;
    opacity: 1;
  }

  .checkout::after {
    content: "";
    right: -3%;
    background: linear-gradient(
      90deg,
      rgba(235, 214, 152, 0.13) 0%,
      rgba(255, 136, 27, 0.13) 100%
    );
    border-radius: 100%;
    filter: blur(100px);
    height: 1200px;
    position: absolute;
    top: -328%;
    width: 1200px;
    z-index: -1;
    opacity: 1;
  }
}

.dashboard-footer {
  height: 62px;
}

.dashboard-header-bg {
  position: relative;
  background: linear-gradient(
    90deg,
    rgb(232 231 251) 20%,
    rgba(222, 241, 255, 1) 100%,
    rgba(216, 228, 255, 1) 100%
  );
  height: 100px;
  margin-top: -101px;
}

.dashboard-header-bg::after {
  content: "";
  right: 9%;
  background: linear-gradient(
    90deg,
    rgba(0, 82, 180, 0.13) 0%,
    rgba(228, 25, 74, 0.1) 100%
  );
  border-radius: 100%;
  filter: blur(100px);
  height: 1200px;
  position: absolute;
  top: -1087%;
  width: 1200px;
  z-index: -1;
  opacity: 1;
  /* background: #000; */
}

@media (max-width: 767px) {
  .dashboard-header-bg::after {
    opacity: 0 !important;
    /* Hide for mobile */
  }
}

@media (min-width: 1200px) {
  .dashboard-header-bg {
    /* height: 366px; */
    margin-top: -95px;
    padding-top: 95px;
  }
}
@media (min-width: 1200px) {
  .course-landing-header-bg {
    margin-top: -95px;
    padding-top: 95px;
  }
}
.course-landing-header-bg {
  position: relative;
  background: linear-gradient(
    90deg,
    rgb(232 231 251) 20%,
    rgba(222, 241, 255, 1) 200%,
    rgba(216, 228, 255, 1) 100%
  );
  overflow: hidden;
}
.course-landing-header-bg::after {
  content: "";
  right: 9%;
  background: linear-gradient(
    90deg,
    rgba(0, 82, 180, 0.13) 0%,
    rgba(228, 25, 74, 0.1) 100%
  );
  border-radius: 100%;
  filter: blur(100px);
  height: 1200px;
  position: absolute;
  top: -1087%;
  width: 1200px;
  z-index: -1;
  opacity: 1;
}

@media (max-width: 767px) {
  .course-landing-header-bg::after {
    opacity: 0 !important;
  }
}

@media (min-width: 1200px) {
  .course-landing-header-bg {
    margin-top: -95px;
    padding-top: 95px;
  }
}

.workshopswiper .card-container {
  box-shadow: 0px 6.65px 5.32px 0px #00000002, 0px 22.34px 17.87px 0px #00000001;
}

.workshopswiper .card-container:hover {
  box-shadow: 0px 6.65px 5.32px 0px #00000007, 0px 22.34px 17.87px 0px #0000000b;
}

.user-btn {
  display: none;
  padding: 8.5px 24px;
  background: linear-gradient(180deg, #0052b4 0%, #00244e 100%);
}

.sticky-top:not(.section_header) {
  z-index: 15;
}

.form-control[type="tel"] {
  padding-left: 93px !important;
}

.iti.iti--allow-dropdown.iti--inline-dropdown.iti--show-flags {
  width: 100% !important;
}

/* .megamnu-bg-effect {
  background: linear-gradient(180deg, 0052B4 0%, 0594BD 100%);
}

.megamnu-bg-effect::after {
  content: "";
  background: linear-gradient(90deg, rgba(0, 82, 180, 0.07) 0%, rgba(5, 148, 189, 0.07) 100%);
  border-radius: 100%;
  position: absolute;
  z-index: -1;
  width: 1962px;
  height: 1962px;
  top: -1267px;
  left: -459px;
  gap: 0px;
  opacity: 0px;
} */

.programs .course-card {
  box-shadow: 0px 6.65px 5.32px 0px #00000002, 0px 22.34px 17.87px 0px #00000001;
  min-height: 400px;
}

.programs .course-card:hover {
  box-shadow: 0px 6.65px 5.32px 0px #00000007, 0px 22.34px 17.87px 0px #0000000b;
}
.megamnu-bg {
  position: relative;
}

.offcanvas .dropdown-menu {
  position: static !important;
  transform: none !important;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.8;
  background-color: #000000bd;
  z-index: 15;
  backdrop-filter: blur(1px);
  display: none;
  transition: 1s all ease;
}

.section_header .navbar-nav .nav-link:hover + .overlay {
  display: block;
  transition: 1s all ease;
}
.navbar-nav .nav-item:hover .nav-link {
  color: var(--bg-blue) !important;
}
.z-20 {
  z-index: 20;
}
.section_header .desktop-megamenu-list .nav-link {
  line-height: 50px;
}
.section_header {
  transition: background-color 0.3s ease; /* Smooth background transition */
}

.Course-Certification-Process-list-container ul {
  position: relative;
  padding-left: 40px !important;
  counter-reset: list-counter;
}
.Course-Certification-Process-list-container ul::before {
  content: "";
  /* background-image: url(../images/icons/left-Line.svg); */
  border-left: 2px dashed #0594bd;
  position: absolute;
  background-repeat: no-repeat;
  width: 50px;
  height: 100%;
  left: 0;
  top: 0;
}
.Course-Certification-Process-list-container ul li {
  list-style-type: none;
  margin-bottom: 16px;
  position: relative;
}

.Course-Certification-Process-list-container li::before {
  content: counter(list-counter);
  counter-increment: list-counter;
  position: absolute;
  left: -63px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(180deg, #000000 0%, #666666 100%);
  color: var(--cl-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .Course-Certification-Process-list-container ul li::before {
    width: 35px !important;
    height: 35px !important;
    left: -45px;
  }
  .Course-Certification-Process-list-container ul::before {
    left: 10px !important;
  }
}

.instructor-profile-img {
  height: 265px !important;
  width: 100%;
  border-radius: 20px;
  /* object-fit: cover;
  object-position: center; */
}

/* .similar-courses .courseSwiper .course-card {
  word-wrap: break-word;
  overflow: hidden;
}

.similar-courses .courseSwiper .card-title {
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
  text-overflow: ellipsis;
} */

.course-megamenu-wrap {
  /* min-height: 450px; */
  overflow-y: auto;
  /* height: 450px; */
}

/* WebKit Scrollbar Customization */
.course-megamenu-wrap::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}

.course-megamenu-wrap::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 100px;
}

.course-megamenu-wrap::-webkit-scrollbar-track {
  background-color: transparent;
}

/* .courses .nav-item{
  z-index: 99999;
} */

.know-more {
  margin-top: 50px;
}
.course-benefits {
  margin-bottom: 50px;
}

.course-benefits-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  color: #fff !important;
}
.two-column-list {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
  column-gap: 20px;
}
@media (max-width: 767px) {
  .two-column-list {
    column-count: 1;
  }
}

.two-column-list li {
  margin-bottom: 10px;
}

.mega-list {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
}
.Curriculum p {
  margin: 0px;
}
.Curriculum b {
  color: #000;
  font-size: 15px;
}
.Curriculum p {
  padding: 0px 0px;
}
.Curriculum p:nth-child(3) {
  padding-top: 10px;
}
.overview-section{
  margin-bottom: 90px;
}
.overview-section p {
  margin-top: 18px;
  font-size: 15px !important;
  line-height: 22.5px !important;
  text-align: justify;
  color: #666666;
}
@media (max-width: 1199px) {
  .overview-section{
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .overview-section{
    margin-bottom: 20px;
  }
}

.overview-section b {
  font-weight: 600;
  color: #000;
}

@media (max-width: 767px) {
  .course-land-btn {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .course-landing .advisor,
  .course-landing .schedule {
    padding: 5px 5px !important;
  }
}

@media (max-width: 767px) {
  .course-land-btn {
    padding: 5px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 1199px) {
  .overview-section p {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .br-end {
    border-right: 1px solid #e7e7e7;
  }
}

.course-benefits-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  color: #fff;
}
#keyFeatures p {
  font-size: 15px !important;
  line-height: 22px !important;
}
.general-faq p {
  margin: 0px;
}
.general-faq ul {
  padding: 0px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

@media (max-width: 992px) {
  .margin-bottom-100 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

/* Spacing for screens smaller than or equal to 768px */
@media (max-width: 768px) {
  .margin-bottom-100 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

/* Spacing for screens smaller than or equal to 576px */
@media (max-width: 576px) {
  .margin-bottom-100 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}

.keyfeatures-swiper-pagination {
  background: #f1f1f1 !important;
}

@media (max-width: 767px) {
  .counter-container .fs-40 {
    font-size: 25px !important;
  }
  .counter-container .fs-17 {
    font-size: 12px !important;
  }
}
.quiz-about p b {
  font-size: 35px;
  font-weight: 500;
  line-height: 42px;
  color: #000;
}

@media (max-width: 1024px) {
  .quiz-about p b {
    font-size: 25px;
    line-height: 34px;
  }
}

@media (max-width: 768px) {
  .quiz-about p b {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 576px) {
  .quiz-about p b {
    font-size: 18px;
    line-height: 28px;
  }
}

.dashboard-profile {
  background: #050537;
  width: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
}

.dash-header-btn {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  background: #050537;
}
.dash-header-btn:hover {
  background: #0594bd !important;
  color: #fff !important;
}

#about-instructor p,
#about-instructor span {
  color: #ffffffb2;
  margin: 0;
}
#about-instructor b {
  font-size: 22px;
  font-weight: 500;
  line-height: 49.4px;
  color: #fff;
}

#about-instructor ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffffb2;
}

.upload-img {
  position: absolute;
  top: 34%;
  right: 45%;
}
/* .img-upload-profile .profile{
  filter: brightness(0.5);
} */
.img-upload-profile:hover .profile {
  filter: brightness(0.5);
}
.img-upload-profile .upload-img {
  opacity: 0;
  transition: opacity 0.8s ease;
  cursor: pointer;
}
.img-upload-profile:hover .upload-img {
  opacity: 1;
}
.blog-content b {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
}

.webinar-intro b {
  font-size: 20px;
  font-weight: 500;
  line-height: 42px;
  color: #131313;
}
.webinar-intro b:first-child {
  font-size: 35px;
  font-weight: 500;
  line-height: 42px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .webinar-intro b {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .webinar-intro b {
    font-size: 24px;
    line-height: 32px;
  }
}
.webinar-intro p,
.webinar-intro ul li {
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .scrollToHome {
    bottom: 21%;
  }
}

.scrollToHome {
  position: fixed;
  right: 2%;
  bottom: 15%;
  z-index: 9999;
}

.scrollToHome .button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(20, 20, 20);
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 4px rgba(180, 160, 255, 0.253);
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  position: relative;
}

.scrollToHome .svgIcon {
  width: 12px;
  transition-duration: 0.3s;
}

.scrollToHome .svgIcon path {
  fill: white;
}

.scrollToHome .button:hover {
  width: 140px;
  border-radius: 50px;
  transition-duration: 0.3s;
  background: linear-gradient(99.41deg, #0594bd 1.42%, #2119e3 100.94%);
  align-items: center;
}

.scrollToHome .button:hover .svgIcon {
  /* width: 20px; */
  transition-duration: 0.3s;
  transform: translateY(-200%);
}

.scrollToHome .button::before {
  position: absolute;
  bottom: -20px;
  content: "Back to Top";
  color: white;
  /* transition-duration: .3s; */
  font-size: 0px;
}

.scrollToHome .button:hover::before {
  font-size: 13px;
  opacity: 1;
  bottom: unset;
  /* transform: translateY(-30px); */
  transition-duration: 0.3s;
}

.sticky_whatsapp {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99;
}

.sticky_whatsapp .wp_img {
  animation: 1.5s linear infinite shake;
  transform: translate3d(0, 0, 0);
}

.sticky_whatsapp .wp_img:hover {
  animation-play-state: paused;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.breadcrumb .breadcrumb-item {
  padding: 0px;
}
@media (max-width: 600px) {
  .breadcrumb a {
    font-size: 12px !important;
    line-height: 12px;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 6px !important;
    font-size: 12px;
  }

  li.breadcrumb-item {
    padding-left: 6px !important;
  }

  .breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50ch;
  }

  .breadcrumb .breadcrumb-item:last-child,
  .breadcrumb .breadcrumb-item:nth-child(2) {
    display: inline-block;
    max-width: 20ch; /* Restrict to 10 characters */
    overflow: hidden; /* Hide overflowing content */
    text-overflow: ellipsis; /* Add an ellipsis to indicate truncation */
    white-space: nowrap; /* Prevent text wrapping */
  }

  .breadcrumb .breadcrumb-item:last-child {
    max-width: 20ch; /* Restrict to 10 characters */
  }

  .breadcrumb .breadcrumb-item:nth-child(2) {
    max-width: 15ch; /* Restrict to 10 characters */
  }
}

.candidate-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media (min-width: 1200px) {
  .trainer-info {
    width: 45%;
  }
}
.trainerswiper .swiper-slide {
  /* width:auto !important; */
  margin: 0;
  padding: 18px;
}

.trainer .swiper-pagination-progressbar {
  background-color: #f1f1f1 !important;
}

@media (max-width: 768px) {
  .trainer .swiper-pagination-progressbar {
    margin-bottom: -30px !important;
  }
}

.course-space{
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .course-space{
    margin-top: 30px;
  }

  .instructor-profile-img {
    height: 100% !important;
    width: 100%;
    border-radius: 20px;
    /* object-fit: cover;
    object-position: center; */
  }
}
@media (max-width: 767px) {
  .course-space{
    margin-top: 20px;
  }

  .dropdown-item{
    white-space: wrap !important;
  }
  .instructor-profile-img {
    height: 100% !important;
    width: 100%;
    border-radius: 20px;
    /* object-fit: cover;
    object-position: center; */
  }
}

@media screen and (min-width: 1200px) {
p.text-sub {
    width: 76%;
}
}

.breadcrumb-item.active:nth-child(2) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* @media (max-width: 768px) { 
    .breadcrumb-item.active:nth-child(2) {
        width: 150px;
    }
} */
 @media (min-width: 1200px) {
  .about-agility-fixed {
    align-items: start;
  }

  .about-agility-fixed .image-sticky-left {
    position: sticky;
    top: 100px;
    align-self: flex-start;
  }
}
@media (max-width: 768px) {
  .mobile-nowrap-info {
    flex: 1;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .mobile-mt {
    margin-top: 0.9rem; /* Equivalent to Bootstrap mt-2 */
  }

  .mobile-nowrap-label {
    font-size: 10px !important;
  }

  .mobile-nowrap-value {
    white-space: nowrap !important;
    font-size: 10px !important;
    line-height: 1.3 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
  }

  .mobile-nowrap-price {
    font-size: 20px !important;
    line-height: 1.3 !important;
    white-space: nowrap;
    align-self: flex-end !important;
    margin-bottom: 2px; /* Adjust as needed for pixel-perfect alignment */
  }
}
@media (min-width: 769px) {
  .mobile-mt {
    margin-top: 0 !important;
  }
}
@media (max-width: 576px) {
    .date-time-inline-mobile {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        gap: 8px;
        flex-direction: row;
        text-align: center;
    }

    .date-time-inline-mobile h2,
    .date-time-inline-mobile p {
        white-space: nowrap;
        font-weight:500 !important;
        font-size: 15px !important;
        line-height: 22px !important;
        margin-bottom: 0 !important;
    }

    .date-time-inline-mobile img {
        width: 18px;
        height: 18px;
    }
        .price-inline-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        flex-direction: row;
        flex-wrap: nowrap;
        text-align: center;
    }

    .price-inline-mobile p,
    .price-inline-mobile h2 {
        font-size: 18px !important;
        line-height: 22px !important;
        white-space: nowrap;
        margin-bottom: 0 !important;
    }
        .mobile-flex-enroll {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }

    .mobile-flex-enroll .qty-wrap,
    .mobile-flex-enroll .enroll-btn-wrap {
        margin-top: 0 !important;
    }

    .mobile-flex-enroll .custom_number_input {
        max-width: 110px;
        padding: 6px;
    }

    .mobile-flex-enroll .btn-grad-24 {
        padding: 8px 14px;
        font-size: 16px;
        white-space: nowrap;
    }
     .mobile-wrap-links {
        display: flex !important;
        flex-wrap: wrap;
        gap: 8px;
        padding-left: 0;
    }

    .mobile-wrap-links li {
        display: inline;
    }

    .mobile-wrap-links li a {
        white-space: normal;
        word-break: keep-all;
    }

    .mobile-wrap-links li::after {
        content: '|';
        margin: 0 6px;
        color: #888;
    }

    .mobile-wrap-links li:last-child::after {
        content: '';
        margin: 0;
    }
}