/* BusiBell Brand Color Overrides */
:root {
    --accent-color: #F06927 !important;
    --accent-color-2: #e05a1f !important;
    --accent-color-3: #F06927 !important;
    --bs-primary: #F06927;
    --bs-primary-rgb: 240, 105, 39;
    --busibell-orange: #F06927;
}

/* Bootstrap Primary Color Override */
.btn-primary {
    background-color: #F06927 !important;
    border-color: #F06927 !important;
    color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #e05a1f !important;
    border-color: #e05a1f !important;
}

.text-primary {
    color: #F06927 !important;
}

.bg-primary {
    background-color: #F06927 !important;
}

.border-primary {
    border-color: #F06927 !important;
}

/* Links */
a {
    color: #F06927;
}

a:hover {
    color: #e05a1f;
}

/* Form Controls Focus */
.form-control:focus,
.form-select:focus {
    border-color: #F06927;
    box-shadow: 0 0 0 0.25rem rgba(240, 105, 39, 0.25);
}

/* Navbar Active Link */
.nav-link.active {
    color: #F06927 !important;
}

/* Badges */
.badge.bg-primary {
    background-color: #F06927 !important;
}

/* Progress Bars */
.progress-bar {
    background-color: #F06927 !important;
}

/* Card Hover Effects */
.card {
    /* transition: all 0.3s ease; */
}

.card:hover {
    /* transform: translateY(-8px); */
    box-shadow: 0 8px 24px rgba(240, 105, 39, 0.15) !important;
}

/* Service Card Hover */
.service-card {
    transition: all 0.3s ease;
    border: none;
}

.service-card:hover {
    box-shadow: 0 8px 24px rgba(240, 105, 39, 0.12);
    border-color: #F06927;
}

/* Why Choose Cards */
.card-why-choose {
    transition: all 0.3s ease;
}

.card-why-choose:hover {
    box-shadow: 0 6px 20px rgba(240, 105, 39, 0.1);
    border-color: #F06927;
}

/* Talk/Tour/Hotel Cards */
.talk-card,
.tour-card,
.hotel-card {
    transition: all 0.3s ease;
}

.talk-card:hover,
.tour-card:hover,
.hotel-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}

/* Blog Card Hover */
.blog-card {
    transition: all 0.3s ease;
}

.blog-card:hover {
    box-shadow: 0 8px 24px rgba(240, 105, 39, 0.1) !important;
}

/* Button Gradient Hover Effect */
.btn-accent {
    position: relative;
    overflow: hidden;
}

.btn-accent .gradient-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.btn-accent .gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.btn-accent:hover .gradient {
    animation: shimmer 0.8s ease-in-out;
}

/* Section Padding Adjustments for Better Proportions */
.section {
    padding: 4rem 2rem;
    /* Reduced from 6em to 4rem for better spacing */
}

.section.hero-section {
    padding: 3rem 2rem 4rem 2rem;
    /* Slightly less for hero */
}

.section.marquee {
    padding: 2rem 2rem;
    /* Minimal padding for marquee */
}

.section.bg-cta {
    padding: 4rem 2rem 0 2rem;
    /* CTA with no bottom padding */
}

