﻿.breadcrumb-item + .breadcrumb-item::before {
    content: none !important;
}


 
/* ========================================
   NAVIGATION & MENU STYLES - FINAL
======================================== */

/* NAVBAR BASE */
.navbar {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #f8f9fa 0%, rgba(248, 249, 250, 1) 10%, rgba(248, 249, 250, 0) 35%), url('/images/NavBG.jpg') no-repeat center center;
    background-size: 100% 100%;
    transition: all 0.3s ease;
}

    .navbar .container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 15px 20px;
        max-width: 1320px;
        margin: 0 auto;
        gap: 10px;
        height: 100%;
    }

/* FIRST ROW - Logo, Menu, Actions */
.navbar-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1320px;
    position: relative;
    z-index: 1000;
}

/* SECOND ROW - Breadcrumbs */
.navbar-breadcrumbs {
    width: 100%;
    display: flex;
    text-align: left;
    margin: 50px 0px;
    max-width: 1320px;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: white;
}

.breadcrumb-separator {
    color: white;
    font-size: 10px;
    opacity: 0.6;
}

.breadcrumb-link {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s ease;
    padding: 5px 8px;
    border-radius: 4px;
}

    .breadcrumb-link:hover {
        opacity: 0.7;
        text-decoration: none;
        background: rgba(255, 255, 255, 0.1);
    }

.breadcrumb-item.active {
    color: white;
    font-weight: 600;
}

    .breadcrumb-item.active span {
        color: white;
    }

/* ========================================
   LOGO
======================================== */
.nav-brand {
    flex-shrink: 0;
}

    .nav-brand .logo {
        height: 100px;
        width: auto;
        margin: 0px;
        transition: transform 0.3s ease;
    }

    .nav-brand:hover .logo {
        transform: scale(1.05);
    }

/* ========================================
   NAVIGATION MENU
======================================== */


.nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.nav-item {
    position: relative;
}

/* ========================================
   NAVIGATION LINKS
======================================== */
.nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    white-space: nowrap;
   
}

    .nav-link:hover {
        background: rgba(255, 255, 255, 0.4);
        color: #ffffff !important;
        transform: translateY(-2px);
    }

    .nav-link:focus {
        outline: 2px solid rgba(255, 255, 255, 0.2);
        color: #ffffff !important;
        outline-offset: 2px;
    }

/* DROPDOWN ICON */
.dropdown-icon {
    font-size: 12px;
    transition: transform 0.3s ease;
    margin-left: 4px;
}

.custom-dropdown-active .dropdown-icon {
    transform: rotate(180deg);
}

/* ========================================
   CUSTOM DROPDOWN MENU - BEIGE THEME
======================================== */
.has-custom-dropdown {
    color: #c41e3a !important;
}

    .has-custom-dropdown::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 20px;
        background: transparent;
        z-index: 999;
    }

.custom-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    max-width: 350px;
    width: max-content;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(0.95);
    transition: opacity 0.3s ease, visibility 0s linear 0.3s, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 1000;
    list-style: none;
    margin: 0;
    padding: 8px 0;
    margin-top: 8px;
    pointer-events: none;
    overflow: hidden;
    padding-top: 16px;
}

    .custom-dropdown-menu::before {
        content: '';
        position: absolute;
        top: -8px;
        left: 0;
        right: 0;
        height: 8px;
        background: transparent;
    }


    .custom-dropdown-active .custom-dropdown-menu,
    .custom-dropdown-menu.custom-dropdown-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
        pointer-events: auto;
        transition: opacity 0.3s ease, visibility 0s linear 0s, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    }


.custom-dropdown-item {
    margin: 0;
    overflow: hidden;
}

    .custom-dropdown-item:first-child .custom-dropdown-link {
        padding-top: 12px;
    }

.custom-dropdown-link {
    display: block;
    padding: 12px 20px;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    border-radius: 0;
    border-left: 3px solid transparent;
    position: relative;
}

    .custom-dropdown-link:hover {
        background: rgba(255, 255, 255, 0.2);
        color: #ffffff !important;
        border-left: 3px solid #ffffff;
        padding-left: 22px;
    }

    .custom-dropdown-link:focus {
        outline: 2px solid #c41e3a;
        outline-offset: -2px;
        background: rgba(196, 30, 58, 0.05);
    }

/* ========================================
   NAV ACTIONS
======================================== */
.nav-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
    position: relative;
    z-index: 10001;
}

.search-btn,
.accessibility-btn,
.lang-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    z-index: 10001;
}

