@import url("https://fonts.googleapis.com/css2?family=Caprasimo&family=Dosis:wght@200..800&family=Encode+Sans+Expanded:wght@100;200;300;400;500;600;700;800;900&family=Macondo&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap");

:root {
  --primary-color: #59a9d2;
  --secondary-color: #e0edf7;
  --primary-text: #420606;
  --primary-bg: #ff6f61;
}

button {
  /* background-image: url(gift.jpg); */
  height: 50px;
  width: 120px;
  border-radius: 10px;
  border-width: 2px;
  padding: 2px;
  border: none;
  background-color: #cc4747;
  color: beige;
  margin-left: 120px;
  margin-right: 120px;
}
/* 
button:hover {
  background-color: rgb(235, 63, 63);
} */

body {
  font-family: Quicksand, Arial, sans-serif;
  color: #333;
  font-weight: 400;
  background-color: #fbdbdb;
  overflow-x: hidden;
}

h1,
h2 {
  color: #444;
  margin-bottom: 1rem;
  text-align: center;
}

/* Header & Navigation */
header {
  /* background-color: #ff6f61; */ 
  background: radial-gradient(circle at 50% -50% , #ff6f61 , #cc4747 );
  color: #fff;
}
/* navbar */
.navbar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 10px 18px;
}
/* logo */
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
#giftLogo {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin: 0 !important;
}
.site-name a {
  text-decoration: none;
  color: var(--secondary-color);
  font-size: 1.5rem;
}
/* navlinks */
.nav-links {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  white-space: nowrap;
}
.nav-links li {
  list-style-type: none;
  transition: all 0.3s ease;
   border-radius: 12px;
  padding: 5px 7px ;
  box-shadow: 0 2px 12px #E3E3E2 inset;
}
.nav-links li a {
  text-decoration: none;
  padding: 12px 16px;
  font-size: 1.2rem;
  outline: none;
  color: var(--secondary-color);
  border-radius: 20px;
  transition: all 0.3s ease;
}
.nav-links li a:hover {
  color: var(--primary-text); 
}
.nav-links li:hover { 
  transform: translateY(-5px) scale(1.04);
  box-shadow: inset 0 2px 12px rgba(15, 1, 1, 0.08);
}
/* search bar */
.right-side {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  padding: 8px 12px;
}
#search,
#searchMenu {
  padding: 10px 12px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary-color);
  border: none;
  outline: none;
  /* border: 1px solid rgba(8, 78, 121, 0.5); */
  border-radius: 20px;
  box-shadow: rgba(121, 16, 8, 0.5) 0 4px 12px inset;
}
#search::placeholder {
  font-size: 0.8rem;
  color: rgb(112, 110, 110);
}
#search:focus-within {
  box-shadow: rgba(8, 78, 121, 0.5) 0 4px 12px inset;
}
#menu {
  color: var(--secondary-color);
  font-size: 2rem;
  display: none;
}
.mobile-menu {
  display: none;
}
/* navbar responsive */
@media screen and (max-width: 1028px) {
  .navbar {
    position: relative;
  }
  #menu {
    display: block;
    cursor: pointer;
  }
  .desktop-menu {
    display: none;
  }
  .mobile-menu {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 1.2rem;
    position: fixed;
    top: 78px;
    right: -1px;
    transform: translateX(150%); 
    
  background: radial-gradient(circle at -50% 50% , #cc4747 ,#ff6f61);
    /* pointer-events: none; */
    z-index: 1;
    width: 13rem;
    padding: 1rem 14px !important;
    box-shadow: rgb(248, 91, 91) 8px 10px 8px;
    transition: all 0.5s ease-in-out;
  }
  .mobile-menu-active {
    transform: translateX(0);
    pointer-events: auto;
  }
  .mobile-menu li a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    font-size: 19px;
    min-width: 9rem;
    color: white;
    font-weight: bolder;
    border-radius: 20px;
    border: 1px solid rgba(66, 3, 13, 0.5);
    transition: all 300ms ease;
  }
  .mobile-menu li a:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: var(--primary-text) 8px 8px 8px; 
  }
  #searchMenu {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  #search {
    display: none;
  }
  #searchMenu {
    display: block;
  }
  #searchMenu::placeholder {
    font-size: 0.8rem;
    color: rgb(112, 110, 110);
  }
  #searchMenu:focus-within {
    box-shadow: rgba(8, 78, 121, 0.5) 0 4px 12px inset;
  }
}
/* gift wrapper */
.gift-category-section {
  text-align: center;
  padding: 2rem;
  background: #fff;
  overflow: hidden;
}

