/* ============================================================
   BASE html, body, headings, links, img, tables
   ============================================================ */

html { font-size: 15px; }

body {
  color: var(--text-main);
  background-color: var(--bg-body);
  font-family: var(--font-body);
  line-height: 1.7;
  font-weight: 500;
  
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .h6, h6 {
  font-family: var(--font-heading);
  color: var(--brand-black);
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  font-variation-settings: "wght" 700;
}

h5, .h5 {/* font-size: 0.9rem; */margin-bottom: 0.5rem;/* color: var(--brand-primary); */font-weight: 300;/* text-transform: uppercase; */}

h4, .h4 { font-size: 1.15rem; }

@media (min-width: 1199px) {
  html { font-size: 16px; }
  h1, .h1 { font-size: 2.75rem; }
  h2, .h2 { font-size: 2rem; }
  h3, .h3 { font-size: 1.6rem; }
  h4, .h4 { font-size: 1.15rem; }
  h5, .h5 {/* font-size: 0.9rem; */margin-bottom: 0.5rem;/* color: var(--brand-primary); *//* font-weight: 300; *//* text-transform: uppercase; */}
}

p { margin-bottom: 1.5rem; }

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

#content a:not(.btn) {
  font-weight: 500;
  text-decoration: underline;
}

a:hover { text-decoration: underline; }

img { max-width: 100% !important; height: auto; }

hr {
  border-color: #fbde0552 !important;
  opacity: 1;
  margin: 0;
  }

.small, small {
  font-size: 14px;
}

.lead {
  font-size: 1.4rem;
}

b, strong {
  font-weight: 700;
}

table td {
  padding: 0px !important;
  padding-right: 35px !important;
}

#content ul {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 1.5rem;
  list-style-position: inside;
}

#content ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

#content li::marker {
  font-size: 1rem;
  line-height: 1;
}

.prose > *:last-child {
  margin-bottom: 0;
}

.prose ul {
  padding-left: 1rem;
  list-style-position: outside;
}

.prose ul li {
  margin-bottom: 0.5rem;
}

/* ============================================================
   LAYOUT  header, footer, nav, global page structure
   ============================================================ */

.layout-section {
  padding-top: var(--section-gap);
  padding-bottom: var(--section-gap);
  position: relative;
}

