@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap');

:root {
  --primary-color: #C5A059;
  --secondary-color: #3D2623;
  --accent-color: #7c3aed;
  --wedding-maroon: #3D2623;
  --wedding-gold: #C5A059;
  --wedding-rose: #fbf5eb;
  --title-color: #1d2433;
  --subtitle-color: #606b80;
  --border-color: rgba(30, 41, 59, 0.12);
  --black-color: #0f172a;
  --white-color: #ffffff;
  --bg-soft: #fbf5eb;
  --bg-tint: #f5eedf;
  --card-shadow: 0 20px 50px rgba(28, 35, 52, 0.1);
  --card-shadow-lg: 0 30px 80px rgba(28, 35, 52, 0.14);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 34px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Outfit", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(197, 160, 89, 0.1), transparent 28%),
    radial-gradient(circle at bottom right, rgba(61, 38, 35, 0.06), transparent 24%),
    linear-gradient(180deg, #fbf5eb 0%, #ffffff 32%, #fffaf5 100%);
  color: var(--title-color);
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a,
a:focus {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Outfit', sans-serif;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  display: block;
}

::selection,
::-moz-selection {
  background: var(--primary-color);
  color: var(--white-color);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--primary-color), #c74c67);
  border-radius: 999px;
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.primary-color-L {
  color: var(--primary-color);
}

.primary-bgcolor-L {
  background: var(--primary-color);
}

.secondary-color-L {
  color: var(--secondary-color);
}

.secondary-bgcolor-L {
  background: var(--secondary-color);
}

.title-color-L {
  color: var(--title-color);
}

.title-bgcolor-L {
  background: var(--title-color);
}

.subtitle-color-L {
  color: var(--subtitle-color);
}

.subtitle-bgcolor-L {
  background: var(--subtitle-color);
}

.border-color-L {
  color: var(--border-color);
}

.white-color-L {
  color: var(--white-color);
}

.white-bgcolor-L {
  background: var(--white-color);
}

.black-color-L {
  color: var(--black-color);
}

.black-bgcolor-L {
  background: var(--black-color);
}

.fts-68 {
  font-size: 68px;
}

.fts-62 {
  font-size: 62px;
}

.fts-58 {
  font-size: 58px;
}

.fts-52 {
  font-size: 52px;
}

.fts-50 {
  font-size: 50px;
}

.fts-44 {
  font-size: 44px;
}

.fts-38 {
  font-size: 38px;
}

.fts-36 {
  font-size: 36px;
}

.fts-32 {
  font-size: 32px;
}

.fts-28 {
  font-size: 28px;
}

.fts-24 {
  font-size: 24px;
}

.fts-22 {
  font-size: 22px;
}

.fts-20 {
  font-size: 20px;
}

.fts-18 {
  font-size: 18px;
}

.fts-16 {
  font-size: 16px;
}

.fts-15 {
  font-size: 15px;
}

.fts-14 {
  font-size: 14px;
}

.fts-13 {
  font-size: 13px;
}

.fts-12 {
  font-size: 12px;
}

.fts-10 {
  font-size: 10px;
}

.container {
  position: relative;
  z-index: 1;
}

section {
  position: relative;
}

section h2 {
  letter-spacing: -0.03em;
  margin-bottom: 6px;
  line-height: 1.18;
}

section>.container {
  position: relative;
}

section>.container>h2,
.stories-head h2,
.top-home-abouttext>h2,
.manage-way-leftside>h2,
.explore-community-main>.container>h2 {
  margin-bottom: 34px;
}

section>.container>h2.text-center,
.stories-head h2,
.top-home-abouttext>h2,
.manage-way-leftside>h2,
.explore-community-main>.container>h2 {
  max-width: 760px;
}

section>.container>h2.text-center,
.explore-community-main>.container>h2 {
  margin-left: auto;
  margin-right: auto;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}

.main-header-bg {
  position: relative;

  padding-bottom: 118px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  z-index: 3;
}

.main-header-bg::before {
  content: "";
  position: absolute;
  inset: 0;

}




.success-stories-section .container::before {
  top: -12px;
  left: -20px;
}

.about-home-main-sectoin .container::before {
  top: -12px;
  right: -18px;
}

/* language support */
.bg-topnav-promt {
  background: #2a2a2c;
  position: relative;
  z-index: 41;
}

.nav-support-language .btn-nav-language {
  background: #ffffff1c;
  border: none;
  padding: 6px 16px;
  border-radius: 4px;
  color: var(--white-color);
  font-weight: 400;
  font-size: 14px;
}

.supportBorder {
  height: 12px;
  width: 1px;
  background: #ffffff8f;
}

.nav-support-language .dropdown-menu li a {
  font-size: 14px;
  color: var(--black-color);
  font-weight: 400;
}

.nav-support-language .dropdown-menu li .dropdown-item:active {
  background: #eaeaea8f;
}

.nav-support-language .dropdown-menu {
  border: none;
  left: -8px !important;
  min-width: 134px;
}

.navbar-pro-matrimony {
  position: sticky;
  top: 0;
  z-index: 40;
  transition: background 0.25s ease, backdrop-filter 0.25s ease, box-shadow 0.25s ease;
}

.navbar-pro-matrimony.is-scrolled {
  background: rgba(18, 22, 35, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 30px rgba(8, 15, 36, 0.18);
}

.navbar-pro-inner {
  gap: 18px;
  padding: 10px 0;
}

.navbar-pro-inner .brand-logo {
  width: 150px !important;
}

.navbar-pro-inner .navbar-ui {
  margin: 0;
}

.navbar-pro-inner .navbar-ui li .nav-item {
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 500;
  padding: 10px 14px;
  border-radius: 999px;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.navbar-pro-inner .navbar-ui li .nav-item:hover,
.navbar-pro-inner .navbar-ui li .nav-item.active {
  color: var(--white-color);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.nav-search-dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 8px;
  vertical-align: 2px;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  transition: transform 0.25s ease;
}

.nav-search-dropdown.show .dropdown-toggle::after {
  transform: rotate(180deg);
}

.nav-search-menu {
  display: block;
  min-width: 250px;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(61, 38, 35, 0.28), rgba(197, 160, 89, 0.16));
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow: 0 28px 48px rgba(8, 15, 36, 0.2);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px) scale(0.98);
  transform-origin: top center;
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
}

.nav-search-menu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.nav-search-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
  pointer-events: none;
}

.nav-search-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  padding: 14px 16px 14px 58px;
  margin-bottom: 6px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 600;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.nav-search-menu .dropdown-item:last-child {
  margin: 8px 0px;
}

.nav-search-menu .dropdown-item::before {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 12px;
  position: absolute;
  left: 14px;
  top: 50%;
  flex: 0 0 34px;
  transform: translateY(-50%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.08));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.nav-search-menu .dropdown-item::after {
  content: "\ea17";
  font-family: 'boxicons', sans-serif;
  position: absolute;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.92);
}