.lang-toggle {
    width: auto;
    padding: 0 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

    .search-btn:hover,
    .accessibility-btn:hover,
    .lang-toggle:hover {
        background: rgba(255, 255, 255, 0.2);
        transform: translateY(-2px) scale(1.05);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

/* ========================================
   MOBILE MENU TOGGLE
======================================== */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    gap: 4px;
    padding: 0;
    position: relative;
    z-index: 10001;
}

.hamburger-line {
    width: 20px;
    height: 2px;
    background: white;
    border-radius: 1px;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform-origin: center;
}

.mobile-menu-toggle:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.mobile-menu-toggle.menu-open .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.menu-open .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

.mobile-menu-toggle.menu-open .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* ========================================
   HERONULL STYLES (Pages without hero)
======================================== */
.HeroNull .nav-link {
    color: #333;
}

    .HeroNull .nav-link:hover {
        background: rgba(0, 0, 0, 0.05);
        backdrop-filter: blur(20px) saturate(180%);
        -webkit-backdrop-filter: blur(20px) saturate(180%);
        /*border: 1px solid rgba(255, 255, 255, 0.99);*/
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
        color:#000000 !important;
    }

.HeroNull .search-btn,
.HeroNull .accessibility-btn,
.HeroNull .lang-toggle {
    color: #333;
}

.HeroNull .hamburger-line {
    background: #333;
}

.HeroNull .breadcrumb-link {
    color: #333 !important;
}

    .HeroNull .breadcrumb-link:hover {
        color: #c41e3a !important;
        background: rgba(196, 30, 58, 0.1) !important;
    }

.HeroNull .breadcrumb-separator {
    color: #666 !important;
}

/* ========================================
   RESPONSIVE - TABLET
======================================== */
@media (max-width: 1024px) {
    .nav-list {
        gap: 20px;
    }

    .nav-link {
        padding: 10px 12px;
        font-size: 15px;
    }

    .nav-brand .logo {
        height: 80px;
        margin: 0px 40px 0px 0px;
    }
}

/* ========================================
   MOBILE RESPONSIVE - FINAL
======================================== */
@media (max-width: 768px) {
    /* Show mobile toggle */
    .mobile-menu-toggle {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 10001 !important;
    }

    /* Menu - FULL WIDTH with beige background */
    .nav-menu {
        flex: 1;
        display: flex;
        justify-content: center;
        padding: 0px 20px;
        transition: all 0.3s ease;
    }

        .nav-menu.mobile-open {
            transform: translateX(0) !important;
        }

    .nav-list {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        list-style: none !important;
        color: #c41e3a !important;
    }

    .nav-item {
        width: 100% !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    }

    /* Nav links */
    .nav-link {
        width: 100% !important;
        display: flex !important;
        padding: 18px 25px !important;
        justify-content: space-between !important;
        align-items: center !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        border-radius: 0 !important;
         
        transition: all 0.3s ease !important;
        background: transparent !important;
        text-decoration: none !important;
        white-space: nowrap !important;
        cursor: pointer !important;
        border-left: 3px solid transparent !important;
        -webkit-tap-highlight-color: transparent !important;
    }

        /* Hover/Touch effect on ALL nav items */
        .nav-item:hover .nav-link,
        .nav-link:hover,
        .nav-item:active .nav-link,
        .nav-link:active,
        .nav-item:focus-within .nav-link {
            background: rgba(0, 0, 0, 0.8) !important;
            color: #ffffff !important;
            border-left: 3px solid #ffffff !important;
            padding-left: 22px !important;
        }

        .nav-link:focus,
        .nav-link:focus-visible {
            outline: 2px solid white !important;
            outline-offset: -2px !important;
            background: rgba(196, 30, 58, 0.05) !important;
            color: #c41e3a !important;
        }

    /* Media query for touch devices */
    @media (hover: none) and (pointer: coarse) {
        .nav-item:active .nav-link,
        .nav-link:active {
            background: rgba(196, 30, 58, 0.1) !important;
            color: #ffffff !important;
            border-left: 3px solid #c41e3a !important;
            padding-left: 22px !important;
        }
    }

    /* Dropdown icon */
    .dropdown-icon {
        margin-left: auto !important;
        flex-shrink: 0 !important;
        transition: transform 0.3s ease, color 0.3s ease !important;
        color: #c41e3a !important;
    }

    .nav-item:hover .dropdown-icon {
        color: #c41e3a !important;
        transform: scale(1.1) !important;
    }

    .custom-dropdown-active .dropdown-icon {
        transform: rotate(180deg) !important;
    }

    .nav-item:hover.custom-dropdown-active .dropdown-icon {
        transform: rotate(180deg) scale(1.1) !important;
    }

    /* Submenu */
    .custom-dropdown-menu {
        position: static !important;
        width: 100% !important;
        background: rgba(196, 30, 58, 0.1) !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        margin: 0 !important;
        padding: 0 !important;
        max-height: 0 !important;
        overflow: hidden !important;
        transition: max-height 0.4s ease !important;
        pointer-events: auto !important;
        list-style: none !important;
    }

        .custom-dropdown-menu::before {
            display: none !important;
        }

        .custom-dropdown-menu.custom-dropdown-open {
            max-height: 1000px !important;
        }

    .custom-dropdown-item {
        width: 100% !important;
        list-style: none !important;
        margin: 0 !important;
    }

    .custom-dropdown-link {
        display: block !important;
        width: 100% !important;
        padding: 14px 25px 14px 50px !important;
        background: rgba(0, 0, 0, 0.8) !important;
        color: rgba(255, 255, 255, 0.9) !important;
        font-size: 15px !important;
        font-weight: 400 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
        border-left: 3px solid transparent !important;
        transition: all 0.3s ease !important;
        text-decoration: none !important;
         
        cursor: pointer !important;
    }

        .custom-dropdown-link:hover,
        .custom-dropdown-link:active {
            background: rgba(255, 255, 255, 0.15) !important;
            color: white !important;
            border-left: 3px solid white !important;
            padding-left: 55px !important;
        }

        .custom-dropdown-link:active {
            background: rgba(255, 255, 255, 0.2) !important;
        }

    .nav-actions {
        gap: 10px !important;
    }

    .search-btn,
    .accessibility-btn {
        width: 35px !important;
        height: 35px !important;
        font-size: 14px !important;
    }

    .lang-toggle {
        padding: 0 12px !important;
        height: 35px !important;
        font-size: 12px !important;
    }

    .navbar-breadcrumbs {
        margin-top: 5px !important;
    }

    .breadcrumb-item {
        font-size: 11px !important;
    }

    .nav-brand .logo {
        height: 70px !important;
        margin: 0px 20px 0px 0px !important;
    }
}

/* Body scroll lock */
body.menu-open {
    overflow: hidden !important;
}

/* Small mobile - UPDATED */
@media (max-width: 480px) {
    .navbar .container {
        padding: 10px 15px !important;
    }

    .nav-brand .logo {
        height: 50px !important;
        margin: 0px 10px 0px 0px !important;
    }

    .mobile-menu-toggle {
        width: 40px !important;
        height: 40px !important;
    }

    .hamburger-line {
        width: 18px !important;
    }

    .nav-actions {
        gap: 8px !important;
    }

    .search-btn,
    .accessibility-btn {
        width: 32px !important;
        height: 32px !important;
        font-size: 13px !important;
    }

    .lang-toggle {
        padding: 0 10px !important;
        height: 32px !important;
        font-size: 11px !important;
    }

    /* Updated menu width for small screens */
    .nav-menu {
        width: 90vw !important;
    }
}

/* RTL Support */
@media (max-width: 768px) {
    [dir="rtl"] .nav-menu .nav-link {
        right: auto !important;
        left: 0 !important;
        color: #c41e3a !important;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
        border-left: none !important;
        border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
    }

    [dir="rtl"] .nav-menu.mobile-open {
        transform: translateX(0) !important;
        color: #c41e3a !important;
    }

    [dir="rtl"] .dropdown-icon {
        margin-left: 0 !important;
        margin-right: auto !important;
    }

    [dir="rtl"] .nav-item:hover .nav-link,
    [dir="rtl"] .nav-link:hover,
    [dir="rtl"] .nav-item:active .nav-link,
    [dir="rtl"] .nav-link:active {
        padding-right: 22px !important;
        padding-left: 25px !important;
        border-left: none !important;
        border-right: 3px solid #c41e3a !important;
        color: #c41e3a !important;
    }

    [dir="rtl"] .custom-dropdown-item:hover .custom-dropdown-link,
    [dir="rtl"] .custom-dropdown-link:hover,
    [dir="rtl"] .custom-dropdown-item:active .custom-dropdown-link,
    [dir="rtl"] .custom-dropdown-link:active {
        border-left: none !important;
        border-right: 3px solid transparent !important;
        padding-right: 20px !important;
        padding-left: 25px !important;
        color: #ffffff !important;
    }
    
}
[dir="rtl"] .custom-dropdown-link:hover {
    border-right: 3px solid #ffffff !important;
    border-left: 0px !important;
    padding-right: 22px !important;
    color: #ffffff !important;
}
/* Accessibility */
.nav-menu:focus-within .custom-dropdown-active .custom-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .nav-link,
    .custom-dropdown-menu,
    .mobile-menu-toggle,
    .hamburger-line
      {
        transition: none !important;
    }
}
/* Default: Breadcrumb active state for pages WITH hero image (white) */
.navbar-breadcrumbs .breadcrumb-item.active,
.navbar-breadcrumbs .breadcrumb-item.active span,
.navbar-breadcrumbs .breadcrumb-active {
    color: white !important;
}

