/* theme.css — TrulyMatch.in pink–gold style */
body {
  font-family: 'Poppins', sans-serif;
    background: linear-gradient(120deg, #e91e63, #f8bbd0, #ffd54f);
  color: #333;
}

.navbar {
  background: linear-gradient(90deg, #e91e63, #d4af37);
}
.navbar-brand {
  font-weight: bold;
  color: white !important;
}
.nav-link {
  color: white !important;
  font-weight: 500;
}

 
/* ===========================
   FULL SCREEN HERO SLIDER
=========================== */
.hero-slide {
  min-height: 100vh;
  overflow: hidden;
}
.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(15 14 15 / 35%);
}

.hero-slide-content {
    position: relative;
    z-index: 2;
    text-align: center;
    
    margin-top: 20%;
}

.hero-title {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    text-shadow: 0px 5px 20px rgba(0,0,0,0.4);
}

.hero-subtitle {
    font-size: 1.3rem;
    color: #FFFDE9;
}

/* MOBILE FIX */
@media(max-width: 768px){
    .hero-slide{
        height: 70vh !important;
    }
    .hero-title{
        font-size: 30px;
    }
    .hero-slide-content{
        text-align: center;
        margin-left: 0;
        padding: 0 20px;
    }
}

/* HOW IT WORKS SECTION */
.icon-circle {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #E96A9F, #D4AF37);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    box-shadow: 0 8px 25px rgba(233, 106, 159, 0.35);
}

.step-number {
    font-size: 22px;
    font-weight: bold;
    color: white;
}

.section-title {
    font-family: 'Playfair Display', serif;
    color: #E84393;
    font-weight: 700;
}

.card-pg {
    background: white;
    border-radius: 16px;
    border: 1px solid #F7D7E8;
    box-shadow: 0 10px 40px rgba(233, 106, 159, 0.15);
}


/* PINK–GOLD FOOTER */
.footer-pg {
    background: linear-gradient(135deg, #E84393, #D4AF37);
    color: white;
    border-radius: 60px 60px 0 0;
    box-shadow: 0 -10px 60px rgba(233, 106, 159, 0.25);
}

.footer-logo {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.footer-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 18px;
}

.footer-menu {
    list-style: none;
    padding-left: 0;
}

.footer-menu li {
    margin-bottom: 6px;
}

.footer-menu li a {
    color: #FFE8F2;
    text-decoration: none;
    font-size: 20px;
    transition: 0.3s;
}

.footer-menu li a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-divider {
    border-color: rgba(255,255,255,0.3);
}

.social-icon {
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: 0.3s;
}

.social-icon:hover {
    background: #fff;
    color: #E84393;
}

/* Mobile Fix */
@media(max-width:768px){
    .footer-pg {
        border-radius: 35px 35px 0 0;
    }
}
 


 
/* TESTIMONIAL SECTION */
.testimonial-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #F7D7E8;
    box-shadow: 0 10px 40px rgba(233, 106, 159, 0.15);
    transition: all 0.3s ease-in-out;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(233, 106, 159, 0.25);
}

.testimonial-img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #E96A9F;
    box-shadow: 0 5px 20px rgba(233, 106, 159, 0.25);
}

.section-title {
    font-family: 'Playfair Display', serif;
    color: #E84393;
    font-weight: 700;
}
/* SUCCESS STORIES SECTION */
.story-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #F7D7E8;
    box-shadow: 0 10px 35px rgba(233, 106, 159, 0.15);
    transition: all 0.3s ease;
}

.story-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 45px rgba(233, 106, 159, 0.25);
}

.story-img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 12px;
    border: 3px solid #E96A9F;
    box-shadow: 0 5px 20px rgba(233, 106, 159, 0.25);
}

.bg-pink {
    background: #E84393 !important;
}

.bg-gold {
    background: #FFD700 !important;
}

/* ============================================
   PINK–GOLD FLOATING HEARTS ANIMATION
=============================================== */

.heart-animation {
    position: fixed;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 999;
}

.heart {
    position: absolute;
    bottom: -50px;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #E84393, #FFC4D8);
    transform: rotate(45deg);
    opacity: 0.8;
    animation: floatUp 7s linear infinite;
    border-radius: 4px;
    box-shadow: 0 0 12px rgba(232, 67, 147, 0.6);
}

.heart:before,
.heart:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: inherit;
    border-radius: 50%;
}

.heart:before {
    top: -12px;
    left: 0;
}

.heart:after {
    left: 12px;
    top: 0;
}

/* Floating UP animation */
@keyframes floatUp {
    0% {
        transform: translateY(0) rotate(45deg);
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateY(-120vh) rotate(45deg);
        opacity: 0;
    }
}

/* QUICK SEARCH COMPONENT */
.card-pg {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #F7D7E8;
    box-shadow: 0 10px 40px rgba(233,106,159,0.15);
}

.text-pink {
    color: #E84393 !important;
}

.btn-gold {
    background: linear-gradient(135deg,#D4AF37,#F7D584);
    color: #000;
    border-radius: 30px;
    font-weight: 600;
    padding: 12px 20px;
}

.btn-gold:hover {
    background: linear-gradient(135deg,#E9C766,#FBE9A1);
    color: #000;
}





