@import url('https://fonts.googleapis.com/css2?family=Lakki+Reddy&family=Poppins:ital,wght@0,900&display=swap');

/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Lakki Reddy', cursive;
  background: white;
  color: #000;
}

/* Navbar */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
}

.logo {
  width: 60px;
}

.nav-links a {
  text-decoration: none;
  color: #000;
  margin-left: 30px;
  font-family: 'Lakki Reddy', cursive;
  font-size: 32px;
  letter-spacing: 1%;
}

/* Hero Section */
.hero-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f8f8;
  margin: 20px;
  border-radius: 20px;
  padding: 40px;
}

.hero-left h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-size: 96px;
  line-height: 120px;
  letter-spacing: 0;
  transform: rotate(-2deg); /* subtle tilt */
}

.highlight {
  background-color: #f4d84c;
  padding: 0 10px;
  display: inline-block;
}

/* Add or update this for .shop-btn to match nav-links a */
.shop-btn {
  background: none;
  color: #000;
  border: none;
  font-weight: bold;
  font-family: 'Lakki Reddy', cursive;
  font-size: 32px;
  letter-spacing: 1%;
  cursor: pointer;
  text-decoration: none;
  margin-left: 30px;
  padding: 0;
  transition: color 0.2s;
}




.hero-right img {
  height: 550px;
  object-fit: contain;
}


@import url('https://fonts.googleapis.com/css2?family=Lakki+Reddy&family=Poppins:ital,wght@0,400;0,700;1,400&display=swap');

/* ... previous styles remain unchanged ... */

.shop-from {
  background: #f3d758;
  display: flex;
  align-items: center;
  padding: 30px 50px;
  font-family: 'Lakki Reddy', cursive;
  font-size: 32px;
  letter-spacing: 1%;
}

.shop-left-text {
  flex: 1;
  text-align: left;
  font-weight: bold;
  line-height: 1.2;
}

.shop-options {
  flex: 3;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.shop-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.shop-card img {
  width: 80px;
  height: auto;
  margin-bottom: 15px;
}

/* 👇 Only text below store icons gets Poppins */
.store-text {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
}
/* Common Section Heading */
.section-heading {
  font-family: 'Lakki Reddy', cursive;
  font-size: 32px;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.highlight-bar {
  display: block;
  width: 70px;
  height: 8px;
  background-color: #f4d84c;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.best-seller {
  padding: 80px 60px;
  max-width: 1200px;
  margin: auto;
}

.best-seller-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: center;
}

.left-big-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.left-big-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
  object-fit: cover;
}

.caption {
  font-family: 'Lakki Reddy', cursive;
  font-size: 22px;
  margin-top: 15px;
}

.right-small-images {
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
}

.small-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.small-image img {
  width: 100%;
  max-width: 300px;
  border-radius: 20px;
  object-fit: cover;
}

.small-caption {
  font-family: 'Lakki Reddy', cursive;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}


/* LATEST COLLECTIONS */
.latest-collections {
  padding: 80px 60px;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.collection-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 30px;
  align-items: center;
  margin-top: 40px;
}

.left-big img {
  width: 100%;
  border-radius: 20px;
  height: auto;
  object-fit: cover;
}

