
  /* CSS Starts  here */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html, body {
      height: 100%;
      /* font-family: Arial, sans-serif; */


        font-family: 'Arial', sans-serif;
            line-height: 1.6;
            color: black;
            overflow-x: hidden;
    }

    /* body {
      background: url('bg-img.jpg') no-repeat center center fixed;
      background-size: cover;
      color: #fff;
      overflow:auto; 

      font-family: 'Arial', sans-serif;
            line-height: 1.6;
            color: black;
            overflow-x: hidden;
    } */
body {
  background: url('bg-img2.jpg') no-repeat center center fixed;
  background-size: cover; 
  background-attachment: fixed;
  background-position: top;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: black;
  overflow-x: hidden;

  background-position: center 120px; 
}

    .overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }

    .content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

.top-banner {
  width: 100%;
  background: #000;  
  text-align: center;
  padding: 8px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
}

.top-banner img {
  max-width: 650px;  
  height: auto;
  display: inline-block;
}

.header {
  margin-top: 125px; 
}



.main-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;   /* ✅ Align left */
  justify-content: space-evenly;
  padding: 60px 20px;
  gap: 10px;
  overflow: hidden;
  margin-top: 80px; /* ✅ added */
}


.header-frame {
  width: auto;
  max-width: 50%;
  max-height: 15vh;
  display: flex;
  justify-content: flex-start;  
  align-items: center;
}

.header-frame img {
  max-width: 75%;
  max-height: 75%;
  height: auto;
  display: block;
}

.image-frame {
  width: auto;
  max-width: 600px;
  max-height: 35vh;
  display: flex;
  justify-content: flex-start;  /* ✅ Align left */
  align-items: center;
}

.image-frame img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  padding: 5px;
}



    .footer {
      flex-shrink: 0;
      text-align: center;
      padding: 10px;
      background-color: #1a1a1a;
      color: gray;
      font-weight: bold;
    }

    .footer p {
      font-size: 0.9em;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
      font-weight: bold;

    }

    /* .footer .location::before {
      content: "📍";
      margin-right: 5px;
    }

    .footer .phone::before {
      content: "📞";
      margin-right: 5px;
    } */

    .footer .location img, .footer .phone img {
            width: 20px; /* Adjust size as needed */
            height: auto;
            vertical-align: middle;
        }
    .footer a {
      color: gray;
      text-decoration: none;
    }

    .footer a:hover {
      text-decoration: underline;
    }

    @media (max-width: 768px) {
      .image-frame {
        width: 90%;
        max-height: 30vh;
      }
      .header-frame {
        width: 90%;
        max-height: 30vh;
      }
      .footer p {
        flex-direction: column;
        gap: 5px;
      }
    }

    @media (max-width: 480px) {
      .footer p {
        font-size: 0.8em;
      }
      .footer .location img, .footer .phone img {
                width: 12px; /* Even smaller on smaller screens */
            }
            .header-frame {
        width: 90%;
        max-height: 30vh;
      }
      .header-frame img {
    max-width: 90vw;
    max-height: none;
  }

  .image-frame img {
    max-width: 90vw;
  }
    }
    .image-frame.large {
  max-height: 55vh; /* More space for this specific image */
}








