@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');
body, input, textarea, select, button, label, p {
  font-family: 'Inter', sans-serif !important;
}
h1, h2, .cta-button {
  font-family: 'Urbanist', sans-serif;
}

.link-btn4 {

    margin-top: 10px;

    margin-bottom: 10px;

}

.btn-style-one {

    position: relative;

    line-height: 24px;

    color: #FFF;

    text-align: center;

    display: inline-block;

    font-size: 22px;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;

    background: #2f2e94;

    padding: 10px;

}

.form-bg {

    background-color: #fff;

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    /* min-height: 500px; */

}

.form-top {

    position: absolute;

    z-index: 10000;

    width: 100%;

    top: 45px;

}

.default-form-area {

    /* padding: 86px 50px 118px 47px; */

    /* padding: 0px 28px 20px 16px; */
   padding: 0px 20px 20px 20px;
}

.hero-section{

  background-size: cover;

  background-position: center;

  height: 100vh;

  /* background: url(/assests/images/banner.jpg); */

  background-color: grey;

   display: flex;

  align-items: center;

}

.first-section{

    color: #fff;

    /* padding-top: 150px; */

}

.first-section p{

  margin-top: 16px;

}

.second-section{

    color: #000;

    padding-top: 40px;

}

.first-section h1{

    font-size: 60px;

}

.first-section h5{

    text-align: center;

}

.second-section h5{

  text-align: center;
    font-size: 26px;
    font-weight: 900;
    color: #2f2e94;
font-family: 'Urbanist', sans-serif;
}

.second-section p{
font-family: 'Urbanist', sans-serif;
    font-size: 18px;
font-weight: 500;
    color: #464683;
}

.feet-section{

  background-color: #5F7595;

  border-radius: 20px;

  padding: 5px 9px 5px 9px;

  font-weight: 600;

  font-size: 15px;

  display: inline-block;

}

.form-label{

  color: #000;

  font-weight: 500;

}

.form-card {

  background: #fff;

  /* padding: 0px 30px; */

  border-radius: 12px;

  /* box-shadow: 0 5px 30px rgba(0,0,0,0.1); */

  margin-top: 30px;

}
input::placeholder {
  font-size: 13px;
}
.form-card .input-group-text {

  background: #f0f0f0;

  border-right: 0;

}

.form-card .form-control {

  border-left: 0;
width: 80% !important;
height: 45px;
}
.form-control:focus{
  border-color: none !important;
    /* box-shadow: 0 0 0 .25rem rgba(247, 243, 247, 0.25) !important; */
}
.form-note {

  font-size: 12px !important;

  color: grey;

  text-align: center;

}

.sub-btn{

    background-color: #fb5e02;

    border-radius: 5px;

    text-align: center;

    margin-bottom: 10px;
    font-weight: 800;

}

.sub-btn button{

    color: #fff;

    font-weight: 800;
    width: 100% !important;

}

.sub-btn:hover button{

    color: #fff;

    font-weight: 800;

}

.project-section{

  padding-top: 60px;

  padding-bottom: 60px;

  background-color: #F8FAFC;

}

.project-text{

  text-align: center;

  font-size: 40px;

  font-weight: 700;

}

.dis-text{

  text-align: center;

  font-size: 18px;

  color: #65758B;


}

.feature-box {

  background-color: #fff;

  border: 1px solid #eee;

  padding: 30px 20px 0px;

  border-radius: 10px;

  margin-top: 30px;

  height: 160px;

  transition: box-shadow 0.3s ease, transform 0.3s ease;

}
.res-box {

  background-color: #fff;

  border: 1px solid #eee;

  padding: 30px 20px 0px;

  border-radius: 10px;

  margin-top: 30px;

  height: 140px;

  transition: box-shadow 0.3s ease, transform 0.3s ease;

}
.one-text{
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: -20px;
  /* color: #2f2e94; */
}
.feature-box:hover {

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);

  transform: translateY(-2px); 

}
.res-box:hover {

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);

  transform: translateY(-2px); 

}
.icon-wrap {

  width: 48px;

  height: 48px;

  background-color: #2f2e94;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 8px;

  font-size: 20px;

}

.units-text{

  font-weight: 600;

  font-size: 18px;

}

.price-container{

  padding: 30px 20px 15px 20px;

  background-color: #2f2e94;

  border-radius: 8px;

  margin-top: 32px;

}

