:root {
--pink-1: #f02a97;
--purple-1: #5b0db8;
--dark-1: #231b2f;
--muted: rgba(255, 255, 255, 0.85);
}
* {
box-sizing: border-box
}
body {
font-family: "Poppins", "Mukta", system-ui;
  font-family: "Poppins", "Mukta", sans-serif;
margin: 0;
/*background: linear-gradient(110deg,#44107a 0%,#e83e8c 100%);*/
}

.color-gradient{
background: linear-gradient(160deg, #b30438 40%, #e00038 60%);
}


/* Sthal NAVBAR */
.sthal-back-img{
position: relative;
min-height: 70vh;
background-position: 50% center;
color: #fff;
/*background-image: url("https://cdn-immbb.nitrocdn.com/qVGXQQSPxiyVbnbhlHkZipuqHjtOnNXV/assets/images/optimized/rev-a08b26b/www.sthalmatrimony.com/wp-sthalmatrimony/wp-content/themes/sthal/images/all-inner-banner.jpg");*/
/*background-repeat: no-repeat;*/
/*background-size: cover;*/
}

.card-text-color{
  color: #b0002c;
}

.btn-custom {
  background: #e40039;
  color: #fff;
  border-color: #fff;
  padding: 10px 20px 10px 20px;
  border-radius: 70px;
  transition: all 0.3s ease;
}

.btn-custom:hover {
  background: linear-gradient(#b30438);
  color: #fff;
}

.display-heading{
  font-size: 4rem;
}

.logo {
width: 130px;
height: 130px;
object-fit: contain;
filter: drop-shadow(0 3px 10px rgba(0, 0, 0, .25));
}
.nav-center .nav-link {
color: rgba(255, 255, 255, 0.95);
font-weight: 600;
}

/* Dropdown menu smooth animation */
.navbar .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease;
  margin-top: 10px;
  border-radius: 10px;
}

/* Show on hover */
.navbar .nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Keep dropdown arrow visible */
.navbar .dropdown-toggle::after {
  margin-left: 6px;
  transition: transform 0.3s ease;
}

/* Rotate arrow on hover */
.navbar .nav-item.dropdown:hover .dropdown-toggle::after {
  transform: rotate(180deg);
}

/* Dropdown item hover */
.dropdown-item:hover {
  background-color: #f7e3f1;
  color: #d82a9c;
}


.dropdown-item {
  font-weight: 500;
  width: 100%;
}

.dropdown-item:hover {
  background-color: #f1f1f1;
  color: #666;
}


/* HERO */
.hero {
padding: 50px 0;
}
.hero-couple{
  height: 500px;
}
.sthal-heading {
font-size: 2.50rem;
font-weight: 600;
line-height: 1.2;
}
.btn-video {
color: #fff !important;
border: none !important;
text-decoration: none;
}
.subhead {
color: rgba(255, 255, 255, 0.95);
font-size: 1.05rem;
}
.btn-download {
background: #e00038;
color: #fff;
border-radius: 5px;
padding: .7rem 1.25rem;
font-weight: 600;
cursor: pointer;
transition: background 0.7s ease, transform 0.3s ease;
}
.btn-download a {
text-decoration: none;
color: #fff;
}
.btn-pink {
background: var(--pink-1);
color: #fff;
border-radius: 50px;
}



/* ==============================
   HERO SECTION ENHANCEMENTS
============================== */

.hero {
  position: relative;
  overflow: hidden;
  animation: heroFade 1.2s ease forwards;
}

@keyframes heroFade {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* LEFT CONTENT ANIMATION */
.hero-left h1 {
  opacity: 0;
  animation: textSlideUp 1s ease forwards;
}

.hero-left .subhead {
  opacity: 0;
  animation: textSlideUp 1s ease forwards;
  animation-delay: 0.3s;
}

.hero-left .btn {
  opacity: 0;
  animation: textSlideUp 1s ease forwards;
  animation-delay: 0.6s;
}

.hero-left .muted {
  opacity: 0;
  animation: textSlideUp 1s ease forwards;
  animation-delay: 0.9s;
}

@keyframes textSlideUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* RIGHT IMAGE FLOAT ANIMATION */
.phone-frame {
  animation: phoneFloat 4s ease-in-out infinite;
}

/* IMAGE HOVER EFFECT */
.hero-couple {
  transition: transform 0.6s ease;
}

.hero-couple:hover {
  transform: scale(1.04);
}

/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {
  .hero {
    padding: 30px 0;
  }

  .hero-couple {
    height: auto;
  }

  .phone-frame {
    animation: none;
  }
}








/* Why Section */
.why-section {
padding: 70px 0;
}
.section-title {
font-weight: 700;
font-size: 1.5rem;
}
/* Services */
.bg-light-custom {
background: rgba(255, 255, 255, 0.04);
}
.service-card {
border: none;
background: transparent;
color: #fff;
}
.service-icon {
font-size: 2.2rem;
color: var(--pink-1);
}
/* Plans */
.plan-card {
border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.06);
background: rgba(255, 255, 255, 0.02);
}
.plan-price {
font-size: 1.5rem;
font-weight: 800;
}
.plan-card.recommended {
border: 1px solid rgba(255, 255, 255, 0.15);
transform: scale(1.02);
}
/* Testimonials */
.testimonial-card {
border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.04);
background: transparent;
}
/* =========================
   FOOTER BASE
========================= */
.sthal-footer {
  background: linear-gradient(110deg, #9c1436, #c91f4c);
  padding-top: 0px;
  position: relative;
  overflow: hidden;
}

/* soft light overlay */
.sthal-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at right bottom,
    rgba(255,255,255,0.08),
    transparent 60%);
}