.nav-search-menu .dropdown-item:hover,
.nav-search-menu .dropdown-item:focus {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08));
  color: var(--white-color);
  transform: translateX(3px);
  border-color: rgba(255, 255, 255, 0.28);
}

.navbar-ui .btn-register,
.navbar-ui .btn-login,
.hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 33px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.navbar-ui .btn-register {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--white-color);
  background: rgba(255, 255, 255, 0.08);
}

.navbar-ui .btn-login {
  background: linear-gradient(135deg, #ffffff 0%, #fbf5eb 100%);
  color: #21293b;
  border: 1px solid transparent;
  box-shadow: 0 10px 24px rgba(255, 255, 255, 0.18);
}

.navbar-ui .btn-login i,
.hero-btn-secondary i {
  transform: rotate(180deg);
}

.navbar-ui .btn-register:hover,
.navbar-ui .btn-login:hover,
.hero-actions a:hover {
  transform: translateY(-2px);
}



.pro-header-left-contents {
  max-width: 560px;
  padding: 44px 0 18px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 10px 16px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 0 6px rgba(197, 160, 89, 0.2);
}

.pro-header-left-contents h1 {
  font-size: 62px;

}

.pro-header-left-contents p:last-of-type {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
}

.hero-btn-primary {
  background: linear-gradient(135deg, #fbc152, #fadb9e);
  color: #000000 !important;
  box-shadow: 0 18px 40px rgba(197, 160, 89, 0.32);
}

.main-header-section {
  margin-top: 80px;
}

.hero-btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white-color) !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.tag-pill {
  padding: 8px 15px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  transition: all 0.3s ease;
  cursor: default;
}

.tag-pill.orthodox {
  background: linear-gradient(135deg, #e879f9, #f472b6);
}

.tag-pill.jacobite {
  background: linear-gradient(135deg, #67e8f9, #22d3ee);
}

.tag-pill.marthomite {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.tag-pill:hover {
  transform: scale(1.05);
}

.header-right-img {
  position: relative;

}

.header-right-img::before {
  content: "";
  position: absolute;
  inset: 8% 10%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.22), transparent 58%),
    linear-gradient(160deg, rgba(197, 160, 89, 0.26), rgba(61, 38, 35, 0.08));
  border-radius: 38px;
  filter: blur(48px);
}

.header-right-img img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 640px;
  object-fit: contain;
  object-position: center bottom;
  mix-blend-mode: multiply;
  filter: contrast(1.05) saturate(1.04) drop-shadow(0 24px 36px rgba(15, 23, 42, 0.18));
  animation: floatHero 6s ease-in-out infinite;
}

.hero-heart {
  position: absolute;
  z-index: 2;
  color: rgba(255, 212, 220, 0.86);
  text-shadow: 0 12px 20px rgba(61, 38, 35, 0.24);
  animation: heartFloat 4s ease-in-out infinite;
}

.hero-heart-one {
  top: 16%;
  left: 8%;
  font-size: 22px;
}

.hero-heart-two {
  right: 12%;
  top: 38%;
  font-size: 16px;
  animation-delay: 1.2s;
}

.hero-blessing-card {
  position: absolute;
  left: 2%;
  bottom: 14%;
  z-index: 3;
  max-width: 210px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 248, 243, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.16);
  text-align: left;
  backdrop-filter: blur(12px);
}

