.container-equipment{
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    position: relative;
    z-index: 9;
}
@media (max-width: 1400px) {
    .container-equipment {
        padding: 0 15px;
    }
}

.ProductContentDesc p{
    text-align: justify;
}
.header-equipment {
    background-size: 100%;
    background-position: unset;
    background-repeat: no-repeat;
    position: relative;
    padding: 150px 0 40px;
    overflow: hidden;
}
.header-equipment::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 110%;
    height: 270px;
    background: #ffffff12;
    /* mix-blend-mode: color-burn; */
    border-radius: 0 0 400px 400px;
    background-image: linear-gradient(120deg, #fccb90 0%, #d57eeb 100%);
    opacity: 0.5;
    transform: translateX(-50%);
}
.booking_box_header {
    width: 100%;
    /*padding: 50px;*/
    background: #fff;
    /*border-radius: 25px;*/
    /*box-shadow: rgb(17 12 46 / 8%) 0px 48px 100px 0px;*/
    position: relative;
    z-index: 9;
}
.lead_collect_box {
    width: 100%;
    margin-top: 20px;
}
.equipment_title_30 {
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    color: var(--dark);
    text-align: left;
    margin-top: 0;
    text-transform: capitalize;
    margin: 15px 0;
}
.equipment_para_30 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
}
.h4e-ss-wrapper {
    background-image: url(https://www.hire4event.com/assets-new/images/equipment/form_bg.webp);
    padding: 50px;
    border-radius: 25px;
    backdrop-filter: blur(25px);
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #00000021;
}
.h4e-ss-wrapper::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff94;
    top: 0;
    left: 0;
    backdrop-filter: blur(20px);
}
.h4e-ss-wrapper-Inner{
    position:relative;
    z-index:10;
}
.h4e-ss-form {
    background: #fff;
    border-radius: 14px;
    padding: 25px;
    border: 1px solid #e6e9ef;
}

.h4e-ss-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}


.h4e-ss-box label {
  font-size: 12px;
  color: #6b7280;
  display: block;
}

.h4e-ss-box input,
.h4e-ss-box select {
  border: none;
  outline: none;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  margin-top: 6px;
  background: transparent;
  border: 1px solid #e6e9ef;
  border-radius: 10px;
  padding: 12px 14px;
}

.h4e-ss-subjects {
  display: flex;
  gap: 10px;
  margin: 18px 0;
  flex-wrap: wrap;
}

.h4e-ss-subjects span {
  padding: 8px 14px;
  border: 1px solid #e6e9ef;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  background: #f9fafb;
  transition: all 0.2s ease;
}

.h4e-ss-subjects span:hover,
.h4e-ss-subjects span.h4e-ss-active {
  border-color: #ff6b00;
  color: #ff6b00;
  background: #fff5ee;
}

.h4e-ss-message textarea {
  width: 100%;
  border: 1px solid #e6e9ef;
  border-radius: 10px;
  padding: 12px;
  min-height: 100px;
  font-size: 14px;
}

.h4e-ss-btn {
  margin-top: 20px;
  background: linear-gradient(135deg, #ff6b00, #ff8c42);
  color: #fff;
  border: none;
  padding: 14px 40px;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  display: block;
  margin-left: auto;
}

.h4e-ss-btn:hover {
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 900px) {
  .h4e-ss-grid {
    grid-template-columns: 1fr;
  }
}


.product-gallery {
    display: flex;
    gap: 15px;
    flex-direction: column-reverse;
    height: 100%;
}

.gallery-thumbs img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border: 4px solid #ddd;
    padding: 0px;
    cursor: pointer;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 10px black;
}
.gallery-thumbs img.active {
    border-color: #1a73e8;
}

.gallery-main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 25px;
}

.gallery-main img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    height: 100%;
}



.thumb-wrapper {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.gallery-thumbs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 15px;
}

.gallery-thumbs::-webkit-scrollbar {
    display: none;
}

.thumb {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    flex-shrink: 0;
    border: 2px solid transparent;
}

.thumb.active {
    border-color: #2563eb;
}
.thumb-nav {
    position: absolute;
    top: 0;
    width: 32px;
    height: 100%;
    border: none;
    color: var(--dark);
    cursor: pointer;
    display: none;
    z-index: 5;
    background: white;
    align-items: center;
    justify-content: center;
    
}