.right-small {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.right-small img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

/* Heading styling shared from earlier */
.section-heading {
  font-family: 'Lakki Reddy', cursive;
  font-size: 32px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.highlight-bar {
  display: inline-block;
  width: 70px;
  height: 12px;
  background-color: #f4d84c;
  position: absolute;
  bottom: -8px;
  left: 0;
  z-index: -1;
  border-radius: 6px;
}

/* Explore More */
.explore-link {
  font-family: 'Lakki Reddy', cursive;
  font-size: 24px;
  margin-top: 50px;
  cursor: pointer;
}

.new-arrivals {
  padding: 80px 60px;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.arrival-gallery {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

.arrival-gallery img {
  width: 250px;
  height: auto;
  border-radius: 30px;
  object-fit: cover;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Shared heading style */
.section-heading {
  font-family: 'Lakki Reddy', cursive;
  font-size: 32px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.highlight-bar {
  display: inline-block;
  width: 90px;
  height: 15px;
  background-color: #f4d84c;
  position: absolute;
  bottom: -8px;
  left: 0;
  z-index: -1;
  border-radius: 8px;
}

/* Shop Now */
.shop-now-link {
  font-family: 'Lakki Reddy', cursive;
  font-size: 24px;
  margin-top: 40px;
  cursor: pointer;
}

.new-arrivals {
  padding: 80px 40px;
  max-width: 1300px;
  margin: auto;
  text-align: center;
}

.section-heading {
  font-family: 'Lakki Reddy', cursive;
  font-size: 36px;
  position: relative;
  display: inline-block;
}

.highlight-bar {
  display: block;
  width: 100px;
  height: 12px;
  background-color: #f4d84c;
  position: relative;
  bottom: 5px;
  margin: 0 auto;
  border-radius: 6px;
}

.new-arrivals {
  padding: 80px 40px;
  max-width: 1300px;
  margin: auto;
  text-align: center;
}

.section-heading {
  font-family: 'Lakki Reddy', cursive;
  font-size: 36px;
  position: relative;
  display: inline-block;
}

.highlight-bar {
  display: block;
  width: 100px;
  height: 12px;
  background-color: #f4d84c;
  position: relative;
  bottom: 5px;
  margin: 0 auto;
  border-radius: 6px;
}

.arrival-gallery {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 50px 0;
  flex-wrap: wrap;
}

.arrival-card {
  flex: 1 1 30%;
  max-width: 350px;
  min-width: 250px;
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.arrival-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.shop-now-link {
  font-family: 'Lakki Reddy', cursive;
  font-size: 26px;
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
}

/* ...existing code... */

/* Add this at the end of your CSS file */

/* Exclude hero image from hover effect */
.hero-section .hero-right img {
  /* Mark as hero image for exclusion */
  pointer-events: auto; /* just for clarity, not required */
}

/* Hover effect for all images except the hero image */
img:not(.logo):hover {
  transform: translateY(-10px) scale(1.05);
  transition: transform 0.3s;
}

/* PROMO JOIN SECTION */
.promo-join-section {
  background: #f3d758;
  padding: 60px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.promo-join-content h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.promo-join-btn {
  background: #000;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  padding: 12px 60px;
  margin-top: 10px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.promo-star {
  position: absolute;
  font-size: 2.5rem;
  color: #e6c94a;
  pointer-events: none;
}
.promo-star-left {
  left: 40px;
  top: 40px;
}
.promo-star-right {
  right: 40px;
  bottom: 40px;
}

.store-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  gap: 20px;
  flex-wrap: wrap;
}

.store-left {
  max-width: 500px;
}

.store-left h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.store-left p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  text-align: center;
}

.buttons-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.location-btn {
  background-color: #f4d03f;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.map-buttons {
  display: flex;
  gap: 10px;
}

.map-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.map-btn.google {
  background-color: #1a1a1a;
}

.map-btn.apple {
  background-color: #1a1a1a;
}

.store-right img {
  max-width: 500px;
  width: 100%;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
}

.icon {
  font-size: 16px;
}
/* ...existing code... */

/* --- FOOTER REDDY FONT & LAYOUT IMPROVEMENTS --- */
.footer {
  background-color: #000;
  color: #fff;
  padding: 40px 20px 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  font-family: 'Lakki Reddy', cursive;
  position: relative;
}

.footer h3,
.footer h4,
.footer p,
.footer a,
.footer .social-icon,
.footer .location-btn,
.footer .map-btn,
.footer .address p,
.footer .developer {
  font-family: 'Lakki Reddy', cursive !important;
  letter-spacing: 1px;
}

.footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.footer a:hover {
  color: #f4d03f;
}

.footer-left,
.footer-center,
.footer-right {
  flex: 1 1 250px;
  min-width: 220px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-bottom: 60px; /* space for developer text */
}

.footer-left .developer {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  color: #f4d03f;
  font-size: 15px;
  text-align: left;
  width: 100%;
  font-family: 'Lakki Reddy', cursive !important;
}

.footer-center {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-center h3 {
  margin-bottom: 10px;
  font-size: 1.5em;
  letter-spacing: 2px;
}

.footer-center ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-center li {
  margin: 8px 0;
}

.footer-center a {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 8px;
  background: #181818;
  color: #f4d03f;
  font-size: 1.1em;
  margin-bottom: 6px;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  box-shadow: 0 2px 8px rgba(244,208,63,0.08);
  font-family: 'Lakki Reddy', cursive !important;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.footer-center a:hover {
  background: #f4d03f;
  color: #000;
  transform: translateY(-2px) scale(1.04);
}

.footer-center ul {
  margin-top: 0;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 260px;
  width: 100%;
  max-width: 350px;
}

.footer-right .location-btn {
  margin-bottom: 14px;
  font-size: 1em;
  background: #f4d03f;
  color: #000;
  border-radius: 20px;
  font-weight: bold;
  font-family: 'Lakki Reddy', cursive !important;
}

.footer-right .map-buttons {
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
}

.footer-right .map-btn {
  background: #181818;
  color: #fff;
  border-radius: 8px;
  font-size: 1em;
  font-family: 'Lakki Reddy', cursive !important;
  transition: background 0.2s, color 0.2s;
}
.footer-right .map-btn.google:hover {
  background: #4285f4;
  color: #fff;
}
.footer-right .map-btn.apple:hover {
  background: #f4d03f;
  color: #000;
}

.footer-right .address {
  margin-top: 18px;
  width: 100%;
}
.footer-right .address h4 {
  font-size: 1.2em;
  margin-bottom: 6px;
  font-family: 'Lakki Reddy', cursive !important;
}
.footer-right .address p {
  font-size: 1em;
  color: #fff;
  font-family: 'Lakki Reddy', cursive !important;
  word-break: break-word;
}

.footer .social-icons {
  display: flex;
  gap: 10px;
  margin: 10px 0 0 0;
}

.footer .social-icon {
  background-color: #f4d03f;
  width: 38px;
  height: 38px;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  font-family: 'Lakki Reddy', cursive !important;
}
.footer .social-icon:hover {
  background: #fff;
  color: #f4d03f;
  transform: scale(1.08);
}

.footer .logo {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.footer h3 {
  margin: 0 0 8px 0;
  font-size: 1.7em;
  letter-spacing: 2px;
}

.footer-left p {
  color: #aaa;
  font-size: 1em;
  margin: 10px 0 0 0;
  font-family: 'Lakki Reddy', cursive !important;
}

.footer-bottom {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-size: 15px;
  font-family: 'Poppins', sans-serif !important;
  color: #fff;
  letter-spacing: 1px;
  background: none;
  padding: 0 0 10px 0;
}

/* --- Footer Responsive --- */
@media (max-width: 900px) {
  .footer {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  .footer-left, .footer-center, .footer-right {
    width: 100%;
    min-width: 0;
    margin-bottom: 30px;
  }
  .footer-left .developer {
    position: static;
    margin-top: 20px;
    text-align: left;
  }
  .footer-bottom {
    margin-top: 10px;
  }
}

/* --- Footer Store Address Full Width & Gap --- */
.footer-right {
  width: 100%;
  max-width: none;
  margin-top: 0;
}
.footer-right .map-buttons {
  margin-bottom: 30px;
}
.footer-right .address {
  width: 100%;
  margin-top: 0;
}

/* --- END FOOTER --- */

/* ...existing code... */
/* ...existing code... */

/* Mobile Navbar Styles */
@media (max-width: 600px) {
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .navbar .logo {
    height: 38px;
    width: auto;
  }

  .nav-links {
    display: flex;
    align-items: center;
    gap: 0;
  }

  .nav-links a {
    display: none;
  }

  .nav-links a:first-child {
    display: inline-block;
    font-weight: bold;
    color: #e7b800;
    background: #fffbe8;
    border-radius: 18px;
    padding: 7px 16px;
    font-size: 15px;
    border: 1px solid #e7b800;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
  }
}

/* ...existing code... */

@media (max-width: 600px) {
  /* ...existing navbar styles... */

  .hero-section {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 16px 18px 16px;
  }

  .hero-left h1 {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 18px;
    word-break: break-word;
  }

  .hero-right {
    display: none;
  }
}

/* ...existing code... */

@media (max-width: 600px) {
  /* ...existing mobile styles... */

  .shop-from .shop-left-text {
    display: none;
  }

  .shop-from .shop-options {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .shop-from .shop-card {
    display: none;
  }

  .shop-from .shop-card:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

/* Add this to your styles.css */
.floating-whatsapp {
  position: fixed;
  bottom: 22px;
  right: 18px;
  z-index: 9999;
  display: flex;
  align-items: center;
}

.floating-whatsapp a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.floating-whatsapp i {
  font-size: 2.4rem;
  color: #25d366;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
  padding: 12px;
  transition: box-shadow 0.2s;
}

.floating-whatsapp i:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.25);
}

.wa-float-text {
  margin-left: 12px;
  background: #25d366;
  color: #fff;
  padding: 7px 18px;
  border-radius: 18px;
  font-size: 1rem;
  font-weight: 600;
  opacity: 0;
  animation: wa-float-fade 4s infinite;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}

@keyframes wa-float-fade {
  0%, 100% { opacity: 0; transform: translateY(10px);}
  10%, 40% { opacity: 1; transform: translateY(0);}
  50% { opacity: 0; }
  60%, 90% { opacity: 1; }
}

@media (max-width: 600px) {
  .floating-whatsapp i {
    font-size: 2rem;
    padding: 9px;
  }
  .wa-float-text {
    font-size: 0.95rem;
    padding: 6px 14px;
    margin-left: 8px;
  }
}

/* Add to styles.css for Buy Now button styling */
.buy-now-btn {
  display: block;
  margin: 12px auto 0 auto;
  padding: 8px 28px;
  background: #e7b800;
  color: #fff;
  border: none;
  border-radius: 22px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  letter-spacing: 1px;
}

.buy-now-btn:hover {
  background: #d1a700;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

@media (max-width: 600px) {
  .buy-now-btn {
    width: 90%;
    font-size: 0.98rem;
    padding: 8px}
  }

  /* Google Review Section */
.google-review-section {
  background: #fffbe8;
  border-top: 2px solid #f4d84c;
  border-bottom: 2px solid #f4d84c;
  padding: 32px 0 28px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-content {
  display: flex;
  align-items: center;
  gap: 28px;
  max-width: 600px;
  width: 100%;
}

.google-logo {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  padding: 6px;
}

.review-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stars {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 1.5rem;
  color: #f4b400;
  font-weight: bold;
}

.stars .rating {
  color: #222;
  font-size: 1.1rem;
  margin-left: 8px;
  font-weight: 700;
}

.review-text {
  font-size: 1.08rem;
  color: #444;
  font-family: 'Montserrat', sans-serif;
}

.review-btn {
  display: inline-block;
  margin-top: 6px;
  background: #4285f4;
  color: #fff;
  padding: 8px 22px;
  border-radius: 20px;
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
  transition: background 0.2s;
}
.review-btn i {
  margin-right: 7px;
}
.review-btn:hover {
  background: #3367d6;
}

@media (max-width: 700px) {
  .review-content {
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }
  .google-logo {
    margin-bottom: 0;
  }
}


/* Hide SHOP NOW in navbar on mobile */
@media (max-width: 600px) {
  .nav-links .shop-btn {
    display: none !important;
  }
}