.blessing-label {
  display: block;
  margin-bottom: 6px;
  color: var(--wedding-maroon);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-blessing-card strong {
  display: block;
  color: var(--title-color);
  font-size: 15px;
  line-height: 1.5;
}

@keyframes floatHero {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes heartFloat {

  0%,
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.72;
  }

  50% {
    transform: translateY(-10px) scale(1.08);
    opacity: 1;
  }
}



.inner-search-section {
  position: relative;
  padding: 40px;
  border-radius: 40px;
  background: white;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.1);
  z-index: 4;
  max-width: 520px;
  margin-left: auto;
}

.search-title {
  font-size: 32px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 25px;
}

.search-label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #64748b;
  margin-bottom: 12px;
}

.gender-selection {
  display: flex;
  gap: 15px;
}

.gender-option {
  flex: 1;
  cursor: pointer;
}

.gender-option input {
  display: none;
}

.gender-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  transition: all 0.3s ease;
}

.gender-pill i {
  font-size: 20px;
}

.gender-pill .icon-check {
  display: none;
}

.gender-option input:checked+.gender-pill {
  background: #9333ea;
  border-color: #9333ea;
  color: white;
}

.gender-option input:checked+.gender-pill .icon-check {
  display: block;
}

.gender-option input:checked+.gender-pill .icon-uncheck {
  display: none;
}

.age-separator {
  font-size: 20px;
  color: #64748b;
}

.custom-select-wrapper {
  position: relative;
  display: block;
  user-select: none;
  z-index: 1;
}

.custom-select-wrapper:has(.custom-select.opened) {
  z-index: 100;
}

.custom-select-wrapper select {
  display: none;
  visibility: hidden;
}

.custom-select-trigger {
  position: relative;
  display: block;
  min-height: 60px;
  padding: 16px 44px 16px 25px;
  border-radius: 100px;
  border: 1px solid #e2e8f0;
  background: white;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  cursor: pointer;
  transition: all 0.25s ease;
}

