.cs-dating-wrapper {
  background-color: #F3EDFF4D;
  clip-path: ellipse(200% 100% at 50% 0%);
}

.cs-dating-hero {
  position: relative;
  background: #F3EDFF;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  clip-path: ellipse(165% 100% at 50% 0%);
  padding-bottom: 110px;
}

.cs-hero-dating-section {
  padding: 50px 0 120px 0 ;
}


@media (max-width: 991px) {
    .cs-hero-dating-section{
        padding: 50px 0 60px 0;
    }
}

.cs-dating-section {
  padding: 100px 0;
}

.cs-dating-section-t{
    padding: 100px 0 0 0;
}

.cs-dating-section-b{
    padding: 0 0 100px 0;
}

@media (max-width: 991px) {
    .cs-dating-section{
        padding: 50px 0;
    }
    .cs-dating-section-t{
        padding: 50px 0 0 0;
    }
    .cs-dating-section-b{
        padding: 0 0 50px 0;
    }
}

/* Background blur/glow accents */
.cs-dating-hero::before {
  content: '';
  position: absolute;
  top: -10%;
  right: -5%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.cs-dating-hero::after {
  content: '';
  position: absolute;
  bottom: -15%;
  left: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.cs-dating-hero .container {
  position: relative;
  z-index: 2;
}

/* Left Content Column */
.cs-dating-hero-content {
  /* padding-right: 20px; */
}

.cs-dating-hero-title {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 5vw + 1rem, 72px) !important;
  line-height: clamp(42px, 5.5vw + 1rem, 79px) !important;
  letter-spacing: -0.02em;
  color: #0A0735;
  margin-bottom: clamp(16px, 2vw, 35px);
}

.cs-dating-hero .cs-dating-brand-highlight {
  background: #5A23B9 !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: block;
}

.cs-dating-hero-description {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 1.2vw + 0.5rem, 20px) !important;
  line-height: clamp(24px, 2vw + 0.8rem, 32px) !important;
  letter-spacing: -0.01em;
  color: #0A0735;
  margin-bottom: clamp(24px, 3vw, 40px);
  max-width: 620px;
}

/* Action Buttons */
.cs-dating-hero-btns {
  display: flex;
  align-items: center;
  gap: 23px;
  flex-wrap: wrap;
}

.cs-dating-btn-purple {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #8C50FD;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  padding: 19px 27px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0px 8px 24px rgba(140, 71, 253, 0.3);
  transition: all 0.3s ease;
  border: none;
}

.cs-dating-btn-purple:hover {
  background: linear-gradient(90deg, #7A35ED 0%, #8E4BED 100%);
  color: #FFFFFF;
  box-shadow: 0px 12px 28px rgba(140, 71, 253, 0.45);
  transform: translateY(-2px);
}

.cs-dating-btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #FFFFFF;
  color: #0A0735;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  padding: 19px 27px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(10, 7, 53, 0.08);
}

.cs-dating-btn-white:hover {
  background: #F8F7FF;
  color: #0A0735;
  border-color: rgba(140, 71, 253, 0.3);
  transform: translateY(-2px);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
}

.cs-dating-btn-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

/* Left side bottom background image */
.cs-dating-bg-left {
  position: absolute;
  bottom: -175px;
  left: 0;
  max-width: 450px;
  width: 35%;
  height: auto;
  pointer-events: none;
  z-index: 1;
  opacity: 0.9;
}

