/*
 * Remaining Sections Styles - Extracted from landing.html lines 66-78
 * 
 * Complete styling for remaining sections:
 * - section-BLqiic1eOi (Dark Service Section)
 * - section-R5kZenl_OM (Red Services Grid)
 * - section-c4er83Lihb (Black CTA Section)
 * - section-nPpEJjA2EC (Footer/Reviews Section)
 */

/* === DARK SERVICE SECTION (BLqiic1eOi) === */
.hl_page-preview--content .section-BLqiic1eOi {
  box-shadow: none;
  padding: 20px 60px;
  margin: 0;
  background-color: var(--color-mbib14is);
  backdrop-filter: none;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  min-height: 400px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  .hl_page-preview--content .section-BLqiic1eOi {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.hl_page-preview--content .row-6eRoIJwKgQ {
  margin: 0 auto;
  box-shadow: none;
  padding: 10px 5px;
  background-color: var(--transparent);
  backdrop-filter: none;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px; /* Add gap between columns */
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  .hl_page-preview--content .row-6eRoIJwKgQ {
    padding-top: 0;
  }
}

.hl_page-preview--content .col-1MJWrmkiN4 {
  box-shadow: none;
  padding: 20px 15px; /* Increased padding for better spacing */
  background-color: var(--transparent);
  backdrop-filter: none;
  width: calc(51.3% - 10px); /* Adjust width to account for gap */
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px; /* Ensure minimum height */
  box-sizing: border-box; /* Include padding in width calculation */
}

/* Mobile responsive layout for Dark Service Section */
@media screen and (min-width: 0px) and (max-width: 480px) {
  .hl_page-preview--content .row-6eRoIJwKgQ {
    flex-direction: column;
    gap: 15px;
    padding: 15px 10px;
  }

  .hl_page-preview--content .col-1MJWrmkiN4 {
    width: 100%;
    padding: 15px 10px;
    min-height: 200px;
  }

  .hl_page-preview--content .col-HkpXcsMauI {
    width: 100%;
    padding: 15px 10px;
    min-height: 200px;
  }

  /* Reduce button margin on mobile for better spacing */
  .hl_page-preview--content .button-uikKY2CTTl {
    margin: 30px 0 0 0;
  }
}

/* Tablet responsive layout for Dark Service Section */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .hl_page-preview--content .row-6eRoIJwKgQ {
    gap: 15px;
    padding: 15px 10px;
  }

  .hl_page-preview--content .col-1MJWrmkiN4 {
    width: calc(52% - 7.5px);
    padding: 18px 12px;
    min-height: 280px;
  }

  .hl_page-preview--content .col-HkpXcsMauI {
    width: calc(48% - 7.5px);
    padding: 18px 12px;
    min-height: 280px;
  }
}

/* Desktop responsive layout for Dark Service Section */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hl_page-preview--content .row-6eRoIJwKgQ {
    gap: 18px;
    padding: 18px 12px;
  }

  .hl_page-preview--content .col-1MJWrmkiN4 {
    width: calc(51.5% - 9px);
    padding: 20px 14px;
    min-height: 320px;
  }

  .hl_page-preview--content .col-HkpXcsMauI {
    width: calc(48.5% - 9px);
    padding: 20px 14px;
    min-height: 320px;
  }
}

