/* Header & Navigation */
header {
  background-color: #ff6f61;
  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;
}
.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);
}
/* 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: 68px;
    right: 8px;
    transform: translateX(150%);
    background: var(--primary-bg);
    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;
  }
}

/* Our Story Section */
.about-section {
  padding: 80px 8%;
  /* Soft gradient with light pinks and lighter reds */
  background: linear-gradient(135deg, #ffe4ec, #ffd6d9, #ffc1c1, #ffb3b3);
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

.about-text {
  flex: 1 1 50%;
}

.about-text h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 25px;
  background: #ff6f61;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-text p {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #4d001f; /* dark pink/red for readability */
  margin-bottom: 18px;
}

.about-image {
  flex: 1 1 40%;
}

.about-image img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(255, 77, 109, 0.5);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-image img:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 24px rgba(255, 133, 179, 0.3);
}

/* Mission & Vision Section */
.mission-vision {
  text-align: center;
  background: #ffb3b3;
  padding: 100px 8%;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mission-vision h2 {
  font-size: 2.4rem;
  margin-bottom: 50px;
  background: linear-gradient(90deg, #ff85b3, #ff4d6d, #ff6f91);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mv-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.mv-card {
  background: #ffe4ec; /* very soft pink for card */
  border-radius: 14px;
  padding: 35px;
  max-width: 400px;
  box-shadow: 0 4px 14px rgba(255, 77, 109, 0.4); /* soft pink shadow */
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 133, 179, 0.3);
}

.mv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 18px rgba(255, 133, 179, 0.25);
  border-color: rgba(255, 77, 109, 0.4);
}

.mv-card h3 {
  font-size: 1.5rem;
  margin-bottom: 18px;
  color: #ff4d6d; /* light red/pink heading */
}

.mv-card p {
  color: #4d001f; /* slightly dark pink/red for readability */
  font-size: 1rem;
  line-height: 1.8;
}

/* Call to Action Section */
.cta-section {
  background: #ffb3b3; /* soft reds & pinks */
  padding: 80px 8%;
  text-align: center;
  border-radius: 0; /* optional: remove rounded edges if full width */
  margin: 0; /* remove auto centering */
  width: 100%; /* make full width */
  box-shadow: 0 8px 20px rgba(255, 77, 109, 0.25);
  color: #4d001f; /* dark pink/red for text */
}

.cta-section h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: 700;
  background: linear-gradient(90deg, #ff85b3, #ff4d6d, #ff6f91);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-section p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1.6;
  color: #4d001f; /* readable dark pink */
}

.cta-button {
  display: inline-block;
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #ff85b3, #ff4d6d, #ff6f91);
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 14px rgba(255, 77, 109, 0.3);
}

.cta-button:hover {
  background: linear-gradient(90deg, #ff6f91, #ff4d6d, #ff85b3);
  box-shadow: 0 8px 18px rgba(255, 77, 109, 0.4);
  transform: translateY(-3px);
}

/* footer */
.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;
}