/* =========================================================
   05. Inquiry Routing
   ========================================================= */

.inquiry-routing-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 48% 38%,
      rgba(13, 110, 253, 0.06),
      transparent 22%
    ),
    radial-gradient(
      circle at 87% 25%,
      rgba(123, 24, 238, 0.035),
      transparent 20%
    ),
    linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

/* Heading */

.inquiry-routing-content {
  min-width: 0;
}

.inquiry-routing-kicker {
  color: #ff5a00;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.025em;
}

.inquiry-routing-kicker > span {
  position: relative;
  width: 34px;
  height: 2px;
  background: #ff5a00;
}

.inquiry-routing-kicker > span::before,
.inquiry-routing-kicker > span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff5a00;
  transform: translateY(-50%);
}

.inquiry-routing-kicker > span::before {
  left: 0;
}

.inquiry-routing-kicker > span::after {
  right: 0;
}

.inquiry-routing-head h2 {
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.inquiry-routing-head h2 span {
  color: #ff5a00;
}

.inquiry-routing-head > p {
  max-width: 485px;
  color: #34405c;
  font-size: 18px;
  line-height: 1.7;
}

/* How It Works */

.inquiry-routing-process {
  max-width: 390px;
  padding: 25px 28px 20px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dbe5f1;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(13, 40, 88, 0.07);
}

.inquiry-routing-process-icon {
  width: 43px;
  min-width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d6efd;
  background: #edf5ff;
  border: 1px solid #cfe1fa;
  border-radius: 50%;
  font-size: 18px;
}

.inquiry-routing-process-head h3 {
  color: #071333;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 900;
}

.inquiry-routing-step {
  position: relative;
  padding-bottom: 24px;
}

.inquiry-routing-step:last-child {
  padding-bottom: 0;
}

.inquiry-routing-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 27px;
  left: 11px;
  width: 1px;
  height: calc(100% - 17px);
  border-left: 1px dashed #9fc6ff;
}

.inquiry-routing-step-number {
  position: relative;
  z-index: 2;
  width: 24px;
  min-width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  color: #ffffff;
  background: #2a7df5;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.inquiry-routing-step-content {
  min-width: 0;
}

.inquiry-routing-step-content h4 {
  margin-bottom: 5px;
  color: #071333;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 800;
}

.inquiry-routing-step-content p {
  color: #4e5d79;
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: break-word;
}

/* Central Routing Visual */

.inquiry-routing-visual {
  width: 330px;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inquiry-routing-center-card {
  z-index: 3;
  width: 245px;
  height: 245px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #071333;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #e1e9f3;
  border-radius: 50%;
  box-shadow:
    0 20px 45px rgba(13, 40, 88, 0.08),
    inset 0 0 30px rgba(13, 110, 253, 0.025);
  text-align: center;
}

.inquiry-routing-drupal-icon {
  margin-bottom: 13px;
  color: #2a7df5;
  font-size: 60px;
  line-height: 1;
}

.inquiry-routing-center-card h3 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 900;
}

.inquiry-routing-center-card p {
  color: #34405c;
  font-size: 15px;
  line-height: 1.55;
}

.inquiry-routing-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.inquiry-routing-orbit-one {
  width: 285px;
  height: 285px;
  border: 1px dashed rgba(42, 125, 245, 0.28);
}

.inquiry-routing-orbit-two {
  width: 320px;
  height: 320px;
  border: 1px dashed rgba(42, 125, 245, 0.2);
}

