/* <!-------- banner css ---> */
@media (max-width: 992px) {
    html {
        zoom: normal;
    }
}
@media screen and (max-width: 1200px) {
    html {
        overflow-x: hidden;
    }
}
body {
    overflow-x: hidden;
    font-family: 'Roboto';
}
.text-black {
  color: #000000 !important;
}
.green-f {
    border:1px solid #BBF7D0 !important;
    background: #D4FFE1 !important;
}
#contact-advisor-btn {
    text-transform: capitalize !important;
}
.offerscca{
    background: linear-gradient(180deg, #61A6FF 0%, #3B88EA 100%);
    font-size:16.5px;
    border: none !important;
}
.offerscca:hover{
    border: none !important;
    background: linear-gradient(180deg, #83b6fa 0%, #6ba7f7 100%) !important;
}
#offer-view-sch1.offerscca:hover {
    border: none !important;
    background: linear-gradient(180deg, #83b6fa 0%, #6ba7f7 100%) !important;
}
#contact-advisor-btn.offerscca:hover{
    border: none !important;
    background: linear-gradient(180deg, #83b6fa 0%, #6ba7f7 100%) !important;
}
#cta-container.offerscta{
    width: 285px !important;
}
.offer-csm-bg{
    background: linear-gradient(to bottom, #F0F9FF 0%, #FFFFFF 100%);
}

/* Course Offers 1 — CSM certification process (desktop) */
.offers1-cert-process {
  border: 1px solid #e8ecf0;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
  overflow: visible;
}

.offers1-cert-process__title {
  color: #000;
  font-size: 1.25rem;
}

.offers1-cert-process__track {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.35rem;
  overflow: visible;
}

.offers1-cert-process__step {
  flex: 1 1 0;
  min-width: 0;
  max-width: 22%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
  padding-right: 0.5rem;
}

.offers1-cert-process__step-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.35rem;
}

.offers1-cert-process__box-wrap {
  position: relative;
  width: 100%;
  padding-top: 0.65rem;
  overflow: visible;
}

.offers1-cert-process__badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: inline-block;
  padding: 0.2rem 0.7rem;
  border-radius: 2px;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  white-space: nowrap;
}

.offers1-cert-process__step--purple .offers1-cert-process__badge {
  background: #8b6fd4;
}

.offers1-cert-process__step--orange .offers1-cert-process__badge {
  background: #f58220;
}

.offers1-cert-process__step--blue .offers1-cert-process__badge {
  background: #5eb3f0;
}

.offers1-cert-process__step--pink .offers1-cert-process__badge {
  background: #e85d8a;
}

.offers1-cert-process__box {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 1rem 0.65rem 0.65rem;
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  overflow: visible;
}

/* Right-pointing arrow on card edge (color matches border) */
.offers1-cert-process__box--arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  z-index: 4;
  pointer-events: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid currentColor;
}

.offers1-cert-process__step--purple .offers1-cert-process__box {
  border: 2px solid #9b7fd6;
}

.offers1-cert-process__step--purple .offers1-cert-process__box--arrow::after {
  border-left-color: #9b7fd6;
}

.offers1-cert-process__step--orange .offers1-cert-process__box {
  border: 2px solid #f5a04a;
}

.offers1-cert-process__step--orange .offers1-cert-process__box--arrow::after {
  border-left-color: #f5a04a;
}

.offers1-cert-process__step--blue .offers1-cert-process__box {
  border: 2px solid #5eb8f2;
}

.offers1-cert-process__step--blue .offers1-cert-process__box--arrow::after {
  border-left-color: #5eb8f2;
}

.offers1-cert-process__step--pink .offers1-cert-process__box {
  border: 2px solid #e86b96;
}

.offers1-cert-process__step--pink .offers1-cert-process__box--arrow::after {
  border-left-color: #e86b96;
}

.offers1-cert-process__box-text {
  font-size: 0.6875rem;
  line-height: 1.4;
  color: #4c4747;
  text-align: center;
}

.offers1-cert-process__label {
  font-size: 0.8125rem;
}

.offers1-cert-process__step--purple .offers1-cert-process__label {
  color: #7c5fd4;
}

.offers1-cert-process__step--orange .offers1-cert-process__label {
  color: #f58220;
}

.offers1-cert-process__step--blue .offers1-cert-process__label {
  color: #3b88ea;
}

.offers1-cert-process__step--pink .offers1-cert-process__label {
  color: #e85d8a;
}

.offers1-cert-process__outcome {
  flex: 0 0 168px;
  max-width: 168px;
  padding-bottom: 0.25rem;
}

.offers1-cert-process__outcome-img {
  width: 100%;
  max-width: 200px;
  height: auto;
  object-fit: contain;
  margin-bottom: 0.35rem;
}

.offers1-cert-process__outcome-title {
  font-size: 0.9375rem;
  line-height: 1.3;
  color: #000;
}

/* Process To Achieve CSM — mobile vertical timeline */
.offers1-cert-process-mob {
  border: 1px solid #e8ecf0;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
  background: linear-gradient(to bottom, #f0f9ff 0%, #ffffff 100%);
}

.offers1-cert-process-mob__title {
  color: #000;
  font-size: 1.125rem;
}

.offers1-cert-process-mob__timeline {
  position: relative;
  margin-left: 1.625rem;
  border-left: 2px solid #c5cad3;
  padding-left: 1.35rem;
}

.offers1-cert-process-mob__row {
  position: relative;
  padding-bottom: 1.75rem;
}

.offers1-cert-process-mob__row:last-child {
  padding-bottom: 0.25rem;
}

.offers1-cert-process-mob__node {
  position: absolute;
  left: -2.85rem;
  top: 0;
  width: 3.25rem;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.offers1-cert-process-mob__ring {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: #fff;
  border: 3px solid;
  box-sizing: border-box;
}

.offers1-cert-process-mob__ring img {
  width: 1.75rem;
  height: 1.75rem;
  object-fit: contain;
}

.offers1-cert-process-mob__row--purple .offers1-cert-process-mob__ring {
  border-color: #8b6fd4;
  box-shadow: 0 0 0 4px rgba(139, 111, 212, 0.18);
}

.offers1-cert-process-mob__row--orange .offers1-cert-process-mob__ring {
  border-color: #f58220;
  box-shadow: 0 0 0 4px rgba(245, 130, 32, 0.18);
}

.offers1-cert-process-mob__row--blue .offers1-cert-process-mob__ring {
  border-color: #5eb3f0;
  box-shadow: 0 0 0 4px rgba(94, 179, 240, 0.18);
}

.offers1-cert-process-mob__row--pink .offers1-cert-process-mob__ring {
  border-color: #e85d8a;
  box-shadow: 0 0 0 4px rgba(232, 93, 138, 0.18);
}

.offers1-cert-process-mob__heading {
  font-size: 1rem;
  line-height: 1.25;
}

.offers1-cert-process-mob__row--purple .offers1-cert-process-mob__heading {
  color: #7c5fd4;
}

.offers1-cert-process-mob__row--orange .offers1-cert-process-mob__heading {
  color: #f58220;
}

.offers1-cert-process-mob__row--blue .offers1-cert-process-mob__heading {
  color: #3b88ea;
}

.offers1-cert-process-mob__row--pink .offers1-cert-process-mob__heading {
  color: #e85d8a;
}

.offers1-cert-process-mob__text {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #4c4747;
}

.offers1-cert-process-mob__outcome {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.25rem;
  padding-top: 0.5rem;
}

.offers1-cert-process-mob__outcome-img {
  flex: 0 0 auto;
  max-width: 40%;
  height: auto;
  object-fit: contain;
}

.offers1-cert-process-mob__outcome-text {
  font-size: 0.9375rem;
  line-height: 1.35;
  color: #000;
}

.offers1-cert-process-mob__outcome-text strong {
  font-weight: 700;
}

/* Curriculum / FAQ — Talk to an Advisor banner */
.offers1-curriculum-advisor-wrap {
  margin-top: 0.5rem;
}

.offers1-curriculum-advisor {
  position: relative;
  border-radius: 1.125rem;
  overflow: hidden;
  background-color: #eef7ff;
  background-image: none;
  box-shadow: 0 4px 16px rgba(59, 136, 234, 0.08);
}

.offers1-curriculum-advisor__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1rem;
  min-height: 0;
}

.offers1-curriculum-advisor__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
}

.offers1-curriculum-advisor__title {
  font-size: 1.0625rem;
  line-height: 1.35;
  color: #1a1a1a;
  text-align: center;
}

.offers1-curriculum-advisor__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.15rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(180deg, #61a6ff 0%, #3b88ea 100%);
  box-shadow: 0 4px 10px rgba(59, 136, 234, 0.25);
  transition: opacity 0.2s ease;
  white-space: nowrap;
}

.offers1-curriculum-advisor__btn:hover {
  color: #fff;
  opacity: 0.92;
}

.offers1-curriculum-advisor__btn .fa-arrow-right {
  font-size: 0.8rem;
  font-weight: 400;
}

.offers1-curriculum-advisor__visual {
  display: none;
}

@media (min-width: 992px) {
  .offers1-curriculum-advisor {
    background-image: url('../image/offers1-ad-bg.webp');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
  }

  .offers1-curriculum-advisor__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 2rem 0 0 2rem;
    min-height: 12.5rem;
  }

  .offers1-curriculum-advisor__copy {
    flex: 0 1 58%;
    max-width: 58%;
    align-items: flex-start;
    padding-bottom: 2rem;
  }

  .offers1-curriculum-advisor__title {
    font-size: 1.45rem;
    line-height: 1.35;
    text-align: left;
  }

  .offers1-curriculum-advisor__visual {
    display: flex;
    flex: 0 1 42%;
    align-self: flex-end;
    justify-content: flex-end;
    width: auto;
    margin-top: 0;
    margin-right: 0;
    pointer-events: none;
  }

  .offers1-curriculum-advisor__img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 12.5rem;
    height: auto;
    object-fit: contain;
    object-position: right bottom;
  }
}

