
body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}


.navbar-toggler {
border: none;
outline: none;
}

.navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
  background-color: #7D0A0A;
}


.logo-text {
  font-family: 'Brush Script MT', cursive;
  font-size: 2.2rem;
  color: #fff !important;
}


.nav-link {
  color: #fff !important;
  font-weight: 500;
  padding: 0 !important;
}

.nav-link.active {
  font-weight: bold;
  color: #f9d423 !important;
}


.golden-btn {
  background-color: #FFD700 !important;  
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 30px; 
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
  box-shadow: 0 0 12px #FFD700aa;  
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}


body {
  padding-top: 100px; 
}


@media (max-width: 767px) {
  .navbar-collapse {
      width: 100%;
      text-align: center;
  }
  .navbar-toggler {
      background-color: transparent;
  }
}

#heroCarousel img {
    height: 70vh;
    object-fit: cover;
  }
  

.text-golden {
    color: #7D0A0A;
    font: italic 900 43.8px Tiempos Headline;}
  
  
  .service-card img {
    height: 200px;          
    object-fit: cover;       
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  
  .service-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
  }
  
  .service-card:hover {
    transform: translateY(-5px);
  }
  
 
  .golden-btn {
    background-color: #7D0A0A;
    color: white;
    font-weight: bold;
    border-radius: 30px;
    border: none;
    padding: 0.5rem 1.5rem;
    transition: background-color 0.3s ease;
  }
  .card-title{
    color: #7D0A0A;
  
  }
  


.about-text {
  font: italic 900 43.8px Tiempos Headline;    
  font-size: 1.4rem;
    line-height: 1.7;
    color: #fff;
  }
  
 
  .about-us {
    background-color: #7D0A0A;
  }

 


  .testimonials {
    background-color:#7D0A0A !important;
  }
 
  .testimonial-card p {
    font-style: italic;
    color:white;
  }

  .testimonials h5 {
    color: black;
  }
  
  

.faq {
  background-color: #FFDF88;
  padding: 60px 20px;

}


.faq h4 {
  color: #7D0A0A;
  font: italic 900 43.8px Tiempos Headline;

  margin-bottom: 5px;
  font-size: 1.2rem;
}

.faq p {
  font-size: 1rem;
  font: italic 900 43.8px Tiempos Headline;

  color: black;
  line-height: 1.6;
  margin-bottom: 10px;
}

.faq ul {
  padding-left: 0;
}

