@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=League+Spartan:wght@100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Manrope:wght@200..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap');

:root {
  --primary-color: #FFCF2F;
}

body {
  font-family: "Mulish", sans-serif;
  background-color: #ffffff;
  color: #fff;
  margin: 0;
  font-size: 16px;
  overflow-x: hidden;
}

#primary,
.wcfmmp-store-list-page .page-detail-sec {
  color: #000;
  margin-top: 115px !important;
}

.text-warning {
  color: var(--primary-color) !important;
}

.btn-warning {
  background: var(--primary-color) !important;
}

/* Header */
.rental-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  backdrop-filter: blur(5px);
  background: #000000b3;
}

.logo img {
  width: 140px;
  height: 60px;
}

#menu-bar:hover {
  border: 1px solid white;
  transition: .2s ease-in-out;
}

#menu-bar:hover img {
  transform: scale(1.2);
}

.search-bar {
  position: relative;
  display: inline-block;
  width: 45%;
}


.search-bar .search-input {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #d9d9d94f;
  border-radius: 5px;
  color: #fff;
  padding: 10px 20px 10px 45px;
  width: 100%;
  transition: all 0.3s ease;
  font-size: 15px;
}

.search-bar .search-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.search-bar::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  pointer-events: none;
  transition: color 0.3s ease;
}

.form-control:focus {
  box-shadow: none !important;
}

.nav-link {
  color: #fff !important;
  font-size: 16px;
}

.nav-link:hover {
  color: var(--primary-color) !important;
}


.offcanvas {
  background: #111;
}

.offcanvas .nav-link:hover {
  color: var(--primary-color) !important;
}

/* Hero Section */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}

.hero-section h1 {
  font-size: 60px;
  font-weight: 900;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 2;
}

/* Equipment Cards */
.equipment-card {
  width: 220px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 3;
}

.equipment-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.equipment-card span {
  display: block;
  background: var(--primary-color);
  color: #000;
  font-weight: 600;
  padding: 10px;
  height: 100%;
}

.equipment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.search-container {
  padding: 25px 20px;
  position: relative;
  z-index: 3;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 25px;
  backdrop-filter: blur(6px);
  gap: 15px;
}


.form-field {
  flex: 1;
}


.search-input {
  width: 100%;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 10px 15px 10px 40px;

  font-size: 15px;
  transition: all 0.3s ease;
}

.search-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-input:focus {
  box-shadow: none;
}


.form-field:first-child::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.7);
}

.form-field:nth-child(2)::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.7);
}

.form-field:nth-child(2) input {
  padding-left: 40px;
  background-color: transparent !important;
}

.form-field:nth-child(2) input::placeholder {
  color: #ffffffbe;
}

select.gt_selector.notranslate {
  background: #5d5d5d73;
  color: #fff;
  padding: 8px 12px;
  border: none;
  border-radius: 5px;
  width: 70%;
}

.form-field:nth-child(3)::before {
/*   content: "\f073"; */
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.7);
}

.category-item {
  color: #000;
}

.form-field:hover::before,
.search-input:focus~ ::before {
  color: #ffcd00;
}

/* Search button */
.search-container button {
  background-color: var(--primary-color);
  color: #000;
  border: none;
  transition: all 0.3s ease;
}

.radial-color-left,
.radial-color-right {
  position: absolute;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(255, 207, 47, 0.4) 0%, rgba(255, 207, 47, 0) 100%);
  pointer-events: none;
  z-index: 3;
  filter: blur(40px);
}

.radial-color-left {
  top: 50%;
  left: -200px;
  transform: translateY(-50%);
}

.radial-color-right {
  top: 50%;
  right: -200px;
  transform: translateY(-50%);
}

.flex-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-content h2 {
  font-size: 32px;
  font-weight: bold;
}

.flex-content a {
  color: #000;
  text-decoration: none;
}

