/* UTILITIES */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Poppins, sans-serif !important;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #040304;
    font-weight: 300;
    touch-action: pan-y;
    -webkit-text-size-adjust: none;

}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

/************************* main-div start ***************************************************************/

.main-div{
    width:100%;
    background-image: url(../images/faqs_bg.svg);
    padding:100px 0;
  
    }
/************************* mian section start ***************************************************************/ 
/************************* REMOVAL section start ***************************************************************/
 .removal-section{
 	margin-top:10px;
   
     padding:30px;
    padding-bottom:200px;
    }
   .removal-section .van-heade{
        display:flex;
        justify-content:center;
        
    }
    .removal-section img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
    .removal-section .row{
    margin-top: 30px;
    }
    .removal-section h2{
     padding-left: 20px;
    border-left: 5px solid #E9832A;
    font-size: 30px;
    line-height: 46px;
     color: #020202;
    font-weight: 700;
    }
  .removal-section h3{
    padding-top: 20px;
    font-size: 22px;
    line-height: 26px;
    color: #020202;
    font-weight: 700;
  }
  .removal-section h4{
    padding-top: 5px;
    font-size: 15px;
    line-height: 25px;
    color: #020202;
   font-weight: 700;
  }
  .removal-section p{
   font-size: 16px;
    line-height: 1.8;
     color: #0a2540;
    margin: 0;

  }
.removal-section_left{
  padding: 40px;
  background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   border-radius: 25px;
}
/************************* RREMOVAL end start ***************************************************************/ 
/************************* van-section end start ***************************************************************/     
   .van-section{
 	margin-top:10px;
   
     padding:30px;
    padding-bottom:100px;
    }
   .van-section .van-heade{
        display:flex;
        justify-content:center;
        
    }
    .van-section img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
    .van-section .row{
    margin-top: 30px;
    }
    .van-section h2{
     padding-left: 20px;
    border-left: 5px solid #E9832A;
    font-size: 30px;
    line-height: 46px;
     color: #020202;
    font-weight: 700;
    }
  .van-section h3{
    padding-top: 20px;
    font-size: 22px;
    line-height: 26px;
    color: #020202;
    font-weight: 700;
  }
  .van-section h4{
    padding-top: 5px;
    font-size: 15px;
    line-height: 25px;
    color: #020202;
   font-weight: 700;
  }
  .van-section p{
   font-size: 16px;
    line-height: 1.8;
     color: #0a2540;
    margin: 0;

  }
.van-section_left{
  padding: 40px;
  background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   border-radius: 25px;
}

 /************************* vain-sectios end start ***************************************************************/   
    
    
/************************* service_section start ***************************************************************/

 .title {
   
    max-width: 700px;
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center;
    }
        .title h2{
 text-align: center;
    font-size: 48px;
    line-height: 1.4;
     color: #020202;
    font-weight: 700;
    margin: 0 0 15px;
     margin-top:80px;
     font
     
    }
    .Service_section{
       background-color: #FCFDFE;
    }
  .Service_area{
   
     margin-top:50px;
      background-color: #fff;
      /*margin-left: 20px;*/
      /*margin-right: 20px;*/
  }
  .inner-service > div > div.row{
          align-items: center;
  }
  .left_area,.right_area{
   background-color: #fff;
   

    }
   
    .left_area h3,.right_area h3{

      margin: 0 0 15px;
      font-size: 22px;
    line-height: 26px;
    color: #020202;
    font-weight: 700;
    }
    .left_area p,.right_area p{
      font-size: 16px;
    line-height: 1.9;
    color: #0a2540;
    margin: 0;
    }


.Service_area {
    background-color: #FCFDFE; /* Background color */
    /*padding: 20px;*/
    border-radius: 10px;
    /* Rounded corners for the service area */
}

/* CSS for Inner Service */
.inner-service {
  min-height: 170px;
   height: auto;
    color: #fff; /* Text color */
    padding: 20px;
    border-radius: 20px; /* Rounded corners for the inner service */
    transition: box-shadow 0.3s ease; /* Smooth transition for hover effect */
}

/* Hover effect for Inner Service */
.inner-service:hover {
   	box-shadow: 0 10px 10px rgb(0 0 0 / 10%); /* Shadow effect on hover */
}
.service_img {
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   height: 450px;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
 margin-top: 200px; 
    z-index: 3;

}
.service_img img{
  width: 100%; /* Make sure the image takes the full width of its container */
    height: 100%; /* Make sure the image takes the full height of its container */
    object-fit: cover; /* Ensure the image covers the entire container */
    border-radius: 10px;
   

}


