* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

body {
  font-family: 'Poppins', sans-serif !important;
  line-height: 1.6;
  color: #333;
}

h2 {
  font-family: 'Poppins', sans-serif !important;
}

p {
  font-family: 'Poppins', sans-serif !important;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
}


/* Top Bar */
.top-bar {
  background: #00339a;
  padding: 7px 25px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.top-bar p a {
  color: #eee;
}

.top-bar p a:hover {
  color: #fc841c;
}

.content {
  padding-top: 70px;
  /* Space for top bar */
  padding: 20px;
}

.top-fix {

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;


  /*padding: 15px 20px;*/
  z-index: 1000;
  /* Keeps it above other content */

}


.top-bar p.title {
  font-size: 20px;
  color: white;
  margin-top: 3px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.reserve-btn {

  background: #fc841c;
  border: none;
  padding: 8px 33px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px !important;
  margin-left: 15px;


}

.reserve-btn a {

  color: #eee;
  font-size: 22px;
  font-weight: 500;


}

.droicon {
  height: 1.3em !important;
}

/* Header */
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  background: #fff;
  border-bottom: 1px solid #eee;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 47px;
}

nav ul li a {
  font-size: 23px;
  color: #000;
  font-weight: 500;
}

nav ul li a:hover {

  color: #FA8704 !important;
}

.dropdown-content a :hover {
  color: #FA8704 !important;

}




/* Hero Section */
.hero {

  margin-top: 100px;
  background: url('img/banner-img.jpg') no-repeat center center/cover;
  color: white;
  padding: 100px 50px;
  position: relative;

  background-position: center;
  height: 100vh;

  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  /*justify-content: space-between;*/
  padding: 0 5%;
}




/*.hero-text {
      max-width: 40%;
    }

    .hero-text h1 {
      font-family: 'Poppins', sans-serif!important;
      font-size: 6.5rem;
      line-height: 1.4;
      margin-top: -70px;
    }*/






.hero-text {
  max-width: 600px;
}

.hero-buttons button {
  width: 63%;
  font-size: 17px;
  border-radius: 19px;
  display: block;
  margin: 18px 0;
  background: rgb(255 255 255 / 60%);
  color: #000000;
  border: none;
  padding: 16px 52px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero-buttons button:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

/* Welcome Section */
.welcome {
  text-align: center;
  padding: 50px 20px;
  background: #fff;
}

.welcome h2 {
  color: #0046aa;
  margin-bottom: 10px;
}

/* Storage Units */
.storage-units {
  background: linear-gradient(45deg, orange 50%, #0046aa 50%);
  color: white;
  padding: 60px 30px;
  display: flex;
  justify-content: center;
}

.units-content {
  display: flex;
  max-width: 1100px;
  align-items: center;
  gap: 40px;
  color: #fff;
}

.units-content .text {
  flex: 1;
}

.units-content .image img {
  width: 100%;
  max-width: 350px;
}

/* Features */


/* .features {
  background: #0d3599;
  padding: 50px 30px;
  text-align: center;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.feature-card {
  background-color: #00339a;
  color: #eee;
  padding: 15px;

  border-radius: 8px;
  text-align: center;
  font-size: 19px;
  transition: all 0.3s ease;

  display: flex;
  align-items: center;
  
  justify-content: center;

  min-height: 80px;
 
}

.feature-card:hover {
  background: #fc8318;
  color: #fff;
  transform: translateY(-5px);
}

.feature-box {
  border: 1px solid #ffa500;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.feature-box button {
  float: left;

  background: #fc841c;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin-top: 10px;
}

.feature-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}  */

/* Contact */
.contact {
  background: url('C:/Users/MAASTRIX/Downloads/ez-storage/img/map.jpg') no-repeat center center/cover;

  text-align: center;
  padding: 50px 20px;
}

.contact button {
  border-radius: 22px;
  margin-top: 20px;
  background: orange;
  color: white;
  border: none;
  padding: 10px 20px;
}





.paybill {
  font-size: 20px;
  border-radius: 23px;
  padding: 10px 20px 10px 20px;
  border: none;
  background: #ffa500;
}

.paybill:hover {
  color: #fc841c;
  border: 2px solid #fc841c;
  background-color: #00339a !important;
  transition: all 0.3s ease;
}

.reserve-btn:hover {
  color: #fc841c;
  border: 2px solid #fc841c;
  background-color: #00339a !important;
  transition: all 0.3s ease;
}

.ViewAll:hover {
  background-color: #0046aa;
  transition: all 0.3s ease;
}

.circle:hover {
  background-color: white;
  border: 7px solid #fc841c;
}

.bingo:hover {
  color: black !important;
}




.icn-circle {
  width: 60px;
  height: 60px;
  background: #1877f2;
  /* Facebook blue */
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s;
}

/* .slider {
      width: 100%;
      height: 100vh;
      background-size: cover;
      background-position: center;
      animation: slide 25s infinite;
    }

    @keyframes slide {
      0%   { background-image: url('img/img1.jpg'); }
      33%  { background-image: url('img/rhrgh.jpg'); }
      66%  { background-image: url('img/close-up-warehouse-view.jpg'); }
      100% { background-image: url('img/dreamy-interior-mall.jpg'); }
    }*/

.txt {
  border-radius: 22px;
  padding: 5px;
  font-size: 25px;
  color: white;
  width: 15%;
  background: #012a8e;
}

.imgonbtn {
  margin-top: -60px;
}





/* Dropdown container */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Button */
.dropbtn {
  cursor: pointer;
}

.dropbtn:hover {
  color: blue;
}

/* Dropdown content */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 180px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  z-index: 1;
  top: 37px;
}

.dropdown-content a {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  color: #fc841c;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.menu-toggle {
  cursor: pointer;
  display: none;
}

.menu-toggle div {
  width: 25px;
  height: 3px;
  background: #333;
  margin: 5px 0;
}

/* Close button */
.menu-close {
  display: none;
  font-size: 26px;
  line-height: 30px;
  cursor: pointer;
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
}

.menu-icon {
  position: relative;
  width: 30px;
  height: 30px;
  display: none;
}

@media (max-width: 768px) {
  .dropdown-content a {

    padding: 18px 16px !important;

  }



  .dropdown .dropbtn {
    display: flex;
    justify-content: space-between;
    /* text left, icon right */
    align-items: center;
    /* vertically center */



    color: #000;
  }


  .dropdown-content {
    display: none;
    flex-direction: column;
    background: #fff;
    border-top: 1px solid #eee;
  }

  .dropdown:hover .dropdown-content,
  .dropdown.active .dropdown-content {
    display: flex;
  }


}



/*.search-box {
      border: 2px solid white;
      padding: 70px;
      display: flex;
      flex-direction: column;
      align-items: center;
      background: rgba(0, 0, 0, 0.3);
    }

    .search-box h1 {
      font-size: 40px;
      font-weight: 400;
      margin-bottom: 25px;
    }

    .search-form {
      display: flex;
      width: 100%;
      max-width: 600px;
    }

    .search-form input {
      flex: 1;
      padding: 10px;
      font-size: 10px;
      border: none;
      outline: none;
    }

    .search-form button {
      background: #f74c00;
      color: white;
      border: none;
      padding: 15px 30px;
      font-size: 16px;
      cursor: pointer;
    }

    .search-form button:hover {
      background: #d63e00;
    }*/



.hero h2 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: bold;
  margin-bottom: 1px;
  font-size: 60px;
}


.section {
  background: linear-gradient(to bottom, #00339a, #00339ae6, #00339a59);
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  gap: 80px;
  /* space between items */
  text-align: center;
}

.circle {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 7px solid white;
  background: #fc841c;
  /* yellow */
  width: 220px;
  height: 220px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.circle:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.circle img {
  width: 80px;
  height: auto;
}

.item {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
}

/* responsive layout */

@media (max-width: 768px) {
  .section {
    flex-direction: column;
    gap: 40px;
  }

  .reserve-btn {

    padding: 8px 15px;
  }
}

@media (max-width: 992px) {
  .reserve-btn {

    padding: 1px 15px;
  }


}

@media (max-width: 1024px) {
  .reserve-btn {
    padding: 15px 7px;
  }

  nav ul li a {
    font-size: 18px;

  }
}

@media (max-width: 480px) {

  .reserve-btn {
    font-size: 13px !important;

  }

  .last-text {

    margin-top: 26px;
  }

  .reserve-btn a {
    color: #eee;
    font-size: 16px;
  }

}




.social-icons a {
  display: inline-block;
  margin: 0 12px;
  font-size: 22px;
  color: #fff;
  transition: color 0.3s ease;
  text-decoration: none;
}

.social-icons a:hover {
  color: #ff5722;
}

/* Social bar container */
.social-bar {
  position: fixed;
  top: 286px;
  left: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}

.socialbar-icon {

  height: 1.3em !important;

}

/* Each icon */

.social-bar a {
  width: 50px;
  height: 50px;
  background: #fc841c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: background 0.3s ease;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgb(0 0 0 / 57%);
}

.svg-inline--fa {

  height: 0.8em;
}

/* Hover effect */
.social-bar a:hover {
  background: #eee;
  color: #fc841c;
  /* orange hover */
}

@media (max-width: 768px) {

  .droicon {
   
    margin-right: 17px;
}
}

@media (max-width: 500px) {

  .social-bar {
    display: none;
  }
}

/* Button style */
#topBtn {
  display: none;
  /* hidden by default */
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 99;
  background: #fc841c;
  color: white;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;

  font-size: 30px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: background 0.3s, transform 0.2s;
}

#topBtn:hover {
  background: #00339a;
  transform: scale(1.1);
}




.reviews {
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
}

.reviews h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  color: #0046aa;
}

