.hide{display: none;}

#element_1698071031_105707 {
    height: 100px;
    opacity: 1;
}

#element_1698071031_105707 .moto-background-divider-inner {
    background-size: 100% 100%;
}

@media screen and (max-width: 1039px) {
    #element_1698071031_105707 {
        height: 54px;
    }
}

@media screen and (max-width: 767px) {
    #element_1698071031_105707 {
        height: 31px;
    }
}

@media screen and (max-width: 479px) {}

#element_1685475139_816205 {
    height: 100px;
    opacity: 1;
}

#element_1685475139_816205 .moto-background-divider-inner {
    background-size: 100% 100%;
}

@media screen and (max-width: 1039px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 479px) {}

.bgCover {
    background-position: center !important;
    background-size: cover !important;
}

.hmImage2 {
    width: 100%;
    height: 275px;
    position: relative;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-color: #f5f9fa;
    z-index: 99;
}

.hmImage2 a {
    display: block;
    height: 100%;
}

.albums {
    text-align: center;
    padding: 50px 20px;
    color: #333;
}

.album_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.album_item {
    /* background-color: white; */
    overflow: hidden;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    text-align: center;
}

.subpage .subpage_menu .moto-text_system_7 {
    color: #000 !important;
}

.moto-widget-menu-link {
    padding: 10px 12px !important;
}

.min-row-title {
    color: #252727
}

.whatsapp-icon {
    width: 50px;
    height: 50px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.whatsapp-icon img {
    width: 30px;
    height: 30px;
}

@media (max-width: 767px) {
    .album_grid {
        grid-template-columns: repeat(1, 1fr);
    }
}


/* Popup Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

.close {
    position: absolute;
    top: 10px;
    right: 25px;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
}

.subbanner{margin-bottom: 40px;}

.text-center{text-align: center;}

.moto-text_660{font-size: 22px !important;}
.moto-text_system_4{font-size: 24px !important; line-height: 34px !important;}