.elementor-7 .elementor-element.elementor-element-216e707{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-53c1942{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-1642629{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-2482f6e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-7065a2c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-e62a9cf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-13385af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-a979c4b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-7f69478{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-d5ffd75{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9dc5946 *//* ==============================
 CTN HERO SECTION CSS - CLEAN FINAL
============================== */

.ctn-hero-section {
  position: relative;
  min-height: 700px;
  padding: 105px 20px 88px;
  background: #f7fbfe;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* Background Image */
.ctn-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('https://vlustudy.com/wp-content/uploads/2026/05/ChatGPT-Image-May-25-2026-10_16_27-AM.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Simple readability layer */
.ctn-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(247, 251, 254, 0.82) 0%,
    rgba(247, 251, 254, 0.68) 36%,
    rgba(247, 251, 254, 0.28) 62%,
    rgba(247, 251, 254, 0.08) 100%
  );
  pointer-events: none;
}

/* Remove extra decorative heavy shapes */
.ctn-hero-section::after {
  display: none;
}

.ctn-hero-container {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}

.ctn-hero-content {
  max-width: 590px;
  padding: 36px 34px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.64);
  box-shadow: 0 18px 44px rgba(11, 140, 198, 0.08);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* Badge */
.ctn-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(11, 140, 198, 0.08);
  color: #0b8cc6;
  font-size: 11.5px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 18px;
}

.ctn-hero-badge span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b5cc6d;
}

/* Heading */
.ctn-hero-content h1 {
  margin: 0 0 16px;
  max-width: 570px;
  color: #303236;
  font-size: clamp(38px, 4.7vw, 60px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.ctn-hero-text {
  margin: 0 0 24px;
  max-width: 540px;
  color: #555655;
  font-size: 16.2px;
  line-height: 1.7;
  font-weight: 500;
}

/* Points */
.ctn-hero-points {
  display: grid;
  gap: 11px;
  margin-bottom: 28px;
}

.ctn-point {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #303236;
  font-size: 14.7px;
  line-height: 1.5;
  font-weight: 600;
}

.ctn-point span {
  width: 23px;
  height: 23px;
  min-width: 23px;
  margin-top: 1px;
  border-radius: 50%;
  background: #b5cc6d;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
}

/* Buttons */
.ctn-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 18px;
}

.ctn-btn {
  min-height: 52px;
  padding: 0 25px;
  border-radius: 999px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14.7px;
  line-height: 1;
  font-weight: 750;
  transition: all 0.22s ease;
}

.ctn-btn-primary {
  color: #ffffff;
  background: #f58220;
  box-shadow: 0 12px 26px rgba(245, 130, 32, 0.22);
}

.ctn-btn-primary:hover {
  color: #ffffff;
  background: #e06f12;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(245, 130, 32, 0.28);
}

.ctn-btn-secondary {
  color: #0b8cc6;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(11, 140, 198, 0.24);
  box-shadow: none;
}

.ctn-btn-secondary:hover {
  color: #ffffff;
  background: #0b8cc6;
  transform: translateY(-2px);
}

/* Disclaimer */
.ctn-hero-disclaimer {
  margin: 0;
  max-width: 540px;
  color: #68757d;
  font-size: 12.8px;
  line-height: 1.65;
  font-weight: 500;
}

/* Hide old right-side elements */
.ctn-hero-image-wrap,
.ctn-hero-image-card,
.ctn-study-info-card,
.ctn-hero-overlay {
  display: none !important;
}

/* Tablet */
@media (max-width: 991px) {
  .ctn-hero-section {
    min-height: auto;
    padding: 86px 18px 76px;
  }

  .ctn-hero-bg {
    background-position: center center;
  }

  .ctn-hero-section::before {
    background: linear-gradient(
      90deg,
      rgba(247, 251, 254, 0.88) 0%,
      rgba(247, 251, 254, 0.76) 48%,
      rgba(247, 251, 254, 0.34) 100%
    );
  }

  .ctn-hero-content {
    max-width: 600px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ctn-hero-section {
    padding: 64px 16px 62px;
  }

  .ctn-hero-bg {
    background-position: 40% center;
  }

  .ctn-hero-section::before {
    background: rgba(247, 251, 254, 0.76);
  }

  .ctn-hero-content {
    padding: 28px 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 14px 34px rgba(11, 140, 198, 0.08);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
  }

  .ctn-hero-content h1 {
    font-size: 34px;
    letter-spacing: -0.025em;
  }

  .ctn-hero-text {
    font-size: 15.5px;
    line-height: 1.68;
  }

  .ctn-hero-buttons {
    flex-direction: column;
  }

  .ctn-btn {
    width: 100%;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .ctn-hero-content {
    padding: 26px 18px;
  }

  .ctn-hero-content h1 {
    font-size: 31px;
  }

  .ctn-hero-badge {
    font-size: 10.8px;
    line-height: 1.35;
  }

  .ctn-point {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6d7f55a *//* ==============================
 CTN FEATURED STUDY SECTION CSS - CLEAN FINAL
============================== */

.ctn-featured-study {
  position: relative;
  padding: 78px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fcff 100%);
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.ctn-featured-study::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -170px;
  top: -180px;
  border-radius: 50%;
  background: rgba(172, 219, 238, 0.18);
  pointer-events: none;
}

.ctn-featured-container {
  width: min(1180px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 52px;
  align-items: center;
}

/* Left Content */
.ctn-featured-content {
  max-width: 560px;
}

.ctn-section-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  color: #7ea51d;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ctn-section-label::before {
  content: "";
  width: 26px;
  height: 2px;
  margin-right: 9px;
  border-radius: 999px;
  background: #0b8cc6;
}

.ctn-featured-content h2 {
  margin: 0 0 18px;
  color: #303236;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.14;
  letter-spacing: -0.8px;
  font-weight: 800;
}

.ctn-featured-content p {
  margin: 0 0 18px;
  color: #555655;
  font-size: 16.2px;
  line-height: 1.72;
  font-weight: 500;
}

.ctn-featured-highlight-text {
  display: inline-flex;
  margin: 8px 0 24px !important;
  padding: 11px 15px;
  border-radius: 14px;
  background: rgba(245, 130, 32, 0.08);
  border: 1px solid rgba(245, 130, 32, 0.14);
  color: #303236 !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
}

.ctn-featured-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  color: #ffffff;
  background: #f58220;
  text-decoration: none !important;
  font-size: 14.8px;
  line-height: 1;
  font-weight: 750;
  box-shadow: 0 12px 26px rgba(245, 130, 32, 0.22);
  transition: all 0.22s ease;
}

.ctn-featured-btn:hover {
  color: #ffffff;
  background: #e06f12;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(245, 130, 32, 0.28);
}

/* Right Cards */
.ctn-featured-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.ctn-featured-card {
  min-height: 168px;
  padding: 24px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(48, 50, 54, 0.07);
  box-shadow: 0 14px 34px rgba(11, 140, 198, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-align: center;
  transition: all 0.22s ease;
}

.ctn-featured-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(11, 140, 198, 0.11);
  border-color: rgba(11, 140, 198, 0.12);
}

.ctn-card-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 6px;
  border-radius: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ctn-card-icon svg {
  width: 27px;
  height: 27px;
  fill: #ffffff;
}

.ctn-card-icon.blue {
  background: #0b8cc6;
}

.ctn-card-icon.green {
  background: #93bd32;
}

.ctn-card-icon.teal {
  background: #19a89c;
}

.ctn-card-icon.orange {
  background: #f58220;
}

.ctn-featured-card span {
  display: block;
  color: #707c83;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ctn-featured-card strong {
  display: block;
  color: #303236;
  font-size: 15.5px;
  line-height: 1.38;
  font-weight: 750;
}

/* Tablet */
@media (max-width: 1100px) {
  .ctn-featured-container {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .ctn-featured-content {
    max-width: 760px;
    text-align: center;
    margin: 0 auto;
  }

  .ctn-section-label {
    justify-content: center;
  }

  .ctn-featured-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .ctn-featured-study {
    padding: 58px 16px;
  }

  .ctn-featured-container {
    gap: 30px;
  }

  .ctn-featured-content {
    text-align: left;
  }

  .ctn-section-label {
    justify-content: flex-start;
    font-size: 11.5px;
  }

  .ctn-featured-content h2 {
    font-size: 30px;
    line-height: 1.18;
    letter-spacing: -0.4px;
  }

  .ctn-featured-content p {
    font-size: 15.5px;
    line-height: 1.68;
  }

  .ctn-featured-highlight-text {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 14.5px !important;
  }

  .ctn-featured-btn {
    width: 100%;
  }

  .ctn-featured-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ctn-featured-card {
    min-height: auto;
    padding: 18px;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 15px;
  }

  .ctn-card-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-bottom: 0;
    border-radius: 16px;
  }

  .ctn-card-icon svg {
    width: 25px;
    height: 25px;
  }

  .ctn-featured-card span {
    margin-bottom: 3px;
  }

  .ctn-featured-card strong {
    font-size: 15px;
  }
}

/* Small Mobile */
@media (max-width: 420px) {
  .ctn-featured-card {
    padding: 16px;
  }

  .ctn-card-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
  }

  .ctn-featured-card strong {
    font-size: 14.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-11278bd *//* ==============================
 CTN VLU EXPLAINED SECTION CSS - CLEAN FINAL
============================== */

.ctn-vlu-section {
  position: relative;
  padding: 84px 20px;
  background: linear-gradient(180deg, #f7fcff 0%, #ffffff 100%);
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.ctn-vlu-section::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  left: -170px;
  bottom: -170px;
  border-radius: 50%;
  background: rgba(172, 219, 238, 0.18);
  pointer-events: none;
}

.ctn-vlu-container {
  width: min(1180px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 54px;
  align-items: center;
}

/* Left Content */
.ctn-vlu-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ctn-vlu-content h2 {
  margin: 0 0 18px;
  color: #303236;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.12;
  letter-spacing: -0.8px;
  font-weight: 800;
}

.ctn-vlu-content > p {
  margin: 0 0 18px;
  color: #555655;
  font-size: 16.2px;
  line-height: 1.72;
  font-weight: 500;
}

/* Symptoms Box */
.ctn-vlu-symptom-box {
  margin-top: 26px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(48, 50, 54, 0.07);
  box-shadow: 0 14px 34px rgba(11, 140, 198, 0.08);
}

.ctn-vlu-symptom-box-header {
  margin-bottom: 18px;
}

.ctn-vlu-symptom-box-header span {
  display: block;
  margin-bottom: 6px;
  color: #7ea51d;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ctn-vlu-symptom-box-header h4 {
  margin: 0;
  color: #303236;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 800;
}

/* Symptoms List - 2 Columns Desktop */
.ctn-vlu-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.ctn-vlu-list-item:last-child {
  grid-column: 1 / -1;
}

.ctn-vlu-list-item {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border-radius: 15px;
  background: #ffffff;
  border: 1px solid rgba(48, 50, 54, 0.07);
  box-shadow: 0 8px 20px rgba(11, 140, 198, 0.05);
}

.ctn-vlu-list-item span {
  width: 25px;
  height: 25px;
  min-width: 25px;
  border-radius: 50%;
  background: #93bd32;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ctn-vlu-list-item span svg {
  width: 14px;
  height: 14px;
  fill: #ffffff;
}

.ctn-vlu-list-item p {
  margin: 0;
  color: #303236;
  font-size: 14.4px;
  line-height: 1.45;
  font-weight: 650;
}

/* Button */
.ctn-vlu-btn {
  margin-top: 22px;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  color: #ffffff;
  background: #f58220;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-size: 14.5px;
  line-height: 1;
  font-weight: 750;
  box-shadow: 0 12px 26px rgba(245, 130, 32, 0.22);
  transition: all 0.22s ease;
}

.ctn-vlu-btn:hover {
  color: #ffffff;
  background: #e06f12;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(245, 130, 32, 0.28);
}

/* Right Image Card */
.ctn-vlu-image-card {
  min-height: 560px;
  padding: 14px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(48, 50, 54, 0.07);
  box-shadow: 0 16px 42px rgba(11, 140, 198, 0.09);
  position: relative;
  overflow: hidden;
  display: flex;
}

.ctn-vlu-image-card img {
  width: 100%;
  height: 100%;
  min-height: 530px;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 20px;
}

/* Tablet */
@media (max-width: 980px) {
  .ctn-vlu-container {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ctn-vlu-content {
    max-width: 100%;
  }

  .ctn-vlu-image-card {
    min-height: auto;
  }

  .ctn-vlu-image-card img {
    min-height: 420px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .ctn-vlu-section {
    padding: 58px 16px;
  }

  .ctn-vlu-container {
    gap: 30px;
  }

  .ctn-vlu-content h2 {
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: -0.4px;
  }

  .ctn-vlu-content > p {
    font-size: 15.5px;
    line-height: 1.68;
  }

  .ctn-vlu-symptom-box {
    margin-top: 24px;
    padding: 20px;
    border-radius: 22px;
  }

  .ctn-vlu-symptom-box-header h4 {
    font-size: 21px;
  }

  .ctn-vlu-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ctn-vlu-list-item:last-child {
    grid-column: auto;
  }

  .ctn-vlu-list-item {
    min-height: auto;
    padding: 13px 14px;
  }

  .ctn-vlu-btn {
    width: 100%;
    min-height: 52px;
  }

  .ctn-vlu-image-card {
    padding: 12px;
    border-radius: 24px;
  }

  .ctn-vlu-image-card img {
    min-height: 330px;
    border-radius: 18px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .ctn-vlu-section {
    padding: 52px 14px;
  }

  .ctn-vlu-content h2 {
    font-size: 28px;
  }

  .ctn-vlu-symptom-box {
    padding: 18px;
  }

  .ctn-vlu-list-item p {
    font-size: 14px;
  }

  .ctn-vlu-image-card img {
    min-height: 270px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d411155 *//* ==============================
 CTN CONFUSED CONDITIONS SECTION CSS
============================== */

.ctn-confused-section {
  position: relative;
  padding: 88px 20px;
  background:
    radial-gradient(circle at 12% 20%, rgba(214, 222, 125, 0.16), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(172, 219, 238, 0.20), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7fcff 100%);
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.ctn-confused-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -180px;
  top: -180px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(172, 219, 238, 0.20),
    rgba(245, 130, 32, 0.10)
  );
  pointer-events: none;
}

.ctn-confused-container {
  width: min(1180px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.ctn-confused-header {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.ctn-confused-header h2 {
  margin: 0 0 16px;
  color: #303236;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: -1.1px;
  font-weight: 800;
}

.ctn-confused-header p {
  margin: 0;
  color: #555655;
  font-size: 16.5px;
  line-height: 1.75;
  font-weight: 500;
}

/* Grid */
.ctn-confused-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ctn-confused-card {
  min-height: 170px;
  padding: 26px 22px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(48, 50, 54, 0.08);
  box-shadow: 0 18px 46px rgba(11, 140, 198, 0.09);
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.25s ease;
}

.ctn-confused-card:hover {
  transform: translateY(-6px);
  border-color: rgba(11, 140, 198, 0.16);
  box-shadow: 0 24px 58px rgba(11, 140, 198, 0.14);
}

.ctn-confused-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ctn-confused-icon svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
}

.ctn-confused-icon.blue {
  background: linear-gradient(135deg, #0b8cc6, #38aee2);
}

.ctn-confused-icon.green {
  background: linear-gradient(135deg, #b5cc6d, #93bd32);
}

.ctn-confused-icon.teal {
  background: linear-gradient(135deg, #19a89c, #0b8cc6);
}

.ctn-confused-icon.orange {
  background: linear-gradient(135deg, #f58220, #e06f12);
}

.ctn-confused-card h3 {
  margin: 0;
  color: #303236;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 800;
}

/* CTA */
.ctn-confused-cta {
  margin: 42px auto 0;
  padding: 28px 30px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(11, 140, 198, 0.95), rgba(181, 204, 109, 0.78)),
    radial-gradient(circle at 90% 30%, rgba(245, 130, 32, 0.28), transparent 28%);
  box-shadow: 0 24px 70px rgba(11, 140, 198, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ctn-confused-cta h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
}

.ctn-confused-cta p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15.5px;
  line-height: 1.65;
  font-weight: 500;
}

.ctn-confused-btn {
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #f58220, #e06f12);
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(245, 130, 32, 0.28);
  transition: all 0.25s ease;
}

.ctn-confused-btn:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(245, 130, 32, 0.36);
}

/* Responsive */
@media (max-width: 980px) {
  .ctn-confused-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ctn-confused-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .ctn-confused-btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .ctn-confused-section {
    padding: 62px 16px;
  }

  .ctn-confused-header {
    text-align: left;
    margin-bottom: 32px;
  }

  .ctn-confused-header h2 {
    font-size: 30px;
  }

  .ctn-confused-header p {
    font-size: 15.5px;
  }

  .ctn-confused-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ctn-confused-card {
    min-height: auto;
    padding: 20px;
  }

  .ctn-confused-card:hover {
    transform: none;
  }

  .ctn-confused-cta {
    padding: 26px 22px;
  }

  .ctn-confused-cta h3 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .ctn-confused-card {
    align-items: flex-start;
  }

  .ctn-confused-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 18px;
  }

  .ctn-confused-icon svg {
    width: 27px;
    height: 27px;
  }

  .ctn-confused-card h3 {
    font-size: 17px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0d3d34c *//* ==============================
 CTN VLU STAGES SECTION CSS - CLEAN FINAL
============================== */

.ctn-vlu-stages-section {
  position: relative;
  padding: 84px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fcff 100%);
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.ctn-vlu-stages-section::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -170px;
  top: -170px;
  border-radius: 50%;
  background: rgba(172, 219, 238, 0.16);
  pointer-events: none;
}

.ctn-vlu-stages-container {
  width: min(1180px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.ctn-vlu-stages-header {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.ctn-vlu-stages-header h2 {
  margin: 0 0 16px;
  color: #303236;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.14;
  letter-spacing: -0.7px;
  font-weight: 800;
}

.ctn-vlu-stages-header p {
  margin: 0;
  color: #555655;
  font-size: 16.2px;
  line-height: 1.72;
  font-weight: 500;
}

/* Grid */
.ctn-vlu-stages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* Cards */
.ctn-vlu-stage-card {
  position: relative;
  min-height: 220px;
  padding: 26px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(48, 50, 54, 0.07);
  box-shadow: 0 14px 34px rgba(11, 140, 198, 0.08);
  transition: all 0.22s ease;
}

.ctn-vlu-stage-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(11, 140, 198, 0.11);
  border-color: rgba(11, 140, 198, 0.12);
}

/* Stage Number */
.ctn-stage-number {
  width: 54px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(11, 140, 198, 0.10);
  color: #0b8cc6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
}

.ctn-vlu-stage-card:nth-child(2) .ctn-stage-number,
.ctn-vlu-stage-card:nth-child(5) .ctn-stage-number {
  background: rgba(181, 204, 109, 0.18);
  color: #7ea51d;
}

.ctn-vlu-stage-card:nth-child(3) .ctn-stage-number,
.ctn-vlu-stage-card:nth-child(6) .ctn-stage-number {
  background: rgba(245, 130, 32, 0.12);
  color: #e06f12;
}

.ctn-vlu-stage-card h3 {
  margin: 0 0 12px;
  color: #303236;
  font-size: 20px;
  line-height: 1.28;
  font-weight: 800;
}

.ctn-vlu-stage-card p {
  margin: 0;
  color: #555655;
  font-size: 14.8px;
  line-height: 1.68;
  font-weight: 500;
}

/* Tablet */
@media (max-width: 1024px) {
  .ctn-vlu-stages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .ctn-vlu-stages-section {
    padding: 58px 16px;
  }

  .ctn-vlu-stages-header {
    text-align: left;
    margin-bottom: 32px;
  }

  .ctn-vlu-stages-header h2 {
    font-size: 30px;
    line-height: 1.18;
    letter-spacing: -0.4px;
  }

  .ctn-vlu-stages-header p {
    font-size: 15.5px;
    line-height: 1.68;
  }

  .ctn-vlu-stages-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ctn-vlu-stage-card {
    min-height: auto;
    padding: 22px 20px;
    border-radius: 22px;
  }

  .ctn-vlu-stage-card:hover {
    transform: none;
  }

  .ctn-stage-number {
    width: 50px;
    height: 36px;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .ctn-vlu-stage-card h3 {
    font-size: 19px;
  }

  .ctn-vlu-stage-card p {
    font-size: 14.5px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .ctn-vlu-stages-section {
    padding: 52px 14px;
  }

  .ctn-vlu-stage-card {
    padding: 20px 18px;
  }

  .ctn-vlu-stage-card h3 {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f7cbe9 *//* ==============================
 CTN HEALTHY VS INFECTED SECTION CSS
 FINAL BACKGROUND IMAGE VERSION
============================== */

.ctn-skin-compare-section {
  position: relative;
  padding: 90px 20px;
  background:
    radial-gradient(circle at 12% 18%, rgba(214, 222, 125, 0.16), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(172, 219, 238, 0.20), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7fcff 100%);
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.ctn-skin-compare-section::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -180px;
  top: -180px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(11, 140, 198, 0.12),
    rgba(245, 130, 32, 0.10)
  );
  pointer-events: none;
}

.ctn-skin-compare-container {
  width: min(1180px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.ctn-skin-compare-header {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.ctn-skin-compare-header h2 {
  margin: 0 0 16px;
  color: #303236;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: -1.1px;
  font-weight: 800;
}

.ctn-skin-compare-header p {
  margin: 0;
  color: #555655;
  font-size: 16.5px;
  line-height: 1.75;
  font-weight: 500;
}

/* Compare Grid */
.ctn-skin-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* Main Cards */
.ctn-skin-card {
  position: relative;
  min-height: 520px;
  padding: 34px;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid rgba(48, 50, 54, 0.08);
  box-shadow: 0 22px 62px rgba(11, 140, 198, 0.11);
  overflow: hidden;
  isolation: isolate;
}

.ctn-skin-card.healthy {
  border-top: 5px solid #b5cc6d;
}

.ctn-skin-card.infected {
  border-top: 5px solid #f58220;
}

/* Background Image Layer */
.ctn-skin-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  width: auto;
  height: auto;
  border-radius: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.88;
  transform: scale(1.03);
  pointer-events: none;
}

/* Soft Overlay for Text Readability */
.ctn-skin-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.34) 0%,
      rgba(255, 255, 255, 0.44) 42%,
      rgba(255, 255, 255, 0.56) 100%
    );
  pointer-events: none;
}

/* Healthy Card Background */
.ctn-skin-card.healthy::before {
  background-image: url("https://vlustudy.com/wp-content/uploads/2026/05/ChatGPT-Image-May-25-2026-03_28_15-PM-1.png");
  background-position: center center;
}

/* Infected Card Background */
.ctn-skin-card.infected::before {
  background-image: url("https://vlustudy.com/wp-content/uploads/2026/05/ChatGPT-Image-May-25-2026-03_28_16-PM-2.png");
  background-position: center center;
}

/* Content Above Background */
.ctn-skin-card-top,
.ctn-skin-list {
  position: relative;
  z-index: 2;
}

/* Card Header */
.ctn-skin-card-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding: 15px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  box-shadow: 0 12px 30px rgba(11, 140, 198, 0.08);
}

.ctn-skin-icon {
  width: 62px;
  height: 62px;
  min-width: 62px;
  border-radius: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ctn-skin-icon svg {
  width: 32px;
  height: 32px;
  fill: #ffffff;
}

.ctn-skin-icon.green {
  background: linear-gradient(135deg, #b5cc6d, #93bd32);
  box-shadow: 0 14px 30px rgba(181, 204, 109, 0.24);
}

.ctn-skin-icon.orange {
  background: linear-gradient(135deg, #f58220, #e06f12);
  box-shadow: 0 14px 30px rgba(245, 130, 32, 0.24);
}

.ctn-skin-card-top span {
  display: block;
  margin-bottom: 5px;
  color: #59636a;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ctn-skin-card-top h3 {
  margin: 0;
  color: #303236;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
}

/* List */
.ctn-skin-list {
  display: grid;
  gap: 13px;
}

.ctn-skin-list-item {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 15px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: 0 12px 32px rgba(11, 140, 198, 0.08);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.ctn-skin-list-item span {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b5cc6d, #93bd32);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}

.ctn-skin-list-item.warning span {
  background: linear-gradient(135deg, #f58220, #e06f12);
}

.ctn-skin-list-item p {
  margin: 0;
  color: #303236;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}

/* Hide old image block if any still exists */
.ctn-skin-image-wrap {
  display: none !important;
}

/* Responsive */
@media (max-width: 980px) {
  .ctn-skin-compare-grid {
    grid-template-columns: 1fr;
  }

  .ctn-skin-card {
    min-height: 520px;
  }
}

@media (max-width: 768px) {
  .ctn-skin-compare-section {
    padding: 62px 16px;
  }

  .ctn-skin-compare-header {
    text-align: left;
    margin-bottom: 32px;
  }

  .ctn-skin-compare-header h2 {
    font-size: 30px;
  }

  .ctn-skin-compare-header p {
    font-size: 15.5px;
  }

  .ctn-skin-card {
    min-height: 500px;
    padding: 24px;
    border-radius: 28px;
  }

  .ctn-skin-card::before {
    opacity: 0.88;
  }

  .ctn-skin-card::after {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.38) 0%,
        rgba(255, 255, 255, 0.50) 48%,
        rgba(255, 255, 255, 0.64) 100%
      );
  }

  .ctn-skin-card-top {
    align-items: flex-start;
  }

  .ctn-skin-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 18px;
  }

  .ctn-skin-icon svg {
    width: 29px;
    height: 29px;
  }

  .ctn-skin-card-top h3 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .ctn-skin-card {
    min-height: 470px;
    padding: 20px;
  }

  .ctn-skin-list-item {
    padding: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fc633bc *//* ==============================
 CTN SYMPTOMS SECTION CSS
============================== */

.ctn-symptoms-section {
  position: relative;
  padding: 90px 20px;
  background:
    radial-gradient(circle at 12% 20%, rgba(245, 130, 32, 0.10), transparent 28%),
    radial-gradient(circle at 88% 75%, rgba(172, 219, 238, 0.20), transparent 32%),
    linear-gradient(135deg, #f7fcff 0%, #ffffff 50%, #f9fbf1 100%);
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.ctn-symptoms-section::before {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  left: -190px;
  bottom: -190px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(11, 140, 198, 0.12),
    rgba(245, 130, 32, 0.12)
  );
  pointer-events: none;
}

.ctn-symptoms-container {
  width: min(1180px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 58px;
  align-items: center;
}

/* Left Content */
.ctn-symptoms-content h2 {
  margin: 0 0 18px;
  color: #303236;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -1.2px;
  font-weight: 800;
}

.ctn-symptoms-content > p {
  margin: 0 0 28px;
  color: #555655;
  font-size: 16.5px;
  line-height: 1.75;
  font-weight: 500;
}

.ctn-symptoms-cta-box {
  padding: 24px 26px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(48, 50, 54, 0.08);
  border-left: 5px solid #f58220;
  box-shadow: 0 18px 48px rgba(11, 140, 198, 0.10);
}

.ctn-symptoms-cta-box h3 {
  margin: 0 0 10px;
  color: #303236;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
}

.ctn-symptoms-cta-box p {
  margin: 0 0 18px;
  color: #555655;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
}

.ctn-symptoms-btn {
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #f58220, #e06f12);
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14.5px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(245, 130, 32, 0.28);
  transition: all 0.25s ease;
}

.ctn-symptoms-btn:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(245, 130, 32, 0.36);
}

/* Right Card */
.ctn-symptoms-card {
  position: relative;
  padding: 34px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(48, 50, 54, 0.08);
  box-shadow: 0 26px 72px rgba(11, 140, 198, 0.14);
  overflow: hidden;
}

.ctn-symptoms-card::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: -70px;
  right: -70px;
  border-radius: 50%;
  background: rgba(245, 130, 32, 0.12);
  pointer-events: none;
}

.ctn-symptoms-card-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.ctn-symptoms-icon-main {
  width: 66px;
  height: 66px;
  min-width: 66px;
  border-radius: 22px;
  background: linear-gradient(135deg, #f58220, #e06f12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px rgba(245, 130, 32, 0.24);
}

.ctn-symptoms-icon-main svg {
  width: 34px;
  height: 34px;
  fill: #ffffff;
}

.ctn-symptoms-card-header span {
  display: block;
  margin-bottom: 5px;
  color: #707c83;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ctn-symptoms-card-header h3 {
  margin: 0;
  color: #303236;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 800;
}

/* Symptoms List */
.ctn-symptoms-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.ctn-symptoms-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(245, 130, 32, 0.12);
  box-shadow: 0 12px 32px rgba(11, 140, 198, 0.07);
}

.ctn-symptoms-item span {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f58220, #e06f12);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  font-size: 14px;
  font-weight: 900;
}

.ctn-symptoms-item p {
  margin: 0;
  color: #303236;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 980px) {
  .ctn-symptoms-container {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .ctn-symptoms-content {
    max-width: 760px;
  }
}

@media (max-width: 768px) {
  .ctn-symptoms-section {
    padding: 62px 16px;
  }

  .ctn-symptoms-content h2 {
    font-size: 30px;
  }

  .ctn-symptoms-content > p {
    font-size: 15.5px;
  }

  .ctn-symptoms-card {
    padding: 24px;
    border-radius: 28px;
  }

  .ctn-symptoms-card-header {
    align-items: flex-start;
  }

  .ctn-symptoms-icon-main {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 18px;
  }

  .ctn-symptoms-icon-main svg {
    width: 29px;
    height: 29px;
  }

  .ctn-symptoms-card-header h3 {
    font-size: 22px;
  }

  .ctn-symptoms-list {
    grid-template-columns: 1fr;
  }

  .ctn-symptoms-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .ctn-symptoms-cta-box {
    padding: 22px 18px;
  }

  .ctn-symptoms-card {
    padding: 20px;
  }

  .ctn-symptoms-item {
    padding: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f87e1e3 *//* ==============================
 CTN ABOUT SECTION CSS
============================== */

.ctn-about-section {
  position: relative;
  padding: 92px 20px;
  background:
    radial-gradient(circle at 12% 22%, rgba(172, 219, 238, 0.22), transparent 28%),
    radial-gradient(circle at 88% 70%, rgba(214, 222, 125, 0.14), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fcff 100%);
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.ctn-about-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  left: -180px;
  bottom: -170px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(11, 140, 198, 0.12),
    rgba(251, 164, 111, 0.10)
  );
  pointer-events: none;
}

.ctn-about-container {
  width: min(1180px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 60px;
  align-items: center;
}

/* Left Image */
.ctn-about-image-wrap {
  position: relative;
}

.ctn-about-image-card {
  position: relative;
  min-height: 520px;
  border-radius: 40px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(11, 140, 198, 0.15);
}

.ctn-about-image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(11, 140, 198, 0.02),
    rgba(11, 140, 198, 0.18)
  );
  z-index: 1;
  pointer-events: none;
}

.ctn-about-image-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.ctn-about-floating-card {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(48, 50, 54, 0.16);
  backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  gap: 14px;
}

.ctn-about-floating-icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, #b5cc6d, #93bd32);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px rgba(181, 204, 109, 0.25);
}

.ctn-about-floating-icon svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
}

.ctn-about-floating-card span {
  display: block;
  margin-bottom: 4px;
  color: #707c83;
  font-size: 13px;
  font-weight: 700;
}

.ctn-about-floating-card strong {
  display: block;
  color: #303236;
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}

/* Right Content */
.ctn-about-content h2 {
  margin: 0 0 18px;
  color: #303236;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.1;
  letter-spacing: -1.2px;
  font-weight: 800;
}

.ctn-about-content > p {
  margin: 0 0 18px;
  color: #555655;
  font-size: 16.5px;
  line-height: 1.75;
  font-weight: 500;
}

.ctn-about-points {
  display: grid;
  gap: 14px;
  margin: 28px 0 32px;
}

.ctn-about-point {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 15px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(48, 50, 54, 0.08);
  box-shadow: 0 12px 34px rgba(11, 140, 198, 0.07);
}

.ctn-about-point span {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0b8cc6, #38aee2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.ctn-about-point span svg {
  width: 17px;
  height: 17px;
  fill: #ffffff;
}

.ctn-about-point p {
  margin: 0;
  color: #303236;
  font-size: 15.5px;
  line-height: 1.55;
  font-weight: 700;
}

/* Buttons */
.ctn-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ctn-about-btn-primary,
.ctn-about-btn-secondary {
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  transition: all 0.25s ease;
}

.ctn-about-btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #f58220, #e06f12);
  box-shadow: 0 16px 34px rgba(245, 130, 32, 0.28);
}

.ctn-about-btn-primary:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(245, 130, 32, 0.36);
}

.ctn-about-btn-secondary {
  color: #0b8cc6;
  background: #ffffff;
  border: 2px solid rgba(11, 140, 198, 0.55);
  box-shadow: 0 12px 28px rgba(11, 140, 198, 0.09);
}

.ctn-about-btn-secondary:hover {
  color: #ffffff;
  background: #0b8cc6;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 980px) {
  .ctn-about-container {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ctn-about-content {
    max-width: 760px;
  }

  .ctn-about-image-card {
    min-height: 460px;
  }

  .ctn-about-image-card img {
    min-height: 460px;
  }
}

@media (max-width: 768px) {
  .ctn-about-section {
    padding: 62px 16px;
  }

  .ctn-about-container {
    gap: 34px;
  }

  .ctn-about-image-card {
    min-height: 360px;
    border-radius: 30px;
  }

  .ctn-about-image-card img {
    min-height: 360px;
  }

  .ctn-about-floating-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 16px;
    border-radius: 20px;
  }

  .ctn-about-floating-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 16px;
  }

  .ctn-about-floating-card strong {
    font-size: 18px;
  }

  .ctn-about-content h2 {
    font-size: 30px;
  }

  .ctn-about-content > p {
    font-size: 15.5px;
  }

  .ctn-about-actions {
    flex-direction: column;
  }

  .ctn-about-btn-primary,
  .ctn-about-btn-secondary {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .ctn-about-image-card {
    min-height: 310px;
  }

  .ctn-about-image-card img {
    min-height: 310px;
  }

  .ctn-about-floating-card {
    align-items: flex-start;
  }

  .ctn-about-floating-card strong {
    font-size: 16px;
  }

  .ctn-about-point {
    padding: 14px;
  }
}

/* ==============================
 ABOUT CTN UPDATE
============================== */

.ctn-about-section {
  font-family: 'Poppins', sans-serif;
}

.ctn-about-content h2,
.ctn-about-floating-card strong,
.ctn-about-point p {
  font-family: 'Poppins', sans-serif;
}

.ctn-about-floating-card {
  border-left: 5px solid #f58220;
}

.ctn-about-floating-card span {
  color: #0b8cc6;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-weight: 800;
}

.ctn-about-location-box {
  margin: 24px 0 22px;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(172, 219, 238, 0.22), rgba(214, 222, 125, 0.12));
  border: 1px solid rgba(48, 50, 54, 0.08);
  box-shadow: 0 14px 34px rgba(11, 140, 198, 0.08);
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.ctn-about-location-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 17px;
  background: linear-gradient(135deg, #0b8cc6, #38aee2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ctn-about-location-icon svg {
  width: 26px;
  height: 26px;
  fill: #ffffff;
}

.ctn-about-location-box span {
  display: block;
  margin-bottom: 5px;
  color: #707c83;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ctn-about-location-box strong {
  display: block;
  color: #303236;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 800;
}

.ctn-about-point:nth-child(3) {
  border-color: rgba(245, 130, 32, 0.18);
  background: rgba(245, 130, 32, 0.06);
}

.ctn-about-point:nth-child(3) span {
  background: linear-gradient(135deg, #f58220, #e06f12);
}

@media (max-width: 768px) {
  .ctn-about-location-box {
    padding: 16px;
  }

  .ctn-about-location-box strong {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e14534 *//* ==============================
 CTN VOLUNTARY SECTION CSS
============================== */

.ctn-voluntary-section {
  position: relative;
  padding: 92px 20px;
  background:
    radial-gradient(circle at 12% 18%, rgba(172, 219, 238, 0.18), transparent 28%),
    radial-gradient(circle at 88% 75%, rgba(251, 164, 111, 0.12), transparent 32%),
    linear-gradient(135deg, #f7fcff 0%, #ffffff 48%, #f9fbf1 100%);
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.ctn-voluntary-section::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -180px;
  top: -170px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(11, 140, 198, 0.12),
    rgba(181, 204, 109, 0.15)
  );
  pointer-events: none;
}

.ctn-voluntary-container {
  width: min(1180px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 58px;
  align-items: center;
}

/* Left Content */
.ctn-voluntary-content h2 {
  margin: 0 0 18px;
  color: #303236;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.1;
  letter-spacing: -1.2px;
  font-weight: 800;
}

.ctn-voluntary-content p {
  margin: 0 0 18px;
  color: #555655;
  font-size: 16.5px;
  line-height: 1.75;
  font-weight: 500;
}

.ctn-voluntary-btn {
  margin-top: 12px;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #f58220, #e06f12);
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(245, 130, 32, 0.28);
  transition: all 0.25s ease;
}

.ctn-voluntary-btn:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(245, 130, 32, 0.36);
}

/* Right Cards */
.ctn-voluntary-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.ctn-voluntary-card {
  position: relative;
  padding: 22px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(48, 50, 54, 0.08);
  box-shadow: 0 16px 42px rgba(11, 140, 198, 0.09);
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: all 0.25s ease;
}

.ctn-voluntary-card:hover {
  transform: translateX(6px);
  border-color: rgba(11, 140, 198, 0.18);
  box-shadow: 0 22px 54px rgba(11, 140, 198, 0.14);
}

.ctn-voluntary-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ctn-voluntary-icon svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
}

.ctn-voluntary-icon.blue {
  background: linear-gradient(135deg, #0b8cc6, #38aee2);
  box-shadow: 0 14px 30px rgba(11, 140, 198, 0.22);
}

.ctn-voluntary-icon.green {
  background: linear-gradient(135deg, #b5cc6d, #93bd32);
  box-shadow: 0 14px 30px rgba(181, 204, 109, 0.24);
}

.ctn-voluntary-icon.teal {
  background: linear-gradient(135deg, #19a89c, #0b8cc6);
  box-shadow: 0 14px 30px rgba(25, 168, 156, 0.22);
}

.ctn-voluntary-icon.orange {
  background: linear-gradient(135deg, #f58220, #e06f12);
  box-shadow: 0 14px 30px rgba(245, 130, 32, 0.24);
}

.ctn-voluntary-card h3 {
  margin: 0 0 8px;
  color: #303236;
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}

.ctn-voluntary-card p {
  margin: 0;
  color: #555655;
  font-size: 14.8px;
  line-height: 1.65;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 980px) {
  .ctn-voluntary-container {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .ctn-voluntary-content {
    max-width: 760px;
  }
}

@media (max-width: 768px) {
  .ctn-voluntary-section {
    padding: 62px 16px;
  }

  .ctn-voluntary-content h2 {
    font-size: 30px;
  }

  .ctn-voluntary-content p {
    font-size: 15.5px;
  }

  .ctn-voluntary-btn {
    width: 100%;
  }

  .ctn-voluntary-card {
    padding: 20px;
    border-radius: 22px;
  }

  .ctn-voluntary-card:hover {
    transform: none;
  }

  .ctn-voluntary-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 18px;
  }

  .ctn-voluntary-icon svg {
    width: 27px;
    height: 27px;
  }

  .ctn-voluntary-card h3 {
    font-size: 18px;
  }

  .ctn-voluntary-card p {
    font-size: 14.5px;
  }
}

@media (max-width: 480px) {
  .ctn-voluntary-card {
    flex-direction: column;
  }
}

/* ==============================
 VOLUNTARY SECTION UPDATE
============================== */

.ctn-voluntary-section {
  font-family: 'Poppins', sans-serif;
}

.ctn-voluntary-content h2,
.ctn-voluntary-card h3 {
  font-family: 'Poppins', sans-serif;
}

.ctn-voluntary-highlight {
  margin: 24px 0 18px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(245, 130, 32, 0.09);
  border: 1px solid rgba(245, 130, 32, 0.20);
  border-left: 5px solid #f58220;
}

.ctn-voluntary-highlight strong {
  display: block;
  margin-bottom: 5px;
  color: #303236;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 800;
}

.ctn-voluntary-highlight span {
  display: block;
  color: #555655;
  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 600;
}

.ctn-compensation-card {
  border-color: rgba(245, 130, 32, 0.20);
  background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(245,130,32,0.06));
}

.ctn-compensation-card h3 {
  color: #303236;
}

.ctn-voluntary-btn {
  background: linear-gradient(135deg, #f58220, #e06f12);
}

@media (max-width: 768px) {
  .ctn-voluntary-highlight {
    padding: 16px;
  }

  .ctn-voluntary-highlight strong {
    font-size: 15px;
  }
}

/* ==============================
 VOLUNTARY SECTION BACKGROUND IMAGE FIX
 Paste at the END of Voluntary CSS
============================== */

.ctn-voluntary-section {
  position: relative;
  background:
    linear-gradient(
      90deg,
      rgba(247, 252, 255, 0.94) 0%,
      rgba(247, 252, 255, 0.86) 38%,
      rgba(247, 252, 255, 0.72) 62%,
      rgba(247, 252, 255, 0.58) 100%
    ),
    url("https://vlustudy.com/wp-content/uploads/2026/05/ChatGPT-Image-May-26-2026-11_18_38-AM.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  font-family: 'Poppins', sans-serif !important;
  overflow: hidden;
}

/* Soft overlay for better readability */
.ctn-voluntary-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 12% 18%, rgba(172, 219, 238, 0.18), transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(245, 130, 32, 0.10), transparent 34%);
  pointer-events: none;
}

/* Keep existing decorative circle behind content */
.ctn-voluntary-section::before {
  z-index: 1;
}

/* Keep all section content above background image */
.ctn-voluntary-container {
  position: relative;
  z-index: 3;
}

/* Make left text readable on image background */
.ctn-voluntary-content {
  padding: 34px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: 0 22px 60px rgba(11, 140, 198, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Make right cards glassy and premium */
.ctn-voluntary-card {
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid rgba(255, 255, 255, 0.62) !important;
  box-shadow: 0 18px 46px rgba(11, 140, 198, 0.12) !important;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

/* Button remains strong */
.ctn-voluntary-btn {
  background: linear-gradient(135deg, #f58220, #e06f12) !important;
}

/* Mobile optimization */
@media (max-width: 980px) {
  .ctn-voluntary-section {
    background:
      linear-gradient(
        180deg,
        rgba(247, 252, 255, 0.92) 0%,
        rgba(247, 252, 255, 0.86) 52%,
        rgba(247, 252, 255, 0.80) 100%
      ),
      url("https://vlustudy.com/wp-content/uploads/2026/05/ChatGPT-Image-May-26-2026-11_18_38-AM.png") !important;
    background-size: cover !important;
    background-position: center top !important;
  }

  .ctn-voluntary-content {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .ctn-voluntary-section {
    padding: 62px 16px;
    background-position: center center !important;
  }

  .ctn-voluntary-content {
    padding: 24px;
    border-radius: 26px;
  }

  .ctn-voluntary-card {
    background: rgba(255, 255, 255, 0.88) !important;
  }
}

@media (max-width: 480px) {
  .ctn-voluntary-content {
    padding: 20px;
    border-radius: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8d6897e *//* ==============================
 CTN ELIGIBILITY FORM SECTION CSS
============================== */

.ctn-eligibility-section {
  position: relative;
  padding: 96px 20px;
  background:
    radial-gradient(circle at 10% 15%, rgba(172, 219, 238, 0.22), transparent 28%),
    radial-gradient(circle at 90% 85%, rgba(251, 164, 111, 0.12), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f7fcff 48%, #f9fbf1 100%);
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.ctn-eligibility-section::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  left: -180px;
  bottom: -180px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(11, 140, 198, 0.12),
    rgba(181, 204, 109, 0.16)
  );
  pointer-events: none;
}

.ctn-eligibility-container {
  width: min(1180px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 58px;
  align-items: center;
}

/* Left Content */
.ctn-eligibility-content h2 {
  margin: 0 0 18px;
  color: #303236;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.1;
  letter-spacing: -1.2px;
  font-weight: 800;
}

.ctn-eligibility-content > p {
  margin: 0 0 30px;
  color: #555655;
  font-size: 16.5px;
  line-height: 1.75;
  font-weight: 500;
}

.ctn-eligibility-support {
  display: grid;
  gap: 16px;
}

.ctn-support-item {
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(48, 50, 54, 0.08);
  box-shadow: 0 16px 42px rgba(11, 140, 198, 0.08);
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.ctn-support-icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ctn-support-icon svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;
}

.ctn-support-icon.blue {
  background: linear-gradient(135deg, #0b8cc6, #38aee2);
  box-shadow: 0 14px 30px rgba(11, 140, 198, 0.22);
}

.ctn-support-icon.green {
  background: linear-gradient(135deg, #b5cc6d, #93bd32);
  box-shadow: 0 14px 30px rgba(181, 204, 109, 0.24);
}

.ctn-support-icon.orange {
  background: linear-gradient(135deg, #f58220, #e06f12);
  box-shadow: 0 14px 30px rgba(245, 130, 32, 0.24);
}

.ctn-support-item h3 {
  margin: 0 0 7px;
  color: #303236;
  font-family: 'Manrope', sans-serif;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 800;
}

.ctn-support-item p {
  margin: 0;
  color: #555655;
  font-size: 14.8px;
  line-height: 1.6;
  font-weight: 500;
}

/* Form Card */
.ctn-eligibility-form-card {
  position: relative;
  padding: 34px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(48, 50, 54, 0.08);
  box-shadow: 0 26px 72px rgba(11, 140, 198, 0.16);
  overflow: hidden;
}

.ctn-eligibility-form-card::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: -70px;
  right: -70px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(172, 219, 238, 0.30),
    rgba(214, 222, 125, 0.18)
  );
  pointer-events: none;
}

.ctn-form-top {
  position: relative;
  z-index: 2;
  margin-bottom: 26px;
}

.ctn-form-top span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 8px 13px;
  border-radius: 999px;
  color: #0b8cc6;
  background: rgba(172, 219, 238, 0.26);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ctn-form-top h3 {
  margin: 0 0 8px;
  color: #303236;
  font-family: 'Manrope', sans-serif;
  font-size: 30px;
  line-height: 1.16;
  font-weight: 800;
}

.ctn-form-top p {
  margin: 0;
  color: #555655;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
}

/* Form */
.ctn-eligibility-form {
  position: relative;
  z-index: 2;
}

.ctn-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.ctn-form-group {
  margin-bottom: 16px;
}

.ctn-form-group label {
  display: block;
  margin-bottom: 8px;
  color: #303236;
  font-size: 13.5px;
  line-height: 1.3;
  font-weight: 800;
}

.ctn-form-group input,
.ctn-form-group select,
.ctn-form-group textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(48, 50, 54, 0.12);
  background: #ffffff;
  color: #303236;
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  line-height: 1.4;
  font-weight: 500;
  outline: none;
  transition: all 0.22s ease;
  box-sizing: border-box;
}

.ctn-form-group textarea {
  min-height: 112px;
  padding-top: 14px;
  resize: vertical;
}

.ctn-form-group input::placeholder,
.ctn-form-group textarea::placeholder {
  color: #9aa4aa;
}

.ctn-form-group input:focus,
.ctn-form-group select:focus,
.ctn-form-group textarea:focus {
  border-color: rgba(11, 140, 198, 0.55);
  box-shadow: 0 0 0 4px rgba(172, 219, 238, 0.28);
}

.ctn-consent-box {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 4px 0 18px;
  padding: 15px;
  border-radius: 16px;
  background: rgba(247, 252, 255, 0.9);
  border: 1px solid rgba(48, 50, 54, 0.08);
  cursor: pointer;
}

.ctn-consent-box input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #0b8cc6;
  cursor: pointer;
}

.ctn-consent-box span {
  color: #555655;
  font-size: 13.5px;
  line-height: 1.55;
  font-weight: 600;
}

.ctn-form-submit {
  width: 100%;
  min-height: 56px;
  border: none;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #f58220, #e06f12);
  font-family: 'Inter', sans-serif;
  font-size: 15.5px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(245, 130, 32, 0.30);
  transition: all 0.25s ease;
}

.ctn-form-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(245, 130, 32, 0.38);
}

.ctn-form-disclaimer {
  margin: 16px 0 0;
  color: #68757d;
  font-size: 12.8px;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}

/* Responsive */
@media (max-width: 980px) {
  .ctn-eligibility-container {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ctn-eligibility-content {
    max-width: 760px;
  }
}

@media (max-width: 768px) {
  .ctn-eligibility-section {
    padding: 62px 16px;
  }

  .ctn-eligibility-content h2 {
    font-size: 30px;
  }

  .ctn-eligibility-content > p {
    font-size: 15.5px;
  }

  .ctn-support-item {
    padding: 18px;
  }

  .ctn-eligibility-form-card {
    padding: 24px;
    border-radius: 28px;
  }

  .ctn-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ctn-form-top h3 {
    font-size: 26px;
  }

  .ctn-form-group input,
  .ctn-form-group select,
  .ctn-form-group textarea {
    min-height: 50px;
    border-radius: 14px;
  }

  .ctn-form-submit {
    min-height: 54px;
  }
}

@media (max-width: 480px) {
  .ctn-support-item {
    flex-direction: column;
  }

  .ctn-eligibility-form-card {
    padding: 20px;
  }

  .ctn-consent-box {
    padding: 14px;
  }
}

/* ==============================
 ELIGIBILITY FORM UPDATE
============================== */

.ctn-eligibility-section {
  font-family: 'Poppins', sans-serif;
}

.ctn-eligibility-content h2,
.ctn-support-item h3,
.ctn-form-top h3,
.ctn-form-group label,
.ctn-form-submit {
  font-family: 'Poppins', sans-serif;
}

.ctn-eligibility-location {
  margin: -10px 0 26px;
  padding: 16px 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(172, 219, 238, 0.22), rgba(214, 222, 125, 0.12));
  border: 1px solid rgba(48, 50, 54, 0.08);
  border-left: 5px solid #0b8cc6;
}

.ctn-eligibility-location span {
  display: block;
  margin-bottom: 5px;
  color: #707c83;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ctn-eligibility-location strong {
  display: block;
  color: #303236;
  font-size: 15.5px;
  line-height: 1.45;
  font-weight: 800;
}

.ctn-support-compensation {
  border-color: rgba(245, 130, 32, 0.20);
  background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(245,130,32,0.06));
}

.ctn-main-question {
  padding: 16px;
  border-radius: 18px;
  background: rgba(247, 252, 255, 0.9);
  border: 1px solid rgba(11, 140, 198, 0.14);
}

.ctn-main-question label {
  font-size: 14.5px;
  line-height: 1.55;
}

.ctn-form-top h3 {
  color: #303236;
}

.ctn-form-submit {
  background: linear-gradient(135deg, #f58220, #e06f12);
}

@media (max-width: 768px) {
  .ctn-eligibility-location {
    padding: 15px 16px;
  }

  .ctn-main-question {
    padding: 14px;
  }

  .ctn-main-question label {
    font-size: 14px;
  }
}

/* ==============================
 MOBILE ORDER FIX
 Show Form First, Content Below
============================== */

@media (max-width: 980px) {
  .ctn-eligibility-container {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ctn-eligibility-form-card {
    order: 1;
  }

  .ctn-eligibility-content {
    order: 2;
  }
}

@media (max-width: 768px) {
  .ctn-eligibility-container {
    gap: 32px;
  }

  .ctn-eligibility-form-card {
    margin-top: 0;
  }

  .ctn-eligibility-content {
    max-width: 100%;
  }
}/* End custom CSS */