* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


:root {
  --primary-color: #e83e8c;
  --secondary-color: #8a2be2;
  --accent-color: #17a2b8;
  --light-color: #f8f9fa;
  --dark-color: #343a40;
  --transition-slow: 0.5s;
  --transition-medium: 0.3s;
  --transition-fast: 0.15s;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Georgia", serif;
  background-color: #fff1f6;
  color: #111;
}


 .action-bar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: var(--primary-color);;
        color: white;
        padding: 8px 0;
        z-index: 1001;
        font-size: 14px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      }
      
      .action-bar-content {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
      }
      
      .contact-info {
        display: flex;
        gap: 30px;
        align-items: center;
      }
      
      .contact-item {
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 500;
      }
      
      .contact-item i {
        font-size: 16px;
      }
      
      
      @keyframes pulse {
        0% { box-shadow: 0 0 0 0 rgba(255, 107, 107, 0.7); }
        70% { box-shadow: 0 0 0 10px rgba(255, 107, 107, 0); }
        100% { box-shadow: 0 0 0 0 rgba(255, 107, 107, 0); }
      }

       
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 20px 50px; */
  margin: 2% 10% 2% 10%;
  background-color: transparent;
}

.logo {
  font-size: 32px;
  color: #d63384;
  font-family: "Brush Script MT", cursive;
  font-weight: bold;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 30px;
}

.nav-links a {
  text-decoration: none;
  color: #111;
  font-weight: 500;
  letter-spacing: 1px;
}

.nav-links .active {
  border-bottom: 2px solid #111;
  font-weight: bold;
}

.hero {
  display: flex;
  justify-content: space-between;
  /* padding: 80px 50px; */
  margin: 2% 10% 2% 10%;
  /* background: linear-gradient(to right, #fff1f6, #d63384);  */
  align-items: center;
  flex-wrap: wrap;
}

.hero-text {
  max-width: 600px;
}

.hero-text h1 {
  font-size: 64px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-text p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #333;
}

.hero-text button {
  background-color: #d63384;
  color: white;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}

.hero-images {
  position: relative;
  width: 400px;
  height: 400px;
}

