/*
Theme Name: Cardel Homes
Theme URI: https://www.cardelhomes.com
Author: Cardel Homes
Author URI: https://cardelhomes.com
Description: Theme created by Cardel Homes.
Version: 1.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cardel-homes
*/

body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  overflow-x: hidden;
}

/* Font loading optimization to reduce layout shifts */
body {
  font-display: swap;
}

header,
footer {
  /* padding: 1rem; */
  text-align: center;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

a {
  color: #990000;
  text-decoration: none;
}

/* Top Menu Start */

:root {
  --ch-menu-transition: 0.25s ease-in-out;
}

body.menu-open {
  overflow: hidden;
}

.ch-navbar {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff !important;
}

.ch-navbar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767.98px) {
  .ch-navbar .container {
    max-width: 100%;
  }
}

@media (min-width: 640px) {
  .ch-navbar-content {
    max-width: 598px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .ch-navbar-content {
    max-width: 692px;
    padding-top: 0.1rem;
  }
}

@media (min-width: 1024px) {
  .ch-navbar-content {
    max-width: 916px;
    padding-top: 0.5rem;
  }
}

@media (min-width: 1280px) {
  .ch-navbar-content {
    max-width: 1172px;
    padding-top: 0.5rem;
  }
}

.ch-navbar-content .navbar-brand {
  padding-top: 0.99rem;
  padding-bottom: 0;
  margin-left: 10px;
  z-index: 1032;
}

.ch-navbar-icons {
  display: flex;
  align-items: center;
}

.ch-navbar-icons .call-ch {
  color: #b2292d;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  position: relative;
  bottom: 4px;
  margin-right: 40px;
}

.ch-navbar-icons .call-ch a {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.ch-navbar-icons .call-ch a:hover {
  color: #b2292d;
}

.ch-navbar-content .register-btn {
  background-color: #B2292D;
  color: #fff;
  font-size: 16px;
  padding: 4px 16px;
  text-transform: uppercase;
  margin-right: 32px;
  margin-top: 16px;
  z-index: 1032;
  border: none;
  cursor: pointer;
  font-family: inherit;
  line-height: inherit;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .ch-navbar-content .register-btn {
    font-size: 14px;
    padding: 4px 8px;
  }
}

.ch-navbar-content .phone-container {
  margin-right: 30px;
  margin-top: 20px;
  z-index: 1032;
}

.ch-navbar-content .phone-container span {
  display: block;
  color: #B2292D;
  font-size: 14px;
  line-height: 10px;
  text-align: center;
}

.ch-navbar-content .phone-container .number {
  color: #B2292D;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.ch-navbar-icons img {
  margin-right: 1rem;
}

.top-banner-info.phone-banner {
  background-color: #f4f4f4;
  padding: 0;
  width: 100%;
}

.top-banner-info a {
  color: #FFF;
  text-decoration: underline;
}

.phone-banner a.phone span {
  color: #B2292D;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  display: block;
}

.btn-reset {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  padding: 0;
  margin: 0;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  text-align: inherit;
}

/* Override Bootstrap hover effects */
.btn-reset:hover,
.btn-reset:focus,
.btn-reset:active {
  background: none;
  border: none;
  color: inherit;
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

.header-button {
  margin-top: 14px;
  margin-right: 33px;
  z-index: 1032;
}

.usericon {
  margin-right: 23px;
}

.ch-icon {
  font-size: 1.5rem;
  margin-right: 1.25rem;
  cursor: pointer;
}

.ch-hamburger-icon {
  width: 1.65rem;
  height: 1rem;
  position: relative;
  cursor: pointer;
  z-index: 1032;
  background: none;
  border: none;
  padding: 0;
  margin-right: 0;
  margin-top: 14px;
}

.ch-hamburger-icon span {
  display: block;
  position: absolute;
  height: 0.1875rem;
  width: 100%;
  background: #000;
  border-radius: 0.1875rem;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: var(--ch-menu-transition);
}

.ch-hamburger-icon span:nth-child(1) {
  top: 0;
}

.ch-hamburger-icon span:nth-child(2),
.ch-hamburger-icon span:nth-child(3) {
  top: 50%;
}

.ch-hamburger-icon span:nth-child(4) {
  top: 100%;
}

.ch-hamburger-icon.open span {
  background: auto;
}

.ch-hamburger-icon.open span:nth-child(1),
.ch-hamburger-icon.open span:nth-child(4) {
  top: 50%;
  width: 0;
  left: 50%;
}

.ch-hamburger-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}

.ch-hamburger-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.ch-hamburger-icon:focus {
  outline: 1px solid #888;
  /* Ensure outline appears in Safari */
  outline-offset: 1px;
  /* Remove default browser focus styles */
  -webkit-focus-ring-color: transparent;
  /* For webkit browsers like Chrome/Safari */
  -webkit-tap-highlight-color: transparent;
  /* Remove default focus rectangle in Firefox */
  -moz-focus-ring-color: transparent;
  /* Fallback for browsers that don't support outline */
  box-shadow: 0 0 0 1px #888;
}

/* Remove focus styles when using mouse */
.ch-hamburger-icon:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

/* Apply focus styles only when using keyboard */
.ch-hamburger-icon:focus-visible {
  outline: 1px solid #888;
  outline-offset: 1px;
  box-shadow: 0 0 0 1px #888;
}

.ch-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 0;
  background-color: #f7f7f7;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  z-index: 1030;
  text-align: left;
}

.ch-menu-overlay.open {
  max-height: 100vh;
  overflow-y: auto;
}

.ch-menu-overlay.opening {
  overflow-y: hidden;
}

.ch-menu-overlay-content {
  padding-top: 8rem;
  padding-bottom: 0;
  display: grid;
}

.ch-menu-overlay a.feature,
.ch-menu-overlay button.feature {
  padding: 0 0.5rem;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  display: block;
  transition: 0.3s;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  line-height: inherit;
  width: 100%;
}

.ch-menu-overlay .comm-title {
  padding: 2rem 0.5rem 0.5rem 0.5rem;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #b2292d;
  display: block;
}

.ch-menu-overlay a {
  padding: 0.2rem 0.5rem;
  text-decoration: none;
  font-size: 16px;
  color: #707070;
  display: block;
  transition: 0.3s;
}

.ch-menu-overlay a.feature:hover,
.ch-menu-overlay button.feature:hover {
  color: #707070;
}

.ch-menu-overlay a:hover,
.ch-menu-overlay a:focus {
  color: #000;
}

.ch-menu-overlay a span.ch-home-types {
  display: block;
  color: #b2292d;
  display: none;
}

.ch-main-menu {
  padding-bottom: 2rem;
}

.ch-custom-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.ch-dropdown-toggle {
  width: 100%;
  padding: 0 0 0.5rem 0;
  color: #000;
  background-color: #f7f7f7;
  cursor: pointer;
  border: none;
  border-radius: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  padding-right: 40%;
  padding-left: 8px;
}

.ch-dropdown-toggle:focus {
  outline: 1px solid #888;
  /* Ensure outline appears in Safari */
  outline-offset: 1px;
  /* Remove default browser focus styles */
  -webkit-focus-ring-color: transparent;
  /* For webkit browsers like Chrome/Safari */
  -webkit-tap-highlight-color: transparent;
  /* Remove default focus rectangle in Firefox */
  -moz-focus-ring-color: transparent;
  /* Fallback for browsers that don't support outline */
  box-shadow: 0 0 0 1px #888;
}

/* Remove focus styles when using mouse */
.ch-dropdown-toggle:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

/* Apply focus styles only when using keyboard */
.ch-dropdown-toggle:focus-visible {
  outline: 1px solid #888;
  outline-offset: 1px;
  box-shadow: 0 0 0 1px #888;
}

.ch-dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f7f7f7;
  min-width: 100%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: 1;
  border-radius: 0.25rem;
  list-style-type: none;
  padding-left: 0;
  border: solid;
}

