/* Custom Styles for Video Banner */

/* Banner Video Background */
.banner__video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.banner__video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner__video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(17, 46, 21, 0.85) 0%, rgba(17, 46, 21, 0.7) 100%);
    z-index: 1;
}

/* Adjust banner area for video */
.banner__area {
    position: relative;
    min-height: 850px;
    display: flex;
    align-items: center;
}

.banner__area .container {
    position: relative;
    z-index: 2;
}

.banner__area .banner__bg {
    display: none;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .banner__area {
        min-height: 700px;
    }
}

@media (max-width: 767px) {
    .banner__area {
        min-height: 600px;
    }
}

/* Language Switcher */
.language-switcher .dropdown-toggle {
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.language-switcher .dropdown-toggle:hover {
    background: #f5f5f5;
    border-color: #112E15;
    color: #112E15;
}

.language-switcher .dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

.language-switcher .dropdown-menu {
    min-width: 120px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.language-switcher .dropdown-item {
    padding: 10px 15px;
    font-size: 14px;
    color: #333 !important;
    transition: all 0.2s ease;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    text-align: left !important;
}

.language-switcher .dropdown-item:hover {
    background: #112E15 !important;
    color: #fff !important;
}

.language-switcher .dropdown-menu {
    min-width: 150px;
    list-style: none;
    padding: 5px 0;
}

.language-switcher .dropdown-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.language-switcher .dropdown-item img {
    width: 22px !important;
    height: 14px !important;
    margin: 0 !important;
    border: 1px solid #eee;
    border-radius: 2px;
    object-fit: cover;
}

.language-switcher .dropdown-toggle img {
    width: 22px !important;
    height: 14px !important;
    margin-right: 8px !important;
    border: 1px solid #eee;
    border-radius: 2px;
    object-fit: cover;
}

/* Mobile Language Switcher */
.tgmobile__menu-language {
    margin: 20px 0;
    padding: 0 20px;
}

.tgmobile__menu-language .list-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.tgmobile__menu-language li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.tgmobile__menu-language li a.active {
    background: #112E15;
    color: #fff;
    border-color: #112E15;
}

.tgmobile__menu-language li a img {
    width: 20px;
    height: 13px;
    object-fit: cover;
    border-radius: 2px;
}

/* Footer Custom Colors */
.footer__area-two {
    background-color: var(--tg-theme-secondary) !important;
}

.footer__bottom-two {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.footer__top-two {
    padding: 80px 0 60px !important;
}

.footer__widget-link-two li a, 
.footer__widget-link-two li,
.footer__contact .list-wrap li,
.footer__contact .list-wrap li a,
.footer__newsletter-two span {
    color: rgba(255, 255, 255, 0.8) !important;
}

.footer__widget-link-two li a:hover,
.footer__contact .list-wrap li a:hover {
    color: var(--tg-color-white-default) !important;
}

.footer__widget-title-two {
    color: var(--tg-color-white-default) !important;
}

.footer__social-two .list-wrap li a {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.footer__social-two .list-wrap li a:hover {
    background-color: var(--tg-theme-primary) !important;
}

.footer__social-two .list-wrap li a img {
    filter: brightness(0) invert(1);
}
