/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden; /* Prevent horizontal scrolling */
  
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #f4f4f4;
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

/* Header and Navbar Styles */
header {
    width:100%;
    background-color: #e3ded1;
    padding: 3px 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999; /* Ensure navbar stays on top of other elements */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%; /* Ensure full width */
    margin: 0 auto;
    width: 100%;
}

.logo-container {
    padding:0;
    display: flex;
    align-items: center;
}

.logo {
    width: 80px; /* Adjusted for a more balanced layout */
    height: auto;
}

.company-name {
margin-top:-3px;
    color: #3b372d;
    font-size:35px; /* Adjusted for balance */
    font-weight: 600;
    letter-spacing: 1px;
}

.navbar-links {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    flex-grow: 1;
}

.navbar-links li {
    margin: 0 15px; /* Spacing between navbar items */
    position: relative;
}

.navbar-links a {
    color: #21201c;
    text-decoration: none;
    font-size: 16px; /* Reduced font size for better alignment */
    padding: 10px 12px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border-radius: 5px;
}

.navbar-links a:hover {
    background-color: #b3b1ad;
    transform: scale(1.05);
}

/* Dropdown menu (hover for large screens) */
.dropdown {
    position: relative;
}

.dropdown-btn::after {
    content: '▼';
    margin-left: 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #b3b1ad;
    min-width: 180px;
    top: 100%;
    left: 0;
    z-index: 1001; /* Ensure dropdown is on top */
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
    padding: 10px 18px;
    color: #21201c;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #8a8884;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Hamburger button for small screens */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    cursor: pointer;
    z-index: 1003; /* Ensure hamburger button is above other elements */
}

.hamburger .line {
    height: 4px;
    background-color: #544e42;
    width: 100%;
    border-radius: 5px;
}

@media screen and (max-width: 1226px) {
    .navbar-links {
        display: none; /* Hide navbar links by default */
        width:100%;
        flex-direction: column;
        align-items: flex-start;
        padding-top:10px;
        background-color: #e3ded1;
    }

    .navbar-links.active {
        display: flex; /* Show navbar links when "active" class is added */
    }

    .navbar-links li {
        margin: 10px 0;
        width: 100%;
        text-align: left;
    }

    .company-name {
        font-size:40px; /* Adjusted for mobile */
        text-align: center;
    }

    .logo {
        width: 120px; /* Adjust logo size */
    }

    .hamburger {
        display: flex; /* Show hamburger button */
    }
}

/* Mobile and Tablet Screens */
@media screen and (min-width:1100px) and (max-width:3000px){

   
 .vb-2{
    width:65px !important;
    margin-left:0px !important;
    padding:35px !important;
   
   }
    .cc{
     font-size:120% !important;
     padding-left:-100px !important;
     
   }


.bank1{
  width:30% !important;
  padding-left:-20px !important;
  
  

}
  .services{
   width:120% !important;
  margin-left:-45px !important;
 
  
}
.hdfc{
   width:215px;
   margin-right:20px;
   font-size:2%;
     
}
.punjab{
  width:215px;
  margin-right:19px;
  font-size:2%;


}
.statebnk{
   width:215px;
   margin-right:85px;
   font-size:2%;

}
.bankof{
   width:215px;
   margin-right:5px;
   font-size:2%;

}
.axis{
  width:215px;
  margin-right:10px;
  font-size:2%;

}
.bankofb{
 width:215px;
 margin-right:30px;
 font-size:2%;

  
}
.icici{
 width:215px;
 margin-right:10px;
 font-size:2%;

    }
.bankofm{
   width:215px;
   margin-right:32px;
   font-size:2%;
}
.vvb{
     margin:-10px 0px; 
  }

}
.elemnt1{
   width:100%;
   margin-left:-5px;
  
  }

.location{
   width:50px;
  padding:17px;
  margin-left:-45px;   
  }
 .ms-4{
  margin-left:2rem !important;
  
}
 .shrink1{
  width:100%;  
  
  }
 
 .mn-1{
  font-size:18px;
  padding-left:-20px !important;

  
}
.mn-2{
  font-size:17px;
  padding-right:20px;
  
}

   }

@media screen and (max-width: 1024px) {
    .navbar-links {
        display: none; /* Hide navbar links by default */
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        padding-top:10px;
        background-color: #e3ded1;
    }

    .navbar-links.active {
        display: flex; /* Show navbar links when "active" class is added */
    }

    .navbar-links li {
        margin: 10px 0;
        width: 100%;
        text-align: left;
    }

    .company-name {
        font-size: 40px; /* Adjusted for mobile */
        text-align: center;
    }

    .logo {
        width: 120px; /* Adjust logo size */
    }

    .hamburger {
        display: flex; /* Show hamburger button */
    }
}
@media screen and (max-width: 3000px){
  .msw{
        margin-top:12%;
        font-size:60px;
    }
}

