.elementor-39 .elementor-element.elementor-element-9234994{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-99ba528 *//* ==================================================
   DAMAI URUSNIAGA — COPIER RENTAL PAGE
================================================== */

:root {
  --rental-ink: #0a211a;
  --rental-dark: #071712;
  --rental-green: #185a43;
  --rental-lime: #c8f26a;
  --rental-cream: #f2eee4;
  --rental-paper: #fafaf6;
  --rental-white: #ffffff;
  --rental-grey: #68766f;
  --rental-border: rgba(10, 33, 26, 0.14);
  --rental-shadow: 0 24px 65px rgba(10, 33, 26, 0.15);
}

.rental-page,
.rental-page * {
  box-sizing: border-box;
}

.rental-page {
  width: 100vw;
  position: relative;
  left: 50%;
  margin: 0;
  overflow: hidden;
  transform: translateX(-50%);
  background: var(--rental-paper);
  color: var(--rental-ink);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.rental-page img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.rental-page a {
  color: inherit;
  text-decoration: none;
}

.rental-page svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  stroke-width: 1.8;
}

.rental-container {
  width: min(1240px, calc(100% - 64px));
  margin-inline: auto;
}

.rental-section {
  padding: 125px 0;
}


/* Labels */

.rental-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--rental-green);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.18em;
}

.rental-eyebrow > span {
  width: 30px;
  height: 2px;
  flex-shrink: 0;
  background: currentColor;
}

.rental-section-label {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--rental-green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.rental-section-label > span {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border: 1px solid var(--rental-border);
  border-radius: 50%;
  letter-spacing: 0;
}

.rental-section-label-light {
  color: var(--rental-lime);
}

.rental-section-label-light > span {
  border-color: rgba(255, 255, 255, 0.25);
}


/* Buttons */

.rental-button {
  min-height: 57px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 25px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.rental-button-dark {
  background: var(--rental-ink);
  color: var(--rental-white) !important;
}

.rental-button-dark:hover {
  transform: translateY(-3px);
  background: var(--rental-green);
}

.rental-button-outline {
  border: 1px solid rgba(10, 33, 26, 0.22);
  color: var(--rental-ink) !important;
}

.rental-button-outline:hover {
  transform: translateY(-3px);
  background: var(--rental-white);
}

.rental-button-lime {
  background: var(--rental-lime);
  color: var(--rental-ink) !important;
}

.rental-button-lime:hover {
  transform: translateY(-3px);
  background: var(--rental-white);
}


/* ==================================================
   HERO
================================================== */

.rental-hero {
  position: relative;
  overflow: hidden;
  padding: 75px 0 0;
  background: var(--rental-cream);
}

.rental-decoration {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.decoration-one {
  width: 600px;
  height: 600px;
  top: -350px;
  left: -310px;
  border: 1px solid rgba(24, 90, 67, 0.14);
}

.decoration-two {
  width: 500px;
  height: 500px;
  right: -270px;
  bottom: -270px;
  background: rgba(200, 242, 106, 0.3);
}

.rental-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 75px;
  padding-bottom: 88px;
}

.rental-hero h1 {
  margin: 28px 0;
  font-size: clamp(61px, 6.7vw, 96px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.075em;
}

.rental-hero h1 em {
  display: block;
  color: var(--rental-green);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.rental-hero-content > p {
  max-width: 580px;
  margin: 0;
  color: var(--rental-grey);
  font-size: 17px;
  line-height: 1.75;
}

.rental-hero-actions {
  display: flex;
  gap: 13px;
  margin-top: 38px;
}

.rental-quick-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin-top: 50px;
  padding-top: 27px;
  border-top: 1px solid var(--rental-border);
}

.rental-quick-points article {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.rental-quick-points article > svg {
  width: 18px;
  color: var(--rental-green);
}

.rental-quick-points article > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rental-quick-points strong {
  font-size: 10px;
}

.rental-quick-points small {
  color: var(--rental-grey);
  font-size: 8px;
  line-height: 1.4;
}


/* Hero gallery */

.rental-hero-gallery {
  height: 640px;
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 1fr 1fr;
  gap: 13px;
}

.rental-main-image,
.rental-small-image {
  position: relative;
  overflow: hidden;
}

.rental-main-image {
  grid-row: 1 / 3;
  border-radius: 210px 0 18px 18px;
}

.rental-small-top {
  border-radius: 18px 110px 18px 18px;
}

.rental-small-bottom {
  border-radius: 18px;
}

.rental-main-image > img,
.rental-small-image > img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s ease;
}

.rental-main-image:hover > img,
.rental-small-image:hover > img {
  transform: scale(1.05);
}

.rental-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 45%,
    rgba(7, 23, 18, 0.85)
  );
}

.rental-image-caption {
  position: absolute;
  right: 26px;
  bottom: 26px;
  left: 26px;
  z-index: 2;
  color: var(--rental-white);
}

.rental-image-caption > span {
  color: var(--rental-lime);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.rental-image-caption > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 9px;
}

.rental-image-caption h2 {
  margin: 0;
  font-size: 30px;
  letter-spacing: -0.045em;
}

.caption-icon {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--rental-lime);
  color: var(--rental-ink);
}