.category-title {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  color: #222;
}

.gift-carousel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gift-track {
  display: flex;
  gap: 2.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 1rem;
  flex-wrap: nowrap;
}

.gift-track::-webkit-scrollbar {
  display: none;
}

.gift-category {
  flex: 0 0 auto;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gift-category img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.gift-category:hover {
  transform: translateY(-8px) scale(1.05);
}


/* Gift Sections */
.gift-section {
  padding: 2rem;
  text-align: center;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
}

.gift-section h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 1.5rem;
}

.gift-card {
  display: inline-block;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 150px;
  margin: 0.5rem;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.gift-card img {
  position: relative;
  height: 150px;
  width: 150px;
}
.gift-card:hover {
  background-color: #ffebd8;
  transition: background-color 0.3s;
}

/* Customize Your Gift Section */
#customize button {
  background-color: #ff6f61;
  color: #fff;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
}

#customize button:hover {
  background-color: #ff5a4d;
}

/* Dashboard Container */
.dashboard-container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

/* Profile Section */
.profile-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.profile-info h2 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 0.5rem;
}

.profile-info p {
  color: #666;
}

.profile-photo img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #ddd;
}

/* Order History Section */
.order-history h3 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 1rem;
}

.order-history table {
  width: 100%;
  border-collapse: collapse;
}

.order-history th,
.order-history td {
  padding: 0.8rem;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.order-history th {
  background-color: #f4f4f4;
  font-weight: bold;
}

.order-history td {
  color: #666;
}

/* Edit Profile Button */
.edit-profile {
  text-align: center;
  margin-top: 1.5rem;
}

.edit-profile-btn {
  background-color: #ff6f61;
  color: #fff;
  padding: 0.8rem 1.5rem;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
}

.edit-profile-btn:hover {
  background-color: #ff5a4d;
}

/* for products */
.category-card {
  width: 260px;
  height: 260px;
  background: #ffe6ed;
  border-radius: 18px;
  text-decoration: none;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  transition: 0.3s ease;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.category-card img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.category-card:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.category-card:hover img {
  transform: scale(1.15);
  opacity: 1;
}

.category-card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

  gap: 30px;
  max-width: 1000px;
  margin: 0 auto; /* centers the entire container */
  padding: 20px;
}

/* customize cards */
/* Background */
.customize-section {
  padding: 70px 20px;
  display: flex;
  justify-content: center;
  background: linear-gradient(145deg, #f8dede, #f6e9e9);
}

/* Card */
.customize-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  width: 65%;
  max-width: 750px;
  padding: 50px 40px;
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  animation: floatUp 0.7s ease;
}

/* Icon */
.icon-box {
  margin-bottom: 15px;
  animation: pop 0.6s ease;
}

/* Title */
.customize-card h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 18px;
}

/* Text */
.customize-card p {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.65;
  margin-bottom: 30px;
}

.custom-btn {
  background-color: #e06a6a;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease, transform 0.2s ease;
  max-width: 200px;
  text-align: center;
}

.custom-btn:hover {
  background-color: #c95d5d;
  transform: translateY(-2px);
}

/* CTA Button */
.customize-btn {
  background: linear-gradient(135deg, #ff4f8b, #d6246b);
  color: white;
  padding: 10px 24px; /* reduced padding */
  font-size: 0.95rem; /* smaller text */
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.25s ease;
  box-shadow: 0 3px 10px rgba(255, 0, 120, 0.25);
}

.customize-btn:hover {
  transform: translateY(-2px); /* smaller lift */
  box-shadow: 0 6px 15px rgba(255, 0, 120, 0.35);
}

.customize-btn:active {
  transform: scale(0.97);
}

/* Animations */
@keyframes floatUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pop {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.site-footer {
  background-color: #ff6f61;
  color: #ffffff;
  padding: 50px 0 0;
  font-family: Arial, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-column {
  flex: 1;
  min-width: 250px;
  margin: 20px;
}

.footer-column h3 {
  font-size: 1.3em;
  margin-bottom: 20px;
  position: relative;
  color: #ffffff;
}

.footer-column h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 40px;
  height: 2px;
  background-color: #ffebd8;
}

.footer-column p,
.footer-column ul {
  font-size: 0.95em;
  line-height: 1.7;
  color: #ffebd8;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #ffebd8;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.social-links {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.social-links a {
  color: #ffffff;
  font-size: 1.5em;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #ffebd8;
}

.footer-bottom {
  text-align: center;
  padding: 25px 20px;
  border-top: 1px solid #ff8f81;
  margin-top: 30px;
  color: #ffebd8;
  font-size: 0.9em;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-column h3::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .social-links {
    justify-content: center;
  }
}
/* --- Testimonials Section --- */
/* --- Testimonials Section --- */
#testimonials {
  background: linear-gradient(
    180deg,
    #f8d9db,
    #fceeef
  ); /* matches your section bg */
  padding: 70px 0;
  text-align: center;
  overflow-x: hidden;
}

#testimonials h2 {
  font-weight: 700;
  margin-bottom: 12px;
  color: #3a3a3a; /* same heading color as "Customize Your Gift" */
}