@media (max-width: 768px) {
   .title h2{
 text-align: center;
    font-size: 30px;

     
    }
.Service_area {
    margin-top:30px;
    text-align: center;
     margin-left: 0px;
      margin-right: 0px;
}
.inner-service {
    margin-left: 0px;
      margin-right: 0px;
  margin :10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* Shadow effect on hover */
}
.remo-img{
    min-width:100% !important;
}
    }

/************************* service_section end ***************************************************************/
/************************* howto_section start ***************************************************************/
 .howto_section {
    margin-top: -250px;
    background-image: url(../images/howto_bg.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    min-height: 170vh !important;
    position: relative;
    z-index:0;
    color: white;

    }
    .howto_section {
     display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
   .howto_section .title h2{
    
     text-align: center;
      font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    color:#fff;
    }
.line {
  margin: 0 auto; 
  width: 35%; 
}
.howto_section h3{
  margin-top: 70px;
  font-size: 34px;
  font-weight: 700;
    line-height: 46px;
    text-align: center;
    justify-content: center;
}
.howto_section p{
  font-size: 16px;
    line-height: 1.9;
    text-align: center;
    color: #fff;
    margin-top:5px;
}
.howto_section .content {

    margin-top: 60px;
    text-align: center; /* Add this line to center align the content */
}

.howto_section .Sign-Up {
     width: 60px !important;
     height: 100px;
    
}
.howto_section .getpin {
    width: 85px !important;
     height: 100px;
}
.howto_section .donimg {
    width: 85px !important;
     height: 100px;
}
.btmmbrdsec{

  border-top: 33px solid #6e879f;
    border-top-width: 33px;
    border-top-style: solid;
    border-top-color: rgb(110, 135, 159);
    max-width: 1px;
    margin: 20px auto;

}

@media (max-width: 3000px) {
  .howto_section {
    /*margin-top: -350px;*/
    margin-top: -200px;
    padding-top: 300px;
    padding-bottom: 300px;
    background-image: url(../images/howto_bg.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    /*min-height: 120vh !important;*/
    min-height: 120vh !important;
    position: relative;
    z-index:0;
    color: white;

    }
}
@media (max-width: 1500px) {
  .howto_section {
    margin-top: -200px;
    background-image: url(../images/howto_bg.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    min-height: 170vh !important;
    position: relative;
    z-index:0;
    color: white;

    }
}
@media (max-width: 768px) {
	.howto_section {
    margin-top: -250px;
    background-image: url(../images/howto_bg.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    min-height: 200vh !important;
    position: relative;
    z-index:0;
    color: white;

    }
}
/************************* howto_section end ***************************************************************/

/************************* unit-size section start ***************************************************************/
.unit_size{
      text-align: center;
      margin-bottom: 50px;
       margin-top: -50px;
    }
    .unit_size .title{
    padding: 30px;
     text-align: center;
    font-weight: 700;
    font-size: 28px;
    line-height: 5px;

    }
    .out_in{
      margin-top: 50px;
    }
    .out_in h1{
      padding: 28px;
    font-weight: 700;
    font-size: 34px;
    }
    .out_in p{
      padding: 10px;
    
    }
    .unit_btn {
  background-color: #000;
  color: #fff;
  width: 250px;
  height: 40px;
  border-radius: 25px;
  display: flex;
  justify-content: space-between; /* Align items to the start and end of the container */
  padding: 5px;
  cursor: pointer;
}

.unit_btn a {
  text-decoration: none;
  color: #fff;
  flex: 1; /* Take up equal space */
  text-align: center; /* Center text */

}

.btn_stlye {
  
  width: 50px;
  padding: 2px;
  color: #000;
  border-radius: 25px;
  background-color: #E9832A !important;
}


    .btn_stlye{
     background-color: #FCFDFE;
     width: 50px;
     padding: 3px;
     color: #fff;
      border-radius: 25px;
    }
   
        .switch {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 200px; /* Adjust width as needed */
          margin: 0 auto;
        }

        .switch input { 
          opacity: 0;
          width: 0;
          height: 0;
        }

        .slider {
          position: relative;
          cursor: pointer;
          width: 50px;
          height: 20px;
          background-color: #ccc;
          border-radius: 20px;
          transition: background-color 0.3s;
        }

        .slider:before {
          position: absolute;
          content: "";
          height: 16px;
          width: 16px;
          left: 2px;
          bottom: 2px;
          background-color: white;
          border-radius: 50%;
          transition: transform 0.3s;
        }

        input:checked + .slider {
          background-color: #007bff;
        }

        input:focus + .slider {
          box-shadow: 0 0 1px #007bff;
        }

        input:checked + .slider:before {
          transform: translateX(26px);
        }

        /* Rounded sliders */
        .slider.round {
          border-radius: 34px;
        }

        .slider.round:before {
          border-radius: 50%;
        }
        
        /* Center and set width for images */
        .outsite_img img, .inside_img img {
          display: block;
          margin: 0 auto;
          width: 450px;
        }
        @media only screen and (max-width: 767px) {
  .outsite_img img,
  .inside_img img {
    width: 100%; /* Set image width to 100% of container on smaller screens */
  }
  .unit_size{
      
       margin-top: -200px;
    }
}

/************************* unit-size section end ***************************************************************/
/************************* storage_section top start ***************************************************************/
  .storage_section_top {
    margin-top: 100px;
    background-color: #f6f9fc !important;
   
    height:150px;
    content: '';
    transform: skew(0deg, 175deg);
    -webkit-transform: skew(0deg, 175deg);
   padding-bottom: 100px;

}
.shap2{
  width: 160px;
     background: #E9832A;
     opacity: 0.8;
  
    top: -59px;
    left: 0px;
    z-index: 1;
    height: 40px;
    position: absolute;
}

.shap1{
    width: 320px;
     top: -40px;
    background: #E9832A;
     opacity: 0.9;
    height: 40px;
    position: absolute;
  }
 .shap3 {
    width: 160px;
    background: #E9832A;
    opacity: 0.8;
    top: -20px;  
    right:0;
    z-index: 1;
    height: 40px;
    position: absolute;
}

.shap4 {
    width: 320px;
    background: #E9832A;
    opacity: 0.9;
    height: 40px;
    position: absolute;
    z-index: 0;
    top: -40px;
    right: 0; /* Adjust right positioning as needed */
}

/* CSS for mobile screens */
@media (max-width: 767px) {
  .personal_storage_left {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .personal_storage_left iframe {
    width: 100%;
    height: 300px; /* Adjust height as needed for mobile view */
  }
}

/* CSS for large screens */
@media (min-width: 768px) {
  .personal_storage_left iframe {
    width: 100%;
    height: 650px; /* Adjust height as needed for large screen view */
  }
}

/************************* storage_section top  end ***************************************************************/





/************************* storage_section start ***************************************************************/
 .storage_section{
 	margin-top: -70px;
     background-color: #F6F9FC;
     padding:30px;

    }
    .storage_section img {
  width: 100%;
  height: auto;
 
  border-radius: 5px;
}
    .storage_section .row{
    margin-top: 30px;
    }
    .storage_section h2{
     padding-left: 20px;
    border-left: 5px solid #E9832A;
    font-size: 30px;
    line-height: 46px;
     color: #020202;
    font-weight: 700;
    }
  .storage_section h3{
    padding-top: 20px;
    font-size: 22px;
    line-height: 26px;
    color: #020202;
    font-weight: 700;
  }
  .storage_section h4{
    padding-top: 5px;
    font-size: 15px;
    line-height: 25px;
    color: #020202;
   font-weight: 700;
  }
  .storage_section p{
   font-size: 16px;
    line-height: 1.8;
     color: #0a2540;
    margin: 0;

  }
.personal_storage_left{
  padding: 40px;
  background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   border-radius: 25px;
}
strong{
  font-weight: 700;
}
/*************************storage_section end ***************************************************************/

/*************************location_section start ***************************************************************/
 .location_section{
   margin-top: 100px;
    padding:30px;

   }
   .location_icon{
    background-color: #E9832A;
    width:70px;
    padding: 15px;
    color:#fff;

   }
 .location_section h3{
  font-size: 46px;
    line-height: 1.4;
    text-align: left;
  
    font-weight: 700;

 }
 .location_section_li{
 	 padding:30px;
 }
 .location_section_li ul li{
   width: calc(50% - 6px);
   margin-top: 50px;
    padding-left: 20px;
    border-left: 6px solid #E9832A;
    
    color: #020202;
    list-style: none;
    font-size: 22px;
      font-weight: 700;
}
.location_section_li ul li a{
  
    
    color: #020202;
    
}

.location_section_li ul li a:hover{
  
    
    color: #cdcdcd;
    text-decoration: none;
}
/*************************l locatino_section end ***************************************************************/


/************************* storage_section top start ***************************************************************/
  .footer_section_top{
    margin-top: 50px;
    background-color: #fff !important;
   
    height:150px;
    content: '';
    transform: skew(0deg, 175deg);
    -webkit-transform: skew(0deg, 175deg);
   padding-bottom: 100px;

}
.shap22{
  width: 160px;
     background: #E9832A;
     opacity: 0.8;
  
    top: -59px;
    left: 0px;
    z-index: 1;
    height: 40px;
    position: absolute;
}

.shap11{
    width: 320px;
     top: -40px;
    background: #E9832A;
     opacity: 0.9;
    height: 40px;
    position: absolute;
  }
 .shap33 {
    width: 160px;
    background: #E9832A;
    opacity: 0.8;
    top: -20px;  
    right:0;
    z-index: 1;
    height: 40px;
    position: absolute;
}

.shap44 {
    width: 320px;
    background: #E9832A;
    opacity: 0.9;
    height: 40px;
    position: absolute;
    z-index: 0;
    top: -40px;
    right: 0; /* Adjust right positioning as needed */
}


@media only screen and (min-width:1301px) and (max-width:1400px) {
	.shap1,.shap11,.shap4,.shap44 {
		width: 240px
	}
	.shap2,.shap22,.shap3,.shap33 {
		width: 40px;
	}
}

@media only screen and (min-width:1200px) and (max-width:1300px) {
	.shap1,.shap11,.shap4,.shap44 {
		width: 140px
	}
	.shap2,.shap22,.shap3,.shap33 {
		width: 26px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.shap1,.shap11,.shap4,.shap44 {
		width: 80px
	}
	.shap2,.shap22,.shap3,.shap33 {
		width: 21px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {

	.shap1,.shap11,.shap4,.shap44 {
		width: 80px
	}
	.shap2,.shap22,.shap3,.shap33 {
		width: 21px;
	}
}


@media only screen and (max-width:767px) {
    .shap1,.shap11,.shap4,.shap44 {
		width: 50px
	}
	.shap2,.shap22,.shap3,.shap33 {
		width: 17px;
	}
}
/************************* storage_section top  end ***************************************************************/
/************************* start faqs ***************************************************************/
.faqs_section{
      padding:30px;
       /*background-image: url(../images/faqs_bg.svg);*/
     
     margin-top: 100px;
     padding-bottom: 150px;
   
    }
.faqs_section img{
  background-color: #E9832A;
    width:70px;
    padding: 15px;
    color:#fff;
}
.faqs_section h3{
  font-size: 46px;
  line-height: 1.4;
   font-weight: 700;

 }
 .card {
    margin-top: 20px;
    border-radius: 10px !important;
    border: 1px solid #ccc; /* Add light gray border color */
     border-bottom: 1px solid #ccc !important;

}
.faqs_section .card{
        margin-top: 0px;
}
 .card-header{
 background-color: #fff;
 padding: 20px

 }
 
.card-body p {
    font-size: 16px;
    line-height: 1.5rem;
    font-weight: 300;
    color:#0a2540;
    
}
 .faqs_section_left {
  margin-top: 50px;
}
.faqs_section_left h4{

   font-size: 30px;
    line-height: 1.4;
    text-align: left;
    
    font-weight: 700;
}
.faqs_section_left .card-header p{

    font-weight: 600;
    font-size: 16px;
    line-height: 1.5rem;
    color: #000 !important;

}
.card-header.active {
    background-color: #E9832A !important;
    color: #fff !important;
}
.card-header.active p{
    color: #fff !important;
}
/************************* faqs end ***************************************************************/
/************************* footer   start ***************************************************************/
.footer{
  
}
.footer h6{
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #323232;
}
.footer ul{
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}
.footer ul li{
    margin: 0;
}
.footer ul li a{
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #323232;
    text-decoration: none;
}
.footer ul li a:hover{
   color:#E9832A;
}
.footer-media {
display: flex;
}
.footer-media  li img{
margin: 5px;
width: 16px !important;
}
.logo{
    margin-left: 10px;
    z-index: 5;
   
 
}
.footer{
        text-align: center;
    align-items: center;
    justify-content: center;
   }
  .footer-media{
     text-align: center;
    align-items: center;
    justify-content: center;

   }
@media (max-width: 768px) {
    .footer{
        text-align: center;
    align-items: center;
    justify-content: center;
   }
   .footer-media{
     text-align: center;
    align-items: center;
    justify-content: center;

   }
   .logo{
    align-items: center;
    justify-content: center;
   width: 130px !important;
        height: auto !important;
}
}
/************************* footer  end ***************************************************************/
/*Modal*/
     #leaveRequestFormModal .btn-primary{
                background: #E9832A;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
        }
        #leaveRequestFormModal .btn-primary:focus{
             background: #E9832A;
    color: #fff;
      box-shadow: 0 0 0 0.2rem rgba(233, 131, 42, 0.35);
      border-color: #E9832A;
        }