.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%;
  z-index: 3;
  height: 170px;
}

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

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

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

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

.home-slide.far-next {
  transform: translateX(200%) 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: #213f60;
  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: #213f60;
  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: #213f60;
  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;
  }
}

/* ===== MOBILE BOTTOM NAVIGATION ===== */
.mobile-bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  background-color: #ffffff;
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  z-index: 9998;
  padding: 0;
  margin: 0;
}

.mobile-bottom-nav.active {
  display: flex;
}

.mobile-bottom-nav ul {
  display: flex;
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: space-around;
}

.mobile-bottom-nav li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}

.mobile-bottom-nav a,
.mobile-bottom-nav .nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: #333333;
  font-size: 12px;
  font-weight: 500;
  gap: 4px;
  transition: all 0.3s ease;
}

.mobile-bottom-nav a:hover,
.mobile-bottom-nav .nav-item:hover {
  color: #7a4252;
  background-color: #f5f5f5;
}

.mobile-bottom-nav i {
  font-size: 24px;
  display: block;
}

.mobile-bottom-nav .nav-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Home icon styling */
.mobile-bottom-nav .home-nav-item {
  position: relative;
}

.mobile-bottom-nav .home-nav-item a {
  color: #333333;
}

.mobile-bottom-nav .home-nav-item a:hover {
  color: #7a4252;
}

/* User/Account styling */
.mobile-bottom-nav .user-nav-item .nav-item {
  position: relative;
}

.mobile-bottom-nav .user-nav-item .nav-item:hover {
  color: #7a4252;
}

/* Wishlist styling */
.mobile-bottom-nav .wishlist-nav-item a {
  position: relative;
}

/* Cart styling */
.mobile-bottom-nav .cart-nav-item a {
  position: relative;
}

.mobile-bottom-nav .cart-nav-item .count {
  position: absolute;
  top: -4px;
  right: 12px;
  background-color: #333333;
  color: #ffffff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
}

.logo-text{
  padding-right: 60px;
}
/* Adjust main content for mobile bottom nav */
@media (max-width: 768px) {
  #dynamic_page_contents {
    padding-bottom: 85px;
  }

  .mobile-bottom-nav.active {
    display: flex;
  }
}

@media (max-width: 576px) {
  .logo-text{
  padding-right: 0px;
}
  #dynamic_page_contents {
    padding-bottom: 85px;
  }

  .mobile-bottom-nav.active {
    display: flex;
  }
}

/* Hide mobile nav on desktop */
@media (min-width: 769px) {
  .mobile-bottom-nav {
    display: none !important;
  }
}

/* ===== Mobile: pin RentMyCartBody above bottom nav ===== */
@media (max-width: 768px) {
  .mobile-bottom-nav .RentMyCartBody {
    position: fixed !important;
    left: auto !important;
    right: 10px !important;
    bottom: 85px !important; /* sits just above mobile-bottom-nav */
    top: auto !important;
    max-height: calc(100vh - 520px) !important;
    overflow-y: auto !important;
    z-index: 100000 !important;
    background: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
    padding: 8px !important;
  }

  /* Ensure the cart inner list expands and scrolls inside the fixed container */
  .mobile-bottom-nav .RentMyCartBody .RentMyCartBodyInner {
    max-height: calc(100vh - 160px) !important;
    overflow-y: auto !important;
  }

  /* When fixed, hide any top-arrow that assumes dropdown from header */
  .mobile-bottom-nav .RentMyCartBody .RentMyTopArrow {
    display: none !important;
  }
  .rentmy-innerpage-banner,
  .hero-section {
    margin-top: 0;
  }
  .contact-header {
    display: none;
  }
}
.partners-section {
  background: #f7f7f7;
  position: relative;
}

.partners-title {
  color: #1d1d1d;
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
}

.partners-item {
  width: 60%;
  margin: 0 auto;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners-logo {
  max-height: 110px;
  max-width: 260px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.95;
}

/* Owl dots off */
.partners-carousel .owl-dots {
  display: none;
}

/* Custom nav */
.partners-carousel .owl-nav {
  margin: 0;
}
.partners-carousel .owl-nav button.owl-prev,
.partners-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}
.partners-carousel .owl-nav button.owl-prev {
  left: 0;
}
.partners-carousel .owl-nav button.owl-next {
  right: 0;
}

.partners-carousel .owl-nav button i {
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .partners-item {
    height: 140px;
  }
  .partners-logo {
    max-height: 80px;
    max-width: 210px;
  }
  .partners-carousel .owl-nav button.owl-prev,
  .partners-carousel .owl-nav button.owl-next {
    width: 38px;
    height: 38px;
  }
  .partners-carousel .owl-nav button span {
    font-size: 22px;
  }
}

.wishlist-nav-item .RentMyWishlistCounter::after {
  content: "wishlist";
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cart-nav-item .RentMyMiniCart::after {
  content: "Cart";
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.variant-image{
  width: 40px !important;
  height: 40px !important;
}

.wishlist-nav-item .RentMyWishlistCounter .icon-area,
.cart-nav-item .RentMyMiniCart .icon-area {
  margin-bottom: 16px;
}

.modal{
  z-index: 9999;
}
