.n_banner_content {
    font-family: "Poppins", sans-serif;
  //  padding-top: 20px;
    position: relative;
    z-index: 1;
}

/* .n_banner_content h2 {
  font-size: 50px;
  line-height: 66px;
  font-weight: 700;
  color: #fff;
} */

.n_banner_content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  //  padding: 12px 55px 35px 0px;
    color: #fff;
}

/* style */
/* Section */
.contact-section {
  //background: linear-gradient(135deg, #1e63b5, #1fa2a8, #2bb673);
}

/* Contact Info */
.contact-info {
  //background: linear-gradient(135deg, #1e63b5, #1fa2a8, #2bb673);
  background:#E4EDFF;
  color: #0A2342;
  border-radius: 20px;
  padding: 40px;
}

.contact-info h3 {
  font-weight: 600;
}

.info-item {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.info-item .icon {
  width: 45px;
  height: 45px;
  background: rgba(255,255,255,0.15);
 // border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.info-item h6 {
  margin-bottom: 4px;
  font-weight: 600;
}

/* Contact Form */
.contact-form {
  background: #F9F9F9;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.contact-form h3 {
  color: #1f2933;
  font-weight: 600;
}

.form-subtitle {
  color: #6b7280;
  font-size: 15px;
}

.form-control,
.form-select {
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #e5e7eb;
}

.form-control:focus,
.form-select:focus {
  border-color: #1fa2a8;
  box-shadow: none;
}

/* Button */
.btn-send {
  background: linear-gradient(135deg, #1e63b5, #1fa2a8);
  color: #fff;
  border-radius: 30px;
  padding: 12px 30px;
  border: none;
  transition: 0.3s;
}

.btn-send:hover {
  background: linear-gradient(135deg, #1fa2a8, #2bb673);
}


/* icon */
.b_features_icon {
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 30px;
    line-height: 70px;
    color: #2a6fee;
    border: 1px solid #2a6fee;
    border-radius: 12px;
    background-color: #e4edff;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.2s linear;
}

.n_banner_btn {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  border-radius: 20px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 29, 0.14) !important;
  background-image: linear-gradient(90deg, #2a6fee 0%, #1cb54c 100%);
  background-size: 200% auto;
  padding: 18px 33px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  transition: all 0.3s linear;

   /* Smooth animation */
  transition: background-position 0.4s ease, box-shadow 0.3s ease;
  transition-delay: 0.12s; 
}

.n_banner_btn:hover {
  background-position: right center;
  color: #fff;
  background-color: rgb(0, 67, 191);
}