.equipment-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* CARD */
.equipment-wrapper {
  flex: 0 0 calc(16.666% - 20px);
  /* 6 per row */
  max-width: calc(16.666% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--primary-color);
  padding: 40px 10px;
  border-radius: 25px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* HOVER (no layout break) */
.equipment-wrapper:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.equipment-wrapper h4 {
  font-size: 15px;
  font-weight: 600;
  margin-top: 20px;
  text-align: center;
}



.about-us {
  background-color: #2C2D32;
}

img.about-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.about-content {
  padding: 50px 30px;
  text-align: justify;
}

.about-content h2 {
  font-size: 40px;
  font-weight: 700;
}

.counter {
  display: flex;
  gap: 40px;
  font-size: 18px;
  font-weight: 400;
}

.counter h3 {
  font-size: 46px;
  font-weight: bold;
}

.counter h3::after {
  content: "+";
  color: #fff;
  font-weight: bold;
  margin-left: 3px;
}

.featured-section h2 {
  font-size: 32px;
  color: #000;
}

.badge {
  background: #8443C6;
  color: #fff;
  border-radius: 40px;
  width: max-content;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 400;
}

.category-select-wrapper {
  position: relative;
  display: inline-block;
}


.category-select {
  background: #fff;
  border-radius: 8px;
  padding: 8px 40px 8px 15px;
  font-size: 0.95rem;
  border: 1px solid #ddd;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

/* Custom dropdown arrow */
.category-select-wrapper::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
  pointer-events: none;
  font-size: 12px;
  transition: all 0.3s ease;
}

/* Hover/focus effects */
.category-select:hover,
.category-select:focus {
  border-color: #ffcd00;
}

.category-select-wrapper:hover::after {
  color: #ffcd00;
}


.product-card {
  transition: all 0.3s ease;
  background: #fff;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card h3 {
  color: #000;
  font-size: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-img {
  text-align: center;
}

.product-img img {
  width: 100%;
  max-height: 260px;
  object-fit: contain;
  border: 1px solid #b6b6b6;
  border-radius: 25px;
}

.stars-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}

.rating {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}

.price {
  color: #000;
  font-size: 24px;
}

.price small {
  font-size: 1.1rem;
}

.featured-carousel .owl-nav {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex !important;
  justify-content: space-between;
  pointer-events: none;
  /* allow clicks to pass through except on buttons */
}

/* Nav buttons */
.featured-carousel .owl-nav button {
  background: #ffcd00 !important;
  color: #000 !important;
  border-radius: 50% !important;
  width: 65px;
  height: 65px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 18px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  pointer-events: auto;
}

.featured-carousel .owl-prev {
  position: absolute;
  left: -180px;
}

.featured-carousel .owl-next {
  position: absolute;
  right: -180px;
}

.featured-carousel i.fa-solid.fa-chevron-right {
  margin-right: 20px;
}

.featured-carousel i.fa-solid.fa-chevron-left {
  margin-left: 20px;
}

/* Hover effect */
.featured-carousel .owl-nav button:hover {
  background: #e6b800 !important;
  transform: scale(1.1);
}

.featured-carousel .owl-dots.disabled {
  display: block;
}

.featured-carousel .owl-dot.active span {
  background-color: var(--primary-color) !important;
}


/* popular location css */

.popular-locations {
  background: url("https://equipmentrental-new.ezmarketingtech.com/wp-content/uploads/2025/12/freepik__talk__92809.png") no-repeat center center/cover;
  position: relative;
}
section.popular-locations:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #000000de;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.popular-locations .container{
  position: relative;
  z-index: 2;
}
.popular-locations h2{
  font-size: 42px;
}
.locations-grid {
  list-style: none;
  padding: 0;
  margin: 0;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 40px;
  position: relative;
    z-index: 2;

}

.locations-grid li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}

.locations-grid li a:hover {
  color: #ffcf2f;
}

/* Responsive */
@media (max-width: 991px) {
  .locations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .locations-grid {
    grid-template-columns: 1fr;
  }
}


/* work section css  */

.how-it-works-section {
  background: #fff;
  position: relative;
}

.how-it-works-section h2 {
  font-size: 32px;
  color: #000;
}

.how-it-works {
  gap: 40px;
}

/* Each card */
.step-card {
  background: #FFFBED;
  border: 1px solid var(--primary-color);
  border-radius: 16px;
  padding: 30px 20px;
  position: relative;
  max-width: 20%;
  flex: 0 0 20%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.step-card:hover {
  box-shadow: 0 8px 18px #ffce2f8d;
}


/* Connecting line */
.step-card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -98px;
  width: 108px;
  height: 20px;
  background: url(../assets/img/joining-line.png) no-repeat center center;
  background-size: cover;
  transform: translateY(-50%);
  z-index: 1;
}

.step-card:last-child::after {
  display: none;
}


/* Icons */
.icon {
  font-size: 36px;
  color: #000;
}

/* Text */
.step-card h6 {
  color: #000;
  margin-bottom: 8px;
  font-size: 20px;
}

.step-card p {
  color: #555;
  font-size: 14px;
  margin-bottom: 0;
}



/* Background Gradient */
.client-review-section {
  background: radial-gradient(circle,
      rgba(255, 207, 47, 0.4) 0%,
      rgba(255, 207, 47, 0) 100%);
  color: #000;
  padding: 3rem 0rem;
}

.client-review-section h2 {
  font-size: 40px;
}

/* Review Card */
.review-card {
  background: #fff;
  border: 1px solid var(--primary-color);
  border-radius: 16px;
  min-height: 270px;
  transition: 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0px 20px;
}

.review-card .quote {
  font-size: 100px;
  line-height: 0;
  color: #f2c330;
  font-weight: bold;
  margin-bottom: 10px;
}

.review-card p {
  color: #444;
  font-size: 15px;
  margin: 0;
}

.testimonial-carousel .owl-nav,
.testimonial-carousel .owl-dots {
  display: none !important;
}

/* footer css  */

.rental-footer {
  background: #2C2D32;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.rental-footer h2 {
  font-size: 40px;
}

/* Social Icons */
.footer-social a {
  color: #fff;
  margin: 0 8px;
  font-size: 20px;
  transition: 0.3s;
}

.footer-social a:hover {
  color: var(--primary-color);
}

/* Left content */
.footer-readmore {
  color: var(--primary-color);
  font-weight: 500;
  text-decoration: underline;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
  line-height: 2;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: var(--primary-color);
}

/* Contact List */
.footer-contact {
  list-style: none;
  padding: 0;
  line-height: 2;

}