/* Right Visual / Phone Mockups Column */
.cs-dating-hero-visual {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Background image on the right side behind/around mobile mockup */
.cs-dating-bg-right {
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
  width: 120%;
  max-width: 750px;
  height: auto;
  pointer-events: none;
  z-index: 0;
  opacity: 0.95;
}

.cs-dating-phones-wrapper {
  position: relative;
  width: 100%;
  max-width: 771px;
  margin-right: -100px;
  z-index: 2;
}

/* Composite single image wrapper if hero-img.png is used */
.cs-dating-phone-composite {
  width: 100%;
  max-width: 771px;
  height: auto;
  display: block;
  filter: drop-shadow(0px 20px 40px rgba(74, 38, 142, 0.15));
  position: relative;
  z-index: 2;
}

/* Layered 2-image structure fallback/enhancement */
.cs-dating-phone-back {
  position: absolute;
  top: 40px;
  right: 0px;
  width: 58%;
  height: auto;
  z-index: 1;
  filter: drop-shadow(0px 15px 35px rgba(50, 20, 100, 0.12));
}

.cs-dating-phone-front {
  position: relative;
  top: 0;
  left: 5%;
  width: 65%;
  height: auto;
  z-index: 2;
  filter: drop-shadow(0px 25px 45px rgba(50, 20, 100, 0.2));
}

/* Responsive adjustments */
@media (max-width: 1399px) {
  .cs-dating-hero-title {
    font-size: 60px;
    line-height: 68px;
  }
  .cs-dating-phones-wrapper {
    margin-right: -50px;
  }
}

@media (max-width: 1199px) {
  .cs-dating-hero-title {
    font-size: 52px;
    line-height: 60px;
  }
  .cs-dating-hero-description {
    font-size: 18px;
    line-height: 28px;
  }
  .cs-dating-phones-wrapper {
    margin-right: -30px;
  }
}

@media (max-width: 991px) {
  .cs-dating-hero {
    padding: 60px 0 80px 0;
  }
  .cs-dating-hero-content {
    margin-bottom: 50px;
    text-align: center;
  }
  .cs-dating-hero-title,
  .cs-dating-hero-description {
    text-align: center;
  }
  .cs-dating-hero-btns {
    justify-content: center;
  }
  .cs-dating-phones-wrapper {
    margin-right: 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .cs-dating-hero-title {
    font-size: 38px;
    line-height: 46px;
  }
  .cs-dating-hero-description {
    font-size: 18px;
    line-height: 26px;
  }
  .cs-dating-hero-btns {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .cs-dating-btn-purple, .cs-dating-btn-white {
    width: 100%;
    max-width: 340px;
  }
}
/* ==========================================================================
   About the Project Section Styles (.cs-dating-about)
   ========================================================================== */

.cs-dating-about {
  position: relative;
  background: #F3EDFF4D;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  clip-path: ellipse(165% 100% at 50% 0%);
}

.cs-dating-stats-row {
  margin-bottom: clamp(40px, 5vw, 50px);
}

.cs-dating-stat-card {
  background: transparent;
  padding: 0;
  border: none;
}

.cs-dating-stat-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.cs-dating-stat-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
  flex-shrink: 0;
}

.cs-dating-stat-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 1.2vw, 20px) !important;
  line-height: clamp(20px, 1.2vw, 20px) !important;
  letter-spacing: 0%;
  color: #0A0735;
}

.cs-dating-stat-desc {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: clamp(15px, 1.2vw, 20px) !important;
  line-height: clamp(24px, 2vw, 31px) !important;
  letter-spacing: 0%;
  color: #0A0735;
  margin: 0;
}

/* About Project Main Content */
.cs-dating-about-row {
  row-gap: 30px;
}

.cs-dating-about-img-box {
  width: 100%;
  text-align: center;
}

/* Leftside only image, no background CSS added */
.cs-dating-about-img {
  width: 100%;
  max-width: 440px;
  height: auto;
  display: block;
}

.cs-dating-about-content {
  padding-left: clamp(0px, 3vw, 30px);
}

.cs-dating-about-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(33px, 3.5vw, 48px) !important;
  line-height: clamp(36px, 3.5vw, 48px) !important;
  color: #0A0735;
  margin-bottom: clamp(15px, 2vw, 17px);
  letter-spacing: 0%;
}

.cs-dating-about-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 1.4vw, 22px) !important;
  line-height: clamp(26px, 2.2vw, 36px) !important;
  color: #0A0735;
  margin: 0;
  letter-spacing: 0%;
}