.header {
  z-index: 9;
  position: relative;
  width: 100%;
  background: #000000;
  background-image: url(../images/headerbg.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.home .header {
  position: absolute;
  z-index: 9;
  width: 100%;
  background: transparent;
  background-image: unset;
}

.navbar {
  padding: 12px 0px;
}

@media (min-width: 992px) {
  .navbar {
    padding: 8px 0px;
    border-radius: var(--radius-sm);
  }
}

.header .btn-primary {
  border: 2px solid #000000;
}

.headerbg.inner {
  background-color: var(--bg-light);
  background-image: url(images/header.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
}

.nav-link {
  font-size: 1rem;
  color: #ffffff;
  padding: 1rem 0.5rem !important;
  margin: 0 0.5rem;
  font-family: var(--font-body);
  /* letter-spacing: 0.05em; */
  font-weight: 700;
}

.nav-link:hover,
.current-menu-item a.nav-link {
  color: var(--brand-primary);
  opacity: 1;
  text-decoration: none;
}

.bg-grey { background-color: var(--brand-grey); }

.current-menu-item a.nav-link, .nav-link:focus, .nav-link:hover {
  background-repeat: no-repeat;
  background-position: left;
}

.navbar .nav-item:last-child a {
  margin-right: 23px;
}

.page-header {
  background-color: var(--brand-black);
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

@media (min-width: 992px) {
  .page-header {
    background-color: var(--brand-black);
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }

.header {
    background-size: contain;
}
  
}

.page-header-wrapper {
  background-color: var(--brand-grey);
}

footer {
  background-color: #000000;
  color: var(--text-light);
}

footer h2 {
  color: #fff;
}

.layout-form-footer {
  background-color: #1c1c1c;
}

footer a:hover { color: var(--brand-white); }

footer .current-menu-item a.nav-link {
  color: var(--brand-accent) !important;
}

.footer-nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  color: #fff;
}

.footer-nav a {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.footer-nav a:hover {
  opacity: 0.8;
}

#copy-foot { font-size: 0.7rem; color: var(--brand-white); }

.footerlogo { max-width: 120px !important; }

@media (min-width: 992px) {
  .footerlogo { max-width: 150px !important; }
  img.footerlogo { max-width: 100% !important; }
}

.footer-left * {
  color: var(--brand-primary);
}

.footer-right * {
  color: #fff;
}

.footer-form {
  background-repeat: no-repeat;
}

.container,
.container-fluid {
  --bs-gutter-x: var(--container-gutter);
}

@media (max-width: 991.98px) {
  .container,
  .container-fluid {
    --bs-gutter-x: var(--container-gutter-mobile);
  }
}

.greenline {
  width: 100%;
  height: 1px;
  background-color: var(--brand-primary);
}

/* ============================================================
   HERO hero sections, overlays, shapes, play icon
   ============================================================ */

.hero {
  height: 100dvh !important;
  background-size: cover;
  background-position: 50%;
}

.hero-fullscreen {
  min-height: 100vh;
  min-height: 100svh;
}

.hero-overlay {
  background: #0000002e;
}

.hero h1 {
  color: var(--brand-white);
  text-shadow: 0px 0px 8px #000;
}

.herotext h1 {
  color: var(--brand-primary);
  font-size: 2rem;
}

@media (min-width: 992px) {
  .herotext h1 {
    text-wrap: balance;
    font-size: 3.75rem;
  }
  .herotext h4 {
    color: var(--brand-primary);
  }
  .herotext h2 {
    font-size: 4rem;
    color: #fff;
    font-variation-settings: "wght" 700;
  }
  .herotext p {
    font-size: 1.25rem;
    font-family: var(--font-heading);
    font-variation-settings: "wght" 500;
  }
}

.herotext h2 {
  font-size: 3rem;
  color: #fff;
  font-variation-settings: "wght" 700;
}

.heroshape {
  min-width: 125%;
  left: -26px !important;
  max-height: 53vh;
}

@media (min-width: 992px) {
  .heroshape {
    min-width: 865px !important;
    left: -50px !important;
    max-height: unset;
  }
}

@media (min-width: 1600px) {
  .heroshape {
    min-width: 850px !important;
  }
}

.herobgshape {
  position: absolute;
  top: unset;
  right: 0;
  width: auto;
  max-width: 100%;
  height: 75%;
  z-index: 0;
  width: 100%;
  bottom: 0;
}

@media (min-width: 992px) {
  .herobgshape {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    max-width: 60% !important;
    height: 100%;
    z-index: 0;
    bottom: unset;
  }
}

.custom-shape-clip {
  position: relative;
  width: 100%;
  -webkit-mask-image: url('../images/heroshape.png');
  mask-image: url('../images/heroshape.png');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.custom-shape-clip img,
.custom-shape-clip video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
}

@media (min-width: 992px) {
  .play-icon {
    width: auto;
    height: auto;
  }
}


/* ============================================================
   WHY CHOOSE US SECTION
   ============================================================ */

   .layout-why-choose {
    background-color: #fff7e7;
   }

/* ============================================================
   COMPONENTS reusable UI: buttons, forms, cards, slick, FAQs
   ============================================================ */

/* --- Logo & header elements --- */

.site-logo {
  width: 75px;
}

@media (min-width: 992px) {
  .site-logo {
    max-height: unset;
    width: 150px;
  }
}

@media (min-width: 1200px) {
  .site-logo {
    max-height: unset;
    width: auto !important;
  }
}

.mobile-logo {
  max-height: 45px;
  width: auto;
}

.header-phone {
  color: var(--brand-primary);
  border: 1px solid var(--brand-primary);
}

.header-phone:hover {
  background-color: var(--brand-primary);
  color: var(--brand-white);
}

#hamburgler {
  background-color: transparent;
  border: 0px;
  width: 60px;
  padding-right: 0px;
}

/* --- Mobile nav & hamburger --- */

.mobilenav {
  background-color: #000000;
  z-index: 99999;
  padding: 2rem 3rem;
  /* width: 100% !important; */
  /* width: 95% !important; */
  /* height: 95%; */
  /* bottom: 2.5%; */
  /* right: 2.5% !important; */
  /* top: unset !important; */
  /* border-radius: var(--radius-sm); */
  background-image: url(../images/menubg1.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.offcanvas-body {
  padding: 0px;
}

.offcanvas-header {
  padding: 0px;
}

.mobilenav .menu-item a {
  color: var(--brand-white);
  padding-left: 0px !important;
  margin-left: 0px;
  font-size: 1.5rem;
  margin-right: 0px;
  padding-right: 0px !important;
  padding: 0rem 0rem !important;
  text-align: left;
  margin: 0px !important;
}

@media (min-width: 992px) {
  .mobilenav .menu-item a {
    font-size: 2.5rem;
    text-transform: uppercase;
  }
  .tel-mob { display: none; }
  #desktopmenu { display: flex !important; }
}

.mobilenav .menu-item a:hover,
.mobilenav .current-menu-item a.nav-link {
  background-image: unset !important;
  color: var(--brand-white);
}

.mobilenav .btn-primary {
  font-size: 1rem;
}

.mobilenav .social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
  background-color: var(--brand-secondary);
  border-radius: 5px;
}

button.hamburger.is-active .hamburger-inner,
button.hamburger.is-active .hamburger-inner::before,
button.hamburger.is-active .hamburger-inner::after {
  background-color: var(--brand-white);
}

button.btnclose {
  border: 0px;
  background-color: transparent;
  /* width: 30px; */
}

/* --- Floating phone icon --- */

.tel-mob {
  position: fixed;
  bottom: 10px;
  left: 14px;
  height: 49px;
  width: 49px;
  background-color: #afafaf;
  border-radius: 50%;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  display: flex;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

/* --- Slick dots --- */

.slick-dots li button:before {
  display: none;
}

.slick-dots {
  width: 100%;
  position: relative;
  bottom: -50px;
}

.slick-dots li {
  width: auto;
  padding-left: 0px !important;
  height: auto;
}

.slick-dots li button {
  width: 12px;
  height: 12px !important;
  border: 1px solid var(--brand-primary);
  border-radius: 50px;
  padding: 0px;
}

.slick-dots li.slick-active button {
  background-color: var(--brand-primary);
}

/* --- Slick arrows (hero carousel) --- */

.layout-hero-carousel .slick-prev {
  left: 25px;
}

.layout-hero-carousel .slick-next {
  right: 25px;
}

.layout-hero-carousel .slick-arrow {
  z-index: 9;
  width: 30px;
  height: 30px;
}

.slick-arrow:before {
  content: '';
  background-position: 50%;
  background-size: 13px 25px;
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
}

.slick-next:before {
  background-image: url('../images/sliderright.png');
}

.slick-prev:before {
  background-image: url('../images/sliderleft.png');
}

/* --- Buttons --- */

.btn, input[type="submit"] {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 300;
  padding: 13px 30px;
  cursor: pointer;
  transition: all 500ms;
  border-radius: var(--btn-radius);
  text-decoration: none !important;
  /* letter-spacing: 0.05em; */
  text-transform: capitalize;
  text-align: left;
  font-variation-settings: "wght" 600;
}

@media (min-width: 992px) {
  .btn, input[type="submit"] {
    padding: 13px 33px;
  }
}

.btn-primary, input[type="submit"] {
  --bs-btn-bg: var(--brand-primary);
  --bs-btn-border-color: transparent;
  --bs-btn-color: #000000;
  --bs-btn-hover-bg: var(--brand-primary);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-hover-color: #000000;
  --bs-btn-active-bg: var(--brand-primary);
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-color: #000000;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  background-color: var(--brand-primary);
  border: 0px solid transparent;
  color: #000000;
}

.btn-primary:hover,
input[type="submit"]:hover {
  filter: brightness(0.88);
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus-visible,
.btn-primary:focus-within,
input[type="submit"]:active,
input[type="submit"]:focus {
  filter: brightness(0.82);
  box-shadow: none !important;
  outline: none !important;
}

.btn-secondary {
  --bs-btn-bg: #f6f6f6;
  --bs-btn-border-color: var(--brand-primary);
  --bs-btn-color: #000000;
  --bs-btn-hover-bg: var(--brand-primary);
  --bs-btn-hover-border-color: var(--brand-primary);
  --bs-btn-hover-color: #000000;
  --bs-btn-active-bg: var(--brand-primary);
  --bs-btn-active-border-color: var(--brand-primary);
  --bs-btn-active-color: #000000;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  background-color: #f6f6f6;
  border: 1px solid var(--brand-primary);
  color: #000000;
  background-image: url(../images/arrowright.png);
  background-repeat: no-repeat;
  background-position: 95%;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:focus-visible {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #000000;
  box-shadow: none !important;
  outline: none !important;
}

.btn-outline-secondary {
  --bs-btn-bg: transparent;
  --bs-btn-border-color: var(--brand-secondary);
  --bs-btn-color: var(--brand-secondary);
  --bs-btn-hover-bg: var(--brand-secondary);
  --bs-btn-hover-border-color: var(--brand-secondary);
  --bs-btn-hover-color: var(--brand-white);
  --bs-btn-active-bg: var(--brand-secondary);
  --bs-btn-active-border-color: var(--brand-secondary);
  --bs-btn-active-color: var(--brand-white);
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  background-color: transparent;
  border: 1px solid var(--brand-secondary);
  color: var(--brand-secondary);
}

.btn-outline-secondary:hover,
.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary:focus-visible {
  background-color: var(--brand-secondary);
  color: var(--brand-white);
  border: 1px solid var(--brand-secondary);
  box-shadow: none !important;
  outline: none !important;
}

.btn-outline-primary {
  --bs-btn-bg: transparent;
  --bs-btn-border-color: var(--brand-primary);
  --bs-btn-color: var(--brand-primary);
  --bs-btn-hover-bg: var(--brand-primary);
  --bs-btn-hover-border-color: var(--brand-primary);
  --bs-btn-hover-color: var(--brand-white);
  --bs-btn-active-bg: var(--brand-primary);
  --bs-btn-active-border-color: var(--brand-primary);
  --bs-btn-active-color: var(--brand-white);
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  background-color: transparent;
  border: 1px solid var(--brand-primary);
  color: var(--brand-primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:focus-visible {
  background-color: var(--brand-primary);
  color: var(--brand-white);
  border: 1px solid var(--brand-primary);
  box-shadow: none !important;
  outline: none !important;
}

.btn-outline {
  color: #fff;
  border: 1px solid #fff;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:focus-visible {
  background-color: #fff;
  color: var(--brand-primary) !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Strip Bootstrap's default focus ring and active shadow from all buttons */
.btn:focus,
.btn:focus-visible,
.btn:active,
.btn.active,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  box-shadow: none !important;
  outline: none !important;
}

/* --- Forms & inputs --- */

input[type="email"],
input[type="password"],
input[type="text"],
input[type="tel"],
textarea,
select {
  padding: 13px 13px !important;
  border: 1px solid #424143 !important;
  border-radius: 0px;
}

input[type="email"],
input[type="password"],
input[type="text"],
input[type="tel"],
select {
  height: var(--input-height) !important;
}

textarea {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0px;
}

input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
  color: var(--brand-accent);
  font-family: var(--font-body);
}

textarea.form-control { height: 150px !important; }

input[type="submit"] {
  margin-bottom: 0px !important;
}

.gform-footer.gform_footer.top_label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0px !important;
  padding-top: 23px !important;
}

h3.gsection_title {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  color: var(--brand-primary);
}

.gfield_label.gform-field-label {
  font-weight: 700 !important;
  color: var(--brand-black);
}

p.gform_required_legend {
  display: none;
}

/* --- Service Card Grid --- */

.layout-service-grid .prose.text-center {
    max-width: 520px;
    margin-inline: auto;
}

.service-list-card {
    display: flex;
    gap: 35px;
    padding: 35px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    background: #fff;
    color: inherit;
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.service-list-card:hover {
    color: inherit;
    border-color: rgba(0, 0, 0, 0.28);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.service-list-card__icon {
    width: 80px;
    height: 80px;
    background: #ffe100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-list-card__icon-img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.service-list-card__content {
    display: block;
}

.service-list-card__title {
    font-size: 18px;
    line-height: 1.25;
    margin: 0 0 8px;
    color: #111;
}

.service-list-card__text {
    /* display: block; */
    /* font-size: 14px; */
    /* line-height: 1.6; */
    /* color: #333; */
}

.service-list-card--cta {
    background: #111;
    color: #fff;
}

.service-list-card--cta .service-list-card__title,
.service-list-card--cta .service-list-card__text {
    color: #fff;
}

@media (max-width: 575px) {
    .service-list-card {
        gap: 18px;
        padding: 20px;
    }

    .service-list-card__icon {
        width: 48px;
        height: 48px;
    }

    .service-list-card__icon-img {
        width: 30px;
        height: 30px;
    }
}


/* --- Cards --- */
.team-card {
  border-radius: var(--radius-sm);
  border: 1px solid #eaeaea;
}

.team-card img {
  border-top-left-radius: var(--radius-sm);
  border-top-right-radius: var(--radius-sm);
}

.newsindex {
  /* padding: 23px; */
  /* background-color: var(--brand-accent); */
}

.abbox {
  background-color: var(--bg-light);
  padding: 30px;
  text-align: center;
}

/* --- Service grid --- */

.layout-service-grid .service-grid-list {
  width: 100%;
}

.layout-service-grid .service-grid-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  text-decoration: none !important;
  background: var(--brand-accent);
  padding: 2.5rem;
  border-radius: var(--radius-sm);
  min-height: auto;
  aspect-ratio: 1/1;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media (max-width: 991.98px) {
  .layout-service-grid .service-grid-card,
  .layout-service-grid .service-grid-card.is-reversed {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .layout-service-grid .service-grid-card.is-reversed .service-grid-card__media,
  .layout-service-grid .service-grid-card.is-reversed .service-grid-card__content {
    order: initial;
  }
}

.layout-service-grid .service-grid-card.is-reversed .service-grid-card__media {
  order: 2;
}

.layout-service-grid .service-grid-card.is-reversed .service-grid-card__content {
  order: 1;
}

.layout-service-grid .service-grid-card__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}

.layout-service-grid .service-grid-card__content {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  height: 100%;
  z-index: 2;
}

.service-grid-card__overlay {
  position: absolute;
  inset: 0;
  background: rgb(24 70 64 / 30%);
  z-index: 1;
  border-radius: var(--radius-sm);
}

/* --- Reviews & testimonials --- */

.layout-reviews-stat-card .reviews-stat-card {
  background: #d10f13;
  border-radius: 18px;
  padding: 35px 53px;
  color: #fff;
  overflow: hidden;
}

@media (min-width: 992px) {
  .layout-reviews-stat-card .reviews-stat-card {
    padding: 73px 85px;
  }
  .layout-reviews-stat-card .reviews-google-logo {
    width: auto;
    height: auto;
  }
  .layout-reviews-stat-card .reviews-stat-label {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: 700;
    font-family: var(--font-heading);
  }
}

.layout-reviews-stat-card .reviews-stat-content {
  opacity: 0.95;
}

.layout-reviews-stat-card .reviews-stat-content ul {
  margin: 0;
  padding-left: 1.1rem;
}

.layout-reviews-stat-card .reviews-google-logo {
  width: 72px;
  height: auto;
}

.layout-reviews-stat-card .reviews-stat-number {
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 900;
  line-height: 1;
  margin: 0 0 10px 0;
  font-family: var(--font-heading);
}

.layout-reviews-stat-card .reviews-stat-label {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: 700;
  font-family: var(--font-heading);
}

.layout-reviews-split {
  background-color: #f7f7f7;
  overflow: hidden;
}

.layout-reviews .rpi-content .rpi-card-inner {
  background-color: var(--brand-white) !important;
  box-shadow: var(--shadow-sm) !important;
  border-radius: 0px !important;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #16163b6b 0%, #45beb069 55%, #1b91c778 80%) border-box;
  border: 2px solid transparent;
  padding: 40px;
}

.rpi-triangle.rpi-triangle_down {
  display: none;
}

.layout-reviews .rpi-content {
  padding: 10px;
}

/* --- Testimonials / review slider --- */

.testimonial-content {
  background-color: #f8f8f8;
  border-radius: var(--radius-sm);
}

.testimonial-content i {
  color: #f99d1b;
  font-size: 18px;
}

.testimonial-content::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 36px;
  width: 28px;
  height: 28px;
  background: #ededed;
  transform: rotate(45deg);
  z-index: 2222;
}

.testimonial-author p {
  font-family: var(--font-heading);
  font-weight: 800;
  text-transform: capitalize;
}

.testimonial-excerpt {
  margin-bottom: 0;
}

.testimonial-excerpt.is-clamped {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonial-excerpt.is-expanded {
  display: block;
  overflow: visible;
}

.testimonial-toggle {
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
  margin-top: 0.75rem;
}

.giant-slick--reviews {
  margin: 0 -12px;
}

.giant-slick--reviews .review-slide {
  padding: 0 12px;
  height: 100%;
}

.giant-slick--reviews .testimonial-content {
  height: 100%;
  background: #ededed;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}

.giant-slick--reviews .slick-track {
  display: flex !important;
}

.giant-slick--reviews .slick-slide {
  height: inherit !important;
}

.giant-slick--reviews .slick-slide > div {
  height: 100%;
}

.giant-slick--reviews .testimonial-author {
  margin-top: auto;
}

/* --- Feature pills & icon features --- */

.feature-pills {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 992px) {
  .feature-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.feature-pill {
  font-size: 1rem;
}

.feature-pill__icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
}

.feature-pill__icon img {
  max-width: 44px;
  max-height: 44px;
  object-fit: contain;
}

.feature-pill__text {
  font-size: 1rem;
  line-height: 1.2;
  color: #111;
}

.layout-icon-feature-grid .icon-feature__icon,
.layout-icon-feature-vertical .icon-feature-vertical__icon {
  width: 50px;
  height: auto;
  flex: 0 0 auto;
}

@media (min-width: 992px) {
  .layout-icon-feature-grid .icon-feature__icon,
  .layout-icon-feature-vertical .icon-feature-vertical__icon {
    width: auto;
    height: auto;
    flex: 0 0 auto;
  }
}

.layout-icon-feature-grid .icon-feature__icon i {
  font-size: 28px;
  color: #fff;
  line-height: 1;
}

.layout-icon-feature-grid .icon-feature__img {
  object-fit: contain;
}

.layout-icon-feature-grid .icon-feature__text > *:last-child {
  margin-bottom: 0;
}

.layout-icon-feature-grid .icon-feature__content {
  max-width: 520px;
}

.layout-icon-feature-vertical .icon-feature-vertical__content {
  max-width: 700px;
}

.icon-feature {
  border: 1px solid #d7d7d7;
}

/* --- Why SOS --- */

.why-sos__items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.why-sos__item {
  gap: 2rem;
}

.why-sos__icon {
  width: 45px;
  min-width: 45px;
}

.why-sos__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.why-sos__right {
  aspect-ratio: 1 / 1;
}

@media (min-width: 992px) {
  .why-sos__content {
    position: absolute;
  }
}

/* --- Team hero --- */

.team_hero_container {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  min-height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 100px 0;
}

.team-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 22, 59, 0.75);
  z-index: 1;
}

.team-hero__container {
  position: relative;
  z-index: 2;
}

.team-hero__content * {
  color: #fff;
}

.team-hero__content {
  z-index: 2;
}

.team_hero_box {
  display: flex;
  align-items: center;
  padding: 0px 30px;
}

@media (min-width: 992px) {
  .team_hero_box {
    min-height: 800px;
  }
}

/* --- Page elements --- */

a.rpi-name {
  font-weight: 700;
}

h1.page-title {
  text-wrap: balance;
}

.layout-text-two {
  background-color: var(--brand-grey);
}

.mark1 {
  width: 30px;
}

@media (min-width: 992px) {
  .mark1 {
    width: auto;
  }
}

/* --- FAQ / accordion --- */

.layout-faqs .faq-accordion .accordion-item {
  border: 0;
  background-color: transparent;
  border-radius: 0px;
}

.layout-faqs .accordion-button {
  padding-left: 0px;
  background: transparent;
  border-radius: 0px !important;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
  border-bottom: 1px solid var(--brand-primary);
  font-weight: 600;
  font-size: 1.25rem;
}

.layout-faqs .accordion-button:not(.collapsed) {
  color: var(--brand-black);
  box-shadow: none;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.layout-faqs .accordion-button:focus {
  outline: 0 !important;
  box-shadow: unset !important;
}

.accordion-button::after {
  background-size: auto;
  background-position: 50%;
}

.accordion-collapse {
  background-color: transparent;
}

.accordion-button.collapsed::after {
  margin-left: 0px !important;
  margin-right: 23px;
}

.accordion-button:not(.collapsed)::after {
  margin-left: 0px;
  margin-right: 23px;
}

.accordion {
  gap: 1rem;
  display: flex;
  flex-direction: column;
}

/* --- Store locator --- */

.store-columns {
  column-count: 4;
  column-gap: 3rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 991.98px) {
  .store-columns { column-count: 2; }
}

@media (max-width: 575.98px) {
  .store-columns { column-count: 1; }
}

.store-columns li {
  break-inside: avoid;
  margin: 0 0 .65rem 0;
}

.store-link {
  display: block;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 0.85rem;
  color: #111;
  text-decoration: none;
}

.store-link:hover {
  text-decoration: underline;
}

.store-hours p {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* --- News pagination --- */

.news-pagination .page-numbers {
  display: flex;
  gap: 10px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.news-pagination .page-numbers li a,
.news-pagination .page-numbers li span {
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 10px;
  text-decoration: none;
}

.news-pagination .page-numbers li .current {
  font-weight: 700;
}

/* --- Map --- */

.map-wrapper {
  height: clamp(320px, 70vh, 650px);
  width: 100%;
  overflow: hidden;
}

.leaflet-control-custom a {
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
  font-family: serif;
  font-style: italic;
  transition: background-color 0.2s;
}

.leaflet-control-custom a:hover {
  background-color: #f4f4f4 !important;
  color: #ff1744 !important;
}

#mapAttributionModal {
  z-index: 9999;
}

.leaflet-popup-content-wrapper {
  border-radius: 12px !important;
  padding: 5px !important;
}

.store-popup h5 {
  color: #000;
}

.store-popup .btn-dark {
  letter-spacing: 1px;
  font-weight: 700;
}

/* --- Google map embed --- */

.googlemap iframe {
  border-radius: var(--radius-sm);
  width: 100%;
}

/* --- Contact form --- */

.content-form {
  border-radius: var(--radius-sm);
  background-color: var(--brand-primary);
}

/* --- Social --- */

.social a {
  font-size: 1.5rem;
  color: #0e0e0e;
  transition: all 500ms;
}

.social a:hover i {
  opacity: 0.8;
  color: var(--brand-accent);
}

/* --- Steps component --- */

@media (min-width: 992px) {
  .steps-wrapper {
    position: relative;
    padding-left: 20px;
  }
}

/* --- Service icon --- */

.service-icon-wrap img {
  width: 75px;
}

@media (min-width: 992px) {
  .service-icon-wrap img {
    width: auto;
  }
}

/* --- Modal --- */

.modal-dialog {
  margin: 1rem;
}

/* ============================================================
   UTILITIES single-purpose helpers, spacing, colour overrides
   ============================================================ */

/* colour helpers */
.text-primary { color: var(--brand-primary) !important; }
.text-secondary { color: var(--brand-secondary) !important; }
.text-white { color: var(--brand-white) !important; }
.text-dark { color: var(--brand-black) !important; }
.text-accent { color: var(--brand-accent) !important; }
.bg-primary { background-color: var(--brand-primary) !important; }
.bg-secondary { background-color: var(--brand-secondary) !important; }
.bg-accent { background-color: var(--brand-accent) !important; }
.bg-light { background-color: var(--bg-light) !important; }
.bg-dark { background-color: var(--brand-secondary) !important; }
a.text-primary:hover { color: var(--brand-secondary) !important; }

/* border radius */
.radius-xl { border-radius: var(--radius-xl) !important; }
.radius-lg { border-radius: var(--radius-lg) !important; }
.radius-md { border-radius: var(--radius-md) !important; }
.radius-sm { border-radius: var(--radius-sm) !important; }

/* shadows */
.shadow-sm { box-shadow: var(--shadow-sm) !important; }
.shadow-md { box-shadow: var(--shadow-md) !important; }
.shadow-lg { box-shadow: var(--shadow-lg) !important; }

/* section spacing */
.pt-none { padding-top: 0 !important; }
.pb-none { padding-bottom: 0 !important; }
.pt-small { padding-top: var(--section-gap-sm) !important; }
.pb-small { padding-bottom: var(--section-gap-sm) !important; }
.pt-large { padding-top: calc(var(--section-gap) * 1.5) !important; }
.pb-large { padding-bottom: calc(var(--section-gap) * 1.5) !important; }
.greybg { background-color: var(--bg-light); }
.fw-bold { font-weight: 800 !important; }

/* desktop-only spacing helpers */
@media (min-width: 992px) {
  .pt-only-lg {
    padding-top: var(--section-gap) !important;
    padding-bottom: 0 !important;
  }
  .pb-only-lg {
    padding-bottom: var(--section-gap) !important;
    padding-top: 0 !important;
  }
}

/* mobile-only spacing helpers */
@media (max-width: 991.98px) {
  .pt-only-sm {
    padding-top: var(--section-gap) !important;
    padding-bottom: 0 !important;
  }
  .pb-only-sm {
    padding-bottom: var(--section-gap) !important;
    padding-top: 0 !important;
  }
  .py-none-sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pt-none-sm {
    padding-top: 0 !important;
  }
  .pb-none-sm {
    padding-bottom: 0 !important;
  }
}
