html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background: #0B0F1A;
  color: #F9FAFB;
}

:root {
  --primary: #0B0F1A;
  --secondary: #111827;
  --accent: #C8A96A;
  --text-light: #F9FAFB;
  --text-muted: #9CA3AF;
}

/* Headings */
h1,
h2,
h3,
h4 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.5px;
}

h1 {
  font-size: 3.2rem;
  line-height: 1.2;
}

h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.5rem;
}

/* Body */
p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-muted);
}


/* Alternative alert bg */
/* alt alerts */
.alt_alert_secondary {
  background-color: #e2e3e5;
}

.alt_alert_danger {
  background-color: #f8d7da;
}

.alt_alert_success {
  background-color: #d4edda;
}

.alt_alert_warning {
  background-color: #fff3cd;
}

.alt_alert_info {
  background-color: #d1ecf1;
}

.alt_alert_light {
  background-color: #fefefe;
}

.alt_alert_dark {
  background-color: #d6d8d9;
}

.article_contents {
  height: 350px;
}

.article_contents:hover {
  height: fit-content !important;
  min-height: fit-content !important;
}

.article_container:hover {
  position: relative;
  z-index: 555;
}

.article_container:hover .article_content {
  display: block;
}

/* .article_container:hover .article_contents {
  min-height: fit-content !important;
  position: absolute;
  background-image: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);
    -webkit-transition: max-height 1.12s;
    -moz-transition: max-height 1.12s;
    transition: max-height 1.12s;

} */

