 :root {
            --primary: #1a3a8f;
            --secondary: #e63946;
            --light: #f8f9fa;
            --dark: #212529;
            --accent: #ff9e00;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            overflow-x: hidden;
        }
        
        .navbar-brand {
            font-weight: 700;
            font-size: 1.8rem;
        }
        
        .hero-section {
            background-color: #212529;
            background-size: cover;
            color: white;
            
        }
        
        .section-title {
            position: relative;
            margin-bottom: 2rem;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 60px;
            height: 4px;
            background-color: var(--secondary);
        }
        
        .product-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: none;
            overflow: hidden;
        }
        
        .product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        
        .btn-primary {
            background-color: var(--primary);
            border-color: var(--primary);
        }
        
        .btn-primary:hover {
            background-color: #152b6e;
            border-color: #152b6e;
        }
        
        .btn-secondary {
            background-color: var(--secondary);
            border-color: var(--secondary);
        }
        
        .btn-secondary:hover {
            background-color: #c1121f;
            border-color: #c1121f;
        }
        
        .feature-icon {
            font-size: 2.5rem;
            color: var(--primary);
            margin-bottom: 1rem;
        }
        
        footer {
            background-color: var(--dark);
            color: white;
        }
        
        .sock-customizer-section {
            background-color: #f8f9fa;
            padding: 80px 0;
        }
        
        .construction-page {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            text-align: center;
        }
        
        .construction-icon {
            font-size: 4rem;
            color: var(--accent);
            margin-bottom: 1.5rem;
        }
        
        .sock-pattern {
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }
        
        .sock-pattern:hover, .sock-pattern.active {
            border-color: var(--primary);
            transform: scale(1.05);
        }
        
        .sock-preview {
            width: 200px;
            height: 300px;
            margin: 0 auto;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }
        
        
        
        
         /* Logo styling */
        .header-logo {
            max-height: 60px;
            width: auto;
        }
        
        /* Page title section */
        .page-title-section {
            background-color: #f8f9fa;
            padding: 60px 0 40px;
            border-bottom: 1px solid #e9ecef;
        }
        .page-title {
            font-size: 3rem;
            font-weight: 700;
            color: #212529;
            margin-bottom: 0;
        }
        .page-subtitle {
            font-size: 1.2rem;
            color: #6c757d;
            margin-top: 10px;
        }
        
        /* Navigation improvements */
        .navbar-nav {
            width: 100%;
            justify-content: space-between;
        }
        .navbar-nav .nav-link {
            font-size: 1.1rem;
            font-weight: 500;
        }
        
        /* Content section */
        .content-section {
            padding: 80px 0;
        }
        .content-heading {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 30px;
            color: #212529;
        }
        .content-text {
            font-size: 1.1rem;
            line-height: 1.7;
            color: #495057;
            margin-bottom: 25px;
        }
        
        /* Team section */
        .team-member {
            text-align: center;
            margin-bottom: 40px;
        }
        .team-img {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 20px;
            border: 5px solid #f8f9fa;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        /* Responsive tuning */
        @media (max-width: 992px){
            .navbar-nav {
                flex-direction: column;
                text-align: center;
            }
            .navbar-nav .nav-item {
                margin: 5px 0;
            }
            .header-logo {
                max-height: 50px;
            }
            .page-title {
                font-size: 2.5rem;
            }
        }
        @media (max-width: 576px){
            .header-logo {
                max-height: 40px;
            }
            .page-title {
                font-size: 2rem;
            }
            .page-title-section {
                padding: 40px 0 30px;
            }
        }
        
        
        
         /* Flash sale section */
    .page-title-section {
      background: linear-gradient(135deg, #00529b, #b4d988);
      color: white;
      padding: 30px 0;
      overflow: hidden;
      position: relative;
    }
    
    .page-title-section h1 
    {
        color: #fff;
        font-size:70px;
    }
    
       /* Logo styling */
    .header-logo {
      max-height: 100px;
      width: auto;
    }



   /* Header spacing */
    header h1 { letter-spacing: 1px; }
      

    /* Logo styling */
    .header-logo {
      max-height: 100px;
      width: auto;
    }

    /* HERO: big, contrasty, readable */
    #hero-carousel .carousel-inner { height: 90vh; }           /* overall height */
    #hero-carousel .carousel-item { 
      position: relative; min-height: 80vh; background-color: #0b1220;
    }
    #hero-carousel .hero-overlay{
      position:absolute; inset:0;
      background: radial-gradient(ellipse at center, rgba(0,0,0,.12), rgba(0,0,0,.55));
      pointer-events:none;
    }
    /* Portrait images look neat and large */
    .hero-section .img-fluid.hero-img { 
      max-height: 680px; width: auto; object-fit: cover; border-radius: 12px;
      box-shadow: 0 12px 32px rgba(0,0,0,.35);
    }
    /* Indicators visibility */
    .carousel-indicators [data-bs-target]{ width:10px; height:10px; border-radius:50%; }

    /* Features icons */
    .feature-icon { font-size: 36px; color: #00529b; margin-bottom: 12px; }

    /* Footer look */
    footer { background:#0b1220; color:#fff; }
    footer a { color:#fff; }

    /* Navigation improvements */
    .navbar-nav {
      width: 100%;
      justify-content: space-between;
    }
    .navbar-nav .nav-link {
      font-size: 1.1rem;
      font-weight: 500;
    }

    /* Flash sale section */
    .flash-sale-container {
      background: linear-gradient(135deg, #00529b, #b4d988);
      color: white;
      padding: 15px 0;
      overflow: hidden;
      position: relative;
    }
    .flash-sale-content {
      display: flex;
      animation: scroll-left 20s linear infinite;
      white-space: nowrap;
    }
    .flash-item {
      display: inline-flex;
      align-items: center;
      margin: 0 30px;
      cursor: pointer;
    }
    .flash-item:hover {
      text-decoration: underline;
    }
    .flash-badge {
      background: #ffd700;
      color: #333;
      padding: 2px 8px;
      border-radius: 4px;
      font-weight: bold;
      margin-right: 10px;
    }
    @keyframes scroll-left {
      0% { transform: translateX(100%); }
      100% { transform: translateX(-100%); }
    }

    /* Responsive tuning */
    @media (max-width: 992px){
      #hero-carousel .carousel-inner{ height: 80vh; }
      .hero-section .img-fluid.hero-img{ max-height: 520px; }
      .navbar-nav {
        flex-direction: column;
        text-align: center;
      }
      .navbar-nav .nav-item {
        margin: 5px 0;
      }
    }
    @media (max-width: 576px){
      #hero-carousel .carousel-inner{ height: 75vh; }
      .hero-section .img-fluid.hero-img{ max-height: 360px; }
    }
    
    
    
    
    
    
    
    
    
      .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  
  .dropdown-menu {
    border: none;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    padding: 10px 0;
  }
  
  .dropdown-item {
    padding: 8px 20px;
    transition: all 0.3s ease;
  }
  
  .dropdown-item:hover {
    background-color: #00529b;
    color: white;
  }
  
  /* Ensure dropdown works on mobile too */
  @media (min-width: 992px) {
    .navbar-nav .dropdown-menu {
      position: absolute;
    }
  }
    