@font-face {
  font-family: "Nasalization";
  src: url("/assets/fonts/nasalization.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.backImg{
  background-color: #4d8eb71c;
  width: 100%;
    overflow-x: hidden;

}
.mid{
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);

}
.former-4 select:focus {
  outline: none !important;
  /* box-shadow:none !important; */
  /* border: none; */
}
.former-4 input:focus {
  outline: none !important;
  /* box-shadow:none !important; */
  /* border: none; */
}
.bg-pista{
  background:#93e96f;
}
.Nasal {
  font-family: "Nasalization" !important;
}
.max-w-1280px{
  max-width: 1280px;
  margin: 0 auto;
}
/* loading class btn */
.loading {
  width: 30px;
  height: 30px;
  border: 6px solid #ccc; /* Light grey border */
  border-top-color: #fff; /* Blue top border */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.w-full{
  width: 100%;
}

/* Keyframes for spinning effect */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);}
}
/* end of loading btn */
.pd{
  padding: 45px;
}
.former-1 {
  background: linear-gradient(to top, #e8f79e, #f6fce8);
  border-radius: 20px;
  width: 95%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

.former-2 {
  font-size: 22px;
  padding: 10px 30px;
  box-shadow: 0 -4px 10px rgb(191 231 98 / 75%);
  font-weight: bold;
  color: #0d3a48;
  background-color: #d5e880;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.former-3 {
  padding: 10px;
}

.former-4 {
  position: relative;
}

.former-4 label {
  font-weight: 500;
letter-spacing: 1px;
  display: block;
  color: #0d3a48;
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
  padding: 0px 3px;
  font-family: "Nasalization" !important;
}
.formBorder {
  border: 1px dashed #2b6985;
  border-radius: 10px;
  padding: 20px;
}
.form_icon img {
  width: 75px;
}

.former-4 input {
  width: 100%;
  padding: 0.6rem 2.5rem 0.6rem 0.8rem;
  border: none;
  border-bottom: 1px solid #285f76;
  background-color: transparent;
  font-size: 1rem;
  height: 45px;
  outline: none !important;
  cursor: pointer;
}
.former-4 input:hover {
  box-shadow: 0 4px 0px rgba(50, 250, 133, 0.2);

}
.former-4 select:hover {
  box-shadow: 0 4px 0px rgba(50, 250, 133, 0.2);

}
.former-4 select {
  width: 100%;
  border-bottom-left-radius: none !important;
  border-bottom-right-radius: none !important;
  cursor: pointer;
  outline: none !important;
  appearance: none;        
  -webkit-appearance: none; 
  -moz-appearance: none;    
  padding: 0.6rem 2.5rem 0.6rem 0.8rem;
  border: none;
  border-bottom: 1px solid #285f76;
  background-color: transparent;
  background-image: none;

  font-size: 1rem;
  height: 45px;
}

.heading_text h5{
  color:#0D3A48;
  font-weight: 500;
  letter-spacing: 1px;
}
.divide-former {
  display: flex;
  align-items: center;
  gap: 10px;
}
.flex-zeo {
  flex: 0.5;
}
.former-4 img {
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
}

.former-5 {
  background: linear-gradient(to top, #265A70, #2B6985);
  color: white;
  padding: 0.8rem;
  border: none;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;

  width: 100%;
  font-size: 20px;
  font-weight: 500;
  margin-top: 1rem;
  font-family: "Nasalization" !important;
}
.former-5:hover{
  background: linear-gradient(to top, #3a9bc5, #2B6985);
  box-shadow: 0 8px 20px #2B6985;

}

.former-6 {
  text-align: center;
  margin-top: 0.8rem;
  font-size: 0.85rem;
  color: #275A70;
  font-weight: bold;

}

.headline {
  font-size: 50px;
  font-family: "Nasalization" !important;
color: white;
  font-weight: 500;
  line-height: 1.2;
}

.headline span {
  color: #D5E880;
  font-family: "Nasalization" !important;

}
.imgofright{
  width: 100%;
  object-fit: contain;
}
.description-2 {
  margin-top: 20px;
font-weight: 500;
  font-size: 16px;
  color: white;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
  max-width: 500px;
  
}
.contact-page-bg{
  background-color: #b7d98ef2;
  border-radius: 50px;
  color: white;
  margin: 15px 0px;
}
@keyframes slideInLeft {
  from {
    transform: translateX(-200px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(200px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Add to respective divs */
.left {
  animation: slideInLeft 1s ease-out forwards;
  opacity: 0;
}

.right {
  animation: slideInRight 1s ease-out forwards;
  opacity: 0;
}
@keyframes danceMove {
  0%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
  75% {
    transform: translateY(5px);
  }
}

.form_icon img {
  animation: danceMove 2s ease-in-out; /* Only plays once */
}


@media (max-width: 768px) {
  .former-1 {
    width: 100%;
  }
  .formBorder{
    border:0px; 
     border-radius: 0px; 
     padding: 0px;
  }
  .mt-100{
    margin-top: 50px !important;
  }
  .pd{
    padding: 25px;
  }
  .former-4 select{
    padding: 10px;
  }
  .former-4 input{
    padding: 10px;
  }
  .former-4 img {
    position: absolute;
    right: 1px;
    top: 62%;
    transform: translateY(-50%);
    width: 35px;
}.heading_text h5{
  font-size: 15px;
}
.form_icon img {
  width: 50px;
}
.former-2{
  padding: 10px 20px;
  
}
.mb-50{
  margin-bottom: 20px !important;

}
}