.inquiry-routing-dot {
  position: absolute;
  z-index: 1;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.inquiry-routing-dot-one {
  top: 30%;
  background: #b4d4ff;
}

.inquiry-routing-dot-two {
  top: 41%;
  background: #9edbe4;
}

.inquiry-routing-dot-three {
  top: 52%;
  background: #ddbcff;
}

.inquiry-routing-node {
  position: absolute;
  z-index: 5;
  right: 15px;
  width: 11px;
  height: 11px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.inquiry-routing-node-blue {
  top: 18%;
  background: #2a7df5;
}

.inquiry-routing-node-green {
  top: 31%;
  background: #17a75a;
}

.inquiry-routing-node-purple {
  top: 45%;
  background: #973bff;
}

.inquiry-routing-node-orange {
  top: 59%;
  background: #ff8400;
}

.inquiry-routing-node-pink {
  top: 72%;
  background: #ff4772;
}

/* Destination Cards */

.inquiry-routing-destinations {
  position: relative;
}

.inquiry-routing-card {
  --route-color: #2a7df5;
  --route-soft: rgba(42, 125, 245, 0.08);
  --route-border: rgba(42, 125, 245, 0.16);

  position: relative;
  min-width: 0;
  padding: 18px 22px;
  color: #071333;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dfe7f1;
  border-radius: 17px;
  box-shadow: 0 12px 28px rgba(13, 40, 88, 0.06);
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}





.inquiry-routing-card:hover {
  color: #071333;
  border-color: var(--route-color);
  box-shadow: 0 16px 34px rgba(13, 40, 88, 0.1);
  transform: translateX(4px);
}

.inquiry-routing-card-blue {
  --route-color: #2a7df5;
  --route-soft: rgba(42, 125, 245, 0.09);
  --route-border: rgba(42, 125, 245, 0.18);
}

.inquiry-routing-card-green {
  --route-color: #17a75a;
  --route-soft: rgba(23, 167, 90, 0.09);
  --route-border: rgba(23, 167, 90, 0.18);
}

.inquiry-routing-card-purple {
  --route-color: #973bff;
  --route-soft: rgba(151, 59, 255, 0.09);
  --route-border: rgba(151, 59, 255, 0.18);
}

.inquiry-routing-card-orange {
  --route-color: #ff7100;
  --route-soft: rgba(255, 113, 0, 0.09);
  --route-border: rgba(255, 113, 0, 0.18);
}

.inquiry-routing-card-pink {
  --route-color: #ff4772;
  --route-soft: rgba(255, 71, 114, 0.09);
  --route-border: rgba(255, 71, 114, 0.18);
}

.inquiry-routing-card-icon {
  width: 78px;
  min-width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--route-color);
  background: var(--route-soft);
  border: 1px solid var(--route-border);
  border-radius: 50%;
  font-size: 31px;
}

.inquiry-routing-card-content {
  min-width: 0;
}

.inquiry-routing-card-content h3 {
  margin-bottom: 5px;
  color: #071333;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: -0.02em;
  overflow-wrap: break-word;
}

.inquiry-routing-card-content p {
  color: #34405c;
  font-size: 15px;
  line-height: 1.5;
  overflow-wrap: break-word;
}

.inquiry-routing-card-arrow {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--route-color);
  border: 1px solid var(--route-color);
  border-radius: 50%;
  font-size: 15px;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.inquiry-routing-card:hover .inquiry-routing-card-arrow {
  color: #ffffff;
  background: var(--route-color);
}

/* Bottom Help CTA */

.inquiry-routing-help {
  padding: 28px 32px;
  background:
    radial-gradient(circle at 8% 35%, rgba(255, 106, 0, 0.09), transparent 14%),
    radial-gradient(
      circle at 90% 50%,
      rgba(255, 106, 0, 0.05),
      transparent 20%
    ),
    linear-gradient(135deg, #fffaf6 0%, #ffffff 50%, #fffaf6 100%);
  border: 1px solid #ffd6bc;
  border-radius: 18px;
}

.inquiry-routing-help-main {
  min-width: 0;
  padding-right: 28px;
  border-right: 1px solid #e6d9d1;
}

.inquiry-routing-plane-wrap {
  width: 235px;
  max-width: 36%;
}

.inquiry-routing-plane-wrap img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 125px;
  object-fit: contain;
}

.inquiry-routing-help-phone {
  width: 70px;
  min-width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff5a00;
  background: #ffffff;
  border: 1px solid #ff6a00;
  border-radius: 50%;
  font-size: 27px;
}

.inquiry-routing-help-copy {
  min-width: 0;
}

.inquiry-routing-help-copy h3 {
  color: #071333;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.inquiry-routing-help-copy p {
  color: #34405c;
  font-size: 16px;
  line-height: 1.55;
  overflow-wrap: break-word;
}

.inquiry-routing-help-right {
  min-width: 0;
}

.inquiry-routing-help-script {
  color: #ff5a00;
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: 36px;
  line-height: 1.1;
  font-style: italic;
}

.inquiry-routing-trust-item {
  min-width: 0;
  color: #071333;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

.inquiry-routing-trust-icon {
  width: 45px;
  min-width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff5a00;
  background: #fff2e9;
  border: 1px solid #ffe0cb;
  border-radius: 50%;
  font-size: 18px;
}

/* =========================================================
   Inquiry Routing Responsive
   ========================================================= */

@media (max-width: 1600px) {
  .inquiry-routing-kicker {
    font-size: 14px;
  }

  .inquiry-routing-head h2 {
    font-size: 32px;
  }

  .inquiry-routing-head > p {
    font-size: 15px;
  }

  .inquiry-routing-process {
    padding: 22px;
  }

  .inquiry-routing-process-head h3 {
    font-size: 22px;
  }

  .inquiry-routing-step-content h4 {
    font-size: 15px;
  }

  .inquiry-routing-step-content p {
    font-size: 14px;
  }

  .inquiry-routing-visual {
    width: 285px;
  }

  .inquiry-routing-center-card {
    width: 210px;
    height: 210px;
  }

  .inquiry-routing-orbit-one {
    width: 245px;
    height: 245px;
  }

  .inquiry-routing-orbit-two {
    width: 275px;
    height: 275px;
  }

  .inquiry-routing-drupal-icon {
    font-size: 50px;
  }

  .inquiry-routing-center-card h3 {
    font-size: 17px;
  }

  .inquiry-routing-center-card p {
    font-size: 14px;
  }

  .inquiry-routing-card {
    padding: 15px 18px;
  }





  .inquiry-routing-card-icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
    font-size: 25px;
  }

  .inquiry-routing-card-content h3 {
    font-size: 17px;
  }

  .inquiry-routing-card-content p {
    font-size: 14px;
  }

  .inquiry-routing-card-arrow {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }

  .inquiry-routing-help-copy h3 {
    font-size: 22px;
  }

  .inquiry-routing-help-copy p {
    font-size: 14px;
  }

  .inquiry-routing-help-script {
    font-size: 31px;
  }
}

@media (max-width: 1199px) {
  .inquiry-routing-process {
    max-width: 100%;
  }

 

  .inquiry-routing-help-main {
    padding-right: 0;
    border-right: 0;
  }

  .inquiry-routing-plane-wrap {
    width: 170px;
  }
}

@media (max-width: 991px) {
  .inquiry-routing-visual {
    width: 275px;
  }

  .inquiry-routing-destinations {
    padding-left: 10px;
  }

  .inquiry-routing-help {
    padding: 28px 24px;
  }

  .inquiry-routing-help-main {
    justify-content: center;
  }

  .inquiry-routing-help-right {
    padding-top: 24px;
    border-top: 1px solid #eadfd7;
  }

  .inquiry-routing-help-script {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .inquiry-routing-kicker {
    font-size: 13px;
  }
  .inquiry-routing-step-content p {
    font-size: 13px;
  }
  .inquiry-routing-visual {
    display: none;
  }
  .inquiry-routing-description p {
    font-size: 15px;
  }

  .inquiry-routing-kicker > span {
    width: 34px;
  }

  .inquiry-routing-head h2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .inquiry-routing-head h2 br {
    display: none !important;
  }

  .inquiry-routing-head > p {
    font-size: 16px;
    line-height: 1.55;
  }

  .inquiry-routing-process-head h3 {
    font-size: 18px;
  }

  .inquiry-routing-visual {
    width: 260px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .inquiry-routing-center-card {
    width: 195px;
    height: 195px;
  }

  .inquiry-routing-orbit-one {
    width: 225px;
    height: 225px;
  }

  .inquiry-routing-orbit-two {
    width: 250px;
    height: 250px;
  }

  .inquiry-routing-drupal-icon {
    font-size: 46px;
  }

  .inquiry-routing-center-card h3 {
    font-size: 18px;
  }

  .inquiry-routing-center-card p {
    font-size: 14px;
  }

  .inquiry-routing-destinations {
    padding-left: 0;
  }

  .inquiry-routing-card {
    padding: 15px;
  }

  .inquiry-routing-card-icon {
    width: 56px;
    min-width: 56px;
    height: 56px;
    font-size: 22px;
  }

  .inquiry-routing-card-content h3 {
    font-size: 16px;
  }

  .inquiry-routing-card-content p {
    font-size: 13px;
  }

  .inquiry-routing-help-main {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .inquiry-routing-plane-wrap {
    width: 135px;
    max-width: 100%;
  }

  .inquiry-routing-help-phone {
    width: 58px;
    min-width: 58px;
    height: 58px;
    font-size: 23px;
  }

  .inquiry-routing-help-copy {
    flex: 1;
    min-width: 200px;
  }

  .inquiry-routing-help-copy h3 {
    font-size: 18px;
  }

  .inquiry-routing-help-copy p {
    font-size: 14px;
  }

  .inquiry-routing-help-script {
    font-size: 27px;
  }

  .inquiry-routing-trust-item {
    font-size: 14px;
  }

  .inquiry-routing-trust .row {
    row-gap: 18px;
  }

  .inquiry-routing-trust .col-sm-4 {
    width: 100%;
  }

  .inquiry-routing-trust-item {
    width: 220px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    gap: 12px;
  }

  .inquiry-routing-trust-icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
    flex: 0 0 44px;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .inquiry-routing-trust-item > span:last-child {
    flex: 1;
    min-width: 0;
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .inquiry-routing-section {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  .inquiry-routing-process {
    padding: 20px 17px;
  }

  .inquiry-routing-process-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .inquiry-routing-step {
    gap: 12px !important;
  }

  .inquiry-routing-visual {
    width: 235px;
  }

  .inquiry-routing-center-card {
    width: 175px;
    height: 175px;
  }

  .inquiry-routing-orbit-one {
    width: 205px;
    height: 205px;
  }

  .inquiry-routing-orbit-two {
    width: 228px;
    height: 228px;
  }

  .inquiry-routing-drupal-icon {
    margin-bottom: 8px;
    font-size: 40px;
  }

  .inquiry-routing-card {
    border-radius: 14px;
  }

  .inquiry-routing-card > .d-flex {
    gap: 12px !important;
  }

  .inquiry-routing-card-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .inquiry-routing-card-arrow {
    width: 32px;
    min-width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .inquiry-routing-help {
    padding: 22px 17px;
  }

  .inquiry-routing-plane-wrap {
    display: none;
  }

  .inquiry-routing-help-main {
    flex-wrap: nowrap;
    gap: 15px !important;
  }

  .inquiry-routing-help-copy {
    min-width: 0;
  }

  .inquiry-routing-help-script {
    font-size: 20px;
  }

  .inquiry-routing-trust-item {
    justify-content: flex-start !important;
    padding: 4px 0;
    text-align: left;
  }

  .inquiry-routing-trust-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

/* base styles */
h2 {
  font-size: 44px !important;
}

@media (max-width: 1599.98px) {
  h2 {
    font-size: 32px !important;
  }
}

@media (max-width: 1399.98px) {
  h2 {
    font-size: 30px !important;
  }
}

@media (max-width: 1199.98px) {
  h2 {
    font-size: 28px !important;
  }
}

@media (max-width: 991.98px) {
  h2 {
    font-size: 26px !important;
  }
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 575.98px) {
  h2 {
    font-size: 21px !important;
  }
}

@media (max-width: 374.98px) {
  h2 {
    font-size: 20px !important;
  }
}

.inquiry-routing-visual img {
  height: 100% !important;
}

/* Large Desktop Image Scale */
@media (min-width: 1400px) {
  .inquiry-routing-visual img {
    transform: scale(2.1);
  }
}

/* Laptop Image Scale */
@media (min-width: 1200px) and (max-width: 1399px) {
  .inquiry-routing-visual img {
    transform: scale(1.5);
  }
}

/* Tablet Image Scale */
@media (max-width: 1199px) {
  .inquiry-routing-visual img {
    transform: scale(1);
  }
}