@media screen and (max-width: 1286px){
    .msw{
        margin-top:27%;
        font-size:60px;
    }
   

}
@media screen and (max-width: 1400px){
    .msw{
        margin-top:17%;
        font-size:60px;
    }
   

}
@media screen and (min-width:991px) and (max-width:1039px){
    .owner{
       width:100%;
       padding-left:50px;
       box-shadow:none;
}
}

@media screen and (max-width: 991px){
    .msw{
        margin-top:27%;
        font-size:60px;
    }
   

}

@media screen and (max-width: 796px) {
    .owner{
       width:90%;
       padding-left:50px;
       box-shadow:none;
}
  .msw{
        margin-top:27%;
        font-size:60px;
    }

}

@media screen and (max-width: 767px) {
    .owner{
       width:100%;
       padding-left:10px;
       box-shadow:none;
}
  .msw{
        margin-top:27%;
        font-size:60px;
    }

}

@media screen and (max-width: 621px) {
    .owner{
       width:95%;
       padding-left:30px;
       box-shadow:none;
}
}

@media screen and (min-width:512px) and (max-width:580px){
    .owner{
       width:100%;
       padding-left:50px;
       box-shadow:none;
}
}



@media screen and (max-width: 706px) {
    .msw{
        margin-top:26%;
        font-size:80px;
    }
}

@media screen and (max-width: 696px) {
    .company-name {
        font-size:35px; /* Reduced font size for very small screens */
    }
    .msw{
        margin-top:27%;
        font-size:80px;
    }
}
@media screen and (max-width: 642px) {
    .company-name {
        font-size:27px; /* Reduced font size for very small screens */
    }
 .msw{
        margin-top:33%;
        font-size:60px;
    }

}
@media screen and (max-width:512px) {
    .company-name {
        font-size:26px; /* Reduced font size for very small screens */
    }
 .msw{
        margin-top:-2%;
        font-size:60px;
    }


    
}



/* Fix for very small screens (below 450px) */
@media screen and (max-width: 450px) {
    html{
        overflow-x: hidden;
    }
   .navbar-links {
        width: 100%;
    }

    .navbar-links li {
        width: 100%; /* Ensure list items take full width */
    }

   
    .logo {
        width: 100px; /* Smaller logo on very small screens */
    }

    .navbar-links a {
        font-size: 14px;
        padding: 10px 12px;
    }

  /* .hamburger .line {
        height: 6px;
        background-color: #544e42;
    }*/
    .msw{
        margin-top:5%;
        font-size:60px;
    }

}
   

@media screen and (min-width:991px) and (max-width:1100px){
 .area1{
 width:105%;
 margin-left:-10px;
 padding:1rem !important;
 
}
 .vb-2{
    width:65px !important;
    margin-left:0px !important;
    padding:35px !important;
   
   }
    .cc{
     font-size:120% !important;
     padding-left:-30px;
     
   }
.bank1{
  width:40% !important;
  padding-left:-60px !important;
  
  

}
  .services{
   width:125% !important;
  margin-left:-20px !important;
 
  
}
.hdfc{
   width:200px;
   margin-right:90px;
   font-size:2%;

  
}
.punjab{
  width:180px;
  margin-right:50px;
  font-size:2%;


}
.statebnk{
   width:200px;
   margin-right:100px;
   font-size:2%;

}
.bankof{
   width:200px;
   margin-right:5px;
   font-size:2%;

}
.axis{
  width:180px;
  margin-right:50px;
  font-size:2%;

}
.bankofb{
 width:200px;
 margin-right:40px;
 font-size:2%;

  
}
.icici{
 width:200px;
 margin-right:25px;
 font-size:2%;

 }
.bankofm{
   width:200px;
   margin-right:45px;
   font-size:2%;
}
.vvb{
     margin:-50px 0px; 
  }
.elemnt1{
   width:100%;
   margin-left:-5px;
  
  }

.location{
  width:50px;
  padding:17px;
  margin-left:-45px;   
  }

 .ms-4{
  margin-left:.5rem !important;
  
}
 .shrink1{
  width:100%;
   
  
  }
 
 .mn-1{
  font-size:18px;
  padding-left:-20px !important;

  
}
.mn-2{
  font-size:17px;
  padding-right:20px;
  
}
}



