/* Background styling */
.hero-section {
  background: url('/Assets/DBE\ -\ Photo\ -\ 01\ ') no-repeat center center/cover;
  height: 100vh;
  position: relative;
  color: #fff;
}

/* Dark overlay */
/* .hero-overlay {
      background: rgba(red, green, blue, alpha);
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
    } */
.hero-section video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}


.btn-creative {
  background: linear-gradient(45deg, #ff9800, #ff5722);
  color: #c10909;
  font-size: 3rem;
  font-weight: bold;
  padding: 14px 35px;
  border: none;
  border-radius: 50px;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.btn-creative:hover {
  background: linear-gradient(45deg, #ff5722, #e91e63);
  transform: scale(1.1);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}

/* Responsive Fix */
@media (max-width: 768px) {

  .btn-creative {
    font-size: 1rem;
    padding: 1px 2px;
  }
}

/* Center content */
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 600;
}

.hero-content p {
  font-size: 1.2rem;
  margin-top: 15px;
  margin-bottom: 25px;
}

.btn-custom {
  background-color: #d4855f;
  border: none;
  padding: 12px 30px;
  font-size: 1.1rem;
  border-radius: 5px;
  color: #fff;
  transition: 0.3s;
}

.btn-custom:hover {
  background-color: #c06d47;
  color: #fff;
}

.about-section {
  padding: 80px 0;
}

.about-section h6 {
  color: #d4855f;
  font-weight: 600;
}

.about-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-section p {
  color: #555;
  font-size: 1rem;
  margin-bottom: 30px;
}

.service-box {

  /* height: 100vh;
      position: relative;
      color: #fff; */
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.service-box:last-child {
  border-bottom: none;
}

.service-box h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #931018;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.icon-circle i {
  color: #931018;
  font-size: 1.2rem;
}

.services-section {
  padding: 80px 0;
  background: url('/Assets/Wedding\ stage\ decorations.jpeg') no-repeat center center/cover;
  position: relative;
  color: #fff;
  text-align: center;
}

.services-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.services-content {
  position: relative;
  z-index: 2;
}

.services-section h6 {
  color: #d4855f;
  font-weight: 600;
  margin-bottom: 10px;
}

.services-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.services-section p {
  margin-bottom: 50px;
  font-size: 1.1rem;
  color: #ddd;
}

.service-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
}

.service-card i {
  font-size: 2.5rem;
  color: #931018;
  margin-bottom: 20px;
}

.service-card h5 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}

.service-card p {
  font-size: 0.95rem;
  color: #444;
}

.plan-section {
  padding: 60px 0;
}

.plan-text {
  border: 4px solid #931018;
  /* brown border */
  padding: 30px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.plan-text h6 {
  color: #931018;
  font-weight: 600;
  margin-bottom: 15px;
}

.plan-text h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.plan-text p {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
}

.plan-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.testimonial-section {
  padding: 80px 0;
  text-align: center;
}

.testimonial-section h6 {
  color: #931018;
  font-weight: 600;
  margin-bottom: 10px;
}

.testimonial-section h2 {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 40px;
}

.testimonial-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
  margin: 0 10px;
  text-align: left;
}

.testimonial-card .quote-icon {
  font-size: 40px;
  color: #931018;
  margin-bottom: 15px;
}

.testimonial-card p {
  font-size: 16px;
  color: #6c757d;
  font-style: italic;
  margin-bottom: 20px;
}

.testimonial-card h5 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.testimonial-card small {
  color: #6c757d;
  font-size: 14px;
}

/* Carousel arrows */
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #ddd;
  border-radius: 50%;
}

.zero-section {
  position: relative;
  background: url('/Assets/bd-contact.webp') no-repeat center center/cover;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.zero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* dark overlay */
}

.zero-content {
  position: relative;
  z-index: 2;
}

.zero-content h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.contact-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.1rem;
}

.contact-item i {
  font-size: 2.2rem;
  color: #c27b5f;
}

.contact-item span {
  display: block;
  font-size: 1rem;
}

.divider {
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.6);
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2rem;
  }

  .divider {
    display: none;
  }

  .zero-content h1 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
}

footer {
  background-color: #080808;
  color: #fff;
  padding: 60px 0 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

footer h5 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.2rem;
}

footer p {
  color: #ddd;
  line-height: 1.8;
  font-size: 0.95rem;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li {
  margin-bottom: 10px;
}

footer ul li a {
  color: #ddd;
  text-decoration: none;
  transition: 0.3s;
}

footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.gallery img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.gallery img:hover {
  transform: scale(1.05);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
  color: #bbb;
  font-size: 0.9rem;
}

.gallery-slider {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 8px;
}

.gallery-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: opacity 1s;
}

.earlybird-section-2{
    padding-top: 5%;
    padding-bottom: 5%;
  }

@media only screen and (min-device-width : 320px) and (max-device-width : 640px) {

}