@media (max-width: 991px) {
  .cs-dating-about-img-box {
    display: flex;
    justify-content: center;
  }

  .cs-dating-about-img {
    margin: 0 auto;
  }

  .cs-dating-about-content {
    padding-left: 0;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .cs-dating-stat-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cs-dating-stat-header {
    justify-content: center;
  }
}

/* ==========================================================================
   Tools & Technologies Section Styles (.cs-dating-tech)
   ========================================================================== */

.cs-dating-tech-title {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 4vw, 54px) !important;
  line-height: clamp(40px, 4.5vw, 64px) !important;
  letter-spacing: -0.01em;
  color: #0A0735;
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 60px);
}

.cs-dating-tech-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(16px, 2vw, 24px);
  justify-content: center;
  align-items: center;
}

.cs-dating-tech-card {
  background: #FFFFFF;
  border: 1px solid #D9D2E2;
  border-radius: 30px;
  padding: clamp(20px, 2.5vw, 32px) 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0px 4px 0px 0px #0000000D;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cs-dating-tech-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 15px 35px rgba(140, 71, 253, 0.12);
}

.cs-dating-tech-img-wrapper {
  width: 100%;
  max-width: 110px;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-dating-tech-img-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.cs-dating-tech-name {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.2vw, 20px) !important;
  line-height: clamp(18px, 1.2vw, 20px) !important;
  letter-spacing: 0%;
  color: #052C4D;
  text-align: center;
  margin: 0;
}

@media (max-width: 1199px) {
  .cs-dating-tech-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .cs-dating-tech-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ==========================================================================
   Key Features Section Styles (.cs-dating-features)
   ========================================================================== */

.cs-dating-features {
  background: #FFFFFF;
  /* padding: 80px 0; */
}

.cs-dating-features-header {
  margin: 0 auto clamp(40px, 5vw, 60px) auto;
}

.cs-dating-features-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #FA69B9;
  display: block;
  margin-bottom: 16px;
  text-align: center;
}

.cs-dating-features-title {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 4vw, 54px) !important;
  line-height: clamp(40px, 4.5vw, 64px) !important;
  letter-spacing: -0.01em;
  color: #0A0735;
  text-align: center;
  margin-bottom: 20px;
}

.cs-dating-features-desc {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 1.2vw, 18px) !important;
  line-height: clamp(26px, 2vw, 30px) !important;
  letter-spacing: 0%;
  color: #0A0735;
  text-align: center;
  margin: 0 auto;
}

/* Feature Cards */
.cs-dating-feature-card {
  background: #F7F3FF;
  border: 1px solid #D9D2E2;
  border-radius: 30px;
  padding: 20px 30px;
  height: 100%;
  box-shadow: 0px 4px 0px 0px #0000000D;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 991px) {
  .cs-dating-feature-card {
    padding: 20px;
  }
}

.cs-dating-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 12px 30px rgba(140, 71, 253, 0.1);
}

.cs-dating-feature-card-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 1.4vw, 24px) !important;
  line-height: clamp(26px, 1.8vw, 36px) !important;
  letter-spacing: 0%;
  color: #0A0735;
  margin-bottom: 12px;
}

.cs-dating-feature-card-desc {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.1vw, 18px) !important;
  line-height: clamp(22px, 1.6vw, 28px) !important;
  letter-spacing: 0%;
  color: #0A0735;
  margin: 0;
  opacity: 0.9;
}

/* ==========================================================================
   Onboarding & Login Section Styles (.cs-dating-onboarding)
   ========================================================================== */

.cs-dating-onboarding {
  position: relative;
  background: #FFFFFF;
  /* padding: 80px 0; */
}

.cs-dating-onboarding-visual {
  position: relative;
}

.cs-dating-onboarding-img-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Backside background image hero-right.png */
.cs-dating-onboarding-bg-right {
  position: absolute;
  top: 50%;
  left: 43%;
  transform: translate(-50%, -50%);
  width: 135%;
  height: auto;
  pointer-events: none;
  z-index: 0;
}