.footer-contact a {
  color: #fff;
}

.footer-contact a:hover {
  color: var(--primary-color);
}

.footer-contact li {
  margin-bottom: 10px;
  color: #fff;
}

.footer-contact i {
  color: #ffd54a;
  margin-right: 8px;
}

/* inner page css  */

section.breadcrum {
  position: relative;
  margin-top: 101px;
  background: var(--primary-color);
  padding: 25px 0px;
  color: #000;
}

.breadcrum a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;

}

.inner-hero-section .container {
  display: flex;
  justify-content: center;
  align-items: end;
  background: url("https://equipmentrental-new.ezmarketingtech.com/wp-content/themes/equipment-rental/assets/img/inner-banner-img.png") center center / cover no-repeat;
  border-radius: 44px;
  height: 70vh;
}

.inner-hero-heading {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}

.trending-drones,
.drones-rent {
  overflow-x: hidden;
}

.trending-drones h2,
.drones-rent h2 {
  font-size: 32px;
  font-weight: bold;
  color: #000;
}

.coupon-card {
  position: relative;
  background: linear-gradient(90deg, rgba(255, 251, 237, 1) 0%, rgba(255, 207, 47, 0) 100%);
  border: 2px solid #F6D878;
  border-radius: 28px;
  padding: 30px 25px 30px;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.coupon-card:hover {
  transform: translateY(-5px);
}

.coupon-badge {
  position: absolute;
  top: -22px;
  left: 25px;
  padding: 8px 18px;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.badge-orange {
  background: #FF7F23;
}

.badge-black {
  background: #000;
}

.badge-gold {
  background: #AD8707;
}

.coupon-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #000;
}

.coupon-card p {
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
}


.preview-carousel {
  background: linear-gradient(90deg, #FFE99E 0%, #FFCF2F 100%);
  border-radius: 44px;
  padding: 50px 0px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.preview-slide {
  max-width: 1180px;
  margin: 0 auto;
}

.preview-slide h2 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
}

.img-wrap {
  position: relative;
  overflow: hidden;
}

.img-drone {
  transition: transform 0.55s ease, filter 0.45s ease;
}

.img-wrap:hover .img-drone {
  transform: translateY(-10px) scale(1.06);
  filter: drop-shadow(0 15px 30px rgba(255, 241, 195, 0.4));
}

.preview-carousel .owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 45%;
}

.preview-carousel .owl-prev {
  transform: translateX(20px);
}

.preview-carousel .owl-next {
  transform: translateX(-20px);
}


/* ----------------------------------------------------------------- */
.woocommerce-breadcrumb {
  max-width: 1320px !important;
  margin: 0 auto !important;
  margin-bottom: 20px !important;

}

.wc-block-components-product-name {
  color: #000;
  text-decoration: none;
}

.wc-block-components-product-name:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

a.wc-block-components-button {
  background: var(--primary-color);
  text-decoration: none;
  color: black;
  border-radius: 10px;
}

.woocommerce-product-gallery {
  width: 48% !important;
}

.woocommerce-product-gallery img {
  border-radius: 0px !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

.summary.entry-summary {
  width: 48% !important;
  padding-left: 30px !important;
}

.product_title {
  font-size: 32px !important;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
}

.summary .price {
  font-size: 28px !important;
  color: #28a745 !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}

.quantity input.qty {
  width: 90px !important;
  height: 48px !important;
  font-size: 16px !important;
}

.single_add_to_cart_button {
  background: #000 !important;
  color: #fff !important;
  padding: 17px 35px !important;
  font-size: 16px !important;
  border-radius: 6px !important;
  transition: 0.3s ease !important;
}

.single_add_to_cart_button:hover {
  background: var(--primary-color) !important;
}

.wcfm_catalog_enquiry {
  display: inline-block !important;
  margin-top: 15px !important;
  padding: 12px 20px !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
}

.product_meta {
  margin-top: 25px !important;
  font-size: 14px !important;
  color: #666 !important;
}



.woocommerce-tabs {
  margin-top: 50px !important;
}

.wc-tabs {
  border-bottom: 2px solid #eee !important;
}

.wc-tabs li a {
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 12px 20px !important;
}

.wc-tabs li.active a {
  color: #000 !important;
  border-bottom: 3px solid var(--primary-color) !important;
}

.woocommerce-Tabs-panel {
  padding: 10px 0 !important;
  font-size: 15px !important;
}

.related .product {
  background: #fff !important;
  border-radius: 10px !important;
  padding: 15px !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05) !important;
  transition: 0.4s ease !important;
}

.related .product:hover {
  transform: translateY(-6px) !important;
}

.related .button {
  background: #000 !important;
  color: #fff !important;
  border-radius: 5px !important;
}

.related .button:hover {
  background: var(--primary-color) !important;
}

#reviews.woocommerce-Reviews {
  background: #ffffff !important;
  padding: 30px !important;
  border-radius: 10px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}

/* Title */
.woocommerce-Reviews-title {
  font-size: 26px !important;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
  border-bottom: 2px solid #f1f1f1 !important;
  padding-bottom: 10px !important;
}

/* No reviews message */
.woocommerce-noreviews {
  font-size: 15px !important;
  color: #777 !important;
  background: #f8f9fb !important;
  padding: 15px !important;
  border-radius: 6px !important;
}


/* Reply title */
#reply-title {
  font-size: 22px !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
  display: block !important;
}