/* Subtitle */
.section-subtitle {
  font-size: 1.1rem;
  color: #6a6a6a; /* soft grey text */
  margin-bottom: 45px;
}

/* Wrapper */
.testimonials-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 60px;
}

/* Hide overflow */
.testimonials-container {
  overflow: hidden;
}

/* Track */
.testimonials-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

/* Slide */
.testimonial-slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 10px;
}

/* Card */
.testimonial-card {
  background: #ffffff; /* same as Customize Your Gift card */
  border-radius: 18px;
  padding: 35px 38px;
  box-shadow: 0 12px 28px rgba(242, 108, 99, 0.15); /* coral shadow */
  text-align: left;
  min-height: 330px;
  border: 2px solid #ffe7ee; /* same pink as category cards */
}

/* Quote icon */
.testimonial-card .quote-icon {
  font-size: 2rem;
  color: #f26c63; /* coral icon like your main icon */
  margin-bottom: 18px;
}

/* Body text */
.testimonial-text {
  font-size: 1.08rem;
  line-height: 1.7;
  font-style: italic;
  color: #6a6a6a;
}

/* Author */
.testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.testimonial-author img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-right: 18px;
  border: 3px solid #ffd9e4; /* light rose ring */
  object-fit: cover;
}

.testimonial-author h4 {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0;
  color: #3a3a3a; /* heading text color */
}

.testimonial-author p {
  font-size: 0.9rem;
  color: #6a6a6a;
  margin: 2px 0 0;
}

/* Rating stars */
.rating {
  color: #ff746a; /* same as button coral */
  margin-top: 18px;
  font-size: 1.2rem;
}

/* --- Navigation Arrows --- */
.testimonial-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #f26c63; /* coral */
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 1.2rem;
  color: #fff;
  box-shadow: 0 5px 15px rgba(242, 108, 99, 0.35);
  cursor: pointer;
  z-index: 10;
  transition: all 0.25s ease;
}

.testimonial-nav:hover {
  background-color: #ff746a; /* bright coral on hover */
  transform: translateY(-50%) scale(1.08);
}

/* Arrow positions */
.testimonial-nav.prev {
  left: -40px;
}
.testimonial-nav.next {
  right: -30px;
}

/* CONTACT SECTION */
.contact-section {
  background: linear-gradient(135deg, #ffe6f0, #fff3fa);
  padding: 60px 20px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(255, 170, 200, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin: 0 auto ;
}

.contact-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #c24378;
  margin-bottom: 10px;
}

.contact-desc {
  font-size: 1rem;
  color: #7d4b63;
  opacity: 0.8;
  margin-bottom: 30px;
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
}

.input-box input,
.input-box textarea,
.input-box select {
  width: 100%;
  padding: 14px;
  border: 2px solid #ffc7dd;
  border-radius: 15px;
  background: #ffffff;
  font-size: 1rem;
  color: #4a2b3d;
  margin-bottom: 20px;
  transition: 0.3s ease;
  box-shadow: 0 0 5px rgba(255, 150, 175, 0.2);
}

.input-box input:focus,
.input-box textarea:focus,
.input-box select:focus {
  border-color: #ff8bb0;
  box-shadow: 0 0 12px rgba(255, 120, 160, 0.5);
  transform: scale(1.02);
}

/* BUTTON */
.contact-btn {
  background: #e06a6a;
  color: #fff;
  width: auto;
  height: auto;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(255, 120, 150, 0.3);
  transition: 0.3s ease;
  display: inline-block; /* IMPORTANT */
}

.contact-btn:hover {
  background: #c55454;
  transform: translateY(-2px); /* smaller lift */
  box-shadow: 0 6px 15px rgba(255, 0, 120, 0.35);
}

/* ========================================
   ENHANCED HOVERING & BUTTON ANIMATIONS
   ======================================== */

/* --- Enhanced Button Animations --- */
button {
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

button:hover::before {
  width: 300px;
  height: 300px;
}

button:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 10px 25px rgba(204, 71, 71, 0.4);
  background-color: rgb(235, 63, 63);
}

button:active {
  transform: translateY(-2px) scale(0.98);
  box-shadow: 0 5px 15px rgba(204, 71, 71, 0.3);
}

/* --- Carousel Button Pulse Animation --- */
.carousel-btn {
  animation: pulseGlow 2s infinite;
}

@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(230, 57, 70, 0.4);
  }
  50% {
    box-shadow: 0 0 20px 10px rgba(230, 57, 70, 0.1);
  }
}

