.elementor-186 .elementor-element.elementor-element-418c908{--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-186 .elementor-element.elementor-element-51d4183{--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-186 .elementor-element.elementor-element-eb19fc9{--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-186 .elementor-element.elementor-element-1be127f{--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-32418e5 *//* ==================================================
   ABOUT HERO — GLOBAL BRAND VERSION
================================================== */

:root {
  /* Replace these images */
  --about-hero-desktop-image:
    url("http://shimlainnrentals.com/wp-content/uploads/2026/07/banner-4.jpg");

  --about-hero-mobile-image:
    url("http://shimlainnrentals.com/wp-content/uploads/2026/07/mobile-banner-3.jpg");

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

  --about-hero-height: 650px;
  --about-hero-bottom-height: 88px;

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

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

  --about-hero-content-width: 680px;
  --about-hero-title-size: 62px;

  /* Global brand connections */
  --about-hero-green:
    var(--brand-primary, #193929);

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

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

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

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

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

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

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

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

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

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

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

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


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

.about-hero {
  position: relative;

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

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

  overflow: hidden;

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

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

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


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

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

  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      color-mix(
        in srgb,
        var(--about-hero-dark-green) 96%,
        transparent
      ) 0%,
      color-mix(
        in srgb,
        var(--about-hero-dark-green) 91%,
        transparent
      ) 27%,
      color-mix(
        in srgb,
        var(--about-hero-dark-green) 65%,
        transparent
      ) 48%,
      color-mix(
        in srgb,
        var(--about-hero-dark-green) 18%,
        transparent
      ) 72%,
      transparent 100%
    ),
    linear-gradient(
      180deg,
      transparent 45%,
      color-mix(
        in srgb,
        var(--about-hero-dark-green) 48%,
        transparent
      ) 100%
    );
}


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

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

  display: flex;
  align-items: center;

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

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

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

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


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

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

  margin-bottom: 15px;

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

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

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

  width: 38px;
  height: 2px;

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


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

.about-hero-title {
  max-width: 680px;
  margin: 0;

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

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

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

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


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

.about-hero-description {
  max-width: 610px;
  margin: 18px 0 0;

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

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


/* ==================================================
   ACTIONS
================================================== */

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

  margin-top: 25px;
}

.about-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(--about-hero-button-radius);

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

  text-decoration: none;

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

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

  fill: currentColor;
}

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


/* Primary button */

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

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

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


/* Call button */

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

  padding-left: 8px;

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

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

  backdrop-filter: blur(10px);
}

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

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


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

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

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

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

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

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

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

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

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

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

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


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

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

  margin-top: 23px;
}

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

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

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

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

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

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

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

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

  border-radius: 50%;
}

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

  fill: currentColor;
}


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

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

  display: flex;
  align-items: center;

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

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

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

  backdrop-filter: blur(12px);
}

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

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

  margin: 0 auto;
}


/* ==================================================
   BOTTOM ITEMS
================================================== */