.article_contents.article_contents_hov {
  min-height: fit-content !important;
  position: absolute;
  background-image: linear-gradient(to top, #2d2d2d 0%, #2d2d2d 52%, #474747 100%);
  -webkit-transition: max-height 1.12s;
  -moz-transition: max-height 1.12s;
  transition: max-height 1.12s;
}

.article_contents.article_contents_hov a,
.article_contents.article_contents_hov span {
  color: #fff !important;
}

.artclt_bg2 {
  background-image: linear-gradient(to top, #f8f9fa 0%, #e9ecef 100%);
  background-blend-mode: screen;
  /* border-radius: 25px; */
}

.hide_text_on_length {
  white-space: nowrap;
  overflow: hidden;
  /* text-overflow: clip; */
  text-overflow: "...";
}


/* ***************************************************************************************************** */
/* Start here */


/* Section titles center alignment */
.section-title {
  text-align: center;
  margin-bottom: 60px;
}

/* Navbar */
.custom-navbar {
  background: rgba(11, 15, 26, 0.85);
  backdrop-filter: blur(10px);
}

.navbar-brand {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.nav-link {
  color: #F9FAFB !important;
  margin-left: 15px;
}

/* Buttons */
.btn-gold {
  background: #C8A96A;
  color: #000;
  border-radius: 30px;
  padding: 8px 20px;
}

.btn-gold:hover {
  background: #b89650;
}

/* Sections */
section {
  padding: 100px 0;
}

@media (max-width: 768px) {
  section {
    padding: 70px 0;
  }
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

/* Light Section */
.light-section {
  background: #F9FAFB;
  color: #111827;
}

/* Footer */
.footer {
  background: #111827;
  padding: 60px 0;
}


.overlay {
  /* background: rgba(0, 0, 0, 0.5); */
}

.hero-love {
  position: relative;
  height: 90vh;
  background: url('../img/home/love4.jpeg') center/cover;
}

.hero-love .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.hero-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


/* .hero-love {
  background: url('../img/home/love2.jpg') center/cover no-repeat;
  position: relative;
} */

/* .hero-love::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(233, 30, 99, 0.5), rgba(156, 39, 176, 0.5));
} */

.cta-love {
  position: relative;
  height: 35vh;
  background: url('../img/home/love9.jpg') center/cover;
}

.btn-love {
  background: #E8B4B8;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
}

.love-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.hero-subtitle {
  font-size: 1.2rem;
  color: #C8A96A;
  margin-top: 15px;
}

.hero-actions {
  margin-top: 30px;
}

.featured-card {
  padding: 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  transition: 0.4s ease;
}

.featured-card:hover {
  transform: translateY(-10px);
}

.featured-card.dark {
  background: #111827;
}

.link-arrow {
  color: #C8A96A;
  text-decoration: none;
}

.sub-card {
  padding: 30px;
  border-radius: 15px;
  background: #fff;
  transition: 0.3s;
}

.sub-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}


.cta-section {
  background: fixed;
  background-image: url('../images/hero-bg.jpg');
  background-size: cover;
  padding: 120px 0;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  padding: 15px 20px;
  border-radius: 50%;
  color: #fff;
}

.sub-card {
  padding: 35px;
  border-radius: 18px;
  background: #ffffff;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* subtle glow effect */
.sub-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(200, 169, 106, 0.2), transparent);
  opacity: 0;
  transition: 0.5s;
}

.sub-card:hover::before {
  opacity: 1;
}

.sub-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.btn-gold {
  background: var(--accent);
  color: #000;
  border-radius: 50px;
  padding: 10px 26px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-gold:hover {
  background: #b89650;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(200, 169, 106, 0.4);
}

.custom-navbar {
  transition: all 0.3s ease;
}

.custom-navbar.scrolled {
  background: rgba(11, 15, 26, 0.95);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

img {
  border-radius: 12px;
  transition: transform 0.4s ease;
}

img:hover {
  transform: scale(1.03);
}

.light-section {
  background: #F9FAFB;
  color: #111827;
}

.light-section h2,
.light-section h3 {
  color: #0B0F1A;
}

a {
  transition: all 0.25s ease;
}

a:hover {
  opacity: 0.8;
}


.page-hero {
  height: 50vh;
  background:
    linear-gradient(rgba(11, 15, 26, 0.8), rgba(11, 15, 26, 0.95)),
    url('../images/hero-bg.jpg') center/cover;
}

.service-card {
  padding: 35px;
  border-radius: 18px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.service-card.featured {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.service-card.featured.dark {
  background: #111827;
}

.custom-modal {
  background: #0B0F1A;
  color: #fff;
  border-radius: 20px;
  padding: 30px;
}

.custom-modal h2 {
  margin-bottom: 15px;
}

.custom-modal ul {
  margin-top: 20px;
}

.contact-info i {
  color: #C8A96A;
  margin-right: 10px;
}

.contact-form-card {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.form-control {
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #ddd;
}

.form-control:focus {
  border-color: #C8A96A;
  box-shadow: none;
}

.info-card {
  padding: 40px;
  border-radius: 18px;
  background: #fff;
  transition: 0.3s;
}

.info-card.dark {
  background: #111827;
  color: #fff;
}

.mini-card {
  padding: 25px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
}

.blog-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.3s;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.subscribe-section input {
  padding: 12px;
  border-radius: 30px;
  border: 1px solid #ddd;
  width: 250px;
}






.match-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  transition: 0.3s;
}

.match-card:hover {
  transform: translateY(-8px);
}

.match-score {
  font-weight: bold;
  color: #E8B4B8;
}

.status-pending {
  color: #b58900;
}

.status-approved {
  color: green;
}

.status-rejected {
  color: red;
}

.dashboard-card {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.dashboard-hero {
  height: 40vh;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('../images/love-hero.jpg') center/cover;
  color: #fff;
}

.swipe-container {
  padding: 60px 0;
}

.swipe-card {
  width: 350px;
  margin: auto;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}

.swipe-buttons button {
  font-size: 24px;
  margin: 10px;
  padding: 15px 25px;
  border-radius: 50px;
}


.profile-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.swipe-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
}


@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }
}






.chat-box {
  height: 400px;
  overflow-y: auto;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
}

.msg {
  max-width: 70%;
  padding: 10px 15px;
  margin: 10px 0;
  border-radius: 20px;
  clear: both;
}

.msg.me {
  background: #E8B4B8;
  color: #fff;
  float: right;
}

.msg.them {
  background: #e0e0e0;
  float: left;
}



.notification-bell {
  position: relative;
  cursor: pointer;
}

#notif-count {
  background: red;
  color: #fff;
  border-radius: 50%;
  padding: 3px 8px;
  font-size: 12px;
}

.notif-dropdown {
  position: absolute;
  right: 0;
  top: 30px;
  width: 250px;
  background: #fff;
  border-radius: 10px;
  display: none;
}

.notification {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.notification.unread {
  background: #f0f0f0;
}





.discover-header {
  background: #111;
  color: #fff;
  padding: 40px 0;
}

.discover-filters {
  background: #1a1a1a;
  padding: 20px 0;
}

.profile-card {
  background: #222;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.profile-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.profile-info {
  padding: 10px;
  color: #fff;
}

.profile-actions {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.btn-like {
  background: #e91e63;
  border: none;
  color: #fff;
  padding: 8px 12px;
  border-radius: 50%;
}

.btn-pass {
  background: #555;
  border: none;
  color: #fff;
  padding: 8px 12px;
  border-radius: 50%;
}

/* Swipe */
.swipe-container {
  display: flex;
  justify-content: center;
  padding: 40px;
}

.swipe-card {
  width: 320px;
  background: #222;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.swipe-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.swipe-info {
  padding: 15px;
  color: #fff;
}






.landing-navbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;

  background: transparent;
  transition: 0.3s;
}

/* On scroll */
.landing-navbar.scrolled {
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
}

/* Links */
.landing-navbar .nav-link {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.landing-navbar .nav-link:hover {
  color: #fff;
}

/* CTA */
.landing-navbar .btn-primary {
  background: #e91e63;
  border: none;
}





.hero-love {
  position: relative;
  height: 90vh;
  /* background: url('../img/hero-love.jpg') center/cover; */
}

/* .hero-love .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
} */

.hero-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.section-dark {
  background: #111;
  color: #fff;
  padding: 60px 0;
}

.section-light {
  background: #f8f9fa;
  padding: 60px 0;
}

.step-card,
.trust-card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
}

.profile-preview img {
  width: 100%;
  border-radius: 50%;
}

.cta-love {
  /* background: linear-gradient(135deg, #e91e63, #9c27b0); */
  padding: 80px 0;
}

.footer-love {
  padding: 20px;
  background: #000;
  color: #aaa;
}

.step-card,
.trust-card {
  transform: translateY(40px);
  opacity: 0;
  transition: 0.6s;
}


.register-wrapper {
  background: #111;
  min-height: 100vh;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register-card {
  max-width: 500px;
  margin: auto;
  background: #1a1a1a;
  padding: 30px;
  border-radius: 12px;
  color: #fff;
}

.step {
  display: none;
}

.step.active {
  display: block;
}



.chat-container {
  max-width: 600px;
  margin: auto;
  background: #111;
  height: 90vh;
  display: flex;
  flex-direction: column;
}

.chat-header {
  padding: 15px;
  background: #1f1f1f;
  color: #fff;
}

.chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 15px;
}

.message {
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  max-width: 70%;
}

.sent {
  background: #e91e63;
  align-self: flex-end;
  color: #fff;
}

.received {
  background: #333;
  color: #fff;
}

.chat-input {
  display: flex;
  padding: 10px;
  background: #1f1f1f;
}

.chat-input input {
  flex: 1;
  padding: 10px;
  border: none;
}

.chat-input button {
  background: #e91e63;
  color: #fff;
  border: none;
  padding: 10px 15px;
}

.typing {
  color: #aaa;
  font-size: 12px;
  padding-left: 15px;
}


.messages-container {
  max-width: 600px;
  margin: auto;
  background: #111;
  height: 90vh;
  display: flex;
  flex-direction: column;
}

.messages-header {
  padding: 15px;
  color: #fff;
  background: #1f1f1f;
}

.messages-list {
  overflow-y: auto;
}

.message-item {
  display: flex;
  padding: 12px;
  border-bottom: 1px solid #222;
  text-decoration: none;
  color: #fff;
}

.message-item:hover {
  background: #1a1a1a;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.message-info {
  flex: 1;
}

.top-row {
  display: flex;
  justify-content: space-between;
}

.bottom-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #aaa;
}

.badge {
  background: #e91e63;
  border-radius: 50px;
  padding: 3px 8px;
  font-size: 12px;
}

.auth-wrapper {
  background: #111;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-card {
  width: 100%;
  max-width: 400px;
  background: #1a1a1a;
  padding: 30px;
  border-radius: 12px;
  color: #fff;
}

.auth-wrapper {
  position: relative;
  height: 90vh;
  background: url('../img/home/love10.jpg') center/cover !important;
}

.auth-wrapper .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}


.auth-wrapper .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}

.register-wrapper {
  position: relative;
  height: 90vh;
  background: url('../img/home/love10.jpg') center/cover !important;
}

.register-wrapper .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}

