.packagecard-info h3{
  text-align: center;
}
.contact-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.rentmy-innerpage-banner {
  margin-top: 38px;
}
.hero-section {
  margin-top: 38px;
}
/* .menu-brand-wrapper {
  top: 30px;
} */
.clear-cart {
  background-color: #4585a5;
  padding: 9px 20px;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  border: none;
  width: fit-content;
  text-transform: capitalize;
}
.offcanvas {
  z-index: 99999;
}

.MinCartRemoveProduct i {
  font-size: 16px !important;
  color: #960000 !important;
}
.standard-section {
  background-image: url(https://s3.us-east-2.amazonaws.com/images.rentmy.co/content-image/3893/media/1760939857_x4va6pni_snowflakes.png);
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
  position: relative;
}
.standard-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
}

.standard-section .container {
  z-index: 111;
  position: relative;
}

.home-slider-wrapper {
  width: 90vw;
  max-width: 1100px;
  padding: 60px 0px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.home-slider {
  position: relative;
  height: 325px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.home-slide {
  position: absolute;
  width: 59.5%;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  transform-origin: center;
  transform: translateX(0) scale(0.9);
  opacity: 0;
  background: #000;
  transition: all 500ms ease;
  z-index: 1;
}
.home-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-slide.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  z-index: 4;
}

/* 1st neighbors */
.home-slide.prev,
.home-slide.next {
  opacity: 1;
  width: 35%;
  border-radius: 40px;
  z-index: 3;
  height: 170px;
}

.home-slide.prev {
  transform: translateX(-50%) scale(0.96);
}

.home-slide.next {
  transform: translateX(50%) scale(0.96);
}

/* 2nd neighbors (outer small cards) */
.home-slide.far-prev,
.home-slide.far-next {
  opacity: 1;
  width: 20%;
  height: 110px;
  border-radius: 40px;
  z-index: 2;
}

.home-slide.far-prev {
  transform: translateX(-160%) scale(0.94);
}

.home-slide.far-next {
  transform: translateX(160%) scale(0.94);
}

/* completely hidden slides */
.home-slide.hidden {
  opacity: 0;
  transform: translateX(0) scale(0.8);
  pointer-events: none;
  z-index: 0;
}

/* Controls */
.home-slider-controls {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  user-select: none;
}

.home-dots {
  display: flex;
  gap: 10px;
  align-items: center;
}

.home-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #d4d4d8;
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.home-dot.active {
  width: 16px;
  height: 16px;
  background: #7c3aed;
  transform: translateY(-1px);
}

.home-arrow-btn {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.home-arrow-btn:hover {
  background: #e4e4e7;
  transform: translateY(-1px);
}

.home-arrow-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: relative;
}

.package-tabs {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  list-style: none;
  padding-left: 0;
}
.package-tabs .package-tab {
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  font-size: 16px;
}
.package-tabs .package-tab.active {
  background-color: #4a5489;
  color: #ffffff;
}
.home-location-content-wrap {
  padding-left: 3rem;
}

.home-location-heading {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #333333;
}

.home-location-item {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  margin-bottom: 1.25rem;
  color: rgba(77, 77, 77, 0.95);
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.home-location-icon {
  font-size: 1.1rem;
  color: #000;
  margin-top: 0.2rem;
  min-width: 20px;
  text-align: center;
}

.home-location-item strong {
  font-weight: 600;
}

.home-location-button {
  margin-top: 2rem;
}

.home-location-btn {
  padding: 10px 15px;
  border-radius: 5px;
  border: none;
  background-color: #444b8c;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.home-location-btn i {
  font-size: 1rem;
}

.home-location-btn:hover,
.home-location-btn:focus {
  background-color: #363c6d;
  color: #ffffff;
}
.how-it-works-icon{
  flex-shrink: 0;
}
.how-it-works-card svg{
  width: 65%;
  margin-right: 10px;
}
@media (max-width: 1200px) {
.how-it-works-number{
  font-size: 48px;
}
}
/* Smaller screens */
@media (max-width: 900px) {
  .home-slider {
    height: 260px;
  }
  .home-slide {
    width: 75%;
  }
  .home-slide.prev,
  .home-slide.next {
    width: 52%;
    transform: translateX(-56%) scale(0.96);
  }
  .home-slide.next {
    transform: translateX(56%) scale(0.96);
  }
  .home-slide.far-prev,
  .home-slide.far-next {
    width: 32%;
    transform: translateX(-110%) scale(0.94);
  }
  .home-slide.far-next {
    transform: translateX(110%) scale(0.94);
  }
  .home-location-content-wrap{
    padding-left: 0;
  }
  .home-location-content-wrap br{
    display:  block !important;

  }
  .map-box figure{
    transform: translateY(0px) !important;
  }
}

@media (max-width: 600px) {
  .home-slider {
    height: 220px;
  }
  .home-slide {
    width: 80%;
  }
  .home-slider-controls {
    gap: 18px;
  }
}

.standard-section .RentMyProductListRow .RentMyProductArea .RentMyProductItem {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.standard-section .RentMyProductListRow .ProductPrice {
  color: #444446 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  display: flex;
  flex-direction: column;
  text-wrap: nowrap;
}
@media (max-width: 767px) {
    .packagecard-info h3 ,.ProductName a{
        font-size: 18px;
        line-height: 20px;
    }
}
@media (max-width: 499px) {
  .standard-section
    .RentMyProductListRow
    .RentMyProductArea
    .RentMyProductItem {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
 .standard-section .RentMyProductListRow .RentMyProductImg a{
padding: 10px;
  }
   .standard-section .RentMyProductListRow .RentMyProductImg a img{
    height: auto !important;
    object-fit: contain !important;
   }
}