/* website styles */

 /* Header */
        .header {
            background: linear-gradient(135deg, #f5576c 0%, #f5576c 100%);
            color: white;
            padding: 1rem 0;
            position:relative;
            width: 100%;
            top: 0;
            z-index: 1000;
            backdrop-filter: blur(10px);
        }

        .nav-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 2rem;
        }

        .logo {
            font-size: 1.8rem;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .nav-links {
            display: flex;
            list-style: none;
            gap: 2rem;
        }

        .nav-links a {
            color: white;
            text-decoration: none;
            transition: all 0.3s ease;
            padding: 0.5rem 1rem;
            border-radius: 25px;
        }

        .nav-links a:hover {
            background: rgba(255,255,255,0.2);
            transform: translateY(-2px);
        }

         /* Hero Section */
    

 

.hero {
    padding: 3rem 4;       
    height: auto;           
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
}



        .hero-content {
            max-width: 800px;
            padding: 2rem;
            animation: fadeInUp 1s ease-out;
        }

        .hero h1 {
            font-size: 4.5rem;
            margin-bottom: 1rem;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 3px;
            position: relative;
            background: linear-gradient(45deg, #f5576c, #f5576c, #f5576c, #f5576c, #f5576c);
            background-size: 400% 400%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: gradientShift 3s ease-in-out infinite;
            text-shadow: 0 0 30px rgba(255, 107, 107, 0.5), 0 0 60px rgba(254, 202, 87, 0.3);
            filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.8));
        }
        
        .hero h1::before {
            content: attr(data-text);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, #fff, #f0f0f0, #fff);
            background-size: 200% 200%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: shimmer 2s ease-in-out infinite;
            z-index: -1;
        }
        
        @keyframes shimmer {
            0%, 100% { 
                background-position: -200% 0; 
                opacity: 0;
            }
            50% { 
                background-position: 200% 0; 
                opacity: 0.3;
            }
        }

        .hero p {
            font-size: 1.5rem;
            margin-bottom: 2rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        }

        .cta-button {
            display: inline-block;
            background: linear-gradient(45deg, #f5576c, #f5576c);
            color: white;
            padding: 1rem 2rem;
            text-decoration: none;
            border-radius: 50px;
            font-size: 1.2rem;
            font-weight: bold;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .cta-button:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.4);
        }

 /* Features Section */
        .features {
            padding: 5rem 0;
            background: linear-gradient(135deg, #6b57f5 0%, #f5576c 100%);
            color: white;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        .section-title {
            text-align: center;
            font-size: 3rem;
            margin-bottom: 3rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }

        .feature-card {
            background: rgba(255,255,255,0.1);
            padding: 2rem;
            border-radius: 20px;
            text-align: center;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.2);

        }

        .feature-card:hover {
            transform: translateY(-10px);
            background: rgba(255,255,255,0.2);
        }

        .feature-icon {
            font-size: 3rem;
            margin-bottom: 1rem;
        }


        /* Products Section */
        .products {
            padding: 5rem 0;
           background: linear-gradient(135deg, #ffffff 0%, #f5576c 100%);

        }

        .products .section-title {
            color: black;
        }

        .product-categories {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }

        .category-card {
            background: white;
            border-radius: 15px;
            padding: 2rem;
            text-align: center;
            box-shadow: 0 10px 30px #f14668;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .category-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
            transition: all 0.5s;
        }

        .category-card:hover::before {
            left: 100%;
        }

        .category-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }


        /* Store Photos Section */
        .store-photos {
            padding: 5rem 0;
            background: linear-gradient(135deg, #39045c 0%, #6b6bbe 100%);
            color: white;
        }

        .photo-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }

        .photo-card {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            height: 250px;
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
        }
.photo-card img.photo-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* fills card, may crop */
    display: block;
}



        .photo-card:hover {
            transform: scale(1.05);
        }

        .photo-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0,0,0,0.8));
            color: white;
            padding: 1.5rem;
            text-align: center;
        }


       
     /* Popup container to center both side by side */
.popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 40px; /* space between cards */
  pointer-events: none;
  z-index: 2000;
  pointer-events: none;
}

.popup-container::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
  z-index: -1; /* Behind popups but covers whole screen */
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.popup-container:has(.sale-popup.show)::before {
  pointer-events: auto; /* Block clicks on background */
}

/* Sale popup card */
.sale-popup {
  background: black; 
  color: #bd6be3;
  width: 420px;        
  min-height: 260px;   
  padding: 35px 25px;  
  border-radius: 30px;
  border-color: #84df74;
  border-block-color: #84df74;
  box-shadow: 0 12px 40px #84df74;
  text-align: center;
  opacity: 0;
  transform: scale(0.85);
  transition: all 0.4s ease-in-out;
  position: relative;
  pointer-events: none;
}

.sale-popup .popup-logo {
  display: block;
  margin: 0 auto 15px; /* center + space below */
  max-width: 150px;     /* control logo size */
}

.sale-popup.show {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.sale-popup h2 {
  margin-bottom: 15px;
  font-size: 1.9rem;
  font-weight: bold;
}

.sale-popup p {
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.6;
}

.sale-popup .close-btn {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 22px;
  cursor: pointer;
  color: #fff;
}

.sale-popup .close-btn:hover {
  color: #fff;
}

/* CTA button */
.sale-popup .cta {
  display: inline-block;
  background: #fff;
  color: #ff4e50;
  padding: 12px 26px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: background 0.3s, color 0.3s;
}

.sale-popup .cta:hover {
  background: #222;
  color: #fff;
}

.store-section {
  padding: 50px 0;
  background: #f9f9f9;
  text-align: center;
}

.store-section h2 {
  margin-bottom: 30px;
  font-size: 2rem;
  color: #333;
}

.map-wrapper {
  width: 100%;
  height: 800px; /* Bigger height to show more reviews */
  overflow: hidden;
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}



.newsletter-section {
  padding: 50px 20px;
  background: #f5576c;
  text-align: center;
  color: white;
}

.newsletter-section h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.newsletter-section p {
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.newsletter-section form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.newsletter-section input {
  padding: 12px 15px;
  border-radius: 25px;
  border: none;
  width: 250px;
  max-width: 90%;
  font-size: 1rem;
}

.newsletter-section button {
  padding: 12px 25px;
  border-radius: 25px;
  border: none;
  background: #fff;
  color: #f5576c;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.newsletter-section button:hover {
  background: #f1f1f1;
}



   /* CSS ends  here */
