* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Inter', sans-serif;
    background-color: #fff;
    color: #000;
  }
  
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    border-bottom: none;
  }
  
  /* .logo {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2;
  } */

  .nav-links a {
    margin: 0 15px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    /* transform: translateX(-160px); */
  }
  
  .social-icons a img {
    margin-left: 15px;
  }
  
  .hero-section {
    display: flex;
    justify-content: space-between;
    padding: 40px 60px;
    background-color: #e6f9ff;
    border-radius: 40px;
    margin: 40px 60px;
  }
  
  .hero-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .badge {
    display: inline-flex;
    align-items: center;
    background: white;
    padding: 10px 16px;
    border-radius: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.05);
  }
  
  .badge img {
    margin-right: 10px;
  } 
  .about-btn {
    background-color: #000;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    margin-bottom: 20px;
    cursor: pointer;
  }
  
  .download {
    display: flex;
    align-items: center;
    font-weight: 500;
  }
  
  .download img {
    margin-right: 10px;
  }
  
  .hero-image {
    flex: 1;
    position: relative;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    min-height: 100%;
}

.hero-image img:first-child {
    width: 100%;
    height: auto;
    object-position: top;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}


.hero-image img:first-child {
    object-fit: cover; /* Ensures the image covers the container area */
}

.handpicked-badge {
    position: absolute;
    top: 20px;
    left: -40px;
    background-color: #000;
    border-radius: 50%;
    padding: 25px;
    width: 80px;
    height: 80px;
}

  .about-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 60px;
    background-color: #ffffff;
    border-radius: 40px;
    margin: 60px auto;
    max-width: 1200px;
    align-items: center;
    gap: 40px;
  }
  
  .about-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .badge {
    font-size: 1.1rem;
    color: #000;
    background-color: #fff;
    padding: 8px 20px;
    border-radius: 9999px;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    width: fit-content;
  }
  
  .about-text h1 {
    font-size: 3rem;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 800;
    max-width: 600px;
    line-height: 1.2;
  }
  
  .about-text p {
    font-size: 1rem;
    margin-bottom: 30px;
    color: #555;
    max-width: 500px;
  }
  
  .about-btn {
    background-color: #000;
    color: #fff;
    padding: 14px 36px;
    border: none;
    border-radius: 16px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.3s ease;
  }
  
  .about-btn:hover {
    opacity: 0.9;
  }
  
  
  .nav-links a {
    font-family: 'Inter', sans-serif;
  }
  
  .hero-section {
    margin-bottom: 160px;
    margin-left: 74px;
  }
