/*
Theme Name: Eldeco
Author: Your Name
Version: 1.0
*/
.row.kkmo .form-control {
    font-size: 14px;
    padding: 12px 16px;
    height: auto;
    background-color: #fff8f0;
    border: none;
    border-bottom: 2px solid var(--primary-color);
    color: #181818;
    border-radius: 0;
    transition: all 300ms ease;
}
.kkmo p {
    
    width: 100%;
}

.kkmo .wpcf7-form-control {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-text{
    font-size: 18px;
    padding: 12px 16px;
    height: auto;
    background-color: #fff8f0;
    border: none;
    border-bottom: 2px solid var(--primary-color);
    color: #181818;
    border-radius: 0;
    transition: all 300ms ease;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: var(--golden-gradient);
    border: none;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 0;
    transition: all ease-in-out 0.3s;
    gap: 5px;
    width: 100%;
    color: #fff;
}
.banner {
    position: relative;
	        height: 100vh !important;
}


h5.modal-title34 {
    text-align: center;
    margin-bottom: 23px;
    color: #000;
}
/*     .bannerText {
        left: 2.5rem !important;
    } */
.privacyBox {
    padding-bottom: 1rem !important;
}
/* ===== BANNER BASE STYLE ===== */
.banner {
  width: 100%;
  position: relative;
  min-height: 600px;
}

.banner-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== DESKTOP VIEW ===== */
@media (min-width: 992px) {

  .banner-form {
    position: absolute;
    right: 100px;   /* pehle 100px tha */
    top: 430px;    /* pehle 430px tha */
    width: 320px;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    z-index: 10;
  }

      .banner-form {
        position: absolute;
        right: 40px;
        top: 220px;
        width: 320px;
        background: #ffffff;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
        z-index: 10;
    }
}

/* ===== MOBILE / TABLET VIEW (FIX) ===== */
@media (max-width: 991px) {

  .banner {
    min-height: auto;
  }

  .bannerText {
    position: relative;  /* IMPORTANT FIX */
    left: 0;
    bottom: 0;
    max-width: 100%;
    margin: 20px;
    background: rgba(0, 0, 0, 0.7);
  }

  .banner-form {
    position: relative;  /* IMPORTANT FIX */
    width: 90%;
    margin: 20px auto;   /* center form */
  }
}



@media screen and (max-width: 600px) {
	p {
    font-size: 16px;
}
	span {
    font-size: 14px;
}
  .bannerText {
    background: #fff;
}
	    .bannerText {
        position: relative !important;
        top: -218px !important;
        bottom: 0;
        max-width: 100%;
        margin: 20px;
    }
  .banner-form {
    position: relative !important;
    right: 0;
    top: -52rem;
    width: 92%;
    margin: 20px auto 30px auto;
    padding: 18px;
    background: #ffffff;
    border-radius: 12px;
/*     box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15); */
  }

  /* Banner ke niche proper space */
  .banner {
    padding-bottom: 10px;
  }

  /* Text overlap fix */
  .banner-form h2,
  .banner-form p {
    position: relative;
    z-index: 2;
  }

  /* Inputs full width */
  .banner-form input,
  .banner-form select,
  .banner-form textarea {
    width: 100%;
  }

  /* Submit button fix */
  .banner-form button,
  .banner-form input[type="submit"] {
    width: 100%;
    margin-top: 10px;
  }

  /* Download Brochure button ko form se alag rakhne ke liye */
  .download-brochure {
    display: block;
    margin: 15px auto 0 auto;
    text-align: center;
  }
}

}
@media(max-width: 768px){
/*     .banner-form{
        display: none;
    } */
}
