/* Target the VC row with specific attributes */
.vc_row[data-vc-full-width="true"][data-vc-full-width-init="true"][data-vc-stretch-content="true"] {
    overflow: visible !important;
}

/* Target the VC column inside that row */
.vc_row[data-vc-full-width="true"][data-vc-full-width-init="true"][data-vc-stretch-content="true"] .wpb_column {
    overflow: visible !important;
}


/* GBC Auth Navigation Styles */
.gbc-auth-nav-container {
    position: relative;
    font-family: inherit;
    background-color: #8f2424; /* Dark blue background */
	margin-top:32px !important;
}

.gbc-auth-nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    margin-right: 50px !important;
    margin-left: 50px !important;
}

.gbc-auth-nav-item {
    position: relative;
    margin: 0 10px;
    text-transform: uppercase; /* Force uppercase */
    font-weight: 600;
    letter-spacing: 1px;
}

.gbc-auth-nav-item a {
    color: #ffffff; /* Light gray color */
    text-decoration: none;
    display: block;
    padding: 15px 20px;
    transition: all 0.3s ease;
}

.gbc-auth-nav-item a:visited {
    color: #bdc3c7; /* Visited link color */
}

.gbc-auth-nav-item a:hover {
    color: #f39c12; /* Hover color (orange) */
    background-color: rgba(255, 255, 255, 0.1);
}

.gbc-auth-nav-user-dropdown {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 15px 20px;
    color: #ecf0f1;
}

.gbc-auth-nav-user-dropdown:hover {
    color: #f39c12;
}

.gbc-auth-nav-user-greeting {
    margin-right: 5px;
    text-transform: uppercase;
}

.gbc-auth-nav-dropdown-trigger {
    display: flex;
    align-items: center;
}

.gbc-auth-nav-dropdown-icon {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid currentColor;
}

.theiaPostSlider_slides > div {
    overflow: visible !important;
}

.gbc-auth-nav-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: #ffffff; /* Darker blue for dropdown */
    min-width: 180px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    list-style: none;
    padding: 0px 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
    text-transform: uppercase;
}

.gbc-auth-nav-user-dropdown:hover .gbc-auth-nav-dropdown {
    opacity: 1;
    visibility: visible;
}

.gbc-auth-nav-dropdown li a {
    padding: 10px 20px;
    color: #34495e;
    display: block;
}

.gbc-auth-nav-dropdown li a:hover {
    background-color: #8f2424;
    color: #f39c12;
}

/* Mobile Toggle Styles */
.gbc-auth-nav-mobile-toggle {
    display: none;
    cursor: pointer;
    padding: 15px 20px;
    color: #ecf0f1;
}

.gbc-auth-nav-toggle-icon {
    display: block;
    width: 25px;
    height: 2px;
    background: currentColor;
    position: relative;
}

.gbc-auth-nav-toggle-icon::before,
.gbc-auth-nav-toggle-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: currentColor;
    left: 0;
    transition: all 0.3s ease;
}

.gbc-auth-nav-toggle-icon::before {
    top: -8px;
}

.gbc-auth-nav-toggle-icon::after {
    bottom: -8px;
}

/* Mobile-specific styles */
.gbc-auth-nav-mobile-profile,
.gbc-auth-nav-mobile-logout {
    display: none;
}

@media (max-width: 991px) {
    .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
        z-index: unset !important;
    }
}

/* Responsive Styles */
@media (max-width: 991px) {
	
    .gbc-auth-nav-mobile-toggle {
        display: block;
    }
    
    .gbc-auth-nav-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background: #8f2424;
        box-shadow: 0 5px 10px rgba(0,0,0,0.2);
        z-index: 999999 !important;
    }
    
    .gbc-auth-nav-menu.active {
        display: flex;
        z-index: 1000;
    }
    
    .gbc-auth-nav-item {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #ffffff;
    }
    
    .gbc-auth-nav-user-dropdown {
        display: none;
    }
    
    .gbc-auth-nav-mobile-profile,
    .gbc-auth-nav-mobile-logout {
        display: block;
    }
    
    .gbc-auth-nav-dropdown {
        display: none !important;
    }
    
    .gbc-auth-nav-mobile-toggle.active .gbc-auth-nav-toggle-icon {
        background: transparent;
    }
    
    .gbc-auth-nav-mobile-toggle.active .gbc-auth-nav-toggle-icon::before {
        transform: rotate(45deg);
        top: 0;
    }
    
    .gbc-auth-nav-mobile-toggle.active .gbc-auth-nav-toggle-icon::after {
        transform: rotate(-45deg);
        bottom: 0;
    }
}

/* Header Logo Section - Responsive Styles */
.header-logo-section {
    background-color: #8f2424 !important;
    padding: 40px 0 !important;
    text-align: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.logo-wrapper {
    margin: 0 auto !important;
    max-width: 100% !important;
}

.logo-img {
    max-width: 300px !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
}

@media (max-width: 768px) {
    .logo-img {
        max-width: 200px !important;
    }
}

@media (max-width: 480px) {
    .logo-img {
        max-width: 150px !important;
    }
}

/* Footer Logo Section */
.footer-logo-section {
    background-color: #8f2424 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.footer-contact-text {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.vc_single_image-wrapper {
    margin: 0 auto;
    display: inline-block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .vc_single_image-img {
        max-width: 250px !important;
        height: auto !important;
    }
    
    .footer-contact-text p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .vc_single_image-img {
        max-width: 200px !important;
    }
    
    .vc_empty_space {
        height: 20px !important;
    }
}