.swiper {
  padding-bottom: 80px;
  /* space for arrows & pagination */
}

.swiper-slide {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.review-user {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}

.review-user img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.review-user h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.review-user span {
  font-size: 13px;
  color: #777;
}

.review-text {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* Pagination */
.swiper-button-prev,
.swiper-button-next {
  top: auto !important;
  bottom: 15px !important;
  transform: none !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fc841c;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

/* Hover effect */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #fc841c;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* Left button bottom-left of slider */
.swiper-button-prev {
  left: calc(50% - 60px) !important;
}

/* Right button bottom-right of slider */
.swiper-button-next {
  right: calc(50% - 60px) !important;
}

/* Fix default arrow icon size */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 18px !important;
}

/* =================== MEDIA QUERIES =================== */

/* Mobile (max 767px) */
@media (max-width: 767px) {
  .reviews {
    padding: 40px 15px;
  }

  .reviews h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .swiper-slide {
    padding: 18px;
  }

  .review-user img {
    width: 60px;
    height: 60px;
  }

  .review-user h4 {
    font-size: 14px;
  }

  .review-text {
    font-size: 14px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 28px;
    height: 28px;
  }
}

/* Tablet (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
  .reviews {
    padding: 50px 20px;
  }

  .reviews h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .swiper-slide {
    padding: 20px;
  }

  .review-user img {
    width: 70px;
    height: 70px;
  }


}

/* Desktop (1024px and above) */
@media (min-width: 1024px) {
  .reviews {
    padding: 60px 20px;
  }

  .reviews h2 {
    font-size: 28px;
  }

  .swiper-slide {
    padding: 25px;
  }

  .review-user img {
    width: 80px;
    height: 80px;
  }


}


@media (max-width: 768px) {

  .search-box h1 {
    font-size: 25px;
  }

  .search-box {
    padding: 10px;
  }

  .top-bar {
    display: grid !important;
  }

  .hero {
    height: 350px;
    margin-top: 130px;
  }

  .hero h2 {
    font-size: 18px;
  }

  .hero-text h1 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 2.5rem;
    line-height: 1.4;
    margin-top: 50px;
  }

  .units-content {
    display: grid !important;
  }

  .hero-buttons button {
    width: 105%;
    padding: 5px 14px;
  }

  .imgonbtn {
    margin-top: 0px;
  }

  .logo {
    width: 35%;
  }

  /* header {
    display: grid !important;
  } */




  .last-text {
    font-size: 10px;
  }

  .hero-buttons button {
    font-size: 14px;
  }

  .slider {
    height: 55vh;
  }

  /* .nav-links {
    display: none;
    flex-direction: column;
    background: white;
    position: absolute;
    top: 255px;
    right: 0;
    width: 220px;
    padding: 20px;
  } */



  /* .nav-links.active{
     text-align: right;
  } */



  .nav-links.active {
    display: flex;
    width: 100%;
  
    
    line-height: 1px !important;
    
  }

  .nav-links {
    display: none;
    flex-direction: column;
    background: #fff;
    width: 100% !important;
    position: absolute;
    top: 202px;
    left: 0;
    z-index: 999;
    border: 1px solid #ddd;
    gap: 5px !important;

  }

  .nav-links li {
    list-style: none;
    border-bottom: 1px solid #eee;
    text-align: left;
     padding: 6px;
  }

  .nav-links li a {
    display: block;
    
    /* yahan padding thoda kam kiya */
    margin: 0;
    /* extra margin hata diya */
    text-decoration: none;
    color: #000;
    padding: 1px !important;

    font-size: 16px;
    line-height: 1;
    margin-top: 4px;
    margin-left: 11px;
    /* compact height */
  }

  .nav-links li a:hover {

    color: #fc8318;
    /* hover accent */
  }

  /* Active menu open */
  .nav-links.show {
    display: flex;
  }


  .menu-toggle {
    display: block;
    cursor: pointer;
  }

  .menu-toggle div {
    width: 25px;
    height: 3px;
    background: #333;
    margin: 5px 0;
  }

  .menu-icon {

    display: block;
  }


  /* .menu-toggle {
    margin-right: 25px;
    display: block !important;
    margin-top: 1px;
    float: right;

  } */


}

@media (max-width: 500px) {
  .hero h2 {

    margin-bottom: -24px !important;
    font-size: 17px !important;

  }

  button.reserve-btn {
    width: 52%;
    margin-left: 2px;

  }

  .reserve-btn {
    padding: 8px 0px;
  }

  /* button.reserve-btn {
    width: 130px;
    height: 39px;
} */
  .reserve-btn a {
    color: #eee;
    font-size: 14px !important;
  }

  .btn {

    margin-right: 31px;
  }

  .top-bar p a {
    color: #eee;
    font-size: 15px;
  }

  .top-bar p.title {
    font-size: 14px !important;
    margin-top: 1px;

  }

  .top-bar {

    padding: 10px 17px;

  }

  img.navimg {
    top: -3px;

  }

}

/* @media (max-width: 375px) {
     .top-bar p a {
      color: #eee;
      font-size: 13px;
    }

    .top-bar p.title {
      font-size: 13px;
      margin-top: 1px;

    }
     .top-bar {

      padding: 10px 17px;

    }

    img.navimg {
      top: -3px !important;

    }
}
  @media (max-width: 320px) {
     .top-bar p a {
      color: #eee;
      font-size: 11px;
    }

    .top-bar p.title {
      font-size: 11px;
      margin-top: 1px;

    }
     .top-bar {

      padding: 10px 17px;

    }

    img.navimg {
      top: -3px;

    }
} */

@media (max-width: 375px) {
  .nav-links {

    top: 221px !important;

  }

}

@media (max-width: 320px) {
  .nav-links {
    top: 224px !important;

  }


}









/* 

footer {
  background: #222;
  color: #fff;
  padding: 40px 20px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 1200px;
  margin: auto;


}

.footer-column h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fc8318;


.footer-column img {
  margin: 10px 0;
}



.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #ccc;
  font-size: 17px;
  transition: color 0.3s ease;
}



.footer-column ul li a:hover {
  color: #fc841c;
}

.footericon {
  height: 1.3em !important;
  color: #eee;
}

.footericon :hover {

  color: #fc841c;
}



.footer-colum.social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  color: #ccc;
  transition: color 0.3s ease;
}

.footer-colum.social-icons a:hover {
  color: #fc8318;
}

.last-text {
  font-size: 13px;
  text-align: center;
  color: #fff;
}

.last-text span {
  color: #fc8318;
}

@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
} */
footer {
  background: #222;
  color: #fff;
  padding: 40px 20px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  gap: 3px;
}

.footer-column {
  flex: 1;
  min-width: 220px;
  /* prevent shrinking too much */
  margin-left: 17px;
}

.footer-column h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fc8318;
  /* accent color */
  border-bottom: 1px solid #fd8429;
  display: inline-block;
  /* ✅ line sirf text ke neeche tak rahegi */
  padding-bottom: 3px;
}