.small-caption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px;
  border-radius: 10px;
  background: rgba(7, 23, 18, 0.76);
  color: var(--rental-white);
  font-size: 10px;
  backdrop-filter: blur(10px);
}

.small-caption svg {
  width: 16px;
  color: var(--rental-lime);
}

.rental-floating-card {
  width: 250px;
  position: absolute;
  top: 70px;
  left: -45px;
  z-index: 5;
  display: flex;
  gap: 13px;
  padding: 18px;
  border-radius: 16px;
  background: var(--rental-white);
  box-shadow: var(--rental-shadow);
}

.floating-card-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--rental-ink);
  color: var(--rental-lime);
}

.rental-floating-card > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.rental-floating-card small {
  color: var(--rental-green);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.rental-floating-card strong {
  font-size: 11px;
  line-height: 1.5;
}

.rental-round-badge {
  width: 105px;
  height: 105px;
  position: absolute;
  right: -28px;
  bottom: 55px;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 50%;
  background: var(--rental-lime);
  text-align: center;
}

.rental-round-badge span {
  font-size: 8px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}


/* Summary bar */

.rental-summary-bar {
  min-height: 90px;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 65px;
  border-top: 1px solid var(--rental-border);
}

.rental-summary-bar > span {
  color: var(--rental-grey);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rental-summary-bar > div {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.rental-summary-bar strong {
  font-size: 12px;
}


/* ==================================================
   RENTAL OPTIONS
================================================== */

.rental-options {
  background: var(--rental-white);
}

.rental-section-heading {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 60px;
}

.rental-section-heading h2 {
  margin: 28px 0 0;
  font-size: clamp(49px, 5.7vw, 76px);
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.rental-section-heading h2 em {
  display: block;
  color: var(--rental-green);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
}

.rental-section-heading > p {
  color: var(--rental-grey);
  line-height: 1.8;
}

.rental-options-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 310px 310px 310px;
  gap: 15px;
}

.rental-option-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--rental-border);
  border-radius: 20px;
  background: var(--rental-paper);
}

.featured-option {
  grid-row: 1 / 4;
  padding: 0;
  color: var(--rental-white);
}

.option-image,
.option-image > img,
.option-image-overlay {
  position: absolute;
  inset: 0;
}

.option-image > img {
  height: 100%;
  object-fit: cover;
}

.option-image-overlay {
  background: linear-gradient(
    180deg,
    rgba(7, 23, 18, 0.08),
    rgba(7, 23, 18, 0.93)
  );
}

.option-content {
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
}

.option-top {
  display: flex;
  justify-content: space-between;
}

.option-top > span,
.approach-number {
  font-size: 10px;
  font-weight: 800;
}

.option-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--rental-cream);
  color: var(--rental-green);
}

.featured-option .option-icon {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(7, 23, 18, 0.35);
  color: var(--rental-white);
}

.option-card-lime {
  background: var(--rental-lime);
}