.hero-images img {
  position: absolute;
  border: 6px solid white;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.img-main {
  width: 250px;
  top: 80px;
  left: 80px;
  z-index: 2;
}

.img-top {
  width: 120px;
  top: 0;
  left: 250px;
  z-index: 1;
}

.img-bottom {
  width: 130px;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.stats {
  display: flex;
  justify-content: space-around;
  padding: 60px 20px;
  background-color: #fff1f6;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.stat strong {
  font-size: 36px;
  color: #d63384;
  display: block;
}

.stat {
  flex: 1;
  margin: 0 10px;
  font-size: 16px;
}

.hamburger {
    z-index:9999;
  display: none;
  font-size: 26px;
  cursor: pointer;
}

.features-section {
  margin: 2% 10%;
  font-family: "Poppins", sans-serif;
}

.features {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.feature {
  flex: 1;
  min-width: 200px;
  margin: 10px;
  padding: 15px;
}

.feature i {
  font-size: 40px;
  margin-bottom: 10px;
  color: #d63384;
}

.feature h4 {
  font-weight: 600;
  margin-bottom: 5px;
}

.feature:hover {
  transform: translateY(-10px) scale(1.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

/* Animate icon, heading, and paragraph individually */
.feature:hover i {
  color: #ff4081;
  transform: rotate(10deg) scale(1.2);
  transition: transform 0.3s ease, color 0.3s ease;
}

.feature:hover h3 {
  color: #333;
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.feature:hover p {
  color: #555;
  transition: color 0.3s ease;
}

.banners {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.banner {
  flex: 1;
  min-width: 280px;
  padding: 30px;
  background-color: #fddde6;
  border-radius: 8px;
  background-size: cover;
  background-position: right center;
  color: #000;
  position: relative;
}

.banner.left {
  background-image: url("https://img.freepik.com/premium-photo/pink-background-with-peonies-flowers-it_895799-5235.jpg");
}

.banner.right {
  background-image: url("https://img.freepik.com/premium-photo/pink-white-flowers-pink-background_14117-695507.jpg?w=360");
}

.banner .sale {
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 10px;
}

.banner h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.banner .btn {
  background-color: #e91e63;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
}

@keyframes bubble {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.animate-bubble {
  animation: bubble 0.6s ease-out forwards;
}

.feature,
.banner {
  opacity: 0; /* Initially hidden */
  transform: scale(0.5);
  transition: transform 0.4s, opacity 0.4s;
}

.art-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* padding: 60px 40px; */
  margin: 5% 10% 5% 10%;
  /* gap: 40px; */
  flex-wrap: wrap;
}

.text-container {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.text-container h1 span {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

.text-container p {
  font-size: 1rem;
  color: #444;
  margin-top: 20px;
  line-height: 1.6;
}

.text-container button {
  margin-top: 25px;
  padding: 12px 24px;
  background-color: #d63384;
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.text-container button:hover {
  background-color: #b0276f;
  transform: scale(1.05);
}

.image-container {
  flex: 1;
  position: relative;
  min-width: 280px;
  max-width: 600px;
  margin-left: 300px;
}

.main-image {
  width: 100%;
  max-width: 400px;
  border: 6px solid #fcddec;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.overlay-image {
  position: absolute;
  width: 180px;
  border: 6px solid #fcddec;
  bottom: -20px;
  left: -20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.best-sellers {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 2rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.best-sellers::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  z-index: -1;
  backdrop-filter: blur(10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

h2 {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: var(--dark-color);
  position: relative;
  display: inline-block;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  letter-spacing: 1px;
}

h2::before {
  content: "✿";
  position: absolute;
  left: -40px;
  top: 0;
  color: var(--primary-color);
  opacity: 0.6;
  animation: floating 3s ease-in-out infinite;
}

h2::after {
  content: "✿";
  position: absolute;
  right: -40px;
  top: 0;
  color: var(--secondary-color);
  opacity: 0.6;
  animation: floating 3s ease-in-out infinite reverse;
}

@keyframes floating {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-10px) rotate(5deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

/* product section */
.best-sellers p {
  max-width: 700px;
  margin: 0 auto 3rem;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #666;
  position: relative;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.title-decorator {
  width: 80px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--secondary-color)
  );
  margin: 0 auto 2rem;
  border-radius: 2px;
  position: relative;
}

.title-decorator::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--primary-color);
  top: -5px;
  left: -5px;
  animation: pulse 2s infinite;
}

.title-decorator::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--secondary-color);
  top: -5px;
  right: -5px;
  animation: pulse 2s infinite 1s;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.carousel-container {
  position: relative;
  margin: 3rem 0;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  transition: transform var(--transition-medium);
  transform-style: preserve-3d;
  perspective: 1000px;
}

.carousel-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0) 5%,
    rgba(255, 255, 255, 0) 95%,
    rgba(255, 255, 255, 0.9) 100%
  );
  z-index: 2;
  pointer-events: none;
}

.carousel {
  display: flex;
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  gap: 0;
}

.slide {
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.carousel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 100%;
}

.card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  transform: translateY(0) rotate(0);
  z-index: 1;
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(var(--primary-color-rgb), 0.1),
    rgba(var(--secondary-color-rgb), 0.1)
  );
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.card:hover {
  transform: translateY(-20px) rotate(2deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.card:hover::before {
  opacity: 1;
}

.card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.5s ease;
  filter: brightness(0.95);
}

.card:hover img {
  transform: scale(1.15);
  filter: brightness(1.1) contrast(1.1);
}

.card h3 {
  padding: 1.2rem;
  font-size: 1.5rem;
  color: var(--dark-color);
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  transition: color 0.3s ease;
}

.card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--secondary-color)
  );
  transition: width 0.5s ease, left 0.5s ease;
}

.card:hover::after {
  width: 80%;
  left: 10%;
}

.card:nth-child(1) {
  animation-delay: 0.1s;
}
.card:nth-child(2) {
  animation-delay: 0.2s;
}
.card:nth-child(3) {
  animation-delay: 0.3s;
}

.card:hover h3 {
  color: var(--primary-color);
}

@keyframes entranceFromBottom {
  from {
    transform: translateY(50px) scale(0.8);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.entrance-animation {
  animation: entranceFromBottom 0.8s forwards
    cubic-bezier(0.17, 0.67, 0.83, 0.67);
  opacity: 0;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.bounce-in {
  animation: bounceIn 0.8s forwards;
}

@keyframes slideInFromRight {
  from {
    transform: translateX(50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-right {
  animation: slideInFromRight 0.5s forwards;
}

@keyframes slideInFromLeft {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-left {
  animation: slideInFromLeft 0.5s forwards;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--dark-color);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  z-index: 10;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
}

.carousel-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--secondary-color)
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.carousel-btn:hover::before {
  opacity: 1;
}

.carousel-btn:hover {
  transform: translateY(-50%) scale(1.1);
  color: white;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.carousel-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.prev-btn {
  left: 30px;
}

.next-btn {
  right: 30px;
}

.indicator-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 2rem;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  position: relative;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.indicator::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.indicator.active {
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--secondary-color)
  );
  transform: scale(1.2);
}

.indicator.active::before {
  border-color: rgba(232, 62, 140, 0.3);
  animation: pulseRing 2s infinite;
}

@keyframes pulseRing {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.see-more-btn {
  background: linear-gradient(
    45deg,
    var(--primary-color),
    var(--secondary-color)
  );
  color: white;
  border: none;
  padding: 1.2rem 3rem;
  font-size: 1.2rem;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 3rem;
  box-shadow: 0 10px 25px rgba(232, 62, 140, 0.4);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
  font-weight: 500;
  letter-spacing: 1px;
  z-index: 1;
}

.see-more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    var(--secondary-color),
    var(--primary-color)
  );
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}

.see-more-btn::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: -10px;
  left: -10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s ease;
}

.see-more-btn:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 30px rgba(232, 62, 140, 0.6);
}

.see-more-btn:hover::before {
  opacity: 1;
}

.see-more-btn:hover::after {
  animation: rippleEffect 1s infinite;
}

@keyframes rippleEffect {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }
  100% {
    transform: scale(20);
    opacity: 0;
  }
}

/* Shimmer effect for cards */
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.card:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background-size: 200% 100%;
  animation: shimmer 2s infinite;
  z-index: 2;
}

/* Default animation classes */
.delay-1 {
  animation-delay: 0.2s;
}
.delay-2 {
  animation-delay: 0.4s;
}
.delay-3 {
  animation-delay: 0.6s;
}
.delay-4 {
  animation-delay: 0.8s;
}
.delay-5 {
  animation-delay: 1s;
}
.delay-6 {
  animation-delay: 1.2s;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .carousel-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .card h3 {
    font-size: 1.3rem;
  }

  h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .carousel-grid {
    grid-template-columns: 1fr;
  }

  .card {
    padding: 1.5rem;
  }

  .card img {
    height: 200px;
  }

  h2 {
    font-size: 2rem;
  }

  .carousel-btn {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }

  .title-decorator {
    width: 60px;
    height: 3px;
  }
}

@media (max-width: 480px) {
  .best-sellers {
    padding: 1rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  .best-sellers p {
    font-size: 1rem;
  }

  .card h3 {
    font-size: 1.2rem;
  }

  .card img {
    height: 180px;
  }

  .carousel-btn {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }

  .title-decorator::before,
  .title-decorator::after {
    width: 12px;
    height: 12px;
    top: -4px;
  }
}

/* Flower decoration */
.flower-decoration {
  position: absolute;
  width: 40px;
  height: 40px;
  opacity: 0.6;
  animation: floatingFlower 5s ease-in-out infinite;
  z-index: -1;
}

.flower-1 {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
  color: var(--primary-color);
}

.flower-2 {
  top: 20%;
  right: 8%;
  animation-delay: 1s;
  color: var(--secondary-color);
}

.flower-3 {
  bottom: 15%;
  left: 7%;
  animation-delay: 2s;
  color: var(--accent-color);
}

.flower-4 {
  bottom: 25%;
  right: 5%;
  animation-delay: 3s;
  color: var(--primary-color);
}

@keyframes floatingFlower {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-15px) rotate(10deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

/* RGB variables for gradients */
:root {
  --primary-color-rgb: 232, 62, 140;
  --secondary-color-rgb: 138, 43, 226;
  --accent-color-rgb: 23, 162, 184;
}

/* Enhanced card container */
.card-container {
  position: relative;
  overflow: visible;
}

/* Image container for hover effects */
.image-container {
  position: relative;
  overflow: hidden;
}

.image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
}

.card:hover .image-container::after {
  opacity: 1;
}

/* Quick view button */
.quick-view {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  color: var(--primary-color);
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 30px;
  font-weight: 500;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  opacity: 0;
  z-index: 3;
}

.card:hover .quick-view {
  bottom: 20px;
  opacity: 1;
}

/* Responsive design */
@media (max-width: 1024px) {
  .carousel-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  .card h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .carousel-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  h2 {
    font-size: 2rem;
  }

  .carousel-btn {
    width: 50px;
    height: 50px;
  }

  .prev-btn {
    left: 15px;
  }

  .next-btn {
    right: 15px;
  }
}

@media (max-width: 480px) {
  .carousel-grid {
    grid-template-columns: 1fr;
  }

  h2 {
    font-size: 1.8rem;
  }

  .carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }

  .see-more-btn {
    padding: 1rem 2rem;
  }
}

.testimonial-section {
  /* padding: 50px; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5% 10%;
}

.testimonial-content {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}

.testimonial-left {
  flex: 1;
}

.testimonial-left h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #111827;
}

.testimonial-left img {
  width: 100%;
  max-width: 350px;
}

.testimonial-right {
  flex: 2;
  position: relative;
  margin-left: 300px;
}

.quote {
  font-size: 2.5rem;
  color: #f472b6; /* pink */
  margin-bottom: 15px;
}

.message {
  font-size: 1rem;
  line-height: 1.7;
  max-width: 600px;
  margin-bottom: 30px;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.user-info img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.user-info h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.user-info .date {
  font-size: 0.9rem;
  font-style: italic;
  color: #333;
  margin-top: 5px;
}

.pagination {
  margin-top: 20px;
}

.pagination .dot {
  height: 8px;
  width: 30px;
  background-color: #f9c8dd;
  border-radius: 10px;
  display: inline-block;
  margin-right: 10px;
  transition: background-color 0.3s ease;
}

.pagination .dot.active {
  background-color: #ec4899;
}

.footer {
  background: url("https://www.shutterstock.com/image-vector/flower-seamless-border-floral-banner-260nw-2247522301.jpg")
    no-repeat center center/cover;
  color: #fff;
  position: relative;
}

.footer-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 50px 20px;
  text-align: center;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 40px;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
}

.footer-nav .dot {
  color: #ec4899;
  font-size: 1.5rem;
}

.footer-middle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto 40px;
}

.footer-left,
.footer-center,
.footer-right {
  flex: 1;
  min-width: 250px;
}

.footer-left p,
.footer-right p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.footer-left i,
.footer-right i {
  margin-right: 10px;
}

.brand {
  font-family: "Brush Script MT", cursive;
  font-size: 2.5rem;
  color: #ec4899;
  margin-bottom: 20px;
}

.social-icons a {
  margin: 0 10px;
  font-size: 1.3rem;
  color: #fff;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #ec4899;
}

.footer-bottom {
  border-top: 1px solid #444;
  padding-top: 20px;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.policy-links {
  display: flex;
  gap: 20px;
}

.policy-links a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
}

.policy-links a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    gap: 15px;
    background: #fff1f6;
    padding: 20px;
    position: absolute;
    right: 20px;
    top: 60px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  #mobileMenu.open .nav-links {
    display: flex;
  }
  #mobileMenu{
    position: absolute;
    top: -15px;
    left: 129px;
    z-index: 2;
  }

  .hamburger {
    display: block;
  }

  .navbar,
  .hero,
  .stats,
  .features-section {
    margin: 2%;
    margin-top:12%;
  }

  .stats {
    padding-left: 0;
    padding-right: 0;
  }

  .features {
    flex-direction: column;
    align-items: center;
  }

  .banners {
    flex-direction: column;
  }

  .banner h3 {
    font-size: 1.2rem;
  }

  .banner .btn {
    padding: 8px 16px;
  }

  .art-section {
    flex-direction: column;
    padding: 40px 20px;
  }

  .text-container h1 span {
    font-size: 2.2rem;
  }

  .image-container,
  .testimonial-right {
    margin-left: 0;
  }

  .overlay-image {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 20px;
    width: 100%;
    max-width: 200px;
  }

  .best-sellers h2 {
    font-size: 2rem;
  }

  .card h3 {
    font-size: 1rem;
  }
}