/* Course Offers 1 — banner (70% content / 30% hero image) */
.offer-csm-banner.offerscsmban,
.offer-csm-banner .offers1-banner {
  overflow: visible;
}

.offers1-banner__layout {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  width: 100%;
  overflow: visible;
}

.offers1-banner__content {
  width: 100%;
  min-width: 0;
}

.offers1-banner__media {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

@media (min-width: 992px) {
  .offers1-banner__layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.75rem 1.25rem;
  }

  .offers1-banner__content {
    flex: 0 0 70%;
    width: 60%;
    max-width: 60%;
  }

  .offers1-banner__media {
    flex: 0 0 30%;
    width: 30%;
    max-width: 30%;
    align-self: stretch;
    align-items: flex-end;
    justify-content: center;
    padding-top: 0.5rem;
  }
  .offers1-banner__figure{
    position: relative;
    top:-13%;
  }

}

@media (max-width: 991.98px) {
  .offers1-banner__media {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.5rem;
  }

}

.offersbanform{
    border:10px solid #CCE2FF;
    box-shadow:0px 2px 0px 2px whitesmoke;
}
.formfont{
    font-size:13px;
}
.textundline{
    text-decoration:none;
}
.textundline:hover{
    background:#72adfb;
}
.trust-section {
  padding: 60px 0;
}

/* Section 2 revamped — accreditations + sidebar form */
.offers1-section2 {
  padding: 4px 0 16px;
}

.offers1-section2-accr__title {
  color: #000;
  text-align: center;
  margin-bottom: 2rem;
}

.offers1-accr-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1rem;
}

.offers1-accr-card img {
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .offers1-section2-layout {
    display: flex !important;
    flex-direction: column !important;
  }

  .offers1-section2-layout .offers2-section2-form-col {
    order: 1;
    width: 100%;
  }

  .offers1-section2-layout .offers1-section2-main {
    order: 2;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .offers1-section2 {
    padding: 4px 0 24px;
  }

  .offers1-accr-card {
    /* flex: 1 1 calc(50% - 0.5rem);
    max-width: none; */
    min-height: 96px;
  }
}
.offersmsgform{
    margin-top:-14px
}
.trust-card {
  background: #f3f9ff;
  /* border-radius: 12px; */
  padding: 20px 20px;
  box-shadow: 2px 3px 0px 0px #f8f4f4;
}

.offersicon {
  font-size: 32px;
  margin-bottom: 12px;
}
.offers1cardf {
  font-size: 15px;
}

.trust-card h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}
.subhead-fc {
    color:#646464;
}
.vertical-line {
    border-left: 1.5px solid #B0B0B0;
    height: 15rem;
}

/* Section 3 — salary chart + hiring logos (stacked layout) */
.offers1-section3 .graphical-info-section,
#offers-graphical .graphical-info-section {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.offers1-section3-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 560px;
}

.offers1-graph-panel {
  width: 100%;
}

.offers1-salary-title,
.offers1-hiring-title {
  color: #000;
  font-size: 1rem;
}

.offers1-salary-block {
  width: 100%;
  max-width: 420px;
}

.offers1-salary-block .bar-height {
  height: 13rem;
}

.offers1-salary-block .salary-chart {
  position: relative;
  align-items: flex-end;
}

/* .offers1-salary-block .salary-chart__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-width: 2.5rem;
} */
.min-value-height3 {
  margin-top: 25px;
}

.offers1-salary-block .salary-chart__value {
  min-height: 1.25rem;
  white-space: nowrap;
}