@media screen and (min-width:912px) and (max-width:991px){
 
.area1{
 width:105%;
 margin-left:-10px;
 padding:1rem !important;
 
}
 .vb-2{
    width:65px !important;
    margin-left:0px !important;
    padding:35px !important;
   
   }
    .cc{
     font-size:120% !important;
     padding-left:-30px;
     
   }
.bank1{
  width:50% !important;
  padding-left:-60px !important;
 

}
  .services{
   width:128% !important;
  margin-left:-100px !important;
 
  
}
.hdfc{
   width:200px;
   margin-right:90px;
   font-size:2%;

  
}
.punjab{
  width:180px;
  margin-right:50px;
  font-size:2%;


}
.statebnk{
   width:200px;
   margin-right:100px;
   font-size:2%;

}
.bankof{
   width:200px;
   margin-right:5px;
   font-size:2%;

}
.axis{
  width:180px;
  margin-right:50px;
  font-size:2%;

}
.bankofb{
 width:200px;
 margin-right:40px;
 font-size:2%;

  
}
.icici{
 width:200px;
 margin-right:25px;
 font-size:2%;

    }
.bankofm{
   width:200px;
   margin-right:45px;
   font-size:2%;
}
.vvb{
     margin:-50px 0px; 
  }
.elemnt1{
   width:100%;
   margin-left:-5px;
  
  }

.location{
   width:50px;
  padding:17px;
  margin-left:-45px;   
  }
 .ms-4{
  margin-left:.5rem !important;
  
}
 .shrink1{
  width:100%;  
  
  }
 
 .mn-1{
  font-size:18px;
  padding-left:-20px !important;

  
}
.mn-2{
  font-size:17px;
  padding-right:20px;
  
}


}

@media screen and (min-width:512px) and (max-width:541px){
   .logo{
      width:25%;
      padding-left:-20px;
      margin-left:-27px;
      
  }
      .company-name{
       font-size:25px;
       padding-left:-20px;
       margin-left:-10px;
      
      
  }


    .hamburger .line {
        height: 6px;
        background-color: #544e42;
        display:flex;
        margin-left:10px !important;
    }

}


@media screen and (min-width:512px) and (max-width:912px){
  
   .area1{
 width:105%;
 margin-left:-10px;
 padding:1rem !important;
 
}
 .vb-2{
    width:65px !important;
    margin-left:0px !important;
    padding:35px !important;
   
   }
    .cc{
     font-size:120% !important;
     padding-left:-30px;
     
   }
.bank1{
  width:95%;
  padding-left:-20px !important;

}
  .services{
   width:100% !important;
  margin-left:-20px !important;
  
  
}
.hdfc{
   width:200px;
   margin-right:90px;
   font-size:2%;

  
}
.punjab{
  width:180px;
  margin-right:50px;
  font-size:2%;


}
.statebnk{
   width:200px;
   margin-right:100px;
   font-size:2%;

}
.bankof{
   width:200px;
   margin-right:5px;
   font-size:2%;

}
.axis{
  width:180px;
  margin-right:50px;
  font-size:2%;

}
.bankofb{
 width:200px;
 margin-right:40px;
 font-size:2%;

  
}
.icici{
 width:200px;
 margin-right:25px;
 font-size:2%;

    }
.bankofm{
   width:200px;
   margin-right:45px;
   font-size:2%;
}
.vvb{
     margin:-50px 0px; 
  }
.elemnt1{
   width:100%;
   margin-left:-5px;
  
  }

.location{
   width:50px;
  padding:17px;
  margin-left:-45px;   
  }
 .ms-4{
  margin-left:.5rem !important;
  
}
 .shrink1{
  width:100%;  
  }
 
 .mn-1{
  font-size:18px;
  padding-left:-20px !important;

  
}
.mn-2{
  font-size:17px;
  padding-right:20px;
  
}


}

@media screen and (min-width:300px) and (max-width:600px) {

 .specialimg{
      padding-left:75px;
      
     }
 .spaceontop{

   margin-top:-95px !important;
   

 }
 .shift{
  width:100% !important;
  margin-left:-10px !important;
}
 
   
}