.thumb-prev {
    left: -12px;
    box-shadow: 10px 0px 11px -8px black;
    border: 1px solid #e6e6e6;
    border-right: 0;
    }
.thumb-next {
    right: -12px;
    box-shadow: -10px 0px 11px -8px black;
    border: 1px solid #e6e6e6;
    border-left: 0;
}

.gallery-main img {
    width: 100%;
    border-radius: 10px;
}
.h_titleBox {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

/* Hire4Event – Breadcrumb (isolated) */
.h4e-bc-wrap {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #6b7280;
}

.h4e-bc-item {
    display: flex;
    align-items: center;
}

.h4e-bc-link {
    color: #374151;
    text-decoration: none;
    transition: color 0.2s ease;
}

.h4e-bc-link:hover {
    color: #111827;
}

.h4e-bc-sep {
    margin: 0 6px;
    color: #9ca3af;
    user-select: none;
}

.h4e-bc-current {
    color: #111827;
    font-weight: 500;
    pointer-events: none;
}

.product_cat {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #2563eb;
    background-color: #eff6ff;
    border-radius: 999px;
    line-height: 1;
}
.specRow .specText {
    font-size: 14px;
    width: max-content;
    background: #eee8ff;
    color: #523d8f;
    padding: 8px 10px;
    font-weight: 500;
    margin: 0;
}
.specCategory {
    font-size: 14px;
    width: max-content;
    background: #fff;
    color: #a16386;
    padding: 2px 10px;
    font-weight: 500;
    margin: 0;
    border: 1px solid #a16386;
}
.specCategory span{
    font-weight:600;
}
.specRating {
    display: flex;
    gap: 10px;
}
.specRating {
    display: flex;
    gap: 10px;
}
.specRating p{
    margin:0;
}
.specRatingItem {
    background: #deffde;
    color: green;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}
.specCard {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}







.h4e-slider-wrap {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    border-radius: 12px;
    z-index:99;
}

.h4e-slider-track {
    display: flex;
    transition: transform 0.6s ease-in-out;
    /*gap:20px;*/
}

.h4e-slide {
    min-width: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s ease;
}
.h4e-slide img {
    height: 90%;
}
.h4e-slide.h4e-active {
    height: 100%;
}
.h4e-slide img {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    
}
.h4e-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 22px;
    z-index: 10;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h4e-prev { left: 15px; }
.h4e-next { right: 15px; }

.h4e-slider-btn:hover {
    background: rgba(0,0,0,0.8);
}

.LeftImageBox {
    position: relative;
    width: 100%;
    height: 100%;
}
.ProductContentDesc{
    margin-top:0;
}
.RatingTagBox {
    position: static;
}
.ProductSpecBox {
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--red);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.eqEnq-grid {
    display: flex;
    gap: 10px;
    flex-wrap:wrap;
}
.eqEnq-field {
    width: 48%;
}
.eqEnq-input {
    width: 100%;
    height: 50px;
    background: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    padding: 5px 15px;
}
.eqEnq-field.eqEnq-full {
    width: 100%;
}
.eqEnq-hidden {
    display: none;
}
.eqEnq-btn {
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
    border: 0;
    height: 50px;
    width: 100%;
    border-radius: 10px;
    margin-top: 15px;
}
.zero-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 20px 0 40px 0;
}
.zero-card {
    background: #fff;
    border: 1px solid #e6ebff;
    border-radius: 22px;
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.zero-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.zero-title {
    font-size: 20px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 10px;
    margin: 0 0 15px 0;
}
.zero-desc {
  font-size: 14.5px;
  line-height: 1.6;
  color: #475569;
  max-width: 90%;
}

.zero-media {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 15px;
}
.zero-bg-text {
  position: absolute;
  font-size: 80px;
  font-weight: 800;
  letter-spacing: 6px;
  color: rgba(99, 102, 241, 0.15);
  bottom: 40px;
  z-index: 1;
}
.zero-media img {
    z-index: 2;
    width: 100px;
}

/* Responsive */
@media (max-width: 992px) {
  .zero-features {
    grid-template-columns: 1fr;
  }
}

.svc-city-item {
    background: #ffffff1a;
    color: #fff;
    backdrop-filter: blur(20px);
    padding: 5px 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #ffffff29;
    border-radius: 50px;
    overflow: hidden;
}
.svc-city-wrapper {
    background: #081546;
    border-radius: 22px;
    padding: 28px 24px;
}
.svc-city-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
    justify-content: center;
}
.svc-city-wrapper {
    background: #081546;
    border-radius: 22px;
    padding: 28px 24px;
    overflow: hidden;
    position: relative;
}
.bg_svg {
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 100%;
    mix-blend-mode: luminosity;
}
.bg_svg svg{
    width: 100%;
    height: 108%;
}
.svc-city-label {
    font-size: 25px;
    color: white;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
}
.section_section_854{
    position:relative;
}
.section_section_854::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: linear-gradient(75deg, #ffffff 70%, transparent);
    width: 60%;
    height: 100%;
}
.BgWave {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 0;
    width: 100%;
}
.z5{
    position:relative;
    z-index:5;
}
.zero-card-inner {
    padding: 25px;
}
.related_product_section {
    padding: 50px 0;
    background: #f4f6f7;
    width: 100%;
}