.offers1-hiring-block {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.offers1-hiring-logos--composite {
  display: block;
  width: 100%;
  max-width: 560px;
}

.offers1-hiring-card--composite {
  /* background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
  padding: 1rem 1.25rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 77px;
}

.offers1-hiring-composite-img {
  display: block;
  width: 130%;
}

.offers1-hiring-logos {
  display: grid;
  /* grid-template-columns: repeat(3, minmax(0, 1fr)); */
  gap: 0.75rem 0.85rem;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.offers1-hiring-card {
  /* background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
  padding: 0.85rem 0.65rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
}

.offers1-hiring-card img {
  object-fit: contain;
  /* max-width: 100%;
  height: auto; */
}

@media (max-width: 991.98px) {
  .offers1-hiring-block {
    max-width: 100%;
    margin-top: 1.5rem !important;
  }

  .offers1-hiring-title {
    font-size: 0.9375rem;
    margin-bottom: 0.85rem !important;
  }

  .offers1-hiring-logos--composite {
    max-width: 100%;
  }

  .offers1-hiring-card--composite {
    min-height: 52px;
    /* padding: 0.65rem 0.75rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.07); */
  }

  .offers1-hiring-composite-img {
    max-height: 40px;
  }

  .offers1-hiring-logos {
    /* grid-template-columns: repeat(3, minmax(0, 1fr)); */
    column-gap: 0.5rem;
    row-gap: 0.5rem;
    max-width: 320px;
    margin: 0 auto;
  }

  .offers1-hiring-card {
    min-height: 52px;
    /* padding: 0.5rem 0.35rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.07); */
  }

  .offers1-hiring-card img {
    max-height: 30px;
    width: auto;
  }

  .offers1-salary-block {
    max-width: 100%;
  }

  .offers1-salary-title {
    font-size: 0.9375rem;
  }
}

@media (max-width: 400px) {
  .offers1-hiring-logos {
    max-width: 280px;
    column-gap: 0.4rem;
    row-gap: 0.4rem;
  }

   .offers1-hiring-card {
    min-height: 46px;
    padding: 0.4rem 0.25rem;
    border-radius: 8px;
  } 

  /* .offers1-hiring-card img {
    max-height: 22px;
  } */

  .offers1-hiring-composite-img {
    max-height: 32px;
  }

  .offers1-hiring-title {
    font-size: 0.875rem;
  }
}

#offers-graphical .salary-chart .bar.min,
#offers-graphical .salary-chart .bar.max,
.offers1-section3 .salary-chart .bar.min,
.offers1-section3 .salary-chart .bar.max {
  background-color: #d1e5ff;
}

#offers-graphical .salary-chart .bar.bar-custom,
.offers1-section3 .salary-chart .bar.bar-custom {
  background-color: #d1e5ff;
}

/* barchart css */

.salary-chart .bar {
  background-color:#D1E5FF;
  display: block;
  height: 110px;
  width: 34px;
  transform-origin: bottom;
  transform: scaleY(0);
}

.min-value-height {
    margin-top: 39px;
}
.max-value-height {
    margin-top: 23px;
}
.salary-chart .bar.average {
    width: 34px;
}
.avergae-bgcolor1 {
     background-color:#549CF8 !important;
}
.graph-mb1 {
    margin-bottom:23px;
}
.active-btn-demand12 {
    background: linear-gradient(180deg, #61A6FF 0%, #3B88EA 100%);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight:bold !important;
}
.active-btn-demand123 {
    background-color: #EAF3FF !important;
    color: black;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
}
.blue-btn {
    background: linear-gradient(180deg, #61A6FF 0%, #3B88EA 100%);
    cursor:pointer;
}
.upskill-btn {
    border: 0.6px solid black;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
}
.trainer-logo {
    top: -44px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
.off-trainercard {
    background: linear-gradient(180deg, #ffffff 0%, #F0F9FF 100%);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    min-height: 250px;
}
.star-rating {
    color:#6C6C6C;
    font-size:15px;
}
.train-data {
    font-size:15px;
}
.years-fs {
    font-size:12px;
}
.verti-line {
    width: 0.7px;
    height: 36px;
    background-color: #9C9C9C;
}
#trainerSplide1 .splide__list, #reviewsCardSplide .splide__list,
#trustpilotSplide .splide__list, #googleCardSplide .splide__list, #linkedinCardSplide .splide__list {
    height: fit-content;
}
#trainerSplide1 .splide__arrows, #reviewsCardSplide .splide__arrows,
#trustpilotSplide .splide__arrows, #googleCardSplide .splide__arrows, #linkedinCardSplide .splide__arrows {
    position: absolute;
    top: 106%;
    left: 45%;
    width: 100px;
}
#trainerSplide1 .splide__arrow--prev, #reviewsCardSplide .splide__arrow--prev,
#trustpilotSplide .splide__arrow--prev, #googleCardSplide .splide__arrow--prev, #linkedinCardSplide .splide__arrow--prev {
    left: 1em;
    top: 1rem;
}
#trainerSplide1 .splide__arrows svg, #reviewsCardSplide .splide__arrows svg,
#trustpilotSplide .splide__arrows svg, #googleCardSplide .splide__arrows svg, #linkedinCardSplide .splide__arrows svg {
    height: 0.8em;
    width: 0.8em;
}
#trainerSplide1 .splide__arrow--next, #reviewsCardSplide .splide__arrow--next,
 #trustpilotSplide .splide__arrow--next, #googleCardSplide .splide__arrow--next, #linkedinCardSplide .splide__arrow--next {
    right: 1em;
    top: 1rem;
}
.trustpilot_avatar_bg {
    background-color: #FFDDE8;
}
.trustpilot_avatar_initial {
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    flex-shrink: 0;
}
.csm-tggle-btn {
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    overflow: hidden;
}
.offer-csm-bg{
    background: linear-gradient(to bottom, #F0F9FF 0%, #FFFFFF 100%);
}

.csm-btn-color {
    background-color: #4f8df7 !important;
    color: white !important;
    border: none !important;
}

.csm-btn-color-faq {
    background-color: transparent !important;
    color: #000 !important;
    border: none !important;
}
.csm-btn-color-faq:hover {
    background-color: #f8f9fa !important;
}
.offercsm-dwnld{
    background: linear-gradient(180deg, #61A6FF 0%, #3B88EA 100%);
}
.offercsm-dwnld:hover{
    opacity:0.9;
}

#faq-container .accordion-button:focus {
    box-shadow: none;
}
 .csm-fqas {
    background-color: white !important;
    border: 1px solid #C4C5C7 !important;
}
.offers-features {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* WebKit Scrollbar */
.offers-features::-webkit-scrollbar {
    width: 6px;
}

.offers-features::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.offers-features::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

.offers-features::-webkit-scrollbar-thumb:hover {
    background: #999;
}
.offers-features2 {
    max-height: 158px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* WebKit Scrollbar */
.offers-features2::-webkit-scrollbar {
    width: 6px;
}

.offers-features2::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.offers-features2::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

.offers-features2::-webkit-scrollbar-thumb:hover {
    background: #999;
}
.achieve-img{
    height: 212px;
}
.offersarrow{
  width: 20px;
  height: 20px;
}
.trend-path {
  stroke: #3B88EA;
  stroke-width: 25;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  animation: draw 3s ease-in-out forwards infinite;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.selectize-dropdown [data-selectable].option {
    opacity: 1;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
@media(min-width:992px){
    #launcher {
        bottom: 50px !important;
    }
    #offers-ul {
        width: 820px !important;
        /* margin-left:10%; */
    }
    #cta-container {
        width: auto !important
    }
    .dwnld-cm {
        width:27% !important;
        font-size:15px;
    }
    .offers-sch-banner{
        justify-content:end !important;
        align-items:end!important;
    }
    .sticky-offer-off{
        font-weight:500!important;
        color:#000000!important;
    }
    .offers1-navbar.active {
        border-bottom: 3px solid black !important;
    }
    .offers1-navbar {
        border-bottom: none !important;
        transition: border-bottom 0.1s ease !important;
    }
    .csm-widt{
        width:80% !important;
    }
    .offers-pricing-header {
    text-align: center;
    margin-bottom: 40px;
    }
    .view-more-sched-csm{
        display: flex !important;
        align-items: center !important;
        margin-left: 460px !important;
    }
    .card_truncer {
        height: 3.5rem !important;
    }
    .view-cant-sched-csm{
        display: flex !important;
        align-items: center !important;
        margin-left: 460px !important;
    }
    .curriculm-csm-fs{
        font-size:14px !important;
    }
.offers-pricing-header {
  text-align: center;
  margin-bottom: 40px;
}

    .offers-pricing-header h2 {
    font-size: 24px;
    margin-bottom: 10px;
    }

    .offers-pricing-header p {
    color: #555;
    max-width: 700px;
    margin: 0 auto;
    }

    .offers-pricing-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    }

    .offers-pricing-card {
    width: 360px;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    position: relative;
    }

    .offers-pricing-card h3 {
    margin-bottom: 15px;
    }

    .offers-price {
    margin-bottom: 10px;
    }

    .offers-current {
    font-size: 22px;
    font-weight: bold;
    }

    .offers-old {
    margin-left: 8px;
    color: #999;
    text-decoration: line-through;
    }

    .offers-starting {
    font-size: 14px;
    margin-bottom: 15px;
    }

    .offers-features {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    }

    .offers-features li {
    font-size: 14px;
    margin-bottom: 12px;
    padding-left: 18px;
    position: relative;
    }

    .offers-features li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: black;
    font-size: 12px;
    }

    .offers-btn {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: none;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    }

    .offers-basic {
        border: 2px solid #a1c3f7;
        background: #f0f4fb !important;
    }

    .offers-basic-btn {
    background: #3b82f6 !important;
    }

    .offers-premium {
    border: 2px solid #f59e0b;
    background: #fffaf3 !important;
    }

    .offers-premium-btn {
    background: #f59e0b !important;
    }

    .offers-badge {
        position: absolute;
        top: 28px;
        right: 90px;
        background: #f59e0b;
        color: #fff;
        font-size: 12px;
        padding: 4px 10px;
        border-radius: 5px;
    }

    .off-heading-fs {
        font-size:24px;
    }

    .position-lg-absolute {
        position: absolute;
    }
    .profile-image-container {
        top: -41px;
        left: 44%;
    }
    .cust-postioning {
        bottom: -22px;
        left: 46.5%;
    }
    .bar-height {
        height:13rem;
    }
    .upskill-btn {
        width:fit-content;
    }
    .achievement-list li {
        position: relative;
    }

    .card-img-top {
    height: 200px;
    object-fit: cover;
    }
    .offers1-accr-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
      padding: 0.8rem 1rem;
      display: flex;
      align-items: center;
      justify-content: center;
       flex: 1 1 calc(20% - 1rem); 
    }

}
@media(max-width:576px) {
  .offers1-accr-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
    padding: 0.8rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
     /* flex: 1 1 calc(20% - 1rem);  */
  }
    .plan-overflow {
        overflow-x: hidden;
    }
    .why-logs{
        width:25px !important;
        height:25px !important;
    }
    .why-logo1{
        width:20px !important;
        height:20px !important;
    }
    .trust-card {
        padding: 5px 5px !important;
    }
    .offerscsmban{
        margin-top:-20px;
    }
    .mob-mb {
        margin-bottom: 17px;
    }
    .upskill-btn  {
        overflow-x: auto;
    }
    /* .graph-btn {
         width: 63%;
    } */
    .view-cant-sched-csm{
        display: flex !important;
        justify-content: center !important;
    }
    .upskill-btn::-webkit-scrollbar {
        width: 7px;
        -webkit-appearance: none;
        height:5px;
    }
    .upskill-btn::-webkit-scrollbar-thumb {
        background-color: #9ea5b1;
        border-radius: 4px;
    }
    .upskill-btn::-webkit-scrollbar-track {
        background-color: #f1f1f1;
        border-radius: 4px;
    }
    .upskill-btn::-webkit-scrollbar-thumb:hover {
        background-color: var(--prime-ft-color);
    }
    .off-heading-fs {
        font-size:20px;
    }
    .slary-hei {
        height: 10rem;
    }

    .image-size {
        width:80% !important;
    }
    .certifback1 {
        margin-left: -35px;
    }
    .modal-bottom {
        position: fixed !important;
        bottom: -1% !important;
    }
    .view-more-sched-csm{
        display: flex !important;
        justify-content: center !important;
    }
    .curriculm-csm-fs{
        font-size:12px !important;
    }
    .upc-btn-di {
        display:flex;
    }
    .btn-mob-width {
        width:100%;
    }
    #trainerSplide1 .splide__arrows, #reviewsCardSplide .splide__arrows,
    #trustpilotSplide .splide__arrows, #googleCardSplide .splide__arrows, #linkedinCardSplide .splide__arrows {
        position: absolute;
        top: 106%;
        left: 37%;
        width: 100px;
    }
     .off-card {
        border: 1px solid #4280EB;
        width: 180px;
        height: 220px !important;
    }
    .off-cards {
    border: 1px solid #F5B025;
    width: 180px;
    height: 220px !important;
    }

    .offers-basic {
        border: 1px solid #a1c3f7;
        background: #f0f4fb !important;
    }

    .offers-basic-btn {
    background: #3b82f6 !important;
    }

    .offers-premium {
    border: 1px solid #f59e0b;
    background: #fffaf3 !important;
    }

    .offers-premium-btn {
    background: #f59e0b !important;
    }
    .btn-bord-off {
        color: white !important;
    }
    .offers-badge {
        position: absolute;
        right: 22%;
        background: #f59e0b;
        color: #fff;
        font-size: 12px;
        padding: 4px 10px;
        border-radius: 5px;
    }
    .offerscca2 {
        background: linear-gradient(180deg, #61A6FF 0%, #3B88EA 100%);
        width: 90%;
        padding: 4px 0px;
    }
    .badge-offer{
        color:white !important;
        border:none !important;
    }
    .offers1-plans-section .offers1-plan-card__ribbon {
      top: -3px;
      left: 0;
      width: 44px;
    }

    .offers1-plans-section .offers1-plan-card__ribbon .text-off {
      width: 44px;
    }

    .offers1-plans-section .offers1-plan-sash {
      top: 9px;
      right: 0;
    }

    .offers1-plans-section .offers1-plan-sash__ribbon-img {
      width: 72px;
      height: auto;
    }

    .offers1-plans-section .offers1-plan-sash__text {
      font-size: 8px;
      top: 40%;
    }
}
.upc-btn-di1 {
    display:none !important;
}
.certifback2 {
    margin-left: -4.938rem;
    margin-top: -34px;
}
.certifback1 {
    bottom: -42px;
    margin-left: -8px;
}
.review-free {
    background: linear-gradient(90deg, #fcf3e2 0%, #ffffff 100%);
}
.csm-third-div {
    width: 370px !important;
    border-right: 2px dashed #e9e9e9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0 15px;
}
@media (min-width: 1200px) and (max-width: 1367px) {
    .csm-fourth-div {
        width: 300px !important;
    }
    .view-more-sched-csm{
        display: flex !important;
        align-items: center !important;
        margin-left: 420px !important;
    }
    .view-cant-sched-csm{
        display: flex !important;
        align-items: center !important;
        margin-left: 420px !important;
    }
}
.fixed-stickys {
    position: fixed !important;
    top: 2px;
    z-index: 2;
    width: 60% !important;
}
@media (min-width: 1567px) {
    .bottom-btn {
        width: 953px !important;
    }
}
.csm-first-div {
    width: 370px !important;
    border-right: 2px dashed #e9e9e9;
    position: relative;
}
.offer-csm-bgs {
    background:  linear-gradient(to bottom, #F0F9FF, #F0F9FF);
}
@media (min-width: 1567px) {
    .fixed-stickys {
        width: 17% !important;
    }
}
@media (min-width: 1240px) and (max-width: 1300px) {
    .csm-btn-equ1 {
        width: 118% !important;
    }
}
#faq-container .accordion-button:focus {
    box-shadow: none;
}

.selectize-input {
    background: white !important;
}

.selectize-dropdown-content {
    background: white !important;
}
#training123 {
    transition: box-shadow 0.3s ease;
    /* Smooth transition for shadow */
}

