.why-consultation-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 10% 5%,
      rgba(13, 110, 253, 0.035),
      transparent 25%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fcfdff 100%
    );
}


/* =========================================================
   Heading
   ========================================================= */

.why-consultation-head {
  max-width: 700px;
}

.why-consultation-kicker {
  color: #ff5a00;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.why-consultation-kicker-line {
  position: relative;
  width: 37px;
  height: 2px;
  background: #ff5a00;
}

.why-consultation-kicker-line::before,
.why-consultation-kicker-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff5a00;
  transform: translateY(-50%);
}

.why-consultation-kicker-line::before {
  left: 0;
}

.why-consultation-kicker-line::after {
  right: 0;
}

.why-consultation-head h2 {
  margin: 27px 0 0;
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.why-consultation-head h2 span {
  color: #ff5a00;
}

.why-consultation-heading-line {
  display: block;
  width: 55px;
  height: 3px;
  margin-top: 25px;
  background: #ff5a00;
}

.why-consultation-head p {
  max-width: 630px;
  margin: 26px 0 0;
  color: #34405c;
  font-size: 18px;
  line-height: 1.58;
}


/* =========================================================
   Main Benefits
   ========================================================= */

.why-consultation-main {
  margin-top: -5px;
}

.why-consultation-side {
  position: relative;
  z-index: 3;
}

.why-consultation-side-left {
  padding-top: 72px;
}

.why-consultation-item {
  min-height: 175px;
  padding: 28px 0;
  border-bottom: 1px dashed #d5deeb;
}

.why-consultation-side-left
.why-consultation-item:first-child {
  padding-top: 0;
}

.why-consultation-side-left
.why-consultation-item:last-child {
  margin-top: 20px;
}

.why-consultation-side-right
.why-consultation-item {
  min-height: 183px;
}

.why-consultation-side-right
.why-consultation-item:last-child {
  border-bottom: 0;
}

.why-consultation-item > .d-flex {
  gap: 25px;
}


/* =========================================================
   Benefit Icons
   ========================================================= */

.why-consultation-icon {
  width: 100px;
  min-width: 100px;
  height: 105px;
  border-radius: 22px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 40px;
}

.why-icon-orange {
  color: #ff5a00;
  border: 1px solid #ffd8c4;
  background: linear-gradient(135deg, #fff9f5, #fff0e7);
}

.why-icon-green {
  color: #087345;
  border: 1px solid #d9ebe2;
  background: linear-gradient(135deg, #f9fcfa, #eef7f2);
}

.why-icon-blue {
  color: #1455df;
  border: 1px solid #d8e3ff;
  background: linear-gradient(135deg, #f8faff, #edf3ff);
}

.why-icon-purple {
  color: #6824d8;
  border: 1px solid #e6dbff;
  background: linear-gradient(135deg, #fbf9ff, #f3edff);
}

.why-icon-yellow {
  color: #ff8500;
  border: 1px solid #f3dfb8;
  background: linear-gradient(135deg, #fffbf5, #fff5e4);
}


/* =========================================================
   Benefit Text
   ========================================================= */

.why-consultation-item-text {
  min-width: 0;
}

.why-consultation-item-text h3 {
  margin: 7px 0 10px;
  color: #071333;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.why-consultation-item-text p {
  margin: 0;
  color: #34405c;
  font-size: 16px;
  line-height: 1.72;
}


/* =========================================================
   Center Image
   Rings + colored dots are INSIDE center-image.webp
   ========================================================= */

.why-consultation-center {
  min-height: 500px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.why-consultation-center-image {
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
}

.why-consultation-center-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}


/* =========================================================
   Bottom Statistics
   ========================================================= */

.why-consultation-bottom {
  position: relative;
  margin-top: 35px;
  min-height: 155px;

  padding: 32px 42px;

  border: 1px solid #ffd3bd;
  border-radius: 18px;

  background:
    linear-gradient(
      90deg,
      rgba(255, 248, 244, 0.95) 0%,
      #ffffff 48%,
      rgba(255, 248, 244, 0.90) 100%
    );
}

.why-consultation-bottom::after {
  content: "";

  position: absolute;
  top: 0;
  right: 0;

  width: 290px;
  height: 100%;


  opacity: 0.85;
  pointer-events: none;
}

.why-consultation-bottom::before {
  content: "";

  position: absolute;
  left: 0;
  bottom: 0;

  width: 125px;
  height: 85px;

  opacity: 0.25;

  background-image:
    radial-gradient(
      #ff6b22 1.3px,
      transparent 1.3px
    );

  background-size: 12px 12px;
}

.why-consultation-bottom .row {
  z-index: 2;
}

.why-consultation-stat {
  gap: 20px;
}

.why-stat-icon {
  width: 86px;
  min-width: 86px;
  height: 86px;

  border: 1px solid #ffd8c4;
  border-radius: 50%;

  background: #ffffff;
  color: #ff5a00;

  font-size: 34px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.why-stat-content strong {
  display: block;
  color: #ff5a00;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
}

.why-stat-content span,
.why-stat-content small {
  display: block;
  color: #071333;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.why-stat-content span {
  margin-top: 8px;
}

.why-stat-content small {
  margin-top: 3px;
  font-weight: 600;
}

.why-stat-divider {
  display: block;
  width: 1px;
  height: 80px;
  background: #d9e0eb;
}

.why-stat-description {
  max-width: 650px;
  color: #34405c;
  font-size: 16px;
  line-height: 1.72;
}

.why-map-space {
  min-height: 80px;
}


/* =========================================================
   Why Book A Consultation Responsive
   ========================================================= */

@media (max-width: 1399px) {

  .why-consultation-kicker {
    font-size: 14px;
  }

  .why-consultation-head h2 {
    font-size: 32px;
  }

  .why-consultation-head p {
    font-size: 15px;
  }

  .why-consultation-icon {
    width: 82px;
    min-width: 82px;
    height: 86px;
    border-radius: 18px;
    font-size: 33px;
  }

  .why-consultation-item > .d-flex {
    gap: 17px;
  }

  .why-consultation-item-text h3 {
    font-size: 17px;
  }

  .why-consultation-item-text p {
    font-size: 14px;
  }

  .why-consultation-side-left {
    padding-top: 58px;
  }

  .why-consultation-item {
    min-height: 155px;
  }

  .why-consultation-side-right
  .why-consultation-item {
    min-height: 163px;
  }

  .why-consultation-center {
    min-height: 430px;
  }

  .why-consultation-center-image {
    max-width: 400px;
  }

  .why-consultation-bottom {
    min-height: 135px;
    padding: 26px 32px;
  }

  .why-stat-icon {
    width: 74px;
    min-width: 74px;
    height: 74px;
    font-size: 29px;
  }

  .why-stat-content strong {
    font-size: 28px;
  }

  .why-stat-description {
    font-size: 14px;
  }

  .why-consultation-bottom::after {
    width: 245px;
  }

}


@media (max-width: 1199px) {

  .why-consultation-icon {
    width: 70px;
    min-width: 70px;
    height: 74px;
    font-size: 28px;
  }

  .why-consultation-item > .d-flex {
    gap: 14px;
  }

  .why-consultation-center {
    min-height: 390px;
  }

  .why-consultation-center-image {
    max-width: 350px;
  }

  .why-consultation-bottom::after {
    width: 210px;
  }

}


@media (max-width: 991px) {

  .why-consultation-main {
    margin-top: 35px;
  }

  .why-consultation-side-left,
  .why-consultation-side-right {
    padding-top: 0;
  }

  .why-consultation-item,
  .why-consultation-side-right
  .why-consultation-item {
    min-height: 0;
    padding: 25px 0;
  }

  .why-consultation-side-left
  .why-consultation-item:first-child {
    padding-top: 25px;
  }

  .why-consultation-side-left
  .why-consultation-item:last-child {
    margin-top: 0;
  }

  .why-consultation-center {
    min-height: 0;
    margin: 35px 0;
  }

  .why-consultation-center-image {
    max-width: 440px;
  }

  .why-consultation-bottom {
    margin-top: 40px;
    padding: 28px 30px;
  }

  .why-consultation-bottom::after {
    width: 250px;
    opacity: 0.4;
  }

  .why-map-space {
    display: none;
  }

}


@media (max-width: 767px) {

  .why-consultation-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .why-consultation-kicker {
    gap: 10px !important;
    font-size: 12px;
  }

  .why-consultation-kicker-line {
    width: 28px;
  }

  .why-consultation-head h2 {
    margin-top: 19px;
    font-size: 22px;
    line-height: 1.18;
  }

  .why-consultation-heading-line {
    width: 45px;
    margin-top: 18px;
  }

  .why-consultation-head p {
    margin-top: 20px;
    font-size: 16px;
  }

  .why-consultation-icon {
    width: 64px;
    min-width: 64px;
    height: 66px;
    border-radius: 16px;
    font-size: 25px;
  }

  .why-consultation-item-text h3 {
    font-size: 18px;
  }

  .why-consultation-item-text p {
    font-size: 14px;
    line-height: 1.6;
  }

  .why-consultation-center {
    margin: 25px 0;
  }

  .why-consultation-center-image {
    max-width: 360px;
  }

  .why-consultation-bottom {
    padding: 25px 22px;
  }

  .why-consultation-stat {
    justify-content: center;
  }

  .why-stat-description {
    text-align: center;
  }

  .why-consultation-bottom::after {
    width: 200px;
    opacity: 0.2;
  }

}


@media (max-width: 575.98px) {

  .why-consultation-kicker {
    flex-wrap: wrap;
  }

  .why-consultation-head h2 span {
    display: inline !important;
  }

  .why-consultation-item > .d-flex {
    align-items: flex-start !important;
    gap: 13px;
  }

  .why-consultation-icon {
    width: 55px;
    min-width: 55px;
    height: 57px;
    border-radius: 14px;
    font-size: 22px;
  }

  .why-consultation-item-text h3 {
    margin-top: 2px;
    font-size: 16px;
  }

  .why-consultation-item-text p {
    font-size: 14px;
  }

  .why-consultation-center-image {
    max-width: 290px;
  }

  .why-consultation-bottom {
    padding: 24px 18px;
  }

  .why-consultation-stat {
    flex-direction: column;
    text-align: center;
  }

  .why-stat-icon {
    width: 68px;
    min-width: 68px;
    height: 68px;
    font-size: 27px;
  }

  .why-stat-content strong {
    font-size: 26px;
  }

  .why-consultation-bottom::after {
    top: auto;
    bottom: 0;
    width: 160px;
    height: 100px;
    opacity: 0.15;
  }

}
/* 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;
  }
}