/* =========================
   INNER WRAPPER
========================= */
.footer-inner {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* =========================
   ROW LAYOUT
========================= */
.footer-row {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}

/* =========================
   LEFT CONTENT
========================= */
.footer-left {
  width: 70%;
  color: #fff;
  padding-bottom: 60px;
  animation: fadeUp 1s ease forwards;
}

/* =========================
   RIGHT IMAGE
========================= */
.footer-right {
  text-align: right;
  animation: fadeRight 1.2s ease forwards;
}

.footer-couple-img {
  max-height: 400px;
  width: auto;
  filter: drop-shadow(0 25px 40px rgba(0,0,0,0.3));
}

/* =========================
   FOOTER COLUMNS
========================= */
.footer-columns {
  display: flex;
  gap: 70px;
  margin-bottom: 30px;
}

.footer-col h4 {
  font-size: 20px;
  margin-bottom: 16px;
  position: relative;
}

/* underline accent */
.footer-col h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 35px;
  height: 2px;
  background: #ffd3dd;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
  font-size: 15px;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer-col ul li:hover {
  transform: translateX(6px);
  opacity: 0.85;
}

/* =========================
   SOCIAL ICONS
========================= */
.social-icons {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}

.social-icons a {
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,0.18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.35s ease;
}

.social-icons a:hover {
  background: #fff;
  color: #b81a41;
  transform: translateY(-4px);
}

/* =========================
   OTHER PRODUCTS
========================= */
.other-products-img {
  max-width: 120px;
  margin-top: 10px;
  transition: transform 0.3s ease;
}

.other-products-img:hover {
  transform: scale(1.05);
}

/* =========================
   TEXT CONTENT
========================= */
.footer-desc {
  font-size: 13px;
  line-height: 1.8;
  max-width: 92%;
  opacity: 0.95;
}

.footer-copy,
.footer-credit {
  font-size: 13px;
  opacity: 0.9;
}

/* =========================
   ANIMATIONS
========================= */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {
  .footer-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-left,
  .footer-right {
    width: 100%;
  }

  .footer-right {
    display: none;
  }

  .footer-columns {
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 576px) {
  .footer-inner {
    width: 90%;
  }

  .footer-col h4 {
    font-size: 18px;
  }
}

/* COMMON SIDE BUTTON */
.side-action-btn {
position: fixed;
right: 0;
z-index: 1000;
background: #e00038;
color: #fff;
writing-mode: vertical-rl;
transform: rotate(180deg);
font-size: 15px;
padding: 10px 15px;
border-radius: 12px 0 0 12px;
font-weight: 600;
text-decoration: none;
line-height: 1.2;
text-align: center;
}
.side-download-btn {
top: 20%;
height: 25%;
}
.side-biodata-btn {
top: 55%;
height: 35%;
}
/* SMALL MOBILE */
@media (max-width: 400px) {
.side-download-btn {
top: 25%;
}
.side-biodata-btn {
top: calc(46% + 100px);
}
}


/*COUNTER*/
.counter-section {
  background-color: #fdeaf3;
  padding: 80px 0;
}

.counter-box {
  position: relative;
  margin-bottom: 20px;
}

.counter-number {
  font-size: 60px;
  font-weight: 700;
  color: #b0002c;
  transition: all 0.3s ease;
}

.counter-text {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
}

/* Optional: Add a subtle hover/scale effect */
.counter-box:hover .counter-number {
  transform: scale(1.1);
  color: #e00038;
}

/* Responsive */
@media (max-width: 768px) {
  .counter-number {
    font-size: 48px;
  }
  .counter-text {
    font-size: 16px;
  }
}


/*CAROUSAL SECTION*/
.video-carousel-section {
background: #fff;
}
.video-thumb {
position: relative;
display: inline-block;
width: 80%;
max-width: 920px;
}
.video-thumb img {
width: 100%;
}
.play-btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 70px;
height: 70px;
background: rgba(255, 255, 255, 0.9);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.play-btn i {
font-size: 40px;
color: #b0002c;
}
.custom-video-arrow {
width: 60px;
height: 60px;
background: #fff;
border-radius: 50%;
position: absolute;
top: 50%;
transform: translateY(-50%);
border: 2px solid #b0002c;
}
.carousel-control-prev.custom-video-arrow {
left: 100px;
}
.carousel-control-next.custom-video-arrow {
right: 100px;
}
.custom-video-arrow span {
font-size: 30px;
color: #b0002c;
}

/* Smooth slide transition */
.carousel-item {
  transition: transform 0.8s ease-in-out, opacity 0.6s ease-in-out;
}

/* Video thumbnail styling */
.video-thumb {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  transition: transform 0.6s ease;
}

.video-thumb:hover {
  transform: scale(1.02);
}

/* Thumbnail image zoom */
.video-thumb img {
  transition: transform 0.6s ease;
}

.video-thumb:hover img {
  transform: scale(1.02);
}

/* Play button pulse animation */
.play-btn {
  animation: pulsePlay 2s infinite;
  box-shadow: 0 0 0 rgba(176, 0, 44, 0.5);
}

@keyframes pulsePlay {
  0% {
    box-shadow: 0 0 0 0 rgba(176, 0, 44, 0.6);
    transform: translate(-50%, -50%) scale(1);
  }
  70% {
    box-shadow: 0 0 0 25px rgba(176, 0, 44, 0);
    transform: translate(-50%, -50%) scale(1.05);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(176, 0, 44, 0);
    transform: translate(-50%, -50%) scale(1);
  }
}


/* Arrow hover animation */
.custom-video-arrow {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.custom-video-arrow:hover {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 10px 20px rgba(176, 0, 44, 0.3);
}

/* Arrow icon pulse */
.custom-video-arrow span {
  transition: transform 0.3s ease;
}

.custom-video-arrow:hover span {
  transform: scale(1.2);
}

/* Mobile optimization */
@media (max-width: 768px) {
  .carousel-control-prev.custom-video-arrow {
    left: 10px;
  }
  .carousel-control-next.custom-video-arrow {
    right: 10px;
  }

  .video-thumb {
    width: 100%;
  }
}










/* PROCESS SECTION */
.process-section {
  background: #fff;
  padding: 5% 0 10%;
}

/* IMAGE CIRCLE */
.process-img-circle {
  width: 400px;
  height: 350px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.process-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Heading */
.process-label {
  font-size: 12px;
  letter-spacing: 2px;
  color: #999;
}

.process-title {
  color: #b0002c;
  font-weight: 700;
  margin-top: 10px;
  font-size: 2.5rem;
}

.process-subtitle {
  max-width: 650px;
  margin: 10px auto 0;
  color: #444;
  font-size: 1rem;
}

/* Rows */
.process-row {
  margin-top: 40px;
}

/* Text */
.process-text h2 {
  color: #444;
  font-size: 1.8rem;
}

.process-text p {
  color: #999;
  max-width: 420px;
  font-size: 1rem;
}

/* Arrow */
.arrow-wrap {
  margin: 20px 0;
}

.arrow-img {
  max-width: 140px;
  animation: arrowBounce 5s ease-in-out infinite;
}

@keyframes arrowBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

/* IMAGE HOVER EFFECT */
.process-img-circle:hover .process-img {
  transform: scale(1.05);
}

/* MOBILE RESPONSIVE */
@media (max-width: 992px) {
  .process-img-circle {
    width: 300px;
    height: 250px;
  }
  .process-text h2 {
    font-size: 1.5rem;
  }
  .process-text p {
    font-size: 0.95rem;
  }
  .arrow-img {
    max-width: 100px;
  }
}

@media (max-width: 768px) {
  .process-section {
    padding: 5% 5% 10%;
  }
  .process-img-circle {
    width: 250px;
    height: 200px;
  }
  .process-text h2 {
    font-size: 1.3rem;
  }
  .process-text p {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .process-img-circle {
    width: 200px;
    height: 160px;
  }
  .process-text h2 {
    font-size: 1.2rem;
  }
  .process-text p {
    font-size: 0.85rem;
  }
}

/*MEMBERSHIP PLAN*/
.custom-plan-section {
position: relative;
min-height: 550px;
background: url("assets/img/Gemini_Generated_Image 7.png") center center / cover no-repeat;
display: flex;
align-items: center;
}
/* Dark overlay */
.custom-plan-section .overlay {
position: absolute;
inset: 0;
z-index: 1;
}
/* Content */
.custom-plan-section .content-area {
position: relative;
z-index: 2;
/*padding: 40px 30px;*/
}
.custom-plan-section h2 {
font-size: 2.2rem;
line-height: 1.3;
margin-left: 20%;
}
.custom-plan-section p {
font-size: 1.1rem;
line-height: 1.7;
color: #e5e5e5;
margin-left: 20%;
}
/* Button */
.membership-btn {
background: #e00038;
color: #fff;
padding: 12px 28px;
border-radius: 8px;
font-weight: 600;
transition: all 0.3s ease;
margin-left: 20%;
}
.membership-btn:hover {
background: #b30438;
color: #fff;
transform: translateY(-2px);
}
/* Mobile view adjustments */
@media (max-width: 991px) {
.custom-plan-section {
background-position: center;
padding: 10% 10%;
}
.custom-plan-section h2 {
font-size: 1.8rem;
}
}
/*MEMBERSHIP PLAN*/

/*success-stories*/
.success-stories-section {
padding: 5em 0;
background: #ffffff;
}
.section-label {
font-size: 1.4rem;
font-weight: 500;
color: #9e9e9e;
text-transform: uppercase;
display: inline-block;
margin-bottom: 20px;
}
.section-title {
font-size: 40px;
font-weight: 600;
color: #b0002c;
line-height: 1.2;
margin-bottom: 20px;
}
.section-desc {
font-size: 18px;
line-height: 1.7;
color: #444;
max-width: 420px;
}
/* Single Image */
.story-img-single {
width: 100%;
height: 200%;
border-radius: 20px;
object-fit: cover;
}
/* Responsive */
@media (max-width: 991px) {
.section-title {
font-size: 32px;
}
.story-img-single {
margin-top: 30px;
}
}

.whatsapp-float {
position: fixed;
width: 56px;
height: 56px;
bottom: 90px;
right: 70px;
background-color: #25d366;
color: #fff;
border-radius: 50%;
text-align: center;
font-size: 28px;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
z-index: 9999;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
transition: background-color 0.3s ease, transform 0.3s ease;
}
.whatsapp-float:hover {
background-color: #17A2B7;
transform: scale(1.1);
}
/* Section */
.blog-parallax-section {
  height: 400px;
  background-image: url("assets/img/Gemini_Generated_Image 8.png");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

/* Dark overlay */
.blog-parallax-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0.15)
  );
}

/* Keep content above overlay */
.blog-parallax-section .container-fluid {
  position: relative;
  z-index: 2;
}

/* Content animation */
.blog-content {
  padding-left: 40px;
  animation: slideFade 1.1s ease forwards;
}

/* Text styles */
.blog-label {
  letter-spacing: 3px;
  color: #444;
  font-size: 14px;
  font-weight: 600;
}

.blog-title {
  color: #b0002c;
  font-size: 38px;
  font-weight: 700;
  margin: 12px 0;
}

.blog-desc {
  color: #eee;
  font-size: 16px;
  max-width: 480px;
  line-height: 1.6;
}

.blogs-btn {
  background: #e00038;
  color: #fff;
  transition: background 0.8s ease, color 0.3s ease;
}

.blogs-btn:hover {
  background: linear-gradient(110deg, #ad0438, #d2073b);
  color: #fff;
}


/* Animation */
@keyframes slideFade {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .blog-parallax-section {
    background-attachment: scroll;
    height: auto;
    padding: 90px 0;
    background-position: center;
  }

  .blog-content {
    padding-left: 15px;
  }

  .blog-title {
    font-size: 30px;
  }
}

/* Section */
.contest-section {
background: #fdeaf3;
}
/* Heading */
.contest-label {
font-size: 18px;
letter-spacing: 2px;
color: #999;
}
.contest-title {
font-size: 40px;
font-weight: 700;
color: #b0002c;
margin: 10px 0;
}
.contest-subtitle {
color: #555;
font-size: 16px;
}
/* Card */
.contest-card {
background: #fff;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
height: 100%;
margin: 0 14px;
/* SIDE GAP */
}
/* Image */
.contest-card img {
width: 100%;
height: 240px;
object-fit: cover;
}
/* Body */
.contest-card .card-body {
padding: 22px;
}
.contest-card h5 {
font-size: 18px;
font-weight: 600;
margin-bottom: 10px;
color: #222;
}
.contest-card p {
font-size: 15px;
color: #555;
line-height: 1.6;
}
/* Arrows */
.contest-arrow {
width: 48px;
height: 48px;
background: #fff;
border-radius: 50%;
top: 55%;
transform: translateY(-50%);
opacity: 1;
}
.carousel-control-prev.contest-arrow {
left: -40px;
}
.carousel-control-next.contest-arrow {
right: -40px;
}
.contest-arrow i {
color: #b0002c;
font-size: 22px;
}
/* SMOOTH SLIDE */
.carousel-item {
transition: transform 0.7s ease-in-out;
}
/* Mobile */
@media (max-width: 768px) {
.contest-title {
font-size: 30px;
}
.contest-card img {
height: 200px;
}
.carousel-control-prev.contest-arrow,
.carousel-control-next.contest-arrow {
display: none;
}
.carousel-inner {
width: 100%;
padding: 0 70px;
overflow: hidden;
}
.contest-card {
margin: 0;
}
}
/* SMOOTH CAROUSEL SLIDE */
.carousel-item {
transition: transform 0.7s ease-in-out;
}
.community-search-section {
background: #ffffff;
}
.cs-wrapper {
width: 75%;
margin-left: 15%;
margin-right: 15%;
}
/* Heading */
.cs-label {
font-size: 18px;
letter-spacing: 2px;
color: #9e9e9e;
text-transform: uppercase;
}
.cs-title {
font-size: 36px;
font-weight: 700;
color: #b0002c;
}
/* Rows */
.cs-row {
padding: 18px 0;
}
.cs-key {
font-weight: 600;
color: #111;
font-size: 16px;
}
.cs-value {
color: #333;
font-size: 15px;
line-height: 1.8;
}
/* Divider */
.cs-divider {
border: none;
border-top: 1px solid #444;
margin: 0;
}
/* Mobile fix */
@media (max-width: 768px) {
.cs-wrapper {
width: 80%;
}
.cs-title {
font-size: 28px;
}
.cs-key {
margin-bottom: 8px;
}
}


/* ===== ENTRANCE ANIMATION ===== */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== ROW HOVER EFFECT ===== */
.cs-row {
  transition: background 0.3s ease, transform 0.3s ease;
  border-radius: 6px;
}

.cs-row:hover {
  background: #fff2f5;
  transform: translateX(6px);
}

/* ===== KEY TEXT STYLE ===== */
.cs-key {
  position: relative;
}

.cs-key::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  width: 4px;
  height: 60%;
  background: #b30438;
  transform: translateY(-50%);
  border-radius: 2px;
}

/* ===== DIVIDER ANIMATION ===== */
.cs-divider {
  border-top: 1px solid #ccc;
  position: relative;
  overflow: hidden;
}

.cs-divider::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 0;
  height: 2px;
  background: #4a148c;
  animation: dividerMove 1.5s ease forwards;
}

@keyframes dividerMove {
  to {
    width: 100%;
  }
}

/* ===== TEXT HOVER HIGHLIGHT ===== */
.cs-value {
  transition: color 0.3s ease;
}

.cs-row:hover .cs-value {
  color: #b0002c;
}

/* ===== MOBILE SMOOTHNESS ===== */
@media (max-width: 768px) {
  .cs-row:hover {
    transform: none;
  }
}




/* =========================
   SECTION BASE
========================= */
.download-section {
  position: relative;
  overflow: hidden;
  background: #fff;
}

/* =========================
   TOP GRADIENT
========================= */
.download-top {
  background: linear-gradient(110deg, #880022 0%, #e20039 100%);
  padding: 80px 0;
  position: relative;
}

/* subtle glow */
.download-top::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at right, rgba(255,255,255,0.12), transparent 60%);
}

/* =========================
   TEXT ANIMATION
========================= */
.download-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  animation: fadeSlideLeft 1s ease forwards;
}