/* Rating stars */
.comment-form-rating label {
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  display: block !important;
}

p.stars a {
  color: #ccc !important;
  font-size: 22px !important;
  margin-right: 6px !important;
  transition: 0.3s ease !important;
}

p.stars a:hover,
p.stars a.active {
  color: #ffc107 !important;
}

/* Textarea */
.comment-form-comment textarea {
  width: 100% !important;
  border-radius: 8px !important;
  border: 1px solid #ddd !important;
  padding: 15px !important;
  font-size: 15px !important;
  resize: vertical !important;
}

.comment-form-comment textarea:focus {
  outline: none !important;
  border-color: #007bff !important;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15) !important;
}

/* Submit button */
#respond .submit {
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  padding: 14px 40px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  border-radius: 6px !important;
  transition: 0.3s ease !important;
}

#respond .submit:hover {
  background: var(--primary-color) !important;
}

/* Spacing cleanup */
.comment-form p {
  margin-bottom: 20px !important;
}

.woocommerce-Reviews #comments,
.woocommerce-Reviews #respond {
  border: none !important;
  padding: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0 !important;
}

#commentform {
  background: #ffffff !important;
  padding: 30px !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06) !important;
  margin-top: 25px !important;
}

/* Notes */
.comment-notes {
  font-size: 14px !important;
  color: #666 !important;
  background: #f8f9fb !important;
  padding: 12px 15px !important;
  border-radius: 6px !important;
  margin-bottom: 25px !important;
}

/* Labels */
#commentform label {
  font-weight: 600 !important;
  font-size: 14px !important;
  margin-bottom: 6px !important;
  display: block !important;
}

#commentform .required {
  color: #e63946 !important;
}


#commentform input[type="text"],
#commentform input[type="email"],
#commentform textarea {
  width: 100% !important;
  border-radius: 8px !important;
  border: 1px solid #ddd !important;
  padding: 14px 15px !important;
  font-size: 15px !important;
  background: #fff !important;
}


#commentform input:focus,
#commentform textarea:focus {
  outline: none !important;
  border-color: #007bff !important;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15) !important;
}

#commentform p {
  margin-bottom: 20px !important;
}

.comment-form-cookies-consent {
  display: flex !important;
  gap: 10px !important;
  align-items: flex-start !important;
  font-size: 14px !important;
}

.comment-form-cookies-consent input {
  margin-top: 3px !important;
}



#commentform .submit:hover {
  background: var(--primary-color) !important;
  transform: translateY(-2px) !important;
  color: #000;
}




/* ================================
   WCFM ENQUIRY FORM (NO IMPORTANT)
   ================================ */

#wcfm_enquiry_form {
  background: #ffffff;
  padding: 28px;
  border-radius: 12px;
  max-width: 100%;
}

/* Label */
#wcfm_enquiry_form .wcfm_popup_label {
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}

/* Required star */
#wcfm_enquiry_form .required {
  color: #e63946;
}

/* Textarea */
#wcfm_enquiry_form .wcfm_popup_textarea {
  width: 100%;
  min-height: 140px;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  padding: 14px;
  font-size: 15px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  resize: vertical;
}

/* Focus */
#wcfm_enquiry_form .wcfm_popup_textarea:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
}

#wcfm_enquiry_form .wcfm-message {
  margin-top: 15px;
  font-size: 14px;
  color: #28a745;
}


#wcfm_enquiry_form .wcfm_popup_button {
  background: #000;
  color: #fff;
  border: none;
  padding: 14px 38px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#wcfm_enquiry_form .wcfm_popup_button:hover {
  background: var(--primary-color) !important;
  transform: translateY(-2px);
  color: black !important;
}


.wcfm_clearfix,
.wcfm-clearfix {
  clear: both;
}


.tab_links {
  display: flex !important;
  gap: 30px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000 !important;
}

#wcfmmp-store .tab_area .tab_links li a {
  color: #000 I !important;
}

.tab_links li a {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #000 !important;
  padding-bottom: 6px !important;
  transition: 0.3s;
}

.tab_links li.active a,
.tab_links li a:hover {
  color: #000 !important;
  border-bottom: 2px solid #007bff !important;
  background: var(--primary-color) !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
}

/* ===============================
   TOOLBAR
   =============================== */
.woocommerce-result-count {
  font-size: 14px !important;
  color: #666 !important;
  margin-bottom: 15px !important;
}

.woocommerce-ordering {
  margin-bottom: 20px !important;
}

.woocommerce-ordering select {
  padding: 8px 12px !important;
  border-radius: 6px !important;
  border: 1px solid #ddd !important;
}

/* ===============================
   PRODUCT GRID
   =============================== */
ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 25px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.products .product {
  background: #fff !important;
  border-radius: 14px !important;
  padding: 15px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06) !important;
  transition: 0.3s;
}

.products .product:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}

.products img {
  width: 100% !important;
  border-radius: 12px !important;
}

/* Title & price */
.woocommerce-loop-product__title {
  font-size: 16px !important;
  font-weight: 600 !important;
  margin: 12px 0 6px !important;
  color: #222 !important;
}

