/* // <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 400 to 700 */

h1 {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;

}

.text-primary {
  color: #ce478b;
}

/* Transparent background for header */
/* header.navbar {
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 10;
} */

/* Ensure the slider image goes under the header */
.carousel-item img {
  height: 100vh;
  /* Full height to cover the viewport */
  object-fit: cover;
}

.carousel-inner h1 {
  color: #ce478b;
  font-weight: 800;

}

.carousel-inner h5 {
  color: #3987cc;

}

.navbar-brand {
  font-weight: 500;
  color: #ce478b;
  font-size: 24px;
  transition: 0.3s color;
}



.log-in-button {

  background-color: #ce478b;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s background-color;


}

.sign-up-button {
  background-color: #3987cc;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s background-color;

}

.log-in-button:hover {
  background-color: #3987cc;

}

.navbar-toggler {
  border: none;
  font-size: 1.25rem;

}

.navbar-toggler:focus,
.btn-close:focus {
  box-shadow: none;
  outline: none;
}

.nav-link {
  color: #ffffff;
  font-weight: 500;
  position: relative;
}

.nav-link:hover,
.nav-link.active {
  color: #ffffff;
}

/* @media(min-width: 991px) {
.nav-link::before{
  content:"";
  position:absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #009970;
  visibility: hidden;
  transition: 0.3s ease-in-out;

}
.nav-link:hover::before, .nav-link.active::before{
  width: 100%;
  visibility: visible;
}
} */

.hero-section {
  background: url('assest/Shaadiimg.PNG') no-repeat center;
  background-size: cover;
  width: 100%;
}

.hero-section .container {
  height: 100vh;

  z-index: 1;
  position: relative;
}

.hero-section h4 {
  font-size: 1.5em;
  margin-top: 200px;
}

.hero-section h1 {
  font-size: 1.2em;
}

.formrow {

  margin-bottom: 300px;
}


/* .search-form {
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 5px;
  border-radius: 8px;
  gap: 10px;
}

label, span {
  color: white;
}

select {
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

button {
  padding: 8px 16px;
  background-color: #008CBA;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
} */

/* Form container styling */
.search-form {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
  border-radius: 8px;
  max-width: 1200px;
  /* Adjusted max-width for better responsiveness */
  margin: 0 auto;
}

/* Form labels */
.search-form .form-label {
  margin-bottom: 4px;
  /* Slight spacing for better readability */
  font-weight: 500;
  /* Optional: Make labels slightly bolder */
  color: #fff;
  /* Ensure text is visible against dark background */
}

/* Form controls */
.search-form .form-select,
.search-form .form-control,
.search-form button {
  padding: 8px;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #ccc;
  /* Subtle border for better visibility */
}

/* Remove unnecessary spacing between fields */
.search-form .form-select,
.search-form .form-control {
  margin-top: 0;
  margin-bottom: 0;
}

/* Button styling */
.search-form button {
  background-color: #008CBA;
  color: white;
  border: none;
  width: 100%;
  transition: background-color 0.3s ease-in-out;
  padding: 10px;
  /* Increased padding for better clickability */
}

.search-form button:hover {
  background-color: #007BA7;
}

/* Layout adjustments */
.search-form .row>div {
  padding: 0 8px;
  /* Subtle padding between columns */
  margin-top: 0;
  /* Remove default margins for alignment */
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .search-form .row>div {
    flex: 0 0 auto;
  }

  .search-form .row .col-md-auto {
    max-width: calc(100% / 5);
    /* Improved column distribution */
  }

  .search-form button {
    max-width: 140px;
    /* Slightly wider button */
  }
}

/* Align text and fields more closely */
.search-form .form-label+.form-select,
.search-form .form-label+.form-control {
  margin-top: -5px;
  /* Bring fields closer to labels */
}

/* Form responsiveness */
@media (max-width: 768px) {
  .search-form {
    padding: 0px;
    max-width: 100%;
    /* Full width on smaller screens */
  }

  .search-form button {
    max-width: 100%;
    /* Ensure button spans full width */
  }
}


/* button:hover {
  background-color: #005f73;
} */

/* .p-70{
  padding: 70px;
}
.bg-gray{
  background-color: #666777;
}

.py-6{
  padding-top: 6rem;
  padding-bottom: 6rem;

} */


.footer {
  background-color: #ffd6ef;
  padding: 40px 0;
}

.footer h5 {
  font-weight: bold;
  margin-bottom: 20px;
}

.footer a {
  text-decoration: none;
  color: #000;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .social-icons i {
  font-size: 18px;
  margin-right: 15px;
  color: #333;
}

.footer .social-icons i:hover {
  color: #007bff;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #000000;
  margin-top: 20px;
  font-size: 14px;
  color: #1167b3;
}

.text-primary {
  color: #cc39b3 !important;
}

/* Container for the age range */
.age-range-container {
  display: flex;
  align-items: center;
  gap: 5px;
  /* Adjust the gap between select boxes and 'to' text */
}

.age-select {
  flex: 1;
  /* Makes both dropdowns take equal width */
}

.age-range-text {
  margin: 0 5px;
  font-size: 16px;
}