  .t-black li a,
  .t-black li,
  .breadcrumb-item+.breadcrumb-item::before {
      color: #000000 !important;
  }

  /* .call-section{padding: 3rem;} */
  .gray_bgImg {
      background-image: url(images/graybgimg.png);
      background-position: center;
      background-size: cover;
  }

  .contact-box {
      /* background: linear-gradient(135deg, #0fb76c, #7ee8a2); */
      padding: 35px;
      border-radius: 20px;
      color: #fff;
  }

  .contact-box h2 {
      font-weight: 700;
  }

  .contact-box input,
  .contact-box select,
  .contact-box textarea {
      border-radius: 8px;
      border: none;
      padding: 10px;
      font-size: 15px;
  }
    .contactbtn input{
            background-color: transparent;
              color: #000000; 
    }
     .contactbtn input:hover{
          color: #fff;
    }
    .card-btn:hover input{
    color:#ffffff;
    }
  .submit-btn {
      background: #fff;
      color: #0fb76c;
      border-radius: 25px;
      padding: 10px 25px;
      border: none;
      transition: 0.3s;
      font-weight: 600;
  }

  .submit-btn:hover {
      background: #e8e8e8;
  }

  .icon-box i {
      font-size: 22px;
      margin-right: 10px;
      color: #27ae60;
  }

  .icon-box i {
      font-size: 22px;
      vertical-align: top;
  }

  /* Add spacing between left and right sections */
  .contact-wrapper {
      gap: 30px;
      /* Adds horizontal space */
  }

  .contactheading {
      font-family: 'PoppinsBold';
      font-size: 22px;
  }

  /* Make placeholder text bold */
  .contact-box input::placeholder,
  .contact-box textarea::placeholder,
  .contact-box select::placeholder {
      font-weight: 600;
      color: #555;
  }

  /* Add left padding inside form fields */
  .contact-box input,
  .contact-box select,
  .contact-box textarea {
      padding-left: 15px !important;
  }

  .custom-select {
      /* Remove default appearance and set custom color for the dropdown arrow */
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      /* Custom background image for the dropdown arrow (you might need to adjust the SVG) */
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-position: right 1.25rem center;
      background-size: 16px 12px;
  }

  .contac-us-page {
      padding-bottom: 4rem;
  }

  .visit-us-sec {
      padding-top: 2rem;
  }

  @media(max-width:767px) {
      .call-section {
          padding: 2rem;
      }

      .call-section .visit-us-sec,
      .call-section .call-us-sec,
      .call-section .write-us-sec {
          padding-bottom: 2rem;
      }

  }