.elementor-29 .elementor-element.elementor-element-7202214{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-d29a14b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-d1c1a77{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-129a3c8{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-b9461ba{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d35ef7e *//* ==================================================
   BIKE RENTAL HERO — GLOBAL BRAND VERSION

   Load order:
   1. Shimla Inn Global Brand CSS
   2. This banner CSS
================================================== */


/* ==================================================
   BANNER CONTROLS
================================================== */

:root {
  /* Desktop banner image */
  --bike-hero-desktop-image:
    url("http://shimlainnrentals.com/wp-content/uploads/2026/07/banner-2.jpg");

  /* Mobile banner image */
  --bike-hero-mobile-image:
    url("http://shimlainnrentals.com/wp-content/uploads/2026/07/mobile-banner-2.jpg");

  /* Banner layout */
  --bike-hero-max-width:
    var(--brand-container-wide, 1400px);

  --bike-hero-height: 700px;
  --bike-hero-bottom-height: 88px;

  --bike-hero-desktop-position: center center;
  --bike-hero-mobile-position: center top;

  --bike-hero-side-space:
    var(--brand-page-gutter, 30px);

  --bike-hero-content-width: 650px;
  --bike-hero-title-size: 62px;


  /* ==================================================
     GLOBAL BRAND CONNECTIONS
  ================================================== */

  --bike-hero-green:
    var(--brand-primary, #193929);

  --bike-hero-dark-green:
    var(--brand-primary-dark, #102a1e);

  --bike-hero-light-green:
    var(--brand-primary-light, #315c45);

  --bike-hero-gold:
    var(--brand-accent, #b9924c);

  --bike-hero-light-gold:
    var(--brand-accent-light, #d6b264);

  --bike-hero-white:
    var(--brand-white, #ffffff);

  --bike-hero-heading-font:
    var(
      --brand-font-heading,
      "Manrope",
      Arial,
      sans-serif
    );

  --bike-hero-body-font:
    var(
      --brand-font-body,
      "Inter",
      Arial,
      sans-serif
    );

  --bike-hero-button-radius:
    var(--brand-radius-md, 10px);

  --bike-hero-small-radius:
    var(--brand-radius-sm, 6px);

  --bike-hero-pill-radius:
    var(--brand-radius-pill, 999px);

  --bike-hero-transition:
    var(--brand-transition, 280ms ease);

  --bike-hero-shadow:
    var(
      --brand-shadow-md,
      0 16px 38px rgba(16, 42, 30, 0.18)
    );
}


/* ==================================================
   HERO SECTION
================================================== */

.bike-hero {
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  width: 100%;
  min-height: var(--bike-hero-height);

  overflow: hidden;

  font-family: var(--bike-hero-body-font);

  background-image: var(--bike-hero-desktop-image);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: var(--bike-hero-desktop-position);
}

.bike-hero *,
.bike-hero *::before,
.bike-hero *::after {
  box-sizing: border-box;
}


/* ==================================================
   BACKGROUND OVERLAY
================================================== */

.bike-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      color-mix(
        in srgb,
        var(--bike-hero-dark-green) 96%,
        transparent
      ) 0%,
      color-mix(
        in srgb,
        var(--bike-hero-dark-green) 91%,
        transparent
      ) 25%,
      color-mix(
        in srgb,
        var(--bike-hero-dark-green) 67%,
        transparent
      ) 45%,
      color-mix(
        in srgb,
        var(--bike-hero-dark-green) 22%,
        transparent
      ) 68%,
      color-mix(
        in srgb,
        var(--bike-hero-dark-green) 3%,
        transparent
      ) 100%
    ),
    linear-gradient(
      180deg,
      color-mix(
        in srgb,
        var(--bike-hero-dark-green) 2%,
        transparent
      ) 45%,
      color-mix(
        in srgb,
        var(--bike-hero-dark-green) 46%,
        transparent
      ) 100%
    );
}


/* ==================================================
   INNER CONTENT
================================================== */

.bike-hero-inner {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;

  width: min(
    var(--bike-hero-max-width),
    calc(
      100% -
      (var(--bike-hero-side-space) * 2)
    )
  );

  min-height:
    calc(
      var(--bike-hero-height) -
      var(--bike-hero-bottom-height)
    );

  margin: 0 auto;
  padding: 30px 0;
}

.bike-hero-content {
  width: 100%;
  max-width: var(--bike-hero-content-width);
}


/* ==================================================
   EYEBROW
================================================== */

.bike-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 15px;

  color: var(--bike-hero-light-gold);

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.bike-hero-eyebrow-line {
  display: inline-block;

  width: 38px;
  height: 2px;

  background: var(--bike-hero-gold);
  border-radius: var(--bike-hero-pill-radius);
}


/* ==================================================
   HEADING
================================================== */

.bike-hero-title {
  max-width: 650px;
  margin: 0;

  color: var(--bike-hero-white);

  font-family: var(--bike-hero-heading-font);
  font-size: clamp(
    46px,
    4.7vw,
    var(--bike-hero-title-size)
  );
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2.6px;

  text-shadow:
    0 8px 30px rgba(0, 0, 0, 0.2);
}

.bike-hero-title span {
  display: block;
  color: var(--bike-hero-light-gold);
}


/* ==================================================
   DESCRIPTION
================================================== */

.bike-hero-description {
  max-width: 580px;
  margin: 18px 0 0;

  color: rgba(255, 255, 255, 0.82);

  font-family: var(--bike-hero-body-font);
  font-size: 16px;
  line-height: 1.65;
}


/* ==================================================
   BUTTON AREA
================================================== */

.bike-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;

  margin-top: 25px;
}


/* ==================================================
   GLOBAL HERO BUTTON
================================================== */

.bike-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-height: 52px;
  padding: 0 21px;

  border: 1px solid transparent;
  border-radius: var(--bike-hero-button-radius);

  font-family: var(--bike-hero-body-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;

  text-decoration: none;

  transition:
    background var(--bike-hero-transition),
    border-color var(--bike-hero-transition),
    color var(--bike-hero-transition),
    transform var(--bike-hero-transition),
    box-shadow var(--bike-hero-transition);
}

.bike-hero-button svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;

  fill: currentColor;
}

.bike-hero-button:hover {
  transform: translateY(-2px);
}


/* ==================================================
   PRIMARY BUTTON
================================================== */

.bike-hero-button-primary {
  color: var(--bike-hero-dark-green);
  background: var(--bike-hero-gold);

  box-shadow: var(--bike-hero-shadow);
}

.bike-hero-button-primary:hover {
  color: var(--bike-hero-dark-green);
  background: var(--bike-hero-white);

  box-shadow:
    0 18px 34px
    color-mix(
      in srgb,
      var(--bike-hero-dark-green) 28%,
      transparent
    );
}


/* ==================================================
   CALL BUTTON
================================================== */

.bike-hero-button-call {
  justify-content: flex-start;

  padding-left: 8px;

  color: var(--bike-hero-white);
  background: rgba(255, 255, 255, 0.12);

  border-color: rgba(255, 255, 255, 0.25);

  backdrop-filter: blur(10px);
}

.bike-hero-button-call:hover {
  color: var(--bike-hero-white);
  background: rgba(255, 255, 255, 0.2);

  border-color: var(--bike-hero-gold);
}


/* ==================================================
   CALL ICON
================================================== */

.bike-call-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 36px;
  height: 36px;
  flex-shrink: 0;

  color: var(--bike-hero-dark-green);
  background: var(--bike-hero-gold);

  border-radius: var(--bike-hero-small-radius);
}

.bike-call-icon svg {
  width: 18px;
  height: 18px;
}


/* ==================================================
   CALL CONTENT
================================================== */

.bike-call-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.bike-call-content small {
  color: rgba(255, 255, 255, 0.66);

  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.bike-call-content strong {
  color: var(--bike-hero-white);

  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}


/* ==================================================
   SMALL BENEFIT POINTS
================================================== */

.bike-hero-points {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px 20px;

  margin-top: 23px;
}

.bike-hero-point {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  color: rgba(255, 255, 255, 0.87);

  font-size: 12px;
  font-weight: 600;
}

.bike-point-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 23px;
  height: 23px;
  flex-shrink: 0;

  color: var(--bike-hero-light-gold);

  background:
    color-mix(
      in srgb,
      var(--bike-hero-gold) 20%,
      transparent
    );

  border:
    1px solid
    color-mix(
      in srgb,
      var(--bike-hero-light-gold) 35%,
      transparent
    );

  border-radius: 50%;
}

.bike-point-icon svg {
  width: 13px;
  height: 13px;

  fill: currentColor;
}


/* ==================================================
   BOTTOM INFORMATION BAR
================================================== */

.bike-hero-bottom {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;

  width: 100%;
  min-height: var(--bike-hero-bottom-height);

  background:
    color-mix(
      in srgb,
      var(--bike-hero-dark-green) 90%,
      transparent
    );

  border-top:
    1px solid rgba(255, 255, 255, 0.12);

  backdrop-filter: blur(12px);
}


/* ==================================================
   BOTTOM BAR INNER
================================================== */

.bike-hero-bottom-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  width: min(
    var(--bike-hero-max-width),
    calc(
      100% -
      (var(--bike-hero-side-space) * 2)
    )
  );

  margin: 0 auto;
}


/* ==================================================
   BOTTOM BAR ITEM
================================================== */

.bike-bottom-item {
  display: flex;
  align-items: center;
  gap: 12px;

  min-height: 60px;
  padding: 8px 24px;

  border-right:
    1px solid rgba(255, 255, 255, 0.16);
}

.bike-bottom-item:first-child {
  padding-left: 0;
}

.bike-bottom-item:last-child {
  padding-right: 0;
  border-right: 0;
}


/* ==================================================
   BOTTOM BAR ICON
================================================== */

.bike-bottom-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;
  flex-shrink: 0;

  color: var(--bike-hero-gold);

  border:
    1px solid
    color-mix(
      in srgb,
      var(--bike-hero-gold) 40%,
      transparent
    );

  border-radius: 50%;
}

.bike-bottom-icon svg {
  width: 19px;
  height: 19px;

  fill: currentColor;
}


/* ==================================================
   BOTTOM BAR CONTENT
================================================== */

.bike-bottom-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bike-bottom-content strong {
  color: var(--bike-hero-white);

  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.bike-bottom-content small {
  color: rgba(255, 255, 255, 0.6);

  font-size: 10px;
  line-height: 1.3;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {
  :root {
    --bike-hero-height: 490px;
    --bike-hero-title-size: 55px;
    --bike-hero-side-space: 20px;
  }

  .bike-hero-overlay {
    background:
      linear-gradient(
        90deg,
        color-mix(
          in srgb,
          var(--bike-hero-dark-green) 95%,
          transparent
        ) 0%,
        color-mix(
          in srgb,
          var(--bike-hero-dark-green) 87%,
          transparent
        ) 35%,
        color-mix(
          in srgb,
          var(--bike-hero-dark-green) 45%,
          transparent
        ) 68%,
        color-mix(
          in srgb,
          var(--bike-hero-dark-green) 8%,
          transparent
        ) 100%
      ),
      linear-gradient(
        180deg,
        color-mix(
          in srgb,
          var(--bike-hero-dark-green) 2%,
          transparent
        ) 45%,
        color-mix(
          in srgb,
          var(--bike-hero-dark-green) 44%,
          transparent
        ) 100%
      );
  }

  .bike-hero-content {
    max-width: 560px;
  }

  .bike-hero-bottom-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .bike-bottom-item:nth-child(2) {
    border-right: 0;
  }

  .bike-bottom-item:first-child,
  .bike-bottom-item:nth-child(3) {
    padding-left: 0;
  }
}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {
  :root {
    --bike-hero-height: auto;
    --bike-hero-bottom-height: auto;
    --bike-hero-side-space: 18px;
  }

  .bike-hero {
    min-height: 620px;

    background-image: var(--bike-hero-mobile-image);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: var(--bike-hero-mobile-position);
  }

  .bike-hero-overlay {
    background:
      linear-gradient(
        180deg,
        color-mix(
          in srgb,
          var(--bike-hero-dark-green) 2%,
          transparent
        ) 0%,
        color-mix(
          in srgb,
          var(--bike-hero-dark-green) 6%,
          transparent
        ) 7%,
        color-mix(
          in srgb,
          var(--bike-hero-dark-green) 18%,
          transparent
        ) 12%,
        color-mix(
          in srgb,
          var(--bike-hero-dark-green) 48%,
          transparent
        ) 28%,
        color-mix(
          in srgb,
          var(--bike-hero-dark-green) 78%,
          transparent
        ) 38%,
        color-mix(
          in srgb,
          var(--bike-hero-dark-green) 94%,
          transparent
        ) 42%,
        color-mix(
          in srgb,
          var(--bike-hero-dark-green) 99%,
          transparent
        ) 100%
      );
  }

  .bike-hero-inner {
    align-items: flex-end;

    width: 100%;
    min-height: 535px;

    padding: 230px 18px 30px;
  }

  .bike-hero-content {
    max-width: 100%;
  }

  .bike-hero-eyebrow {
    margin-bottom: 12px;

    font-size: 10px;
    letter-spacing: 1px;
  }

  .bike-hero-eyebrow-line {
    width: 28px;
  }

  .bike-hero-title {
    font-size: clamp(39px, 11vw, 51px);
    letter-spacing: -1.8px;
  }

  .bike-hero-description {
    margin-top: 15px;

    font-size: 15px;
    line-height: 1.55;
  }

  .bike-hero-actions {
    align-items: stretch;
    flex-direction: column;

    margin-top: 21px;
  }

  .bike-hero-button {
    width: 100%;
  }

  .bike-hero-button-call {
    justify-content: center;
  }

  .bike-hero-points {
    display: none;
  }

  .bike-hero-bottom {
    background: var(--bike-hero-dark-green);

    backdrop-filter: none;
  }

  .bike-hero-bottom-inner {
    grid-template-columns: repeat(2, 1fr);

    width: 100%;
  }

  .bike-bottom-item {
    min-height: 84px;
    padding: 12px 14px;

    border-right:
      1px solid rgba(255, 255, 255, 0.12);

    border-bottom:
      1px solid rgba(255, 255, 255, 0.12);
  }

  .bike-bottom-item:first-child,
  .bike-bottom-item:nth-child(3) {
    padding-left: 14px;
  }

  .bike-bottom-item:nth-child(2),
  .bike-bottom-item:nth-child(4) {
    border-right: 0;
  }

  .bike-bottom-item:nth-child(3),
  .bike-bottom-item:nth-child(4) {
    border-bottom: 0;
  }

  .bike-bottom-icon {
    width: 35px;
    height: 35px;
  }

  .bike-bottom-icon svg {
    width: 17px;
    height: 17px;
  }
}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 480px) {
  .bike-hero {
    min-height: 590px;

    background-position: center top;
  }

  .bike-hero-inner {
    min-height: 510px;

    padding:
      190px
      14px
      28px;
  }

  .bike-hero-title {
    font-size: 39px;
  }

  .bike-hero-description {
    font-size: 14px;
  }

  .bike-hero-button {
    min-height: 50px;
  }

  .bike-bottom-item {
    gap: 8px;

    padding: 10px 9px;
  }

  .bike-bottom-item:first-child,
  .bike-bottom-item:nth-child(3) {
    padding-left: 9px;
  }

  .bike-bottom-icon {
    width: 32px;
    height: 32px;
  }

  .bike-bottom-icon svg {
    width: 15px;
    height: 15px;
  }

  .bike-bottom-content strong {
    font-size: 10px;
  }

  .bike-bottom-content small {
    font-size: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-460e232 *//* ==================================================
   BIKE RENTAL SECTION CONTROLS
================================================== */

:root {
  --sibr-section-max-width: 1400px;
  --sibr-section-side-space: 30px;

  --sibr-section-padding-top: 85px;
  --sibr-section-padding-bottom: 85px;

  --sibr-card-width: 320px;
  --sibr-card-gap: 22px;

  --sibr-card-image-height: 225px;
  --sibr-card-radius: 18px;

  --sibr-primary: #193929;
  --sibr-primary-dark: #102a1e;
  --sibr-primary-light: #315c45;

  --sibr-cream: #f7f1e6;
  --sibr-cream-light: #fcfaf6;

  --sibr-gold: #b9924c;
  --sibr-gold-dark: #98743a;

  --sibr-heading: #182720;
  --sibr-text: #45534c;
  --sibr-muted: #748078;

  --sibr-white: #ffffff;
  --sibr-border: #e8e0d4;
}

/* ==================================================
   SECTION
================================================== */

.sibr-rental-section {
  position: relative;

  width: 100%;

  padding:
    var(--sibr-section-padding-top)
    var(--sibr-section-side-space)
    var(--sibr-section-padding-bottom);

  overflow: hidden;

  background:
    radial-gradient(
      circle at 5% 10%,
      rgba(185, 146, 76, 0.1),
      transparent 26%
    ),
    linear-gradient(
      180deg,
      var(--sibr-cream-light) 0%,
      var(--sibr-white) 100%
    );
}

.sibr-rental-container {
  width: min(var(--sibr-section-max-width), 100%);
  margin: 0 auto;
}

/* ==================================================
   HEADING
================================================== */

.sibr-rental-heading-row {
  margin-bottom: 38px;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  gap: 30px;
}

.sibr-rental-heading {
  max-width: 760px;
}

.sibr-rental-kicker {
  display: block;

  margin-bottom: 10px;

  color: var(--sibr-gold-dark);

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.sibr-rental-heading h2 {
  margin: 0;

  color: var(--sibr-primary-dark);

  font-size: clamp(34px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -1.8px;
}

.sibr-rental-heading p {
  max-width: 700px;

  margin: 15px 0 0;

  color: var(--sibr-text);

  font-size: 16px;
  line-height: 1.7;
}

/* ==================================================
   SLIDER CONTROLS
================================================== */

.sibr-slider-controls {
  display: flex;
  align-items: center;

  gap: 10px;

  flex-shrink: 0;
}

.sibr-slider-arrow {
  width: 48px;
  height: 48px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0;

  background: var(--sibr-white);
  color: var(--sibr-primary);

  border: 1px solid var(--sibr-border);
  border-radius: 50%;

  box-shadow: 0 8px 22px rgba(25, 57, 41, 0.08);

  cursor: pointer;

  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    opacity 0.2s ease;
}

.sibr-slider-arrow svg {
  width: 20px;
  height: 20px;

  fill: currentColor;
}

.sibr-slider-arrow:hover {
  background: var(--sibr-primary);
  border-color: var(--sibr-primary);
  color: var(--sibr-white);

  transform: translateY(-2px);
}

.sibr-slider-arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}

/* ==================================================
   HORIZONTAL SLIDER
================================================== */

.sibr-bike-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: var(--sibr-card-width);

  gap: var(--sibr-card-gap);

  overflow-x: auto;
  overflow-y: hidden;

  padding: 5px 3px 24px;

  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;

  scrollbar-width: thin;
  scrollbar-color:
    var(--sibr-gold)
    var(--sibr-cream);
}

.sibr-bike-slider::-webkit-scrollbar {
  height: 7px;
}

.sibr-bike-slider::-webkit-scrollbar-track {
  background: var(--sibr-cream);
  border-radius: 20px;
}

.sibr-bike-slider::-webkit-scrollbar-thumb {
  background: var(--sibr-gold);
  border-radius: 20px;
}

/* ==================================================
   BIKE CARD
================================================== */

.sibr-bike-card {
  min-width: 0;

  overflow: hidden;

  background: var(--sibr-white);

  border: 1px solid var(--sibr-border);
  border-radius: var(--sibr-card-radius);

  box-shadow:
    0 14px 35px
    rgba(25, 57, 41, 0.09);

  scroll-snap-align: start;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.sibr-bike-card:hover {
  border-color: rgba(185, 146, 76, 0.55);

  transform: translateY(-6px);

  box-shadow:
    0 22px 45px
    rgba(25, 57, 41, 0.14);
}

/* ==================================================
   BIKE IMAGE
================================================== */

.sibr-bike-media {
  position: relative;

  width: 100%;
  height: var(--sibr-card-image-height);

  overflow: hidden;

  background:
    linear-gradient(
      145deg,
      var(--sibr-cream) 0%,
      #e9dfce 100%
    );
}

.sibr-bike-media img {
  position: relative;
  z-index: 2;

  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
  object-position: center;

  transition: transform 0.45s ease;
}

.sibr-bike-card:hover .sibr-bike-media img {
  transform: scale(1.05);
}

.sibr-bike-fallback {
  position: absolute;
  inset: 0;

  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 75px;
}

.sibr-bike-category {
  position: absolute;
  z-index: 4;

  top: 14px;
  left: 14px;

  padding: 7px 11px;

  background: rgba(16, 42, 30, 0.9);
  color: var(--sibr-white);

  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;

  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;

  backdrop-filter: blur(8px);
}

/* ==================================================
   CARD CONTENT
================================================== */

.sibr-bike-content {
  padding: 21px 20px 20px;
}

.sibr-bike-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  gap: 15px;
}

.sibr-bike-title-row h3 {
  margin: 0;

  color: var(--sibr-heading);

  font-size: 21px;
  font-weight: 750;
  line-height: 1.2;
}

.sibr-bike-price {
  display: flex;
  align-items: baseline;

  gap: 3px;

  flex-shrink: 0;
}

.sibr-bike-price strong {
  color: var(--sibr-gold-dark);

  font-size: 19px;
  font-weight: 800;
}

.sibr-bike-price span {
  color: var(--sibr-muted);

  font-size: 10px;
  font-weight: 600;
}

.sibr-bike-content > p {
  min-height: 67px;

  margin: 14px 0 0;

  color: var(--sibr-text);

  font-size: 13px;
  line-height: 1.65;
}

/* ==================================================
   FEATURES
================================================== */

.sibr-bike-features {
  margin-top: 17px;

  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 7px;
}

.sibr-bike-features span {
  padding: 6px 9px;

  background: var(--sibr-cream-light);
  color: var(--sibr-primary);

  border: 1px solid var(--sibr-border);
  border-radius: 50px;

  font-size: 10px;
  font-weight: 650;
}

/* ==================================================
   CARD BUTTON
================================================== */

.sibr-bike-button {
  width: 100%;
  min-height: 48px;

  margin-top: 20px;
  padding: 0 16px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 8px;

  background: var(--sibr-primary);
  color: var(--sibr-white) !important;

  border: 1px solid var(--sibr-primary);
  border-radius: 8px;

  font-size: 13px;
  font-weight: 700;

  text-decoration: none;

  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.sibr-bike-button svg {
  width: 17px;
  height: 17px;

  fill: currentColor;
}

.sibr-bike-button:hover {
  background: var(--sibr-gold);
  border-color: var(--sibr-gold);
  color: var(--sibr-primary-dark) !important;

  transform: translateY(-2px);
}

/* ==================================================
   SECTION FOOTER
================================================== */

.sibr-slider-footer {
  margin-top: 24px;

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

  gap: 25px;
}

.sibr-slider-footer p {
  margin: 0;

  color: var(--sibr-muted);

  font-size: 12px;
  line-height: 1.5;
}

.sibr-view-all-link {
  display: inline-flex;
  align-items: center;

  gap: 8px;

  flex-shrink: 0;

  color: var(--sibr-primary);

  font-size: 13px;
  font-weight: 700;

  text-decoration: none;
}

.sibr-view-all-link svg {
  width: 17px;
  height: 17px;

  fill: currentColor;

  transition: transform 0.2s ease;
}

.sibr-view-all-link:hover {
  color: var(--sibr-gold-dark);
}

.sibr-view-all-link:hover svg {
  transform: translateX(4px);
}

/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {
  :root {
    --sibr-section-side-space: 20px;
    --sibr-section-padding-top: 70px;
    --sibr-section-padding-bottom: 70px;

    --sibr-card-width: 305px;
  }
}
/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {
  :root {
    --sibr-section-side-space: 18px;
    --sibr-section-padding-top: 55px;
    --sibr-section-padding-bottom: 55px;

    --sibr-card-width: 84vw;
    --sibr-card-gap: 15px;
  }

  /* Square image container for 500 × 500 images */
  .sibr-bike-media {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .sibr-bike-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .sibr-rental-heading-row {
    margin-bottom: 29px;
    align-items: flex-start;
    flex-direction: column;
  }

  .sibr-rental-heading h2 {
    font-size: 36px;
  }

  .sibr-rental-heading p {
    font-size: 15px;
  }

  .sibr-slider-controls {
    display: none;
  }

  .sibr-bike-slider {
    margin-right: calc(var(--sibr-section-side-space) * -1);
    padding-right: var(--sibr-section-side-space);
    padding-bottom: 18px;
    scrollbar-width: none;
  }

  .sibr-bike-slider::-webkit-scrollbar {
    display: none;
  }

  .sibr-bike-content > p {
    min-height: auto;
  }

  .sibr-slider-footer {
    margin-top: 20px;
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 480px) {
  :root {
    --sibr-section-side-space: 14px;
    --sibr-card-width: 88vw;
  }

  .sibr-rental-heading h2 {
    font-size: 32px;
  }

  .sibr-bike-content {
    padding: 19px 17px 18px;
  }

  .sibr-bike-title-row h3 {
    font-size: 19px;
  }

  .sibr-bike-price strong {
    font-size: 17px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-74e788b *//* ==================================================
   SPITI PACKAGES CONTROLS
================================================== */

:root {
  --spiti-max-width: 1400px;
  --spiti-side-space: 30px;

  --spiti-padding-top: 85px;
  --spiti-padding-bottom: 85px;

  --spiti-card-gap: 22px;
  --spiti-card-radius: 18px;
  --spiti-image-height: 245px;

  --spiti-primary: #193929;
  --spiti-primary-dark: #102a1e;
  --spiti-primary-light: #315c45;

  --spiti-cream: #f7f1e6;
  --spiti-cream-light: #fcfaf6;

  --spiti-gold: #b9924c;
  --spiti-gold-dark: #98743a;

  --spiti-heading: #182720;
  --spiti-text: #45534c;
  --spiti-muted: #748078;

  --spiti-white: #ffffff;
  --spiti-border: #e8e0d4;
}

/* ==================================================
   FULL-WIDTH SECTION
================================================== */

.spiti-packages-breakout {
  position: relative;

  width: 100vw;
  max-width: 100vw;

  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);

  overflow: hidden;
}

.spiti-packages-section {
  position: relative;

  width: 100%;

  padding:
    var(--spiti-padding-top)
    var(--spiti-side-space)
    var(--spiti-padding-bottom);

  background:
    radial-gradient(
      circle at 8% 10%,
      rgba(185, 146, 76, 0.11),
      transparent 27%
    ),
    linear-gradient(
      180deg,
      var(--spiti-white) 0%,
      var(--spiti-cream-light) 100%
    );
}

.spiti-packages-container {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: var(--spiti-max-width);

  margin: 0 auto;
}

/* ==================================================
   SECTION HEADING
================================================== */

.spiti-packages-heading {
  margin-bottom: 40px;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  gap: 35px;
}

.spiti-packages-heading-content {
  max-width: 820px;
}

.spiti-packages-kicker {
  display: block;

  margin-bottom: 10px;

  color: var(--spiti-gold-dark);

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.spiti-packages-heading h2 {
  margin: 0;

  color: var(--spiti-primary-dark);

  font-size: clamp(36px, 4.2vw, 54px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -2px;
}

.spiti-packages-heading p {
  max-width: 720px;

  margin: 15px 0 0;

  color: var(--spiti-text);

  font-size: 16px;
  line-height: 1.7;
}

.spiti-packages-view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  flex-shrink: 0;

  color: var(--spiti-primary);

  font-size: 13px;
  font-weight: 700;

  text-decoration: none;
}

.spiti-packages-view-all svg {
  width: 18px;
  height: 18px;

  fill: currentColor;

  transition: transform 0.2s ease;
}

.spiti-packages-view-all:hover {
  color: var(--spiti-gold-dark);
}

.spiti-packages-view-all:hover svg {
  transform: translateX(4px);
}

/* ==================================================
   THREE-COLUMN GRID
================================================== */

.spiti-packages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  align-items: stretch;

  gap: var(--spiti-card-gap);
}

/* ==================================================
   PACKAGE CARD
================================================== */

.spiti-package-card {
  min-width: 0;

  display: flex;
  flex-direction: column;

  overflow: hidden;

  background: var(--spiti-white);

  border: 1px solid var(--spiti-border);
  border-radius: var(--spiti-card-radius);

  box-shadow:
    0 15px 38px
    rgba(25, 57, 41, 0.09);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.spiti-package-card:hover {
  border-color: rgba(185, 146, 76, 0.55);

  transform: translateY(-7px);

  box-shadow:
    0 24px 50px
    rgba(25, 57, 41, 0.15);
}

.spiti-package-featured {
  border-color: rgba(185, 146, 76, 0.65);
}

/* ==================================================
   PACKAGE IMAGE
================================================== */

.spiti-package-image {
  position: relative;

  width: 100%;
  height: var(--spiti-image-height);

  overflow: hidden;

  background: var(--spiti-cream);
}

.spiti-package-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
  object-position: center;

  transition: transform 0.5s ease;
}

.spiti-package-card:hover .spiti-package-image img {
  transform: scale(1.06);
}

.spiti-package-image-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(16, 42, 30, 0.03) 28%,
      rgba(16, 42, 30, 0.74) 100%
    );
}

.spiti-package-number {
  position: absolute;
  top: 16px;
  left: 16px;

  width: 41px;
  height: 41px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.9);
  color: var(--spiti-primary-dark);

  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;

  font-size: 12px;
  font-weight: 800;

  backdrop-filter: blur(8px);
}

.spiti-featured-label {
  position: absolute;
  top: 17px;
  right: 16px;

  padding: 7px 11px;

  background: var(--spiti-gold);
  color: var(--spiti-primary-dark);

  border-radius: 50px;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.spiti-package-duration {
  position: absolute;
  right: 16px;
  bottom: 16px;

  min-height: 37px;
  padding: 0 12px;

  display: inline-flex;
  align-items: center;
  gap: 7px;

  background: rgba(16, 42, 30, 0.9);
  color: var(--spiti-white);

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50px;

  font-size: 10px;
  font-weight: 700;

  backdrop-filter: blur(8px);
}

.spiti-package-duration svg {
  width: 15px;
  height: 15px;

  fill: var(--spiti-gold);
}

/* ==================================================
   PACKAGE CONTENT
================================================== */

.spiti-package-content {
  padding: 23px 22px 22px;

  display: flex;
  flex: 1;
  flex-direction: column;
}

.spiti-package-route-type {
  display: block;

  margin-bottom: 8px;

  color: var(--spiti-gold-dark);

  font-size: 9px;
  font-weight: 750;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.spiti-package-content h3 {
  margin: 0;

  color: var(--spiti-heading);

  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.spiti-package-content > p {
  margin: 13px 0 0;

  color: var(--spiti-text);

  font-size: 13px;
  line-height: 1.65;
}

/* ==================================================
   ROUTE
================================================== */

.spiti-route {
  margin-top: 18px;
  padding: 13px;

  display: flex;
  align-items: center;
  gap: 7px;

  overflow-x: auto;

  background: var(--spiti-cream-light);

  border: 1px solid var(--spiti-border);
  border-radius: 9px;

  scrollbar-width: none;
}

.spiti-route::-webkit-scrollbar {
  display: none;
}

.spiti-route span {
  flex-shrink: 0;

  color: var(--spiti-primary);

  font-size: 10px;
  font-weight: 700;
}

.spiti-route i {
  position: relative;

  width: 19px;
  height: 1px;

  flex-shrink: 0;

  background: var(--spiti-gold);
}

.spiti-route i::after {
  content: "";

  position: absolute;
  top: 50%;
  right: 0;

  width: 5px;
  height: 5px;

  border-top: 1px solid var(--spiti-gold);
  border-right: 1px solid var(--spiti-gold);

  transform:
    translateY(-50%)
    rotate(45deg);
}

/* ==================================================
   FEATURES
================================================== */

.spiti-package-features {
  margin: 19px 0 0;
  padding: 0;

  display: flex;
  flex-direction: column;
  gap: 9px;

  list-style: none;
}

.spiti-package-features li {
  display: flex;
  align-items: center;
  gap: 8px;

  color: var(--spiti-text);

  font-size: 11px;
  line-height: 1.4;
}

.spiti-check {
  width: 20px;
  height: 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  background: rgba(25, 57, 41, 0.08);
  color: var(--spiti-primary);

  border-radius: 50%;

  font-size: 10px;
  font-weight: 800;
}

/* ==================================================
   PACKAGE FOOTER
================================================== */

.spiti-package-footer {
  margin-top: auto;
  padding-top: 21px;

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

  gap: 12px;
}

.spiti-package-button {
  min-height: 47px;
  padding: 0 17px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  background: var(--spiti-primary);
  color: var(--spiti-white) !important;

  border: 1px solid var(--spiti-primary);
  border-radius: 8px;

  font-size: 12px;
  font-weight: 700;

  text-decoration: none;

  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.spiti-package-button svg {
  width: 16px;
  height: 16px;

  fill: currentColor;
}

.spiti-package-button:hover {
  background: var(--spiti-gold);
  border-color: var(--spiti-gold);

  color: var(--spiti-primary-dark) !important;

  transform: translateY(-2px);
}

.spiti-package-enquiry {
  color: var(--spiti-muted);

  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

/* ==================================================
   BOTTOM CTA
================================================== */

.spiti-packages-bottom {
  margin-top: 32px;
  padding: 29px 32px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;

  background:
    linear-gradient(
      110deg,
      var(--spiti-primary-dark) 0%,
      var(--spiti-primary-light) 100%
    );

  border-radius: 17px;

  box-shadow:
    0 18px 42px
    rgba(16, 42, 30, 0.17);
}

.spiti-packages-bottom-content {
  max-width: 850px;
}

.spiti-packages-bottom-content > span {
  display: block;

  margin-bottom: 7px;

  color: var(--spiti-gold);

  font-size: 10px;
  font-weight: 750;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.spiti-packages-bottom h3 {
  margin: 0;

  color: var(--spiti-white);

  font-size: 27px;
  font-weight: 800;
  line-height: 1.25;
}

.spiti-packages-bottom p {
  margin: 9px 0 0;

  color: rgba(255, 255, 255, 0.7);

  font-size: 13px;
  line-height: 1.65;
}

.spiti-custom-button {
  min-height: 51px;
  padding: 0 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  flex-shrink: 0;

  background: var(--spiti-gold);
  color: var(--spiti-primary-dark);

  border-radius: 8px;

  font-size: 13px;
  font-weight: 750;

  text-decoration: none;

  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.spiti-custom-button svg {
  width: 17px;
  height: 17px;

  fill: currentColor;
}

.spiti-custom-button:hover {
  background: var(--spiti-white);

  transform: translateY(-2px);
}

/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {
  :root {
    --spiti-side-space: 20px;
    --spiti-padding-top: 70px;
    --spiti-padding-bottom: 70px;
    --spiti-image-height: 230px;
  }

  .spiti-packages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spiti-package-card:last-child {
    grid-column: 1 / -1;

    width: calc(50% - (var(--spiti-card-gap) / 2));
    justify-self: center;
  }
}

/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {
  :root {
    --spiti-side-space: 18px;
    --spiti-padding-top: 55px;
    --spiti-padding-bottom: 55px;
    --spiti-image-height: 235px;
  }

  .spiti-packages-heading {
    margin-bottom: 30px;

    align-items: flex-start;
    flex-direction: column;
  }

  .spiti-packages-heading h2 {
    font-size: 37px;
  }

  .spiti-packages-heading p {
    font-size: 15px;
  }

  .spiti-packages-grid {
    grid-template-columns: 1fr;
  }

  .spiti-package-card:last-child {
    grid-column: auto;

    width: 100%;
  }

  .spiti-packages-bottom {
    padding: 27px 23px;

    align-items: flex-start;
    flex-direction: column;
  }

  .spiti-custom-button {
    width: 100%;
  }
}

/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 480px) {
  :root {
    --spiti-side-space: 14px;
    --spiti-image-height: 215px;
  }

  .spiti-packages-heading h2 {
    font-size: 32px;
  }

  .spiti-package-content {
    padding: 20px 17px;
  }

  .spiti-package-content h3 {
    font-size: 21px;
  }

  .spiti-package-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .spiti-package-button {
    width: 100%;
  }

  .spiti-package-enquiry {
    text-align: center;
  }

  .spiti-packages-bottom {
    padding: 24px 19px;
  }

  .spiti-packages-bottom h3 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-397f553 *//* ==================================================
   TAXI SECTION CONTROLS
================================================== */

:root {
  --sib-taxi-max-width: 1400px;
  --sib-taxi-side-space: 30px;

  --sib-taxi-padding-top: 85px;
  --sib-taxi-padding-bottom: 85px;

  --sib-taxi-card-gap: 22px;
  --sib-taxi-card-radius: 18px;
  --sib-taxi-image-height: 245px;

  --sib-taxi-primary: #193929;
  --sib-taxi-primary-dark: #102a1e;
  --sib-taxi-primary-light: #315c45;

  --sib-taxi-cream: #f7f1e6;
  --sib-taxi-cream-light: #fcfaf6;

  --sib-taxi-gold: #b9924c;
  --sib-taxi-gold-dark: #98743a;

  --sib-taxi-heading: #182720;
  --sib-taxi-text: #45534c;
  --sib-taxi-muted: #748078;

  --sib-taxi-white: #ffffff;
  --sib-taxi-border: #e8e0d4;
}

.sib-taxi-breakout,
.sib-taxi-breakout * {
  box-sizing: border-box;
}


/* ==================================================
   FULL-WIDTH BREAKOUT
================================================== */

.sib-taxi-breakout {
  position: relative;

  width: 100vw;
  max-width: 100vw;

  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);

  overflow: hidden;
}


/* ==================================================
   MAIN SECTION
================================================== */

.sib-taxi-section {
  position: relative;
  width: 100%;

  padding:
    var(--sib-taxi-padding-top)
    var(--sib-taxi-side-space)
    var(--sib-taxi-padding-bottom);

  background:
    radial-gradient(
      circle at 94% 9%,
      rgba(185, 146, 76, 0.11),
      transparent 25%
    ),
    linear-gradient(
      180deg,
      var(--sib-taxi-cream-light) 0%,
      var(--sib-taxi-white) 100%
    );
}

.sib-taxi-section::before {
  content: "";

  position: absolute;
  left: -170px;
  bottom: -230px;

  width: 450px;
  height: 450px;

  border: 1px solid rgba(185, 146, 76, 0.13);
  border-radius: 50%;

  pointer-events: none;
}

.sib-taxi-container {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: var(--sib-taxi-max-width);

  margin-right: auto;
  margin-left: auto;
}


/* ==================================================
   SECTION HEADING
================================================== */

.sib-taxi-heading-row {
  margin-bottom: 40px;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  gap: 35px;
}

.sib-taxi-heading {
  max-width: 800px;
}

.sib-taxi-kicker {
  display: block;
  margin-bottom: 10px;

  color: var(--sib-taxi-gold-dark);

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.sib-taxi-heading h2 {
  margin: 0;

  color: var(--sib-taxi-primary-dark);

  font-size: clamp(36px, 4.2vw, 54px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -2px;
}

.sib-taxi-heading p {
  max-width: 720px;
  margin: 15px 0 0;

  color: var(--sib-taxi-text);

  font-size: 16px;
  line-height: 1.7;
}

.sib-taxi-view-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  flex-shrink: 0;

  color: var(--sib-taxi-primary);

  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.sib-taxi-view-link svg {
  width: 18px;
  height: 18px;

  fill: currentColor;

  transition: transform 0.2s ease;
}

.sib-taxi-view-link:hover {
  color: var(--sib-taxi-gold-dark);
}

.sib-taxi-view-link:hover svg {
  transform: translateX(4px);
}


/* ==================================================
   THREE-COLUMN TAXI GRID
================================================== */

.sib-taxi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;

  gap: var(--sib-taxi-card-gap);
}


/* ==================================================
   TAXI CARD
================================================== */

.sib-taxi-card {
  min-width: 0;
  height: 100%;

  display: flex;
  flex-direction: column;

  overflow: hidden;

  background: var(--sib-taxi-white);

  border: 1px solid var(--sib-taxi-border);
  border-radius: var(--sib-taxi-card-radius);

  box-shadow:
    0 15px 38px
    rgba(25, 57, 41, 0.09);

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.sib-taxi-card:hover {
  border-color: rgba(185, 146, 76, 0.58);

  transform: translateY(-7px);

  box-shadow:
    0 25px 52px
    rgba(25, 57, 41, 0.15);
}

.sib-taxi-featured {
  border-color: rgba(185, 146, 76, 0.65);
}


/* ==================================================
   TAXI IMAGE
================================================== */

.sib-taxi-image {
  position: relative;

  width: 100%;
  height: var(--sib-taxi-image-height);
  flex-shrink: 0;

  overflow: hidden;

  background: var(--sib-taxi-cream);
}

.sib-taxi-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
  object-position: center;

  transition: transform 0.5s ease;
}

.sib-taxi-card:hover .sib-taxi-image img {
  transform: scale(1.06);
}

.sib-taxi-image-overlay {
  position: absolute;
  inset: 0;

  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      rgba(16, 42, 30, 0.02) 25%,
      rgba(16, 42, 30, 0.76) 100%
    );
}


/* ==================================================
   IMAGE LABELS
================================================== */

.sib-taxi-badge {
  position: absolute;
  top: 16px;
  left: 16px;

  padding: 7px 11px;

  color: var(--sib-taxi-white);
  background: rgba(16, 42, 30, 0.9);

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50px;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.sib-taxi-popular {
  position: absolute;
  top: 16px;
  right: 16px;

  padding: 7px 11px;

  color: var(--sib-taxi-primary-dark);
  background: var(--sib-taxi-gold);

  border-radius: 50px;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.sib-taxi-seats {
  position: absolute;
  right: 16px;
  bottom: 16px;

  min-height: 37px;
  padding: 0 12px;

  display: inline-flex;
  align-items: center;
  gap: 7px;

  color: var(--sib-taxi-white);
  background: rgba(16, 42, 30, 0.9);

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50px;

  font-size: 10px;
  font-weight: 700;

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.sib-taxi-seats svg {
  width: 15px;
  height: 15px;

  fill: var(--sib-taxi-gold);
}


/* ==================================================
   CARD CONTENT
================================================== */

.sib-taxi-content {
  padding: 23px 22px 28px;

  display: flex;
  flex: 1;
  flex-direction: column;
}

.sib-taxi-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  gap: 14px;
}

.sib-taxi-type {
  display: block;
  margin-bottom: 6px;

  color: var(--sib-taxi-gold-dark);

  font-size: 9px;
  font-weight: 750;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sib-taxi-title-row h3 {
  margin: 0;

  color: var(--sib-taxi-heading);

  font-size: 23px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.5px;
}


/* ==================================================
   PRICE
================================================== */

.sib-taxi-price {
  display: flex;
  align-items: flex-end;
  flex-direction: column;

  flex-shrink: 0;
}

.sib-taxi-price strong {
  color: var(--sib-taxi-gold-dark);

  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
}

.sib-taxi-price span {
  margin-top: 3px;

  color: var(--sib-taxi-muted);

  font-size: 9px;
  font-weight: 650;
  text-transform: uppercase;
}

.sib-taxi-content > p {
  margin: 14px 0 0;

  color: var(--sib-taxi-text);

  font-size: 13px;
  line-height: 1.68;
}


/* ==================================================
   FEATURES
================================================== */

.sib-taxi-features {
  margin-top: 19px;
  margin-bottom: 22px;

  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 7px;
}

.sib-taxi-features span {
  padding: 6px 9px;

  color: var(--sib-taxi-primary);
  background: var(--sib-taxi-cream-light);

  border: 1px solid var(--sib-taxi-border);
  border-radius: 50px;

  font-size: 9px;
  font-weight: 700;
}


/* ==================================================
   BOOKING BUTTON
================================================== */

.sib-taxi-button {
  width: 100%;
  min-height: 49px;

  margin-top: auto;
  padding: 0 17px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  color: var(--sib-taxi-white) !important;
  background: var(--sib-taxi-primary);

  border: 1px solid var(--sib-taxi-primary);
  border-radius: 8px;

  font-size: 13px;
  font-weight: 700;
  text-decoration: none;

  transform: none;

  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.sib-taxi-button svg {
  width: 17px;
  height: 17px;

  fill: currentColor;

  transition: transform 0.2s ease;
}

.sib-taxi-button:hover {
  color: var(--sib-taxi-primary-dark) !important;
  background: var(--sib-taxi-gold);
  border-color: var(--sib-taxi-gold);

  transform: translateY(-2px);
}

.sib-taxi-button:hover svg {
  transform: translateX(4px);
}


/* ==================================================
   BOTTOM CTA
================================================== */

.sib-taxi-bottom {
  margin-top: 32px;
  padding: 29px 32px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;

  background:
    linear-gradient(
      110deg,
      var(--sib-taxi-primary-dark) 0%,
      var(--sib-taxi-primary-light) 100%
    );

  border-radius: 17px;

  box-shadow:
    0 18px 42px
    rgba(16, 42, 30, 0.17);
}

.sib-taxi-bottom-text {
  max-width: 850px;
}

.sib-taxi-bottom-text > span {
  display: block;
  margin-bottom: 7px;

  color: var(--sib-taxi-gold);

  font-size: 10px;
  font-weight: 750;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.sib-taxi-bottom h3 {
  margin: 0;

  color: var(--sib-taxi-white);

  font-size: 27px;
  font-weight: 800;
  line-height: 1.25;
}

.sib-taxi-bottom p {
  margin: 9px 0 0;

  color: rgba(255, 255, 255, 0.7);

  font-size: 13px;
  line-height: 1.65;
}

.sib-taxi-whatsapp {
  min-height: 51px;
  padding: 0 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  flex-shrink: 0;

  color: var(--sib-taxi-primary-dark);
  background: var(--sib-taxi-gold);

  border-radius: 8px;

  font-size: 13px;
  font-weight: 750;
  text-decoration: none;

  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.sib-taxi-whatsapp svg {
  width: 17px;
  height: 17px;

  fill: currentColor;
}

.sib-taxi-whatsapp:hover {
  background: var(--sib-taxi-white);

  transform: translateY(-2px);
}


/* ==================================================
   ELEMENTOR SUPPORT
================================================== */

.shimla-taxi-section {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  --container-max-width: 100% !important;
}

.shimla-taxi-section > .e-con-inner,
.shimla-taxi-section > .elementor-container,
.shimla-taxi-section .elementor-widget-wrap,
.shimla-taxi-section .elementor-widget-html,
.shimla-taxi-section .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1050px) {
  :root {
    --sib-taxi-side-space: 20px;
    --sib-taxi-padding-top: 70px;
    --sib-taxi-padding-bottom: 70px;
    --sib-taxi-image-height: 225px;
  }

  .sib-taxi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sib-taxi-card:last-child {
    grid-column: 1 / -1;

    width: calc(50% - (var(--sib-taxi-card-gap) / 2));

    justify-self: center;
  }
}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {
  :root {
    --sib-taxi-side-space: 18px;
    --sib-taxi-padding-top: 55px;
    --sib-taxi-padding-bottom: 55px;
    --sib-taxi-image-height: 235px;
  }

  .sib-taxi-heading-row {
    margin-bottom: 30px;

    align-items: flex-start;
    flex-direction: column;
  }

  .sib-taxi-heading h2 {
    font-size: 37px;
  }

  .sib-taxi-heading p {
    font-size: 15px;
  }

  .sib-taxi-grid {
    grid-template-columns: 1fr;
  }

  .sib-taxi-card:last-child {
    grid-column: auto;

    width: 100%;
  }

  /*
   Mobile spacing:
   24px below feature chips,
   28px below the booking button.
  */

  .sib-taxi-content {
    padding: 22px 20px 28px;
  }

  .sib-taxi-features {
    margin-bottom: 24px;
  }

  .sib-taxi-button {
    margin-top: auto;
    transform: none;
  }

  .sib-taxi-button:hover {
    transform: translateY(-2px);
  }

  .sib-taxi-bottom {
    padding: 27px 23px;

    align-items: flex-start;
    flex-direction: column;
  }

  .sib-taxi-whatsapp {
    width: 100%;
  }
}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 480px) {
  :root {
    --sib-taxi-side-space: 14px;
    --sib-taxi-image-height: 215px;
  }

  .sib-taxi-heading h2 {
    font-size: 32px;
  }

  .sib-taxi-content {
    padding: 20px 17px 27px;
  }

  .sib-taxi-title-row h3 {
    font-size: 21px;
  }

  .sib-taxi-title-row {
    gap: 10px;
  }

  .sib-taxi-price strong {
    font-size: 18px;
  }

  .sib-taxi-features {
    margin-top: 17px;
    margin-bottom: 21px;
  }

  .sib-taxi-bottom {
    padding: 24px 19px;
  }

  .sib-taxi-bottom h3 {
    font-size: 24px;
  }
}


/* ==================================================
   REDUCED MOTION
================================================== */

@media (prefers-reduced-motion: reduce) {
  .sib-taxi-card,
  .sib-taxi-image img,
  .sib-taxi-button,
  .sib-taxi-button svg,
  .sib-taxi-whatsapp {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b4ac7b *//* ==================================================
   SHIMLA INN RENTALS — GALLERY SECTION
   SECTION TEXT + IMAGE-ONLY GALLERY
   MAXIMUM WIDTH: 1400PX
================================================== */

.sib-gallery-section {
  --gallery-primary:
    var(--brand-primary, #193929);

  --gallery-primary-dark:
    var(--brand-primary-dark, #102a1e);

  --gallery-accent:
    var(--brand-accent, #b9924c);

  --gallery-white:
    var(--brand-white, #ffffff);

  --gallery-background:
    var(--brand-background, #fbfaf7);

  --gallery-text:
    var(--brand-text, #68776f);

  --gallery-heading-font:
    var(--brand-font-heading, "Manrope", Arial, sans-serif);

  --gallery-body-font:
    var(--brand-font-body, "Inter", Arial, sans-serif);

  --gallery-radius:
    var(--brand-radius-lg, 14px);

  --gallery-transition:
    var(--brand-transition, 300ms ease);

  width: 100%;
  padding: 65px 0;

  overflow: hidden;

  background: var(--gallery-background);

  font-family: var(--gallery-body-font);
}

.sib-gallery-section *,
.sib-gallery-section *::before,
.sib-gallery-section *::after {
  box-sizing: border-box;
}

.sib-gallery-container {
  width: min(
    1400px,
    calc(100% - 48px)
  );

  margin: 0 auto;
}


/* ==================================================
   SECTION HEADING
================================================== */

.sib-gallery-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;

  margin-bottom: 28px;
}

.sib-gallery-heading-content {
  max-width: 760px;
}

.sib-gallery-kicker {
  display: block;

  margin-bottom: 8px;

  color: var(--gallery-accent);

  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.sib-gallery-heading h2 {
  margin: 0;

  color: var(--gallery-primary-dark);

  font-family: var(--gallery-heading-font);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1.8px;
}

.sib-gallery-heading p {
  max-width: 690px;
  margin: 12px 0 0;

  color: var(--gallery-text);

  font-size: 14px;
  line-height: 1.7;
}


/* ==================================================
   ENQUIRY BUTTON
================================================== */

.sib-gallery-enquiry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  min-height: 48px;
  flex-shrink: 0;
  padding: 0 18px;

  color: var(--gallery-white);
  background: var(--gallery-primary);

  border-radius: 9px;

  font-size: 12px;
  font-weight: 700;
  line-height: 1;

  text-decoration: none;

  transition:
    color var(--gallery-transition),
    background var(--gallery-transition),
    transform var(--gallery-transition);
}

.sib-gallery-enquiry svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;

  fill: currentColor;
}

.sib-gallery-enquiry:hover {
  color: var(--gallery-primary-dark);
  background: var(--gallery-accent);

  transform: translateY(-2px);
}


/* ==================================================
   GALLERY GRID
================================================== */

.sib-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, 270px);
  gap: 14px;
}


/* ==================================================
   IMAGE ITEMS
================================================== */

.sib-gallery-item {
  position: relative;

  grid-column: span 3;

  min-width: 0;
  min-height: 0;
  margin: 0;

  overflow: hidden;

  background: var(--gallery-primary-dark);

  border-radius: var(--gallery-radius);
}

.sib-gallery-item--featured {
  grid-column: span 6;
  grid-row: span 2;
}

.sib-gallery-item--wide {
  grid-column: span 6;
}

.sib-gallery-item img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transition:
    transform 650ms ease,
    filter 650ms ease;
}

.sib-gallery-item:hover img {
  transform: scale(1.045);

  filter: saturate(1.08);
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {

  .sib-gallery-section {
    padding: 54px 0;
  }

  .sib-gallery-container {
    width: calc(100% - 36px);
  }

  .sib-gallery-grid {
    grid-template-rows: repeat(3, 235px);
    gap: 12px;
  }

  .sib-gallery-item {
    grid-column: span 6;
  }

  .sib-gallery-item--featured {
    grid-column: span 12;
    grid-row: span 1;
  }

  .sib-gallery-item--wide {
    grid-column: span 12;
  }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

  .sib-gallery-section {
    padding: 44px 0;
  }

  .sib-gallery-container {
    width: calc(100% - 28px);
  }

  .sib-gallery-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;

    margin-bottom: 22px;
  }

  .sib-gallery-heading h2 {
    font-size: 34px;
    letter-spacing: -1.2px;
  }

  .sib-gallery-heading p {
    font-size: 13px;
  }

  .sib-gallery-enquiry {
    width: 100%;
  }

  .sib-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 10px;
  }

  .sib-gallery-item,
  .sib-gallery-item--featured,
  .sib-gallery-item--wide {
    grid-column: span 1;
    grid-row: auto;

    height: 210px;
  }

  .sib-gallery-item--featured {
    grid-column: span 2;

    height: 320px;
  }

  .sib-gallery-item--wide {
    grid-column: span 2;

    height: 240px;
  }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 480px) {

  .sib-gallery-section {
    padding: 36px 0;
  }

  .sib-gallery-container {
    width: calc(100% - 20px);
  }

  .sib-gallery-heading h2 {
    font-size: 30px;
  }

  .sib-gallery-grid {
    gap: 8px;
  }

  .sib-gallery-item {
    height: 175px;

    border-radius: 10px;
  }

  .sib-gallery-item--featured {
    height: 270px;
  }

  .sib-gallery-item--wide {
    height: 210px;
  }

}


/* ==================================================
   REDUCED MOTION
================================================== */

@media (prefers-reduced-motion: reduce) {

  .sib-gallery-item img {
    transition: none;
  }

  .sib-gallery-item:hover img {
    transform: none;
  }

}/* End custom CSS */