.footer-column img {
  margin: 10px 0;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #ccc;
  font-size: 17px;
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: #fc841c;
}

/* Social icons */
.footer-sicon {
  height: 1.3em !important;
  color: #eee;
}

.footer-sicon:hover {
  color: #fc841c;
}

.footer-column .social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  color: #ccc;
  transition: color 0.3s ease;
}

.footer-column .social-icons a:hover {
  color: #fc8318;
}

/* Contact List */
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  /* text multi-line ho to top se align ho */
  gap: 8px;
  /* ✅ icon aur text ke beech gap */
  margin-bottom: 12px;
  /* har line ke beech spacing */
  font-size: 16px;
  color: #ddd;
}

.contact-list i {
  color: #fc8318;
  font-size: 18px;
  flex-shrink: 0;
  /* ✅ icon shrink nahi hoga */
  margin-top: 2px;
  /* thoda balance */
}

.contact-list a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-list a:hover {
  color: #fc8318;
}

.footer-deailsicon {
  height: 1.1em !important;
  color: #fc8318;
  margin-top: 5px;
}

/* Bottom text */
p.last-text {
  text-align: center;
  font-size: 17px;
  margin-top: 20px;
  color: #fff;
}

p.last-text span {
  color: #fc8318;
}

/* Responsive Design */
@media (max-width: 992px) {
  .footer-container {
    display: block;
  }

}

