/* Contact Section Start */

* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hrms-form-wrapper {}

.card-body-form {
  padding: 40px 60px;
}

.base-img-holder {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-top: -130px;
}

.base-img-holder img {
  width: 100%;
  height: auto;
  display: block;
}

.base-img-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  padding: 1rem;
  width: 90%;
  max-width: 700px;
}

.base-img-title {
  margin: 6rem;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.base-img-subtitle {
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  line-height: 1.6;
  margin-bottom: 10rem;
  font-weight: 300px;
  font-size: 20px;
}

.cust-form-pos {
  /* background-color: pink; */
  margin-top: -345px;
}

.cust-fm-label {
  color: #555;
  font-weight: 500;

}

.col-md-6 input::placeholder,
.mb-4 textarea::placeholder {
  color: #959ead;
  font-size: 16px !important;
  font-weight: 400 !important;
  /* background-color: #f8f9fa; */
}

.cust-font-p {
  color: #5a7184;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 175% */
}

button[type="submit"] {
  background-color: var(--prime-blue2);
}

/* =-=-=-= */
/* =-=-=-= */

.contact-info-section {
  /* background-color: #f8f9fa; */
  padding: 60px 0;
}

.contact-info-card {
  /* background: white; */
  border-radius: 12px;
  padding: 10px 30px;
  text-align: center;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
  border: none;
  height: 100%;
  transition: transform 0.3s ease;
}

.contact-info-card:hover {
  transform: translateY(-5px);
}

.contact-icon-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.contact-info-card img {
  width: 100%;
  height: 100%;
}

.email-icon-bg {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.call-icon-bg {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: white;
}

.support-icon-bg {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  color: white;
}

.contact-title {
  color: #0987c9;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.contact-description {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.contact-link {
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}

.contact-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.support-btn {
  border: none;
  color: #0987c9;
  font-weight: 700;
  padding: 10px 90px;
  border: 2px solid #0987c9;
  display: flex;
  align-items: center;
  gap: 20px;
}

.support-btn img {
  width: 20px;
  height: 20px;
}

.support-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(79, 172, 254, 0.3);
  color: var(--prime-blue2);
}

.card-shadow {
  background-color: white;
  position: relative;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  margin-top: 8rem;
}


.phone-container select {
  max-height: 50px;
  width: 50%;
}

@media (max-width: 1400px) {
  .base-img-title {
    font-size: 56px;
    margin-top: 200px;
  }

  .base-img-subtitle {
    font-size: 18px;
    margin-bottom: 15rem;
  }

  .card-shadow {
    margin-top: 13rem;
  }
}

@media (max-width: 865px) {
  .base-img-title {
    margin-top: 16rem;
    font-size: 28px;
  }

  .base-img-subtitle {
    font-size: 12px;
  }

  .card-shadow {
    margin-top: 16rem;
  }

  .contact-info-card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 578px) {
  .base-img-title {
    display: block;
    text-align: center;
    font-size: 30px;
    /* Your requested size */
    font-weight: 700;
    margin: 0 auto;
    margin-top: 214px;
    padding: 0 16px;
    /* Horizontal padding for breathing space */
    white-space: normal;
    /* Ensure wrapping */
    word-wrap: break-word;
    /* Prevents overflow on long words */
  }

  .base-img-subtitle {
    font-size: 16px;
    margin-bottom: 10rem;
  }

  .card-shadow {
    margin-top: 17rem;
  }

  .base-img-holder {
    margin-top: -130px;
  }

  .base-img-holder img {
    height: 300px;
  }

  .cust-form-pos {
    margin-top: -285px;
  }

  .contact-title {
    font-size: 18px;
    font-weight: 700;
  }

  .card-body-form {
    padding: 40px 10px;
  }

  .cust-fm-label {
    margin-top: 20px;
  }

  .cmp-margin {
    margin-top: -15px;
  }

  .mobile-margin {
    margin-top: 20px;
  }

  /* .form-row {
    display: flex;
    gap: 20px !important;
    margin-bottom: 20px !important;
  } */
   .cust-email-send-wrapper{
  width: 100%;
}
  
.cust-email-send-wrapper img{
  height: 100%;
  width: 100%;
}
}

/* Contact Section End */

/* .form-group {
    flex: 1;
}

.form-group.full-width {
    width: 100%;
}

.phone-container {
    display: flex;
    gap: 10px;
}

.country-code {
    width: 170px;
    flex-shrink: 0;
    padding-right: 10px;
}

.phone-number {
    flex: 1;
} */
.cust-mail-wrapper {
  display: flex;
  flex-direction: column;
}

.modal-content{
  padding: 12px;
}