.ch-dropdown-menu a {
  padding: 0.5rem 1rem;
  text-decoration: none;
  display: block;
}

.ch-dropdown-menu a:hover,
.ch-dropdown-menu a:focus {
  background-color: #ddd;
}

.ch-dropdown-menu.show {
  display: block;
}

.ch-dropdown-toggle::after {
  display: none;
}

.ch-dropdown-arrow {
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease;
}

.ch-dropdown-arrow.rotated {
  transform: rotate(180deg);
}

.ch-more-menu {
  background-color: #b2292d;
  color: #ffffff;
  padding: 2rem 0;
}

.ch-more-menu a {
  color: #fff;
}

.ch-more-menu span.ch-menu-title {
  display: block;
  padding: 0.5rem 8px;
  font-size: 16px;
  font-weight: 700;
}

.ch-more-menu a:hover,
.ch-more a:focus {
  color: #ffffff;
  font-weight: 700;
}

.ch-semi-bold-text {
  font-weight: 600;
}

/* @media (min-width: 1200px) {
  .ch-navbar-content {
    border-bottom: solid 1px #d2d2d2;
  } */

@media (max-width: 991.98px) {
  .ch-dropdown-toggle {
    padding-right: 0;
  }
}

@media (max-width: 1023.98px) {
  .ch-navbar .navbar-brand img {
    width: 85.6px;
    height: 30px;
  }
}