/* @media (max-width: 576px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-column {
    flex: 1 1 100%; 
  
    min-width: 131px !important;
   

  }


} */


@media (max-width: 880px) {
  .footer-logo {
    width: 48%;
    max-width: 140px;
  }

  .footer-grid {
    gap: 22px;
  }
}

/* On smaller screens, center the content and center icon+text for readability */
@media (max-width: 560px) {
  .site-footer {
    padding: 36px 14px 22px;
  }

  .footer-column {
    text-align: left;
  }

  .contact-list li {
    display: inline-block;
    justify-content: center;
    align-items: center;
    text-align: left;
  }

  .contact-list i {
    margin-top: 0;
  }

  .contact-text {
    text-align: left;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-column ul li a {
    text-decoration: none;
    color: #ccc;
    font-size: 17px;
    transition: color 0.3s ease;
  }

  .footer-column ul li a {

    font-size: 18px;

  }

}

@media (max-width: 425px) {
  .footer-column ul li a {

    font-size: 20px !important;

  }
}

@media (max-width: 375px) {
  .footer-column ul li a {

    font-size: 18px !important;

  }
}

@media (max-width: 320px) {
  .footer-column ul li a {

    font-size: 16px !important;

  }
}

.contact-banner {
  background-image: url("img/contact.png");
  /* <-- apna sahi path yaha dalna */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 433px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  position: relative;
}

.contact-banner h1 {
  font-size: 20px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 25px;
  border-radius: 8px;
}

/* Banner */
.contact-banner {
  /* background: url("contact-banner.jpg") center/cover no-repeat; */
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  text-align: center;
}

.contact-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.contact-banner h1 {
  position: relative;
  z-index: 1;
  font-size: 36px;
}

/* Contact Section */
.contact-section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}


