/* General Styles */
.select-addon {
    border: 0;
    padding: 0;
    background: #fff;
}

.select-addon select {
    border-radius: 0 20px 20px 0!important;
}

.checkbox input[type=checkbox]:checked+label::after, .checkbox input[type=radio]:checked+label::after {
    top: -4px;
}

.nav-link {
    color: #464a4c;
    padding: 8px 57px 6px !important;
}

.nav-tabs>li {
    margin-bottom: 0px !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border-radius: 0 !important;
    border: none !important;
}

.found-counter {
    padding: 20px 19px;
    font-size: 23px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.single-store-container h3 {
    margin: 10px 0 20px;
    font-weight: 700;
    background: none;
    padding-left: 0;
    display: inline-block;
}

.top-block .location-marker img {
    width: 30px;
    position: relative;
    top: -5px;
}

img.freewater {
    display: none;
}

/* Store Slider Styles */
.store-slider {
    position: relative;
    background: #000;
    overflow: hidden;
}

.nivo-controlNav {
    left: auto;
    position: inherit;
    transform: inherit;
    padding: 10px 0 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 15px;
    background: #f5f5f5;
    flex-wrap: wrap;
}

.nivo-controlNav a {
    height: auto;
    width: 35px;
    margin-bottom: 5px;
    text-indent: inherit;
}

.nivo-controlNav a.nivo-control {
    background: none;
    border-bottom: #e1e1e1 3px solid;
}

.nivo-controlNav a.nivo-control.active {
    background: none;
    border-bottom: #3f1b31 3px solid;
}

.nivo-control {
    cursor: pointer;
    border: 3px solid transparent;
    transition: border-color 0.3s ease;
    border-radius: 4px;
    overflow: hidden;
}

.nivo-control.active {
    border-color: #007cba;
}

.nivo-control:hover {
    border-color: #005a87;
}

/* Layout Styles */
.small-title {
    font-size: 18px;
    line-height: 27px;
    color: #411A31;
}

.p-l-10 {
    padding-left: 10px;
}

.display-flex {
    display: flex;
    align-items: center;
}

#mapView {
    margin-top: 38px;
}

#map {
    height: 405px!important;
    margin-top: 69px;
    margin-bottom: 96px;
    border-radius: 20px;
}

.map-container {
    position: relative;
    overflow: hidden;
}

.store-image-full {
    width: 100%;
    border-radius: 20px;
}

.single-store-container {
    padding: 0;
    min-height: auto!important;
    height: 100%;
}

/* Store Info Styles */
.store-info {
    max-width: 800px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    height: 100%;
}

.store-address {
    font-family: Poppins;
    font-weight: 300;
    font-size: 26px!important;
    color: #000!important;
    line-height: 1.4;
    margin-bottom: 20px;
}

.store-name {
    font-family: Poppins;
    font-weight: 600!important;
    font-size: 30px;
    margin-bottom: 15px!important;
    margin-top: 52px!important;
    color: #411A31;
}

.store-light-label {
    font-family: Poppins;
    font-weight: 300;
    font-size: 26px;
    color: #000!important;
}

.store-semibold-label {
    font-family: Poppins;
    font-weight: 600!important;
    font-size: 26px;
    color: #411A31;
}

.store-light-label-info {
    font-family: Poppins;
    font-weight: 300;
    font-size: 26px;
    color: #4E4E4E!important;
    line-height: 1.4;
}

.top-block {
    padding: 40px;
    padding-top: 0px;
    background: #fff;
    margin: 0!important;
    border: none!important;
    height: 100%;
}

.store-info-details img {
    min-width: auto;
    margin-right: 12px;
}

.location-icon {
    height: 22px;
    width: 18px;
}

.phone-icon {
    height: 20px;
    width: 20px;
}

.time-icon {
    height: 20px;
    width: 20px;
}

.store-info-details .col-md-12 {
    display: flex;
    align-items: center;
    margin: 9px 0;
}

.middle-block {
    padding: 20px;
    background: #fff;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.bottom-block {
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Slider Image Styles */
.slider-image {
    width: 100%;
    height: 475px;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
    cursor: pointer;
}

.thumb-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    display: block;
}

.slider-nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s ease;
    z-index: 10;
}

.slider-nav-button:hover {
    background: rgba(0,0,0,0.75);
}

.slider-nav-button.prev {
    left: 10px;
}

.slider-nav-button.next {
    right: 10px;
}

.image-loading {
    opacity: 0.7;
}

.no-images-message {
    text-align: center;
    padding: 40px;
    color: #666;
}

.text-danger {
    color: #dc3545 !important;
}

/* Store Links Styles */
.store-links {
    display: flex;
    justify-content: space-between;
    margin-top: 74px;
    margin-bottom: 59px;
}

.btn-pr {
    text-align: center;
    width: 358px;
    height: 60px;
    border-radius: 60px;
    padding: 4px 12px;
    background: #EAECF0;
    color: #000;
    font-family: Roboto;
    font-weight: 500;
    font-size: 26px;
    line-height: 47px;
}