.carousel-btn:hover {
  animation: none;
  transform: translateY(-50%) scale(1.15);
}

/* --- Gift Category Hover Enhancement --- */
.gift-category {
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gift-category::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 60%;
  height: 3px;
  background: linear-gradient(90deg, #e63946, #ff6f61);
  border-radius: 2px;
  transition: transform 0.3s ease;
}

.gift-category:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.gift-category:hover img {
  /* filter: brightness(0) saturate(100%) invert(45%) sepia(95%) 
          saturate(2400%) hue-rotate(335deg) brightness(100%) contrast(95%); */
  transform: rotate(-5deg) scale(1.1);
}

/* --- Category Card 3D Hover Effect --- */
.category-card {
  position: relative;
  transform-style: preserve-3d;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.category-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 79, 139, 0.1), rgba(214, 36, 107, 0.1));
  border-radius: 18px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.category-card:hover::before {
  opacity: 1;
}

.category-card:hover {
  transform: translateY(-12px) rotateX(5deg);
  box-shadow: 0 20px 40px rgba(0,0,0,0.3),
              0 0 0 3px rgba(230, 57, 70, 0.3);
}

.category-card:hover h2 {
  color: #e63946;
  transform: scale(1.05);
  transition: all 0.3s ease;
}

/* --- Customize Button Enhanced Animation --- */
.customize-btn {
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.customize-btn::before {
  content: '✨';
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s ease;
}

.customize-btn:hover::before {
  left: 15px;
  opacity: 1;
}

.customize-btn:hover {
  padding-left: 45px;
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 10px 25px rgba(255, 0, 120, 0.45);
  background: linear-gradient(135deg, #ff1a8b, #ff4f8b);
}

/* --- Gift Card Flip Effect --- */
.gift-card {
  position: relative;
  transition: all 0.5s ease;
  transform-style: preserve-3d;
}

.gift-card::after {
  content: 'View Details';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(230, 57, 70, 0.95);
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  opacity: 0;
  font-weight: 600;
  transition: opacity 0.3s ease;
}

.gift-card:hover {
  transform: translateY(-10px) rotateY(5deg);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.gift-card:hover::after {
  opacity: 1;
}

/* --- Carousel Control Enhanced Hover --- */
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: rgba(230, 57, 70, 0.9);
  transform: translateY(-50%) scale(1.2);
  box-shadow: 0 8px 20px rgba(230, 57, 70, 0.4);
}

/* --- Navigation Link Glow Effect --- */
.nav-links li a {
  position: relative;
}

.nav-links li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #fff, transparent);
  transition: transform 0.3s ease;
}

.nav-links li a:hover::before {
  transform: translateX(-50%) scaleX(1);
}

/* --- Footer Social Links Bounce --- */
.social-links a {
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.social-links a:hover {
  transform: translateY(-8px) rotate(360deg) scale(1.2);
  color: #ffebd8;
  text-shadow: 0 5px 15px rgba(255, 235, 216, 0.5);
}

/* --- Edit Profile Button Wave Effect --- */
.edit-profile-btn {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.edit-profile-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.5s ease;
}

.edit-profile-btn:hover::before {
  left: 100%;
}

.edit-profile-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 90, 77, 0.4);
  letter-spacing: 1px;
}

/* --- Search Bar Focus Animation --- */
#search:focus,
#searchMenu:focus {
  transform: scale(1.05);
  box-shadow: 0 0 0 3px rgba(89, 169, 210, 0.3),
              rgba(121, 16, 8, 0.5) 0 4px 12px inset;
}