.faq ul li {
  font-size: 1rem;
  color: black;
  font: italic 900 15.8px Tiempos Headline;

  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.faq ul li i {
  color: black;
  margin-right: 10px;
  font-size: 1.1rem;
}


 .fancy-card {
    max-width: 600px;
    background-color: #ACC572;
    border-radius: 30px;
    box-shadow: 0 15px 30px rgba(125, 10, 10, 0.2);
    font-family: 'Georgia', serif;
    color: #7D0A0A;
    position: relative;
    overflow: hidden;
    text-align: center;
  }
  
  .ornamental-border {
    border: 5px double #FFD700;
    border-radius: 25px;
    padding: 40px 20px;
    position: relative;
  }
  
  .couple-name {
    font-family: 'Great Vibes', cursive;
    font-size: 3.5rem;
    font-weight: bold;
    color: #B8860B;
  }
  
  .subheading {
    font-size: 1.2rem;
    margin-top: -10px;
    margin-bottom: 20px;
    font-style: italic;
    color: #a52a2a;
  }
  
  .invite-details {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  
  .date-time {
    font-weight: 600;
    font-size: 1.1rem;
    color: #333;
  }
  
  .with-love {
    font-size: 1rem;
    color: #a52a2a;
    margin-top: 30px;
  }
  
  .divider {
    height: 2px;
    width: 50px;
    margin: 20px auto;
    background-color: #FFD700;
  }
  
  input.form-control {
    border-radius: 15px;
    text-align: center;
  }
  .btn-yellow {
    background-color: #FFD700 !important; 
    color: #000;
    border: none;
    border-radius: 25px;
    padding: 10px 25px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
  }
  

.floating-btn-group {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

.floating-btn {
 
  color: white;
  font-size: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
}

.floating-btn:hover {
color: white;
}

.whatsapp-btn {
  background-color: #25d366;
}

.bulk-btn {
  background-color: #28a745;
}

.enquiry-btn {
  background-color: #ffc107;
  color: black;
}


.footer-link {
    color: #ffffffcc;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-link:hover {
    color: #f9d423;
    text-decoration: underline;
  }
  
  .logo-text {
    font-family: 'Brush Script MT', cursive;
    font-size: 2rem;
  }
  




.gallery-item {
  height: 250px;
}

.gallery-item img {
  transition: 0.5s;
  height: 100%;
  object-fit: cover;
}

.gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #7D0A0A;
  color: #fff;
  opacity: 0;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item:hover img {
  /* opacity: 0; */
  transform: scale(1.1);
}

.gallery-item:hover .overlay {
  opacity: 1;
}

.overlay-text {
  font-size: 1.2rem;
  font-weight: bold;
}


.text-golden {
  color: goldenrod;
}
.counter-section{
  background-color:goldenrod;
}


.about-us-section {

  transition: all 0.5s ease;
  font: italic 900 20px Tiempos Headline;

}

.section-title {
  font-size: 3rem;
  font: italic 900 43.8px Tiempos Headline;

  color: goldenrod;
  margin-bottom: 2rem;
}

.golden-image-wrapper {
  padding: 8px;
  border: 4px solid goldenrod;
  border-radius: 15px;
  transition: box-shadow 0.5s ease, transform 0.5s ease;
}

.golden-image-wrapper:hover {
  box-shadow: 0 0 30px goldenrod;
  transform: scale(1.03);
}

.about-text-group .line {
  opacity: 0;
  color: #7D0A0A;
  transform: translateX(-20px);
  transition: all 0.5s ease;
  transition-delay: var(--delay);
}

.about-us-section:hover .about-text-group .line:nth-child(1) { opacity: 1; transform: translateX(0); transition-delay: 0.2s; }
.about-us-section:hover .about-text-group .line:nth-child(2) { opacity: 1; transform: translateX(0); transition-delay: 0.4s; }
.about-us-section:hover .about-text-group .line:nth-child(3) { opacity: 1; transform: translateX(0); transition-delay: 0.6s; }
.about-us-section:hover .about-text-group .line:nth-child(4) { opacity: 1; transform: translateX(0); transition-delay: 0.8s; }
.about-us-section:hover .about-text-group .line:nth-child(5) { opacity: 1; transform: translateX(0); transition-delay: 1s; }
.about-us-section:hover .about-text-group .line:nth-child(6) { opacity: 1; transform: translateX(0); transition-delay: 1.2s; }
.about-us-section:hover .about-text-group .line:nth-child(7) { opacity: 1; transform: translateX(0); transition-delay: 1.4s; }

.why-choose-us {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8f9fa;
}

.title-section {
  margin-bottom: 20px;
}

.display-6 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}



.caption-section {
  margin-bottom: 40px;
}

.caption-text {
  font-size: 18px;
  color: #777;
  font-style: italic;
  opacity: 0.9;
  font-family: 'Georgia', serif;
}

.icons-section {
  margin-top: 30px;
}

.icons-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 20px;
}

.icon-box {
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  color: white;
  transition: all 0.3s ease;
}

.icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.icon-box i {
  font-size: 50px;
  margin-bottom: 10px;
}

.icon-box p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}


.box-1 {
  background-color: #7D0A0A; 
}

.box-2 {
  background-color: goldenrod;
}

.box-3 {
  background-color: #7D0A0A;
}

.box-4 {
  background-color: goldenrod; 
}

.box-5 {
  background-color: #7D0A0A; 
}

.box-6 {
  background-color: goldenrod; 
}




.gallery-item {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 100%; 
}

.gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}



.gallery-item img:hover {
  transform: none !important; 
  box-shadow: none !important; 
}