@media (max-width: 768px) {
  .ch-navbar {
    padding-top: 0;
    z-index: 1032;
  }

  .ch-navbar .navbar-brand img {
    width: 86px;
  }

  .ch-dropdown-toggle {
    margin-top: 0;
    padding-left: 6px;
    padding-right: 15px;
    /*margin-bottom: 20px;*/
  }

  .ch-custom-dropdown {
    margin-top: 1rem;
  }

  .ch-menu-overlay a.feature,
  .ch-menu-overlay button.feature {
    padding: 0 0.5rem 0 0.3rem;
  }

  .ch-menu-overlay .comm-title {
    padding: 1.5rem 0.5rem 0.5rem 0.3rem;
  }

  .ch-more-menu span.ch-menu-title {
    padding: 0.5rem 8px;
  }

  .ch-navbar-icons .call-ch {
    font-size: 12px;
    line-height: 18px;
    position: relative;
    bottom: 1px;
    margin-right: 40px;
  }

  .ch-navbar-icons .call-ch a {
    font-size: 16px;
  }

  .ch-menu-overlay-content {
    padding-top: 4.5rem;
  }

  .ch-main-menu {
    padding-bottom: 1rem;
  }

  .ch-more-menu {
    padding: 1rem 0;
  }

  .ch-menu-overlay a {
    padding: 0.3rem;
  }

  .ch-fs {
    display: none !important;
  }

  .ch-menu-column {
    margin-bottom: 0;
  }

  .ch-community-menu-list {
    flex-wrap: wrap;
    height: auto;
  }

  .ch-community-menu-list li {
    margin: 5px 0;
  }

  .ch-community-menu-list li:not(:last-child)::after {
    display: none;
  }
}

.ch-hamburger-icon {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  margin-top: 16px;
  right: 6px;
}

.ch-hamburger-svg {
  stroke: black;
  stroke-width: 2;
  stroke-linecap: round;
  transition: all 0.3s ease;
}

.line {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}

/* Animation to X */
.ch-hamburger-icon.open .line.top {
  transform: rotate(45deg) translate(-1px, 6px);
}

.ch-hamburger-icon.open .line.middle {
  opacity: 0;
}

.ch-hamburger-icon.open .line.bottom {
  transform: rotate(-45deg) translate(0px, -7px);
}

/* Top Menu End */

/* Footer Start */

.footer-container {
  background: #fbfbfb;
  padding-top: 60px;
  padding-bottom: 10px;
  text-align: left;
}

.footer-container h3 {
  font: 600 19px/26px "Roboto", sans-serif;
  background: #fbfbfb;
  margin-top: 10px;
  color: #595959;
  text-transform: none;
}

.footer-container .cardel-logo-footer {
  padding-top: 20px;
}

.footer-container .sinceseventhree {
  padding-top: 15px;
}

@media (max-width: 991.98px) {
  .footer-container .cardel-logo-footer {
    padding: 0;
    margin-bottom: 20px;
  }

  .footer-container .sinceseventhree {
    padding: 0 0 20px 0;
  }
}

@media (max-width: 575.98px) {
  .footer-container h3 {
    font-size: 18px;
  }
}

.footer-container span,
.footer-container ul > li {
  font: 400 14px/24px "Roboto", sans-serif;
}

.footer-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-container ul > li a {
  color: #666;
  line-height: 14px;
}

.footer-container ul > li a:hover {
  color: #999;
}