#training123.has-shadow {
    border: none;
    top: -56px;
    /* left: -20px; */
    content: "";
    z-index: 1;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #aea7a729);
}
.video-mt {
    margin-top: -9px;
}
/* Chart bottom alignment */
.salary-chart {
  align-items: flex-end;
}


@media (max-width: 992px) {
    .btn-csm-inc {
        height: 32px !important;
    }
}
@media (min-width: 992px) {
    .offers1-sticky-form {
        position: fixed;
        z-index: 10;
        width: 23%;
        right: 3%;
    }

    /* Header stays above sticky form */
    #offers-header,
    #off-home-header {
        z-index: 100 !important;
    }

    /* Section 2: form fixed on right only after section 2 starts (JS toggles .is-fixed) */
    .offers1-section2,
    .offers1-section2-layout {
        overflow: visible;
    }

    .offers1-section2-layout {
        align-items: flex-start;
        position: relative;
    }

    /* Form is viewport-fixed; aside must not stretch section height below accr */
    .offers1-section2-aside {
        position: absolute;
        top: 0;
        right: 0;
        width: 25%;
        height: 0;
        margin: 0;
        padding: 0;
        overflow: visible;
        pointer-events: none;
    }

    .offers1-section2 .offers2-section2-form.is-fixed {
        pointer-events: auto;
    }

    .offers1-section2 .offers2-section2-form {
        position: relative;
        width: 100%;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

    .offers1-section2 .offers2-section2-form.is-fixed {
        position: fixed !important;
        top: var(--offers1-header-offset, 71px) !important;
        right: 3% !important;
        width: 23% !important;
        z-index: 10 !important;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        overflow: visible !important;
    }

    .offers2-section2-form.is-fixed .modal-clusters,
    .offers2-section2-form.is-fixed .ht-mode {
        overflow: visible !important;
    }
}
.wd-fit-csm{
    width:fit-content !important;
}
#contact_us_modal .fa-info-circle,
.offers2-section2-form .ht-mode .fa-info-circle,
.offers2-section2-form .ht-mode .aider {
    position : absolute;
    display  : none;
    top      : 34%;
    right    : 3%;
    color    : #e14c58;
    font-size: 1rem !important;
    z-index  : 3;
}
#contact_us_modal .fa-info-circle.error,
.offers2-section2-form .ht-mode .fa-info-circle.error,
.offers2-section2-form .ht-mode .aider.error {
    display: block !important;
}
.offers2-section2-form .ht-mode {
    height: 3rem;
    overflow: visible;
    position: relative;
}
.offers2-section2-form .ht-mode.field-has-error {
    margin-bottom: 2.75rem !important;
}
.offers2-section2-form .form-field-hint,
.offers2-section2-form .ht-mode > .invalid-tooltip:not(.error),
.offers2-section2-form .ht-mode .invalid-tooltip:not(.error) {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: none !important;
    border: none !important;
}

.offers2-section2-form .form-field-hint::before,
.offers2-section2-form .ht-mode .invalid-tooltip:not(.error)::before {
    display: none !important;
    content: none !important;
}
.offers2-section2-form div.error.invalid-tooltip {
    display: block !important;
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    margin-top: 6px !important;
    padding: 0.45rem 0.6rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff !important;
    background-color: #e14c58 !important;
    border-radius: 0.25rem;
    z-index: 20;
    white-space: nowrap;
}
.offers2-section2-form div.error.invalid-tooltip::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 10px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: transparent transparent #e14c58 transparent;
}
.offers2-section2-form .ht-mode .form-control.error {
    border-color: rgba(220, 53, 69, 0.9);
    padding-right: 30px;
}
.offers2-section2-form .ht-mode .selectize-control.dialing-codee,
.offers2-section2-form .ht-mode .selectize-control.dialing-code {
    position: absolute !important;
    width: 100px !important;
    left: 2px !important;
    top: 0 !important;
    height: 100% !important;
    max-height: 3rem;
    z-index: 4;
}
/* Only the native select — do not target .selectize-dropdown (copyClassesToDropdown) */
.offers2-section2-form select.select-width-abs {
    top: 0 !important;
    left: 2px !important;
}

.offers2-section2-form,
.offers2-section2-form form,
.offers2-section2-form .modal-clusters,
.offers2-section2-form .column,
.offers2-section2-form .ht-mode {
    overflow: visible !important;
}