@media (max-width: 1024px) {
    .hero-section {
      flex-direction: column;
      margin-left: 30px !important;
      min-height: auto;
      padding: 2rem 1rem;
      background-color: #E7FAFE;
    }

    .hero-text {
      width: 100% !important;
      text-align: center !important;
      position: relative !important;
      top: auto !important;
      left: auto !important;
      padding-top: 1rem;
    }
  
    .badge {
      position: relative !important;
      top: auto !important;
      left: auto !important;
      width: 180px;
      height: 36px;
      margin: 0 auto 1rem auto;
    }
 .nav-links a {
  margin: 0 15px !important;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  transform: translateX(80px) !important;
  white-space: nowrap; /* Prevents text from wrapping */
}

    h1 {
      position: relative !important;
      top: auto !important;
      left: auto !important;
      width: 100% !important;
      height: auto !important;
      font-size: 32px;
      line-height: 38px;
      word-spacing: normal !important;
      margin-bottom: 1rem;
    }
  
    p {
      position: relative !important;
      top: auto !important;
      left: auto !important;
      width: 100% !important;
      font-size: 14px;
      line-height: 20px;
      color: #4B5563;
      margin-bottom: 1.5rem;
    }
  
    .aboutus {
      position: relative !important;
      top: auto !important;
      left: auto !important;
      width: 140px !important;
      height: 48px !important;
      font-size: 14px;
      padding: 12px 24px;
      margin: 0 auto 1.5rem auto;
      border-radius: 12px !important;
    }
  
    .download {
      position: relative !important;
      top: auto !important;
      left: auto !important;
      width: fit-content;
      margin: 0 auto;
      padding: 8px 12px;
    }
  
    .hero-image {
      position: relative !important;
      width: 100% !important;
      height: 250px !important;
      margin-top: 2rem;
      display: block !important;
    }
  
    .hero-image img {
      object-fit: contain !important;
    }
  
    .handpicked-badge {
      top: 8px !important;
      right: 8px !important;
      width: 36px !important;
      height: 36px !important;
    }
    body, html {
      min-height: 100vh;
      overflow-x: hidden;
      overflow-y: auto;
    }
    
    main, .hero-section {
      min-height: 100vh;
      position: relative; /* to contain absolutely positioned children */
      padding-bottom: 100px; /* space for any overlapping absolute elements or footer */
    }
    
  }
  @media (max-width: 468px) {
    .hero-section {
      flex-direction: column;
      margin-left: 0 !important;
      min-height: auto;
      padding: 2rem 1rem;
      background-color: #E7FAFE;
    }
  
    .hero-text {
      width: 100% !important;
      text-align: center !important;
      position: relative !important;
      top: auto !important;
      left: auto !important;
      padding-top: 1rem;
    }
  
    .badge {
      position: relative !important;
      top: auto !important;
      left: auto !important;
      width: 180px;
      height: 36px;
      margin: 0 auto 1rem auto;
    }
  
    h1 {
      position: relative !important;
      top: auto !important;
      left: auto !important;
      width: 100% !important;
      height: auto !important;
      font-size: 32px;
      line-height: 38px;
      word-spacing: normal !important;
      margin-bottom: 1rem;
    }
    .mobile-hide {
        display: none !important;
    }

    p {
      position: relative !important;
      top: auto !important;
      left: auto !important;
      width: 100% !important;
      font-size: 14px;
      line-height: 20px;
      color: #4B5563;
      margin-bottom: 1.5rem;
    }
  
    .aboutus {
      position: relative !important;
      top: auto !important;
      left: auto !important;
      width: 140px !important;
      height: 48px !important;
      font-size: 14px;
      padding: 12px 24px;
      margin: 0 auto 1.5rem auto;
      border-radius: 12px !important;
    }
  
    .download {
      position: relative !important;
      top: auto !important;
      left: auto !important;
      width: fit-content;
      margin: 0 auto;
      padding: 8px 12px;
    }
  
    .hero-image {
      position: relative !important;
      width: 100% !important;
      height: 250px !important;
      margin-top: 2rem;
      display: block !important;
    }
  
    .hero-image img {
      object-fit: contain !important;
    }
  
    .handpicked-badge {
      top: 8px !important;
      right: 8px !important;
      width: 36px !important;
      height: 36px !important;
    }
    body, html {
      min-height: 100vh;
      overflow-x: hidden;
      overflow-y: auto;
    }
    
    main, .hero-section {
      min-height: 100vh;
      position: relative; /* to contain absolutely positioned children */
      padding-bottom: 100px; /* space for any overlapping absolute elements or footer */
    }
    
  }
  @media (max-width: 457px) {
    .hero-section {
      margin-left: 9px !important;            /* Remove left margin */
      justify-content: center;   /* Center content horizontally */
      padding-left: 1.5rem;
      width: 400px;      /* padding consistent with px-6 */
    }
  
    .hero-text {
      width: 100%;
      max-width: 400px;          /* approx max-w-md */
      text-align: center;
    }
  }
  @media (max-width: 397px) {

    .hero-section {
      margin-left: 5px !important;            /* Remove left margin */
      justify-content: center;   /* Center content horizontally */
      padding-left: 1.5rem;
      width: 380px;      /* padding consistent with px-6 */
    }
  
    .hero-text {
      width: 100%;
      max-width: 400px;          /* approx max-w-md */
      text-align: center;
    }
  }
  