.option-card-dark {
  background: var(--rental-ink);
  color: var(--rental-white);
}

.dark-option-icon {
  background: var(--rental-ink);
  color: var(--rental-lime);
}

.lime-option-icon {
  background: var(--rental-lime);
  color: var(--rental-ink);
}

.rental-option-card small {
  color: var(--rental-green);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.featured-option small,
.option-card-dark small {
  color: var(--rental-lime);
}

.rental-option-card h3 {
  margin: 10px 0;
  font-size: 28px;
  letter-spacing: -0.04em;
}

.featured-option h3 {
  font-size: 40px;
}

.rental-option-card p {
  max-width: 480px;
  color: var(--rental-grey);
  line-height: 1.7;
}

.featured-option p,
.option-card-dark p {
  color: rgba(255, 255, 255, 0.65);
}

.rental-option-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  font-size: 11px;
  font-weight: 700;
}

.rental-option-card ul {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.rental-option-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 11px;
}

.rental-option-card li svg {
  width: 15px;
  color: var(--rental-lime);
}


/* ==================================================
   CONFIGURATOR
================================================== */

.rental-configurator {
  background: var(--rental-ink);
  color: var(--rental-white);
}

.configurator-grid {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 90px;
}

.configurator-content h2 {
  margin: 28px 0 22px;
  font-size: clamp(49px, 5vw, 70px);
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.configurator-content h2 em {
  display: block;
  color: var(--rental-lime);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
}

.configurator-content > p {
  color: rgba(255, 255, 255, 0.56);
  line-height: 1.8;
}

.requirement-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin-top: 40px;
}

.requirement-list article {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 13px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.04);
}

.requirement-list article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--rental-lime);
  color: var(--rental-ink);
}

.requirement-list article > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.requirement-list strong {
  font-size: 11px;
}

.requirement-list small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  line-height: 1.5;
}

.configurator-panel {
  padding: 35px;
  border-radius: 22px;
  background: var(--rental-white);
  color: var(--rental-ink);
}

.panel-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.panel-header > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--rental-ink);
  color: var(--rental-lime);
}

.panel-header small {
  color: var(--rental-green);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.panel-header h3 {
  margin: 5px 0 0;
  font-size: 20px;
}

.panel-options {
  margin-top: 30px;
}

.panel-options article {
  display: grid;
  grid-template-columns: 28px 1fr 20px;
  gap: 12px;
  padding: 18px 0;
  border-top: 1px solid var(--rental-border);
}

.panel-options article > span {
  color: var(--rental-green);
  font-size: 9px;
  font-weight: 800;
}

.panel-options article > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.panel-options strong {
  font-size: 12px;
}

.panel-options small {
  color: var(--rental-grey);
  font-size: 9px;
}

.panel-options article > svg {
  width: 16px;
  color: var(--rental-grey);
}

.panel-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  padding: 13px 14px 13px 20px;
  border-radius: 100px;
  background: var(--rental-lime);
  font-size: 11px;
  font-weight: 700;
}

.panel-button > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--rental-ink);
  color: var(--rental-white);
}


/* ==================================================
   CAPABILITIES
================================================== */

.rental-capabilities {
  background: var(--rental-paper);
}

.capabilities-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 90px;
}

.capabilities-gallery {
  min-height: 680px;
  position: relative;
}

.capability-main-image {
  width: 82%;
  height: 620px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 0 190px 0 0;
}

.capability-small-image {
  width: 42%;
  height: 260px;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border: 8px solid var(--rental-paper);
  border-radius: 15px;
}

.capability-main-image img,
.capability-small-image img {
  height: 100%;
  object-fit: cover;
}

.capability-floating-card {
  position: absolute;
  right: 20px;
  bottom: 290px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 18px;
  border-radius: 14px;
  background: var(--rental-white);
  box-shadow: var(--rental-shadow);
}

.capability-floating-card > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--rental-ink);
  color: var(--rental-lime);
}

.capability-floating-card > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.capability-floating-card strong {
  font-size: 11px;
}

.capability-floating-card small {
  color: var(--rental-grey);
  font-size: 8px;
}