@media screen and (min-width:300px) and (max-width:400px) {
      header{
      position: static;
      padding: 0px 10px;
  }
       .hamburger .line {
        height: 6px;
        background-color: #544e42;
        margin-left:10px !important;
    }
      .logo{
      width:30%;
      padding-left:-20px;
      margin-left:-20px;
      
  }
        



      .company-name{
       font-size:25px;
       padding-left:-20px;
       margin-left:-25px;
      
      
  }
        .p-6{
         font-size:180%;
         
    }
       .mb-1{
          font-size:130%;
          margin-left:-10px;
         
    }
       
       .header-carousel .owl-dots {
        display:none;
   }
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        display:none;
   }
    .owner{
     width:85%;
     margin-left:10%;
     margin-top:-20%;
    }
    .vb-1{
     width:2%;
   }
    .vb-2{
    width:55px !important;
    margin-left:-20px !important;
    padding:0px !important;
   
   }
    .cc{
     font-size:100% !important;
     padding-left:-30px;
     
   }
   .vvb{
     margin:-10px 0px; 
  }
  .mm1{
   width:100%;
   object-fit:cover;
   margin-left:5%;
   margin-right:%;
}
 .bank1{
  width:120%;
  padding-left:-20px !important;

}

  .services{
   width:112% !important;
  margin-left:-20px !important;
  
  
}
.hdfc{
   width:200px;
   margin-right:90px;
   font-size:2%;

  
}
.punjab{
  width:180px;
  margin-right:50px;
  font-size:2%;


}
.statebnk{
   width:200px;
   margin-right:100px;
   font-size:2%;

}
.bankof{
   width:200px;
   margin-right:5px;
   font-size:2%;

}
.axis{
  width:180px;
  margin-right:50px;
  font-size:2%;

}
.bankofb{
 width:200px;
 margin-right:40px;
 font-size:2%;

  
}
.icici{
 width:200px;
 margin-right:25px;
 font-size:2%;

    }
.bankofm{
   width:200px;
   margin-right:45px;
   font-size:2%;
}
.p-5{
padding:1rem !important;
}
.area1{
 width:111%;
 margin-left:-20px;
 padding:1rem !important;
 
}
.elemnt1{
   width:100%;
   margin-left:20px;
  
  }

.location{
   width:50px;
  padding:17px;
  margin-left:-45px;   
  }
 .ms-4{
  margin-left:.5rem !important;
  
}
 .shrink1{
  width:100%;
    }
 
 .mn-1{
  font-size:18px;
  padding-left:-20px !important;

  
}
.mn-2{
  font-size:17px;
  padding-right:20px;
  
}



}
@media screen and (min-width:400px) and (max-width:512px) {
   
  header{
      position: static;
     /* padding: 0px 10px;*/
  }

.hamburger .line {
        height: 4px;
        background-color: #544e42;
        margin-left:10px !important;
        display:flex;
    }




 .logo{
      width:28%;
      padding-left:-20px;
      margin-left:-27px;
      
  }
      .company-name{
       font-size:136%;
       padding-left:-50px;
       margin-left:-10px;
      
      
  }
        .p-6{
         font-size:180%;
         
    }
       .mb-1{
          font-size:130%;
          margin-left:-10px;
         
    }
       
       .header-carousel .owl-dots {
        display:none;
   }
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        display:none;
   }
    .owner{
     width:85%;
     margin-left:10%;
     margin-top:-10%;
    }

    .bank1{
  width:90%;
  padding-left:40px !important;

}
  .services{
   width:112% !important;
  margin-left:-10px !important;
  
  
}
.hdfc{
   width:200px;
   margin-right:90px;
   font-size:2%;

  
}
.punjab{
  width:180px;
  margin-right:50px;
  font-size:2%;


}
.statebnk{
   width:200px;
   margin-right:100px;
   font-size:2%;

}
.bankof{
   width:200px;
   margin-right:5px;
   font-size:2%;

}
.axis{
  width:180px;
  margin-right:50px;
  font-size:2%;

}
.bankofb{
 width:200px;
 margin-right:40px;
 font-size:2%;

  
}
.icici{
 width:200px;
 margin-right:25px;
 font-size:2%;

    }
.bankofm{
   width:200px;
   margin-right:45px;
   font-size:2%;
}
.vb-2{
    width:10px !important;
    margin-left:-20px !important;
    padding:25px !important;
   
   }
    .cc{
     font-size:100% !important;
     padding-left:-30px;
     
   }
.area1{
 width:108%;
 margin-left:-20px;
 padding:1rem !important;
 
}
 .vvb{
     margin:-10px 0px; 
  }
.elemnt1{
   width:100%;
   margin-left:-5px;
  
  }

.location{
   width:50px;
  padding:17px;
  margin-left:-45px;   
  }
 .ms-4{
  margin-left:.5rem !important;
  
}
 .shrink1{
  width:100%;
    }
 
 .mn-1{
  font-size:18px;
  padding-left:-20px !important;

  
}
.mn-2{
  font-size:17px;
  padding-right:20px;
  
}

}