.about-hero {
  position: relative;
  height: 60vh;
  background: url('../img/home/love7.jpg') center/cover;
}

.about-hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.feature-card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
}

.ecosystem-bar {
  background: rgba(15, 15, 15, 0.9);
  backdrop-filter: blur(6px);
  padding: 8px 0;
  font-size: 13px;
  position: relative;
  z-index: 1200;
}

.ecosystem-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

  z-index: 9999;
  /* 🔥 increase priority */

  background: rgba(15, 15, 15, 0.92);
  backdrop-filter: blur(8px);
}

/* INNER CONTAINER FIX */
.ecosystem-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;

  position: relative;
  /* 🔥 anchors dropdown */
}

/* =========================
   DROPDOWN
========================= */

.ecosystem-dropdown {
  position: relative;
}

/* BUTTON */
.ecosystem-toggle {
  background: transparent;
  border: none;
  color: #fff;

  font-size: 13px;
  font-weight: 500;

  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ARROW */
.ecosystem-toggle .arrow {
  font-size: 10px;
  transition: transform 0.2s ease;
}

.ecosystem-toggle.active .arrow {
  transform: rotate(180deg);
}




/* =========================
   DROPDOWN MENU
========================= */

.ecosystem-menu {
  position: absolute;
  top: 120%;
  /* sits just below button */
  left: 0;

  background: #1F1F1F;
  border-radius: 10px;

  min-width: 220px;
  padding: 8px 0;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);

  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);

  transition: all 0.25s ease;
}

