
/* ===============================
   GLOBAL RESET
================================ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  background: #ffffff;
  color: #333;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ===============================
   COMMON UTILITIES
================================ */
.text-center {
  text-align: center;
}

.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pb-20 { padding-bottom: 20px; }
.pb-30 { padding-bottom: 30px; }

.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }

.w-100 { width: 100%; }

/* ===============================
   SLIDER / BANNER
================================ */
.slider {
  width: 100%;
  position: relative;
}

.slider {
  position: relative;   /* parent anchor */
}


.slider img {
  width: 100%;
  height: auto;
}






/* ===============================
   FORM SECTION
================================ */



.hero-form{
  background:#fff;
  margin-top: -500px;
  padding:22px;
  border-radius:6px;
  box-shadow:0 20px 40px rgba(0,0,0,.3);
}
.site-visit-form {
  position: relative;
   background:#fff;
  top: 0;           /* kabhi upar nahi jayega */
    border-radius:6px;
    padding:22px;
  box-shadow:0 20px 40px rgba(0,0,0,.3);
}
.form-bg h4 {
  color: #3c1913;
  font-weight: 700;
  margin-bottom: 15px;
}

.form-bg .form-control {
  width: 100%;
  margin-bottom: 12px;
  height: 44px;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.form-bg input[type="button"] {
  width: 100%;
  background: #3c1913;
  color: #fff;
  border: none;
  padding: 12px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.form-bg input[type="button"]:hover {
  background: #5a2a22;
}

/* ===============================
   WHATSAPP / CALL FLOATING
================================ */
.WhatsApp-Call-Icons-Bottom-Sticky {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
}

.WhatsApp-Call-Icons-Bottom-Sticky a {
  display: block;
  margin-bottom: 10px;
}

.WhatsApp-Call-Icons-Bottom-Sticky img {
  width: 50px;
  height: 50px;
}

/* ===============================
   ABOUT SECTION
================================ */
section h3 {
  font-weight: 700;
  color: #3c1913;
}

section p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

/* ===============================
   FOOTER
================================ */
footer {
  background: #111;
  color: #ffffff;
}

footer p {
  margin-bottom: 6px;
  font-size: 14px;
}

footer p:last-child {
  font-size: 12px;
  color: #ccc;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 768px) {

  .banner {
    padding: 20px 10px;
  }

  .form-bg {
    box-shadow: none;
  }

  .WhatsApp-Call-Icons-Bottom-Sticky {
    bottom: 15px;
    left: 15px;
  }

  .WhatsApp-Call-Icons-Bottom-Sticky img {
    width: 45px;
    height: 45px;
  }
}


/* ===============================
   FORM CONTAINER (MODAL FEEL)
=============================== */
.form-box {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
  background: #fff;
}

/* ===============================
   HERO SECTION (FORM KE UPAR)
=============================== */
.form-hero {
  padding: 36px 24px;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(
    135deg,
    #0f2027,
    #203a43,
    #2c5364
  );
}

.form-hero h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 6px;
}

.form-hero p {
  font-size: 14px;
  margin-bottom: 10px;
  opacity: 0.9;
}

/* PRICE BADGE */
.price-badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  margin: 12px 0;
}

/* MAIN PRICE */
.form-hero h2 {
  font-size: 34px;
  font-weight: 800;
  color: #00e5ff;
  margin: 12px 0;
}

/* SUB TEXT */
.form-hero .sub-text {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.95;
}

/* DIVIDER LINE */
.form-hero::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #00e5ff;
  margin: 16px auto 0;
  border-radius: 10px;
}

/* ===============================
   FORM SECTION
=============================== */
.form-box form {
  padding: 22px 24px 28px;
}

.form-box input,
.form-box select {
  height: 46px;
  border-radius: 8px;
  font-size: 14px;
  border: 1px solid #ced4da;
}

/* CHECKBOX */
.form-box label {
  font-size: 13px;
  color: #555;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

/* SUBMIT BUTTON */
.form-box .btn-success {
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  background: linear-gradient(
    135deg,
    #28a745,
    #1e7e34
  );
  border: none;
  margin-top: 12px;
}

/* HOVER */
.form-box .btn-success:hover {
  background: linear-gradient(
    135deg,
    #1e7e34,
    #155d27
  );
}

/* ===============================
   MOBILE
=============================== */
@media (max-width: 576px) {
  .form-hero h1 {
    font-size: 24px;
  }

  .form-hero h2 {
    font-size: 28px;
  }

  .form-box form {
    padding: 18px 20px 24px;
  }
}