.products .price {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #28a745 !important;
}

/* Button */
.products .button {
  display: block !important;
  margin-top: 12px !important;
  padding: 10px 0 !important;
  background: #000 !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: center !important;
  transition: 0.3s;
}

.products .button:hover {
  background: #007bff !important;
  transform: translateY(-2px);
}

.widget {
  background: #fff !important;
  padding: 20px !important;
  border-radius: 14px !important;
  margin-bottom: 25px !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06) !important;
}

.sidebar_heading h4 {
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
}


.woocommerce-product-search {
  display: flex !important;
  gap: 10px !important;
}

.woocommerce-product-search input {
  flex: 1 !important;
  padding: 10px 12px !important;
  border-radius: 6px !important;
  border: 1px solid #ddd !important;
}

.woocommerce-product-search button {
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  padding: 10px 16px !important;
  border-radius: 6px !important;
  cursor: pointer;
}

.woocommerce-product-search button:hover {
  background: #007bff !important;
}

.categories_list ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.categories_list li {
  margin-bottom: 10px !important;
}

.categories_list a {
  font-size: 14px !important;
  color: #444 !important;
  transition: 0.3s;
}

.categories_list a:hover {
  color: #007bff !important;
}

.child_cat {
  padding-left: 15px !important;
  font-size: 13px !important;
}

#wcfmmp-store .product_area .products-wrapper ul li.product {
  width: 100% !important;
  padding: 15px !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 100% !important;
}

.wcfm-store-list-page #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.coloum-3 .store-footer {
  height: 100px !important;
}

.wcfm-store-list-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 4px;
}

.wcfm-store-list-page .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
}

#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li p.store-enquiry {
  left: 0 !important;
}

#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.coloum-3 a.wcfmmp-visit-store {
  top: 46px !important;
  right: 60px !important;
}

#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li p.store-enquiry a.wcfm_catalog_enquiry {
  padding: 0 15px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 260px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  padding: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link {
  margin-bottom: 8px;
}

/* Nav links */
.woocommerce-account .woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 600;
  color: #444;
  border-radius: 8px;
  transition: 0.3s ease;
}

/* Active + hover */
.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation-link a:hover {
  background: var(--primary-color);
  color: #000;
}

/* Logout emphasis */
.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #e63946;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background: #e63946;
  color: #fff;
}


.woocommerce-account .woocommerce-MyAccount-content {
  flex: 1;
  background: #ffffff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

/* Notices */
.woocommerce-account .woocommerce-notices-wrapper {
  margin-bottom: 20px;
}

/* Welcome text */
.woocommerce-account .woocommerce-MyAccount-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

.woocommerce-account .woocommerce-MyAccount-content a {
  color: #007bff;
  font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
}


.woocommerce-checkout .wc-block-checkout {
  max-width: 1320px;
  margin: 0 auto;
}

.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
  width: 60% !important;
}

.woocommerce-checkout .wc-block-components-sidebar-layout {
  gap: 20px;
}

.woocommerce-checkout .wc-block-checkout__main,
.woocommerce-checkout .wc-block-checkout__sidebar {
  background: #fff !important;
  border-radius: 14px !important;
  padding: 30px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.woocommerce-checkout .wc-block-checkout__sidebar.is-sticky {
  top: 30px;
}

.woocommerce-checkout .wc-block-components-checkout-step__title {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 6px !important;
}

.woocommerce-checkout .wc-block-components-checkout-step__description {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-blocks-components-select__select {
  border-radius: 8px !important;
  border: 1px solid #ddd !important;
  padding: 14px 14px !important;
  font-size: 15px !important;
  background: #fff !important;
}

.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-blocks-components-select__label {
  font-size: 13px;
  font-weight: 600;
  color: #555;
}

.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus {
  outline: none !important;
  border-color: #007bff !important;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
}

.woocommerce-checkout .wc-block-components-checkbox__label {
  font-size: 14px;
  color: #444;
}

.woocommerce-checkout .wc-block-components-checkbox__mark {
  color: #007bff;
}

.woocommerce-checkout .wc-block-components-radio-control__option {
  padding: 14px;
  border: 1px solid #eee;
  margin-bottom: 12px;
  transition: 0.3s ease;
}

.woocommerce-checkout .wc-block-components-radio-control__option-checked {
  background: #f0f6ff;
  border: 1px solid #000 !important;
}

.woocommerce-checkout .wc-block-components-radio-control-accordion-content {
  font-size: 14px;
  color: #555;
  padding-top: 10px;
}

.woocommerce-checkout .wc-block-components-checkout-order-summary__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
  font-size: 18px;
  font-weight: 700;
}

.woocommerce-checkout .wc-block-components-order-summary-item {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.woocommerce-checkout .wc-block-components-product-name {
  font-size: 14px;
  font-weight: 600;
}

.woocommerce-checkout .wc-block-components-totals-item {
  font-size: 14px;
}

.woocommerce-checkout .wc-block-components-totals-footer-item {
  font-size: 18px;
  font-weight: 700;
}

.woocommerce-checkout .wc-block-components-panel__button {
  font-weight: 600;
  color: #007bff;
}

.woocommerce-checkout .wc-block-components-totals-wrapper.slot-wrapper>*>* {
  padding: 16px 15px;
}

.wc-block-components-form .wc-block-components-text-input.is-active input[type=email] {
  height: 4em !important;
  padding: 18px 10px 10px !important;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  width: 60% !important;
  padding: 16px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  border-radius: 10px !important;
  background: #000 !important;
  color: #fff !important;
  transition: 0.3s ease;
  border: none !important;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
  background: var(--primary-color) !important;
  transform: translateY(-2px);
  color: #000 !important;
}

.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
  font-size: 14px;
  font-weight: 600;
  color: #555;
}

.woocommerce-checkout .wc-block-checkout__terms {
  font-size: 13px;
  color: #666;
  margin-top: 15px;
}

.wc-block-components-form .wc-block-components-text-input.is-active label {
  margin-bottom: 5px;
}
.wc-block-grid__products {
    display: grid !important;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}
li.wc-block-grid__product{
  border-radius: 15px !important;
  padding: 15px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06) !important;
  transition: 0.3s ease;
  max-width: 100% !important;
}