.capabilities-content h2 {
  margin: 28px 0 22px;
  font-size: clamp(48px, 5vw, 70px);
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.capabilities-content h2 em {
  display: block;
  color: var(--rental-green);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
}

.capabilities-content > p {
  color: var(--rental-grey);
  line-height: 1.8;
}

.capabilities-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
  margin-top: 35px;
}

.capabilities-list article {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px;
  border: 1px solid var(--rental-border);
  border-radius: 11px;
  background: var(--rental-white);
  font-size: 10px;
  font-weight: 600;
}

.capabilities-list article > svg {
  width: 17px;
  color: var(--rental-green);
}

.capabilities-note {
  display: block;
  margin-top: 20px;
  color: var(--rental-grey);
  font-size: 9px;
  line-height: 1.6;
}


/* ==================================================
   INCLUSIONS
================================================== */

.rental-inclusions {
  background: var(--rental-ink);
  color: var(--rental-white);
}

.inclusions-heading {
  display: grid;
  grid-template-columns: 0.34fr 1fr;
  gap: 55px;
  margin-bottom: 60px;
}

.inclusions-heading h2 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(48px, 5.5vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.inclusions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.inclusions-grid article {
  min-height: 340px;
  padding: 27px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.inclusions-grid article:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.inclusion-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 55px;
  border-radius: 50%;
  background: var(--rental-lime);
  color: var(--rental-ink);
}

.inclusions-grid small {
  color: var(--rental-lime);
  font-size: 9px;
  font-weight: 800;
}

.inclusions-grid h3 {
  margin: 11px 0;
  font-size: 21px;
}

.inclusions-grid p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.7;
}

.inclusions-notice {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 35px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.04);
}

.inclusions-notice svg {
  color: var(--rental-lime);
}

.inclusions-notice p {
  max-width: 950px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  line-height: 1.7;
}


/* ==================================================
   FAQ
================================================== */

.rental-faq {
  background: var(--rental-cream);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 90px;
}

.faq-heading h2 {
  margin: 28px 0 20px;
  font-size: clamp(48px, 5vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.faq-heading h2 em {
  display: block;
  color: var(--rental-green);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
}

.faq-heading > p {
  color: var(--rental-grey);
  line-height: 1.8;
}

.faq-list details {
  border-top: 1px solid var(--rental-border);
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--rental-border);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 24px 0;
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  font-weight: 700;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary > span {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--rental-white);
  color: var(--rental-green);
}

.faq-list details[open] summary > span {
  background: var(--rental-lime);
}

.faq-list details[open] summary > span svg {
  transform: rotate(45deg);
}

.faq-list summary svg {
  width: 16px;
  transition: transform 0.25s ease;
}

.faq-list details > p {
  max-width: 700px;
  margin: -5px 0 25px;
  color: var(--rental-grey);
  font-size: 12px;
  line-height: 1.8;
}


/* ==================================================
   FINAL CTA
================================================== */

.rental-final-cta {
  min-height: 700px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--rental-white);
}

.rental-final-cta > img,
.rental-cta-overlay {
  position: absolute;
  inset: 0;
}

.rental-final-cta > img {
  height: 100%;
  object-fit: cover;
}

.rental-cta-overlay {
  background: linear-gradient(
    90deg,
    rgba(7, 23, 18, 0.96),
    rgba(7, 23, 18, 0.4)
  );
}

.rental-cta-content {
  position: relative;
  z-index: 2;
}

