.btn-info,
.btn-info:hover {
  background-color: #dbb02e !important;
  border-color: #dbb02e !important;
}

.container-box {
  display: inline-block;
  padding: 0px;
  /* background: rgba(255, 255, 255, .8); */
  /* border: 1px solid #fff; */
  position: fixed;
  top: 71%;
  left: 0;
  z-index: 99;
}

body {
  list-style: none;
}

.visit {
  display: inline-block;
  padding: 0px;
  /* background: rgba(255, 255, 255, .8);
border: 1px solid #fff; */
  position: fixed;
  top: 45%;
  left: 0;
  z-index: 99;
}

.container-box .btn-lg {
  padding: 5px 14px;
}

.modal-content {
  background-color: rgb(255, 255, 255);
}

.modal-header {
  display: flex;
  flex-direction: row-reverse;
}

.button-flex {
  display: flex;
  flex-direction: column;
}

.rotated {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: top left;
}

.color-fill .modal-title {
  color: rgb(0, 0, 0);
}

@media (max-width: 767px) {
  .container-box .btn-lg {
    padding: 1px 14px;
  }

  .visit {
    top: 31%;
  }
}

.project-table table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #e9e9e9;
  line-height: 1.4;
  padding: 4px;
  vertical-align: middle;
  text-align: center;
}

.project-table > tr > span {
  color: #737373;
  font-size: 18px;
}

#social p,
.twitter {
  font: normal normal 10px Arial;
  text-align: center;
  color: #998578;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#social .twitter {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 14px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#social .twitter:hover {
  color: #ff7d6d;
  text-decoration: none;
}

.twit {
  background: #dbb02e !important;
}

#social span {
  font-style: italic;
  display: block;
}

#social img {
  max-width: 100%;
}

/* Floating Social Media Bar Style Starts Here */

#social .fl-fl {
  background: #dbb02e;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -145px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#social .fl-tw {
  background: #23a1f4;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -160px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#social .fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}

#social .fl-fl:hover {
  right: -52px;
}

#social .fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px !important;
  vertical-align: top !important;
}

.width100 {
  width: 100%;
  font-size: 13px;
  padding: 4px 2px;
}

/*#social .float-fb {*/
/* top: 160px;*/
/*}*/

@media (min-width: 577px) {
  #social .float-fb {
    top: 160px;
  }

  #social .float-tw {
    top: 215px;
  }
}

@media (max-width: 576px) {
  #social .float-fb {
    top: none;
    bottom: 0px !important;
    left: 0px !important;
    width: 50% !important;
  }

  #social .float-tw {
    top: none;
    bottom: 0px !important;
    right: 0px !important;
    width: 50% !important;
  }
}

@media (min-width: 768px) {
  .fill {
    float: right;
  }
}

@media (max-width: 767px) {
  #form .col-sm-6 {
    text-align: center;
    padding: 3px;
  }
}

/* thankyou page  */

section#subscribe-section3 {
  padding: 92px;
}

#border-button {
  border: 2px white solid;
  border-radius: 20px;
}

.hide {
  display: none;
}


/*Form css */