.header_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
}
.left_right {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: none;
    border-radius: 50px;
}
.left_right_box{
    display: flex;
    align-items: center;
    justify-content: end;
    gap:20px;
}
        
.relatedProductGrid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(220px,1fr));
    gap:16px;
}

.relatedProductCard {
    border-radius: 12px;
    overflow: hidden;
    transition: .25s ease;
}
.relatedProductCard:hover{
    transform:translateY(-4px);
    background: white;
    box-shadow: 0 10px 30px -25px #00000054;
}

.rpcImageWrap img {
    width: 100%;
    object-fit: contain;
    padding: 15px;
    background: white;
    aspect-ratio: 1 / 1;
    border-radius: 25px;
}

.rpcContent{
    padding:12px;
}

.rpcTitle{
    font-size:15px;
    font-weight:600;
    margin-bottom:6px;
}

.rpcPrice{
    color:#e63946;
    font-weight:700;
}

.rpcRating{
    font-size:13px;
    color:#555;
    margin:6px 0;
}

.rpcBtn{
    display:block;
    text-align:center;
    padding:8px;
    border-radius:8px;
    background:#111;
    color:#fff;
    font-size:14px;
    text-decoration:none;
}
.stars {
    color: #ffa700;
}
.rpcDesc {
    font-size: 12px;
    font-weight: 500;
    color:var(--dark);
}
.rating-text {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark);
}
.explore_more_btn {
    border: none;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: linear-gradient(135deg, #442ab3, #350071);
    width: max-content;
    font-size: 14px;
}
.explore_more_btn:hover {
    color: #fff;
}
.header_content h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 15px 0;
    text-transform: capitalize;
}
.pointer_list{
    list-style: circle;
    padding-left: 15px;
    font-size: 14px;
}
.pointer_list li{
    margin-bottom:5px;
}
.pointer_list li::marker{
    font-size: 14px;
}