.download-text {
  font-size: 16px;
  line-height: 1.7;
  animation: fadeSlideLeft 1.3s ease forwards;
}

/* =========================
   CENTER IMAGE
========================= */
.download-image-wrap {
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  z-index: 5;
  animation: floatImage 3.5s ease-in-out infinite;
}

.download-image-wrap img {
  width: 540px;
  max-width: 100%;
  filter: drop-shadow(0 25px 40px rgba(0,0,0,0.25));
}

/* =========================
   BOTTOM WHITE SECTION
========================= */
.download-bottom {
  background: #ffffff;
  padding: 90px 0;
  color: #333;
  animation: fadeUp 1.2s ease forwards;
}

/* =========================
   CONTACT ITEMS
========================= */
.contact-title {
  font-weight: 600;
  color: #6c6c6c;
  font-size: 14px;
}

.contact-link {
  font-weight: 600;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 15px;
  transition: all 0.3s ease;
}

.contact-link:hover {
  color: #b0002c;
  transform: translateX(5px);
}

.contact-link i {
  font-size: 20px;
  color: #b0002c;
}

/* =========================
   PLAY STORE IMAGE
========================= */
.googleplay-img {
  transition: transform 0.3s ease;
}

.googleplay-img:hover {
  transform: scale(1.05);
}