/* Dialer dropdown layout: see modals.css (:is(.modal-clusters, .offers2-section2-form) ...) */
.hide-plans{
    display: none !important;
}
#venue_modal button {
    outline: none;
    cursor: pointer;
   border: none;
}
.discount-fs-offers-clr{
    color:#0FA50E !important;
    background:transparent !important;
}
.tooltp-offers{
    color:#2388FF !important;
}
.tooltp-offers span:nth-child(2){
    color:#2388FF !important;
}
.font-fs-set{
    font-size:13px !important;
}
.enq-txt-clr{
    color:#0735A1 !important;
}
@media(min-width:300px) and (max-width:350px){
    .fs-off1-hurry{
        font-size: 0.6rem !important;
    }
}
.offers1-bg-bg{
    background:#4792F1;
}
.offers1-txt-menu{
    width:100%;
    z-index:1045;
    transition: all 0.3s ease;
    height:auto;
}
/* Section — Plans & Levels (offer_new) */
.offers1-plans-section {
  --offer-csm-bg-gradient: linear-gradient(to bottom, #f0f9ff 0%, #ffffff 100%);
  --offers1-col-features: 25%;
  --offers1-plans-area: 75%;
  --offers1-plan-gap: 1rem;
  --offers1-active-plan-count: 3;
  --offers1-plan-col-w: calc((var(--offers1-plans-area) - 2 * var(--offers1-plan-gap)) / 3);
  --offers1-pad-x: 1.5rem;
  --offers1-basic: #e0f2ff;
  --offers1-basic-tint: #f0f9ff;
  --offers1-premium: #f58220;
  --offers1-premium-tint: #fff8ee;
  --offers1-elite: #7f56d9;
  --offers1-elite-tint: #f5f3ff;
}

.offers1-plans-section.offers1-plans--cols-2 {
  --offers1-active-plan-count: 2;
  --offers1-col-features: 42%;
  --offers1-plans-area: 58%;
  --offers1-plan-col-w: calc((var(--offers1-plans-area) - var(--offers1-plan-gap)) / 2);
  --offers1-cols-2-template: minmax(340px, var(--offers1-col-features)) minmax(0, var(--offers1-plan-col-w)) minmax(0, var(--offers1-plan-col-w));
}

.offers1-plans-section.offers1-plans--cols-3 {
  --offers1-active-plan-count: 3;
}

.offers1-plans-section.offers1-plans--cols-2 .elite_card_wrapper,
.offers1-plans-section .offers1-plan-card--inactive {
  display: none !important;
}

.offers1-plans-title {
  font-size: 1.5rem;
  color: #000;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.offers1-plans-desc {
  font-size: 0.875rem;
  color: #646464;
  line-height: 1.5;
}

.offers1-plans-all-label {
  font-size: 0.9375rem;
  color: #000;
}

.offers1-plans-cards {
  background: var(--offer-csm-bg-gradient, linear-gradient(to bottom, #f0f9ff 0%, #ffffff 100%));
}

.offers1-plans-cards-grid {
  background: transparent;
}

.offers1-plans-compare {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}

.offers1-plans-table-wrap {
  background: #fff;
  border: 1px solid #e8ecf0;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
}

/* .offers1-plans-section.offer-new {
  background: linear-gradient(to right, #fdf3ea, #e6f8f8);
} */

.offers1-plans-guarantee {
  position: relative;
  font-size: 0.8125rem;
}

/* Ribbon + sash: anchored to each plan card (2- or 3-column layouts) */
.offers1-plans-section .offers1-plan-card {
  position: relative;
}

.offers1-plans-section .offers1-plan-card__ribbon {
  position: absolute;
  top: -3px;
  left: 0;
  margin: 0;
  line-height: 0;
  width: 60px;
}

.offers1-plans-section .offers1-plan-card__ribbon .text-off {
  display: block;
  width: 60px;
  height: auto;
  margin: 0;
  max-width: none;
}

.offers1-plans-section .offers1-plan-card__ribbon-text {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  width: 52px;
  margin: 0;
  font-size: 11px;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}

.offers1-plans-section .offers1-plan-card--premium,
.offers1-plans-section .offers1-plan-card--elite {
  overflow: visible;
}

.offers1-plans-section .offers1-plan-sash {
  position: absolute;
  top: 11px;
  right: 0;
  z-index: 5;
  pointer-events: none;
}

.offers1-plans-section .offers1-plan-sash__ribbon {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.offers1-plans-section .offers1-plan-sash__ribbon-img {
  display: block;
  width: 87px;
  height: auto;
  max-width: none;
}

.offers1-plans-section .offers1-plan-sash__text {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: none;
  white-space: nowrap;
  pointer-events: none;
}

.offers1-plan-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  min-height: 100%;
  padding: 2.5rem 0.65rem 1.35rem;
  text-align: center;
}

.offers1-plan-card__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.offers1-plan-card__icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.offers1-plan-card__title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 0.5rem;
}

.offers1-plan-card__price {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111;
  line-height: 1.25;
  margin-bottom: 0.25rem;
}

.offers1-plan-card__strike {
  font-size: 0.8125rem;
  color: #6b7280 !important;
  margin-bottom: 0.35rem;
}

.offers1-plan-card__emi {
  font-size: 0.75rem;
  color: #111;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.offers1-plan-card__btn {
  min-width: 128px;
  padding: 0.5rem 1.35rem;
  border-radius: 6px;
  background: #fff !important;
  color: #111 !important;
  border: none !important;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.1);
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: auto;
}

.offers1-plans-view-more {
  color: #2563eb !important;
  text-decoration: underline;
  font-size: 0.875rem;
}

.offers1-plans-section .offers1-plans-table {
  border-color: #e5e7eb !important;
  margin-bottom: 0;
}

.offers1-plans-section .offers1-plans-table tbody tr {
  border-color: #eef0f3 !important;
}

.text-success-lit-gr {
  color: #29a655;
}

@media (min-width: 992px) {
  .offers1-plans-compare {
    display: grid;
    grid-template-columns: minmax(0, var(--offers1-col-features)) minmax(0, var(--offers1-plans-area));
    grid-template-rows: auto auto;
    align-items: stretch;
  }

  .offers1-plans-cards {
    display: grid;
    grid-column: 1 / -1;
    grid-row: 1;
    grid-template-columns: minmax(0, var(--offers1-col-features)) minmax(0, var(--offers1-plans-area));
    align-items: stretch;
    background: var(--offer-csm-bg-gradient, linear-gradient(to bottom, #f0f9ff 0%, #ffffff 100%));
  }

  .offers1-plans-cards-grid {
    grid-column: 2;
    display: grid;
    grid-template-columns: repeat(var(--offers1-active-plan-count, 3), minmax(0, 1fr));
    gap: var(--offers1-plan-gap);
    align-items: stretch;
    background: transparent;
  }

  /* Two-plan layout: one grid for heading + cards + table column alignment */
  .offers1-plans-section.offers1-plans--cols-2 .offers1-plans-compare {
    display: grid;
    grid-template-columns: var(--offers1-cols-2-template);
    column-gap: var(--offers1-plan-gap);
    grid-template-rows: auto auto;
    align-items: end;
  }

  .offers1-plans-section.offers1-plans--cols-2 .offers1-plans-cards {
    display: contents;
  }

  .offers1-plans-section.offers1-plans--cols-2 .offers1-plans-cards-grid {
    display: contents;
  }

  .offers1-plans-section.offers1-plans--cols-2 .offers1-plans-side-col {
    grid-column: 1;
    grid-row: 1;
    align-self: stretch;
    min-height: 300px;
    padding-right: 1.75rem;
  }

  .offers1-plans-section.offers1-plans--cols-2 .basic_card_wrapper {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
  }

  .offers1-plans-section.offers1-plans--cols-2 .premium_card_wrapper {
    grid-column: 3;
    grid-row: 1;
    width: 100%;
  }

  .offers1-plans-section.offers1-plans--cols-2 .offers1-plan-card {
    width: 100%;
  }

  .offers1-plans-section.offers1-plans--cols-2 .offers1-plan-card--premium {
    /* min-height: 318px; */
  }

  .offers1-plans-section.offers1-plans--cols-2 .offers1-plan-card__content {
    padding: 2.25rem 0.5rem 1.15rem;
  }

  .offers1-plans-section.offers1-plans--cols-2 .offers1-plan-card__price {
    font-size: 1.2rem;
  }

  .offers1-plans-section.offers1-plans--cols-2 .offers1-plan-card__emi {
    font-size: 0.6875rem;
    line-height: 1.35;
  }

  .offers1-plans-section.offers1-plans--cols-2 .offers1-plan-card__btn {
    min-width: 0;
    width: 88%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .offers1-plans-section.offers1-plans--cols-2 .offers1-plans-table-wrap {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .offers1-plans-section.offers1-plans--cols-2 .offers1-plans-col-features {
    width: auto;
  }

  .offers1-plans-section.offers1-plans--cols-2 .offers1-plans-table tbody td:first-child,
  .offers1-plans-section.offers1-plans--cols-2 .offers1-plans-table tbody .offers1-plans-feature-td {
    /* width: auto !important; */
    max-width: none !important;
  }

  .offers1-plans-side-col {
    grid-column: 1;
    min-height: 318px;
    padding: 1.5rem var(--offers1-pad-x) 1.25rem;
    background: transparent;
    border-right: none;
  }

  .offers1-plans-side-col .offers1-plans-title {
    font-size: 1.46rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.25;
  }

  .offers1-plans-side-col .offers1-plans-desc {
    font-size: 0.875rem;
    color: #646464;
    line-height: 1.5;
    max-width: 100%;
  }

  .offers1-plans-section.offers1-plans--cols-2 .offers1-plans-side-col .offers1-plans-title {
    font-size: 1.6rem;
    max-width: 22rem;
  }

  .offers1-plans-section.offers1-plans--cols-2 .offers1-plans-side-col .offers1-plans-desc {
    max-width: 21rem;
  }

  .offers1-plans-section .basic_card_wrapper,
  .offers1-plans-section .premium_card_wrapper,
  .offers1-plans-section .elite_card_wrapper {
    display: flex !important;
    min-width: 0;
  }

  .offers1-plan-card {
    flex: 1 1 auto;
    width: 100%;
    border: none;
    border-radius: 14px 14px 0 0;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1);
    margin: 0;
    isolation: isolate;
    position: relative;
  }

  .offers1-plans-section .offers1-plan-card--premium,
  .offers1-plans-section .offers1-plan-card--elite {
    overflow: visible;
  }

  .offers1-plans-section.offers1-plans--cols-3 .offers1-plan-card__ribbon {
    width: 54px;
  }

  .offers1-plans-section.offers1-plans--cols-3 .offers1-plan-card__ribbon .text-off {
    width: 56px;
  }

  .offers1-plans-section.offers1-plans--cols-3 .offers1-plan-card__ribbon-text {
    font-size: 10px;
    width: 48px;
  }

  .offers1-plans-section.offers1-plans--cols-3 .offers1-plan-sash {
    top: 10px;
    right: -7px;
  }

  .offers1-plans-section.offers1-plans--cols-3 .offers1-plan-sash__text {
    font-size: 10px;
    top: 37%;
  }

  .offers1-plan-card--basic {
    background: var(--offers1-basic);
  }

  .offers1-plan-card--basic .offers1-plan-card__btn {
    color: #111 !important;
    border: none !important;
    background: #fff !important;
  }

  .offers1-plan-card--premium {
    background: var(--offers1-premium);
    z-index: 2;
    box-shadow: 0 6px 18px rgba(245, 130, 32, 0.35);
  }

  .offers1-plan-card--premium .offers1-plan-card__title,
  .offers1-plan-card--premium .offers1-plan-card__price,
  .offers1-plan-card--premium .offers1-plan-card__emi {
    color: #fff;
  }

  .offers1-plan-card--premium .offers1-plan-card__strike {
    color: rgba(255, 255, 255, 0.92) !important;
  }

  .offers1-plan-card--premium .offers1-plan-card__btn {
    color: var(--offers1-premium) !important;
    border: none !important;
  }

  .offers1-plan-card--elite {
    background: var(--offers1-elite);
  }

  .offers1-plan-card--elite .offers1-plan-card__title,
  .offers1-plan-card--elite .offers1-plan-card__price,
  .offers1-plan-card--elite .offers1-plan-card__emi {
    color: #fff;
  }

  .offers1-plan-card--elite .offers1-plan-card__strike {
    color: rgba(255, 255, 255, 0.92) !important;
  }

  .offers1-plan-card--elite .offers1-plan-card__btn {
    color: var(--offers1-elite) !important;
    border: none !important;
  }

  .offers1-plans-table-wrap {
    grid-column: 1 / -1;
    grid-row: 2;
    overflow: visible;
    padding-top: 0;
    background: #fff;
    border: 1px solid #e8ecf0;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
  }

  .offers1-plans-table-scroll {
    overflow: hidden;
    position: relative;
  }

  .offers1-plans-table-scroll.table-height {
    max-height: 360px;
  }

  .offers1-plans-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
  }

  .offers1-plans-col-features {
    width: var(--offers1-col-features);
  }

  .offers1-plans-col-basic,
  .offers1-plans-col-premium,
  .offers1-plans-col-elite {
    width: var(--offers1-plan-col-w);
  }

  .offers1-plans-section .offers1-plans-table tbody td {
    vertical-align: middle;
    border-top: 1px solid #eef0f3 !important;
    padding: 0.7rem 0.5rem !important;
    font-size: 0.8125rem;
    line-height: 1.4;
    box-sizing: border-box;
  }

  .offers1-plans-section .offers1-plans-table tbody tr.offers1-plans-all-row td {
    border-top: none !important;
    padding-top: 0.85rem !important;
    padding-bottom: 0.5rem !important;
    vertical-align: bottom;
  }

  .offers1-plans-section .offers1-plans-table tbody tr.offers1-plans-all-row .offers1-plans-all-label {
    background: #fff !important;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #000;
    text-align: left;
    padding-left: var(--offers1-pad-x) !important;
  }

  .offers1-plans-section .offers1-plans-table tbody tr.offers1-plans-all-row td.td-bg1 {
    background: var(--offers1-basic-tint) !important;
  }

  .offers1-plans-section .offers1-plans-table tbody tr.offers1-plans-all-row td.td-bg2 {
    background: var(--offers1-premium-tint) !important;
  }

  .offers1-plans-section .offers1-plans-table tbody tr.offers1-plans-all-row td.td-bg3 {
    background: var(--offers1-elite-tint) !important;
    display: table-cell !important;
  }

  .offers1-plans-section .offers1-plans-table tbody td:first-child,
  .offers1-plans-section .offers1-plans-table tbody .offers1-plans-feature-td {
    width: var(--offers1-col-features) !important;
    max-width: var(--offers1-col-features) !important;
    text-align: left !important;
    padding-left: var(--offers1-pad-x) !important;
    padding-right: 0.75rem !important;
    color: #4c4747;
    font-size: 0.8125rem;
    font-weight: 400;
    background: #fff !important;
    border-right: none !important;
  }

  .offers1-plans-section .offers1-plans-table tbody td:nth-child(2) {
    width: var(--offers1-plan-col-w) !important;
    background: var(--offers1-basic-tint) !important;
    /* border-right: var(--offers1-plan-gap) solid #fff !important; */
  }

  .offers1-plans-section .offers1-plans-table tbody td:nth-child(3) {
    width: var(--offers1-plan-col-w) !important;
    background: var(--offers1-premium-tint) !important;
    /* border-right: var(--offers1-plan-gap) solid #fff !important; */
  }

  .offers1-plans-section.offers1-plans--cols-2 .offers1-plans-table tbody td:nth-child(3) {
    border-right: none !important;
  }

  .offers1-plans-section.offers1-plans--cols-2 .offers1-plans-table tbody td:nth-child(4),
  .offers1-plans-section.offers1-plans--cols-2 #th_elite,
  .offers1-plans-section.offers1-plans--cols-2 .offers1-plans-col-elite {
    display: none !important;
    width: 0 !important;
    max-width: 0 !important;
    padding: 0 !important;
    border: none !important;
  }

  .offers1-plans-section .offers1-plans-table tbody td:nth-child(4) {
    width: var(--offers1-plan-col-w) !important;
    background: var(--offers1-elite-tint) !important;
    display: table-cell !important;
    border-right: none !important;
  }

  .offers1-plans-section .offers1-plans-table tbody tr.offers1-plans-all-row td.td-bg1 {
    /* border-right: var(--offers1-plan-gap) solid #fff !important; */
  }

  .offers1-plans-section .offers1-plans-table tbody tr.offers1-plans-all-row td.td-bg2 {
    /* border-right: var(--offers1-plan-gap) solid #fff !important; */
  }

  .offers1-plans-section:not(.offers1-plans--expanded) .offers1-plans-table tbody tr.tr-fsize:nth-last-child(-n+3) td {
    opacity: 0.45;
  }

  .offers1-plans-section:not(.offers1-plans--expanded) .offers1-plans-table tbody tr.tr-fsize:nth-last-child(-n+3) td:first-child {
    color: #9ca3af;
  }

  .offers1-plans-section .offers1-plans-table tbody td.td-bg1,
  .offers1-plans-section .offers1-plans-table tbody td.td-bg2,
  .offers1-plans-section .offers1-plans-table tbody td.td-bg3 {
    text-align: center !important;
  }

  .offers1-plans-section .offers1-plans-table tbody td i {
    font-size: 1.05rem;
  }

  .offers1-plans-section .inf-wid-toogle,
  .offers1-plans-section .inf-wid {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
  }

  .offers1-plans-section .tr-fsize {
    font-size: 0.8125rem !important;
  }

  .offers1-plan-card__price {
    font-size: 1.25rem;
  }

  .offers1-plan-card__emi {
    color: #646464;
  }

  .offers1-plan-card--premium .offers1-plan-card__emi,
  .offers1-plan-card--elite .offers1-plan-card__emi {
    color: rgba(255, 255, 255, 0.95);
  }

  .offers1-plans-check--faded i {
    opacity: 0.35;
  }

  .offers1-plans-section .offers1-plans-viewmore.view-more-container-off {
    width: 100%;
    max-width: 100%;
    max-height: none;
    margin-top: 0;
    overflow: visible;
    padding: 0.75rem var(--offers1-pad-x) 1rem;
    text-align: center;
  }

  .offers1-plans-section:not(.offers1-plans--expanded) .offers1-plans-table-scroll::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 72px;
    background: linear-gradient(to top, #fff 10%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 2;
  }

  .offers1-plans-section.offers1-plans--expanded .offers1-plans-table-scroll::after {
    display: none;
  }

  .offers1-plans-section.offers1-plans--expanded .offers1-plans-table-scroll.table-height {
    max-height: none;
    overflow: visible;
  }

  .offers1-plans-section.offers1-plans--expanded .offers1-plans-table tbody tr.tr-fsize:nth-last-child(-n+3) td {
    opacity: 1;
  }

  .offers1-plans-section.offers1-plans--expanded .offers1-plans-table tbody tr.tr-fsize:nth-last-child(-n+3) td:first-child {
    color: #4c4747;
  }

  .offers1-plans-section .offers1-plans-viewmore .overlay-gradient-off {
    display: none;
  }

  .offers1-plans-guarantee {
    top: -5%;
    /* right: 1%; */
    position: absolute;
  }
}

@media (max-width: 991.98px) {
  .offers1-plans-compare {
    display: block;
  }

  .offers1-plans-compare > .offers1-plans-guarantee {
    display: none !important;
  }

  .offers1-plans-table-wrap {
    overflow-x: auto;
  }

  .offers1-plans-section .offers1-plans-cards {
    display: block;
    overflow: visible;
    padding: 0;
    background: var(--offer-csm-bg-gradient, linear-gradient(to bottom, #f0f9ff 0%, #ffffff 100%));
  }

  .offers1-plans-section .offers1-plans-cards-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.75rem;
    overflow-x: auto;
    padding: 0.5rem 0.25rem 0.75rem;
    -webkit-overflow-scrolling: touch;
    background: transparent;
  }

  .offers1-plans-section .offers1-plans-table-wrap {
    background: #fff;
    border-radius: 12px;
    margin-top: 0.5rem;
  }

  .offers1-plans-section .offers1-plans-table-scroll {
    overflow: hidden;
    position: relative;
  }

  .offers1-plans-section .offers1-plans-table-scroll.table-height {
    max-height: 360px;
  }

  .offers1-plans-section:not(.offers1-plans--expanded) .offers1-plans-table-scroll::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 72px;
    background: linear-gradient(to top, #fff 10%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 2;
  }

  .offers1-plans-section.offers1-plans--expanded .offers1-plans-table-scroll::after {
    display: none;
  }

  .offers1-plans-section.offers1-plans--expanded .offers1-plans-table-scroll.table-height {
    max-height: none;
    overflow: visible;
  }

  .offers1-plans-section .offers1-plans-viewmore.view-more-container-off {
    width: 100%;
    max-width: 100%;
    max-height: none;
    margin-top: 0;
    overflow: visible;
    padding: 0.75rem 1rem 1rem;
    text-align: center;
  }

  .offers1-plans-section .offers1-plans-view-more {
    color: #2563eb !important;
    text-decoration: underline;
    font-size: 0.875rem;
  }

  .offers1-plans-section .offers1-plans-viewmore .overlay-gradient-off {
    display: none;
  }

  .offers1-plans-section .offers1-plan-card {
    flex: 0 0 210px;
    min-width: 210px;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
  }

  .offers1-plans-section .offers1-plan-sash {
    z-index: 1;
  }

  .offers1-plan-card--basic {
    background: var(--offers1-basic);
  }

  .offers1-plan-card--premium {
    background: var(--offers1-premium);
  }

  .offers1-plan-card--premium .offers1-plan-card__title,
  .offers1-plan-card--premium .offers1-plan-card__price,
  .offers1-plan-card--premium .offers1-plan-card__emi {
    color: #fff;
  }

  .offers1-plan-card--premium .offers1-plan-card__strike {
    color: rgba(255, 255, 255, 0.9) !important;
  }

  .offers1-plan-card--premium .offers1-plan-card__btn {
    color: #ff9f43 !important;
  }

  .offers1-plan-card--elite {
    background: var(--offers1-elite);
  }

  .offers1-plan-card--elite .offers1-plan-card__title,
  .offers1-plan-card--elite .offers1-plan-card__price,
  .offers1-plan-card--elite .offers1-plan-card__emi {
    color: #fff;
  }

  .offers1-plan-card--elite .offers1-plan-card__strike {
    color: rgba(255, 255, 255, 0.9) !important;
  }

  .offers1-plan-card--elite .offers1-plan-card__btn {
    color: #7367f0 !important;
  }

  .offers1-plans-guarantee {
    white-space: normal;
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }

  .offers1-plans-title {
    font-size: 1.25rem;
  }
}

/* Section 4 — Course Highlights + Why Simpliaxis */
.offers1-section4 {
  color: #000;
}

.offers1-section4__title {
  color: #000;
}

.offers1-highlights__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem 1.15rem;
  max-width: 100%;
  margin: 0 auto;
}

.offers1-highlights__card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
  padding: 1.15rem 1.25rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.85rem;
  min-height: 88px;
}

.offers1-highlights__icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.offers1-highlights__icon img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.offers1-highlights__icon--yellow {
  background: #fef9e7;
}

.offers1-highlights__icon--blue {
  background: #eef2ff;
}

.offers1-highlights__icon--orange {
  background: #fff4e6;
}

.offers1-highlights__icon--red {
  background: #fff1f2;
}

.offers1-highlights__icon--pink {
  background: #fdf2f8;
}

.offers1-highlights__icon--cyan {
  background: #ecfeff;
}

.offers1-highlights__icon--sky {
  background: #e0f2fe;
}

.offers1-highlights__icon--green {
  background: #ecfdf5;
}

.offers1-highlights__label {
  flex: 1 1 auto;
  font-size: 1rem;
  color: #000;
  text-align: left;
  line-height: 1.3;
}

.offers1-why-simpliaxis__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  text-align: left;
}

.offers1-why-simpliaxis__card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
  padding: 1rem 1rem 1.1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-height: 100px;
}