/* Container Max-Width Override for Mobile */
.r-container {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* Card Padding Optimization */
.card-why-choose,
.card-services,
.card-industry,
.card-about,
.card-blog {
    padding: 1.5rem;
}

/* Responsive Fixes */
@media (max-width: 768px) {
    .section {
        padding: 2.5rem 1rem;
        /* Reduced padding on mobile */
    }

    .section.hero-section {
        padding: 2rem 1rem 2.5rem 1rem;
    }

    .r-container {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-collapse {
        background-color: #fff;
        padding: 15px;
        border-radius: 8px;
        margin-top: 10px;
    }

    /* Card styling on mobile */
    .card-why-choose,
    .card-services,
    .card-industry {
        padding: 1rem;
    }
}

/* ========================================
   Button Size Fixes - Match Visora Template
   ======================================== */

/* Default button sizing */
.btn {
    padding: 0.5rem 1rem !important;
    font-size: 0.875rem !important;
}

.btn-sm {
    padding: 0.375rem 0.75rem !important;
    font-size: 0.8125rem !important;
}

.btn-lg {
    padding: 0.625rem 1.25rem !important;
    font-size: 1rem !important;
}

/* Header buttons specifically */
.navbar .btn {
    padding: 0.5rem 1rem !important;
    font-size: 0.875rem !important;
}

/* Accent button sizing */
.btn.btn-accent {
    padding: 0.625rem 1.5rem !important;
    font-size: 0.9rem !important;
}

.btn.btn-accent.orange {
    padding: 0.625rem 1.5rem !important;
}

/* Hero section buttons */
.hero-section .btn {
    padding: 0.75rem 1.5rem !important;
    font-size: 0.9375rem !important;
}

/* Service card buttons */
.service-card .btn {
    padding: 0.375rem 0.75rem !important;
    font-size: 0.8125rem !important;
}

/* ========================================
   LANGUAGE SWITCHER - PILL STYLE
   ======================================== */
.lang-pill-group {
    background: #fff;
    border-radius: 30px;
    padding: 3px;
    border: 2px solid #F06927;
    display: flex;
    gap: 0;
    overflow: hidden;
}

.lang-pill-group form {
    display: inline-flex;
    margin: 0;
}

.lang-pill {
    border-radius: 25px !important;
    padding: 6px 14px !important;
    font-size: 13px !important;
    font-weight: 600;
    border: none !important;
    background: transparent !important;
    color: #F06927;
    transition: all 0.3s ease;
    line-height: 1;
    margin: 0;
    cursor: pointer;
}

.lang-pill:hover {
    color: #e05a1f;
    background: rgba(240, 105, 39, 0.1) !important;
}

.lang-pill.active {
    background: #F06927 !important;
    color: white !important;
    box-shadow: none;
}

.lang-pill:focus {
    box-shadow: none !important;
    outline: none !important;
}

/* Remove Bootstrap button gradient effects */
.lang-pill-group .btn {
    box-shadow: none !important;
}

/* Language Switcher Container */
.lang-pills {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

/* Language Switcher Responsive */
@media (max-width: 1199px) {
    .lang-pills {
        margin: 1rem auto !important;
        justify-content: center;
    }
    
    .lang-pill-group {
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .lang-pill-group {
        padding: 2px;
    }
    
    .lang-pill {
        padding: 5px 12px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 380px) {
    .lang-pill {
        padding: 4px 10px !important;
        font-size: 11px !important;
    }
}

/* ========================================
   PHONE INPUT RTL FIX
   ======================================== */
.login-section .input-group,
.register-section .input-group {
    direction: ltr;
}

.login-section .input-group .form-select,
.register-section .input-group .form-select {
    width: auto;
    min-width: 100px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.login-section .input-group .form-control,
.register-section .input-group .form-control {
    direction: ltr;
    text-align: left;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

/* ========================================
   WELCOME SECTION RESPONSIVE
   ======================================== */
.welcome-section {
    padding: 4rem 0;
}

.welcome-section .hero-title {
    font-size: 2.5rem;
}

@media (max-width: 768px) {
    .welcome-section .hero-title {
        font-size: 1.75rem;
        text-align: center;
    }

    .welcome-section .hero-subtitle {
        text-align: center;
    }

    .welcome-section .d-flex {
        justify-content: center;
    }

    .welcome-section .hero-stats {
        margin-top: 2rem;
    }
}

/* ========================================
   FIX: SCROLL ANIMATION BOUNCING
   ======================================== */

/* Prevent elements from jumping/bouncing by keeping them stable after animation */
.scrollanimation {
    /* Start invisible but don't move */
    opacity: 0;
    /* Disable the library's re-animation behavior */
    animation-fill-mode: forwards !important;
    /* Smooth transition instead of harsh re-animation */
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

/* When animated class is added, show the element */
.scrollanimation.animated {
    opacity: 1;
}

/* Once an element has been animated, keep it visible and stable */
.scrollanimation.fadeInUp,
.scrollanimation.fadeIn,
.scrollanimation.fadeInDown,
.scrollanimation.fadeInLeft,
.scrollanimation.fadeInRight {
    opacity: 1 !important;
    transform: none !important;
    animation-iteration-count: 1 !important;
}

/* Prevent re-triggering of animations on scroll */
.scrollanimation[class*="fadeIn"] {
    animation-fill-mode: forwards !important;
    -webkit-animation-fill-mode: forwards !important;
}

/* Override animate.css to ensure elements stay in final state */
.animated.fadeInUp {
    animation-fill-mode: both !important;
    -webkit-animation-fill-mode: both !important;
}

/* Delay classes - keep them but ensure stability */
.scrollanimation.adr-5 {
    animation-delay: 0.1s;
}

.scrollanimation.adl-1 {
    animation-delay: 0.15s;
}

.scrollanimation.adl-2 {
    animation-delay: 0.2s;
}

.scrollanimation.adl-3 {
    animation-delay: 0.25s;
}

.scrollanimation.adl-4 {
    animation-delay: 0.3s;
}

.scrollanimation.adl-5 {
    animation-delay: 0.35s;
}

/* Once animation is complete, lock element in place */
.scrollanimation.animation-complete {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
}

/* Ensure smooth initial appearance without jarring jumps */
.scrollanimation.animated:not(.animation-complete) {
    will-change: opacity, transform;
}

/* ========================================
   About Page - Card Services Hexagonal Style
   ======================================== */

.card-services-about {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.card-services-about:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(240, 105, 39, 0.15);
}

.card-services-about .icon-box-hexagon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: #F06927;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.card-services-about:hover .icon-box-hexagon {
    transform: rotate(10deg) scale(1.1);
    background: #d55a1f;
}

.card-services-about .icon-box-hexagon svg {
    width: 24px;
    height: 24px;
}

.card-services-about .content-services h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
    color: #1a1a1a;
}

.card-services-about .content-services p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

/* ========================================
   Hero Video Banner - 3 Vertical Videos Background
   ======================================== */

.video-hero-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 800px;
    margin: 0;
    padding: 0;
}

.hero-video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: flex;
    gap: 0;
}

.hero-video-background .hero-video-tile {
    position: relative;
    flex: 1;
    width: 33.333%;
    height: 100%;
    overflow: hidden;
}

.hero-video-background .hero-vertical-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-video-background .hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.85) 0%, rgba(26, 26, 26, 0.7) 50%, rgba(240, 105, 39, 0.3) 100%);
    z-index: 1;
}

.hero-content-overlay {
    position: relative;
    z-index: 2;
}

@media (max-width: 992px) {
    .video-hero-section {
        height: 650px;
    }
}

@media (max-width: 768px) {
    .video-hero-section {
        height: 550px;
    }
}

@media (max-width: 576px) {
    .video-hero-section {
        height: 500px;
    }
}

/* ========================================
   Old Video Hero Section - Cinematic Background
   ======================================== */

.video-hero-section {
    position: relative;
    overflow: hidden;
}

.hero-video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

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

.hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.85) 0%, rgba(26, 26, 26, 0.6) 50%, rgba(240, 105, 39, 0.2) 100%);
}