.rental-cta-content > span {
  color: var(--rental-lime);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.rental-cta-content h2 {
  max-width: 900px;
  margin: 27px 0 38px;
  font-size: clamp(57px, 7vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.075em;
}

.rental-cta-bottom {
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.rental-cta-bottom p {
  max-width: 470px;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.75;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1000px) {
  .rental-container {
    width: min(760px, calc(100% - 36px));
  }

  .rental-section {
    padding: 100px 0;
  }

  .rental-hero-grid,
  .rental-section-heading,
  .configurator-grid,
  .capabilities-grid,
  .inclusions-heading,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .rental-hero-grid {
    gap: 65px;
  }

  .rental-hero-gallery {
    height: 650px;
  }

  .rental-floating-card {
    left: 25px;
  }

  .rental-round-badge {
    right: 20px;
  }

  .rental-section-heading,
  .inclusions-heading {
    gap: 35px;
  }

  .rental-options-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 600px auto auto;
  }

  .featured-option {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .configurator-grid,
  .capabilities-grid,
  .faq-grid {
    gap: 65px;
  }

  .inclusions-grid {
    grid-template-columns: 1fr 1fr;
  }

  .inclusions-grid article {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .inclusions-grid article:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
}


/* ==================================================
   SMALL TABLET
================================================== */

@media (max-width: 750px) {
  .rental-hero h1 {
    font-size: 62px;
  }

  .rental-hero-gallery {
    height: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 520px 240px;
  }

  .rental-main-image {
    grid-column: 1 / 3;
    grid-row: auto;
    border-radius: 170px 0 18px 18px;
  }

  .rental-small-top,
  .rental-small-bottom {
    border-radius: 18px;
  }

  .rental-round-badge {
    bottom: 210px;
  }

  .rental-summary-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    padding: 26px 0;
  }

  .rental-summary-bar > div {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px 27px;
  }

  .rental-options-grid {
    display: flex;
    flex-direction: column;
  }

  .rental-option-card {
    min-height: 310px;
  }

  .featured-option {
    min-height: 620px;
  }

  .rental-cta-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 560px) {
  .rental-container {
    width: calc(100% - 28px);
  }

  .rental-section {
    padding: 82px 0;
  }

  .rental-hero {
    padding-top: 55px;
  }

  .rental-hero-grid {
    gap: 50px;
    padding-bottom: 60px;
  }

  .rental-eyebrow {
    align-items: flex-start;
    font-size: 8px;
  }

  .rental-hero h1 {
    font-size: 48px;
  }

  .rental-hero-content > p {
    font-size: 14px;
  }

  .rental-hero-actions {
    flex-direction: column;
  }

  .rental-hero-actions .rental-button {
    width: 100%;
  }

  .rental-quick-points {
    grid-template-columns: 1fr;
  }

  .rental-hero-gallery {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 465px 220px 220px;
  }

  .rental-main-image {
    grid-column: auto;
    border-radius: 125px 0 16px 16px;
  }

  .rental-small-top,
  .rental-small-bottom {
    border-radius: 16px;
  }

  .rental-floating-card {
    width: 225px;
    top: 45px;
    left: 14px;
    padding: 16px;
  }

  .rental-round-badge {
    width: 87px;
    height: 87px;
    top: 390px;
    right: 12px;
    bottom: auto;
  }

  .rental-section-heading h2,
  .configurator-content h2,
  .capabilities-content h2,
  .inclusions-heading h2,
  .faq-heading h2 {
    font-size: 40px;
  }

  .requirement-list,
  .capabilities-list,
  .inclusions-grid {
    grid-template-columns: 1fr;
  }

  .configurator-panel {
    padding: 25px 20px;
  }

  .capabilities-gallery {
    min-height: 530px;
  }

  .capability-main-image {
    width: 88%;
    height: 490px;
    border-radius: 0 130px 0 0;
  }

  .capability-small-image {
    width: 44%;
    height: 210px;
  }

  .capability-floating-card {
    right: 0;
    bottom: 225px;
  }

  .inclusions-grid article {
    min-height: auto;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }

  .inclusion-icon {
    margin-bottom: 40px;
  }

  .rental-final-cta {
    min-height: 680px;
  }

  .rental-cta-content h2 {
    font-size: 48px;
  }
}


/* ==================================================
   VERY SMALL MOBILE
================================================== */

@media (max-width: 390px) {
  .rental-hero h1 {
    font-size: 42px;
  }

  .rental-section-heading h2,
  .configurator-content h2,
  .capabilities-content h2,
  .inclusions-heading h2,
  .faq-heading h2 {
    font-size: 35px;
  }

  .rental-cta-content h2 {
    font-size: 42px;
  }
}/* End custom CSS */