.offers1-why-simpliaxis__icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}

.offers1-why-simpliaxis__icon--orange {
  background: #fff4e6;
  color: #f97316;
}

.offers1-why-simpliaxis__icon--blue {
  background: #eff6ff;
  color: #3b82f6;
}

.offers1-why-simpliaxis__icon--purple {
  background: #f5f3ff;
  color: #8b5cf6;
}

.offers1-why-simpliaxis__icon--green {
  background: #ecfdf5;
  color: #22c55e;
}

.offers1-why-simpliaxis__text {
  text-align: left;
}

.offers1-why-simpliaxis__title {
  font-size: 0.95rem;
  color: #111827;
  line-height: 1.3;
}

.offers1-why-simpliaxis__sub {
  font-size: 0.8rem;
  color: #6b7280;
  line-height: 1.35;
}

.offers1-why-simpliaxis__cta {
  min-width: 220px;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  border: none;
}

/* Section 4 — mobile (≤991px): 2-col grids, stacked centered cards */
@media (max-width: 991.98px) {
  .offers1-section4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.75rem !important;
  }

  .offers1-section4 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .offers1-section4__title {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 1.25rem !important;
  }

  .offers1-highlights {
    /* margin-bottom: 2.25rem !important; */
    padding-bottom: 0 !important;
  }

  .offers1-highlights__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0.85rem;
    row-gap: 0.85rem;
    max-width: 100%;
    padding: 0;
  }

  .offers1-highlights__card {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 118px;
    padding: 1rem 0.5rem 1.05rem;
    gap: 0.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
  }

  .offers1-highlights__icon {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
  }

  .offers1-highlights__icon img {
    width: 36px;
    height: 36px;
    margin: 0 auto;
  }

  .offers1-highlights__label {
    flex: 0 0 auto;
    font-size: 0.8125rem;
    text-align: center;
    line-height: 1.25;
  }

  .offers1-why-simpliaxis {
    padding-bottom: 0.25rem;
  }

  .offers1-why-simpliaxis__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0.85rem;
    row-gap: 0.85rem;
    text-align: center;
  }

  .offers1-why-simpliaxis__card {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    min-height: 132px;
    padding: 1rem 0.5rem 1.05rem;
    gap: 0.45rem;
  }

  .offers1-why-simpliaxis__icon {
    flex: 0 0 44px;
    margin: 0 auto;
  }

  .offers1-why-simpliaxis__text {
    text-align: center;
    width: 100%;
  }

  .offers1-why-simpliaxis__title {
    font-size: 0.8125rem;
    margin-bottom: 0.2rem !important;
  }

  .offers1-why-simpliaxis__sub {
    font-size: 0.6875rem;
    line-height: 1.3;
  }

  .offers1-why-simpliaxis__cta {
    display: flex !important;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 1.5rem !important;
    padding: 0.85rem 1rem;
    border-radius: 10px !important;
    font-size: 0.9375rem;
  }
}

