.bg-light-gray{
    background-color: #f0f0f0 !important;
}
.bg-subtle-gray{
    background-color: #F4F3F1;
}
.bg-hero-opacity{
    background-color: #365b7086;
}

/* Hero Section Background Image */
#hero-section {
    position: relative;
    background-color: #1a1a1a; /* Fallback color */
    background-image: linear-gradient(rgba(2, 15, 22, 0.6), rgba(2, 15, 22, 0.7)), url('../img/landing/storage-facility-banner.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* Ensure content stays above background */
#hero-section .container {
    position: relative;
    z-index: 2;
}

/* High-DPI Display Optimization */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #hero-section {
        background-image: linear-gradient(rgba(2, 15, 22, 0.6), rgba(2, 15, 22, 0.7)), url('../img/landing/storage-facility-banner.jpg');
    }
}
.dashboard-wrapper {
    position: relative;
    max-width: 600px;
    width: 100%;
    }

    .dashboard-card {
    background: #f8f9fa;
    padding: 30px;
    }

    .browser-dots {
    display: flex;
    gap: 8px;
    }

    .browser-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    }

    .stat-card {
    background: #ffffff;
    }

    .chart-container {
    background: #ffffff;
    }

    .bars {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    height: 150px;
    }

    .bars span {
    flex: 1;
    background: #f4b266;
    border-radius: 6px 6px 0 0;
    }

    /* Floating Cards */
    .floating-card {
    position: absolute;
    background: #ffffff;
    animation: bounceFloat 3s ease-in-out infinite;
    }

    /* Booking Top Right */
    .booking {
    top: -20px;
    right: -40px;
    }

    /* Payment Bottom Left */
    .payment {
    bottom: -20px;
    left: -40px;
    background: #ffb547;
    color: #1f2d3d;
    }

    /* Bounce Animation */
    @keyframes bounceFloat {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    }

    /* Responsive */
    @media (max-width: 768px) {
    .booking {
        right: 0;
    }

    .payment {
        left: 0;
    }
    }

    /* Horizontal Scroll Container */
    .scroll-container {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        gap: 1rem;
        padding: 1rem 0;
        -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
    }

    .scroll-container::-webkit-scrollbar {
        display: none; /* Chrome, Safari and Opera */
    }

    .scroll-container .card {
        flex: 0 0 auto;
    }

    /* Pagination Dots */
    .pagination-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .pagination-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #d1d5db;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .pagination-dot:hover {
        background-color: #9ca3af;
        transform: scale(1.2);
    }

    .pagination-dot.active {
        background-color: #FF6900;
        width: 24px;
        border-radius: 5px;
    }

    /* Card Background Image with Overlay */
    .card-bg-image {
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 250px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: white !important;
        width: calc((100% - 3rem) / 3);
    }

    .card-bg-image * {
        color: white !important;
    }

    .card-bg-image .bg-primary {
        background-color: rgba(255, 105, 0, 0.9) !important;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .card-bg-image {
            min-height: 200px;
            padding: 1.5rem !important;
        }
    }

    @media (max-width: 576px) {
        .card-bg-image {
            min-height: 180px;
            padding: 1rem !important;
        }
    }

    /* Video Container */
    .video-wrapper {
        max-width: 950px;
    }

    /* Storage Facility Video Section - Larger Video */
    #storage-facility-video-section .video-wrapper {
        max-width: 1400px;
        width: 100%;
    }

    #storage-facility-video-section .responsive-width {
        width: 90%;
    }

    @media (max-width: 1200px) {
        #storage-facility-video-section .video-wrapper {
            max-width: 1200px;
        }
    }

    @media (max-width: 991px) {
        #storage-facility-video-section .video-wrapper {
            max-width: 100%;
        }
        
        #storage-facility-video-section .responsive-width {
            width: 95%;
        }
    }

    @media (max-width: 768px) {
        #storage-facility-video-section .video-wrapper,
        #storage-facility-video-section .responsive-width {
            width: 100% !important;
        }
    }

    /* ===== RESPONSIVE STYLES ===== */
    
    /* Large Tablets and Small Desktops (≤991px) */
    @media (max-width: 991px) {
        #hero-section {
            min-height: auto !important;
            padding: 8rem 0 5rem 0 !important;
            background-attachment: scroll;
            background-position: center center;
        }

        .display-3 {
            font-size: 2.5rem !important;
        }
        
        .display-4 {
            font-size: 2rem !important;
        }

        .lead {
            font-size: 1.125rem !important;
        }

        /* Hero Section Dashboard */
        .dashboard-wrapper {
            max-width: 100%;
        }

        /* Connected Section Cards */
        #connected-section .d-flex.justify-content-between {
            flex-direction: column;
            align-items: center !important;
        }

        #connected-section [style*="width: 24rem"] {
            width: 100% !important;
            max-width: 30rem !important;
        }

        /* Operations Section - 2 cards per row */
        .card-bg-image {
            width: calc((100% - 1rem) / 2) !important;
            min-height: 220px !important;
        }

        /* Pricing Card */
        #location-calculation-section [style*="width: 65rem"],
        #location-calculation-section [style*="width: 80rem"] {
            width: 100% !important;
        }
    }

    /* Tablets (≤768px) */
    @media (max-width: 768px) {
        /* Typography */
        .display-3 {
            font-size: 2rem !important;
        }
        
        .display-4 {
            font-size: 1.75rem !important;
        }

        .lead {
            font-size: 1rem !important;
        }

        .fs-3 {
            font-size: 1.5rem !important;
        }

        /* Hero Section */
        #hero-section {
            min-height: auto !important;
            padding: 8rem 0 5rem 0 !important;
            background-attachment: scroll;
            background-position: center top;
            background-size: cover;
        }

        #hero-section .display-3 {
            font-size: 1.875rem !important;
        }

        #hero-section .btn-lg {
            padding: 0.75rem 1.5rem;
            font-size: 1rem;
        }

        .dashboard-wrapper {
            padding: 1.5rem !important;
        }

        .dashboard-card {
            padding: 1.5rem !important;
        }

        .stat-card h2 {
            font-size: 1.5rem !important;
        }

        .chart-container {
            padding: 1.5rem !important;
        }

        .bars {
            height: 100px !important;
        }

        /* Connected Section */
        #connected-section .py-5 {
            padding-top: 2rem !important;
            padding-bottom: 2rem !important;
        }

        #connected-section .w-75 {
            width: 90% !important;
        }

        /* Features Section Cards */
        .scroll-container .card {
            width: 22rem !important;
        }

        /* Operations Section */
        .card-bg-image {
            width: 100% !important;
            min-height: 200px !important;
            padding: 1.5rem !important;
        }

        #operation-section .w-25 {
            width: 50% !important;
        }

        /* Pricing Section */
        #location-calculation-section .card-header .fs-2 {
            font-size: 1.5rem !important;
        }

        #location-calculation-section .fs-5 {
            font-size: 0.875rem !important;
        }

        #location-calculation-section input {
            /* font-size: 2rem !important; */
        }

        #location-calculation-section .btn-lg {
            font-size: 1rem;
            padding: 0.75rem 1.5rem;
        }

        /* Input control group responsive */
        #location-calculation-section .row.mb-5 {
            gap: 1rem;
        }

        #location-calculation-section .text-muted {
            font-size: 0.875rem;
        }

        /* Blog Section */
        #blog-section .card {
            margin-bottom: 1.5rem;
        }

        /* CTA Section */
        #cta-section .display-4 {
            font-size: 1.75rem !important;
        }

        #cta-section .w-75 {
            width: 90% !important;
        }
    }

    /* Mobile (≤576px) */
    @media (max-width: 576px) {
        /* Typography */
        .display-3 {
            font-size: 1.5rem !important;
        }
        
        .display-4 {
            font-size: 1.5rem !important;
        }

        .lead {
            font-size: 0.95rem !important;
        }

        .fs-3 {
            font-size: 1.25rem !important;
        }

        .fs-5 {
            font-size: 0.875rem !important;
        }

        /* Container Padding */
        .container {
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .py-5 {
            padding-top: 2rem !important;
            padding-bottom: 2rem !important;
        }

        /* Hero Section */
        #hero-section {
            padding: 8rem 0 !important;
            background-attachment: scroll;
            background-position: center top;
            background-size: cover;
        }

        #hero-section .display-3 {
            font-size: 1.5rem !important;
            line-height: 1.3;
        }

        #hero-section .lead {
            font-size: 0.95rem !important;
        }

        #hero-section .btn-lg {
            padding: 0.625rem 1.25rem;
            font-size: 0.9rem;
            width: 100%;
            justify-content: center;
        }

        #hero-section .d-flex.gap-3 {
            flex-direction: column;
            gap: 0.75rem !important;
        }

        #hero-section .feature-list li {
            font-size: 0.875rem;
        }

        .dashboard-wrapper {
            padding: 1rem !important;
        }

        .dashboard-card {
            padding: 1rem !important;
        }

        .stat-card {
            padding: 0.75rem !important;
        }

        .stat-card h2 {
            font-size: 1.25rem !important;
        }

        .stat-card small {
            font-size: 0.75rem !important;
        }

        .floating-card {
            padding: 0.5rem 1rem !important;
            font-size: 0.8rem;
        }

        /* Section Widths */
        .w-75,
        .mx-auto.w-75 {
            width: 100% !important;
        }

        /* Connected Section */
        #connected-section [style*="width: 64px"] {
            width: 48px !important;
            height: 48px !important;
        }

        #connected-section .fs-2 {
            font-size: 1.5rem !important;
        }

        /* Features Section */
        .scroll-container .card {
            width: 18rem !important;
        }

        .scroll-container .card-body {
            padding: 1.25rem !important;
        }

        .scroll-container [style*="width: 48px"] {
            width: 40px !important;
            height: 40px !important;
        }

        /* Operations Section */
        .card-bg-image {
            min-height: 180px !important;
            padding: 1rem !important;
        }

        .card-bg-image .fs-5 {
            font-size: 1rem !important;
        }

        .card-bg-image [style*="width: 48px"] {
            width: 40px !important;
            height: 40px !important;
        }

        #operation-section .btn-primary {
            width: 100% !important;
        }

        /* Pricing Section */
        #location-calculation-section .col-md-6 {
            margin-bottom: 2rem;
        }

        #location-calculation-section .card-header {
            padding: 1rem !important;
        }

        #location-calculation-section .card-header .fs-2 {
            font-size: 1.25rem !important;
        }

        #location-calculation-section .card-header .fs-5 {
            font-size: 0.75rem !important;
        }

        #location-calculation-section .card-header .row .col-md-6:first-child {
            border-right: none !important;
            border-bottom: 1px solid var(--bs-secondary) !important;
            padding-bottom: 1rem;
            margin-bottom: 1rem;
        }

        /* Responsive Input Fields */
        #locationCountInput,
        #spacesPerLocationInput {
            font-size: 1.75rem !important;
            width: 80px !important;
            max-width: 80px !important;
            min-width: 60px !important;
        }

        #location-calculation-section input {
            /* font-size: 1.75rem !important; */
        }

        #location-calculation-section .btn-icon {
            padding: 0.5rem;
            min-width: 36px;
            height: 36px;
        }

        #location-calculation-section #pricingSummary .fs-4 {
            font-size: 1rem !important;
        }

        #location-calculation-section #pricingSummary .fs-3 {
            font-size: 1.25rem !important;
        }

        #location-calculation-section .btn-lg {
            width: 100%;
            justify-content: center;
        }

        /* Input Container Layout */
        #location-calculation-section .d-flex.gap-2 {
            flex-wrap: nowrap;
            justify-content: space-between;
        }

        /* Blog Section */
        #blog-section .card-title {
            font-size: 1.125rem !important;
        }

        #blog-section .card-body {
            padding: 1.25rem !important;
        }

        #blog-section .btn-outline-dark {
            width: 100%;
            justify-content: center;
        }

        /* CTA Section */
        #cta-section .display-4 {
            font-size: 1.5rem !important;
            line-height: 1.3;
        }

        #cta-section .d-flex.gap-4 {
            flex-direction: column;
            gap: 1rem !important;
        }

        #cta-section .btn-lg {
            width: 100%;
            justify-content: center;
        }

        #cta-section .btn-outline-light {
            width: 100%;
            justify-content: center;
        }
    }

    /* Extra Small Mobile (≤375px) */
    @media (max-width: 375px) {
        #hero-section {
            background-position: 40% center;
        }

        .display-3,
        .display-4 {
            font-size: 1.375rem !important;
        }

        #hero-section .btn-lg {
            font-size: 0.85rem;
            padding: 0.5rem 1rem;
        }

        .scroll-container .card {
            width: 16rem !important;
        }

        /* Extra Small Input Fields */
        #locationCountInput,
        #spacesPerLocationInput {
            font-size: 1.5rem !important;
            width: 60px !important;
            max-width: 70px !important;
            min-width: 50px !important;
        }

        #location-calculation-section input {
            /* font-size: 1.5rem !important; */
            /* width: 60px !important; */
        }

        #location-calculation-section .btn-icon {
            padding: 0.375rem;
            min-width: 32px;
            height: 32px;
        }

        #location-calculation-section .btn-icon .icon-base {
            font-size: 0.875rem !important;
        }

        #location-calculation-section .d-flex.gap-2 {
            gap: 0.25rem !important;
        }
    }

    /* ===== TESTIMONIAL CAROUSEL STYLES ===== */
    
    /* Testimonial Carousel */
    .testimonial-carousel-wrapper {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 1rem;
    }

    .testimonial-card {
        background-color: #F4F3F1;
        border-radius: 24px;
        padding: 2.5rem 2rem;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        min-height: 320px;
        max-width: 700px;
        margin: 0 auto;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .testimonial-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }

    /* Carousel Transitions */
    #testimonialCarousel .carousel-item {
        transition: transform 0.6s ease-in-out;
    }

    /* Navigation Buttons */
    .testimonial-nav-btn {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.1);
        border: 2px solid rgba(255, 255, 255, 0.3);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 1.25rem;
    }

    .testimonial-nav-btn:hover {
        background-color: #ff6900;
        border-color: #ff6900;
        transform: scale(1.1);
    }

    .testimonial-nav-btn:active {
        transform: scale(0.95);
    }

    /* Pagination Dots */
    .testimonial-indicators button {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.3);
        border: none;
        padding: 0;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .testimonial-indicators button.active {
        background-color: #ff6900;
        width: 32px;
        border-radius: 6px;
    }

    .testimonial-indicators button:hover {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .testimonial-indicators button.active:hover {
        background-color: #ff6900;
    }

    .quote-icon {
        width: 64px;
        height: 64px;
        background-color: #ff6900;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .testimonial-text {
        font-size: 1.125rem;
        line-height: 1.7;
        color: #2c3e50;
        margin: 0;
        flex-grow: 1;
    }

    .testimonial-author {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-top: auto;
    }

    .author-avatar {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background-color: #d9d9d9;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25rem;
        font-weight: 600;
        color: #5a5a5a;
        flex-shrink: 0;
    }

    .author-info {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }

    .author-name {
        font-size: 1rem;
        font-weight: 600;
        color: #2c3e50;
        line-height: 1.2;
    }

    .author-title {
        font-size: 0.95rem;
        color: #7f8c9a;
        line-height: 1.2;
    }

    /* Tablet Responsive - Testimonials */
    @media (max-width: 991px) {
        .testimonial-carousel-wrapper {
            max-width: 650px;
        }

        .testimonial-card {
            padding: 2rem 1.5rem;
            min-height: 300px;
        }

        .testimonial-text {
            font-size: 1rem;
        }
    }

    /* Mobile Responsive - Testimonials */
    @media (max-width: 576px) {
        .testimonial-carousel-wrapper {
            max-width: 100%;
            padding: 0 0.5rem;
        }

        .testimonial-card {
            padding: 1.75rem 1.5rem;
            min-height: auto;
        }

        .quote-icon {
            width: 56px;
            height: 56px;
        }

        .quote-icon svg {
            width: 28px;
            height: 28px;
        }

        .testimonial-text {
            font-size: 1rem;
            line-height: 1.6;
        }

        .author-avatar {
            width: 48px;
            height: 48px;
            font-size: 1.125rem;
        }

        .author-name {
            font-size: 0.95rem;
        }

        .author-title {
            font-size: 0.875rem;
        }

        .testimonial-nav-btn {
            width: 40px;
            height: 40px;
            font-size: 1rem;
        }

        .testimonial-indicators button {
            width: 10px;
            height: 10px;
        }

        .testimonial-indicators button.active {
            width: 24px;
        }
    }