/* =========================
   VERTICAL LINE
========================= */
.vertical-line {
  border-left: 2px solid #ccc;
  height: 200px;
}

/* =========================
   ANIMATIONS
========================= */
@keyframes fadeSlideLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatImage {
  0% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-55%) translateX(0);
  }
  100% {
    transform: translateY(-50%) translateX(0);
  }
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 991px) {

  .download-top {
    padding: 60px 0;
  }

  .download-title {
    font-size: 28px;
  }

  .download-text {
    font-size: 14px;
  }

  .download-image-wrap {
    position: relative;
    top: 0;
    right: 0;
    transform: none;
    margin: 30px auto 0;
    animation: none;
    text-align: center;
  }

  .download-image-wrap img {
    width: 80%;
    max-width: 350px;
  }

  .download-bottom {
    padding: 60px 15px;
  }

  .vertical-line {
    display: none;
  }
}

/*.btn-pink {
background: #e91e63;
color: #fff;
border-radius: 6px;
font-size: 14px;
}
.btn-pink:hover {
background: #d81b60;
color: #fff;
}*/
/*Why Sthal is One of the Best Marathi Matrimonial App*/
.text-purple {
color: #5a0ea3;
}




/* WHY SECTION – PREMIUM TRUST DESIGN */

.why-card {
  position: relative;
  background: #fff;
  border-radius: 14px;
  padding: 32px;
  border: 1px solid #e2e2e2;
  overflow: hidden;

  /* normal soft shadow */
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);

  transition:
    border-color 0.4s ease,
    box-shadow 0.4s ease,
    transform 0.4s ease;
}