@media (max-width: 400px) {
  .offers1-section4__title {
    font-size: 1.125rem;
  }

  .offers1-highlights__grid,
  .offers1-why-simpliaxis__grid {
    column-gap: 0.65rem;
    row-gap: 0.65rem;
  }

  .offers1-highlights__card {
    min-height: 108px;
    padding: 0.85rem 0.35rem 0.9rem;
  }

  .offers1-highlights__icon {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
  }

  .offers1-highlights__icon img {
    width: 32px;
    height: 32px;
  }

  .offers1-highlights__label {
    font-size: 0.75rem;
  }

  .offers1-why-simpliaxis__card {
    min-height: 124px;
    padding: 0.9rem 0.35rem 0.95rem;
  }

  .offers1-why-simpliaxis__title {
    font-size: 0.75rem;
  }

  .offers1-why-simpliaxis__sub {
    font-size: 0.625rem;
  }
}

@media (max-width: 475px) {
    #launcher {
        bottom: 50px !important;
    }
    .first-line-text {
        font-size: 0.75rem;
    }
}
@media (min-width: 300px) and (max-width:360px){
    .first-line-text {
        font-size: 0.7rem;
    }
}

/* ===== Offers1 exit / page-leave modal — right-side form (UI only; form names unchanged) ===== */
#offers1_pageleave_modal {
    --offers1-control-h: 45px;
}

#offers1_pageleave_modal .offers1-pageleave-form-wrap {
    padding-top: 1.25rem !important;
    background: #fff;
}

#offers1_pageleave_modal .offers1-pageleave-form__title {
    font-size: 1.05rem;
    line-height: 1.35;
    margin-left: auto;
    margin-right: auto;
    max-width: 24rem;
}

@media (min-width: 992px) {
    #offers1_pageleave_modal .offers1-pageleave-form__title {
        font-size: 1.125rem;
        max-width: none;
    }
}

#offers1_pageleave_modal .offers1-pageleave-input:not(textarea) {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.99rem;
    padding: 0.35rem 0.65rem;
    height: var(--offers1-control-h);
    min-height: var(--offers1-control-h);
    max-height: var(--offers1-control-h);
    box-shadow: none;
    box-sizing: border-box;
}

#offers1_pageleave_modal .offers1-form-field.ht-mode {
    height: auto;
    min-height: var(--offers1-control-h);
}

#offers1_pageleave_modal .offers1-pageleave-input:not(textarea):focus {
    border-color: #9ca3af;
    box-shadow: none;
    color: #212529;
}

#offers1_pageleave_modal textarea.offers1-pageleave-input {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    box-shadow: none;
}

#offers1_pageleave_modal textarea.offers1-pageleave-input:focus {
    border-color: #9ca3af;
    box-shadow: none;
    outline: none;
}

/* Merged phone row: one border + divider (matches reference UI; keeps .dialing-code for selectize) */
#offers1_pageleave_modal .offers1-phone-merged {
    display: flex;
    align-items: stretch;
    max-width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    min-height: var(--offers1-control-h);
    overflow: visible;
    box-sizing: border-box;
}

#offers1_pageleave_modal .offers1-phone-merged:focus-within {
    border-color: #d1d5db;
}

#offers1_pageleave_modal .offers1-phone-merged__code {
    flex: 0 0 108px;
    width: 108px;
    min-width: 0;
    max-width: 120px;
    border-right: 1px solid #e5e7eb;
    position: relative;
    /* must stay visible — selectize dropdown is position:absolute inside/under this subtree */
    overflow: visible;
    box-sizing: border-box;
}

/* modals.css forces .modal-clusters .dialing-code:nth-child(2) { width: 200% } for legacy layout; selectize makes the control 2nd child — reset for merged phone only */
#offers1_pageleave_modal.modal-BD .modal-clusters .offers1-phone-merged__code > .selectize-control.dialing-code:nth-child(2),
#offers1_pageleave_modal .modal-clusters .offers1-phone-merged__code > .selectize-control.single:nth-child(2),
#offers1_pageleave_modal .modal-clusters .offers1-phone-merged__code > .selectize-control:nth-child(2) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    top: 0 !important;
    left: 0 !important;
    position: relative !important;
}

#offers1_pageleave_modal .offers1-phone-merged__code .selectize-control.dialing-code,
#offers1_pageleave_modal .offers1-phone-merged__code .selectize-control {
    width: 100% !important;
    max-width: 100% !important;
    min-height: var(--offers1-control-h);
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

#offers1_pageleave_modal .offers1-phone-merged__code .selectize-input {
    border: none !important;
    border-radius: 8px 0 0 8px !important;
    box-shadow: none !important;
    background-color: transparent !important;
    background-image: none !important;
    min-height: var(--offers1-control-h) !important;
    height: var(--offers1-control-h) !important;
    max-width: 100% !important;
    padding: 0 1.35rem 0 0.4rem !important;
    font-size: 0.875rem !important;
    font-weight: 400;
    display: flex !important;
    align-items: center;
}

#offers1_pageleave_modal .offers1-phone-merged__code .selectize-control.single .selectize-input:after {
    right: 0.55rem;
    margin-top: 0 !important;
    border-width: 4px 4px 0 4px !important;
    border-color: #9ca3af transparent transparent transparent !important;
}

#offers1_pageleave_modal .offers1-phone-merged__number {
    flex: 1 1 auto;
    min-width: 0;
    border: none !important;
    border-radius: 0 8px 8px 0 !important;
    box-shadow: none !important;
    min-height: var(--offers1-control-h);
    height: auto;
    padding: 0.35rem 2rem 0.35rem 0.65rem !important;
    font-size: 0.99rem !important;
    color: #374151;
}

#offers1_pageleave_modal .offers1-phone-merged__number::placeholder {
    color: #6b7280 !important;
    opacity: 1;
}