.about-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);
}

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

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

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

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

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

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

  border-radius: 50%;
}

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

  fill: currentColor;
}

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

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

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

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

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


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

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

  .about-hero-content {
    max-width: 580px;
  }

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

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

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


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

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

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

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

  .about-hero-overlay {
    background:
      linear-gradient(
        180deg,
        transparent 0%,
        color-mix(
          in srgb,
          var(--about-hero-dark-green) 8%,
          transparent
        ) 10%,
        color-mix(
          in srgb,
          var(--about-hero-dark-green) 25%,
          transparent
        ) 20%,
        color-mix(
          in srgb,
          var(--about-hero-dark-green) 65%,
          transparent
        ) 33%,
        color-mix(
          in srgb,
          var(--about-hero-dark-green) 94%,
          transparent
        ) 43%,
        var(--about-hero-dark-green) 100%
      );
  }

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

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

    padding: 230px 18px 30px;
  }

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

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

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

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

  .about-hero-title {
    font-size: clamp(38px, 10vw, 50px);
    letter-spacing: -1.8px;
  }

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

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

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

    margin-top: 21px;
  }

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

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

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

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

    backdrop-filter: none;
  }

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

    width: 100%;
  }

  .about-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);
  }

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

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

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

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

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


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

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

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

    padding: 190px 14px 28px;
  }

  .about-hero-title {
    font-size: 38px;
  }

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

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

  .about-bottom-item {
    gap: 8px;
    padding: 10px 9px;
  }

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

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

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

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

  .about-bottom-content small {
    font-size: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5f15c38 *//* =====================================================
   ABOUT STORY SECTION
===================================================== */

.sir-story-section,
.sir-story-section * {
  box-sizing: border-box;
}

.sir-story-section {
  --sir-green: #193929;
  --sir-dark-green: #102a1e;
  --sir-light-green: #315c45;
  --sir-gold: #b9924c;
  --sir-light-gold: #d6b264;
  --sir-cream: #f7f3eb;
  --sir-white: #ffffff;
  --sir-text: #536159;
  --sir-border: #e3dbcf;

  position: relative;
  width: 100%;
  padding: 110px 30px;
  overflow: hidden;

  background:
    linear-gradient(
      90deg,
      var(--sir-cream) 0%,
      var(--sir-cream) 43%,
      var(--sir-white) 43%,
      var(--sir-white) 100%
    );
}

.sir-story-section::before {
  content: "";
  position: absolute;
  top: -230px;
  right: -220px;

  width: 520px;
  height: 520px;

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

.sir-story-container {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 1400px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 95px;
}


/* =====================================================
   VISUAL AREA
===================================================== */

.sir-story-visual {
  position: relative;
  min-height: 700px;
  padding-right: 60px;
  padding-bottom: 70px;
}

.sir-story-main-image {
  position: relative;
  width: 100%;
  height: 630px;
  overflow: hidden;

  border-radius: 180px 18px 18px 18px;
  background: #dce1dc;

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

.sir-story-main-image::after {
  content: "";
  position: absolute;
  inset: 40% 0 0;

  background: linear-gradient(
    180deg,
    transparent,
    rgba(16, 42, 30, 0.42)
  );

  pointer-events: none;
}

.sir-story-main-image img {
  width: 100%;
  height: 100%;
  display: block;

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


/* Owner Box */

.sir-story-owner-box {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;

  width: 255px;
  min-height: 145px;
  padding: 28px;

  display: flex;
  align-items: flex-start;
  gap: 15px;

  color: var(--sir-white);

  background:
    linear-gradient(
      145deg,
      var(--sir-light-green),
      var(--sir-dark-green)
    );

  border: 1px solid rgba(214, 178, 100, 0.36);
  border-radius: 15px;

  box-shadow: 0 22px 48px rgba(16, 42, 30, 0.27);
}

.sir-owner-line {
  width: 3px;
  height: 60px;
  flex: 0 0 3px;

  background: var(--sir-light-gold);
}

.sir-story-owner-box > div {
  display: flex;
  flex-direction: column;
}

.sir-story-owner-box small {
  color: var(--sir-light-gold);

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

.sir-story-owner-box strong {
  margin-top: 7px;

  color: var(--sir-white);

  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.sir-story-owner-box p {
  margin: 7px 0 0;

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

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


/* Owner Image */

.sir-story-small-image {
  position: absolute;
  z-index: 4;
  right: 28px;
  bottom: 118px;

  width: 132px;
  height: 158px;
  overflow: hidden;

  border: 5px solid var(--sir-cream);
  border-radius: 12px;

  background: #d9ded9;
  box-shadow: 0 17px 38px rgba(16, 42, 30, 0.2);
}

.sir-story-small-image img {
  width: 100%;
  height: 100%;
  display: block;

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


/* =====================================================
   CONTENT AREA
===================================================== */

.sir-story-content {
  max-width: 735px;
}

.sir-story-kicker {
  display: flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 14px;

  color: var(--sir-gold);

  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.sir-story-kicker::before {
  content: "";

  width: 38px;
  height: 2px;

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

.sir-story-content > h2 {
  max-width: 720px;
  margin: 0;

  color: var(--sir-dark-green);

  font-size: clamp(42px, 4.5vw, 64px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -2.5px;
}

.sir-story-content > p {
  max-width: 700px;
  margin: 16px 0 0;

  color: var(--sir-text);

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

.sir-story-content .sir-story-intro {
  margin-top: 23px;

  color: var(--sir-green);

  font-size: 18px;
  font-weight: 650;
  line-height: 1.7;
}

.sir-story-divider {
  width: 100%;
  height: 1px;
  margin: 30px 0;

  background: var(--sir-border);
}


/* =====================================================
   STORY HIGHLIGHTS
===================================================== */

.sir-story-highlights {
  display: grid;
  gap: 0;
}

.sir-story-highlight {
  padding: 17px 0;
  border-bottom: 1px solid var(--sir-border);

  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: flex-start;
  gap: 15px;
}

.sir-story-highlight:first-child {
  padding-top: 0;
}

.sir-story-highlight:last-child {
  border-bottom: 0;
}

.sir-highlight-number {
  color: var(--sir-gold);

  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}

.sir-story-highlight h3 {
  margin: 0;

  color: var(--sir-dark-green);

  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}

.sir-story-highlight p {
  margin: 5px 0 0;

  color: var(--sir-text);

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


/* =====================================================
   OWNER QUOTE
===================================================== */

.sir-story-quote {
  margin-top: 28px;
  padding: 22px 24px;

  display: flex;
  align-items: flex-start;
  gap: 16px;

  border-left: 3px solid var(--sir-gold);
  border-radius: 0 10px 10px 0;

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

.sir-story-quote > svg {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;

  fill: rgba(185, 146, 76, 0.7);
}

.sir-story-quote p {
  margin: 0;

  color: var(--sir-green);

  font-size: 14px;
  font-weight: 650;
  font-style: italic;
  line-height: 1.7;
}

.sir-story-quote strong {
  display: block;
  margin-top: 11px;

  color: var(--sir-dark-green);

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

.sir-story-quote span {
  display: block;
  margin-top: 2px;

  color: #879088;

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


/* =====================================================
   ACTIONS
===================================================== */

.sir-story-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 22px;
  margin-top: 30px;
}

.sir-story-button {
  min-height: 53px;
  padding: 0 22px;

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

  color: var(--sir-white);
  background: var(--sir-green);

  border-radius: 8px;

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

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

.sir-story-button:hover {
  color: var(--sir-white);
  background: var(--sir-dark-green);

  transform: translateY(-2px);
}

.sir-story-button svg {
  width: 18px;
  height: 18px;

  fill: currentColor;

  transition: transform 0.22s ease;
}

.sir-story-button:hover svg {
  transform: translateX(4px);
}

.sir-story-text-link {
  padding-bottom: 4px;
  border-bottom: 1px solid var(--sir-gold);

  color: var(--sir-green);

  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.sir-story-text-link:hover {
  color: var(--sir-gold);
}


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

@media (max-width: 1080px) {
  .sir-story-section {
    padding: 90px 24px;

    background: var(--sir-white);
  }

  .sir-story-container {
    grid-template-columns: minmax(350px, 0.9fr) minmax(0, 1.1fr);
    gap: 55px;
  }

  .sir-story-visual {
    min-height: 630px;
    padding-right: 35px;
  }

  .sir-story-main-image {
    height: 560px;
  }

  .sir-story-owner-box {
    width: 225px;
  }

  .sir-story-small-image {
    right: 18px;
  }
}


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

@media (max-width: 780px) {
  .sir-story-section {
    padding: 65px 16px;
  }

  .sir-story-container {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .sir-story-visual {
    min-height: auto;
    max-width: 620px;
    padding: 0 20px 82px 0;
  }

  .sir-story-main-image {
    height: 500px;

    border-radius: 120px 15px 15px 15px;
  }

  .sir-story-owner-box {
    width: 220px;
    min-height: 125px;
    padding: 22px;
  }

  .sir-story-small-image {
    right: 20px;
    bottom: 100px;

    width: 112px;
    height: 135px;
  }

  .sir-story-content > h2 {
    font-size: 39px;
    letter-spacing: -1.6px;
  }

  .sir-story-content .sir-story-intro {
    font-size: 16px;
  }
}


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

@media (max-width: 520px) {
  .sir-story-visual {
    padding: 0 8px 105px 0;
  }

  .sir-story-main-image {
    height: 410px;

    border-radius: 85px 12px 12px 12px;
  }

  .sir-story-owner-box {
    right: 0;
    bottom: 0;

    width: 190px;
    min-height: 112px;
    padding: 18px;
  }

  .sir-story-owner-box strong {
    font-size: 25px;
  }

  .sir-story-small-image {
    right: 16px;
    bottom: 88px;

    width: 95px;
    height: 115px;
  }

  .sir-story-content > h2 {
    font-size: 33px;
    line-height: 1.1;
  }

  .sir-story-content > p {
    font-size: 14px;
    line-height: 1.7;
  }

  .sir-story-content .sir-story-intro {
    font-size: 15px;
  }

  .sir-story-highlight {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
  }

  .sir-story-quote {
    padding: 19px 17px;
  }

  .sir-story-quote > svg {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .sir-story-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 15px;
  }

  .sir-story-button {
    width: 100%;
  }

  .sir-story-text-link {
    width: fit-content;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sir-story-button,
  .sir-story-button svg {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-191720a *//* =====================================================
   ABOUT PAGE SERVICES SECTION
===================================================== */

.sir-services-section,
.sir-services-section * {
  box-sizing: border-box;
}

.sir-services-section {
  --sir-green: #193929;
  --sir-dark-green: #102a1e;
  --sir-light-green: #315c45;
  --sir-gold: #b9924c;
  --sir-light-gold: #d6b264;
  --sir-cream: #f7f3eb;
  --sir-white: #ffffff;
  --sir-text: #536159;
  --sir-border: rgba(255, 255, 255, 0.14);

  position: relative;
  width: 100%;
  padding: 100px 30px;
  overflow: hidden;

  color: var(--sir-white);

  background:
    radial-gradient(
      circle at 92% 8%,
      rgba(214, 178, 100, 0.12),
      transparent 25%
    ),
    var(--sir-dark-green);
}

.sir-services-container {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}


/* Heading */

.sir-services-heading {
  max-width: 780px;
  margin-bottom: 48px;
}

.sir-services-kicker {
  display: flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 14px;

  color: var(--sir-light-gold);

  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.sir-services-kicker::before {
  content: "";

  width: 38px;
  height: 2px;

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

.sir-services-heading h2 {
  margin: 0;

  color: var(--sir-white);

  font-size: clamp(40px, 4.5vw, 62px);
  font-weight: 800;
  line-height: 1.07;
  letter-spacing: -2.2px;
}

.sir-services-heading p {
  max-width: 690px;
  margin: 18px 0 0;

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

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


/* Service Rows */

.sir-services-list {
  border-top: 1px solid var(--sir-border);
}

.sir-service-row {
  min-height: 180px;
  padding: 32px 5px;

  display: grid;
  grid-template-columns: 60px 65px minmax(0, 1fr) auto;
  align-items: center;
  gap: 25px;

  border-bottom: 1px solid var(--sir-border);

  transition:
    padding 0.25s ease,
    background-color 0.25s ease;
}

.sir-service-row:hover {
  padding-right: 22px;
  padding-left: 22px;

  background: rgba(255, 255, 255, 0.045);
}

.sir-service-number {
  color: rgba(255, 255, 255, 0.25);

  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}

.sir-service-icon {
  width: 58px;
  height: 58px;
  border-radius: 14px;

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

  color: var(--sir-light-gold);

  border: 1px solid rgba(214, 178, 100, 0.26);
  background: rgba(185, 146, 76, 0.1);
}

.sir-service-icon svg {
  width: 27px;
  height: 27px;

  fill: currentColor;
}

.sir-service-content {
  max-width: 760px;
}

.sir-service-content > span {
  display: block;
  margin-bottom: 6px;

  color: var(--sir-light-gold);

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

.sir-service-content h3 {
  margin: 0;

  color: var(--sir-white);

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

.sir-service-content p {
  max-width: 650px;
  margin: 10px 0 0;

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

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


/* Row Link */

.sir-service-link {
  min-width: 145px;
  min-height: 48px;
  padding: 0 16px;

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

  color: var(--sir-light-gold);

  border: 1px solid rgba(214, 178, 100, 0.34);
  border-radius: 8px;

  font-size: 11px;
  font-weight: 800;
  text-decoration: none;

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

.sir-service-link:hover {
  color: var(--sir-dark-green);
  background: var(--sir-light-gold);

  transform: translateY(-2px);
}

.sir-service-link svg {
  width: 17px;
  height: 17px;

  fill: currentColor;

  transition: transform 0.2s ease;
}

.sir-service-link:hover svg {
  transform: translateX(4px);
}


/* Bottom CTA */

.sir-services-footer {
  margin-top: 35px;
  padding: 28px 30px;

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

  border: 1px solid rgba(214, 178, 100, 0.28);
  border-radius: 14px;

  background: var(--sir-green);
}

.sir-services-footer span {
  display: block;
  margin-bottom: 6px;

  color: var(--sir-light-gold);

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

.sir-services-footer h3 {
  margin: 0;

  color: var(--sir-white);

  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
}

.sir-services-button {
  min-height: 51px;
  padding: 0 20px;
  flex-shrink: 0;

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

  color: var(--sir-dark-green);
  background: var(--sir-light-gold);

  border-radius: 8px;

  font-size: 12px;
  font-weight: 800;
  text-decoration: none;

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

.sir-services-button:hover {
  color: var(--sir-dark-green);
  background: var(--sir-white);

  transform: translateY(-2px);
}

.sir-services-button svg {
  width: 17px;
  height: 17px;

  fill: currentColor;
}


/* Tablet */

@media (max-width: 900px) {
  .sir-services-section {
    padding: 80px 24px;
  }

  .sir-service-row {
    grid-template-columns: 45px 58px minmax(0, 1fr);
  }

  .sir-service-link {
    grid-column: 3;
    width: fit-content;
    margin-top: 5px;
  }
}


/* Mobile */

@media (max-width: 650px) {
  .sir-services-section {
    padding: 62px 16px;
  }

  .sir-services-heading {
    margin-bottom: 30px;
  }

  .sir-services-heading h2 {
    font-size: 34px;
    letter-spacing: -1.3px;
  }

  .sir-services-heading p {
    font-size: 14px;
    line-height: 1.65;
  }

  .sir-service-row {
    min-height: auto;
    padding: 25px 0;

    grid-template-columns: 47px minmax(0, 1fr);
    align-items: flex-start;
    gap: 15px;
  }

  .sir-service-row:hover {
    padding-right: 0;
    padding-left: 0;

    background: transparent;
  }

  .sir-service-number {
    display: none;
  }

  .sir-service-icon {
    width: 47px;
    height: 47px;

    border-radius: 11px;
  }

  .sir-service-icon svg {
    width: 22px;
    height: 22px;
  }

  .sir-service-content h3 {
    font-size: 21px;
  }

  .sir-service-content p {
    font-size: 12px;
    line-height: 1.65;
  }

  .sir-service-link {
    grid-column: 2;

    min-width: 0;
    width: fit-content;
    min-height: 43px;
    margin-top: 2px;

    padding: 0 14px;
  }

  .sir-services-footer {
    margin-top: 25px;
    padding: 23px 20px;

    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .sir-services-footer h3 {
    font-size: 21px;
  }

  .sir-services-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sir-service-row,
  .sir-service-link,
  .sir-service-link svg,
  .sir-services-button {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-77e6bc7 *//* =====================================================
   SIMPLE BOOKING PROCESS
===================================================== */

.sir-process-section,
.sir-process-section * {
  box-sizing: border-box;
}

.sir-process-section {
  --process-green: #193929;
  --process-dark-green: #102a1e;
  --process-light-green: #315c45;
  --process-gold: #b9924c;
  --process-light-gold: #d6b264;
  --process-cream: #f7f3eb;
  --process-white: #ffffff;
  --process-text: #526058;
  --process-border: #e4ded3;

  position: relative;
  width: 100%;
  padding: 100px 30px;
  overflow: hidden;

  background: var(--process-white);
}

.sir-process-section::before {
  content: "";
  position: absolute;
  top: -270px;
  right: -230px;

  width: 580px;
  height: 580px;

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

  pointer-events: none;
}

.sir-process-container {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 1400px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  align-items: flex-start;
  gap: 90px;
}


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

.sir-process-heading {
  position: sticky;
  top: 110px;
  max-width: 500px;
}

.sir-process-kicker {
  display: flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 14px;

  color: var(--process-gold);

  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.sir-process-kicker::before {
  content: "";

  width: 38px;
  height: 2px;

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

.sir-process-heading h2 {
  margin: 0;

  color: var(--process-dark-green);

  font-size: clamp(40px, 4.5vw, 62px);
  font-weight: 800;
  line-height: 1.07;
  letter-spacing: -2.2px;
}

.sir-process-heading p {
  margin: 20px 0 0;

  color: var(--process-text);

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

.sir-process-heading-link {
  width: fit-content;
  min-height: 52px;
  margin-top: 30px;
  padding: 0 20px;

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

  color: var(--process-white);
  background: var(--process-green);

  border-radius: 8px;

  font-size: 12px;
  font-weight: 800;
  text-decoration: none;

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

.sir-process-heading-link:hover {
  color: var(--process-white);
  background: var(--process-dark-green);

  transform: translateY(-2px);
}

.sir-process-heading-link svg {
  width: 18px;
  height: 18px;

  fill: currentColor;

  transition: transform 0.2s ease;
}

.sir-process-heading-link:hover svg {
  transform: translateX(4px);
}


/* =====================================================
   PROCESS STEPS
===================================================== */

.sir-process-steps {
  position: relative;
  display: grid;
}

.sir-process-steps::before {
  content: "";

  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 35px;

  width: 1px;

  background: var(--process-border);
}

.sir-process-step {
  position: relative;
  padding: 0 0 28px 90px;
}

.sir-process-step:last-child {
  padding-bottom: 0;
}

.sir-process-number {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;

  width: 70px;
  height: 70px;

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

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

  color: var(--process-gold);
  background: var(--process-white);

  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}

.sir-process-step-content {
  min-height: 175px;
  padding: 26px 28px;

  display: flex;
  align-items: flex-start;
  gap: 20px;

  border: 1px solid var(--process-border);
  border-radius: 15px;

  background: var(--process-cream);

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

.sir-process-step-content:hover {
  transform: translateX(6px);

  border-color: rgba(185, 146, 76, 0.48);

  box-shadow: 0 16px 38px rgba(16, 42, 30, 0.08);
}

.sir-process-icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;

  border-radius: 13px;

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

  color: var(--process-gold);
  background: rgba(185, 146, 76, 0.12);
}

.sir-process-icon svg {
  width: 24px;
  height: 24px;

  fill: currentColor;
}

.sir-process-label {
  display: block;
  margin-bottom: 7px;

  color: var(--process-gold);

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

.sir-process-step h3 {
  margin: 0;

  color: var(--process-dark-green);

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

.sir-process-step p {
  max-width: 620px;
  margin: 10px 0 0;

  color: var(--process-text);

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


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

@media (max-width: 950px) {
  .sir-process-section {
    padding: 80px 24px;
  }

  .sir-process-container {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .sir-process-heading {
    position: static;
    max-width: 760px;
  }

  .sir-process-steps {
    max-width: 800px;
  }
}


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

@media (max-width: 650px) {
  .sir-process-section {
    padding: 62px 16px;
  }

  .sir-process-container {
    gap: 34px;
  }

  .sir-process-heading h2 {
    font-size: 34px;
    letter-spacing: -1.3px;
  }

  .sir-process-heading p {
    margin-top: 15px;

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

  .sir-process-heading-link {
    width: 100%;
    margin-top: 24px;
  }

  .sir-process-steps::before {
    display: none;
  }

  .sir-process-step {
    padding: 0 0 15px;
  }

  .sir-process-number {
    top: 16px;
    left: 16px;

    width: 42px;
    height: 42px;

    color: var(--process-dark-green);
    background: var(--process-light-gold);

    border: 0;

    font-size: 10px;
  }

  .sir-process-step-content {
    min-height: auto;
    padding: 72px 19px 21px;

    flex-direction: column;
    gap: 15px;
  }

  .sir-process-step-content:hover {
    transform: none;
  }

  .sir-process-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .sir-process-step h3 {
    font-size: 20px;
  }

  .sir-process-step p {
    font-size: 12px;
    line-height: 1.65;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sir-process-heading-link,
  .sir-process-heading-link svg,
  .sir-process-step-content {
    transition: none;
  }
}/* End custom CSS */