/* Adjust right side section background image positioning */
.cs-dating-auth .cs-dating-onboarding-bg-right {
  top: 50%;
  left: 57%;
  transform: translate(-50%, -50%);
  width: 145%;
  max-width: none;
}

/* Foreground mockup image project-1.png */
.cs-dating-onboarding-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.30));
}

/* Content Styling */
.cs-dating-onboarding-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #9A64FF;
  display: block;
  margin-bottom: 25px;
}

.cs-dating-onboarding-title {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 4vw, 54px) !important;
  line-height: clamp(40px, 4.5vw, 62px) !important;
  letter-spacing: -0.01em;
  color: #0A0735;
  margin-bottom: 25px;
}

.cs-dating-onboarding-desc {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 1.2vw, 18px) !important;
  line-height: clamp(24px, 2vw, 30px) !important;
  letter-spacing: 0%;
  color: #0A0735;
  margin-bottom: 20px;
}

/* Check points list - 2x2 Grid */
.cs-dating-onboarding-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
}

.cs-dating-onboarding-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cs-dating-check-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}

.cs-dating-onboarding-list span {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.2vw, 18px) !important;
  line-height: clamp(24px, 2vw, 30px) !important;
  letter-spacing: 0%;
  color: #0A0735;
}

@media (max-width: 991px) {
  .cs-dating-onboarding-content {
    text-align: center;
    margin-top: 30px;
  }

  .cs-dating-onboarding-desc {
    text-align: center;
  }

  .cs-dating-onboarding-list {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  /* Responsive backside background image hero-right.png centering & fitting */
  .cs-dating-onboarding-bg-right,
  .cs-dating-auth .cs-dating-onboarding-bg-right {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 100% !important;
    max-width: 550px !important;
  }

  .cs-dating-onboarding-visual,
  .cs-dating-auth-visual {
    /* overflow: hidden; */
  }
}

/* ==========================================================================
   Login & Authentication Section Styles (.cs-dating-auth)
   ========================================================================== */

.cs-dating-auth {
  position: relative;
  background: #FFFFFF;
}

@media (max-width: 991px) {
  .cs-dating-auth-content {
    text-align: center;
    margin-top: 30px;
  }
}

/* ==========================================================================
   Wavy Divider Line (.cs-dating-section-line-wrapper)
   ========================================================================== */

.cs-dating-section-line-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
}

.cs-dating-section-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -58%);
  width: 100%;
  max-width: 1920px;
  height: auto;
  pointer-events: none;
}

.cs-dating-section-1
{
    padding: 130px 0;
}

.cs-dating-section-b-1{
    padding: 0 0 130px 0;
}

@media (max-width: 991px) {
    .cs-dating-section-1{
        padding: 50px 0;
    }
    .cs-dating-section-b-1{
        padding: 0 0 50px 0;
    }
}

/* ==========================================================================
   Ready to Build Your Next Mobile App CTA Section (.cs-dating-cta)
   ========================================================================== */

.cs-dating-cta {
  background: url('../images/casestudy-application/dating/cta-bg.png') center/cover no-repeat;
  background-color: #EFE5FF;
  margin: 50px 0;
}

@media (max-width: 767px) {
  .cs-dating-cta {
    margin: 0;
  }
}

.cs-dating-cta-box {
  margin: 0 auto;
  padding: 0 20px;
}

.cs-dating-cta-title {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(34px, 4.5vw, 64px) !important;
  line-height: clamp(44px, 5vw, 80px) !important;
  letter-spacing: -0.02em;
  color: #0A0735;
  margin-bottom: clamp(16px, 2vw, 24px);
  text-align: center;
}

.cs-dating-cta-desc {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 1.4vw, 24px) !important;
  line-height: clamp(26px, 2.2vw, 38px) !important;
  letter-spacing: -0.01em;
  color: #0A0735;
  margin-bottom: clamp(24px, 3vw, 40px);
  text-align: center;
}

/* Contact info pill */
.cs-dating-cta-contact-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 20px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 15px 18px;
  margin-bottom: clamp(24px, 3vw, 40px);
  flex-wrap: wrap;
}