.equipment_rent_content h2, .equipment_rent_content h3, .equipment_rent_content h4, .equipment_rent_content h6{
    font-size:20px;
    font-weight:600;
}
.equipment_rent_content h2 strong, .equipment_rent_content h3 strong, .equipment_rent_content h4 strong, .equipment_rent_content h6 strong{
    font-weight:600;
}
.equipment_rent_content strong{
    font-weight:600;
}
.equipment_rent_content ul{
    padding-left:25px;
}
.equipment_rent_content p{
    font-size:16px;
}
.equipment_rent_content ul li{
    font-size:16px;
    list-style:circle;
}
.equipment_rent_content ul li::marker{
    font-size:16px;
}
.brand_we_have {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.brand_we_have img {
    width: calc(12.4% - 10px);
    border: 1px solid #00000017;
    border-radius: 15px;
    padding: 10px;
    box-sizing: border-box;
    filter: grayscale(1);
    transition: .25s ease;
}
.brand_we_have img:hover {
    filter: grayscale(0);
    transform:translateY(-4px) scale(1.05);
    background: white;
}
.brand_we_have_section{
    padding:50px 0;
}
.equipment_main{
    display: flex;
    flex-direction: column;
}
.BrandsWeUseSection{
    padding:50px 0;
}
@media (max-width: 768px) {
    .header-equipment {
        padding: 15px 0 20px;
    }
    .header-equipment::after {
        height: 100px;
    }
    .LeftImageBox{
        float:none;
    }
    .zero-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }
    .zero-card{
        border-radius:0;
    }
    .brand_we_have img {
        width: calc(25% - 10px);
    }
    .svc-city-item {
        padding: 5px 10px;
        border-radius: 5px;
    }
    .relatedProductGrid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 5px;
    }
    .header_box {
        align-items: start;
        gap: 5px;
        flex-direction: column;
    }
    .h4e-ss-wrapper {
        background-image: url(https://www.hire4event.com/assets-new/images/equipment/form_bg.webp);
        padding: 15px;
        border-radius: 25px;
        backdrop-filter: blur(25px);
        background-size: cover;
        background-position: center;
        border-radius: 5px;
        border: 1px solid #00000021;
    }
    .eqEnq-input {
        height: 40px;
        border-radius: 5px;
        border: 1px solid #ededed;
    }
    .h4e-ss-wrapper::after {
        background: #0000000a;
    }
    .h4e-slider-btn {
        background: rgb(0 0 0 / 25%);
        width: 30px;
        height: 30px;
    }
    .equipment_title_30{
            font-size: 20px;
    }
    .specRatingItem {
        padding: 2px 5px;
        font-size: 12px;
    }
    .specCategory {
        padding: 2px 5px;
        font-size: 12px;
    }
    .specRow .specText {
        font-size: 12px;
        padding: 2px 5px;
    }
    .specCard {
        gap: 4px;
    }
    .equipment_main {
        gap: 20px;
    }
    .h4e-slide img {
        border-radius: 10px;
    }
    .zero-card-inner {
        padding: 10px;
    }
    .zero-title {
        font-size: 16px;
    }
    .equipment_rent_content p {
        font-size: 14px;
    }
    .equipment_rent_content ul li {
        font-size: 14px;
    }
    .header_content h2 {
        font-size: 20px;
    }
}
.FormTitle {
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    color: var(--dark);
    text-align: left;
    margin-top: 0;
    text-transform: capitalize;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #0000002b;
    padding-bottom: 15px;
}
.eqEnq-field label {
    font-weight: 500;
    font-size: 14px;
}
.product_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 15px;
    border-bottom: 1px solid #00000017;
    padding-bottom: 40px;
}
@media (max-width: 992px) {
    .product_row {
        grid-template-columns: repeat(1, 1fr);
    }
}



.eqc-header {
    position: relative;
    background-color: #fafafa;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    padding: 180px 0 80px 0;
}
.eqc-header::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(https://www.hire4event.com/assets-new/images/equipment/bg-colors-scaled-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
}


.eqc-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
    font-size: 13px;
    color: #888;
}

.eqc-breadcrumb-item {
    display: flex;
    align-items: center;
}

.eqc-breadcrumb-link {
    text-decoration: none;
    color: #666;
    transition: color 0.2s ease;
}

.eqc-breadcrumb-link:hover {
    color: #000;
}

.eqc-breadcrumb-sep {
    margin: 0 6px;
    color: #bbb;
}

.eqc-breadcrumb-current {
    color: #000;
    font-weight: 500;
}

.eqc-header-content {
    margin-top: 8px;
}

.eqc-header-title {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 8px;
    color: var(--dark);
    letter-spacing: -0.4px;
}

.eqc-header-desc {
    font-size: 15px;
    color: #666;
    max-width: 700px;
    line-height: 1.6;
    margin: 0;
}


.eqc-content-title {
    font-size: 28px;
    font-weight: 600;
    color: #111;
    margin-bottom: 16px;
    letter-spacing: -0.3px;
}

.eqc-content-body {
    font-size: 15px;
    color: #444;
    line-height: 1.75;
}

.eqc-content-body p {
    margin-bottom: 16px;
}

.eqc-content-body h2,
.eqc-content-body h3 {
    font-weight: 600;
    color: #111;
    margin: 28px 0 12px;
}

.eqc-content-body ul {
    padding-left: 18px;
    margin-bottom: 16px;
}

