.elementor-85 .elementor-element.elementor-element-4e8c0fb{--display:flex;--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-85 .elementor-element.elementor-element-d6c7418{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d6c7418 *//* ==============================
 CTN THANK YOU PAGE CSS
============================== */

.ctn-thankyou-section {
  position: relative;
  min-height: 100vh;
  padding: 96px 20px;
  background:
    radial-gradient(circle at 12% 16%, rgba(172, 219, 238, 0.28), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(214, 222, 125, 0.18), transparent 32%),
    radial-gradient(circle at 90% 88%, rgba(245, 130, 32, 0.10), transparent 34%),
    linear-gradient(135deg, #f7fcff 0%, #ffffff 50%, #f9fbf1 100%);
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

/* Background Decorative Shapes */
.ctn-thankyou-bg-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.ctn-thankyou-bg-shape.shape-one {
  width: 480px;
  height: 480px;
  left: -210px;
  top: 120px;
  background: linear-gradient(
    135deg,
    rgba(11, 140, 198, 0.12),
    rgba(181, 204, 109, 0.12)
  );
}

.ctn-thankyou-bg-shape.shape-two {
  width: 430px;
  height: 430px;
  right: -190px;
  bottom: 120px;
  background: linear-gradient(
    135deg,
    rgba(245, 130, 32, 0.12),
    rgba(172, 219, 238, 0.16)
  );
}

.ctn-thankyou-container {
  width: min(1120px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ==============================
 Main Confirmation Card
============================== */

.ctn-thankyou-card {
  max-width: 900px;
  margin: 0 auto 76px;
  padding: 54px 46px;
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(48, 50, 54, 0.08);
  box-shadow: 0 30px 90px rgba(11, 140, 198, 0.15);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ctn-thankyou-card::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -90px;
  top: -90px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(172, 219, 238, 0.28),
    rgba(214, 222, 125, 0.18)
  );
  pointer-events: none;
}

.ctn-thankyou-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  left: -80px;
  bottom: -80px;
  border-radius: 50%;
  background: rgba(245, 130, 32, 0.10);
  pointer-events: none;
}

.ctn-thankyou-icon {
  width: 86px;
  height: 86px;
  margin: 0 auto 24px;
  border-radius: 28px;
  background: linear-gradient(135deg, #b5cc6d, #93bd32);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 42px rgba(181, 204, 109, 0.30);
  position: relative;
  z-index: 2;
}

.ctn-thankyou-icon svg {
  width: 46px;
  height: 46px;
  fill: #ffffff;
}

.ctn-thankyou-label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  margin-bottom: 16px;
  padding: 9px 16px;
  border-radius: 999px;
  color: #0b8cc6;
  background: rgba(172, 219, 238, 0.26);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ctn-thankyou-card h1 {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto 18px;
  color: #303236;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -1.4px;
  font-weight: 900;
}

.ctn-thankyou-card > p {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto 28px;
  color: #555655;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
}

.ctn-thankyou-actions {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.ctn-thankyou-btn {
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  font-weight: 850;
  transition: all 0.25s ease;
}

.ctn-thankyou-btn.primary {
  color: #ffffff;
  background: linear-gradient(135deg, #f58220, #e06f12);
  box-shadow: 0 16px 34px rgba(245, 130, 32, 0.28);
}

.ctn-thankyou-btn.primary:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(245, 130, 32, 0.36);
}

.ctn-thankyou-btn.secondary {
  color: #0b8cc6;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(11, 140, 198, 0.20);
}

.ctn-thankyou-btn.secondary:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #0b8cc6, #38aee2);
  transform: translateY(-3px);
}

.ctn-thankyou-small-note {
  max-width: 720px !important;
  margin-top: 24px !important;
  margin-bottom: 0 !important;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(247, 252, 255, 0.88);
  border: 1px solid rgba(48, 50, 54, 0.08);
  color: #68757d !important;
  font-size: 13.5px !important;
  line-height: 1.6 !important;
  font-weight: 600 !important;
}

/* ==============================
 Next Steps
============================== */

.ctn-next-steps {
  margin-bottom: 58px;
}

.ctn-section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.ctn-section-heading span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #8caf2f;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ctn-section-heading h2 {
  margin: 0 0 14px;
  color: #303236;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: -1px;
  font-weight: 900;
}

.ctn-section-heading p {
  margin: 0;
  color: #555655;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}

.ctn-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.ctn-step-card {
  position: relative;
  min-height: 285px;
  padding: 30px 24px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(48, 50, 54, 0.08);
  box-shadow: 0 20px 56px rgba(11, 140, 198, 0.10);
  overflow: hidden;
  transition: all 0.25s ease;
}

.ctn-step-card::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -54px;
  top: -54px;
  border-radius: 50%;
  background: rgba(172, 219, 238, 0.18);
  pointer-events: none;
}

.ctn-step-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 70px rgba(11, 140, 198, 0.15);
}

.ctn-step-number {
  position: absolute;
  top: 26px;
  right: 24px;
  color: rgba(48, 50, 54, 0.08);
  font-size: 50px;
  line-height: 1;
  font-weight: 900;
}

.ctn-step-icon {
  width: 68px;
  height: 68px;
  margin-bottom: 22px;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.ctn-step-icon svg {
  width: 34px;
  height: 34px;
  fill: #ffffff;
}

.ctn-step-icon.blue {
  background: linear-gradient(135deg, #0b8cc6, #38aee2);
  box-shadow: 0 14px 30px rgba(11, 140, 198, 0.23);
}

.ctn-step-icon.green {
  background: linear-gradient(135deg, #b5cc6d, #93bd32);
  box-shadow: 0 14px 30px rgba(181, 204, 109, 0.24);
}

.ctn-step-icon.orange {
  background: linear-gradient(135deg, #f58220, #e06f12);
  box-shadow: 0 14px 30px rgba(245, 130, 32, 0.24);
}

.ctn-step-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  color: #303236;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 850;
}

.ctn-step-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #555655;
  font-size: 14.8px;
  line-height: 1.68;
  font-weight: 500;
}

/* ==============================
 Notice Box
============================== */

.ctn-thankyou-notice {
  margin: 0 auto 58px;
  padding: 26px 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(245, 130, 32, 0.18);
  border-left: 6px solid #f58220;
  box-shadow: 0 20px 56px rgba(11, 140, 198, 0.10);
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.ctn-notice-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 19px;
  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-notice-icon svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
}

.ctn-thankyou-notice h3 {
  margin: 0 0 8px;
  color: #303236;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 850;
}

.ctn-thankyou-notice p {
  margin: 0;
  color: #555655;
  font-size: 15.5px;
  line-height: 1.68;
  font-weight: 500;
}

/* ==============================
 Contact CTA
============================== */

.ctn-thankyou-contact {
  padding: 34px 36px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(11, 140, 198, 0.94), rgba(181, 204, 109, 0.78)),
    radial-gradient(circle at 92% 20%, rgba(245, 130, 32, 0.30), transparent 30%);
  box-shadow: 0 26px 76px rgba(11, 140, 198, 0.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  overflow: hidden;
}

.ctn-thankyou-contact span {
  display: inline-flex;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ctn-thankyou-contact h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.8px;
  font-weight: 900;
}

.ctn-thankyou-contact p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15.5px;
  line-height: 1.65;
  font-weight: 500;
}

.ctn-contact-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  min-width: fit-content;
}

.ctn-contact-btn {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 14.5px;
  line-height: 1;
  font-weight: 850;
  transition: all 0.25s ease;
}

.ctn-contact-btn.phone {
  color: #ffffff;
  background: linear-gradient(135deg, #f58220, #e06f12);
  box-shadow: 0 14px 30px rgba(245, 130, 32, 0.28);
}

.ctn-contact-btn.home {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.ctn-contact-btn:hover {
  color: #ffffff;
  transform: translateY(-3px);
}

/* ==============================
 Responsive
============================== */

@media (max-width: 1024px) {
  .ctn-steps-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .ctn-step-card {
    padding: 26px 20px;
  }

  .ctn-thankyou-contact {
    align-items: flex-start;
    flex-direction: column;
  }

  .ctn-contact-actions {
    width: 100%;
  }

  .ctn-contact-btn {
    flex: 1;
  }
}

@media (max-width: 768px) {
  .ctn-thankyou-section {
    padding: 68px 16px;
  }

  .ctn-thankyou-card {
    padding: 40px 24px;
    border-radius: 30px;
    margin-bottom: 58px;
  }

  .ctn-thankyou-icon {
    width: 74px;
    height: 74px;
    border-radius: 24px;
  }

  .ctn-thankyou-icon svg {
    width: 40px;
    height: 40px;
  }

  .ctn-thankyou-card h1 {
    font-size: 34px;
  }

  .ctn-thankyou-card > p {
    font-size: 15.5px;
  }

  .ctn-thankyou-actions {
    flex-direction: column;
  }

  .ctn-thankyou-btn {
    width: 100%;
  }

  .ctn-section-heading {
    text-align: left;
    margin-bottom: 32px;
  }

  .ctn-section-heading h2 {
    font-size: 30px;
  }

  .ctn-section-heading p {
    font-size: 15.5px;
  }

  .ctn-steps-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ctn-step-card {
    min-height: auto;
    padding: 26px 22px;
  }

  .ctn-step-card:hover {
    transform: none;
  }

  .ctn-thankyou-notice {
    padding: 24px 22px;
    border-radius: 24px;
  }

  .ctn-thankyou-contact {
    padding: 28px 22px;
    border-radius: 28px;
  }

  .ctn-contact-actions {
    flex-direction: column;
  }

  .ctn-contact-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .ctn-thankyou-section {
    padding: 56px 14px;
  }

  .ctn-thankyou-card {
    padding: 34px 20px;
    border-radius: 26px;
  }

  .ctn-thankyou-card h1 {
    font-size: 30px;
  }

  .ctn-thankyou-small-note {
    padding: 14px;
  }

  .ctn-thankyou-notice {
    flex-direction: column;
  }

  .ctn-step-icon {
    width: 60px;
    height: 60px;
    border-radius: 20px;
  }

  .ctn-step-icon svg {
    width: 30px;
    height: 30px;
  }

  .ctn-step-number {
    font-size: 42px;
  }
}/* End custom CSS */