/* Override: Breadcrumb active state for pages WITHOUT hero image (black) */
.navbar-breadcrumbs.breadcrumbs-heronull .breadcrumb-item.active,
.navbar-breadcrumbs.breadcrumbs-heronull .breadcrumb-item.active span,
.navbar-breadcrumbs.breadcrumbs-heronull .breadcrumb-active {
    color: #333 !important;
}
.breadcrumb-active-heronull {
    color: #333 !important;
}


/* ========================================
   TERMS & CONDITIONS PAGE STYLES
======================================== */

.Dynamicinneroverview {
    padding: 0px 0px 80px 0px;
    background: #f8f9fa;
}

.Dynamicinneroverview-content {
    max-width: 1320px;
    margin: 0 auto;
}

.terms-content-box {
    
    border-radius: 16px;
     
   
}

.Dynamicinneroverview-text h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 40px;
    text-align: left;
    line-height: 1.2;
}

.Dynamicinneroverview-text > p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
    text-align: justify;
}

/* ========================================
   TERMS SECTIONS WITH NUMBERED ICONS
======================================== */

.terms-section {
    background: #ffffff;
    border-radius: 12px;
    padding: 35px;
    margin-bottom: 30px;
    border: 1px solid #e8e8e8;
    transition: all 0.3s ease;
    position: relative;
}

    .terms-section:hover {
        box-shadow: 0 6px 25px rgba(196, 30, 58, 0.1);
        border-color: rgba(196, 30, 58, 0.2);
        transform: translateY(-3px);
    }

