body {
  background: #fff;
  font-family: 'Test Tiempos Fine', serif;
}

h1 {
  font-weight: 700;
}

/* ===== TOP NAV BAR ===== */
.custom-navbar {
  background: #5b2e68;
  border-radius: 40px;
  margin: 20px auto;
  max-width: 95%;
  padding: 14px 30px;
  position: sticky;
  top: 0;
  z-index: 999;
  transition:
    background 0.5s ease,
    color 0.4s ease,
    box-shadow 0.4s ease;
}

.brand-logo {
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
}

.nav-center-title {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
     font-family: auto;
}

.meeting-btn {
  background: #fff;
  color: #000000;
  border-radius: 16px;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #5B2E68 !important;
  transition: 0.3s;
  line-height: 21.4px;
  font-family: 'Manrope', sans-serif;
}

.meeting-btn:hover {
  background: #f2e7ee;
}

main {
  text-align: center;
  padding: 60px 20px;
  position: relative;
}

main img {
  width: 100%;
  max-width: 200px;
}

main img.main_1 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 120px;
}

main img.main_2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

main h2 {
  font-size: 41px;
  font-weight: 700;
  color: #000;
  text-align: center;
}

main p {
  font-size: 32px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}

main a {
  font-size: 16px;
  color: #121212;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
  display: block;
  font-family: 'Manrope', sans-serif;
}

.hide_content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

.hide_content.open {
  max-height: 500px;
  margin-bottom: 20px;
  opacity: 1;
}

main ul {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

main ul li {
  font-size: 18px;
}

.main_content_section {
  margin: auto;
  text-align: left;
  max-width: 795px;
}

.tagline {
  opacity: 0.9;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 200;
}

img.couple_image {
  position: absolute;
  top: 0;
  left: 0;
}

/* SECTION */
.multi-section {
  height: 110vh;
  overflow: hidden;
  position: relative;
  background-image: url("./images/bgimage.png");
  padding: 60px 0 !important;
  background-repeat: no-repeat;
    background-size: cover;
}

.multi-section h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -1.5%;

}

.multi-section h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  font-family: 'Manrope', sans-serif;
  color: #fff;
  margin: 20px 0;

}

.thecontainer {
  display: flex;
  /* height: 100%; */
  align-items: center;
  width: max-content;
  /* background-color: #5B2E68; */
}

.multi-section {
  height: 125vh;
  /* display: flex;
  align-items: center; */
}

.thecontainer {
  display: flex;
  gap: 80px;
  padding-left: 10vw;
}

/* PANEL WRAPPER */
.panel {
  min-width: 750px;
  padding: 40px;
  background: #fff;
  border-radius: 35px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.4);
}

/* INNER CARD */
.inner {
  display: flex;
  border-radius: 25px;
  overflow: hidden;
}

/* LEFT SIDE */
.left {
  flex: 1;
  background: #5b2e68;
  padding: 40px 6px 40px 26px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 350px
}

.navbar-multi-active {
  background: #fff !important;
  color: #5b2e68;
}

.navbar-multi-active .nav-center-title {
  color: #5b2e68;
}

.navbar-multi-active .brand-logo {
  font-weight: 600;
  color: #5b2e68;
  letter-spacing: 2px;
}

.navbar-multi-active .meeting-btn {
  background-color: #5B2E68;
  color: #fff;
}

.navbar-multi-active .meeting-btn:hover {
  background-color: #5B2E68;
  color: #fff;
}

.left h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
}

.left p {
  font-size: 15px;
  opacity: 0.9;
}

/* BUTTON */
.read-more {
  margin-top: 10px;
  padding: 10px 0px;
  border-radius: 40px;
  cursor: pointer;
  width: fit-content;
  transition: 0.3s;
}



