/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/mont-cyrillic-ext.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/mont-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/mont-vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/mont-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/mont-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.App {
  text-align: center;
}

body {
  scrollbar-width: thin !important;
  scrollbar-color: #00aaff #222A33 !important;
  font-family: 'Montserrat', Arial, sans-serif;
}

::-webkit-scrollbar {
  width: 10px !important;
}

::-webkit-scrollbar-track {
  background: #222A33 !important;
}

::-webkit-scrollbar-thumb {
  background: #00aaff !important;
  border-radius: 10px !important;
  border: 2px solid #222A33 !important;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #0077cc !important;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


/* Demo.css */

.c-demo-btn-1 {
  background: #3665cf;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.8rem;
  border: none;
  display: flex;
  align-items: center;
  color: white;
}

.demo_body {
  background: #001c33;
  font-family: Montserrat !important;
}

.hero-section {
  background: #384858;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 150px;
  font-family: Montserrat;
  overflow-x: hidden;
}

.hero-section-content {
  text-align: center;
}

.hero-section-h {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  padding: 2% 20%;
  color: white;
}

.hero-section-content h1 {
  color: #d3d9dd;
  font-weight: 700;
  margin-top: 15px;
  font-size: 38px;
}

.hero-section-content p {
  color: #ffffff;
  font-weight: 700;
  padding: 10px;
}

.heading-imp {
  color: #ffdd00;
  font-weight: 700;
  white-space: nowrap;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pt-0 {
  padding: 0px !important;
}

.l-55 {
  left: 55%;
}

.hero-section-img {
  width: 60vw;
  height: auto;
  max-width: 100vw;
  position: relative;
}

.hero-card {
  background: #ffffffcc;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  width: 260px;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  opacity: 0;
}

.hero-card-h {
  font-size: 16px;
  color: #595959;
  font-weight: 700;
}

.hero-card-p {
  font-size: 14px;
  color: #545567;
  font-weight: 600;
}

.hero-card img {
  padding: 10px;
  border-radius: 10px;
}

.hero-card1 {
  background: #ef4fb3;
}

.hero-card2 {
  background: #13b30e;
}

.hero-card3 {
  background: #fd661f;
}

.hero-card4 {
  background: #23bdee;
}

.hero-card5 {
  background: #f2f2f2;
}

.hero-card6 {
  background: #3665cf;
}

.hero-img-btn {
  padding: 11px 45px;
  background-color: #ffb200;
  border-radius: 30px;
  border: 2px solid #ffffff;
  font-weight: 600;
  font-size: 16px;
}

.curriculum-btn {
  display: inline-flex;
  align-items: center;
  padding-block: 15px;
}

.hero-card-btns {
  position: absolute;
  bottom: 8%;
  z-index: 999;
  width: 100%;
}

.hero-section1 {
  animation: slideInLeft 0.8s ease-in-out forwards;
  animation-delay: 0.2s;
}

.hero-section2 {
  animation: slideInRight 0.8s ease-in-out forwards;
  animation-delay: 1s;
}

.hero-section3 {
  animation: slideInLeft 0.8s ease-in-out forwards;
  animation-delay: 2s;
}

.hero-section4 {
  animation: slideInRight 0.8s ease-in-out forwards;
  animation-delay: 3s;
}

.hero-section5 {
  animation: slideInLeft 0.8s ease-in-out forwards;
  animation-delay: 4s;
}

.hero-section6 {
  animation: slideInRight 0.8s ease-in-out forwards;
  animation-delay: 5s;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.hero-card-section {
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 99;
}


.Demo-section-timings {
  overflow-x: hidden;
  color: white;
  font-family: Montserrat;
}

.demo-section-main {
  border: 1px solid #84848461;
  background: linear-gradient(90deg,
      rgba(217, 217, 217, 0.1) 0%,
      rgba(255, 255, 255, 0.1) 100%);
  margin: 40px;
  border-radius: 20px;
  padding: 15px;
  display: flex;
  gap: 16px;
}

.demo-section-sub {
  background: linear-gradient(180deg,
      rgba(105, 105, 105, 0.5) 0%,
      rgba(35, 43, 52, 0.5) 100%);
  border: 1px solid #ffffff33;
  border-radius: 16px;
  padding-left: 5px;
  width: 50%;
}

.demo-section-sc1 {
  background: linear-gradient(180deg, #33a3ff 0%, #114f82 100%);
  padding: 10px 40px;
  border-radius: 12px;
  text-align: center;
}

.demo-section-sc1 h1 {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
}

.demo-section-sc1 p {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}

.demo-section-sc2,
.demo-section-sc3 {
  margin-left: 15px;
}

.demo-section-sc1 span {
  font-weight: 500;
  font-size: 20px;
}

.demo-section-sc2 h3 {
  font-weight: 600;
  font-size: 20px;
  white-space: nowrap;
}

.demo-section-cust {
  font-weight: 500;
  font-size: 19px;
}

@keyframes blink-sync {
  0% {
    color: #33A3FF;
    fill: #33A3FF;
  }

  50% {
    color: white;
    fill: white;
  }

  100% {
    color: #33A3FF;
    fill: #33A3FF;
  }
}

.blinking-text,
.blinking-icon {
  animation: blink-sync 2s infinite;
}




@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.pulsing-text {
  display: inline-block;
  /* Ensures scaling works properly */
  animation: pulse 1s infinite;
}


.demo-section-sc3 h3 {
  font-weight: 600;
  font-size: 20px;
}

.demo-section-sc3 p {
  font-weight: 500;
  font-size: 17px;
  margin-top: 18px;
}


.key-benefits {
  margin: 40px;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
}

.key-benefits-segments {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  gap: 15px;
  margin-top: 6%;
}

.key-segment-card {
  border: 1px solid #ffffff33;
  background: linear-gradient(180deg,
      rgba(105, 105, 105, 0.5) 0%,
      rgba(35, 43, 52, 0.5) 100%);
  padding: 20px;
  border-radius: 18px;
}

.key-sub-segment {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.key-segment-card h1 {
  font-weight: 500;
  font-size: 22px;
}

.key-segment-card p {
  font-weight: 400;
  font-size: 16px;
  color: #cccccc;
  margin-top: 6%;
}

.key-segment-icon {
  height: 70px;
  transform: translateY(-70px);
}

.key-benefits-h {
  font-weight: 700;
  font-size: 36px;
}

.key-benefits-p {
  font-weight: 600;
  font-size: 18px;
  color: #b3b3b3;
}

.trusted-learners {
  font-family: Poppins;
  color: #ffffff;
  margin: 40px;
  padding: 15px;
}

.trusted-learners h1 {
  font-weight: 500;
  font-size: 28px;
  text-align: center;
  margin-top: 28px;
}

.demo_stars {
  text-align: center;
}

.trusted-img2 {
  margin-bottom: 12px;
}

.trusted-img3 {
  margin-bottom: 10px;
}


.course-section {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  /* 2-column layout */
  grid-gap: 8px;
  gap: 8px;
  margin: 40px;
  padding: 15px;
  font-family: Montserrat;
  color: #ffffff;
}

.course-sideA h1 {
  font-weight: 700;
  font-size: 32px;
}

.course-sideA-p {
  font-weight: 600;
  font-size: 14px;
  color: #cccccc;
}

.course-sideB img {
  height: auto;
  width: 100%;
}

.points-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px 20px;
  gap: 12px 20px;
  margin: auto;
}

.Course-item {
  display: flex;
  gap: 8px;
  opacity: 0;
  transform: translateX(-50px);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.Course-item.show {
  opacity: 1;
  transform: translateX(0);
}


.Course-item p {
  margin-bottom: 0px;
  font-size: 13px;
}

.Course-item img {
  height: 20px;
  transform: translateY(-1px);
}

.Webinar-btn-1 {
  background: #3665cf;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.8rem;
  border: none;
  display: flex;
  align-items: center;
  color: white;
}

.download-icon {
  width: 20px;
  height: 24px;
  margin-block: 0px;
  margin-right: 5px;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition-duration: .3s;
}

.svgIcon {
  fill: #ffffff;
}

.icon2 {
  width: 17px;
  height: 5px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}


.btn-1:hover {
  transition-duration: .3s;
}

.btn-1:hover .icon2 {
  border-bottom: 2px solid rgb(235, 235, 235);
  border-left: 2px solid rgb(235, 235, 235);
  border-right: 2px solid rgb(235, 235, 235);
}

.btn-1:hover .svgIcon {
  fill: rgb(255, 255, 255);
  animation: slide-in-top 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}


.Who-can-attend-section {
  margin: 40px;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
}

.Who-can-attend-sub-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  gap: 15px;
  align-items: stretch;
}

.Who-can-attend-section-h {
  font-weight: 700;
  font-size: 36px;
}

.Who-can-attend-section-p {
  font-weight: 600;
  font-size: 18px;
  color: #b3b3b3;
}

.attendees {
  display: flex;
}

.attendees-ul {
  color: #e6e6e6;
  text-align: left;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.attendees-h {
  font-size: 18px;
  text-align: left;
  margin-left: 12px;
  font-weight: 700;
}

.attendees-ul li {
  font-size: 14px;
}

.attendees-sub img {
  max-width: 200px;
  height: -moz-fit-content;
  height: fit-content;
}

.attendees-sub {
  display: flex;
  background: linear-gradient(180deg,
      rgba(105, 105, 105, 0.5) 0%,
      rgba(35, 43, 52, 0.5) 100%);
  border: 1px solid #ffffff33;
  padding: 20px;
  border-radius: 15px;
  width: 100%;
}


.Choose-right-plan-section {
  margin: 40px;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
}

.Choose-right-plan-section-h {
  font-weight: 700;
  font-size: 36px;
}

.Choose-right-plan-section-p {
  font-weight: 600;
  font-size: 18px;
  color: #b3b3b3;
}


.pricing-card {
  background: linear-gradient(180deg,
      rgba(105, 105, 105, 0.5) 0%,
      rgba(35, 43, 52, 0.5) 100%);
  border: 1px solid #ffffff33;
  padding: 30px 20px;
  text-align: left;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.pricing-card h2 {
  font-weight: 700;
  font-size: 20px;
}

.pricing-card:hover {
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.5) 0%, rgba(0, 73, 100, 0.5) 100%);

}

.pricing-card *:not(button):not(a) {
  pointer-events: none;
}

.pricing-card-p {
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #e6e6e6;
}

.pricing-card p {
  font-weight: 500;
  font-size: 14px;
}

.price {
  font-weight: 600;
  font-size: 32px;
}

.plans-points {
  display: flex;
  gap: 7px;
  align-items: flex-start;
}

.plans-points-img {
  transform: translateY(-2px);
}

.plans-ul {
  font-weight: 500;
  font-size: 14px;
}

.pricing-section {
  display: flex;
  align-items: stretch;
  margin-top: 20px;
}

.emi-badge {
  background: #0070cc;
  border-radius: 4px 8px 4px 20px;
  font-size: 12px;
  padding: 8px;
  position: absolute;
  right: 12px;
  top: 12px;
}

.plans-btn {
  border: none;
  background: #3665cf;
  width: 100%;
  text-align: center;
  padding: 15px 30px;
  border-radius: 30px;
  color: white;
  font-weight: 600;
  border: 2px solid transparent;
  transition: border-color 0.3s ease-in-out;
}

.plans-btn:hover .Right-plan-arrow {
  transform: translateX(7px);
}

.plans-btn:hover {
  border-color: #8bafff;
}

@keyframes ring {
  0% {
    transform: rotate(0deg);
  }

  15% {
    transform: rotate(10deg);
  }

  30% {
    transform: rotate(-10deg);
  }

  45% {
    transform: rotate(5deg);
  }

  60% {
    transform: rotate(-5deg);
  }

  75% {
    transform: rotate(2deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.plans-btn:hover .Right-plan-call,
.reg-cb-btn:hover .Right-plan-call {
  animation: ring 0.5s ease-in-out infinite;
}

.plan-points-section {
  margin-top: 10px;
}

.upcoming-free-demo-section {
  margin: 60px;
  padding: 10px;
}

.upcoming-free-demo {
  background: linear-gradient(180deg,
      rgba(9, 113, 138, 0.5) 0%,
      rgba(0, 73, 100, 0.5) 100%);
  border-radius: 40px;
  font-family: Montserrat;
}

.mockup-img {
  transform: translate(15px, -45px);
}

.badge {
  background: #e5f4ff;
  color: #001c33;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
}

.details-f {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}

.free-demo-h {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
}

.free-demo-p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.free-demo-btn {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 10px;
  padding-inline: 50px;
  background-color: #3665cf;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  font-weight: 400;
  outline: none;
  overflow: hidden;
  font-size: 18px;
  cursor: pointer;
  border: none;
  font-family: Poppins;
  width: max-content;
}

.free-demo-btn:hover {
  transform: scale(1.05);
}

/* Infinite back-and-forth shine animation */
@keyframes shine {
  0% {
    left: -100px;
  }

  50% {
    left: 100%;
  }

  100% {
    left: -100px;
  }
}

.free-demo-btn::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  opacity: 0.6;
  animation: shine 3s ease-in-out infinite;
}

.free-demo-content {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.icon-border {
  border-left: 4px solid #3665cf;
  padding: 20px;
}

.free-demo-sub-content {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  padding: 20px;
  height: 100%;
}

.popup video {
  width: 55vw !important;
  border-radius: 10px;
}


.course-demo-testimonial-image {
  position: relative;
  border-radius: 20px;
}

.course-demo-testimonial-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000004d;
  /* Semi-transparent black */
  border-radius: 20px;
  /* Matches the image's border-radius */
  z-index: 1;
  /* Ensures the overlay is on top of the image */
}

.course-demo-testimonial-image img {
  position: relative;
  height: 460px;
  z-index: 0;
  /* Places the image below the overlay */
}


.course-demo-snack-bar {
  position: absolute;
  color: #d8d8d8;
  z-index: 99;
  bottom: 0;
  left: 3%;
  font-family: "Montserrat";
}

.cd-testimonial-snackbar-heading {
  margin-bottom: 0.3rem;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.course-demo-testimonail-content {
  width: 320px;
  padding: 20px 43px 20px 25px;
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.5) 0%, rgba(0, 73, 100, 0.5) 100%);
  margin-left: 22px;
  border-radius: 15px;
  text-align: left;
  white-space: normal;
}

.course-demo-testimonial-para {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.6299999952316284px;
  text-align: left;
  margin: 6px 0px;
  margin-bottom: -5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 3;
}

.read-more-btn {
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.read-more-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.read-more-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  display: none;
  width: 400px;
  height: 350px;
  border-radius: 8px;
  z-index: 999999;
  font-family: Montserrat;
}


.read-more-close {
  background: none;
  width: 100%;
  text-align: end;
}

.read-more-popup-text {
  margin-top: 10px;
  overflow-y: scroll;
  height: 180px;
}

.read-more-align {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 90%;
  align-items: flex-start;
}


.read-more-popup.active,
.read-more-overlay.active {
  display: block;
  z-index: 999999;

}

.read-more-popup.active {
  background-color: #033F5A;
  color: white;
}

.cd-role-h {
  font-size: 14px;
}

.cd-role {
  font-weight: 400;
  font-size: 12px;
  color: #B3B3B3;
}

.demo-d-fl-just-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.course-demo-testimonial-video-container {
  display: flex;
  margin: 10px 12px;
  position: relative;
}

.Testimonials-section {
  font-family: Montserrat;
  color: white;
}

.Testimonial-h {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}

.Testimonial-p {
  font-weight: 600;
  font-size: 18px;
  color: #b3b3b3;
  text-align: center;
}

.hero-img-btn:hover {
  background-color: #ffffff !important;
  transition-duration: .3s;
}

.hero-img-btn:hover .icon2-hero {
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
}

.hero-img-btn:hover .svgIcon-hero {
  fill: #000000;
  animation: slide-in 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.svgIcon-hero {
  fill: #000000;
}

.icon2-hero {
  width: 17px;
  height: 5px;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
}

.r-45 {
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}

.hero-img-btn:hover .r-45 {
  transform: rotate(0deg);
}

.Alumni-section {
  margin: 40px;
  padding: 15px;
  font-family: Montserrat;
  color: #ffffff;
}

.Alumni-h {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}

.Alumni-p {
  font-weight: 600;
  font-size: 18px;
  color: #b3b3b3;
  text-align: center;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  gap: 20px;
  width: 100%;
}

.card {
  width: 100%;
  height: 300px;
  perspective: 1000px;
  background: transparent;
}

.card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.card:hover .card-inner {
  transform: rotateY(180deg) !important;
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
}

.card-front {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-back {
  background: #084165;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.star-h {
  height: 20px;
}

.flipped-content {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  overflow-y: scroll;
}

/* For Webkit Browsers */
::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track:hover {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #888;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.amnt-flip {
  font-weight: 500;
  font-size: 20px;
}

.alumni-sub-h {
  font-size: 9px;
  color: #CCCCCC;
}

.alumni-sub-p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}

.alumni-sub-span-1 {
  color: #00CC55;
  font-size: 10px;
  font-weight: 600;
}

.alumni-sub-span-2 {
  font-size: 14px;
  font-weight: 500;
  color: #00CC55;
}

.alumni-CC-1 {
  font-size: 9px;
  color: #B3B3B3;
  font-weight: 500;
}

.alumni-CC-2 {
  font-size: 10px;
  font-weight: 600;
}

.alumni-CC-21 {
  font-size: 14px;
  font-weight: 600;
  text-align: end;
}


.Register-free-demo-section {
  margin: 40px;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
}

.Register-form,
.Want-to-know-more {
  border: 2px solid #1F6A88;
  padding: 35px;
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.5) 0%, rgba(0, 73, 100, 0.5) 100%);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.Register-form-h {
  font-weight: 700;
  font-size: 36px;
}

.Register-form-p {
  font-weight: 600;
  font-size: 18px;
  color: #B3B3B3;
}

.Register-free-demo {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.Register-form-sub-h {
  font-weight: 600;
  font-size: 28px;
}

.Register-form-sub-p {
  font-weight: 500;
  font-size: 16px;
  color: #CCCCCC;
}

.Want-to-know-h {
  font-weight: 700;
  font-size: 28px;
}

.input-container {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.input-field {
  width: 100%;
  padding: 14px 10px 6px;
  font-size: 16px;
  border: 1px solid #1F6A88;
  background-color: #00334e;
  color: #B3B3B3;
  border-radius: 5px;
  outline: none;

}

.input-label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  font-size: 14px;
  color: #B3B3B3;
  transition: 0.3s ease;
  pointer-events: none;
  background-color: #00334e;
  padding: 0 5px;
}

.input-field:focus+.input-label,
.input-field:not(:placeholder-shown)+.input-label {
  top: 5px;
  font-size: 12px;
  color: #ffffff;
  border-radius: 5px;
  padding: 3px;
}

.input-field-error:focus+.input-label,
.input-field-error:not(:placeholder-shown)+.input-label {
  top: 5px;
  font-size: 12px;
  color: #ffffff;
  border-radius: 5px;
  padding: 3px;
}

.reg-btn {
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.8) 0%, rgba(0, 73, 100, 0.8) 100%);
  border: 2px solid #2E718C;
  padding-inline: 30px;
  padding-block: 11px;
  border-radius: 30px;
  color: #ffffff;
}

.reg-ws-btn {
  background: linear-gradient(180deg, rgba(0, 255, 107, 0.6) 2.4%, rgba(55, 255, 0, 0.6) 87.4%);
  border: 2px solid #0C6A00;
  color: #ffffff;
  padding-inline: 20px;
  padding-block: 10px;
  border-radius: 30px;
  width: 47%;
  font-size: 14px;
  font-weight: 600;
}

.reg-cb-btn {
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.8) 0%, rgba(0, 73, 100, 0.8) 100%);
  border: 2px solid #2E718C;
  color: #ffffff;
  padding: 10px;
  border-radius: 30px;
  width: 47%;
  font-size: 14px;
  font-weight: 600;
}


.form-check-input {
  background-color: unset !important;
  border: none !important;
  color: #98BECE !important;
  margin-left: 5px;
}

.input-checkbox {
  appearance: none;
  width: 15px;
  height: 15px;
  border: 2px solid #165B77;
  border-radius: 50%;
  background-color: unset;
  transform: translateY(2px);
}

.demo-popup-close-btn {
  background-color: unset;
}

.fa-times {
  color: white;
}

.Register-form-heading {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.input-checkbox:checked {
  background-color: #28C1FF;
  /* Blue dot for selected */
}

.input-checkbox:checked+.form-check-input {
  color: #28C1FF !important;
}

.df-al-c {
  display: flex;
  align-items: center;
  gap: 15px;
}

.demo_form-container {
  font-family: Montserrat;
  background: #03405C !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 510px;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}


.br-20 {
  border-radius: 20px;
}

.fade-in-card {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.fade-in-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-card:nth-child(1) {
  transition-delay: 0s;
}

.fade-in-card:nth-child(2) {
  transition-delay: 0.3s;
}

.fade-in-card:nth-child(3) {
  transition-delay: 0.6s;
}

.demo_register_phone input {
  background-color: transparent;
  color: white;
  border: none;
}

.input-field input:focus {
  outline: none;
}


/* DemoAgenda.css */

.Demo-Agenda-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  color: #ffffff;
  margin: 40px;
  padding: 15px;
  font-family: Montserrat;
  grid-gap: 20px;
  gap: 20px;
}


.cd-main-options {
  border: 1px solid #FFFFFF33;
  padding: 40px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.5) 0%, rgba(0, 73, 100, 0.5) 100%);
}

.cd-other-options {
  width: 100%;
  font-size: 16px;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #CCCCCC;
  border: 1px solid #1F6A88
}

.options-h-res {
  font-weight: 400;
  font-size: 24px;
}

.cd-main-options-h {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}


.Faq-section {
  margin: 40px;
  padding: 15px;
  font-family: Montserrat;
  text-align: center;
  color: #ffffff;
}

.Faq-section-h {
  font-size: 32px;
  font-weight: 700;
}

.Faq-section-p {
  font-size: 18px;
  font-weight: 600;
  padding: 8px 7rem;
  color: #B3B3B3;
}

.cd_faq-options {
  margin-bottom: 20px;
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.5) 0%, rgba(0, 73, 100, 0.5) 100%);
  border-radius: 25px;
  z-index: 9999;
  width: 80%;
}

.cd-btn-offer {
  width: 100%;
  text-align: left;
  border: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  background: #01385200;
  justify-content: space-between;
  border-radius: 20px;
  padding-block: 20px;
  padding-inline: 25px;
  color: #ffffff;
}

.chevron-icon {
  margin-left: 10px;
  font-size: 16px;
  transition: transform 0.6s ease;
}

.cd-info-content {
  max-height: 0;
  /* Start with no visible height */
  overflow: hidden;
  /* Hide overflowing content */
  padding-inline: 25px;
  transition: max-height 0.6s ease, padding 0.6s ease;
  text-align: left;
}

.cd-info-content.show {
  max-height: 500px;
  /* Set to a high enough value for the content */
  padding-inline: 25px;
}


.cd-faq-para {
  font-weight: 400;
  font-size: 0.9rem;
  color: #ffffff;
}


/* DemoGetInTouch.css */

.Get-in-touch-section {
  padding-inline: 50px;
  padding-bottom: 60px;
  font-family: Montserrat;
}


/* DemoLimitedSeats.css */

.Limited-seats-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  margin: 40px;
  padding: 15px;
  font-family: Montserrat;
}

.demo_content-h {
  font-size: 28px;
  font-weight: 700;
}

.demo_content-para {
  font-size: 18px;
  font-weight: 500;
}

.imp-content-para {
  font-weight: 600;
  font-size: 16px;
  color: #33A3FF;

}

.timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin: 20px 0;
}

.time-box {
  background: #21202033;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 1em;
  min-width: 80px;
}

.time-box span {
  font-size: 1.5em;
  font-weight: bold;
  display: block;
}

.limited-seats-btn {
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.8) 0%, rgba(0, 73, 100, 0.8) 100%);
  border: 1px solid #166380;
  padding-inline: 40px;
  padding-block: 12px;
  color: white;
  font-size: 1em;
  cursor: pointer;
  border-radius: 30px;
  margin-top: 15px;
  width: -moz-fit-content;
  width: fit-content;
}

.dot-icon {
  font-weight: 700;
}


.Contact-us {
  color: #ffffff;
  background: linear-gradient(180deg, rgba(105, 105, 105, 0.5) 0%, rgba(35, 43, 52, 0.5) 100%);
  border-radius: 40px;
  padding-inline: 40px;
  padding-block: 50px;
}

.get-in-touch-main-h {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 10px;
}

.contactus-img {
  border-radius: 12px;
  padding: 10px;
  background: linear-gradient(180deg, rgba(105, 105, 105, 0.5) 0%, rgba(35, 43, 52, 0.5) 100%);
  border: 0.5px solid #5d656d;
  margin-bottom: 5px;
}


.get-in-touch-main-p {
  font-size: 14px;
  font-weight: 500;
  width: 85%;
}

.get-in-touch-sub {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}


.Payment-Gateway-section {
  font-family: Montserrat;
  background: #F7F8FA;
}

.pb-50 {
  padding: 30px;
}

.Gateway-header {
  box-shadow: 0px 4px 24px 0px #0000000A;
  background: #003866;
  padding-inline: 50px;
  padding-block: 13px;
}

.checkout-box {
  background-color: #ffffff;
  padding-inline: 30px;
  border-radius: 12px;
  padding-block: 20px;
}

.checkout-box-h {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 13px;
}

.checkout-box-h1 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 13px;
}

.checkout-box-h2 {
  font-weight: 600;
  font-size: 20px;
  border-top: 1px solid #E2E2E2;
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Payment-input-container {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.Payment-input-label {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  font-size: 14px;
  color: black;
  transition: 0.3s ease;
  pointer-events: none;
  padding-inline: 13px;
}

.info-content {
  display: none;
}

.info-content.show {
  display: block;
}


.Payment-input-field {
  width: 100%;
  background: #F7F8FA;
  border: none;
  border-radius: 12px;
  padding-block: 15px;
  padding-inline: 10px;
  -moz-appearance: textfield;
}

.grid-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  gap: 20px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  gap: 10px;
  padding: 20px;
}

.payment-option {
  padding-inline: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-block: 10px;
  border-radius: 12px;
}

.radio-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  border: 1px solid #F2F2F2;
  padding-inline: 15px;
  padding-block: 2px;
  margin-bottom: 15px;
  border-radius: 12px;
}

.radio-container input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.radio-container input[type="radio"]:checked {
  background-color: green;
  border: 2px solid green;
}

.radio-container input[type="radio"]:checked::after {
  content: '\2714';
  font-size: 14px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
}

.content {
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
}

.content.show {
  border-top: 1px solid #F2F2F2;
  max-height: 200px;
  padding-top: 10px;
}

.warning-txt {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
}

.oracle-img {
  background: #F1F1F1;
  padding: 20px;
  height: 160px;
  border-radius: 10px;
}

.gateway-sections {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  gap: 20px;
}

.striked-price {
  font-size: 14px;
  text-decoration: line-through;
  color: #7F7F7F;
  font-weight: 400;
}

.main-price {
  color: #4587E4;
  font-weight: 600;
  font-size: 20px;
  margin-left: 5px;
}

.mini-text {
  color: #4587E4;
  font-weight: 600;
  font-size: 10px;
}

.checkout-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 500;
  color: #4A4A4A;
}


.checkout-box-p {
  color: #00963E;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 20px;
}

.payment-main {
  font-size: 12px;
  font-weight: 600;
}

.payment-sub {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0px;
}

.payment-btn {
  border: none;
  border-radius: 5px;
  background: #3665CF;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  padding-inline: 10px;
  padding-block: 5px;
  align-self: start;
  justify-self: flex-end;
}

.blinker-emi {
  color: #003866;
  background: #E6E6E6;
  font-size: 10px;
  border: none;
  font-weight: 600;
  border-radius: 5px;
  padding-block: 5px;
  padding-inline: 10px;
  margin-left: 10px;
  animation: blinking 2s infinite;
}

@keyframes blinking {
  0% {
    color: #003866;
    background-color: #ffffff;
  }

  50% {
    color: #ffffff;
    background-color: #003866;
  }

  100% {
    color: #003866;
    background-color: #ffffff;
  }
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.notable-txt {
  font-size: 12px;
  font-weight: 600;
  color: #005DA9;
}

.Payment-input-field::-webkit-outer-spin-button,
.Payment-input-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.Payment-input-field .coupon-apply-btn {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #2572DD;
  box-shadow: 0px 0px 5px 0px #00000033;
  width: 30%;
  padding-block: 15px;
  border: none;
  color: #ffffff;
  position: absolute;
  right: 0;
}

.highlight-coupon {
  background: #DEFFDA;
  color: #070707;
  border-radius: 8px;
  border: none;
  padding-block: 7px;
  font-weight: 600;

}

.coupon-remove-btn {
  width: 30%;
  padding-block: 10px;
  border: none;
  color: #ffffff;
  position: absolute;
  right: 1%;
  top: 10%;
  background: #FF6666;
  box-shadow: 0px 0px 5px 0px #00000033;
  border-radius: 8px;
}

.discount-row {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.discount-row.show {
  display: flex;
  opacity: 1;
  transform: translateY(0);
  align-items: baseline;
  color: red;
}

.discount-special {
  color: #4587E4;
  font-size: 10px;
  font-weight: 500;
}


.Payment-input-field .register_phone input {
  background-color: #F7F8FA;
  border: none;
  color: #212529 !important;
}

.PhoneInput:focus {
  outline: none;
}

.PhoneInputInput {
  border: none;
  outline: none;
}

.Payment-input-field:focus+.Payment-input-label {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.Payment-input-field:not(:placeholder-shown)+.Payment-input-label {
  visibility: hidden;
  opacity: 0;
}

.Payment-input-field:placeholder-shown:not(:focus)+.Payment-input-label {
  visibility: visible;
  opacity: 1;
}

/* For select elements only */
.Payment-select-field:invalid+.Payment-input-label {
  visibility: visible !important;
  opacity: 1 !important;
}

.Payment-select-field:focus:valid+.Payment-input-label {
  display: none;
}

.coupon-input-container {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.coupon-input-label {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  font-size: 14px;
  color: black;
  transition: 0.3s ease;
  pointer-events: none;
  padding-inline: 13px;
}

.coupon-input-field {
  width: 100%;
  background: #F7F8FA;
  border: none;
  border-radius: 12px;
  padding-block: 15px;
  padding-inline: 10px;
}

.coupon-input-field:focus+.coupon-input-label {
  visibility: hidden;
  opacity: 0;
}

/*.coupon-input-field:not(:placeholder-shown) + .coupon-input-label {
  visibility: hidden;
  opacity: 0;
}*/

.coupon-input-field:placeholder-shown:not(:focus)+.coupon-input-label {
  visibility: visible;
  opacity: 1;
}

.error-label {
  border: 2px solid red !important;
}

.invalid-message {
  color: #FF0000;
  margin-left: 5px;
  font-size: 14px;
}

.coupon-offer {
  color: #21AD14;
  margin-left: 5px;
  font-size: 14px;
}

.tick-icon-y {
  transform: translateY(3px);
}

.coupon-input-field:disabled+.coupon-input-label {
  visibility: hidden;
  opacity: 0;
}

/* DirectpaymentFailed.css */

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  /* Standard support */
}

body {
  font-family: Montserrat;
}

.payment-f-heading {
  font-weight: 600;
  font-size: 20px;
  color: #FF2525;
}

.payment-f-para {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
}

.retry-btn {
  background: #3665cf;
  width: 50%;
  text-align: center;
  padding: 10px 30px;
  border-radius: 30px;
  color: white;
  font-weight: 600;
  border: 2px solid transparent;
  transition: border-color 0.3s ease-in-out;
}

.payment-appearance {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 4s;
}

.failed-section {
  text-align: center;
  padding-inline: 30px;
  transform: translateY(50px);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gif-size {
  width: 200px;
}


html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  /* Standard support */
}

body {
  font-family: Montserrat;
}

.success-section {
  text-align: center;
  padding-block: 5rem;
  background: #ffffff;
  /* transform: translateY(50px); */
}

.payment-s-heading {
  font-weight: 600;
  font-size: 20px;
  color: #13AE05;
}

.payment-s-para {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
}

.Payment-custom-loader {
  width: 70%;
  height: 22px;
  border-radius: 20px;
  color: #13AE05;
  border: 2px solid;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.Payment-custom-loader::before {
  content: "";
  position: absolute;
  margin: 2px;
  inset: 0 100% 0 0;
  border-radius: inherit;
  background: #13AE05;
  animation: p6 8s linear;
}

@keyframes p6 {
  100% {
    inset: 0
  }
}

.download-button {
  position: relative;
  width: 150px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: transparent;
  background-color: #3665cf;
  overflow: hidden;
  border-radius: 5px;
  appearance: none;
  text-align: match-parent;
}

.download-button,
.download-button__icon,
.download-button__text {
  transition: all 0.3s;
}

.download-button__text {
  transform: translateX(10px);
  color: #fff;
  font-weight: 600;
}

.download-button__icon {
  position: absolute;
  transform: translateX(115px);
  height: 100%;
  width: 35px;
  background-color: #003e95;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-button__icon svg {
  width: 20px;
  fill: #fff;
}

.download-button:hover {
  background: #003e95;
}

.download-button:hover .download-button__text {
  color: transparent;
}

.download-button:hover .download-button__icon {
  width: 140px;
  transform: translateX(0);
}

.download-button:active .download-button__icon {
  background-color: #003e95;
}

.download-button:active {
  border: 1px solid #003e95;
}

.download-animation {
  display: flex;
  justify-content: center;
}


.main-blog-clr {
  background: #00668B;
  color: #ffffff;
  font-size: 14px;
  padding-block: 5px;
  padding-inline: 10px;
  border-radius: 5px;
}

.main-blog-caption {
  color: #ffffff;
  font-size: 14px;
  color: #D5D5D5;
  margin-left: 10px;
  font-weight: 600;
}

.main-blog-h {
  font-size: 32px;
  font-weight: 600;
  width: 60%;
  line-height: normal;
}

.blog-banner {
  position: relative;
  width: 100vw;
  height: 70vh;
  overflow: hidden;
}

.blog-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000004d;
  border-radius: 20px;
  z-index: 1;

}

.author-section {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.author-section-in-mob {
  display: flex;
  align-items: center;
  color: #ffffff;
}


.summary-container {
  display: flex;
  padding: 20px;
  color: #ffffff;
}

.sidebar {
  position: sticky;
  top: 20px;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
  width: 25%;
}

.summary-content {
  width: 60%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 40px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.follow-h {
  font-size: 18px;
  font-weight: 700;
  margin-top: 35px;
  color: #ffffff;
}

.menu-item {
  padding-block: 10px;
  padding-inline: 13px;
  border-left: 3px solid rgba(77, 77, 77, 1);
  margin-bottom: 10px;
  font-weight: 400;
  cursor: pointer;
}

.menu-item.active {
  border-left: 3px solid rgba(0, 186, 255, 1);
  font-weight: 700;
}

.menu-item:hover {
  border-left: 3px solid rgb(148, 223, 251);
}

.menu-item.active:hover {
  border-left: 3px solid rgba(0, 186, 255, 1);
  /* Keep the active style */
}

.menu-item.active .summary-h {
  margin-top: 40px;
  /* Adjust the value to set the desired margin */
}

.menu-item:last-child {
  border-bottom: none;
}

.newsletter-banner {
  position: relative;
  display: inline-block;
  width: 100%;
  background: linear-gradient(92.73deg, rgba(11, 189, 255, .8) 1.79%, rgba(0, 110, 151, .8) 98.62%);
  border-radius: 35px;
}

.get-notified-card {
  position: relative;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 60px;
  /* Adjust if needed */
}

.margin-section {
  margin: 50px;
  margin-bottom: 0px;
}


.newsletter-h {
  font-weight: 700;
  font-size: 36px;
  color: #ffffff;
}

.newsletter-p {
  font-size: 18px;
  font-weight: 400;
}

.newsletter-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  border: 1px solid #84848461;
  border-radius: 50px;
  padding: 5px;
  width: 70%;
}

.newsletter-btn {
  flex-grow: 1;
  background: transparent;
  border: none;
  color: #C8C8C8;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  padding: 10px 20px;
  outline: none;
}

.newsletter-sub-btn {
  font-weight: 600;
  font-size: 14px;
  background-color: #15465B;
  color: white;
  padding: 10px 15px;
  border: 2px solid #004C6B;
  border-radius: 50px;
  cursor: pointer;
}


.related-blogs-sub-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  gap: 25px;
}

.related-blog-card {
  border: 2px solid #006185;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(2, 53, 72, 0.5) 0%, rgba(7, 95, 128, 0.5) 100%);
}

.blog-content {
  color: #EFEFEF;
  padding: 20px;
}

.blog-card-img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.user-name,
.view-count {
  font-size: 14px;
  font-weight: 500;
  color: #C8C8C8;
}

.blog-content-h {
  font-weight: 700;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-clamp: 2;
}

.blog-content-p {
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-clamp: 2;
  color: rgba(239, 239, 239, 1);
}

.blog-content-span {
  text-decoration: none;
}

.underline-text {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}

.underline-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease-in-out;
}

.underline-text:hover::after {
  width: 100%;
}

.arrow {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

.blog-content-span:hover .arrow {
  transform: translateX(5px);
}

.related-blogs-heading {
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 20px;
}


.courses-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

textarea {
  width: 100%;
  min-height: 150px;
  max-height: 300px;
  resize: vertical;
  overflow-y: auto;
  padding: 10px;
  border: 2.5px solid rgba(10, 55, 78, 1);
  background: rgba(5, 38, 52, 1);
  border-radius: 5px;
  font-size: 16px;
  color: #fff;

}

textarea::placeholder {
  color: #ffffff;
}

.Comment-input-container {
  position: relative;
  width: 100%;
}

.Comment-input-field {
  width: 100%;
  border: 1px solid rgba(10, 55, 78, 1);
  border-radius: 12px;
  padding-block: 15px;
  padding-inline: 10px;
  color: #ffffff;
  background: rgba(5, 38, 52, 1);
  appearance: textfield;
}

.input-field-error {
  width: 100%;
  background: transparent;
  border: 2px solid rgb(221, 19, 19) !important;
  border-radius: 12px;
  padding-block: 15px;
  padding-inline: 10px;
  color: #ffffff;
}

/* Hide label when input is focused */
.Comment-input-field:focus+.Comment-input-label {
  visibility: hidden;
  opacity: 0;
}

/* Keep label hidden if input has a value */
.Comment-input-field:not(:placeholder-shown)+.Comment-input-label {
  visibility: hidden;
  opacity: 0;
}

/* Show label only when input is empty and not focused */
.Comment-input-field:placeholder-shown:not(:focus)+.Comment-input-label {
  visibility: visible;
  opacity: 1;
}

.Comment-input-label {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  font-size: 14px;
  color: rgba(235, 235, 235, 1);
  transition: 0.3s ease;
  pointer-events: none;
  padding-inline: 13px;
}

.Comment-form {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  grid-gap: 10px;
  gap: 10px;
}

/* For Chrome, Safari, Edge, Opera */
.Comment-input-field::-webkit-outer-spin-button,
.Comment-input-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.courses-name {
  border: 1px solid #3F3F3F;
  background-color: transparent;
  border-radius: 12px;
  color: #ffffff;
  padding-inline: 10px;
  padding-block: 5px;
}

.Comment-s-btn {
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.5) 0%, rgba(0, 73, 100, 0.5) 100%);
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  border: 2px solid #004C6B;
  padding-inline: 30px;
  padding-block: 10px;
  border-radius: 22px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.req-reg-btn {
  background: linear-gradient(180deg, rgba(105, 105, 105, 0.5) 0%, rgba(35, 43, 52, 0.5) 100%);
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  border: none;
  padding-inline: 40px;
  padding-block: 10px;
  border-radius: 22px;
}

.summary-h {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0px;
}

.summary-p {
  font-size: 16px;
  font-weight: 400;
  color: #BABABF;
}

.carousel-container {
  max-width: 230px;
  margin: auto;
  border-radius: 10px;
  position: relative;
}


.happy-students-h {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 16px;
  color: #ffffff;
}

.Request-input-container {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.Request-input-field {
  width: 100%;
  background: transparent;
  border: 1px solid #5E5E5E;
  border-radius: 12px;
  padding-block: 15px;
  padding-inline: 10px;
  color: #ffffff;
  appearance: textfield;
}

/* Hide label when input is focused */
.Request-input-field:focus+.Request-input-label {
  visibility: hidden;
  opacity: 0;
}

/* Keep label hidden if input has a value */
.Request-input-field:not(:placeholder-shown)+.Request-input-label {
  visibility: hidden;
  opacity: 0;
}

/* Show label only when input is empty and not focused */
.Request-input-field:placeholder-shown:not(:focus)+.Request-input-label {
  visibility: visible;
  opacity: 1;
}

.Request-input-label {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  font-size: 14px;
  color: #747474;
  transition: 0.3s ease;
  pointer-events: none;
  padding-inline: 13px;
}

.Request-input-label-query {
  top: 25% !important;
}

/* For Chrome, Safari, Edge, Opera */
.Request-input-field::-webkit-outer-spin-button,
.Request-input-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.categories {
  background: linear-gradient(180deg, rgba(2, 53, 72, 0.25) 0%, rgba(7, 95, 128, 0.25) 100%);
  border: 1px solid rgba(20, 69, 96, 1);
  padding-block: 25px;
  padding-inline: 20px;
  border-radius: 20px;
  margin-bottom: 40px;
}

.promotional-h {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #ffffff;
}

.category-btn {
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.2) 15.32%, rgba(0, 73, 100, 0.2) 100%);
  border: 1px solid rgba(20, 69, 96, 1);
  color: #ffffff;
  width: 100%;
  padding-block: 10px;
  padding-inline: 15px;
  border-radius: 7px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
}

.category-btn:hover {
  background-color: #047CA8;
}

.top-posts,
.Request-form {
  background: linear-gradient(180deg, rgba(105, 105, 105, 0.5) 0%, rgba(35, 43, 52, 0.5) 100%);
  border: none;
  padding-block: 25px;
  padding-inline: 20px;
  border-radius: 20px;
}

.Request-form {
  width: 100%;
  margin-top: 20px !important;
}

.numbering-post {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 0;
  background: linear-gradient(180deg, rgba(145, 145, 145, 123) 40%, #181818 86.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.top-post-card {
  background: linear-gradient(180deg, rgba(145, 145, 145, 0.41) 0%, #181818 86.4%);
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 20px;
}

.top-post-p {
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
  margin-bottom: 0px;
  color: #ffffff;
}

.promotional-content {
  width: 40%;
}

.promotional-p {
  font-weight: 500;
  font-size: 12px;
  color: rgba(173, 173, 173, 1);
}

.follow-img {
  height: 45px;
  width: 45px;
}

.related-blogs-section {
  padding-bottom: 30px;
}

.heart-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 34px;
}

.fa-heart {
  color: rgba(200, 200, 200, 1);
  transition: color 0.3s ease-in-out;
}

.blog-floating-btn {
  background: rgba(10, 109, 151, 1);
  border: 2px solid rgba(17, 137, 188, 1);
  color: #ffffff;
  padding-block: 7px;
  padding-inline: 30px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
}

.blog-floating-sub-btn {
  background: rgba(144, 22, 0, 1);
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 7px;
  padding-inline: 16px;
  border-radius: 7px;
  color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
}

.blog-sub-text,
.blog-connect-text {
  color: rgba(0, 102, 146, 1);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px;
}

.float-No-of-likes {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  color: rgba(0, 111, 170, 1);
}

.likes-text {
  color: rgba(0, 111, 170, 1);
  font-weight: 400;
  font-size: 14px;
}

.blog-floating-label {
  background-color: #ffffff;
  padding-block: 2px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.float-social-media {
  display: flex;
  align-items: center;
  gap: 10px;
}

.float-blog-subs {
  display: flex;
  align-items: center;
}

.Yt-text {
  font-size: 14px;
  font-weight: 700;
  margin-left: 5px;
}

.dividing-line {
  border-right: 2px solid rgba(166, 228, 255, 1);
  font-size: 35px;
}

.dividing-line-mb {
  border-right: 2px solid rgba(166, 228, 255, 1);
  font-size: 35px;
}

.yt-mb-icon {
  display: none;
}

.leave-comment-in-mob {
  display: flex;
  align-items: center;
  color: white;
  gap: 15px;
}

.leave-comment-in-cust-screen {
  display: none;
}

.blog-author-h {
  font-size: 18px;
  font-weight: 500;
}

.blog-author-name {
  font-size: 20px;
  font-weight: 600;
}

.cursor-pointer {
  cursor: pointer;
}

.request_for_more_info_phone input {
  background-color: transparent;
  color: white;
  border: none;
}

.blog-icon-align {
  gap: 8px;
}

.blog-overview-Newsletter-message,
.blog-overview-cmnt-message {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  margin-left: 8px;
}

.blog-overview-Newsletter-tick-img,
.blog-overview-Newsletter-invalid-img,
.blog-overview-cmnt-tick-img {
  height: 22px;
  width: 22px;
}


.newsletter-btn::placeholder {
  color: #fff;
}

@keyframes textisblinking {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.blog-ov-share-popup {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.blog-ov-share-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(7, 95, 128, 1);
  padding: 32px;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  width: max-content;
  text-align: center;
}

.Blog-ov-icons-popup {
  height: 65px;
  width: 65px;
}


.blog-ov-share-close {
  position: absolute;
  top: 10px;
  right: 18px;
  font-size: 20px;
  cursor: pointer;
}

.Blog-ov-share-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.blog-ov-request-message {
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, rgba(105, 105, 105, 0.5) 0%, rgba(35, 43, 52, 0.5) 100%);
  border: 1px solid rgba(71, 71, 71, 1);
  border-radius: 12px;
  padding-block: 10px;
  padding-inline: 20px;
  margin-top: 15px;
}

.blog-ov-request-p {
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 14px;
}

.blog-ov-request-sub-p {
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 12px;
}

.Blog-ov-share-text {
  font-weight: 500;
  font-size: 12px;
  margin-top: 8px;
  color: #ffffff;
}

.Course-text-blinking {
  animation: textisblinking 1.5s linear infinite;
}

.Blog-ov-text {
  border: 1px solid rgba(96, 147, 166, 1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  cursor: pointer;
  width: 400px;
}


.Blog-ov-link-text {
  color: rgba(141, 156, 165, 1);
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
}

.Blog-ov-text i {
  margin-left: 5px;
  transition: color 0.3s ease;
  color: #ffffff;
}

#copy-msg {
  display: none;
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}

.blog-ov-share-popup-h {
  font-size: 24px;
  font-weight: 500;
  color: rgba(34, 34, 34, 1);
  text-align: left;
}

.blog-ov-share-popup-p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.fa-xmark {
  color: #000000;
}


/* Blogs List */



.carousel-inner {
  overflow: hidden;
}

.live-demo-card {
  display: grid;
  grid-template-columns: 0.3fr 1fr 0.8fr;
  align-items: center;
  background: linear-gradient(180deg, rgba(0, 186, 255, 0.5) 0%, rgba(31, 60, 71, 0.5) 100%);
  border: 4px solid rgba(0, 150, 205, 1);
  border-radius: 16px;
  color: #ffffff;
}

.Slider-image {
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
  height: 270px !important;
  width: 380px !important;
}

.Upcoming-demo-course-name {
  font-size: 22px;
  font-weight: 700;
  margin-top: 15px;
}

.Category-Section {
  padding: 40px;
  background-color: #222A33;
}

.Blog-Summary {
  background-color: #222A33;
}

.Upcoming-demo-detail {
  background: rgba(0, 102, 139, 1);
  padding: 5px 8px;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 15px;
}

.Upcoming-demo-ot-detail {
  background: rgba(236, 181, 0, 1);
  padding: 5px 8px;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 15px;
  color: #000;
}

.Demo-type {
  color: #00ff6b;
  font-size: 16px;
  font-weight: 500;
}

.Demo-detail-grid {
  padding-left: 30px;
  padding-right: 10px;
  text-align: left;
}

.Reserve-seat-CTA {
  font-size: 16px;
  font-weight: 600;
  padding-block: 10px;
  padding-inline: 40px;
  border: none;
  background: linear-gradient(180deg, #079BD3 0%, #04506D 100%);
  color: #ffffff;
  border-radius: 8px;
}

.Reserve-seat-CTA:hover {
  border: 1px solid rgba(0, 184, 252, 1);
  background: none;
}

.Reserve-seat-OP {
  color: rgba(236, 181, 0, 1);
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.Demo-date-time {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}


.Hero-notify {
  margin-top: 30px;
}

.Hero-notify-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 35px;
  overflow: hidden;
  padding: 40px;
  /* Adjust padding as needed */
}

.Hero-notify-banner-img {
  position: absolute;
  /* ✅ Keeps it in the background */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* ✅ Maintains the same background behavior */
  z-index: -1;
  /* ✅ Ensures text is above */
}


.Hero-notify-banner-img-2 {
  position: absolute;
  /* ✅ Keeps it in the background */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* ✅ Maintains the same background behavior */
  z-index: 0;
  /* ✅ Ensures text is above */
}

.Hero-notified-card {
  position: relative;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 50px;
  /* Add padding */
  border-radius: 10px;
  /* Optional: Add border-radius */
}

.Hero-notified-h {
  font-weight: 700;
  font-size: 36px;
  color: #ffffff;
}

.Hero-notified-p {
  font-size: 18px;
  font-weight: 400;
}

.Category-h {
  font-size: 28px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0px;
}

.blog-category-search {
  position: relative;
  display: inline-block;
}


.blog-Search-Box-MB {
  color: white;
  margin-right: 10px;
}

.blog-category-box {
  display: flex;
  align-items: center;
  background: rgba(9, 45, 65, 1);
  border: 1px solid rgba(10, 62, 90, 1);
  padding: 2px 7px;
  border-radius: 10px;
  width: 200px;
  color: rgba(205, 205, 205, 0.9);
}

.blog-category-box input {
  background: transparent;
  border: none;
  color: white;
  outline: none;
  margin-left: 5px;
  width: 100%;
}

.blog-category-close {
  font-size: 12px;
  cursor: pointer;
  margin-left: auto;
  color: #000;
  background: rgba(205, 205, 205, 0.9);
  padding: 3px 4px;
  border-radius: 30px;
}

.hidden {
  display: none;
}


.Sort-text {
  font-size: 15px;
  color: #ffffff;
  cursor: pointer;
}

.category-container {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  gap: 10px;
}

.category-scroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
  max-width: 100%;
  padding: 10px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.category-item {
  border: 1px solid #00AEEF;
  background: transparent;
  color: white;
  padding: 8px 16px;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 600;
}

.category-item:hover {
  background: rgba(0, 167, 255, 1);
}

.category-item-click {
  background: rgba(0, 167, 255, 1);
}

.category-scroll::-webkit-scrollbar {
  display: none;
  /* For Chrome, Safari, and Opera */
}

.scroll-btn {
  background: linear-gradient(90deg, rgba(217, 217, 217, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border: 0.91px solid rgba(132, 132, 132, 0.38);
  color: rgba(89, 89, 89, 1);
  font-weight: 700;
  font-size: 20px;
  padding-inline: 7px;
}

.Category-blogs-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  gap: 15px;
  height: -moz-fit-content;
  height: fit-content;
}


.No-of-blogs {
  background: rgba(255, 255, 255, 1);
  font-size: 11px;
  color: rgba(0, 99, 136, 1);
  font-weight: 600;
  padding-inline: 11px;
  padding-block: 4px;
  border-radius: 20px;
  margin-left: 4px;
}

.related-category-card {
  border: 2px solid #006185;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(2, 53, 72, 0.5) 0%, rgba(7, 95, 128, 0.5) 100%);
}

.category-card-img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.category-content {
  color: #EFEFEF;
  padding: 20px;
}

.category-user-name,
.category-view-count {
  font-size: 14px;
  font-weight: 500;
  color: #C8C8C8;
}

.category-content-span {
  text-decoration: none;
}

.category-underline-text {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}

.category-underline-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease-in-out;
}

.related-category-card:hover .category-underline-text::after {
  width: 100%;
}

.category-arrow {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

.related-category-card:hover .category-arrow {
  transform: translateX(5px);
}

.Category-blog-sides {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 10px;
  gap: 10px;
}

.category-top-posts,
.category-Request-form {
  background: linear-gradient(180deg, rgba(105, 105, 105, 0.5) 0%, rgba(35, 43, 52, 0.5) 100%);
  border: none;
  padding-block: 25px;
  padding-inline: 20px;
  border-radius: 20px;
}

.category-promotional-h {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #ffffff;
}

.category-blog-top-post-card {
  background: linear-gradient(180deg, rgba(145, 145, 145, 0.41) 0%, #181818 86.4%);
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 20px;
}

.category-numbering-post {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 0;
  background: linear-gradient(180deg, rgba(145, 145, 145, 123) 40%, #181818 86.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.category-top-post-p {
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
  margin-bottom: 0px;
  color: #ffffff;
}

.carousal-happy-students-h,
.Side-heading-h {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 16px;
  color: #ffffff;
}

.category-carousel-container {
  max-width: 230px;
  margin: auto;
  border-radius: 10px;
  position: relative;
}

.category-carousal-img {
  height: 20px !important;
  width: 20px !important;
  border-radius: 0px !important;
}

.carousel-item img {
  border-radius: 10px;
}

.carousel-indicators {
  position: absolute !important;
  display: flex !important;
  bottom: -12% !important;
  gap: 10px !important;
}

.carousel-indicators [data-bs-target] {
  width: 8px !important;
  height: 0px !important;
  border-width: 2px !important;
  border-radius: 2px !important;
  background: #D9D9D9 !important;
  transition: all 0.3s ease-in-out !important;
  margin: 0;

}

.carousel-indicators button {
  width: 40px !important;
  border: none !important;
  background-color: #5FA4C6 !important;
  opacity: 0.5 !important;
  border-radius: 10px !important;
  transition: opacity 0.3s, background-color 0.3s !important;
}

.carousel-indicators .active {
  background: rgba(0, 103, 142, 1) !important;
  opacity: 1 !important;
  width: 50px !important;
}

.category-promotional-p {
  font-weight: 500;
  font-size: 12px;
  color: rgba(173, 173, 173, 1);
}

.category-blog-Request-input-container {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.category-blog-Request-input-field {
  width: 100%;
  background: transparent;
  border: 1px solid #5E5E5E;
  border-radius: 12px;
  padding-block: 15px;
  padding-inline: 10px;
  color: #ffffff;
  appearance: textfield;
}

/* Hide label when input is focused */
.category-blog-Request-input-field:focus+.category-blog-Request-input-label {
  visibility: hidden;
  opacity: 0;
}

/* Keep label hidden if input has a value */
.category-blog-Request-input-field:not(:placeholder-shown)+.category-blog-Request-input-label {
  visibility: hidden;
  opacity: 0;
}

/* Show label only when input is empty and not focused */
.category-blog-Request-input-field:placeholder-shown:not(:focus)+.category-blog-Request-input-label {
  visibility: visible;
  opacity: 1;
}

.category-blog-Request-input-label {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  font-size: 14px;
  color: #747474;
  transition: 0.3s ease;
  pointer-events: none;
  padding-inline: 13px;
}

.category-blog-Request-input-label-query {
  top: 25% !important;
}

.category-blog-required {
  color: red !important;
}

/* For Chrome, Safari, Edge, Opera */
.category-blog-Request-input-field::-webkit-outer-spin-button,
.category-blog-Request-input-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.category-req-reg-btn {
  background: linear-gradient(180deg, rgba(105, 105, 105, 0.5) 0%, rgba(35, 43, 52, 0.5) 100%);
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  border: none;
  padding-inline: 30px;
  padding-block: 10px;
  border-radius: 22px;
}


.Sort-text.overlay {
  background-color: #464646;
}

.Sort-text-popup {
  position: absolute;
  background: rgba(0, 43, 67, 1);
  padding: 20px;
  border-radius: 5px;
  color: rgba(215, 215, 215, 1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  right: 3%;
  transform: translateY(70%);
  z-index: 99;
  width: 200px;
}

.Sort-text-popup p {
  cursor: pointer;
  margin: 5px 0;
}

.Sort-by-options {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transform: translateX(10px);
}

.Sort-by-options.selected {
  list-style-type: disc;
  color: #ffffff;
  font-weight: 600;
}

.Sort-text-popup:active {
  padding-left: 30px;
}


.pagination-container {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}

.pagination-scroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
  max-width: 250px;
  /* Adjust width to fit 5 items */
  padding: 10px 0;
  scrollbar-width: none;
  /* Hide scrollbar for Firefox */
  -ms-overflow-style: none;
  /* Hide scrollbar for IE/Edge */
}

.pagination-scroll::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Chrome, Safari */
}

.page-item {
  border: 1px solid #00AEEF;
  background: transparent;
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  min-width: 40px;
  text-align: center;
}

.page-item.active {
  background: rgba(0, 110, 151, 1);
  color: #ffffff;
}

.Category-side-bar {
  position: sticky;
  top: 20px;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}

.category-scroll-btn {
  background: rgba(217, 217, 217, 0.1);
  cursor: pointer;
  border: 1px solid rgba(132, 132, 132, 0.38);
  color: rgba(89, 89, 89, 1);
  font-weight: 700;
  font-size: 16px;
  padding: 10px;
  border-radius: 4px;
}

.category-relevant-course-card {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  /* Adjust width for 3 items per view */
  margin: 0 5px;
  /* Add margin to create spacing between cards */
  background: #ffffff;
  /* width: 300px; */
}

.category-relevant-course-discount {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(206, 0, 0, 1);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
}

.course-category-offer {
  font-size: 13px;
  font-weight: 700;
  margin-left: 5px;
}

.category-relevant-course-icons {
  position: absolute;
  bottom: 10px;
  display: flex;
  gap: 10px;
}

.category-relevant-course-icons i {
  background: white;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
}

.category-relevant-course-card-body {
  padding: 15px;
  background: #fffffff5;
}

.category-relevant-course-card-body h3 {
  margin: 0;
  font-size: 18px;
}

.category-relevant-course-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
}

.category-relevant-course-price {
  color: green;
  font-weight: 700;
  font-size: 14px;
}

.category-relevant-course-old-price {
  text-decoration: line-through;
  color: #6E6E6E;
  font-size: 10px;
  font-weight: 500;
}

.category-relevant-course-info {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  font-size: 12px;
}

.category-relevant-course-enroll {
  display: flex;
  text-align: center;
  padding: 6px 16px;
  border-radius: 30px;
  color: white;
  font-weight: bold;
  border: 0.93px solid #075B8A;
  gap: 10px;
  background-color: #ffffff;
  align-items: center;
}

.category-relevant-course-cards {
  display: flex;
  transition: transform 0.5s ease;
}

.category-relevant-course-h {
  font-size: 12px;
  color: #075B8A;
  font-weight: 700;
  margin-bottom: 0px;
}

.category-relevant-course-Crating {
  display: flex;
  align-items: center;
  background: rgba(37, 43, 66, 1);
  color: #ffffff;
  border-radius: 18px;
  padding: 5px 13px 10px 10px;
  gap: 5px;
}

.category-relevant-course-main-h {
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
  text-overflow: ellipsis;
}

.category-relevant-course-text {
  font-size: 8px;
  font-weight: 700;
}

.category-relevant-course-enroll-link {
  text-decoration: none;
  color: #075B8A;
  font-size: 12px;
  font-weight: 700;
}

.category-relevant-course-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
  gap: 10px;
}

.category-relevant-course-review {
  font-size: 14px;
  font-weight: 400;
  transform: translateY(3px);
}

.category-relevant-course-info-details {
  font-size: 12px;
  font-weight: 400;
  margin-left: 5px;
}

.category-relevant-course-card-options {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  gap: 10px;
}


/* Carousel Container: wraps the whole carousel including nav buttons */
.blogs-relevant-courses-carousel-container {
  position: relative;
  overflow: hidden;
  margin: 20px auto;
  display: flex;
  align-items: center;
}

/* Carousel Wrapper: clips overflowing cards */
.carousel-wrapper {
  overflow: hidden;
  width: 100%;
  display: flex;
  /* Ensure the cards are in a row */
}

.carousel-button {
  font-size: 20px;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  padding: 5px 15px;
  color: #bbb;
  border: 0.91px solid rgba(132, 132, 132, 0.38);
  background: linear-gradient(90deg, rgba(217, 217, 217, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.carousel-button.left {
  margin-right: 10px;
  /* Add some spacing between the button and the carousel */
}

.carousel-button.right {
  margin-left: 10px;
  /* Add some spacing between the button and the carousel */
}

.main-course-testimonial-carousel-button.left {
  margin-right: 10px;
  position: absolute;
  top: 50%;
  transform: translate(-20px, -50%);
  left: 2px;
  height: -moz-fit-content;
  height: fit-content;
}

.main-course-testimonial-carousel-button.right {
  margin-left: 10px;
  position: absolute;
  top: 50%;
  transform: translate(20px, -50%);
  right: 2px;
  height: -moz-fit-content;
  height: fit-content;
}

.carousel-container.no-carousel .carousel-button {
  display: none;
}


.blog-category-have-que-section {
  background: linear-gradient(180deg, rgba(145, 145, 145, 0.41) 0%, #181818 86.4%);
  padding-block: 25px;
  padding-inline: 20px;
  border-radius: 20px;
  margin-top: 25px;
}

.blog-category-live-chat {
  background: linear-gradient(180deg, rgba(0, 255, 107, 0.6) 2.4%, rgba(55, 255, 0, 0.6) 87.4%);
  color: #ffffff;
  padding-block: 10px;
  border: 2px solid rgba(12, 106, 0, 1);
  font-weight: 600;
  width: 100%;
  border-radius: 30px;
  margin-top: 25px;
}

.blog-category-request-a-call {
  border: 2px solid rgba(46, 113, 140, 1);
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.8) 0%, rgba(0, 73, 100, 0.8) 100%);
  color: #ffffff;
  padding-block: 10px;
  font-weight: 600;
  width: 100%;
  border-radius: 30px;
  margin-top: 10px;
}

.blog-category-have-que-heading,
.blog-category-have-que-subheading {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

.blog-category-have-que-subheading {
  font-size: 20px;
}

.element {
  overflow: auto;
  scrollbar-width: none;
}

.element::-webkit-scrollbar {
  display: none;
}

.blog-category-post-image {
  border-radius: 5px;
}

.blog-category-blog-img {
  color: transparent;
  max-width: 100%;
  height: auto;
  width: auto;
}

.Search-text {
  font-size: 15px;
  margin-left: 3px;
  background: none;
  border: none;
  color: white;
  outline: none;
  width: 150px;
}

.scroll-btn.active-scroll {
  background-color: white;
}

.active-pagination-button {
  background: rgb(0, 110, 151) !important;
  color: white !important;
}

.Main-Course-Upcoming-Demo-Details-card-Background {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  margin-bottom: 20px;
  background: url(/images/courses/Main-Course-Upcoming-Demo-Details-M-img.webp) no-repeat center / cover;
}

.Course-Contact-Us-Section {
  background: linear-gradient(158.29deg, #054056 23.48%, #075F80 42.17%, #01131A 99.49%);
  font-family: Montserrat;
}

.Course-Contact-Us-margin {
  margin-inline: 50px;
  padding-bottom: 40px;
}


.Course-Contact-Us-Main-Heading {
  background: linear-gradient(180deg, #FFFFFF 34.11%, #999999 109.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 40px;
}

.Course-Contact-Us-Para {
  color: #ffffff;
  font-weight: 400;
  font-size: 19px;
  padding-inline: 8rem;
  margin-bottom: 0px;
}

.Course-Contact-US-Main-Section {
  text-align: center;
  padding-top: 2rem;
}


.Course-Contact-Map-Section {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #ffffff;
  margin-bottom: 20px;
}

.Course-contact-us-O-h {
  font-size: 20px;
  font-weight: 700;

}

.Course-contact-us-O-p,
.Course-contact-us-OA-p {
  font-size: 16px;
  font-weight: 400;
}

.Course-contact-us-OA-h {
  font-size: 24px;
  font-weight: 600;
}


.Course-Contact-Us-banner {
  position: relative;
  display: inline-block;
  width: 100%;
  background: url('/images/contactus/Contact-Us-newsletter-frame.png') no-repeat center/cover;
  border-radius: 35px;
}

.Course-Contact-Us-notified-card {
  position: relative;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 50px;
  border-radius: 10px;
}

.Course-Contact-Us-notified-h {
  font-weight: 700;
  font-size: 36px;
  color: #ffffff;
}

.Course-Contact-Us-notified-p {
  font-size: 18px;
  font-weight: 400;
}

.Course-Contact-Us-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  border: 1px solid #84848461;
  border-radius: 50px;
  padding: 5px;
  width: 70%;
}

.Course-Contact-Us-btn {
  flex-grow: 1;
  background: transparent;
  border: none;
  color: #C8C8C8;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  padding: 10px 20px;
  outline: none;
}

.Course-Contact-Us-sub-btn {
  font-weight: 600;
  font-size: 14px;
  background-color: #15465B;
  color: white;
  padding: 10px 15px;
  border: 2px solid #004C6B;
  border-radius: 50px;
  cursor: pointer;
}


.CU-bright-form {
  color: rgba(0, 0, 0, 1);
}

.CU-bright-h {
  font-size: 32px;
  font-weight: 700;
}

.CU-bright-p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(61, 61, 61, 1);
}

.CU-card-para1 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  text-align: left;
}

.CU-card-para2 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  text-align: left;
}

.CU-bright-Sub-h {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}

.CU-bright-Sub-p {
  font-size: 16px;
  font-weight: 400;
}

.CU-bright-span {
  font-size: 14px;
  font-weight: 600;
}

.CU-Contact-Us-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  gap: 20px;
}


.CU-Contact-Us-card {
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
  background-color: rgba(255, 255, 255, 1);
  border: none;
  display: flex;
  align-items: center;
  border-radius: 13px;
  gap: 10px;
  padding: 12px;
}

.CU-Contact-Us-F-form {
  background: #fff;
  padding: 20px 25px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 380px;
}

.CU-Contact-Us-F-box {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.CU-Contact-Us-F-input,
.CU-Contact-Us-F-textarea {
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f6f6f6;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
}

.CU-Contact-Us-F-textarea {
  height: 100px;
  resize: none;
  min-height: 90px !important;
  max-height: 80px !important;
}

.CU-Contact-Us-F-label {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #aaa;
  transition: 0.3s ease;
  pointer-events: none;
}

/* Float label when input is focused or has content */
.CU-Contact-Us-F-input:focus+.CU-Contact-Us-F-label,
.CU-Contact-Us-F-textarea:focus+.CU-Contact-Us-F-label,
.CU-Contact-Us-F-input:not(:placeholder-shown)+.CU-Contact-Us-F-label,
.CU-Contact-Us-F-textarea:not(:placeholder-shown)+.CU-Contact-Us-F-label {
  top: -10px;
  font-size: 12px;
  color: #333;
  font-weight: 500;
}

/* Move label back only when the field is empty */
.CU-Contact-Us-F-input:placeholder-shown+.CU-Contact-Us-F-messagelabel,
.CU-Contact-Us-F-textarea:placeholder-shown+.CU-Contact-Us-F-messagelabel {
  top: 20% !important;
}

/* Move label back only when the field is empty */
.CU-Contact-Us-F-input:placeholder-shown+.CU-Contact-Us-F-label,
.CU-Contact-Us-F-textarea:placeholder-shown+.CU-Contact-Us-F-label {
  top: 50%;
  font-size: 12px;
  color: #717171;
  transform: translateY(-50%);
}

.Cu-Contact-Us-F-h {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

.privacy-policy {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #717171;
}

.privacy-policy input {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.send-button {
  background-color: #002431;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 25px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 10px;
}

.send-button:hover {
  background-color: #004450;
}

.Contact-Us-Full-Form-Details {
  background-image: url("/images/contactus/CU-Contact-Us-SVG.svg");
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 100%;
}

.Contact-Us-Full-Form-Sections {
  display: flex;
  padding-inline: 50px;
  padding-block: 30px;
  gap: 20px;
  align-items: center;
  position: relative;
}

.instituteAddressHW {
  width: 505px;
  height: 320px;
  border-radius: 18px;
}


.Cu-Contact-us-request-message {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  padding-block: 10px;
  padding-inline: 20px;
  margin-top: 15px;
}

.Cu-Contact-us-request-p {
  color: #000;
  margin-bottom: 0px;
  font-size: 14px;
}

.Cu-Contact-us-request-sub-p {
  color: #000;
  margin-bottom: 0px;
  font-size: 12px;
}

.CU-Contact-Us-F-form textarea {
  color: #000;
}

.cu_register_phone input {
  background-color: transparent;
  color: #000;
  border: none;
}


/* Page: Courses */

.Course-All-Category-Section {
  font-family: Montserrat;
  background: rgba(34, 42, 51, 1);
  padding-bottom: 50px;
}

.AC-hero-section {
  background: url("/images/courses/Course-AC-banner.webp");
  width: 100%;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px 20px;
  background-size: cover;
  background-position: center;
}

.AC-banner-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  text-align: left;
  color: #ffffff;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.AC-banner-hero-h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.AC-banner-hero-p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
}

.AC-cta-Main-Content-Box {
  position: relative;
  z-index: 10;
  width: 32%;
}

.AC-cta-box {
  background: linear-gradient(214.25deg, rgba(18, 113, 255, 0.196) 6.73%, rgba(0, 92, 169, 0.2352) 100.28%);
  padding: 40px;
  border-radius: 30px;
  display: inline-block;
  -webkit-backdrop-filter: blur(14.435885429382324px);
          backdrop-filter: blur(14.435885429382324px);
  box-shadow: 0px 3.09px 4.12px 0px rgba(0, 0, 0, 0.16);
}

.AC-banner-cta-h {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: 20px;
  border-bottom: 2px solid #ffffff;
  font-weight: 700;
}

.AC-banner-cta-p {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
}

.AC-cta-button {
  display: inline-block;
  background-color: rgba(0, 43, 67, 1);
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 400;
  transition: background-color 0.3s ease;
  font-size: 14px;
}

.AC-cta-button:hover {
  background-color: #0056b3;
}

.AC-banner-cta-h,
.AC-banner-cta-p,
.AC-cta-button {
  position: relative;
  z-index: 11;
}

.AC-banner-S1,
.AC-banner-S2,
.AC-banner-S3 {
  z-index: -1 !important;
}

.AC-banner-S1 {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-55%, 50%);
}

.AC-banner-S2 {
  position: absolute;
  right: 3px;
  top: -7px;
  transform: translate(50%, 50%);
}

.AC-banner-S3 {
  position: absolute;
  right: 25px;
  bottom: 5px;
  transform: translate(50%, 50%);
}

.AC-banner-side-content {
  width: 50%;
}


.Course-AC-sidebar {
  width: 310px;
  color: #ffffff;
}

.Course-AC-sidebar h2 {
  font-size: 1.2em;
  margin: 0 0 10px 0;
  font-weight: 700;
}

.Course-AC-sidebar ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0px;
}

.Course-AC-sidebar ul li {
  margin: 5px 0;
  font-weight: 500;
  cursor: pointer;
}

.Course-AC-sidebar ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 5px;
  border-radius: 3px;
}

.Course-AC-sidebar ul .Course-AC-sub-menu {
  margin-left: 20px;
  display: none;
}

.Course-AC-sidebar ul .Course-AC-active>.Course-AC-sub-menu {
  display: block;
}

.Course-AC-sub-menu {
  display: none;
  /* Initially closed */
  transition: all 0.3s ease;
  /* Smooth transition */
}

.Course-AC-active .Course-AC-sub-menu {
  display: block;
  /* Active by default */
}

.rotate.plus {
  transform: rotate(0deg);
}

.rotate.minus {
  transform: rotate(180deg);
}

/* Container for the dropdown */
.Course-AC-dropdown {
  position: relative;
  /* Adjust as needed */
  background-color: rgba(0, 78, 111, 1);
  /* Dark teal background */
  border-radius: 8px;
  margin-bottom: 20px;
}

/* The toggle button (Skill Level) */
.Course-AC-dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 12px 15px;
  color: #fff;
}

/* Smooth arrow rotation */
.Course-AC-dropdown-toggle .fa-chevron-down {
  transition: transform 0.3s ease;
}

/* The dropdown menu is initially collapsed */
.Course-AC-dropdown-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #044a64;
  border-radius: 0 0 8px 8px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* Expand the menu when .open is added */
.Course-AC-dropdown-menu.open {
  max-height: 300px;
  /* Large enough to show all items */
}

/* Flip the caret when .open is added to the toggle */
.Course-AC-dropdown-toggle.open .fa-chevron-down {
  transform: rotate(180deg);
}

/* Menu items (each list item) */
.Course-AC-dropdown-menu li {
  display: flex;
  align-items: center;
  padding: 10px 15px;
}

/* Remove border on the first item if you prefer */
.Course-AC-dropdown-menu li:first-child {
  border-top: none;
}

/* Radio inputs and labels */
.Course-AC-dropdown-menu li input[type="radio"] {
  cursor: pointer;
  accent-color: #ffffff;
  /* modern browsers can color the radio circle */
}

.Course-AC-dropdown-menu li label {
  color: #cdd2d6;
  margin-left: 8px;
  cursor: pointer;
}

.Course-AC-content {
  padding: 20px;
  flex: 1 1;
}

.Course-AC-radio-group {
  display: flex;
  align-items: center;
}

.Course-AC-radio-group label {
  margin: 5px 0;
}

.AC-sub-menu-label {
  display: flex;
  align-items: baseline;
  gap: 5px;
  transform: translateY(1px);
}

.AC-sub-menu-input {
  margin-right: 5px;
}

.fa-chevron-down {
  font-size: 14px;
}

.Course-AC-sub-section {
  background: rgba(0, 78, 111, 1);
  padding: 16px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.AC-have-que-section,
.MB-AC-have-que-section {
  background: linear-gradient(180deg, #00587E 0%, #001D2A 84.77%);
  border: 2px solid rgba(0, 147, 211, 1);
  padding-block: 25px;
  padding-inline: 20px;
  border-radius: 20px;
  margin-top: 25px;
  text-align: center;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
}

.MB-AC-have-que-section .AC-have-que-heading .AC-have-que-subheading {
  font-size: 1.2em;
  margin: 0 0 10px 0;
  color: #ffffff;
}

.AC-live-chat {
  background: linear-gradient(180deg, rgba(0, 255, 107, 0.6) 2.4%, rgba(55, 255, 0, 0.6) 87.4%);
  color: #ffffff;
  padding-block: 10px;
  border: 2px solid rgba(12, 106, 0, 1);
  font-weight: 600;
  width: 100%;
  border-radius: 30px;
  margin-top: 25px;
}

.AC-request-a-call {
  border: 2px solid rgba(46, 113, 140, 1);
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.8) 0%, rgba(0, 73, 100, 0.8) 100%);
  color: #ffffff;
  padding-block: 10px;
  font-weight: 600;
  width: 100%;
  border-radius: 30px;
  margin-top: 10px;
}

.AC-have-que-subheading {
  font-size: 20px !important;
}

.AC-have-que-heading,
.AC-have-que-subheading {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

.All-category-course-card {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffffff;
}

.All-category-course-card-discount {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(206, 0, 0, 1);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
}

.All-category-course-card-offer {
  font-size: 13px;
  font-weight: 700;
  margin-left: 5px;
}

.All-category-course-card-body {
  padding: 25px 20px;
}

.All-category-course-card-body h3 {
  margin: 0;
  font-size: 18px;
}

.All-category-course-card-rating-segment {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
}

.All-category-course-card-price {
  color: green;
  font-weight: 700;
  font-size: 14px;
}

.All-category-course-card-old-price {
  text-decoration: line-through;
  color: #6E6E6E;
  font-size: 10px;
  font-weight: 500;
}

.All-category-course-card-info {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  font-size: 12px;
  justify-content: space-between;
}

.All-category-course-card-enroll {
  display: flex;
  text-align: center;
  padding: 6px 16px;
  border-radius: 30px;
  color: white;
  font-weight: bold;
  border: 0.93px solid #075B8A;
  gap: 10px;
  background-color: #ffffff;
  align-items: center;
}


.All-category-course-card-h {
  font-size: 12px;
  color: #075B8A;
  font-weight: 700;
  margin-bottom: 0px;
}

.All-category-course-card-rating {
  display: flex;
  align-items: center;
  background: rgba(37, 43, 66, 1);
  color: #ffffff;
  border-radius: 18px;
  padding: 5px 13px 10px 10px;
  gap: 5px;
}

.All-category-course-card-main-h {
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
}

.All-category-course-card-text {
  font-size: 8px;
  font-weight: 700;
}

.All-category-course-card-enroll-link {
  text-decoration: none;
  color: #075B8A;
  font-size: 14px;
  font-weight: 700;
}

.All-category-course-card-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
  gap: 10px;
}

.All-category-course-card-review {
  font-size: 14px;
  font-weight: 400;
  transform: translateY(3px);
}

.All-category-course-card-info-details {
  font-size: 12px;
  font-weight: 400;
  margin-left: 5px;
}

.All-category-course-card-options {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  gap: 10px;
}

.All-category-Main-Section {
  padding: 40px;
  display: flex;
  gap: 20px;
  position: relative;
}

.All-category-search-box {
  display: flex;
  align-items: center;
  position: absolute;
  right: 3%;
}

.All-category-search {
  position: relative;
  display: inline-block;
}

.All-category-Search-option {
  border: 1px solid rgba(10, 62, 90, 1);
  background: rgba(9, 45, 65, 1);
  color: rgba(205, 205, 205, 0.9);
  width: 200px;
  text-align: left;
  border-radius: 10px;
  padding-inline: 13px;
  padding-block: 5px;
  margin-right: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.All-category-Search-text {
  font-size: 15px;
  margin-left: 3px;
  background: none;
  border: none;
  color: white;
  outline: none;
  width: 150px;
}

.All-category-box {
  display: flex;
  align-items: center;
  background: rgba(9, 45, 65, 1);
  border: 1px solid rgba(10, 62, 90, 1);
  padding: 2px 7px;
  border-radius: 10px;
  width: 200px;
  color: rgba(205, 205, 205, 0.9);
}

.All-category-box input {
  background: transparent;
  border: none;
  color: white;
  outline: none;
  margin-left: 5px;
  width: 75%;
}

.All-category-close {
  font-size: 12px;
  cursor: pointer;
  margin-left: auto;
  color: #000;
  background: rgba(205, 205, 205, 0.9);
  padding: 3px 4px;
  border-radius: 30px;
}

.All-category-hidden {
  display: none;
}

.All-category-Sort-text {
  font-size: 15px;
  color: #ffffff;
  cursor: pointer;
}

.All-Category-Selected-option {
  border: 2px solid rgba(255, 255, 255, 1);
  padding: 7px 15px;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 12px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.All-Category-Selected-option .fa-xmark {
  color: #ffffff;
}


.All-category-Sort-text.overlay {
  background-color: #464646;
}

.All-category-Sort-text-popup {
  position: absolute;
  background: rgba(0, 43, 67, 1);
  padding: 20px;
  border-radius: 5px;
  color: rgba(215, 215, 215, 1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  right: 3%;
  transform: translateY(70%);
  z-index: 99;
  width: 200px;
}

.All-category-Sort-text-popup p {
  cursor: pointer;
  margin: 5px 0;
}

.All-category-Sort-by-options {
  list-style-type: none;
  cursor: pointer;
}

.All-category-Sort-by-options.selected {
  list-style-type: disc;
  color: #ffffff;
  font-weight: 600;
}

.All-category-Sort-text-popup:active {
  padding-left: 30px;
}

.All-category-h {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0px;
}

.All-category-course-pagination-container {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  width: 90%;
}

.All-category-course-pagination-scroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
  max-width: 400px;
  /* Adjust width to fit 5 items */
  padding: 10px 0;
  scrollbar-width: none;
  /* Hide scrollbar for Firefox */
  -ms-overflow-style: none;
  /* Hide scrollbar for IE/Edge */
}

.All-category-course-pagination-scroll::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Chrome, Safari */
}

.All-category-course-page-item {
  border: 1px solid #00AEEF;
  background: transparent;
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  min-width: 40px;
  text-align: center;
}

.All-category-course-page-item.active {
  background: rgba(0, 110, 151, 1);
  color: #ffffff;
}

.All-category-course-scroll-btn {
  background: rgba(217, 217, 217, 0.1);
  cursor: pointer;
  border: 1px solid rgba(132, 132, 132, 0.38);
  color: rgba(89, 89, 89, 1);
  font-weight: 700;
  font-size: 16px;
  padding: 10px;
  border-radius: 4px;
}

.All-category-CTA-banner {
  display: flex;
  background: linear-gradient(180deg, rgba(0, 150, 63, 0.6) 0%, rgba(40, 90, 61, 0.6) 100%);
  margin: 50px;
  border-radius: 40px;
  position: relative;
  z-index: 0;
  margin-inline: 50px;
}

.All-category-CTA-banner-content {
  padding: 60px 0px 60px 60px;
  width: 65%;
}

.All-category-CTA-banner-h {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}

.All-category-CTA-banner-p {
  font-size: 18px;
  font-weight: 500;
  color: rgba(238, 238, 238, 1);
  margin-bottom: 30px;
}

.All-category-CTA-btn {
  border-radius: 30px;
  background: rgba(20, 133, 67, 1);
  border: none;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.All-category-img-section {
  position: absolute;
  z-index: 99;
  right: 0;
  bottom: 0;
}

.specific-radio:checked+.specific-label {
  color: rgba(84, 196, 255, 1);
}


.CL-CTA-button {
  --black-700: hsla(0 0% 12% / 1);
  --border_radius: 9999px;
  --transition: 0.3s ease-in-out;
  --offset: 2px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transform-origin: center;
  padding: 0.7rem 2rem;
  background-color: transparent;
  border: none;
  border-radius: var(--border_radius);
  transform: scale(calc(1 + (var(--active, 0) * 0.1)));
  transition: transform var(--transition);
}

.CL-CTA-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(20, 133, 67, 1);
  border-radius: var(--border_radius);
  transition: all var(--transition);
  z-index: 0;
}

.CL-CTA-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #03421E;
  opacity: var(--active, 0);
  border-radius: var(--border_radius);
  transition: opacity var(--transition);
  z-index: 2;
}

.CL-CTA-button:is(:hover, :focus-visible) {
  --active: 1;
  border: none !important;
  box-shadow: none !important;
}

.CL-CTA-button:active {
  transform: scale(1);
}

.CL-CTA-button .CL-CTA-button-dots_border {
  --size_border: calc(100% + 4px);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--size_border);
  height: var(--size_border);
  background-color: transparent;
  border-radius: var(--border_radius);
  z-index: -10;
}

.CL-CTA-button .CL-CTA-button-dots_border::before {
  content: "";
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left;
  transform: rotate(0deg);
  width: 100%;
  height: 2rem;
  background-color: white;
  -webkit-mask: linear-gradient(transparent 0%, white 120%);
          mask: linear-gradient(transparent 0%, white 120%);
  animation: CTArotate 3s linear infinite;
}

@keyframes CTArotate {
  to {
    transform: rotate(360deg);
  }
}

.CL-CTA-button .CL-CTA-button-sparkle {
  position: relative;
  z-index: 10;
  width: 1.5rem;
}

.CL-CTA-button .CL-CTA-button-sparkle .path {
  fill: currentColor;
  stroke: currentColor;
  transform-origin: center;
  color: hsl(0, 0%, 100%);
}

.CL-CTA-button:is(:hover, :focus) .CL-CTA-button-sparkle .path {
  animation: path 1.5s linear 0.5s infinite;
}

.CL-CTA-button .CL-CTA-button-sparkle .path:nth-child(1) {
  --scale_path_1: 1.2;
}

.CL-CTA-button .CL-CTA-button-sparkle .path:nth-child(2) {
  --scale_path_2: 1.2;
}

.CL-CTA-button .CL-CTA-button-sparkle .path:nth-child(3) {
  --scale_path_3: 1.2;
}

@keyframes path {

  0%,
  34%,
  71%,
  100% {
    transform: scale(1);
  }

  17% {
    transform: scale(var(--scale_path_1, 1));
  }

  49% {
    transform: scale(var(--scale_path_2, 1));
  }

  83% {
    transform: scale(var(--scale_path_3, 1));
  }
}

.CL-CTA-button .CL-CTA-button-text_button {
  position: relative;
  z-index: 10;
  background-image: linear-gradient(90deg,
      hsla(0 0% 100% / 1) 0%,
      hsla(0 0% 100% / var(--active, 1)) 120%);
  background-clip: text;
  font-size: 0.9rem;
  font-weight: 600;
  color: transparent;
  -webkit-background-clip: text;
}

.MB-AC-have-que-section {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}


.category-selected {
  color: rgba(84, 196, 255, 1) !important;
}

.C-Privacy-Policy-Main-Section {
  font-family: Montserrat;
}

.P-P-Banner-section {
  background: url('/images/policies/Course-PP-Bg.svg');
  background-repeat: no-repeat;
  height: 340px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-position: left;
}

.P-P-Banner-Content-Section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding-inline: 60px;
}

.P-P-banner-section-h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0px;
}

.P-P-banner-section-img {
  position: absolute;
  right: 10%;
  height: 220px;
  width: 200px;
}

.C-Privacy-Policy-content-Section {
  background-color: #222A33;
  padding: 50px;
}


.P-P-Sub-Main-Heading {
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  line-height: normal;
  margin-bottom: 15px;
  margin-top: 40px;
}

.P-P-Sub-Heading {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
}

.P-P-Main-Para {
  font-size: 20px;
  font-weight: 400;
  color: #BBBBBB;
}

.P-P-Sub-Para {
  font-size: 18px;
  font-weight: 400;
  color: #BBBBBB;
}

.P-P-Sub-H-Option {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}

.P-P-MT-ADJ {
  margin-top: 30px;
}

.C-Refund-Policy-Main-Section {
  font-family: Montserrat;
}

.C-Refund-Policy-content-Section {
  background-color: #222A33;
  padding: 50px;
}


.R-P-Banner-section {
  background: url('/images/policies/Course-RP-B-Bg.svg');
  background-repeat: no-repeat;
  height: 340px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-position: left;
}

.R-P-Banner-Content-Section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding-inline: 60px;
}

.R-P-banner-section-h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0px;
}

.R-P-banner-section-img {
  position: absolute;
  right: 10%;
  height: 220px;
  width: 400px;
}

.R-P-Sub-Main-Heading {
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  line-height: normal;
  margin-bottom: 15px;
  margin-top: 40px;
}

.R-P-Sub-Heading {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}

.R-P-Main-Para {
  font-size: 20px;
  font-weight: 400;
  color: #BBBBBB;
}

.R-P-Sub-Para {
  font-size: 18px;
  font-weight: 400;
  color: #BBBBBB;
}

.R-P-Sub-H-Option {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}


.R-P-MT-ADJ {
  margin-top: 30px;
}

.C-Terms-Conditions-Main-Section {
  font-family: Montserrat;
}

.T-C-Banner-section {
  background: url('/images/policies/Course-TC-Bg.svg');
  background-repeat: no-repeat;
  height: 340px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-position: left;
}

.T-C-Banner-Content-Section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding-inline: 60px;
}

.T-C-banner-section-h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
}

.T-C-banner-section-img {
  position: absolute;
  right: 10%;
  height: 220px;
  width: 200px;
}


.C-Terms-Conditions-content-Section {
  background-color: #222A33;
  padding: 50px;
}

.T-C-Main-Heading {
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}

.T-C-Sub-Main-Heading {
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  line-height: normal;
  margin-bottom: 13px;
}

.T-C-Sub-Heading {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 13px;
}

.T-C-Main-Para {
  font-size: 20px;
  font-weight: 400;
  color: #BBBBBB;
}

.T-C-Sub-Para {
  font-size: 20px;
  font-weight: 400;
  color: #BBBBBB;
}

.list-style-type-disc {
  list-style-type: disc !important;
}

.list-style-type-none {
  list-style-type: none !important;
}

.Main-Course-User-Authentication-Signup-slider {
  position: relative;
  width: 300px;
  height: 300px;
}

.Main-Course-User-Authentication-Signup-slide-img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fade 3.2s infinite;
}

.Main-Course-User-Authentication-Signup-slide-img:nth-child(1) {
  animation-delay: 0s;
}

.Main-Course-User-Authentication-Signup-slide-img:nth-child(2) {
  animation-delay: 0.8s;
}

.Main-Course-User-Authentication-Signup-slide-img:nth-child(3) {
  animation-delay: 1.6s;
}

.Main-Course-User-Authentication-Signup-slide-img:nth-child(4) {
  animation-delay: 2.4s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  35% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.Main-Course-User-Authentication-Signup-left-side {
  margin: 0 auto;
}

.Main-Course-User-Authentication-Signup-right-side h2 {
  font-size: 28px;
  margin-bottom: 8px;
}

.Main-Course-User-Authentication-Signup-right-side p {
  color: #ccc;
  margin-bottom: 20px;
}

.Main-Course-User-Authentication-Signup-form {
  width: 100%;
}

.Main-Course-User-Authentication-Signup-form-group {
  margin-bottom: 20px;
}

.Main-Course-User-Authentication-Signup-form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #ddd;
}

.Main-Course-User-Authentication-Signup-form-group input {
  width: 100%;
  padding: 12px;
  background: transparent;
  border: 1.3px solid #2593BF;
  outline: none;
  border-radius: 6px;
  font-size: 14px;
  color: white;
}

.Main-Course-User-Authentication-Signup-form-group input::placeholder {
  color: #bbb;
}

.Main-Course-User-Authentication-Signup-form-row {
  display: flex;
  gap: 10px;
}

.Main-Course-User-Authentication-Signup-password-wrapper {
  position: relative;
}

.Main-Course-User-Authentication-Signup-toggle-eye {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #aaa;
}

/* buttons & links */
.Main-Course-User-Authentication-Signup-Button {
  width: 100%;
  padding: 14px;
  background: #0076BE;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
}

.Main-Course-User-Authentication-Signup-Google-Button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
  background: white;
  color: black;
  border: none;
  border-radius: 6px;
  margin-top: 15px;
  cursor: pointer;
  font-size: 14px;
}

.Main-Course-User-Authentication-Signup-Google-Button img {
  width: 20px;
}

.Main-Course-User-Authentication-Signup-signin-link {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #ccc;
}

.Main-Course-User-Authentication-Signup-signin-link a {
  color: #40a9ff;
  text-decoration: none;
}

.Main-Course-User-Authentication-Screens-Section {
  background: #012544;
  min-height: 100vh;
  font-family: Montserrat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Main-Course-UA-Main-heading {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

.Main-Course-UA-Main-Para {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px !important;
}


.Main-Course-User-Authentication-Signup-error-Message {
  color: #FF5656 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  font-weight: 400;
  transform: translateY(1px);
}

.Main-Course-User-Authentication-Signup-error-icon,
.Main-Course-User-Authentication-Signup-success-icon {
  height: 22px;
  width: 22px;
}

.Main-Course-User-Authentication-Signup-Success-Message {
  color: #30BF00 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  font-weight: 400;
  transform: translateY(1px);
}

/* Page: Signin */

.Main-Course-User-Authentication-Signin-slider {
  position: relative;
  width: 300px;
  /* Set your width */
  height: 300px;
  /* Set your height */
}

.Main-Course-User-Authentication-Signin-slide-img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fade 3.2s infinite;
}

.Main-Course-User-Authentication-Signin-slide-img:nth-child(1) {
  animation-delay: 0s;
}

.Main-Course-User-Authentication-Signin-slide-img:nth-child(2) {
  animation-delay: 0.8s;
}

.Main-Course-User-Authentication-Signin-slide-img:nth-child(3) {
  animation-delay: 1.6s;
}

.Main-Course-User-Authentication-Signin-slide-img:nth-child(4) {
  animation-delay: 2.4s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  35% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.Main-Course-User-Authentication-Signin-left-side {
  margin: 0 auto;
}

.Main-Course-User-Authentication-Signin-right-side h2 {
  font-size: 28px;
  margin-bottom: 8px;
}

.Main-Course-User-Authentication-Signin-right-side p {
  color: #ccc;
  margin-bottom: 20px;
}

.Main-Course-User-Authentication-Signin-form {
  width: 100%;
}

.Main-Course-User-Authentication-Signin-form-group {
  margin-bottom: 20px;
}

.Main-Course-User-Authentication-Signin-form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #ddd;
}

.Main-Course-User-Authentication-Signin-form-group input {
  width: 100%;
  padding: 12px;
  background: transparent;
  border: 1.3px solid rgba(33, 105, 134, 1);
  outline: none;
  border-radius: 6px;
  font-size: 14px;
  color: white;
}


.Main-Course-User-Authentication-Signin-form-group input:focus {
  border: 1.3px solid rgba(0, 182, 255, 1);
  box-shadow: 0px 0px 30px 0px rgba(0, 118, 190, 0.2);
}

.Main-Course-User-Authentication-Signin-form-group input::placeholder {
  color: #bbb;
}

.Main-Course-User-Authentication-Signin-form-row {
  display: flex;
  gap: 10px;
}

.Main-Course-User-Authentication-Signin-password-wrapper {
  position: relative;
}

.Main-Course-User-Authentication-Signin-toggle-eye {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #aaa;
}

/* buttons & links */
.Main-Course-User-Authentication-Signin-Button {
  width: 100%;
  padding: 14px;
  background: #0076BE;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
}

.Main-Course-User-Authentication-Signin-Google-Button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
  background: white;
  color: black;
  border: none;
  border-radius: 6px;
  margin-top: 15px;
  cursor: pointer;
  font-size: 14px;
}

.Main-Course-User-Authentication-Signin-Google-Button img {
  width: 20px;
}

.Main-Course-User-Authentication-Signin-signin-link {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #ccc;
}

.Main-Course-User-Authentication-Signin-signin-link a {
  color: #40a9ff;
  text-decoration: none;
}


.Main-Course-checkbox-wrapper input[type="checkbox"] {
  display: none;
  visibility: hidden;
}

.Main-Course-checkbox-wrapper .Main-Course-Remember-me-Checkbox {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}

.Main-Course-checkbox-wrapper .Main-Course-Remember-me-Checkbox span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.Main-Course-checkbox-wrapper .Main-Course-Remember-me-Checkbox span:first-child {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 2px solid #9098a9;
  transition: all 0.2s ease;
}

.Main-Course-checkbox-wrapper .Main-Course-Remember-me-Checkbox span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.Main-Course-checkbox-wrapper .Main-Course-Remember-me-Checkbox span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #506eec;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

.Main-Course-checkbox-wrapper .Main-Course-Remember-me-Checkbox span:last-child {
  padding-left: 8px;
}

.Main-Course-checkbox-wrapper .Main-Course-Remember-me-Checkbox:hover span:first-child {
  border-color: #506eec;
}

.Main-Course-checkbox-wrapper .Main-Course-Remember-me-input-Checkbox:checked+.Main-Course-Remember-me-Checkbox span:first-child {
  background: #506eec;
  border-color: #506eec;
  animation: wave-46 0.4s ease;
}

.Main-Course-checkbox-wrapper .Main-Course-Remember-me-input-Checkbox:checked+.Main-Course-Remember-me-Checkbox span:first-child svg {
  stroke-dashoffset: 0;
}

.Main-Course-checkbox-wrapper .Main-Course-Remember-me-input-Checkbox:checked+.Main-Course-Remember-me-Checkbox span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave-46 {
  50% {
    transform: scale(0.9);
  }
}

.Main-Course-Remember-Me-Text {
  color: #ffffff;
  font-size: 14px;
}

.Main-Course-User-Authentication-Signin-error-Message {
  color: #FF5656 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  font-weight: 400;
  transform: translateY(1px);
}

.Main-Course-User-Authentication-Signin-error-icon,
.Main-Course-User-Authentication-Signin-success-icon {
  height: 22px;
  width: 22px;
}

.Main-Course-User-Authentication-Signin-Success-Message {
  color: #30BF00 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  font-weight: 400;
  transform: translateY(1px);
}

/* Page: Forgotpassword */

.Main-Course-User-Authentication-Forgot-Password-slider {
  position: relative;
  width: 300px;
  /* Set your width */
  height: 300px;
  /* Set your height */
}

.Main-Course-Reset-Password-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.Main-Course-User-Authentication-Forgot-Password-left-side {
  margin: 0 auto;
}

.Main-Course-User-Authentication-Forgot-Password-right-side h2 {
  font-size: 28px;
  margin-bottom: 8px;
}

.Main-Course-User-Authentication-Forgot-Password-right-side p {
  color: #ccc;
  margin-bottom: 20px;
}

.Main-Course-User-Authentication-Forgot-Password-form {
  width: 100%;
}

.Main-Course-User-Authentication-Forgot-Password-form-group {
  margin-bottom: 20px;
}

.Main-Course-User-Authentication-Forgot-Password-form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #ddd;
}

.Main-Course-User-Authentication-Forgot-Password-form-group input {
  width: 100%;
  padding: 12px;
  background: transparent;
  border: 1.3px solid #2593BF;
  outline: none;
  border-radius: 6px;
  font-size: 14px;
  color: white;
}

.Main-Course-User-Authentication-Forgot-Password-form-group input::placeholder {
  color: #bbb;
}

.Main-Course-User-Authentication-Forgot-Password-form-row {
  display: flex;
  gap: 10px;
}

.Main-Course-User-Authentication-Forgot-Password-password-wrapper {
  position: relative;
}

.Main-Course-User-Authentication-Forgot-Password-toggle-eye {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #aaa;
}

/* buttons & links */
.Main-Course-User-Authentication-Forgot-Password-Button {
  width: 100%;
  padding: 14px;
  background: #0076BE;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
}

.Main-Course-User-Authentication-Forgot-Password-Google-Button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
  background: white;
  color: black;
  border: none;
  border-radius: 6px;
  margin-top: 15px;
  cursor: pointer;
  font-size: 14px;
}

.Main-Course-User-Authentication-Forgot-Password-Google-Button img {
  width: 20px;
}

.Main-Course-User-Authentication-Forgot-Password-Forgot-Password-link {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #ccc;
}

.Main-Course-User-Authentication-Forgot-Password-Forgot-Password-link a {
  color: #40a9ff;
  text-decoration: none;
}

.Main-Course-User-Authentication-Screens-Forgot-Password-Section-Container {
  display: grid;
  align-items: center;
  width: 76%;
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.8) 0%, rgba(0, 73, 100, 0.8) 100%);
  border-radius: 30px;
  padding: 40px;
  grid-gap: 30px;
  gap: 30px;
  grid-template-columns: 1.5fr 2fr;
}


.Main-Course-UA-FP-Main-heading {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
}

.Main-Course-UA-FP-Main-Para {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px !important;
}


.Main-Course-User-Authentication-Forgot-Password-error-Message {
  color: #FF5656 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  font-weight: 400;
  transform: translateY(1px);
}

.Main-Course-User-Authentication-Forgot-Password-error-icon,
.Main-Course-User-Authentication-Forgot-Password-success-icon {
  height: 22px;
  width: 22px;
}

.Main-Course-User-Authentication-Forgot-Password-Success-Message {
  color: #30BF00 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  font-weight: 400;
  transform: translateY(1px);
}


.Main-Course-User-Authentication-Check-Your-Email-slider {
  position: relative;
  width: 300px;
  /* Set your width */
  height: 300px;
  /* Set your height */
}

.Main-Course-User-Authentication-Check-Your-Email-left-side {
  margin: 0 auto;
}

.Main-Course-User-Authentication-Check-Your-Email-form {
  width: 100%;
}

.Main-Course-User-Authentication-Check-Your-Email-form-group {
  margin-bottom: 20px;
}

.Main-Course-User-Authentication-Check-Your-Email-form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #ddd;
}

.Main-Course-User-Authentication-Check-Your-Email-form-group input {
  width: 100%;
  padding: 12px;
  background: transparent;
  border: 1.3px solid #2593BF;
  outline: none;
  border-radius: 6px;
  font-size: 14px;
  color: white;
}

.Main-Course-User-Authentication-Check-Your-Email-form-row {
  display: flex;
  gap: 10px;
}

.Main-Course-User-Authentication-Check-Your-Email-password-wrapper {
  position: relative;
}

.Main-Course-User-Authentication-Check-Your-Email-toggle-eye {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #aaa;
}

/* buttons & links */
.Main-Course-User-Authentication-Check-Your-Email-Button {
  width: 100%;
  padding: 14px;
  background: #0076BE;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
}

.Main-Course-User-Authentication-Check-Your-Email-Google-Button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
  background: white;
  color: black;
  border: none;
  border-radius: 6px;
  margin-top: 15px;
  cursor: pointer;
  font-size: 14px;
}

.Main-Course-User-Authentication-Check-Your-Email-Google-Button img {
  width: 20px;
}

.Main-Course-User-Authentication-Check-Your-Email-Forgot-Password-link {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #ccc;
}

.Main-Course-User-Authentication-Check-Your-Email-Forgot-Password-link a {
  color: #40a9ff;
  text-decoration: none;
}

.Main-Course-User-Authentication-Check-Your-Email-right-side {
  text-align: center;
}


.Main-Course-User-Authentication-Screens-Check-Your-Email-Section-Container {
  display: grid;
  align-items: center;
  width: 76%;
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.8) 0%, rgba(0, 73, 100, 0.8) 100%);
  border-radius: 30px;
  padding: 40px;
  grid-gap: 30px;
  gap: 30px;
  grid-template-columns: 1.5fr 2fr;
}


.Main-Course-UA-CYE-Main-heading {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-block: 15px;
}

.Main-Course-UA-CYE-Main-Para {
  font-size: 14px;
  font-weight: 500;
  color: #949CA9;
  margin-bottom: 10px !important;
}

.Main-Course-UA-CYE-Sub-Para {
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  color: #ffffff !important;
}

.Main-Course-User-Authentication-Check-Your-Email-error-Message {
  color: #FF5656 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  font-weight: 400;
  transform: translateY(1px);
}

.Main-Course-User-Authentication-Check-Your-Email-error-icon,
.Main-Course-User-Authentication-Check-Your-Email-success-icon {
  height: 22px;
  width: 22px;
}

.Main-Course-User-Authentication-Check-Your-Email-Success-Message {
  color: #30BF00 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  font-weight: 400;
  transform: translateY(1px);
}

.Main-Course-User-Authentication-Create-New-Password-slider {
  position: relative;
  width: 300px;
  height: 300px;
}

.Main-Course-User-Authentication-Create-New-Password-slide-img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fade 3.2s infinite;
}

.Main-Course-User-Authentication-Create-New-Password-slide-img:nth-child(1) {
  animation-delay: 0s;
}

.Main-Course-User-Authentication-Create-New-Password-slide-img:nth-child(2) {
  animation-delay: 1.6s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.Main-Course-User-Authentication-Create-New-Password-left-side {
  margin: 0 auto;
}

.Main-Course-User-Authentication-Create-New-Password-form {
  width: 100%;
}

.Main-Course-User-Authentication-Create-New-Password-form-group {
  margin-bottom: 20px;
}

.Main-Course-User-Authentication-Create-New-Password-form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #ffffff;
}

.Main-Course-User-Authentication-Create-New-Password-form-group input {
  width: 100%;
  padding: 12px;
  background: transparent;
  border: 1.3px solid #2593BF;
  outline: none;
  border-radius: 6px;
  font-size: 14px;
  color: white;
}

.Main-Course-User-Authentication-Create-New-Password-form-group input::placeholder {
  color: #bbb;
}

.Main-Course-User-Authentication-Create-New-Password-password-wrapper {
  position: relative;
}

.Main-Course-User-Authentication-Create-New-Password-toggle-eye {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #aaa;
}

.Main-Course-User-Authentication-Create-New-Password-Button {
  width: 100%;
  padding: 14px;
  background: #0076BE;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
  font-weight: 600;
}

.Main-Course-User-Authentication-Create-New-Password-Google-Button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
  background: white;
  color: black;
  border: none;
  border-radius: 6px;
  margin-top: 15px;
  cursor: pointer;
  font-size: 14px;
}

.Main-Course-User-Authentication-Create-New-Password-Google-Button img {
  width: 20px;
}

.Main-Course-User-Authentication-Create-New-Password-signin-link {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #ccc;
}

.Main-Course-User-Authentication-Create-New-Password-signin-link a {
  color: #40a9ff;
  text-decoration: none;
}

.Main-Course-UA-CNP-Main-heading {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}

.Main-Course-UA-CNP-Main-Para {
  font-size: 14px;
  font-weight: 500;
  color: #949CA9;
}

.Main-Course-User-Authentication-Create-New-Password-form-row {
  margin-top: 30px;
}


.Main-Course-User-Authentication-Create-New-Password-Successfully-Changed-Img {
  width: 160px;
  height: 180px;
}

.Main-Course-User-Authentication-Message-Container {
  display: flex;
  gap: 5px;
  align-items: flex-start;

}

.Main-Course-User-Authentication-Create-New-Password-error-Message {
  color: #FF5656 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  font-weight: 400;
  transform: translateY(1px);
}

.Main-Course-User-Authentication-Create-New-Password-error-icon,
.Main-Course-User-Authentication-Create-New-Password-success-icon {
  height: 22px;
  width: 22px;
}

.Main-Course-User-Authentication-Create-New-Password-Success-Message {
  color: #30BF00 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  font-weight: 400;
  transform: translateY(1px);
}

.Main-Course-User-Authentication-Create-New-Password-S-Text-Container {
  background: #ffffff;
  padding: 20px;
  text-align: center;
  border-radius: 30px;
  position: relative;
  opacity: 1;
  transition: opacity 1s ease;
}

.Main-Course-Create-New-Password-S-Heading {
  font-size: 32px;
  font-weight: 700;
  color: #5BD97E;
  margin-block: 25px;
}

.Main-Course-Create-New-Password-S-Para {
  font-size: 24px;
  font-weight: 400;
  color: #212121;
  padding-inline: 50px;
}


.Main-Course-User-Authentication-Enter-The-OTP-slider {
  position: relative;
  width: 300px;
  height: 300px;
}

.Main-Course-User-Authentication-Enter-The-OTP-slide-img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fade 3.2s infinite;
}

.Main-Course-User-Authentication-Enter-The-OTP-slide-img:nth-child(1) {
  animation-delay: 0s;
}

.Main-Course-User-Authentication-Enter-The-OTP-slide-img:nth-child(2) {
  animation-delay: 0.8s;
}

.Main-Course-User-Authentication-Enter-The-OTP-slide-img:nth-child(3) {
  animation-delay: 1.6s;
}

.Main-Course-User-Authentication-Enter-The-OTP-slide-img:nth-child(4) {
  animation-delay: 2.4s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  35% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.Main-Course-User-Authentication-Enter-The-OTP-left-side {
  margin: 0 auto;
}

.Main-Course-User-Authentication-Enter-The-OTP-right-side h2 {
  font-size: 28px;
  margin-bottom: 8px;
}

.Main-Course-User-Authentication-Enter-The-OTP-right-side p {
  color: #ccc;
  margin-bottom: 20px;
}

.Main-Course-User-Authentication-Enter-The-OTP-form {
  width: 100%;
}

.Main-Course-User-Authentication-Enter-The-OTP-form-group {
  margin-bottom: 20px;
}

.Main-Course-User-Authentication-Enter-The-OTP-form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #ddd;
}

.Main-Course-User-Authentication-Enter-The-OTP-form-group input {
  width: 100%;
  padding: 12px;
  background: transparent;
  border: 1.3px solid #2593BF;
  outline: none;
  border-radius: 6px;
  font-size: 14px;
  color: white;
}

.Main-Course-User-Authentication-Enter-The-OTP-form-group input::placeholder {
  color: #bbb;
}

.Main-Course-User-Authentication-Enter-The-OTP-form-row {
  display: flex;
  gap: 10px;
}

.Main-Course-User-Authentication-Enter-The-OTP-password-wrapper {
  position: relative;
}

.Main-Course-User-Authentication-Enter-The-OTP-toggle-eye {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #aaa;
}

/* buttons & links */
.Main-Course-User-Authentication-Enter-The-OTP-Button {
  width: 100%;
  padding: 14px;
  background: #0076BE;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
}

.Main-Course-User-Authentication-Enter-The-OTP-Google-Button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
  background: white;
  color: black;
  border: none;
  border-radius: 6px;
  margin-top: 15px;
  cursor: pointer;
  font-size: 14px;
}

.Main-Course-User-Authentication-Enter-The-OTP-Google-Button img {
  width: 20px;
}

.Main-Course-User-Authentication-Enter-The-OTP-signin-link {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #ccc;
}

.Main-Course-User-Authentication-Enter-The-OTP-signin-link a {
  color: #40a9ff;
  text-decoration: none;
}


.Main-Course-User-Authentication-Enter-OTP-S-Text-Container {
  background: #ffffff;
  padding: 20px;
  text-align: center;
  border-radius: 30px;
  display: none;
  opacity: 0;
  transition: opacity 1s ease;
}

.Main-Course-Enter-The-OTP-S-Heading {
  font-size: 32px;
  font-weight: 700;
  color: #5BD97E;
  margin-block: 25px;
}

.Main-Course-Enter-The-OTP-S-Para {
  font-size: 24px;
  font-weight: 400;
  color: #212121;
  padding-inline: 50px;
}


.Main-Course-User-Authentication-Enter-The-OTP-Successfully-Changed-Img {
  width: 160px;
  height: 180px;
}

.Main-Course-Successful-load-spinner {
  --uib-size: 5rem;
  --uib-speed: .9s;
  --uib-color: #222A33;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--uib-size);
  width: var(--uib-size);
}

.Main-Course-Successful-load-spinner__dot {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.Main-Course-Successful-load-spinner__dot::before {
  content: '';
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background: linear-gradient(180deg, #FFFFFF 12%, #D5D5D5 127%);
  transform: scale(0);
  opacity: 0.5;
  animation: Main-Course-Successful-pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
  box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}

.Main-Course-Successful-load-spinner__dot:nth-child(2) {
  transform: rotate(45deg);
}

.Main-Course-Successful-load-spinner__dot:nth-child(2)::before {
  animation-delay: calc(var(--uib-speed) * -0.875);
}

.Main-Course-Successful-load-spinner__dot:nth-child(3) {
  transform: rotate(90deg);
}

.Main-Course-Successful-load-spinner__dot:nth-child(3)::before {
  animation-delay: calc(var(--uib-speed) * -0.75);
}

.Main-Course-Successful-load-spinner__dot:nth-child(4) {
  transform: rotate(135deg);
}

.Main-Course-Successful-load-spinner__dot:nth-child(4)::before {
  animation-delay: calc(var(--uib-speed) * -0.625);
}

.Main-Course-Successful-load-spinner__dot:nth-child(5) {
  transform: rotate(180deg);
}

.Main-Course-Successful-load-spinner__dot:nth-child(5)::before {
  animation-delay: calc(var(--uib-speed) * -0.5);
}

.Main-Course-Successful-load-spinner__dot:nth-child(6) {
  transform: rotate(225deg);
}

.Main-Course-Successful-load-spinner__dot:nth-child(6)::before {
  animation-delay: calc(var(--uib-speed) * -0.375);
}

.Main-Course-Successful-load-spinner__dot:nth-child(7) {
  transform: rotate(270deg);
}

.Main-Course-Successful-load-spinner__dot:nth-child(7)::before {
  animation-delay: calc(var(--uib-speed) * -0.25);
}

.Main-Course-Successful-load-spinner__dot:nth-child(8) {
  transform: rotate(315deg);
}

.Main-Course-Successful-load-spinner__dot:nth-child(8)::before {
  animation-delay: calc(var(--uib-speed) * -0.125);
}

@keyframes Main-Course-Successful-pulse0112 {

  0%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}

.Main-Course-Successful-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000000;
}


.Main-Course-User-Authentication-EOTP-Message-Container {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: flex-start;
  transform: translateY(-5px);
}

.Main-Course-User-Authentication-Enter-The-OTP-error-Message {
  color: #FF5656 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  font-weight: 400;
  transform: translateY(1px);
}

.Main-Course-User-Authentication-Form-SB {
  outline: none !important;
  border: 2px solid #40FF00 !important;
}

.Main-Course-User-Authentication-Enter-The-OTP-error-icon,
.Main-Course-User-Authentication-Enter-The-OTP-success-icon {
  height: 22px;
  width: 22px;
}

.Main-Course-User-Authentication-Enter-The-OTP-Success-Message {
  color: #30BF00 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  font-weight: 400;
  transform: translateY(1px);
}

.Main-Course-User-Authentication-Form-FB {
  outline: none !important;
  border: 2px solid #FF5656 !important;
}

.Main-Course-User-Authentication-OTP-inputs {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

.otp-box {
  width: 3rem;
  height: 3rem;
  text-align: center;
  font-size: 1.5rem;
  color: white;
  background: transparent;
  border: 1.5px solid #2593BF;
  border-radius: 6px;
  outline: none;
}

.otp-box:focus {
  border-color: #00d1b2;
}

.Main-Course-User-Authentication-OTP-group {
  margin-bottom: 20px;
}

.Main-Course-EO-Edit-Icon {
  color: #1EFF00;
  margin-left: 10px;
  text-decoration: none;
  font-weight: 400;
}

.Main-Course-EO-Number-Color {
  color: #ffffff;
  font-weight: 500;
}

.Main-Course-Resend-OTP-Text {
  color: #ffffff;
}

.Main-Course-Successful-load-spinner-position {
  opacity: 1;
  transition: opacity 0s ease;
  display: flex;
  justify-content: center;
}

.Main-Course-Successful-S-Text-Container {
  width: min(90%, 850px);
  margin: 0 auto;
}

.cd-rffds-select option {
  background-color: #00334e;
  color: #B3B3B3;
}

.course-hero-carousel-item img {
  border-radius: 10px;
}

.Course-Page-CP {
  background-color: #222A33;
  font-family: Montserrat;
}

.Main-Banner-Strip-dwnld-icon-scr {
  fill: #ffffff !important
}

.Main-Course-strip-p2-span {
  font-size: 12px;
  text-decoration: line-through;
  margin-right: 3px;
}


.Blinker-Wrapper {
  position: relative;
  width: 190px;
  height: 35px;
  text-align: center;
}

.Main-Course-Banner-Blinker1,
.Main-Course-Banner-Blinker2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 15px;
  margin-bottom: 10px;
}

@keyframes blink1 {

  0%,
  50% {
    opacity: 1;
  }

  51%,
  100% {
    opacity: 0;
  }
}

@keyframes blink2 {

  0%,
  50% {
    opacity: 0;
  }

  51%,
  100% {
    opacity: 1;
  }
}

.Main-Course-Banner-Blinker1 {
  background-color: #0070CC;
  animation: blink1 2s infinite;
}

.Main-Course-Banner-Blinker2 {
  background-color: #067F24;
  animation: blink2 2s infinite;
}

.Main-Course-Banner-heading {
  font-size: 48px;
  color: #ffffff;
  font-weight: 800;
  margin-top: 20px;

  >span {
    position: relative;
    display: inline-block;
    height: 1.25em;
    vertical-align: bottom;
    overflow: hidden;

    span {
      display: block;
      animation: flippedCWords 3s infinite ease;
      background: linear-gradient(90.87deg, rgba(0, 186, 255, 0.8) 1.93%, rgba(0, 103, 142, 0.8) 102.09%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
  }
}

@keyframes flippedCWords {
  0% {
    transform: translateY(0%);
  }

  33.33% {
    transform: translateY(-100%);
  }

  66.66% {
    transform: translateY(-200%);
  }

  100% {
    transform: translateY(0%);
  }
}

.Main-Banner-Brochure-btn {
  padding: 11px 20px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid #353535;
  background-color: transparent;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.Main-Banner-Brochure-btn:hover {
  border: 2px solid #9a9a9a;
  transition-duration: .3s;
}

.Main-Banner-Brochure-btn:hover .Main-Banner-Brochure-icon2-hero {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.Main-Banner-Brochure-btn:hover .Main-Banner-Brochure-svgIcon-hero {
  fill: #ffffff;
  animation: MC-slide-in 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes MC-slide-in {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.Main-Banner-Brochure-svgIcon-hero {
  fill: #ffffff;
}

.Main-Banner-Brochure-icon2-hero {
  width: 17px;
  height: 5px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.Main-Banner-Brochure-download-icon {
  width: 20px;
  height: 24px;
  margin-block: 0px;
  margin-right: 5px;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition-duration: .3s;
}

.Main-Banner-Req-Demo-btn {
  background: linear-gradient(91.71deg, rgba(0, 186, 255, 0.8) 3.01%, rgba(0, 57, 78, 0.8) 101.88%);
  color: #FFFFFF;
  padding: 11px 20px;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  gap: 5px;
  align-items: center;
}

.Main-Banner-Watch-Demo-Play-btn {
  font-size: 25px;
}

.Main-Banner-CTA-Btns {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.C-Main-Banner-Para {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}

.Main-Course-Banner-Section {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 0px 40px 40px 40px;
}

.Main-Course-Hero-card-p-name {
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
}

.Main-Course-Hero-card-role-name {
  font-size: 15px;
  color: #DFDFDF;
  font-weight: 500;
  margin-bottom: 7px;
}

.Main-Course-Hero-card-span-1 {
  font-size: 12px;
  font-weight: 500;
  color: #33FF89;
}

.Main-Course-Hero-card-span-2 {
  color: #33FF89;
  font-size: 20px;
  font-weight: 500;
  margin-left: 14px;
}

.Main-Course-Hero-card-rev {
  color: #F6F6F6;
  font-size: 12px;
  font-weight: 500;
  margin-top: 15px;
}

.Main-Course-Hero-card-job-ch {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
}

.Main-Course-Hero-card-Img {
  border-radius: 12px;
}

.Main-Course-Hero-Card {
  width: 425px;
  background: linear-gradient(180deg, rgba(0, 76, 105, 0.7) 15.32%, rgba(87, 210, 255, 0.7) 100%);
  padding: 15px;
  border-radius: 20px;
}

.phone-wrapper {
  position: relative;
  width: 500px;
  height: 600px;
  margin: 0 auto;
  flex-shrink: 0;
  overflow-x: hidden;
}

.phone-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.carousel-overlay {
  position: absolute;
  top: 40%;
  left: 8%;
  width: 100%;
  pointer-events: none;
}

.carousel-overlay .carousel {
  pointer-events: auto;
}


.Main-Course-strip-p1 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}

.Main-Course-strip-p2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}

.Main-Banner-Strip-btn {
  padding: 11px 13px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid #004C6B;
  background-color: #0A6D97;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.Main-Banner-Strip-btn:hover {
  border: 2px solid #9a9a9a;
  transition-duration: .3s;
}

.Main-Banner-Strip-btn:hover .Main-Banner-Strip-icon2-hero {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.Main-Banner-Strip-btn:hover .Main-Banner-Strip-svgIcon-hero {
  fill: #ffffff;
  animation: MC-Strip-slide-in 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes MC-Strip-slide-in {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.Main-Banner-Strip-svgIcon-hero {
  fill: #ffffff !important;
}

.Main-Banner-Strip-icon2-hero {
  width: 17px;
  height: 5px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.Main-Banner-Strip-download-icon {
  width: 20px;
  height: 24px;
  margin-block: 0px;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition-duration: .3s;
}

.Main-Course-Banner-Strip {
  position: fixed;
  bottom: 0;
  z-index: 9999999;
  width: 100%;
  display: flex;
  background-color: transparent;
  /* Default background */
  padding: 10px 0;
  justify-content: space-between;
}

.mainCoursetext {
  color: #ffffff;
}


.Main-Course-T-sticky-nav {
  /* For Safari */
  position: sticky;
  top: 0;
  padding: 10px;
  padding-bottom: 1px;
  z-index: 999;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  background-color: #2D3741;
}

.Main-Course-T-sticky-nav ul {
  display: flex;
  list-style: none;
  gap: 5px;
  padding-top: 3px;
  padding-left: 0px;
  font-size: 18px;
  margin-bottom: 10px;
  justify-content: center;
  /* center the nav items */
}

.Main-Course-T-sticky-nav li a {
  color: #ccc;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 20px;
  transition: background 0.3s;
}

.Main-Course-T-sticky-nav li a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.Main-Course-T-sticky-nav li a.active {
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.7) 0%, rgba(0, 73, 100, 0.7) 100%);
  color: #fff;
  font-weight: 600;
}

/* --- Sections --- */
.Main-Course-Top-Navbar {
  scroll-snap-align: start;
  /* each section starts at the top */
  min-height: 100vh;
  /* fill the viewport */
  padding: 40px;
  box-sizing: border-box;
  color: white;
}

.Main-Course-Common-Sections {
  padding: 40px;
  color: #ffffff;
}

.Main-Course-T-scroll-container {
  scroll-snap-type: y mandatory;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}

.Main-Course-T-scroll-container::-webkit-scrollbar {
  display: none;
}

#course-overview,
#curriculum,
#instructor-details,
#learning-options,
#placements-path,
#job-trends {
  background: #222A33;
}


.Main-Course-Key-Feature-heading {
  font-size: 18px;
  font-weight: 700;
}

.Main-Course-Key-Feature-para {
  font-size: 14px;
  font-weight: 400;
}

.Main-Course-Key-Feature-section {
  background-color: #15465B;
  padding: 40px;
  border-radius: 32px;
}

.Main-Course-Key-Feature-Main-heading {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.Main-Course-Key-Feature-Cards {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 35px;
}

.Main-Course-Top-Nav-CTA-Btn {
  background: #0A6D97;
  color: #ffffff;
  border: 2px solid #004C6B;
  font-size: 20px;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 25px;
  position: sticky;
  top: 0;
  text-decoration: none;
  animation: pulseAnime 2s infinite ease-in-out;
  transition: background-color 0.3s ease;
  box-shadow: 0px 0px 10px 0px rgba(0, 76, 107, 1);
}

@keyframes pulseAnime {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

.Main-Course-CTA-arrow {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
  color: #00396E;
}

.Main-Course-CTA-Top-Nav-arrow {
  color: #ffffff !important;
}

.Main-Course-Top-Nav-CTA-Btn:hover .Main-Course-CTA-arrow {
  transform: translateX(5px);
}

.Main-Course-Why-TL-CTA-Btn-Section:hover .Main-Course-CTA-arrow {
  transform: translateX(5px);
  color: white;
  transition: color 0.3s ease-in-out;
}

.Main-Course-Why-TL-CTA-Btn-Section:hover {
  background-color: #0080AC;
  border: 2px solid #2f99bd;
  transition: background-color 0.3s ease-in-out;
}

.Main-Course-Why-TL-CTA-Btn-Section:hover .Main-Course-Why-TL-CTA-Btn {
  color: white;
  transition: color 0.3s ease-in-out;
}

.Main-Course-Key-feature-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.Main-Course-Nav-Container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 10px;
  background: #222A33;
  position: sticky;
  top: 0;
  z-index: 9999999;
}


.Main-Course-T-sticky-nav-dropdown {
  width: 250px;
  position: relative;
}

.Main-Course-T-sticky-nav-dropdown-toggle {
  width: 100%;
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.7) 0%, rgba(0, 73, 100, 0.7) 100%);
  border-radius: 10px;
  padding: 15px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  color: white;
}

.Main-Course-T-sticky-nav-dropdown-toggle i {
  transition: transform 0.3s ease;
}

.Main-Course-T-sticky-nav-dropdown-toggle.open i {
  transform: rotate(180deg);
}

.Main-Course-T-sticky-nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #2D3741;
  border-radius: 8px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 10;
}

.Main-Course-T-sticky-nav-dropdown-menu a {
  display: block;
  padding: 12px 20px;
  color: white;
  text-decoration: none;
  border-top: 1px solid #2c3e50;
}

.Main-Course-T-sticky-nav-dropdown-menu a:hover {
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.28) 0%, rgba(41, 82, 97, 0.7) 100%);
}

.Main-Course-T-sticky-nav-dropdown-menu.show {
  display: block;
}

.Main-Course-T-and-M-Card {
  background: #15465B;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 30px;
  padding: 15px 25px;
  width: 200px;
  text-align: center;
  line-height: normal;
}

.Main-Course-T-and-M-Card-Section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}


.Main-Course-Tools-and-Modules-Section,
.Main-Course-Company-Waiting-For-You-Section,
.Main-Course-Estimated-Job-Openings-Section,
.Main-Course-ERP-Job-Trends-Section,
.Main-Course-Success-Stories-Of-Our-Proud-Achievers-Section,
.Main-Course-Top-Industry-Professionals-Section,
.Main-Course-Related-Course-Card-Section-Container {
  margin-top: var(--Home-Page-Section-Margin-Top);
}

.Main-Course-T-and-M-Card-heading,
.Main-Course-Why-Techleads-heading,
.Is-this-course-right-for-you-M-Heading,
.Main-Course-Curriculum-Details-Main-Heading,
.Main-Course-Watch-Our-Demo-Section-heading,
.Main-Course-Expert-Guidance-Main-Heading,
.Hiring-Partners-Trusted-By-Top-Companies-Heading,
.Main-Course-Company-Waiting-For-You-Heading,
.Main-Course-ERP-Job-Trends-Heading,
.Main-Course-Success-Stories-Of-Our-Proud-Achievers-Heading,
.Main-Course-Top-Oracle-Cloud-SCM-Certifications-Heading,
.Main-Course-Top-Industry-Professionals-Heading,
.Main-Course-Related-Course-Card-heading,
.Main-Course-Related-Blogs-S-heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}


.Main-Course-Why-TL-CTA-Btn-Section {
  background-color: #F5FAFF;
  border-radius: 30px;
  padding: 10px 30px;
  border: 2px solid #E6EEF6;
  width: max-content;
}

.Main-Course-Why-TL-CTA-Btn {
  font-size: 18px;
  font-weight: 600;
  border: none;
  background-color: transparent;
  color: #00396E;
}

.Main-Course-Why-TL-CTA-img {
  background: linear-gradient(180deg, rgba(105, 105, 105, 0.5) 0%, rgba(35, 43, 52, 0.5) 100%);
  border: 0.83px solid #495A64;
  padding: 10px;
  border-radius: 10px;
}

.Why-Techleads-Sub-heading {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
}

.Why-Techleads-Sub-para {
  font-size: 16px;
  font-weight: 400;
}

.Main-Course-Why-techleads-card {
  background: linear-gradient(180deg, rgba(2, 53, 72, 0.5) 0%, rgba(7, 95, 128, 0.5) 100%);
  border: 2px solid #69696933;
  padding: 20px 24px;
  border-radius: 20px;
  margin-bottom: 25px;
}

.Main-Course-Why-techleads-card-Section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  gap: 20px;
}

.Main-Course-Why-techleads-Section {
  display: flex;
  align-items: center;
  margin-top: 100px;
  gap: 15px;
}

.Main-Course-Why-Techleads-para {
  font-size: 24px;
  font-weight: 500;
}


.Is-This-Course-Right-Heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  margin-left: 10px;
}

.Is-This-Course-Right-Points {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  gap: 10px;
  margin-bottom: 20px;
}

.Is-This-Course-Right-Segments {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  gap: 20px;
  padding-inline: 40px;
}

.Is-This-Course-Right-Segment {
  background: linear-gradient(180deg, rgba(2, 53, 72, 0.3) 0%, rgba(7, 95, 128, 0.3) 100%);
  padding: 30px 20px;
  border-radius: 20px;
  border: 2px solid #23445F;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
}

.Is-this-course-right-for-you-Section {
  margin-top: 40px;
}

.Is-this-course-right-for-you-M-Para {
  font-size: 20px;
  font-weight: 600;
  color: #B3B3B3;
}


.Main-Course-CTA-banner1 {
  display: flex;
  background-color: #035472;
  border-radius: 40px;
  position: relative;
  z-index: 0;
  margin-top: 70px;
}

.Main-Course-CTA-banner-content1 {
  padding: 45px 0px 45px 45px;
  width: 65%;
}

.Main-Course-CTA-banner-p1 {
  font-size: 24px;
  font-weight: 600;
  color: rgba(238, 238, 238, 1);
  margin-bottom: 25px;
}

.Main-Course-img-section1 {
  position: absolute;
  z-index: 99;
  right: 0;
  bottom: 0;
}

.Main-Course-CTA-Banner-Btn1 {
  background: #021B2480;
  border: 2px solid #004C6B;
  border-radius: 30px;
  padding: 12px 20px;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
}


@keyframes Main-Course-CTA-ring {
  0% {
    transform: rotate(0);
  }

  15% {
    transform: rotate(-15deg);
  }

  30% {
    transform: rotate(15deg);
  }

  45% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(10deg);
  }

  75% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0);
  }
}

.Main-Course-CTA-Banner-Btn-icon {
  margin-right: 10px;
}

.Main-Course-CTA-Banner-Btn1:hover .Main-Course-CTA-Banner-Btn-icon {
  animation: Main-Course-CTA-ring 0.5s ease-in-out infinite;
}

.Main-Course-Upcoming-Demo-request-a-call:hover .Main-Course-CTA-Banner-Btn-icon {
  animation: Main-Course-CTA-ring 0.5s ease-in-out infinite;
}

.Main-Course-HandsonProject-Main-Div {
  display: flex;
  gap: 20px;
}

.Main-Course-HandsonProject-Sub-Div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.Main-Course-Hands-on-Projects {
  width: 330px;
  height: 50px;
  background: #00000080;
  color: #fff;
  border-radius: 50px;
  border: 2px solid #004C6B;
  outline: none;
  cursor: pointer;
  position: relative;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.Main-Course-Hands-on-Projects:hover {
  background: #06678C;
}


.Main-Course-Hands-on-Projects span {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: top 0.5s;
}

.Main-Course-Hands-on-Project-text-one {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.Main-Course-Hands-on-Project-text-two {
  position: absolute;
  width: 100%;
  top: 150%;
  left: 0;
  transform: translateY(-50%);
}

.Main-Course-Hands-on-Projects:hover .Main-Course-Hands-on-Project-text-one {
  top: -100%;
}

.Main-Course-Hands-on-Projects:hover .Main-Course-Hands-on-Project-text-two {
  top: 50%;
}

.Main-Course-Hands-on-Project-card-section {
  background: linear-gradient(180deg, rgba(2, 53, 72, 0.5) 0%, rgba(7, 95, 128, 0.5) 100%);
  border: 2px solid #23445F;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 20px;
  gap: 20px;
  border-radius: 20px;
}

.Main-Course-Hands-on-Project-card-h {
  color: #0D8CBB;
  font-size: 36px;
  font-weight: 600;
}

.Main-Course-Hands-on-Project-card-p {
  color: #EEEEEE;
  font-size: 16px;
  font-weight: 400;
}

.Hands-On-Projects-Main-img,
.Hands-On-Projects-side-img {
  border-radius: 8px;
}

.Main-Course-Hands-on-Project-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}


.Main-Course-Hands-on-Project-Main-h,
.Main-Course-Upcoming-Demo-Section-Heading,
.Main-Course-What-Our-Student-Say-Section-Heading,
.Main-Course-Hear-From-Our-Learners-Heading,
.Main-Course-Choose-Your-Right-Plan-Heading,
.Main-Course-LMS-Portal-Heading,
.Main-Course-Estimated-Job-Openings-Heading,
.Main-Course-Badge-Of-Excellence-Section-Heading {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
}

.Main-Course-Hands-on-Project-Main-p,
.Main-Course-Upcoming-Demo-Section-Para,
.Main-Course-Curriculum-Details-Main-Para,
.Main-Course-What-Our-Student-Say-Section-Para,
.Main-Course-Hear-From-Our-Learners-Para,
.Main-Course-Choose-Your-Right-Plan-Para,
.Main-Course-Company-Waiting-For-You-Para,
.Main-Course-ERP-Job-Trends-Para,
.Main-Course-Badge-Of-Excellence-Section-Para,
.Main-Course-Top-Industry-Professionals-Para,
.Main-Course-Related-Course-Card-Para,
.Main-Course-Related-Blogs-S-para {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.Main-Course-Hands-on-Project-Section,
.Main-Course-Upcoming-Demo-Section,
.Main-Course-What-Our-Student-Say-Section,
.Main-Course-LMS-Portal-Section,
.Main-Course-Estimated-Job-Openings-Heading,
.Main-Course-Badge-Of-Excellence-Section {
  margin-top: 50px;
}


.Main-Course-CTA-banner2 {
  display: flex;
  background: linear-gradient(180deg, rgba(0, 150, 63, 0.6) 0%, rgba(40, 90, 61, 0.6) 100%);
  margin-top: 8rem;
  border-radius: 40px;
  position: relative;
  z-index: 0;
}

.Main-Course-CTA-banner-content2,
.Main-Course-CTA-banner-content3,
.Main-Course-CTA-banner-content4,
.Main-Course-CTA-banner-content5 {
  padding: 60px 0px 60px 60px;
  width: 80%;
}

.Main-Course-CTA-banner-h2 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}

.Main-Course-CTA-banner-p2 {
  font-size: 18px;
  font-weight: 500;
  color: rgba(238, 238, 238, 1);
  margin-bottom: 30px;
  text-transform: capitalize;
}

.Main-Course-CTA-img-section2 {
  position: absolute;
  z-index: 99;
  right: 0;
  bottom: 0;
}


.Main-Course-CTA-button2,
.Main-Course-CTA-button3,
.Main-Course-CTA-button4,
.Main-Course-CTA-button5,
.Main-Course-CTA-button6 {
  --black-700: hsla(0 0% 12% / 1);
  --border_radius: 9999px;
  --transition: 0.3s ease-in-out;
  --offset: 2px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transform-origin: center;
  padding: 1rem 2rem;
  background-color: transparent;
  border: none;
  border-radius: var(--border_radius);
  transform: scale(calc(1 + (var(--active, 0) * 0.1)));
  transition: transform var(--transition);
}

.Main-Course-CTA-button2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(20, 133, 67, 1);
  border-radius: var(--border_radius);
  transition: all var(--transition);
  z-index: 0;
}

.Main-Course-CTA-button2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #03421E;
  opacity: var(--active, 0);
  border-radius: var(--border_radius);
  transition: opacity var(--transition);
  z-index: 2;
}

.Main-Course-CTA-button2:is(:hover, :focus-visible) {
  --active: 1;
  border: none !important;
  box-shadow: none !important;
}

.Main-Course-CTA-button2:active {
  transform: scale(1);
}

.Main-Course-CTA-button2 .Main-Course-CTA-button-dots_border2 {
  --size_border: calc(100% + 4px);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--size_border);
  height: var(--size_border);
  background-color: transparent;
  border-radius: var(--border_radius);
  z-index: -10;
}

.Main-Course-CTA-button2 .Main-Course-CTA-button-dots_border2::before {
  content: "";
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left;
  transform: rotate(0deg);
  width: 100%;
  height: 2rem;
  background-color: white;
  -webkit-mask: linear-gradient(transparent 0%, white 120%);
          mask: linear-gradient(transparent 0%, white 120%);
  animation: CTArotate 3s linear infinite;
}

@keyframes CTArotate {
  to {
    transform: rotate(360deg);
  }
}

.Main-Course-CTA-button2 .Main-Course-CTA-button-sparkle2 {
  position: relative;
  z-index: 10;
  width: 1.5rem;
}

.Main-Course-CTA-button2 .Main-Course-CTA-button-sparkle2 .path {
  fill: currentColor;
  stroke: currentColor;
  transform-origin: center;
  color: hsl(0, 0%, 100%);
}

.Main-Course-CTA-button2:is(:hover, :focus) .Main-Course-CTA-button-sparkle2 .path {
  animation: path 1.5s linear 0.5s infinite;
}

.Main-Course-CTA-button2 .Main-Course-CTA-button-sparkle2 .path:nth-child(1) {
  --scale_path_1: 1.2;
}

.Main-Course-CTA-button2 .Main-Course-CTA-button-sparkle2 .path:nth-child(2) {
  --scale_path_2: 1.2;
}

.Main-Course-CTA-button2 .Main-Course-CTA-button-sparkle2 .path:nth-child(3) {
  --scale_path_3: 1.2;
}

@keyframes path {

  0%,
  34%,
  71%,
  100% {
    transform: scale(1);
  }

  17% {
    transform: scale(var(--scale_path_1, 1));
  }

  49% {
    transform: scale(var(--scale_path_2, 1));
  }

  83% {
    transform: scale(var(--scale_path_3, 1));
  }
}

.Main-Course-CTA-button2 .Main-Course-CTA-button-text_button2,
.Main-Course-CTA-button3 .Main-Course-CTA-button-text_button3,
.Main-Course-CTA-button4 .Main-Course-CTA-button-text_button4,
.Main-Course-CTA-button5 .Main-Course-CTA-button-text_button5,
.Main-Course-CTA-button6 .Main-Course-CTA-button-text_button6,
.Main-Course-CP-FYNJ-CL-CTA-button .Main-Course-CP-FYNJ-CL-CTA-button-text_button {
  position: relative;
  z-index: 10;
  background-image: linear-gradient(90deg,
      hsla(0 0% 100% / 1) 0%,
      hsla(0 0% 100% / var(--active, 1)) 120%);
  background-clip: text;
  font-size: 0.9rem;
  font-weight: 600;
  color: transparent;
  -webkit-background-clip: text;
}


.Main-Course-Upcoming-Demo-Details-card-container {
  display: flex;
  gap: 20px;
}

.Main-Course-Upcoming-Demo-Details-card {
  position: relative;
  width: auto;
  /* Make it expand based on content */
  height: auto;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 18px;
  /* Add padding to make content breathe */
  text-align: center;
  flex-grow: 1;
  /* Allow it to grow dynamically */
}

.Main-Course-Upcoming-Demo-Details-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 180deg at 50% 50%, #E6F4FF 5deg, #00435E 82.44deg, rgba(255, 255, 255, 0) 360deg);
  animation: Upcoming-Demo-Details-rotate 5s linear infinite;
}

.Main-Course-Upcoming-Demo-Details-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #113A4C 0%, #000000 100%);
  border-radius: 24px;
  margin: 5px;
}

@keyframes Upcoming-Demo-Details-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.Main-Course-Upcoming-Demo-Details-card-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
  width: 100%;
}


.Main-Course-Upcoming-Demo-Details-input-container {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.Main-Course-Upcoming-Demo-Details-input-field {
  width: 100%;
  padding: 14px 10px 6px;
  font-size: 16px;
  border: 1px solid #1F6A88;
  background-color: #00334e;
  color: #B3B3B3;
  border-radius: 5px;
  outline: none;

}

.Main-Course-Upcoming-Demo-Details-input-label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  font-size: 14px;
  color: #B3B3B3;
  transition: 0.3s ease;
  pointer-events: none;
  background-color: #00334e;
  padding: 0 5px;
}

.Main-Course-Upcoming-Demo-Details-required {
  color: red !important;
}

.Main-Course-Upcoming-Demo-Details-input-field:focus+.Main-Course-Upcoming-Demo-Details-input-label,
.Main-Course-Upcoming-Demo-Details-input-field:not(:placeholder-shown)+.Main-Course-Upcoming-Demo-Details-input-label {
  top: 5px;
  font-size: 12px;
  color: #ffffff;
  border-radius: 5px;
  padding: 3px;
}

.Main-Course-Upcoming-Demo-Details-reg-btn {
  background: #002431;
  border: 1.96px solid #174758;
  padding-inline: 30px;
  padding-block: 8px;
  border-radius: 12px;
  width: 100%;
  color: #E5E5E5;
}

.Main-Course-Upcoming-Demo-Details-req-btn {
  background: #002431;
  border: 1.96px solid #174758;
  padding-inline: 30px;
  padding-block: 8px;
  border-radius: 30px;
  color: #E5E5E5;
}

.Main-Course-Upcoming-Demo-Details-request-demo-button {
  text-align: end;
}

.Main-Course-Upcoming-Demo-Details-form-container {
  font-family: Montserrat;
  border: 2px solid #1F6A88;
  padding: 35px;
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.5) 0%, rgba(0, 73, 100, 0.5) 100%);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Main-Course-Upcoming-Demo-Details-input-checkbox {
  appearance: none;
  width: 15px;
  height: 15px;
  border: 2px solid #165B77;
  border-radius: 50%;
  background-color: unset;
  transform: translateY(2px);
}

.Main-Course-Upcoming-Demo-Details-input-checkbox:checked {
  background-color: #28C1FF;
  /* Blue dot for selected */
}

.Main-Course-Upcoming-Demo-Details-input-checkbox:checked+.Main-Course-Upcoming-Demo-Details-form-check-input {
  color: #28C1FF !important;
}

.Main-Course-Upcoming-Demo-Details-form-check-input {
  background-color: unset;
  border: none;
  color: #98BECE;
}

.Main-Course-Upcoming-Demo-have-que-section {
  background: linear-gradient(180deg, rgba(145, 145, 145, 0.41) 0%, #181818 86.4%);
  padding-block: 25px;
  padding-inline: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Main-Course-Upcoming-Demo-have-que-heading,
.Main-Course-Upcoming-Demo-have-que-subheading {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

.Main-Course-Upcoming-Demo-have-que-subheading {
  font-size: 20px;
}

.Main-Course-Upcoming-Demo-live-chat {
  background: linear-gradient(180deg, rgba(0, 255, 107, 0.6) 2.4%, rgba(55, 255, 0, 0.6) 87.4%);
  color: #ffffff;
  padding-block: 10px;
  border: 2px solid rgba(12, 106, 0, 1);
  font-weight: 600;
  width: 100%;
  border-radius: 30px;
  margin-top: 25px;
  font-size: 14px;
}

.Main-Course-Upcoming-Demo-request-a-call {
  border: 2px solid rgba(46, 113, 140, 1);
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.8) 0%, rgba(0, 73, 100, 0.8) 100%);
  color: #ffffff;
  padding-block: 10px;
  font-weight: 600;
  width: 100%;
  border-radius: 30px;
  margin-top: 10px;
  font-size: 14px;
}

.Main-Course-Upcoming-Demo-Call-Sub-Section {
  display: grid;
  grid-template-columns: 1.1fr 1.3fr 1.1fr;
  grid-gap: 20px;
  gap: 20px;
}

.Main-Course-Upcoming-Demo-Details-Request-Demo-form-heading {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.Main-Course-Upcoming-Demo-Details-Date {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
}

.Main-Course-Upcoming-Demo-Details-Time {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
}

.Main-Course-Upcoming-Demo-Details-Tutor {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  margin-bottom: 30px;
}

.Main-Course-Upcoming-Demo-Mode {
  background: linear-gradient(180deg, #09678A 0%, #004964 100%);
  border: 0.98px solid #004C6B;
  padding: 5px 15px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.Upcoming-Demo-Mode-text {
  font-size: 9px;
  font-weight: 600;
  color: #ffffff;
}

.Main-Course-Upcoming-Demo-Mode-heading {
  font-size: 30px;
  font-weight: 800;
  color: #003B52;
  text-align: left;
}

.Main-Course-Upcoming-Demo-Mode-para1 {
  font-size: 14px;
  font-weight: 600;
  color: #003B52;
  text-align: left;
}

.Main-Course-Upcoming-Demo-Mode-para2 {
  font-size: 13px;
  font-weight: 600;
  color: #003B52;
  background-color: #ffffff;
  padding: 5px 15px;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0px;
}

.Main-Course-Upcoming-Demo-Details-card-img-Content {
  position: relative;
  top: 0;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.Main-Course-Upcoming-Demo-Section-Detail,
.Main-Course-What-Our-Student-Say-Section-Detail,
.Main-Course-Badge-Of-Excellence-Section-Detail {
  text-transform: uppercase;
  color: #00B6FF;
  background: #BAECFF1A;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 30px;
}

.Main-Course-Curriculum-Details-container {
  display: flex;
  width: 100%;
  gap: 30px;
}

.Main-Course-Curriculum-Details-sidebar {
  width: 40%;
  background: linear-gradient(180deg, rgba(2, 53, 72, 0.5) 0%, rgba(7, 95, 128, 0.5) 100%);
  padding: 20px;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 75px;
  border-radius: 20px;
}

.Main-Course-Curriculum-Details-menu-item {
  padding: 7px 15px;
  cursor: pointer;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  color: #C1C1C1;
}

.Main-Course-Curriculum-Details-menu-item:hover {
  border-left: 1px solid #ffffff;
  border-width: 6px;
}

.Main-Course-Curriculum-Details-menu-item.active {
  border-left: 3px solid #80C5FF;
  border-width: 6px;
  font-weight: 700;
  color: #ffffff;
}

.Main-Course-Curriculum-Details-content {
  width: 70%;
  padding: 20px;
}

.Main-Course-Curriculum-Details-content-item {
  display: none;
}

.Main-Course-Curriculum-Details-content-item.active {
  display: block;
}

.Main-Course-Curriculum-Details-Sidebar-Heading {
  font-size: 12px;
  font-weight: 600;
  color: #80C5FF;
  text-transform: uppercase;
}

.Curriculum-Sample-Play-Btn {
  color: white;
  background-color: transparent;
  border: none;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  animation: Curriculum-Sample-Play-Btn-blink 1s infinite alternate;
}

@keyframes Curriculum-Sample-Play-Btn-blink {
  0% {
    color: white;
  }

  100% {
    color: #00D20A;
  }
}

.Main-Course-Curriculum-Details-C-content-Video-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, rgba(2, 53, 72, 0.5) 0%, rgba(7, 95, 128, 0.5) 100%);
  border: 2px solid #69696933;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.Main-Course-Curriculum-Details-C-content-details {
  background: linear-gradient(180deg, rgba(2, 53, 72, 0.5) 0%, rgba(7, 95, 128, 0.5) 100%);
  border: 2px solid #69696933;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.Main-Course-Curriculum-Details-C-Content-Para {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  width: 70%;
}

.Main-Course-Curriculum-Details-content-item-heading {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}


.Curriculum-Sample-Play-Btn-icon {
  font-size: 35px;
  cursor: pointer;
}

.Curriculum-Sample-Play-Btn-icon-content {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}

.Curriculum-Sample-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
}

.Curriculum-Sample-arrow {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.Curriculum-Sample-card-content-mb {
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.Curriculum-Sample-card-content-mb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.Curriculum-Sample-card-content-mb li {
  padding: 8px 0;
  display: flex;
}

.Curriculum-Sample-card-content-mb li::before {
  margin-right: 10px;
  font-size: 12px;
}

.Curriculum-Sample-card-content {
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  max-height: 0px;
}

.Curriculum-Sample-card-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.Curriculum-Sample-card-content li {
  padding: 8px 0;
  display: flex;
}

.Curriculum-Sample-card-content li::before {
  margin-right: 10px;
  font-size: 12px;
}

.Curriculum-Sample-card-content-bullet-points {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.Curriculum-Sample-card-content-bullet-imp-p {
  font-size: 16px;
  font-weight: 400;
}

.Curriculum-Sample-card-No-Of-Lessons {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-right: 10px;
}

.Main-Course-Curriculum-imp-point-icon {
  transform: translateY(6px);
}

.Curriculum-Sample-arrowVH {
  visibility: hidden;
}


.Main-Course-Curriculum-Details-content-MVDropdown {
  width: 100%;
  box-sizing: border-box;
  border-radius: 12px;
  margin-bottom: 20px;
  background: linear-gradient(180deg, rgba(2, 53, 72, 0.3) 0%, rgba(7, 95, 128, 0.3) 100%);
  transition: background 0.3s ease;
}

.Main-Course-Curriculum-Details-content-MVDropdown.active {
  background: #011824;
}

.Main-Course-Curriculum-Details-content-Dropdown-Main-Header {
  padding: 15px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  background: inherit;
}

.Main-Course-Curriculum-Details-MVdropdown-content {
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  max-height: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.Main-Course-Curriculum-Details-MVdropdown-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.Main-Course-Curriculum-Details-MVdropdown-content ul li {
  padding: 10px 15px;
}

.Main-Course-Curriculum-Details-MVdropdown-arrow {
  transition: transform 0.3s ease;
}

.Main-Course-Curriculum-Details-MVrotate {
  transform: rotate(180deg);
}

.Main-Course-Curriculum-Details-container-Mobile-View {
  display: none;
}

.Main-Course-Curriculum-Details-content-MVDropdown-No-Lessons {
  font-size: 16px;
  font-weight: 600;
}

.CDV-MI {
  margin-inline: 20px;
}

.Main-Course-Curriculum-Section-btn {
  padding: 11px 45px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid #174758;
  background-color: #125A79;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.Main-Course-Curriculum-Section-btn:hover {
  border: 2px solid #9a9a9a;
  transition-duration: .3s;
}

.Main-Course-Curriculum-Section-btn:hover .Main-Course-Curriculum-Section-icon2-hero {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.Main-Course-Curriculum-Section-btn:hover .Main-Course-Curriculum-Section-svgIcon-hero {
  fill: #ffffff;
  animation: MC-CS-slide-in 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes MC-CS-slide-in {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.Main-Course-Curriculum-Section-svgIcon-hero {
  fill: #ffffff;
}

.Main-Course-Curriculum-Section-icon2-hero {
  width: 17px;
  height: 5px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.Main-Course-Curriculum-Section-download-icon {
  width: 20px;
  height: 24px;
  margin-block: 0px;
  margin-right: 5px;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition-duration: .3s;
}

.Main-Course-Curriculum-Dwnld-Brochure {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 10px;
}

.Main-Course-Curriculum-Dwnld-Brochure-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.Main-Course-Watch-Our-Demo-Section {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  place-items: center;
  grid-gap: 20px;
  gap: 20px;
  margin-top: 50px;
}

.d-fl-al-str {
  display: flex;
  align-items: stretch;
}

.Main-Course-Watch-Our-Demo-Section-video-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: auto;
}

.Main-Course-Watch-Our-Demo-Section-video {
  width: 100%;
  border-radius: 200px;
  display: block;
}

/* Custom controls overlay */
.Main-Course-Watch-Our-Demo-Section-video-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 20px;
}

.Main-Course-Watch-Our-Demo-Section-video-controls button {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 30px;
  padding: 10px 20px;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
}

.Main-Course-Watch-Our-Demo-Section-video-controls button:hover {
  background: rgba(0, 0, 0, 0.7);
}

.Main-Course-What-Our-Students-Say-Card {
  background: linear-gradient(180deg, #02151C 33.71%, #086182 100%);
  border: 0.94px solid #525252;
  padding: 20px;
  border-radius: 30px;
  color: #ffffff;
  position: relative;
  transition: transform 0.7s ease;
}

.Main-Course-What-Our-Students-Say-img {
  border-radius: 80px;
}

.Main-Course-What-Our-Students-Say-Name {
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
  margin-bottom: 0px;
}

.Main-Course-What-Our-Students-Say-Position {
  font-size: 14px;
  font-weight: 600;
  color: #E0E0E0;
}

.Main-Course-What-Our-Students-Say-Review {
  font-size: 14px;
  font-weight: 400;
}

.Main-Course-What-Our-Students-Say-Card-Source-Icon {
  position: absolute;
  right: 20px;
  top: 25px;
}

.Main-Course-Hear-From-Our-Students-Card-Source-Icon {
  position: absolute;
  right: 20px;
  top: 15px;
}


.Main-Course-What-Our-Students-Say-Card:hover {
  background: linear-gradient(180deg, #02151C 16.09%, #008FC4 100%);
  border: 1px solid #EFEFEF;
  transform: scale(1.025);
}

.Main-Course-What-Our-Students-Say-Card-Section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  gap: 20px;
}

.Main-Course-CTA-banner3 {
  display: flex;
  background: linear-gradient(92.73deg, rgba(11, 189, 255, 0.8) 1.79%, rgba(0, 110, 151, 0.8) 98.62%);
  margin-top: 12rem;
  border-radius: 40px;
  position: relative;
  z-index: 0;
}

.Main-Course-CTA-banner-h3 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}

.Main-Course-CTA-banner-p3 {
  font-size: 18px;
  font-weight: 500;
  color: rgba(238, 238, 238, 1);
  margin-bottom: 30px;
  text-transform: capitalize;
}

.Main-Course-CTA-img-section3 {
  position: absolute;
  z-index: 99;
  right: 0;
  bottom: 0;
}

.Main-Course-CTA-button3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #0C7EA9;
  border-radius: var(--border_radius);
  transition: all var(--transition);
  z-index: 0;
}

.Main-Course-CTA-button3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #0D556F;
  opacity: var(--active, 0);
  border-radius: var(--border_radius);
  transition: opacity var(--transition);
  z-index: 2;
}

.Main-Course-CTA-button3:is(:hover, :focus-visible) {
  --active: 1;
  border: none !important;
  box-shadow: none !important;
}

.Main-Course-CTA-button3:active {
  transform: scale(1);
}

.Main-Course-CTA-button3 .Main-Course-CTA-button-dots_border3 {
  --size_border: calc(100% + 4px);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--size_border);
  height: var(--size_border);
  background-color: transparent;
  border-radius: var(--border_radius);
  z-index: -10;
}

.Main-Course-CTA-button3 .Main-Course-CTA-button-dots_border3::before {
  content: "";
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left;
  transform: rotate(0deg);
  width: 100%;
  height: 2rem;
  background-color: white;
  -webkit-mask: linear-gradient(transparent 0%, white 120%);
          mask: linear-gradient(transparent 0%, white 120%);
  animation: CTArotate 3s linear infinite;
}

@keyframes CTArotate {
  to {
    transform: rotate(360deg);
  }
}

.Main-Course-CTA-button3 .Main-Course-CTA-button-sparkle3 {
  position: relative;
  z-index: 10;
  width: 1.5rem;
}

.Main-Course-CTA-button3 .Main-Course-CTA-button-sparkle3 .path {
  fill: currentColor;
  stroke: currentColor;
  transform-origin: center;
  color: hsl(0, 0%, 100%);
}

.Main-Course-CTA-button3:is(:hover, :focus) .Main-Course-CTA-button-sparkle3 .path {
  animation: path 1.5s linear 0.5s infinite;
}

.Main-Course-CTA-button3 .Main-Course-CTA-button-sparkle3 .path:nth-child(1) {
  --scale_path_1: 1.2;
}

.Main-Course-CTA-button3 .Main-Course-CTA-button-sparkle3 .path:nth-child(2) {
  --scale_path_2: 1.2;
}

.Main-Course-CTA-button3 .Main-Course-CTA-button-sparkle3 .path:nth-child(3) {
  --scale_path_3: 1.2;
}

@keyframes path {

  0%,
  34%,
  71%,
  100% {
    transform: scale(1);
  }

  17% {
    transform: scale(var(--scale_path_1, 1));
  }

  49% {
    transform: scale(var(--scale_path_2, 1));
  }

  83% {
    transform: scale(var(--scale_path_3, 1));
  }
}

.Main-Course-Meet-Our-Founder-details-Card {
  background: linear-gradient(180deg, rgba(105, 105, 105, 0.5) 0%, rgba(35, 43, 52, 0.5) 100%);
  border: 2px solid #696969;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
}

.Main-Course-Meet-Our-Founder-details-Para {
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
  margin-bottom: 0px;
}

.Main-Course-Founder-Social-Media-Links {
  background: linear-gradient(180deg, #2FBBE3 0%, #004A9E 100%);
  display: flex;
  padding: 18px;
  position: absolute;
  flex-direction: column;
  gap: 20px;
  border-radius: 25px;
  width: -moz-fit-content;
  width: fit-content;
  bottom: -5px;
  left: -3px;
}

.Main-Course-Meet-Our-Founder-Section {
  display: grid;
  grid-template-columns: 1.5fr 2.5fr;
  grid-gap: 20px;
  gap: 20px;
}

.Main-Course-Meet-Our-Founder-Sub-Section {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-gap: 20px;
  gap: 20px;
}

.Main-Course-Meet-Our-Founder-Heading {
  font-size: 40px;
  font-weight: 600;
}

.Main-Course-Meet-Our-Founder-Para {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF8C;
}

.Main-Course-Meet-Our-Founder-Acheivements-h {
  font-size: 24px;
  font-weight: 700;
  color: #088EC0;
}

.image-container {
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
}

.image-container::-webkit-scrollbar {
  display: none;
}

.Main-Course-Hear-From-Our-Learners-V-video-container,
.Main-Course-Curriculum-Details-Demo-V-video-container {
  display: flex;
  margin: 10px 12px;
  position: relative;
  background: black;
  border-radius: 10px;
  overflow: hidden;
  width: 60vw;
}

.Main-Course-Hear-From-Our-Learners-V-video-overlay,
.Main-Course-Curriculum-Details-Demo-V-video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: linear-gradient(180deg, rgba(13, 15, 20, 0) 0%, rgba(13, 15, 20, 0.9) 80.37%);
  pointer-events: none;
}

.Main-Course-Hear-From-Our-Learners-V-controls,
.Main-Course-Curriculum-Details-Demo-V-controls {
  position: absolute;
  bottom: 6%;
  width: 100%;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 5px;
  padding-inline: 20px;
  font-size: 14px;
}

.Main-Course-Hear-From-Our-Learners-V-progress,
.Main-Course-Curriculum-Details-Demo-V-progress {
  width: 95%;
  height: 4px;
  background: #d9d9d9;
  position: absolute;
  bottom: 5%;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
}

.Main-Course-Hear-From-Our-Learners-V-progress-bar,
.Main-Course-Curriculum-Details-Demo-V-progress-bar {
  height: 100%;
  background: white;
  width: 0;
  transition: width 0.1s linear;
}

.Main-Course-Hear-From-Our-Learners-V-job-role {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s, transform 0.5s;
  font-size: 12px;
  margin-bottom: 5px;
}

.Main-Course-Hear-From-Our-Learners-V-video-container:hover .Main-Course-Hear-From-Our-Learners-V-job-role {
  opacity: 1;
  transform: translateY(0);
}

.Main-Course-Hear-From-Our-Learners-V-admin-role {
  display: block;
  transition: transform 0.3s ease-out;
  font-weight: bold;
  line-height: 12px;
  transform: translateY(10px);
}

.Main-Course-Curriculum-Details-Demo-V-admin-role {
  display: block;
  transition: transform 0.3s ease-out;
  font-weight: bold;
  line-height: 12px;
}

.Main-Course-Hear-From-Our-Learners-V-video-container:hover .Main-Course-Hear-From-Our-Learners-V-admin-role,
.Main-Course-Curriculum-Details-Demo-V-video-container:hover .Main-Course-Curriculum-Details-Demo-V-admin-role {
  transform: translateY(-6px);
}

.Main-Course-Hear-From-Our-Learners-V-play-btn,
.Main-Course-Curriculum-Details-Demo-V-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: auto;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.Main-Course-Hear-From-Our-Learners-V-video-container:hover .Main-Course-Hear-From-Our-Learners-V-play-btn,
.Main-Course-Curriculum-Details-Demo-V-video-container:hover .Main-Course-Curriculum-Details-Demo-V-play-btn {
  opacity: 1;
}

.Main-Course-Hear-From-Our-Learners-V-close,
.Main-Course-Curriculum-Details-Demo-V-close {
  font-size: 16px;
  position: relative;
  font-weight: 400;
  top: -12%;
  right: 20px;
  cursor: pointer;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: end;
  color: white;
}

.Main-Course-Hear-From-Our-Learners-V-overlay,
.Main-Course-Curriculum-Details-Demo-V-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 999;
}

.Main-Course-Hear-From-Our-Learners-V-popup,
.Main-Course-Curriculum-Details-Demo-V-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border-radius: 10px;
  z-index: 1000;
}

.Main-Course-Hear-From-Our-Learners-V-play-button-img {
  cursor: pointer;
  width: 32px !important;
  height: 32px !important;
  position: absolute !important;
  bottom: 0;
}

.testimonial-image {
  position: relative;
  border-radius: 20px;
}

.testimonial-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000004d;
  /* Semi-transparent black */
  border-radius: 20px;
  /* Matches the image's border-radius */
  z-index: 1;
  /* Ensures the overlay is on top of the image */
}

.testimonial-image img {
  position: relative;
  height: 440px;
  width: 260px;
  z-index: 0;
  /* Places the image below the overlay */
}

.snackbar-heading {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
}

.snackbar-para {
  font-size: 10px;
  margin-bottom: 0px;
}

.testimonial-content {
  width: 340px;
  padding: 25px 43px 20px 25px;
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.5) 0%, rgba(0, 73, 100, 0.5) 100%);
  margin-inline: 22px;
  border-radius: 15px;
  text-align: left;
  white-space: normal;
  position: relative;
  color: white;
}

.testimonial-para {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.6299999952316284px;
  text-align: left;
  margin: 6px 0px;
  margin-bottom: -5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Show only 2 lines */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 3;
}

.role-adj {
  transform: translate(10px, 7px);
}

.role-h {
  font-size: 14px;
}

.role {
  font-weight: 400;
  font-size: 12px;
  color: #B3B3B3;
}

.d-fl-just-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.play-button-img {
  position: absolute;
  top: 48%;
  left: 20%;
  z-index: 99;
  height: 32px !important;
  width: 32px !important;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  z-index: 1000;
}

.Main-Course-Hear-From-Our-Learners-V-video,
.Main-Course-Curriculum-Details-Demo-V-video {
  width: 100%;
  display: block;
  cursor: pointer;
  border-radius: 20px;
}

.close {
  color: white;
  font-size: 16px;
  position: relative;
  font-family: Montserrat;
  font-weight: 400;
  top: -12%;
  right: 20px;
  cursor: pointer;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.video-container {
  display: flex;
  margin: 10px 12px;
  position: relative;
}

.Main-Course-Hear-From-Our-Students-Source-B-Card {
  background: linear-gradient(90deg, rgba(217, 217, 217, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  border: 1px solid #84848461;
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  padding: 10px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 300px;
  margin-top: 20px;
}

.Main-Course-Hear-From-Our-Students-Source-B-Card:hover {
  background: linear-gradient(90deg, rgba(217, 217, 217, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
}

.Main-Course-Hear-From-Our-Students-Source-B-Card-Section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 60px;
}

.Main-Course-Hear-From-Our-Students-Source-Card-B-heading {
  font-size: 16px;
  font-weight: 500;
  color: #E0E0E0;
}

.Main-Course-Hear-From-Our-Students-Source-Card-B-para {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0px;
}

.Main-Course-Hear-From-Our-Learners-Section {
  margin-top: var(--Home-Page-Section-Margin-Top);
}

.Main-Course-Choose-Your-Right-Plan-Pricing-card-Heading {
  font-size: 20px;
  font-weight: 700;
}

.Main-Course-Choose-Your-Right-Plan-Section {
  color: #ffffff;
}

.Main-Course-Choose-Your-Right-Plan-Pricing-card {
  background: linear-gradient(180deg, rgba(105, 105, 105, 0.5) 0%, rgba(35, 43, 52, 0.5) 100%);
  border: 1px solid #FFFFFF33;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Main-Course-Choose-Your-Right-Plan-Pricing-card:hover {
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.5) 0%, rgba(0, 73, 100, 0.5) 100%);
  border: 1px solid #FFFFFF99;
}

.Main-Course-Choose-Your-Right-Plan-Pricing-card-Plans-Points {
  display: flex;
  gap: 7px;
  align-items: flex-start;
}

.Main-Course-Choose-Your-Right-Plan-Pricing-Grid-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  gap: 20px;
}

.Main-Course-Emi-Blinker,
.Main-Course-Best-Offer-Blinker {
  position: absolute;
  width: 100%;
  color: #ffffff;
  padding: 8px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px 8px 4px 20px;
}

.Choose-Your-Right-Plan-Blinker-Wrapper {
  position: absolute;
  width: 160px;
  text-align: center;
  right: 8px;
  top: 8px;
}

@keyframes blink1 {

  0%,
  50% {
    opacity: 1;
  }

  51%,
  100% {
    opacity: 0;
  }
}

@keyframes blink2 {

  0%,
  50% {
    opacity: 0;
  }

  51%,
  100% {
    opacity: 1;
  }
}

.Main-Course-Emi-Blinker {
  background-color: #0070CC;
  animation: blink1 2s infinite;
}

.Main-Course-Best-Offer-Blinker {
  background-color: #067120;
  animation: blink2 2s infinite;
}

.Main-Course-Choose-Your-Right-Plan-Pricing-card-Para {
  font-size: 16px;
  font-weight: 500;
  color: #E6E6E6;
}

.Main-Course-Choose-Your-Right-Plan-Pricing-card-Price {
  font-size: 32px;
  font-weight: 600;
}

.Main-Course-Choose-Your-Right-Plan-Pricing-card-Plans-Btn {
  border: none;
  background: #3665cf;
  width: 100%;
  text-align: center;
  padding: 15px 30px;
  border-radius: 30px;
  color: white;
  font-weight: 600;
  border: 2px solid transparent;
  transition: border-color 0.3s ease-in-out;
}


.Choose-Your-Right-plan-Arrow-Icon {
  transition: transform 0.3s ease-out;
  font-size: 15px;
}


.Main-Course-Choose-Your-Right-Plan-Pricing-card-Plans-Btn:hover .Choose-Your-Right-plan-Arrow-Icon {
  transform: translateX(7px);
}

@keyframes C-ring {
  0% {
    transform: rotate(0deg);
  }

  15% {
    transform: rotate(10deg);
  }

  30% {
    transform: rotate(-10deg);
  }

  45% {
    transform: rotate(5deg);
  }

  60% {
    transform: rotate(-5deg);
  }

  75% {
    transform: rotate(2deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.Main-Course-Choose-Your-Right-Plan-Pricing-card-Plans-Btn:hover .Choose-Your-Right-plan-Phone-Icon {
  animation: C-ring 0.5s ease-in-out infinite;
}

.Download-From-PlayStore-Img-Section {
  position: relative;
  left: 0;
  bottom: 0;
}

.Download-From-PlayStore-Card-Section {
  display: flex;
  align-items: center;
  background: linear-gradient(180deg,
      rgba(2, 53, 72, 0.5) 0%,
      rgba(7, 95, 128, 0.5) 100%);
  color: #ffffff;
  gap: 30px;
  border-radius: 40px;
}

.Click-For-Download-Sub-Section-Img-Part {
  flex: 1 1;
  background-image: url("/images/courses/Testing-imge.svg");
  background-repeat: no-repeat;
  background-position: 130% center;
  background-size: auto;
  border-radius: 40px;
}

.Click-For-App-Social-Icons {
  display: flex;
  gap: 20px;
  align-items: center;
}

.Click-For-App-Social-Icons-Sub-Section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.Main-Course-Download-Now-Text {
  margin-bottom: 0px;
}

.Main-Course-Download-From-PlayStore-text {
  font-size: 18px;
  font-weight: 500;
}

.Main-Course-Download-From-PlayStore-heading {
  font-size: 32px;
  font-weight: 700;
}

.Main-Course-Download-From-PlayStore-text-1 {
  font-size: 20px;
  font-weight: 400;
  color: #EBEBEB;
}

.Main-Course-Download-From-PlayStore-Section {
  margin-top: 50px;
  overflow-x: hidden;
}

.Main-Course-Download-From-playStore-Content {
  padding-right: 30px;
  flex: 1 1;
}

.Download-From-PlayStore-Card-Section-img {
  transform: translateX(-140px);
  position: relative;
  left: 0;
  bottom: 0;
}

.Main-Course-Lms-Portal-tabs {
  display: flex;
  position: relative;
  border-bottom: 0.89px solid #FFFFFF;
  justify-content: space-around;
  padding-left: 0px;
  margin-bottom: 1rem;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;

}

.Main-Course-Lms-Portal-tabs li {
  list-style: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}

.Main-Course-Lms-Portal-tabs li.active {
  color: #64B8FF;
  font-weight: 600;
}

.Main-Course-Lms-Portal-underline {
  position: absolute;
  bottom: -2px;
  height: 4px;
  padding: 0px !important;
  background: #0af;
  transition: left 0.3s, width 0.3s;
}

.Main-Course-LMS-Portal-Sub-heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 23px;
}

.Main-Course-LMS-Portal-Para {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}

.Main-Course-Lms-Portal-tab-content {
  display: none;
}

.Main-Course-Lms-Portal-tab-content.active {
  display: block;
}

.Main-Course-Lms-Portal-card {
  border: 1px solid #444;
  border-radius: 8px;
  padding: 1rem;
}

.Main-Course-LMS-Portal-Side-Bar-Heading {
  color: #80C5FF;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.Main-Course-LMS-Portal-Side-Bar-Section {
  background: linear-gradient(180deg, rgba(2, 53, 72, 0.15) 0%, rgba(7, 95, 128, 0.15) 100%);
  border: 1.78px solid #1B3D52;
  padding: 20px 15px;
  border-radius: 18px;
}

.Main-Course-LMS-Portal-Side-Bar-Lesson {
  background: linear-gradient(180deg, rgba(2, 53, 72, 0.5) 0%, rgba(7, 95, 128, 0.5) 100%);
  border: 1.78px solid #69696933;
  padding: 20px 15px;
  border-radius: 18px;
  margin-top: 25px;
}

.Main-Course-LMS-Portal-Side-Bar-Lesson-Box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #083649;
  border: 0.89px solid #135168;
  border-radius: 9px;
  padding: 10px 14px;
  margin-top: 15px;
}

.Main-Course-LMS-Portal-Side-Bar-Lesson-text {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
}

.Main-Course-LMS-Portal-Side-Bar-Sub-Heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

.Main-Course-LMS-Portal-Heading-Sides-Section {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  grid-template-columns: 1.5fr 0.8fr;
}

.Main-Course-CTA-banner4 {
  display: flex;
  background: linear-gradient(92.73deg, rgba(11, 189, 255, 0.8) 1.79%, rgba(0, 110, 151, 0.8) 98.62%);
  margin-top: 12rem;
  border-radius: 40px;
  position: relative;
  z-index: 0;
}

.Main-Course-CTA-banner-h4 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}

.Main-Course-CTA-banner-p4 {
  font-size: 18px;
  font-weight: 500;
  color: rgba(238, 238, 238, 1);
  margin-bottom: 0px;
  text-transform: capitalize;
}

.Main-Course-CTA-img-section4 {
  position: absolute;
  z-index: 99;
  right: 0;
  top: -35%;
}


.Main-Course-CTA-button4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #0C7EA9;
  border-radius: var(--border_radius);
  transition: all var(--transition);
  z-index: 0;
}

.Main-Course-CTA-button4::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #0D556F;
  opacity: var(--active, 0);
  border-radius: var(--border_radius);
  transition: opacity var(--transition);
  z-index: 2;
}

.Main-Course-CTA-button4:is(:hover, :focus-visible) {
  --active: 1;
  border: none !important;
  box-shadow: none !important;
}

.Main-Course-CTA-button4:active {
  transform: scale(1);
}

.Main-Course-CTA-button4 .Main-Course-CTA-button-dots_border4 {
  --size_border: calc(100% + 4px);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--size_border);
  height: var(--size_border);
  background-color: transparent;
  border-radius: var(--border_radius);
  z-index: -10;
}

.Main-Course-CTA-button4 .Main-Course-CTA-button-dots_border4::before {
  content: "";
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left;
  transform: rotate(0deg);
  width: 100%;
  height: 2rem;
  background-color: white;
  -webkit-mask: linear-gradient(transparent 0%, white 120%);
          mask: linear-gradient(transparent 0%, white 120%);
  animation: CTArotate 3s linear infinite;
}

@keyframes CTArotate {
  to {
    transform: rotate(360deg);
  }
}

.Main-Course-CTA-button4 .Main-Course-CTA-button-sparkle4 {
  position: relative;
  z-index: 10;
  width: 1.5rem;
}

.Main-Course-CTA-button4 .Main-Course-CTA-button-sparkle4 .path {
  fill: currentColor;
  stroke: currentColor;
  transform-origin: center;
  color: hsl(0, 0%, 100%);
}

.Main-Course-CTA-button4:is(:hover, :focus) .Main-Course-CTA-button-sparkle4 .path {
  animation: path 1.5s linear 0.5s infinite;
}

.Main-Course-CTA-button4 .Main-Course-CTA-button-sparkle4 .path:nth-child(1) {
  --scale_path_1: 1.2;
}

.Main-Course-CTA-button4 .Main-Course-CTA-button-sparkle4 .path:nth-child(2) {
  --scale_path_2: 1.2;
}

.Main-Course-CTA-button4 .Main-Course-CTA-button-sparkle4 .path:nth-child(3) {
  --scale_path_3: 1.2;
}

@keyframes path {

  0%,
  34%,
  71%,
  100% {
    transform: scale(1);
  }

  17% {
    transform: scale(var(--scale_path_1, 1));
  }

  49% {
    transform: scale(var(--scale_path_2, 1));
  }

  83% {
    transform: scale(var(--scale_path_3, 1));
  }
}

.Main-Course-Expert-Guidance-Card {
  background: linear-gradient(180deg, rgba(2, 53, 72, 0.5) 0%, rgba(7, 95, 128, 0.5) 100%);
  border: 2px solid #69696933;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.Main-Course-Expert-Guidance-Card-Para {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
}

.Main-Course-Expert-Guidance-Card-Section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

.Main-Course-Expert-Guidance-Heading-Section {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: var(--Home-Page-Section-Margin-Top);
  justify-content: center;
}

.Main-Course-Hiring-Partners-Trusted-By-Top-Companies-Section,
.Main-Course-Successful-Alumni-section {
  margin-top: var(--Home-Page-Section-Margin-Top);
}

.Hiring-Partners-Trusted-By-Top-Companies-track {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.Hiring-Partners-Trusted-By-Top-Companies-slide {
  display: flex;
  width: max-content;
  animation: moveCCards 40s linear infinite;
}

.Hiring-Partners-Trusted-By-Top-Companies-Rslide {
  display: flex;
  width: max-content;
  flex-direction: row-reverse;
  animation: moveRCCards 40s linear infinite;
}

.Hiring-Partners-Trusted-By-Top-Companies-slide-images {
  display: flex;
}

.Hiring-Partners-Trusted-By-Top-Companies-slide img {
  width: 254px;
  height: 88px;
  border-radius: 11px;
  margin-right: 25px;
}

.Hiring-Partners-Trusted-By-Top-Companies-Rslide img {
  width: 254px;
  height: 88px;
  border-radius: 11px;
  margin-right: 25px;
}

@keyframes moveCCards {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}


@keyframes moveRCCards {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}


.Main-Course-Successful-Alumni-section {
  color: #ffffff;
}

.Main-Course-Successful-Alumni-Main-heading {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}

.Main-Course-Successful-Alumni-Main-para {
  font-weight: 600;
  font-size: 18px;
  color: #b3b3b3;
  text-align: center;
}

.Main-Course-Successful-Alumni-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  gap: 20px;
  width: 100%;
}

.Main-Course-Successful-Alumni-card {
  width: 100%;
  height: 300px;
  perspective: 1000px;
  background: transparent;
}

.Main-Course-Successful-Alumni-card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.Main-Course-Successful-Alumni-card:hover .Main-Course-Successful-Alumni-card-inner {
  transform: rotateY(180deg) !important;
}

.rotate-on-scroll {
  transform: rotateY(360deg);
}

.Main-Course-Successful-Alumni-card-front,
.Main-Course-Successful-Alumni-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
}

.Main-Course-Successful-Alumni-card-front {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Main-Course-Successful-Alumni-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Main-Course-Successful-Alumni-card-back {
  background: #084165;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.Main-Course-Successful-Alumni-card-star-Icon {
  height: 20px;
  width: 20px;
}

.Main-Course-Successful-Alumni-flipped-content {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  overflow-y: scroll;
}

/* For Webkit Browsers */
::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track:hover {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #888;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.Main-Course-Successful-Alumni-amnt-flip {
  font-weight: 500;
  font-size: 20px;
}

.Main-Course-Successful-Alumni-Sub-Heading {
  font-size: 14px;
  color: #CCCCCC;
  margin-top: 8px;
}

.Main-Course-Successful-Alumni-Sub-Para {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}

.Main-Course-Successful-Alumni-Sub-Span-1 {
  color: #00CC55;
  font-size: 10px;
  font-weight: 600;
}

.Main-Course-Successful-Alumni-Sub-Span-2 {
  font-size: 14px;
  font-weight: 500;
  color: #00CC55;
}

.Main-Course-Successful-Alumni-CC-1 {
  font-size: 9px;
  color: #B3B3B3;
  font-weight: 500;
}

.Main-Course-Successful-Alumni-CC-2 {
  font-size: 10px;
  font-weight: 600;
}

.Main-Course-Successful-Alumni-CC-21 {
  font-size: 14px;
  font-weight: 600;
  text-align: end;
}

.Main-Course-CTA-banner5 {
  display: flex;
  background: linear-gradient(180deg, rgba(0, 150, 63, 0.6) 0%, rgba(40, 90, 61, 0.6) 100%);
  margin-top: 8rem;
  border-radius: 40px;
  position: relative;
  z-index: 0;
}

.Main-Course-CTA-banner-h5 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}

.Main-Course-CTA-banner-p5 {
  font-size: 18px;
  font-weight: 500;
  color: rgba(238, 238, 238, 1);
  margin-bottom: 30px;
  text-transform: capitalize;
}

.Main-Course-CTA-img-section5 {
  position: absolute;
  z-index: 99;
  right: 0;
  bottom: 0;
}


.Main-Course-CTA-button5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(20, 133, 67, 1);
  border-radius: var(--border_radius);
  transition: all var(--transition);
  z-index: 0;
}

.Main-Course-CTA-button5::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #03421E;
  opacity: var(--active, 0);
  border-radius: var(--border_radius);
  transition: opacity var(--transition);
  z-index: 2;
}

.Main-Course-CTA-button5:is(:hover, :focus-visible) {
  --active: 1;
  border: none !important;
  box-shadow: none !important;
}

.Main-Course-CTA-button5:active {
  transform: scale(1);
}

.Main-Course-CTA-button5 .Main-Course-CTA-button-dots_border5 {
  --size_border: calc(100% + 4px);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--size_border);
  height: var(--size_border);
  background-color: transparent;
  border-radius: var(--border_radius);
  z-index: -10;
}

.Main-Course-CTA-button5 .Main-Course-CTA-button-dots_border5::before {
  content: "";
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left;
  transform: rotate(0deg);
  width: 100%;
  height: 2rem;
  background-color: white;
  -webkit-mask: linear-gradient(transparent 0%, white 120%);
          mask: linear-gradient(transparent 0%, white 120%);
  animation: CTArotate 3s linear infinite;
}

@keyframes CTArotate {
  to {
    transform: rotate(360deg);
  }
}

.Main-Course-CTA-button5 .Main-Course-CTA-button-sparkle5 {
  position: relative;
  z-index: 10;
  width: 1.5rem;
}

.Main-Course-CTA-button5 .Main-Course-CTA-button-sparkle5 .path {
  fill: currentColor;
  stroke: currentColor;
  transform-origin: center;
  color: hsl(0, 0%, 100%);
}

.Main-Course-CTA-button5:is(:hover, :focus) .Main-Course-CTA-button-sparkle5 .path {
  animation: path 1.5s linear 0.5s infinite;
}

.Main-Course-CTA-button5 .Main-Course-CTA-button-sparkle5 .path:nth-child(1) {
  --scale_path_1: 1.2;
}

.Main-Course-CTA-button5 .Main-Course-CTA-button-sparkle5 .path:nth-child(2) {
  --scale_path_2: 1.2;
}

.Main-Course-CTA-button5 .Main-Course-CTA-button-sparkle5 .path:nth-child(3) {
  --scale_path_3: 1.2;
}

@keyframes path {

  0%,
  34%,
  71%,
  100% {
    transform: scale(1);
  }

  17% {
    transform: scale(var(--scale_path_1, 1));
  }

  49% {
    transform: scale(var(--scale_path_2, 1));
  }

  83% {
    transform: scale(var(--scale_path_3, 1));
  }
}

.Main-Course-O-C-Card {
  background: linear-gradient(180deg, rgba(2, 53, 72, 0.6) 0%, rgba(7, 95, 128, 0.6) 100%);
  border: 2px solid #0F6688;
  padding: 30px;
  border-radius: 24px;
}

.Main-Course-O-C-Card-Heading {
  font-size: 24px;
  font-weight: 700;
}

.Main-Course-O-C-Card-Package {
  font-size: 48px;
  font-weight: 700;
  color: #44CCFF;
  margin-bottom: 0px;
}

.Main-Course-O-C-Card-Top-Part {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.Career-Path-You-Can-Explore-timeline {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.Career-Path-You-Can-Explore-item {
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(10px);
}

.Career-Path-You-Can-Explore-dot {
  width: 12px;
  height: 12px;
  background-color: #2C5E71;
  border-radius: 50%;
  margin-right: 10px;
  transform: scale(0.8);
  opacity: 0;
}

.Career-Path-You-Can-Explore-animate .Career-Path-You-Can-Explore-item {
  animation: Career-Path-You-Can-Explore-fadeIn 0.4s ease forwards;
}

.Career-Path-You-Can-Explore-animate .Career-Path-You-Can-Explore-item:nth-child(1) {
  animation-delay: 0.3s;
}

.Career-Path-You-Can-Explore-animate .Career-Path-You-Can-Explore-item:nth-child(2) {
  animation-delay: 0.6s;
}

.Career-Path-You-Can-Explore-animate .Career-Path-You-Can-Explore-item:nth-child(3) {
  animation-delay: 0.9s;
}

.Career-Path-You-Can-Explore-animate .Career-Path-You-Can-Explore-item:nth-child(4) {
  animation-delay: 1.2s;
}

.Career-Path-You-Can-Explore-animate .Career-Path-You-Can-Explore-item:nth-child(5) {
  animation-delay: 1.5s;
}

.Career-Path-You-Can-Explore-animate .Career-Path-You-Can-Explore-item:nth-child(6) {
  animation-delay: 1.8s;
}

.Career-Path-You-Can-Explore-animate .Career-Path-You-Can-Explore-item:nth-child(7) {
  animation-delay: 2.1s;
}

.Career-Path-You-Can-Explore-animate .Career-Path-You-Can-Explore-item:nth-child(8) {
  animation-delay: 2.4s;
}

.Career-Path-You-Can-Explore-animate .Career-Path-You-Can-Explore-item:nth-child(9) {
  animation-delay: 2.7s;
}

.Career-Path-You-Can-Explore-animate .Career-Path-You-Can-Explore-item:nth-child(10) {
  animation-delay: 3s;
}

.Career-Path-You-Can-Explore-animate .Career-Path-You-Can-Explore-dot {
  animation: Career-Path-You-Can-Explore-bounce 0.6s ease-out forwards;
}

.Career-Path-You-Can-Explore-animate .Career-Path-You-Can-Explore-item:nth-child(1) .Career-Path-You-Can-Explore-dot {
  animation-delay: 0.3s;
}

.Career-Path-You-Can-Explore-animate .Career-Path-You-Can-Explore-item:nth-child(2) .Career-Path-You-Can-Explore-dot {
  animation-delay: 0.6s;
}

.Career-Path-You-Can-Explore-animate .Career-Path-You-Can-Explore-item:nth-child(3) .Career-Path-You-Can-Explore-dot {
  animation-delay: 0.9s;
}

.Career-Path-You-Can-Explore-animate .Career-Path-You-Can-Explore-item:nth-child(4) .Career-Path-You-Can-Explore-dot {
  animation-delay: 1.2s;
}

.Career-Path-You-Can-Explore-animate .Career-Path-You-Can-Explore-item:nth-child(5) .Career-Path-You-Can-Explore-dot {
  animation-delay: 1.5s;
}

.Career-Path-You-Can-Explore-animate .Career-Path-You-Can-Explore-item:nth-child(6) .Career-Path-You-Can-Explore-dot {
  animation-delay: 1.8s;
}

.Career-Path-You-Can-Explore-animate .Career-Path-You-Can-Explore-item:nth-child(7) .Career-Path-You-Can-Explore-dot {
  animation-delay: 2.1s;
}

.Career-Path-You-Can-Explore-animate .Career-Path-You-Can-Explore-item:nth-child(8) .Career-Path-You-Can-Explore-dot {
  animation-delay: 2.4s;
}

.Career-Path-You-Can-Explore-animate .Career-Path-You-Can-Explore-item:nth-child(9) .Career-Path-You-Can-Explore-dot {
  animation-delay: 2.7s;
}

.Career-Path-You-Can-Explore-animate .Career-Path-You-Can-Explore-item:nth-child(10) .Career-Path-You-Can-Explore-dot {
  animation-delay: 3s;
}

@keyframes Career-Path-You-Can-Explore-bounce {
  0% {
    transform: scale(0.6) translateY(-10px);
    opacity: 0;
  }

  50% {
    transform: scale(1.3) translateY(0);
    opacity: 1;
  }

  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

@keyframes Career-Path-You-Can-Explore-fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.Career-Path-You-Can-Explore-career-Side-1 {
  background: linear-gradient(180deg, rgba(2, 53, 72, 0.6) 0%, rgba(7, 95, 128, 0.6) 100%);
  border: 2px solid #0F6688;
  padding: 30px;
  border-radius: 24px;
  flex: 1 1 30%;
  min-width: 280px;
}

.Career-Path-You-Can-Explore-career-section-heading {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.Main-Course-Company-Waiting-For-You-Carrer-Path-Section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.Career-Path-You-Can-Explore-career-Side-2 {
  flex: 1 1 65%;
  min-width: 300px;
}

.Career-Path-You-Can-Explore-slide-images {
  display: flex;
}

.Career-Path-You-Can-Explore-slide-images img {
  width: 184px;
  height: 64px;
  border-radius: 11px;
  margin-right: 25px;
}

.Main-Course-Award-Winning-BP-Content {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}

.Award-Winning-Small-Icon-BP {
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.8) 0%, rgba(0, 73, 100, 0.8) 100%);
  border: 1px solid #FFFFFF33;
  padding: 12px;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
}

.Main-Course-Award-Winning-Job-Trends-Icon {
  width: 195px;
  height: 290px;
}

.Main-Course-Award-Winning-Section {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  background: linear-gradient(180deg, rgba(2, 53, 72, 0.6) 0%, rgba(7, 95, 128, 0.6) 100%);
  padding: 40px;
  border-radius: 40px;
  position: relative;
  flex-direction: row-reverse;
}

.Main-Course-Award-Winning-Heading {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}

.Main-Course-Gartner-GIF-Icon {
  height: 30px;
  width: 30px;
  transform: rotate(330deg) translate(-20px, 10px);
}

.Main-Course-Award-Winning-Pointer-Section {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 5px;
  align-items: center;
}

.Main-Course-Award-Winning-Pointer-Redirecting {
  color: #ffffff;
}

.Main-Course-Award-Winning-Small-Icon {
  height: 33px;
  width: 33px;
}

.Main-Course-Estimated-Job-Openings-Content-Section {
  background-color: #222a33;
  display: flex;
  gap: 30px;
}

.revenue-chart-container {
  flex: 1 1;
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.5) 0%, rgba(0, 73, 100, 0.5) 100%);
  border-radius: 20px;
  padding: 20px;
}

.revenue-chart {
  height: 95%;
}

.revenue-grid line {
  stroke: #327284;
  stroke-width: 1;
  stroke-dasharray: 4;
}

.revenue-labels text,
.revenue-years text {
  fill: #fff;
  font-size: 12px;
}

.revenue-line {
  fill: none;
  stroke: #00d8ff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: revenue-draw 5s ease-out forwards;
}

@keyframes revenue-draw {
  to {
    stroke-dashoffset: 0;
  }
}

.revenue-points circle {
  fill: #00baff;
  stroke: #00baff;
  stroke-width: 1;
  opacity: 0;
  animation: revenue-fadeIn 0.5s forwards ease-out;
}

.revenue-points circle:nth-child(1) {
  animation-delay: 0.2s;
}

.revenue-points circle:nth-child(2) {
  animation-delay: 0.4s;
}

.revenue-points circle:nth-child(3) {
  animation-delay: 0.6s;
}

.revenue-points circle:nth-child(4) {
  animation-delay: 0.8s;
}

.revenue-points circle:nth-child(5) {
  animation-delay: 1s;
}

.revenue-points circle:nth-child(6) {
  animation-delay: 1.2s;
}

.revenue-points circle:nth-child(7) {
  animation-delay: 1.4s;
}

@keyframes revenue-fadeIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}


.job-openings-table-container {
  flex: 1 1;
}

.job-openings-table {
  height: 100%;
  width: 100%;
  border-collapse: collapse;
  background: linear-gradient(180deg,
      rgba(9, 103, 138, 0.5) 0%,
      rgba(0, 73, 100, 0.5) 100%);
  color: white;
  border-radius: 0px !important;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.job-openings-table th,
.job-openings-table td {
  padding: 16px 20px;
  text-align: center;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.job-openings-table thead th {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.Bottom-Source-Content {
  font-size: 16px;
  font-weight: 600;
}

.Bottom-Source-Text-Content {
  width: 80%
}

.Main-Course-Source-Text-Section {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}

.Bottom-Source-Text-Content-1 {
  display: flex;
  gap: 5px;
}

.Main-Course-ERP-Job-Trends-Sub-Heading {
  font-size: 24px;
  font-weight: 700;
  color: #20B0C6;
}

.Main-Course-ERP-Job-Trends-Sub-Para {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
}

.Main-Course-ERP-Job-Trends-bullet-points {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.Main-Course-ERP-Job-Trends-Content-Section {
  background: linear-gradient(180deg, rgba(2, 53, 72, 0.3) 0%, rgba(7, 95, 128, 0.3) 100%);
  border: 2px solid #23445F;
  padding: 30px;
  border-radius: 20px;
}

.Main-Course-ERP-Job-Trends-imp-point-icon {
  transform: translateY(6px);
}

.Main-Course-CTA-banner6 {
  display: flex;
  background: linear-gradient(180deg, rgba(0, 150, 63, 0.6) 0%, rgba(40, 90, 61, 0.6) 100%);
  margin-top: 8rem;
  border-radius: 40px;
  position: relative;
  z-index: 0;
}

.Main-Course-CTA-banner-content6 {
  padding: 60px 0px 30px 60px;
}

.Main-Course-CTA-banner-h6 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 50px;
  width: 60%;
}

.Main-Course-CTA-banner-p6 {
  font-size: 18px;
  font-weight: 500;
  color: rgba(238, 238, 238, 1);
  margin-bottom: 0px;
  padding-right: 40px;
  text-transform: capitalize;
}

.Main-Course-CTA-img-section6 {
  position: absolute;
  z-index: 99;
  right: 0;
  top: -30%;
}

.Main-Course-CTA-button6::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(20, 133, 67, 1);
  border-radius: var(--border_radius);
  transition: all var(--transition);
  z-index: 0;
}

.Main-Course-CTA-button6::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #03421E;
  opacity: var(--active, 0);
  border-radius: var(--border_radius);
  transition: opacity var(--transition);
  z-index: 2;
}

.Main-Course-CTA-button6:is(:hover, :focus-visible) {
  --active: 1;
  border: none !important;
  box-shadow: none !important;
}

.Main-Course-CTA-button6:active {
  transform: scale(1);
}

.Main-Course-CTA-button6 .Main-Course-CTA-button-dots_border6 {
  --size_border: calc(100% + 4px);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--size_border);
  height: var(--size_border);
  background-color: transparent;
  border-radius: var(--border_radius);
  z-index: -10;
}

.Main-Course-CTA-button6 .Main-Course-CTA-button-dots_border6::before {
  content: "";
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left;
  transform: rotate(0deg);
  width: 100%;
  height: 2rem;
  background-color: white;
  -webkit-mask: linear-gradient(transparent 0%, white 120%);
          mask: linear-gradient(transparent 0%, white 120%);
  animation: CTArotate 3s linear infinite;
}

@keyframes CTArotate {
  to {
    transform: rotate(360deg);
  }
}

.Main-Course-CTA-button6 .Main-Course-CTA-button-sparkle6 {
  position: relative;
  z-index: 10;
  width: 1.5rem;
}

.Main-Course-CTA-button6 .Main-Course-CTA-button-sparkle6 .path {
  fill: currentColor;
  stroke: currentColor;
  transform-origin: center;
  color: hsl(0, 0%, 100%);
}

.Main-Course-CTA-button6:is(:hover, :focus) .Main-Course-CTA-button-sparkle6 .path {
  animation: path 1.5s linear 0.5s infinite;
}

.Main-Course-CTA-button6 .Main-Course-CTA-button-sparkle6 .path:nth-child(1) {
  --scale_path_1: 1.2;
}

.Main-Course-CTA-button6 .Main-Course-CTA-button-sparkle6 .path:nth-child(2) {
  --scale_path_2: 1.2;
}

.Main-Course-CTA-button6 .Main-Course-CTA-button-sparkle6 .path:nth-child(3) {
  --scale_path_3: 1.2;
}

@keyframes path {

  0%,
  34%,
  71%,
  100% {
    transform: scale(1);
  }

  17% {
    transform: scale(var(--scale_path_1, 1));
  }

  49% {
    transform: scale(var(--scale_path_2, 1));
  }

  83% {
    transform: scale(var(--scale_path_3, 1));
  }
}

.Success-Stories-Of-Our-Proud-Achievers-track {
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-mask-image: linear-gradient(to right, transparent, #075A78 5% 95%, transparent);
          mask-image: linear-gradient(to right, transparent, #075A78 5% 95%, transparent);
}

.Success-Stories-Of-Our-Proud-Achievers-Companies-slide {
  display: flex;
  width: max-content;
  animation: SuccessStoriesmoveCCards 40s linear infinite;
}


.Success-Stories-Of-Our-Proud-Achievers-Companies-slide-images {
  display: flex;
}

.Success-Stories-Of-Our-Proud-Achievers-Companies-slide-img {
  width: 244px;
  height: 334px;
  border: 2px solid #E2E2E2;
  border-radius: 30px;
  margin-right: 25px;
}


@keyframes SuccessStoriesmoveCCards {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.Main-Course-Badge-Of-Excellence-Section-Img {
  max-width: 100%;
  height: auto;
  width: -webkit-fill-available;
  width: -moz-available;
}

.Main-Course-Badge-Of-Excellence-Sample-Certificate-btn {
  padding: 11px 45px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  background-color: #15465B;
  color: #ffffff;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.Main-Course-Badge-Of-Excellence-Sample-Certificate-btn:hover {
  border: 2px solid #9a9a9a;
  transition-duration: .3s;
}

.Main-Course-Badge-Of-Excellence-Sample-Certificate-btn:hover .Main-Course-Badge-Of-Excellence-Sample-Certificate-icon2-hero {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.Main-Course-Badge-Of-Excellence-Sample-Certificate-btn:hover .Main-Course-Badge-Of-Excellence-Sample-Certificate-svgIcon-hero {
  fill: #ffffff;
  animation: MC-slide-in 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes MC-slide-in {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.Main-Course-Badge-Of-Excellence-Sample-Certificate-svgIcon-hero {
  fill: #ffffff;
}

.Main-Course-Badge-Of-Excellence-Sample-Certificate-icon2-hero {
  width: 17px;
  height: 5px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.Main-Course-Badge-Of-Excellence-Sample-Certificate-download-icon {
  width: 20px;
  height: 24px;
  margin-block: 0px;
  margin-right: 5px;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition-duration: .3s;
}

.Main-Course-Badge-Of-Excellence-Card {
  background: #26313D;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.Main-Course-Badge-Of-Excellence-Card:hover {
  background: linear-gradient(180deg, #26313D 0%, #00B6FF 200%);

}

.Main-Course-Badge-Of-Excellence-Heading {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}

.Main-Course-Badge-Of-Excellence-Para {
  font-size: 12px;
  font-weight: 400;
  margin-block: 10px;
}

.Main-Course-Badge-Of-Excellence-Card-Section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  gap: 30px;
}

.Main-Course-Badge-Of-Excellence-Section-Whole-Content {
  display: flex;
  align-items: center;
  gap: 30px;
}

.Main-Course-Badge-Of-Excellence-Image-Section,
.Main-Course-Badge-Of-Excellence-Card-Section {
  flex: 1 1;
}

.Main-Course-Top-Oracle-Cloud-SCM-Certifications-Section {
  margin-top: 50px;
  background: linear-gradient(180deg, #086486 0%, #023548 75.24%);
  padding: 30px;
  border-radius: 20px;
}

.Main-Course-Top-Oracle-Cloud-SCM-Certifications-Content {
  background: #002431;
  box-shadow: 0px 0px 12px 0px #00000026;
  border-radius: 24px;
  padding: 20px;
  display: flex;
  align-items: end;
  height: 110px;
}

.Main-Course-Top-Oracle-Cloud-SCM-Certifications-Content-Container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  gap: 20px;
}

.Top-Oracle-Cloud-Scm-Certifications-Img {
  height: 32px;
  width: 32px;
}

.Main-Course-Top-Oracle-Cloud-SCM-Certifications-Content p {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 5px;
  display: flex;
  height: 100%;
}

.Main-Course-Top-Industry-Professional-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  gap: 40px;
}


.Main-Course-Top-Industry-Professional-profile-container {
  position: relative;
  border-radius: 300px;
  overflow: hidden;
  margin: 50px auto;
}

.Main-Course-Top-Industry-Professional-profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
}

.Main-Course-Top-Industry-Professional-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(rgba(6, 133, 180, 0) 0%, rgb(6, 133, 180) 100%);
  color: white;
  text-align: center;
  padding: 20px 10px;
  box-sizing: border-box;
  animation: moveUp 5s ease-in-out infinite alternate;
}

.Main-Course-Top-Industry-Professional-info {
  opacity: 1;
  transition: opacity 1s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-30%);
}


.Main-Course-Top-Industry-Professional-testimonial {
  opacity: 0;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  animation: showTestimonial 10s ease-in-out infinite;
}

@keyframes moveUp {

  0%,
  30% {
    height: 30%;
    opacity: 1;
    background: linear-gradient(180deg, rgba(6, 133, 180, 0) 0%, #0685B4 100%);
  }

  80% {
    height: 100%;
    opacity: 1;
    background: linear-gradient(to top, #0685B4 0%, rgba(6, 133, 180, 0) 100%);
  }

  80.01% {
    height: 100%;
    opacity: 0;
    background: linear-gradient(to bottom, #0685B4 33.11%, #00396E 92.62%);
  }

  100% {
    height: 100%;
    opacity: 1;
    background: linear-gradient(180deg, #0685B4 33.11%, #00396E 92.62%);
  }
}

@keyframes showTestimonial {

  0%,
  30% {
    opacity: 0;
  }

  50%,
  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.Main-Course-Top-Industry-Professional-profile-container:hover .Main-Course-Top-Industry-Professional-overlay,
.Main-Course-Top-Industry-Professional-profile-container:hover .Main-Course-Top-Industry-Professional-testimonial {
  animation-play-state: paused;
}

.Main-Course-Top-Industry-Professional-profile-container:hover .Main-Course-Top-Industry-Professional-overlay {
  animation: moveUpHover 3s ease-in-out forwards;
}

.Main-Course-Top-Industry-Professional-profile-container:hover .Main-Course-Top-Industry-Professional-info {
  opacity: 1;
  transition: opacity 1s ease;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}

.Main-Course-Top-Industry-Professional-profile-container:hover .Main-Course-Top-Industry-Professional-testimonial {
  animation: showTestimonialHover 3s ease-in-out forwards;
}

@keyframes moveUpHover {
  0% {
    height: 30%;
    opacity: 1;
    background: linear-gradient(180deg, rgba(6, 133, 180, 0) 0%, #0685B4 100%);
  }

  80% {
    height: 100%;
    opacity: 1;
    background: linear-gradient(to top, #0685B4 0%, rgba(6, 133, 180, 0) 100%);
  }

  80.01% {
    height: 100%;
    opacity: 0;
    background: linear-gradient(to bottom, #0685B4 33.11%, #00396E 92.62%);
  }

  100% {
    height: 100%;
    opacity: 1;
    background: linear-gradient(180deg, #0685B4 33.11%, #00396E 92.62%);
  }
}

@keyframes showTestimonialHover {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.Main-Course-Top-Industry-Professional-info-Person-Name {
  font-size: 32px;
  font-weight: 700;
  animation: shiftInfo 6s ease-in-out infinite;
}

.Main-Course-Top-Industry-Professional-info-Position-Name {
  font-size: 20px;
  font-weight: 500;
}

.Main-Course-Placements-Path-Steps-We-Follow-Container {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.Main-Course-Placements-Path-Steps-We-Follow-Left {
  flex: 1.5 1;
  position: sticky;
  top: 80px;
}

.Main-Course-Placements-Path-Steps-We-Follow-Left img {
  width: 100%;
  border-radius: 10px;
}

.Main-Course-Placements-Path-Steps-We-Follow-Right {
  flex: 1.5 1;
}

.Main-Course-Placements-Path-Steps-We-Follow-Card {
  background: linear-gradient(180deg, #023548 0%, #075F80 100%);
  border: 2px solid #1B3D52;
  padding: 20px;
  margin-bottom: 50px;
  position: sticky;
  top: 100px;
  transition: all 0.3s ease;
  border-radius: 20px;
}

#Main-Course-Placements-Path-Steps-We-Follow-Card1 {
  z-index: 1;
}

#Main-Course-Placements-Path-Steps-We-Follow-Card2 {
  z-index: 2;
  top: 165px;
}

#Main-Course-Placements-Path-Steps-We-Follow-Card3 {
  z-index: 3;
  top: 230px;
}

#Main-Course-Placements-Path-Steps-We-Follow-Card4 {
  z-index: 4;
  top: 290px;
}

#Main-Course-Placements-Path-Steps-We-Follow-Card5 {
  z-index: 5;
}

.Main-Course-Placements-Path-Steps-We-Follow-Card-Para {
  font-size: 20px;
  font-weight: 500;
}

.Main-Course-Placements-Path-Steps-We-Follow-Card-Para-Section {
  display: flex;
  gap: 10px;
}

.Main-Course-Placements-Path-Steps-We-Follow-Card-Para-Icon {
  transform: translateY(3px);
}

.Main-Course-Placements-Path-Steps-We-Follow-Card-Section {
  background: linear-gradient(180deg, #022B3A 0%, #0F3F51 100%);
  border: 2px solid #69696933;
  border-radius: 20px;
  padding: 20px;
}

.Main-Course-Placements-Path-Steps-We-Follow-Step-Heading {
  font-size: 24px;
  font-weight: 600;
  color: #80C5FF;
  margin-bottom: 20px;
}

.Main-Course-Placements-Path-Steps-We-Follow-Card-Sub-Heading {
  font-size: 24px;
  font-weight: 700;
  color: #EFEFEF;
  margin-bottom: 20px;
}

.Main-Course-Placements-Path-Steps-We-Follow-Left-Content {
  position: absolute;
  bottom: 0;
  width: 90%;
  padding: 20px;
}

.Main-Course-Placements-Path-Steps-We-Follow-Left-Content-Btn-Section {
  background-color: #F5FAFF;
  border-radius: 30px;
  padding: 6px 25px;
  border: 2px solid #E6EEF6;
  width: max-content;
}

.Main-Course-Placements-Path-Steps-We-Follow-Left-Content-Btn {
  font-size: 18px;
  font-weight: 600;
  border: none;
  background-color: transparent;
  color: #00396E;
}

.Main-Course-Placements-Path-Steps-We-Follow-Left-Content-Btn-Section:hover {
  background-color: #0080AC;
  border: 2px solid #2f99bd;
  transition: background-color 0.3s ease-in-out;
}

.Main-Course-Placements-Path-Steps-We-Follow-Left-Content-Btn-Section:hover .Main-Course-Placements-Path-Steps-We-Follow-Left-Content-Btn {
  color: white;
  transition: color 0.3s ease-in-out;
}

.Main-Course-Placements-Path-Steps-We-Follow-Left-Content-Btn-Section:hover .Main-Course-CTA-arrow {
  color: white;
  transition: color 0.3s ease-in-out;
  transform: translateX(5px);
}

.Main-Course-Placements-Path-Steps-We-Follow-Left-Content-Heading {
  font-size: 40px;
  font-weight: 600;
}

.Main-Course-Placements-Path-Steps-We-Follow-Left-Content-Para {
  font-size: 16px;
  font-weight: 500;
}

.Main-Course-Related-Courses-Card-Section {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 0 5px;
  /* Add margin to create spacing between cards */
  background: #fffffff5;
  flex: 1 1;
}

.Main-Course-Related-Courses-Cards {
  display: flex;
  gap: 15px;
  transition: transform 0.5s ease;
}

.Main-Course-Related-Courses-Card-discount {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(206, 0, 0, 1);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
}

.Main-Course-Related-Courses-Card-offer {
  font-size: 12px;
  font-weight: 700;
}


.Main-Course-Related-Courses-card-body {
  padding: 15px;
}

.Main-Course-Related-Courses-card-body h3 {
  margin: 0;
  font-size: 18px;
}

.Main-Course-Related-Courses-rating-section {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
}

.Main-Course-Related-Courses-price {
  color: green;
  font-weight: 700;
  font-size: 14px;
}

.Main-Course-Related-Courses-old-price {
  text-decoration: line-through;
  color: #6E6E6E;
  font-size: 10px;
  font-weight: 500;
}

.Main-Course-Related-Courses-info {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  font-size: 12px;
}

.Main-Course-Related-Courses-enroll {
  display: flex;
  text-align: center;
  padding: 6px 16px;
  border-radius: 30px;
  color: #0084b6;
  font-weight: bold;
  border: 0.93px solid #075B8A;
  gap: 10px;
  background-color: #ffffff;
  align-items: center;
}

.Main-Course-Related-Courses-h {
  font-size: 12px;
  color: #075B8A;
  font-weight: 700;
  margin-bottom: 0px;
}

.Main-Course-Related-Courses-rating {
  display: flex;
  align-items: center;
  background: rgba(37, 43, 66, 1);
  color: #ffffff;
  border-radius: 18px;
  padding: 5px 10px;
  gap: 5px;
}

.Main-Course-Related-Courses-main-h {
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
  text-overflow: ellipsis;
  color: #252B42;
}

.Main-Course-Related-Courses-text {
  font-size: 8px;
  font-weight: 700;
  color: #535353;
}

.Main-Course-Related-Courses-enroll-link {
  text-decoration: none;
  color: #075B8A;
  font-size: 12px;
  font-weight: 700;
}

.Main-Course-Related-Courses-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
  gap: 10px;
}

.Main-Course-Related-Courses-review {
  font-size: 14px;
  font-weight: 400;
}

.Main-Course-Related-Courses-info-details {
  font-size: 12px;
  font-weight: 400;
  margin-left: 5px;
  color: #000;
}

.Main-Course-Related-Courses-Card-offer-card-options {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  gap: 10px;
}

.MC-Related-Blogs-Card-Enroll-Btn-Chevron {
  color: #075B8A;
  font-size: 11px;
}

.Main-Course-FAQ-Section-Container-Section {
  color: #fff;
  margin-top: 50px;
  background: linear-gradient(180deg, #086486 0%, #023548 75.24%);
  padding: 40px;
  border-radius: 40px;
}

.Main-Course-FAQ-Section-container {
  display: flex;
  gap: 10px;
}

.Main-Course-FAQ-Section-h {
  font-size: 40px;
  font-weight: 800;
}

.Main-Course-FAQ-Section-p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
}

.Main-Course-FAQ-Section-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 2 1;
}

.Main-Course-FAQ-Section-item {
  width: 90%;
  margin-bottom: 20px;
  background: #002431;
  box-shadow: 0px 0px 12px 0px #00000026;
  border-radius: 25px;
  /* opacity: 0; */
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.Main-Course-FAQ-Section-item.show {
  opacity: 1;
  transform: translateY(0);
}

.Main-Course-FAQ-Section-btn {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  font-size: 16px;
  padding: 20px 25px;
  border-radius: 20px;
  display: flex;
  font-weight: 600;
  gap: 20px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.Main-Course-FAQ-Section-chevron {
  display: inline-block;
  width: 1em;
  height: 1em;
  /* use font-icon or SVG background */
  transition: transform 0.6s ease;
}

.Main-Course-FAQ-Section-chevron.rotated {
  transform: rotate(180deg);
}

.Main-Course-FAQ-Section-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.08s ease, padding 0.2s ease;
  text-align: left;
}

.Main-Course-FAQ-Section-content.show {
  max-height: 500px;
  padding: 10px 25px;
  border-bottom: 1px solid white;
  border-radius: 25px;
}

.Main-Course-FAQ-Section-heading-content {
  flex: 1 1;
}

.MC-FAQ-CTA-Button {
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.5) 0%, rgba(0, 73, 100, 0.5) 100%);
  border: 2px solid #004C6B;
  padding: 12px 30px;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 600;
}

.MC-FAQ-CTA-Button-Para {
  font-size: 18px;
  font-weight: 600;
  color: #D9D9D9;
  margin-bottom: 0px;
  margin-top: 20px;

}

.MC-FAQ-CTA-Button-Container {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.MC-FAQ-CTA-end-button-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.Main-Course-FAQ-Section-content-Answer {
  font-weight: 400;
  font-size: 15px;
}

.Main-Course-Related-Blogs-S-sub-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  gap: 25px;
}

.Main-Course-Related-Blogs-S-card {
  border: 2px solid #006185;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(2, 53, 72, 0.5) 0%, rgba(7, 95, 128, 0.5) 100%);
}

.Main-Course-Related-Blogs-S-content {
  color: #EFEFEF;
  padding: 20px;
}

.Main-Course-Related-Blogs-S-img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: -moz-available;
}

.Main-Course-Related-Blogs-S-user-name,
.Main-Course-Related-Blogs-S-view-count {
  font-size: 14px;
  font-weight: 500;
  color: #C8C8C8;
}

.Main-Course-Related-Blogs-S-content-h {
  font-weight: 700;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-clamp: 2;
}

.Main-Course-Related-Blogs-S-content-p {
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-clamp: 2;
}

.Main-Course-Related-Blogs-S-content-span {
  text-decoration: none;
}

.Main-Course-Related-Blogs-S-underline-text {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}

.Main-Course-Related-Blogs-S-underline-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease-in-out;
}

.Main-Course-Related-Blogs-S-underline-text:hover::after {
  width: 100%;
}

.Main-Course-Related-Blogs-S-arrow {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

.Main-Course-Related-Blogs-S-content-span:hover .Main-Course-Related-Blogs-S-arrow {
  transform: translateX(5px);
}

.Main-Course-Related-Blogs-S-section {
  margin-top: 50px;
}

.Main-Course-Get-Notified-About-Blogs-newsletter-banner {
  position: relative;
  display: inline-block;
  width: 100%;
  background: linear-gradient(92.73deg, rgba(11, 189, 255, .8) 1.79%, rgba(0, 110, 151, .8) 98.62%);
  border-radius: 35px;
}

.Main-Course-Get-Notified-About-Blogs-get-notified {
  margin-top: 50px;
}

.Main-Course-Get-Notified-About-Blogs-get-notified-card {
  position: relative;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 60px;
}

.Main-Course-Get-Notified-About-Blogs-margin-section {
  margin: 50px;
}

.Main-Course-Get-Notified-About-Blogs-newsletter-h {
  font-weight: 700;
  font-size: 36px;
  color: #ffffff;
}

.Main-Course-Get-Notified-About-Blogs-newsletter-p {
  font-size: 18px;
  font-weight: 400;
}

.Main-Course-Get-Notified-About-Blogs-newsletter-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  border: 1px solid #84848461;
  border-radius: 50px;
  padding: 5px;
  width: 70%;
}

.Main-Course-Get-Notified-About-Blogs-newsletter-btn {
  flex-grow: 1;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  padding: 10px 20px;
  outline: none;
}

.Main-Course-Get-Notified-About-Blogs-newsletter-btn::placeholder {
  color: #ffffff;
  /* or any other color you prefer */
  opacity: 1;
  /* makes sure it's fully visible */
}


.Main-Course-Get-Notified-About-Blogs-newsletter-sub-btn {
  font-weight: 600;
  font-size: 14px;
  background-color: #15465B;
  color: white;
  padding: 10px 15px;
  border: 2px solid #004C6B;
  border-radius: 50px;
  cursor: pointer;
}

.Main-Course-Get-Notified-About-Blogs-newsletter-message {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}

.Main-Course-Get-Notified-About-Blogs-newsletter-tick-img,
.Main-Course-Get-Notified-About-Blogs-newsletter-invalid-img {
  height: 22px;
  width: 22px;
  transform: translateY(-2px);
}

.Main-Course-Get-In-Touch-Segment-Heading {
  font-size: 16px;
  font-weight: 600;
  color: #EEEEEE;
  margin-bottom: 3px;
}

.Main-Course-Get-In-Touch-Segment-Para {
  font-size: 14px;
  font-weight: 400;
  color: #D8D8D8;
  margin-bottom: 0px;
}

.Main-Course-Get-In-Touch-Section {
  background: linear-gradient(180deg, rgba(2, 53, 72, 0.6) 0%, rgba(7, 95, 128, 0.6) 100%);
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: var(--Home-Page-Section-Margin-Top);
  border-radius: 40px;
}

.Main-Course-Get-In-Touch-Heading {
  font-size: 36px;
  font-weight: 700;
}

.Main-Course-Get-In-Touch-Para {
  font-size: 16px;
  font-weight: 500;
}


.Main-Course-Close-Btn {
  background-color: unset;
}

.Main-Course-Register-Form-Heading {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.Main-Course-Register-Form {
  border: 2px solid #1F6A88;
  padding: 35px;
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.5) 0%, rgba(0, 73, 100, 0.5) 100%);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Main-Course-Form-Container {
  font-family: Montserrat;
  background: #034861 !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 510px;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999999;
  border: 2px solid #366578;
}

.Main-Course-Input-Container {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.Main-Course-Input-Field {
  width: 100%;
  padding: 14px 10px 6px;
  font-size: 16px;
  border: 1.5px solid #1F6A88;
  background-color: transparent;
  color: #B3B3B3;
  border-radius: 10px;
  outline: none;
}

.Main-Course-Input-Label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #B3B3B3;
  transition: 0.3s ease;
  pointer-events: none;
  background-color: transparent;
  padding: 0 5px;
}

.Main-Course-Required {
  color: red !important;
}

.Main-Course-Input-Field:focus+.Main-Course-Input-Label,
.Main-Course-Input-Field:not(:placeholder-shown)+.Main-Course-Input-Label {
  top: 0;
  font-size: 12px;
  color: #ffffff;
  border-radius: 5px;
  padding: 3px 10px;
  background-color: #00334e;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.Main-Course-Form-Check-Input {
  background-color: unset;
  border: none;
  color: #98BECE;
}

.Main-Course-Register-Button {
  text-align: end;
}

.Main-Course-Reg-Btn {
  background: #002431;
  border: 1.84px solid #174758;
  padding-inline: 35px;
  padding-block: 11px;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}

.Main-Course-Registered-Message {
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.5) 0%, rgba(0, 73, 100, 0.5) 100%);
  border: 1px solid #366578;
  border-radius: 12px;
  padding-block: 10px;
  padding-inline: 20px;
}

.Main-Course-Registered-P {
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
}

.Main-Course-Input-Checkbox:checked {
  background-color: #28C1FF;
  /* Blue dot for selected */
}

.Main-Course-Input-Checkbox:checked+.Main-Course-Form-Check-Input {
  color: #28C1FF !important;
}

.Main-Course-Input-Checkbox {
  appearance: none;
  width: 15px;
  height: 15px;
  border: 2px solid #165B77;
  border-radius: 50%;
  background-color: unset;
  transform: translateY(2px);
}

.Main-Course-Fa-Times {
  color: white;
}

.Main-Course-Overlay {
  position: fixed;
  z-index: 10000000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.Main-Course-Top-Industry-Professional-linkedin-icon {
  height: 32px;
  width: 32px;
}

.Watch-Video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  display: block;
  z-index: 9999999;
}

.lesson-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  z-index: 10000000;
}

.lesson-popup-video {
  width: 100% !important;
  display: block;
  cursor: pointer;
  border-radius: 20px;
  padding: 10px;
  min-width: 700px;
}

.Course-Page-Upcoming-Demo-Session-img-section {
  border-radius: 200px;
}

.Course-Page-Upcoming-Demo-Session-img-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.Main-Course-Watch-Our-Demo-Video-Section {
  overflow: hidden;
  position: relative;
  border-radius: 200px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.Main-Course-Watch-Our-Demo-Video-Section .Course-Page-Upcoming-Demo-Session-img-section {
  transition: transform 0.4s ease;
}

.Main-Course-Watch-Our-Demo-Video-Section:hover .Course-Page-Upcoming-Demo-Session-img-section {
  transform: scale(1.1);
}

.Main-Course-Watch-Our-Demo-Video-Section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000004d;
  border-radius: 20px;
  z-index: 1;
}


.Main-Course-Meet-Our-Founder-Image-Name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  width: 80%;
  line-height: 15px;
}

.Main-Course-Meet-Our-Founder-Image-Role {
  font-size: 14px;
  font-weight: 500;
}

.Main-Course-Meet-Our-Founder-Image-Content-Container {
  position: absolute;
  left: 27%;
  bottom: 0;
}

/* Page: Already Submitted */
.Main-Course-Already-Sub-Suc-Section {
  background: #034861;
  border: 2px solid #366578;
  padding: 24px;
  border-radius: 20px;
  font-family: Montserrat;
  color: #ffffff;
  width: 450px;
  height: 380px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000001;
}

.Main-Course-Already-Sub-Suc-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}

.Main-Course-Already-Submitted-Para {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.Main-Course-Already-Sub-Suc-Content-Sec {
  display: flex;
  flex-direction: column;
  height: 90%;
  justify-content: center;
  align-items: center;
}

.Main-Course-Already-Sub-Suc-CrossMark {
  border: none;
  background-color: transparent;
  color: #ffffff;
}

.Main-Course-Footer-Section {
  background: #133F52;
  display: flex;
  padding: 40px 70px;
  align-items: baseline;
  justify-content: space-between;
  gap: 50px;
}

.Main-Course-Footer-Section-Nav-Section p {
  color: #EFEFEF;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.3s ease, transform 0.3s ease;
}

.Main-Course-Footer-Section-Nav-Section p:hover {
  color: #00c1ff;
  text-shadow: 0 0 6px rgba(0, 193, 255, 0.5);
  transform: scale(1.05);
  text-decoration: none;
}

.Main-Course-Footer-Section-Nav-Section h2 {
  color: #EFEFEF;
  font-size: 16px;
  font-weight: 600;
}

.Main-Course-Footer-Section-Nav-Section a {
  text-decoration: none;
  color: #EFEFEF;
}

.Main-Course-Footer-Wrap-Section {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.Main-Course-Footer-Section-Nav-Section p:first-of-type {
  margin-top: 15px;
}

.Main-Course-Footer-Copyright-Section {
  background: #09678A;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  display: flex;
  padding: 10px 70px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.Main-Course-Stay-Connected-Para {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0px;
}

.Main-Course-Stay-Connected-Div {
  display: flex;
  align-items: center;
  Column-gap: 20px;
  row-gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
}

.Main-Course-Footer-Social-Media-Icons {
  height: 40px;
  width: 40px;
}

.Main-Course-Copyright-Text {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}

.Main-Course-Career-Page-Banner-section {
  background: url('/images/careers/Career-Page-Banner-Bg.svg');
  background-repeat: no-repeat;
  height: 350px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-position: left;
}

.Main-Course-Upcoming-Batches-Banner-section {
  background: url('/images/upcoming-batches/Upcoming-Batches-Banner-Bg.svg');
  background-repeat: no-repeat;
  height: 350px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-position: left;
}

body {
  font-family: Montserrat;
  /* background-color: #222A33; */
}

.Main-Course-Career-Page-banner-section-h1,
.Main-Course-Upcoming-Batches-banner-section-h1 {
  font-size: 32px;
  font-weight: 700;
}

.Main-Course-Career-Page-banner-section-img {
  position: absolute;
  right: 10%;
  height: 220px;
  width: 200px;
}

.Main-Course-Upcoming-Batches-banner-section-img {
  position: absolute;
  right: 10%;
  height: 212px;
  width: 180px;
}

.Main-Course-Career-Page-Banner-Content-Section,
.Main-Course-Upcoming-Batches-Banner-Content-Section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding-inline: 60px;
}

.Main-Course-Career-Page-Banner-Sub-Content-Section,
.Main-Course-Upcoming-Batches-Banner-Sub-Content-Section {
  color: #ffffff;
  width: 70%;
}

.Main-Course-Career-Page-Banner-Para-1 {
  font-size: 20px;
  font-weight: 700;
}

.Main-Course-Career-Page-Banner-Para-2,
.Main-Course-Upcoming-Batches-Banner-Para-2 {
  font-size: 24px;
  font-weight: 500;
}

.Main-Course-CP-FYNJ-Heading {
  font-size: 40px;
  font-weight: 700;
}

.Main-Course-CP-FYNJ-Para {
  font-size: 18px;
  font-weight: 500;
}

.Main-Course-CP-FYNJ-What-To-Learn-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  border: 1px solid #84848461;
  border-radius: 8px;
  width: 100%;
  color: #14141480;
}

.Main-Course-CP-FYNJ-What-To-Learn-btn {
  flex-grow: 1;
  background: transparent;
  border: none;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  padding: 10px 20px;
  outline: none;
}

.Main-Course-CP-FYNJ-What-To-Learn-btn::placeholder {
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
}

.Main-Course-CP-FYNJ-What-To-Learn-Search-btn {
  font-size: 16px;
  font-weight: 700;
  background-color: #0C4CBA;
  color: #ffffff;
  padding: 10px 20px;
  outline: none;
  border: none;
  border-radius: 8px;
}

.Main-Course-CP-FYNJ-What-To-Learn-CTA-S-container {
  display: grid;
  grid-template-columns: 4fr 1fr;
  grid-gap: 20px;
  gap: 20px;
}

.Main-Course-CP-FYNJ-Section,
.Upcoming-Batches-Content-section {
  padding-inline: 60px;
  padding-block: 50px;
  color: #ffffff;
  background-color: #1e2530;
}

.Main-Course-CP-FYNJ-Main-Content-Part-Section {
  margin-top: 40px;
  display: flex;
  gap: 50px;
}

.Main-Course-CP-FYNJ-Left-Part-Section {
  flex: 1.1 1;
}

.Main-Course-CP-FYNJ-Left-Part-Filters {
  background-color: #0B4158;
  border: 1px solid #1414140D;
  box-shadow: 0px 1px 2px 0px #00000008;
  padding: 20px;
  width: 360px;
  color: #ffffff;
  border-radius: 8px;
  position: sticky;
  top: 10px;
  max-height: 95vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
  padding-top: 0px;
}

/* Chrome, Edge, Safari */
.Main-Course-CP-FYNJ-Left-Part-Filters::-webkit-scrollbar {
  width: 6px;
}

.Main-Course-CP-FYNJ-Left-Part-Filters::-webkit-scrollbar-track {
  background: transparent;
}

.Main-Course-CP-FYNJ-Left-Part-Filters::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.Main-Course-CP-FYNJ-Left-Part-Filters::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}


.Main-Course-CP-FYNJ-Left-Part-Group {
  border: none;
  margin-bottom: 20px;
  padding: 0;
}

.Main-Course-CP-FYNJ-Sidebar-Heading {
  font-size: 20px;
  font-weight: 700;
  position: sticky;
  top: 0px;
  background: #0B4158;
  padding-top: 22px;
}

.Main-Course-CP-FYNJ-Left-Part-Heading {
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
}

.Main-Course-CP-FYNJ-Left-Part-Label {
  display: flex;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  align-items: center;
}

.Main-Course-CP-FYNJ-Left-Part-Input[type="radio"],
.Main-Course-CP-FYNJ-Left-Part-Input[type="checkbox"] {
  margin-right: 8px;
  accent-color: #3498db;
}

.Main-Course-CP-FYNJ-Right-Part-Filters {
  position: relative;
  flex: 3.5 1;
}

.FYNJ-Sub-Option-align-Para {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFFE5 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Main-Course-CP-FYNJ-Right-Part-Card {
  background: #0B4158;
  box-shadow: 0px 1px 2px 0px #00000008;
  padding: 32px;
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
  border-radius: 16px;
  border: 1px solid #1414140D;
}

.Main-Course-CP-FYNJ-Right-Part-Card-Right-Side {
  width: 100%;
}

.Main-Course-CP-FYNJ-Right-Part-Card-Right-Side-Heading {
  font-size: 18px;
  font-weight: 400;
}

.Main-Course-CP-FYNJ-Right-Part-Card-Right-Side-Para {
  font-size: 24px;
  font-weight: 500;
}

.Main-Course-CP-FYNJ-CTA-banner {
  display: flex;
  background: linear-gradient(180deg, #00963F 0%, #285A3D 100%);
  border-radius: 16px;
  position: relative;
  z-index: 0;
  margin-bottom: 32px;
}

.Main-Course-CP-FYNJ-CTA-banner-content {
  padding: 40px 0px 40px 40px;
  width: 65%;
}

.Main-Course-CP-FYNJ-CTA-banner-h {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}

.Main-Course-CP-FYNJ-CTA-banner-p {
  font-size: 16px;
  font-weight: 500;
  color: rgba(238, 238, 238, 1);
  margin-bottom: 30px;
}

.Main-Course-CP-FYNJ-CTA-btn {
  border-radius: 30px;
  background: rgba(20, 133, 67, 1);
  border: none;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.Main-Course-CP-FYNJ-CTA-img-section {
  position: absolute;
  z-index: 99;
  top: -5%;
  right: 3%;
}

.Main-Course-CP-FYNJ-CL-CTA-button {
  --black-700: hsla(0 0% 12% / 1);
  --border_radius: 9999px;
  --transition: 0.3s ease-in-out;
  --offset: 2px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transform-origin: center;
  padding: 0.8rem 2rem;
  background-color: transparent;
  border: none;
  border-radius: var(--border_radius);
  transform: scale(calc(1 + (var(--active, 0) * 0.1)));
  transition: transform var(--transition);
}

.Main-Course-CP-FYNJ-CL-CTA-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(20, 133, 67, 1);
  border-radius: var(--border_radius);
  transition: all var(--transition);
  z-index: 0;
}

.Main-Course-CP-FYNJ-CL-CTA-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #03421E;
  opacity: var(--active, 0);
  border-radius: var(--border_radius);
  transition: opacity var(--transition);
  z-index: 2;
}

.Main-Course-CP-FYNJ-CL-CTA-button:is(:hover, :focus-visible) {
  --active: 1;
  border: none !important;
  box-shadow: none !important;
}

.Main-Course-CP-FYNJ-CL-CTA-button:active {
  transform: scale(1);
}

.Main-Course-CP-FYNJ-CL-CTA-button .Main-Course-CP-FYNJ-CL-CTA-button-dots_border {
  --size_border: calc(100% + 4px);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--size_border);
  height: var(--size_border);
  background-color: transparent;
  border-radius: var(--border_radius);
  z-index: -10;
}

.Main-Course-CP-FYNJ-CL-CTA-button .Main-Course-CP-FYNJ-CL-CTA-button-dots_border::before {
  content: "";
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left;
  transform: rotate(0deg);
  width: 100%;
  height: 2rem;
  background-color: white;
  -webkit-mask: linear-gradient(transparent 0%, white 120%);
          mask: linear-gradient(transparent 0%, white 120%);
  animation: CPCTArotate 3s linear infinite;
}

@keyframes CPCTArotate {
  to {
    transform: rotate(360deg);
  }
}

.Main-Course-CP-FYNJ-CL-CTA-button .Main-Course-CP-FYNJ-CL-CTA-button-sparkle {
  position: relative;
  z-index: 10;
  width: 1.5rem;
}

.Main-Course-CP-FYNJ-CL-CTA-button .Main-Course-CP-FYNJ-CL-CTA-button-sparkle .path {
  fill: currentColor;
  stroke: currentColor;
  transform-origin: center;
  color: hsl(0, 0%, 100%);
}

.Main-Course-CP-FYNJ-CL-CTA-button:is(:hover, :focus) .Main-Course-CP-FYNJ-CL-CTA-button-sparkle .path {
  animation: path 1.5s linear 0.5s infinite;
}

.Main-Course-CP-FYNJ-CL-CTA-button .Main-Course-CP-FYNJ-CL-CTA-button-sparkle .path:nth-child(1) {
  --scale_path_1: 1.2;
}

.Main-Course-CP-FYNJ-CL-CTA-button .Main-Course-CP-FYNJ-CL-CTA-button-sparkle .path:nth-child(2) {
  --scale_path_2: 1.2;
}

.Main-Course-CP-FYNJ-CL-CTA-button .Main-Course-CP-FYNJ-CL-CTA-button-sparkle .path:nth-child(3) {
  --scale_path_3: 1.2;
}

@keyframes path {

  0%,
  34%,
  71%,
  100% {
    transform: scale(1);
  }

  17% {
    transform: scale(var(--scale_path_1, 1));
  }

  49% {
    transform: scale(var(--scale_path_2, 1));
  }

  83% {
    transform: scale(var(--scale_path_3, 1));
  }
}

.Main-Course-CP-FYNJ-pagination-container {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  justify-content: center;
}


.Main-Course-CP-FYNJ-pagination-scroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
  max-width: 250px;
  /* Adjust width to fit 5 items */
  padding: 10px 0;
  scrollbar-width: none;
  /* Hide scrollbar for Firefox */
  -ms-overflow-style: none;
  /* Hide scrollbar for IE/Edge */
}

.Main-Course-CP-FYNJ-pagination-scroll::-webkit-scrollbar {
  display: none;
}

.Main-Course-CP-FYNJ-page-item {
  border: 1px solid #00AEEF;
  background: transparent;
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  min-width: 40px;
  text-align: center;
}

.Main-Course-CP-FYNJ-page-item.active {
  background: rgba(0, 110, 151, 1);
  color: #ffffff;
}


.Main-Course-CP-FYNJ-scroll-btn {
  background: rgba(217, 217, 217, 0.1);
  cursor: pointer;
  border: 1px solid rgba(132, 132, 132, 0.38);
  color: rgba(89, 89, 89, 1);
  font-weight: 700;
  font-size: 16px;
  padding: 10px;
  border-radius: 4px;
}

.Main-Course-CP-FYNJ-Filter-Icon {
  background-color: #0076BE;
  padding: 15px 40px;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  letter-spacing: 2px;
}

.Main-Course-CP-FYNJ-Filter-Icon-Section,
.Main-Course-CP-FYNJ-Close-Button,
.Main-Course-CP-FYNJ-Apply-Button {
  display: none;
}

.Main-Course-CJD-Main-Section {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  grid-gap: 32px;
  gap: 32px;
  padding-inline: 60px;
  padding-block: 50px;
  color: #ffffff;
}

.Main-Course-CJD-Key-Skills-Section {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 15px;
}

.Main-Course-CJD-Key-Skills-Name {
  border: 1px solid #767676;
  background-color: transparent;
  border-radius: 16px;
  color: #ffffff;
  padding-inline: 16px;
  padding-block: 5px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
}

.Main-Course-CJD-Apply-Btn {
  background: #0C65B2;
  color: #ffffff;
  padding: 12px 60px;
  outline: none;
  border: none;
  font-size: 14px;
  font-weight: 400;
  margin-top: 28px;
  border-radius: 5px;
}

.Main-Course-CP-CJD-CTA-banner {
  display: flex;
  background: linear-gradient(180deg, rgba(0, 150, 63, 0.6) 0%, rgba(40, 90, 61, 0.6) 100%);
  border-radius: 12px;
  position: relative;
  z-index: 0;
  margin-top: 8rem;
}


.Main-Course-CP-CJD-CTA-banner-content {
  padding: 35px 20px;
  text-align: center;
  width: 100%;
}

.Main-Course-CP-CJD-CTA-banner-h {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.Main-Course-CP-CJD-CTA-banner-p {
  font-size: 12px;
  font-weight: 400;
  color: #EEEEEE;
  margin-bottom: 20px;
}

.Main-Course-CP-CJD-CTA-img-section {
  position: absolute;
  z-index: 99;
  top: -40%;
  left: 50%;
  transform: translate(-50%);
}

.Main-Course-CP-CJD-CL-CTA-button {
  --black-700: hsla(0 0% 12% / 1);
  --border_radius: 9999px;
  --transition: 0.3s ease-in-out;
  --offset: 2px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transform-origin: center;
  padding: 10px 20px;
  background-color: transparent;
  border: none;
  border-radius: var(--border_radius);
  transform: scale(calc(1 + (var(--active, 0) * 0.1)));
  transition: transform var(--transition);
}

.Main-Course-CP-CJD-CL-CTA-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(20, 133, 67, 1);
  border-radius: var(--border_radius);
  transition: all var(--transition);
  z-index: 0;
}

.Main-Course-CP-CJD-CL-CTA-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #03421E;
  opacity: var(--active, 0);
  border-radius: var(--border_radius);
  transition: opacity var(--transition);
  z-index: 2;
}

.Main-Course-CP-CJD-CL-CTA-button:is(:hover, :focus-visible) {
  --active: 1;
  border: none !important;
  box-shadow: none !important;
}

.Main-Course-CP-CJD-CL-CTA-button:active {
  transform: scale(1);
}

.Main-Course-CP-CJD-CL-CTA-button .Main-Course-CP-CJD-CL-CTA-button-dots_border {
  --size_border: calc(100% + 4px);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--size_border);
  height: var(--size_border);
  background-color: transparent;
  border-radius: var(--border_radius);
  z-index: -10;
}

.Main-Course-CP-CJD-CL-CTA-button .Main-Course-CP-CJD-CL-CTA-button-dots_border::before {
  content: "";
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left;
  transform: rotate(0deg);
  width: 100%;
  height: 2rem;
  background-color: white;
  -webkit-mask: linear-gradient(transparent 0%, white 120%);
          mask: linear-gradient(transparent 0%, white 120%);
  animation: HPCJDCTArotate 3s linear infinite;
}

@keyframes HPCJDCTArotate {
  to {
    transform: rotate(360deg);
  }
}

.Main-Course-CP-CJD-CL-CTA-button .Main-Course-CP-CJD-CL-CTA-button-sparkle {
  position: relative;
  z-index: 10;
  width: 1.3rem;
}

.Main-Course-CP-CJD-CL-CTA-button .Main-Course-CP-CJD-CL-CTA-button-sparkle .path {
  fill: currentColor;
  stroke: currentColor;
  transform-origin: center;
  color: hsl(0, 0%, 100%);
}

.Main-Course-CP-CJD-CL-CTA-button:is(:hover, :focus) .Main-Course-CP-CJD-CL-CTA-button-sparkle .path {
  animation: path 1.5s linear 0.5s infinite;
}

.Main-Course-CP-CJD-CL-CTA-button .Main-Course-CP-CJD-CL-CTA-button-sparkle .path:nth-child(1) {
  --scale_path_1: 1.2;
}

.Main-Course-CP-CJD-CL-CTA-button .Main-Course-CP-CJD-CL-CTA-button-sparkle .path:nth-child(2) {
  --scale_path_2: 1.2;
}

.Main-Course-CP-CJD-CL-CTA-button .Main-Course-CP-CJD-CL-CTA-button-sparkle .path:nth-child(3) {
  --scale_path_3: 1.2;
}

@keyframes path {

  0%,
  34%,
  71%,
  100% {
    transform: scale(1);
  }

  17% {
    transform: scale(var(--scale_path_1, 1));
  }

  49% {
    transform: scale(var(--scale_path_2, 1));
  }

  83% {
    transform: scale(var(--scale_path_3, 1));
  }
}

.Main-Course-CP-CJD-CL-CTA-button .Main-Course-CP-CJD-CL-CTA-button-text_button {
  position: relative;
  z-index: 10;
  background-image: linear-gradient(90deg,
      hsla(0 0% 100% / 1) 0%,
      hsla(0 0% 100% / var(--active, 1)) 120%);
  background-clip: text;
  font-size: 14px;
  font-weight: 600;
  color: transparent;
  -webkit-background-clip: text;
}

.CJD-Roles-You-Might-Interested {
  background-color: #0B4158;
  padding: 32px 24px;
  border-radius: 20px;
  margin-top: 20px;
}

.CJD-Roles-You-Might-Interested-heading {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.Main-Course-CP-CJD-You-Might-Interested-Right-Part-Heading {
  font-size: 16px;
  font-weight: 400;
}

.Main-Course-CP-CJD-You-Might-Interested-Right-Part-Para {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

.Main-Course-CP-FYD-Stay-Connected-Section {
  background: #0B4158;
  padding: 30px;
  border-radius: 20px;
}

.Main-Course-CP-FYD-Stay-Connected-heading {
  font-size: 18px;
  font-weight: 600;
}

.Main-Course-CP-FYD-Stay-Connected-Para {
  font-size: 16px;
  font-weight: 500;
}

.Main-Course-CJD-Main-R-Heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.Main-Course-CJD-Main-R-Para {
  font-size: 14px;
  font-weight: 400;
  color: #CFCFCF;
}

.Main-Course-CJD-Responsibilities-Section li {
  margin-bottom: 15px;
}

.Main-Course-CJD-Responsibilities-Section {
  background: #0B4158;
  padding: 32px 30px;
  border-radius: 20px;
}

.CJD-mt-32px {
  margin-top: 32px;
}

.Main-Course-CJD-E-and-R-Para {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

.positioned-CJD-Btn {
  position: absolute;
  right: 28px;
  top: 28px;
  margin-top: 0px !important;
}

.Main-Course-CP-CJD-Job-Abouts {
  background: #0B4158;
  border: 1px solid #1414140D;
  box-shadow: 0px 1px 2px 0px #00000008;
  padding: 24px;
  display: flex;
  gap: 24px;
  border-radius: 20px;
  margin-bottom: 30px;
  position: relative;
}

.Main-Course-CP-CJD-Job-Abouts-job-info-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  margin-top: 15px;
  color: #FFFFFFE5;
  flex-wrap: wrap;
  gap: 20px;
}

.Main-Course-CP-CJD-Job-Abouts-left-info {
  display: flex;
  gap: 16px;
}

.Main-Course-CP-CJD-Job-Abouts-job-link {
  color: #00b7ff;
  text-decoration: underline;
  cursor: pointer;
}

.Main-Course-CP-CJD-Job-Abouts-job-link:hover {
  color: #00a0e0;
}

.Main-Course-CP-CJD-Job-Abouts-Company-Details-Heading {
  font-weight: 400;
  font-size: 18px;
}

.Main-Course-CP-CJD-Job-Abouts-Company-Details-Para {
  font-weight: 500;
  font-size: 24px;
  width: 68%;
}

.Main-Course-CP-CJD-You-Might-Interested-Company-Para-Part {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.CJD-Sub-Option-align-Para {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFFE5;
  margin-bottom: 0px;
}

.Main-Course-CP-CJA-Main-Section {
  display: flex;
  justify-content: center;
  color: #ffffff;
}

.Main-Course-CP-CJA-Main-Content-Section {
  width: 70%;
  background-color: #0B4158;
  padding: 32px 40px;
  margin-block: 4rem;
  border-radius: 20px;
}

.Main-Course-CP-CJA-Job-Abouts-Company-Details-Heading {
  font-size: 24px;
  font-weight: 600;
}

.CJA-Main-Company-Heading-Job-Pref {
  color: #C8C8C8;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
}

.CJA-Form-Heading {
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 32px;
}

.Main-Course-CP-CJA-input {
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 500;
  background: transparent;
  border: 1px solid #5C7DA0;
  border-radius: 12px;
  outline: none;
  color: white;
}

.Main-Course-CP-CJA-input::placeholder {
  opacity: 1;
  font-size: 16px;
  font-weight: 600;
  color: #A8ADB7;
}

.Main-Course-CP-CJA-textarea {
  width: 100%;
  height: 120px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  border: 1px solid #5C7DA0;
  border-radius: 12px;
  resize: none;
  color: white;
  outline: none;
}

.Main-Course-CP-CJA-textarea:focus {
  border: 1px solid #5C7DA0;
  outline: none;
}

.Main-Course-CP-CJA-textarea::placeholder {
  opacity: 1 !important;
  font-size: 16px;
  font-weight: 600;
  color: #A8ADB7;
}

.Main-Course-CP-CJA-label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  color: white;
}

.Main-Course-CP-CJA-helper-text {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #EFEFEF;
  display: flex;
  justify-content: space-between;
}

.Main-Course-CP-CJA-textarea-container {
  margin-bottom: 32px;
}

.CJA-Resume-File-Upload-container {
  --transition: 350ms;
  --folder-W: 120px;
  --folder-H: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 10px;
  background: linear-gradient(90deg, #0E2834 0%, #06445B 100%);
  border-radius: 15px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  height: calc(var(--folder-H) * 2.3);
  position: relative;
}

.CJA-Resume-File-Upload-folder {
  position: absolute;
  top: -20px;
  left: calc(50% - 60px);
  animation: CJA-Resume-File-Upload-float 2.5s infinite ease-in-out;
  transition: transform var(--transition) ease;
}

.CJA-Resume-File-Upload-folder:hover {
  transform: scale(1.05);
}

.CJA-Resume-File-Upload-folder .CJA-Resume-File-Upload-front-side,
.CJA-Resume-File-Upload-folder .CJA-Resume-File-Upload-back-side {
  position: absolute;
  transition: transform var(--transition);
  transform-origin: bottom center;
}

.CJA-Resume-File-Upload-back-side::before,
.CJA-Resume-File-Upload-back-side::after {
  content: "";
  display: block;
  background-color: white;
  opacity: 0.5;
  width: var(--folder-W);
  height: var(--folder-H);
  position: absolute;
  transform-origin: bottom center;
  border-radius: 15px;
  transition: transform 350ms;
  z-index: 0;
}

.CJA-Resume-File-Upload-container:hover .CJA-Resume-File-Upload-back-side::before {
  transform: rotateX(-5deg) skewX(5deg);
}

.CJA-Resume-File-Upload-container:hover .CJA-Resume-File-Upload-back-side::after {
  transform: rotateX(-15deg) skewX(12deg);
}

.CJA-Resume-File-Upload-front-side {
  z-index: 1;
}

.CJA-Resume-File-Upload-container:hover .CJA-Resume-File-Upload-front-side {
  transform: rotateX(-40deg) skewX(15deg);
}

.CJA-Resume-File-Upload-tip {
  background: linear-gradient(135deg, #ff9a56, #ff6f56);
  width: 80px;
  height: 20px;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -10px;
  z-index: 2;
}

.CJA-Resume-File-Upload-cover {
  background: linear-gradient(135deg, #ffe563, #ffc663);
  width: var(--folder-W);
  height: var(--folder-H);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.CJA-Resume-File-Upload-custom-file-upload {
  font-size: 1.1em;
  color: #ffffff;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background var(--transition) ease;
  display: inline-block;
  width: max-content;
  padding: 10px 35px;
  position: relative;
}

.CJA-Resume-File-Upload-custom-file-upload:hover {
  background: rgba(255, 255, 255, 0.4);
}

.CJA-Resume-File-Upload-custom-file-upload input[type="file"] {
  display: none;
}

@keyframes CJA-Resume-File-Upload-float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

.CJA-Resume-Upload-Supported-Size-Message {
  font-size: 16px;
  font-weight: 500;
}

.CJA-Form-Submit-Button {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  margin-top: 32px;
  background-color: #0C65B2;
  outline: none;
  border: none;
  color: #ffffff;
  padding-block: 15px;
  border-radius: 8px;
}

.CJA-Jon-Preference-Div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.CJA-Delete-The-Resume-Icon-Section {
  position: absolute;
  top: -20%;
  right: 1%;
}

.CJA-Resume-File-Upload-Main-container {
  position: relative;
}


.CJA-Resume-File-Upload-Overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.CJA-Resume-File-Upload-OverlayBox {
  background: white;
  padding: 20px 40px;
  border-radius: 8px;
  font-size: 18px;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.CJA-Resume-File-Upload-Overlay.active {
  display: flex;
  z-index: 9999999;
}

.Main-Course-CJA-Form-Submit-Suc-Message {
  color: #199A38;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

.active_btn {
  background-color: rgba(51, 51, 51, 1);
  color: rgb(157, 157, 157);
}

.inactive_btn {
  background-color: rgba(0, 110, 151, 1);
  color: white;
}

/* Page: Header */
.Main-Course-TLI-Common-Header-navbar {
  background-color: #1e2530;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-family: Montserrat;
  position: relative;
}

.Main-Course-TLI-Common-Header-logo {
  display: flex;
  align-items: center;
}

.Main-Page-Techleads-Logo {
  width: 236px;
  height: 40px;
}

.Main-Course-TLI-Common-Header-logo span {
  font-size: 20px;
  font-weight: 600;
}

.Main-Course-TLI-Common-Header-nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.Main-Course-TLI-Common-Header-nav-links a {
  color: #fff;
  text-decoration: none;
  margin: 0 12px;
  font-size: 16px;
  transition: color 0.3s;
}



.Main-Course-TLI-Common-Header-nav-links a:hover,
.Main-Course-TLI-Common-Header-dropdown-toggle:hover {
  font-weight: 800;
}

.Main-Course-TLI-Common-Header-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.Main-Course-TLI-Common-Header-icon-container,
.Main-Course-TLI-MB-Common-Header-icon-container {
  position: relative;
  font-size: 18px;
  cursor: pointer;
}

.Main-Course-TLI-Common-Header-badge {
  position: absolute;
  top: -5px;
  right: -6px;
  background-color: red;
  color: white;
  font-size: 9px;
  padding: 0px 4px;
  border-radius: 50%;
}

.Main-Course-TLI-Common-Header-login-btn,
.Main-Course-TLI-MB-Common-Header-login-btn {
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  outline: 0;
  border: 0;
  cursor: pointer;
  will-change: box-shadow, transform;
  background: radial-gradient(100% 100% at 100% 0%, #89E5FF 0%, #0C65B2 100%);
  box-shadow: 0px 0.01em 0.01em rgb(45 35 66 / 40%), 0px 0.3em 0.7em -0.01em rgb(45 35 66 / 30%), inset 0px -0.01em 0px rgb(58 65 111 / 50%);
  padding: 0 2em;
  border-radius: 0.3em;
  color: #fff;
  height: 2.6em;
  text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
  transition: box-shadow 0.15s ease, transform 0.15s ease;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.Main-Course-TLI-MB-Common-Header-login-btn:hover,
.Main-Course-TLI-Common-Header-login-btn:hover {
  box-shadow: 0px 0.1em 0.2em rgb(45 35 66 / 40%), 0px 0.4em 0.7em -0.1em rgb(45 35 66 / 30%), inset 0px -0.1em 0px #3c4fe0;
  transform: translateY(-0.1em);
}

.Main-Course-TLI-MB-Common-Header-login-btn:active,
.Main-Course-TLI-Common-Header-login-btn:active {
  box-shadow: inset 0px 0.1em 0.6em #3c4fe0;
  transform: translateY(0em);
}

.Main-Course-TLI-Mobile-Header {
  display: none;
}


.Main-Course-TLI-Common-Header-dropdown {
  display: inline-block;
}

.Main-Course-TLI-Common-Header-dropdown-toggle {
  background: none;
  border: none;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  padding-inline: 0px;
  position: relative;
  margin: 0 12px;
}

.Main-Course-TLI-Common-Header-dropdown-toggle:focus {
  outline: none;
}

.chevron {
  transition: transform 0.3s ease;
}

.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}


.header-chevron-icon {
  font-size: 10px;
}

.Main-Course-TLI-Common-Header-dropdown-menu {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100vw;
  padding-block: 0;
  background-color: #1C2632;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  flex-direction: column;
  transition: max-height 0.4s ease, padding-block 0.4s ease;
}

.Main-Course-TLI-Common-Header-dropdown-menu.show {
  max-height: 315px;
  padding: 30px;
  z-index: 3;
}


.Main-Course-TLI-Common-Header-dropdown-menu a {
  color: white;
  text-decoration: none;
  display: block;
  transition: background 0.3s;
}

.Main-Course-TLI-Common-Header-hamburger {
  cursor: pointer;
  display: none;
}

.Main-Course-TLI-Common-Header-hamburger input {
  display: none;
}

.Main-Course-TLI-Common-Header-hamburger svg {
  height: 2.5em;
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.Main-Course-TLI-Common-Header-hamburger-line {
  fill: none;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.Main-Course-TLI-Common-Header-hamburger-line-top-bottom {
  stroke-dasharray: 12 63;
}

.Main-Course-TLI-Common-Header-hamburger input:checked+svg {
  transform: rotate(-45deg);
}

.Main-Course-TLI-Common-Header-hamburger input:checked+svg .Main-Course-TLI-Common-Header-hamburger-line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}

.Main-Course-TLI-Header-a-hover {
  position: relative;
  transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

.Main-Course-TLI-Sub-Header-a-hover {
  position: relative;
  transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px 20px !important;
}

.Main-Course-TLI-Header-a-hover::after {
  content: "";
  pointer-events: none;
  bottom: -2px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #fff;
  transition: width 400ms cubic-bezier(0.25, 0.8, 0.25, 1),
    left 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

.Main-Course-TLI-Header-a-hover:hover::after,
.Main-Course-TLI-Header-a-hover:focus::after {
  width: 100%;
  left: 0%;
}

.Main-Course-TLI-Sub-Header-a-hover::after {
  content: "";
  pointer-events: none;
  bottom: -2px;
  left: 0;
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

.Main-Course-TLI-Sub-Header-a-hover:hover::after,
.Main-Course-TLI-Sub-Header-a-hover:focus::after {
  width: 100%;
}

/* Page: Webinar */
.indicators-container {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.indicator {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.C-Webinar-Page-card-content {
  font-size: 12px;
  font-weight: 400;
}

.indicator.active {
  background-color: #333;
}

html {
  scroll-behavior: smooth;
}

.C-Webinar-Page-role {
  font-weight: 400;
  font-size: 12px;
  color: #B3B3B3;
}

.C-Webinar-Page-role-adj {
  transform: translate(10px, 7px);
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Montserrat !important;
  line-height: 1.6;
  font-weight: bold;
  overflow-x: hidden;
}

/* Header styles */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 120px 20px 80px;
  background: #04121f;
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

/* Logo styles */
.header .logo {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Nav styles for desktop */
.header .nav {
  display: flex;
  gap: 35px;
  padding: 10px 20px 10px;
  font-weight: 400;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  background-color: #182531;
  border-radius: 20px;
}

.header .nav a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

/* Hamburger button styles */
.hamburger {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
}

.sm-enquiry-btn {
  display: none !important;
}

.md-enquiry-btn {
  display: block !important;
}

.C-Webinar-Page-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 70px 50px 0px 50px;
  background: #04121f;
  color: #fff;
  flex-wrap: wrap;
  overflow-x: hidden;
}

.C-Webinar-Page-content h1 {
  color: #ffae00;
  margin-bottom: 15px;
  font-weight: bold;
}

.C-Webinar-Page-content {
  position: relative;
  z-index: 15;
}

.C-Webinar-Page-content p {
  font-weight: 500;
  margin-bottom: 20px;
}

.C-Webinar-Page-testimonial-para {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.6299999952316284px;
  text-align: left;
  margin: 6px 0px;
  margin-bottom: -5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Show only 2 lines */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 3;
}

.C-Webinar-Page-read-more-btn {
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.C-Webinar-Page-read-more-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.C-Webinar-Page-read-more-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  width: 400px;
  height: 350px;
  border-radius: 8px;
  z-index: 999999;
}

.C-Webinar-Page-read-more-close {
  background: none;
  width: 100%;
  text-align: end;
}

.C-Webinar-Page-read-more-popup-text {
  margin-top: 10px;
  overflow-y: scroll;
  height: 180px;
  font-weight: 500;
}

/* For Webkit Browsers */
::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track:hover {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #888;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.C-Webinar-Page-read-more-align {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 90%;
  align-items: flex-start;
}


.C-Webinar-Page-read-more-popup.active,
.C-Webinar-Page-read-more-overlay.active {
  display: block;
  z-index: 999999;

}

.C-Webinar-Page-read-more-popup.active {
  background-color: #f5f2ed;
  color: #000000;
}

.C-Webinar-Page-role-h {
  font-size: 14px;
}

.C-Webinar-Page-countdown {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}

.C-Webinar-Page-countdown div {
  text-align: left;
}

.below-content {
  font-size: 0.8rem;
  font-weight: 500;
  color: #F2F2F2;
}

.C-Webinar-Page-countdown span {
  font-size: 3rem;
  font-weight: bold;
}

.small-content {
  position: absolute;
  left: 3%;
  font-size: 0.7rem;
  color: white;
  top: 75%;
}

.footer {
  /* Dark background */
  color: #d1d1d1;
  /* Light text color */
  padding: 20px 0;
}

.footer a {
  color: #d1d1d1;
  text-decoration: none;
  margin: 0 10px;
}

.footer a:hover {
  color: #6cddf2;
  /* Hover color for links */
}

.social-icons a {
  font-size: 1.2rem;
  margin: 0 10px;
  color: #d1d1d1;
}

.social-icons a:hover {
  color: #6cddf2;
}

.footer-line {
  border-top: 1px solid #444;
  margin: 15px 0;
}

.copyright {
  text-align: center;
  font-size: 0.9rem;
  color: #777;
}

.C-Webinar-Page-register-btn {
  background: #ffae00;
  color: #0f1a2e;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 20px;
  margin-bottom: 20px;
}

.C-Webinar-Page-students {
  display: flex;
  align-items: center;
  gap: 10px;
}

.C-Webinar-Page-students img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.C-Webinar-Page-students span {
  font-size: 1rem;
  color: #fff;
}

.C-Webinar-Page-card {
  border-radius: 20px;
  box-shadow: 0px 0px 15px 0px #004fff80;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.C-Webinar-Page-form-register {
  border: 2px solid #e2e2e2;
  border-radius: 20px;
  padding: 40px;
}

.C-Webinar-Page-register-button {
  padding: 15px 25px;
  gap: 10px;
  border-radius: 30px;
  background: #00396e;
  color: white;
  border: none;
  margin-top: 15px;
}

.C-Webinar-Page-attendees {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

.C-Webinar-Page-attendees-para {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}

.C-Webinar-Page-faqs {
  border-radius: 20px;
  background: #a9f0ff;
}

.subs {
  position: absolute;
  right: 40px;
  padding: 9px;
  border-radius: 10px;
  border: none;
  background: #022b50;
  color: white;
  transform: translate(-22px, 2px);
}

.options {
  border: none;
  background: #bcd1ff80;
  width: 100%;
  color: #0037b2;
  font-size: 1.2rem;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-style: italic;
  font-weight: 600;
}

.other-options {
  border: none;
  background: #9c9c9c33;
  width: 100%;
  color: #7b7b7b;
  font-size: 1.1rem;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-weight: 600;
}

.options-heading {
  background: linear-gradient(89.92deg,
      #78e3ff -2.05%,
      #9293ff 10.16%,
      #db83ff 28.23%,
      #c07eff 39.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-style: italic;
  font-weight: bold;
  font-size: 2.8rem;
  color: #33A3FF;
  font-family: "Times New Roman", Times, serif;
}

.options-para {
  font-style: italic;
  font-weight: 500;
  font-size: 1.5rem;
}

.main-options {
  border: 1px solid #e2e2e2;
  padding: 40px 40px 30px 40px;
  border-radius: 10px;
}

.btn-1 {
  background: #ffb8b8;
  border: 1px solid #ff6767;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.8rem;
}

.btn-2 {
  background: #f5a700;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 700;
}

.C-Webinar-Page-testimonail-content {
  width: 320px;
  padding: 20px 43px 20px 25px;
  background: #f5f2ed;
  margin-left: 22px;
  border-radius: 15px;
  text-align: left;
  white-space: normal;
}

.C-Webinar-Page-faq-para {
  font-weight: 400;
  font-size: 0.9rem;
  color: #0000009c;
}

.Subscribe {
  background: #00396ee5;
  border-radius: 20px;
  padding: 40px 20px;
  margin: 40px 20px;
}

.subs-caption {
  font-weight: 200;
  color: #ffffff;
  font-size: 0.9rem;
}

.C-Webinar-Page-bg-faqs {
  padding: 30px;
  margin: 40px 20px;
  position: relative;
}

.bg-footer {
  background: #04121f;
  padding: 20px;
}

.testimonial-name {
  font-size: 0.7rem;
  color: #67646a;
}

.rotated {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.C-Webinar-Page-faq-options {
  margin-bottom: 20px;
  background-color: white;
  border-radius: 12px;
  z-index: 9999;
}

.C-Webinar-Page-stars {
  position: absolute;
  bottom: -5px;
  left: -15px;
}

.C-Webinar-Page-btn-offer {
  width: 100%;
  padding: 15px;
  text-align: left;
  border: none;
  font-size: 16px;
  display: flex;
  align-items: baseline;
  background-color: white;
  justify-content: space-between;
  border-radius: 10px;
}

.text-justify {
  text-align: justify;
}

.C-Webinar-Page-icon {
  margin-left: 10px;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.C-Webinar-Page-info-content {
  max-height: 0;
  overflow: hidden;
  padding: 0px 10px;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.C-Webinar-Page-info-content.show {
  max-height: 200px;
  /* Adjust based on expected content height */
  padding: 0px 10px;
}


.form-control-subs {
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  background: none;
  border: 1px solid #f1fbe84d;
  color: #f1fbe866;
}

.other-options:hover {
  background: #bcd1ff80;
  width: 100%;
  color: #0037b2;
}

.form-control {
  padding: 16px 24px !important;
}

.subs-heading {
  font-style: italic;
  font-weight: 700;
  line-height: 41.4px;
  text-align: left;
  color: #ffffff;
  font-size: 2.3rem;
}

.C-Webinar-Page-faq-main {
  font-weight: 700;
}

.line-seperated {
  color: #ebebed99;
  font-size: 10px;
  margin: 10px;
}

.d-fl-just-end {
  display: flex;
  align-items: center;
  justify-content: end;
}

.C-Webinar-Page-Oppurtunity-banner {
  text-align: center;
  background-color: #f64545;
  color: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.C-Webinar-Page-Oppurtunity-banner h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.C-Webinar-Page-Oppurtunity-banner p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.C-Webinar-Page-Oppurtunity-cta-button {
  display: inline-block;
  background-color: black;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.C-Webinar-Page-Oppurtunity-cta-button:hover {
  background-color: #333;
}

.C-Webinar-Page-custom-scrollbar {
  max-height: 55px;
  overflow-y: auto;
  padding: 0px 10px 10px 7px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 5px;
}

/* Custom scrollbar styles */
.C-Webinar-Page-custom-scrollbar::-webkit-scrollbar {
  width: 5px;
  border: 0.55px solid #004FFF80;
  border-radius: 10px;
  /* Width of the scrollbar */
}

.C-Webinar-Page-custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
  /* Transparent track */
}

.C-Webinar-Page-custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #6ba9ff;
  /* Thumb color */
  border-radius: 10px;
  /* Rounded corners */
}

.C-Webinar-Page-custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #0056ff;
  /* Darker color on hover */
}

.C-Webinar-Page-timeline-card {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.C-Webinar-Page-timeline-card img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.C-Webinar-Page-time-label {
  font-size: 0.9rem;
  font-weight: bold;
  color: #007bff;
}

.C-Webinar-Page-title {
  margin-top: 10px;
  font-weight: bold;
  color: black;
}

.C-Webinar-Page-Curriculum-section {
  text-align: center;
}

.C-Webinar-Page-c-heading {
  font-weight: 400;
  font-size: 24px;
  border-bottom: 3px solid #4D94FF;
  display: inline-block;
  text-align: center;
  padding-inline: 25px;
  padding-block: 10px;
}

.C-Webinar-Page-c-subhead {
  font-weight: 600;
  font-size: 35px;
}

.c-para {
  font-weight: 400;
  font-size: 20px;
}

.C-Webinar-Page-Who-should-attend-section {
  text-align: center;
}

.C-Webinar-Page-Oppurtunity-banner-para {
  font-size: 1.3rem;
  font-weight: 500;
}

.C-Webinar-testimonial-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000004d;
  /* Semi-transparent black */
  border-radius: 20px;
  /* Matches the image's border-radius */
  z-index: 1;
  /* Ensures the overlay is on top of the image */
}

.C-Webinar-testimonial-image {
  position: relative;
  border-radius: 20px;

}

.C-Webinar-testimonial-image img:first-of-type {
  position: relative;
  height: 460px !important;
  z-index: 0;
  width: 300px;
  /* Places the image below the overlay */
}

.snack-bar {
  position: relative;
  color: #d8d8d8;
  z-index: 99;
  left: 2.5rem;
  top: 4px;
}

.enquiry-btn {
  background: #ffd91d;
  border: 4px solid #c9a800;
  padding: 6px 25px;
  border-radius: 25px;
  font-weight: 700;
}

.C-Webinar-Page-About-content {
  background-color: #e9eaf4;
  border-radius: 30px;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  /* Ensures items wrap on smaller screens */
  align-items: center;
  margin-inline: 0px;
}

.C-Webinar-Page-about-heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 48.76px;
  text-align: left;
}

.C-Webinar-Page-about-para {
  font-size: 22px;
  font-weight: 400;
  text-align: left;
  color: #000000;
}

.C-Webinar-Page-about-btn {
  margin: 3px;
  border: 1px solid #88b7ff;
  background-color: #d1e3ff;
  font-size: 18px;
  padding: 5px 12px;
  border-radius: 10px;
  font-weight: 500;
  line-height: 24.38px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: calc(50% - 10px);
  /* Ensures two buttons per row */
  text-align: center;
  white-space: nowrap;
  /* Prevents button text from breaking */
}

.C-Webinar-Page-input-checkbox {
  transform: translateY(1px);
}

.C-Webinar-Page-takeaways-section {
  padding-top: 20px;
  text-align: center;
}

.C-Webinar-Page-takeaways-card {
  padding: 20px;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 0.6px 0px #00000040;
  border-radius: 20px;
  background-color: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.takeaway-img {
  width: -moz-fit-content;
  width: fit-content;
  height: 65px;
  border-radius: 10px;
  border: 1px solid #e6edf8;
  padding: 15px;
  background-color: #e6edf8;
  margin-bottom: 15px;
}

.C-Webinar-Page-takeaways-card h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 15px;
}

.C-Webinar-Page-takeaways-card p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.C-Webinar-Page-takeaways-segment {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}

.C-Webinar-Page-hero-img {
  width: 142%;
}

.C-Webinar-Page-form-container {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 510px;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.C-Webinar-Page-form-container h3 {
  font-weight: bold;
  color: #00396e;
}

.C-Webinar-Page-form-container .form-control {
  border-radius: 10px;
}

.C-Webinar-Page-form-container .btn-primary {
  width: 53%;
  border-radius: 20px;
  background-color: #00396e;
  border: none;
  padding: 10px;
}

.C-Webinar-Page-form-container .btn-primary:hover {
  background-color: #001d48;
}

.C-Webinar-phone-input {
  display: flex;
  align-items: center;
  border: 1px solid #ced4da;
  border-radius: 10px;
  padding: 5px;
  background: none !important;
}

.C-Webinar-phone-input select {
  border: none;
  background: none;
  outline: none;
}

.C-Webinar-Page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

.close-btn {
  background-color: #fff;
  color: #00396e;
  font-size: 27px;
}

.C-Webinar-Page-mentor-img {
  border-radius: 270px;
  height: auto;
  width: 100%;
}

.C-Webinar-Page-Mentor-heading {
  font-size: 36px;
  font-weight: 700;
}

.C-Webinar-Page-Mentor-para {
  font-size: 20px;
  font-weight: 500;
}

.C-Webinar-Page-Mentor-ul {
  border: 2px solid #b7d3ff;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  background-color: #ddeaff;
  border-radius: 15px;
  color: #0e187f;
}

.C-Webinar-Page-Mentor-message {
  border: 1px solid #88b7ff;
  background-color: #e8f6ff;
  padding: 15px 20px;
  border-radius: 8px;
}

.C-Webinar-Page-Mentor-message-h {
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
}

.C-Webinar-Page-Mentor-message-p {
  font-size: 12px;
  font-weight: 500;
}

.C-Webinar-Page-Who-should-attend-card {
  background: linear-gradient(90deg, #BBD6FF 0%, #B1B8FF 100%);
  border-radius: 25px;
}

.C-Webinar-Page-Who-should-attend-card1 {
  background: linear-gradient(90deg, #FFC6B5 4.99%, #FFDDAF 100%);
  border-radius: 25px;
}

.C-Webinar-Page-Who-should-attend-card2 {
  background: linear-gradient(90deg, #BBD6FF 0%, #EEBBF4 100%);
  border-radius: 25px;
}

.C-Webinar-Page-Who-should-attend-card3 {
  background: linear-gradient(90deg, #BBD6FF 0%, #EEBBF4 100%);
  border-radius: 25px;
}

.C-Webinar-Page-Who-should-attend-card4 {
  background: linear-gradient(90deg, #FFC6B5 1.85%, #FFDDAF 100%);
  border-radius: 25px;
}

.C-Webinar-Page-Who-should-attend-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  gap: 15px;
}

.d-fl-cl-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-0-25px {
  padding: 0px 25px;
}

.p-10-20px {
  padding: 10px 20px;
}

.C-Webinar-Page-Who-should-attend-card span h3 {
  font-size: 26px;
  font-weight: 700;
}

.C-Webinar-Page-Who-should-attend-card1 span h3,
.C-Webinar-Page-Who-should-attend-card2 span h3,
.C-Webinar-Page-Who-should-attend-card3 span h3,
.C-Webinar-Page-Who-should-attend-card4 span h3 {
  font-size: 20px;
  font-weight: 700
}

.C-Webinar-Page-Who-should-attend-card span p {
  font-size: 18px;
  font-weight: 500;

}

.C-Webinar-Page-Who-should-attend-card1 span p,
.C-Webinar-Page-Who-should-attend-card2 span p,
.C-Webinar-Page-Who-should-attend-card3 span p,
.C-Webinar-Page-Who-should-attend-card4 span p {
  font-size: 14px;
  font-weight: 500
}

.text-left {
  text-align: left !important;
}

.C-Webinar-Page-img-content {
  color: white;
  position: absolute;
  left: 15%;
  width: 70%;
  top: 70%;
  text-align: center;
}

.C-Webinar-Page-img-content h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0px;
}

.C-Webinar-Page-img-content p {
  font-size: 15px;
  font-weight: 500
}

.C-Webinar-Page-sub-services {
  display: grid;
  grid-column-gap: 35px;
  grid-template-columns: 1.5fr 1fr;
}

.C-Webinar-Page-sub-service-1 {
  display: grid;
  grid-row-gap: 30px;
  grid-column-gap: 25px;
  grid-template-columns: repeat(3, 1fr);
}

.C-Webinar-Page-inside-p {
  margin-bottom: 0.5rem;
  line-height: normal;
  margin-top: 15px;
}

.C-Webinar-Page-margin-section {
  margin-inline: 50px;
  margin-block: 40px;
}

.footer-section {
  font-family: Montserrat;
  background: #04121F;
}

.footer-text {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
}


.logo-txt {
  font-size: 1.3rem;
  margin-bottom: 0px;
  margin-left: 5px;
  font-weight: 700;
}

.footer-section-m {
  padding-block: 30px;
}

.icon-align {
  display: flex;
  align-items: baseline;
  justify-content: end;
}

.C-Webinar-Page-why-attend-h {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.C-Webinar-Page-services {
  padding-top: 25px;
}

.C-Webinar-Page-registration-form-h {
  font-size: 28px;
  font-weight: 700;
}

.C-Webinar-Page-About {
  padding-top: 50px;
}

.C-Webinar-Page-session-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  gap: 20px;
}

.C-Webinar-Page-input-container {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.C-Webinar-Page-input-field {
  width: 100%;
  padding: 14px 10px 6px;
  font-size: 16px;
  border: 1px solid #1F6A88;
  color: black;
  border-radius: 5px;
  outline: none;

}

.C-Webinar-Page-input-label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  transition: 0.3s ease;
  pointer-events: none;
  padding: 0 5px;
}

.required {
  color: red !important;
}

.C-Webinar-Page-input-field:focus+.C-Webinar-Page-input-label,
.C-Webinar-Page-input-field:not(:placeholder-shown)+.C-Webinar-Page-input-label {
  top: 5px;
  font-size: 12px;
  color: #000000;
  border-radius: 5px;
  padding: 0px;
  padding-inline: 10px;
  background-color: #ffffff;
}

.C-Webinar-Page-form-check-input {
  background-color: unset;
  border: none;
  font-weight: 400;
  color: #00000080;
}

.C-Webinar-Page-input-checkbox:checked+.C-Webinar-Page-form-check-input {
  color: #004c6b !important;
  font-weight: 500;
}

.C-Webinar-Page-input-field.invalid {
  border: 2px solid red;
}

.form-control.invalid {
  border: 2px solid red;
}

.webinar-info {
  color: #F5A700;
  margin-bottom: 5px !important;
  font-size: 1.3rem;
  font-weight: 400;
}


.C-Webinar-Page-registered-message {
  display: flex;
  align-items: center;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  padding-block: 10px;
  padding-inline: 20px;
  margin-top: 20px;
}

.C-Webinar-Page-registered-p {
  color: #000000;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 600;
}

.C-Webinar-Page-Webinar-Profession-DropDown {
  padding: 16px 24px !important;
}

.C-Webinar-input-field-error {
  width: 100%;
  background: transparent;
  border: 2px solid rgb(221, 19, 19) !important;
  border-radius: 12px;
  padding-block: 15px;
  padding-inline: 10px;
}


/* Page: Webinar Testimonial Popup */
.C-Webinar-page-video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 10px;
}

video {
  width: 100%;
  display: block;
  cursor: pointer;
}

.C-Webinar-page-video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: linear-gradient(180deg, rgba(13, 15, 20, 0) 0%, rgba(13, 15, 20, 0.9) 80.37%);
  pointer-events: none;
}

.C-Webinar-page-controls {
  position: absolute;
  bottom: 6%;
  width: 100%;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 5px;
  padding-inline: 20px;
  font-size: 14px;
}

.C-Webinar-page-progress {
  width: 95%;
  height: 4px;
  background: #d9d9d9;
  position: absolute;
  bottom: 5%;
  cursor: pointer;
  transform: translateX(18px);
}

.C-Webinar-page-progress-bar {
  height: 100%;
  background: white;
  width: 0;
  transition: width 0.1s linear;
}

.C-Webinar-page-job-role {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s, transform 0.5s;
  font-size: 12px;
  margin-bottom: 5px;
}

.C-Webinar-page-video-container:hover .C-Webinar-page-job-role {
  opacity: 1;
  transform: translateY(0);
}

.C-Webinar-page-admin-role {
  display: block;
  transition: transform 0.3s ease-out;
  font-weight: bold;
  line-height: 12px;
  transform: translateY(10px);
}

.C-Webinar-page-video-container:hover .C-Webinar-page-admin-role {
  transform: translateY(-6px);
}

.C-Webinar-page-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: auto;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.C-Webinar-page-video-container:hover .C-Webinar-page-play-btn {
  opacity: 1;
}

.C-Webinar-page-close {
  font-size: 16px;
  position: relative;
  font-weight: 400;
  top: -12%;
  right: 20px;
  cursor: pointer;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: end;
  color: white;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  z-index: 999;
}

.C-Webinar-page-video-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border-radius: 10px;
  z-index: 1000;
}

.C-fa-times {
  color: #000 !important;
}

.C-Webinar-play-btn-img {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 40px !important;
  height: 40px !important;
}

.demo_banner {
  position: relative;
  display: inline-block;
  width: 100%;
  background: url("/images/limited-seats-bg.png") no-repeat left/cover;
  min-height: 600px;
  text-align: center;
  color: white;
  border-radius: 10px;
}

.demo_content {
  position: absolute;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  width: 100%;
  padding-inline: 20px;
  padding-block: 50px;
}


/* Page: Home */
:root {
  --Home-Page-Section-Margin-Top: 40px;
}

.Main-Course-Home-Page-Section {
  padding-inline: 60px;

}

.Home-Page-MC-Prop {
  background-color: #222A33;
  font-family: Montserrat;
  margin: 0;
  overflow: hidden;
}

.Main-Course-Home-Page-Hero-Section {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 32px;
  margin-top: var(--Home-Page-Section-Margin-Top);
  background: url('/images/home/Main-Course-Home-Page-Hero-Section-Bg-Img.webp') no-repeat center/cover;
}

.Main-Course-Home-Page-Hero-Section-Content {
  color: #ffffff;
  text-align: left;
  width: 100%;
  margin-top: 40px;
  padding: 40px 40px 20px 40px;
}

.Main-Course-HP-Hero-Section-Side-Image {
  position: absolute;
  z-index: 99;
  right: 10%;
  bottom: 0;
}

.Main-Course-HP-What-To-Learn-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  border: 1px solid #84848461;
  border-radius: 50px;
  padding: 5px;
  width: 70%;
}

.Main-Course-HP-What-To-Learn-btn {
  flex-grow: 1;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  padding: 10px 20px;
  outline: none;
}

.Main-Course-HP-What-To-Learn-btn::placeholder {
  color: #ffffff;
  opacity: 1;
}

.Main-Course-HP-What-To-Learn-Search-btn {
  font-weight: 600;
  font-size: 14px;
  background-color: #15465B;
  color: white;
  padding: 10px 40px;
  border: 2px solid #004C6B;
  border-radius: 50px;
  cursor: pointer;
}

.Main-Course-HP-WTL-search-wrapper {
  width: 70%;
  position: relative;
  z-index: 10;
}

.Main-Course-HP-WTL-search-box {
  background: linear-gradient(90deg, rgba(217, 217, 217, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  border: 1px solid #84848461;
  border-radius: 30px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
}

.Main-Course-HP-WTL-search-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Main-Course-HP-WTL-search-input {
  flex-grow: 1;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  outline: none;
  padding: 10px;
}

.Main-Course-HP-WTL-search-input::placeholder {
  color: #ffffff;
}

.Main-Course-HP-WTL-search-button {
  background-color: #15465B;
  color: white;
  padding: 10px 30px;
  border: 2px solid #004C6B;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.Main-Course-HP-WTL-suggestions {
  flex-direction: column;
  border-top: 2.36px solid rgba(255, 255, 255, 0.1);
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #00aaff rgba(255, 255, 255, 0.1);
}

.Main-Course-HP-WTL-suggestions.hide {
  display: none;
}

.Main-Course-HP-WTL-suggestions::-webkit-scrollbar {
  width: 15px;
}

.Main-Course-HP-WTL-suggestions::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
}

.Main-Course-HP-WTL-suggestions::-webkit-scrollbar-thumb {
  background-color: #00aaff;
  border-radius: 20px;
}


.Main-Course-HP-WTL-search-box:focus-within {
  border-color: #ffffff;
  border-radius: 20px;
}


.Main-Course-HP-WTL-search-box:focus-within .Main-Course-HP-WTL-search-button {
  background-color: unset;
  border: none;
}

.Main-Course-HP-WTL-suggestion-item {
  padding: 10px 20px;
  color: white;
  cursor: pointer;
  border-bottom: 2.36px solid rgba(255, 255, 255, 0.1);
}

.Main-Course-HP-WTL-suggestion-item:last-child {
  border-bottom: none;
}


.Main-Course-HP-WTL-suggestion-item:hover {
  background-color: #132d45;
  color: #00aaff;
}

.Main-Course-HP-Hero-Section-Popular-Courses-Para {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}

.Main-Course-HP-Hero-Section-Popular-Courses-Container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-block: 15px;
  margin-top: 6rem;
}

.Main-Course-HP-Hero-Section-Popular-Courses {
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  padding: 7px 15px;
  font-size: 14px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px);
  animation: bounceAnime 1.2s ease forwards;
}

.Main-Course-HP-Hero-Section-Popular-Courses:hover {
  background: #00A7FF;
  border: 1px solid #5A9AB6;
}

.Main-Course-HP-Hero-Section-Popular-Courses:nth-child(2) {
  animation-delay: 0s;
}

.Main-Course-HP-Hero-Section-Popular-Courses:nth-child(3) {
  animation-delay: 0.2s;
}

.Main-Course-HP-Hero-Section-Popular-Courses:nth-child(4) {
  animation-delay: 0.4s;
}

.Main-Course-HP-Hero-Section-Popular-Courses:nth-child(5) {
  animation-delay: 0.6s;
}


@keyframes bounceAnime {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }

  50% {
    transform: translateY(-5px);
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


.Main-Course-HP-Hero-Section-Span-Heading {
  color: #00A7FF;
  display: inline-block;
  white-space: nowrap;
}

.Main-Course-HP-Hero-Section-Heading {
  font-size: 40px;
  font-weight: 700;
}

.Main-Course-HP-Hero-Section-Para {
  font-size: 20px;
  font-weight: 500;
}

.Main-Course-HP-Hero-Section-OS-img {
  position: relative;
  margin-left: -20px;
  height: 48px;
  width: 48px;
}

.Main-Course-HP-Hero-Section-OS-img:first-child {
  margin-left: 0;
}

.Main-Course-HP-Hero-Section-Student {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
}

.Main-Course-HP-Hero-Section-Student-para {
  font-size: 12px;
  font-weight: 500;
  color: #D0D0D0;
  margin-bottom: 20px;
}

.Main-Course-HP-Hero-Section-Content-Text {
  width: 70%;
}

.Main-Course-HP-Hero-Section-Small-Icon-1 {
  position: absolute;
  right: 25%;
  top: -13%;
  height: 42px;
  width: 42px;
  offset-path: path("M 100 100 Q 100 0 0 0");
  offset-rotate: 0deg;
  animation: arcUpLeft 2s ease-in-out forwards;
}

.Main-Course-HP-Hero-Section-Small-Icon-2 {
  position: absolute;
  right: 0;
  top: 8%;
  height: 42px;
  width: 42px;
  offset-path: path("M 50 100 Q 60 40 40 0");
  offset-rotate: 0deg;
  animation: arcUpLeft 2s ease-in-out forwards;
}

.Main-Course-HP-Hero-Section-Small-Icon-3 {
  position: absolute;
  right: -7%;
  top: 40%;
  height: 42px;
  width: 42px;
  offset-path: path("M 0 100 Q 60 40 40 0");
  offset-rotate: 0deg;
  animation: arcUpLeft 2s ease-in-out forwards;
}

@keyframes arcUpLeft {
  from {
    offset-distance: 0%;
  }

  to {
    offset-distance: 100%;
  }
}

.Main-Course-HP-Hero-Section-OS-img-section {
  margin-top: 30px;
}

.Main-Course-HP-Verified-Icon {
  height: 44px;
  width: 44px;
  animation: flinchRotate 0.4s ease;
}

@keyframes flinchRotate {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(5deg);
  }

  75% {
    transform: rotate(-4deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.Main-Course-Home-Page-Empowering-Learners-Section {
  background: rgba(24, 76, 121, 1);
  padding: 20px;
  color: #ffffff;
  border-radius: 24px;
  margin-top: var(--Home-Page-Section-Margin-Top);
}

.Main-Course-HP-Empowering-Learners-B-P-Text {
  color: #E0E0E0;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.Main-Course-HP-Empowering-Learners-B-H-Text {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0px;
}

.Main-Course-HP-Success-Stories-Of-Our-Proud-Achievers-track {
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-mask-image: linear-gradient(to right, transparent, #075A78 5% 95%, transparent);
          mask-image: linear-gradient(to right, transparent, #075A78 5% 95%, transparent);
}

.Main-Course-HP-Success-Stories-Of-Our-Proud-Achievers-Companies-slide {
  display: flex;
  width: max-content;
  animation: Main-Course-HP-SuccessStoriesmoveCCards 40s linear infinite;
}

@keyframes moveCCards {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}


.Main-Course-HP-Success-Stories-Of-Our-Proud-Achievers-Companies-slide-images {
  display: flex;
}

.Main-Course-HP-Success-Stories-Of-Our-Proud-Achievers-Companies-slide-img {
  width: 244px;
  height: 334px;
  border: 2px solid #E2E2E2;
  border-radius: 30px;
  margin-right: 25px;
}

@keyframes Main-Course-HP-SuccessStoriesmoveCCards {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.Main-Course-HP-Success-Stories-Of-Our-Proud-Achievers-Section,
.Main-Course-HP-Voice-Of-Our-Learners-Section {
  margin-top: var(--Home-Page-Section-Margin-Top);
}

.Main-Course-Home-Page-C-Section-Heading {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}

.Main-Course-Home-Page-C-Section-Para {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}

.Main-Course-Home-Page-Featured-Courses-Card {
  background: linear-gradient(180deg, rgba(2, 53, 72, 0.5) 0%, rgba(7, 95, 128, 0.5) 100%);
  padding: 20px;
  border-radius: 24px;
  text-align: center;
  color: #ffffff;
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  min-width: 192px;
  border: 1px solid #285A75;
}

.Main-Course-Home-Page-Featured-Courses-Card:hover {
  transform: scale(1.05);
  background: linear-gradient(180deg, rgba(17, 133, 176, 0.6) 0%, rgba(11, 86, 114, 0.6) 100%);
  border: 1px solid #23738C;
}

.Main-Course-Home-Page-Featured-Courses-Icon {
  margin-bottom: 20px;
  height: 75px;
  width: 75px;
}

.Main-Course-Home-Page-Featured-Courses-Card-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.Main-Course-Home-Page-Featured-Courses-Card-para {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0px;
}

.Main-Course-Home-Page-Featured-Courses-Card-Section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.Main-Course-HP-Explore-Our-Top-Courses-Section {
  margin-top: var(--Home-Page-Section-Margin-Top);
  position: relative;
}

.Main-Course-HP-Explore-Our-Top-Courses-Content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  gap: 15px;
}

.Main-Course-HP-Explore-Our-Top-Courses-Content-Bg {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 12px;
  min-height: 400px;
  height: 100%;
}

.Main-Course-HP-Explore-Our-Top-Courses-Content-Bg-1 {
  background: url('/images/home/Main-Course-Home-Page-ETC-Bg-1.webp') no-repeat center/cover;
}

.Main-Course-HP-Explore-Our-Top-Courses-Content-Bg-2 {
  background: url('/images/home/Main-Course-Home-Page-ETC-Bg-2.webp') no-repeat center/cover;
}

.Main-Course-HP-Explore-Our-Top-Courses-Content-Bg-3 {
  background: url('/images/home/Main-Course-Home-Page-ETC-Bg-3.webp') no-repeat center/cover;
}

.Main-Course-HP-Explore-Our-Top-Courses-Content-Bg-4 {
  background: url('/images/home/Main-Course-Home-Page-ETC-Bg-4.webp') no-repeat center/cover;
}

.Main-Course-HP-Explore-Our-Top-Courses-Content-Bg-Content {
  height: 100%;
  position: relative;
  color: #ffffff;
  width: 100%;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.Main-Course-HP-Explore-Our-Top-Courses-Content-Bg-Content-Span {
  background-color: #FFFFFF0D;
  border: 1px solid #FFFFFF1A;
  border-radius: 30px;
  font-size: 10px;
  font-weight: 400;
  padding: 5px 20px;
  width: -moz-fit-content;
  width: fit-content;
}

.Main-Course-HP-Explore-Our-Top-Courses-Content-Bg-Content-Heading {
  font-size: 20px;
  font-weight: 700;
}

.Main-Course-HP-Explore-Our-Top-Courses-Content-Bg-Content-Para {
  font-size: 14px;
  font-weight: 500;
}

.Main-Course-HP-Explore-Our-Top-Courses-Content-Bg-Content-Button {
  background-color: #000000;
  padding-block: 20px;
  color: #ffffff;
  width: 100%;
  border-radius: 30px;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.VOLC {
  color: #00A7FF;
}

.Main-Course-HP-Voice-Of-Our-Learners-Content-Section {
  display: flex;
  flex-direction: column;
  column-gap: 30px;
  row-gap: 20px;
  align-items: center;
}

.Main-Course-HP-Voice-Of-Our-Learners-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.Main-Course-HP-Voice-Of-Our-Learners-card {
  flex: 1 1 300px;
  max-width: 550px;
  color: white;
  border-radius: 16px;
  padding: 25px;
  display: flex;
  border-top-left-radius: 64px;
  border-top-right-radius: 36px;
  border-bottom-right-radius: 64px;
  border-bottom-left-radius: 36px;
  flex-direction: column;
  justify-content: space-between;
}

.HP-darker-shade {
  background: linear-gradient(180deg, rgba(2, 53, 72, 0.5) 0%, rgba(7, 95, 128, 0.5) 100%);
  border-left: 1.5px solid #00A7FF;
  border-bottom: 1.5px solid #00A7FF;
}

.HP-lighter-shade {
  background: #17516E;
  border-top: 1.5px solid #00A7FF;
  border-right: 1.5px solid #00A7FF;
}

.Main-Course-HP-Voice-Of-Our-Learners-platform-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
}

.Main-Course-HP-Voice-Of-Our-Learners-review {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  font-weight: 600;
}

.Main-Course-HP-Voice-Of-Our-Learners-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.Main-Course-HP-Voice-Of-Our-Learners-photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.Main-Course-HP-Voice-Of-Our-Learners-name {
  font-weight: bold;
  font-size: 14px;
}

.Main-Course-HP-Voice-Of-Our-Learners-stars {
  color: gold;
  margin-left: auto;
  line-height: 0px;
}

.Main-Course-Why-Are-Different-From-Other-Card-Heading {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 600;
}

.Main-Course-Why-Are-Different-From-Other-Card-Para {
  font-size: 14px;
  color: #CFCFCF;
  font-weight: 500;
  margin-bottom: 0px;
}

.Main-Course-HP-Why-Are-We-Different-Section {
  margin-top: var(--Home-Page-Section-Margin-Top);
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.Main-Course-HP-Why-Are-We-Different-Section::-webkit-scrollbar {
  display: none;
}

.Main-Course-Why-Are-Different-From-Other-Card-M-Img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 400px;
  width: 400px;
  display: block;
}

.Main-Course-Why-Are-Different-From-Others-Card-Section {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  transform: translateX(0);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.WADFOS-1 {
  left: 5%;
  width: 30%;
  top: 0;
  transform: translateX(-500px);
  animation: slideInLeft 0.6s ease forwards;
  animation-delay: 0.2s;
}

.WADFOS-2 {
  width: 32%;
  top: 35%;
  transform: translateX(-500px);
  animation: slideInLeft 0.6s ease forwards;
  animation-delay: 0.6s;
}

.WADFOS-3 {
  top: 70%;
  left: 5%;
  width: 30%;
  transform: translateX(-500px);
  animation: slideInLeft 0.6s ease forwards;
  animation-delay: 1s;
}

.WADFOS-4 {
  right: 0;
  top: 0;
  width: 35%;
  transform: translateX(500px);
  animation: slideInRight 0.6s ease forwards;
  animation-delay: 0.2s;
}

.WADFOS-5 {
  right: 0;
  top: 35%;
  width: 30%;
  transform: translateX(500px);
  animation: slideInRight 0.6s ease forwards;
  animation-delay: 0.6s;
}

.WADFOS-6 {
  top: 70%;
  right: 0;
  width: 35%;
  transform: translateX(500px);
  animation: slideInRight 0.6s ease forwards;
  animation-delay: 1s;
}

.Main-Course-Why-Are-Different-From-Others {
  height: 72px;
  width: 72px;
}

/* Animations */
@keyframes slideInLeft {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.Main-Course-HP-CTA-banner {
  display: flex;
  background: linear-gradient(92.73deg, rgba(11, 189, 255, 0.8) 1.79%, rgba(0, 110, 151, 0.8) 98.62%);
  border-radius: 40px;
  position: relative;
  z-index: 0;
  margin-top: 5rem;
}

.HP-CTA-GC-Banner {
  background: linear-gradient(180deg, rgba(0, 150, 63, 0.6) 0%, rgba(40, 90, 61, 0.6) 100%) !important;
}

.Main-Course-HP-CTA-banner-content {
  padding: 60px 0px 60px 60px;
  width: 65%;
}

.Main-Course-HP-CTA-banner-h {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}

.Main-Course-HP-CTA-banner-p {
  font-size: 18px;
  font-weight: 500;
  color: rgba(238, 238, 238, 1);
  margin-bottom: 30px;
}

.Main-Course-HP-CTA-btn {
  border-radius: 30px;
  background: rgba(20, 133, 67, 1);
  border: none;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.Main-Course-HP-CTA-img-section {
  position: absolute;
  z-index: 99;
  right: 0;
  bottom: 0;
}

.HP-CTA-RG-img {
  right: 6%;
}

.Main-Course-HP-CL-CTA-button {
  --black-700: hsla(0 0% 12% / 1);
  --border_radius: 9999px;
  --transition: 0.3s ease-in-out;
  --offset: 2px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transform-origin: center;
  padding: 0.7rem 2rem;
  background-color: transparent;
  border: none;
  border-radius: var(--border_radius);
  transform: scale(calc(1 + (var(--active, 0) * 0.1)));
  transition: transform var(--transition);
}

.Main-Course-HP-CL-CTA-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #0C7EA9;
  border-radius: var(--border_radius);
  transition: all var(--transition);
  z-index: 0;
}

.Main-Course-HP-CL-CTA-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #0D556F;
  opacity: var(--active, 0);
  border-radius: var(--border_radius);
  transition: opacity var(--transition);
  z-index: 2;
}

.HP-CL-CTA-Hover-CLR::before {
  background-color: rgba(20, 133, 67, 1) !important;
}

.HP-CL-CTA-Hover-CLR::after {
  background-color: #03421E !important;
}

.Main-Course-HP-CL-CTA-button:is(:hover, :focus-visible) {
  --active: 1;
  border: none !important;
  box-shadow: none !important;
}

.Main-Course-HP-CL-CTA-button:active {
  transform: scale(1);
}

.Main-Course-HP-CL-CTA-button .Main-Course-HP-CL-CTA-button-dots_border {
  --size_border: calc(100% + 4px);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--size_border);
  height: var(--size_border);
  background-color: transparent;
  border-radius: var(--border_radius);
  z-index: -10;
}

.Main-Course-HP-CL-CTA-button .Main-Course-HP-CL-CTA-button-dots_border::before {
  content: "";
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left;
  transform: rotate(0deg);
  width: 100%;
  height: 2rem;
  background-color: white;
  -webkit-mask: linear-gradient(transparent 0%, white 120%);
          mask: linear-gradient(transparent 0%, white 120%);
  animation: HPCTArotate 3s linear infinite;
}

@keyframes HPCTArotate {
  to {
    transform: rotate(360deg);
  }
}

.Main-Course-HP-CL-CTA-button .Main-Course-HP-CL-CTA-button-sparkle {
  position: relative;
  z-index: 10;
  width: 1.5rem;
}

.Main-Course-HP-CL-CTA-button .Main-Course-HP-CL-CTA-button-sparkle .path {
  fill: currentColor;
  stroke: currentColor;
  transform-origin: center;
  color: hsl(0, 0%, 100%);
}

.Main-Course-HP-CL-CTA-button:is(:hover, :focus) .Main-Course-HP-CL-CTA-button-sparkle .path {
  animation: path 1.5s linear 0.5s infinite;
}

.Main-Course-HP-CL-CTA-button .Main-Course-HP-CL-CTA-button-sparkle .path:nth-child(1) {
  --scale_path_1: 1.2;
}

.Main-Course-HP-CL-CTA-button .Main-Course-HP-CL-CTA-button-sparkle .path:nth-child(2) {
  --scale_path_2: 1.2;
}

.Main-Course-HP-CL-CTA-button .Main-Course-HP-CL-CTA-button-sparkle .path:nth-child(3) {
  --scale_path_3: 1.2;
}

@keyframes path {

  0%,
  34%,
  71%,
  100% {
    transform: scale(1);
  }

  17% {
    transform: scale(var(--scale_path_1, 1));
  }

  49% {
    transform: scale(var(--scale_path_2, 1));
  }

  83% {
    transform: scale(var(--scale_path_3, 1));
  }
}

.Main-Course-HP-CL-CTA-button .Main-Course-HP-CL-CTA-button-text_button {
  position: relative;
  z-index: 10;
  background-image: linear-gradient(90deg,
      hsla(0 0% 100% / 1) 0%,
      hsla(0 0% 100% / var(--active, 1)) 120%);
  background-clip: text;
  font-size: 0.9rem;
  font-weight: 600;
  color: transparent;
  -webkit-background-clip: text;
}

.Main-Course-Home-Page-Get-In-Touch-Segment-Heading {
  font-size: 16px;
  font-weight: 600;
  color: #EEEEEE;
  margin-bottom: 3px;
}

.Main-Course-Home-Page-Get-In-Touch-Segment-Para {
  font-size: 14px;
  font-weight: 400;
  color: #D8D8D8;
  margin-bottom: 0px;
}

.Main-Course-Home-Page-Get-In-Touch-Section {
  background: linear-gradient(180deg, rgba(2, 53, 72, 0.6) 0%, rgba(7, 95, 128, 0.6) 100%);
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: var(--Home-Page-Section-Margin-Top);
  border-radius: 40px;
}

.Main-Course-Home-Page-Get-In-Touch-Heading {
  font-size: 36px;
  font-weight: 700;
  color: #FFFFFF;

}

.Main-Course-Home-Page-Get-In-Touch-Para {
  font-size: 16px;
  font-weight: 500;
  color: #F3F3F3;
}

.Main-Course-Home-Page-Your-Success-Starts-Here-Section {
  margin-top: var(--Home-Page-Section-Margin-Top);
}


.Main-Course-Home-Page-Placements-Path-Steps-We-Follow-Container {
  display: flex;
  align-items: flex-start;
  gap: 30px;

}

.Main-Course-Home-Page-Placements-Path-Steps-We-Follow-Left {
  flex: 1.5 1;
  position: sticky;
  top: 80px;
}

.Main-Course-Home-Page-Placements-Path-Steps-We-Follow-Right {
  flex: 1.5 1;
}

.Main-Course-Home-Page-Placements-Path-Steps-We-Follow-Card {
  background: #152E3C;
  border: 2px solid #183C51;
  padding: 20px;
  margin-bottom: 50px;
  position: sticky;
  top: 170px;
  transition: all 0.3s ease;
  border-radius: 20px;
  color: #ffffff;
}

#Main-Course-Home-Page-Placements-Path-Steps-We-Follow-Card1 {
  z-index: 1;
}

#Main-Course-Home-Page-Placements-Path-Steps-We-Follow-Card2 {
  z-index: 2;
}

#Main-Course-Home-Page-Placements-Path-Steps-We-Follow-Card3 {
  z-index: 3;
}

#Main-Course-Home-Page-Placements-Path-Steps-We-Follow-Card4 {
  z-index: 4;
}

#Main-Course-Home-Page-Placements-Path-Steps-We-Follow-Card5 {
  z-index: 5;
}

#Main-Course-Home-Page-Placements-Path-Steps-We-Follow-Card6 {
  z-index: 6;
}

.Main-Course-Home-Page-Placements-Path-Steps-We-Follow-Card-Heading {
  font-size: 24px;
  font-weight: 600;
  color: #00A7FF;
  margin-top: 20px;
}

.Main-Course-Home-Page-Path-To-Success-Icon {
  height: 56px;
  width: 56px;
}

.Main-Course-Home-Page-Placements-Path-Steps-We-Follow-Card-Para {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 20px;
  width: 90%;
}

.Main-Course-Home-Page-Placements-Path-Steps-We-Follow-Right-Main-Head {
  position: sticky;
  top: 0;
}

.Main-Course-Home-Page-Placements-Path-Steps-We-Follow-Main-Para {
  font-size: 24px;
  font-weight: 600;
  color: #00A7FF;
}

.Main-Course-Home-Page-Placements-Path-Steps-We-Follow-Main-Heading {
  font-size: 44px;
  font-weight: 600;
  color: #ffffff;
}


.Main-Course-Home-Page-Footer-Section {
  background: #133F52;
  display: flex;
  padding: 40px 70px;
  align-items: baseline;
  justify-content: space-between;
  gap: 50px;
  font-family: Montserrat;
  margin-top: var(--Home-Page-Section-Margin-Top);
}

.Main-Course-Home-Page-Footer-Section-Nav-Section p {
  color: #EFEFEF;
  font-size: 16px;
  font-weight: 400;
}

.Main-Course-Home-Page-Footer-Section-Nav-Section h2 {
  color: #EFEFEF;
  font-size: 16px;
  font-weight: 600;
}

.Main-Course-Home-Page-Footer-Section-Nav-Section a {
  text-decoration: none;
  color: #EFEFEF;
}

.Main-Course-Home-Page-Footer-Wrap-Section {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.Main-Course-Home-Page-Footer-Section-Nav-Section p:first-of-type {
  margin-top: 15px;
}

.Main-Course-Home-Page-Footer-Copyright-Section {
  background: #09678A;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  display: flex;
  padding: 20px 70px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.Main-Course-Home-Page-Stay-Connected-Para {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}

.Main-Course-Home-Page-Stay-Connected-Div {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.Main-Course-Home-Page-Footer-Social-Media-Icons {
  height: 46px;
  width: 46px;
}

.Main-Course-Home-Page-Copyright-Text {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}


.Main-Course-HP-Explore-Our-Top-Courses-BG-Style {
  position: absolute;
  top: -15%;
  left: 50%;
  width: 550px;
  height: 550px;
  transform: translateX(-50%);
}

.Main-Course-Home-Page-Section-Slider-Container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.Main-Course-Home-Page-Section-Slider-Wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.Main-Course-Home-Page-Section-Panel {
  width: 100%;
  flex-shrink: 0;
}

.Main-Course-Home-Page-Toggle-Btn-IT-T-container {
  position: relative;
  width: 400px;
  height: 50px;
  background-color: rgba(238, 238, 238, 1);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.Main-Course-Home-Page-Toggle-Btn-IT-T-slider {
  position: absolute;
  width: 190px;
  height: 40px;
  background: linear-gradient(180deg, #09678A 0%, #004964 100%);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}

.Main-Course-Home-Page-Toggle-Btn-IT-T-option {
  position: relative;
  z-index: 2;
  flex: 1 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  color: rgba(5, 89, 119, 1);
  -webkit-user-select: none;
          user-select: none;
}

.Main-Course-Home-Page-Toggle-Btn-IT-T-container input[type="radio"] {
  display: none;
}


input#it:checked~.Main-Course-Home-Page-Toggle-Btn-IT-T-slider {
  transform: translateX(0);
}

input#consulting:checked~.Main-Course-Home-Page-Toggle-Btn-IT-T-slider {
  transform: translateX(200px);
}

input#it:checked~.Main-Course-Home-Page-Toggle-Btn-IT-T-option[data-option="it"],
input#consulting:checked~.Main-Course-Home-Page-Toggle-Btn-IT-T-option[data-option="consulting"] {
  color: #fff;
}

.Main-Course-Home-Page-Toggle-Btn-IT-T-Main-container {
  display: flex;
  justify-content: center;
  padding-block: 30px;
}

.Main-Course-HP-IT-Hero-Section {
  position: relative;
  display: inline-block;
  width: 100%;
  background: url(/images/home/Main-Course-HP-IT-Hero-Banner.png) no-repeat center / cover;
  border-radius: 32px;
}

.Main-Course-HP-IT-Hero-Content-Section {
  position: relative;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 40px;
}


.Main-Course-HP-IT-Hero-Section-pyramid-container {
  position: relative;
  width: 800px;
  height: 430px;
}

.Main-Course-HP-IT-Hero-Section-card {
  position: absolute;
  width: min-content;
  height: -moz-fit-content;
  height: fit-content;
  background: rgba(7, 52, 68, 1);
  border: 0.81px solid rgba(4, 34, 45, 1);
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, top 0.3s, left 0.3s, z-index 0.3s;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  cursor: pointer;
  padding: 16px;
}

.Main-Course-HP-IT-Hero-Section-card img {
  width: 310px;
  height: 260px;
  margin-bottom: 10px;
}

.Main-Course-HP-IT-Hero-Section-card h3 {
  margin: 5px 0;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
}

.Main-Course-HP-IT-Hero-Section-card p {
  font-size: 13px;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  text-align: start;
}

.Main-Course-HP-IT-Hero-Section-card:hover {
  transform: scale(1.05);
  z-index: 10;
}

.Main-Course-HP-IT-Hero-Section-card1 {
  top: 0;
  left: 225px;
  z-index: 5;
}

.Main-Course-HP-IT-Hero-Section-card2 {
  top: 20px;
  left: 70px;
  z-index: 4;
  width: 310px;
  height: 385px;
}

.Main-Course-HP-IT-Hero-Section-card3 {
  top: 20px;
  left: 410px;
  z-index: 4;
  width: 310px;
  height: 385px;
}

.Main-Course-HP-IT-Hero-Section-card4 {
  top: 40px;
  left: -70px;
  z-index: 3;
  width: 275px;
  height: 345px;
}

.Main-Course-HP-IT-Hero-Section-card5 {
  top: 40px;
  left: 590px;
  z-index: 3;
  width: 275px;
  height: 345px;
}

.Main-Course-HP-IT-Hero-Section-Main-heading {
  font-size: 36px;
  font-weight: 700;
}

.Main-Course-HP-IT-Hero-Section-Main-Para {
  font-size: 20px;
  font-weight: 500;
}

.Main-Course-HP-IT-Hero-Section-Sub-Main-heading {
  font-size: 32px;
  font-weight: 700;
}

.Main-Course-HP-IT-Hero-Section-Sub-Main-Para {
  font-size: 16px;
  font-weight: 500;
}

.Main-Course-Home-Page-IT-Slanting-Arrow-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 20px;
  background-color: rgba(3, 61, 83, 1);
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  border: none;
  outline: none;
  position: relative;
  transition: background-color 0.3s ease-in-out;
}

.Slanting-Arrow-Hero-Page-button {
  width: 35px !important;
  height: 35px !important;
  background-color: rgb(82, 85, 87) !important;
}

.HP-Your-path-To-Sucess-Section-Button {
  height: 13px !important;
  width: 13px !important;
}

.HP-Explore-Top-Courses-Section-Button {
  height: 10px !important;
  width: 10px !important;
}

.HP-Your-path-To-Sucess-Section-Button-bg {
  width: 30px !important;
  height: 30px !important;
  padding: 15px !important;
  background-color: rgba(0, 92, 169, 1);
}

.HP-Explore-Top-Courses-Section-Button-bg {
  width: 15px !important;
  height: 15px !important;
  padding: 13px !important;
  background-color: #000;
}



.Main-Course-YPTS-CTA-Button {
  background-color: rgba(0, 92, 169, 1);
  width: max-content;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 13px 30px;
  color: #ffffff;
  border-radius: 30px;
}

.Main-Course-YPTS-CTA-Button span {
  font-size: 16px;
  font-weight: 600;
}

.Main-Course-Home-Page-IT-Slanting-Arrow-button:hover {
  background-color: #000;
}

.Main-Course-HP-Explore-Our-Top-Courses-Content-Bg-Content:hover .HP-Explore-Top-Courses-Section-Button-bg {
  background-color: #ffffff !important;
  color: #000 !important;
}

.Main-Course-YPTS-CTA-Button:hover .HP-Your-path-To-Sucess-Section-Button-bg {
  background-color: #ffffff !important;
  color: rgba(0, 92, 169, 1) !important;
}



.Main-Course-Home-Page-IT-Slanting-Arrow-button__icon-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.Main-Course-Home-Page-IT-Slanting-Arrow-button__icon-svg {
  position: absolute;
  transition: transform 0.3s ease-in-out;
}

.Main-Course-Home-Page-IT-Slanting-Arrow-button__icon-svg--copy {
  transform: translate(-150%, 150%);
}

.Main-Course-Home-Page-IT-Slanting-Arrow-button:hover .Main-Course-Home-Page-IT-Slanting-Arrow-button__icon-svg:first-child {
  transform: translate(150%, -150%);
}

.Main-Course-Home-Page-IT-Slanting-Arrow-button:hover .Main-Course-Home-Page-IT-Slanting-Arrow-button__icon-svg--copy {
  transform: translate(0);
}

.Main-Course-YPTS-CTA-Button:hover .Main-Course-Home-Page-IT-Slanting-Arrow-button__icon-svg:first-child {
  transform: translate(150%, -150%);
}

.Main-Course-YPTS-CTA-Button:hover .Main-Course-Home-Page-IT-Slanting-Arrow-button__icon-svg--copy {
  transform: translate(0);
}

.Main-Course-HP-Explore-Our-Top-Courses-Content-Bg-Content:hover .Main-Course-Home-Page-IT-Slanting-Arrow-button__icon-svg:first-child {
  transform: translate(150%, -150%);
}

.Main-Course-HP-Explore-Our-Top-Courses-Content-Bg-Content:hover .Main-Course-Home-Page-IT-Slanting-Arrow-button__icon-svg--copy {
  transform: translate(0);
}

.Main-Course-Your-path-To-Sucess-Section {
  background: linear-gradient(180deg, rgba(2, 53, 72, 0.5) 0%, rgba(7, 95, 128, 0.5) 100%);
  padding: 50px 60px;
  margin-top: var(--Home-Page-Section-Margin-Top);
}

.Main-Course-Your-path-To-Sucess-Content-Section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #ffffff;
  place-items: center;
  grid-gap: 40px;
  gap: 40px;
}

.Main-Course-YPTS-small-heading {
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 167, 255, 1);
}

.Main-Course-YPTS-Main-heading {
  font-size: 44px;
  font-weight: 600;
}

.Main-Course-YPTS-Main-Para {
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
}

.Main-Course-Home-Page-YPTS-timeline {
  position: relative;
  margin-left: 40px;
}

/* 1) Solid white track, fixed final height */
.Main-Course-Home-Page-YPTS-line-container {
  position: absolute;
  left: -27px;
  top: 0;
  width: 4px;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  z-index: 0;
}

/* 2) Pure blue fill */
.Main-Course-Home-Page-YPTS-line-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #005CA9 0%, #005CA9 40.89%, #F6F6F6 100%);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.8s ease-in-out;
  /* pacing tweaked */
}

.Main-Course-Home-Page-YPTS-step {
  position: relative;
  margin-bottom: 40px;
  padding-top: 5px;
  cursor: pointer;
  /* Make steps clickable */
}

.Main-Course-Home-Page-YPTS-step::before {
  content: attr(data-step);
  position: absolute;
  left: -40px;
  top: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  color: #005CA9;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  z-index: 2;
  transition: background 0.6s, color 0.6s;
}

/* current step */
.Main-Course-Home-Page-YPTS-step.active::before {
  background: #005CA9;
  color: #fff;
}

/* completed steps keep blue */
.Main-Course-Home-Page-YPTS-step.completed::before {
  background: #005CA9;
  color: #fff;
}

.Main-Course-Home-Page-YPTS-step h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.Main-Course-Home-Page-YPTS-step p {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.6s ease 0.2s,
    transform 0.6s ease 0.2s,
    margin-top 0.6s ease 0.2s;
  color: #ccc;
  font-size: 14px;
}

.Main-Course-Home-Page-YPTS-step.active p {
  margin-top: 6px;
  max-height: 100px;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.Home-Page-Hiring-Partners-Trusted-By-Top-Companies-track {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.Main-Course-Home-Page-Hiring-Partners-Trusted-By-Top-Companies-Section {
  margin-top: var(--Home-Page-Section-Margin-Top);
  color: #ffffff;
}

.Home-Page-Hiring-Partners-Trusted-By-Top-Companies-Heading {
  font-size: 40px;
  font-weight: 700;
}

.Home-Page-Hiring-Partners-Trusted-By-Top-Companies-slide {
  display: flex;
  width: max-content;
  animation: moveCCards 40s linear infinite;
}

.Home-Page-Hiring-Partners-Trusted-By-Top-Companies-slide-images {
  display: flex;
}

.Home-Page-Hiring-Partners-Trusted-By-Top-Companies-slide img {
  width: 254px;
  height: 88px;
  border-radius: 11px;
  margin-right: 25px;
}

.Main-Course-HP-IT-Indicator-Slider-Section-section {
  padding-inline: 40px;
  margin-top: var(--Home-Page-Section-Margin-Top);
  position: relative;
  color: #ffffff;
}


.Main-Course-HP-IT-Indicator-Slider-Section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Main-Course-HP-IT-Indicator-Slider-Section-header h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}

.Main-Course-HP-IT-Indicator-Slider-Section-description {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 30px;
}

.Main-Course-HP-IT-Indicator-Slider-Section-arrows {
  display: flex;
  gap: 10px;
}

.Main-Course-HP-IT-Indicator-Slider-Section-arrow-btn {
  background-color: rgba(7, 95, 128, 1);
  border: none;
  color: white;
  font-size: 20px;
  padding: 8px 17px;
  border-radius: 50%;
  cursor: pointer;
}

.Main-Course-HP-IT-Indicator-Slider-Section-carousel {
  display: flex;
  overflow-x: auto;
  gap: 40px;
  scroll-behavior: smooth;
  padding-bottom: 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.Main-Course-HP-IT-Indicator-Slider-Section-carousel::-webkit-scrollbar {
  display: none;
}

.Main-Course-HP-IT-Indicator-Slider-Section-card {
  flex: 0 0 385px;
  background-color: #175D77;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  padding: 16px;
}

.Main-Course-HP-IT-Indicator-Slider-Section-card img {
  height: 182px;
  width: 352px;
  object-fit: cover;
}

.Main-Course-HP-IT-Indicator-Slider-Section-UIE-card {
  flex: 0 0 596px;
  background-color: #175D77;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.Main-Course-HP-IT-Indicator-Slider-Section-UIE-card img {
  height: 281px;
  width: 595px;
  object-fit: cover;
}

.Main-Course-HP-IT-Indicator-Slider-Section-EI-card {
  flex: 0 0 400px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  position: relative;
}

.Main-Course-HP-IT-Indicator-Slider-Section-EI-card img {
  height: 452px;
  width: 400px;
  object-fit: cover;
  position: relative;
}

.Main-Course-HP-IT-Indicator-Slider-Section-card-content {
  padding: 16px;
}

.Main-Course-HP-IT-Indicator-Slider-Section-UIE-card-content {
  padding: 18px 24px;
  display: flex;
  gap: 20px;
  align-items: baseline;
}

.Main-Course-HP-IT-Indicator-Slider-Section-EI-card-content {
  background-color: rgba(12, 86, 115, 1);
  border-radius: 12px;
  padding: 10px;
  position: absolute;
  bottom: 10px;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);

}

.Main-Course-HP-IT-Indicator-Slider-Section-date {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}

.Main-Course-HP-IT-Indicator-Slider-Section-date-icon {
  width: 16px !important;
  height: 16px !important;
}

.Main-Course-HP-IT-Indicator-Slider-Section-card-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}

.Main-Course-HP-IT-Indicator-Slider-Section-card-text {
  font-size: 14px;
  color: #ddd;
}

.HP-IT-SSD {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 8px;
}

.Main-Course-HP-IT-Indicator-Slider-Section-dot {
  width: 10px;
  height: 10px;
  background-color: #555;
  border-radius: 10px;
  transition: width 0.3s ease-in-out;
}

.Main-Course-HP-IT-Indicator-Slider-Section-dot.active {
  width: 30px;
  background-color: #00BFFF;
}

.HP-IT-Indicator-Slider-Section-UIE-card-Date {
  font-size: 24px;
  font-weight: 600;
}

.HP-IT-Indicator-Slider-Section-UIE-card-Heading {
  font-size: 20px;
  font-weight: 600;
}

.HP-IT-Indicator-Slider-Section-UIE-card-Para {
  font-size: 18px;
  font-weight: 500;
  color: rgba(236, 236, 236, 1);
}

.Main-Course-HP-IT-Indicator-Slider-Section-EI-card-content-Heading {
  font-size: 18px;
  font-weight: 600;
}

.Main-Course-HP-IT-Indicator-Slider-Section-EI-card-content-Para {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}

.Main-Course-Home-Page-FAQ-Section-h {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.Main-Course-Home-Page-FAQ-Section-Container-Section {
  margin-top: var(--Home-Page-Section-Margin-Top);
  color: #ffffff;
  text-align: center;
}

.Main-Course-Home-Page-FAQ-Section-p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}

.Main-Course-Home-Page-FAQ-Section-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 2 1;
  margin-bottom: 40px;
}

.Main-Course-Home-Page-FAQ-Section-item {
  width: 90%;
  margin-bottom: 20px;
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.5) 0%, rgba(0, 73, 100, 0.5) 100%);
  box-shadow: 0px 0px 12px 0px #00000026;
  border-radius: 16px;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.Main-Course-Home-Page-FAQ-Section-item.show {
  opacity: 1;
  transform: translateY(0);
}

.Main-Course-Home-Page-FAQ-Section-btn {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  font-size: 16px;
  padding: 16px 25px;
  border-radius: 20px;
  display: flex;
  font-weight: 600;
  gap: 20px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.Main-Course-Home-Page-FAQ-Section-chevron {
  display: inline-block;
  width: 1em;
  height: 1em;
  /* use font-icon or SVG background */
  transition: transform 0.6s ease;
}

.Main-Course-Home-Page-FAQ-Section-chevron.rotated {
  transform: rotate(180deg);
}

.Main-Course-Home-Page-FAQ-Section-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.6s ease, padding 0.6s ease;
  text-align: left;
}

.Main-Course-Home-Page-FAQ-Section-content.show {
  max-height: 500px;
  padding: 0px 25px;
}

.Main-Course-HP-Why-Are-We-Different-Content-Section {
  position: relative;
}

.Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-h {
  font-weight: 700;
  font-size: 36px;
  color: #ffffff;
}

.Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-p {
  font-size: 18px;
  font-weight: 400;
}

.Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  border: 1px solid #84848461;
  border-radius: 50px;
  padding: 5px;
  width: 70%;
}

.Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-btn {
  flex-grow: 1;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  padding: 10px 20px;
  outline: none;
}

.Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-btn::placeholder {
  color: #ffffff;
  opacity: 1;
}


.Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-sub-btn {
  font-weight: 600;
  font-size: 14px;
  background-color: #15465B;
  color: white;
  padding: 10px 15px;
  border: 2px solid #004C6B;
  border-radius: 50px;
  cursor: pointer;
}


.Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-banner {
  position: relative;
  display: inline-block;
  width: 100%;
  background: linear-gradient(92.73deg, rgba(11, 189, 255, .8) 1.79%, rgba(0, 110, 151, .8) 98.62%);
  border-radius: 35px;
}

.Main-Course-Home-Page-Get-Notified-About-Blogs-get-notified {
  margin-top: var(--Home-Page-Section-Margin-Top);
}

.Main-Course-Home-Page-Get-Notified-About-Blogs-get-notified-card {
  position: relative;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 40px 60px;
}

.Main-Course-Home-Page-Get-Notified-About-Blogs-margin-section {
  margin: 50px;
}


.Main-Course-Home-Page-Related-Blogs-S-heading {
  font-size: 40px;
  font-weight: 700;

}

.Main-Course-Home-Page-Related-Blogs-S-sub-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  gap: 25px;
}

.Main-Course-Home-Page-Related-Blogs-S-card {
  border: 2px solid #006185;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(2, 53, 72, 0.5) 0%, rgba(7, 95, 128, 0.5) 100%);
}

.Main-Course-Home-Page-Related-Blogs-S-content {
  color: #EFEFEF;
  padding: 20px;
}

.Main-Course-Home-Page-Related-Blogs-S-img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: -moz-available;
}

.Main-Course-Home-Page-Related-Blogs-S-user-name,
.Main-Course-Home-Page-Related-Blogs-S-view-count {
  font-size: 14px;
  font-weight: 500;
  color: #C8C8C8;
}

.Main-Course-Home-Page-Related-Blogs-S-content-h {
  font-weight: 700;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-clamp: 2;
}

.Main-Course-Home-Page-Related-Blogs-S-content-p {
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-clamp: 2;
}

.Main-Course-Home-Page-Related-Blogs-S-content-span {
  text-decoration: none;
}

.Main-Course-Home-Page-Related-Blogs-S-underline-text {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}

.Main-Course-Home-Page-Related-Blogs-S-underline-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease-in-out;
}

.Main-Course-Home-Page-Related-Blogs-S-underline-text:hover::after {
  width: 100%;
}

.Main-Course-Home-Page-Related-Blogs-S-arrow {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

.Main-Course-Home-Page-Related-Blogs-S-card:hover .Main-Course-Home-Page-Related-Blogs-S-underline-text::after {
  width: 100%;
}

.Main-Course-Home-Page-Related-Blogs-S-card:hover .Main-Course-Home-Page-Related-Blogs-S-arrow {
  transform: translateX(5px);
}


.Main-Course-Home-Page-Related-Blogs-S-content-span:hover .Main-Course-Home-Page-Related-Blogs-S-arrow {
  transform: translateX(5px);
}

.Main-Course-Home-Page-Related-Blogs-S-section {
  margin-top: var(--Home-Page-Section-Margin-Top);
  color: #ffffff;
}

.Main-Course-Home-Page-Related-Blogs-S-para {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.Footer-Techleads-Logo-Icon {
  height: 40px;
  width: 235px;
}

.Main-Course-HP-Empowering-Learners-B-Icon {
  height: 32px;
  width: 32px;
}

.HP-Voice-Of-Learners-Rating-Icon {
  height: 16px;
  width: 16px;
}

.Main-Course-Home-Page-FAQ-Section-content-Answer {
  font-weight: 400;
}

.Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-message {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}

.Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-tick-img,
.Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-invalid-img {
  height: 22px;
  width: 22px;
  transform: translateY(-2px);
}


.TI-Form-RB-container {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
}

.TI-Form-RB {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.TI-Form-RB__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.TI-Form-RB__label {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
  font-size: 12px;
  color: #f2f2f2;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.TI-Form-RB__custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid #555;
  transition: all 0.3s ease;
}

.TI-Form-RB__input:checked+.TI-Form-RB__label .TI-Form-RB__custom {
  background-color: #4c8bf5;
  border-color: transparent;
  transform: scale(0.8);
  box-shadow: 0 0 20px #4c8bf580;
}

.TI-Form-RB__input:checked+.TI-Form-RB__label {
  color: #4c8bf5;
}

.TI-Form-RB__label:hover .TI-Form-RB__custom {
  transform: scale(1.2);
  border-color: #4c8bf5;
  box-shadow: 0 0 20px #4c8bf580;
}


/* Page: Job Application */

.Main-Course-CP-BAI-Main-Section {
  display: flex;
  justify-content: center;
  color: #ffffff;
  background: rgba(34, 42, 51, 1);
  font-family: Montserrat;
}

.Main-Course-CP-BAI-Main-Content-Section {
  width: 70%;
  background-color: #0B4158;
  padding: 32px 40px;
  margin-block: 4rem;
  border-radius: 20px;
}

.Main-Course-CP-BAI-Job-Abouts-Company-Details-Heading {
  font-size: 24px;
  font-weight: 600;
}

.BAI-Main-Company-Heading-Job-Pref {
  color: #C8C8C8;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
}

.BAI-Form-Heading {
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 32px;
}

.Main-Course-CP-Form-Content label {
  font-size: 16px;
  font-weight: 600;
  color: #EFEFEF;
  margin-bottom: 4px;
}

.Main-Course-CP-Form-Content-Required-Mark {
  color: #D72638;
}

.Main-Course-CP-BAI-input {
  width: 100%;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  background: transparent;
  border: 1px solid #5C7DA0;
  border-radius: 12px;
  outline: none;
  color: white;
}

.Main-Course-CP-BAI-input::placeholder {
  opacity: 1;
  font-size: 16px;
  font-weight: 600;
  color: #A8ADB7;
}

.Main-Course-CP-BAI-textarea {
  width: 100%;
  height: 120px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  border: 1px solid #5C7DA0;
  border-radius: 12px;
  resize: none;
  color: white;
  outline: none;
}

.Main-Course-CP-BAI-textarea:focus {
  border: 1px solid #5C7DA0;
  outline: none;
}

.Main-Course-CP-BAI-textarea::placeholder {
  opacity: 1 !important;
  font-size: 16px;
  font-weight: 600;
  color: #A8ADB7;
}

.Main-Course-CP-BAI-label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  color: white;
}

.Main-Course-CP-BAI-helper-text {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #EFEFEF;
  display: flex;
  justify-content: space-between;
}

.Main-Course-CP-BAI-textarea-container {
  margin-bottom: 32px;
}

.BAI-Resume-File-Upload-container {
  --transition: 350ms;
  --folder-W: 120px;
  --folder-H: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 10px;
  background: linear-gradient(90deg, #0E2834 0%, #06445B 100%);
  border-radius: 15px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  height: calc(var(--folder-H) * 2.3);
  position: relative;
}

.BAI-Resume-File-Upload-folder {
  position: absolute;
  top: -20px;
  left: calc(50% - 60px);
  animation: BAI-Resume-File-Upload-float 2.5s infinite ease-in-out;
  transition: transform var(--transition) ease;
}

.BAI-Resume-File-Upload-folder:hover {
  transform: scale(1.05);
}

.BAI-Resume-File-Upload-folder .BAI-Resume-File-Upload-front-side,
.BAI-Resume-File-Upload-folder .BAI-Resume-File-Upload-back-side {
  position: absolute;
  transition: transform var(--transition);
  transform-origin: bottom center;
}

.BAI-Resume-File-Upload-back-side::before,
.BAI-Resume-File-Upload-back-side::after {
  content: "";
  display: block;
  background-color: white;
  opacity: 0.5;
  width: var(--folder-W);
  height: var(--folder-H);
  position: absolute;
  transform-origin: bottom center;
  border-radius: 15px;
  transition: transform 350ms;
  z-index: 0;
}

.BAI-Resume-File-Upload-container:hover .BAI-Resume-File-Upload-back-side::before {
  transform: rotateX(-5deg) skewX(5deg);
}

.BAI-Resume-File-Upload-container:hover .BAI-Resume-File-Upload-back-side::after {
  transform: rotateX(-15deg) skewX(12deg);
}

.BAI-Resume-File-Upload-front-side {
  z-index: 1;
}

.BAI-Resume-File-Upload-container:hover .BAI-Resume-File-Upload-front-side {
  transform: rotateX(-40deg) skewX(15deg);
}

.BAI-Resume-File-Upload-tip {
  background: linear-gradient(135deg, #ff9a56, #ff6f56);
  width: 80px;
  height: 20px;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -10px;
  z-index: 2;
}

.BAI-Resume-File-Upload-cover {
  background: linear-gradient(135deg, #ffe563, #ffc663);
  width: var(--folder-W);
  height: var(--folder-H);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.BAI-Resume-File-Upload-custom-file-upload {
  font-size: 1.1em;
  color: #ffffff;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background var(--transition) ease;
  display: inline-block;
  width: max-content;
  padding: 10px 35px;
  position: relative;
}

.BAI-Resume-File-Upload-custom-file-upload:hover {
  background: rgba(255, 255, 255, 0.4);
}

.BAI-Resume-File-Upload-custom-file-upload input[type="file"] {
  display: none;
}

@keyframes BAI-Resume-File-Upload-float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

.BAI-Resume-Upload-Supported-Size-Message {
  font-size: 16px;
  font-weight: 500;
}

.BAI-Form-Submit-Button {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  margin-top: 32px;
  background-color: #0C65B2;
  outline: none;
  border: none;
  color: #ffffff;
  padding-block: 15px;
  border-radius: 8px;
}

.BAI-Jon-Preference-Div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.BAI-Delete-The-Resume-Icon-Section {
  position: absolute;
  top: -20%;
  right: 1%;
}

.BAI-Resume-File-Upload-Main-container {
  position: relative;
}


.BAI-Resume-File-Upload-Overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.BAI-Resume-File-Upload-OverlayBox {
  background: white;
  padding: 20px 40px;
  border-radius: 8px;
  font-size: 18px;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

.BAI-Resume-File-Upload-Overlay.active {
  display: flex;
  z-index: 9999999;
}

.Main-Course-BAI-Form-Submit-Suc-Message {
  color: #199A38;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

.Main-Course-CP-CJD-Job-ov-share-popup,
.Main-Course-CP-CJD-SendMe-Jobs-Like-This-ov-share-popup {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.Main-Course-CP-CJD-Job-ov-share-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(7, 95, 128, 1);
  padding: 32px;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  width: 470px;
  text-align: center;
}

.Main-Course-CP-CJD-Job-ov-icons-popup {
  height: 65px;
  width: 65px;
}

.Main-Course-CP-CJD-Job-ov-share-close {
  position: absolute;
  top: 10px;
  right: 18px;
  font-size: 20px;
  cursor: pointer;
  color: #000;
}

.Main-Course-CP-CJD-Job-ov-share-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.Main-Course-CP-CJD-Job-ov-text {
  border: 1px solid #6093A4;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  cursor: pointer;
  width: 400px;
  min-width: -webkit-fill-available;
  max-width: 275px;
  min-width: -moz-available;
}

.Main-Course-CP-CJD-Job-ov-link-text {
  color: rgba(217, 217, 217, 1);
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
}

.Main-Course-CP-CJD-Job-ov-text i {
  margin-left: 5px;
  transition: color 0.3s ease;
  color: white;
}

.Main-Course-CP-CJD-Job-ov-share-popup-h {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
}

.Main-Course-CP-CJD-Job-ov-share-popup-p {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.Main-Course-CP-CJD-Job-ov-share-text {
  font-weight: 500;
  font-size: 12px;
  margin-top: 8px;
  color: #ffffff;
}

.CP-CJD-Share-Popup-Para-text {
  color: #00B6FF;
  font-weight: 600;
}

.Main-Course-CP-CJD-SMJLT-input {
  border: 1px solid rgba(96, 147, 166, 1);
  color: rgba(217, 217, 217, 1);
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  border-radius: 12px;
  outline: none;
}

.Main-Course-CP-CJD-SMJLT-Mail-Submit {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(63, 144, 175, 1);
  background-color: rgba(9, 116, 155, 1);
  padding: 8px 16px;
  border-radius: 12px;
}

.CP-CJD-ov-Req-m-info-img {
  height: 40px;
  width: 40px;
}

.Main-Course-CP-CJD-SMJLT-input-Sf-Message {
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.Main-Course-CP-SMJLT-Submit-Button {
  background: #002431;
  border: 1.84px solid #174758;
  padding: 12px;
  border-radius: 30px;
  color: #ffffff;
  width: 45%;
  margin-bottom: 20px;
}

.career-body {
  font-family: Montserrat;
  background-color: #222A33;
}

.coupon-input-field:not(:placeholder-shown)+.coupon-input-label {
  display: none;
}

/* New-Changes */

.Universal-Cross-Mark-Rounded-Btn {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 0px 9px;
  border-radius: 50%;
}

.Universal-Dark-Cross-Mark {
  color: #000 !important;
}

.Universal-Cross-Mark {
  color: #ffffff !important;
}

.testimonial-set-wrapper:first-child .testimonial-content {
  margin-left: 0 !important;
}

.testimonial-set-wrapper:last-child .testimonial-content {
  margin-right: 0 !important;
}

.Form-MB-Gap-32 {
  margin-bottom: 32px;
}


.Main-Course-FYNJ-About-Job-Company-Logo-Wrapper {
  max-width: 72px;
  max-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.Career-View-company-logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.Career-View-company-logo-wrapper {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.insta-fill-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 0;
}

.banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
}

.blur-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.2);
  z-index: 2;
}

.dark-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
}

.inside-content {
  position: absolute;
  color: #ffffff;
  bottom: 0;
  padding-inline: 20px;
  width: 100%;
  z-index: 4;
}

.TLI-Header-User {
  border: 2px solid white;
  border-radius: 30px;
  padding: 5px 7px;
  color: #1e2530;
  background-color: #ffffff;
  /* Optional background for visibility */
}

.TLI-Header-Username {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-left: 5px;
}

.Upcoming-Content-Section {
  background-color: #222a33;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Upcoming-Content-Section-Details {
  max-width: 100% !important;
  height: auto !important;
  width: 90% !important;
  max-width: 950px !important;
}

.payment-failed-div {
  position: relative;
  height: 80vh;
}

.Course-Page-Upcoming-Batch-banner {
  background-color: #0d688c;
  color: white;
  padding: 8px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
}

.Course-Page-Upcoming-Batch-banner .Course-Page-Upcoming-Batch-offer-text {
  font-size: 18px;
  font-weight: 500;
  width: 50%;
}

.Course-Page-Upcoming-Batch-banner .Course-Page-Upcoming-Batch-countdown {
  display: flex;
  align-items: center;
  gap: 5px;
}

.Course-Page-Upcoming-Batch-banner .Course-Page-Upcoming-Batch-label {
  margin-right: 10px;
  font-size: 16px;
  margin-bottom: 0px;
}

.Course-Page-Upcoming-Batch-time-box {
  background-color: white;
  color: #0d688c;
  border-radius: 8px;
  padding: 4px 12px;
  text-align: center;
  min-width: 50px;
  margin-bottom: 5px;
}

.Course-Page-Upcoming-Batch-time-box span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.Course-Page-Upcoming-Batch-time-box small {
  font-size: 12px;
}

.Course-Page-Upcoming-Batch-countdown-timer {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.Course-Page-Upcoming-Batch-countdown-timer small {
  font-size: 12px;
  text-align: center;
}

.Course-Page-Upcoming-Batch-countdown-timer-box {
  display: flex;
  gap: 15px;

}


/* Home-Page-Batch-Strip */

.Home-Page-Upcoming-Batch-ticker-wrapper {
  background-color: #0d688c;
  overflow: hidden;
  white-space: nowrap;
  color: white;
  padding: 8px 0;
}

.Home-Page-Upcoming-Batch-ticker {
  display: inline-flex;
  padding-left: 100%;
  animation: HPUB-scroll-left 60s linear infinite;
}

.Home-Page-Upcoming-Batch-ticker p {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 600;
}

@keyframes HPUB-scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.Text-Area-Course-Naming-H {
  height: 50px;
  min-height: 20px !important;
}

.active-date-picker-label {
  top: 3px !important;
  left: 8px !important;
  font-size: 13px !important;
  color: white !important;
  padding: 0 4px;
  pointer-events: none;
  transition: none;
}

.react-datepicker-wrapper {
  width: 100% !important;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  /* background: #1c1f26; */
  padding-block: 20px;
  border-radius: 8px;
  justify-content: end;
  align-items: start;
}

.Form-input-info-fullname,
.Form-input-info-email,
.Form-input-info-phone,
.Form-input-info-country {
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #888;
  background: rgba(57, 63, 69, 1);
  color: white;
  font-size: 12px;
  min-width: 180px;
  width: 100%;
  height: 45px;
}

.Form-input-info-email:hover,
.Form-input-info-fullname:hover,
.Form-input-info-country:hover {
  border: 1px solid #ffffff;
  border-radius: 8px;
}



.Form-input-info-phone-wrapper {
  display: flex;
  gap: 6px;
  flex: 1 1;
  min-width: 200px;
}

.Form-input-info-submit {
  padding: 0 12px;
  background: #059eff;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 17px;
  cursor: pointer;
  transition: background 0.3s;
  height: 45px;
}

.Form-input-info-submit:hover {
  background: #007dd3;
}

.Form-input-info-Container {
  position: relative;
  flex: 1 1;
  width: 100%;
}

.Form-input-label {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  font-size: 12px;
  color: rgba(235, 235, 235, 1);
  transition: .3s ease;
  pointer-events: none;
  padding-inline: 13px;
  font-weight: 400;
}

.Form-Input-Common-Info:placeholder-shown+.Form-input-label {
  visibility: visible;
  opacity: 1;
}

.Form-Input-Common-Info:not(:placeholder-shown)+.Form-input-label,
.Form-Input-Common-Info:focus+.Form-input-label {
  visibility: hidden;
  opacity: 0;
}

.Main-Course-CJD-Apply-Btn-2 {
  background: #0C65B2;
  color: #ffffff;
  padding: 7px 50px;
  outline: none;
  border: none;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
}

.Form-input-info-fullname-banner-6,
.Form-input-info-email-banner-6,
.Form-input-info-phone-banner-6,
.Form-input-info-country-banner-6 {
  height: 50px;
  border: 1px solid rgba(46, 148, 84, 1);
  background-color: rgba(15, 108, 49, 1);
}

.Form-input-info-fullname-banner-4,
.Form-input-info-email-banner-4,
.Form-input-info-phone-banner-4,
.Form-input-info-country-banner-4 {
  height: 50px;
  border: 1px solid rgba(31, 106, 136, 1);
  background-color: rgba(10, 109, 147, 1);
}

.Main-Course-Banner-Side-1 {
  padding-top: 20px;
}

.Home-Page-Course-Card-container {
  position: absolute;
  top: 0;
  max-width: 333px;
  right: -102%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  transition: opacity 0.6s;
  padding: 15px 20px;
  border-radius: 12px;
  display: none;
}

.Home-Page-Course-Card-container::before {
  content: '';
  position: absolute;
  left: -9px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white;
}

.Home-Page-Course-Card-title {
  color: #007bff;
  font-size: 18px;
  margin: 0 0 7px;
  font-weight: 600;
}

.Home-Page-Course-Card-info {
  display: flex;
  gap: 15px;
  color: #777;
  font-size: 14px;
  margin-bottom: 8px;
}

.Home-Page-Course-Card-duration {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.Home-Page-Course-Card-modules h4 {
  margin-block: 4px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.Home-Page-Course-Card-modules ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.Home-Page-Course-Card-modules li {
  font-size: 14px;
  color: rgba(0, 138, 210, 1);
  font-weight: 600;
}

.Home-Page-Course-Card-btn {
  width: -moz-fit-content;
  width: fit-content;
  background: #007bff;
  color: #fff;
  border: none;
  padding: 6px 20px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}

.Main-Course-HP-Explore-Our-Top-Courses-Content>div:nth-child(1):hover .Home-Page-Course-Card-container {
  display: block;
  width: 340px;
  left: 102% !important;
}

.Main-Course-HP-Explore-Our-Top-Courses-Content>div:nth-child(2):hover .Home-Page-Course-Card-container {
  display: block;
  width: 340px;
  right: 102% !important;
}

.Main-Course-HP-Explore-Our-Top-Courses-Content>div:nth-child(2):hover .Home-Page-Course-Card-container:before {
  content: '';
  position: absolute !important;
  right: -9px !important;
  left: unset !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 0 !important;
  height: 0 !important;
  border-top: 10px solid transparent !important;
  border-bottom: 10px solid transparent !important;
  border-left: 10px solid white !important;
  border-right: none !important;
}

.Main-Course-HP-Explore-Our-Top-Courses-Content>div:nth-child(3):hover .Home-Page-Course-Card-container {
  display: block;
  width: 340px;
  left: 102% !important;
}

.Main-Course-HP-Explore-Our-Top-Courses-Content>div:nth-child(4):hover .Home-Page-Course-Card-container {
  display: block;
  right: 102% !important;
  width: 340px;
}

.Main-Course-HP-Explore-Our-Top-Courses-Content>div:nth-child(4):hover .Home-Page-Course-Card-container:before {
  content: '';
  position: absolute !important;
  right: -9px !important;
  left: unset !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 0 !important;
  height: 0 !important;
  border-top: 10px solid transparent !important;
  border-bottom: 10px solid transparent !important;
  border-left: 10px solid white !important;
  border-right: none !important;
}

.Home-Page-Course-Card-btn:hover .Main-Course-Home-Page-IT-Slanting-Arrow-button__icon-svg:first-child {
  transform: translate(150%, -150%);
}

.Home-Page-Course-Card-btn:hover .Main-Course-Home-Page-IT-Slanting-Arrow-button__icon-svg--copy {
  transform: translate(0);
}

.HP-Explore-Top-Courses-Sub-Section-Button-bg {
  background-color: #0056b3;
  width: 15px !important;
  height: 15px !important;
  padding: 11px !important;
}


.Home-Page-Course-Card-btn:hover {
  background: #0056b3;
}

.glow-border-wrapper {
  position: relative;
  padding: 4px;
  border-radius: 14px;
  background: linear-gradient(90deg, transparent, #0374ff, #154981, transparent);
  background-size: 200% auto;
  animation: glowRotate 5s linear infinite;
  margin-top: 25px;
}

@keyframes glowRotate {
  0% {
    background-position: 0% center;
  }

  100% {
    background-position: 200% center;
  }
}

.Alternative-HeroBanner-Form-container {
  max-width: 440px;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  width: 100%;
  box-sizing: border-box;
  width: 500px;
}

.Alternative-HeroBanner-Form-container h2 {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 600;
  color: #000;
}

.Alternative-HeroBanner-Form-highlight {
  color: #007bff;
}

.Alternative-HeroBanner-Form-form label {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  color: #333;
}

.Alternative-HeroBanner-Form-required {
  color: red;
}

.Alternative-HeroBanner-Form-form input[type="text"],
.Alternative-HeroBanner-Form-form input[type="email"],
.Alternative-HeroBanner-Form-form input[type="tel"],
.Alternative-HeroBanner-Form-form textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 12px;
}

.Alternative-HeroBanner-Form-form textarea {
  height: 70px !important;
  resize: none;
  min-height: 40px;
  color: #000;
  background: transparent;
}

.Alternative-HeroBanner-Form-form textarea::placeholder {
  color: #888;
}

.Alternative-HeroBanner-Form-phone {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 6px;
}

.Alternative-HeroBanner-Form-flag {
  padding: 0 10px;
  background: #f1f1f1;
  font-size: 18px;
}

.Alternative-HeroBanner-Form-phone input {
  border: none;
  padding: 10px;
  flex: 1 1;
  outline: none;
}

.Alternative-HeroBanner-Form-radio {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.Alternative-HeroBanner-Form-radio label {
  font-size: 14px;
  margin-block: 4px;
  display: flex;
}

.Alternative-HeroBanner-Form-form button {
  width: 100%;
  background: #003b4a;
  color: white;
  padding: 12px;
  margin-top: 20px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.Alternative-HeroBanner-Form-form button:hover {
  background: #005c6b;
}

.Hero-AL-TI-Form-RB-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Hero-AL-TI-Form-RB {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.Hero-AL-TI-Form-RB__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.Hero-AL-TI-Form-RB__label {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
  font-size: 12px;
  color: #333;
  font-weight: 600;
  cursor: pointer;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.Hero-AL-TI-Form-RB__custom {
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #555;
  transition: all 0.3s ease;
}

.Hero-AL-TI-Form-RB__input:checked+.Hero-AL-TI-Form-RB__label .Hero-AL-TI-Form-RB__custom {
  background-color: #4c8bf5;
  border-color: transparent;
  transform: scale(0.9);
  box-shadow: 0 0 20px #4c8bf580;
}

.Hero-AL-TI-Form-RB__input:checked+.Hero-AL-TI-Form-RB__label {
  color: #4c8bf5;
}

.Hero-AL-TI-Form-RB__label:hover .Hero-AL-TI-Form-RB__custom {
  transform: scale(1.2);
  border-color: #4c8bf5;
  box-shadow: 0 0 20px #4c8bf580;
}

.Payment-Gateway-Input-Field-H {
  height: 50px !important;
}

.payment-P-heading {
  font-weight: 600;
  font-size: 20px;
  color: #FF2525;
}

.payment-P-para {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
}



.Right-plan-arrow {
  transition: transform 0.3s ease-out;
}

.retry-btn:hover .Right-plan-arrow {
  transform: translateX(7px);
}

.retry-btn:hover {
  border-color: #8bafff;
}


.Pending-payment-appearance {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s ease-out forwards;
  animation-delay: 1s;
}

.Pending-section {
  text-align: center;
  padding-inline: 30px;
  transform: translateY(50px);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.Header-Enquiry-Btn,
.Header-Enquiry-Btn-Mbl {
  border: none;
  color: #fff;
  background-image: linear-gradient(30deg, #0400ff, #4ce3f7);
  border-radius: 0.3rem;
  background-size: 100% auto;
  font-size: 14px;
  font-weight: 500;
  padding: 0.7em 1.5em;
}

.Header-Enquiry-Btn:hover,
.Header-Enquiry-Btn-Mbl:hover {
  background-position: right center;
  background-size: 200% auto;
  animation: pulse512 1.5s infinite;
}

@keyframes pulse512 {
  0% {
    box-shadow: 0 0 0 0 #05bada66;
  }

  70% {
    box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
  }

  100% {
    box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
  }
}


/* Desktop Header */
.All-Courses-Common-Header-container {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.All-Courses-Common-Header-wrapper {
  position: relative;
  z-index: 2;
}

.All-Courses-Common-Header-button {
  padding: 12px 16px;
  background: rgba(0, 138, 210, 1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 140px;
  border-radius: 6px;
  -webkit-user-select: none;
          user-select: none;
  font-size: 14px;
}

.All-Courses-Common-Header-wrapper:hover .All-Courses-Common-Header-button .All-Courses-Common-Header-chevron {
  transform: rotate(90deg);
}

.All-Courses-Common-Header-chevron {
  transition: transform 0.3s;
  margin-left: 8px;
  display: inline-block;
}

.All-Courses-Common-Header-item:hover .All-Courses-Common-Header-chevron {
  transform: rotate(90deg);
}

.All-Courses-Common-Header-dropdown {
  position: absolute;
  top: 100%;
  left: 20px;
  background: transparent;
  flex-direction: column;
  width: 100%;
  z-index: 10;
  height: 430px;
  padding: 15px;
  background-color: rgba(34, 42, 51, 1);
}

.All-Courses-Common-Header-wrapper:hover .All-Courses-Common-Header-dropdown {
  display: flex;
}

.All-Courses-Common-Header-item {
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
}

.All-Courses-Common-Header-item:hover {
  background: rgba(16, 97, 127, 1);
  border-radius: 8px;
}

.All-Courses-Common-Header-right-panel {
  margin-left: 30px;
  padding: 32px 40px;
  min-width: 320px;
  min-height: 120px;
  position: absolute;
  top: 100%;
  left: 190px;
  z-index: 1;
  color: #fff;
  height: auto;
  width: 75%;
  height: 430px;
  background: rgba(34, 42, 51, 0.97);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.All-Courses-Common-Header-right-panel.active {
  display: block;
}

.Header-All-Category-Icon {
  height: 90px;
  width: 90px;
}

.Header-All-Category-Icon-card {
  background: linear-gradient(135deg, rgba(7, 95, 128, 0.95) 60%, rgba(20, 50, 70, 0.89) 100%);
  padding: 28px 10px 18px 10px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  box-shadow: 0 2px 18px rgba(7, 95, 128, 0.13);
  transition: transform 0.18s, box-shadow 0.18s;
  cursor: pointer;
}

.Header-All-Category-Icon-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 6px 24px rgba(7, 95, 128, 0.24);
  background: linear-gradient(135deg, rgba(7, 95, 128, 1) 60%, rgba(20, 50, 70, 0.97) 100%);
}

.Header-All-Category-Icon-card-Para {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: center;
}

.Header-All-Category-Icon-card-Container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  gap: 30px;
  justify-content: center;
  align-items: stretch;
  width: 75%;
}

.Common-Header-Heading-Content {
  font-size: 24px;
  font-weight: 600;
}

.Header-Oracle-Fusion-Content,
.Header-SAP-Content,
.Header-DS-Content {
  display: flex;
  align-items: start;
  border-bottom: 1px solid rgba(73, 73, 73, 1);
  gap: 10px;
  padding-block: 10px;
  width: -moz-fit-content;
  width: fit-content;
}

.Header-Oracle-Fusion-Content-P,
.Header-SAP-Content-P,
.Header-DS-Content-P {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
}

.Header-Oracle-Fusion-Content-Section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  column-gap: 15px;
  grid-row-gap: 10px;
  row-gap: 10px;
}

.Header-SAP-Content:last-child,
.Header-DS-Content:first-child,
.Header-Oracle-Fusion-Content:nth-child(15) {
  border-bottom: none;
}

.QuickForm-Message-Icon {
  position: fixed;
  bottom: 17%;
  right: 10px;
  display: flex;
  gap: 25px;
  z-index: 10000000;
}

.QuickForm-Message-Icon li {
  position: relative;
  list-style: none;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 60px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  transform-origin: left center;
}

.QuickForm-Message-Icon li:hover {
  width: 200px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
}

.QuickForm-Message-Icon li::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 60px;
  background: linear-gradient(45deg, var(--i), var(--j));
  opacity: 0;
  transition: 0.5s;
}

.QuickForm-Message-Icon li:hover::before {
  opacity: 1;
}

.QuickForm-Message-Icon li::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background: linear-gradient(45deg, var(--i), var(--j));
  transition: 0.5s;
  filter: blur(15px);
  z-index: -1;
  opacity: 0;
}

.QuickForm-Message-Icon li:hover::after {
  opacity: 0.5;
}

.QuickForm-Message-Icon li .QuickForm-icon {
  color: #777;
  height: 30px;
  width: 30px;
  transition: 0.5s;
  transition-delay: 0.25s;
}

.QuickForm-Message-Icon li:hover .QuickForm-icon {
  transform: scale(0);
  color: #fff;
  transition-delay: 0s;
}

.QuickForm-Message-Icon li .QuickForm-title {
  position: absolute;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 0s;
}

.QuickForm-Message-Icon li:hover .QuickForm-title {
  transform: scale(1);
  transition-delay: 0.25s;
}

.QuickForm-Popup {
  background: white;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  width: 240px;
  padding: 20px 18px;
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 10000000;
}

.QuickForm-Popup.animate {
  animation: QuickForm-ZoomInFromIcon 0.6s both;
}

.QuickForm-Popup.zoomOut {
  animation: QuickForm-ZoomOutDown 0.4s both;
}

@keyframes QuickForm-ZoomInFromIcon {
  0% {
    opacity: 0;
    transform: scale(0.1) translate(150px, 150px) rotate(-20deg);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale(0.6) translate(-10px, -10px) rotate(5deg);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }

  100% {
    transform: scale(1) translate(0, 0) rotate(0);
  }
}

/* ✅ Smooth Zoom Out Down Exit */
@keyframes QuickForm-ZoomOutDown {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }

  100% {
    opacity: 0;
    transform: scale(0.7) translateY(100px);
  }
}

.QuickForm-Popup .QuickForm-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}

.QuickForm-group {
  margin-bottom: 10px;
}

.QuickForm-group label {
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
}

.QuickForm-required {
  color: red;
}

.QuickForm-InputField {
  width: 100%;
  padding: 8px 12px;
  font-size: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
}

.QuickForm-phone-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #fff;
}

.QuickForm-phone-wrapper img {
  width: 24px;
  height: 18px;
}

.QuickForm-phone-wrapper input {
  flex: 1 1;
}

.QuickForm-submit-btn {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background-color: #002c3e;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.QuickForm-submit-btn:hover {
  background-color: #014055;
}


.BTT-Btn {
  width: 45px;
  height: 45px;
  background: linear-gradient(#51a1e2, #226399);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  position: fixed;
  bottom: 12%;
  right: 12px;
  display: flex;
  gap: 25px;
  z-index: 10000000;
}

.BTT-Arrow {
  color: white;
  font-size: 1.2em;
}

.BTT-Text {
  font-size: 0.7em;
  width: 100px;
  position: absolute;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -35px;
  opacity: 0;
  transition-duration: 0.7s;
}

.BTT-Btn:hover .BTT-Text {
  opacity: 1;
}

.BTT-Btn:hover .BTT-Arrow {
  animation: BTT-slide-in-bottom 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes BTT-slide-in-bottom {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.VAC-btn-conteiner {
  display: flex;
  justify-content: center;
  --color-text: #ffffff;
  --color-background: linear-gradient(30deg, #0400ff, #4ce3f7);
  --color-outline: #ff145b80;
  --color-shadow: #00000080;
}

.VAC-btn-content {
  display: flex;
  align-items: center;
  padding: 5px 30px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: var(--color-text);
  background: var(--color-background);
  transition: 1s;
  border-radius: 100px;
  box-shadow: 0 0 0.2em 0 var(--color-background);
}

.VAC-btn-content:hover,
.VAC-btn-content:focus {
  transition: 0.5s;
  animation: btn-content 1s;
  outline: 0.1em solid transparent;
  outline-offset: 0.2em;
  box-shadow: 0 0 0.4em 0 var(--color-background);
}

.VAC-btn-content .VAC-icon-arrow {
  transition: 0.5s;
  margin-right: 0px;
  transform: scale(0.6);
}

.VAC-btn-content:hover .VAC-icon-arrow {
  transition: 0.5s;
  margin-right: 25px;
}

.VAC-icon-arrow {
  width: 20px;
  margin-left: 15px;
  position: relative;
  top: 6%;
}

#arrow-icon-one {
  transition: 0.4s;
  transform: translateX(-60%);
}

#arrow-icon-two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.VAC-btn-content:hover #arrow-icon-three {
  animation: color_anim 1s infinite 0.2s;
}

.VAC-btn-content:hover #arrow-icon-one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.VAC-btn-content:hover #arrow-icon-two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: var(--color-background);
  }

  100% {
    fill: white;
  }
}

@keyframes VAC-btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}

.Quick-Whatsapp-Btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 37px;
  height: 37px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  bottom: 12%;
  left: 5px;
  overflow: hidden;
  transition-duration: 0.3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  background-color: #00d757;
  z-index: 10000000;
}

.Quick-Whatsapp-Icon {
  width: 100%;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Quick-Whatsapp-Icon i {
  color: white;
  font-size: 20px;
  transform: translateX(1px);
}

.Quick-Whatsapp-Text {
  position: absolute;
  right: 0%;
  width: 0%;
  opacity: 0;
  color: white;
  font-size: 13px;
  font-weight: 600;
  transition-duration: 0.3s;
}

/* Expanded state */
.Quick-Whatsapp-Btn.expanded {
  width: 150px;
  border-radius: 40px;
}

.Quick-Whatsapp-Btn.expanded .Quick-Whatsapp-Icon {
  width: 30%;
  padding-left: 10px;
}

.Quick-Whatsapp-Btn.expanded .Quick-Whatsapp-Text {
  opacity: 1;
  width: 80%;
  padding-right: 10px;
}

.Quick-Whatsapp-Btn:active {
  transform: translate(2px, 2px);
}


.TLI-H-M-Main-Course-TLI-Common-Header-nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.TLI-H-M-Main-Course-TLI-Common-Header-nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s;
}

.TLI-H-M-Main-Course-TLI-Common-Header-nav-links a:hover,
.TLI-H-M-Main-Course-TLI-Common-Header-dropdown-toggle:hover {
  font-weight: 700;
}

.TLI-H-M-Main-Course-TLI-Common-Header-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.TLI-H-M-Main-Course-TLI-Common-Header-icon-container,
.TLI-H-M-Main-Course-TLI-MB-Common-Header-icon-container {
  position: relative;
  font-size: 18px;
  cursor: pointer;
}

.TLI-H-M-Main-Course-TLI-Common-Header-badge {
  position: absolute;
  top: -5px;
  right: -6px;
  background-color: red;
  color: white;
  font-size: 9px;
  padding: 0px 4px;
  border-radius: 50%;
}

.TLI-H-M-Main-Course-TLI-Common-Header-login-btn,
.TLI-H-M-Main-Course-TLI-MB-Common-Header-login-btn {
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  outline: 0;
  border: 0;
  cursor: pointer;
  will-change: box-shadow, transform;
  background: radial-gradient(100% 100% at 100% 0%, #89E5FF 0%, #0C65B2 100%);
  box-shadow: 0px 0.01em 0.01em rgb(45 35 66 / 40%), 0px 0.3em 0.7em -0.01em rgb(45 35 66 / 30%), inset 0px -0.01em 0px rgb(58 65 111 / 50%);
  padding: 0 1em;
  border-radius: 0.3em;
  color: #fff;
  height: 2.6em;
  text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
  transition: box-shadow 0.15s ease, transform 0.15s ease;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.TLI-H-M-Main-Course-TLI-MB-Common-Header-login-btn:hover,
.TLI-H-M-Main-Course-TLI-Common-Header-login-btn:hover {
  box-shadow: 0px 0.1em 0.2em rgb(45 35 66 / 40%), 0px 0.4em 0.7em -0.1em rgb(45 35 66 / 30%), inset 0px -0.1em 0px #3c4fe0;
  transform: translateY(-0.1em);
}

.TLI-H-M-Main-Course-TLI-MB-Common-Header-login-btn:active,
.TLI-H-M-Main-Course-TLI-Common-Header-login-btn:active {
  box-shadow: inset 0px 0.1em 0.6em #3c4fe0;
  transform: translateY(0em);
}

.TLI-H-M-Main-Course-TLI-Mobile-Header {
  display: none;
}


.TLI-H-M-Main-Course-TLI-Common-Header-dropdown {
  display: inline-block;
}

.TLI-H-M-Main-Course-TLI-Common-Header-dropdown-toggle {
  background: none;
  border: none;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0px 9px;
  position: relative;
  margin: 0 12px;
  font-weight: 600;
}

.TLI-H-M-Main-Course-TLI-Common-Header-dropdown-toggle:focus {
  outline: none;
}


.TLI-H-M-header-chevron-icon {
  font-size: 10px;
}

.TLI-H-M-Main-Course-TLI-Common-Header-dropdown-menu {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100vw;
  padding-block: 0;
  background-color: #1C2632;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  flex-direction: column;
  transition: max-height 0.4s ease, padding-block 0.4s ease;
}

.TLI-H-M-Main-Course-TLI-Common-Header-dropdown-menu.show {
  max-height: 315px;
  padding: 30px;
}


.TLI-H-M-Main-Course-TLI-Common-Header-dropdown-menu a {
  color: white;
  text-decoration: none;
  display: block;
  transition: background 0.3s;
}

.TLI-H-M-Main-Course-TLI-Common-Header-hamburger {
  cursor: pointer;
  display: none;
}

.TLI-H-M-Main-Course-TLI-Common-Header-hamburger input {
  display: none;
}

.TLI-H-M-Main-Course-TLI-Common-Header-hamburger svg {
  height: 2.5em;
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.TLI-H-M-Main-Course-TLI-Common-Header-hamburger-line {
  fill: none;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.TLI-H-M-Main-Course-TLI-Common-Header-hamburger-line-top-bottom {
  stroke-dasharray: 12 63;
}

.TLI-H-M-Main-Course-TLI-Common-Header-hamburger input:checked+svg {
  transform: rotate(-45deg);
}

.TLI-H-M-Main-Course-TLI-Common-Header-hamburger input:checked+svg .TLI-H-M-Main-Course-TLI-Common-Header-hamburger-line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}

.TLI-H-M-Main-Course-TLI-Header-a-hover {
  position: relative;
  transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

.TLI-H-M-Main-Course-TLI-Sub-Header-a-hover {
  position: relative;
  transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px 20px !important;
}

.TLI-H-M-Main-Course-TLI-Header-a-hover::after {
  content: "";
  pointer-events: none;
  bottom: -2px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #fff;
  transition: width 400ms cubic-bezier(0.25, 0.8, 0.25, 1),
    left 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

.TLI-H-M-Main-Course-TLI-Header-a-hover:hover::after,
.TLI-H-M-Main-Course-TLI-Header-a-hover:focus::after {
  width: 100%;
  left: 0%;
}

.TLI-H-M-Main-Course-TLI-Sub-Header-a-hover::after {
  content: "";
  pointer-events: none;
  bottom: -2px;
  left: 0;
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

.TLI-H-M-Main-Course-TLI-Sub-Header-a-hover:hover::after,
.TLI-H-M-Main-Course-TLI-Sub-Header-a-hover:focus::after {
  width: 100%;
}

.TLI-H-M-Header-Enquiry-Btn,
.TLI-H-M-Header-Enquiry-MB-Btn {
  border: none;
  color: #fff;
  background-image: linear-gradient(30deg, #0400ff, #4ce3f7);
  border-radius: 0.3rem;
  background-size: 100% auto;
  font-size: 14px;
  font-weight: 500;
  padding: 0.7em 1.5em;
}

.TLI-H-M-Header-Enquiry-Btn:hover {
  background-position: right center;
  background-size: 200% auto;
  animation: pulse512 1.5s infinite;
}

@keyframes pulse512 {
  0% {
    box-shadow: 0 0 0 0 #05bada66;
  }

  70% {
    box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
  }

  100% {
    box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
  }
}

.TLI-H-M-site-header {
  width: 100%;
  background: #151c25;
  color: #fff;
  padding: 10px 20px;
  margin: 0;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  position: relative;
  border-bottom: 1px solid #212a37;
}

.TLI-H-M-site-header .TLI-H-M-logo {
  margin-left: 32px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #00bdf2;
}

.TLI-H-M-site-header nav {
  display: flex;
  gap: 15px;
}

.TLI-H-M-site-header nav a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  padding: 0 9px;
  transition: color 0.2s;
}

.TLI-H-M-site-header nav a:hover {
  color: #00bdf2;
}

/* Desktop Header (All Courses below site-header) */
.TLI-H-M-All-Courses-Common-Header-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 0;
  z-index: 10;
}

.TLI-H-M-All-Courses-Common-Header-wrapper {
  position: relative;
  z-index: 2;
}

.TLI-H-M-All-Courses-Common-Header-button {
  padding: 9px 16px;
  background: rgba(0, 138, 210, 1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 140px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  -webkit-user-select: none;
          user-select: none;
}

.TLI-H-M-All-Courses-Common-Header-wrapper:hover .TLI-H-M-All-Courses-Common-Header-button .TLI-H-M-All-Courses-Common-Header-chevron {
  transform: rotate(90deg);
}

.TLI-H-M-All-Courses-Common-Header-chevron {
  transition: transform 0.3s;
  margin-left: 8px;
  display: inline-block;
}

.TLI-H-M-All-Courses-Common-Header-item:hover .TLI-H-M-All-Courses-Common-Header-chevron {
  transform: rotate(90deg);
}

.TLI-H-M-All-Courses-Common-Header-dropdown {
  position: absolute;
  top: 115%;
  background: transparent;
  flex-direction: column;
  width: max-content;
  z-index: 10;
  left: -120%;
  height: 500px;
  padding: 15px;
  background-color: rgba(34, 42, 51, 1);
  border-bottom-left-radius: 40px;
  border-top-left-radius: 5px;
}

.TLI-H-M-All-Courses-Common-Header-item {
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  gap: 20px;
}

.TLI-H-M-All-Courses-Common-Header-item:hover {
  background: rgba(16, 97, 127, 1);
  border-radius: 8px;
}

.TLI-H-M-All-Courses-Common-Header-item.active {
  background: rgba(16, 97, 127, 1);
  border-radius: 8px;
}

.TLI-H-M-All-Courses-Common-Header-right-panel {
  padding: 32px 40px;
  min-width: 320px;
  min-height: 120px;
  display: none;
  position: absolute;
  top: 115%;
  left: 20%;
  z-index: 1;
  color: #fff;
  height: auto;
  width: 70vw;
  height: 500px;
  background: rgba(34, 42, 51, 0.97);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  border-bottom-right-radius: 40px;
  border-top-right-radius: 5px;
}

.TLI-H-M-All-Courses-Common-Header-right-panel.active {
  display: block;
}

.TLI-H-M-Header-All-Category-Icon {
  height: 90px;
  width: 90px;
}

.TLI-H-M-Header-All-Category-Icon-card {
  background: linear-gradient(135deg, rgba(7, 95, 128, 0.95) 60%, rgba(20, 50, 70, 0.89) 100%);
  padding: 28px 10px 18px 10px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  box-shadow: 0 2px 18px rgba(7, 95, 128, 0.13);
  transition: transform 0.18s, box-shadow 0.18s;
  cursor: pointer;
}

.TLI-H-M-Header-All-Category-Icon-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 6px 24px rgba(7, 95, 128, 0.24);
  background: linear-gradient(135deg, rgba(7, 95, 128, 1) 60%, rgba(20, 50, 70, 0.97) 100%);
}

.TLI-H-M-Header-All-Category-Icon-card-Para {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: center;
}

.TLI-H-M-Header-All-Category-Icon-card-Container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  gap: 30px;
  justify-content: center;
  align-items: stretch;
  width: 75%;
}

.TLI-H-M-Common-Header-Heading-Content {
  font-size: 24px;
  font-weight: 600;
}

.TLI-H-M-Header-Oracle-Fusion-Content,
.TLI-H-M-Header-SAP-Content,
.TLI-H-M-Header-DS-Content {
  display: flex;
  align-items: start;
  border-bottom: 1px solid rgba(73, 73, 73, 1);
  gap: 10px;
  padding-block: 10px;
  width: -moz-fit-content;
  width: fit-content;
}

.TLI-H-M-Header-Oracle-Fusion-Content-P,
.TLI-H-M-Header-SAP-Content-P,
.TLI-H-M-Header-DS-Content-P {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  transition: color 0.3s ease, font-weight 0.3s ease;
}

.TLI-H-M-Header-Oracle-Fusion-Content-Section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  column-gap: 15px;
  grid-row-gap: 5px;
  row-gap: 5px;
}

.TLI-H-M-Header-SAP-Content:last-child,
.TLI-H-M-Header-DS-Content:first-child,
.TLI-H-M-Header-Oracle-Fusion-Content:nth-child(19) {
  border-bottom: none;
}

.Icon-floating-H {
  filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.25));
  animation: HIconfloat 3s ease-in-out infinite;
}

@keyframes HIconfloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}


.TLI-H-M-Header-DS-Content-P:hover,
.TLI-H-M-Header-Oracle-Fusion-Content-P:hover,
.TLI-H-M-Header-SAP-Content-P:hover,
.TLI-H-M-Header-DS-Content-P:active,
.TLI-H-M-Header-Oracle-Fusion-Content-P:active,
.TLI-H-M-Header-SAP-Content-P:active {
  font-weight: 600;
  color: #007bff;
  transform: scale(1.03);
}

.VC-Scroller {
  display: flex;
  overflow: scroll;
  scroll-behavior: smooth;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.VC-Scroller::-webkit-scrollbar {
  display: none;
}

.react-datepicker {
  display: flex !important;
  align-items: center;
}

.white-space-issue {
  overflow-x: clip;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.Main-Course-Curriculum-Details-No-content {
  display: none;
}

.Main-Course-Curriculum-Details-No-sidebar {
  width: 100%;
}

.Main-Course-User-Authentication-Screens-Section-Container {
  display: grid;
  align-items: center;
  width: 76%;
  background: linear-gradient(180deg, rgba(9, 103, 138, 0.8) 0%, rgba(0, 73, 100, 0.8) 100%);
  border-radius: 30px;
  padding: 40px;
  grid-gap: 30px;
  gap: 30px;
  grid-template-columns: 1.5fr 2fr;
  margin-block: 50px;
}

.Price-mb-cust {
  display: none !important;
}

/* Fix for email input field on course page */
.QuickForm-InputField {
  width: 100% !important;
  min-width: 200px !important;
  max-width: none !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

/* Ensure the input can scroll horizontally when text is longer */
.QuickForm-InputField:focus {
  overflow: auto !important;
}

/* Fix for the form group container */
.QuickForm-group {
  width: 100% !important;
  overflow: visible !important;
}


.Quick-Payment-phone input {
  background-color: transparent;
  color: black;
  border: none;
  width: 100%;
}

.Quick-Call-MB-button {
  display: none;
}


.Quick-Payment-Checkout-Wrapper {
  max-width: 400px;
  width: 100%;
  height: 100vh;
  background: rgba(247, 248, 250, 1);
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 10000000;
}

.Quick-Payment-Checkout-Content {
  padding: 20px;
  flex: 1 1;
  overflow-y: auto;
}

.Quick-Payment-Checkout-Footer {
  padding: 20px;
  border-top: 1px solid #e0e0e0;
  background-color: rgba(247, 248, 250, 1);
}

.Quick-Payment-Checkout-Header {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Quick-Payment-Checkout-Close {
  font-size: 24px;
  cursor: pointer;
}

.Quick-Payment-Checkout-CourseBox {
  display: flex;
  gap: 12px;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.Quick-Payment-Checkout-CourseBox img {
  width: 132px;
  height: 83px;
  border-radius: 8px;
}

.Quick-Payment-Checkout-Text {
  flex: 1 1;
}

.Quick-Payment-Checkout-Title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
}

.Quick-Payment-Checkout-PriceBox {
  font-size: 14px;
}

.Quick-Payment-Checkout-OldPrice {
  text-decoration: line-through;
  color: #888;
  margin-right: 6px;
  font-size: 12px;
}

.Quick-Payment-Checkout-NewPrice {
  color: #007bff;
  font-weight: 600;
}

.Quick-Payment-Checkout-Taxes-txt {
  font-size: 10px;
}

.Quick-Payment-Checkout-Form {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.Quick-Payment-Checkout-FormTitle {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 14px;
}

.Quick-Payment-Checkout-FormGroup {
  position: relative;
  margin-bottom: 18px;
  width: 90%;
}

.Quick-Payment-Checkout-FormGroup input {
  width: 100%;
  padding: 10px 12px;
  padding-left: 15px;
  border: none;
  border-radius: 8px;
  font-size: 12px;
  outline: none;
  background-color: rgba(247, 248, 250, 1);
}

.Quick-Payment-Checkout-FormGroup label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 12px;
  color: #888;
  pointer-events: none;
  transition: 0.2s ease all;
}

.Quick-Payment-Checkout-FormGroup input:focus+label,
.Quick-Payment-Checkout-FormGroup input:not(:placeholder-shown)+label {
  opacity: 0;
  /* visibility: hidden; */
  transform: translateY(-100%);
}

.Quick-Payment-Checkout-Required {
  color: red;
  margin-left: 3px;
}

.Quick-Payment-Checkout-PhoneGroup {
  gap: 10px;
  margin-bottom: 0px;
}

.Quick-Payment-Checkout-CountryCode {
  padding: 11px 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #f1f1f1;
  font-size: 14px;
}

.Quick-Payment-Checkout-Note {
  font-size: 13px;
  color: #333;
  margin-bottom: 15px;
  text-align: center;
}

.Quick-Payment-Checkout-Note a {
  color: #007bff;
  text-decoration: none;
}

.Quick-Payment-Checkout-Button {
  width: 100%;
  padding: 10px 14px;
  border: none;
  background-color: #0076be;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
}

.Quick-Payment-Checkout-Button:hover .Quick-Payment-Checkout-Button-arrow {
  transform: translateX(4px);
}

.Quick-Payment-Checkout-Button-arrow {
  font-size: 13px;
  margin-left: 3px;
  transition: transform 0.3s ease;
}


.SR-register-wrapper {
  position: relative;
  height: 100vh;
  font-family: Montserrat;
  background: #222A33;
  color: #ffffff;
}

.SR-register-f-heading {
  font-weight: 600;
  font-size: 18px;
}

.SR-register-f-para {
  font-weight: 500;
  font-size: 16px;
  padding-inline: 7rem;
}

.SR-about-media p,
.SR-content-heading {
  margin-bottom: 10px;
}

.SR-register-main-h {
  color: #06FF62;
  font-size: 28px;
}

.SR-register-s-btn {
  background: #3665cf;
  text-align: center;
  padding: 8px 50px;
  border-radius: 30px;
  color: white;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid transparent;
  transition: border-color 0.3s ease-in-out;
}

.SR-left-plan-arrow {
  transition: transform 0.3s ease-out;
  height: 12px;
  width: 12px;
}

.SR-register-s-btn:hover .SR-left-plan-arrow {
  transform: translateX(-7px);
}

.SR-register-s-btn:hover {
  border-color: #8bafff;
}

.SR-register-s-section {
  text-align: center;
  padding-inline: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.SR-gif-size {
  height: 130px;
  width: 113px;
}

.SR-border-social-media {
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  border: 1px solid #84848461;
  padding: 8px;
  margin-right: 10px;
}

.SR-yt {
  padding-block: 12px;
}

.SR-contact-info-p {
  font-size: 14px;
  margin-bottom: 0px;
}

.SR-contact-info-num {
  font-size: 16px;
  font-weight: 500;
}

.SR-content-heading {
  text-align: center;
}

.SR-media-sections {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: baseline;
}

.Footer-Mobile-App-Icons {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 5px;
  width: min-content;
}

.Main-Course-Footer-Scan-For-Mobile-App{
  height:100px !important;
  width:100px !important;
  margin: 0!important
}

.Footer-Mobile-App-Icons img {
  width: 150px !important;
  height: 40px !important;
}


.Upcoming-Batches-card {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  color: #fff;
  align-items: start;
}

.Upcoming-Batches-image {
  flex: 1 1 250px;
}

.Upcoming-Batches-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.Upcoming-Batches-details {
  flex: 1 1 300px;
  padding: 0px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Upcoming-Batches-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.Upcoming-Batches-info p {
  margin: 4px 0;
  font-size: 0.9rem;
  font-weight: 400;
}

.Upcoming-Batches-actions {
  margin-top: 5px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.Upcoming-Batches-btn {
  padding: 8px 14px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: 0.3s;
}

.Upcoming-Batches-btn-enroll {
  background: rgba(12, 101, 178, 1);
  color: white;
}

.Upcoming-Batches-btn-sample {
  background: rgba(12, 101, 178, 1);
  color: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  gap: 5px;
}

.Upcoming-Batches-btn:hover {
  opacity: 0.9;
}

.Upcoming-Batches-Cards-Section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  gap: 20px;
}

.Upcoming-Batches-btn-sample i {
  transform: translateY(0.5px);
}

.Upcoming-Batches-Cards-Heading {
  font-size: 24px;
}


@media (max-width:1500px) {
  .Main-Course-What-Our-Students-Say-img {
    height: 100px;
    width: 100px;
  }
}

@media (max-width:1460px) {
  .Main-Course-Upcoming-Demo-Details-form-check-input {
    font-size: 14px;
  }

  .Main-Course-Upcoming-Demo-Details-input-checkbox {
    height: 14px;
    width: 14px;
  }
}

@media (max-width:1400px) {
  .Main-Course-HP-Hero-Section-Side-Image {
    right: 6%;
  }

  .Main-Course-HP-Hero-Section-Heading {
    font-size: 36px;
  }

  .WADFOS-6 {
    width: 33%;
  }
}

@media (max-width: 1395px) {
  .carousel-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  .carousel-wrapper::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
  }

  .carousel-active .category-relevant-course-cards {
    flex-wrap: nowrap;
    gap: 15px;
  }

  .category-relevant-course-card {
    scroll-snap-align: start;
  }

  .carousel-container .carousel-button {
    display: none;
  }
}

@media (max-width:1350px) {

  .Main-Course-T-sticky-nav ul,
  .Main-Course-Top-Nav-CTA-Btn {
    font-size: 16px;
  }

  .Is-This-Course-Right-Segments {
    padding-inline: 0px;
  }

  .Main-Course-Related-Courses-Cards {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  .Main-Course-Related-Courses-Card-Section {
    width: 300px;
    scroll-snap-align: start;
    flex: 0 0 auto;
    cursor: grab;
  }

  .TLI-H-M-Main-Course-TLI-Common-Header-navbar {
    padding: 20px 40px;
  }
}

@media (min-width: 1400px) {
  .C-Webinar-Page-about-img {
    width: auto !important;
  }

  .Main-Course-HP-CTA-banner-cust {
    margin-top: 8rem !important;
  }
}

@media (min-width:576px) and (max-width:1400px) {
  .Course-Page-Upcoming-Demo-Session-img-section {
    width: 463px !important;
    height: 260px !important;
  }

  .Main-Course-Placements-Path-Steps-We-Follow-Left img {
    width: 418px !important;
    height: 430px !important;
  }
}

@media (min-width:1250px) and (max-width:1350px) {
  .All-category-course-cards {
    border-radius: 20px;
  }

  .All-category-course-card-rating {
    padding: 2px 10px 6px 7px;
  }

  .Course-Rating-Star-Icon-Cust {
    height: 17px;
    width: 17px;
  }

  .All-Course-Category-Mode-Options {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 993px) {
  .mobile-header {
    display: none !important;
  }

  .TLI-H-M-mobile-header {
    display: none !important;
  }
}

@media (max-width:1340px) {
  .CJD-Send-Me-Job-Like-This-link {
    display: flex;
    justify-content: end;
    width: 100%;
  }

  .Main-Course-CP-CJD-Job-Abouts-Company-Details-Para {
    width: 60%;
  }
}

@media (max-width:1330px) {
  .Click-For-App-Social-Icons {
    justify-content: center;
  }
}

@media (max-width:1400px) {

  .Main-Course-Upcoming-Demo-Details-form-check-input,
  .Main-Course-LMS-Portal-Side-Bar-Lesson i,
  .Main-Course-LMS-Portal-Side-Bar-Lesson-text,
  .Main-Course-LMS-Portal-Para,
  .Main-Course-CP-FYNJ-Left-Part-Label,
  .req-reg-btn,
  .main-blog-clr,
  .main-blog-caption,
  .likes-text {
    font-size: 12px;
  }

  .Main-Course-LMS-Portal-Side-Bar-Lesson-text img {
    height: 25px;
    width: 20px;
  }

  .blog-floating-sub-btn img {
    height: 15px;
    width: 25px;
  }

  .Main-Course-LMS-Portal-Side-Bar-Lesson-Box {
    padding: 7px 10px;
    margin-top: 10px;
  }

  .Main-Course-Upcoming-Demo-Details-input-checkbox {
    height: 12px;
    width: 12px;
  }

  .Hands-On-Projects-side-img {
    width: 158px;
    height: 135px;
  }

  .Hands-On-Projects-Main-img {
    width: 158px;
    height: 286px;
  }

  .AC-hero-section {
    min-height: 280px;
  }

  .AC-banner-S3 img {
    width: 80px;
  }

  .Hero-notified-card,
  .blog-floating-label {
    padding: 0px;
  }

  .C-Terms-Conditions-content-Section,
  .C-Privacy-Policy-content-Section,
  .C-Refund-Policy-content-Section {
    padding-block: 25px;
  }

  .Main-Course-Hands-on-Project-card-section {
    grid-template-columns: 0.8fr 2fr;
  }

  .Main-Course-What-Our-Students-Say-Review {
    font-size: 12px;
    margin-bottom: 0px;
  }

  .Main-Course-What-Our-Students-Say-Card-Section,
  .Main-Course-Badge-Of-Excellence-Card-Section {
    gap: 15px;
  }

  .Slider-image {
    height: 230px !important;
    width: 323px !important;
  }

  .Main-Course-What-Our-Students-Say-img {
    height: 70px;
    width: 70px;
  }

  .Main-Course-Founder-Social-Media-Links {
    padding: 10px 12px;
    border-radius: 15px;
    bottom: 1px;
    gap: 7px;
  }

  .Main-Course-LMS-Portal-Heading-Sides-Section {
    display: grid;
    grid-gap: 20px;
    gap: 20px;
    grid-template-columns: 1.5fr 1fr;
  }

  .Main-Course-Meet-Our-Founder-Acheivements-h,
  .Main-Course-ERP-Job-Trends-Sub-Heading,
  .Main-Course-Top-Industry-Professional-info-Person-Name {
    font-size: 20px;
  }

  .Main-Course-Top-Oracle-Cloud-SCM-Certifications-Content,
  .Hero-notify-banner {
    height: auto;
    border-radius: 15px;
  }

  .Main-Course-Meet-Our-Founder-Image-Name,
  .Main-Course-FAQ-Section-p,
  .Main-Course-Top-Industry-Professional-info-Position-Name,
  .summary-h {
    font-size: 16px;
  }

  .Main-Course-Download-From-PlayStore-heading {
    font-size: 24px;
  }

  .Main-Course-O-C-Card-Heading,
  .Career-Path-You-Can-Explore-career-section-heading {
    font-size: 18px;
  }

  .Main-Course-Get-Notified-About-Blogs-get-notified-card,
  .get-notified-card {
    padding: 40px;
  }

  .Main-Course-Footer-Section,
  .Main-Course-CP-FYNJ-Section,
  .Upcoming-Batches-Content-section {
    padding: 20px 40px;
    gap: 30px;
  }

  .Main-Course-Footer-Section-Nav-Section a:last-of-type p,
  .Main-Course-FAQ-Section-content-Answer {
    margin-bottom: 0 !important;
  }

  .Main-Course-Footer-Section-Nav-Section img {
    width: 204px;
    height: 34px;
  }

  .Career-Path-You-Can-Explore-dot {
    height: 10px;
    width: 10px;
  }

  .Main-Course-Footer-Copyright-Section {
    padding: 6px 40px;
  }

  .Main-Course-TLI-Common-Header-nav-links {
    gap: 10px;
  }

  .Main-Course-TLI-Common-Header-nav-links a,
  .Main-Course-Meet-Our-Founder-Para,
  .Main-Course-Top-Industry-Professional-testimonial,
  .Main-Course-Badge-Of-Excellence-Sample-Certificate-btn,
  .Career-Path-You-Can-Explore-item,
  .Main-Course-Meet-Our-Founder-details-Para,
  .Main-Course-CP-FYNJ-Left-Part-Heading,
  .Main-Course-CP-CJD-Job-Abouts-job-link,
  .Main-Course-CP-BAI-helper-text,
  .summary-p {
    font-size: 14px;
  }

  .T-C-banner-section-img {
    height: 110px;
    width: 100px
  }

  .T-C-Banner-section,
  .P-P-Banner-section,
  .R-P-Banner-section {
    height: 240px;
  }

  .Main-Course-Top-Industry-Professional-profile-img {
    width: 300px !important;
    height: 513px !important;
  }

  .Main-Page-Techleads-Logo {
    width: 200px;
    height: 32px;
  }

  .Main-Course-Home-Page-Footer-Section {
    padding: 40px;
    gap: 30px;
  }

  .Main-Course-Home-Page-Footer-Copyright-Section {
    padding: 20px 40px;
  }

  .Main-Course-Home-Page-Featured-Courses-Card-heading,
  .Course-contact-us-O-h,
  .T-C-Sub-Heading {
    font-size: 18px;
  }

  .Meet-Our-Founder-Acheivements-Icon {
    height: 40px;
    width: 40px;
  }

  .Main-Course-Home-Page-Featured-Courses-Card {
    width: 240px;
    padding: 15px;
  }

  .Main-Course-Home-Page-Get-Notified-About-Blogs-get-notified-card,
  .Main-Course-Your-path-To-Sucess-Section {
    padding: 40px;
  }

  .TLI-H-M-Main-Course-TLI-Common-Header-nav-links,
  .Main-Course-CP-CJD-Job-Abouts-job-info-bar {
    gap: 10px;
  }

  .Main-Course-Home-Page-Section {
    padding-inline: 40px;
  }

  .TLI-H-M-Main-Page-Techleads-Logo {
    width: 200px;
    height: 33px;
  }

  .TLI-H-M-site-header nav a,
  .Main-Course-Choose-Your-Right-Plan-Pricing-card-Plans-Btn {
    font-size: 14px;
  }

  .TLI-H-M-All-Courses-Common-Header-button,
  .Main-Course-Choose-Your-Right-Plan-Pricing-card-Plans-Btn {
    padding: 7px 16px;
  }

  .Home-Page-Upcoming-Batch-ticker p,
  .Choose-Your-Right-plan-Arrow-Icon,
  .All-category-course-card-enroll-link {
    font-size: 13px;
  }

  .All-category-course-card-enroll {
    padding: 3px 16px;
  }

  .Home-Page-Upcoming-Batch-ticker-wrapper {
    padding: 4px 0;
  }

  .TLI-H-M-Header-Enquiry-Btn,
  .TLI-H-M-Header-Enquiry-MB-Btn {
    padding: 0.52em 1.5em;
  }

  .TLI-H-M-Main-Course-TLI-Common-Header-login-btn,
  .TLI-H-M-Main-Course-TLI-MB-Common-Header-login-btn,
  .Main-Course-Choose-Your-Right-Plan-Pricing-card-Plans-Points p,
  .Main-Course-Badge-Of-Excellence-Heading,
  .Course-AC-dropdown-toggle {
    font-size: 14px;
  }

  .Main-Course-Choose-Your-Right-Plan-Pricing-card-Plans-Points p,
  .Main-Course-Download-From-PlayStore-text,
  .Main-Course-CP-FYNJ-Left-Part-Group,
  .category-blog-top-post-card {
    margin-bottom: 10px;
  }

  :root {
    --Home-Page-Section-Margin-Top: 30px;
  }

  .Main-Course-HP-Hero-Section-Heading {
    font-size: 28px;
  }

  .Main-Course-FAQ-Section-btn {
    padding: 15px 25px;
  }

  .Main-Course-HP-Hero-Section-Para,
  .Main-Course-Why-Are-Different-From-Other-Card-Heading {
    font-size: 17px;
  }

  .Main-Course-HP-WTL-search-input {
    font-size: 15px;
    padding: 5px 10px;
  }

  .Main-Course-HP-WTL-search-button {
    padding: 7px 30px;
  }

  .Main-Course-HP-Hero-Section-Popular-Courses {
    font-size: 13px;
  }

  .Main-Course-Home-Page-Hero-Section-Content,
  .Main-Course-Curriculum-Dwnld-Brochure-section,
  .Main-Course-LMS-Portal-Para,
  .Main-Course-CP-BAI-helper-text {
    margin-top: 0px;
  }

  .Main-Course-HP-Hero-Section-Popular-Courses-Container {
    margin-block: 0px;
    margin-top: 5rem;
  }

  .Main-Course-Badge-Of-Excellence-Para {
    margin-block: 0px;
    margin-bottom: 0px;
  }

  .CU-Contact-Us-F-input,
  .CU-Contact-Us-F-textarea {
    font-size: 14px;
    padding: 8px 10px;
  }

  .Main-Course-HP-Hero-Section-OS-img {
    margin-left: -10px;
    height: 40px;
    width: 40px;
  }

  .Main-Course-HP-Hero-Section-OS-img-section,
  .Main-Course-CP-FYNJ-Main-Content-Part-Section {
    margin-top: 20px;
  }

  .Main-Course-CP-FYNJ-What-To-Learn-btn::placeholder,
  .Main-Course-CP-BAI-input::placeholder,
  .TLI-H-M-Header-All-Category-Icon-card-Para {
    font-size: 14px;
  }

  .Main-Course-HP-Empowering-Learners-B-H-Text,
  .Main-Course-Hands-on-Project-card-h,
  .Main-Course-Choose-Your-Right-Plan-Pricing-card-Price,
  .Main-Course-Career-Page-banner-section-h1,
  .Main-Course-Upcoming-Batches-banner-section-h1 {
    font-size: 24px;
  }

  .Main-Course-HP-Empowering-Learners-B-P-Text,
  .CU-bright-p,
  .blog-category-live-chat,
  .blog-category-request-a-call {
    font-size: 14px;
  }

  .TLI-H-M-Common-Header-Heading-Content,
  .Main-Course-YPTS-small-heading,
  .Main-Banner-Watch-Demo-Play-btn,
  .Main-Course-CP-FYNJ-CTA-banner-h,
  .CU-bright-h,
  .T-C-Sub-Main-Heading,
  .R-P-Sub-Main-Heading,
  .P-P-Sub-Main-Heading {
    font-size: 20px;
  }

  .TLI-H-M-Header-Oracle-Fusion-Content-P,
  .TLI-H-M-Header-SAP-Content-P,
  .TLI-H-M-Header-DS-Content-P {
    font-size: 13px;
  }

  .TLI-H-M-Header-Oracle-Fusion-Content,
  .TLI-H-M-Header-SAP-Content,
  .TLI-H-M-Header-DS-Content,
  .Request-input-field {
    padding-block: 7px;
  }

  .TLI-H-M-All-Courses-Common-Header-right-panel,
  .TLI-H-M-All-Courses-Common-Header-dropdown {
    height: 480px;
  }

  .Reserve-seat-CTA {
    font-size: 14px;
    padding: 10px 30px;
  }

  .Main-Course-Home-Page-C-Section-Heading,
  .Main-Course-YPTS-Main-heading,
  .Home-Page-Hiring-Partners-Trusted-By-Top-Companies-Heading,
  .Main-Course-Home-Page-Related-Blogs-S-heading,
  .Main-Course-Home-Page-FAQ-Section-h,
  .Main-Course-Home-Page-Get-In-Touch-Heading,
  .Main-Course-Key-Feature-Main-heading,
  .Main-Course-T-and-M-Card-heading,
  .Main-Course-Why-Techleads-heading,
  .Is-this-course-right-for-you-M-Heading,
  .Main-Course-Curriculum-Details-Main-Heading,
  .Main-Course-Watch-Our-Demo-Section-heading,
  .Main-Course-Expert-Guidance-Main-Heading,
  .Hiring-Partners-Trusted-By-Top-Companies-Heading,
  .Main-Course-Company-Waiting-For-You-Heading,
  .Main-Course-ERP-Job-Trends-Heading,
  .Main-Course-Success-Stories-Of-Our-Proud-Achievers-Heading,
  .Main-Course-Top-Oracle-Cloud-SCM-Certifications-Heading,
  .Main-Course-Top-Industry-Professionals-Heading,
  .Main-Course-Related-Course-Card-heading,
  .Main-Course-Related-Blogs-S-heading,
  .Main-Course-Hands-on-Project-Main-h,
  .Main-Course-Upcoming-Demo-Section-Heading,
  .Main-Course-What-Our-Student-Say-Section-Heading,
  .Main-Course-Hear-From-Our-Learners-Heading,
  .Main-Course-Choose-Your-Right-Plan-Heading,
  .Main-Course-LMS-Portal-Heading,
  .Main-Course-Estimated-Job-Openings-Heading,
  .Main-Course-Badge-Of-Excellence-Section-Heading,
  .Main-Course-Get-In-Touch-Heading,
  .Main-Course-FAQ-Section-h,
  .Main-Course-CP-FYNJ-Heading,
  .Course-Contact-Us-Main-Heading,
  .T-C-banner-section-h1,
  .P-P-banner-section-h1,
  .R-P-banner-section-h1,
  .heart-btn {
    font-size: 30px;
  }

  .Main-Course-Home-Page-FAQ-Section-p,
  .Main-Course-Home-Page-Featured-Courses-Card-para,
  .Main-Course-Home-Page-C-Section-Para,
  .Main-Course-YPTS-Main-Para,
  .Main-Course-Home-Page-YPTS-step h3,
  .Main-Course-Home-Page-Related-Blogs-S-para,
  .Main-Course-HP-Hero-Section-Student,
  .Main-Course-Key-Feature-heading,
  .Main-Course-Why-Techleads-para,
  .Is-this-course-right-for-you-M-Para,
  .Main-Course-Hands-on-Project-Main-p,
  .Main-Course-Upcoming-Demo-Section-Para,
  .Main-Course-Curriculum-Details-Main-Para,
  .Main-Course-What-Our-Student-Say-Section-Para,
  .Main-Course-Hear-From-Our-Learners-Para,
  .Main-Course-Choose-Your-Right-Plan-Para,
  .Main-Course-Company-Waiting-For-You-Para,
  .Main-Course-ERP-Job-Trends-Para,
  .Main-Course-Badge-Of-Excellence-Section-Para,
  .Main-Course-Top-Industry-Professionals-Para,
  .Main-Course-Related-Course-Card-Para,
  .Main-Course-Related-Blogs-S-para,
  .Is-This-Course-Right-Heading,
  .Main-Course-Curriculum-Dwnld-Brochure,
  .Main-Course-CP-FYD-Stay-Connected-heading,
  .BAI-Form-Submit-Button,
  .Course-Contact-Us-Para,
  .blog-author-h,
  .blog-author-name,
  .R-P-Main-Para,
  .P-P-Sub-H-Option {
    font-size: 16px;
  }

  .float-No-of-likes {
    transform: translateY(4px);
  }

  .Is-This-Course-Right-card-Icon {
    height: 22px;
    width: 22px;
  }

  .categories {
    padding-block: 15px;
  }

  .Main-Course-HP-CTA-banner-p,
  .Main-Course-CTA-banner-p2,
  .Main-Course-CTA-banner-p3,
  .Main-Course-CTA-banner-p4,
  .Main-Course-CTA-banner-p5,
  .Main-Course-CTA-banner-p6,
  .All-category-CTA-banner-p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .Main-Course-Home-Page-Featured-Courses-Icon {
    height: 60px;
    width: 60px;
    margin-bottom: 15px;
  }

  .Main-Course-HP-Explore-Our-Top-Courses-Content-Bg-Content-Button,
  .Main-Course-Meet-Our-Founder-details-Card,
  .BAI-Form-Submit-Button,
  .Comment-input-field {
    padding-block: 10px;
  }

  .Main-Course-HP-CTA-banner-h,
  .Main-Course-CTA-banner-h2,
  .Main-Course-CTA-banner-h3,
  .Main-Course-CTA-banner-h4,
  .Main-Course-CTA-banner-h5,
  .Main-Course-CTA-banner-h6,
  .All-category-CTA-banner-h {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .Main-Course-HP-CTA-banner-content,
  .Main-Course-CTA-banner-content2,
  .Main-Course-CTA-banner-content3,
  .Main-Course-CTA-banner-content4,
  .Main-Course-CTA-banner-content5,
  .Main-Course-CTA-banner-content6 {
    padding: 40px 0px 40px 60px;
  }

  .Main-Course-HP-CTA-img-section {
    right: 25px;
  }

  .Main-Course-HP-CTA-img-section img,
  .All-category-img-section img {
    width: 195px !important;
    height: 258px !important;
  }

  .HP-CTA-RG-img img {
    height: 240px !important;
    width: 146px !important;
  }

  .Main-Course-Why-Are-Different-From-Others {
    height: 65px;
    width: 65px;
  }

  .Home-Page-Hiring-Partners-Trusted-By-Top-Companies-slide img {
    width: 184px;
    height: 64px;
  }

  .Main-Course-HP-Success-Stories-Of-Our-Proud-Achievers-Companies-slide-img {
    width: 212px;
    height: 290px;
  }

  .Main-Course-Home-Page-Related-Blogs-S-content-h,
  .blog-content-h {
    font-size: 15px;
  }

  .Main-Course-Home-Page-Related-Blogs-S-content-p,
  .Main-Course-Stay-Connected-Para,
  .Main-Course-Key-Feature-para,
  .Main-Course-Get-In-Touch-Segment-Para,
  .job-openings-table th,
  .job-openings-table td {
    font-size: 13px;
  }

  .Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-h,
  .Main-Course-Upcoming-Demo-Mode-heading,
  .Main-Course-Meet-Our-Founder-Heading,
  .Main-Course-Placements-Path-Steps-We-Follow-Left-Content-Heading,
  .Main-Course-Get-Notified-About-Blogs-newsletter-h,
  .Main-Course-Award-Winning-Heading,
  .Main-Course-O-C-Card-Package,
  .newsletter-h,
  .Hero-notified-h,
  .dividing-line,
  .dividing-line-mb {
    font-size: 26px;
  }

  .Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-p,
  .Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-btn,
  .Main-Course-HP-Explore-Our-Top-Courses-Content-Bg-Content-Heading,
  .Main-Course-Watch-Our-Demo-Section-para,
  .Main-Course-LMS-Portal-Side-Bar-Heading,
  .Main-Course-Get-Notified-About-Blogs-newsletter-btn,
  .newsletter-p,
  .Main-Course-Award-Winning-BP-Content,
  .Main-Course-CP-FYNJ-Para,
  .Hero-notified-p,
  .happy-students-h {
    font-size: 16px;
  }

  .Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-sub-btn,
  .Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-btn,
  .Main-Course-Get-Notified-About-Blogs-newsletter-btn,
  .Main-Course-Get-Notified-About-Blogs-newsletter-sub-btn,
  .newsletter-sub-btn,
  .newsletter-btn,
  .Course-AC-dropdown-menu li {
    padding: 5px 15px;
  }

  .Main-Course-Home-Page-Get-In-Touch-Icon-S {
    height: 50px;
    width: 50px;
  }

  .Main-Course-Home-Page-FAQ-Section-h,
  .Main-Course-Curriculum-Details-Main-Heading,
  .Main-Course-What-Our-Students-Say-Position,
  .Main-Course-Choose-Your-Right-Plan-Pricing-card-Price,
  .Main-Course-LMS-Portal-Para,
  .Main-Course-Placements-Path-Steps-We-Follow-Card-Para,
  .Main-Course-Related-Course-Card-heading,
  .Main-Course-ERP-Job-Trends-Para,
  .Main-Course-Company-Waiting-For-You-Para,
  .Main-Course-ERP-Job-Trends-bullet-imp-p,
  .Main-Course-ERP-Job-Trends-Sub-Para,
  .Main-Course-CP-CJD-Job-Abouts-Company-Details-Para,
  .BAI-Resume-Upload-Supported-Size-Message,
  .blog-content-h,
  .promotional-h {
    margin-bottom: 5px;
  }

  .Main-Course-Home-Page-FAQ-Section-p,
  .Main-Course-Home-Page-FAQ-Section-item,
  .Main-Course-Why-techleads-card,
  .Main-Course-Why-Techleads-heading,
  .Main-Course-CTA-banner-p1,
  .Main-Course-Upcoming-Demo-Details-Tutor,
  .Main-Course-Watch-Our-Demo-Section-heading,
  .Main-Course-Top-Oracle-Cloud-SCM-Certifications-Heading,
  .Main-Course-Award-Winning-Heading,
  .Main-Course-CP-FYNJ-CTA-banner-p,
  .Form-MB-Gap-32,
  .Main-Course-CP-BAI-textarea-container {
    margin-bottom: 15px;
  }

  .BAI-Resume-File-Upload-container {
    --folder-W: 100px;
    --folder-H: 70px;
  }

  .Main-Course-CP-FYNJ-CL-CTA-button {
    padding: 0.6rem 2rem;
  }

  .Main-Course-Footer-Section-Nav-Section p,
  .VAC-btn-content,
  .Course-Page-Upcoming-Batch-banner .Course-Page-Upcoming-Batch-offer-text,
  .Course-Page-Upcoming-Batch-banner .Course-Page-Upcoming-Batch-label,
  .Course-Page-Upcoming-Batch-time-box span,
  .Main-Banner-Req-Demo-btn,
  .Main-Banner-Brochure-btn,
  .Main-Course-Hands-on-Project-card-p,
  .Main-Course-Upcoming-Demo-Details-reg-btn,
  .Main-Course-Curriculum-Details-C-Content-Para,
  .Main-Course-Choose-Your-Right-Plan-Pricing-card-Para,
  .Main-Course-LMS-Portal-Side-Bar-Sub-Heading,
  .Main-Course-Placements-Path-Steps-We-Follow-Left-Content-Para,
  .Main-Course-Placements-Path-Steps-We-Follow-Left-Content-Btn,
  .Main-Course-Get-In-Touch-Segment-Heading,
  .Main-Course-FAQ-Section-btn,
  .Main-Course-Top-Oracle-Cloud-SCM-Certifications-Content p,
  .Main-Course-ERP-Job-Trends-bullet-imp-p,
  .Main-Course-O-C-Span,
  .CJD-Sub-Option-align-Para,
  .Main-Course-CP-CJD-Job-Abouts-left-info span,
  .Main-Course-CP-FYD-Stay-Connected-Para,
  .Main-Course-CP-CJD-You-Might-Interested-Right-Part-Heading,
  .BAI-Resume-Upload-Supported-Size-Message,
  .Main-Course-CP-CJD-You-Might-Interested-Right-Part-Para,
  .Main-Course-CP-Form-Content label,
  .Course-contact-us-O-p,
  .Course-contact-us-OA-p,
  .blog-sub-text,
  .blog-connect-text {
    font-size: 14px;
  }

  .CJD-Stay-Connected-Social-Media-S-Icon {
    height: 40px;
    width: 40px;
  }

  .Main-Course-Get-In-Touch-Icon-S {
    height: 45px;
    width: 45px;
  }

  .category-top-post-p {
    font-size: 11px;
  }

  .Main-Course-Placements-Path-Steps-We-Follow-Left-Content-Btn-Section {
    padding: 3px 18px;
  }

  .Course-Page-Upcoming-Batch-time-box {
    padding: 4px 7px;
    margin-bottom: 0px;
  }

  .VAC-icon-arrow svg {
    width: 45px !important;
    height: 27px !important;
    transform: translateY(-2px);
  }

  .Main-Course-Copyright-Text,
  .Main-Course-Upcoming-Demo-Mode-para1,
  .Main-Course-Upcoming-Demo-Details-Date,
  .Main-Course-Upcoming-Demo-Details-Time,
  .Main-Course-Upcoming-Demo-Details-input-label,
  .Curriculum-Sample-arrow,
  .send-button,
  .Request-input-label {
    font-size: 12px;
  }

  .Main-Course-Upcoming-Demo-Details-input-field:focus+.Main-Course-Upcoming-Demo-Details-input-label,
  .Main-Course-Upcoming-Demo-Details-input-field:not(:placeholder-shown)+.Main-Course-Upcoming-Demo-Details-input-label,
  .Main-Course-Emi-Blinker,
  .Main-Course-Best-Offer-Blinker,
  .No-of-blogs {
    font-size: 10px;
  }

  .Main-Course-Upcoming-Demo-Details-input-field,
  .Main-Course-Upcoming-Demo-Details-input-field::placeholder,
  .Main-Course-Meet-Our-Founder-Image-Role,
  .privacy-policy,
  .Upcoming-demo-detail,
  .Demo-type,
  .Search-option .fa-search {
    font-size: 12px;
  }

  .AC-banner-hero-h1 {
    font-size: 1.9rem;
  }

  .AC-banner-hero-p {
    font-size: 1rem;
  }

  .AC-banner-cta-h {
    font-size: 1.25rem;
    padding-bottom: 5px;
    margin-bottom: 0.5rem;
  }

  .AC-banner-cta-p {
    font-size: 0.9rem;
  }

  .AC-cta-Main-Content-Box {
    width: 28%;
  }

  .AC-cta-button {
    font-size: 0.8rem;
    padding: 6px 16px;
  }

  .Main-Course-Upcoming-Demo-Mode-para2 {
    font-size: 10px;
    padding: 4px 12px;
  }

  .Main-Course-Footer-Social-Media-Icons {
    height: 32px;
    width: 32px;
  }

  .Main-Course-Footer-Social-Media-Icons:hover {
    box-shadow: 0px 0px 6px 0px rgba(123, 187, 215, 1);
    border-radius: 10px;
  }

  .Main-Course-HP-Verified-Icon {
    height: 35px;
    width: 35px;
  }

  .Main-Course-Choose-Your-Right-Plan-Pricing-card-Plans-Points-img {
    height: 20px;
    width: 20px;
  }

  .Main-Course-Banner-heading {
    font-size: 36px;
    margin-top: 10px;
  }

  .Main-Course-LMS-Portal-Side-Bar-Lesson {
    margin-top: 10px;
  }

  .category-btn {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-block: 7px;
    font-size: 14px;
  }

  .Alternative-HeroBanner-Form-container h2,
  .C-Main-Banner-Para,
  .Main-Course-Register-Form-Heading,
  .Main-Course-CTA-banner-p1,
  .Main-Course-Upcoming-Demo-Details-Request-Demo-form-heading,
  .Main-Course-Upcoming-Demo-have-que-heading,
  .Main-Course-Curriculum-Details-content-item-heading,
  .Main-Course-Choose-Your-Right-Plan-Pricing-card-,
  .Main-Course-Placements-Path-Steps-We-Follow-Step-Heading,
  .Main-Course-Career-Page-Banner-Para-2,
  .Main-Course-CP-FYNJ-Sidebar-Heading,
  .Main-Course-CP-CJD-Job-Abouts-Company-Details-Para,
  .Main-Course-CP-CJA-Job-Abouts-Company-Details-Heading,
  .Course-contact-us-OA-h,
  .Cu-Contact-Us-F-h,
  .Upcoming-demo-course-name,
  .Category-h,
  .blog-category-have-que-heading,
  .T-C-Main-Para,
  .T-C-Sub-Para,
  .P-P-Main-Para,
  .All-category-h,
  .Main-Course-Upcoming-Batches-Banner-Para-2 {
    font-size: 18px;
  }

  .Contact-Us-Full-Form-Details {
    background-size: cover;
  }

  .CU-Contact-Us-F-textarea,
  .Request-input-container textarea {
    min-height: 60px !important;
    max-height: 50px !important;
  }

  .Main-Course-Hero-card-p-name,
  .Main-Course-Hero-card-span-2,
  .Main-Course-T-and-M-Card p,
  .Why-Techleads-Sub-heading,
  .Main-Course-Why-TL-CTA-Btn,
  .Main-Course-Upcoming-Demo-have-que-subheading,
  .Main-Course-Hear-From-Our-Students-Source-Card-B-para,
  .Main-Course-Download-From-PlayStore-text-1,
  .Main-Course-Download-From-PlayStore-text,
  .Main-Course-Placements-Path-Steps-We-Follow-Card-Sub-Heading,
  .Main-Course-Placements-Path-Steps-We-Follow-Card-Para,
  .Main-Course-Expert-Guidance-Card-Para,
  .MC-FAQ-CTA-Button-Para,
  .Main-Course-ERP-Job-Trends-Sub-Para,
  .CJD-Roles-You-Might-Interested-heading,
  .Main-Course-Career-Page-Banner-Para-1,
  .Main-Course-CP-FYNJ-Right-Part-Card-Right-Side-Heading,
  .Main-Course-CP-CJD-Job-Abouts-Company-Details-Heading,
  .CJA-Main-Company-Heading-Job-Pref,
  .category-promotional-h,
  .promotional-h,
  .blog-category-have-que-subheading,
  .P-P-Main-Para,
  .Course-AC-sidebar h2 {
    font-size: 16px;
  }

  .Course-AC-sidebar {
    width: 270px;
  }

  .blog-floating-btn {
    padding-block: 5px;
    font-size: 13px;
  }

  .Main-Course-Expert-Guidance-Card img,
  .Main-Course-ERP-Job-Trends-Icon,
  .Main-Course-Top-Industry-Professional-linkedin-icon,
  .float-social-media img {
    height: 25px;
    width: 25px;
  }

  .Main-Course-Expert-Guidance-Card {
    padding: 15px 20px;
    border-radius: 10px;
  }

  .BAI-Form-Heading {
    font-size: 20px;
    margin-block: 15px;

  }

  .Main-Course-Hero-card-role-name,
  .Main-Course-Banner-Blinker1,
  .Main-Course-Banner-Blinker2,
  .Main-Course-Input-Label,
  .Main-Course-FAQ-Section-content-Answer,
  .CU-card-para2,
  .Demo-date-time span,
  .Search-text,
  .Sort-text,
  .blog-content-p {
    font-size: 13px;
  }

  .Main-Course-Hero-card-rev {
    margin-block: 10px;
  }

  .FYNJ-Sub-Option-align-Para {
    margin-block: 5px !important;
  }

  .Main-Course-Hero-card-Img {
    width: 85px;
    height: 85px;
  }

  .carousel-overlay {
    top: 37%;
  }

  .Main-Banner-Req-Demo-btn,
  .Main-Banner-Brochure-btn {
    padding: 7px 20px;
  }

  .Main-Course-T-sticky-nav li a,
  .Main-Course-T-sticky-nav ul,
  .Main-Course-Top-Nav-CTA-Btn,
  .Why-Techleads-Sub-para,
  .Main-Course-CTA-arrow,
  .Curriculum-Sample-card-No-Of-Lessons,
  .Curriculum-Sample-card-content-bullet-imp-p,
  .Main-Course-Hear-From-Our-Students-Source-Card-B-heading,
  .Main-Course-Lms-Portal-tabs li,
  .Main-Course-LMS-Portal-Sub-heading,
  .Main-Course-CP-FYNJ-What-To-Learn-Search-btn,
  .FYNJ-Sub-Option-align-Para,
  .CU-card-para1,
  .CU-bright-Sub-p,
  .menu-item,
  .courses-name,
  .All-category-Search-option i,
  .AC-request-a-call,
  .AC-sub-menu-label,
  .Course-AC-dropdown-menu li label {
    font-size: 14px;
  }

  .leave-comment-in-mob i,
  .Comment-input-label {
    font-size: 12px;
  }

  .leave-comment-in-mob span,
  .AC-live-chat {
    font-size: 14px;
  }

  .Main-Course-Badge-Of-Excellence-Section-Img {
    width: 100% !important;
    height: auto !important;
  }

  .AC-have-que-section img {
    height: 120px !important;
    width: 120px !important;
  }

  .MC-FAQ-CTA-Button {
    font-size: 14px;
    padding: 5px 30px;
  }

  .MC-FAQ-CTA-Button img {
    height: 20px;
    width: 20px;
  }

  .Main-Course-Key-Feature-section {
    padding-block: 25px;
  }

  .Career-Path-You-Can-Explore-timeline {
    row-gap: 15px;
  }

  .Main-Course-Key-Feature-Cards {
    row-gap: 10px;
    margin-top: 24px;
  }

  .Main-Course-Key-Feature-heading,
  .Why-Techleads-Sub-para,
  .Main-Course-Meet-Our-Founder-Para,
  .Main-Course-Hear-From-Our-Students-Source-Card-B-heading,
  .Main-Course-Choose-Your-Right-Plan-Pricing-card-Para,
  .Hero-notified-p {
    margin-bottom: 0px;
  }

  .Main-Course-T-and-M-Card {
    width: 180px;
  }

  .Main-Course-T-and-M-Card-img,
  .Main-Course-Hear-From-Our-Students-Source-B-Card img {
    height: 50px;
    width: 50px;
  }

  .Main-Course-Register-Form,
  .Main-Course-Upcoming-Demo-Details-form-container,
  .Main-Course-CP-BAI-Main-Content-Section {
    padding: 20px 30px;
  }

  .Main-Course-CJD-Apply-Btn {
    padding: 8px 50px;
  }

  .Main-Course-Input-Field {
    padding: 8px 10px 6px;
  }

  .Main-Course-Reg-Btn,
  .Main-Course-Upcoming-Demo-Details-req-btn {
    font-size: 14px;
    padding-block: 8px;
  }

  .Main-Course-Upcoming-Demo-Details-card-content {
    padding-bottom: 0px;
  }

  .Main-Course-Why-techleads-card-Section {
    column-gap: 15px;
  }

  .Main-Course-Why-TL-CTA-img {
    width: 45px;
    height: 45px;
    padding: 7px;
  }

  .blog-banner {
    height: 55vh;
  }

  .Main-Course-Why-TL-CTA-Btn-Section,
  .Main-Course-Badge-Of-Excellence-Sample-Certificate-btn {
    padding: 6px 30px;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .Main-Course-Placements-Path-Steps-We-Follow-Card-Sub-Heading,
  .Main-Course-Placements-Path-Steps-We-Follow-Step-Heading,
  .Main-Course-FAQ-Section-item,
  .Career-Path-You-Can-Explore-career-section-heading,
  .Main-Course-CP-FYNJ-CTA-banner-h {
    margin-bottom: 10px;
  }

  .Main-Course-Placements-Path-Steps-We-Follow-Left {
    flex: 1 1;
  }

  .Main-Course-Badge-Of-Excellence-Card-Section {
    flex: 1.5 1;
  }

  .Is-This-Course-Right-Points,
  .C-Webinar-Page-testimonial-para,
  .role-h,
  .All-category-Search-text,
  .All-category-Sort-text,
  .All-Category-Selected-option p {
    font-size: 13px;
  }

  .All-Category-Selected-option {
    padding: 4px 20px;
    border-radius: 8px;
  }

  .Is-This-Course-Right-Points img {
    width: 9px;
    height: 19px;
  }

  .Main-Course-ERP-Job-Trends-imp-point-icon {
    width: 9px;
    height: 24px;
  }

  .Main-Course-Home-Page-Hero-Section-Side-Image {
    width: 290px !important;
    height: 367px !important;
  }

  .QuickForm-Message-Icon {
    bottom: 18%;
  }

  .Main-Course-img-section1 img {
    width: 172px !important;
    height: 177px !important;
  }

  .Main-Course-CTA-banner1,
  .Main-Course-Hands-on-Project-Section,
  .Main-Course-Upcoming-Demo-Section,
  .Main-Course-What-Our-Student-Say-Section,
  .Main-Course-LMS-Portal-Section,
  .Main-Course-Estimated-Job-Openings-Heading,
  .Main-Course-Badge-Of-Excellence-Section {
    margin-top: 40px;
  }

  .CP-FYNJ-Small-Icons {
    height: 15px;
    width: 15px;
  }

  .category-numbering-post {
    font-size: 40px;
  }

  .Main-Course-Hands-on-Projects {
    width: 280px;
    height: 40px;
  }

  .category-carousal-img {
    height: 18px !important;
    width: 18px !important;
  }

  .BAI-Resume-File-Upload-tip {
    width: 70px;
    height: 18px;
  }

  .Main-Course-CTA-Banner-Btn1 {
    padding: 8px 20px;
    font-size: 13px;
  }

  .Main-Course-CP-BAI-input {
    padding: 10px 20px;
    font-size: 13px;
  }

  .Main-Course-CTA-banner-content1 {
    padding: 30px 0px 30px 45px;
  }

  .AC-cta-box {
    padding: 30px;
  }

  .Main-Course-CP-FYNJ-CTA-banner-content {
    padding: 30px 0px 30px 30px;
    width: 70%;
  }

  .Main-Course-Upcoming-Demo-Section-Detail,
  .Main-Course-What-Our-Student-Say-Section-Detail,
  .Main-Course-Badge-Of-Excellence-Section-Detail {
    padding: 6px 20px;
    font-size: 13px;
    margin-bottom: 10px;
  }

  .Main-Course-Upcoming-Demo-have-que-section,
  .Main-Course-Top-Oracle-Cloud-SCM-Certifications-Section,
  .Main-Course-O-C-Card,
  .Career-Path-You-Can-Explore-career-Side-1,
  .Main-Course-CP-FYNJ-Right-Part-Card,
  .blog-category-have-que-section {
    padding: 20px
  }

  .Main-Course-Upcoming-Demo-request-a-call,
  .Main-Course-Upcoming-Demo-live-chat,
  .AC-request-a-call,
  .AC-live-chat {
    padding-block: 6px;
  }

  .Expert-Career-Guidance-Heading-Icon {
    height: 35px;
    width: 35px;
  }

  .Main-Course-CTA-img-section2 img {
    width: 215px !important;
    height: 297px !important;
  }

  .Main-Course-CTA-button2,
  .Main-Course-CTA-button3,
  .Main-Course-CTA-button4,
  .Main-Course-CTA-button5,
  .Main-Course-CTA-button6 {
    padding: 0.7rem 2rem;
  }

  .Main-Course-CTA-banner2,
  .Main-Course-CTA-banner3,
  .Main-Course-CTA-banner4,
  .Main-Course-CTA-banner5,
  .Main-Course-CTA-banner6 {
    margin-top: 3rem;
  }

  .Main-Course-Curriculum-Details-menu-item {
    font-size: 15px;
    padding: 4px 10px;
  }

  .Main-Course-CP-FYNJ-What-To-Learn-btn {
    padding: 7px 20px;
  }

  .Main-Course-Curriculum-Details-sidebar,
  .Main-Course-Curriculum-Details-C-content-details {
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 10px;
  }

  .Main-Course-Curriculum-imp-point-icon {
    width: 8px;
    height: 21px;
  }

  .All-category-course-card-main-h {
    font-size: 13px;
    margin-top: 8px;
  }

  .Curriculum-Sample-card-content li {
    padding: 3px 0;
  }

  .Main-Course-Curriculum-Details-content {
    padding: 10px;
  }

  .Main-Course-Curriculum-Section-btn {
    font-size: 14px;
    padding: 6px 30px;
  }

  .Main-Course-Curriculum-Section-icon2-hero {
    width: 16px;
    height: 4px;
    border-bottom: 1.7px solid #ffffff;
    border-left: 1.7px solid #ffffff;
    border-right: 1.7px solid #ffffff;
  }

  .Main-Course-Curriculum-Section-download-icon {
    width: 16px;
    height: 16px;
  }

  .Course-Page-Upcoming-Demo-Session-img-play-btn {
    height: 56px;
    width: 56px;
  }

  .Main-Course-CTA-img-section3 img {
    width: 193px !important;
    height: 300px !important;
  }

  .Main-Course-CTA-img-section4 img {
    width: 196px !important;
    height: 200px !important;
  }

  .Main-Course-CTA-img-section5 img {
    height: 276px !important;
    width: 189px !important;
  }

  .Main-Course-CTA-img-section6 img {
    height: 168px !important;
    width: 265px !important;
  }

  .Main-Course-Founder-Social-Media-Links img,
  .Main-Course-Placements-Path-Steps-We-Follow-Card-Para-Icon {
    width: 20px;
    height: 20px;
  }

  .Main-Course-Meet-Our-Founder-Section-Card-img {
    width: 216px !important;
    height: 340px !important;
  }

  .Main-Course-Meet-Our-Founder-Sub-Section {
    grid-template-columns: 2fr 1fr;
  }

  .testimonial-content {
    width: 300px;
    padding: 10px 40px 5px 15px;
  }

  .Reserve-seat-OP {
    font-size: 12px;
    margin-top: 5px;
  }

  .testimonial-image img {
    height: 360px;
    width: 231px;
  }

  .video-container {
    margin: 0px 12px;
  }

  .Main-Course-Hear-From-Our-Students-Source-B-Card {
    width: 250px;
  }

  .Choose-Your-Right-Plan-Blinker-Wrapper {
    width: 140px;
  }

  .Click-For-Download-Section-img {
    width: 418px !important;
    height: 350px !important;
  }

  .Click-For-Download-Sub-Section-Img-Part {
    background-position: 100% center;
    flex: 1 1;
  }

  .Main-Course-Download-From-playStore-Content {
    flex: 1.4 1;
  }

  .Main-Course-Click-For-Store {
    height: 50px;
    width: 160px;
  }

  .Main-Course-Download-From-playStore-Content,
  .Main-Course-ERP-Job-Trends-Content-Section,
  .CJD-Roles-You-Might-Interested {
    padding: 20px;
  }

  .Main-Course-Lms-Portal-card {
    padding: 0.8rem;
  }

  .Main-Course-LMS-Portal-Course-Image-Section {
    width: 420px !important;
    height: 250px !important;
  }

  .Main-Course-CTA-img-section4 {
    top: 0;
  }

  .Main-Course-CTA-img-section6 {
    top: -14%;
  }

  .Main-Course-Expert-Guidance-Card-Section,
  .Main-Course-CP-FYNJ-Main-Content-Part-Section {
    gap: 20px;
  }

  .Hiring-Partners-Trusted-By-Top-Companies-slide img {
    width: 184px;
    height: 64px;
  }

  .Career-Path-You-Can-Explore-slide-images img {
    width: 160px;
    height: 56px;
  }

  .Main-Course-Common-Sections {
    padding-top: 0px;
  }

  .Main-Course-FAQ-Section-item {
    border-radius: 15px;
  }

  .Main-Course-FAQ-Section-content.show {
    border-radius: 15px;
    padding-top: 0px;
  }

  .Main-Course-Award-Winning-Section {
    padding: 15px;
    border-radius: 20px;
  }

  .Main-Course-Get-In-Touch-Section,
  .Main-Course-Home-Page-Get-In-Touch-Section {
    padding: 20px 25px;
    border-radius: 20px;
  }

  .category-item {
    padding: 8px 12px;
    font-size: 12px;
  }

  .Main-Course-Badge-Of-Excellence-Card,
  .Main-Course-CP-CJD-Job-Abouts,
  .Sort-text-popup,
  .category-top-posts,
  .category-Request-form,
  .All-category-course-card-body,
  .AC-have-que-section {
    padding: 15px;
  }

  .Success-Stories-Of-Our-Proud-Achievers-Companies-slide-img {
    width: 212px;
    height: 290px;
  }

  .Award-Winning-Small-Icon-BP {
    padding: 10px;
    border-radius: 5px;
  }

  .Top-Oracle-Cloud-Scm-Certifications-Img,
  .Main-Course-Badge-Of-Excellence-Card-Icon,
  .Main-Course-Award-Winning-Small-Icon {
    height: 26px;
    width: 26px;
  }

  .Main-Course-Career-Page-Banner-section,
  .Main-Course-Upcoming-Batches-Banner-section {
    height: 270px;
  }

  .Main-Course-CP-FYNJ-Left-Part-Filters {
    width: 280px;
  }

  .Main-Course-Career-Page-banner-section-img {
    height: 160px;
    width: 160px;
  }

  .Main-Course-Upcoming-Batches-banner-section-img {
    height: 188px;
    width: 160px;
  }

  .Main-Course-Award-Winning-Job-Trends-Icon {
    width: 168px;
    height: 252px;
  }

  .All-category-course-card-details {
    row-gap: 3px;
    margin-top: 7px;
  }

  .Main-Course-CJD-Responsibilities-Section {
    padding: 25px 20px;
  }

  .Main-Course-CP-FYNJ-Right-Part-Card-Right-Side-Para {
    font-size: 20px;
    line-height: 25px;
  }

  .CU-Contact-Us-card img {
    height: 45px;
    width: 45px;
  }

  .CP-FYNJ-Banner-CTA-Icon {
    width: 175px !important;
    height: 150px !important;
  }

  .blog-category-live-chat,
  .R-P-Sub-Main-Heading,
  .P-P-Sub-Main-Heading {
    margin-top: 15px;
  }

  .Main-Course-CJD-Main-Section {
    padding: 30px 40px;
  }

  .T-C-Main-Heading,
  .main-blog-h {
    font-size: 22px;
  }

  .R-P-banner-section-img {
    height: 160px;
    width: 250px
  }

  .P-P-banner-section-img {
    height: 160px;
    width: 160px
  }

  .Upcoming-Batches-title {
    font-size: 15px;
  }

  .Upcoming-Batches-btn {
    padding: 5px 16px;
    font-size: 14px;
  }

  .Upcoming-Batches-Cards-Heading {
    font-size: 22px;
  }
}

@media (min-width: 1230px) and (max-width: 1330px) {
  .C-Webinar-Page-hero-img {
    width: 155%;
  }
}

@media (min-width:1200px) {
  .CU-Contact-Us-F-form {
    width: 450px;
  }

  .All-category-course-card {
    margin-top: 10px;
  }

  .Main-Course-Related-Blogs-S-sub-section {
    gap: 30px;
  }

  .Main-Course-Successful-Alumni-grid-container {
    gap: 40px !important;
  }
}

@media (min-width: 1150px) {
  .C-Webinar-Page-hero-img-X {
    transform: translateX(-30%) !important;
  }

  .All-category-course-cards {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (min-width: 1101px) and (max-width: 1249px) {
  .C-Webinar-Page-hero {
    padding: 70px 50px 0px 50px !important;
  }
}

@media (min-width:1150px) and (max-width:1350px),
(min-width:850px) and (max-width: 992px) {
  .All-category-course-card-details-price-cust {
    display: flex;
    flex-direction: column;
    line-height: 14px;
  }

  .All-category-course-card-price {
    font-size: 12px;
  }

  .All-category-course-card-rating img {
    height: 18px;
    width: 18px;
  }

  .Course-AC-sidebar ul .Course-AC-sub-menu {
    margin-left: 7px;
  }

  .All-category-course-card-rating {
    padding: 2px 13px 7px 10px;
  }

  .All-category-course-card-review {
    font-size: 12px;
  }
}

@media (min-width:1150px) and (max-width: 1400px) {
  .TLI-H-M-Header-All-Category-Icon-card-Container {
    width: 65%;
  }
}

@media (min-width:1060px) and (max-width:1400px) {
  .summary-content {
    width: 70%;
    padding-right: 25px;
  }

  .top-post-p {
    font-size: 11px;
  }

  .post-image {
    width: 90px;
    height: 70px;
  }

  .numbering-post {
    font-size: 40px;
  }

  .promotional-content {
    width: 30%;
  }


}

@media (min-width:992px) and (max-width:1400px) {
  .phone-wrapper {
    width: 450px;
    height: 470px;
    margin-top: 20px;
  }

  .Main-Course-Hero-Card {
    width: 380px;
  }

  .Contact-Us-Full-Form-Sections {
    padding-block: 0px;
  }

  .TLI-H-M-Header-All-Category-Icon-card {
    padding: 15px;
    border-radius: 12px;
    row-gap: 7px;
  }

  .TLI-H-M-Header-All-Category-Icon {
    height: 50px;
    width: 50px;
  }
}


@media (min-width:992px) and (max-width:1200px) {

  .Main-Course-Badge-Of-Excellence-Section-Whole-Content,
  .Main-Course-Badge-Of-Excellence-Card-Section {
    gap: 20px;
  }

  .C-Webinar-Page-Who-should-attend-card span h3 {
    font-size: 20px;
  }

  .C-Webinar-Page-Who-should-attend-card1 span h3,
  .C-Webinar-Page-Who-should-attend-card2 span h3,
  .C-Webinar-Page-Who-should-attend-card3 span h3,
  .C-Webinar-Page-Who-should-attend-card4 span h3 {
    font-size: 15px;
  }
}

@media (max-width:1200px) and (min-width:993px) {
  .blog-content-h {
    font-size: 16px;
  }

  .blog-content-p {
    font-size: 13px;
  }
}

@media (max-width:1280px) {
  .demo_banner {
    min-height: 530px;
  }
}

@media (max-width:1250px) {
  .Main-Course-What-Our-Students-Say-Card-Section {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .Main-Course-FYNJ-About-Job-Company-Logo-Wrapper {
    max-height: 65px;
  }

  .TLI-H-M-Main-Course-TLI-Common-Header-nav-links {
    display: block;
  }

  .TLI-H-M-Main-Course-TLI-Common-Header-navbar {
    padding: 20px;
  }

  .TLI-H-M-Main-Course-TLI-Common-Header-nav-links a {
    font-size: 15px;
  }
}


@media (max-width:1220px) {

  .Main-Course-CP-FYNJ-Section,
  .Upcoming-Batches-Content-section {
    padding-inline: 40px;
  }

  .Main-Course-CP-FYNJ-CTA-banner-p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .Main-Course-CP-FYNJ-CL-CTA-button-text_button {
    font-size: 14px !important;
  }

  .Main-Course-CP-FYNJ-CL-CTA-button-sparkle {
    width: 1.3rem !important;
  }

  .Main-Course-FYNJ-About-Job-Company-Logo {
    height: 65px;
    width: 65px;
  }

  .Main-Course-CP-FYNJ-Main-Content-Part-Section {
    gap: 25px;
  }

  .Main-Course-CP-CJD-Job-Abouts-Company-Details-Para {
    font-size: 20px;
  }

  .Main-Course-CJD-About-Job-Company-Logo {
    height: 65px;
    width: 65px;
  }

  .Main-Course-HP-What-To-Learn-btn {
    font-size: 14px;
    padding: 5px 20px;
  }

  .Main-Course-HP-What-To-Learn-Search-btn {
    padding: 7px 35px;
  }

  .Main-Course-Why-Are-Different-From-Others {
    height: 60px;
    width: 60px;
  }

  .Main-Course-Why-Are-Different-From-Other-Card-Heading {
    font-size: 15px;
    margin-bottom: 3px;
  }

  .Main-Course-Why-Are-Different-From-Other-Card-Para {
    font-size: 12px;
  }

  .Main-Course-Why-Are-Different-From-Other-Card-M-Img {
    height: 270px;
    width: 270px;
  }

  .WADFOS-1 {
    width: 34%;
  }

  .WADFOS-2,
  .WADFOS-3,
  .WADFOS-4,
  .WADFOS-6 {
    width: 35%;
  }
}


@media (max-width:1200px) {
  .Main-Course-Why-Techleads-para {
    font-size: 20px;
  }

  .Main-Course-Upcoming-Demo-Details-form-container {
    padding: 25px 20px;
  }

  .Main-Course-Curriculum-Details-container {
    gap: 10px;
  }

  .Main-Course-LMS-Portal-Side-Bar-Section {
    margin-top: 20px;
  }

  .Main-Course-Estimated-Job-Openings-Content-Section {
    flex-direction: column;
    align-items: center;
  }

  .revenue-chart-container {
    width: 560px;
  }

  .job-openings-table-container {
    width: -moz-fit-content;
    width: fit-content;
  }

  .Main-Course-Download-From-PlayStore-text-1 {
    font-size: 14px;
  }

  .Main-Course-Footer-Wrap-Section {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    width: 100%;
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .Main-Course-Footer-Section {
    gap: 50px;
  }

  .CJA-Resume-File-Upload-container {
    --folder-W: 100px;
    --folder-H: 70px;
  }

  .CJA-Resume-File-Upload-tip {
    width: 70px;
    height: 18px;
  }

  .C-Webinar-Page-hero-img {
    width: 160%;
  }

  .Main-Course-HP-Empowering-Learners-B-Icon {
    height: 28px;
    width: 28px;
  }

  .Main-Course-Home-Page-Footer-Wrap-Section {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    width: 100%;
    grid-row-gap: 40px;
    row-gap: 40px;
  }

  .Main-Course-Home-Page-Footer-Section {
    gap: 50px;
  }

  .Main-Course-Home-Page-Stay-Connected-Para {
    font-size: 16px;
  }

  .Main-Course-Home-Page-Footer-Social-Media-Icons {
    height: 40px;
    width: 40px;
  }

  .Main-Course-Home-Page-Featured-Courses-Card {
    width: 180px;
  }

  .Main-Course-Home-Page-Related-Blogs-S-sub-section {
    gap: 30px;
  }

  .Header-All-Category-Icon {
    height: 70px;
    width: 70px;
  }

  .Header-All-Category-Icon-card-Para {
    font-size: 16px;
  }

  .Header-Oracle-Fusion-Content-P,
  .Header-SAP-Content-P,
  .Header-DS-Content-P {
    font-size: 14px;
  }

  .TLI-H-M-Main-Course-TLI-Common-Header-hamburger {
    display: flex;
  }

  .TLI-H-M-Main-Course-TLI-Common-Header-nav-links {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #1e2530;
    padding: 10px 40px 30px 40px;
    z-index: 1;
    align-items: start;
    transform: translateY(-120%);
    border-top: 2px solid #1C3E50;
    transition: transform 0.5s ease-in-out;
  }

  .TLI-H-M-Main-Course-TLI-Common-Header-dropdown-menu {
    position: static;
    width: 85vw;
    border-radius: 12px;
    box-shadow: 0px 8px 35px rgba(0, 0, 0, 0.2);
  }

  .TLI-H-M-Main-Course-TLI-Common-Header-nav-links a {
    margin: 10px 0;
  }

  .TLI-H-M-Main-Course-TLI-Common-Header-nav-links.active {
    transform: translateY(0);
  }

  .TLI-H-M-Main-Course-TLI-Common-Header-dropdown-menu.show {
    padding: 15px 10px;
  }

  .TLI-H-M-Main-Course-TLI-Common-Header-dropdown-toggle {
    margin: 10px 0;
  }

  .TLI-H-M-All-Courses-Common-Header-dropdown {
    left: -30vw
  }

  .TLI-H-M-All-Courses-Common-Header-right-panel {
    left: -14vw;
  }

  .Upcoming-Batches-Cards-Section {
    grid-template-columns: repeat(3, 1fr);
  }

  .Upcoming-Batches-details {
    padding-inline: 0px;
    padding-block: 5px;
  }
}

@media (min-width:992px) and (max-width:1100px) {
  .free-demo-btn {
    font-size: 16px;
  }

  .details-f {
    font-size: 18px;
  }

  .icon-1-f {
    height: 22px;
  }

  .free-demo-p {
    font-size: 15px;
  }

  .free-demo-h {
    font-size: 24px;
  }

  .badge {
    font-size: 15px;
    padding: 12px;
  }

  .alumni-sub-p {
    font-size: 10px;
  }

  .alumni-sub-span-1 {
    font-size: 9px;
  }

  .alumni-sub-span-2 {
    font-size: 13px;
  }

  .alumni-sub-h {
    font-size: 8px;
  }

  .alumni-CC-1 {
    font-size: 8px;
  }

  .reg-ws-btn,
  .reg-cb-btn {
    font-size: 10px;
  }

  .h-17 {
    height: 17px;
  }
}

@media (min-width: 992px) {
  .Who-can-attend-section-p {
    padding: 10px 7rem;
  }

  .Choose-right-plan-section-p {
    padding: 10px 7rem;
  }

  .Testimonial-p {
    padding: 10px 7rem;
  }

  .Alumni-p {
    padding: 10px 7rem;
  }

  .Register-form-p {
    padding: 10px 7rem;
  }

  .failed-section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .blog-floating-sub-btn {
    margin-left: 10px;
  }

  .Contact-Us-Full-Form-Sections {
    margin-block: 2rem;
  }

  .Main-Course-Successful-Alumni-Main-para {
    padding: 10px 7rem;
  }

  .mt-3rem-hero {
    margin-top: 3rem;
  }

  .mt-2rem-hero {
    margin-top: 2rem;
  }

  .C-Webinar-Page-attendees-para {
    padding: 0px 14%;
  }

  .C-Webinar-Page-about-b-m {
    margin-bottom: 5px;
  }

  .Main-Course-Banner-Side-1 {
    width: 65%;
  }

  .Pending-section {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .P-St-T-20 {
    position: sticky;
    top: 20px;
    align-self: start;
  }
}

@media (min-width: 930px) and (max-width: 1400px) {
  .Main-Course-strip-p2-span {
    font-size: 9px;
  }

  .Main-Course-Banner-Strip {
    justify-content: space-between;
    padding: 5px 0px;
  }

  .Main-Course-strip-p1 {
    font-size: 12px;
  }

  .Main-Course-strip-p2 {
    font-size: 13px;
  }

  .Main-Course-Strip-Icons {
    height: 35px;
    width: 35px;
  }

  .Main-Banner-Strip-btn {
    font-size: 12px;
    padding: 7px 10px;
  }
}

@media (max-width:1100px) and (min-width:768px) {

  .Main-Course-Top-Industry-Professional-section .Main-Course-Top-Industry-Professional-profile-container {
    flex: 1 1 45%;
    max-width: 275px;
    margin: 20px auto;
  }

  .Main-Course-HP-Explore-Our-Top-Courses-Content-Bg {
    max-width: 340px;
    margin: 0 auto;
  }

  .Main-Course-Top-Industry-Professional-section .Main-Course-Top-Industry-Professional-profile-container:nth-child(3) {
    flex: 0 1 auto;
    max-width: 350px;
    margin: 20px auto;
  }
}

@media (max-width:1160px) {
  .Main-Course-Key-Feature-Cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .Main-Course-T-sticky-nav ul,
  .Main-Course-Top-Nav-CTA-Btn {
    font-size: 14px;
  }

  .C-Webinar-Page-about-heading {
    font-size: 32px;
  }

  .C-Webinar-Page-about-para {
    font-size: 18px;
  }

  .C-Webinar-Page-about-btn {
    font-size: 14px;
  }

  .Main-Course-Click-For-Store {
    height: 40px;
    width: 128px;
  }

  .Main-Course-Scan-For-Store {
    width: 70px;
    height: 70px;
  }
}

@media (max-width:1150px) {

  .Main-Course-Company-Waiting-For-You-Carrer-Path-Section {
    display: block;
  }

  .Main-Course-O-C-Card-Top-Part {
    justify-content: center;
  }

  .Career-Path-You-Can-Explore-timeline {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .Career-Path-You-Can-Explore-career-Side-2 {
    margin-top: 20px;
  }

  .header {
    padding: 15px;
  }

  .C-Webinar-Page-Mentor-heading {
    font-size: 28px !important;
  }

  .C-Webinar-Page-Mentor-para {
    font-size: 17px !important;
  }

  .C-Webinar-Page-Mentor-ul {
    line-height: normal !important;
  }

  .testimonial-image {
    position: relative;
    border-radius: 20px;
  }

  .C-Webinar-Page-sub-services {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px;
  }
}

@media (max-width:1120px) {
  .Course-Page-Upcoming-Batch-banner {
    flex-direction: column;
    align-items: center;
  }

  .Course-Page-Upcoming-Batch-banner .Course-Page-Upcoming-Batch-offer-text {
    width: 100%;
    text-align: center;
  }

  .Main-Course-Meet-Our-Founder-Section {
    grid-template-columns: 1fr;
  }
}

@media (max-width:1100px) {

  .Main-Course-User-Authentication-Signup-form-row,
  .Main-Course-User-Authentication-Signin-form-row,
  .Main-Course-User-Authentication-Forgot-Password-form-row,
  .Main-Course-User-Authentication-Check-Your-Email-form-row,
  .Main-Course-User-Authentication-Create-New-Password-form-row,
  .Main-Course-User-Authentication-Enter-The-OTP-form-row {
    display: block;
  }

  .Main-Course-Choose-Your-Right-Plan-Pricing-card {
    padding: 20px 15px;
  }

  .C-Main-Banner-Para {
    font-size: 14px;
    line-height: 25px;
  }

  .Main-Course-Banner-heading {
    font-size: 32px;
  }

  .Main-Banner-Brochure-btn,
  .Main-Banner-Req-Demo-btn {
    font-size: 14px;
  }

  .Main-Banner-Watch-Demo-Play-btn,
  .Main-Course-Hands-on-Project-card-h {
    font-size: 20px;
  }

  .Main-Course-Hands-on-Projects span {
    font-size: 14px;
  }

  .Main-Course-Upcoming-Demo-Call-Sub-Section {
    grid-template-columns: 1fr 1.2fr;
    gap: 20px;
  }

  .Main-Course-Upcoming-Demo-Call-Sub-Section:last-child {
    grid-column: span 2;
  }

  .Main-Course-TLI-Common-Header-hamburger {
    display: flex;
  }

  .Main-Course-TLI-Common-Header-nav-links {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #1e2530;
    padding: 10px 40px 30px 40px;
    z-index: 38;
    align-items: start;
    transform: translateY(-120%);
    border-top: 2px solid #1C3E50;
    transition: transform 0.5s ease-in-out;
  }

  .Main-Course-TLI-Common-Header-dropdown-menu {
    position: static;
    width: 85vw;
    border-radius: 12px;
    box-shadow: 0px 8px 35px rgba(0, 0, 0, 0.2);
  }

  .Main-Course-TLI-Common-Header-nav-links a {
    margin: 10px 0;
  }

  .Main-Course-TLI-Common-Header-nav-links.active {
    transform: translateY(0);
  }

  .Main-Course-TLI-Common-Header-dropdown-menu.show {
    padding: 15px 10px;
  }

  .Main-Course-TLI-Common-Header-dropdown-toggle {
    margin: 10px 0;
  }

  .C-Webinar-Page-hero {
    padding: 70px 0px 0px 20px !important;
  }

  .Main-Course-HP-WTL-search-wrapper {
    width: 80%;
  }

  .Main-Course-HP-Explore-Our-Top-Courses-Content {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }

  .Main-Course-HP-Explore-Our-Top-Courses-BG-Style {
    top: 55%;
    transform: translate(-50%, -50%);
  }

  .Main-Course-LMS-Portal-Heading-Sides-Section {
    display: block;
  }

  .Main-Course-Top-Industry-Professional-profile-img {
    width: 277px !important;
    height: 475px !important;
  }

  .Main-Course-HP-Explore-Our-Top-Courses-Content-Bg {
    min-height: 300px;
  }
}

@media (max-width: 1100px) and (min-width: 993px) {
  .attendees-ul li {
    font-size: 12px;
  }

  .Main-Course-Successful-Alumni-Sub-Para {
    font-size: 10px;
  }

  .Main-Course-Successful-Alumni-Sub-Span-1 {
    font-size: 9px;
  }

  .Main-Course-Successful-Alumni-Sub-Span-2 {
    font-size: 13px;
  }

  .Main-Course-Successful-Alumni-Sub-Heading {
    font-size: 8px;
  }

  .Main-Course-Successful-Alumni-CC-1 {
    font-size: 8px;
  }

  .C-Webinar-Page-hero-img {
    width: 150%;
  }
}

@media (min-width: 1051px) {
  .desktop-nav {
    display: inline-block;
  }

  .mobile-nav {
    display: none;
  }
}

@media (max-width: 1060px) {
  .sidebar {
    display: none;
  }

  .happy-students-h {
    text-align: center;
  }

  .follow-us-section {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .blog-icon-align {
    justify-content: center;
  }

  .demo-section-sc3 p {
    font-size: 15px;
  }
}

@media (max-width: 1051px) {
  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block !important;
  }
}

@media (max-width:1050px) {
  .Main-Course-Top-Oracle-Cloud-SCM-Certifications-Content-Container {
    grid-template-columns: repeat(2, 1fr);
  }

  .Main-Course-Top-Oracle-Cloud-SCM-Certifications-Content {
    height: 130px;
  }

  .TLI-H-M-All-Courses-Common-Header-right-panel {
    left: -12vw;
  }

  .Download-From-PlayStore-Card-Section {
    display: block;
  }

  .Click-For-Download-Section-img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .Click-For-Download-Sub-Section-Img-Part {
    background-position: bottom;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .C-Webinar-Page-takeaways-segment {
    grid-template-columns: repeat(3, 1fr);
  }

  .C-Webinar-Page-takeaways-card:nth-child(4),
  .C-Webinar-Page-takeaways-card:nth-child(5) {
    margin: 0 auto;
    transform: translateX(55%);
  }
}


@media (max-width:992px) and (min-width:650px) {
  .Main-Course-Why-Are-Different-From-Other-Card-M-Img {
    display: none;
  }

  .Main-Course-Why-Are-Different-From-Others-Card-Section {
    position: static;
    display: inline-block;
    width: calc(50% - 15px) !important;
    margin: 7.5px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
  }

  .Main-Course-Why-Are-Different-From-Other-Card-Heading {
    margin-block: 10px;
  }

  .Main-Course-Badge-Of-Excellence-Image-Section {
    width: 360px;
    margin: 0 auto;
  }
}

@media (min-width: 860px) and (max-width: 992px) {
  .mt-2-rem-hero {
    margin-top: 3rem;
  }

  .mt-1-rem-hero {
    margin-top: 1rem;
  }

  .Main-Course-CTA-banner-content2,
  .Main-Course-CTA-banner-content3,
  .Main-Course-CTA-banner-content4,
  .Main-Course-CTA-banner-content5 {
    width: 75%;
  }
}

@media (max-width: 992px) {
  .hero-section-img {
    width: 70vw;
  }

  .hero-card {
    padding: 8px;
    width: 240px;
  }

  .get-in-touch-main-p {
    width: 100%;
  }

  .Faq-section-p {
    padding: 8px 4rem;
  }

  .cd_faq-options {
    width: 100%;
  }

  .Demo-Agenda-section {
    grid-template-columns: repeat(1, 1fr);
  }

  .cd-main-options {
    order: 2;
  }

  .sub-main-option {
    order: 1;
  }

  .ml-m-8px {
    margin-left: 8px !important;
  }

  .hero-card-section {
    transform: translateY(-35px);
  }

  .hero-section-content {
    margin-bottom: 5%;
  }

  .demo-section-main {
    flex-wrap: wrap;
  }

  .demo-section-sub {
    width: 100%;
  }

  .key-segment-card h1 {
    font-size: 18px;
  }

  .key-segment-card p {
    font-size: 14px;
  }

  .course-section {
    grid-template-columns: 1fr;
  }

  .Who-can-attend-sub-section {
    grid-template-columns: 1fr;
  }

  .popup video {
    width: 70vw !important;
  }

  .course-demo-testimonial-video-container {
    display: flex;
    margin: 10px 12px;
    position: relative;
  }

  .AC-cta-box {
    padding: 25px;
  }

  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .Register-free-demo {
    grid-template-columns: repeat(1, 1fr);
  }

  .gateway-sections {
    grid-template-columns: repeat(1, 1fr);
  }

  .table-align {
    display: flex;
    justify-content: center;
  }

  .Payment-custom-loader {
    width: 40%;
  }

  .newsletter-container {
    width: unset;
  }

  .related-blogs-sub-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .related-blog-card:nth-child(3) {
    transform: translateX(54%);
    justify-self: center;
    margin: 0 auto;
  }

  .float-social-media {
    display: block;
  }

  .float-blog-subs {
    display: block;
  }

  .float-social-media img {
    margin-right: 10px
  }

  .blog-floating-sub-btn {
    padding-block: 4px;
  }

  .live-demo-card {
    grid-template-columns: repeat(2, 1fr);
    padding-block: 50px;
  }

  .Slider-image {
    display: none;
  }

  .Reserve-CTA {
    text-align: center;
  }

  .Category-blogs-inner {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .Category-blogs {
    grid-template-columns: repeat(1, 1fr);
  }

  .Category-blog-sides {
    grid-template-columns: 1fr 1fr;
  }

  .Course-Contact-Us-Para {
    padding-inline: 0rem;
  }

  .Course-Contact-US-Main-Section {
    padding-bottom: 2rem !important;
  }

  .Course-Contact-Us-h {
    font-size: 30px;
  }

  .Course-Contact-Us-p {
    font-size: 16px;
  }

  .Course-Contact-Us-btn {
    font-size: 14px;
    padding: 3px 20px;
  }

  .Course-Contact-Us-sub-btn {
    padding: 5px 15px;
    font-size: 14px;
  }

  .Course-Contact-Us-container {
    width: unset;
  }

  .CU-Contact-Us-cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .Contact-Us-Full-Form-Details {
    background-image: none;
    background-color: #ffffff;
  }

  .CU-bright-h {
    font-size: 26px;
  }

  .CU-bright-p {
    font-size: 15px;
  }

  .CU-bright-Sub-p {
    font-size: 14px;
  }

  .Course-contact-us-O-h {
    font-size: 18px;
  }

  .AC-banner-cta-p {
    font-size: 0.8rem;
  }

  .AC-banner-cta-h {
    font-size: 1.15rem;
  }

  .AC-cta-Main-Content-Box {
    width: 35%;
  }

  .R-P-Banner-section {
    height: 240px;
  }

  .Main-Course-User-Authentication-Screens-Forgot-Password-Section-Container {
    grid-template-columns: 1fr;
    margin-block: 20px;
  }

  .Main-Course-UA-FP-Main-heading,
  .Main-Course-UA-FP-Main-Para {
    text-align: center;
  }

  .Main-Course-User-Authentication-Screens-Check-Your-Email-Section-Container {
    grid-template-columns: 1fr;
    margin-block: 20px;
  }

  .Main-Course-UA-CYE-Main-heading,
  .Main-Course-UA-CYE-Main-Para {
    text-align: center;
  }

  .Main-Course-User-Authentication-Create-New-Password-Successfully-Changed-Img {
    width: 110px;
    height: 130px;
  }

  .Main-Course-Create-New-Password-S-Heading {
    font-size: 28px;
    margin-block: 15px;
  }

  .Main-Course-Create-New-Password-S-Para {
    font-size: 20px;
  }

  .Main-Course-User-Authentication-Screens-Section-Container {
    grid-template-columns: 1fr;
    margin-block: 20px;
  }

  .Main-Course-User-Authentication-Enter-The-OTP-Successfully-Changed-Img {
    width: 110px;
    height: 130px;
  }

  .Main-Course-Enter-The-OTP-S-Heading {
    font-size: 28px;
    margin-block: 15px;
  }

  .Main-Course-Enter-The-OTP-S-Para {
    font-size: 20px;
  }

  .Main-Course-Banner-Section {
    display: block;
  }

  .Main-Course-Page-Hero-Img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .Main-Course-Why-techleads-Section {
    display: block;
  }

  .Main-Course-Why-Techleads-heading {
    margin-bottom: 20px;
  }

  .Why-Techleads-heading-adj {
    display: none;
  }

  .Main-Course-Why-techleads-card-Section {
    margin-top: 20px;
  }

  .Is-This-Course-Right-Segments {
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
  }

  .Main-Course-Curriculum-Details-container {
    display: none;
  }

  .Main-Course-Curriculum-Details-container-Mobile-View {
    display: block;
  }

  .Main-Course-Curriculum-Details-content-Dropdown-Main-Header {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
  }

  .Main-Course-Curriculum-Details-content-MVDropdown-No-Lessons {
    text-align: end;
  }

  .Main-Course-Hear-From-Our-Learners-V-video-container,
  .Main-Course-Curriculum-Details-Demo-V-video-container {
    width: 80vw;
  }

  .Main-Course-CTA-banner-content4 {
    width: 60%;
  }

  .Main-Course-Successful-Alumni-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .Main-Course-Award-Winning-Job-Trends-Icon {
    width: 122px;
    height: 182px;
  }

  .Main-Course-Award-Winning-Heading {
    font-size: 24px;
  }

  .Main-Course-Award-Winning-Small-Icon {
    height: 24px;
    width: 24px;
  }

  .Main-Course-Badge-Of-Excellence-Section-Whole-Content {
    display: block;
  }

  .Main-Course-Badge-Of-Excellence-Card-Section {
    margin-top: 30px
  }

  .Main-Course-Placements-Path-Steps-We-Follow-Container {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .Main-Course-Placements-Path-Steps-We-Follow-Left {
    position: relative;
    top: 0;
  }

  .Main-Course-Related-Blogs-S-sub-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .Main-Course-Related-Blogs-S-card:nth-child(3) {
    transform: translateX(54%);
    justify-self: center;
    margin: 0 auto;
  }

  .Main-Course-Get-Notified-About-Blogs-newsletter-p,
  .newsletter-p,
  .Hero-notified-p {
    font-size: 16px;
  }

  .Main-Course-Get-Notified-About-Blogs-newsletter-btn,
  .newsletter-btn {
    font-size: 14px;
    padding: 3px 20px;
  }

  .Main-Course-Get-Notified-About-Blogs-newsletter-sub-btn,
  .newsletter-sub-btn {
    padding: 5px 15px;
    font-size: 14px;
  }

  .Main-Course-Get-Notified-About-Blogs-newsletter-container {
    width: unset;
  }

  .Main-Course-Get-In-Touch-Section {
    flex-direction: column;
    gap: 0px;
  }

  .Main-Course-Footer-Copyright-Section {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 7px;
  }

  .Main-Course-CP-FYNJ-Filter-Icon-Section {
    text-align: end;
    display: block;
    margin-top: 20px;
  }

  .sidebar-popup {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: bottom 0.3s ease;
    z-index: 9999;
  }

  .sidebar-popup.open {
    bottom: 0;
  }

  .sidebar-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    padding-top: 0px;
  }

  .Main-Course-CP-FYNJ-Left-Part-Filters {
    top: unset !important;
    max-height: 98vh;
    padding-top: 0px;
  }

  .Main-Course-CP-FYNJ-Close-Button {
    color: #ffffff;
    background-color: #B50404;
    border: none;
    padding: 8px 32px;
    font-size: 14px;
    display: flex;
  }

  .Main-Course-CP-FYNJ-Apply-Button {
    color: #ffffff;
    background-color: #0C65B2;
    border: none;
    padding: 8px 32px;
    font-size: 14px;
    display: flex;
  }

  .Main-Course-CP-FYNJ-Right-Part-Filters {
    width: 100%;
  }

  .Main-Course-CJD-Main-Section {
    display: block;
  }

  .Main-Course-CP-FYD-Stay-Connected-Section {
    margin-top: 20px;
  }

  .Main-Course-TLI-Common-Header-login-btn {
    font-size: 14px;
  }

  .C-Webinar-Page-margin-section {
    margin-inline: 30px;
    margin-block: 20px;
  }

  .AC-banner-hero-h1 {
    font-size: 1.75rem;
  }

  .footer-text {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto auto;
  }

  .grid-item:first-child {
    grid-column: 1 / 3;
  }

  .demo_banner {
    min-height: 410px;
  }

  .Main-Course-HP-WTL-search-wrapper {
    width: 90%;
  }

  .Main-Course-HP-What-To-Learn-container {
    width: 90%;
  }

  .Main-Course-HP-Hero-Section-Para {
    font-size: 16px;
  }

  .Main-Course-Home-Page-Hero-Section-Content {
    padding: 30px 20px 0px 30px;
  }

  .Main-Course-Home-Page-Get-In-Touch-Section {
    flex-direction: column;
    gap: 0px;
  }

  .Main-Course-Home-Page-Get-In-Touch-Heading {
    font-size: 28px;
  }

  .Main-Course-Home-Page-Placements-Path-Steps-We-Follow-Container {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .Main-Course-Home-Page-Placements-Path-Steps-We-Follow-Left {
    position: relative;
    top: 0;
  }

  .Main-Course-Home-Page-Footer-Copyright-Section {
    justify-content: center;
    flex-wrap: wrap;
  }

  .Main-Course-HP-Why-Are-We-Different-Content-Section,
  .Main-Course-HP-CTA-img-section {
    overflow-y: hidden;
  }


  .WADFOS-1 {
    transform: translateY(100px);
    animation: slideInLeft 0.6s ease forwards;
    animation-delay: 0.2s;
  }

  .WADFOS-2 {
    transform: translateY(100px);
    animation: slideInRight 0.6s ease forwards;
    animation-delay: 0.4s;
  }

  .WADFOS-3 {
    transform: translateY(100px);
    animation: slideInLeft 0.6s ease forwards;
    animation-delay: 0.6s;
  }

  .WADFOS-4 {
    transform: translateY(100px);
    animation: slideInRight 0.6s ease forwards;
    animation-delay: 0.8s;
  }

  .WADFOS-5 {
    transform: translateY(100px);
    animation: slideInLeft 0.6s ease forwards;
    animation-delay: 1s;
  }

  .WADFOS-6 {
    transform: translateY(100px);
    animation: slideInRight 0.6s ease forwards;
    animation-delay: 1.2s;
  }

  /* Animations */
  @keyframes slideInLeft {
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes slideInRight {
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  .Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-btn {
    font-size: 14px;
    padding: 3px 20px;
  }

  .Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-container {
    width: unset;
  }

  .Main-Course-Home-Page-Related-Blogs-S-sub-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .Main-Course-Home-Page-Related-Blogs-S-card:nth-child(3) {
    transform: translateX(54%);
    justify-self: center;
    margin: 0 auto;
  }

  .Main-Course-Home-Page-Related-Blogs-S-img {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
  }

  .Header-All-Category-Icon {
    height: 60px;
    width: 60px;
  }

  .Header-All-Category-Icon-card-Container {
    width: 80%;
  }

  .Header-SAP-Content {
    width: 100%;
  }

  .TLI-H-M-Main-Course-TLI-Common-Header-login-btn {
    font-size: 14px;
  }

  .TLI-H-M-Header-All-Category-Icon-card-Container {
    width: 80%;
  }

  .TLI-H-M-Header-SAP-Content {
    width: 100%;
  }

  .TLI-H-M-mobile-dropdown {
    left: -23vw;
    width: 80vw !important;
  }

  .Main-Course-FAQ-Section-item {
    width: 100%;
  }

  .CJA-Resume-File-Upload-container {
    --folder-W: 90px;
    --folder-H: 60px;
    height: calc(var(--folder-H) * 2.6);
    margin-top: 4rem;
  }

  .CJA-Resume-File-Upload-tip {
    width: 70px;
    height: 18px;
  }

  .CJA-Resume-File-Upload-folder {
    left: calc(50% - 40px);
  }

  .Main-Course-CP-CJA-Job-Abouts-Company-Details-Heading {
    font-size: 20px;
  }

  .Main-Course-CJA-About-Job-Company-Logo {
    height: 65px;
    width: 65px;
  }

  .j-c-cen {
    justify-content: center !important;
  }

  .mb-m2 {
    margin-bottom: 10px;
  }

  .C-Webinar-Page-Mentor-message {
    padding: 10px 14px !important;
  }

  .mt-25px {
    margin-top: 25px;
  }

  .enquiry-btn {
    padding: 4px 18px !important;
    font-size: 14px !important;
  }

  .C-Webinar-Page-image {
    position: unset;
  }

  .p-mdd-3 {
    padding: 1rem !important;
  }

  .C-Webinar-Page-hero {
    display: flex !important;
    justify-content: center !important;
    flex-direction: column-reverse;
  }

  .C-Webinar-Page-About-content {
    padding: 14px;
  }

  .C-Webinar-Page-about-heading {
    font-size: 26px !important;
  }

  .C-Webinar-Page-about-para {
    font-size: 14px !important;
  }

  .C-Webinar-Page-about-btn {
    font-size: 12px !important;
    padding: 5px 4px !important;
  }

  .Main-Course-Why-Are-Different-From-Others-Card-Section {
    position: static !important;
  }

  .BAI-Resume-File-Upload-container {
    --folder-W: 90px;
    --folder-H: 60px;
    height: calc(var(--folder-H) * 2.6);
    margin-top: 4rem;
  }

  .Hero-Form-D-fl-J-Cen {
    display: flex;
    justify-content: center;
  }

  .All-Courses-Common-Header-container {
    display: none !important;
  }

  .TLI-H-M-All-Courses-Common-Header-container {
    display: none !important;
  }

  .mobile-header {
    display: block;
    background: #1f2731;
    position: relative;
    z-index: 100;
  }

  .mobile-header-topbar {
    display: flex;
    align-items: center;
    height: 56px;
  }

  .mobile-courses-btn {
    background: #0d6efd;
    color: #fff;
    border-radius: 6px;
    padding: 11px 18px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
  }

  .mobile-dropdown {
    background: #2c333d;
    width: 100%;
    display: none;
    flex-direction: column;
    position: relative;
    z-index: 100;
    padding-bottom: 10px;
  }

  .mobile-dropdown.open {
    display: flex;
  }

  .mobile-menu-group {
    display: flex;
    flex-direction: column;
  }

  .mobile-menu-item {
    padding: 15px 22px;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #283142;
    background: none;
    text-align: left;
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-panel-content {
    background: #232a34;
    padding: 10px 20px;
    display: none;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    animation: slideDown 0.2s ease;
  }

  .mobile-panel-content.open {
    display: flex;
  }

  .All-Category-Panel-Centered.open {
    align-items: center;
  }

  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .TLI-H-M-site-header {
    min-height: 48px;
    padding: 0 10px;
  }

  .TLI-H-M-site-header .TLI-H-M-logo {
    margin-left: 10px;
    font-size: 20px;
  }

  .TLI-H-M-site-header nav {
    margin-right: 10px;
    gap: 16px;
  }

  .TLI-H-M-site-header nav a {
    font-size: 14px;
  }

  .BAI-Resume-File-Upload-tip {
    width: 70px;
    height: 18px;
  }

  .BAI-Resume-File-Upload-folder {
    left: calc(50% - 40px);
  }

  .Main-Course-CP-BAI-Job-Abouts-Company-Details-Heading {
    font-size: 20px;
  }

  .BAI-Main-Company-Heading-Job-Pref {
    font-size: 16px;
  }

  .Main-Course-CP-SMJLT-Submit-Button {
    padding: 8px;
  }

  .TLI-H-M-mobile-header {
    display: block;
    position: relative;
    z-index: 90;
  }

  .TLI-H-M-mobile-header-topbar {
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 16px;
  }

  .TLI-H-M-mobile-courses-btn {
    background: #0d6efd;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 18px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  /* Animate All Courses dropdown with max-height */
  .TLI-H-M-mobile-dropdown {
    background: #2c333d;
    width: 100%;
    max-height: 0;
    overflow: scroll;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    flex-direction: column;
    position: absolute;
    z-index: 100;
  }

  .TLI-H-M-mobile-dropdown.open {
    max-height: 600px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;

  }

  .TLI-H-M-mobile-menu-group {
    display: flex;
    flex-direction: column;
  }

  .TLI-H-M-mobile-menu-item {
    padding: 15px 22px;
    font-size: 16px;
    color: #fff;
    border: none !important;
    border-bottom: 1px solid rgba(73, 73, 73, 1) !important;
    background: none;
    text-align: left;
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .TLI-H-M-mobile-panel-content {
    background: #232a34;
    padding: 10px 20px;
    display: none;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    animation: slideDown 0.2s ease;
  }

  .TLI-H-M-mobile-panel-content.open {
    display: flex;
  }

  .TLI-H-M-All-Category-Panel-Centered.open {
    align-items: center;
  }

  .Hands-On-Projects-Main-img {
    width: 130px;
    height: 235px;
  }

  .Hands-On-Projects-side-img {
    width: 130px;
    height: 111px;
  }

  .Main-Course-HandsonProject-Sub-Div,
  .Main-Course-HandsonProject-Main-Div {
    gap: 13px;
  }

  .Main-Course-Hands-on-Project-card-section {
    grid-template-columns: repeat(1, 1fr);
  }

  .Main-Course-Watch-Our-Demo-Section {
    grid-template-columns: 1fr;
  }

  .Main-Course-Choose-Your-Right-Plan-Pricing-Grid-card {
    grid-template-columns: repeat(2, 1fr);
  }

  .Main-Course-Placements-Path-Steps-We-Follow-Card {
    margin-bottom: 20px;
  }

  .Main-Course-Top-Industry-Professional-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0px;
  }

  .Main-Course-Top-Industry-Professional-info-Position-Name {
    margin-bottom: 0px;
  }

  .Main-Course-Home-Page-C-Section-Heading,
  .Main-Course-YPTS-Main-heading,
  .Home-Page-Hiring-Partners-Trusted-By-Top-Companies-Heading,
  .Main-Course-Home-Page-Related-Blogs-S-heading,
  .Main-Course-Home-Page-FAQ-Section-h,
  .Main-Course-Home-Page-Get-In-Touch-Heading,
  .Main-Course-Key-Feature-Main-heading,
  .Main-Course-T-and-M-Card-heading,
  .Main-Course-Why-Techleads-heading,
  .Is-this-course-right-for-you-M-Heading,
  .Main-Course-Curriculum-Details-Main-Heading,
  .Main-Course-Watch-Our-Demo-Section-heading,
  .Main-Course-Expert-Guidance-Main-Heading,
  .Hiring-Partners-Trusted-By-Top-Companies-Heading,
  .Main-Course-Company-Waiting-For-You-Heading,
  .Main-Course-ERP-Job-Trends-Heading,
  .Main-Course-Success-Stories-Of-Our-Proud-Achievers-Heading,
  .Main-Course-Top-Oracle-Cloud-SCM-Certifications-Heading,
  .Main-Course-Top-Industry-Professionals-Heading,
  .Main-Course-Related-Course-Card-heading,
  .Main-Course-Related-Blogs-S-heading,
  .Main-Course-Hands-on-Project-Main-h,
  .Main-Course-Upcoming-Demo-Section-Heading,
  .Main-Course-What-Our-Student-Say-Section-Heading,
  .Main-Course-Hear-From-Our-Learners-Heading,
  .Main-Course-Choose-Your-Right-Plan-Heading,
  .Main-Course-LMS-Portal-Heading,
  .Main-Course-Estimated-Job-Openings-Heading,
  .Main-Course-Badge-Of-Excellence-Section-Heading,
  .Main-Course-Get-In-Touch-Heading,
  .Main-Course-FAQ-Section-h,
  .Main-Course-CP-FYNJ-Heading,
  .Course-Contact-Us-Main-Heading {
    font-size: 28px;
  }

  .SR-register-f-para {
    padding-inline: 2rem;
  }

  .Upcoming-Batches-Cards-Section {
    grid-template-columns: repeat(2, 1fr);
  }

  .Upcoming-Batches-image img {
    max-width: 340px;
  }

  .Upcoming-Batches-info p {
    font-size: 14px;
  }

  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (max-width:930px) {
  .All-category-CTA-btn {
    font-size: 14px;
  }

  .All-category-CTA-banner-content {
    padding: 40px 0px 40px 40px;
    width: 55%;
  }

  .md-strip-none {
    display: none !important;
  }

  .Main-Course-Banner-Strip {
    justify-content: space-around;
  }

  .Main-Course-HP-CTA-btn {
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  .hamburger {
    display: block;
  }

  .sm-enquiry-btn {
    display: block !important;
  }

  .md-enquiry-btn {
    display: none !important;
  }

  .nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 20px;
    background: #04121f;
    border-radius: 5px;
    width: 200px;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  }

  .nav.active {
    display: flex;
  }

  .nav a {
    padding: 10px 0;
  }

  .nav a:last-child {
    border-bottom: none;
  }

  .md-device {
    display: none !important;
  }

  .md-device.active {
    display: block !important;
    white-space: break-spaces;
  }

  .Main-Course-Home-Page-Hero-Section-Side-Image {
    width: 33vw !important;
  }

  .All-category-Main-Section {
    display: block;
  }

  .Sidebar-adj {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  .All-category-course-card {
    width: -moz-fit-content;
    width: fit-content;
  }

  .All-category-course-cards {
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    gap: 10px;
  }

  .AC-have-que-section {
    display: none;
  }

  .Main-Course-FAQ-Section-p {
    font-size: 14px;
  }

  .Main-Course-FAQ-Section-container {
    display: block;
    padding: 40px 30px 0px 30px;
  }

  .Main-Course-FAQ-Section-Container-Section {
    padding: 0px;
  }

  .Main-Course-FAQ-Section-content-Answer {
    font-size: 14px;
  }

  .Main-Course-FAQ-Section-heading-content {
    margin-bottom: 20px;
  }

  .MC-FAQ-CTA-end-button-container {
    padding: 30px;
  }

  .MC-FAQ-CTA-Button-Para {
    margin-top: 0px;
  }
}


@media (max-width:850px) {
  .Main-Course-Lms-Portal-tabs {
    justify-content: unset;
  }

  .lesson-popup-video {
    min-width: 560px;
  }

  .Main-Course-Footer-Section {
    flex-direction: column;
    row-gap: 20px;
  }

  .Main-Course-Footer-Wrap-Section {
    row-gap: 15px;
  }

  .Main-Course-Home-Page-Footer-Section {
    flex-direction: column;
    row-gap: 20px;
  }

  .Main-Course-Home-page-Footer-Wrap-Section {
    row-gap: 15px;
  }

  .Main-Course-Home-Page-Become-Instructor-Section {
    width: 180px;
    height: 30px;
  }

  .Main-Course-HP-Explore-Our-Top-Courses-Content-Bg {
    min-height: 340px;
  }
}

@media (max-width:820px) {

  .All-category-Sort-text,
  .All-category-Search-text {
    display: none;
  }

  .All-category-Search-option {
    width: 180px;
    border: none;
    background: none;
    justify-content: end;
  }

  .All-category-box {
    width: 180px;
  }
}

@media (max-width:700px) {
  .Category-blog-sides {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 1249px) {
  .C-Webinar-Page-Oppurtunity-banner p {
    font-size: 22px;
    padding: 0px 90px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .card {
    height: 400px !important;
  }

  .flipped-content {
    font-size: 14px !important;
  }

  .post-image {
    height: 50px;
  }

  .category-btn {
    padding-inline: 8px;
  }

  .Main-Course-Successful-Alumni-card {
    height: 400px !important;
  }

  .Main-Course-Successful-Alumni-flipped-content {
    font-size: 14px !important;
  }

  .C-Webinar-Page-Oppurtunity-banner-para {
    font-size: 1.1rem;
    font-weight: 500;
  }

  .C-Webinar-Page-countdown span {
    font-size: 2rem;
  }

  .C-Webinar-Page-hero-img {
    width: 170% !important;
  }

  .C-Webinar-Page-Mentor-heading {
    font-size: 23px !important;
  }

  .C-Webinar-Page-Mentor-para {
    font-size: 16px !important;
  }
}

@media (min-width: 768px) and (max-width: 870px) {
  .C-Webinar-Page-About-content {
    padding: 20px;
  }

  .Main-Course-Home-Page-Hero-Section-Side-Image {
    width: 260px !important;
    height: 329px !important;
  }
}

@media (min-width:767px) {
  .free-demo-pl {
    padding-left: 0px !important;
  }

  .free-demo-pr {
    padding-right: 0px !important;
  }
}

@media (min-width:768px) {
  .session-details {
    position: sticky;
    top: 10px;
  }

  .Contact-Form-Banner-6,
  .Contact-Form-Banner-4 {
    padding-right: 40px;
    padding-bottom: 0px;
  }

  .Main-Course-CTA-banner-h4,
  .Main-Course-CTA-banner-p4 {
    width: 70%;
  }

  .Header-Oracle-Fusion-Content:nth-child(13) {
    border-bottom: none;
  }

  .C-Webinar-Page-hero-img-X {
    transform: translateX(-50%) !important;
  }

  .w-80 {
    width: 80%;
  }

  .C-Webinar-Page-content h1 {
    font-size: 4.1vw;
  }

  .C-Webinar-Page-content p {
    font-size: 1.8vw;
  }

  .col-rev {
    display: flex;
    flex-direction: row-reverse;
  }
}

@media (min-width:769px) {
  .align-me {
    display: none;
  }

  .MB-AC-have-que-section {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 870px) {

  .Main-Course-CTA-banner-content2,
  .Main-Course-CTA-banner-content3,
  .Main-Course-CTA-banner-content4,
  .Main-Course-CTA-banner-content5 {
    width: 75%;
  }
}

@media (min-width: 768px) and (max-width: 850px),
(max-width: 470px) {
  .leave-comment-in-mob {
    display: none;
  }

  .leave-comment-in-cust-screen {
    display: flex;
    color: white;
    gap: 15px;
    margin-bottom: 20px;
  }
}

@media (min-width:700px) {
  .Category-blogs {
    position: sticky;
    top: 20px;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media (min-width:901px),
(max-width:850px) and (min-width:650px) {
  .All-category-course-cards {
    display: grid;
    grid-gap: 15px;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .hero-card {
    width: 210px;
  }

  .hero-card-h {
    font-size: 14px;
  }

  .hero-card-p {
    font-size: 10px;
  }

  .hero-card img {
    height: 35px;
  }

  .hero-card-section {
    transform: translateY(-135px);
  }

  .hero-section-content {
    margin-bottom: 7rem;
  }

  .key-benefits-segments {
    grid-template-columns: repeat(1, 1fr);
  }

  .key-segment-card {
    margin-top: 10%;
  }

  .demo_stars img {
    height: 22px;
  }

  .trusted-img2 {
    height: 32px;
    margin-bottom: 10px;
    width: 120px;
  }

  .trusted-img1 {
    height: 40px;
    width: 113px;
  }

  .trusted-img3 {
    height: 40px;
    margin-bottom: 0px;
    width: 160px;
  }

  .Alumni-h {
    font-size: 26px;
  }

  .Register-form-h {
    font-size: 26px;
  }

  .Faq-section-h {
    font-size: 28px;
  }

  .Faq-section-p {
    font-size: 14px;
    padding: 8px 1rem;
  }

  .content {
    width: 90%;
  }

  .content-h {
    font-size: 1.5em;
  }

  .content-para,
  .imp-content-para {
    font-size: 0.9em;
  }

  .time-box span {
    font-size: 1.2em;
  }

  .limited-seats-btn {
    font-size: 0.8rem;
  }

  .timer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    gap: 10px;
    align-items: center;
  }

  .All-category-img-section img {
    width: 174px !important;
    height: 229px !important;
  }

  .banner {
    height: 60vh;
  }

  .margin-section {
    margin: 25px;
    margin-bottom: 0px;
  }

  .newsletter-h {
    font-size: 24px;
  }

  .related-blogs-sub-section {
    gap: 20px;
  }

  .blog-content-h,
  .T-C-Sub-Heading,
  .T-C-Sub-Para {
    font-size: 16px;
  }

  .user-name {
    font-size: 12px;
  }

  .blog-content-p {
    font-size: 13px;
  }

  .blog-content-span {
    font-size: 14px;
  }

  .related-blogs-heading {
    font-size: 28px;
  }


  .R-P-Main-Para {
    font-size: 14px;
  }

  .R-P-Sub-Main-Heading,
  .R-P-Sub-Heading {
    font-size: 18px;
  }

  .carousel-container {
    margin: auto;
  }

  .author-section {
    display: none;
  }

  .summary-container {
    display: block;
  }

  .summary-content {
    width: 100%;
    padding: 0px;
  }

  .promotional-content {
    width: 100%;
  }

  .top-posts {
    width: 65%;
  }

  .categories {
    width: 65%;
  }

  .Comment-form {
    grid-template-columns: repeat(3, 1fr);
  }

  .centering {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .blog-icon-align {
    gap: 5px;
  }

  .summary-container {
    display: none;
  }

  .mobile-view {
    display: block;
    padding: 25px;
  }

  .courses-list {
    margin-top: 40px;
  }

  .align-me {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .follow-h,
  .follow-us-section {
    margin-top: 0px;
    text-align: left;
  }

  .align-me-3 {
    margin-top: 20px;
  }

  .align-me-4 {
    margin-top: 30px;
  }

  .author-section-in-mob {
    font-size: 14px;
  }

  .follow-img {
    height: 35px;
    width: 35px;
  }

  .float-social-media,
  .float-blog-subs,
  .dividing-line {
    display: none;
  }

  .yt-mb-icon {
    display: block;
    border: none;
    background-color: rgba(144, 22, 0, 1);
    padding-block: 14px;
    padding-inline: 10px;
    border-radius: 50px;
    position: absolute;
    top: -90%;
    right: 5%;
  }

  .blog-author-h {
    font-size: 14px;
    font-weight: 400;
  }

  .blog-author-name {
    font-size: 14px;
    font-weight: 500;
  }

  .Category-Section {
    padding: 20px;
  }

  .Course-Contact-Us-Main-Heading {
    font-size: 26px;
  }

  .Course-Contact-Us-notified-card {
    padding: 40px
  }

  .Course-Contact-Us-notified-h {
    font-size: 28px;
  }

  .Course-Contact-Us-notified-p,
  .T-C-Main-Para {
    font-size: 16px;
  }

  .Contact-Us-Full-Form-Sections {
    display: block;
  }

  .Course-Contact-Map-Section {
    flex-direction: column;
  }

  .CU-bright-form {
    margin-top: 15px;
  }

  .AC-hero-section {
    padding: 40px 15px;
    min-height: 300px;
  }

  .AC-banner-hero-h1 {
    font-size: 1.5rem;
  }

  .AC-banner-hero-p {
    font-size: 0.95rem;
  }

  .AC-banner-cta-h {
    font-size: 1.25rem;
  }

  .AC-banner-cta-p {
    font-size: 0.9rem;
  }

  .All-category-CTA-banner {
    margin-top: 10rem;
  }

  .All-category-CTA-banner-content {
    padding: 60px 40px;
    width: 100%;
  }

  .All-category-img-section {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 5%;
    bottom: unset;
    transform: translate(-50%, -85%);
  }

  .AC-cta-Main-Content-Box {
    width: 60%;
  }

  .AC-banner-content {
    flex-direction: column;
  }

  .AC-banner-side-content {
    width: 80%;
    text-align: center;
  }

  .P-P-banner-section-img {
    height: 110px;
    width: 110px;
  }

  .R-P-banner-section-img {
    height: 110px;
    width: 170px;
  }

  .R-P-Banner-section {
    height: 170px;
  }

  .T-C-banner-section-img {
    height: 90px;
    width: 81px;
  }

  .T-C-Banner-section,
  .P-P-Banner-section,
  .R-P-Banner-section {
    height: 170px;
  }

  .card {
    flex-direction: column;
  }

  .Main-Course-User-Authentication-Signup-left-side,
  .Main-Course-User-Authentication-Signup-right-side {
    padding: 10px;
  }

  .Main-Course-User-Authentication-Signup-form-row {
    flex-direction: column;
  }

  .Main-Course-User-Authentication-Signin-left-side,
  .Main-Course-User-Authentication-Signin-right-side {
    padding: 10px;
  }

  .Main-Course-User-Authentication-Signin-form-row {
    flex-direction: column;
  }

  .Main-Course-User-Authentication-Forgot-Password-left-side,
  .Main-Course-User-Authentication-Forgot-Password-right-side {
    padding: 10px;
  }

  .Main-Course-User-Authentication-Forgot-Password-form-row {
    flex-direction: column;
  }

  .Main-Course-User-Authentication-Check-Your-Email-left-side,
  .Main-Course-User-Authentication-Check-Your-Email-right-side {
    padding: 10px;
  }

  .Main-Course-User-Authentication-Check-Your-Email-form-row {
    flex-direction: column;
  }

  .Main-Course-User-Authentication-Create-New-Password-left-side,
  .Main-Course-User-Authentication-Create-New-Password-right-side {
    padding: 10px;
  }

  .Main-Course-User-Authentication-Create-New-Password-form-row {
    flex-direction: column;
  }

  .Main-Course-User-Authentication-Create-New-Password-Successfully-Changed-Img {
    width: 73px;
    height: 84px;
  }

  .Main-Course-Create-New-Password-S-Heading {
    font-size: 24px;
    margin-block: 15px;
  }

  .Main-Course-Create-New-Password-S-Para {
    font-size: 18px;
  }

  .Main-Course-User-Authentication-Enter-The-OTP-left-side,
  .Main-Course-User-Authentication-Enter-The-OTP-right-side {
    padding: 10px;
  }

  .Main-Course-User-Authentication-Enter-The-OTP-form-row {
    flex-direction: column;
  }

  .Main-Course-User-Authentication-Enter-The-OTP-Successfully-Changed-Img {
    width: 73px;
    height: 84px;
  }

  .Main-Course-Enter-The-OTP-S-Heading {
    font-size: 24px;
    margin-block: 15px;
  }

  .Main-Course-Enter-The-OTP-S-Para {
    font-size: 18px;
  }

  .Main-Course-Key-Feature-Cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .Main-Course-Key-Feature-Main-heading {
    font-size: 26px;
  }

  .Main-Course-Home-Page-C-Section-Heading,
  .Main-Course-YPTS-Main-heading,
  .Home-Page-Hiring-Partners-Trusted-By-Top-Companies-Heading,
  .Main-Course-Home-Page-Related-Blogs-S-heading,
  .Main-Course-Home-Page-FAQ-Section-h,
  .Main-Course-Home-Page-Get-In-Touch-Heading,
  .Main-Course-Key-Feature-Main-heading,
  .Main-Course-T-and-M-Card-heading,
  .Main-Course-Why-Techleads-heading,
  .Is-this-course-right-for-you-M-Heading,
  .Main-Course-Curriculum-Details-Main-Heading,
  .Main-Course-Watch-Our-Demo-Section-heading,
  .Main-Course-Expert-Guidance-Main-Heading,
  .Hiring-Partners-Trusted-By-Top-Companies-Heading,
  .Main-Course-Company-Waiting-For-You-Heading,
  .Main-Course-ERP-Job-Trends-Heading,
  .Main-Course-Success-Stories-Of-Our-Proud-Achievers-Heading,
  .Main-Course-Top-Oracle-Cloud-SCM-Certifications-Heading,
  .Main-Course-Top-Industry-Professionals-Heading,
  .Main-Course-Related-Course-Card-heading,
  .Main-Course-Related-Blogs-S-heading,
  .Main-Course-Hands-on-Project-Main-h,
  .Main-Course-Upcoming-Demo-Section-Heading,
  .Main-Course-What-Our-Student-Say-Section-Heading,
  .Main-Course-Hear-From-Our-Learners-Heading,
  .Main-Course-Choose-Your-Right-Plan-Heading,
  .Main-Course-LMS-Portal-Heading,
  .Main-Course-Estimated-Job-Openings-Heading,
  .Main-Course-Badge-Of-Excellence-Section-Heading,
  .Main-Course-Get-In-Touch-Heading,
  .Main-Course-FAQ-Section-h,
  .Main-Course-CP-FYNJ-Heading,
  .Course-Contact-Us-Main-Heading {
    font-size: 26px;
  }

  .Why-Techleads-Sub-para {
    font-size: 14px;
  }

  .Why-Techleads-Sub-heading {
    font-size: 18px;
  }

  .Is-this-course-right-for-you-M-Para {
    font-size: 18px;
  }

  .Main-Course-CTA-banner1 {
    margin-top: 10rem;
  }

  .Main-Course-CTA-banner-content1 {
    padding: 50px 40px 20px 40px;
    width: 100%;
  }

  .Main-Course-img-section1 {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 5%;
    width: -moz-fit-content;
    width: fit-content;
    bottom: unset;
    transform: translate(-50%, -85%);
  }

  .Main-Course-img-section1 img {
    height: 165px !important;
    width: 160px !important;
  }

  .Main-Course-Hands-on-Project-Main-h,
  .Main-Course-Upcoming-Demo-Section-Heading,
  .Main-Course-What-Our-Student-Say-Section-Heading,
  .Main-Course-Hear-From-Our-Learners-Heading,
  .Main-Course-Choose-Your-Right-Plan-Heading,
  .Main-Course-LMS-Portal-Heading,
  .Main-Course-Estimated-Job-Openings-Heading,
  .Main-Course-Badge-Of-Excellence-Section-Heading,
  .Main-Course-Get-In-Touch-Heading,
  .Main-Course-FAQ-Section-h {
    font-size: 28px;
  }

  .Main-Course-Hands-on-Project-Main-p,
  .Main-Course-Upcoming-Demo-Section-Para,
  .Main-Course-Curriculum-Details-Main-Para,
  .Main-Course-What-Our-Student-Say-Section-Para,
  .Main-Course-Hear-From-Our-Learners-Para,
  .Main-Course-Choose-Your-Right-Para,
  .Main-Course-LMS-Portal-Para,
  .Main-Course-ERP-Job-Trends-Para,
  .Main-Course-Badge-Of-Excellence-Section-Para,
  .Main-Course-Top-Industry-Professionals-Para,
  .Main-Course-Related-Course-Card-Para,
  .Main-Course-Related-Blogs-S-para,
  .Main-Course-Why-Techleads-para {
    font-size: 18px;
  }

  .Main-Course-CTA-banner2 {
    margin-top: 13rem;
  }

  .Main-Course-CTA-banner-content2,
  .Main-Course-CTA-banner-content3,
  .Main-Course-CTA-banner-content4,
  .Main-Course-CTA-banner-content5,
  .Main-Course-CTA-banner-content6 {
    padding: 60px 40px;
    width: 100%;
  }

  .Main-Course-CTA-img-section2 {
    position: absolute;
    z-index: 99;
    left: 50%;
    width: -moz-fit-content;
    width: fit-content;
    top: 5%;
    bottom: unset;
    transform: translate(-50%, -85%);
  }

  .Main-Course-CTA-img-section2 img {
    height: 248px !important;
    width: 180px !important;
  }

  .Main-Course-Upcoming-Demo-Call-Sub-Section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .Main-Course-Upcoming-Demo-Details-M-img {
    width: 330px !important;
    height: 230px !important;
  }

  .Main-Course-Upcoming-Demo-Details-card {
    flex-grow: 0;
  }

  .Main-Course-Upcoming-Demo-Details-card,
  .Main-Course-Upcoming-Demo-Details-form-container,
  .Main-Course-Upcoming-Demo-have-que-section {
    width: 370px !important;
  }

  .Main-Course-Upcoming-Demo-Details-card-content-section-M {
    margin-top: 20px;
  }

  .Main-Course-Upcoming-Demo-Details-Request-Demo-form-heading {
    margin-bottom: 20px;
  }

  .Main-Course-Curriculum-Dwnld-Brochure {
    font-size: 16px;
  }

  .Main-Course-CTA-banner3 {
    margin-top: 15rem;
  }

  .Main-Course-CTA-img-section3 {
    position: absolute;
    z-index: 99;
    left: 50%;
    width: -moz-fit-content;
    width: fit-content;
    top: 5%;
    bottom: unset;
    transform: translate(-50%, -88%);
  }

  .Main-Course-Meet-Our-Founder-Sub-Section {
    grid-template-columns: 1fr;
  }

  .Main-Course-Meet-Our-Founder-Sub-Section> :nth-child(1) {
    order: 2;
  }

  .Main-Course-Meet-Our-Founder-Sub-Section> :nth-child(2) {
    order: 1;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: -moz-fit-content;
    width: fit-content;
  }

  .Main-Course-CTA-banner4 {
    margin-top: 10rem;
  }

  .Main-Course-CTA-img-section4 {
    position: absolute;
    z-index: 99;
    left: 50%;
    width: -moz-fit-content;
    width: fit-content;
    top: 10%;
    bottom: unset;
    transform: translate(-50%, -95%);
  }

  .Main-Course-Successful-Alumni-Main-heading {
    font-size: 26px;
  }

  .Main-Course-CTA-banner5 {
    margin-top: 16rem;
  }

  .Main-Course-CTA-img-section5 {
    position: absolute;
    z-index: 99;
    left: 50%;
    width: -moz-fit-content;
    width: fit-content;
    top: 5%;
    bottom: unset;
    transform: translate(-50%, -90%);
  }

  .Career-Path-You-Can-Explore-timeline {
    grid-template-columns: 1fr;
  }

  .Main-Course-O-C-Card-Heading {
    font-size: 16px;
  }

  .Main-Course-O-C-Card-Package {
    font-size: 24px;
  }

  .Main-Course-Award-Winning-Section {
    display: block;
    padding: 25px;
    border-radius: 20px;
  }

  .Main-Course-CTA-banner6 {
    margin-top: 6rem;
  }

  .Main-Course-CTA-img-section6 {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 15%;
    width: -moz-fit-content;
    width: fit-content;
    bottom: unset;
    transform: translate(-50%, -95%);
  }

  .Main-Course-CTA-img-section6 img {
    height: 160px !important;
    width: 252px !important;
  }

  .Main-Course-CTA-banner-h6 {
    width: 100%;
  }

  .Main-Course-CTA-banner-p6 {
    padding-right: 0px;
  }

  .Main-Course-Top-Industry-Professional-section {
    grid-template-columns: repeat(1, 1fr);
  }

  .Main-Course-Top-Industry-Professional-profile-container {
    margin: 20px auto !important;
  }

  .Main-Course-Related-Blogs-S-sub-section {
    gap: 20px;
  }

  .Main-Course-Related-Blogs-S-content-h {
    font-size: 16px;
  }

  .Main-Course-Related-Blogs-S-user-name {
    font-size: 12px;
  }

  .Main-Course-Related-Blogs-S-content-p {
    font-size: 13px;
  }

  .Main-Course-Related-Blogs-S-content-span {
    font-size: 14px;
  }

  .Main-Course-Related-Blogs-S-card {
    border-radius: 15px;
  }

  .Main-Course-Related-Blogs-S-img {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
  }

  .Main-Course-Get-Notified-About-Blogs-margin-section {
    margin: 25px;
  }

  .Main-Course-Get-Notified-About-Blogs-newsletter-h {
    font-size: 24px;
  }

  .Main-Course-Career-Page-banner-section-img {
    height: 110px;
    width: 110px;
  }

  .Main-Course-Upcoming-Batches-banner-section-img {
    height: 130px;
    width: 110px;
  }

  .Main-Course-Career-Page-Banner-section,
  .Main-Course-Upcoming-Batches-Banner-section {
    height: 260px;
  }

  .Main-Course-CP-FYNJ-What-To-Learn-CTA-S-container {
    grid-template-columns: 3fr 1.5fr;
  }

  .Main-Course-CP-FYNJ-What-To-Learn-btn {
    padding: 10px 8px;
    font-size: 12px;
  }

  .Main-Course-CP-FYNJ-What-To-Learn-container {
    padding: 5px !important;
  }

  .Main-Course-CP-FYNJ-What-To-Learn-container i {
    margin-left: 5px !important;
  }

  .Main-Course-CP-FYNJ-Heading {
    font-size: 24px;
  }

  .Main-Course-CP-FYNJ-CTA-banner-content {
    width: 100%;
    padding: 30px;
    text-align: center;
  }

  .Main-Course-CP-FYNJ-CTA-img-section {
    left: 50%;
    right: unset;
    top: -7%;
    transform: translate(-50%, -50%);
  }

  .Main-Course-CP-FYNJ-CL-CTA-button {
    left: 50%;
    transform: translateX(-50%);
  }

  .CP-FYNJ-Banner-CTA-Icon {
    width: 124px !important;
    height: 109px !important;
  }

  .Main-Course-CP-FYNJ-CTA-banner {
    margin-top: 6.5rem;
  }

  .Main-Course-CP-CJD-Job-Abouts-job-info-bar {
    font-size: 14px;
  }

  .CJD-Sub-Option-align-Para {
    font-size: 14px;
  }

  .Main-Course-CP-CJD-Job-Abouts {
    gap: 10px;
  }

  .Main-Course-CP-CJD-Job-Abouts-left-info {
    gap: 13px;
  }

  .positioned-CJD-Btn {
    padding: 12px 40px !important;
  }

  .Main-Course-CP-CJD-Job-Abouts-Company-Details-Para,
  .T-C-Main-Heading,
  .T-C-Sub-Main-Heading {
    font-size: 18px;
  }

  .Main-Course-CP-CJA-Main-Content-Section {
    width: 85%;
  }

  .CJA-Resume-File-Upload-OverlayBox {
    width: 90%;
  }

  .Main-Course-CJA-Form-Submit-Suc-Message {
    font-size: 24px;
  }

  .CJA-Form-Submit-Button,
  .Main-Course-Career-Page-Banner-Para-2,
  .Main-Course-Upcoming-Batches-Banner-Para-2 {
    font-size: 16px;
  }

  .Main-Course-TLI-Common-Header-icons {
    gap: 24px;
  }

  .Main-Course-TLI-Mobile-Header {
    display: contents;
  }

  .d-gr-jus {
    display: grid !important;
    justify-content: start;
    justify-items: start;
  }

  .mb-m3 {
    margin-bottom: 1rem;
  }

  .line-seperated {
    display: none;
  }

  .md-d-g {
    display: grid;
    justify-items: start;
  }

  .C-Webinar-Page-session-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .C-Webinar-Page-Mentor-heading {
    margin-top: 30px;
  }

  .demo_banner {
    min-height: 320px;
  }

  .content-h {
    font-size: 1.2em;
  }

  .demo_content {
    padding-block: 40px;
  }

  .Main-Course-HP-Empowering-Learners-B-P-Text {
    font-size: 12px;
  }

  .Main-Course-HP-Empowering-Learners-B-H-Text,
  .Main-Course-Career-Page-banner-section-h1,
  .Main-Course-Upcoming-Batches-banner-section-h1 {
    font-size: 20px;
  }

  .Main-Course-HP-Empowering-Learners-B-Icon {
    height: 25px;
    width: 25px;
  }

  .Main-Course-Home-Page-C-Section-Heading {
    font-size: 28px;
  }

  .Main-Course-HP-Voice-Of-Our-Learners-card {
    max-width: 100%;
  }

  .Main-Course-HP-CTA-banner {
    margin-top: 15rem;
  }

  .Main-Course-HP-CTA-banner-content {
    padding: 60px 40px;
    width: 100%;
  }

  .Main-Course-HP-CTA-img-section {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 5%;
    bottom: unset;
    transform: translate(-40%, -85%);
  }

  .Main-Course-Home-Page-Featured-Courses-Card-Section {
    gap: 20px;
  }

  .Main-Course-HP-Explore-Our-Top-Courses-Content {
    gap: 20px;
  }

  .Main-Course-Your-path-To-Sucess-Content-Section {
    grid-template-columns: 1fr;
  }

  .Main-Course-Home-Page-Hero-Section-Side-Image {
    width: 300px !important;
  }

  .Main-Course-Home-Page-Related-Blogs-S-sub-section {
    gap: 20px;
  }

  .Main-Course-Home-Page-Related-Blogs-S-user-name {
    font-size: 12px;
  }

  .Main-Course-Home-Page-Related-Blogs-S-content-span,
  .Main-Course-Career-Page-Banner-Para-1 {
    font-size: 14px;
  }

  .Main-Course-Home-Page-Related-Blogs-S-card {
    border-radius: 15px;
  }

  .Main-Course-HP-Hero-Section-Side-Image-div {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    transform: translateX(-50%);
    left: 50%;
    margin-top: 17%;
  }

  .Main-Course-HP-Hero-Section-Side-Image {
    position: static;
  }

  .Main-Course-HP-Hero-Section-Content-Text {
    width: 100%;
  }

  .Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-h,
  .Hero-notified-h,
  .T-C-banner-section-h1,
  .P-P-banner-section-h1,
  .R-P-banner-section-h1 {
    font-size: 24px;
  }

  .Main-Course-Home-Page-Get-Notified-About-Blogs-margin-section {
    margin: 25px;
  }

  .Home-Page-Hiring-Partners-Trusted-By-Top-Companies-Heading,
  .Main-Course-Home-Page-Related-Blogs-S-heading {
    font-size: 28px;
  }

  .Main-Course-CP-BAI-Main-Content-Section {
    width: 85%;
  }

  .BAI-Resume-File-Upload-OverlayBox {
    width: 90%;
  }

  .Main-Course-BAI-Form-Submit-Suc-Message {
    font-size: 24px;
  }

  .BAI-Form-Submit-Button {
    font-size: 16px;
  }

  .main-blog-h {
    font-size: 20px !important;
    width: 100%;
  }

  .Header-All-Category-Icon-card-Container {
    gap: 15px;
  }

  .Header-Oracle-Fusion-Content-Section {
    grid-template-columns: repeat(2, 1fr);
  }

  .Main-Course-TLI-Common-Header-icon-container,
  .Main-Course-TLI-Common-Header-login-btn,
  .Header-Enquiry-Btn {
    display: none;
  }

  .TLI-H-M-Main-Course-TLI-Common-Header-icons {
    gap: 24px;
  }

  .TLI-H-M-Main-Course-TLI-Common-Header-icon-container,
  .TLI-H-M-Main-Course-TLI-Common-Header-login-btn,
  .TLI-H-M-Header-Enquiry-Btn {
    display: none;
  }

  .TLI-H-M-Main-Course-TLI-Mobile-Header {
    display: contents;
  }

  .TLI-H-M-Header-All-Category-Icon-card-Container {
    gap: 15px;
  }

  .TLI-H-M-Header-Oracle-Fusion-Content-Section {
    grid-template-columns: repeat(2, 1fr);
  }

  .TLI-H-M-mobile-dropdown {
    left: -42vw;
    width: 85vw;
  }

  .Bottom-Source-Content {
    font-size: 14px;
  }

  .Bottom-Source-Text-Content {
    width: 100%;
    font-size: 12px;
  }

  .Main-Course-Source-Text-Section {
    flex-direction: column;
  }

  .Bottom-Source-Text-Content-1 {
    width: 100%;
    justify-content: end;
  }

  .indicators-container {
    margin-top: 10px;
  }

  .margin-top-sm-0 {
    margin-top: 0px !important;
  }

  .indicator {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }

  .C-Webinar-Page-faq-heading {
    display: none;
  }

  .C-Webinar-Page-stars {
    height: 30%;
  }

  .C-Webinar-Page-register-button {
    padding: 10px 20px;
  }

  .j-c-center {
    justify-content: center;
  }

  .d-gr-jus {
    display: grid !important;
    justify-content: start;
    justify-items: start;
  }

  .line-seperated {
    display: none;
  }

  .mb-m3 {
    margin-bottom: 1rem;
  }

  .mb-m5 {
    margin-bottom: 1.5rem;
  }

  .md-d-g {
    display: grid;
    justify-items: start;
  }

  .C-Webinar-Page-form-register {
    padding: 25px;
  }

  .C-Webinar-Page-about-btn {
    flex: 1 1 100%;
    /* Buttons take full width on small screens */
  }

  .C-Webinar-Page-about-heading {
    font-size: 24px !important;
    color: #0e187f !important;
    font-weight: bold;
    text-transform: uppercase;
  }

  .C-Webinar-Page-about-para {
    color: #0e187f;
  }

  .C-Webinar-Page-about-img-m {
    margin-top: 10px;
  }

  .C-Webinar-Page-takeaways-segment {
    grid-template-columns: repeat(2, 1fr);
  }

  .C-Webinar-Page-takeaways-card:nth-child(3) {
    margin: 0 auto;
  }

  .p-md-0 {
    padding: 0px;
  }

  .C-Webinar-Page-hero-img {
    width: 100%;
    height: auto;
    display: block;
  }

  .Main-Course-Home-Page-Hero-Section-Side-Image {
    width: 240px !important;
    height: 303px !important;
  }

  .Main-Course-CTA-img-section3 img {
    width: 161px !important;
    height: 250px !important;
  }

  .Main-Course-HP-CTA-banner-h,
  .Main-Course-CTA-banner-h2,
  .Main-Course-CTA-banner-h3,
  .Main-Course-CTA-banner-h4,
  .Main-Course-CTA-banner-h5,
  .Main-Course-CTA-banner-h6,
  .All-category-CTA-banner-h {
    font-size: 22px;
  }

  .SR-Content-media {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .SR-about-media p,
  .SR-content-heading {
    font-size: 14px;
  }

  .SR-register-s-section {
    padding-inline: 25px;
  }

  .SR-register-f-para,
  .SR-contact-info-num {
    font-size: 14px;
  }

  .SR-register-main-h {
    font-size: 20px;
  }

  .SR-register-f-heading {
    font-size: 16px;
  }

  .SR-register-s-btn {
    font-size: 12px;
    padding: 10px 25px;
  }

  .SR-register-s-section {
    padding-inline: 20px;
  }

  .SR-gif-size {
    height: 90px;
    width: 78px;
  }

  .SR-border-social-media {
    height: 40px;
    width: 40px;
  }

  .SR-contact-info-p {
    font-size: 12px;
  }

  .Upcoming-Batches-Cards-Heading {
    font-size: 18px;
  }
}

@media (max-width:649px) {
  .All-category-course-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .All-category-course-pagination-container {
    justify-content: center;
  }
}

@media (min-width: 577px) and (max-width: 680px) {

  .hero-section1,
  .hero-section2,
  .hero-section3,
  .hero-section4,
  .hero-section5,
  .hero-section6 {
    width: 180px !important;
  }

  .hero-img-btn,
  .curriculum-btn {
    padding: 8px 25px;
    font-size: 14px;
  }

  .h-20 {
    height: 20px;
  }
}

@media (max-width:700px) {
  .Main-Course-sm-Download {
    position: absolute;
    top: -55px;
    right: 10px;
  }

  .Main-Course-Top-Oracle-Cloud-SCM-Certifications-Content-Container {
    grid-template-columns: repeat(1, 1fr);
  }

  .Main-Course-Top-Oracle-Cloud-SCM-Certifications-Content {
    height: 115px;
  }

  .C-Webinar-Page-sub-service-1 {
    grid-template-columns: repeat(2, 1fr);
  }

  .BTT-Btn {
    bottom: 22%;
    height: 36px;
    width: 36px;
    right: 19px;
  }

  .BTT-Arrow {
    font-size: 1em;
  }

  .QuickForm-Message-Icon {
    bottom: 27%;
  }
}

@media (max-width:680px) {
  .badge {
    padding: 10px;
    font-size: 14px;
  }

  .free-demo-h {
    font-size: 18px;
  }

  .free-demo-p {
    font-size: 14px;
  }

  .icon-border {
    padding: 10px;
  }

  .details-f {
    font-size: 14px;
  }

  .free-demo-btn {
    font-size: 13px;
  }

  .upcoming-m {
    margin-top: 20px
  }

  .icon-1-f {
    height: 20px;
  }

  .Main-Course-What-Our-Students-Say-Card-Section {
    grid-template-columns: repeat(1, 1fr);
  }

  .Main-Course-Watch-Our-Demo-Section-video {
    border-radius: 60px;
  }

  .C-Webinar-Page-sub-service-1 {
    grid-template-columns: repeat(2, 1fr);
  }

  .Main-Course-Choose-Your-Right-Plan-Pricing-card {
    max-width: 400px;
    margin: 0 auto;
  }

  .Main-Course-Choose-Your-Right-Plan-Pricing-Grid-card {
    grid-template-columns: repeat(1, 1fr);
  }
}


@media (max-width: 660px) {
  .revenue-chart-container {
    width: 100%;
  }
}

@media (max-width:650px) {
  .Click-For-App-Social-Icons-Sub-Section {
    width: min-content;
  }

  .Main-Course-Why-Are-Different-From-Others-Card-Section {
    display: flex;
  }

  .WADFOS-1,
  .WADFOS-2,
  .WADFOS-3,
  .WADFOS-4,
  .WADFOS-5,
  .WADFOS-6 {
    width: 100% !important;
    margin-block: 20px;
  }
}


@media (max-width: 630px) {
  .Course-item p {
    font-size: 12px;
  }

  .attendees-ul li {
    font-size: 12px;
  }

  .reg-ws-btn,
  .reg-cb-btn {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1400px),
(max-width: 576px) {
  .instituteAddressHW {
    width: 280px;
    height: 255px;
  }
}

@media (min-width:576px) and (max-width:992px) {

  .Is-This-Course-Right-Segment,
  .Is-this-course-right-for-you-img {
    width: 500px !important;
  }

  .phone-wrapper {
    width: 500px;
    height: 520px;
  }
}

@media (min-width:568px) and (max-width:768px) {
  .ADV-w-65 {
    width: 65% !important;
  }
}

@media (min-width:576px) and (max-width:768px) {
  .Reserve-seat-CTA {
    padding-inline: 25px;
  }

  .All-category-img-section {
    right: 15%;
  }

  .live-demo-card {
    grid-template-columns: 1.5fr 1fr;
  }

  .Demo-detail-grid {
    padding: 20px;
  }

  .C-Webinar-Page-c-heading {
    font-size: 20px;
  }

  .C-Webinar-Page-c-subhead {
    font-size: 26px;
  }

  .c-para {
    font-size: 16px;
  }

  .TLI-H-M-Header-Oracle-Fusion-Content:nth-child(15) {
    border-bottom: none;
  }
}

@media (min-width:471px) and (max-width:768px) {
  .C-Webinar-Page-takeaways-card:nth-child(5) {
    transform: translateX(54%);
    justify-self: center;
  }
}

@media (min-width:500px) and (max-width:700px) {
  .Category-blog-sides {
    width: 75%;
    margin: 0 auto;
  }
}

@media (max-width:650px) and (min-width:461px) {
  .Upcoming-Batches-btn {
    width: 100%;
  }

  .Upcoming-Batches-btn-sample {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .Main-Course-HP-Explore-Our-Top-Courses-Content>div:hover .Home-Page-Course-Card-container {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .Quick-Payment-Checkout-Wrapper {
    position: fixed;
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .hero-section-h {
    font-size: 16px;
    line-height: normal;
  }

  .hero-section-content h1 {
    font-size: 20px;
  }

  .hero-section-content p {
    font-size: 10px;
  }

  .hero-card-section {
    transform: translateY(-120px);
  }

  .hero-section-content {
    margin-bottom: 8rem;
  }

  .mt-s-20px {
    margin-top: 20px !important;
  }

  .p-s-10 {
    padding: 10px !important;
  }

  .mt-s-10px {
    margin-top: 10px !important;
  }

  .hero-card {
    padding: 7px;
    width: -moz-fit-content;
    width: fit-content;
  }

  .hero-card-h {
    font-size: 12px;
  }

  .hero-card-p {
    font-size: 10px;
  }

  .yt-mb-icon img {
    height: 15px;
    width: 24px;
  }

  .yt-mb-icon {
    padding: 9px;
  }

  .hero-section {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .hero-img-btn {
    padding: 8px 25px;
    font-size: 10px;
  }

  .curriculum-btn {
    padding: 6px 25px;
  }

  .h-20 {
    height: 20px;
  }

  .demo-section-main {
    margin: 20px;
    padding: 10px;
  }

  .demo-section-sc1 {
    padding: 8px 25px;
  }

  .demo-section-sc1 h1 {
    font-size: 18px;
  }

  .demo-section-sc1 p {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .demo-section-sc1 span {
    font-size: 16px;
  }

  .demo-section-sc2 h3,
  .T-C-Sub-Heading {
    font-size: 14px;
  }

  .demo-section-cust {
    font-size: 12px;
  }

  .demo-section-sc3 h3 {
    font-size: 14px;
  }

  .h-18 {
    height: 18px;
  }

  .h-105 {
    height: 105px;
  }

  .demo-section-sc2,
  .demo-section-sc3 {
    margin-left: 8px;
  }

  .demo-section-sc3 p {
    font-size: 12px;
    margin: 0 !important;
  }

  .fs-10 {
    font-size: 10px !important;
  }

  .key-benefits {
    margin: 20px;
    padding: 10px;
  }

  .key-benefits-h {
    font-size: 32px;
  }

  .key-benefits-p {
    font-size: 16px;
  }

  .course-section {
    margin: 20px;
    padding: 10px;
  }

  .Course-item {
    gap: 5px;
  }

  .course-sideA h1 {
    font-size: 24px;
  }

  .course-sideA-p {
    font-size: 12px;
  }

  .Course-item p {
    font-size: 8px;
  }

  .Course-item img {
    height: 14px;
    transform: translateY(1px);
  }

  .Who-can-attend-section {
    margin: 20px;
    padding: 10px;
  }

  .Who-can-attend-section-h {
    font-size: 32px;
  }

  .Who-can-attend-section-p {
    font-size: 16px;
  }

  .Choose-right-plan-section {
    margin: 20px;
    padding: 10px;
  }

  .Choose-right-plan-section-h {
    font-size: 32px;
  }

  .Choose-right-plan-section-p {
    font-size: 16px;
  }

  .upcoming-free-demo-section {
    margin: 35px;
    padding: 10px;
  }

  .free-demo-sub-content {
    padding: 25px 10px;
  }

  .mockup-img {
    transform: translate(15px, -30px);
  }

  .free-demo-h {
    font-size: 14px;
  }

  .free-demo-p {
    font-size: 10px;
  }

  .popup video {
    width: 90vw !important;
  }

  .Alumni-h {
    font-size: 1.5rem !important;
  }

  .Alumni-p {
    font-size: 0.9rem;
  }

  .Alumni-section {
    margin: 20px;
    padding: 10px;
  }

  .card {
    height: 230px;
  }

  .star-h {
    height: 16px;
  }

  .flipped-content {
    font-size: 8px;
  }

  .amnt-flip {
    font-size: 12px;
  }

  .card-back {
    padding: 13px;
  }

  .Register-free-demo-section {
    margin: 20px;
    padding: 10px;
  }

  .Register-form-h {
    font-size: 1.4rem;
  }

  .Register-form-p {
    font-size: 0.9rem;
  }

  .form-check-in {
    font-size: 10px;
  }

  .Register-form,
  .Want-to-know-more {
    padding: 20px;
  }

  .demo_form-container {
    max-width: 350px !important;
  }

  .Demo-Agenda-section {
    margin: 20px;
    padding: 10px;
  }

  .options-heading {
    font-size: 1.8rem;
  }

  .options-para {
    font-size: 0.9rem;
  }

  .options-h-res {
    font-size: 20px;
  }

  .cd-main-options-h {
    font-size: 20px;
  }

  .cd-main-options {
    padding: 20px;
  }

  .cd-other-options {
    font-size: 14px;
  }

  .Faq-section {
    margin: 20px;
    padding: 10px;
  }

  .Faq-section-h {
    font-size: 20px;
  }

  .Faq-section-p {
    font-size: 12px;
    padding: 8px 0rem;
  }

  .cd-btn-offer {
    font-size: 12px;
    padding-block: 15px;
  }

  .chevron-icon,
  .T-C-Main-Para {
    font-size: 14px;
  }

  .cd-faq-para {
    font-size: 0.7rem;
  }

  .Limited-seats-section {
    margin: 20px;
    padding: 10px;
  }

  .df-al-c,
  .timer {
    gap: 5px !important;
  }

  .time-box {
    font-size: 11px;
    padding: 5px 10px;
    min-width: 65px;
  }

  .content-h {
    font-size: 1.2em;
  }

  .content-para {
    font-size: 0.7em;
  }

  .h-11 {
    height: 11px;
  }

  .Get-in-touch-section {
    padding-inline: 20px;
    padding-bottom: 30px;
  }

  .Contact-us {
    padding-inline: 30px;
    padding-block: 40px;
    border-radius: 20px;
  }

  .get-in-touch-main-h {
    font-size: 24px;
  }

  .get-in-touch-main-p,
  .get-in-touch-sub {
    font-size: 12px;
  }

  .pb-20 {
    padding: 20px;
  }

  .grid-1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }

  .oracle-img {
    padding: 10px;
    height: 110px;
  }

  .checkout-box-h1 {
    font-size: 14px;
  }

  .checkout-box-p {
    font-size: 12px;
  }

  .main-blog-caption {
    font-size: 12px;
  }

  .newsletter-h,
  .Hero-notified-h {
    font-size: 20px;
  }

  .newsletter-p,
  .Hero-notified-p {
    font-size: 14px;
  }

  .newsletter-btn {
    font-size: 12px;
  }

  .newsletter-sub-btn {
    font-size: 12px;
  }

  .related-blogs-sub-section {
    grid-template-columns: repeat(1, 1fr);
  }

  .related-blog-card:nth-child(3) {
    transform: translateX(0%);
  }

  .related-blogs-heading {
    font-size: 24px;
  }

  .Comment-form {
    grid-template-columns: repeat(1, 1fr);
  }

  .top-posts {
    width: 100%;
  }

  .categories {
    width: 100%;
  }

  .blog-overview-Newsletter-message,
  .blog-overview-cmnt-message {
    font-size: 14px;
  }

  .blog-overview-Newsletter-tick-img,
  .blog-overview-Newsletter-invalid-img,
  .blog-overview-cmnt-tick-img {
    height: 16px;
    width: 16px;
  }

  .Blog-ov-text {
    width: 320px;
  }

  .Upcoming-demo-detail {
    background-color: #005E80;
  }

  .Demo-detail-grid {
    padding: 15px;
    text-align: left;
  }

  .live-demo-card {
    padding-block: 20px;
    display: block;
  }

  .Reserve-CTA {
    text-align: center;
    margin-top: 30px;
  }

  .Sort-text,
  .Search-text {
    display: none;
  }

  .Search-option {
    width: 180px;
    border: none;
    background: none;
    justify-content: end;
    display: none;
  }

  .blog-category-box {
    width: 180px;
  }

  .Course-Contact-Us-margin {
    margin-inline: 20px;
  }

  .Course-Contact-Us-Para {
    font-size: 14px;
  }

  .Course-Contact-Us-Main-Heading {
    font-size: 20px;
  }

  .Course-Contact-Us-notified-h {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .Course-Contact-Us-notified-p {
    font-size: 14px;
  }

  .Course-Contact-Us-notified-card {
    padding: 40px 20px 30px 20px;
  }

  .Contact-Us-Full-Form-Sections {
    padding-inline: 20px;
  }

  .instituteAddressHW {
    width: 340px;
    height: 255px;
  }

  .CU-Contact-Us-F-form {
    width: -moz-fit-content;
    width: fit-content;
  }

  .All-category-CTA-banner-content {
    padding: 60px 20px 20px 20px;
    text-align: center;
    width: 100%;
  }

  .All-category-CTA-banner {
    margin: 20px;
    margin-top: 10rem;
  }

  .AC-banner-hero-h1 {
    font-size: 1.3rem;
  }

  .AC-cta-Main-Content-Box {
    width: 90%;
  }

  .CL-CTA-button {
    left: 50%;
    transform: translateX(-50%);
    padding: 0.6rem 1.5rem;
  }

  .P-P-banner-section-img {
    height: 90px;
    width: 90px;
    right: 7%;
  }

  .P-P-banner-section-h1 {
    font-size: 28px;
  }

  .P-P-Banner-Content-Section {
    padding-inline: 30px;
  }

  .P-P-Main-Para {
    font-size: 14px;
  }

  .P-P-Sub-Para,
  .P-P-Sub-H-Option {
    font-size: 14px;
  }

  .P-P-Sub-Heading {
    font-size: 16px;
  }

  .R-P-Banner-Content-Section {
    padding-inline: 30px;
  }

  .R-P-banner-section-img {
    right: 7%;
    height: 70px;
    width: 170px;
  }

  .R-P-Banner-section {
    height: 170px;
  }

  .R-P-Sub-Para,
  .R-P-Sub-H-Option {
    font-size: 16px;
  }

  .R-P-Sub-Heading {
    font-size: 16px;
  }

  .T-C-banner-section-img {
    height: 60px;
    width: 54px;
    right: 7%;
  }

  .T-C-banner-section-h1,
  .P-P-banner-section-h1,
  .R-P-banner-section-h1 {
    font-size: 20px;
  }

  .T-C-Banner-Content-Section {
    padding-inline: 30px;
  }

  .Main-Course-User-Authentication-Signup-right-side {
    padding-block: 0px;
  }

  .Main-Course-User-Authentication-Signup-right-side h2 {
    font-size: 20px;
  }

  .Main-Course-User-Authentication-Signup-slider {
    display: none;
  }

  .Main-Course-User-Authentication-Signin-right-side {
    padding-block: 0px;
  }

  .Main-Course-User-Authentication-Signin-right-side h2 {
    font-size: 20px;
  }

  .Main-Course-User-Authentication-Signin-slider {
    display: none;
  }

  .Main-Course-User-Authentication-Screens-Forgot-Password-Section-Container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px;
    gap: 0px;
    margin-block: 0px;
    border-radius: 0px;
  }

  .Main-Course-User-Authentication-Forgot-Password-right-side {
    padding-block: 0px;
  }

  .Main-Course-User-Authentication-Forgot-Password-right-side h2 {
    font-size: 20px;
  }

  .Main-Course-User-Authentication-Forgot-Password-slider {
    display: none;
  }

  .Main-Course-User-Authentication-Screens-Section {
    width: auto;
  }

  .Main-Course-User-Authentication-Screens-Forgot-Password-Section-Container {
    height: 100vh;
  }

  .Main-Course-User-Authentication-Screens-Check-Your-Email-Section-Container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px;
    gap: 0px;
    margin-block: 0px;
    border-radius: 0px;
    height: 100vh;
  }

  .Main-Course-User-Authentication-Check-Your-Email-right-side {
    padding-block: 0px;
  }

  .Main-Course-User-Authentication-Check-Your-Email-right-side h2 {
    font-size: 20px;
  }

  .Main-Course-User-Authentication-Check-Your-Email-slider {
    display: none;
  }

  .Main-Course-User-Authentication-Create-New-Password-right-side {
    padding-block: 0px;
  }

  .Main-Course-User-Authentication-Create-New-Password-right-side h2 {
    font-size: 20px;
  }

  .Main-Course-User-Authentication-Create-New-Password-slider {
    display: none;
  }

  .Main-Course-Create-New-Password-S-Heading {
    font-size: 20px;
  }

  .Main-Course-Create-New-Password-S-Para {
    font-size: 14px;
    padding-inline: 0px;
  }

  .Main-Course-User-Authentication-Screens-Section-Container {
    display: grid;
    align-items: center;
    width: 100%;
    padding: 20px;
    grid-gap: 0px;
    gap: 0px;
    margin-block: 0px;
    border-radius: 0px;
    height: 100%;
  }

  .Main-Course-User-Authentication-Enter-The-OTP-right-side {
    padding-block: 0px;
  }

  .Main-Course-User-Authentication-Enter-The-OTP-right-side h2 {
    font-size: 20px;
  }

  .Main-Course-User-Authentication-Enter-The-OTP-slider {
    display: none;
  }

  .Main-Course-TechLeads-Logo {
    transform: translateX(0px);
  }

  .Main-Course-Enter-The-OTP-S-Heading {
    font-size: 20px;
  }

  .Main-Course-Enter-The-OTP-S-Para {
    font-size: 14px;
    padding-inline: 0px;
  }

  .Main-Course-strip-p2-span {
    font-size: 8px;
  }

  .phone-wrapper {
    width: auto;
  }

  .Main-Course-Hero-Card {
    width: 85%;
    margin-top: 10%;
    padding-block: 10px;
  }

  .Main-Course-Banner-Section {
    padding: 20px;
  }

  .Main-Course-Hero-card-span-1,
  .Main-Course-Hero-card-job-ch {
    font-size: 13px;
  }

  .Main-Course-Hero-card-span-2 {
    font-size: 17px;
  }

  .carousel-overlay {
    top: 32%;
  }

  .Main-Banner-Strip-btn {
    font-size: 12px;
    padding: 7px 10px;
  }

  .Main-Course-sm-Download {
    right: 17px;
  }

  .Main-Course-strip-p1 {
    font-size: 9px;
  }

  .Main-Course-strip-p2 {
    font-size: 11px;
  }

  .Main-Course-Strip-Icons {
    height: 30px;
    width: 30px;
  }

  .Main-Course-Key-Feature-section {
    padding: 20px;
    border-radius: 20px;
  }

  .Main-Course-Key-Feature-Main-heading {
    font-size: 20px;
  }

  .Main-Course-Top-Navbar {
    padding: 20px;
  }

  .Main-Course-Common-Sections {
    padding: 20px
  }

  .Is-this-course-right-for-you-M-Para {
    font-size: 16px;
  }

  .Main-Course-CTA-banner-content1 {
    padding: 40px 20px 20px 20px;
    text-align: center;
    width: 100%;
  }

  .Main-Course-CTA-banner-p1 {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .Main-Course-CTA-banner1 {
    border-radius: 20px;
  }

  .Main-Course-HandsonProject-Main-Div {
    gap: 10px;
  }

  .Main-Course-HandsonProject-Sub-Div {
    gap: 10px;
  }

  .Main-Course-Hands-on-Project-card-section {
    display: block;
    padding: 10px;
    padding-top: 5px;
    border-radius: 10px;
  }

  .Main-Course-Hands-on-Project-card-h {
    font-size: 20px;
    margin-top: 20px;
  }

  .Main-Course-Hands-on-Projects {
    width: 300px;
  }

  .Main-Course-Hands-on-Project-Main-p,
  .Main-Course-Upcoming-Demo-Section-Para,
  .Main-Course-Curriculum-Details-Main-Para,
  .Main-Course-What-Our-Student-Say-Section-Para,
  .Main-Course-Choose-Your-Right-Plan-Para,
  .Main-Course-LMS-Portal-Para,
  .Main-Course-Company-Waiting-For-You-Para,
  .Main-Course-ERP-Job-Trends-Para,
  .Main-Course-Badge-Of-Excellence-Section-Para,
  .Main-Course-Top-Industry-Professionals-Para,
  .Main-Course-Related-Course-Card-Para,
  .Main-Course-Related-Blogs-S-para,
  .Main-Course-Why-Techleads-para,
  .Main-Course-Hear-From-Our-Learners-Para {
    font-size: 15px;
    font-weight: 400;
  }

  .Main-Course-CTA-banner-content2 {
    padding: 60px 20px 20px 20px;
    text-align: center;
    width: 100%;
  }

  .Main-Course-CTA-button2 {
    border-radius: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.6rem 1.5rem;
  }

  .Main-Course-CTA-banner-content3 {
    padding: 60px 20px 20px 20px;
    text-align: center;
    width: 100%;
  }

  .Main-Course-CTA-banner3 {
    border-radius: 20px;
  }

  .Main-Course-CTA-button3 {
    left: 50%;
    transform: translateX(-50%);
    padding: 0.6rem 1.5rem;
  }

  .Main-Course-Meet-Our-Founder-Acheivements-h {
    font-size: 20px;
  }

  .Meet-Our-Founder-Acheivements-Icon {
    height: 40px;
    width: 40px;
  }

  .Main-Course-Meet-Our-Founder-details-Para {
    font-size: 13px;
  }

  .Main-Course-Hear-From-Our-Learners-V-video-container,
  .Main-Course-Curriculum-Details-Demo-V-video-container {
    width: 90vw;
  }

  .Testimonial-h {
    font-size: 1.5rem !important;
  }

  .Testimonial-p {
    font-size: 0.9rem !important;
  }

  .Main-Course-Choose-Your-Right-Plan-Pricing-card-Price {
    font-size: 28px;
  }

  .Click-For-Download-Sub-Section-Img-Part,
  .Download-From-PlayStore-Card-Section {
    border-radius: 20px;
  }

  .Main-Course-Download-From-PlayStore-heading {
    font-size: 20px;
  }

  .Main-Course-Download-From-PlayStore-text-1,
  .Main-Course-Why-TL-CTA-Btn {
    font-size: 14px;
  }

  .Main-Course-Why-TL-CTA-Btn-Section {
    padding: 3px 20px;
  }

  .Main-Course-LMS-Portal-Side-Bar-Heading,
  .P-P-Sub-Main-Heading {
    font-size: 18px;
  }

  .Main-Course-Download-From-playStore-Content {
    padding: 20px;
  }

  .Main-Course-CTA-banner-content4 {
    padding: 60px 20px 20px 20px;
    text-align: center;
    width: 100%;
  }

  .Main-Course-CTA-banner4 {
    border-radius: 20px;
  }

  .Main-Course-CTA-button4 {
    padding: 0.6rem 1.5rem;
  }

  .Expert-Career-Guidance-Heading-Icon {
    width: 35px;
    height: 37px;
  }

  .Main-Course-Expert-Guidance-Card {
    width: 100%;
    justify-content: center;
  }

  .Main-Course-Expert-Guidance-Heading-Section {
    margin-top: 0px;
  }

  .Hiring-Partners-Trusted-By-Top-Companies-slide img {
    width: 173px;
    height: 60px;
  }

  .Hiring-Partners-Trusted-By-Top-Companies-Rslide img {
    width: 173px;
    height: 60px;
  }

  .Main-Course-Successful-Alumni-Main-heading {
    font-size: 1.5rem !important;
  }

  .Main-Course-Successful-Alumni-Main-para {
    font-size: 0.9rem;
  }

  .Main-Course-Successful-Alumni-card {
    height: 230px;
  }

  .Main-Course-Successful-Alumni-card-star-Icon {
    height: 16px;
    width: 16px;
  }

  .Main-Course-Successful-Alumni-flipped-content {
    font-size: 8px;
  }

  .Main-Course-Successful-Alumni-amnt-flip {
    font-size: 12px;
  }

  .Main-Course-Successful-Alumni-card-back {
    padding: 13px;
  }

  .Main-Course-CTA-banner-content5 {
    padding: 60px 20px 20px 20px;
    text-align: center;
    width: 100%;
  }

  .Main-Course-CTA-button5 {
    left: 50%;
    border-radius: 20px;
    transform: translateX(-50%);
    padding: 0.6rem 1.5rem;
  }

  .Career-Path-You-Can-Explore-slide-images img {
    width: 116px;
    height: 40px;
    border-radius: 5px;
  }

  .Main-Course-O-C-Card-Top-Part {
    gap: 15px;
  }

  .Main-Course-O-C-Card-Package {
    font-size: 20px;
  }

  .Main-Course-O-C-Card-Heading {
    font-size: 14px;
  }

  .Main-Course-Award-Winning-BP-Content {
    font-size: 14px;
  }

  .Main-Course-Award-Winning-Heading {
    font-size: 18px;
  }

  .Main-Course-Award-Winning-Section {
    padding: 20px;
    padding-block: 40px;
  }

  .job-openings-table th,
  .job-openings-table td {
    font-size: 12px;
    padding: 10px;
  }

  .revenue-chart-container {
    padding: 10px;
  }

  .job-openings-table-container {
    width: 100%;
  }

  .Main-Course-ERP-Job-Trends-Content-Section {
    padding: 15px;
  }

  .Main-Course-ERP-Job-Trends-Sub-Heading {
    font-size: 16px;
  }

  .Main-Course-ERP-Job-Trends-Sub-Para {
    font-size: 14px;
  }

  .Main-Course-ERP-Job-Trends-bullet-imp-p {
    font-size: 13px;
  }

  .Main-Course-ERP-Job-Trends-Icon {
    height: 25px;
    width: 25px;
  }

  .Main-Course-ERP-Job-Trends-imp-point-icon {
    width: 8px;
    height: 20px
  }

  .Main-Course-CTA-banner-content6 {
    padding: 60px 20px 20px 20px;
    text-align: center;
    width: 100%;
  }

  .Main-Course-CTA-banner6 {
    border-radius: 20px;
  }

  .Main-Course-CTA-img-section6 {
    top: 11%;
    left: 38%;
    transform: translate(-28%, -95%);
  }

  .Success-Stories-Of-Our-Proud-Achievers-Companies-slide-img {
    width: 190px;
    height: 267px;
    border-radius: 15px;
  }

  .Main-Course-Badge-Of-Excellence-Card-Section {
    display: block;
  }

  .Main-Course-Badge-Of-Excellence-Card {
    margin-bottom: 20px;
  }

  .Main-Course-Top-Oracle-Cloud-SCM-Certifications-Section {
    padding: 30px 15px;
  }

  .Main-Course-Placements-Path-Steps-We-Follow-Card-Para-Icon {
    width: 20px;
    height: 20px;
  }

  .Main-Course-FAQ-Section-container {
    padding: 40px 20px 0px 20px;
    border-radius: 15px;
  }

  .Main-Course-FAQ-Section-content.show {
    border-radius: 10px;
    padding: 10px 15px;
  }

  .Main-Course-FAQ-Section-Container-Section {
    border-radius: 20px;
  }

  .Main-Course-FAQ-Section-p {
    font-size: 12px;
  }

  .Main-Course-FAQ-Section-btn {
    padding: 15px;
  }

  .Main-Course-FAQ-Section-chevron {
    font-size: 14px;
  }

  .Main-Course-FAQ-Section-item {
    border-radius: 10px;
  }

  .MC-FAQ-CTA-Button {
    font-size: 12px;
    padding: 10px 15px;
    border-radius: 15px;
  }

  .Main-Course-FAQ-Section-content {
    padding: 0 15px;
  }


  .Main-Course-FAQ-Section-content-Answer {
    font-size: 13px;
  }

  .MC-FAQ-CTA-Button-Para {
    font-size: 16px;
  }

  .MC-FAQ-CTA-Button-Container {
    margin-top: 0px;
    gap: 10px;
  }

  .MC-FAQ-CTA-end-button-container {
    padding: 20px;
  }

  .Main-Course-Related-Blogs-S-sub-section {
    grid-template-columns: repeat(1, 1fr);
  }

  .Main-Course-Related-Blogs-S-card:nth-child(3) {
    transform: translateX(0%);
  }

  .Main-Course-Get-Notified-About-Blogs-newsletter-h {
    font-size: 20px;
  }

  .Main-Course-Get-Notified-About-Blogs-newsletter-p {
    font-size: 14px;
  }

  .Main-Course-Get-Notified-About-Blogs-newsletter-btn {
    font-size: 12px;
  }

  .Main-Course-Get-Notified-About-Blogs-newsletter-sub-btn {
    font-size: 12px;
  }

  .Main-Course-Get-Notified-About-Blogs-newsletter-banner {
    border-radius: 15px;
  }

  .Main-Course-Get-Notified-About-Blogs-newsletter-message {
    font-size: 14px;
  }

  .Main-Course-Get-Notified-About-Blogs-newsletter-tick-img,
  .Main-Course-Get-Notified-About-Blogs-newsletter-invalid-img {
    height: 16px;
    width: 16px;
    transform: translateY(0px);
  }

  .Main-Course-Get-In-Touch-Section,
  .Main-Course-Home-Page-Get-In-Touch-Section {
    padding: 20px;
    border-radius: 15px;
  }

  .Main-Course-Get-In-Touch-Heading {
    font-size: 24px;
  }

  .Main-Course-Form-Check-In {
    font-size: 10px;
  }

  .Main-Course-Register-Form {
    padding: 20px;
  }

  .Main-Course-Form-Container {
    max-width: 350px !important;
  }

  .lesson-popup-video {
    width: 95vw !important;
    height: 50vh !important;
    border-radius: 10px;
    min-width: 0px;
  }

  .Main-Course-Meet-Our-Founder-Image-Name {
    width: 100%;
  }

  .Main-Course-Already-Sub-Suc-Section {
    width: 95%;
  }

  .Main-Course-Footer-Wrap-Section {
    grid-template-columns: 1fr;
  }

  .Main-Course-Footer-Section {
    padding: 20px;
  }

  .Main-Course-Footer-Section-Nav-Section p {
    font-size: 14px;
  }

  .Main-Course-Footer-Copyright-Section {
    padding: 10px 20px;
  }

  .Main-Course-Career-Page-banner-section-img {
    height: 90px;
    width: 90px;
    right: 7%;
  }

  .Main-Course-Upcoming-Batches-banner-section-img {
    height: 106px;
    width: 90px;
    right: 7%;
  }

  .Main-Course-Career-Page-Banner-Content-Section,
  .Main-Course-Upcoming-Batches-Banner-Content-Section {
    padding-inline: 30px;
  }

  .Main-Course-Career-Page-Banner-section,
  .Main-Course-Upcoming-Batches-Banner-section {
    height: 210px;
    background-position: right;
  }

  .Main-Course-Career-Page-Banner-Para-2,
  .Main-Course-Upcoming-Batches-Banner-Para-2 {
    font-size: 16px;
  }

  .Main-Course-CP-FYNJ-Section,
  .Upcoming-Batches-Content-section {
    padding-inline: 20px;
    padding-top: 30px;
  }

  .Main-Course-CP-FYNJ-What-To-Learn-CTA-S-container {
    display: block;
  }

  .Main-Course-CP-FYNJ-What-To-Learn-Search-btn {
    width: 100%;
    margin-top: 20px;
  }

  .Main-Course-CP-FYNJ-Right-Part-Card {
    padding: 20px;
  }

  .Main-Course-CP-CJD-Job-Abouts {
    flex-direction: column;
  }

  .Main-Course-CJD-Main-Section {
    padding-inline: 20px;
  }

  .Main-Course-CP-CJD-Job-Abouts-Company-Details-Para {
    width: 100%
  }

  .Main-Course-CP-CJA-Main-Content-Section {
    width: 100%;
    padding: 32px 15px;
    margin-block: 0px;
  }

  .CJA-Resume-Upload-Supported-Size-Message {
    font-size: 14px;
  }

  .Main-Course-CP-CJA-Main-Section {
    margin: 20px;
  }

  .CJA-Form-Heading {
    font-size: 20px;
  }

  .CJA-Resume-File-Upload-OverlayBox {
    padding: 20px 25px;
  }

  .CJA-Resume-File-Upload-OverlayBox img {
    width: 200px;
    height: 220px;
  }

  .Main-Course-CJA-Form-Submit-Suc-Message {
    font-size: 20px;
  }

  .Header-Enquiry-Btn {
    display: none;
  }

  .Main-Course-TLI-Common-Header-badge {
    top: -2px;
  }

  .Main-Course-TLI-Common-Header-nav-links {
    padding: 10px 20px 30px;
  }

  .Main-Course-TLI-Common-Header-dropdown-menu.show {
    padding-block: 20px;
  }

  .c-para {
    font-weight: 400;
    font-size: 14px;
  }

  .C-Webinar-Page-takeaways-card {
    padding: 10px !important;
  }

  .C-Webinar-Page-takeaways-card h3 {
    font-size: 14px !important;
  }

  .takeaway-img {
    height: 50px !important;
    padding: 12px !important;
  }

  .C-Webinar-Page-About-content {
    padding: 10px 5px !important;
  }

  .t-al-cen {
    text-align: center !important;
  }

  .C-Webinar-Page-countdown {
    justify-content: center;
  }

  .C-Webinar-Page-c-subhead {
    font-weight: 700;
    font-size: 20px;
  }

  .C-Webinar-Page-attendees {
    font-size: 1.5rem;
  }

  .C-Webinar-Page-attendees-para {
    font-size: 0.9rem;
    padding-inline: 10px;
  }

  .mb-none {
    display: none !important;
  }

  .C-Webinar-Page-Oppurtunity-banner h2 {
    font-size: 18px;
  }

  .C-Webinar-Page-Oppurtunity-banner p {
    font-size: 13px;
  }

  .C-Webinar-Page-Oppurtunity-cta-button {
    font-size: 11px;
  }

  .p-sm-2 {
    padding: 15px;
  }

  .C-Webinar-Page-bg-faqs {
    padding: 20px 0px;
    margin: 40px 10px;
  }

  .C-Webinar-Page-time-label {
    font-size: 14px;
  }

  .C-Webinar-Page-about-btn {
    font-size: 10px !important;
  }

  .C-Webinar-Page-form-container {
    max-width: 350px !important;
  }

  .C-Webinar-Page-form-check-input {
    font-size: 12px;
  }

  .C-Webinar-Page-input-checkbox {
    transform: translateY(3px);
  }

  .p-20px-10px {
    padding: 20px 10px !important;
  }

  .p-30px-25px {
    padding: 30px 25px !important;
  }

  .C-Webinar-Page-Who-should-attend-card span h3 {
    font-size: 16px;
    font-weight: 700;
  }

  .C-Webinar-Page-Who-should-attend-card1 span h3,
  .C-Webinar-Page-Who-should-attend-card2 span h3,
  .C-Webinar-Page-Who-should-attend-card3 span h3,
  .C-Webinar-Page-Who-should-attend-card4 span h3 {
    font-size: 10px;
    font-weight: 700
  }

  .C-Webinar-Page-Who-should-attend-card span p {
    font-size: 14px;
    font-weight: 500;

  }

  .C-Webinar-Page-Who-should-attend-card1 span p,
  .C-Webinar-Page-Who-should-attend-card2 span p,
  .C-Webinar-Page-Who-should-attend-card3 span p,
  .C-Webinar-Page-Who-should-attend-card4 span p {
    font-size: 10px;
    font-weight: 500
  }

  .C-Webinar-Page-sub-services {
    grid-template-columns: repeat(1, 1fr);
  }

  .icon-align {
    flex-direction: column;
  }

  .sm-h {
    height: 20px;
  }

  .footer-section-m {
    padding-inline: 30px;
  }

  .C-Webinar-Page-Oppurtunity-banner {
    padding: 20px;
  }

  .C-Webinar-Page-mentor-img {
    height: auto;
    width: 100%;
  }

  .C-Webinar-Page-Mentor-para {
    font-size: 16px;
  }

  .C-Webinar-Page-Mentor-ul {
    font-size: 12px;
    padding-left: 28px !important;
  }

  .C-Webinar-Page-Mentor-message {
    padding: 15px 20px;
  }

  .C-Webinar-Page-Mentor-message-h,
  .T-C-Sub-Para {
    font-size: 14px;
  }

  .C-Webinar-Page-Mentor-message-p {
    font-size: 10px;
  }

  .C-Webinar-Page-session-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .C-Webinar-Page-why-attend-h {
    font-size: 28px;
  }

  .C-Webinar-Page-Mentor-heading {
    font-size: 24px !important;
  }

  .C-Webinar-Page-c-heading {
    font-size: 16px;
  }

  .C-Webinar-Page-form-check-in {
    font-size: 10px;
  }

  .demo_banner {
    min-height: 240px;
  }

  .demo_content {
    padding-block: 30px;
  }

  .Main-Course-HP-WTL-search-wrapper {
    width: 100%;
  }

  .Main-Course-HP-CTA-banner-content {
    padding: 60px 20px 20px 20px;
    text-align: center;
    width: 100%;
  }

  .Main-Course-HP-CTA-banner-h,
  .Main-Course-CTA-banner-h2,
  .Main-Course-CTA-banner-h3,
  .Main-Course-CTA-banner-h4,
  .Main-Course-CTA-banner-h5,
  .Main-Course-CTA-banner-h6,
  .All-category-CTA-banner-h {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .Main-Course-HP-CTA-banner-p,
  .Main-Course-CTA-banner-p2,
  .Main-Course-CTA-banner-p3,
  .Main-Course-CTA-banner-p4,
  .Main-Course-CTA-banner-p5,
  .Main-Course-CTA-banner-p6,
  .All-category-CTA-banner-p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .Main-Course-HP-CL-CTA-button {
    left: 50%;
    transform: translateX(-50%);
    padding: 0.6rem 1.5rem;
  }

  .Main-Course-Home-Page-Get-In-Touch-Heading {
    font-size: 24px;
  }

  .Main-Course-Home-Page-Get-In-Touch-Icon-S {
    width: 45px;
    height: 45px;
  }

  .Main-Course-Home-Page-Footer-Wrap-Section {
    grid-template-columns: 1fr;
  }

  .Main-Course-Home-Page-Footer-Section {
    padding: 20px;
  }

  .Main-Course-Home-Page-Footer-Section-Nav-Section p {
    font-size: 14px;
  }

  .Main-Course-Home-Page-Footer-Copyright-Section {
    padding: 20px;
  }

  .Main-Course-Home-Page-Copyright-Text {
    font-size: 14px;
  }

  .Main-Course-Home-Page-Section,
  .Main-Course-Your-path-To-Sucess-Section {
    padding-inline: 20px;
  }

  .Main-Course-Home-Page-Featured-Courses-Icon {
    height: 55px;
    width: 55px;
  }

  .Main-Course-HP-Explore-Our-Top-Courses-Content {
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
  }

  .Main-Course-Home-Page-FAQ-Section-item {
    width: 100%;
  }

  .Main-Course-HP-What-To-Learn-container {
    width: 100%;
  }

  .Main-Course-HP-What-To-Learn-Search-btn {
    padding: 7px 16px;
  }

  .Main-Course-HP-What-To-Learn-btn {
    padding: 5px 10px;
    font-size: 12px;
  }

  .Main-Course-Home-Page-Hero-Section-Side-Image {
    width: 240px !important;
  }

  .Main-Course-Home-Page-Related-Blogs-S-sub-section {
    grid-template-columns: repeat(1, 1fr);
  }

  .Main-Course-Home-Page-Related-Blogs-S-card:nth-child(3) {
    transform: translateX(0%);
  }

  .Home-Page-Hiring-Partners-Trusted-By-Top-Companies-slide img {
    width: 173px;
    height: 60px;
  }

  .Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-h {
    font-size: 20px;
  }

  .Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-p {
    font-size: 14px;
  }

  .Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-btn {
    font-size: 12px;
  }

  .Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-sub-btn {
    font-size: 12px;
  }

  .Main-Course-Home-Page-Get-Notified-About-Blogs-get-notified-card,
  .Main-Course-Get-Notified-About-Blogs-get-notified-card,
  .get-notified-card {
    padding: 20px;
  }

  .Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-banner,
  .newsletter-banner {
    border-radius: 15px;
  }

  .Hero-notify-banner {
    border-radius: 15px;
    padding: 30px;
  }

  .Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-message {
    font-size: 14px;
  }

  .Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-tick-img,
  .Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-invalid-img {
    height: 16px;
    width: 16px;
    transform: translateY(0px);
  }

  .Main-Course-Home-Page-FAQ-Section-h {
    font-size: 24px;
  }

  .Main-Course-YPTS-Main-heading {
    font-size: 32px;
  }

  .Main-Course-Home-Page-Featured-Courses-Card {
    width: 200px;
  }

  .TI-Form-RB__label {
    font-size: 9px;
  }

  .TI-Form-RB__custom {
    width: 13px;
    height: 13px;
  }

  .Main-Course-CP-BAI-Main-Content-Section {
    width: 100%;
    padding: 32px 15px;
    margin-block: 0px;
  }

  .BAI-Resume-Upload-Supported-Size-Message {
    font-size: 14px;
  }

  .Main-Course-CP-BAI-Main-Section {
    padding: 20px;
  }

  .BAI-Resume-File-Upload-OverlayBox {
    padding: 20px 25px;
  }

  .BAI-Resume-File-Upload-OverlayBox img {
    width: 200px;
    height: 220px;
  }

  .Main-Course-BAI-Form-Submit-Suc-Message {
    font-size: 20px;
  }

  .Main-Course-CP-CJD-Job-ov-share-popup-content {
    width: 90%;
  }

  .Main-Course-CP-CJD-Job-ov-share-popup-h {
    font-size: 18px;
  }

  .Main-Course-CP-SMJLT-Submit-Button {
    padding: 5px;
  }

  .main-blog-h {
    font-size: 16px !important;
  }

  .Course-Page-Upcoming-Demo-Session-img-play-btn {
    width: 50px;
    height: 50px;
  }

  .Course-Page-Upcoming-Batch-banner .Course-Page-Upcoming-Batch-countdown {
    flex-direction: column;
    align-items: center;
  }

  .Header-Oracle-Fusion-Content-Section {
    grid-template-columns: repeat(1, 1fr);
  }

  .Header-All-Category-Icon {
    height: 50px;
    width: 50px;
  }

  .Header-All-Category-Icon-card-Container {
    width: 100%;
  }

  .Header-Oracle-Fusion-Content,
  .Header-DS-Content {
    width: 100%;
  }

  .Main-Page-Techleads-Logo {
    width: 177px;
    height: 30px;
  }

  .mobile-courses-btn {
    font-size: 14px;
    padding: 11px 14px;
  }

  .TLI-H-M-Main-Course-TLI-Common-Header-badge {
    top: -2px;
  }

  .TLI-H-M-Main-Course-TLI-Common-Header-nav-links {
    padding: 10px 20px 30px;
  }

  .TLI-H-M-Main-Course-TLI-Common-Header-dropdown-menu.show {
    padding-block: 20px;
  }

  .TLI-H-M-Header-Oracle-Fusion-Content-Section {
    grid-template-columns: repeat(1, 1fr);
  }

  .TLI-H-M-Header-All-Category-Icon-card-Container {
    width: 100%;
  }

  .TLI-H-M-Header-Oracle-Fusion-Content,
  .TLI-H-M-Header-DS-Content {
    width: 100%;
  }

  .Main-Course-FYNJ-About-Job-Company-Logo-Wrapper {
    max-height: 55px;
  }

  .Main-Course-HP-Empowering-Learners-B-H-Text {
    font-size: 18px;
  }

  .Main-Course-HP-Empowering-Learners-B-Icon {
    height: 20px;
    width: 20px;
  }

  .flex-xs-wrap {
    flex-wrap: wrap;
  }

  .Main-Course-HP-Explore-Our-Top-Courses-Content-Bg {
    max-width: 360px;
    margin: 0 auto;
  }

  .BTT-Btn {
    bottom: 20%;
  }

  .QuickForm-Message-Icon {
    bottom: 24%;
  }

  .Main-Course-CTA-img-section4 img {
    width: 123px !important;
    height: 126px !important;
  }

  .Main-Course-HP-Hero-Section-Small-Icon-3,
  .Main-Course-HP-Hero-Section-Small-Icon-2,
  .Main-Course-HP-Hero-Section-Small-Icon-1 {
    height: 36px;
    width: 36px;
  }

  .Click-For-Download-Section-img {
    width: 347px !important;
    height: 290px !important;
  }

  .Main-Course-CTA-banner4 {
    margin-top: 6rem;
  }

  .Main-Course-Expert-Guidance-Card-Para {
    font-size: 14px;
  }

  .Main-Course-Expert-Guidance-Card img {
    height: 23px;
    width: 23px;
  }

  .Main-Course-Home-Page-C-Section-Heading,
  .Main-Course-YPTS-Main-heading,
  .Home-Page-Hiring-Partners-Trusted-By-Top-Companies-Heading,
  .Main-Course-Home-Page-Related-Blogs-S-heading,
  .Main-Course-Home-Page-FAQ-Section-h,
  .Main-Course-Home-Page-Get-In-Touch-Heading,
  .Main-Course-Key-Feature-Main-heading,
  .Main-Course-T-and-M-Card-heading,
  .Main-Course-Why-Techleads-heading,
  .Is-this-course-right-for-you-M-Heading,
  .Main-Course-Curriculum-Details-Main-Heading,
  .Main-Course-Watch-Our-Demo-Section-heading,
  .Main-Course-Expert-Guidance-Main-Heading,
  .Hiring-Partners-Trusted-By-Top-Companies-Heading,
  .Main-Course-Company-Waiting-For-You-Heading,
  .Main-Course-ERP-Job-Trends-Heading,
  .Main-Course-Success-Stories-Of-Our-Proud-Achievers-Heading,
  .Main-Course-Top-Oracle-Cloud-SCM-Certifications-Heading,
  .Main-Course-Top-Industry-Professionals-Heading,
  .Main-Course-Related-Course-Card-heading,
  .Main-Course-Related-Blogs-S-heading,
  .Main-Course-Hands-on-Project-Main-h,
  .Main-Course-Upcoming-Demo-Section-Heading,
  .Main-Course-What-Our-Student-Say-Section-Heading,
  .Main-Course-Hear-From-Our-Learners-Heading,
  .Main-Course-Choose-Your-Right-Plan-Heading,
  .Main-Course-LMS-Portal-Heading,
  .Main-Course-Estimated-Job-Openings-Heading,
  .Main-Course-Badge-Of-Excellence-Section-Heading,
  .Main-Course-Get-In-Touch-Heading,
  .Main-Course-FAQ-Section-h,
  .Main-Course-CP-FYNJ-Heading,
  .Course-Contact-Us-Main-Heading {
    font-size: 24px;
  }

  .Quick-Call-MB-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: none;
    background-color: #0292de;
    cursor: pointer;
    position: fixed;
    bottom: 22%;
    left: 5px;
    z-index: 10000000;
  }

  .Quick-Call-MB-button:hover {
    background-color: #117bb3;
  }

  .Quick-Call-MB-button svg {
    pointer-events: none;
  }

  .SR-media-sections {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .SR-Content-media {
    margin-top: 20px;
  }

  .SR-about-media p,
  .SR-content-heading {
    margin-bottom: 5px;
  }

  .SR-register-f-para {
    padding-inline: 0rem;
  }
}

@media (min-width:576px) {
  .Search-option {
    border: 1px solid rgba(10, 62, 90, 1);
    background: rgba(9, 45, 65, 1);
    color: rgba(205, 205, 205, 0.9);
    width: 200px;
    text-align: left;
    border-radius: 10px;
    padding-inline: 13px;
    padding-block: 5px;
    margin-right: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
  }

  .blog-Search-Box-MB {
    display: none;
  }

  .Header-Oracle-Fusion-Content:nth-child(14),
  .Header-Oracle-Fusion-Content:nth-child(15) {
    border-bottom: none;
  }

  .Main-Course-Meet-Our-Founder-Para {
    text-align: justify;
  }
}

@media (min-width: 460px) and (max-width: 576px) {

  .hero-section1,
  .hero-section2,
  .hero-section3,
  .hero-section4 {
    width: 180px !important;
  }

  .hero-section5,
  .hero-section6 {
    width: 160px !important;
  }

  .g-80 {
    gap: 80px;
  }

  .g-20 {
    gap: 20px;
  }

  .d-fl-al-cen-just-cen-hero {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .hero-card-section {
    transform: translateY(-100px) !important;
  }
}

@media (max-width:540px) {
  .Main-Course-Successful-Alumni-grid-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .Main-Course-Successful-Alumni-card {
    height: 75vh;
  }

  .Main-Course-Successful-Alumni-flipped-content {
    font-size: 14px;
  }

  .Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-container,
  .Main-Course-Get-Notified-About-Blogs-newsletter-container {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .attendees-ul li {
    font-size: 8px !important;
  }

  .attendees-h {
    margin-left: 8px !important;
    font-size: 12px !important;
  }

  .attendees-sub img {
    max-width: 125px !important;
  }

  .attendees ul {
    padding-left: 25px !important;
  }

  .attendees-sub {
    padding: 15px !important;
  }
}

@media (max-width: 500px) {
  .card {
    height: 65vh;
  }

  .Main-Course-Why-techleads-card-Section {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }

  .row-gap-xs-2 {
    row-gap: 0.5rem !important;
  }
}

@media (max-width:490px) {
  .Main-Course-HP-WTL-search-button {
    padding: 10px 12px;
    font-size: 13px;
  }

  .Main-Course-HP-WTL-search-input {
    font-size: 13px;
    padding-inline: 5px;
  }

  .Main-Course-HP-WTL-suggestion-item {
    font-size: 14px;
  }
}

@media (max-width:480px) {

  .blog-overview-Newsletter-message,
  .blog-overview-cmnt-message {
    font-size: 12px;
  }

  .blog-overview-Newsletter-tick-img,
  .blog-overview-Newsletter-invalid-img,
  .blog-overview-cmnt-tick-img {
    height: 14px;
    width: 14px;
  }

  .CU-Contact-Us-F-group {
    flex-wrap: wrap;
  }

  .AC-banner-cta-h {
    font-size: 1.1rem;
  }

  .AC-cta-button {
    font-size: 0.95rem;
    padding: 8px 16px;
  }

  .All-category-Main-Section {
    padding: 50px 20px;
  }

  .AC-cta-Main-Content-Box {
    width: 80%;
  }

  .P-P-banner-section-h1 {
    font-size: 20px;
  }

  .C-Privacy-Policy-content-Section {
    padding: 20px;
  }

  .C-Terms-Conditions-content-Section,
  .C-Refund-Policy-content-Section {
    padding: 20px;
  }

  .phone-wrapper {
    height: auto;
    margin-top: 25px;
  }

  .Main-Course-Hero-card-Img {
    width: 80px;
    height: 80px;
  }

  .Main-Course-Hero-card-p-name {
    font-size: 14px;
  }

  .Main-Course-Hero-card-role-name {
    margin-bottom: 4px;
  }

  .Main-Course-Hero-card-span-1,
  .Main-Course-Hero-card-job-ch,
  .Main-Course-Hero-card-role-name {
    font-size: 10px;
  }

  .Main-Course-Hero-card-span-2 {
    font-size: 15px;
  }

  .Main-Course-Hero-card-rev {
    font-size: 11px;
    margin-block: 7px;
  }

  .Hero-img-Company-Name12 {
    width: 68px;
    height: 27px;
  }

  .Hero-img-Company-Name3 {
    width: 123px;
    height: 27px;
  }

  .Hero-img-Company-Name4 {
    width: 110px;
    height: 21px;
  }

  .Main-Course-Banner-heading {
    font-size: 26px;
  }

  .Main-Course-Hero-Card {
    width: 88%;
    margin-top: 10%;
  }

  .carousel-overlay {
    left: 6%;
  }

  .Main-Course-T-and-M-Card {
    font-size: 16px;
    width: 150px;
    padding: 15px;
    border-radius: 15px;
  }


  .Main-Course-Curriculum-Details-content-Dropdown-Main-Header,
  .Main-Course-Curriculum-Details-content-MVDropdown-No-Lessons {
    font-size: 14px;
  }

  .CDV-MI {
    margin-inline: 10px;
  }

  .Main-Course-Curriculum-Details-C-content-details {
    padding: 20px 10px;
  }

  .Main-Course-Curriculum-Details-C-Content-Para {
    font-size: 12px;
    width: 60%;
  }

  .Curriculum-Sample-card-No-Of-Lessons,
  .Curriculum-Sample-arrow {
    font-size: 12px;
  }

  .Main-Course-Curriculum-Section-btn {
    padding: 10px 15px;
  }

  .Main-Course-CTA-img-section4 {
    top: 9%;
  }

  .Main-Course-Expert-Guidance-Main-Heading {
    font-size: 20px;
  }

  .Main-Course-Expert-Guidance-Heading-Section {
    gap: 10px;
  }

  .Main-Course-O-C-Card-Top-Part {
    display: block;
  }

  .Main-Course-O-C-Card {
    margin-top: 20px;
  }

  .Main-Course-Placements-Path-Steps-We-Follow-Left-Content {
    width: 100%;
    padding: 10px;
  }

  .Main-Course-Placements-Path-Steps-We-Follow-Left-Content-Heading {
    font-size: 24px;
  }

  .Main-Course-Placements-Path-Steps-We-Follow-Left-Content-Para {
    font-size: 12px;
  }

  .Main-Course-Placements-Path-Steps-We-Follow-Left-Content-Btn-Section {
    padding: 5px 18px;
  }

  .Main-Course-Placements-Path-Steps-We-Follow-Card-Para-Icon {
    width: 18px;
    height: 18px;
  }

  .Main-Course-Get-Notified-About-Blogs-newsletter-message {
    font-size: 12px;
  }

  .Main-Course-Get-Notified-About-Blogs-newsletter-tick-img,
  .Main-Course-Get-Notified-About-Blogs-newsletter-invalid-img {
    height: 14px;
    width: 14px;
  }

  .Main-Course-Get-In-Touch-Para {
    font-size: 14px;
  }

  .Main-Course-Career-Page-banner-section-h1,
  .Main-Course-CP-FYNJ-Right-Part-Card-Right-Side-Para,
  .Main-Course-Upcoming-Batches-banner-section-h1 {
    font-size: 16px;
  }

  .Main-Course-Career-Page-Banner-Content-Section,
  .Main-Course-Upcoming-Batches-Banner-Content-Section {
    padding-inline: 20px;
  }

  .Main-Course-Career-Page-Banner-Para-1 {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .Main-Course-Career-Page-Banner-Para-2,
  .Main-Course-Upcoming-Batches-Banner-Para-2 {
    font-size: 12px;
  }

  .Main-Course-CP-FYNJ-CTA-banner-h {
    font-size: 14px;
  }

  .Main-Course-FYNJ-About-Job-Company-Logo {
    height: 50px;
    width: 50px;
  }

  .Main-Course-CP-CJD-Job-Abouts-left-info {
    gap: 8px;
    flex-wrap: wrap;
  }

  .CJA-Resume-File-Upload-container {
    --folder-W: 70px;
    --folder-H: 50px;
    height: calc(var(--folder-H) * 3);
  }

  .CJA-Resume-File-Upload-tip {
    width: 55px;
    height: 18px;
  }

  .CJA-Resume-Upload-Supported-Size-Message {
    font-size: 12px;
  }

  .Main-Course-CJA-About-Job-Company-Logo {
    height: 40px;
    width: 40px;
  }

  .Main-Course-CP-CJA-Job-Abouts-Company-Details-Heading {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .CJA-Main-Company-Heading-Job-Pref {
    font-size: 12px;
  }

  .C-Webinar-Page-Register-Now-Submit-message-Icon {
    height: 40px;
    width: 40px
  }

  .C-Webinar-Page-registered-p {
    font-size: 13px;
  }

  .Main-Course-Home-Page-Get-In-Touch-Para {
    font-size: 14px;
  }

  .Main-Course-HP-Hero-Section-Heading {
    font-size: 22px;
  }

  .Main-Course-HP-Hero-Section-Side-Image-div {
    margin-top: 25%;
  }

  .Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-message {
    font-size: 12px;
  }

  .Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-tick-img,
  .Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-invalid-img {
    height: 14px;
    width: 14px;
  }

  .Main-Course-Home-Page-Featured-Courses-Card {
    width: 180px;
    min-width: 165px;
  }

  .BAI-Resume-File-Upload-container {
    --folder-W: 70px;
    --folder-H: 50px;
    height: calc(var(--folder-H) * 3);
  }

  .BAI-Resume-File-Upload-tip {
    width: 55px;
    height: 18px;
  }

  .BAI-Resume-Upload-Supported-Size-Message {
    font-size: 12px;
  }

  .Main-Course-BAI-About-Job-Company-Logo {
    height: 40px;
    width: 180px;
  }

  .Main-Course-CP-BAI-Job-Abouts-Company-Details-Heading {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .BAI-Main-Company-Heading-Job-Pref {
    font-size: 12px;
  }

  .Main-Course-CP-Form-Content label {
    font-size: 14px;
  }

  .BAI-Form-Submit-Button {
    font-size: 14px;
  }

  .CP-CJD-ov-Req-m-info-img {
    height: 30px;
    width: 30px;
  }

  .Main-Course-CP-CJD-SMJLT-Mail-Submit {
    gap: 8px;
  }

  .CJA-Form-Submit-Button {
    font-size: 14px;
  }

  .Alternative-HeroBanner-Form-container {
    width: 100%;
  }

  .Main-Course-Why-techleads-Section {
    margin-top: 50px;
  }

  .Main-Course-CTA-banner6 {
    margin-top: 6rem;
  }

  .Careers-Home-Apply-Btn-P {
    padding-inline: 15px !important;
  }

  .Sign-in-Screen-height {
    height: 100vh !important
  }

  .Main-Course-CP-FYNJ-Left-Part-Filters {
    max-height: 94vh;
  }

  .Header-All-Category-Icon {
    height: 40px;
    width: 40px;
  }

  .Header-All-Category-Icon-card-Para,
  .Main-Course-Home-Page-FAQ-Section-btn,
  .Main-Course-Home-Page-FAQ-Section-content-Answer {
    font-size: 14px;
  }

  .Header-All-Category-Icon-card-Container {
    gap: 10px;
  }

  .TLI-H-M-Header-All-Category-Icon {
    height: 40px;
    width: 40px;
  }

  .TLI-H-M-Header-All-Category-Icon-card-Para {
    font-size: 12px;
  }

  .TLI-H-M-Header-All-Category-Icon-card-Container {
    gap: 10px;
  }

  .TLI-H-M-mobile-courses-btn {
    padding: 10px 14px;
    font-size: 14px;
  }

  .TLI-H-M-Main-Page-Techleads-Logo {
    width: 177px;
    height: 30px;
  }

  .TLI-H-M-mobile-header-topbar {
    padding: 0 10px;
  }

  .TLI-H-M-mobile-dropdown {
    left: -46vw;
    width: 95vw;
  }

  .TLI-H-M-mobile-panel-content {
    padding: 10px;
  }

  .Main-Course-HP-Success-Stories-Of-Our-Proud-Achievers-Companies-slide-img {
    width: 171px;
    height: 240px;
    border-radius: 15px;
  }

  .Main-Course-Expert-Guidance-Card-Section {
    row-gap: 13px;
  }

  .Success-Stories-Of-Our-Proud-Achievers-Companies-slide-img {
    width: 171px;
    height: 240px;
  }

}

@media (max-width:470px) {
  .align-adj {
    flex-direction: column;
    align-items: start !important;
  }

  .align-mt {
    margin-top: 7px;
  }

  .newsletter-h,
  .Hero-notified-h {
    font-size: 16px;
  }

  .newsletter-p {
    font-size: 12px;
  }

  .newsletter-btn {
    padding: 3px 10px;
    font-size: 11px;
  }

  .newsletter-sub-btn {
    padding: 5px 10px;
    font-size: 11px;
  }

  .Course-Contact-Us-notified-h {
    font-size: 16px;
  }

  .Course-Contact-Us-notified-p {
    font-size: 12px;
  }

  .Course-Contact-Us-btn {
    padding: 3px 10px;
    font-size: 11px;
  }

  .Course-Contact-Us-sub-btn {
    padding: 5px 10px;
    font-size: 11px;
  }

  .Main-Course-Get-Notified-About-Blogs-newsletter-h {
    font-size: 16px;
  }

  .Main-Course-Get-Notified-About-Blogs-newsletter-p {
    font-size: 12px;
  }

  .Main-Course-Get-Notified-About-Blogs-newsletter-btn {
    padding: 3px 10px;
    font-size: 11px;
  }

  .Main-Course-Get-Notified-About-Blogs-newsletter-sub-btn {
    padding: 5px 10px;
    font-size: 11px;
  }

  .Main-Course-Get-Notified-About-Blogs-newsletter-container {
    width: 100%;
  }

  .C-Webinar-Page-sub-service-1,
  .C-Webinar-Page-takeaways-segment {
    grid-template-columns: repeat(1, 1fr);
  }

  .C-Webinar-Page-faq-main {
    font-size: 17px;
  }

  .C-Webinar-Page-btn-offer {
    font-size: 14px;
  }

  .C-Webinar-Page-why-attend-h {
    font-size: 20px !important;
  }

  .C-Webinar-Page-Mentor-heading {
    font-size: 22px !important;
  }

  .Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-h,
  .Main-Course-Get-Notified-About-Blogs-newsletter-h {
    font-size: 16px;
  }

  .Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-p {
    font-size: 12px;
  }

  .Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-btn {
    padding: 3px 10px;
    font-size: 11px;
  }

  .Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-sub-btn {
    padding: 5px 10px;
    font-size: 11px;
  }
}

@media (max-width: 460px) and (min-width:400px) {
  .Upcoming-Batches-details {
    padding-inline: 2.2rem;
  }

  .Upcoming-Batches-card {
    justify-content: center;
  }

  .Upcoming-Batches-image {
    flex: none;
  }
}

@media (max-width: 460px) {
  .Upcoming-Batches-Cards-Section {
    grid-template-columns: repeat(1, 1fr);
  }

  .Upcoming-Batches-Cards-Heading {
    font-size: 16px;
  }
}

@media(max-width:450px) {
  .read-more-popup {
    width: 340px;
  }

  .payment-f-para {
    font-size: 14px;
  }

  .payment-f-heading {
    font-size: 18px;
  }

  .payment-s-para {
    font-size: 16px;
  }

  .payment-s-heading {
    font-size: 18px;
  }

  .Payment-custom-loader {
    width: 50%;
  }

  .blog-ov-share-popup-content {
    padding: 20px;
  }

  .Blog-ov-icons-popup {
    height: 50px;
    width: 50px;
  }

  .carousel-button.left {
    position: absolute;
    left: 0;
  }

  .carousel-button.right {
    position: absolute;
    right: 0;
  }

  .carousel-button {
    color: #000;
    border: .91px solid rgba(132, 132, 132, .38);
    background: white;
  }

  .mobile-nav {
    width: 200px;
  }

  .Main-Course-T-sticky-nav-dropdown-toggle {
    font-size: 14px;
    gap: 10px;
    padding: 8px 15px;
    width: 180px;
  }

  .Main-Course-T-sticky-nav-dropdown-menu {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 15.4px;
  }

  .Main-Course-Top-Nav-CTA-Btn {
    font-size: 10px;
  }

  .Main-Course-Nav-Container {
    gap: 10px;
  }

  .Main-Course-T-and-M-Card-heading,
  .Main-Course-Why-Techleads-heading,
  .Is-this-course-right-for-you-M-Heading,
  .Main-Course-Curriculum-Details-Main-Heading,
  .Main-Course-Watch-Our-Demo-Section-heading,
  .Hiring-Partners-Trusted-By-Top-Companies-Heading,
  .Main-Course-Company-Waiting-For-You-Heading,
  .Main-Course-ERP-Job-Trends-Heading,
  .Main-Course-Success-Stories-Of-Our-Proud-Achievers-Heading,
  .Main-Course-Top-Oracle-Cloud-SCM-Certifications-Heading,
  .Main-Course-Top-Industry-Professionals-Heading,
  .Main-Course-Related-Course-Card-heading,
  .Main-Course-Related-Blogs-S-heading {
    font-size: 20px;
  }

  .Main-Course-Hands-on-Project-Main-h,
  .Main-Course-Upcoming-Demo-Section-Heading,
  .Main-Course-Watch-Our-Demo-Section-Heading,
  .Main-Course-What-Our-Student-Say-Section-Heading,
  .Main-Course-Choose-Your-Right-Plan-Heading,
  .Main-Course-LMS-Portal-Heading,
  .Main-Course-Estimated-Job-Openings-Heading,
  .Main-Course-Badge-Of-Excellence-Section-Heading,
  .Main-Course-Get-In-Touch-Heading,
  .Main-Course-FAQ-Section-h {
    font-size: 20px;
  }

  .C-Webinar-Page-read-more-popup {
    width: 340px;
  }

  .Main-Course-Home-Page-Featured-Courses-Card-heading {
    font-size: 16px;
  }

  .Main-Course-Home-Page-FAQ-Section-h,
  .Main-Course-Home-Page-C-Section-Heading,
  .Main-Course-Home-Page-Get-In-Touch-Heading,
  .Home-Page-Hiring-Partners-Trusted-By-Top-Companies-Heading,
  .Main-Course-Home-Page-Related-Blogs-S-heading {
    font-size: 20px;
  }

  .Main-Course-Home-Page-FAQ-Section-p,
  .Main-Course-Home-Page-Featured-Courses-Card-para,
  .Main-Course-Home-Page-C-Section-Para,
  .Main-Course-YPTS-Main-Para,
  .Main-Course-Home-Page-YPTS-step h3,
  .Main-Course-Home-Page-Related-Blogs-S-para {
    font-weight: 400px;
    font-size: 14px;
  }

  .Main-Course-YPTS-CTA-Button span {
    font-size: 14px;
  }

  .Main-Course-YPTS-Main-heading {
    font-size: 28px;
  }

  .Main-Course-YPTS-CTA-Button {
    padding: 10px 20px;
  }

  .Main-Course-CP-CJD-Job-ov-share-popup-content {
    padding: 20px;
  }

  .Main-Course-CP-CJD-Job-ov-icons-popup {
    height: 50px;
    width: 50px;
  }

  .Main-Course-CP-CJD-SMJLT-input-Sf-Message {
    font-size: 13px;
  }

  .Main-Course-T-sticky-nav-dropdown-label {
    font-size: 12px;
  }

  .payment-P-para {
    font-size: 14px;
  }

  .payment-P-heading {
    font-size: 18px;
  }

  .gif-size {
    width: 160px;
  }

  .retry-btn {
    width: 70%;
    font-size: 14px;
    padding: 8px 20px;
  }

  .Quick-Payment-Checkout-CourseBox {
    padding: 10px;
  }

  .Quick-Payment-Checkout-Title {
    font-size: 13px;
  }

  .Quick-Payment-Checkout-CourseBox img {
    width: 124px;
    height: 78px;
  }

  .Quick-Payment-Checkout-OldPrice {
    font-size: 10px;
  }

  .Quick-Payment-Checkout-PriceBox,
  .Quick-Payment-Checkout-FormTitle {
    font-size: 12px;
  }

  .Quick-Payment-Checkout-Taxes-txt {
    font-size: 8px;
  }

  .Quick-Payment-Checkout-CourseBox {
    gap: 8px;
  }

  .Quick-Payment-Checkout-Content {
    padding: 15px;
  }

  #course-overview,
  #curriculum,
  #instructor-details,
  #learning-options,
  #placements-path,
  #job-trends {
    scroll-margin-top: 50px;
  }
}

@media (max-width: 440px) {
  .card {
    height: 55vh;
  }

  .related-blogs-heading {
    font-size: 20px;
  }

  .Main-Course-Hero-Card {
    margin-top: 7%;
  }

  .Main-Course-Hero-card-rev {
    font-size: 9px;
  }

  .Click-For-Download-Section-img {
    padding: 10px;
  }

  .Main-Course-Successful-Alumni-card {
    height: 55vh;
  }

  .Blog-Banner-Mb-Image {
    height: 200px !important;
    width: 95vw !important;
  }

  .blog-banner {
    height: 50vh;
  }

  .main-blog-h {
    font-size: 14px !important;
  }

  .Main-Course-CP-CJD-Job-Abouts-Company-Details-Heading {
    font-size: 14px;
  }

  .Main-Course-CP-CJD-Job-Abouts-Company-Details-Para {
    font-size: 16px;
  }
}

@media (max-width:430px) {
  .Main-Course-T-sticky-nav-dropdown-label {
    font-size: 12px;
  }

  .Main-Course-Home-Page-Hero-Section-Content {
    padding: 20px 20px 0px 20px;
  }

  .Main-Course-HP-CTA-img-section img,
  .All-category-img-section img {
    height: 200px !important;
    width: 152px !important;
  }

  .HP-CTA-RG-img img {
    height: 200px !important;
    width: 122px !important;
  }

  .Main-Course-HP-CTA-img-section {
    left: unset;
  }

  .HP-CTA-RG-img {
    left: 50% !important;
  }

  .Main-Course-HP-CTA-banner {
    margin-top: 11rem;
    border-radius: 25px;
  }
}


@media (max-width:420px) {

  .Main-Course-CP-FYNJ-Filter-Icon {
    padding: 8px 35px;
    font-size: 12px;
  }

  .Main-Course-CP-FYNJ-What-To-Learn-Search-btn,
  .Main-Course-CP-FYNJ-Filter-Icon-Section {
    margin-top: 10px;
  }

  .Main-Course-Badge-Of-Excellence-Sample-Certificate-icon2-hero {
    width: 14px;
    height: 4px;
  }

  .Main-Course-Badge-Of-Excellence-Sample-Certificate-btn {
    font-size: 12px;
  }

  .MC-FAQ-CTA-Button {
    font-size: 10px;
  }

  .Main-Course-FYNJ-About-Job-Company-Logo {
    height: 40px;
    width: 40px;
  }

  .Main-Course-CP-FYNJ-Right-Part-Card-Right-Side-Heading {
    font-size: 14px;
  }

  .FYNJ-Sub-Option-align-Para {
    font-size: 12px;
  }

  .Main-Course-CP-FYNJ-Right-Part-Card {
    gap: 10px;
    flex-direction: column;
  }

  .Main-Course-FYNJ-About-Job-Company-Logo-Wrapper {
    max-height: 75px;
  }

  .Main-Course-Home-Page-Featured-Courses-Card {
    width: 150px;
    min-width: 150px;
  }

  .Main-Course-Home-Page-Featured-Courses-Card-Section {
    gap: 10px;
  }
}


@media (max-width:410px) {

  .get-in-touch-main-p,
  .get-in-touch-sub {
    font-size: 10px;
  }

  .contactus-img {
    height: 38px;
  }


  .Main-Course-Upcoming-Demo-Details-form-container,
  .Main-Course-Upcoming-Demo-have-que-section,
  .Main-Course-Upcoming-Demo-Details-card {
    width: 100% !important;
  }

  .Main-Course-Upcoming-Demo-Details-form-container {
    padding: 25px 15px;
  }

  .Main-Course-Upcoming-Demo-Details-form-check-input {
    font-size: 11px;
  }

  .Main-Course-Upcoming-Demo-Details-input-checkbox {
    height: 11px;
    width: 11px;
  }

  .C-Webinar-Page-sub-service-1,
  .C-Webinar-Page-form-register {
    width: 92%;
  }
}

@media (max-width:400px) {
  .CU-Contact-Us-F-form {
    width: 100%;
  }

  .Main-Course-Hero-Card {
    margin-top: 2%;
  }

  .Main-Course-Expert-Guidance-Card {
    justify-content: left;
  }

  .Main-Course-Home-Page-Featured-Courses-Card {
    width: 150px;
    min-width: 150px;
  }

  .Main-Course-Home-Page-Featured-Courses-Card-Section {
    gap: 10px;
  }

  .fl-d-cl-aic {
    flex-direction: column;
    align-items: center;
  }

  .mainCoursetext {
    text-align: center;
  }

  .Price-d-fl-aic {
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .Price-mb-cust {
    display: block !important;
    font-size: 24px;
    margin-block: 3px;
    color: rgb(0, 111, 170);
  }

  .Header-All-Category-Icon-card {
    padding: 28px 7px 18px 7px;
    border-radius: 10px;
  }

  .Header-All-Category-Icon-card-Para {
    font-size: 12px;
  }

  .Main-Course-TLI-Common-Header-navbar {
    padding: 20px 10px;
  }

  .TLI-H-M-Header-All-Category-Icon-card {
    padding: 28px 7px 18px 7px;
    border-radius: 10px;
  }

  .TLI-H-M-mobile-courses-btn {
    font-size: 12px;
  }

  .TLI-H-M-Main-Course-TLI-Common-Header-hamburger svg {
    height: 2rem;
  }

  .TLI-H-M-Main-Page-Techleads-Logo {
    width: 160px;
    height: 26px;
  }

  .Main-Course-TLI-Common-Header-icons {
    font-size: 14px;
  }

  .mobile-courses-btn {
    font-size: 12px;
    padding: 9px 7px;
  }

  .BTT-Btn {
    bottom: 24%;
  }

  .QuickForm-Message-Icon {
    bottom: 28%;
  }
}

@media (max-width:380px) {

  .newsletter-btn,
  .newsletter-sub-btn {
    font-size: 8px;
  }

  .Course-Contact-Us-btn,
  .Course-Contact-Us-sub-btn {
    font-size: 8px;
  }

  .Main-Banner-Brochure-btn {
    padding: 11px 30px;
  }

  .Hero-img-Company-Name12 {
    width: 50px;
    height: 20px;
    border-radius: 0px;
  }

  .Hero-img-Company-Name3 {
    width: 100px;
    height: 22px;
    border-radius: 0px;
  }

  .Hero-img-Company-Name4 {
    width: 100px;
    height: 19px;
    border-radius: 0px;
  }

  .Main-Course-Upcoming-Demo-Details-card-container {
    width: 100%;
  }

  .Main-Course-Banner-heading {
    font-size: 24px;
  }

  .Main-Course-Hero-Card {
    padding-bottom: 0px;
    padding-inline: 10px;
  }

  .Main-Course-Expert-Guidance-Main-Heading {
    font-size: 18px;
  }

  .Main-Course-Best-Offer-Blinker,
  .Main-Course-Emi-Blinker {
    width: 86%;
    right: 0px;
  }

  .Main-Course-Related-Blogs-S-img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .Main-Course-HP-WTL-search-button {
    font-size: 11px;
    padding: 6px 10px;
  }

  .Category-blogs,
  .Category-side-bar {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width:370px) {

  .Main-Course-Get-Notified-About-Blogs-newsletter-btn,
  .Main-Course-Get-Notified-About-Blogs-newsletter-sub-btn {
    font-size: 8px;
  }

  .Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-btn,
  .Main-Course-Home-Page-Get-Notified-About-Blogs-newsletter-sub-btn {
    font-size: 8px;
  }

  .Main-Course-HP-Hero-Section-Heading {
    font-size: 20px;
  }

  .Main-Course-Hero-Card {
    padding-bottom: 0px;
    padding-inline: 10px;
  }

  .Main-Course-Hero-card-rev {
    margin-block: 3px;
  }

  Main-Course-Already-Sub-Suc-Section {
    width: 90%;
  }

  .Main-Course-Register-Form {
    padding: 20px 15px;
  }

  .Main-Course-Form-Container {
    max-width: 345px !important;
  }
}