.terms-section-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
}

.terms-section-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #c41e3a 0%, #a01830 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(196, 30, 58, 0.3);
    position: relative;
}

    .terms-section-icon::after {
        content: '';
        position: absolute;
        inset: -4px;
        background: linear-gradient(135deg, #c41e3a 0%, #a01830 100%);
        border-radius: 14px;
        z-index: -1;
        opacity: 0.3;
        filter: blur(8px);
    }

.terms-section-title-wrapper {
    flex: 1;
}

.terms-section-title {
    font-size: 24px;
    font-weight: 700;
    color: #c41e3a;
    margin-bottom: 8px;
    line-height: 1.3;
}

.terms-section-intro {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 0;
}

.terms-section-content {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    padding-left: 80px;
}

/* ========================================
   BULLET POINTS STYLING
======================================== */

.terms-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .terms-bullets li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 18px;
        font-size: 16px;
        line-height: 1.7;
        color: #555;
    }

        .terms-bullets li::before {
            content: '•';
            position: absolute;
            left: 10px;
            color: #c41e3a;
            font-size: 20px;
            font-weight: 700;
            line-height: 1.7;
        }

        .terms-bullets li strong {
            color: #1a1a1a;
            font-weight: 600;
        }

/* ========================================
   CHAIRMAN SIGNATURE SECTION
======================================== */

.chairman-signature-Mines {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid #e8e8e8;
    text-align: left;
}

    .chairman-signature-Mines h4 {
        font-size: 20px;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 8px;
    }

    .chairman-signature-Mines p {
        font-size: 16px;
        color: #777;
        margin-bottom: 0;
        font-style: italic;
    }

/* ========================================
   CONTENT IMAGE
======================================== */

