/* ==============================================
     Access Platforms – Content Section Styles
     Font: DM Sans | Container: ~1200px
     ============================================== */
body {
  font-family: "Poppins", sans-serif;
}

.ap-access-platforms {
  font-family: "Poppins", sans-serif;
  --ap-container: min(100% - 2rem, 1200px);
  --ap-card-border: #e5e5e5;
  --ap-text-dark: #333333;
}

/* ----- 1. Hero Banner ----- */

.banner-page.access-platforms {
  background: url("../images/equipment-list/access-platforms/banner.webp") center bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.ap-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.ap-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 3rem 0;
}

.ap-container {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.ap-hero-content {
  max-width: 55%;
}

.ap-hero-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1.25rem;
  line-height: 1.2;
}

.ap-hero-text {
  font-size: clamp(0.9375rem, 1.1vw, 1.125rem);
  font-weight: 400;
  color: #ffffff;
  line-height: 1.55;
  margin: 0 0 1rem;
}

.ap-hero-text:last-of-type {
  margin-bottom: 0;
}

/* ----- 2. Equipment Category Section ----- */
.ap-equipment-section {
  padding: 70px 0 70px;
}

.ap-equipment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.sl-platform .ap-equipment-grid {
  grid-template-columns: repeat(6, 1fr);
}

.sl-platform .ap-equipment-grid .ap-equipment-card:nth-child(-n+3) {
  grid-column: span 2;
}

.sl-platform .ap-equipment-grid .ap-equipment-card:nth-child(n+4) {
  grid-column: span 3;
}

.ap-equipment-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--ap-card-border);
  border-radius: 6px;
  padding: 25px 35px;
  text-decoration: none;
  color: var(--ap-text-dark);
  cursor: pointer;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.ap-equipment-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.ap-equipment-title {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  line-height: 28px;
  margin: 0 0 50px;
  text-align: left;
  font-family: "Poppins", sans-serif;
}

.ap-equipment-img-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 140px;
}

.ap-equipment-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* ----- 3. CTA Button ----- */


.ap-cta-section .ap-container {
  display: flex;
  justify-content: center;
}

.ap-cta-btn {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  font-weight: 500;
  padding: 0.9375rem 2rem;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease;
}

.ap-cta-btn:hover {
  background: #333333;
  color: #ffffff;
}

/* ----- 4. Logos Section ----- */
.ap-logos-section {
  padding: 2.5rem 0 3.5rem;
}

.ap-logos-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 3rem;
}

.ap-logo-item {
  flex: 0 0 auto;
}