.eqc-content-body li {
    margin-bottom: 8px;
}
.equipment-category-banner {
    height: 270px;
    width: 100%;
    object-fit: cover;
    border-radius: 250px;
}
.eqc-button-dark {
    background-color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0em;
    color: var(--dark);
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    padding: 1rem 2rem 1rem 2rem;
    align-items: center;
    justify-content: center;
    display: flex;
    width: max-content;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
}
.eqc-button-light {
    background-color: none;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0em;
    color: var(--dark);
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    border : 1px solid var(--dark);
    padding: 1rem 2rem 1rem 2rem;
    align-items: center;
    justify-content: center;
    display: flex;
    width: max-content;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
}
.eqc-button-dark::hover {
    color: var(--dark);
}

.eqc-button-container {
    display: flex;
    gap: 15px;
}
.brand_section {
    background: #141413;
}

.h4e-brand-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.h4e-brand-track {
    display: flex;
    align-items: center;
    width: max-content;
    will-change: transform;
}

.h4e-brand-track img {
    height: 60px;
    margin: 0 5px;
    flex-shrink: 0;
    object-fit: contain;
    filter: grayscale(1);
    border-radius: 5px;
}

.brand_title {
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--white);
    margin:0 0 25px 0;
}
.brand_section {
    padding: 50px 0;
    position:relative;
}
.brand_section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(https://www.hire4event.com/assets-new/images/equipment/bg-frame-grid.png);
    background-size: 60%;
    filter: grayscale(1);
    opacity: 0.4;
}
.pagination-box {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    margin: 30px 0;
    font-family: inherit;
}

.pagination-box button {
    min-width: 34px;
    height: 34px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: transparent;
    color: #374151;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.pagination-box button:hover {
    background: #f3f4f6;
}

.pagination-box button.active {
    background: #111827;
    color: #ffffff;
    border-color: #111827;
    font-weight: 500;
}

.pagination-box button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.pagination-box .prev-btn,
.pagination-box .next-btn {
    font-size: 16px;
    padding: 0 10px;
}

.pagination-box .dots {
    padding: 0 6px;
    color: #9ca3af;
    font-size: 14px;
    user-select: none;
}
 .relatedProductGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(206px, 1fr));
    gap: 16px;
}
.container-eqccard{
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}
.mainsecionofproduct {
    background: #f4f6f7;
    padding: 50px;
}

 .faq-wrapper {
        margin: 0 auto;
        background: white;
        /*padding: 50px;*/
    }
    
    .faq-title {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 20px;
    }
    
.faq-item {
    border: 1px solid #e2eaf0;
    background: #f5f7fa;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
}
    
    .faq-question {
        width: 100%;
        background: none;
        border: none;
        /*padding: 16px 0;*/
        font-size: 18px;
        font-weight: 500;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        color: var(--dark);
    }
    .faq-question .icon {
      font-size: 20px;
      transition: transform 0.3s ease;
    }
    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s ease;
      color: #4b5563;
    }
    .faq-answer p,
    .faq-answer li {
      font-size: 16px;
      line-height: 1.6;
      font-weight:500;
      color:var(--dark);
      list-style:circle;
    }
    .faq-answer li::marker{
        font-size:16px;
    }
    
    .faq-answer ol,
    .faq-answer ul {
      padding-left: 18px;
      margin: 10px 0;
    }
    
.faq-item.active .faq-answer {
    max-height: 1000px;
    padding-top: 10px;
}
    
    .faq-item.active .icon {
      transform: rotate(45deg);
    }



@media screen and (max-width: 992px) {
    .eqc-header {
        padding: 20px 0 20px 0;
    }
    .equipment-category-banner {
        height: 270px;
        border-radius: 15px;
        margin-top: 25px;
    }
}
@media screen and (max-width: 768px) {
  .container-eqccard {
    padding:0;
  }
  .mainsecionofproduct {
    background: #f4f6f7;
    padding: 30px 5px;
}
    .equipment_main {
        gap: 0;
    }
    .eqc-header-title {
        font-size: 25px;
    }
    .equipment-category-banner {
        border-radius: 10px;
        margin-top: 25px;
    }
    .eqc-header::after {
        background-size: cover;
        background-repeat: no-repeat;
    }
    .eqc-button-container {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }
    .eqc-button-dark {
        border: 1px solid #00000030;
        padding:10px 15px;
    }
    .eqc-button-light {
        padding:10px 15px;
    }
}
@media screen and (max-width: 440px) {
    .relatedProductGrid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 16px;
    }
}