.content-image {
    margin: 40px 0;
    text-align: center;
}

    .content-image img {
        max-width: 100%;
        height: auto;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

/* ========================================
   RESPONSIVE DESIGN
======================================== */

@media (max-width: 992px) {
    .terms-content-box {
        padding: 40px;
    }

    .Dynamicinneroverview-text h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .terms-section {
        padding: 25px;
    }

    .terms-section-content {
        padding-left: 0;
        margin-top: 20px;
    }

    .terms-section-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .terms-section-title {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .Dynamicinneroverview {
        padding: 60px 0;
    }

    .terms-content-box {
        padding: 30px 20px;
        border-radius: 12px;
    }

    .Dynamicinneroverview-text h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .terms-section-header {
        flex-direction: column;
        gap: 15px;
    }

    .terms-section-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .terms-section-title {
        font-size: 18px;
    }

    .terms-section-intro,
    .terms-section-content,
    .Dynamicinneroverview-text > p {
        font-size: 14px;
    }

    .terms-bullets li {
        font-size: 14px;
        padding-left: 25px;
    }

    .chairman-signature-Mines {
        margin-top: 40px;
        padding-top: 30px;
    }
    .custom-dropdown-link {
        display: block !important;
        width: 100% !important;
        color: rgba(255, 255, 255, 0.9) !important;
        font-size: 15px !important;
        font-weight: 400 !important;
        cursor: pointer !important;
        padding: 14px 25px 14px 50px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
        border-left: 3px solid transparent !important;
        transition: 0.3s !important;
        text-decoration: none !important;
        background: rgba(0, 0, 0, 0.8);
    }
        .custom-dropdown-link:hover {
            display: block !important;
            width: 100% !important;
            color: rgba(255, 255, 255, 0.9) !important;
            font-size: 15px !important;
            font-weight: 400 !important;
            cursor: pointer !important;
            padding: 14px 25px 14px 50px !important;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
            border-left: 3px solid transparent !important;
            transition: 0.3s !important;
            text-decoration: none !important;
            background: rgba(125, 125, 125, 0.55) !important;
        }
}

@media (max-width: 480px) {
    .terms-content-box {
        padding: 20px 15px;
    }

    .Dynamicinneroverview-text h2 {
        font-size: 24px;
    }

    .terms-section {
        padding: 20px 15px;
    }
}

/* ========================================
   RTL SUPPORT
======================================== */

[dir="rtl"] .Dynamicinneroverview-text h2,
[dir="rtl"] .terms-section-title,
[dir="rtl"] .chairman-signature-Mines {
    text-align: right;
}

[dir="rtl"] .terms-section-content {
    padding-left: 0;
    padding-right: 80px;
}

[dir="rtl"] .terms-bullets li {
    padding-left: 0;
    padding-right: 30px;
}

    [dir="rtl"] .terms-bullets li::before {
        left: auto;
        right: 10px;
    }

@media (max-width: 992px) {
    [dir="rtl"] .terms-section-content {
        padding-right: 0;
    }
}

/* ========================================
   LOADING & ERROR STATES
======================================== */

.loading-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    padding: 60px 20px;
}

.hero-loading,
.hero-error {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    padding: 40px 20px;
}
/* ========================================
   RTL SUPPORT - NAVIGATION MENU
======================================== */

[dir="rtl"] .nav-list {
    text-align: right;
}

[dir="rtl"] .nav-link {
    flex-direction: row-reverse;
}

[dir="rtl"] .dropdown-icon {
    margin-left: 0;
    margin-right: 4px;
}

[dir="rtl"] .nav-menu {
    justify-content: center;
}

[dir="rtl"] .navbar-top {
    flex-direction: row-reverse;
}

[dir="rtl"] .nav-actions {
    flex-direction: row-reverse;
}

[dir="rtl"] .custom-dropdown-menu {
    left: auto;
    right: 0;
    text-align: right;
}
/* ========================================
   HERONULL DROPDOWN STYLES
======================================== */
.HeroNull .custom-dropdown-menu {
    background: rgba(0, 0, 0, 0.05);
     backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.99);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); 
}

.HeroNull .custom-dropdown-link {
    color: #555555 !important;
}

    .HeroNull .custom-dropdown-link:hover {
        background: rgba(255, 255, 255, 0.3);
        color: #000000 !important;
        border-left: 3px solid #e8e1d8;
    }

    .HeroNull .custom-dropdown-link:focus {
        outline: 2px solid #ffffff;
        outline-offset: -2px;
        background: rgba(255, 255, 255, 0.1);
    }

/* RTL Support for HeroNull Dropdown */
[dir="rtl"] .HeroNull .custom-dropdown-link {
    border-left: none;
    border-right: 3px solid transparent;
}

    [dir="rtl"] .HeroNull .custom-dropdown-link:hover {
        border-left: none;
        border-right: 3px solid #ffffff;
        padding-right: 22px;
        padding-left: 20px;
    }
/* ========================================
   LANGUAGE TOGGLE - FONT SPECIFIC
======================================== */

/* English site - Arabic text button */
[dir="ltr"] .lang-toggle {
    font-family: 'JF Flat Regular', Arial, sans-serif;
}

/* Arabic site - English text button */
[dir="rtl"] .lang-toggle {
    font-family: 'Century Gothic', sans-serif !important;
}