.hero-content-overlay {
    position: relative;
    z-index: 2;
}

/* Video Play Button - Hexagonal Style */
.btn-video-play {
    display: flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 8px 20px 8px 8px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #fff;
}

.btn-video-play:hover {
    border-color: #F06927;
    background: rgba(240, 105, 39, 0.1);
}

.btn-video-play .play-icon-hex {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #F06927 0%, #e65a1c 100%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.btn-video-play:hover .play-icon-hex {
    transform: rotate(30deg) scale(1.1);
}

.btn-video-play .play-icon-hex i {
    color: #fff;
    font-size: 12px;
    margin-right: -2px;
}

.btn-video-play .play-text {
    font-size: 14px;
    font-weight: 500;
}

/* ========================================
   Video Showcase Section
   ======================================== */

.video-showcase-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.video-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.video-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(240, 105, 39, 0.2);
}

.video-card-featured {
    grid-column: span 2;
    grid-row: span 2;
}

.video-thumbnail {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
}

.video-card-featured .video-thumbnail {
    aspect-ratio: auto;
    height: 100%;
    min-height: 300px;
}

.thumbnail-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    transition: all 0.5s ease;
}

.video-card:hover .thumbnail-video {
    opacity: 1;
    transform: scale(1.05);
}

.video-poster {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
}

.hex-icon-video {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #F06927 0%, #e65a1c 100%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.video-card:hover .hex-icon-video {
    transform: rotate(15deg) scale(1.15);
}

.hex-icon-video i {
    font-size: 28px;
    color: #fff;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.3s ease;
}

.video-card:hover .video-overlay {
    opacity: 1;
}

.video-play-btn,
.video-play-btn-lg {
    width: 60px;
    height: 60px;
    background: #F06927;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(240, 105, 39, 0.4);
}

.video-play-btn-lg {
    width: 80px;
    height: 80px;
}

.video-play-btn:hover,
.video-play-btn-lg:hover {
    transform: scale(1.1);
    background: #d55a1f;
}

.video-play-btn i,
.video-play-btn-lg i {
    color: #fff;
    font-size: 20px;
    margin-right: -3px;
}

.video-play-btn-lg i {
    font-size: 28px;
}

.video-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #F06927 0%, #e65a1c 100%);
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(240, 105, 39, 0.3);
}

.video-info {
    padding: 20px;
}

.video-card-featured .video-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, transparent 100%);
    padding: 40px 25px 25px;
}

.video-card-featured .video-info h4,
.video-card-featured .video-info p {
    color: #fff;
}

.video-info h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.video-info h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #1a1a1a;
}

.video-info p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

/* ========================================
   Video Modal Styles
   ======================================== */

.video-modal .modal-content {
    background: #1a1a1a;
    border: none;
    border-radius: 16px;
    overflow: hidden;
}

