.loaded.webp .smile-gallery{
    background: none;
}
.blue{
    font-feature-settings: 'liga' off, 'clig' off;
    /* Desktop/Heading 3 */
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 41.6px */
    text-transform: uppercase;
}
.gallery-right p{
    color: var(--ffffff, #14142C);
    font-feature-settings: 'liga' off, 'clig' off;
    /* Desktop/Body */
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
}
.review .rev_c{
    padding-left: unset;
}
.rev_box a.main-btn{
    right: 0;
}

/* Contact Section Styles */
.contact-section {
    padding: 100px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-container {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 377px 763px;
    gap: 12px;
    min-height: 547px;
    margin-bottom: 10px;
}

.contact-info-side {
    background-color: #14142c;
    padding: 50px 26px;
    display: flex;
    flex-direction: column;
}

.contact-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    text-transform: uppercase;
    background: linear-gradient(90deg, #70007b 88.742%, #d600eb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    margin-bottom: 81px;
}

.business-name {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
    margin-bottom: 25px;
}

.contact-address {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 1.5;
    color: #ffffff;
    max-width: 325px;
    margin: 0;
    margin-bottom: 25px;
}

.contact-phone {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.5;
    background: linear-gradient(90deg, #00c8f3 0%, #00fbfe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
    display: inline-block;
    margin-top: auto;
}

.contact-phone:hover {
    opacity: 0.8;
}

.contact-map-side {
    background-color: #14142c;
    position: relative;
    padding: 35px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.map-arrow-left {
    position: absolute;
    left: 11px;
    top: 34px;
}

.map-arrow-right {
    position: absolute;
    right: 20px;
    top: 312px;
    width: 368px;
    height: 127px;
}

.contact-map-container {
    width: 626px;
    height: 342px;
    overflow: hidden;
    margin: 30px 0;
    position: relative;
}
.appointment-button-container {
    margin-top: 30px;
}

.map-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.request-appointment-btn {
    background: linear-gradient(90deg, #00c8f3 0%, #00fbfe 100%);
    color: #14142c;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: 1.46px;
    padding: 18px 60px;
    text-decoration: none;
    display: inline-block;
    margin-top: 59px;
    transition: all 0.3s ease;
    text-align: center;
    border: none;
}

.request-appointment-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.hours-section {
    background-color: #14142c;
    padding: 50px 26px 40px;
    display: flex;
    gap: 30px;
}

.hours-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    text-transform: uppercase;
    background: linear-gradient(90deg, #70007b 88.742%, #d600eb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    align-self: center;
}

.hours-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}

.hours-day {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.day-name {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: #ff00ff;
}

.day-hours {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #ffffff;
    white-space: nowrap;
}
.main-btn, a.main-btn {
    min-height: 60px;
}
.top-contact-section{
    padding: clamp(60px, 14vw, 100px) clamp(40px, 12vw, 250px) 0;
}
.top-contact-section p{
    color: var(--Gray-40, #313A3C);
font-feature-settings: 'liga' off, 'clig' off;
/* Desktop/Body large */
font-family: "Open Sans";
font-size: 23px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}
.single-slide{
    padding: 0 15px;
}
.faq-content{
    width: 50vw;
    margin: 0 auto;
    padding: clamp(40px, 6vw, 100px) 0;
}

/* Responsive Design */
@media (max-width: 1400px) {
    .contact-section {
        padding: 80px;
    }
    
    .contact-wrapper {
        grid-template-columns: 340px 1fr;
        gap: 10px;
    }
    
    .contact-map-container {
        width: 100%;
        max-width: 626px;
    }
}

@media (max-width: 1200px) {
    .contact-section {
        padding: 60px;
    }
    
    .contact-wrapper {
        grid-template-columns: 320px 1fr;
    }
    
    .contact-heading,
    .hours-heading {
        font-size: 40px;
    }
    
    .business-name,
    .contact-address,
    .contact-phone {
        font-size: 28px;
    }
    
    .contact-map-container {
        height: 300px;
    }
    
    .hours-grid {
        gap: 15px;
    }
    .hours-section{
        flex-direction: column;
        align-items: center;
    }
    .map-arrow-right{
        top: 270px;
    }
    .faq-content{
        width: 70vw;
        margin: 0 auto;
    }
    
}

@media (max-width: 992px) {
    .contact-section {
        padding: 50px 40px;
    }
    
    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .contact-info-side {
        padding: 40px 30px;
        min-height: auto;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .contact-map-side {
        padding: 40px 30px 60px;
    }
    
    .map-arrow-right {
        top: auto;
        bottom: 150px;
    }
    
    .hours-grid {
        grid-template-columns: repeat(4, 1fr);
    }

}

@media (max-width: 768px) {
    .contact-section {
        padding: 40px 30px;
    }
    
    .contact-heading,
    .hours-heading {
        font-size: 36px;
        margin-bottom: 40px;
    }
    
    .business-name,
    .contact-address,
    .contact-phone {
        font-size: 24px;
    }
    
    .hours-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .day-name,
    .day-hours {
        font-size: 18px;
    }
    
    .request-appointment-btn {
        font-size: 18px;
        padding: 15px 40px;
    }
    
    .contact-map-container {
        height: 250px;
    }
    .day-hours br {
        display: none;
    }
}

@media (max-width: 576px) {
    .contact-section {
        padding: 30px 20px;
    }
    
    .contact-info-side,
    .contact-map-side,
    .hours-section {
        padding: 30px 20px;
    }
    
    .contact-heading,
    .hours-heading {
        font-size: 32px;
        margin-bottom: 30px;
    }
    
    .business-name {
        font-size: 22px;
    }
    
    .contact-address,
    .contact-phone {
        font-size: 20px;
    }
    
    .hours-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .day-name,
    .day-hours {
        font-size: 16px;
    }
    
    .request-appointment-btn {
        font-size: 16px;
        padding: 12px 30px;
        width: 100%;
    }
    
    .map-arrow-left,
    .map-arrow-right {
        display: none;
    }
    
    .contact-map-container {
        height: 200px;
        margin-top: 20px;
    }
}

@media (max-width: 400px) {
    .hours-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-heading,
    .hours-heading {
        font-size: 28px;
    }
    
    .day-hours {
        white-space: normal;
    }
}