.cs-dating-cta-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: clamp(15px, 1.2vw, 22px) !important;
  line-height: 100%;
  color: #0A0735;
}

.cs-dating-cta-contact-item a {
  color: #0A0735;
  text-decoration: none;
  transition: color 0.2s ease;
}

.cs-dating-cta-contact-item a:hover {
  color: #8C47FD;
}

.cs-dating-cta-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.cs-dating-cta-or {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 1.1vw, 24px);
  line-height: 1;
  color: #0A0735;
}

.cs-dating-cta-btn-wrapper {
  display: flex;
  justify-content: center;
}

.cs-dating-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #9A64FF;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  padding: 20px 34px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
}

.cs-dating-cta-btn:hover {
  background: #9A64FF;
  color: #FFFFFF;
  box-shadow: 0px 12px 28px rgba(140, 71, 253, 0.45);
  transform: translateY(-2px);
}

/* ==========================================================================
   Let's Build Something Great Together Consultation Section (.cs-dating-consultation)
   ========================================================================== */

.cs-dating-consultation {
  background-color: #F3EDFF;
  padding: 0;
  margin: 50px 0 0 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .cs-dating-consultation {
    margin: 0;
  }
}

.cs-dating-consultation-wrapper {
  margin: 0 auto;
}

.cs-dating-consultation-img-box {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}

.cs-dating-consultation-user-img {
  max-width: 520px;
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
  margin: 0 auto;
  margin-bottom: 0 !important;
}

.cs-dating-consultation-content {
  /* padding: clamp(40px, 5vw, 80px) clamp(20px, 3vw, 50px); */
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.cs-dating-consultation-content .cs-dating-cta-title,
.cs-dating-consultation-content .cs-dating-consultation-desc,
.cs-dating-consultation-content .cs-dating-cta-contact-pill {
  margin-bottom: 0 !important;
}

/* Utility class to apply left alignment */
.text-left {
  justify-content: flex-start !important;
  text-align: left !important;
}

.cs-dating-consultation-desc {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2vw, 32px) !important;
  line-height: clamp(28px, 3vw, 50px) !important;
  letter-spacing: -0.02em;
  color: #0A0735;
}

@media (max-width: 991px) {
  .cs-dating-consultation-content {
    text-align: center;
    align-items: center;
    padding: 40px 20px;
  }
  
  .cs-dating-consultation-content .cs-dating-cta-title,
  .cs-dating-consultation-content .cs-dating-consultation-desc {
    text-align: center !important;
  }

  .cs-dating-consultation-content .text-left,
  .cs-dating-consultation-content .cs-dating-cta-contact-pill {
    justify-content: center !important;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }

  .cs-dating-consultation-content .cs-dating-cta-btn-wrapper {
    justify-content: center !important;
    width: 100%;
  }
}

/* ==========================================================================
   Experience the Product Section Styles (.cs-dating-product)
   ========================================================================== */

.cs-dating-product {
  overflow: hidden;
}

.cs-dating-product-img-wrapper {
  width: 100%;
  background: #F7F3FF;
  margin-top: clamp(30px, 4vw, 60px);
}

.cs-dating-product-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==========================================================================
   What Our Client Says Feedback Section Styles (.cs-dating-feedback)
   ========================================================================== */

.cs-dating-feedback {
  background: linear-gradient(180deg, rgba(247, 243, 255, 0) 0%, #F7F3FF 100%);
}

/* Written Testimonial Card */
.cs-dating-testimonial-card {
  background: #F7F3FF;
  border: 1px solid #D9D2E2;
  border-radius: 30px;
  padding: 24px 28px 40px 33px;
  box-shadow: 0px 4px 0px 0px #0000000D;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cs-dating-stars-img {
  height: 32px;
  width: auto;
  object-fit: contain;
}

.cs-dating-review-time {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 1.2vw, 20px) !important;
  line-height: clamp(16px, 1.2vw, 18px) !important;
  letter-spacing: 0%;
  color: #0A0735;
  opacity: 1;
}