li.wc-block-grid__product:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);

}
li.wc-block-grid__product a{
  text-decoration: none !important;
}

.wc-block-grid__product .wc-block-grid__product-title {
    margin: 0 0 12px;
    color: #000;
    /* text-decoration: none !important; */
    font-size: 16px;
}

.woocommerce-account .woocommerce-form {
  background: #fff;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.woocommerce-account .woocommerce-form h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #111;
}

.woocommerce-account .woocommerce-form-row {
  margin-bottom: 18px;
}

.woocommerce-account .woocommerce-form-row label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

.woocommerce-account .woocommerce-Input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 15px;
  transition: 0.3s ease;
}

.woocommerce-account .woocommerce-Input:focus {
  border-color: var(--secondary-color, #f15a24);
  box-shadow: 0 0 0 3px rgba(241, 90, 36, 0.15);
  outline: none;
}

.woocommerce-account .password-input {
  position: relative;
}

.woocommerce-account .show-password-input {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce-account button.button,
.woocommerce-account .woocommerce-Button {
  background: #000 !important;
  color: #fff !important;
  border: none;
  padding: 14px 26px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.woocommerce-account button.button:hover,
.woocommerce-account .woocommerce-Button:hover {
  background: var(--primary-color) !important;
  color: #000 !important;
}

.select2-container--default .select2-results__option .select2-results__option,
.select2-results__option {
  color: #000 !important;
}

#wcfmmp-store {
    overflow-x: hidden;
}
#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.coloum-3 {
    width: 100%;
    padding-right: 0 !important;
}
#wcfmmp-stores-wrap ul.wcfmmp-store-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
#wcfmmp-stores-wrap ul.wcfmmp-store-wrap:after, #wcfmmp-stores-wrap ul.wcfmmp-store-wrap:before {
    content: " ";
    display: none !important;
}
#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.coloum-3 {
    width: 100% !important;
}

/* inner page template css  */
.about-rental h2{
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}
.about-rental p{
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}
.img-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.img-wrapper img {
    width: 100%;
    height: 100% !important;
    transition: all 0.5s ease;
    border-radius: 30px;
}

.img-wrapper:hover img {
    transform: scale(1.03);
}


.rental-card {
    background: linear-gradient(90deg, rgba(255, 251, 237, 1) 0%, rgba(255, 207, 47, 0) 100%);
  border-radius: 14px;
  padding: 22px 18px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.rental-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
  background: linear-gradient(135deg, #111827, #1f2937);
  color: #fff;
}

.event-reliability-section {
      background: linear-gradient(90deg, rgba(255, 251, 237, 1) 0%, rgba(255, 207, 47, 0) 100%);
      text-align: center;
      color: #000;

}

.event-reliability-section h2 {
  line-height: 1.35;
  font-size: 44px;
}

.event-reliability-section p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  font-weight: 600;
}


.faq-accordion .accordion-item {
  border: none;
  margin-bottom: 12px;
}

.faq-accordion .accordion-button {
  background: #f8f9fa;
  font-weight: 600;
  box-shadow: none;
  transition: all 0.3s ease;
}

/* HOVER */
.faq-accordion .accordion-button:hover {
  background-color: var(--primary-color);
  color: #000;
}

/* ACTIVE / OPEN */
.faq-accordion .accordion-button:not(.collapsed) {
  background-color: var(--primary-color);
  color: #000;
  box-shadow: none;
}

/* REMOVE DEFAULT BOOTSTRAP ICON BG */
.faq-accordion .accordion-button::after {
  filter: brightness(0);
}

.faq-accordion .accordion-body {
  background: #fff;
  border-top: 1px solid #eee;
  line-height: 1.7;
}
@media (min-width: 1540px) {
  .featured-carousel .owl-prev {
    left: -180px;
  }

  .featured-carousel .owl-next {
    right: -180px;
  }
}


@media (max-width: 1320px) {
  .featured-carousel .owl-prev {
    position: absolute;
    left: -130px;
  }

  .featured-carousel .owl-next {
    position: absolute;
    right: -130px;
  }

  .featured-carousel i.fa-solid.fa-chevron-right {
    margin-right: 20px;
  }

  .featured-carousel i.fa-solid.fa-chevron-left {
    margin-left: 20px;
  }

  .featured-carousel .owl-prev {
    position: absolute;
    left: -90px;
  }

  .featured-carousel .owl-next {
    position: absolute;
    right: -90px;
  }
}