.contact-info p {
  margin-bottom: 12px;
  font-size: 15px;
}

.g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.icon-cont {
  height: 2.8em;

}

.toucstext {
  display: flex;
}

contact-section .contact-info {


  background: #f9f9f900 !important;
  padding: 20px;
  border: 1px solid #dddddd24;
  border-radius: 8px;

}

.contact-info h2 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #0d3599;
  margin-top: 2px;
  margin-left: 7px;
}

.toucstext h4 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #0d3599;
  margin-top: 2px;
  margin-left: 8px;
}

.contact-form form input,
.contact-form form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 20px;
}

.contact-form form button {
  padding: 10px 20px;
  background: #fc8318;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
  transition: background 0.3s;
}

.contact-form form button:hover {
  background: #d47200;
}

/* Media Queries */
@media (max-width: 768px) {
  .contact-banner {
    height: 180px;
  }

  .contact-banner h1 {
    font-size: 26px;
  }
}









.social-icons a {
  margin-right: 15px;
  text-decoration: none;
  font-size: 20px;
  color: #fc8318;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #d36d12;
}

.radio-group {
  display: flex;
  gap: 20px;
  margin: 8px 0 12px;
  font-size: 14px;
  color: #555;
}

.radio-group label {
  cursor: pointer;
}

/* ========================= */
/* RESPONSIVE MEDIA QUERIES */
/* ========================= */