.video-modal .modal-header {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 25px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.video-modal .modal-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    flex-grow: 1;
}

.video-modal .modal-body {
    padding: 0;
}

.modal-video {
    width: 100%;
    max-height: 70vh;
    display: block;
}

/* Language Switch Buttons */
.video-lang-switch {
    display: flex;
    gap: 8px;
}

.video-lang-switch .lang-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.7);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.video-lang-switch .lang-btn:hover {
    background: rgba(240, 105, 39, 0.2);
    border-color: #F06927;
    color: #fff;
}

.video-lang-switch .lang-btn.active {
    background: #F06927;
    border-color: #F06927;
    color: #fff;
}

/* ========================================
   Video Gallery Page Styles
   ======================================== */

.video-gallery-page {
    padding-top: 100px;
    min-height: 100vh;
    background: #f8f9fa;
}

.video-gallery-header {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    padding: 60px 0;
    margin-bottom: 50px;
}

.video-gallery-header h1 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.video-gallery-header p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
}

.video-category {
    margin-bottom: 50px;
}

.video-category-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eee;
}

.video-category-title .hex-icon-cat {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #F06927 0%, #e65a1c 100%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-category-title .hex-icon-cat i {
    color: #fff;
    font-size: 18px;
}

.video-category-title h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

.video-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 25px;
}

/* Responsive Video Grid */
@media (max-width: 991px) {
    .video-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .video-card-featured {
        grid-column: span 2;
        grid-row: span 1;
    }
}

@media (max-width: 767px) {
    .video-grid {
        grid-template-columns: 1fr;
    }
    
    .video-card-featured {
        grid-column: span 1;
    }
    
    .btn-video-play .play-text {
        display: none;
    }
    
    .btn-video-play {
        padding: 5px;
        border-radius: 50%;
    }
    
    .video-modal .modal-header {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .video-lang-switch {
        order: 3;
        width: 100%;
        justify-content: center;
    }
}

/* ========================================
   About Page Video Section
   ======================================== */

.video-about-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #fff 0%, #f8f9fa 100%);
}

.video-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.video-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 10px 18px 10px 12px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.video-feature-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(240, 105, 39, 0.15);
}

.hex-icon-feature {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #F06927 0%, #e65a1c 100%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.video-feature-item:hover .hex-icon-feature {
    transform: rotate(15deg);
}

.hex-icon-feature i {
    color: #fff;
    font-size: 13px;
}

.video-feature-item span {
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
}

.video-showcase-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.video-showcase-inner {
    position: relative;
    aspect-ratio: 16/10;
}

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

.video-showcase-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-showcase-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #F06927 0%, #e65a1c 100%);
    color: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(240, 105, 39, 0.4);
}

/* Pulse Animation for Play Button */
.pulse-animation {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(240, 105, 39, 0.7);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(240, 105, 39, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(240, 105, 39, 0);
    }
}

/* ========================================
   Service Page Video Button
   ======================================== */

.btn-video-service {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 12px 24px 12px 14px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

.btn-video-service:hover {
    background: rgba(240, 105, 39, 0.2);
    border-color: #F06927;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(240, 105, 39, 0.3);
}

.btn-video-service .play-icon-hex-sm {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #F06927 0%, #e65a1c 100%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.btn-video-service:hover .play-icon-hex-sm {
    transform: rotate(30deg) scale(1.1);
}

.btn-video-service .play-icon-hex-sm i {
    color: #fff;
    font-size: 12px;
    margin-right: -2px;
}

/* ========================================
   Floating Video Button - Modern Style
   ======================================== */

.floating-video-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: fit-content;
    z-index: 1000;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

@keyframes floatIn {
    0% {
        opacity: 0;
        transform: translateY(50px) scale(0.8);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.btn-video-float {
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #F06927 0%, #d55a1f 100%);
    border: none;
    padding: 8px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #fff;
    font-family: inherit;
    box-shadow: 
        0 8px 32px rgba(240, 105, 39, 0.4),
        0 0 0 0 rgba(240, 105, 39, 0.4);
    position: relative;
    overflow: hidden;
}

.btn-video-float::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.btn-video-float:hover::before {
    left: 100%;
}

.btn-video-float:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 
        0 15px 45px rgba(240, 105, 39, 0.5),
        0 0 0 8px rgba(240, 105, 39, 0.15);
}

.float-video-icon {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.2);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    position: relative;
}

.float-video-icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    animation: pulse-hex 2s infinite;
}