/* --- Testimonial Card Hover Lift --- */
.testimonial-card {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.testimonial-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(242, 108, 99, 0.25);
  border-color: #F26C63;
}

/* --- Carousel Indicators Pulse --- */
.carousel-indicators button {
  transition: all 0.3s ease;
}

.carousel-indicators button:hover {
  transform: scale(1.4);
  background: #ff6f61;
  box-shadow: 0 0 10px rgba(255, 111, 97, 0.5);
}

.carousel-indicators button.active {
  animation: indicatorPulse 1.5s infinite;
}

@keyframes indicatorPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}

/* --- Logo Rotation on Hover --- */
#giftLogo {
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#giftLogo:hover {
  transform: rotate(360deg) scale(1.1);
  box-shadow: 0 0 20px rgba(255, 111, 97, 0.5);
}

/* --- Menu Icon Animation --- */
#menu {
  transition: all 0.3s ease;
}

#menu:hover {
  transform: scale(1.2) rotate(90deg);
  color: #ffebd8;
}

.site-footer {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
  animation: footerGlow 15s linear infinite;
  pointer-events: none;
}

@keyframes footerGlow {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(360deg);
  }
}


.footer-column {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
}

.footer-column:hover {
  transform: translateY(-8px);
}

.footer-column::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #ffebd8, #ffffff, #ffebd8);
  transition: width 0.5s ease;
}

.footer-column:hover::after {
  width: 100%;
}

.footer-column h3 {
  position: relative;
  transition: all 0.3s ease;
}

.footer-column h3::after {
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.footer-column:hover h3 {
  color: #ffebd8;
  transform: translateX(5px);
  text-shadow: 0 2px 10px rgba(255, 235, 216, 0.3);
}

.footer-column:hover h3::after {
  width: 80px;
  background: linear-gradient(90deg, #ffebd8, #ffffff);
  box-shadow: 0 0 10px rgba(255, 235, 216, 0.5);
}


.footer-column p {
  transition: all 0.3s ease;
}

.footer-column:hover p {
  color: #ffffff;
  transform: translateX(3px);
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}


.footer-column ul li {
  position: relative;
  transition: all 0.3s ease;
  padding-left: 0;
}

.footer-column ul li::before {
  content: '→';
  position: absolute;
  left: -20px;
  opacity: 0;
  color: #ffebd8;
  font-weight: bold;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.footer-column ul li:hover {
  padding-left: 20px;
  transform: translateX(5px);
}

.footer-column ul li:hover::before {
  left: 0;
  opacity: 1;
}


.footer-column ul li a {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}

.footer-column ul li a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #ffebd8, #ffffff);
  transition: width 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 0 0 5px rgba(255, 235, 216, 0.5);
}

.footer-column ul li a:hover {
  color: #ffffff;
  transform: translateX(5px);
  text-shadow: 0 0 10px rgba(255, 235, 216, 0.4);
}

.footer-column ul li a:hover::after {
  width: 100%;
}


.social-links {
  position: relative;
}

.social-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  overflow: hidden;
}

.social-links a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 235, 216, 0.3);
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}

.social-links a:hover::before {
  width: 100%;
  height: 100%;
}

.social-links a:hover {
  background: rgba(255, 235, 216, 0.2);
  transform: translateY(-10px) scale(1.15);
  box-shadow: 0 10px 25px rgba(255, 235, 216, 0.4);
}

.social-links a:nth-child(1):hover {
  background: rgba(59, 89, 152, 0.8); /* Facebook */
  color: #fff;
}

.social-links a:nth-child(2):hover {
  background: rgba(29, 161, 242, 0.8); /* Twitter */
  color: #fff;
}

.social-links a:nth-child(3):hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); /* Instagram */
  color: #fff;
}

.social-links a:nth-child(4):hover {
  background: rgba(189, 8, 28, 0.8); /* Pinterest */
  color: #fff;
}

/* Social Icon Rotation Stagger */
.social-links a:nth-child(1):hover {
  animation: socialBounce 0.6s ease;
}

.social-links a:nth-child(2):hover {
  animation: socialBounce 0.6s ease 0.1s;
}

.social-links a:nth-child(3):hover {
  animation: socialBounce 0.6s ease 0.2s;
}

.social-links a:nth-child(4):hover {
  animation: socialBounce 0.6s ease 0.3s;
}

