/* Reset some browser defaults */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Global styles */
body {
  font-family: Arial, sans-serif;
  line-height: 1.5;
  background-color: #ffeaf1;
  color: #333;
  background-image: url("birthday-background/birthday-background-banner.jpg");
}

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

}

.container a:hover {
  color: #d32121;
  /* your theme color */
}

/* Top Bar */
.top-bar {
  
  background-color: #f2f2f2;
  padding: 0px 15px;
  font-size: 15px;
  color: #555;
  border-bottom: 1px solid #ddd;
}

.top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2px;
}

.contact-info-mobile {
  font-weight: bold;
}

#blink {
  color: #d32121;
  display: inline;
  font-size: 18px;
  text-shadow:
    1px 1px #A3AEC2,
    2px 2px #A3AEC8,
    3px 3px #A3AED6,
    4px 4px #A3AEE2;
  transform: rotateX(60deg);
  /* Tilt the text */
}

.contact-info-email {
  font-weight: bold;

}

a.no-style {
  text-decoration: none;
  color: inherit;
}

a.no-style:hover {
  color: #d32121;
  /* your theme color */
}


.social-links a {
  margin-left: 15px;
  font-size: 18px;
  color: #555;
  text-decoration: none;
  transition: transform 0.3s, color 0.3s;
}

.social-links a:hover {
  color: #992222;
  /* your theme color */
  transform: scale(1.2);
}


/* Header / Navbar */
header {
  background-color: #ffeaf1;
}

header h1 {
  float: left;
  color: #d32121;
}

header nav {
  float: right;
}

header nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

header::after {
  content: "";
  display: table;
  clear: both;
}

/* Hero section */
.hero {
  text-align: center;
}

.hero h2 {
  font-size: 48px;
  position: absolute;
}

.hero p {
  font-size: 20px;
  position: absolute;
}

.button {
  display: inline-block;
  background-color: #fff;
  color: #c084fc;
  padding: 12px 25px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background 0.3s;
}

.button:hover {
  background-color: #f1e6ff;
}


/*SLIDER start */
.image-slider {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 386px;
  /* fixed height */
  margin: auto;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}


.image-slider .slider-track {
  display: flex;
  height: 100%;
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

.image-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.image-slider .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
}

.image-slider .nav-btn:hover {
  background: rgba(0, 0, 0, 0.6);
}

.image-slider .prev-btn {
  left: 15px;
}

.image-slider .next-btn {
  right: 15px;
}

.image-slider .dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.image-slider .dot {
  height: 10px;
  width: 10px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  cursor: pointer;
}

.image-slider .dot.active {
  background: white;
}

.image-slider .slide {
  flex: 0 0 100%;
  position: relative;
  height: 100%;
}

.caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: white;
  font-size: 1.0rem;
  font-weight: 600;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 20px;
  border-radius: 8px;
  max-width: 80%;
}

.caption a.caption-btn {
  display: inline-block;
  margin-left: 10px;
  padding: 8px 16px;
  background-color: #ffffffcc;
  color: #000;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: background 0.3s ease;
}

.caption a.caption-btn:hover {
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}


/*SLIDER End*/


/*marquee*/
#getmarquee {
  margin-top: 6px;
  font-size: 16px;
  height: auto;
  padding: 2px 5px;
  background: linear-gradient(to right, #ffe0ec, #fff5f9);
  color: #222;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border: 1px solid #ffc2d1;
  box-shadow: 0 0 8px rgba(255, 0, 102, 0.2);
  border-radius: 6px;
  overflow: hidden;
  line-height: 1.6;
  white-space: nowrap;
}

#getmarquee strong {
  color: #d1006e;
  font-weight: 600;
}
.nav-links li .dropbtn {
  padding: 1px 15px 12px 15px;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.8s ease;
  transform: scale(1);
}
.nav-links li:hover ul {
  display: block;
  background-color: dodgerblue;
  padding: 13px;
  align-items: center;
  transform: scale(1.1) translateY(-1px);
  background-color: #e8edf3;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.nav-links li .dropbtn:hover {
  transform: scale(1.1) translateY(-1px);
  box-shadow: 5px 8px 20px rgba(0, 0, 0, 0.2);
}


/* Hamburger menu (default hidden on desktop) */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.menu-toggle span {
  height: 3px;
  width: 25px;
  background: #333;
  margin: 4px 0;
  transition: 0.4s;
}
.get-birthday-packages{
  background-color: #ffeaf1;
}
.logo {
  text-align: center;
  font-family: 'Dancing Script', cursive;
  font-size: 36px;
  font-weight: 600;
  color: #4b2e2e;
}

.tagline {
  text-align: center;
  font-family: 'Lora', serif;
  font-size: 12px;
  font-weight: 600;
  color: #a22b2b;
}

.tagline i {
  color: hotpink;
  margin-right: 5px;
  font-size: 15px;
}
/* Container Styling */
.packages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 53px;
  padding: 10px;
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
}