.ap-logo-img {
  max-width: 160px;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.banner-btm-content {
  color: #222222;
  font-size: 20px;
}



/* ==============================================
     Boom Lifts – Content Section
     Font: DM Sans | Container: ~1200px
     ============================================== */
.bl-page {
  font-family: "Poppins", sans-serif;
  --col-text: #222222;
  --bl-muted: #555555;
}

.bl-container {
  width: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* ----- 1. Hero ----- */
.bl-hero {
  position: relative;
  width: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  background-image: url('https://images.unsplash.com/photo-1581092160562-40aa08e78837?w=1920');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-page.boom-lifts {
  background: url("../images/equipment-list/boom-lifts/banner.webp") center bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.banner-page.dbl-banner {
  background: url("../images/equipment-list/diesel-boom-lift/banner.webp") center bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.banner-page.ebl-banner {
  background: url("../images/equipment-list/electric-boom-lift/banner.webp") center bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.banner-page.esl-banner {
  background: url("../images/equipment-list/electric-scissor-lifts/banner.webp") center bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.banner-page.rtdsl-banner {
  background: url("../images/equipment-list/rough-terrain-diesel-scissor-lift/banner.webp") center bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.banner-page.dingl-banner {
  background: url("../images/equipment-list/dingli-jcpt/banner.webp") center bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.banner-page.manboomlift {
  background: url("../images/equipment-list/man-boom-lift/banner.webp") center bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.banner-page.mobilecrane {
  background: url("../images/equipment-list/mobile-crane/banner.webp") center bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.banner-page.generator-banner {
  background: url("../images/equipment-list/generator-rental-uae/banner.webp") center bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.banner-page.telehandler {
  background: url("../images/equipment-list/telehandler-rental/banner.webp") center bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.banner-page.boom-loader-banner {
  background: url("../images/equipment-list/boom-loader/banner.webp") center bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.banner-page.me-banner {
  background: url("../images/equipment-list/mini-excavator/banner.webp") center bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.banner-page.ductlifter-banner {
  background: url("../images/equipment-list/duct-lifter/banner.webp") center bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.banner-page.tmb-banner {
  background: url("../images/equipment-list/truck-mounted-boomlifts/banner.webp") center bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.banner-page.wl-banner {
  background: url("../images/equipment-list/wheel-loader/banner.webp") center bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.banner-page.sl-banner {
  background: url("../images/equipment-list/scissor-lifts/banner.webp") center bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.banner-page.sc-banner {
  background: url("../images/equipment-list/spider-crane/banner.webp") center bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.banner-page.pc-banner {
  background: url("../images/modular-system/port-cabins.webp") center bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.banner-page.frkl-banner {
  background: url("../images/equipment-list/forklift/banner.webp") center bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.bl-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.35) 100%);
}

.bl-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 3.5rem 0;
}

.bl-hero-content {
  max-width: 55%;
}

.bl-hero-title {
  font-size: clamp(2.25rem, 4.5vw, 3.75rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 1.25rem;
  line-height: 1.2;
}

.bl-hero-text {
  font-size: clamp(0.9375rem, 1.1vw, 1.125rem);
  color: #fff;
  line-height: 1.55;
  margin: 0 0 1rem;
}

.bl-hero-text:last-of-type {
  margin-bottom: 0;
}

/* ----- Sections (with animation) ----- */
.bl-section {
  padding: 7rem 0;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.bl-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.col-section-title {
  font-size: 32px;
  font-weight: 600;
  color: var(--col-text);
  margin: 0 0 30px;
}

.col-text {
  font-size: 18px;
  color: var(--col-text);
}

.bl-list {
  margin: 0;
  padding-left: 1.5rem;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--bl-muted);
}

.bl-list li {
  margin-bottom: 0.5rem;
}

/* ----- 2 & 3. Two-column layout ----- */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
}

.two-col--image-left {}

.two-col--text-left .two-col__content {
  order: 1;
}

.two-col--text-left .two-col__media {
  order: 2;
}

.two-col--image-left .two-col__media {
  order: 1;
}

.two-col--image-left .two-col__content {
  order: 2;
}

.bl-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.bl-img--rounded {
  border-radius: 8px;
}

/* ----- 4. Benefits grid ----- */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.benefit-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease, box-shadow 0.25s ease;
}

.benefit-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.benefit-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.benefit-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--col-text);
  padding: 20px 0px 20px;
  margin: 0px;
}

.benefit-desc {
  font-size: 16px;
  line-height: 1.5;
  color: var(--col-text);
  margin: 0;
}

/* ----- 5. Equipment blocks ----- */
.equipment-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.equipment-block--text-left .bl-equipment__content {
  order: 1;
}

.equipment-block--text-left .bl-equipment__media {
  order: 2;
}

.equipment-block--image-left .bl-equipment__media {
  order: 1;
}

.equipment-block--image-left .bl-equipment__content {
  order: 2;
}

.bl-equipment-title {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 700;
  color: var(--col-text);
  margin: 0 0 0.75rem;
}

.bl-equipment__content .col-text {
  margin-bottom: 1.25rem;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  margin-top: 35px;
}

.spec-table th,
.spec-table td {
  padding: 10px 15px;
  text-align: left;
  border: 1px solid #e5e5e5;
  font-size: 16px;
}

.spec-table th {
  background: #f5f5f5;
  font-size: 16px;
  font-weight: 600;
  color: var(--col-text);
}

.spec-table tbody tr:nth-child(even) {
  background: #fafafa;
}

.spec-table tbody tr:nth-child(odd) {
  background: #fff;
}

/* ----- 6. Logos ----- */
.bl-logos-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 3rem;
}

.bl-logo-img {
  max-width: 160px;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* ----- Animation for nested elements ----- */
.equipment-block,
.two-col {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.equipment-block.is-visible,
.two-col.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.bg-color {
  background-color: #EEEEEE;
}

.link-text {
  color: #0082a5;
}

.link-text:hover {
  text-decoration: underline;
}


/* ==============================================
    scissor-lifts – Content Section
     Font: DM Sans | Container: ~1200px
     ============================================== */



/* container */

.sl-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* animation */

.sl-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.8s;
}

.sl-animate.sl-visible {
  opacity: 1;
  transform: translateY(0);
}

/* hero */

.sl-hero-section {
  padding: 80px 0;
  border-bottom: 1px solid #eaeaea;
}

.sl-hero-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.sl-hero-left {
  flex: 1;
}

.sl-hero-left h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.sl-hero-right {
  flex: 1;
}

.sl-hero-right p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.sl-toggle-buttons {
  display: flex;
  gap: 15px;
  align-items: center;
}

.sl-btn {
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  font-size: 1rem;
  width: 200px;
  transition: 0.3s;
}

.sl-btn-diesel {
  background: #fdb913;
}

.sl-btn-diesel:hover {
  transform: translateY(-2px);
}

.sl-btn-electric {
  background: #1c2026;
  color: #fff;
}

.sl-btn-electric:hover {
  transform: translateY(-2px);
}

.sl-divider {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  font-weight: 600;
}

/* equipment */

.sl-equipment-section {
  padding: 80px 0;
}

.sl-equipment-section.sl-light {
  background: #f7f7f7;
}

.sl-section-header {
  margin-bottom: 50px;
}

.sl-section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.sl-equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.sl-equip-card {
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  transition: 0.3s;
}

.sl-equip-card:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.sl-equip-card h4 {
  margin-bottom: 20px;
  font-size: 1.25rem;
}

.sl-equip-card img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}

/* info section */

.sl-info-section {
  background: #1c2026;
  color: #fff;
  padding: 100px 0;
}

.sl-info-layout {
  display: flex;
  gap: 60px;
}

.sl-info-image {
  flex: 1;
  overflow: hidden;
  border-radius: 16px;
}

.sl-info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 600px;
}

.sl-info-content {
  flex: 1;
}

.sl-highlight {
  color: #fdb913;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.sl-info-content h3 {
  font-size: 2rem;
}

.sl-info-content h4 {
  color: #fdb913;
  margin-top: 30px;
}

.sl-info-list {
  list-style: none;
  padding: 0;
}

.sl-info-list li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}

.sl-info-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #fdb913;
}

/* logos */

.sl-logos-section {
  padding: 60px 0;
  border-top: 1px solid #eaeaea;
}

.sl-logos-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.sl-logo-item {
  font-weight: 700;
  color: #999;
}

.sl-platform .ap-equipment-card {
  cursor: auto;
}

.content-sec-list {
  font-size: 16px;
}

.content-sec-list span {
  font-weight: 600;
}

.sticky-cntnt {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  height: fit-content;
}

.hire-section .detail-content-sec-head {
  font-size: 34px;
  font-weight: 600;
  line-height: normal;

}

.hire-section .col-section-title {
  font-size: 26px;
}

.btm-content-btn .btn {
  border-radius: 4px;
}

.slr-page .detail-content-sec,
.tmb-page .detail-content-sec {
  width: 100%;
}

.tmb-page .ap-equipment-grid {
  grid-template-columns: repeat(3, 1fr);
}

.cursor-auto {
  cursor: auto;
}

.col-text-title {
  font-size: 24px;
  font-weight: 600;
}

.dbl-pg-content .benefits-grid {
  grid-template-columns: repeat(2, 1fr);
}

.dbl-pg-content .content-sec-list {
  font-size: 18px;
}







.stats-section {
  padding: 80px 20px;
  background: #0082a5;
}

.stats-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 60%;
  margin: 0px auto;
}

.stat-card {
  border: 3px solid #fff;
  border-radius: 22px;
  padding: 60px 40px;
  text-align: center;
  transition: 0.3s;
}

.stat-card:hover {
  transform: translateY(-5px);
}

.icon img {
  margin-bottom: 25px;
}

.stat-card h2 {
  color: #fff;
  font-size: 50px;
  margin: 0;
  font-weight: 600;
}

.stat-card h2::after {
  content: "+";
  margin-left: 6px;
}

.stat-card p {
  color: #fff;
  font-size: 22px;
  margin-top: 0px;
}

.quote-row {
  padding: 30px 50px 40px;
  border: 2px solid #ffb800;
  border-radius: 18px;
  background: #ffb8004d;
  text-align: center;
}

.quote h2 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  margin-bottom: 45px;
}

.quote h2 span {
  color: #0082a5;
  font-weight: 600;
}

.banner-page .title-page.gl-ta-c {
  text-align: center;
}

.col-section-subname {
  font-size: 16px;
  font-weight: 500;
  color: #0082a5;
  margin: 0px;
}

.tr-page .benefits-grid {
  grid-template-columns: repeat(4, 1fr);
}

.tr-page .bl-section.benefits .bl-container {
  max-width: 90%;
}

/* Equipment Menu */

.equipment-menu {
  position: relative;
}

/* Main Dropdown */

.equipment-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 320px;
  background: #fff;
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  z-index: 999;
  box-shadow: 0px 0px 12px 0px #0000003b;
}

/* Show dropdown on hover */

.equipment-menu:hover .equipment-dropdown {
  display: block;
}

/* Dropdown items */

.equipment-dropdown li {
  position: relative;
}

.equipment-dropdown li a {
  display: block;
  padding: 10px 18px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  transition: all .3s ease;
  font-weight: 500;
}

/* Hover color */

.equipment-dropdown li:hover>a {
  background: #0082a5;
  color: #fff;
}

.equipment-dropdown li:hover>a .submenu-arrow img {
  filter: brightness(0) invert(1);
}

/* Submenu arrow */

.submenu-arrow {
  float: right;
}

/* Submenu */

.submenu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 250px;
  background: #fff;
  list-style: none;
  padding: 0;
  display: none;
  margin-left: 0px;
  box-shadow: 0px 0px 15px 0px #00000061;
}

/* Show submenu */

.has-submenu:hover .submenu {
  display: block;
}

/* Submenu items */

.submenu li a {
  padding: 12px 16px;
  font-size: 14px;
}

/* Arrow in main menu */

.menu-arrow {
  margin-left: 2px;
}

.menu-arrow img {
  margin-top: -2px;
  filter: brightness(0) invert(1);
}

.single-box .benefits-grid {
    grid-template-columns: repeat(1, 1fr);
    width: 50%;
    margin-left: 0;
}

/* ----- Responsive ----- */
@media (max-width: 1400px) {

  .two-col,
  .equipment-block {
    gap: 40px;
  }

  .benefit-card {
    padding: 30px 20px;
  }

  .bl-container {
    max-width: 80%;
  }

  .tr-page .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tr-page .bl-section.benefits .bl-container {
    max-width: 80%;
  }
}

@media (max-width: 1200px) {

  .two-col,
  .equipment-block {
    gap: 30px;
  }

  .benefit-card {
    padding: 25px 20px;
  }

  .bl-container {
    max-width: 90%;
  }

  .hire-section .detail-content-sec-head {
    font-size: 30px;

  }

  .hire-section .col-section-title {
    font-size: 24px;
  }

  .hire-section .special-detailss {
    flex-direction: row;
    gap: 30px;
  }

  .stats-col {
    width: 80%;
  }

}

@media (max-width: 991px) {
  .ap-hero-content {
    max-width: 75%;
  }

  .ap-equipment-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sl-platform .ap-equipment-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ap-equipment-title {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 40px;
  }

  .bl-hero-content {
    max-width: 75%;
  }

  .two-col {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .two-col--text-left .two-col__media {
    order: 2;
  }

  .two-col--text-left .two-col__content {
    order: 1;
  }

  .two-col--image-left .two-col__media {
    order: 2;
  }

  .two-col--image-left .two-col__content {
    order: 1;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .equipment-block {
    grid-template-columns: 1fr;
  }

  .equipment-block--text-left .bl-equipment__media {
    order: 2;
  }

  .equipment-block--text-left .bl-equipment__content {
    order: 1;
  }

  .equipment-block--image-left .bl-equipment__media {
    order: 2;
  }

  .equipment-block--image-left .bl-equipment__content {
    order: 1;
  }

  .bl-section {
    padding: 5rem 0;
  }

  .col-section-title {
    font-size: 28px;
  }

  .col-text {
    font-size: 16px;
  }

  .banner-btm-content {
    font-size: 18px;
  }

  .sl-hero-layout {
    flex-direction: column;
    text-align: center;
  }

  .sl-equipment-grid {
    grid-template-columns: repeat(2, 1fr);
  }


  .sl-info-layout {
    flex-direction: column;
  }

  .hire-section .detail-content-sec-head {
    font-size: 28px;

  }

  .hire-section .col-section-title {
    font-size: 22px;
  }

  .sticky-cntnt {
    position: relative;
  }

  .hire-section .special-detailss {
    flex-direction: column;
    gap: 30px;
  }

  .hire-section .spec-det-image {
    padding-right: 0px;
  }

  .hire-section.pad-top-det {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .tmb-page .hire-section.pad-top-det {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .dbl-pg-content .content-sec-list {
    font-size: 16px;
  }

  .stat-card {
    padding: 50px 30px;
  }

  .stat-card h2 {
    font-size: 46px;
  }

  .quote h2 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 24px;
  }

  .quote-row {
    padding: 20px 25px 30px;
  }

  .tr-page .bl-section.benefits .bl-container {
    max-width: 90%;
  }

  .navbar-main .container-nav {
    width: 96%;
  }

  .navbar-main .extra-pad-lef {
    padding-left: 0px !important;
  }

  .navbar-main .nav>li>a {
    padding: 10px 8px;
  }

  .navbar-main .nav.navbar-nav {
    display: flex;
    justify-content: center;
    float: none !important;
  }
}

@media (max-width: 767px) {
  .ap-hero {
    min-height: 360px;
    background-position: center;
  }

  .ap-hero-content {
    max-width: 100%;
  }

  .ap-hero-inner {
    padding: 2rem 0;
  }

  .ap-equipment-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .sl-platform .ap-equipment-grid {
    grid-template-columns: 1fr;
  }

  .ap-equipment-section {
    padding: 2.5rem 0;
  }

  .ap-cta-section {
    padding-bottom: 2.5rem;
  }

  .ap-logos-grid {
    gap: 1.5rem 2rem;
  }

  .ap-logo-img {
    max-width: 120px;
    max-height: 56px;
  }

  .ap-equipment-title {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 30px;
  }

  .bl-hero {
    min-height: 360px;
  }

  .bl-hero-content {
    max-width: 100%;
  }

  .bl-hero-inner {
    padding: 4rem 0;
  }

  .bl-section {
    padding: 4rem 0;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .bl-logos-grid {
    gap: 1.5rem 2rem;
  }

  .bl-logo-img {
    max-width: 120px;
    max-height: 56px;
  }

  .col-section-title {
    font-size: 24px;
  }

  .benefit-title {
    font-size: 20px;
  }

  .sl-equipment-grid {
    grid-template-columns: 1fr;
  }

  .sl-toggle-buttons {
    flex-direction: column;
  }

  .sl-btn {
    width: 100%;
    max-width: 300px;
  }

  .hire-section .detail-content-sec-head {
    font-size: 26px;

  }

  .hire-section .col-section-title {
    font-size: 22px;
  }

  .stats-col {
    grid-template-columns: 1fr;
    gap: 30px;
    width: 60%;
  }

  .stat-card {
    padding: 40px 30px;
  }

  .stat-card h2 {
    font-size: 44px;
  }

  .tr-page .benefits-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .navbar-main .nav.navbar-nav {
    flex-direction: column;
  }

  .equipment-menu.dropdown .equipment-dropdown {
    position: relative;
  }

  .equipment-menu.dropdown .equipment-dropdown {

    width: 100%;
    background: #ffffff00;
    box-shadow: 0px 0px 0px 0px #0000003b;
  }

  .equipment-menu.dropdown .equipment-dropdown li a {

    color: #fff;
  }

  .equipment-menu.dropdown .submenu {
    position: relative;
    background: #ffffff00;
    box-shadow: 0px 0px 0px 0px #00000061;
    left: 3%;
  }

  .equipment-dropdown li>a .submenu-arrow img {
    filter: brightness(0) invert(1);
  }

  .equipment-menu:hover .equipment-dropdown {
    display: none;
  }

  /* Show dropdown when active */
  .equipment-menu.active .equipment-dropdown {
    display: block;
    position: static;
    width: 100%;
    border: 1px solid #9e9e9e80;
    border-radius: 4px;
  }

  .submenu {
    position: static;
    width: 100%;
    display: none;
  }

  .equipment-dropdown .has-submenu:hover .submenu {
    display: unset;
  }

  .navbar-nav .equipment-dropdown .has-submenu.active .submenu {
    display: block;
  }

  .navbar-nav .equipment-dropdown .has-submenu .submenu {
    display: none;
  }

  .equipment-dropdown li {
    border: 1px solid #9e9e9e4f;
  }

  .equipment-dropdown li .submenu li {
    border: 0px solid #9e9e9e4f;
  }

  .equipment-menu:hover .equipment-dropdown {
    display: unset;
  }

  .navbar-nav .equipment-menu .equipment-dropdown {
    display: none;
  }

  .navbar-nav .equipment-menu.active .equipment-dropdown {
    display: block;
  }

  .navbar-header .navbar-toggle .icon-bar {
    background: #ffffff ;
  }
}

@media (max-width:575px) {

  .banner-page.access-platforms,
  .banner-page.boom-lifts {
    background-attachment: unset !important;
  }

  .ap-equipment-title {
    font-size: 18px;
    line-height: 20px;
  }

  .benefits-grid {
    gap: 2.5rem;
  }

  .col-section-title {
    font-size: 22px;
  }

  .bl-container {
    max-width: 92%;
  }

  .banner-btm-content {
    font-size: 16px;
  }

  .hire-section .detail-content-sec-head {
    font-size: 23px;

  }

  .hire-section .col-section-title {
    font-size: 20px;
  }

  .dbl-pg-content .benefits-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .stats-col {
    width: 80%;
  }

  .stat-card {
    padding: 30px 30px;
  }

  .stat-card h2 {
    font-size: 40px;
  }

  .icon img {
    margin-bottom: 15px;
    width: 40%;
  }
}

@media (max-width: 480px) {
  .ap-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ap-hero-title {
    margin-bottom: 1rem;
  }

  .ap-equipment-card {
    padding: 1.5rem 1rem;
  }

  .bl-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .quote h2 {
    font-size: 22px;
  }

}