/* * {
  outline: 1px solid red;
} */

body {
  padding-top: 58px;
}

.contact-btn {
  background-color: #ed1867 !important;
  color: #fff !important;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 500;
  text-decoration: none;
}

.contact-btn:hover {
  background-color: #e04360;
  color: #fff;
}

.navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.navbar-brand img {
  height: 30px;
  width: auto;
  display: block;
}

.navbar-nav {
  align-items: center;
}

.btn.contact-btn {
  background-color: transparent;
  color: #000;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}

.btn.home-highlight {
  background-color: #e91e63;
  color: #fff;
  border: none;
}

/* Banner Section */
.banner-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banners {
  position: relative;
  width: 100%;
}

.banner {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1s ease-in-out;
}

.banner.active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.progress-bar-wrapper {
  margin: 10px auto 0;
  width: 60px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background-color: #1c75bc;
  width: 0%;
  animation: fillBar 5s linear infinite;
  border-radius: 3px;
}

@keyframes fillBar {
  0% { width: 0%; }
  50% { width: 50%; }
  100% { width: 100%; }
}

/* Our Brand Section */
.info-section {
  background-image: url('/images/pd-image.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  text-align: left;
  overflow: hidden;
  animation: bgZoom 20s ease-in-out infinite alternate;
}

@keyframes bgZoom {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 105%;
  }
}

.container-box {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 30px 40px;
  max-width: 700px;
  margin-right: 4%;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  z-index: 2;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.container-box.visible {
  opacity: 1;
  transform: translateY(0);
}

.bold-text {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}

h1 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
  color: #222;
  letter-spacing: -0.5px;
}

/* Our Products */
.product-card {
  width: 240px;
  background: linear-gradient(to bottom, #fff7dc, #ffd680);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  transform: rotateY(90deg);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.product-card.flip-in {
  transform: rotateY(0deg);
  opacity: 1;
}

.product-image.product1 {
  transform: scale(1.1);
}

.product-image.product1:hover {
  transform: scale(1.2);
}

.product-image {
  width: 100%;
  max-width: 240px;
  height: 220px;
  object-fit: contain;
  display: block;
  margin: 10px auto 0;
  padding-top: 10px;
  transition: transform 0.3s ease;
}

.product-image:hover {
  transform: scale(1.1);
}

.product-details {
    background-color: #fff;
    padding: 0;
}

.product-name {
  font-weight: 600;
  text-align: left;
}

.product-size {
  font-size: 16px;
  color: #555;
  text-align: left;
  font-weight: bold;
  color: #ed1867;
}

.product-card {
  background: linear-gradient(to bottom, #fff7dc, #ffd680);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  height: 100%;
}

.shop-now-btn {
  background-color: #ed1867;
  color: white;
  padding: 10px 0;
  text-decoration: none;
  font-weight: 500;
  border-radius: 0;
  width: 100%;
  margin: 0;
  border: none;
  display: block;
}

.shop-now-btn:hover {
  background-color: #c91556;
  color: #fff;
}

.excited-btn {
  background-color: white;
  color: #ed1867;
  padding: 10px 0;
  text-decoration: none;
  font-weight: 500;
  border-radius: 0;
  border: 2px solid #ed1867;
  width: 100%;
  margin: 0;
  display: block;
}

.excited-btn:hover {
    background-color: #fdf2f8;
    color: #ed1867;
    border: 2px solid #ed1867;
}

.product-list-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
  padding: 15px;
  overflow-x: hidden;
}

.product-list-wrapper::-webkit-scrollbar {
  height: 8px;
}

.product-list-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  /* display: none; */
}

/* Mission and Vision */
.image-wrapper {
  position: relative;
  margin-bottom: 80px;
  overflow: visible;
}

.image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
  will-change: transform;
}

.image-wrapper:hover img {
  transform: scale(1.05);
}

.info-box {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  padding: 1rem 1.5rem;
  z-index: 10;
  border-radius: 8px;
}

