.banner-three-box-clip-area .right-thumbnail:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: hsl(25deg 91% 54% / 20%);
    z-index: 1;
}

.theme-color {
    color: var(--color-primary);
}

.footer-logo {
    width: 180px;
}

.fw-600 {
    font-weight: 600;
}

.disc2 {
    font-size: 18px;
    max-width: 1080px;
    text-align: center;
    color: #000000;
    font-weight: 400;
    margin: 0 auto 18px auto;
}

.sticky-statement .icon img {
    width: 162px;
}

.sticky-statement .content .disc {
    margin-top: 12px
}

img.vendor-image-single {
    max-width: 60%;
    height: auto;
}

.text-left {
    text-align: left !important;
}

.form-row {
    display: flex;
    gap: 15px; /* spacing between inputs */
    /* margin-bottom: 15px; */
}

.form-row input {
    flex: 1; /* equal width */
}

/* Stack on small screens */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
    .single-location-card {
        padding: 15px 60px !important;
    }
}

a.certificate_link {
    font-size: 18px;
    font-weight: 500;
    color: #0472ff;
}

.event-filter-tabs {
    text-align: center;
    margin-bottom: 3rem;
}

.tab-navigation {
    display: block;
    margin-bottom: 2rem;
}

.tab-btn {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    color: #495057;
    padding: 12px 24px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
    width: auto;
    margin: .4rem 0px;
}

.tab-btn:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: white;
    transform: translateY(-2px);
}

.tab-btn.active {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: white;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

[data-event] {
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .tab-navigation {
        flex-direction: column;
        align-items: center;
    }
    
    .tab-btn {
        width: auto;
        max-width: 300px;
    }
    .footer-two-single-wized a.rts-btn {
        margin-bottom: 30px;
    }
}

.single-brand.bg-black {
    background-color: #000000;
}

.single-brand.bg-gray {
    background-color: #1a1a1a;
}

.single-brand.vendor-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px; /* same container height for all */
}

.policy-content h2 {
    font-size: 32px !important;
    margin-bottom: 10px;
}

.policy-content p {
    font-size: 16px !important;
    margin-bottom: 5px;
}

section.policy-content {
    margin-bottom: 30px !important;
}

img.working_process_icon, img.solution-icon {
    max-width: 64px;
}

.video_background {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* makes it behave like a background */
    z-index: -1; /* keeps it behind the content */
}

.home_banner {
    position: relative;
    background: url('assets/images/banner-fallback.jpg') no-repeat center center / cover;
}

.home_banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
}

.home_banner h1, .home_banner p.disc {
    color: #FFFFFF;
    position: relative;
}

.cta-home:before {
    content: '';
    background: rgb(0 0 0 / 50%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* Event Gallery Pagination Styles */
.gallery-item {
    display: none;
}

.gallery-item.show {
    display: block;
}

/* Ensure smooth transitions */
.gallery-item {
    transition: opacity 0.3s ease;
}

.load-more-container {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

/* .load-more-btn {
    background: var(--color-primary);
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
    width: auto;
}

.load-more-btn:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
} */

.load-more-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.load-more-btn.loading {
    background: #6c757d;
    cursor: not-allowed;
}

.load-more-btn.loading::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
    margin-left: 10px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.pagination-info {
    text-align: center;
    margin-top: 1rem;
    color: #6c757d;
    font-size: 14px;
}

.f5-logo img {
    max-width: 25% !important;
}

.logo-big img {
    max-width: 80% !important;
}

.socradar-logo img {
    filter: drop-shadow(0px 0px 4px black); 
}

.ceo-img {
    border-radius: 50%;
    border: 3px solid #f47820;
}

img.footer-flags {
    width: 38px;
    margin-bottom: 15px;
}

.our-locations-area {
    text-align: center;
}

.our-locations-area h5 {
    font-size: 22px !important;
    margin-bottom: 4px;
}

.single-location-card {
    padding: 30px 20px 60px 20px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.single-location-card:hover {
    transform: translateY(-5px);
}

.single-location-card .location-name {
    font-weight: 600;
    margin-bottom: 8px;
}

.single-location-card .location-address {
    font-size: 16px;
    color: #1C2539;
    margin-bottom: 10px;
}

.single-location-card .location-phone:hover {
    text-decoration: underline;
}