.custom-select-trigger::after {
  content: "\ea4a";
  font-family: 'boxicons';
  position: absolute;
  top: 50%;
  right: 22px;
  font-size: 20px;
  color: #94a3b8;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}

.custom-select.opened .custom-select-trigger::after {
  transform: translateY(-50%) rotate(180deg);
}

.custom-options {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  max-height: 260px;
  overflow-y: auto;
  padding: 8px;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-options::-webkit-scrollbar {
  width: 6px;
}

.custom-options::-webkit-scrollbar-track {
  background: transparent;
}

.custom-options::-webkit-scrollbar-thumb {
  background: #e2e8f0;
  border-radius: 10px;
}

.custom-options::-webkit-scrollbar-thumb:hover {
  background: #cbd5e1;
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  z-index: 1000;
}

.custom-options::before {
  display: none;
}

.custom-option {
  display: block;
  padding: 12px 16px;
  border-radius: 12px;
  color: #1e293b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  transition: all 0.2s ease;
}

.custom-option:hover,
.custom-option.selection {
  background: #f1f5f9;
  color: #9333ea;
}

.search-btn-form {
  width: 100%;
  min-height: 64px;
  border: none;
  border-radius: 100px;
  background: #fbc152;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.05em;
  box-shadow: 0 15px 35px rgba(251, 193, 82, 0.3);
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.search-btn-form:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 45px rgba(251, 193, 82, 0.4);
  background: #fdb123;
}



.how-work-section,
.last-added-section,
.success-stories-section,
.trust-section,
.about-home-main-sectoin,

.manage-way-section,
.explore-community-main {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}

.how-work-section,
.last-added-section,
.success-stories-section,
.trust-section,
.about-home-main-sectoin,
.language-home-section,
.manage-way-section,
.explore-community-main,
.footer-main {
  position: relative;
  z-index: 1;
}

.how-work-section {
  background: transparent;
}

.single-works-boxed {
  height: 100%;
  padding: 36px 26px 30px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--card-shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.single-works-boxed:hover {
  transform: translateY(-10px);
  box-shadow: var(--card-shadow-lg);
}

.profile-box-whitebg,
.stories-highlight-item,
.trust-summary-card,
.trust-feature-card,
.about-protact-communi,
.single-langeages-div,
.single-community-str,
.right-features-home {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.profile-box-whitebg:hover,
.stories-highlight-item:hover,
.trust-summary-card:hover,
.trust-feature-card:hover,
.about-protact-communi:hover,
.single-langeages-div:hover,
.single-community-str:hover,
.right-features-home:hover {
  transform: translateY(-6px);

}

.top-work-boxbg {
  width: max-content;
  margin: 0 auto;
  padding: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(197, 160, 89, 0.18), rgba(197, 160, 89, 0.2));
  animation: pulseRing 2.4s ease-in-out infinite;
}

@keyframes pulseRing {
  0% {
    box-shadow: 0 0 0 0 rgba(197, 160, 89, 0.18);
  }

  100% {
    box-shadow: 0 0 0 18px rgba(197, 160, 89, 0);
  }
}

.inner-box-workwhite {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: linear-gradient(180deg, #fffefe 0%, #fff4ee 100%);
  color: var(--primary-color);
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-how-contents p {
  margin-top: 10px;
  line-height: 1.8;
}

.last-added-section {
  background:
    radial-gradient(circle at left top, rgba(197, 160, 89, 0.16), transparent 20%),
    radial-gradient(circle at right bottom, rgba(61, 38, 35, 0.07), transparent 22%),
    linear-gradient(180deg, #fff4ef 0%, #ffffff 100%);
}

.single-dashboard-profiles {
  padding: 1px;
  border-radius: 24px;
  background: linear-gradient(155deg, rgba(197, 160, 89, 0.5), rgba(197, 160, 89, 0.22), rgba(61, 38, 35, 0.28));
}

.profile-box-whitebg {
  border-radius: 23px;
  padding: 14px !important;
  background: rgba(255, 255, 255, 0.96);
}

@media (max-width: 768px) {
  .profile-box-whitebg {
    padding: 10px !important;
  }
}

@media (max-width: 576px) {
  .profile-box-whitebg {
    padding: 6px !important;
    border-radius: 18px;
  }
}

@media (max-width: 480px) {
  .profile-box-whitebg {
    padding: 4px !important;
    border-radius: 16px;
  }
}

.tops_imagesdsd {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  width: 100%;
  /*aspect-ratio: 1 / 1.2;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 576px) {
  .tops_imagesdsd {
    border-radius: 14px;
  }
}

@media (max-width: 480px) {
  .tops_imagesdsd {
    border-radius: 12px;
  }
}

.lastprofileimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
  display: block;
}

/* Responsive Profile Images */
@media (max-width: 1200px) {
  .lastprofileimg {
    height: 280px;
  }
}

@media (max-width: 992px) {
  .lastprofileimg {
    height: 260px;
  }
  
  .profile-box-whitebg {
    padding: 12px !important;
  }
}

@media (max-width: 768px) {
  .lastprofileimg {
    height: 240px;
  }
  
  .single-dashboard-profiles {
    padding: 1px;
  }
  
  .profile-box-whitebg {
    padding: 10px !important;
  }
}

@media (max-width: 576px) {
  .lastprofileimg {
    height: 200px;
  }
  
  .tops_imagesdsd {
    border-radius: 14px;
  }
  
  .profile-box-whitebg {
    border-radius: 16px;
    padding: 8px !important;
  }
  
  .commanbadge {
    padding: 6px 10px;
    font-size: 10px;
    top: 10px;
    left: 10px;
  }
  
  .profile-dashboard-text h4 {
    font-size: 14px !important;
  }
  
  .profile-dashboard-text p {
    font-size: 12px !important;
  }
  
  .mx-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
}

@media (max-width: 480px) {
  .lastprofileimg {
    height: 180px;
  }
  
  .single-dashboard-profiles {
    padding: 1px;
  }
  
  .profile-box-whitebg {
    border-radius: 14px;
    padding: 6px !important;
  }
  
  .tops_imagesdsd {
    border-radius: 12px;
  }
  
  .commanbadge {
    padding: 5px 8px;
    font-size: 9px;
    top: 8px;
    left: 8px;
  }
  
  .profile-dashboard-text {
    margin-top: 8px !important;
  }
  
  .profile-dashboard-text h4 {
    font-size: 13px !important;
  }
  
  .profile-dashboard-text p {
    font-size: 11px !important;
  }
}

.single-dashboard-profiles:hover .lastprofileimg {
  transform: scale(1.05);
}

.commanbadge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white-color);
  background: linear-gradient(135deg, var(--primary-color), #E3C17B);
}

.commanbadge.Platinum {
  background: linear-gradient(135deg, #b23bbf, #7c3aed);
}

.commanbadge.diamond {
  background: linear-gradient(135deg, #0ea5e9, #2563eb);
}

.commanbadge.Silver {
  background: linear-gradient(135deg, #64748b, #94a3b8);
}

.commanbadge.Gold {
  background: linear-gradient(135deg, #f59e0b, #f97316);
}

.commanbadge.Free {
  background: linear-gradient(135deg, #10b981, #14b8a6);
}

.profile-dashboard-text p {
  margin-top: 6px;
}

.success-stories-slider,
.LastProfileSlider {
  margin-top: 48px !important;
}

.success-stories-section {
  background:
    radial-gradient(circle at right top, rgba(197, 160, 89, 0.08), transparent 22%),
    linear-gradient(180deg, #fbf5eb 0%, #f5eedf 100%);
}

.stories-shell {
  padding: 48px;
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(251, 245, 235, 0.98));
  box-shadow: var(--card-shadow);
  overflow: hidden;
}

.stories-head {
  margin-bottom: 2px;
}

.stories-lead {
  max-width: 650px;
  line-height: 1.9;
}

.stories-highlight {
  display: grid;
  gap: 14px;
}

.stories-highlight-item {
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(30, 41, 59, 0.08);
  box-shadow: 0 18px 40px rgba(28, 35, 52, 0.08);
}

.stories-shell::before,
.stories-shell::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.stories-shell::before {
  width: 180px;
  height: 120px;
  top: 0;
  right: 18px;
  border-radius: 0 0 24px 24px;
  opacity: 0.14;
  background:
    radial-gradient(circle at 14px 14px, rgba(197, 160, 89, 0.7) 0 2px, transparent 2.5px),
    linear-gradient(135deg, transparent 0 16px, rgba(197, 160, 89, 0.22) 16px 18px, transparent 18px),
    linear-gradient(225deg, transparent 0 16px, rgba(197, 160, 89, 0.22) 16px 18px, transparent 18px);
  background-size: 28px 28px, 100% 100%, 100% 100%;
}

.stories-shell::after {
  content: "❤";
  width: auto;
  height: auto;
  right: 34px;
  bottom: 24px;
  color: rgba(61, 38, 35, 0.12);
  font-size: 54px;
  animation: heartFloat 4.6s ease-in-out infinite;
}

.stories-highlight-count {
  display: block;
  color: var(--title-color);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.stories-highlight-label {
  display: block;
  margin-top: 6px;
  color: var(--subtitle-color);
  font-size: 14px;
  line-height: 1.7;
}

.single-stories-box {
  padding: 2px;
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(197, 160, 89, 0.32), rgba(197, 160, 89, 0.22), rgba(61, 38, 35, 0.18));
}

.stories-card-grid {
  display: grid;
  grid-template-columns: minmax(250px, 42%) 1fr;
  min-height: 400px;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--card-shadow-lg);
}

.top-stories-img {
  position: relative;
  overflow: hidden;
}

.top-stories-img .story-img-cpl {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}

.story-floating-tag {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.74);
  backdrop-filter: blur(10px);
  color: var(--white-color);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bottom-stories-contents {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px !important;
}

.story-quote-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(197, 160, 89, 0.12), rgba(197, 160, 89, 0.18));
  color: var(--primary-color);
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.story-meta {
  margin-bottom: 8px;
  color: var(--accent-color);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bottom-stories-contents p {
  max-width: 95%;
  line-height: 1.9;
  color: var(--subtitle-color) !important;
}

.story-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.story-pill {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(197, 160, 89, 0.08);
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 700;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.story-pill:hover {
  transform: translateY(-2px);
  background: var(--primary-color);
  color: var(--white-color);
}

.trust-section {
  background: transparent;
}

.trust-shell {
  position: relative;
  padding: 46px;
  border-radius: 38px;
  background: linear-gradient(145deg, #3a1f2f 0%, #2b3044 56%, #352740 100%);
  box-shadow: var(--card-shadow-lg);
  overflow: hidden;
}

.trust-shell::before {
  content: "";
  position: absolute;
  inset: auto auto -120px -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(197, 160, 89, 0.18), transparent 65%);
}

.trust-shell::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 26px;
  width: 154px;
  height: 220px;
  border-radius: 26px;
  opacity: 0.12;
  background:
    linear-gradient(180deg, rgba(255, 248, 243, 0.08), rgba(255, 248, 243, 0)),
    repeating-linear-gradient(135deg, rgba(197, 160, 89, 0.18) 0 7px, transparent 7px 16px),
    repeating-linear-gradient(45deg, rgba(197, 160, 89, 0.12) 0 7px, transparent 7px 16px);
  box-shadow: inset 0 0 0 1px rgba(197, 160, 89, 0.08);
}

.trust-section .section-eyebrow,
.trust-section h2,
.trust-section p {
  position: relative;
  z-index: 1;
}

.trust-section h2 {
  color: var(--white-color) !important;
}

.trust-section p {
  color: rgba(255, 255, 255, 0.72) !important;
}

.trust-summary-grid {
  display: grid;
  gap: 14px;
}

.trust-summary-card {
  padding: 22px 22px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.trust-summary-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color), #f08a69);
  color: var(--white-color);
  font-size: 18px;
  font-weight: 800;
}

.trust-feature-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.trust-feature-card {
  height: 100%;
  padding: 26px 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(12, 17, 30, 0.16);
}

.trust-feature-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(197, 160, 89, 0.12), rgba(197, 160, 89, 0.18));
  color: var(--primary-color);
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.trust-feature-card p {
  margin-top: 8px;
  line-height: 1.85;
  color: var(--subtitle-color) !important;
}

/* Home Page Featured */
.trust-summary-value-homepage-featured {
    line-height: 1.4;
    padding: 12px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 42px;
    margin-bottom: 12px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--primary-color), #f08a69);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 800;
    word-wrap: break-word;
    white-space: normal;
    flex-wrap: wrap;
}

@media (min-width: 576px) {
    .trust-summary-value-homepage-featured {
        font-size: 18px;
        padding: 0 14px;
        min-height: 42px;
    }
}
/*Home Page Featured */
.slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: rgba(197, 160, 89, 0.22);
  color: transparent;
}

.slick-dots li.slick-active button {
  width: 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary-color), #f08a69);
}

.about-home-main-sectoin .container,
.manage-way-section .container,
.explore-community-main .container {
  padding: 0;
}

.about-home-main-sectoin .container {
  padding: 48px;
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(255, 244, 238, 0.94));
  box-shadow: var(--card-shadow);
  overflow: hidden;
}

.top-home-abouttext p {
  max-width: 980px;
  margin-top: 14px;
  line-height: 1.95;
  color: var(--subtitle-color) !important;
}

.about-protact-communi {
  padding: 26px 24px !important;
  margin-top: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(30, 41, 59, 0.06);
}

.about-protact-communi i {
  margin-bottom: 16px;
}

.about-protact-communi p {
  margin-top: 8px;
  line-height: 1.8;
}

.right-features-home {
  height: 100%;
  padding: 30px 32px;
  border-radius: 28px;
  background: linear-gradient(160deg, #20283a 0%, #302445 100%);
  box-shadow: var(--card-shadow-lg);
}

.right-features-home h2 {
  color: var(--white-color) !important;
}

.feature-common-btn {
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.feature-common-btn:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--white-color);
}

.language-home-section .row {
  row-gap: 20px;
}

.single-langeages-div {
  height: 100%;
  padding: 24px 22px !important;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(30, 41, 59, 0.08);
  box-shadow: var(--card-shadow);
}

.citie-language-img {
  min-width: 68px;
  width: 68px;
  height: 68px;
  padding: 14px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(197, 160, 89, 0.1), rgba(197, 160, 89, 0.18));
}

.manage-way-section .container {
  padding: 54px 46px;
  border-radius: 38px;
  background: linear-gradient(135deg, #2b2438 0%, #4a1f33 46%, #7a2c3f 100%);
  overflow: hidden;
  box-shadow: var(--card-shadow-lg);
}

.manage-way-section .container::before {
  content: "";
  position: absolute;
  inset: auto -80px -120px auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(197, 160, 89, 0.22), transparent 65%);
}

.manage-way-section .container::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 172px;
  height: 88px;
  border-radius: 0 0 22px 22px;
  opacity: 0.14;
  background:
    radial-gradient(circle at 14px 14px, rgba(197, 160, 89, 0.72) 0 2px, transparent 2.5px),
    linear-gradient(135deg, transparent 0 16px, rgba(197, 160, 89, 0.24) 16px 18px, transparent 18px),
    linear-gradient(225deg, transparent 0 16px, rgba(197, 160, 89, 0.24) 16px 18px, transparent 18px);
  background-size: 28px 28px, 100% 100%, 100% 100%;
}

.manage-way-leftside h2,
.manage-way-leftside h4,
.manage-way-leftside p {
  color: var(--white-color) !important;
}

.manage-way-leftside h4 span {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 12px;
  border-radius: 50%;
  background: var(--secondary-color);
  vertical-align: middle;
}

.apps-playstore a img {
  height: 54px;
  width: auto;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
}

.usersappsgroup {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0 !important;
}

.commanprofile {
  width: 50px;
  height: 50px;
  margin-left: -14px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  object-fit: cover;
}

.commanprofile:first-child {
  margin-left: 0;
}

.manage-way-right img {
  max-height: 600px;
  object-fit: contain;
  margin: 0 auto;
}

.explore-community-main {
  padding-bottom: 100px !important;
}

.community-inner-main {
  margin-top: 28px;
}

.single-community-str {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(30, 41, 59, 0.08);
  box-shadow: var(--card-shadow);
  overflow: hidden;
}

.accordion-button {
  padding: 22px 24px;
  background: transparent !important;
  color: var(--title-color) !important;
  font-weight: 700;
  box-shadow: none !important;
  transition: color 0.25s ease, transform 0.25s ease;
}

.accordion-button::after {
  width: 14px;
  height: 14px;
  background-size: 14px;
}

.accordion-button:not(.collapsed) {
  color: var(--primary-color) !important;
}

.single-community-str:hover .accordion-button {
  transform: translateX(4px);
}

.accordion-collapse {
  border-top: 1px solid rgba(30, 41, 59, 0.08);
}

.matri-comunity-s {
  padding: 0 24px 24px;
  line-height: 2.2;
}

.matri-comunity-s a {
  transition: color 0.2s ease;
}

.matri-comunity-s a:hover {
  color: var(--primary-color) !important;
}

.lvg {
  width: 5px;
  height: 5px;
  margin: 0 10px;
  border-radius: 50%;
  background: rgba(96, 107, 128, 0.4);
  vertical-align: middle;
}

.footer-main {
  padding-top: 72px !important;
  background: linear-gradient(180deg, #fff7f4 0%, #131a29 0%, #0e1420 100%);
}

.footer-main .title-color-L,
.footer-main .fts-14,
.footer-main .fts-18 {
  color: rgba(255, 255, 255, 0.95) !important;
}

.footer_linking-mng ul li a,
.footer-contact-suport a {
  color: rgba(255, 255, 255, 0.72) !important;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer_linking-mng ul li a:hover,
.footer-contact-suport a:hover {
  color: var(--white-color) !important;
  transform: translateX(3px);
}

.footer-contact-suport i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  color: var(--secondary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.copy-right-footers {
  margin-top: 38px;
  padding: 22px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
  width: 100px;
}

.social-footers-home a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, transform 0.25s ease;
}

.social-footers-home a:hover {
  background: linear-gradient(135deg, var(--primary-color), #f08a69);
  transform: translateY(-2px);
}

.progress-wrap {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color), #f08a69);
  box-shadow: 0 18px 34px rgba(197, 160, 89, 0.3);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  z-index: 80;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.progress-wrap.active-progress {
  visibility: visible;
  opacity: 1;
}

.progress-wrap::after {
  content: "\eedc";
  position: absolute;
  inset: 0;
  font-family: 'boxicons', sans-serif;
  font-size: 32px;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: rgba(255, 255, 255, 0.35);
  stroke-width: 4;
}

/* Profile Tabs Styles */
.profile-nav-tabs {
  background: rgba(255, 255, 255, 0.4);
  padding: 8px;
  border-radius: 50px;
  display: inline-flex;
  border: 1px solid rgba(197, 160, 89, 0.2);
  backdrop-filter: blur(10px);
}

.profile-nav-tabs .nav-item {
  margin: 0 4px;
}

.profile-nav-tabs .nav-link {
  border-radius: 40px;
  padding: 10px 24px;
  color: var(--title-color);
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  border: none !important;
  background: transparent !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.profile-nav-tabs .nav-link i {
  font-size: 18px;
}

.profile-nav-tabs .nav-link.active {
  background: var(--primary-color) !important;
  color: var(--white-color) !important;
  box-shadow: 0 8px 20px rgba(197, 160, 89, 0.3);
}

.profile-nav-tabs .nav-link:hover:not(.active) {
  background: rgba(197, 160, 89, 0.1) !important;
  color: var(--primary-color) !important;
}

.profile-tabs-wrapper {
  text-align: center;
}

.tab-content>.tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}

.tab-content>.active {
  height: auto;
}


.whatsapp-float{
    position: fixed;
    bottom: 95px; /* Above scroll button */
    right: 20px;
    width: 55px;
    height: 55px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: 0.3s;
    text-decoration: none;
}

.whatsapp-float:hover{
    transform: scale(1.1);
    color: #fff;
}