/* RIGHT SIDE */
.right {
  padding: 20px;
  background: #f3eef2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}

.multi-section .Vector_line_img {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: -50px;
  margin: auto;
}

.right img {
  max-height: 300px;
  width: auto;
}

.panel:nth-child(odd) {
  margin-top: 100px;
}

.panel:nth-child(even) {
  margin-bottom: 100px;
}

/* EXTRA TEXT */
.extra {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  opacity: 1;
}

.extra.open {
  max-height: 200px;
  margin-top: 10px;
  opacity: 1;
}

.panel:nth-child(odd)::after {
  content: "";
  position: absolute;
  right: -155px;
  font-size: 100px;
  transform: rotate(150deg);
  top: 100px;
  width: 250px;
  height: 140px;
  background-image: url("./images/odd_line.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.panel:nth-child(even)::after {
  content: "";
  position: absolute;
  right: -220px;
  font-size: 100px;
  color: #ffff;
  transform: rotate(220deg);
  top: 140px;
  width: 300px;
  height: 140px;
  background-image: url("./images/odd_line.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.panel:last-child::after {
  content: none;
}

/* ===== HERO SECTION ===== */

.hero-section {
  position: relative;
  /* padding: 60px 0 120px; */
  text-align: center;
  background-image: url("./images/banner(re2).png");
  background-repeat: no-repeat;
    background-size: 100% 100%;
  min-height:86vh;
  height: 100%;
  border-bottom: 6px solid #5b2e68;
}

/* Main Heading */
.hero-heading {
  font-size: 48px;
  font-weight: 700;
  max-width: 1000px;
  margin: 0 auto 50px;
  line-height: 1.2;
  color: #171717;
  padding-top: 50px;
}

/* Side Quotes */
.side-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 370px;
  font-size: 20px;
  color: #000;
  font-weight: 400;
}

.side-left {
  left: 5%;
  text-align: left;
}

.side-right {
  right: 5%;
  top: 40%;
  text-align: left;
}
.side-right .quote-icon{
     display: flex;
    justify-content: end;
}


.quote-icon {
  font-size: 22px;
  color: #5b2e68;
  margin-bottom: 10px;
}

/* Bottom Purple Shape */
.purple-shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-58%);
  width: 600px;
  height: 300px;
  background: #5b2e68;
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  z-index: -1;
  display: none;
}

/* Center Illustration */
.hero-illustration {
  position: relative;
  margin-top: 40px;
}

.hero-illustration img {
  max-width: 280px;
}

/* Decorative Halo */
.halo {
  width: 50px;
  height: 15px;
  border: 3px solid #d4b76a;
  border-radius: 50%;
  margin: 0 auto 10px;
}
@media (max-width: 1600px) {
  .hero-section {

    min-height: 87vh;
}

}

@media (max-width: 1450px) {
    .hero-section {
        min-height: 90vh;
    }
}
@media (max-width: 1350px) {
    .hero-section {
        min-height: 90vh;
    }
}
@media (max-width: 1260px) {
    .hero-section {
        min-height: 90vh;
    }
}
@media (max-width: 1180px) {
    .hero-section {
        min-height: 90vh;
    }
}

@media (max-width: 1040px) {
    .hero-section {
        min-height: 90vh;
    }
}


/* Responsive */
@media (max-width: 992px) {
    .hero-section {

           min-height: 90vh;
}
  /* .side-text {
    display: none;
  } */

  .hero-heading {
    font-size: 34px;
  }

  .purple-shape {
    width: 100%;
    border-radius: 200px 200px 0 0;
  }
}
@media (max-width: 860px) {
    .hero-section {
        min-height: 42vh;
    }
}
/* ===== SECTION ===== */
.what-section {
  position: relative;
  padding: 80px 8%;
  overflow: hidden;
}

/* Background Circle */
.what-section::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  /* background:radial-gradient(circle,#7b2d5f,#5a1f45); */
  border-radius: 50%;
  left: -180px;
  bottom: -180px;
  opacity: 0.12;
}

/* TOP */
.what-top {
  text-align: center;
}

.what-top h2 {
  font-size: 42px;
  font-weight: 700;
  color: #5a1f45;
}

.what-top p {
  margin-top: 15px;
  font-size: 18px;
  color: #555;
}

.what-top a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 28px;
  background: #7b2d5f;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: 0.3s;
}