/* Water for all */
.custom-image-wrapper {
  width: 100%;
  height: 100%;
  max-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.custom-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.custom-image.fade-in {
  opacity: 1;
  transform: scale(1);
}

/* Bringing the promise */
.heading {
    font-weight: 700;
    font-size: 45px;
    color: black;
    text-align: center;
    margin-bottom: 2rem;
}

.container-section {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    padding: 40px;
}

.image-box {
    width: 350px;
    height: 350px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.image-box:hover {
    transform: scale(1.05);
}

.text-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 16px;
    color: white;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    text-align: left;
}

.text-overlay h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.text-overlay p {
    margin: 4px 0 0;
    font-size: 14px;
}

.bringing-section {
    margin-top: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.upcoming-section {
    margin-top: 80px;
}

/* Upcoming launch */
.product-scroll-wrapper {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-inline: 20px;
  padding-block: 10px;
  justify-content: flex-start;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 20px;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

.product-scroll-wrapper::before {
  content: '';
  flex: 0 0 auto;
  width: 0;
}

.product-scroll-wrapper::-webkit-scrollbar {
  height: 8px;
}

.product-scroll-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.product-item {
  flex: 0 0 auto;
  width: 240px;
  scroll-snap-align: start;
  border-radius: 8px;
  background-color: #fff;
  transition: transform 0.3s ease;
  box-sizing: border-box;
}

.product-item:hover {
  transform: translateY(-4px);
}

/* D2C Section */
.quality-sales-section {
  padding: 0;
  margin-top: 100px;
}

.custom-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 120px;
}

.no-padding {
  padding: 0;
}

.top-section,
.bottom-section {
  display: flex;
  width: 100%;
}

.text-section {
  width: 100%;
  padding: 40px;
  background-color: #e0f2fe;
}

.image-section {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 280px;
}

.img-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.img-full:hover {
  transform: scale(1.05);
  filter: brightness(0.95);
}

.badge-circle {
  position: absolute;
  top: -30px;
  left: 20px;
  width: 90px;
  height: 90px;
  background-color: #12609f;
  border-radius: 50%;
  color: white;
  text-align: center;
  padding: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.badge-circle h3 {
  font-size: 24px;
  margin-top: 10px;
}

.badge-circle p {
  font-size: 12px;
  margin: 0;
}

/* Location Section */
.live-locations-section {
  background-color: #eff6ff;
  padding: 40px 0;
}

.custom-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.section-heading {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1.5rem;
  text-align: center;
}

.locations-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.locations-list {
  flex: 1;
  min-width: 220px;
}

.location-item {
  margin-bottom: 0.5rem;
  color: #444;
  transition: color 0.3s;
  cursor: pointer;
}

.location-item:hover {
  color: #d63384;
}

.location-item.active {
  color: #d63384;
  font-weight: 600;
}

.map-wrapper {
  flex: 2;
  width: 100%;
  height: 500px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: height 0.3s ease;
}

.location-map {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}

/* Recycle Section */
.responsive-section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: stretch;
  padding: 2rem 1rem;
}

.recycle-image,
.right-image-wrapper {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  perspective: 1000px;
}

.recycle-image img,
.right-image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 320px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.recycle-image img:hover,
.right-image-wrapper img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.center-content {
  flex-grow: 1;
  padding: 0 10px;
}

.fade-image {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
  will-change: opacity, transform;
}

.fade-image.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Certification */
.carousel-container {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}

.carousel-track {
  display: flex;
  align-items: center;
  animation: scroll 20s linear infinite;
  width: fit-content;
}

.carousel-container:hover .carousel-track {
  animation-play-state: paused;
}

.carousel-item-img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 50px;
  transition: transform 0.3s ease;
}

.carousel-item-img:hover {
  transform: scale(1.1);
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Partner with us */
.partner-box {
  background-color: #12609f;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 1.5rem;
  border-radius: 0.5rem;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.partner-box:nth-child(1) {
  animation-delay: 0.2s;
}
.partner-box:nth-child(2) {
  animation-delay: 0.4s;
}
.partner-box:nth-child(3) {
  animation-delay: 0.6s;
}

.partner-box.animate {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.circle-icon {
  width: 48px;
  height: 48px;
  background-color: #cfe2ff;
  color: #0d6efd;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  margin-bottom: 1rem;
}

.section-shadow {
  height: 24px;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.1);
}

.top-shadow {
  top: 0;
}

.bottom-shadow {
  bottom: 0;
}

/* Register With us */
.enhanced-container {
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.full-image {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  opacity: 0;
  transform: translateY(30px) scale(1);
  transition: opacity 1s ease, transform 1s ease;
}

.full-image.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.full-image:hover {
  transform: translateY(0) scale(0.97);
}

.image-container {
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.content-box {
  background-color: #f9fafb;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.content-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.btn-pink {
  background-color: #ed1867;
  color: #fff;
  padding: 0.6rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.btn-pink:hover {
  background-color: #c91556;
  color: #fff;
}

/* footer */
.footer-section {
  position: relative;
  width: 100%;
  background-image: url('/images/Wave1.svg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding: 60px 40px;
  color: #fff;
}

.footer-heading {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #fff;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-link:hover {
  text-decoration: underline;
  color: #fff;
}

.footer-bottom {
  background-color: #fff;
  color: #222;
  font-size: 0.88rem;
  text-align: center;
  padding: 1rem 0;
  margin-top: 0;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.social-icons svg {
  transition: transform 0.3s ease;
}

.social-icons a:hover svg {
  transform: scale(1.1);
}

.icon-facebook:hover .social-svg {
  fill: #1877f2;
}

.icon-x:hover .social-svg {
  fill: #000000;
}

.icon-instagram:hover .social-svg {
  fill: #e1306c;
}