* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hrms-form-wrapper {
  margin-top: 130px;
}

.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: 0rem;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.base-img-subtitle {
  font-size: 16px !important;
  line-height: 1.6;
  margin-bottom: 7rem;
  font-weight: 300px;
  font-size: 20px;
}

.cust-form-pos {
  margin-top: -18vw;
}

.cust-fm-label {
  color: #5a7184;
  font-weight: 600;
}

.col-md-6 input::placeholder,
.mb-4 textarea::placeholder {
  color: #959ead;
  font-size: 16px;
  font-weight: 500;
}

.cust-font-p {
  color: #5a7184;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

button[type="submit"] {
  background-color: var(--prime-blue2);
}

/* =-=-=-= */
/* =-=-=-= */

.contact-info-section {
  /* background-color: #f8f9fa; */
  padding: 30px 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: 500;
  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;
}

.card-shadow {
  margin-top: 0;
}

/* @media (max-width: 1400px) {
  .base-img-title {
    font-size: 32px;
    margin-top: 15rem;
  }

  .base-img-subtitle {
    font-size: 16px;
    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;
  }
}

@media (max-width: 578px) {
  .base-img-title {
    white-space: nowrap;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
    margin-top: 12rem;
    margin-bottom: 10px;
    font-size: 700;
  }

  .base-img-subtitle {
    font-size: 16px;
    margin-bottom: 10rem;
  }

  .card-shadow {
    margin-top: 17rem;
  }

  .base-img-holder img {
    height: 300px;
  }

  .base-img-holder {
    margin-top: -130px;
  }
}

.form-container {
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 700px;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  flex: 1;
}

.form-group.full-width {
  width: 100%;
}

label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  color: #555;
  font-weight: 500;
}

input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  color: #333;
  background: #f8f9fa;
  transition: all 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #2196f3;
  background: white;
  box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1);
}

select {
  cursor: pointer;
}

textarea {
  resize: vertical;
  min-height: 120px;
}

.phone-container {
  display: flex;
  gap: 10px;
}

.country-code {
  width: 170px;
  flex-shrink: 0;
  padding-right: 10px;
}

.phone-number {
  flex: 1;
}

.submit-btn {
  background: #2196f3;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 10px;
}

.submit-btn:hover {
  background: #1976d2;
}

.privacy-text {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin: 20px 0;
}

.privacy-text a {
  color: #2196f3;
  text-decoration: none;
}

.privacy-text a:hover {
  text-decoration: underline;
}

@media (max-width: 750px) {
  /* Write code, so that every input will take only one row. */

  .form-row {
    flex-direction: column;
  }

  .phone-container select {
    width: 30%;
  }

  .card-body-form {
    padding: 40px 10px;
  }

  .contact-info-card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cust-form-pos {
    /* background-color: pink; */
    margin-top: -285px;
  }
  .contact-title {
    font-size: 18px;
    font-weight: 700;
  }

  
.cust-email-send-wrapper{
  width: 100%;
}
  
.cust-email-send-wrapper img{
  height: 100%;
  width: 100%;
}

}

.phone-container select {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  max-height: 50px;
  width: 50%;
}

.cust-mail-wrapper {
  display: flex;
  flex-direction: column;
}

.modal-content{
  padding: 12px;
}