/* Subtle premium hover (no jump) */
.why-card:hover {
  border-color: rgba(176, 0, 44, 0.35);
  box-shadow: 0 14px 36px rgba(176, 0, 44, 0.18);
}

/* Corner accent */
.why-card::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: rgba(176, 0, 44, 0.08);
  top: -60px;
  right: -60px;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.6s ease;
}

.why-card:hover::before {
  transform: scale(1);
}

/* Focus glow (inner border effect) */
.why-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  box-shadow: inset 0 0 0 0 rgba(176, 0, 44, 0.2);
  transition: box-shadow 0.5s ease;
}

/* ICON – smooth premium animation */
.why-icon {
  width: 60px;
  margin-bottom: 12px;
  margin-right: 20px;

  /* theme color */
  filter: 
    brightness(0) 
    saturate(100%) 
    invert(18%) 
    sepia(82%) 
    saturate(4800%) 
    hue-rotate(340deg) 
    brightness(90%) 
    contrast(105%);

  transition:
    transform 0.6s ease,
    filter 0.4s ease;
}

.why-card:hover .why-icon {
  transform: scale(1.15) rotate(-2deg);
}

/* Title underline animation */
.why-card h5 {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}

.why-card h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #b0002c;
  transition: width 0.4s ease;
}

.why-card:hover h5::after {
  width: 100%;
}

