
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


.top-bar {
    background: hsla(313, 100%, 75%, 1);
    background: linear-gradient(90deg, hsla(313, 100%, 75%, 1) 0%, hsla(335, 100%, 63%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(313, 100%, 75%, 1) 0%, hsla(335, 100%, 63%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(313, 100%, 75%, 1) 0%, hsla(335, 100%, 63%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FF7EE2", endColorstr="#FF4191", GradientType=1 );
    color: white;
    padding: 8px 20px;
    font-family: Arial, sans-serif;
}

body {
    background-color: #ffffff;
}

.top-bar .contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.top-bar .contact-info a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.top-bar .contact-info a:hover {
    color: blue;
}

.top-bar .auth-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-bar .auth-links a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.top-bar .auth-links a:hover {
    color: blue;
}

.top-bar .logo {
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.top-bar .logo:hover {
    color: blue;
}

.top-bar nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-bar nav a {
    color: white;
    text-decoration: none;
}

.top-bar nav a:hover {
    color: blue;
}

.top-section {
    background-attachment: fixed; /* Changed to fixed */
    background-image: url("../bg3.jpg") !important;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px;
    height: auto !important;
}


.matrimony-tagline h1 {
    font-weight: 600;
    color: #fffdfd; /* Deep red for a romantic feel */
    max-width: 800px;
    font-family: 'poppins', sans-serif;

  }

  .matrimony-tagline{
    margin-top: 200px;
  }

  .register-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    font-size: 18px;
    background-color: #e91e63; /* or any color you prefer */
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.3s ease;
}

label {
    color: #333;
    font-family: 'poppins', sans-serif !important;
}

.register-btn:hover {
    background-color: #c2185b;
}

.arrow {
    margin-left: 8px;
    font-size: 20px;
}

/* about section */

.about-content {
    padding: 50px 0px !important;
}

.headlines h2 {
    text-align: center;
    font-size: 50px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
    /* font-family: 'Parisienne', cursive !important; */
    font-family: "Charm", cursive !important;
}

.headlines p{
    text-align: justify;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 40px;
    /* font-family: 'Cinzel Decorative', serif; */
}

/* ===== MOBILE VIEW STYLES ===== */
@media (max-width: 768px) {
    /* .about-content {
        padding: 30px 15px !important;
    } */

    .headlines h2 {
        font-size: 30px;
        margin-bottom: 15px;
        line-height: 1.2;
    }

    .headlines p {
        font-size: 16px;
        margin-bottom: 30px;
        text-align: justify;
    }
}


.trust-brand-wrapper {
    background-color: #FFEFD5;
    padding: 20px 0;
}

.trust-brand {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 20px 0;
}

.trust-head {
    text-align: center;
    color: rgb(131, 96, 96);
}
.trust-head h2 {
    font-family: 'charm', cursive !important;
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 600;
    /* background: linear-gradient(to right, #f1e313, #ff1919); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}

.trust-head p{
    font-size: 20px;
    /* font-family: "Playfair Display", serif !important; */
    margin-bottom: 40px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #5a5a5a;
    /* font-family: 'Cinzel Decorative', serif; */
}

.trust-item {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    width: 300px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    /* transition: transform 0.3s ease; */
}

.trust-item:hover {
    transform: translateY(-5px);
}

.trust-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    color: #5a412b;
}

.trust-item p {
    font-size: 14px;
    color: #5a5a5a;
    margin-top: 8px;
}

.trust-wrapper {
    margin-top: 50px;
}

@media (max-width: 768px) {
    .trust-head h2 {
        font-size: 40px;
    }

    .trust-head p {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .trust-brand {
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
        gap: 0px;
    }

    .trust-item {
        width: 90%;
        max-width: 350px;
        margin: 10px auto;
    }
}


.elite-section {
    padding: 40px;
    border-radius: 12px;
    max-width: 900px;
    margin: auto;
    color: #333;
}

.elite-header {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.elite-logo {
    width: 80px;
    height: 80px;
}

.elite-header h2 {
    font-size: 60px;
    font-family: 'charm', cursive !important;
    font-weight: 700;
    margin: 0;
    color: #000;
}

.elite-header .subtitle {
    font-size: 16px;
    color: #b2002d;
    font-weight: 500;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-top: 5px;
}

.elite-features {
    display: flex;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    flex-direction: column;
    gap: 25px;
    font-size: 20px;
}

.feature-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.feature-item img {
    width: 40px;
    height: 40px;
    margin-top: 4px;
}

.feature-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.feature-item p {
    font-size: 14px;
    margin-top: 5px;
    color: #555;
}

/* ========== MOBILE VIEW ========== */
@media (max-width: 768px) {
    .elite-section {
        padding: 20px;
    }

    .elite-header {
        flex-direction: column;
        gap: 10px;
    }

    .elite-header h2 {
        font-size: 32px;
        text-align: center;
    }

    .elite-header .subtitle {
        font-size: 14px;
        text-align: center;
    }

    .feature-item {
        flex-direction: row;
        align-items: flex-start;
    }

    .feature-item img {
        width: 35px;
        height: 35px;
    }

    .elite-image {
        margin-top: 30px;
        text-align: center;
        display: none;
    }

    .elite-image img {
        width: 100%;
        max-height: 300px;
        object-fit: contain;
    }

    .row {
        flex-direction: column;
    }

    .col-md-6 {
        width: 100%;
    }
}


  
/* testimonial */

.testimonial-section {
  background: #FFEFD5;
  /* background: #fef8ee; */
  padding: 40px 20px;
}

.slider-column h2 {
    font-size: 40px; 
    text-align: center;
    font-weight: 600;
    color: #b2002d;
    font-family: 'charm', cursive !important;
    /* font-family: Rouge Script; */
}

.center-arrow {
  display: block;
  margin: 10px auto 20px auto; /* Top, horizontal auto, bottom */
  width: 60px;
  height: auto;
}

.divide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 20px;
  margin: 100px 0px 40px 0px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.divide img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: -70px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .testimonial-section {
    padding: 20px 10px;
  }

  .slider-column h2 {
    font-size: 24px;
    padding: 0 10px;
  }

  .swiper-slide {
    padding: 10px;
  }

  .divide {
    padding: 15px;
    margin: 60px 0 30px;
  }

  .divide img {
    width: 80px;
    height: 80px;
    margin-top: -50px;
  }

  .divide h5 {
    font-size: 16px;
    margin-top: 10px;
  }

  .divide p {
    font-size: 14px;
    text-align: justify;
    padding: 0 5px;
  }

  .form-group.mt-4 {
    margin-top: 20px !important;
  }

  .ulockd-btn-thm2 {
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 30px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none !important; /* Hide navigation arrows on small screens */
  }
}

/* .arrow-animation {
  position: absolute;
  left: -300px;
  top: 0;
  width: 300px;
  animation: slideArrow 5s linear infinite;
}

@keyframes slideArrow {
  0% {
    left: -300px;
  }
  100% {
    left: 100%;
  }
} */

/* promote section */

.promote-body {
    background-attachment: fixed; /* Changed to fixed */
    background-image: 
        /* linear-gradient(rgba(80, 80, 80, 0.6), rgba(0, 0, 0, 0.6)), */
        url("../weddingback.jpg") !important;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* color: white; */
    padding: 20px;
} 

.promote-container {
    background-color: rgba(255, 255, 255, 0.815); /* White with 60% transparency */
    /* padding: 100px; */
}



.promo-section {
    /* background-color: #fff0f6; */
    padding: 40px 20px;
    border-radius: 20px;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.05); */
}
.promo-heading {
    font-family: 'charm', cursive !important;
    color: #070707;
    font-weight: 700;
    font-size: 50px;
}

.caste h2{
    font-family: 'charm', cursive !important;
    font-weight: 700;
    font-size: 35px;
    color: #b2002d;
}

.caste ul {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    padding-left: 20px;
}

.promo-text {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;        
    color: #b2002d;
    font-size: 18px;
    margin-top: 30px;
}
.promo-btn {
    background-color: #d63384;
    color: white;
}
.promo-btn:hover {
    background-color: #c0246c;
}

.promo-features {
    padding-top: 10px !important;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px !important;
}

.promo-features-item {
    display: flex;
    align-items: center;
    gap: 10px;
    /* margin-bottom: 20px; */
}

.promo-features-item img {
    width: 50px;
    height: 60px;
    margin-top: 4px;
}

.promo-btn {
    background-color: #e91e63; /* Elegant pink */
    color: #fff;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 25px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    display: inline-block;
}

.promo-btn:hover {
    background-color: #c2185b; /* Darker pink on hover */
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}


/* register form */

.bgc-overlay-white7 {
  background-color: rgba(255, 255, 255, 0.7); 
  bottom: 0;
  content: "";
  left: 0;
  /* /* position: absolute;  */
  right: 0;
  top: 0; 
  border-radius: 10px;
  padding: 20px;
}

/* .bgc-overlay-white7 {
  background: transparent;
  border-radius: 10px;
  padding: 20px;
  box-shadow: inset 0 0 15px rgba(255, 105, 180, 0.5); /* Inset pink shadow 
} */

.rsvp_form3 {
    padding: 50px;
}

@keyframes shake {
  0% { transform: translateX(0); }
  20% { transform: translateX(-5px); }
  40% { transform: translateX(5px); }
  60% { transform: translateX(-5px); }
  80% { transform: translateX(5px); }
  100% { transform: translateX(0); }
}

.shake {
  animation: shake 0.3s;
}


.caste p a{
    text-decoration: none;
    color: black;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

/* .bgc-overlay-white75:before {
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; 
} */


/* plan */

.custom-pagination {
    display: flex;
    list-style: none;
    padding-left: 0;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.custom-pagination li {
    display: inline;
}

.custom-pagination li a {
    text-decoration: none;
    padding: 5px 10px;
    color: #000;
    font-weight: normal;
}

.custom-pagination li.active strong {
    font-weight: bold;
    color: #fff;
    background-color: #b2002d; /* Highlight color for active page */
    padding: 10px;
    border-radius: 5px;
}

.search h2{
    font-family: 'charm', cursive !important;
    color: #b2002d;
}

.price-head {
    /* background: #FFEFD5;; */
    background-attachment: fixed; /* Changed to fixed */
    background-image: url("../price.jpg") !important;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
    /* color: #b2002d !important; */
}

.pricing-content h2 {
    font-family: 'charm', cursive !important;
    color: #b2002d;
    font-weight: 600;
    font-size: 50px;

}

@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.alert-box {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #28a745;
  color: #fff;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 300px;
  width: auto;
  animation: fadeSlideIn 0.5s ease forwards;
  z-index: 9999;
}


/* search profile view  */

.search-head {
    /* background: #FFEFD5;; */
    background-attachment: fixed; /* Changed to fixed */
    background-image: url("../img/searchpro.jpg") !important;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
    /* color: #b2002d !important; */
}