.cs-dating-google-icon {
  width: 81px;
  height: 81px;
  object-fit: contain;
}

.cs-dating-testimonial-text {
  font-family: 'Inter', sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(18px, 1.5vw, 24px) !important;
  line-height: clamp(28px, 2.2vw, 38px) !important;
  letter-spacing: 0%;
  color: #0A0735;
  margin-bottom: 35px;
}

.cs-dating-client-name {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: clamp(20px, 1.6vw, 27px) !important;
  line-height: clamp(20px, 1.5vw, 24px) !important;
  letter-spacing: 0%;
  color: #0A0735;
  margin: 0;
}

/* Video Feedback Card */
.cs-dating-video-card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 10px 30px rgba(140, 71, 253, 0.08);
  height: 100%;
}

.cs-dating-video-iframe-wrapper {
  border-radius: 30px;
  overflow: hidden;
  height: 100% !important;
  padding-top: 0 !important;
  min-height: 100%;
}

.cs-dating-video-iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}

/* ==========================================================================
   Designed to Inspire Trust and Connection Typography Section (.cs-dating-typography)
   ========================================================================== */

.cs-dating-typography {
  background: #FFFFFF;
}

.cs-dating-typography-main-img {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.cs-dating-typography-img {
  width: 100%;
  height: auto;
  display: block;
}

.cs-dating-font-pills-wrapper {
  margin-top: 40px;
}

.cs-dating-font-pill-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.cs-dating-font-pill-item:hover {
  transform: translateY(-3px);
}

.cs-dating-font-pill-img {
  height: auto;
  max-height: 50px;
  width: auto;
  object-fit: contain;
}

/* ==========================================================================
   Color Palette Section Styles (.cs-dating-colors)
   ========================================================================== */

.cs-dating-colors {
  background: #FFFFFF;
  /* padding: 80px 0; */
}

.cs-dating-color-pills-wrapper {
  margin-top: 40px;
}

.cs-dating-color-pill-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.cs-dating-color-pill-item:hover {
  transform: translateY(-3px);
}

.cs-dating-color-pill-img {
  height: auto;
  width: auto;
  object-fit: contain;
}

@media (max-width: 575px) {
  .cs-dating-color-pills-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
    justify-items: center;
    align-items: center;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .cs-dating-color-pill-item {
    width: 100%;
  }

  .cs-dating-color-pill-img {
    width: 100%;
    max-width: 160px;
  }
}

/* ==========================================================================
   Final App Showcase & Download Section Styles (.cs-dating-showcase)
   ========================================================================== */

.cs-dating-showcase {
  background: #FFFFFF;
}

.cs-dating-showcase-img-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.cs-dating-showcase-img {
  width: 100%;
  height: auto;
  display: block;
}

.cs-dating-showcase-content {
  padding-left: clamp(0px, 2vw, 30px);
}

.cs-dating-showcase-title {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 4.5vw, 64px) !important;
  line-height: clamp(40px, 4.5vw, 64px) !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0A0735;
  margin-bottom: 6px;
}

.cs-dating-showcase-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 1.5vw, 21px) !important;
  line-height: 24px !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase;
  color: #8C50FD !important;
  margin-bottom: clamp(20px, 2.5vw, 30px);
}

.cs-dating-showcase-desc {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px !important;
  line-height: clamp(26px, 2vw, 30px) !important;
  letter-spacing: 0%;
  color: #0A0735;
  margin-bottom: clamp(20px, 3vw, 25px);
}

.cs-dating-showcase-available {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 1.6vw, 24px) !important;
  line-height: 100% !important;
  letter-spacing: 0%;
  color: #0A0735;
  margin-bottom: 15px;
}

.cs-dating-showcase-subdesc {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140% !important;
  color: #0A0735;
  margin-bottom: clamp(20px, 2.5vw, 30px);
}

.cs-dating-badge-link {
  display: inline-block;
  transition: transform 0.3s ease;
}

.cs-dating-badge-link:hover {
  transform: translateY(-3px);
}