.footer-container ul.social > li a {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer-container ul.contactlinks {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.footer-container ul.contactlinks > li a {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}

.footer-container .office-location span {
  display: block;
  color: #48484c;
}

.footer-container h3 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 575.98px) {
  .footer-container .office-location span {
    font-size: 13px;
  }
}

.footer-container .contact-us {
  padding-right: 0;
}

.footer-container .contactlinks {
  padding-top: 15px;
  display: flex;
  align-items: center;
}

.footer-container .contactlinks li {
  margin-bottom: 15px;
}

.footer-container .contactlinks li a img {
  margin-right: 8px;
}

.footer-container .social img {
  margin-right: 4px;
}

.footer-container .social li {
  line-height: 35px;
  width: 110px;
}

.footer-container .cardel-since {
  margin: 45px 0;
}

.footer-container .cardel-logo-footer {
  width: 185px !important;
  display: block;
}

.footer-post {
  padding: 60px 0;
  background: #231f20;
  color: #939598;
}

.footer-post p {
  font-size: 12px;
}

.footer-disclaimer p {
  color: #B6B6B6;
  text-align: left;
}

.footer-disclaimer a.privacy,
.footer-disclaimer button.privacy {
  border: solid 1px #B6B6B6 !important;
  color: #B6B6B6!important;
  font-size: 10px !important;
  width: 100%;
  background: none;
  cursor: pointer;
  font-family: inherit;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

@media (max-width: 991.98px) {
  .footer-container .cardel-logo-footer {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-disclaimer a.privacy,
  .footer-disclaimer button.privacy {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-disclaimer .copyright {
    text-align: center;
  }

  .footer-container .social img {
    width: 30px;
  }
}

/* Footer End */

/* Connect Button System Start */
.chhp-popup {
    position: fixed;
    bottom: -100%;
    right: 20px;
    min-width: 300px;
    background-color: #fff;
    color: #333;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: bottom 0.3s ease-in-out;
    z-index: 1040;
}
.chhp-popup.chhp-show {
    bottom: 20px;
}
.chhp-popup-header {
    position: relative;
    background-color: #af272f;
    color: #FFF;
    padding: 15px 20px;
}
.chhp-popup-header-text {
    display: flex;
    flex-direction: column;
}
.chhp-popup-header p.chhp-sales-name {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
}
.chhp-popup-header p.chhp-sales-name ~ p.chhp-sales-title + p.chhp-sales-name {
    margin-top: 5px;
}
.chhp-popup-header p.chhp-sales-title {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
}
.chhp-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
.chhp-close-btn svg {
    width: 19px;
    height: 19px;
}
.chhp-popup-content {
    padding: 0;
}
.chhp-popup-content a,
.chhp-popup-content button {
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    margin-bottom: 0;
    font-size: 14px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    padding: 12px 30px;
    border-bottom: 1px solid #eee;
    width: 100%;
}
.chhp-popup-content a:last-child,
.chhp-popup-content button:last-child {
    border-bottom: none;
}
.chhp-popup-content .chhp-icon-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 36px;
    margin-right: 10px;
}
.chhp-icon-email-updates {
    margin-right: 22px;
}
.chhp-icon-ask-question {
    margin-right: 22px;
}
.chhp-icon-realtor-signup {
    margin-right: 22px;
}
.chhp-icon-community-hours {
    margin-right: 19px;
}
.chhp-icon-phone {
    margin-right: 22px;
}
.chhp-icon-email {
    margin-right: 25px;
}
.chhp-modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.chhp-modal-content {
    background: transparent linear-gradient(151deg, #FFFFFF 0%, #CDD8D7 100%) 0% 0% no-repeat padding-box !important;
}
.chhp-comm-tab {
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-decoration: none;
    z-index: 100;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
p.chhp-signup-info {
    font-size: 11px;
}
#chhp-ask-question-modal .modal-dialog.modal-lg, #chhp-email-updates-modal .modal-dialog.modal-lg {
    max-width: 600px;
}
#chhp-ask-question-modal, #chhp-email-updates-modal {
    font-family: 'Roboto', sans-serif;
}
#chhp-ask-question-modal .modal-content, #chhp-email-updates-modal .modal-content {
    border-radius: 0;
    border: none;
}
#chhp-ask-question-modal .modal-header, #chhp-email-updates-modal .modal-header {
    background-color: #454545;
    color: white;
    text-align: center;
    padding: 20px;
    border-bottom: none;
    border-radius: 0;
    flex-direction: column;
}
#chhp-ask-question-modal .modal-header h5, #chhp-email-updates-modal .modal-header h5 {
    font-size: 28px;
    margin: 20px 0 0 0;
    line-height: 1.2;
    width: 100%;
}
#chhp-ask-question-modal .modal-header p, #chhp-email-updates-modal .modal-header p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #FFF;
    padding: 10px 30px 0 30px;
}
#chhp-ask-question-modal .modal-body, #chhp-email-updates-modal .modal-body {
    padding: 0;
}
#chhp-ask-question-modal .modal-body iframe, #chhp-email-updates-modal .modal-body iframe {
    width: 100%;
    height: 520px; /* Adjusted for form content */
    border: none;
}
#chhp-ask-question-modal .modal-footer, #chhp-email-updates-modal .modal-footer {
    border-top: none;
    padding: 0 30px 30px 30px;
}
#chhp-ask-question-modal .modal-footer p, #chhp-email-updates-modal .modal-footer p {
    font-size: 11px;
    line-height: 15px;
    color: #666;
    text-align: left;
    margin: 0;
    font-weight: 400;
}
#chhp-ask-question-modal .close, #chhp-email-updates-modal .close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: white;
    opacity: 1;
    font-size: 0;
    z-index: 1;
}
/* Connect Button System End */