@keyframes pulse-hex {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.btn-video-float:hover .float-video-icon {
    transform: rotate(30deg) scale(1.15);
    background: rgba(255, 255, 255, 0.35);
}

.float-video-icon i {
    color: #fff;
    font-size: 16px;
    margin-right: -2px;
    position: relative;
    z-index: 1;
}

/* Bell icon specific styles */
.float-video-icon.bell-icon i {
    font-size: 18px;
    margin-right: 0;
}

/* Bell ringing animation */
.float-video-icon.ringing {
    animation: ringBell 0.5s ease-in-out 2;
}

@keyframes ringBell {
    0%, 100% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(20deg);
    }
    40% {
        transform: rotate(-20deg);
    }
    60% {
        transform: rotate(15deg);
    }
    80% {
        transform: rotate(-10deg);
    }
}

.float-video-text {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

/* Mobile adjustments for floating button */
@media (max-width: 768px) {
    .floating-video-btn {
        bottom: 50px;
        right: 20px;
        display: none;
    }
    
    .btn-video-float {
        padding: 12px 18px 12px 12px;
        gap: 10px;
    }
    
    .float-video-icon {
        width: 38px;
        height: 38px;
    }
    
    .float-video-icon i {
        font-size: 14px;
    }
    
    .float-video-text {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .floating-video-btn {
        bottom: 80px;
        right: 15px;
        left: 15px;
    }
    
    .btn-video-float {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
    }
}

/* ========================================
   13 Services Video Preview Section - Exciting Design
   ======================================== */

.video-preview-section {
    background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
    position: relative;
    overflow: hidden;
}

.video-preview-wrapper {
    position: relative;
    z-index: 1;
}

/* Background hexagons */
.video-bg-hex {
    position: absolute;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    opacity: 0.5;
    z-index: 0;
}

.video-bg-hex.hex-bg-1 {
    width: 200px;
    height: 230px;
    background: linear-gradient(135deg, rgba(240, 105, 39, 0.08) 0%, rgba(240, 105, 39, 0.02) 100%);
    top: -50px;
    right: -50px;
    transform: rotate(15deg);
}

.video-bg-hex.hex-bg-2 {
    width: 120px;
    height: 138px;
    background: linear-gradient(135deg, rgba(240, 105, 39, 0.06) 0%, rgba(240, 105, 39, 0.02) 100%);
    bottom: -30px;
    left: 10%;
    transform: rotate(-10deg);
}

.video-bg-hex.hex-bg-3 {
    width: 80px;
    height: 92px;
    background: rgba(240, 105, 39, 0.05);
    top: 40%;
    left: -20px;
    transform: rotate(25deg);
}

/* Video Preview Container */
.video-preview-container {
    position: relative;
}

.video-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 
        0 25px 80px rgba(0, 0, 0, 0.15),
        0 10px 30px rgba(240, 105, 39, 0.1);
    background: #000;
    aspect-ratio: 9/16;
    max-height: 70vh;
    margin: 0 auto;
}

.preview-video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Play Overlay */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s ease;
}

.video-overlay:hover {
    background: rgba(0, 0, 0, 0.3);
}

.video-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

.play-btn-large {
    width: 100px;
    height: 115px;
    background: linear-gradient(135deg, #F06927 0%, #d55a1f 100%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 40px rgba(240, 105, 39, 0.5);
}

.video-overlay:hover .play-btn-large {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 20px 50px rgba(240, 105, 39, 0.6);
}

.play-btn-large i {
    color: #fff;
    font-size: 32px;
    margin-right: -6px;
}

/* Expand Button */
.expand-video-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.expand-video-btn:hover {
    background: #F06927;
    transform: scale(1.1);
}

.expand-video-btn i {
    color: #1a1a1a;
    font-size: 18px;
    transition: color 0.3s ease;
}

.expand-video-btn:hover i {
    color: #fff;
}

/* Content Side */
.video-content-side {
    padding-right: 30px;
}

.video-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #1a1a1a;
    color: #fff;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}

.video-section-badge i {
    color: #F06927;
}

.video-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
}

.video-desc {
    color: #666;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 25px;
}

/* Language Toggle */
.video-lang-toggle {
    margin-bottom: 25px;
}

.toggle-label {
    display: block;
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
    font-weight: 500;
}

.toggle-switch-container {
    display: flex;
    gap: 10px;
}

.toggle-lang-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border: 2px solid #e0e0e0;
    background: #fff;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

.toggle-lang-btn:hover {
    border-color: #F06927;
    color: #F06927;
}