/* Text emphasis */
.why-card p {
  transition: color 0.3s ease;
}

.why-card:hover p {
  color: #444;
}

/* Responsive spacing */
@media (max-width: 768px) {
  .why-card {
    padding: 24px;
  }

  .why-icon {
    width: 52px;
  }
}








/* =========================
   VERIFICATION SECTION
========================= */
.verification-section {
  background: linear-gradient(180deg, #ffebf8, #fff);
  position: relative;
  overflow: hidden;
}

/* soft floating shapes (background trust effect) */
.verification-section::before,
.verification-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  animation: floatBg 12s infinite linear;
}

.verification-section::before {
  width: 280px;
  height: 280px;
  background: #b0002c;
  top: -80px;
  left: -80px;
}



/* =========================
   IMAGE
========================= */
.verification-img-wrapper {
  position: relative;
  /*animation: floatImage 4s ease-in-out infinite;*/
}

.verification-img {
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.25));
  border-radius: 18px;
}

/* =========================
   ACCORDION
========================= */
.custom-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  background: transparent;
  animation: fadeUp 0.8s ease forwards;
}

/* delay for cascade effect */
.custom-accordion .accordion-item:nth-child(1) { animation-delay: 0.1s; }
.custom-accordion .accordion-item:nth-child(2) { animation-delay: 0.2s; }
.custom-accordion .accordion-item:nth-child(3) { animation-delay: 0.3s; }
.custom-accordion .accordion-item:nth-child(4) { animation-delay: 0.4s; }
.custom-accordion .accordion-item:nth-child(5) { animation-delay: 0.5s; }
.custom-accordion .accordion-item:nth-child(6) { animation-delay: 0.6s; }

