/* =========================================================
   06. Contact Process
   ========================================================= */

.contact-process-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 10%,
      rgba(13, 110, 253, 0.045),
      transparent 28%
    ),
    linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

/* Section Heading */

.contact-process-head {
  max-width: 900px;
}

.contact-process-kicker {
  color: #ff5a00;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.contact-process-kicker span {
  position: relative;
  width: 36px;
  height: 2px;
  background: #ff5a00;
}

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

.contact-process-kicker span::before {
  left: 0;
}

.contact-process-kicker span::after {
  right: 0;
}

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

.contact-process-head h2 span {
  position: relative;
  display: inline-block;
  color: #ff5a00;
}

.contact-process-head h2 span::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -9px;
  height: 8px;
  border-top: 2px solid #ff5a00;
  border-radius: 50%;
  transform: rotate(-2deg);
}

.contact-process-head > p {
  max-width: 700px;
  color: #34405c;
  font-size: 18px;
  line-height: 1.55;
}

/* Process Flow */

.contact-process-flow {
  margin-top: 68px;
}

.contact-process-step {
  --process-color: #0d6efd;
  --process-soft: rgba(13, 110, 253, 0.08);
  --process-border: rgba(13, 110, 253, 0.2);

  min-width: 0;
}

.contact-process-step-blue {
  --process-color: #1259e8;
  --process-soft: rgba(18, 89, 232, 0.08);
  --process-border: rgba(18, 89, 232, 0.2);
}

.contact-process-step-green {
  --process-color: #099856;
  --process-soft: rgba(9, 152, 86, 0.08);
  --process-border: rgba(9, 152, 86, 0.2);
}

.contact-process-step-purple {
  --process-color: #8731ca;
  --process-soft: rgba(135, 49, 202, 0.08);
  --process-border: rgba(135, 49, 202, 0.2);
}

.contact-process-step-orange {
  --process-color: #ff5200;
  --process-soft: rgba(255, 82, 0, 0.08);
  --process-border: rgba(255, 82, 0, 0.19);
}

.contact-process-step-royal {
  --process-color: #075be8;
  --process-soft: rgba(7, 91, 232, 0.08);
  --process-border: rgba(7, 91, 232, 0.2);
}

/* Connecting Lines */

.contact-process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 77px;
  left: calc(50% + 75px);
  width: calc(100% - 150px);
  height: 46px;
  border-top: 3px dashed var(--process-color);
  border-radius: 50%;
  opacity: 0.95;
}

.contact-process-step:nth-child(odd):not(:last-child)::after {
  transform: translateY(10px) rotate(7deg);
}

.contact-process-step:nth-child(even):not(:last-child)::after {
  transform: translateY(5px) rotate(-7deg);
}

.contact-process-icon-area {
  z-index: 2;
  width: 150px;
  height: 150px;
}

.contact-process-number {
  position: absolute;
  z-index: 5;
  top: -11px;
  left: -3px;
  width: 42px;
  min-width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--process-color);
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 8px 20px var(--process-soft);
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}

.contact-process-icon {
  position: relative;
  z-index: 2;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--process-color);
  background: radial-gradient(
    circle at center,
    var(--process-soft) 0%,
    rgba(255, 255, 255, 0.98) 67%
  );
  border: 1px solid var(--process-border);
  border-radius: 50%;
  box-shadow:
    0 18px 35px var(--process-soft),
    0 10px 30px rgba(13, 40, 88, 0.05);
  font-size: 50px;
}

.contact-process-step-content {
  min-width: 0;
  max-width: 245px;
  margin: 30px auto 0;
}

.contact-process-step-content h3 {
  min-width: 0;
  margin-bottom: 17px;
  color: #071333;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: -0.025em;
  overflow-wrap: break-word;
}

.contact-process-small-line {
  display: block;
  width: 36px;
  height: 2px;
  margin: 0 auto 16px;
  background: var(--process-color);
  border-radius: 10px;
}

.contact-process-step-content p {
  min-width: 0;
  color: #34405c;
  font-size: 16px;
  line-height: 1.65;
  overflow-wrap: break-word;
}

/* Bottom Trust Bar */

.contact-process-trust {
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid #dbe5f1;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.04);
}

.contact-process-trust-main {
  position: relative;
  min-width: 0;
  min-height: 225px;
  padding: 28px 34px;
  gap: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 52%, rgba(255, 90, 0, 0.12), transparent 26%),
    linear-gradient(135deg, #fff8f3 0%, #fffdfb 100%);
}

.contact-process-trust-main::before {
  content: "";
  position: absolute;
  left: -65px;
  bottom: -85px;
  width: 270px;
  height: 160px;
  border: 1px solid rgba(255, 106, 0, 0.1);
  border-radius: 50%;
  transform: rotate(18deg);
}

.contact-process-plane {
  position: relative;
  z-index: 2;
  width: 180px;
  max-width: 42%;
}

.contact-process-plane img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 145px;
  object-fit: contain;
}

.contact-process-trust-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.contact-process-trust-copy h3 {
  color: #071333;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: -0.025em;
  overflow-wrap: break-word;
}

.contact-process-trust-copy h3 span {
  color: #ff5a00;
}

/* Trust Items */

.contact-process-trust-item {
  position: relative;
  min-width: 0;
  padding: 35px 24px 28px;
}

.contact-process-trust-item::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 0;
  width: 1px;
  background: #dce4ef;
}

.contact-process-trust-icon {
  width: 54px;
  min-width: 54px;
  height: 54px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
}

.contact-process-trust-icon-blue {
  color: #071f56;
  background: #f1f5ff;
  border: 1px solid #dbe5ff;
}

.contact-process-trust-icon-orange {
  color: #ff5200;
  background: #fff2eb;
  border: 1px solid #ffe0cf;
}