/* Card Styling */
.packages-design {
  background-color: #fff;
  width: 225px;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.packages-design:hover {
  transform: translateY(-5px);
}

/* Image Styling */
.packages-design img {
  width: 100%;
  height: auto;
  display: block;
}

/* Card Content */
.packages-content {
  padding: 5px;
  text-align: center;
}

.packages-content h3 {
  font-size: 14px;
  margin: 1px 0;
}

.price {
  color: #777;
  font-size: 16px;
  margin-bottom: 8px;
}

/* Button Styling */
.button-1 {
  background-color: #EA4C89;
  border: none;
  border-radius: 8px;
  color: #fff;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.button-1:hover,
.button-1:focus {
  background-color: #F082AC;
  outline: none;
}

/*about us and footer */
.about-us {
  text-align: center;
  padding: 15px 20px;
  background: #fdf4f7;
  border-radius: 12px;
  margin: 20px auto;
}

.about-us h2 {
  font-family: 'Dancing Script', cursive;
  font-size: 2rem;
  color: #ff0066;
  margin-bottom: 15px;
}

.about-us p {
  font-family: 'Lora', serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

/*Read more hide button */
.hidden-content {
  display: none;
  margin-top: 10px;
}

.read-more-btn {
  background-color: #ff4d6d;
  color: white;
  padding: 10px 18px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 10px;
}

.read-more-btn:hover {
  background-color: #e63950;
}


.footer {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  margin-top: 20px;
}

.footer .social-links a {
  color: #fff;
  margin: 0 8px;
  font-size: 1.2rem;
  transition: color 0.3s;
}

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




/* Responsive Design */
@media (max-width: 968px) {
  .packages {
    flex-direction: column;
    align-items: center;
  }
}


/* Hamburger lines default */
.menu-toggle span {
  height: 3px;
  width: 25px;
  background: #333;
  margin: 4px 0;
  border-radius: 2px;
  transition: 0.4s ease;
}

/* Animate to X when active */
.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Default nav visible on desktop */
.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1px;
  margin-top: 14px;


}

.nav-links li {
  list-style-type: none;
  position: relative;

}


.nav-links ul {
  display: none;
  position: absolute;
  background-color: white;
  z-index: 1;
  left: -130px;
  top: 40px;
  border-radius: 8px;
  transition: all 0.8s ease;
  transform: scale(1);



}

.nav-links li:hover ul {
  display: grid;
  grid-template-columns: 177px 184px 189px;
  background-color: dodgerblue;
  padding: 2px;
  align-items: center;
  transform: scale(1.1) translateY(-1px);
  background-color: #e8edf3;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  left: -200px;


}

.nav-links li ul li {
  display: block;
  margin-left: 6px;

}

.nav-links li ul li:hover {
  transform: scale(1.1) translateY(1px);


}

.nav-links li ul li a {
  display: block;
  margin-left: -1px;
  padding: 10px;

}

/* Responsive behavior */
@media screen and (max-width: 968px) {
  .nav-links {
    display: none;
    /* 👈 hidden by default on mobile */
    flex-direction: column;
    position: absolute;
    top: 82px;
    gap: 0px;
    right: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    z-index: 1000;
  }

  .nav-links.show {
    display: flex;
    /* 👈 shown only when .show class is added */
  }

  .nav-links a {
    padding: 2px 0;
    border-top: 1px solid #eee;
    font-weight: bold;
  }


.nav-links ul {
  display: none;
  position: static;
}
.nav-links li:hover ul {
  display: flex;
  flex-direction: column;
  background-color: dodgerblue;
  padding: 6px;
  align-items: center;
  transform: scale(1.1) translateY(-1px);
  background-color: #ffeaf1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);


}
.nav-links li ul li a {
  display: block;
  margin-left: -1px;
  padding: 2px;

}

.logo {
  font-size: 24px;
}

.tagline i {
  font-size: 10px;
}

  #getmarquee {
    font-size: 12.5px;
    padding: 6px 10px;
  }

  #getmarquee span {
    display: inline-block;
    white-space: nowrap;
  }
  /* Top Bar */
  .top-bar-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
  }

  .contact-info-mobile {
    font-size: 13px;
  }
  
  #blink {
    color: #d32121;
    display: inline;
    font-size: 12px;
    text-shadow:
      1px 1px #A3AEC2,
      2px 2px #A3AEC8,
      3px 3px #A3AED6,
      4px 4px #A3AEE2;
    transform: rotateX(60deg);
    /* Tilt the text */
  }
  
  .contact-info-email {
    font-size: 13px;
    
  
  }

  .social-links {
    margin-top: 5px;
  }

  .social-links a {
    margin-left: 10px;
    margin-right: 10px;
  }

  /* Header */
  header {
    text-align: center;
    padding: 15px 0;
  }

  header h1,
  header nav {
    float: none;
    display: block;
    margin: 1px 0;
  }

  header nav a {
    display: block;
    margin-left: 10px;
  }


  /* Hero section */
  .hero {
    padding: 7px 2px;
  }

  .hero h2 {
    font-size: 32px;
  }

  .hero p {
    font-size: 16px;
  }

  .button {
    padding: 10px 20px;
    font-size: 16px;
  }

  /* Container Padding */
  .container {
    padding: 0 1px;
  }

  .image-slider {
    height: 280px;
    /* smaller height on tablets */
  }

  .caption {
    font-size: 1.2rem;
    bottom: 20px;
    left: 20px;
    padding: 8px 14px;
  }

  .caption a.caption-btn {
    padding: 6px 12px;
    font-size: 0.9rem;
  }
  header {
    position: relative;
  }

  .menu-toggle {
    display: flex;
    align-items: center;
  }

  nav {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 70px;
    right: 20px;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  nav a {
    padding: 15px;
    border-top: 1px solid #eee;
    text-align: center;
  }

  nav.show {
    display: flex;
  }

  .image-slider {
    height: 220px;
    /* compact for small phones */
  }

  .caption {
    font-size: 1rem;
    bottom: 15px;
    left: 15px;
    padding: 6px 10px;
    max-width: 90%;
  }

  .caption a.caption-btn {
    padding: 5px 10px;
    font-size: 0.85rem;
    display: block;
    margin-top: 8px;
  }

  .image-slider .nav-btn {
    padding: 8px;
    font-size: 18px;
  }
}