.what-top a:hover {
  background: #5a1f45;
}

/* CONTENT */
.what-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* LEFT IMAGE */
.what-image {
  flex: 1;
  text-align: center;
}

.what-image img {
  max-width: 560px;
  width: 100%;
}

/* RIGHT TEXT */
.what-text {
  flex: 1;
}

.border_ad {
  border-top: 6px solid #5b2e68;
}

.what-text .quote {
  font-size: 60px;
  color: #7b2d5f;
  line-height: 0;
}

.what-text p {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  color: #000000;
}

/* PHONE MOCKUPS */
.phone-mockups {
  display: flex;
  gap: 20px;
}

.phone-mockups img {
  width: 100%;
}

/* ANIMATION */
@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .what-content {
    flex-direction: column;
    text-align: center;
  }

  .phone-mockups {
    justify-content: center;
  }

  img.couple_image {
    position: absolute;
    display: none;
  }
}

/* ===== FAQ SECTION WRAPPER ===== */
.faq-section {
  padding: 80px 0;
}

/* Heading */
.faq-title {
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 10px;
}

.faq-subtitle {
  font-size: 18px;
  color: #000000;
  margin-bottom: 30px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}

/* Accordion Item */
.faq-accordion .accordion-item {
  background: #e7d6e4;
  border: none;
  border-radius: 16px;
  margin-bottom: 18px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

/* Accordion Button */
.faq-accordion .accordion-button {
  background: #e7d6e4;
  font-weight: 600;
  font-size: 18px;
  padding: 20px 25px;
  border: none;
  box-shadow: none;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: #e1cfe0;
  color: #000;
  font-family: 'Inter', sans-serif;
}

/* Remove default arrow */
.faq-accordion .accordion-button::after {
  display: none;
}

/* Custom Icon */
.faq-icon {
  margin-left: auto;
  font-size: 14px;
  transition: 0.3s ease;
}

.accordion-button:not(.collapsed) .faq-icon {
  transform: rotate(45deg);
}

/* Accordion Body */
.faq-accordion .accordion-body {
  background: #e1cfe0;
  padding: 20px 30px 25px;
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

/* Bullet Styling */
.faq-accordion ul {
  padding-left: 18px;
}

.faq-accordion li {
  margin-bottom: 6px;
}

/* Footer Style (Same Look) */
.faq-footer {
  background: #5b3765;
  padding: 35px 0;
  color: #fff;
}

.faq-footer small {
  opacity: 0.8;
}

.social-icons a {
  padding: 7px 10px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.social-icons a {
  color: #fff;
  margin-left: 15px;
  font-size: 16px;
  transition: 0.3s;
}

.social-icons a:hover {
  opacity: 0.7;
}

#typewriter::after {
  content: "|";
  animation: blink 0.7s infinite;
  margin-left: 5px;
}


@keyframes blink {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.logo-img {
  max-width: 50px;
}


@media (max-width: 767px) {
  .multi-section {
    padding: 60px 0 !important;
    display: none;
  }

  .inner {
    display: flex;
    border-radius: 25px;
    overflow: hidden;
    flex-wrap: wrap;
  }

  .left h2 {
    font-size: 22px;
  }

  .right {
    width: 100%;
  }

  .hero-section {
    position: relative;
    padding: 60px 0 120px;
    text-align: center;
    background-image: url(./images/mobile-hero.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: auto;
    height: 500px;
    border-bottom: 6px solid #5b2e68;
  }

  main {
    text-align: center;
    padding: 60px 20px;
    position: relative;
  }

  .main_content_section {
    max-width: 100%;
    margin: auto;
    text-align: left;
    z-index: 1;
    position: relative;
  }

     .hero-heading {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.3;
        padding-top: 0;
    }

  main h2 {
    font-size: 1.7rem;
  }

  .faq-title {
    font-size: 1.2rem;
  }
  .meeting-btn {
    background: #fff;
    color: #000000;
    border-radius: 16px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #5B2E68 !important;
    transition: 0.3s;
    line-height: 21.4px;
    font-family: 'Manrope', sans-serif;
}
.nav-center-title {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    font-family: auto;
}
main p {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}
.left {
    flex: 1;
    background: #5b2e68;
    padding: 40px 6px 40px 26px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
  }
  .side-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 352px;
    font-size: 20px;
    color: #000;
    font-weight: 400;
}
.side-left {
    left: 5%;
    text-align: left;
    top: 60%;
}
.side-right {
    right: 5%;
    top: 34%;
    text-align: left;
}

}

@media (min-width: 767px) {
  .mobile-view {
    display: none;
  }
}



/* Hide second logo by default */
.logo-purple {
  display: none;
}

/* When navbar has active class */
.custom-navbar.navbar-multi-active .logo-default {
  display: none;
}

.custom-navbar.navbar-multi-active .logo-purple {
  display: inline-block;
}


/* 19-2-26 */
.arrow-word {
  position: relative;
  display: inline-block;
}

/* arrow image niche */
.arrow-word::after {
  content: "";
  position: absolute;
  left: -15%;
  transform: translateX(-50%);
  bottom: -35px;
  width: 40px;
  height: 60px;
  background: url("./images/Vector-head.png") no-repeat center;
  background-size: contain;
}

.arrow-letter {
  position: relative;
  display: inline-block;
}

.arrow-letter::after {
  content: "";
  position: absolute;
  right: -35px;
  top: -30px;
  width: 40px;
  height: 60px;
  background: url("./images/Vector-head1.png") no-repeat center;
  background-size: contain;
}

.arrow-n {
  position: relative;
  display: inline-block;
}

.arrow-n::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -20px;
  width: 25px;
  height: 25px;
  background: url(./images/Vector-head1.png) no-repeat center;
  background-size: contain;
}

.why_hide_content p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  font-family: 'Inter', sans-serif;
  margin-bottom: 3px;
}

.why_hide_content ul li {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  font-family: 'Inter', sans-serif;
}

.why_hide_content ul {
  gap: 0;
}

.what_hide_content p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  font-family: 'Inter', sans-serif;
  margin-bottom: 3px;
}