/* Services Section */
.services-section {
  padding: 100px 0;
  background: linear-gradient(to bottom, #fffaf5, #fef2f9);
  position: relative;
  overflow: hidden;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 2.8rem;
  color: #333;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.section-title p {
  font-size: 1.1rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.slider-container {
  width: 100%;
  overflow: hidden;
  margin: 30px 0;
  position: relative;
}

.slider-row {
  display: flex;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  width: fit-content;
}

.row-1 {
  animation-name: slideLeft;
}

.row-2 {
  animation-name: slideRight;
}

.service-card {
  min-width: 300px;
  height: 320px;
  margin: 15px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.4s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(214, 51, 132, 0.2);
}

.service-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
}

.service-card:hover .service-image {
  transform: scale(1.1);
}

.service-content {
  padding: 25px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.service-card:hover .service-content {
  padding-bottom: 35px;
}

.service-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.service-description {
  font-size: 0.95rem;
  line-height: 1.5;
  opacity: 0.9;
}

.buttons-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
}

.service-button {
  padding: 15px 35px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border: none;
  z-index: 1;
}

.primary-button {
  background-color: #d63384;
  color: white;
  box-shadow: 0 8px 20px rgba(214, 51, 132, 0.3);
}

.secondary-button {
  background-color: transparent;
  color: #333;
  border: 2px solid #d63384;
  box-shadow: 0 8px 20px rgba(214, 51, 132, 0.1);
}

.service-button:hover {
  transform: translateY(-5px);
}

.primary-button:hover {
  background-color: #c42a7b;
  box-shadow: 0 12px 25px rgba(214, 51, 132, 0.4);
}

.secondary-button:hover {
  color: #d63384;
  box-shadow: 0 12px 25px rgba(214, 51, 132, 0.2);
}

.decorative-shape {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(252, 221, 236, 0.5);
  z-index: 0;
}

.shape-1 {
  width: 200px;
  height: 200px;
  top: 10%;
  left: 5%;
}

.shape-2 {
  width: 300px;
  height: 300px;
  bottom: 10%;
  right: 5%;
}

.pause-animation {
  animation-play-state: paused;
}

@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes slideRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 2.2rem;
  }

  .service-card {
    min-width: 280px;
    height: 300px;
    margin: 10px;
  }

  .buttons-container {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .service-button {
    width: 80%;
  }
}











/*Gallery*/
.gallery {
  column-count: 3;
  column-gap: 15px;
  padding: 15px;
}

.gallery-img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 10px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.gallery-img:hover {
  transform: scale(1.03);
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
}

.modal-content {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 30px;
  right: 40px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}