.elementor-3075 .elementor-element.elementor-element-45f3dee{width:var( --container-widget-width, 108.315% );max-width:108.315%;--container-widget-width:108.315%;--container-widget-flex-grow:0;}.elementor-3075 .elementor-element.elementor-element-45f3dee.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-3075 .elementor-element.elementor-element-d84a44c{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-45f3dee */.ct-contact-hero {
  --ct-navy: #142d3d;
  --ct-navy-deep: #0d2230;
  --ct-navy-light: #1d3b4d;
  --ct-orange: #f3791c;
  --ct-white: #ffffff;
  --ct-muted: rgba(255, 255, 255, 0.72);

  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 88% 12%,
      rgba(243, 121, 28, 0.12),
      transparent 24%
    ),
    linear-gradient(
      135deg,
      var(--ct-navy-deep) 0%,
      var(--ct-navy) 65%,
      #17384a 100%
    );

  border-radius: 0 0 34px 34px;
  padding: 110px 40px 105px;
  font-family: "Poppins", sans-serif;
}

.ct-contact-hero *,
.ct-contact-hero *::before,
.ct-contact-hero *::after {
  box-sizing: border-box;
}

.ct-contact-hero__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1260px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(420px, 0.8fr);
  align-items: center;
  gap: clamp(60px, 8vw, 120px);
}

/* Left content */

.ct-contact-hero__content {
  max-width: 760px;
}