.custom-accordion .accordion-button {
  background: transparent;
  font-weight: 600;
  padding: 1.2rem 0;
  box-shadow: none;
  transition: all 0.3s ease;
}

/* active state */
.custom-accordion .accordion-button:not(.collapsed) {
  color: #b0002c;
  transform: translateX(6px);
}

/* arrow */
.custom-accordion .accordion-button::after {
  background-size: 14px;
  transition: transform 0.3s ease;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

/* body animation */
.accordion-body {
  padding: 0 0 1rem 0;
  color: #444;
  animation: fadeIn 0.4s ease;
}

/* =========================
   CHECK ICON ANIMATION
========================= */
.check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.check-icon img {
  width: 22px;
  height: 22px;
  animation: pulseCheck 2.5s infinite;
  filter: 
    brightness(0) 
    saturate(100%) 
    invert(18%) 
    sepia(82%) 
    saturate(4800%) 
    hue-rotate(340deg) 
    brightness(90%) 
    contrast(105%);
}

/* =========================
   ANIMATIONS
========================= */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*@keyframes floatImage {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}*/

@keyframes pulseCheck {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes floatBg {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-40px);
  }
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 991px) {
  .verification-img-wrapper {
    margin-bottom: 30px;
    animation: none;
  }
}

@media (max-width: 576px) {
  .verification-section h2 {
    font-size: 22px;
  }

  .custom-accordion .accordion-button {
    font-size: 14px;
  }

  .accordion-body {
    font-size: 13px;
  }
}










/*Membership Plan*/
.pricing-section {
background: #fff;
}
.price-card {
border-radius: 6px;
background: #fdeaf3;
margin-bottom: 15%;
height: 65vh;
padding: 40px ;
}
.light-card {
color: #333;
}
.highlight-card {
background: #c91f4c;
}




