/* HERO SECTION */
.hero-section {
  padding: 80px 0 140px;
  background-color: #ffffff;
}

.hero-title {
  font-size: 48px;
  font-weight: 500;
  color: #2b2b2b;
  margin-bottom: 20px;
}

.hero-text {
  font-size: 16px;
  color: #555;
  max-width: 480px;
  margin-bottom: 30px;
}

.hero-btn {
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 500;
}

/* HERO IMAGE */
.hero-image {
  max-width: 420px;
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

/* STATS SECTION */
.stats-wrapper {
  position: relative;
  margin-top: -70px;
}

.stats-card {
  background: #2f3fe0;
  color: #ffffff;
  padding: 35px 30px;
  border-radius: 20px;
  max-width: 1100px;
  box-shadow: 0 18px 40px rgba(47, 63, 224, 0.35);
}

.stats-card h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}

.stats-card p {
  font-size: 14px;
  margin: 0;
  opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-title {
    font-size: 32px;
  }

  .hero-section {
    padding-bottom: 160px;
    text-align: center;
  }

  .hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-image {
    max-width: 300px;
  }
}

/* Preserving India's Textile Legacy
 */
/* SECTION */
.legacy-section {
  padding: 90px 0;
  background-color: #ffffff;
}

/* IMAGE */
.legacy-image-wrapper {
  overflow: hidden;
  border-radius: 20px;
}

.legacy-image {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}

/* TEXT */
.legacy-title {
  font-size: 36px;
  font-weight: 700;
  color: #2b2b2b;
  margin-bottom: 25px;
}

.legacy-text {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 18px;
}

/* FEATURE CARDS */
.feature-card {
  background: #f7f6f2;
  border-radius: 14px;
  padding: 18px 16px;
  height: 100%;
  transition: all 0.35s ease;
  cursor: pointer;
}

.feature-card h6 {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin-bottom: 6px;
}

.feature-card p {
  font-size: 13px;
  color: #555;
  margin: 0;
}

/* HOVER EFFECT */
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  background: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .legacy-title {
    font-size: 28px;
  }

  .legacy-section {
    padding: 70px 0;
  }
}

.legacy-image-wrapper {
  max-width: 85%;
  /* reduce image width */
  margin-left: 0;
  /* align to left */
}

/* IMAGE */
.legacy-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}

/* MOBILE ADJUSTMENT */
@media (max-width: 768px) {
  .legacy-image-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }
}


/* Card Base */
.state-card {
  position: relative;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.35s ease;
  border: 1px solid #eee;
  min-height: 260px;
}

/* Bottom Border Colors */
.border-red {
  border-bottom: 3px solid #c62828;
}

.border-orange {
  border-bottom: 3px solid #ef6c00;
}

.border-gold {
  border-bottom: 3px solid #c9a227;
}

/* Image (Hidden by default) */
.card-image {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Image Text Overlay */
.image-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}

.image-text h5 {
  margin: 0;
  font-weight: 600;
}

.image-text span {
  font-size: 14px;
  opacity: 0.9;
}

/* Card Content */
.card-content {
  position: relative;
  z-index: 2;
  padding: 24px;
  transition: all 0.4s ease;
}

.card-content h5 {
  margin-top: 4px;
  font-weight: 600;
}

.card-content p {
  font-size: 15px;
  color: #555;
  margin: 10px 0 16px;
}

/* Explore Link */
.explore-link {
  text-decoration: none;
  font-weight: 500;
  color: #444;
}

.explore-link span {
  margin-left: 6px;
  transition: transform 0.3s ease;
}

.explore-link:hover span {
  transform: translateX(5px);
}

/* Hover Effects */
.state-card:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.state-card:hover .card-image {
  opacity: 1;
  visibility: visible;
}

.state-card:hover .card-content {
  opacity: 0;
}

/* Mobile Friendly */
@media (max-width: 767px) {
  .state-card {
    min-height: 220px;
  }

  .image-text {
    bottom: 15px;
    left: 15px;
  }
}

.state-card {
  position: relative;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #eee;
  min-height: 260px;
  transition: 0.35s ease;
}

/* Bottom Borders */
.border-maroon {
  border-bottom: 3px solid #7b1f2b;
}

.border-orange {
  border-bottom: 3px solid #c25a1d;
}

.border-gold {
  border-bottom: 3px solid #c9a227;
}

.border-green {
  border-bottom: 3px solid #4b7b2b;
}

.border-yellow {
  border-bottom: 3px solid #f2a900;
}

.border-red {
  border-bottom: 3px solid #c81e3a;
}

/* Image Overlay */
.card-image {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}

.card-image img {
  width: 100%;
  height: 120%;
  object-fit: cover;
}

.image-text {
  position: absolute;
  bottom: 18px;
  left: 18px;
  color: #fff;
}

.image-text h5 {
  margin: 0;
  font-weight: 600;
}

.image-text span {
  font-size: 14px;
  opacity: 0.9;
}

/* Content */
.card-content {
  padding: 24px;
  transition: 0.4s ease;
}

.card-content small {
  color: #777;
}

.card-content h5 {
  margin-top: 6px;
  font-weight: 600;
}

.card-content p {
  font-size: 15px;
  color: #555;
  margin: 12px 0 16px;
}

.explore-link {
  text-decoration: none;
  font-weight: 500;
  color: #444;
}

