* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  
}
body{
     font-family: "Roboto Slab", serif;
}

/*Float Call and WhatsApp Icons*/
.whatsapp-call-icon{
    position: fixed;
    bottom: 15px;
    right: 40px;
    z-index: 5;
}
.whatsapp-call-icon-box{
    background: #f5f6f8;
    border-radius: 60px;
    padding: 7px 20px;
}
.call-icon{
    width: 40px;
}
.whatsapp-icon{
    width: 40px;
}
.col-form-label {
    padding-top: calc(.375rem + var(--bs-border-width));
    padding-bottom: calc(.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    font-size: 14px;
}
p,
a {
  font-family: "Montserrat", sans-serif;
}
a {
  text-decoration: none;
}
.navbar-brand img {
  height: 35px;
}
.small-font {
    font-size: 12px;
    
  }
  
  .small-font input {
    margin-right: 10px; /* Space between checkbox and text */
  }

  .label-text {
    text-align: left; /* Ensures text aligns to the left */
    flex: 1; /* Allows text to take remaining space and center */
    color: gray;
  }
  
.nav-link {
  color: #6c757d !important;
  font-weight: 500;
}
.post-btn {
  background-color: #038ecf;
  color: #ffffff;
  font-weight: bold;
  transition: 0.5s ease-in-out;
}
.post-btn:hover {
  background-color: #053449;
  color: #fff;
}
.social{
  position: fixed;
  display: flex;
  right: 0;
  top:50%;
  /* height: 100vh; */
  flex-direction: column;
  justify-content: center;
  transform: translate(185px, 0);
  z-index: 99;
  align-items: center;
  cursor:pointer;
}

.social a {
  color:#fff!important;
  text-transform: uppercase;
  font-size: 14px;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  display: block;
  margin: 5px;
  padding: 10px 10px;
  width: 216px;
  text-align: left;
  border-radius: 5px;
  transition: 1s;
  transition-property: transform;
  box-shadow: 0px 0px 20px 0px rgb(132 144 255 / 20%);
background: #008dd4;
}

.social a:hover {
  transform: translate(-130px, 0);
}

.social a i {
  font-size: 18px;
  color: #fff;
}
.offcanvas-end{
    z-index:9999;
}

/* hero */
.hero-section {

    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
    margin-bottom: 60px;
  position: relative;
}
.hero-section-left {
  position: relative;
}
.hero-section-left h1 {
 font-size: 45px;
    color: #5e5d5d;
}
.hero-section-left .search-bar {
  position: absolute;
  display: flex;
  left: 0;
}
.hero-section-left .search-bar input {
  padding: 21px 30px;
  border-radius: 3px 3px 3px 50px;
  position: relative;
  z-index: 1;
  top: 0;
  border: 1px solid #038ecf;
  width: 560px;
  outline: none;
  border-right: 0;
}
.hero-section-left .search-bar .search-btn {
  background-color: #038ecf;
  height: 100%;
  display: flex;
  width: 60px;
  justify-content: center;
  border: none;
  transition: 0.5s ease-in;
  cursor: pointer;
}
.hero-section-left .search-bar .search-btn:hover {
  background-color: #223847;
}

.hero-section-left .search-bar .search-btn i {
  align-self: center;
  font-size: 25px;
  color: #fff;
}
.hero-section-left .search-bar .filter {
  background-color: #fff;
  height: 100%;
  display: flex;
  font-size: 25px;
  justify-content: center;
  width: 60px;
  border-top: 1px solid #038ecf;
  border-bottom: 1px solid #038ecf;
}
.hero-section-left .search-bar .filter i {
  align-self: center;
}

.hero-section-right {
  height: 500px;
  width: 100%;
  overflow: hidden;
  border-radius: 4px 4px 4px 64px;
}
.hero-section-right img {
  width: 100%;
  height:100%;
  object-fit: cover;
}
/*modal*/
    #enquiryForm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index:9;
}

.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}
    #enquiryNow{