@keyframes socialBounce {
  0%, 100% {
    transform: translateY(-10px) scale(1.15);
  }
  50% {
    transform: translateY(-15px) scale(1.2) rotate(5deg);
  }
}

.footer-bottom {
  position: relative;
  transition: all 0.3s ease;
}

.footer-bottom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ffebd8, transparent);
  transition: width 0.8s ease;
}

.site-footer:hover .footer-bottom::before {
  width: 100%;
}

.footer-bottom p {
  transition: all 0.3s ease;
}

.footer-bottom:hover p {
  color: #ffffff;
  transform: scale(1.05);
  text-shadow: 0 2px 8px rgba(255, 235, 216, 0.3);
}

.footer-column p i {
  display: inline-block;
  margin-right: 8px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #ffebd8;
}

.footer-column p:hover i {
  transform: scale(1.3) rotate(360deg);
  color: #ffffff;
  text-shadow: 0 0 10px rgba(255, 235, 216, 0.6);
}


.fa-map-marker-alt:hover {
  animation: mapBounce 0.6s ease infinite;
}

@keyframes mapBounce {
  0%, 100% { transform: translateY(0) scale(1.3); }
  50% { transform: translateY(-5px) scale(1.4); }
}

.fa-phone:hover {
  animation: phoneRing 0.5s ease infinite;
}

@keyframes phoneRing {
  0%, 100% { transform: rotate(0deg) scale(1.3); }
  25% { transform: rotate(-15deg) scale(1.4); }
  75% { transform: rotate(15deg) scale(1.4); }
}

.fa-envelope:hover {
  animation: envelopeFloat 1s ease infinite;
}

@keyframes envelopeFloat {
  0%, 100% { transform: translateY(0) scale(1.3); }
  50% { transform: translateY(-8px) scale(1.4); }
}

.footer-container {
  position: relative;
  z-index: 1;
}

.footer-container::before {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.05));
  transform: translateY(100%);
  transition: transform 0.5s ease;
  pointer-events: none;
}

.site-footer:hover .footer-container::before {
  transform: translateY(0);
}


@media (max-width: 768px) {
  .footer-column:hover {
    transform: translateY(-5px);
  }
  
  .social-links a:hover {
    transform: translateY(-8px) scale(1.1);
  }
  
  .footer-column ul li:hover {
    padding-left: 15px;
  }
}

@keyframes sparkle {
  0%, 100% {
    opacity: 0;
    transform: scale(0) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: scale(1) rotate(180deg);
  }
}

.footer-column:hover::before {
  content: '✨';
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5rem;
  animation: sparkle 2s ease infinite;
  pointer-events: none;
}
/* Fade Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* slider */
/* --- CLEAN FIXED CAROUSEL CSS --- */

#myCarousel {
    width: 100%;
    overflow: hidden;
    background: #000;
}

/* Give all slides equal height */
#myCarousel .carousel-item {
    height: 400px;
}

/* Images fill the slide properly – NO absolute position */
#myCarousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Indicators */
.carousel-indicators {
    bottom: 15px;
}

.carousel-indicators button {
    background-color: #fff !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

/* Arrows – white and bigger */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(100%);
    width: 45px;
    height: 45px;
}

/* Fix arrow position */
#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
}

/* Carousel Container */
#myCarousel {
    width: 100%;
    overflow: hidden;
    background: #000;
}

/* Responsive slide height */
.carousel-item {
    height: 55vh;         /* Desktop */
}

@media (max-width: 992px) {
    .carousel-item {
        height: 45vh;     /* Tablets */
    }
}

@media (max-width: 576px) {
    .carousel-item {
        height: 35vh;     /* Mobile */
    }
}

/* Images fill cleanly */
.carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Caption styling */
.carousel-caption h1 {
    font-size: 2.2rem;
    font-weight: 700;
}

@media (max-width: 992px) {
    .carousel-caption h1 {
        font-size: 1.7rem;   /* Tablet */
    }
}

@media (max-width: 576px) {
    .carousel-caption h1 {
        font-size: 1.3rem;   /* Mobile */
    }
}

/* Arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(100%);
    width: 40px;
    height: 40px;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
}

/* Indicators */
.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

form{
  padding-left: 500px;
  border-color: #c55454;
}

.gift-category {
  text-align: center;
  margin: 0 20px;
  width: 160px;
  cursor: pointer;
  text-decoration: none;
}

.gift-category img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  transition: 0.3s ease;
}

.gift-category:hover img {
  transform: scale(1.08);
}

.cat-label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