.toggle-lang-btn.active {
    background: linear-gradient(135deg, #F06927 0%, #d55a1f 100%);
    border-color: #F06927;
    color: #fff;
    box-shadow: 0 5px 20px rgba(240, 105, 39, 0.3);
}

.flag-icon {
    font-size: 18px;
}

/* Action Buttons */
.video-actions {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.btn-play-video {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #F06927 0%, #d55a1f 100%);
    border: none;
    border-radius: 14px;
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 25px rgba(240, 105, 39, 0.35);
}

.btn-play-video:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 35px rgba(240, 105, 39, 0.5);
}

.btn-play-video .btn-icon {
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-play-video .btn-icon i {
    font-size: 10px;
    margin-right: -2px;
}

.btn-fullscreen {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 14px;
    color: #1a1a1a;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-fullscreen:hover {
    border-color: #1a1a1a;
    background: #1a1a1a;
    color: #fff;
}

.btn-fullscreen .btn-icon {
    width: 28px;
    height: 28px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.btn-fullscreen:hover .btn-icon {
    background: rgba(255, 255, 255, 0.2);
}

.btn-fullscreen .btn-icon i {
    font-size: 12px;
}

/* Video Stats */
.video-stats {
    display: flex;
    gap: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 14px;
}

.stat-item i {
    color: #F06927;
    font-size: 16px;
}

/* Responsive */
@media (max-width: 991px) {
    .video-preview-section {
        padding: 40px 0;
    }
    
    .video-preview-section .row {
        flex-direction: column-reverse;
    }
    
    .video-content-side {
        padding-right: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .video-section-badge {
        margin-bottom: 15px;
    }
    
    .toggle-switch-container {
        justify-content: center;
    }
    
    .video-actions {
        justify-content: center;
    }
    
    .video-stats {
        justify-content: center;
    }
    
    .video-title {
        font-size: 1.8rem;
    }
    
    .video-frame {
        max-height: 60vh;
    }
    
    /* Hide background hexagons on tablet */
    .video-bg-hex {
        opacity: 0.3;
    }
}

@media (max-width: 576px) {
    .video-preview-section {
        padding: 30px 0;
    }
    
    /* Mobile-first video layout */
    .video-preview-wrapper {
        padding: 0;
    }
    
    .video-frame {
        border-radius: 16px;
        max-height: 55vh;
        box-shadow: 
            0 15px 50px rgba(0, 0, 0, 0.12),
            0 5px 20px rgba(240, 105, 39, 0.08);
    }
    
    /* Compact content side for mobile */
    .video-content-side {
        margin-bottom: 25px;
    }
    
    .video-section-badge {
        padding: 6px 14px;
        font-size: 12px;
        margin-bottom: 12px;
    }
    
    .video-title {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    
    .video-desc {
        font-size: 0.95rem;
        line-height: 1.7;
        margin-bottom: 20px;
        padding: 0 10px;
    }
    
    /* Compact language toggle */
    .video-lang-toggle {
        margin-bottom: 20px;
    }
    
    .toggle-label {
        font-size: 13px;
        margin-bottom: 8px;
    }
    
    .toggle-switch-container {
        flex-direction: row;
        gap: 8px;
    }
    
    .toggle-lang-btn {
        padding: 10px 16px;
        font-size: 13px;
        border-radius: 10px;
        flex: 1;
    }
    
    .flag-icon {
        font-size: 16px;
    }
    
    /* Play button overlay - smaller on mobile */
    .play-btn-large {
        width: 60px;
        height: 69px;
    }
    
    .play-btn-large i {
        font-size: 20px;
        margin-right: -4px;
    }
    
    /* Expand button - more visible on mobile */
    .expand-video-btn {
        width: 40px;
        height: 40px;
        bottom: 12px;
        right: 12px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.95);
    }
    
    .expand-video-btn i {
        font-size: 16px;
    }
    
    /* Action buttons - horizontal compact */
    .video-actions {
        flex-direction: row;
        gap: 10px;
    }
    
    .btn-play-video,
    .btn-fullscreen {
        flex: 1;
        padding: 12px 16px;
        font-size: 14px;
        border-radius: 12px;
        justify-content: center;
    }
    
    .btn-play-video .btn-icon,
    .btn-fullscreen .btn-icon {
        width: 24px;
        height: 24px;
    }
    
    .btn-play-video .btn-icon i,
    .btn-fullscreen .btn-icon i {
        font-size: 9px;
    }
    
    /* Stats - horizontal scroll if needed */
    .video-stats {
        gap: 20px;
        padding-top: 15px;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: center;
    }
    
    .stat-item {
        font-size: 13px;
        white-space: nowrap;
    }
    
    .stat-item i {
        font-size: 14px;
    }
    
    /* Hide some background hexagons on mobile */
    .video-bg-hex.hex-bg-1,
    .video-bg-hex.hex-bg-3 {
        display: none;
    }
    
    .video-bg-hex.hex-bg-2 {
        opacity: 0.2;
    }
}

/* Extra small screens */
@media (max-width: 380px) {
    .video-title {
        font-size: 1.25rem;
    }
    
    .video-desc {
        font-size: 0.9rem;
    }
    
    .toggle-lang-btn {
        padding: 8px 12px;
        font-size: 12px;
    }
    
    .btn-play-video,
    .btn-fullscreen {
        padding: 10px 12px;
        font-size: 13px;
    }
    
    .video-actions {
        flex-direction: column;
        gap: 8px;
    }
    
    .btn-play-video,
    .btn-fullscreen {
        width: 100%;
    }
}

/* ============================================
   Mobile Bottom Tab Navigation
   LinkedIn-style fixed bottom navigation
   Only visible on mobile devices (< 768px)
   ============================================ */

.mobile-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    padding: 0;
    padding-bottom: env(safe-area-inset-bottom, 0);
}

@media (max-width: 767px) {
    .mobile-bottom-nav {
        display: block;
    }
    
    /* Add padding to body to prevent content being hidden behind bottom nav */
    body {
        padding-bottom: 100px;
    }
    
    /* Ensure main content has enough bottom space */
    main.main {
        padding-bottom: 30px;
    }
    
    /* Hide footer on mobile since we have bottom nav */
    footer {
        padding-bottom: 120px;
    }
    
    /* Video sections need extra bottom space */
    .video-preview-section,
    .video-section,
    section:last-of-type {
        margin-bottom: 40px;
        padding-bottom: 30px;
    }
    
    /* Ensure video action buttons have enough space */
    .video-actions {
        margin-bottom: 30px;
    }
    
    /* Hide video play button on mobile - bottom nav bell button handles this */
    .btn-play-video {
        display: none !important;
    }
    
    /* Keep fullscreen button visible but with margin */
    .btn-fullscreen {
        margin-bottom: 15px;
    }
}

.mobile-bottom-nav .nav-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
    padding: 8px 0;
}

.mobile-bottom-nav .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #666;
    padding: 6px 12px;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
    min-width: 60px;
}

.mobile-bottom-nav .nav-item:hover,
.mobile-bottom-nav .nav-item:focus {
    color: #F06927;
    background: rgba(240, 105, 39, 0.08);
}

.mobile-bottom-nav .nav-item.active {
    color: #F06927;
}

.mobile-bottom-nav .nav-item.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #F06927;
    border-radius: 0 0 3px 3px;
}