/* Tablet View */
@media(max-width: 992px) {
  .contact-section {
    grid-template-columns: 1fr;
    /* single column */
    gap: 20px;
  }

  .contact-banner {
    height: 200px;
  }

  .contact-banner h1 {
    font-size: 28px;
    padding: 8px 18px;
  }
}

/* Mobile View */
@media(max-width: 576px) {
  .contact-section {
    padding: 0 15px;
  }

  .contact-form,
  .contact-info {
    padding: 15px;
  }

  .contact-banner {
    height: 150px;
  }

  .contact-banner h1 {
    font-size: 22px;
    padding: 6px 12px;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 13px;
    padding: 10px;
  }

  .contact-form button {
    width: 100%;
    /* full width button on mobile */
    font-size: 14px;
  }
}

.storage-banner {
  background: url("img/storagunit.png") center/cover no-repeat;
  height: 481px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  color: #fff;
}

.storage-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.storage-banner span {
  display: flex;
  justify-content: space-between;
  margin-top: 218px;
}

.storage-banner h1 {
  position: relative;
  z-index: 1;
  font-size: 38px;
  left: 10px;
  top: -16px !important;
}

.contacticon {
  height: 2.8em;
  z-index: 932;
}






/* Container */
.storage-container {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
}

.storage-container h2 {
  font-size: 30px;
  margin-bottom: 15px;
  text-align: center;
  color: #0046aa;
}

.storage-container p {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
}

/* Units Grid */
.units-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.unit-card {
  background: #0d3599;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  transition: all 0.3s ease;
  color: #eee;
}


.unit-card:hover {
  background: #fc8318;
  color: #fff;
  transform: translateY(-5px);
}

/* Policy Section */
.policy {
  margin-top: 40px;
}