.ct-contact-hero__eyebrow {
  margin: 0 0 28px;
  color: var(--ct-orange);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ct-contact-hero__title {
  margin: 0;
  color: var(--ct-white);
  font-family: "Poppins", sans-serif;
  font-size: clamp(48px, 5.2vw, 78px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.ct-contact-hero__title > span {
  display: block;
}

.ct-contact-hero__dot {
  color: var(--ct-orange);
}

.ct-contact-hero__lead {
  max-width: 700px;
  margin: 34px 0 0;
  color: var(--ct-white);
  font-size: clamp(18px, 1.45vw, 21px);
  font-weight: 500;
  line-height: 1.58;
}

.ct-contact-hero__supporting {
  max-width: 650px;
  margin: 18px 0 0;
  color: var(--ct-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

/* Contact card */

.ct-contact-card {
  position: relative;
  overflow: hidden;
  padding: 44px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.035)
    );
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.ct-contact-card::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  right: -105px;
  top: -115px;
  border: 46px solid rgba(243, 121, 28, 0.13);
  border-radius: 50%;
}

.ct-contact-card__title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ct-white);
  font-family: "Poppins", sans-serif;
  font-size: clamp(30px, 2.4vw, 40px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.ct-contact-card__intro {
  position: relative;
  z-index: 1;
  max-width: 510px;
  margin: 18px 0 0;
  color: var(--ct-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

/* Buttons */

.ct-contact-card__buttons {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.ct-button {
  min-height: 60px;
  padding: 17px 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.ct-button:hover {
  transform: translateY(-2px);
}

.ct-button--primary {
  background: var(--ct-orange);
  color: var(--ct-navy-deep);
}

.ct-button--primary:hover {
  background: var(--ct-white);
  color: var(--ct-navy-deep);
}

.ct-button--primary:visited {
  color: var(--ct-navy-deep);
}

.ct-contact-detail:visited {
  color: var(--ct-white);
}

.ct-button--secondary {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ct-white);
}

/* Contact links */

.ct-contact-card__details {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.ct-contact-detail {
  min-height: 76px;
  padding: 15px 17px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  color: var(--ct-white);
  text-decoration: none;
  background: rgba(5, 24, 35, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.ct-contact-detail:hover {
  transform: translateX(4px);
  background: rgba(5, 24, 35, 0.65);
  border-color: rgba(243, 121, 28, 0.55);
}

.ct-contact-detail__icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ct-orange);
  background: rgba(243, 121, 28, 0.12);
  border-radius: 50%;
}

.ct-contact-detail__icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.ct-contact-detail strong,
.ct-contact-detail small {
  display: block;
}

.ct-contact-detail strong {
  color: var(--ct-orange);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.ct-contact-detail small {
  margin-top: 4px;
  color: var(--ct-white);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.ct-contact-detail__arrow {
  color: var(--ct-orange);
  font-size: 19px;
}

/* Decorative rings */

.ct-contact-hero__glow {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.ct-contact-hero__glow--one {
  width: 360px;
  height: 360px;
  right: -160px;
  top: -190px;
  border: 64px solid rgba(243, 121, 28, 0.06);
}

.ct-contact-hero__glow--two {
  width: 230px;
  height: 230px;
  left: -150px;
  bottom: -145px;
  border: 44px solid rgba(255, 255, 255, 0.035);
}

/* Tablet */

@media (max-width: 1024px) {
  .ct-contact-hero {
    padding: 90px 30px;
  }

  .ct-contact-hero__inner {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .ct-contact-hero__content {
    max-width: 820px;
  }

  .ct-contact-card {
    max-width: 760px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .ct-contact-hero {
    padding: 70px 20px;
    border-radius: 0 0 22px 22px;
  }

  .ct-contact-hero__inner {
    gap: 42px;
  }

  .ct-contact-hero__eyebrow {
    margin-bottom: 22px;
    font-size: 14px;
  }

  .ct-contact-hero__title {
    font-size: clamp(40px, 12vw, 52px);
    line-height: 1;
    letter-spacing: -0.04em;
  }

  .ct-contact-hero__lead {
    margin-top: 26px;
    font-size: 18px;
  }

  .ct-contact-card {
    padding: 30px 22px;
    border-radius: 18px;
  }

  .ct-contact-card__buttons {
    display: grid;
  }

  .ct-button {
    width: 100%;
  }

  .ct-contact-detail {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .ct-contact-detail__arrow {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ed4f3cc */.ct-booking-section {
  --ct-navy: #142d3d;
  --ct-deep-navy: #0d2230;
  --ct-orange: #f3791c;
  --ct-white: #ffffff;
  --ct-text: #142d3d;
  --ct-muted: #63717a;
  --ct-light: #f5f7f8;

  position: relative;
  overflow: hidden;
  padding: 120px 40px;
  background: var(--ct-white);
  font-family: "Poppins", sans-serif;
}

.ct-booking-section *,
.ct-booking-section *::before,
.ct-booking-section *::after {
  box-sizing: border-box;
}

/* Main two-column layout */

.ct-booking-section__inner {
  width: min(100%, 1260px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(560px, 1.28fr);
  gap: clamp(60px, 7vw, 110px);
  align-items: stretch;
}

/* Left introduction */

.ct-booking-intro {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ct-booking-intro__image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  margin-bottom: 42px;
  background: var(--ct-navy);
  border-radius: 24px;
}

.ct-booking-intro__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 20%;
}

.ct-booking-intro__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(13, 34, 48, 0.62),
    transparent 48%
  );
}

.ct-booking-intro__person {
  position: absolute;
  z-index: 3;
  left: 24px;
  bottom: 22px;
  min-width: 190px;
  padding: 16px 20px;
  color: var(--ct-white);
  background: rgba(13, 34, 48, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.ct-booking-intro__person strong,
.ct-booking-intro__person span {
  display: block;
}

.ct-booking-intro__person strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.ct-booking-intro__person span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 500;
}

.ct-booking-intro__shape {
  position: absolute;
  z-index: 2;
  width: 190px;
  height: 190px;
  top: -95px;
  right: -70px;
  border: 35px solid rgba(243, 121, 28, 0.62);
  border-radius: 50%;
}

.ct-booking-intro__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ct-booking-eyebrow {
  margin: 0 0 22px;
  color: var(--ct-orange);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ct-booking-title,
.ct-calendly-panel__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.ct-booking-title {
  max-width: 560px;
  color: var(--ct-text);
  font-size: clamp(42px, 4vw, 62px);
  line-height: 1.02;
}

.ct-booking-title span,
.ct-calendly-panel__title span {
  color: var(--ct-orange);
}

.ct-booking-lead {
  margin: 28px 0 0;
  color: var(--ct-text);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.58;
}

.ct-booking-copy {
  margin: 16px 0 0;
  color: var(--ct-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
}

.ct-booking-benefits {
  display: grid;
  gap: 10px;
  margin-top: auto;
  padding-top: 30px;
}

.ct-booking-benefits span {
  min-height: 48px;
  padding: 11px 15px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--ct-text);
  background: var(--ct-light);
  border: 1px solid rgba(20, 45, 61, 0.08);
  border-radius: 13px;
  font-size: 14px;
  font-weight: 600;
}

.ct-booking-benefits i {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ct-orange);
  background: rgba(243, 121, 28, 0.12);
  border-radius: 50%;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
}

/* Right Calendly panel */

.ct-calendly-panel {
  min-width: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 42px;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(243, 121, 28, 0.12),
      transparent 24%
    ),
    var(--ct-navy);
  border-radius: 26px;
  box-shadow: 0 28px 70px rgba(13, 34, 48, 0.16);
}

.ct-calendly-panel::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  right: -130px;
  top: -125px;
  border: 42px solid rgba(243, 121, 28, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.ct-calendly-panel__header {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 30px;
}

.ct-calendly-panel .ct-booking-eyebrow {
  margin-bottom: 15px;
}

.ct-calendly-panel__title {
  max-width: 620px;
  color: var(--ct-white);
  font-size: clamp(30px, 2.5vw, 40px);
  line-height: 1.08;
}

.ct-calendly-panel__copy {
  max-width: 620px;
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}

.ct-calendly-panel__embed {
  position: relative;
  z-index: 2;
  flex: 1;
  overflow: hidden;
  min-height: 620px;
  background: var(--ct-white);
  border-radius: 18px;
}

.ct-calendly-panel__embed .calendly-inline-widget {
  width: 100%;
  height: 100% !important;
  min-height: 620px;
}

.ct-calendly-panel__embed iframe {
  width: 100%;
  height: 100% !important;
  min-height: 620px;
  display: block;
  border: 0;
}

/* Tablet */

@media (max-width: 1024px) {
  .ct-booking-section {
    padding: 95px 30px;
  }

  .ct-booking-section__inner {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .ct-booking-intro,
  .ct-calendly-panel {
    height: auto;
  }

  .ct-booking-intro {
    max-width: 760px;
  }

  .ct-booking-intro__image-wrap {
    aspect-ratio: 16 / 10;
  }

  .ct-booking-intro__image {
    object-position: center 25%;
  }

  .ct-booking-benefits {
    margin-top: 30px;
    padding-top: 0;
  }

  .ct-calendly-panel__embed,
  .ct-calendly-panel__embed .calendly-inline-widget,
  .ct-calendly-panel__embed iframe {
    min-height: 680px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .ct-booking-section {
    padding: 75px 20px;
  }

  .ct-booking-section__inner {
    gap: 48px;
  }

  .ct-booking-intro__image-wrap {
    aspect-ratio: 4 / 5;
    margin-bottom: 32px;
    border-radius: 18px;
  }

  .ct-booking-intro__image {
    object-position: center 18%;
  }

  .ct-booking-intro__person {
    left: 16px;
    bottom: 16px;
    min-width: 165px;
    padding: 13px 16px;
  }

  .ct-booking-eyebrow {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .ct-booking-title {
    font-size: clamp(38px, 11vw, 48px);
  }

  .ct-booking-lead {
    margin-top: 23px;
    font-size: 18px;
  }

  .ct-calendly-panel {
    padding: 28px 18px 18px;
    border-radius: 20px;
  }

  .ct-calendly-panel__title {
    font-size: 34px;
  }

  .ct-calendly-panel__embed,
  .ct-calendly-panel__embed .calendly-inline-widget,
  .ct-calendly-panel__embed iframe {
    min-height: 700px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-3354bca */.ct-reviews__google {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(13, 34, 48, 0.12);
}

.ct-reviews__google svg {
  width: 22px;
  height: 22px;
  display: block;
}/* End custom CSS */