#offers1_pageleave_modal .offers1-phone-merged__number:focus {
    outline: none;
    box-shadow: none !important;
}

/* Country list — compact width (stays over code column, doesn’t span the phone input) */
#offers1_pageleave_modal .offers1-phone-merged__code .selectize-dropdown,
#offers1_pageleave_modal .selectize-dropdown.dialing-code {
    z-index: 11000 !important;
    min-width: 250 !important;
    box-sizing: border-box;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    margin-top: 4px !important;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.1) !important;
    overflow-x: hidden;
    overflow-y: auto;
}

#offers1_pageleave_modal .modal-dialog .modal-body {
    overflow-x: visible;
}

#offers1_pageleave_modal .offers1-pageleave-form-wrap.modal-clusters {
    overflow: visible;
}

#offers1_pageleave_modal .offers1-phone-merged__code .selectize-dropdown .option {
    border-bottom: 1px solid #f3f4f6 !important;
    padding: 0.45rem 0.5rem !important;
    font-size: 0.8125rem !important;
    color: #374151 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

#offers1_pageleave_modal .offers1-phone-merged__code .selectize-dropdown .option:last-child {
    border-bottom: none !important;
}

#offers1_pageleave_modal .offers1-phone-merged__code .selectize-dropdown .active,
#offers1_pageleave_modal .offers1-phone-merged__code .selectize-dropdown .option:hover {
    background: #f3f4f6 !important;
    color: #111827 !important;
}

#offers1_pageleave_modal .offers1-phone-merged__code .selectize-dropdown .selected,
#offers1_pageleave_modal .offers1-phone-merged__code .selectize-dropdown .option.selected:hover {
    background: #eef2ff !important;
    color: #1c243e !important;
}

#offers1_pageleave_modal .offers1-phone-field .fa-info-circle {
    top: 50%;
    transform: translateY(-50%);
    right: 0.6rem;
}

#offers1_pageleave_modal .offers1-pageleave-textarea {
    min-height: 72px;
    height: auto;
    max-height: none;
    resize: vertical;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    font-size: 0.99rem;
}

#offers1_pageleave_modal .offers1-schedule-block {
    border: none;
    padding: 0;
    background: transparent;
}

#offers1_pageleave_modal .offers1-schedule-block__course {
    font-size: 0.9rem;
}

/* Schedule <select>: single border (no Bootstrap .form-control stack) + clipped when selectized */
#offers1_pageleave_modal select.offers1-schedule-select.offers1-schedule-native {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: var(--offers1-control-h);
    min-height: var(--offers1-control-h);
    max-height: var(--offers1-control-h);
    padding: 0 1.875rem 0 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.2;
    color: #6b7280;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 5px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#offers1_pageleave_modal select.offers1-schedule-select.offers1-schedule-native:focus {
    outline: none;
    border-color: #d1d5db;
}

#offers1_pageleave_modal select.offers1-schedule-select.offers1-schedule-native.selectized {
    display: none !important;
}

#offers1_pageleave_modal .offers1-schedule-field .selectize-control {
    width: 100%;
}

/* Wrapper has no chrome — only .selectize-input shows the border */
#offers1_pageleave_modal .offers1-schedule-field .selectize-control.single {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    height: auto !important;
    min-height: 0 !important;
}

/* Flat “native-style” selects — overrides selectize defaults (gradient, inset shadow, green menu) */
#offers1_pageleave_modal .offers1-schedule-field .selectize-control.single .selectize-input {
    position: relative;
    width: 100% !important;
    margin: 0 !important;
    background-color: #fff !important;
    background-image: none !important;
    box-shadow: none !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 5px !important;
    color: #6b7280;
    cursor: pointer;
}

#offers1_pageleave_modal .offers1-schedule-field .selectize-input.dropdown-active {
    border-color: #d1d5db !important;
    border-radius: 5px !important;
}

#offers1_pageleave_modal .offers1-schedule-field .selectize-input.dropdown-active::before {
    display: none;
}

#offers1_pageleave_modal .offers1-schedule-field .selectize-input {
    border: 1px solid #e5e7eb !important;
    border-radius: 5px !important;
    box-sizing: border-box;
    min-height: var(--offers1-control-h);
    height: var(--offers1-control-h);
    max-height: var(--offers1-control-h);
    padding: 0 1.875rem 0 0.75rem !important;
    font-size: 0.99rem;
    font-weight: 400;
    line-height: 1.2;
    display: flex !important;
    align-items: center;
}

#offers1_pageleave_modal .offers1-schedule-field .selectize-input .item {
    color: #374151 !important;
    font-weight: 400;
}

#offers1_pageleave_modal .offers1-schedule-field .selectize-input:not(.full) input {
    color: #6b7280 !important;
}

#offers1_pageleave_modal .offers1-schedule-field .selectize-input:not(.full) input::placeholder {
    color: #6b7280;
    opacity: 1;
}

#offers1_pageleave_modal .offers1-schedule-field .selectize-input.focus {
    border-color: #d1d5db !important;
    box-shadow: none !important;
}

#offers1_pageleave_modal .offers1-schedule-field .selectize-input.full input {
    opacity: 0;
    pointer-events: none;
    width: 0 !important;
    min-width: 0 !important;
}

/* Thin grey chevron (replaces thick default triangle) */
#offers1_pageleave_modal .offers1-schedule-field .selectize-control.single .selectize-input::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0.8rem;
    width: 0.32rem;
    height: 0.32rem;
    margin-top: 0;
    border: none !important;
    border-right: 1.25px solid #9ca3af !important;
    border-bottom: 1.25px solid #9ca3af !important;
    transform: translateY(-60%) rotate(45deg);
    pointer-events: none;
}

#offers1_pageleave_modal .offers1-schedule-field .selectize-control.single .selectize-input.dropdown-active::after {
    transform: translateY(-25%) rotate(-135deg);
}

#offers1_pageleave_modal .offers1-schedule-block .offers1-schedule-field {
    margin-bottom: 0.55rem;
}

#offers1_pageleave_modal .offers1-schedule-block .offers1-schedule-field:last-child {
    margin-bottom: 0;
}

/* Dropdown panel */
#offers1_pageleave_modal .offers1-schedule-field .selectize-dropdown {
    margin-top: 4px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 5px !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08) !important;
    overflow: hidden;
    background: #fff !important;
}

#offers1_pageleave_modal .offers1-schedule-field .selectize-dropdown.single {
    border-color: #e5e7eb !important;
}

#offers1_pageleave_modal .offers1-schedule-field .selectize-dropdown .option {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    color: #4b5563;
    border-radius: 0;
}

#offers1_pageleave_modal .offers1-schedule-field .selectize-dropdown .option.selected,
#offers1_pageleave_modal .offers1-schedule-field .selectize-dropdown .option.selected:hover {
    background: #eef2ff !important;
    color: #1c243e !important;
}

#offers1_pageleave_modal .offers1-schedule-field .selectize-dropdown .active:not(.selected),
#offers1_pageleave_modal .offers1-schedule-field .selectize-dropdown .option:hover {
    background: #f3f4f6 !important;
    color: #111827 !important;
}

#offers1_pageleave_modal .offers1-schedule-field .selectize-dropdown .active.create {
    color: inherit;
}

#offers1_pageleave_modal .offers1-combo-meta__name {
    line-height: 1.45;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    #offers1_pageleave_modal .offers1-combo-meta__name {
        max-width: none;
    }
}

#offers1_pageleave_modal .offers1-pageleave-submit {
    background: #5d9cff !important;
    border: none !important;
    border-radius: 6px !important;
    font-weight: 700;
    font-size: 1rem !important;
    padding-top: 0.85rem !important;
    padding-bottom: 0.85rem !important;
    color: #fff !important;
}

#offers1_pageleave_modal .offers1-pageleave-submit:hover {
    background: #4a8eef !important;
    color: #fff !important;
}

#offers1_pageleave_modal .offers1-submit-wrap {
    margin-top: 0.25rem;
}

#offers1_pageleave_modal .offers1-pageleave-disclaimer__check {
    display: inline-block;
    color: #cbd5e1;
    margin-right: 0.25rem;
    font-weight: 600;
}

#offers1_pageleave_modal .modal-clusters .fa-info-circle {
    top: 50%;
    transform: translateY(-50%);
}

#offers1_pageleave_modal .offers1-form-field.ht-mode.field-has-error,
#offers1_pageleave_modal .offers1-phone-field.field-has-error,
#offers1_pageleave_modal .offers1-schedule-field.field-has-error {
    margin-bottom: 2.75rem !important;
}

#offers1_pageleave_modal .combo-error-message {
    display: none !important;
}

#offers1_pageleave_modal .combo-error-message.is-visible {
    display: block !important;
}

.contact-bg {
  background-image: url(../image/dwnld-handbook-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}
.advisor-brder {
  border: 2px solid transparent;
  border-radius: 20px;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: transparent;
  background-image: linear-gradient(#e7f8ff73, #cae0fe), linear-gradient(to left, #eeeff0, #dfcbcb38);
}
.schedule-fcolor {
  color: #4F98F5;
}
.modal-left-dwld-bd{
  background-image   : url(../image/dwnld-broch-img.webp);
  background-repeat  : no-repeat;
  background-size    : cover;
  background-position: center;
  border-radius:20px !important;
}
.popup-bg {
  background-image: url(../image/dwnld-handbook-img.webp) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.schedule-bg1 {
  background-image: url(../image/req-sched-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.custom-tooltip-45 {
  width: 188px;
  position: absolute;
  top: 120%;
  left: 19%;
  transform: translateX(-50%);
  background-color: #787878;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 0.65rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}