.policy h3 {
  font-size: 20px;
  color: #0d3599;
  margin-bottom: 8px;
  font-weight: 600;
}

.policy p {
  text-align: justify;
  font-size: x-small;
  margin-bottom: 20px;
  color: #000;
  line-height: 2.3em;
}

/* Media Queries */
@media (max-width: 768px) {
  /* .storage-banner {
    height: 200px;
  } */

  .storage-banner h1 {
    font-size: 22px;
    top: -7px !important;
  }


  .storage-container h2 {
    font-size: 22px;
  }

  .storage-banner h1 {
    font-size: 17px;

  }

  .contacticon {
    height: 2.4em;

  }



}

@media (max-width: 480px) {
  .storage-banner {
    height: 200px;
    /* even smaller for small phones */
  }

  .storage-banner {
    background: url("img/storagunit.png") center/cover no-repeat;
    /* height: 574px; */
    display: block;
    justify-content: center;
    /* align-items: center; */
    /* text-align: center; */
    /* position: relative; */
    /* color: #fff; */
  }

  .storage-banner span {
    display: flex;
    justify-content: center;
    margin-top: 218px;
  }

  .contacticon {
    height: 2.4em;
    margin-top: 83px;
  }

  .storage-banner h1 {
    font-size: 18px;
    top: 73px !important;
  }
}

.features-banner {
  background: url("img/storagunit.png") center/cover no-repeat;
  height: 444px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  color: #fff;
}

.features-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.features-banner h1 {
  position: relative;
  z-index: 1;
  font-size: 38px;
}

/* Container */
.features-container {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
}

.features-container h2 {
  font-size: 30px;
  margin-bottom: 15px;
  text-align: center;
  color: #0046aa;
}

.features-container p {
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
}

/* Features Section */
.features-category {
  margin-bottom: 30px;
}

.features-category h3 {
  font-size: 25px;
  margin-bottom: 10px;
  color: #fc8318;

  display: inline-block;
  padding-bottom: 5px;
}

.features-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
  margin-top: 15px;
}





/* Media Queries */
@media (max-width: 768px) {
  .features-banner {
    height: 200px;
  }

  .features-banner h1 {
    font-size: 26px;
  }

  .features-container h2 {
    font-size: 22px;
  }
}



/* Banner */
.location-banner {
  background: url("location-banner.jpg") center/cover no-repeat;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  text-align: center;
}

.location-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.location-banner h1 {
  position: relative;
  z-index: 1;
  font-size: 36px;
}

/* Intro Section */
.intro {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
  text-align: center;
}

.intro h2 {
  color: #0d3599;
  font-size: 30px;
}

.intro p {
  font-size: 18px;
  margin-bottom: 20px;
}

/* Directions */
.directions {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
}

.directions h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #0d3599;
  text-align: center;
}

.direction-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.direction-card {
  background: #f9f9f9;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.direction-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #0d3599;
}

.direction-card p {
  font-size: 17px;
  line-height: 1.5;
  text-align: justify;
}

/* Map + Contact */
.location-container {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}

.map iframe {
  width: 100%;
  height: 350px;
  border: none;
  border-radius: 8px;
}

.location-container .contact-info {
  background: #f9f9f9f8 !important;
  padding: 19px;
  border: 1px solid #dddddd3b;
  border-radius: 8px;
}

.locationtest {
  display: flex;
}

.icon-loc {
  height: 1.8em;
}


.location-container h2 {
  font-size: 25px;
  margin-bottom: 15px;
  color: #0d3599;
  margin-top: -1px;
  margin-left: 7px;

}

.contact-info p {
  margin-bottom: 12px;
  font-size: 18px;
}

.contact-info a {
  color: #333;
  text-decoration: none;
}

.contact-info a:hover {
  color: #fc8318;
}

.social-icons {
  margin-top: 15px;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  color: #fc8318;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #fc8318;
}