.cormorant-sc-light {
  font-family: "Cormorant SC", serif;
  font-weight: 300;
  font-style: normal;
}

.cormorant-sc-regular {
  font-family: "Cormorant SC", serif;
  font-weight: 400;
  font-style: normal;
}

.cormorant-sc-medium {
  font-family: "Cormorant SC", serif;
  font-weight: 500;
  font-style: normal;
}

.cormorant-sc-semibold {
  font-family: "Cormorant SC", serif;
  font-weight: 600;
  font-style: normal;
}

.cormorant-sc-bold {
  font-family: "Cormorant SC", serif;
  font-weight: 700;
  font-style: normal;
}


@media (width >= 1024px) and (width <= 1920px){
    .navbar{
        border-bottom: 2px solid #eee;
    }
}

.menu-animate{
    animation: slide-in 600ms 1 ease-in-out forwards;
}

@keyframes slide-in{
    from{
        transform: translateX(100%);
    }
    to{
        transform: translateX(0%);
    }
}


/* mobile menu */
  .cormorant-sc-semibold {
            font-family: 'Cormorant SC', serif;
        }
        
        /* Mobile menu animations */
        .mobile-menu {
            transform: translateX(100%);
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .mobile-menu.active {
            transform: translateX(0);
        }
        
        .mobile-menu.hidden {
            display: none;
        }
        
        /* Menu button animation */
        .menu-btn {
            transition: transform 0.3s ease;
        }
        
        .menu-btn.active {
            transform: rotate(90deg);
        }
        
        /* Hamburger to X animation */
        .hamburger {
            transition: all 0.3s ease;
        }
        
        .hamburger.active .line1 {
            transform: rotate(45deg) translate(6px, 6px);
        }
        
        .hamburger.active .line2 {
            opacity: 0;
        }
        
        .hamburger.active .line3 {
            transform: rotate(-45deg) translate(6px, -6px);
        }
        
        /* Menu items stagger animation */
        .menu-item {
            transform: translateX(20px);
            opacity: 0;
            animation: slideInLeft 0.5s ease forwards;
        }
        
        .menu-item:nth-child(2) { animation-delay: 0.1s; }
        .menu-item:nth-child(3) { animation-delay: 0.2s; }
        .menu-item:nth-child(4) { animation-delay: 0.3s; }
        .menu-item:nth-child(5) { animation-delay: 0.4s; }
        .menu-item:nth-child(6) { animation-delay: 0.5s; }
        
        @keyframes slideInLeft {
            to {
                transform: translateX(0);
                opacity: 1;
            }
        }
        
        /* Backdrop animation */
        .backdrop {
            opacity: 0;
            transition: opacity 0.3s ease;
            backdrop-filter: blur(2px);
        }
        
        .backdrop.active {
            opacity: 1;
        }
        
        /* Desktop hover effects */
        .social-icon {
            transition: all 0.3s ease;
            position: relative;
        }
        
        .social-icon::before {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: -5px;
            left: 50%;
            background-color: currentColor;
            transition: all 0.3s ease;
            transform: translateX(-50%);
        }
        
        .social-icon:hover::before {
            width: 100%;
        }
        
        .social-icon:hover {
            transform: translateY(-2px);
        }
        
        /* Logo hover effect */
        .logo {
            transition: all 0.3s ease;
        }
        
        .logo:hover {
            transform: scale(1.05);
        }
        
        /* Mobile menu item hover effect */
        .mobile-menu-item {
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        
        .mobile-menu-item::before {
            content: '';
            position: absolute;
            left: -100%;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(0,0,0,0.1), transparent);
            transition: left 0.5s ease;
        }
        
        .mobile-menu-item:hover::before {
            left: 100%;
        }
        
        /* Pulse animation for close button */
        .close-btn {
            transition: all 0.3s ease;
        }
        
        .close-btn:hover {
            transform: rotate(90deg) scale(1.1);
            background-color: rgba(0,0,0,0.1);
        }