.mobile-bottom-nav .nav-icon {
    font-size: 20px;
    margin-bottom: 2px;
    position: relative;
}

.mobile-bottom-nav .nav-label {
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}

/* Notification Badge */
.mobile-bottom-nav .nav-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #F06927;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(240, 105, 39, 0.4);
    animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* Profile Avatar in Nav */
.mobile-bottom-nav .nav-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.mobile-bottom-nav .nav-item.active .nav-avatar {
    border-color: #F06927;
}

.mobile-bottom-nav .nav-avatar-placeholder {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F06927 0%, #e05a1f 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

/* Center Action Button (Bell Service) - Perfect Circle */
.mobile-bottom-nav .nav-item.nav-action {
    background: linear-gradient(135deg, #F06927 0%, #e05a1f 100%);
    color: #fff;
    border-radius: 50% !important;
    width: 56px;
    height: 56px;
    min-width: 56px;
    max-width: 56px;
    margin-top: -25px;
    box-shadow: 0 4px 15px rgba(240, 105, 39, 0.4);
    padding: 0 !important;
    flex-direction: row;
    aspect-ratio: 1 / 1;
}

.mobile-bottom-nav .nav-item.nav-action:hover {
    background: linear-gradient(135deg, #e05a1f 0%, #d04a0f 100%);
    color: #fff;
    transform: scale(1.08);
}

.mobile-bottom-nav .nav-item.nav-action:active {
    transform: scale(0.95);
}

.mobile-bottom-nav .nav-item.nav-action .nav-icon {
    font-size: 24px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-bottom-nav .nav-item.nav-action .nav-label {
    display: none;
}

/* Bell Club Special Styling (Orange when qualified) */
.mobile-bottom-nav .nav-item.bell-club-active {
    color: #F06927;
}

.mobile-bottom-nav .nav-item.bell-club-active .nav-icon {
    animation: bellRing 2s ease-in-out infinite;
}

@keyframes bellRing {
    0%, 100% {
        transform: rotate(0deg);
    }
    10%, 30% {
        transform: rotate(-10deg);
    }
    20%, 40% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(0deg);
    }
}

/* Hide bottom nav when keyboard is open (approximate) */
@media (max-height: 400px) and (max-width: 767px) {
    .mobile-bottom-nav {
        display: none;
    }
}

/* RTL adjustments */
[dir="rtl"] .mobile-bottom-nav .nav-badge {
    right: auto;
    left: -8px;
}

/* Dark mode support (if needed in future) */
@media (prefers-color-scheme: dark) {
    .mobile-bottom-nav {
        /* Uncomment for dark mode */
        /* background: #1a1a1a;
        border-top-color: #333; */
    }
}

/* Landscape phone adjustments */
@media (max-width: 767px) and (orientation: landscape) {
    .mobile-bottom-nav .nav-container {
        padding: 4px 0;
    }
    
    .mobile-bottom-nav .nav-item {
        padding: 4px 10px;
    }
    
    .mobile-bottom-nav .nav-icon {
        font-size: 18px;
    }
    
    .mobile-bottom-nav .nav-label {
        font-size: 9px;
    }
    
    .mobile-bottom-nav .nav-item.nav-action {
        width: 44px;
        height: 44px;
        min-width: 44px;
        margin-top: -16px;
    }
}

/* Bell Ringing Animation for Center Button */
@keyframes bellRingAction {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    10% {
        transform: scale(1.1) rotate(-15deg);
    }
    20% {
        transform: scale(1.1) rotate(15deg);
    }
    30% {
        transform: scale(1.1) rotate(-10deg);
    }
    40% {
        transform: scale(1.1) rotate(10deg);
    }
    50% {
        transform: scale(1.1) rotate(-5deg);
    }
    60% {
        transform: scale(1.1) rotate(5deg);
    }
    70% {
        transform: scale(1.05) rotate(0deg);
    }
}

.mobile-bottom-nav .nav-item.nav-action.bell-ringing {
    animation: bellRingAction 1s ease-in-out;
}

/* ============================================
   Marquee Fix for All Screen Sizes
   Ensures sliding animation works everywhere
   ============================================ */

.mobile-bottom-nav .nav-item.nav-action.bell-ringing .nav-icon {
    animation: bellRingAction 0.8s ease-in-out;
}

/* ============================================
   Hero Search Bar Styles
   ============================================ */
.hero-search-container {
    max-width: 700px;
    width: 100%;
    margin-top: 2rem;
}

.hero-search-form {
    width: 100%;
}

.hero-search-wrapper {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 60px;
    padding: 8px 8px 8px 24px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.15),
        0 8px 25px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-search-wrapper:hover {
    transform: translateY(-2px);
    box-shadow: 
        0 25px 70px rgba(0, 0, 0, 0.18),
        0 12px 35px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hero-search-wrapper:focus-within {
    transform: translateY(-3px);
    box-shadow: 
        0 25px 70px rgba(240, 105, 39, 0.2),
        0 12px 35px rgba(240, 105, 39, 0.15),
        0 0 0 3px rgba(240, 105, 39, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border-color: rgba(240, 105, 39, 0.3);
}

.hero-search-icon {
    color: #F06927;
    font-size: 1.25rem;
    margin-left: 12px;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.hero-search-wrapper:focus-within .hero-search-icon {
    opacity: 1;
    transform: scale(1.1);
}

.hero-search-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 12px 16px;
    font-size: 1.1rem;
    color: #333;
    outline: none;
    direction: rtl;
    font-family: inherit;
}

.hero-search-input::placeholder {
    color: #999;
    transition: all 0.3s ease;
}

.hero-search-input:focus::placeholder {
    color: #bbb;
    transform: translateX(-5px);
}

.hero-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F06927 0%, #e05a1f 100%);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(240, 105, 39, 0.3);
    white-space: nowrap;
}

.hero-search-btn:hover {
    background: linear-gradient(135deg, #e05a1f 0%, #d04a0f 100%);
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(240, 105, 39, 0.4);
}

.hero-search-btn:active {
    transform: scale(0.98);
}

.hero-search-btn i {
    transition: transform 0.3s ease;
}

.hero-search-btn:hover i {
    transform: translateX(-4px);
}

.hero-search-hints {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
    justify-content: center;
}

.search-hint {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.search-hint:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

.search-hint i {
    color: #F06927;
    opacity: 0.9;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .hero-search-container {
        max-width: 100%;
        padding: 0 10px;
    }
    
    .hero-search-wrapper {
        flex-direction: column;
        padding: 12px;
        border-radius: 24px;
        gap: 10px;
    }
    
    .hero-search-icon {
        display: none;
    }
    
    .hero-search-input {
        width: 100%;
        text-align: center;
        padding: 12px;
        font-size: 1rem;
    }
    
    .hero-search-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
    }
    
    .hero-search-hints {
        gap: 8px;
    }
    
    .search-hint {
        font-size: 0.75rem;
        padding: 4px 10px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .hero-search-input {
        font-size: 0.95rem;
    }
    
    .hero-search-btn {
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .search-hint {
        font-size: 0.7rem;
        padding: 3px 8px;
    }
}