.price-container h2{

  font-size: 45px;
  font-weight: 700;
  margin: 0px;
  filter: blur(8px);

}

.price-container h3{

  font-size: 20px;

  font-weight: 700;

}
.price-container p{font-size: 12px;}
.chooseus-section{

  margin-top: 60px;

  margin-bottom: 60px;

}
.gallery h2 { text-align: center;
    font-size: 40px;
    font-weight: 700; padding-bottom: 20px;padding-top: 20px;}
    .gallery img{margin-bottom: 20px;}
.bg-1 { background-color: #3B82F6; }  

.bg-2 { background-color: #22C55E; }  

.bg-3 { background-color: #E8C468; }  

.bg-4 { background-color: #A855F7; }  

.bg-5 { background-color: #3C83F6; } 

.bg-6 { background-color: #F97316; }  



.exclusive-container{

  padding: 30px 0px 30px 0px;

  background-color: #2f2e94;

  border-radius: 8px;

  margin-top: 50px;

}

.exclusive-container h3{

  color: #fff;

  font-weight: 600;
 
  margin-bottom: 30px;

  text-align: center;

}

.exclusive-container i {

  font-size: 18px;

}

.exclusive-container p {

  font-size: 20px;
  

  margin-bottom: 0;

  color: #fff;
  

}

.tick-container{

  text-align: center;

}

.loc-section{

  border: 1px solid #eee;

  padding: 25px 25px 0px;

  border-radius: 8px;

  background-color: #fff;

  margin-top: 100px;

}

.loc-section h5{

  text-align: center;

  margin-top: 10px;

}

.loc-section p{

  text-align: center;

  color: #65758B;

}

.loc-container{

  margin-top: 40px;

}

.loc-box {

  background-color: #fff;

  border: 1px solid #eee;

  padding: 15px 20px 0px;

  border-radius: 8px;

  margin-top: 20px;

  height: 90px;

  transition: box-shadow 0.3s ease, transform 0.3s ease;

}

.key-text {

  font-weight: 700;

  margin-bottom: 20px;

}

.time-section{

  display: flex;

  justify-content: end;

  margin-bottom: 8px;

}

.time-section p{

  font-weight: 600;

  margin-bottom: 0px;

}

.limited-section{

  background-color: #2f2e94;

  padding: 60px 0px;

}

.limited-text{

  color: #fff;

  text-align: center;

  font-weight: 700;

}

.price-text{

  color: #fff;

  text-align: center;

  font-size: 20px;

}

.limited-box {

  background-color: #171676;

  border: 1px solid #9cb7e4;

  padding: 20px 20px 10px;

  border-radius: 10px;

  margin: 60px 0px;

}

.limited-box h5{

  font-weight: 600;

  text-align: center;
color: #FFF;
}

.limited-box p{

  text-align: center;

  color: #f5cd3e;

}

.limited-box .icon {

  font-size: 28px;

  color: #f5cd3e;

  margin-bottom: 15px;

  text-align: center;

}

.countdown {

  margin: 10px 0px 14px;

  text-align: center;

}

.count-badge {

  background: #fb5e02;

  color: #fff;

  font-weight: 600;

  padding: 5px 10px;

  border-radius: 6px;

  font-size: 14px;

}

.count-badge-offer {

  background: #fb5e02;

  color: #fff;

  font-weight: 600;

  padding: 5px 5px;

  border-radius: 4px;

  font-size: 13px;

}
.count-badge a{
  color: #fff;
  text-decoration: none;
}
.count-badge-offer a{

  color: #fff;
  text-decoration: none;

}
.price-details-text{

    font-size: 20px !important;

    font-weight: 700 !important;

}

.call-text{

  color: #eee;

  font-size: 18px;

  text-align: center;

  margin-top: 40px;

  margin-bottom: 0px;

}

.avail-text{

  color: #eee;

  font-size: 16px;

  text-align: center;

}

.contact-number{

  text-decoration: none;

  color: #E8C468;

  font-size: 25px;

  display: block;

  text-align: center;

  font-weight: 700;

}

.nearby-icon-wrap{

  width: 41px;

  height: 41px;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 8px;

  font-size: 20px;

}

.nearby-units-text{

  font-weight: 600;

  font-size: 15px;

  margin-left: 10px;

}
.nearby-units-text + p {
  margin-left: 10px;
  color: #65758B;
  font-size: 15px;
  line-height: 22px;
  margin-top: 3px;
}
.key-container{

  padding: 30px 20px 15px 20px;

  background-color: #ffc107;

  border-radius: 8px;

  margin-top: 20px;

}

.key-container h2{

  font-size: 30px;

  font-weight: 700;

}

.key-container h3{

  font-size: 20px;

  font-weight: 700;

}
.key-container ul{
  padding-left: 20px;
}
.key-container li{
  margin-top: 5px;
}
.footer-bottom {

    background: #000;

    padding: 26px 0 0px;

    z-index: 1;

    position: relative;

}

.footer-bottom p{

    font-size: 14px;

    line-height: 25px;

    text-align: center;

    color: #fff;

}

.footer-bottom .copy-text {

    font-size: 11px;

}

.footer-bottom .copy-text a {

    color: #fff;

    transition: 0.3s ease;

}

.copy-text a{

  text-decoration: none;

}

.fixed {

    position: fixed;

}

.mob-btn.fixed {

    z-index: 99999;

    width: 100%;

    bottom: 0;

    overflow: hidden;

    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.35);

}

.mob-btn.fixed a {

    width: 50%;

    float: left;

    height: 48px;

    line-height: 48px;

    text-align: center;

    background: #2f2e94;

    font-size: 16px;

    font-weight: 700;

    color: #FFF;

    text-decoration: none;

}

.mob-btn.fixed a:first-child {

    border-right: 2px solid #fff;

}
.owl-carousel .item {
  /* padding: 5px; */
}

.owl-carousel .item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0px;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    display: none;
    -webkit-tap-highlight-color: transparent;
}
  /* .owl-carousel .owl-stage-outer {
    overflow: hidden !important;
  } */
  /* .gallery .owl-carousel .item img {
    width: 100%;
    height: auto;
    display: block;
  } */
/* .owl-carousel{
  display: block !important;
} */
  /* .owl-nav button.owl-prev,
  .owl-nav button.owl-next {
    color: white;
    padding: 5px 15px;
    margin: 5px;
    border-radius: 5px;
  } */
   .form-area{
    padding: 20px 10px;
   }
   .form-area h1{
    font-size: 28px;
   }
   .form-area p{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
   }
@media (max-width: 768px) {
.loc-box{
  height: auto;
}
  .dis-text {
    font-size: 16px;
  }
.nearby-units-text{
  margin-left: 0px;
  font-size: 17px;
}
.nearby-units-text + p {
  margin-left: 0px;
  font-size: 16px;
}
  .btn-style-one {

    font-size: 15px;

}

.form-top{

  position:relative !important; 

  z-index:10000;

  width:100%; 

  top:0px !important;

  }



.hero-section{

  background-size: cover;

  background-position: center;

  height: 100%;

  /* background: url(/assests/images/banner.jpg); */

  background-color: grey;

   display: flex;

  align-items: center;

}

.first-section{

    color: #fff;

    padding-top: 60px;

}

.first-section h1{

  text-align: center;

  font-size: 30px;

}

.first-section h4{

  text-align: center;

}

.first-section p{

  text-align: center;

}

.second-section h5 {

font-size: 21px;

}

.default-form-area {

    padding: 0px 0px 20px 0px;

}

.second-section{

  padding-bottom: 10px;

}

.project-text{

font-size: 27px;

}

.feature-box{

  margin-top: 20px;

  height: auto;

  padding: 20px 20px 0px;
}

.tick-container{

  justify-content: start;

  margin-bottom: 10px;

 

}
.loc-container {
margin-top: 20px;
}
.loc-container h3{

  text-align: center;

}

.time-section {

  justify-content: start;

}

.loc-section{

margin-top: 60px;

padding: 25px 15px 0px;

}

.limited-box{

margin-top: 20px;

}

.footer-bottom {

    background: #000;

    padding: 26px 0 40px;

    z-index: 1;

    position: relative;

}
.whatsapp-float {

    bottom: 56px !important;

    right: 10px !important;
}

}

@media (max-width: 1400px) {
  .second-section h5{
    font-size: 22px;
  }
  .second-section{
    padding-top: 20px;
  }
}
.top-logo {
    display: flex;
    align-items: center;
    gap: 15px;
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s;
}