.hl_page-preview--content .col-HkpXcsMauI {
  box-shadow: none;
  padding: 20px 15px; /* Increased padding to match text column */
  background-color: var(--transparent);
  backdrop-filter: none;
  width: calc(48.7% - 10px); /* Adjust width to account for gap */
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  margin: 0;
  min-height: 300px; /* Ensure minimum height matches text column */
  box-sizing: border-box; /* Include padding in width calculation */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Dark Service Section Typography */
.hl_page-preview--content .button-uikKY2CTTl {
  margin: 40px 0 0 0; /* Add 40px top margin to prevent text overlap */
  text-align: left;
}

.hl_page-preview--content .cbutton-uikKY2CTTl,
.hl_page-preview--content .cparagraph-HNv1ODtt7W {
  color: var(--white);
  box-shadow: none;
  text-shadow: none;
  border-style: solid;
  text-transform: none;
  letter-spacing: 0;
}

/* Ensure consistent spacing for the paragraph above the button */
.hl_page-preview--content .cparagraph-HNv1ODtt7W {
  margin-bottom: 20px; /* Add bottom margin to paragraph */
  line-height: 1.4; /* Consistent line height to prevent text height variations */
}

.hl_page-preview--content .cbutton-uikKY2CTTl {
  font-family: var(--headlinefont);
  background-color: var(--color-md4onadt);
  secondary-color: var(--white);
  padding: 10px 30px;
  border-color: var(--transparent);
  border-width: 1px;
  width: auto%;
  icon-color: var(--white);
}

.hl_page-preview--content .cparagraph-HNv1ODtt7W {
  font-family: var(--contentfont);
  background-color: var(--transparent);
  icon-color: var(--text-color);
  font-weight: medium;
  padding: 0;
  opacity: 1;
  border-color: var(--black);
  border-width: 2px;
  line-height: 1.2em;
  text-align: left;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  .hl_page-preview--content .cparagraph-HNv1ODtt7W {
    text-align: center;
  }
}

.hl_page-preview--content .cheading-1QjsY8KoF2 {
  font-family: var(--headlinefont);
  background-color: var(--transparent);
  color: var(--white);
  inline-colors: var(--white);
  icon-color: var(--text-color);
  font-weight: 400;
  box-shadow: none;
  padding: 0;
  opacity: 1;
  text-shadow: none;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  line-height: 1.1em;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
}

/* === RED SERVICES GRID SECTION (R5kZenl_OM) === */
.hl_page-preview--content .col-8C5M5M-94A,
.hl_page-preview--content .row-X9e_PJqZCN,
.hl_page-preview--content .section-R5kZenl_OM {
  box-shadow: none;
  padding: 20px 60px;
  margin: 0;
  background-color: var(--color-md4onadt);
  backdrop-filter: none;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
}

.hl_page-preview--content .col-8C5M5M-94A,
.hl_page-preview--content .row-X9e_PJqZCN {
  margin: 0 auto;
  padding: 10px 5px;
  background-color: var(--transparent);
  width: 100%;
}

.hl_page-preview--content .col-8C5M5M-94A {
  padding: 10px 20px;
  width: 20%;
  margin: 0;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  .hl_page-preview--content .col-8C5M5M-94A {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

.hl_page-preview--content .col-Sjsvz7vBLQ {
  box-shadow: none;
  padding: 10px 20px;
  background-color: var(--transparent);
  backdrop-filter: none;
  width: 20%;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  margin: 0;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  .hl_page-preview--content .col-Sjsvz7vBLQ {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

.hl_page-preview--content .col-QUd5Y-HRYw {
  box-shadow: none;
  padding: 10px 20px;
  background-color: var(--transparent);
  backdrop-filter: none;
  width: 20%;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  margin: 0;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  .hl_page-preview--content .col-QUd5Y-HRYw {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

.hl_page-preview--content .col-FGoanhLCZ3 {
  box-shadow: none;
  padding: 10px 20px;
  background-color: var(--transparent);
  backdrop-filter: none;
  width: 20%;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  margin: 0;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  .hl_page-preview--content .col-FGoanhLCZ3 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

.hl_page-preview--content .col-gIcJszEN_z {
  box-shadow: none;
  padding: 10px 20px;
  background-color: var(--transparent);
  backdrop-filter: none;
  width: 20%;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  margin: 0;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  .hl_page-preview--content .col-gIcJszEN_z {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

/* Red Services Grid Typography */
.hl_page-preview--content .cparagraph-15XOHX01Hd {
  font-family: var(--contentfont);
  background-color: var(--transparent);
  color: var(--white);
  icon-color: var(--text-color);
  font-weight: medium;
  box-shadow: none;
  padding: 0;
  opacity: 1;
  text-shadow: none;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  line-height: 1.3em;
  text-transform: none;
  letter-spacing: 0;
  text-align: center;
}

.hl_page-preview--content .cparagraph-xXJACZooG7 {
  font-family: var(--contentfont);
  background-color: var(--transparent);
  color: var(--white);
  icon-color: var(--text-color);
  font-weight: medium;
  box-shadow: none;
  padding: 0;
  opacity: 1;
  text-shadow: none;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  line-height: 1.3em;
  text-transform: none;
  letter-spacing: 0;
  text-align: center;
}

.hl_page-preview--content .cparagraph-Jl-G8pDKKS {
  font-family: var(--contentfont);
  background-color: var(--transparent);
  color: var(--white);
  icon-color: var(--text-color);
  font-weight: medium;
  box-shadow: none;
  padding: 0;
  opacity: 1;
  text-shadow: none;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  line-height: 1.3em;
  text-transform: none;
  letter-spacing: 0;
  text-align: center;
}

.hl_page-preview--content .cparagraph-hApg7AHyHL {
  font-family: var(--contentfont);
  background-color: var(--transparent);
  color: var(--white);
  icon-color: var(--text-color);
  font-weight: medium;
  box-shadow: none;
  padding: 0;
  opacity: 1;
  text-shadow: none;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  line-height: 1.3em;
  text-transform: none;
  letter-spacing: 0;
  text-align: center;
}

.hl_page-preview--content .cparagraph-JuY4F4znOL {
  font-family: var(--contentfont);
  background-color: var(--transparent);
  color: var(--white);
  icon-color: var(--text-color);
  font-weight: medium;
  box-shadow: none;
  padding: 0;
  opacity: 1;
  text-shadow: none;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  line-height: 1.3em;
  text-transform: none;
  letter-spacing: 0;
  text-align: center;
}

/* === LAYOUT CONSTRAINTS === */
/* Removed conflicting max-width rule for section-BLqiic1eOi - handled by universal layout */

#section-R5kZenl_OM > .inner {
  max-width: 1170px;
  margin: 0 auto;
}

/* === RED SECTION ICON STYLING === */
/* Invert icons to white in red section */
#image-JhzbtOkSxX,
#image-snivgpvBro,
#image-yHxmEEzLmy,
#image-vCT6SmmgSJ,
#image-sdPaOaS4JC {
  filter: invert(100%);
  text-align: center;
}

/* Center align the icon containers and text in red section */
.section-R5kZenl_OM .c-column {
  text-align: center;
}

.section-R5kZenl_OM .c-image {
  text-align: center;
  margin: 0 auto;
}

.section-R5kZenl_OM .c-paragraph {
  text-align: center;
}

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

/* Location Button */
.button-location {
  text-align: center;
  margin: 0 auto 30px;
}

.location-button {
  background-color: var(--color-md4onadt) !important;
  color: var(--white) !important;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border: none;
  text-transform: none;
}

/* Our Location Heading */
.heading-our-location {
  text-align: center;
  margin-bottom: 40px;
}

.heading-our-location h2 {
  color: var(--white);
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

/* Location Items Layout */
.c-location-item {
  margin-bottom: 30px;
}

.location-item-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  min-height: 50px; /* Ensure consistent height */
  width: 100%;
  box-sizing: border-box;
}

.location-icon {
  width: 30px;
  min-width: 30px; /* Prevent shrinking */
  flex-shrink: 0;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.location-icon-img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
  display: block;
}

.location-text {
  color: var(--white);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  flex: 1;
  min-width: 0; /* Allow text to wrap properly */
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.location-text p {
  margin: 0;
  color: var(--white);
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Specific styling for location details - Match Original Layout */
#col-Dw_zA7OuDd {
  padding-right: 40px;
  width: 67% !important; /* Match original layout proportions */
}

#col-blKdiWNwRB {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 33% !important; /* Match original layout proportions */
}

/* Image container styling to match original */
.image-container.cimage-map {
  padding: 10px;
  text-align: center;
}

/* Map Image - Match Original Dimensions */
.location-map {
  border-radius: 15px;
  width: auto;
  height: 350px;
  box-shadow: none;
}

/* Footer Copyright */
.row-footer-copyright {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.paragraph-copyright {
  text-align: center;
}

.paragraph-copyright p {
  color: var(--white);
  font-size: 14px;
  margin: 0;
  opacity: 0.8;
}

/* Footer Text Styling - Exact Match to Original */
.location-text p {
  font-family: 'Inter', sans-serif !important;
  color: var(--white) !important;
  font-weight: 500 !important;
  line-height: 1.3em !important;
  letter-spacing: -1px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Address Text - paragraph-_mMmkgPLv6 equivalent */
#location-address .location-text p {
  font-size: 20px !important;
}

/* Hours Text - paragraph-3M3AFvAvNH equivalent */
#location-hours .location-text p {
  font-size: 20px !important;
}

/* Phone Text - paragraph-tfTDOrY_Vz equivalent */
#location-phone .location-text p {
  font-size: 20px !important;
}

/* Mobile Font Sizes - Match Original Media Queries */
@media screen and (min-width: 0px) and (max-width: 480px) {
  /* Address Text Mobile */
  #location-address .location-text p {
    font-size: 16px !important;
  }

  /* Hours Text Mobile */
  #location-hours .location-text p {
    font-size: 16px !important;
  }

  /* Phone Text Mobile */
  #location-phone .location-text p {
    font-size: 18px !important;
  }

  /* Reduce gap on mobile to prevent overlap */
  .location-item-content {
    gap: 15px;
  }
}

/* Tablet and Small Desktop - Fix text overlap issues */
@media screen and (min-width: 481px) and (max-width: 767px) {
  .location-item-content {
    gap: 18px;
    min-height: 45px;
  }

  .location-text {
    font-size: 17px;
  }

  /* Ensure proper spacing for all location items */
  .c-location-item {
    margin-bottom: 25px;
  }
}

/* Medium screens - Prevent text overlap at common zoom levels */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .location-item-content {
    gap: 20px;
    min-height: 50px;
  }

  .location-text {
    font-size: 18px;
  }
}

/* Responsive Layout */
@media screen and (max-width: 768px) {
  .row-jU5PU1uh07 .inner {
    flex-direction: column;
  }

  .col-Dw_zA7OuDd,
  .col-blKdiWNwRB {
    width: 100% !important;
    margin-bottom: 30px;
  }

  .location-map {
    max-width: 100%;
  }
}

/* Additional zoom level stability fixes */
@media screen and (min-width: 1025px) {
  /* Ensure consistent layout at higher zoom levels */
  .location-item-content {
    gap: 22px;
    min-height: 55px;
  }

  /* Prevent text from becoming too cramped at high zoom */
  .location-text {
    font-size: 18px;
    line-height: 1.6;
  }

  /* Ensure icons maintain proper spacing */
  .location-icon {
    width: 32px;
    min-width: 32px;
  }
}

/* High zoom level support (125%+ zoom) */
@media screen and (min-width: 1200px) {
  .location-item-content {
    gap: 24px;
    min-height: 60px;
  }

  .location-text {
    font-size: 19px;
    line-height: 1.7;
  }
}

/* Large Desktop and High Zoom Support for Dark Service Section */
@media screen and (min-width: 1025px) {
  .hl_page-preview--content .row-6eRoIJwKgQ {
    gap: 22px;
    padding: 20px 15px;
  }

  .hl_page-preview--content .col-1MJWrmkiN4 {
    width: calc(51.3% - 11px);
    padding: 22px 16px;
    min-height: 350px;
  }

  .hl_page-preview--content .col-HkpXcsMauI {
    width: calc(48.7% - 11px);
    padding: 22px 16px;
    min-height: 350px;
  }
}

/* Extra Large Desktop and Very High Zoom Support */
@media screen and (min-width: 1400px) {
  .hl_page-preview--content .row-6eRoIJwKgQ {
    gap: 25px;
    padding: 25px 20px;
  }

  .hl_page-preview--content .col-1MJWrmkiN4 {
    width: calc(51.3% - 12.5px);
    padding: 25px 18px;
    min-height: 380px;
  }

  .hl_page-preview--content .col-HkpXcsMauI {
    width: calc(48.7% - 12.5px);
    padding: 25px 18px;
    min-height: 380px;
  }
}
