/* Base Styles */
body {
    background: #d9d9d9 url(../images/body_bg.jpg) repeat-y top center;
    color: #444;
}

/* Typography */
a {
    color: #830007;
    background: transparent;
    text-decoration: none;
    display: inline-block;
}

a:hover, a:focus {
    color: #444;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #830007;
    text-transform: uppercase;
}

@media (width >= 1200px) {
    h1, .h1 {
        font-size: 1.8rem;
    }
    h2, .h2 {
        font-size: 1.4rem;
    }
}

/* Container Width */
@media (width >= 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1120px;
    }
}

/* Images */
img {
    max-width: 100%;
    height: auto;
}

#mod-custom133 img, .hero-image img {
    height: 250px;
}

/* Header and Navigation */
#megaMenu {
    background: #fff;
}

.nav-link {
    text-transform: uppercase;
    font-weight: 600;
    color: #830007;
    padding: 10px;
}

.nav-link:hover {
    text-decoration: none;
    background: #eee;
    color: #830007;
}

.dropdown-menu {
    border-radius: 0;
    border: none;
    width: 300px;
}

.dropdown-menu .nav-link {
    color: #6a6a6a;
    text-transform: capitalize;
}

.dropdown-menu .nav-link:hover {
    background: #f2f2f2;
    color: #830007;
}

/* Menu Trigger Button */
.menu-trigger {
    display: none;
    align-items: center;
    background: #830007;
    color: #fff;
    padding: 8px 15px;
    cursor: pointer;
    margin: 10px 0;
}

.menu-text {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 10px;
}

.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 20px;
    height: 16px;
}

.hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
}

/* Navigation Styles */

.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    background: #fff;
}

.menu-item {
    position: relative;
}

.menu-link {
    padding: 15px 10px;
    display: block;
    color: #830007;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.menu-link:hover {
    background: #eee;
    color: #830007;
    text-decoration: none;
}

/* Desktop Dropdown */
@media (min-width: 992px) {
    .has-submenu:hover .submenu {
        display: block;
    }

    .submenu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 300px;
        background: #fff;
       
        padding: 0;
        margin: 0;
        list-style: none;
        z-index: 100;
    }

    .submenu .menu-link {
        color: #6a6a6a;
        text-transform: capitalize;
        padding: 10px 15px;
    }

    .submenu .menu-link:hover {
        background: #f2f2f2;
        color: #830007;
    }

    .toggle-submenu {
        display: none;
    }
}


/* Mobile Menu */
@media (max-width: 991px) {
    .menu-trigger {
        display: flex;
        align-items: center;
        background: #830007;
        color: #fff;
        border: none;
        padding: 8px 15px;
        width: 100%;
    }

    .menu-text {
        margin-right: 10px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .menu-icon span {
        display: block;
        width: 20px;
        height: 2px;
        background: #fff;
        margin: 4px 0;
    }

    .nav-wrapper {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 1000;
        transition: left 0.3s ease;
        overflow-y: auto;
    }

    .nav-wrapper.active {
        left: 0;
    }

    .mobile-menu-header {
        padding: 15px;
        text-align: right;
        border-bottom: 1px solid #eee;
    }

    .menu-close {
        background: none;
        border: none;
        font-size: 30px;
        color: #830007;
    }

    .nav-menu {
        display: block;
    }

    .menu-item {
        border-bottom: 1px solid #eee;
    }

    .toggle-submenu {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        background: none;
        border: none;
        color: #830007;
        font-size: 24px;
    }

    .submenu {
        display: none;
        background: #f8f8f8;
        list-style: none;
        padding-left: 20px;
        margin: 0;
    }
}

/* Content Area */
main.content {
    margin: 3px 0;
}

.mb-30 {
    margin: 30px 0!important;
}
/* Language Switcher */
div.mod-languages a {
    padding: 0 !important;
}

div.mod-languages ul li.lang-active {
    background: none !important;
}

/* Partners Module */
#mod-custom93 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: white;
    height: 100%;
    text-align: center;
}

#mod-custom93 img {
    margin: 10px;
    max-width: 100%;
    height: auto;
    background-color: white;
    padding: 5px;
}

/* Footer */
.footer {
    color: #444;
}

.footer a {
    color: #444;
}

/* Tables */
table {
    width: 100%;
    border-collapse: collapse;
    color: #444444;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    margin: 0 0 1.35714em 0;
}

tbody td {
    text-align: left;
    border-top: 1px solid #ccc;
}

th, td {
    line-height: 1.5em;
    vertical-align: top;
    padding: 0.71429em 0.5em;
}

tbody tr:hover th, tbody tr:hover td {
    background: #f8f8f8;
}

/* Buttons */
.bfQuickMode input[type="submit"],
.bfQuickMode input[type="reset"],
.bfQuickMode .bfNextButton,
.bfQuickMode .bfSubmitButton,
.bfQuickMode .bfCancelButton,
a.button {
    padding: 1em 1.5em;
    display: inline-block;
    border: 0;
    border-radius: 3px;
    background: #830007;
    font-size: 90%;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    margin: 1em 5px;
    cursor: pointer;
    transition: height 1s ease-in-out, background 0.5s;
    text-decoration: none;
}

/* Video Player */
#movie_player {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #000;
}

#movie_player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-container {
  position: relative;
  width: 100%; /* Full width */
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; /* Remove iframe border */
}
#sb-title {
  display: none;
}