.elementor-232 .elementor-element.elementor-element-c283a8e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-232 .elementor-element.elementor-element-de36df8 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-232 .elementor-element.elementor-element-5936df0{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-232 .elementor-element.elementor-element-cf14c3a{--display:flex;}@media(max-width:768px){.elementor-232 .elementor-element.elementor-element-5936df0{--width:100%;}.elementor-232 .elementor-element.elementor-element-cf14c3a{--content-width:90%;}}/* Start custom CSS for html, class: .elementor-element-a4f6f48 */.about-profile {
    display: flex; 
}

.about-profile-sidebar {
    width: 20%; 
    background-color: #4e4e4e;
    display: flex;
    justify-content: center; 
    align-items: center; 
    height: 100vh; 
}

.about-profile-logo {
    width: 50%; 
    height: auto;
}

.about-profile-container{
    width: 80%;
}
.about-profile-container main{
    position: relative;
    height: 100%;
    text-align: center;
}
.about-profile-container main div{
    position: absolute;
    max-width: 80%;
    top: 10%;
    left: 10%;
}
.about-profile-container main div p{
    font-size: 16px;
    line-height: 30px;

}

.about-profile-container img{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.about-profile-bottom{
    background-color: #EFECE6;
    display: flex;
        padding-bottom: 300px;
}
.about-profile-bottom-seat{
    width: 20%;
}
.about-profile-bottom-img{
    position: relative;
    width: 80%;
}
.about-profile-bottom-img img{
    position: absolute;
    width: 100%;
}
.about-profile-bottom-info{
    margin-top: 10%;
    font-weight: 800;
    letter-spacing: 2px;
}
@media (max-width: 768px) {
    .about-profile {
        flex-direction: column;
    }

    .about-profile-sidebar {
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    .about-profile-logo {
    width: 30%;
    }

    .about-profile-container {
        width: 100%;
    }

    .about-profile-container main {
        text-align: center;
        padding: 20px 10px;
    }

    .about-profile-container main div {
        position: static;
        max-width: 100%;
    }

    .about-profile-container main div p {
        font-size: 13px;
        line-height: 26px;
    }

    .about-profile-container img {
        /* position: static; */
        width: 100%;
        margin-top: 20px;
    }

    .about-profile-bottom {
        flex-direction: column;
        padding-bottom: 150px;
    }

    .about-profile-bottom-seat {
        display: none;
 
    }

    .about-profile-bottom-img {
        width: 100%;
    }

    .about-profile-bottom-img img {
        position: static;
        width: 100%;
    }

    .about-profile-bottom-info {
        margin-top: 20px;
        padding: 0 20px;
        font-size: 13px;
        line-height: 24px;
        letter-spacing: 1px;
    }

    .about-profile-bottom-info p {

        margin-bottom: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec1f04d */.about-store-locations {
    /*padding-top: 80px;*/
    margin-top: -150px;
    display: flex;
    gap: 100px;
    max-width: 1200px; 
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;/
}

.about-store-locations::-webkit-scrollbar {
    display: none;
}

.about-store-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden; 
    width: calc(33.333% - 20px); 
    max-width: 300px;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 20px;
    flex-shrink: 0; /* Prevent cards from shrinking */
    scroll-snap-align: start; /* Align cards to the start of the scroll container */
}

.about-store-card img {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}

.about-store-info {
    text-align: left;
    padding: 4px 10px 0;
}

.about-store-info h3 {
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 1px;
    color: #4e4e4e;
}

.about-store-info p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

@media (max-width: 992px) {
    .about-store-card {
        width: calc(50% - 20px);
    }
}
@media(max-width:767px){
    .about-store-locations{
        margin-top:-70px;
    }
}
@media (max-width: 600px) {
    .about-store-locations {
        /* Adjust padding for the peeking effect */
        padding-left: 20px; /* Padding for the first card */
        padding-right: 80px; /* Expose part of the next card */
        gap: 20px; /* Smaller gap for mobile */
    }
    .about-store-card {
        width: calc(100% - 100px); /* Adjust width to make space for the peeking card */
        max-width: 300px;
    }
    .about-store-info h3 {
        font-size: 18px;
    }
    .about-store-info p {
        font-size: 14px;
    }
}/* End custom CSS */