/* ✅ Media Queries */
@media (max-width: 992px) {
  .direction-grid {
    grid-template-columns: 1fr;
  }

  .location-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .location-banner {
    height: 200px;
  }

  .location-banner h1 {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .intro p {
    font-size: 14px;
  }

  .direction-card {
    padding: 15px;
  }

  .contact-info p {
    font-size: 14px;
  }
}

.bingo a {
  color: #eee;
}

.bingo a:hover {
  color: #ee8931;
}

/* 
.features-section {
  max-width: 1200px;
  margin: auto;
  padding: 50px 20px;
  text-align: center;
}

.features-section h2 {
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: 700;
  color: #111;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}



 .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
} 



.feature-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}


.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  margin: 40px 0;
}

.feature-card {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.08);
}

.feature-card i {
  font-size: 22px;
  color: #f36c21;
  flex-shrink: 0;
}

.feature-card h3 {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin: 0;
}

@media (max-width: 992px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
} */

.features-container {
  max-width: 1100px;
  margin: 50px auto;
  padding: 0 20px;
  text-align: center;
}

.features-container h2 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #0d3599;
}

.features-container p {
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
}

.features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}

.feature {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  text-align: left;
  background: #aba6a600;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 7%);
  transition: transform 0.2s ease;
}

/* .feature:hover {
      transform: translateY(-3px);
    } */

.feature img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  flex-shrink: 0;
}

.feature h3 {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 600;
  color: #222;
}

.feature ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.feature ul li {
  font-size: 14px;
  margin: 6px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #444;
}

.feature ul li i {
  color: #fc8318;
  font-size: 14px;
}

.features-container a {
  color: #0d3599;
  font-weight: bold;
  text-decoration: none;
}

.payment-logos {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.payment-logos img {
  height: 35px;
  object-fit: contain;
}

/* Responsive */
@media (max-width: 768px) {
  .features {
    grid-template-columns: 1fr;
  }

  .features-container h2 {
    font-size: 24px;
  }
}

.storage-tabs {
  display: block;
  gap: 15px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.storage-tabs .tab {
  padding: 12px 24px;
  cursor: pointer;
  border: 1px solid #fc841c;
  background-color: white;
  color: #fc841c;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.storage-tabs .tab.active {
  background-color: #fc841c;
  color: white;
}

.content {
  display: flex;
  flex-direction: column;
  gap: 20px;

  align-items: center;
}

.options-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.option {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px;
  border: 2px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
  max-width: 600px;
}

.option.active {
  border-color: #fd852b75;
  background: #f0f8ff;
}

.option img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  display: block;
}

.option h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}

.option p {
  font-size: 16px;
  color: #555;
  text-align: left;

}

.size-guide h3 {
  text-align: left;
  padding: 1px;
  color: #0d3599d9;
  font-size: 23px;
}

.size-guide h5 {
  text-align: center;
  font-size: 30px;
  color: #0d3599;
}

.test h3 {
  font-size: 40px;
}

@media (max-width: 900px) {
  .option {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .option img {
    width: 150px;
    height: 150px;
  }

  .size-guide h3 {
    text-align: center;
    padding: 1px;
    color: #0d3599d9;
    font-size: 23px;
  }

  .option p {
    font-size: 16px;
    color: #555;
    text-align: left;

  }
}

@media (max-width: 500px) {
  .storage-tabs button.tab {

    padding: 6px 20px;
    font-size: 10px;

  }
}
@media (max-width: 425px) {
.option p {
    font-size: 16px;
    color: #555;
    text-align: center;
}
}
@media (max-width: 425px) {
p.last-text {
    
    font-size: 21px;
   
}
}
@media (max-width: 375px) {
p.last-text {
    
    font-size: 19px;
    
}
}
@media (max-width: 320px) {
p.last-text {
    
    font-size: 16px;
    
}
}
@media (max-width: 302px) {
p.last-text {
    
    font-size: 14px;
    
}
}