.register a.round-button, .specifications a.round-button, .site-plan a.round-button {
  font: 500 20px/32px 'Roboto', sans-serif;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}
.round-button, .round-button:visited {
  background-color: #333;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px !important;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/* ==========================================================================
   REGIONAL CAROUSEL - LAYOUT SHIFT PREVENTION
   ========================================================================== */

/* Prevent layout shift by pre-defining carousel dimensions before Swiper initialization */
.cardel-regional-carousel-wrapper {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.cardel-regional-swiper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* Let Swiper handle all slide dimensions automatically */
.cardel-regional-swiper .swiper-wrapper {
    display: flex;
    box-sizing: border-box;
}

.cardel-regional-swiper .swiper-slide {
    flex-shrink: 0;
    width: auto;
    height: auto;
    position: relative;
    box-sizing: border-box;
}

/* Ensure images have proper aspect ratio to prevent additional shifts */
.cardel-regional-swiper .swiper-slide img {
    width: 100%;
    height: 200px; /* Set a consistent height */
    object-fit: cover;
    display: block;
}

/* Hide navigation until Swiper is fully loaded */
.cardel-regional-swiper .swiper-button-next,
.cardel-regional-swiper .swiper-button-prev,
.cardel-regional-swiper .swiper-pagination {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cardel-regional-swiper.swiper-initialized .swiper-button-next,
.cardel-regional-swiper.swiper-initialized .swiper-button-prev,
.cardel-regional-swiper.swiper-initialized .swiper-pagination {
    opacity: 1;
}

/* Keep consistent sizing after Swiper initialization */
/* Pre-defined widths remain consistent after initialization */



/* ========================================
   FAQ ACCORDION COLOR RESET
   ======================================== */

/* Accordion Container */
.faq .accordion {
  --bs-accordion-color: inherit;
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
  --bs-accordion-active-color: inherit;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-color: inherit;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-focus-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
}

/* Accordion Item */
.faq .accordion-item {
  background-color: transparent;
  color: inherit;
  border-color: transparent;
}

/* Accordion Button */
.faq .accordion-button {
  background-color: transparent;
  color: inherit;
  border-color: transparent;
}

/* Hover state - subtle feedback for mouse users */
.faq .accordion-button:hover {
  background-color: rgba(117, 123, 78, 0.1);
  color: inherit;
}

/* Focus state - visible for keyboard navigation (accessibility required) */
.faq .accordion-button:focus-visible {
  outline: 3px solid #003764;
  outline-offset: 2px;
  background-color: transparent;
  color: inherit;
}

/* Remove focus outline for mouse clicks only */
.faq .accordion-button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

/* General focus fallback for older browsers */
.faq .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

/* Expanded state */
.faq .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: inherit;
  box-shadow: none;
}

/* Collapsed state */
.faq .accordion-button.collapsed {
  background-color: transparent;
  color: inherit;
}

/* Accordion Body */
.faq .accordion-body {
  background-color: transparent;
  color: inherit;
}

/* Content */
.faq .accordion-body p {
  color: inherit;
}

.faq .accordion-body ul {
  color: inherit;
}

.faq .accordion-body li {
  color: inherit;
}

.faq .accordion-button:not(.collapsed)::after {
  content: "\2212"; /* Proper minus sign − */
  background-image: none;
  font-size: 1.5em;
  line-height: 1;
}

.faq .accordion-button.collapsed::after {
  content: "\002B"; /* Proper plus sign + */
  background-image: none;
  font-size: 1.5em;
  line-height: 1;
}

/* Ensure the ::after element is visible */
.faq .accordion-button::after {
  flex-shrink: 0;
  width: auto;
  height: auto;
  margin-left: auto;
  background-image: none;
}