display:block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    z-index: 9999999;
    background-color:rgba(0,0,0,0.8);
}
.home_loan{
     background: #f4f6f9;
}
   .enquery_container .form-container {
        background: #fff;
        padding: 20px;
        border-radius: 8px;
        font-size: 12px;
      }
     .enquery_container .right_container p{
          font-size:12px;
     }
      .enquery_container .form-title {
        color: #0056b3;
        border-bottom: 2px solid #0056b3;
        display: inline-block;
        padding-bottom: 5px;
        font-size: 16px;
      }
      .enquery_container .right-section {
        background: #949393e0;
        color: #fff;
        padding: 20px;
        border-top-left-radius: 0;
    border-bottom-left-radius: 0;
      }
      .enquery_container .right-section h5 {
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
}

.enquery_container .right-section h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 3px; 
    background-color:#d00f0f;
    border-radius: 2px; 
}
.right_container h6{
    font-size:14px;
}

      .enquery_container .left_icon_box {
        display: flex;
        gap:5px;
       
       
      }
      .enquery_container .left_icon_box i{
       color: #fff;
        font-size: 15px;
      }
      .enquery_container .close_btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px;
    color:#fff;
}
/*our partner  */
.out-partner {
  margin-bottom: 60px;
  position: relative;
}
.main-heading {
  max-width: 500px;
  margin-bottom: 20px;
   text-transform: capitalize;
}
.main-heading h2 {
  font-size: 1.5rem;
   color: #5e5d5d;
}
/* Basic styling for Owl Carousels */
.out-partner .owl-carousel .item {
  position: relative;
  text-align: center;
}
    


/* Fixing the logo container styling */
.out-partner .owl-carousel .our-partner-logo {
 border:1px solid #ddd;
  width: 100% !important; /* Force width with !important */
  overflow: hidden;
  padding:10px;
}

/* Ensure the images inside the logos are styled correctly */
.out-partner .owl-carousel .our-partner-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure image covers the container */
}
/**/
.bank-logo-slider .owl-carousel .bank-logo{
    border: 1px solid #ddd;
    width: 100% !important;
    overflow: hidden;
    padding: 10px;
}
.bank-logo-slider .owl-carousel .bank-logo img{
     width: 100%;
  height: 100%;
  object-fit: cover; 
}
/*  */
.home-sale {
  position: relative;
  margin-bottom: 60px;
}
.bank-logo-slider
.custom-card {
  overflow: hidden;
  display: block;
  position: relative;
  border: thin solid #ddd;
  transition: all 0.5s ease-in-out;
  border-radius: 3px 3px 3px 60px;
}
.custom-card .custom-card-img {
  width: 100%;
  height: 260px;
  border-radius: 3px 3px 3px 60px;
  overflow: hidden;
}
.custom-card .custom-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-card-btn {
  text-align: end;
}
.custom-card-btn button {
  border: thin solid #ddd;
  padding: 8px 12px;
  background-color: #ddd;
  transition: all 0.5s ease-in-out;
}
.custom-card-btn button:hover {
  background-color: #038ecf;
  color: #fff;
}
.custom-card-text p {
  font-size: 12px;
}
.custom-card h6 {
  font-size: 14px;
}
.more-btn {
  color: #333;
}
/**/
.main-service{
    padding-bottom:60px;
}
.service {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 25px 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height:100%;
    border-radius: 3px 3px 3px 60px;
    overflow: hidden;
}
.service:hover {
    transform: scale(1.05); 
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); 
    cursor:pointer;
    
}
.service h4{
    font-size:1rem;
}
.service p{
    font-size:14px;
    margin-bottom:0;
}
.service .read_more{
    color:#0e5f87;
    font-weight: 500;
    margin-top:10px;
     font-size:14px;
    display:inline-block;
}
.service .service-img i{
    
    color:#0e5f87;
}
.social-icons .team-btn {
    border: 1px solid #ddd;
    padding: 5px 8px;
    color: #4c4b4b;
    border-radius: 5px;
    
}
.social-icons .team-btn:first-child {
    color: #038ecf;
    
}

.social-icons .team-btn:nth-child(2) {
    color: #ff5733; 
}

.social-icons .team-btn:nth-child(3) {
    color:#fb067f;
}
.social-icons .team-btn:nth-child(4) {
    color: #33cc33;
}
.social-icons .team-btn:nth-child(5) {
    color: #038ecf;
}
.social-icons .team-btn:first-child:hover {
  border-color: #038ecf;
}
.social-icons .team-btn:nth-child(2):hover{
   border-color: #ff5733; 
}

