/* Inline Styles Migration - All Views */

.hidden { display: none; }
.visible { display: block; }
.opacity-1 { opacity: 1; }

/* ===== LAYOUT DIRECTION ===== */
.direction-ltr { direction: ltr !important; }

/* ===== MARGINS & SPACING ===== */
.margin-inline-start-8 {
    margin-inline-start: 8px !important;
}
.margin-right-5 {
    margin-right: 5px !important;
}

/* ===== COLORS ===== */
.text-muted-custom {
    color: #dee2e6 !important;
}
.text-success {
    color: #28a745 !important;
}
.text-success-bold {
    color: #28a745 !important;
    font-weight: bold !important;
    text-decoration: none !important;
}
.text-success-bold:hover { 
    color: #28a745 !important; 
}

/* ===== BACKGROUNDS ===== */
.bg-hero-mobile {
    border-left: 10px solid #f7c35f !important;
}
    .bg-hero-mobile[dir="rtl"] {
        border-left: none !important;
        border-right: 10px solid #f7c35f !important;
    }

/* ===== BUTTONS & LOADING ===== */
.btn-loading { display: none; }
    .btn-loading.show {
        display: inline-block !important;
    }

/* ===== MODAL ELEMENTS ===== */
.message-status-card {
    display: none !important;
}
    .message-status-card.show {
        display: block !important;
    }
.certificate-modal-image { display: block; }

/* ===== VIDEO ELEMENTS ===== */
.e-event-video { display: none; }
.e-event-video.show { display: block; }
.modal-video-player {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

/* ===== IMAGES ===== */
.responsive-image {
    max-width: 100%;
    height: auto;
}
.certificate-image {
    max-width: 100%;
    height: auto;
}

/* ===== CARDS & OVERLAYS ===== */
.c-card-overlay-icon {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    color: #17a2b8;
}
.c-card-overlay-text {
    font-weight: 600;
    font-size: 0.9rem;
    color: #17a2b8;
}

/* ===== ANIMATIONS ===== */
.c-animate {
    animation-delay: var(--animation-delay, 0s);
}

/* ===== MOBILE NAVIGATION ===== */
.mobile-nav-wrapper {
    transform-origin: right top;
}
.mobile-nav-wrapper[dir="ltr"] {
    transform-origin: left top;
}
.mobile-nav-close {
    position: absolute;
    top: 20px;
    font-size: 43px !important;
    color: #e9ecef !important;
    cursor: pointer;
}
.mobile-nav-close[dir="rtl"] {
    left: 15px;
}
.mobile-nav-close[dir="ltr"] {
    right: 15px;
}

/* Fix for mobile navigation positioning */
.mobile-nav__wrapper {
    transform-origin: right top;
}
.mobile-nav__wrapper[dir="ltr"] {
    transform-origin: left top;
}
.mobile-nav__close {
    position: absolute;
    top: 20px;
    font-size: 43px !important;
    color: #e9ecef !important;
    cursor: pointer;
}
.mobile-nav__close[dir="rtl"] {
    left: 15px;
}
.mobile-nav__close[dir="ltr"] {
    right: 15px;
}



/* ===== SCROLL INDICATORS ===== */
.scroll-indicator {
    opacity: 1;
    transform: translateX(-50%) translateY(0px);
}

/* ===== PRODUCT SWIPER ===== */
.product-swiper-container { display: none; }
.product-swiper-container.show { display: block; }

/* ===== MODEL VIEWER ===== */
.model-viewer-custom {
    width: 100%;
    height: 100%;
    display: none;
    background: linear-gradient(101deg, #667eea, #28a745);
}

/* ===== PAGE HEADERS ===== */
.page-header-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ===== ERROR MESSAGES ===== */
.error-message {
    color: red;
    font-weight: bold;
}

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
    .mobile-nav-close {
        font-size: 35px !important;
    }
}
