    @charset "UTF-8";

    .contact_us_page_header_section {
      position: relative;
      overflow: hidden;
      /* REDUCED TOP SPACING */
      padding: 20px 0 80px;
      min-height: 650px;
      background-image: url("contact_us_page_header.png");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      /* OVERLAY */
      /* CONTENT */
      /* TITLE */
      /* BUTTON */
      /* =========================
     RESPONSIVE
  ========================= */
    }

    .contact_us_page_header_section__contact_us_page_header_overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(#1f1fff, #1f1fff33);
      z-index: 1;
    }

    .contact_us_page_header_section__contact_us_page_header_content {
      position: relative;
      z-index: 2;
    }

    .contact_us_page_header_section__contact_us_page_header_title {
      color: #ffffff;
      font-size: 64px;
      line-height: 1.1;
      margin-bottom: 22px;
      font-weight: 600;
    }

    .contact_us_page_header_section__contact_us_page_header_btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 6px 34px;
      border-radius: 50px;
      border: 2px solid #FFFFFF14;
      background: #ffffff;
      color: #00008B;
      text-decoration: none;
      font-size: 15px;
      font-weight: 600;
    }

    @media (max-width: 992px) {
      .contact_us_page_header_section {
        min-height: 430px;
        padding: 100px 0 70px;
      }

      .contact_us_page_header_section__contact_us_page_header_title {
        font-size: 50px;
      }
    }

    @media (max-width: 768px) {
      .contact_us_page_header_section {
        min-height: 380px;
        padding: 90px 0 60px;
      }

      .contact_us_page_header_section__contact_us_page_header_title {
        font-size: 40px;
      }
    }

    @media (max-width: 576px) {
      .contact_us_page_header_section {
        min-height: 340px;
        padding: 80px 0 50px;
      }

      .contact_us_page_header_section__contact_us_page_header_title {
        font-size: 30px;
      }

      .contact_us_page_header_section__contact_us_page_header_btn {
        width: auto;
        padding: 10px 24px;
        font-size: 14px;
      }
    }

    .contact_section {
      padding: 80px 0;
      /* TABLET */
      /* MOBILE */
    }

    .contact_section .contact_wrapper {
      display: grid;
      grid-template-columns: 0.85fr 1.15fr;
      border: 1px solid #e6e6e6;
      border-radius: 20px;
      overflow: hidden;
      padding: 8px;
      background: #fff;
      /* IMPORTANT */
      align-items: start;
      /* LEFT SIDE */
      /* RIGHT SIDE */
    }

    .contact_section .contact_wrapper .contact_left {
      position: relative;
      padding: 40px 30px;
      overflow: hidden;
      border-radius: 16px;
      background: #1F1FFF;
      /* FLEX HEIGHT */
      min-height: fit-content;
      height: fit-content;
      /* VERY IMPORTANT */
      align-self: stretch;
      /* BIG CIRCLE */
    }

    .contact_section .contact_wrapper .contact_left::after {
      content: "";
      position: absolute;
      width: 170px;
      height: 170px;
      right: -45px;
      bottom: -45px;
      background: #FFFFFF1F;
      border-radius: 50%;
      z-index: 1;
    }

    .contact_section .contact_wrapper .contact_left .contact_left_inner {
      position: relative;
      z-index: 2;
      /* SMALL CIRCLE */
    }

    .contact_section .contact_wrapper .contact_left .contact_left_inner::after {
      content: "";
      position: absolute;
      width: 120px;
      height: 120px;
      right: 25px;
      bottom: 40px;
      background: #FFF9F921;
      border-radius: 50%;
      z-index: -1;
    }

    .contact_section .contact_wrapper .contact_left .contact_left_inner h2 {
      font-size: 46px;
      line-height: 1.2;
      margin-bottom: 14px;
      color: #fff;
      font-weight: 500;
    }

    .contact_section .contact_wrapper .contact_left .contact_left_inner>p {
      color: #ffffff;
      margin-bottom: 22px;
      font-size: 18px;
      max-width: 95%;
    }

    .contact_section .contact_wrapper .contact_left .contact_left_inner .contact_stats {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .contact_section .contact_wrapper .contact_left .contact_left_inner .contact_stats .stat_box {
      padding: 0;
    }

    .contact_section .contact_wrapper .contact_left .contact_left_inner .contact_stats .stat_box h3 {
      margin: 0 0 4px;
      font-size: 32px;
      color: #fff;
      font-weight: 600;
    }

    .contact_section .contact_wrapper .contact_left .contact_left_inner .contact_stats .stat_box p {
      margin: 0;
      font-size: 22px;
      color: #fff;
      line-height: 2.3;
    }

    .contact_section .contact_wrapper .contact_right {
      padding: 24px 26px;
      background: #fff;
    }

    .contact_section .contact_wrapper .contact_right label {
      font-size: 13px;
      margin-bottom: 6px;
      display: block;
      color: #000;
      font-weight: 600;
    }

    .contact_section .contact_wrapper .contact_right .form-control {
      border-radius: 8px;
      padding: 11px 14px;
      border: 1px solid #e5e5e5;
      width: 100%;
      box-shadow: none;
      font-size: 14px;
    }

    .contact_section .contact_wrapper .contact_right .form-control:focus {
      border-color: #1F1FFF;
      box-shadow: none;
    }

    .contact_section .contact_wrapper .contact_right .form-control::placeholder {
      color: #999;
    }

    .contact_section .contact_wrapper .contact_right textarea.form-control {
      min-height: 120px;
      resize: vertical;
    }

    .contact_section .contact_wrapper .contact_right .iti {
      width: 100%;
    }

    .contact_section .contact_wrapper .contact_right input[type="tel"] {
      padding-left: 52px !important;
    }

    .contact_section .contact_wrapper .contact_right .submit_btn {
      width: auto;
      min-width: 150px;
      padding: 12px 26px;
      border-radius: 40px;
      border: none;
      background: #1F1FFF;
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      transition: 0.3s ease;
    }

    @media (max-width: 991px) {
      .contact_section .contact_wrapper {
        grid-template-columns: 1fr;
      }

      .contact_section .contact_wrapper .contact_left {
        height: auto;
        min-height: auto;
        max-height: unset;
      }

      .contact_section .contact_wrapper .contact_left,
      .contact_section .contact_wrapper .contact_right {
        padding: 28px;
      }
    }

    @media (max-width: 576px) {
      .contact_section {
        padding: 60px 0;
      }

      .contact_section .contact_wrapper {
        padding: 6px;
      }

      .contact_section .contact_wrapper .contact_left,
      .contact_section .contact_wrapper .contact_right {
        padding: 22px;
      }

      .contact_section .contact_wrapper .contact_left {
        height: auto;
        min-height: auto;
      }

      .contact_section .contact_wrapper .contact_left .contact_left_inner h2 {
        font-size: 28px;
      }

      .contact_section .contact_wrapper .contact_left .contact_left_inner>p {
        font-size: 14px;
      }

      .contact_section .contact_wrapper .contact_left .contact_left_inner .contact_stats {
        gap: 14px;
      }

      .contact_section .contact_wrapper .contact_left .contact_left_inner .contact_stats .stat_box h3 {
        font-size: 20px;
      }

      .contact_section .contact_wrapper .contact_left .contact_left_inner .contact_stats .stat_box p {
        font-size: 14px;
      }

      .contact_section .contact_wrapper .contact_right .submit_btn {
        width: 100%;
      }
    }

    .contact_us_page_contact_us {
      padding: 100px 0;
      background: #EFEFFF;
      /* ✅ 3 cards in one row */
      /* RESPONSIVE */
    }

    .contact_us_page_contact_us__contact_us_top {
      max-width: 700px;
      margin: 0 auto 60px;
    }

    .contact_us_page_contact_us__contact_us_badge {
      display: inline-block;
      padding: 8px 22px;
      border-radius: 50px;
      border: 1px solid #B2B2B24D;
      background: #DADADA24;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 20px;
    }

    .contact_us_page_contact_us__contact_us_title {
      font-size: 46px;
    }

    .contact_us_page_contact_us__contact_us_grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
    }

    .contact_us_page_contact_us__contact_us_card {
      background: #fff;
      border-radius: 20px;
      padding: 15px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .contact_us_page_contact_us__contact_us_left {
      display: flex;
      align-items: center;
      gap: 16px;
    }

    .contact_us_page_contact_us__contact_us_icon {
      width: 52px;
      height: 52px;
      border-radius: 14px;
      background: #f4f6ff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
    }

    .contact_us_page_contact_us__contact_us_content h3 {
      font-size: 18px;
      margin-bottom: 6px;
    }

    .contact_us_page_contact_us__contact_us_content p {
      font-size: 15px;
      color: #666;
      margin: 0;
    }

    .contact_us_page_contact_us__contact_us_arrow {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      border: 1px solid #e2e8f0;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }

    .contact_us_page_contact_us__contact_us_arrow svg {
      color: #1f1fff;
    }

    @media (max-width: 991px) {
      .contact_us_page_contact_us__contact_us_title {
        font-size: 38px;
      }

      .contact_us_page_contact_us__contact_us_grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 767px) {
      .contact_us_page_contact_us__contact_us_title {
        font-size: 30px;
      }

      .contact_us_page_contact_us__contact_us_grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 575px) {
      .contact_us_page_contact_us {
        padding: 60px 0;
      }

      .contact_us_page_contact_us__contact_us_title {
        font-size: 26px;
      }

      .contact_us_page_contact_us__contact_us_card {
        padding: 20px;
      }
    }