/* container layout */
      .wrap { display:flex; gap:24px; flex-wrap:wrap; justify-content:center; align-items:flex-start; }

      .card{width:100%;padding:22px;border-radius:14px;background:var(--surface);box-shadow:var(--card-shadow);border:1px solid rgba(11,20,40,0.03)}
      /* .card.small{width:340px} */

      h3{margin:0 0 12px;font-size:20px;color:#0f1724;font-weight:700;text-align:center}
      label{display:block;margin:10px 0 6px;font-weight:600;color:#2b3440;font-size:13px}
      input[type="text"], input[type="tel"], input[type="email"], textarea{
        width:100%;padding:12px 14px;border-radius:10px;border:1px solid #e6e9ef;background:#fbfdff;
        font-size:14px;box-sizing:border-box; outline:none; transition: box-shadow .12s, border-color .12s, transform .06s;
      }
      textarea{min-height:90px;resize:vertical}
      input:focus, textarea:focus{box-shadow:0 6px 18px rgba(11,92,255,0.06);border-color:rgba(11,92,255,0.24)}

      /* error style + message */
      .field-wrap{position:relative;margin-bottom:6px}
      .error-msg{
        display:block;margin-top:8px;color:var(--danger);font-size:13px;font-weight:600;
        background: linear-gradient(90deg, rgba(217,83,79,0.06), rgba(255,255,255,0));
        padding:8px 10px;border-radius:8px;border:1px solid rgba(217,83,79,0.08);
      }
      .invalid { border-color: rgba(217,83,79,0.9) !important; box-shadow: 0 6px 20px rgba(217,83,79,0.06) !important; }

      /* subtle shake */
      @keyframes shakeX { 0%{transform:translateX(0)}25%{transform:translateX(-6px)}50%{transform:translateX(6px)}75%{transform:translateX(-4px)}100%{transform:translateX(0)}}
      .shake{ animation: shakeX 420ms ease; }

      /* btn */
      /* .row { display:flex; gap:12px; align-items:center; margin-top:14px; } */
      .btn{
        display:inline-flex; align-items:center; gap:10px; padding:12px 18px; border-radius:10px;
        color:#fff; font-weight:700; font-size:15px; cursor:pointer; border:none; background:var(--grad1);
        box-shadow:0 10px 28px rgba(11,92,255,0.14); transition: transform .12s ease, opacity .12s;
      }
      .btn[disabled]{opacity:.75; cursor:not-allowed}
      .loader { width:20px; height:20px; display:inline-block; position:relative; }
      .loader .ring { box-sizing:border-box; width:20px; height:20px; border-radius:50%; border:3px solid rgba(255,255,255,0.25); border-top-color:#fff; animation: spin 1s linear infinite; }
      @keyframes spin{ to{ transform: rotate(360deg) } }

      .lux-badge{ display:inline-flex; align-items:center; gap:8px; padding:7px 10px; border-radius:10px; background:linear-gradient(90deg, rgba(255,255,255,0.03), rgba(255,255,255,0.02)); color:#111; font-weight:700; font-size:13px; opacity:.95 }
      .lux-badge img{ width:34px; height:34px; border-radius:8px; object-fit:cover; border:1px solid rgba(0,0,0,0.06) }

      .help{ font-size:13px;color:var(--muted); margin-top:8px }

      /* toast (success) */
      .toast {
        position:fixed; right:20px; bottom:20px; min-width:220px; background:linear-gradient(90deg,#0b5cff,#5e8cff);
        color:#fff;padding:12px 16px;border-radius:10px;box-shadow:0 8px 30px rgba(11,92,255,0.16); display:none; z-index:99999;
      }
      
      
      /*popupcs */
      
      .login-pop {
  position: fixed;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1099;
  background-color: gray;
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease;
}

.login-pop.show {
  visibility: visible;
  opacity: 1;
}

.login-pop .box {
  background-color: rgba(107, 107, 107, 0.897);
  width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
}

.login-pop .box .img-area {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  /* align-items: center;    */
}

.login-pop .box .img-area .img {
  position: absolute;
  background-image: url(https://gangaaffordablerewari.in/images/Gallery/3.webp);
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  animation: ZoomInOut 5s infinite;
}

@keyframes ZoomInOut {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

.login-pop .box .Form {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 50px;
}

.login-pop .box .Form .close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 25px;
  cursor: pointer;
}

.login-pop .box .Form h1 {
  font-size: 30px;
  margin-bottom: 30px;
      color: white;
    
    letter-spacing: 2px;
}

.login-pop .box .Form .form-control {
  height: 45;
  margin-bottom: 30px;
  width: 100%;
  border: none;
  border-bottom: 1px solid black;
  outline: none;
  font-size: 18px;
  color: gray;
}

.login-pop .box .Form button {
  width: 100%;
  font-size: 18px;
  border: none;
  border-radius: 20px;
  background-color: blueviolet;
  color: white;
  line-height: 40px;
  margin-top: 8px;
  cursor: pointer;
}

/* resposive  */
@media (max-width: 767px) {
  .login-pop .box {
    width: 80%;
  }

  .login-pop .box .img-area {
    display: none;
  }

  .login-pop .box .Form {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