@media (max-width: 991px) {
  .cs-dating-showcase-content {
    padding-left: 0;
    text-align: center;
  }

  .cs-dating-showcase-badges {
    justify-content: center !important;
  }
}

.cs-dating-badge-img {
  height: auto;
  max-height: 60px;
  width: auto;
  object-fit: contain;
}

/* ==========================================================================
   Frequently Asked Questions Section Styles (.cs-dating-faq)
   ========================================================================== */

.cs-dating-faq {
  background: #FFFFFF;
  /* padding: 100px 0; */
}

.cs-dating-faq-title {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(34px, 4.5vw, 64px) !important;
  line-height: clamp(40px, 4.5vw, 61px) !important;
  letter-spacing: 0%;
  color: #3E3128;
  text-align: center;
  margin-bottom: 16px;
}

.cs-dating-faq-desc {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px !important;
  line-height: clamp(24px, 2vw, 30px) !important;
  color: #1F222B;
  text-align: center;
  margin-bottom: clamp(30px, 4vw, 50px);
}

/* Accordion Outer Container & Items */
.cs-dating-accordion {
  display: flex;
  border: none;
  flex-direction: column;
  gap: 16px;
}

.cs-dating-faq-item,
.cs-dating-accordion .accordion-item.cs-dating-faq-item,
.cs-dating-accordion .accordion-item.cs-dating-faq-item:first-of-type,
.cs-dating-accordion .accordion-item.cs-dating-faq-item:last-of-type {
  border: 1px solid #E2DCEB !important;
  border-radius: 12px !important;
  background: #FFFFFF;
  overflow: hidden !important;
  box-shadow: none !important;
  transition: border-color 0.3s ease;
}

.cs-dating-faq-item:hover {
  border-color: #D3C9E3 !important;
}

/* Active State Border & Title Highlight */
.cs-dating-faq-item:has(.accordion-collapse.show),
.cs-dating-faq-item:has(.cs-dating-faq-btn:not(.collapsed)),
.cs-dating-accordion .accordion-item.cs-dating-faq-item:has(.accordion-collapse.show) {
  border: 1px solid #c8c8d2 !important;
  border-radius: 12px !important;
}

.cs-dating-faq-btn:not(.collapsed),
.cs-dating-faq-btn:not(.collapsed) span,
.cs-dating-faq-btn,
.cs-dating-faq-btn span {
  background: #1f222b;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* Button & Question Header */
.cs-dating-faq-btn {
  background: #FFFFFF !important;
  box-shadow: none !important;
  padding: 17px 21px !important;
  border-radius: 12px 12px 0 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: clamp(18px, 1.4vw, 24px) !important;
  line-height: clamp(18px, 2vw, 24px) !important;
  letter-spacing: 0% !important;
  color: #1F222B !important;
  text-align: left;
  border: none !important;
}

.cs-dating-faq-btn.collapsed {
  border-radius: 12px !important;
}

.cs-dating-faq-btn:focus {
  box-shadow: none !important;
}

/* Hide default Bootstrap accordion arrow */
.cs-dating-faq-btn::after {
  display: none !important;
}

/* Custom 36px Icon Box */
.cs-dating-faq-icon-box {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cs-dating-faq-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Toggle state for plus and minus icons */
.cs-dating-faq-btn.collapsed .icon-minus {
  display: none !important;
}

.cs-dating-faq-btn.collapsed .icon-plus {
  display: block !important;
}

.cs-dating-faq-btn:not(.collapsed) .icon-minus {
  display: block !important;
}

.cs-dating-faq-btn:not(.collapsed) .icon-plus {
  display: none !important;
}

/* Accordion Answer Body */
.cs-dating-faq-body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: clamp(24px, 2vw, 30px);
  color: #1f222b;
  padding: 0 28px 24px 28px !important;
  background: #FFFFFF;
}

@media (max-width: 575px) {
  .cs-dating-faq-btn {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 14px 16px !important;
  }

  .cs-dating-faq-body {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 0 16px 18px 16px !important;
  }
}