/* SHOW STATE */
.ecosystem-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* LINKS */
.ecosystem-menu a {
  display: block;
  padding: 10px 16px;

  color: #ccc;
  text-decoration: none;
  font-size: 13px;

  transition: all 0.2s ease;
}

.ecosystem-menu a:hover {
  background: #C8A96A;
  color: #000;
}

/* ACTIVE PLATFORM */
.ecosystem-menu a.active {
  color: #C8A96A;
  font-weight: 600;
}

/* =========================
   TAGLINE (RIGHT SIDE)
========================= */

.ecosystem-tag {
  color: #aaa;
  font-size: 12px;
  letter-spacing: 0.3px;
}

/* =========================
   NAVBAR OFFSET FIX
========================= */

/* If navbar is also fixed */
.custom-navbar {
  position: fixed;
  top: 38px;
  /* height of ecosystem bar */
  width: 100%;
  z-index: 900;
}


/* Push body content down */
body {
  padding-top: 110px;
}

/* =========================
   MOBILE OPTIMIZATION
========================= */

@media (max-width: 768px) {

  .ecosystem-tag {
    display: none;
  }

  .ecosystem-menu {
    min-width: 180px;
  }

  .ecosystem-toggle {
    font-size: 12px;
  }
}


body * {
  pointer-events: auto;
}

.ecosystem-bar {
  pointer-events: auto;
}


/* Navbar */
.custom-navbar {
  background: rgba(11, 15, 26, 0.85);
  backdrop-filter: blur(10px);
}

.custom-navbar {
  padding: 20px 0;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}
.logo {
  height: 40px;
}

.nav-link {
  margin: 0 15px;
  font-weight: 500;
  color: #fff !important;
}

.nav-link:hover {
  color: #C8A96A !important;
}

.custom-navbar {
  transition: all 0.3s ease;
}

.custom-navbar.scrolled {
  background: rgba(11, 15, 26, 0.95);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}