.what_hide_content ul li {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  font-family: 'Inter', sans-serif;
}

.what_hide_content ul {
  gap: 0;
}

.arrow-q {
  position: relative;
  display: inline-block;
}

/* ? ke upar/right me image */
.arrow-q::after {
  content: "";
  position: absolute;
  top: -12px;
  right: -18px;
  width: 25px;
  height: 25px;
  background: url("./images/Vector-head1.png") no-repeat center;
  background-size: contain;
}

.extra p{
  color: #fff;
}
/* hidden by default */
.panel .extra {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.45s ease, opacity 0.3s ease;
}

/* visible when active */
.panel.active .extra {
  opacity: 1;
}

/* button */
.read-more {
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
}
/* hidden state */
.why_hide_content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height 0.5s ease, opacity 0.35s ease, transform 0.35s ease;
}

/* open state */
.why_hide_content.open {
  max-height: 500px; /* large enough for content */
  opacity: 1;
  transform: translateY(0);
}


/* ===== Page Loader ===== */
#pageLoader{
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  transition: opacity .6s ease, visibility .6s ease;
}

#pageLoader video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* hide state */
#pageLoader.hide{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}


.read-more {
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
  user-select: none;
}


@media (max-width: 768px){
  .panel12 .inner{
    flex-direction: column;
  }

  .panel12 .right img{
    width: 100%;
    height: auto;
  }
  /* accordion body */
.panel12 .extra{
  max-height: 0;
  overflow: hidden;
  transition: max-height .45s ease;
}

/* open state backup */
.panel12.active .extra{
  max-height: 1000px;
}

/* text visible */
.panel12 .extra p{
  color: #fff;
  line-height: 1.6;
  margin-top: 10px;
}

/* mobile flex fix */
.panel12 .left{
  flex: 1 1 auto;
  min-width: 0;
}

.panel12 .right{
  flex-shrink: 0;
}

/* button */
.panel12 .read-more{
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
}

}