.btn-pr:hover {
    background: #411A31;
    color: #fff;
}

.title-map {
    font-family: Poppins;
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: normal;
    color: #411A31;
}

.title-map-main {
    margin-bottom: 51px;
}

.title-map-detail {
    line-height: 40px;
    margin-bottom: 21px;
}

.title-map-faq {
    text-align: center;
    margin: 81px 0 68px;
}

.container-1240 {
    max-width: 1240px;
    margin: 0 auto;
}

.col-md-393px {
    max-width: 393px;
    width: 100%;
}

.col-md-454px {
    max-width: 454px;
    width: 100%;
}

.display-flex-simple {
    display: flex;
}

.border-primary-content {
    border-radius: 20px;
    border: 1px solid #411A31;
    overflow: hidden;
}

.text-right-map {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: normal;
    margin-bottom: 40px;
}

.right-text-btn {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 31px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: center;
}

.right-btn {
    width: 172px;
    height: 60px;
    border-radius: 60px;
    padding: 14px 12px;
    background: #411A31;
    display: block;
}

/* Review Page Styles */
.review-page .testimonials-container {
    padding: 4rem 1.5rem;
}

.review-page .testimonials-wrapper {
    max-width: 1240px;
    margin: 0 auto;
}

.review-page .header-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 48px;
}

.review-page .main-heading {
    font-size: 36px;
    font-weight: bold;
    color: #411a31;
    margin-bottom: 16px;
    line-height: 20px;
}

.review-page .header-text {
    margin-bottom: 4px;
}

.review-page .header-paragraph {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
}

.review-page .review-button {
    background-color: #411a31;
    color: white;
    padding: 12px 32px;
    border-radius: 8px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

.review-page .review-button:hover {
    background-color: rgba(65, 26, 49, 0.9);
}

.review-page .testimonials-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.review-page .testimonial-card {
    background-color: white;
    border: 1px solid rgba(109, 117, 143, 0.2);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.review-page .card-content {
    padding: 0;
}

.review-page .stars-container {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
}

.review-page .star-icon {
    width: 20px;
    height: 20px;
    fill: #d5af19;
    color: #d5af19;
}

.review-page .testimonial-text {
    color: #6d758f;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
}

.review-page .client-info {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 8px;
}

.review-page .client-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #f1f3f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-page .user-icon {
    width: 16px;
    height: 16px;
    color: #6d758f;
}

.review-page .client-details {
    display: flex;
    flex-direction: column;
}

.review-page .client-name {
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    margin-bottom: 2px;
}

.review-page .client-title {
    color: #6d758f;
    font-size: 14px;
}

.review-page .m-0 {
    margin: 0!important;
}

/* FAQ Section Styles */
.faq-section {
    margin-bottom: 72px;
}

.faq-section details {
    border: 1px solid #411A3180;
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 20px;
}

.faq-section summary {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
    color: #000;
}

.faq-section p {
    padding: 20px 0;
}

.faq-section .plus {
    float: right;
    width: 20px;
    height: 20px;
}

/* Media Queries */
@media (max-width: 767px) {
    br {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .single-store-container h3 {
        padding-left: 0;
    }

    .location-marker {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1239px) {
    .single-store-container h3 {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .review-page .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .review-page .testimonials-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.bottom-store-locator{
    display: block!important;
}

/* Store Card Styles from testtt.html */
.store-card {
    background: white;
    border-radius: 20px;
    border: 1px solid #411A31;
    padding: 30px;
    width: 100%;
    height: 100%;
}

.store-title {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    color: #411A31;
    margin-bottom: 15px!important;
    margin-top: 16px;
    line-height: 1.4;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: Poppins;
}

.icon {
    width: 22px;
    height: 22px;
    color: #411A31;
    margin-top: 2px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.address-text {
    color: #000000;
    font-weight: 300;
    font-size: 26px;
}

.address-subtext {
    color: #000;
    font-weight: 300;
    font-size: 26px;
    margin-top: 8px;
}

.distance-text {
    color: #000;
    font-weight: 300;
    font-size: 26px;
}

.directions-link {
    color: #411A31;
    text-decoration: none;
    margin-left: 8px;
    font-size: 26px;
    font-weight: 500;
}

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

.phone-text, .hours-text {
    color: #000000;
    font-weight: 300;
    font-size: 26px;
}
.phone-link,.hours-detail{
    color: #411A31;
    text-decoration: none;
    margin-left: 8px;
    font-size: 26px;
    font-weight: 500;
}

.disclaimer {
    font-family: Poppins;
    font-size: 26px;
    color: #4E4E4E;
    margin-top: 20px;
    line-height: 1.5;
    font-weight: 300;
    font-style: normal;
}

/* SVG icons */
.map-pin {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23411A31' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.phone {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23411A31' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.clock {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23411A31' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12,6 12,12 16,14'/%3E%3C/svg%3E");
}