/* Hover Effect */
.state-card:hover {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.state-card:hover .card-image {
  opacity: 1;
  visibility: visible;
}

.state-card:hover .card-content {
  opacity: 0;
}




/* SECTION */
.craft-section {
  background-color: #fbf5ed;
  padding: 80px 0;
}

/* TEXT */
.section-tag {
  font-size: 13px;
  letter-spacing: 2px;
  color: #a25a1a;
}

.section-title {
  font-size: 32px;
  font-weight: 500;
  margin: 10px 0 20px;
}

.section-text {
  font-size: 16px;
  color: #555;
  max-width: 520px;
}

/* IMAGE CONTAINER — KEY FIX */
.image-box {
  position: relative;
  max-width: 560px;
  margin-left: auto;
}

/* IMAGE */
.image-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

/* QUOTE */
.image-quote {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #8b4a13;
  color: #fff;
  padding: 18px 20px;
  border-radius: 14px;
  max-width: 320px;
  font-size: 14px;
}

/* MOBILE FIX */
@media (max-width: 991px) {
  .image-box {
    margin: 0 auto;
  }

  .image-quote {
    position: relative;
    margin-top: 16px;
    left: 0;
    bottom: 0;
  }
}

.bullet-list {
  padding-left: 18px;
  margin: 0;
}

.bullet-list li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

/* Image styling */
.craft-image {
  border-radius: 16px;
  width: 100%;
  height: auto;
}

/* Quote box */
.image-quote {
  background: #8b4a16;
  color: #fff;
  padding: 16px 18px;
  border-radius: 12px;
  margin-top: -60px;
  width: 85%;
}

/* ========================= */
/* MOBILE VIEW FIX */
/* ========================= */
@media (max-width: 768px) {

  /* Hide quote on mobile */
  .image-quote {
    display: none;
  }

  /* Reduce image height */
  .craft-image {
    max-height: 240px;
    object-fit: cover;
  }

  /* Center image */
  .image-wrap {
    margin-top: 20px;
  }
}



/* video */
.brand-video-section {
  background: #f8f9fa;
}

.video-container {
  position: relative;
  max-width: 900px;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Play Button Circle */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95px;
  height: 95px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}
.volume-btn {
  position: absolute;
  bottom: 20px;
  right: 80px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

/* Blue Triangle */
.play-btn span {
  width: 0;
  height: 0;
  border-left: 24px solid #2f5bff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

/* Responsive */
@media (max-width: 768px) {
  .play-btn {
    width: 70px;
    height: 70px;
  }

  .play-btn span {
    border-left: 18px solid #2f5bff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}



/* Make video taller */
.video-container video {
  width: 100%;
  height: 500px;
  /* 👈 Increase height */
  object-fit: cover;
  /* Prevent distortion */
}

/* Responsive height */
@media (max-width: 992px) {
  .video-container video {
    height: 380px;
  }
}

@media (max-width: 576px) {
  .video-container video {
    height: 260px;
  }
}

.video-caption {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
  white-space: nowrap;
  /* Force 1 line */
  overflow: hidden;
  text-overflow: ellipsis;
  /* Add ... if too long */
  max-width: 90%;
}

@media (max-width: 768px) {
  .video-caption {
    font-size: 13px;
    /* Smaller font */
    padding: 6px 12px;
    /* Less padding */
    bottom: 10px;
    /* Slightly closer */
  }
}


.video-container {
  position: relative;
  overflow: hidden;
}

.video-toggle {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

.video-toggle:hover {
  background: rgba(0, 0, 0, 0.9);
}

/* newsletter-section */

.newsletter-section {
  background-color: #2f3de1;
  padding: 80px 20px;
  color: #ffffff;
}

.newsletter-title {
  font-size: 40px;
  /* ✅ Fixed */
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.3;
}

.newsletter-text {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 40px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-form {
  gap: 15px;
}

.newsletter-input {
  max-width: 420px;
  height: 52px;
  border-radius: 8px;
  border: none;
  padding: 0 16px;
  font-size: 15px;
}

.newsletter-btn {
  background-color: #7ac81e !important;
  color: #ffffff !important;
  height: 52px;
  padding: 0 28px;
  border-radius: 8px;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
}

.newsletter-btn:hover {
  background-color: #68b218;
  transform: translateY(-2px);
}


/*  e catgloue */
/* Section */
.catalog-section {
  padding: 80px 0;
}

/* Heading */
.catalog-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.catalog-subtitle {
  text-align: center;
  margin-bottom: 30px;
}

/* Wrapper */
.flip-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

/* Flipbook */
#flipbook {
  margin: auto;
}

/* Page */
#flipbook .page {
  background: #fff;
  overflow: hidden;
}

/* Image */
#flipbook img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* IMPORTANT */
}

/* Shadow */
#flipbook .page {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Buttons */
.btn {
  margin: 5px;
}

/* COVER PAGE */
.cover-content {
  display: flex;
  height: 100%;
}

.cover-left {
  width: 50%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cover-left h2 {
  font-weight: 700;
  margin-bottom: 15px;
}

.cover-left p {
  font-size: 15px;
  line-height: 1.6;
}

.cover-right {
  width: 50%;
}

.cover-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* END PAGE */
.end-page {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.end-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.end-content p {
  margin-bottom: 20px;
}

/* MOBILE */
@media (max-width: 768px) {

  .cover-content {
    flex-direction: column;
  }

  .cover-left,
  .cover-right {
    width: 100%;
  }

  .cover-left {
    padding: 20px;
    text-align: center;
  }
}

/* Fix wide screen stretching issue */
.flip-wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

#flipbook {
  width: 100%;
}

/* Mobile optimization for end page */
@media (max-width: 480px) {

  .end-page h1 {
    font-size: 24px !important;
    line-height: 1.2;
  }

  .end-page p {
    font-size: 14px !important;
    margin-top: 8px;
  }

  .end-page .btn,
  .end-page button {
    font-size: 13px !important;
    padding: 8px 14px !important;
    border-radius: 6px;
  }

  .end-page {
    padding: 15px 10px !important;
    text-align: center;
  }
}