.social-icons .team-btn:nth-child(3):hover{
    border-color:#fb067f;
}
.social-icons .team-btn:nth-child(4):hover{
    border-color: #33cc33;
}
.social-icons .team-btn:nth-child(5):hover{
   border-color: #038ecf;
}
@media(max-width:768px){
    .services-grid {
    display:block;

}
}

/* testimonial */
.testimonial {
  position: relative;
  margin-bottom: 60px;
}
.testimonial-card {
  text-align: center;
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  border: thin solid #ddd;
  transition: transform 0.3s ease-in-out;
  border-radius: 3px 3px 3px 60px;
  overflow: hidden;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.testimonial-card img {
  width: 100px !important;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  margin: auto;
}

.testimonial-text {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
.testimonial .owl-carousel .owl-dots.disabled{
    display: block;
}
/* footer */
.footer {
  background-color: #fff;
  padding-top: 80px;
  border-top: 1px solid #eaeaea;
}
.footer p {
  font-size: 14px;
}
.footer h5 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer ul li {
  margin-bottom: 8px;
}
.footer ul li a {
  text-decoration: none;
  color: #6c757d;
  transition: 0.3s;
  font-size: 14px;
}
.footer ul li a:hover {
  color: #007bff;
}
.newsletter input {
  width: 100%;
  padding: 10px 28px;
  font-size: 14px;
  border-radius: 3px 3px 3px 50px;
  border: thin solid #ddd;
}
.newsletter button {
  border: none;
  background-color: #007bff;
  padding: 10px 12px;
  color: #fff;
  cursor: pointer;
  outline: none;
}
.footer-social-icons a {
  margin-right: 10px;
  font-size: 14px;
  color: #6c757d;
  transition: 0.3s;
}
.footer-social-icons a:hover {
  color: #007bff;
}
.copyright {
  text-align: center;
  font-size: 14px;
  color: #6c757d;
  margin: 10px;
  padding-top: 10px;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 768px) {
    .nav-btn .btn{
        display:block;
        margin:15px 0;
    }
     .enquery_container .close_btn {
         color:#000;
     }
  .hero-section-left h1 {
    font-size: 22px;
  }
  .btn-login{
    width: 100%;
    border: 1px solid #ddd;
    padding: 8px 0;
    text-align: center;
  }
  .btn-talk{
    margin-top: 16px;
    width: 100%;
  }
  .main-heading h2 {
    font-size: 18px;
  }
  .hero-section-left {
    position: relative;
    margin: 40px 0;
}
.hero-section-right {
    height: 250px;
}
  .hero-section {
    margin-bottom: 40px;
  }
  .hero-section-left .search-bar {
    position: relative;
    margin: 30px 0;
}
  .hero-section-left .search-bar input {
    width: 100%;
    padding: 10px 30px;
  }
  .out-partner {
    margin-bottom: 40px;
  }
  .home-sale {
    margin-bottom: 40px;
  }
  .team {
    margin-bottom: 40px;
  }
  .testimonial{
    margin-bottom: 40px;
  }
  .footer{
    padding-top: 40px;
  }
}

/*loan page*/
 .overlay-container {
     position: relative;
                position: relative;
            text-align: center;
            color: white;
            height:50vh;
        }

       .overlay-container img {
            width: 100%;
            height:100%;
            object-fit:cover;
           
        }

      .overlay-section{
           position: absolute;
           top:0;
          width:100%;
          height:100%;
           background-color: rgba(0, 0, 0, 0.7);
                      
      }
      .overlay-text {
            position: absolute;
            top: 50%;
            left: 50%;
            width:100%;
            transform: translate(-50%, -50%);
            padding: 20px;
            border-radius: 10px;
        }
        /**/
        @media(max-width:768px){
            .overlay-container {
    
            height:15vh;
        }
        .overlay-text h1{
            font-size:18px;
        }
        .whatsapp-call-icon {
    position: fixed;
    bottom: 45px;
    right: 14px;
    z-index: 5;
}
        .whatsapp-call-icon-box a span{
            display:none;
        }
        }