@media (max-width: 1260px) {

  .search-bar {
    width: 35% !important;
    flex-grow: unset !important;
  }
}

@media (max-width: 1200px) {
  .step-card::after {
    right: -70px;
    width: 78px;
    height: 14px;
  }

  .rental-footer h2 {
    font-size: 30px;
  }

  .footer-social img {
    height: 45px;
    width: 45px;
  }
}

@media (max-width: 1070px) {

  .search-bar {
    width: 30% !important;
    flex-grow: unset !important;
  }
}

/* Responsive */
@media (max-width: 992px) {
  .how-it-works {
    align-items: center;
  }

  .step-card {
    width: auto;
    max-width: 100%;
    flex: auto;
  }

  .step-card::after,
  .step-card::before {
    display: none;
  }

  img.about-image {
    width: 100%;
    position: relative;
  }

  .rental-footer-wrap {
    flex-direction: column;
  }

  .wcfm_catalog_enquiry {
    margin: 0 !important;
  }

  .product_title {
    font-size: 22px !important;
    margin-bottom: 0px !important;
  }

  #reviews.woocommerce-Reviews {
    padding: 30px 0 0 !important;
    box-shadow: none !important;
  }

  #primary,
  .wcfmmp-store-list-page .page-detail-sec {
    color: #000;
    margin-top: 115px !important;
  }

  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    padding-left: 20px;
  }

  ul.products {
    gap: 20px !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .coupon-section .row {
    row-gap: 25px;
  }

  .logo img {
    width: 118px;
  }

  .search-bar {
    width: 25% !important;
    margin: 0 !important;
  }
  .nav-item{
    font-size: 14px;
  }
  select.gt_selector.notranslate {
    width: 60%;
}
section.breadcrum {
    margin-top: 92px;
}
.inner-hero-section .container{
  height: 40vh;
}
.about-us{
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.about-us .col-lg-6:nth-child(1){
  padding: 0 !important;
}
.about-us .container{
  max-width: 100%;
}
li.product{
  margin:0 !important;
}
.wc-block-grid__products {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

#wcfmmp-stores-wrap ul.wcfmmp-store-wrap {
    grid-template-columns: repeat(2, 1fr);
}
#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.coloum-3 a.wcfmmp-visit-store {
    top: 30px !important;
    right: 40px !important;
}
.products {
    grid-template-columns: repeat(2, 1fr);
  }
  #wcfmmp-stores-lists .left_sidebar,#wcfmmp-stores-lists .right_side{
    width: 100% !important;
    height: max-content !important;
  }
  .nav-link {
    color: #fff !important;
    font-size: 14px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    padding-left: 15px !important;
}
.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main{
  width: 100% !important;
}


  .equipment-wrapper {
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
  }
  .form-field{
      padding: 0px !important;
      width:100%;
  }
  .form-field::before{
      left:20px !important;
      
  }
  .search-input{
      padding:10px 15px 10px 45px;
  }
  .search-container{
      flex-direction:column;
  }

}
/* Optional: responsive adjustment for mobile */
@media (max-width: 769px) {
  .featured-carousel .owl-prev {
    left: -30px;
  }

  .featured-carousel .owl-next {
    right: -30px;
  }

  .featured-carousel .owl-nav button {
    width: 38px;
    height: 38px;
    font-size: 16px !important;
  }

  .body_area {
    flex-direction: column;
  }

  .left_sidebar {
    width: 100%;
  }

  .login{
    display: none !important;
  }

}

@media (max-width: 600px) {

#primary, .wcfmmp-store-list-page .page-detail-sec {
        color: #000;
        margin-top: 145px !important;
    }
  .search-container {
    flex-direction: column;
  }

  .form-field {
    flex: 1;
    width: 100%;
    padding: 0 !important;
  }

  .how-it-works {
    flex-direction: column;
  }

  .step-card {
    width: 100%;
  }

  .counter {
    flex-direction: column;
    gap: 0px;
  }

  .form-field:nth-child(2)::before,
  .form-field:nth-child(1)::before {
    left: 15px;
  }

  #reviews.woocommerce-Reviews {
    background: #ffffff !important;
    padding: 0px !important;
    border-radius: 10px !important;
    box-shadow: none !important;
  }

  .woocommerce div.product div.summary {
    width: 100% !important;
  }

  .woocommerce div.product div.images.woocommerce-product-gallery {
    width: 100% !important;
  }

  ul.products {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  #wcfm_enquiry_form {

    padding: 0 !important;
    max-width: 90% !important;
  }

  #cboxLoadedContent {
    margin: 0px !important;
    width: 98% !important;
  }

  .comment-notes {
    margin-bottom: 0px !important;
    width: 100%;
  }

  #cboxLoadedContent {
    margin: 0px !important;
    width: 98% !important;
  }

  .comment-notes {
    margin-bottom: 0px !important;
    width: 100%;
    margin-left: 0 !important;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs {
    overflow: scroll !important;
    display: flex;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    flex-shrink: 0;
  }

  .wc-tabs li a {
    padding: 8px 12px !important;
  }

  #reply-title {
    font-size: 16px !important;
  }

  #commentform {
    margin-top: 15px !important;
    padding: 10px !important;
  }

  .summary.entry-summary {
    padding-left: 0px !important;
  }

  .inner-hero-heading {
    font-size: 22px;
    padding: 20px;
  }

  .rental-footer h2 {
    font-size: 26px;
    margin-top: 10px;
  }

  .logo img {
    width: 120px;
    height: 60px;
  }

  .trending-drones h2,
  .drones-rent h2 {
    padding-left: 15px;
  }
  .search-bar {
    display: none !important;
  }
  section.breadcrum {
        margin-top: 131px;
    }
    .featured-section h2 {
    font-size: 22px;
}
.client-review-section h2 {
    font-size: 30px;
}