.contact-process-trust-icon-green {
  color: #078e50;
  background: #eaf8f1;
  border: 1px solid #d0f0e0;
}

.contact-process-trust-icon-purple {
  color: #7f27d8;
  background: #f5edff;
  border: 1px solid #eadcff;
}

.contact-process-trust-item h4 {
  margin-bottom: 10px;
  color: #071333;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
  overflow-wrap: break-word;
}

.contact-process-trust-item p {
  color: #34405c;
  font-size: 15px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

/* =========================================================
   Contact Process Responsive
   ========================================================= */

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

  .contact-process-head h2 {
    font-size: 32px;
  }

  .contact-process-head > p {
    font-size: 15px;
  }

  .contact-process-flow {
    margin-top: 58px;
  }

  .contact-process-icon-area,
  .contact-process-icon {
    width: 130px;
    height: 130px;
  }

  .contact-process-icon {
    font-size: 42px;
  }

  .contact-process-number {
    width: 38px;
    min-width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .contact-process-step:not(:last-child)::after {
    top: 67px;
    left: calc(50% + 65px);
    width: calc(100% - 130px);
  }

  .contact-process-step-content {
    max-width: 220px;
    margin-top: 25px;
  }

  .contact-process-step-content h3 {
    font-size: 17px;
  }

  .contact-process-step-content p {
    font-size: 14px;
  }

  .contact-process-trust-copy h3 {
    font-size: 22px;
  }

  .contact-process-trust-item h4 {
    font-size: 16px;
  }

  .contact-process-trust-item p {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .contact-process-flow {
    margin-top: 50px;
  }

  .contact-process-step:not(:last-child)::after {
    display: none;
  }

  .contact-process-icon-area,
  .contact-process-icon {
    width: 125px;
    height: 125px;
  }

  .contact-process-icon {
    font-size: 39px;
  }

  .contact-process-step-content {
    max-width: 260px;
  }

  .contact-process-trust-main {
    min-height: auto;
    padding: 30px;
  }

  .contact-process-plane {
    width: 150px;
    max-width: 28%;
  }

  .contact-process-trust-item {
    min-height: 210px;
  }

  .contact-process-trust-item:nth-child(odd)::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .contact-process-step {
    padding-bottom: 18px;
  }

  .contact-process-trust-main {
    justify-content: center;
  }

  .contact-process-trust-copy {
    max-width: 500px;
  }

  .contact-process-trust-item {
    min-height: 190px;
  }

  .contact-process-trust-item::before {
    display: block;
  }

  .contact-process-trust-item:nth-child(odd)::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .contact-process-kicker {
    gap: 10px !important;
    margin-bottom: 18px !important;
    font-size: 13px;
  }
  .contact-process-description p {
    font-size: 15px;
  }

  .contact-process-kicker span {
    width: 34px;
  }

  .contact-process-head h2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .contact-process-head > p {
    font-size: 16px;
    line-height: 1.5;
  }

  .contact-process-flow {
    margin-top: 38px;
  }

  .contact-process-icon-area,
  .contact-process-icon {
    width: 115px;
    height: 115px;
  }

  .contact-process-icon {
    font-size: 35px;
  }

  .contact-process-number {
    top: -8px;
    width: 35px;
    min-width: 35px;
    height: 35px;
    font-size: 14px;
  }

  .contact-process-step-content {
    max-width: 260px;
    margin-top: 22px;
  }

  .contact-process-step-content h3 {
    font-size: 16px;
  }
  .contact-process-step-description p {
    font-size: 13px;
  }

  .contact-process-step-content p {
    font-size: 13px;
    line-height: 1.55;
  }
  .contact-process-trust-copy p {
    font-size: 15px;
  }

  .contact-process-trust {
    margin-top: 36px !important;
  }

  .contact-process-trust-main {
    padding: 26px 22px;
  }

  .contact-process-plane {
    width: 125px;
    max-width: 30%;
  }

  .contact-process-trust-copy h3 {
    font-size: 18px;
  }

  .contact-process-trust-item {
    min-height: 180px;
    padding: 26px 22px;
  }

  .contact-process-trust-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin-bottom: 15px;
    font-size: 19px;
  }

  .contact-process-trust-item h4 {
    font-size: 16px;
  }

  .contact-process-trust-item p {
    font-size: 14px;
  }
}

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

  .contact-process-kicker {
    flex-wrap: wrap;
  }

  .contact-process-kicker span {
    width: 24px;
  }

  .contact-process-head h2 br {
    display: none !important;
  }

  .contact-process-head h2 span::after {
    bottom: -6px;
  }

  .contact-process-flow .row {
    row-gap: 38px !important;
  }

  .contact-process-icon-area,
  .contact-process-icon {
    width: 108px;
    height: 108px;
  }

  .contact-process-icon {
    font-size: 32px;
  }

  .contact-process-number {
    width: 33px;
    min-width: 33px;
    height: 33px;
    font-size: 13px;
  }

  .contact-process-step-content {
    max-width: 290px;
    margin-top: 20px;
  }

  .contact-process-step-content h3 br {
    display: none !important;
  }

  .contact-process-trust-main {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 18px;
  }

  .contact-process-plane {
    width: 120px;
    max-width: 100%;
  }

  .contact-process-trust-copy h3 {
    line-height: 1.45;
  }

  .contact-process-trust-item {
    min-height: auto;
    padding: 24px 20px;
    border-top: 1px solid #e1e7f0;
  }

  .contact-process-trust-item::before {
    display: none !important;
  }

  .contact-process-trust-item h4 {
    font-size: 15px;
  }

  .contact-process-trust-item p {
    font-size: 13px;
  }
}

/* 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;
  }
}