.price-icon {
    position: absolute;
    top: -50px;
    left: 60px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(120deg, #b30438 20%, #e00038 80%); 
    color: white; 
    font-size: 44px;
}






.plan-title {
font-size: 15px;
font-weight: 600;
letter-spacing: 1px;
}
.plan-price {
font-size: 36px;
font-weight: 700;
margin: 10px 0;
}
.plan-short {
font-size: 15px;
margin-bottom: 20px;
}
.plan-details {
font-size: 12px;
line-height: 1.6;
border-left: 1px solid rgba(0,0,0,0.1);
padding-left: 20px;
}
.highlight-card .plan-details {
border-color: rgba(255,255,255,0.4);
}
.plan-btn {
background: #e00038;
color: #fff;
padding: 8px 20px;
border-radius: 4px;
font-size: 14px;
}
.plan-btn-outline {
border: 1px solid #fff;
color: #fff;
padding: 8px 20px;
border-radius: 4px;
font-size: 14px;
}
.plan-btn:hover{
color: #fff;
background-color: #b0002c;
}
.plan-btn-outline:hover {
color: #fff;
background-color: #b30438;
border: 1px solid #fff;
}
.plan-details-span{
font-size: 10px;
}







/*BLOG SECTION*/
.blog-link {
  display: block;
}

/* TITLE LINK STYLE */
.blog-title a {
  color: #6a008a;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* IMAGE LINK SAFE */
.blog-card a img {
  display: block;
}


.blog-section{
  background-color: #fff;
}

.blog-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #eee;
  transition: all 0.35s ease;
  height: 100%;
  position: relative;
}

/* IMAGE */
.blog-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* IMAGE OVERLAY */
.blog-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 240px;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: 0.9s ease;
  z-index: 1;
  pointer-events: none;
}

/* READ MORE BUTTON */
.blog-card::before {
  content: "Read More";
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translate(-50%, 20px);
  background: #e00038;
  color: #fff;
  padding: 10px 22px;
  font-size: 14px;
  border-radius: 4px;
  opacity: 0;
  transition: 0.9s ease;
  z-index: 2;
  pointer-events: none; 
}


/* HOVER EFFECTS */
.blog-card:hover::after {
  opacity: 1;
}

.blog-card:hover::before {
  opacity: 1;
  /*transform: translate(-50%, 0);*/
}


/* BODY CONTENT */
.blog-body {
  padding: 20px;
  position: relative;
  z-index: 3;
}

/* TAG */
.blog-tag {
  background: #fdeaf3;
  color: #000;
  font-size: 13px;
  padding: 5px 12px;
  display: inline-block;
  margin-bottom: 10px;
}

/* META */
.blog-meta {
  display: flex;
  gap: 15px;
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
}

.blog-meta i {
  margin-right: 5px;
}

/* TITLE */
.h5-blog-title {
  font-weight: 600;
  color: #4d008c;
  margin-bottom: 10px;
}

.h5-blog-title a{
  text-decoration: none;
  color: #b0002c;
  font-size: 23px;
}

/* DESC */
.blog-desc {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}


/*Pagination*/

.pagination-wrap {
  margin-top: 40px;
}

.custom-pagination {
  display: flex;
  align-items: center;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* COMMON BUTTON */
.custom-pagination li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 14px;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.9s ease;
}

.custom-pagination li.active a {
  background: #e00038;
  color: #fff;
  border-color: #e00038;
}


/* HOVER */
.custom-pagination li a:hover {
  background: #b30438;
  color: #fff;
  border-color: #b30438;
}

/* NEXT BUTTON */
.custom-pagination li.next a {
  font-weight: 400;
}


/*CONTACT US*/

.branch-section {
  min-height: 80vh;         
  display: flex;
  flex-direction: column;
  justify-content: center;    
}


/* Branch Offices Section */

.branch-title {
  color: #4b0082;
  margin-left: 15%;
}

/* Card */
.branch-card {
  background-color: #ffe6f7;
  border: none;
  border-radius: 10px;
  max-width: 600px;
}

/* City Title */
.branch-city {
  color: #4d008c;
}

/* Button */
.branch-btn {
  background-color: #d82a9c;
  color: #fff;
  border: none;
}

.branch-btn:hover {
  background-color: #c12589;
  color: #fff;
}

/* Icon */
.branch-icon {
  max-height: 120px;
}

/* Responsive Fix */
@media (max-width: 768px) {
  .branch-title {
    margin-left: 0;
    text-align: center;
  }
}