.hero-section {
    padding-top: 120px;
}
.equipment-card {
    width: 100%;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .wc-block-grid__products {
    grid-template-columns: repeat(1, 1fr);
}

#tabsWithStyle .tab_links {
    gap: 5px !important;
    overflow: scroll;
}
#wcfmmp-stores-wrap ul.wcfmmp-store-wrap {
    grid-template-columns: repeat(1, 1fr);
}
#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li{
  padding-left: 10px !important;
  padding-right: 10px !important;
}
}

@media (max-width: 575px) {
  .equipment-wrapper {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .form-field{
      padding:0 !important;
  }
  .form-field::before{
      top:50%;
      left:15px;
      
  }
  .search-input{
      padding:10px 15px 10px 40px;
  }
}
@media (max-width: 480px) {
    
    .form-field:nth-child(3)::before{
        left:15px;
    }
  .products {
    grid-template-columns: 1fr;
  }

  .hero-section h1 {
    font-size: 50px;
  }

  .how-it-works-section h2 {
    font-size: 27px;
  }

  .footer-social {
    font-size: 16px;
    margin-top: 2rem;
  }
#wcfmmp-store .tab_area .tab_links li a {
        display: block !important;
        width: max-content !important;
    }
}






ul.locations-grid li {
    list-style: none;
}
ul.locations-grid li ul {
   padding-left: 0px;
}
.product-img img {
    height: 300px;
    object-fit: cover !important;
    object-position: center;
}

#post-510 #wcfmmp-stores-wrap .wcfmmp-store-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 0;
  margin: 0;
}

.wcfmmp-single-store {
  list-style: none;
}

/* STORE CARD */
.store-wrapper {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--border);
  transition: all .3s ease;
}

.store-wrapper:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

/* BANNER */
.store-info {
  height: 170px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.store-info::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.55), transparent);
}

/* FOOTER */
.store-footer {
  position: relative;
  padding: 60px 20px 20px;
}

/* LOGO */
.store-avatar {
  position: absolute;
  top: -40px;
  left: 20px;
  background: #c3c3c3;
  border-radius: 50%;
  padding: 6px;
  box-shadow: 0 5px 15px rgba(0,0,0,.15);
}

.store-avatar img {
  width: 70px;
  height: 70px !important;
  object-fit: contain;
  border-radius: 50%;
}

/* STORE DATA */
.store-data h2 {
  font-size: 18px;
  margin-bottom: 6px;
}

.store-data h2 a {
  color: var(--dark);
  text-decoration: none;
}

.store-data h2 a:hover {
  color: var(--primary-color);
}

.store-address,
.store-phone {
  font-size: 18px;
  color: var(--gray);
  margin-bottom: 6px;
}

.store-phone i {
  color: var(--primary-color);
  margin-right: 6px;
}

.wcfmmp-store-rating span {
    color: #ffb545;
    display: flex;
    width: 100% !important;
    gap: 4px;
    align-items: center;
}


.store-enquiry a {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  color: var(--dark);
  text-decoration: none;
  font-weight: 500;
}

.store-enquiry a:hover {
  color: var(--primary-color);
}
#post-510 #wcfmmp-stores-wrap .store-enquiry .wcfm_catalog_enquiry{
  padding: 5px 15px !important;
}
/* VISIT STORE BUTTON */
.wcfmmp-visit-store {
  display: block;
  margin-top: 18px;
  text-align: center;
  padding: 12px;
  border-radius: 30px;
  background: var(--primary-color);
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: .3s;
}

.wcfmmp-visit-store:hover {
  background: #000;
  color: #fff;
}

/* SORTING */
.wcfmmp-store-lists-sorting {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.orderby {
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid var(--border);
}

/* PAGINATION */
.page-numbers {
  display: flex;
  gap: 10px;
}

.page-numbers li {
  list-style: none;
}

.page-numbers a,
.page-numbers span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5f5f5;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.page-numbers .current,
.page-numbers a:hover {
  background: var(--primary-color);
}

/* SIDEBAR */
.wp-singular.page-template-default.page.page-id-499.wp-theme-equipment-rental.theme-equipment-rental.wcfm-theme-equipment-rental.woocommerce-js.no-sidebar #wcfmmp-store-lists-sidebar {
display: none;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .wcfmmp-store-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .wcfmmp-store-wrap {
    grid-template-columns: 1fr;
  }
}