/* lexend-deca-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lexend-deca-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-deca-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/lexend-deca-v25-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-deca-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/lexend-deca-v25-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-deca-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lexend-deca-v25-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v24-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v24-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
font-family: "Lexend Deca", sans-serif;
font-size:13px;
font-weight: 300;
margin: 0;
padding: 0;
color:rgb(82 82 82);
background-color: #121212;
color: #fff;
transition: background-color 0.3s ease, color 0.3s ease;
}
/* ==================================
   GLOBAL DARK MODE (FULL PAGE)
================================== */



/* Dark mode base */
body.dark-mode {
  background-color: #0f1115;
  color: #e5e7eb;
}
/* Headings */
body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6 {
  color: #ffffff;
}
body.dark-mode .download-image-btn small{
  color: #000 !important;
}
/* Paragraphs & text */
body.dark-mode p,
body.dark-mode li,
body.dark-mode .tab,
body.dark-mode .download {
  color: #cbd5e1 !important;
}
body.dark-mode .tabs {    
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
body.dark-mode .story-post {    
    border: 1px solid #0f1115 !important;
}
body.dark-mode .tab.active {
    border-color: rgba(255, 255, 255, 0.1) !important;    
}
body.dark-mode .story-post p{color:#111111 !important}
/* Links */
body.dark-mode a {
  color: #fff;
}

body.dark-mode .navbar-brand:hover {
  color: #fff;
}
.navbar-brand:hover {
  color: #fff;
}
body.dark-mode .dropdown-divider {border-top: 1px solid rgba(255, 255, 255, 0.1) !important;}
/* Sections */
body.dark-mode section {
  background-color: transparent;
}

/* Light backgrounds → dark glass */
body.dark-mode .bg-light {
  background-color: rgba(255, 255, 255, 0.06) !important;
}

/* Feature / card-like blocks */
body.dark-mode .container,
body.dark-mode .container-fluid {
  color: inherit;
}

/* Inputs */
body.dark-mode .form-control {
  background-color: #1c1f26;
  border-color: #2a2f3a;
  color: #ffffff;
}

body.dark-mode .form-control::placeholder {
  color: #9ca3af;
}

/* Buttons */
body.dark-mode .btn-dark {
  background-color: #2563eb;
  border-color: #2563eb;
}

/* FAQ boxes */
body.dark-mode .faq {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 15px 25px;
  border:1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Footer */
body.dark-mode .footer {
  background-color: #0f1115;
  border-top:1px solid rgba(255, 255, 255, 0.1) !important;
}

body.dark-mode .footer a {
  color: #9ca3af;
}
body.dark-mode .location{color:#000;}
/* Yellow CTA section */
body.dark-mode .bg-warning {
  background-color: #facc15 !important;
  color: #000;
}
.social-icon{filter: invert(0%) sepia(82%) saturate(18%) hue-rotate(273deg) brightness(88%) contrast(104%);}
body.dark-mode .social-icon {filter: invert(93%) sepia(4%) saturate(732%) hue-rotate(178deg) brightness(92%) contrast(91%);}
.faq{padding: 15px 25px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;}
.question{color:#1d1d1d}
.hero-bg {    
  isolation: isolate;
  background:
    radial-gradient(
      ellipse at center 48%,
      rgba(28, 43, 40, 0.72) 0%,
      rgba(16, 24, 23, 0.55) 34%,
      rgba(10, 12, 12, 0.96) 72%,
      #090909 100%
    );
}

/* thin teal line at the very top, like your reference image */
#.hero-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 242, 234, 0.45),
    transparent
  );
  pointer-events: none;
}

/* soft dark glow behind the form/content */
#.hero-bg::after {
  content: "";
  position: absolute;
  top: 120px;
  left: 50%;
  width: 820px;
  height: 300px;
  transform: translateX(-50%);
  background: radial-gradient(
    ellipse at center,
    rgba(37, 54, 50, 0.45) 0%,
    rgba(20, 29, 27, 0.28) 42%,
    transparent 75%
  );
  filter: blur(35px);
  pointer-events: none;
}

/* keep content above background */
.hero-bg .container {
  position: relative;
  z-index: 2;
}

/* optional spacing adjustment */
.hero {
  padding: 90px 0 110px;
}
.hero-section .container {
position: relative;
}

.hero-text h1 {
font-size: 48px;
font-weight: 700;
color: #1d1d1d;
}

.hero-text h1 span {
color: #FFFC00;
}
.banner-section {
position: relative;
background: linear-gradient(to right, #fff, #fef3ec);
padding:100px 0 30px;
overflow: hidden;
margin-top: -73px;
z-index:1;
}
.banner-section .container {
z-index: 2;
position: relative;
}

.banner-text h1 {
font-size: 38px;
font-weight: 700;
color: #1d1d1d;
}

.banner-text h1 span {
color: #ff9900;
}

.email-box {
display: flex;
max-width: 500px;
margin-top: 20px;
}

.email-box input {
flex: 1;
padding: 12px 16px;
border: 1px solid #ccc;
border-radius: 30px 0 0 30px;
}

.email-box button {
border: none;
padding: 12px 24px;
border-radius: 0 30px 30px 0;
background: #000;
color: #fff;
font-weight: 500;
}

.stats-col {
position: relative;
}

.floating-boxes {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
gap: 20px;
}

.floating-box {
background: #fff;
border-radius: 15px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
padding: 20px;
max-width: 400px;
animation: fadeInUp 1s ease forwards;
opacity: 0;
}

.floating-box:nth-child(1) { animation-delay: 0.2s; }
.floating-box:nth-child(2) { animation-delay: 0.4s; }
.floating-box:nth-child(3) { animation-delay: 0.6s; }

@keyframes fadeInUp {
0% { opacity: 0; transform: translateY(30px); }
100% { opacity: 1; transform: translateY(0); }
}
.faq-container{background:linear-gradient(to right, #fff3cd 40%, #fff 40%);}
.features h3{font-size: 1.25rem;line-height: 1.75rem;font-weight:600}
.features-icon{width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #ffffff;
  display: inline-grid;
  min-width: 44px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);}
.why-use h3{font-size: 1.25rem;line-height: 1.75rem;font-weight:700}
.testimonial {
text-align: center;
padding: 30px 60px;
}

.testimonial .avatar {
width: 80px;
height: 80px;
border-radius: 50%;
object-fit: cover;
margin-bottom: 15px;
}

.testimonial .name {
font-weight: 600;
margin-top: 10px;
font-size: 1.1rem;
}

.testimonial .text-muted {
font-size: 1rem;
}

.carousel-inner {
border-radius: 12px;
padding: 30px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
filter: invert(32%) sepia(78%) saturate(534%) hue-rotate(185deg) brightness(90%) contrast(90%);
}

/* Responsive tweaks */
@media (max-width: 768px) {
.testimonial {
padding: 20px;
}

.testimonial .avatar {
width: 60px;
height: 60px;
}

.testimonial .name {
font-size: 1rem;
}

.testimonial .text-muted {
font-size: 0.95rem;
}

.carousel-inner {
padding: 20px;
}
}
.footer{background-color:rgb(248, 249, 251);border-top: 1px solid rgb(229, 229, 229);}
.footer-brand{font-weight: 400;font-size:20px}
.footer-brand a:hover{text-decoration:none !important;}
.footer a{color: #000;text-decoration: none;}
.footer a:hover{color: #000;text-decoration: underline;}
@media (max-width: 480px) {
.testimonial .text-muted {
font-size: 0.9rem;
}
}
@media (max-width: 576px) {
.hero-section {margin-top: 0px;padding: 25px 0 35px;}
.banner-section {margin-top: 0px;padding: 25px 0 35px;}
.mobile-menu{padding:10px 30px;}
.mobile-menu-button{padding:0.5rem 0;}
.faq-container{background:linear-gradient(to right, #fff3cd 100%, #fff 100%);}
.navbar-nav {margin-top: 10px auto;}
}
.navbar-brand .logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
}

.navbar-brand .logo-icon svg {
  display: block;
}

.navbar-brand .brand-text {
  line-height: 1.2;
}

.sub-brand {
  display: block;
  line-height: 1.25;
  opacity: 0.85;
}

.hero-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1.75rem;
  margin-bottom: 0;
}

.hero-badge-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.hero-badge-item svg {
  display: block;
  flex-shrink: 0;
}

.social-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.social-share > span {
  display: inline-flex;
  align-items: center;
}

.lang-switch-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.lang-switch-flag {
  flex-shrink: 0;
  display: block;
}

.icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  min-width: 44px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}


/* Dark mode glass */
body.dark-mode .navbar {
  background: rgba(20, 20, 20, 0.75);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

body.dark-mode .custom_breadcrumb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

body.dark-mode .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #fff;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
/* Navbar links */
.navbar .nav-link {
  font-weight: 500;
}

/* Glass button */
.btn-glass {
  background: rgba(0, 0, 0, 1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  padding: 3px 14px;
  font-size:13px;
  color:#fff
}
.btn-glass:hover {
  background: rgba(0, 0, 0, 1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  padding: 3px 14px;
  font-size:13px;
  color:#fff
}

body.dark-mode .btn-glass {
  padding: 3px 14px;
  background-color:#fff;
  border-radius:50px;
  color: #000;
}

/* Dropdown */
.dropdown-menu {
  backdrop-filter: blur(12px);
  background: #131313cc;
  padding: 15px;
}

body.dark-mode .dropdown-menu {
  background: rgba(20, 20, 20, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}


/* ===============================
   DARK / LIGHT ICON TOGGLE
================================ */
.theme-toggle {
  position: relative;
  width: 48px;
  height: 26px;
  border-radius: 50px;
  border: none;
  background: rgba(0, 0, 0, 1);
  backdrop-filter: blur(10px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 6px;
  transition: background 0.3s ease;
}

.theme-toggle span {
  font-size: 14px;
  line-height: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Default: Light mode */
.icon-moon {
  opacity: 0;
  transform: translateX(6px);
}

/* Dark mode active */
body.dark-mode .theme-toggle {
  background: rgba(255, 255, 255, 1);
}

body.dark-mode .icon-sun {
  opacity: 0;
  transform: translateX(-6px);
}

body.dark-mode .icon-moon {
  opacity: 1;
  transform: translateX(0);
}


.profile-header {  
  padding-bottom: 20px;
}

.profile-top {
  display: flex;
  align-items: center;
  gap: 28px;
}

.avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
}

.profile-info h1 {
  margin: 0;
  font-size: 36px;
  font-weight:700;
  display: flex;
  align-items: center;
  gap: 8px;
}

.badge {
    background: #FFFC00 !important;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 400;
}

.meta {
  color: #666;
  margin: 6px 0;
  font-size: 14px;
}

.location {
  display: inline-block;
  background: #f1f1f1;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  margin: 6px 0;
}

.bio {
  margin-top: 8px;
}

/* =====================
   TABS
===================== */

.tabs {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}

.tab {
  background: none;
  border: none;
  font-size: 16px;
  padding-bottom: 10px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  color: #b9cac8;
}

.tab.active {
  border-color: #b9cac8;
  font-weight: 600;
}

/* =====================
   SORT BAR
===================== */

.sort-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}

select {
  padding: 6px 10px;
  border-radius: 8px;
}

/* =====================
   GRID
===================== */

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

/* =====================
   CARD
===================== */

.card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: transform 0.25s ease;
}

.card:hover {
  transform: translateY(-4px);
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-body {
  padding: 14px;
}

.card-body h3 {
  font-size: 16px;
  margin: 0 0 6px;
}

.card-body p {
  font-size: 12px;
  color: #555;
  margin: 0 0 10px;
}

/* =====================
   TAGS
===================== */

.tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tags span {
  background: #f2f2f2;
  padding: 6px 10px;
  border-radius: 16px;
  font-size: 12px;
}
.user-name{font-size: 36px;font-weight: 700;}

/* ==============================
   PROFILE IMAGE WITH BORDER
============================== */

.profile-avatar {
  width: 178px;
  height: 178px;
  border-radius: 50%;
  padding: 3px;  
}

.profile-avatar.active {
  cursor: pointer;                       
  box-shadow: 0 0 0 0px white, 0 0 0 3px #00f2ea;
}

.profile-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  min-width:172px;
  min-height:172px;
}
.story-post {  
  cursor: pointer;  
}

/* ================================
   SOCIAL SHARE (SNAPCHAT STYLE)
================================ */

.share-wrapper {
  position: relative;
  display: inline-flex;  
}

.share-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.share-btn svg {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.download-image-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: left;
  white-space: nowrap;
  max-width: 100%;
}

.download-image-btn svg {
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.profile-actions {
  display: inline-flex;
  align-items: center;
}

.share-menu {
	position: absolute;
    top: 0;                  /* start at top of parent */
    left: -180%;              /* distance from parent */
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 12px;
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 10;
}

.share-wrapper.active .share-menu {
  opacity: 1;
  visibility: visible;
}

.share-item {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

/* Brand colors */
.facebook { background: #1877f2; }
.twitter { background: #000; }
.whatsapp { background: #25d366; }
.reddit { background: #ff4500; }
.pinterest { background: #e60023; }
.email { background: #888; }
.snapchat { background: #fffc00; color: #000; }

.verified{margin-top:-4px}

.breadcrumb-wrap {
  padding: 10px 0;    
  font-size: 14px;
}

.breadcrumb {
  background: transparent;
}

.breadcrumb-item a {
  text-decoration: none;
}

.breadcrumb-item a:hover {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #212529;
}

.page-content p, .page-content h2, .page-content h3{font-size:16px}
.author p {font-size:14px}
.page-content a{color:#111111;text-decoration:none;}
.page-content a:hover{color:#111111;text-decoration:underline;}

.story-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1040;
}

.story-modal-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}

body.modal-open {
  overflow: hidden;
}

.story-nav-btn {
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.story-nav-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.story-nav-btn .spinner-border {
  width: 20px !important;
  height: 20px !important;
  border-width: 2.5px !important;
  border-color: #000 !important;
  border-right-color: transparent !important;
  border-radius: 50% !important;
  display: inline-block;
  vertical-align: text-bottom;
}

.story-nav-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .story-modal-content .modal-content {
    border-radius: 0 !important;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .story-modal-content .modal-body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .story-modal-content .modal-body > div {
    min-height: auto !important;
    height: 100%;
    width: 100%;
  }
  
  .story-modal-content .modal-body video,
  .story-modal-content .modal-body img {
    max-height: 70vh !important;
    height: auto;
  }
  
  .story-nav-btn {
    width: 40px !important;
    height: 40px !important;
  }
  
  .story-nav-btn svg {
    width: 18px;
    height: 18px;
  }
}

@media (min-width: 769px) {
  .story-modal-content .modal-dialog {
    max-width: 425px;
  }
}

body.profile-modal-open {
  overflow: hidden;
}

.profile-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1040;
  animation: fadeIn 0.2s ease;
}

.profile-modal-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  background: #000;
  display: flex;
  flex-direction: column;
  animation: fadeIn 0.2s ease;
  overflow: hidden;
}

.profile-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1060;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  opacity: 0.8;
  transition: all 0.2s ease;
  border: none;
}

.profile-modal-close:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
  transform: rotate(90deg);
}

.profile-modal-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 16px 20px;
  z-index: 1055;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}

.profile-modal-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.profile-modal-header h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.profile-modal-header small {
  font-size: 13px;
  opacity: 0.8;
}

.profile-modal-body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 60px 0 70px;
}

.profile-video-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  max-height: 100%;
}

.profile-story-video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  cursor: pointer;
}

.video-play-pause-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-play-pause-icon.show {
  opacity: 1;
}

.video-play-pause-icon svg {
  color: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
}

.profile-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  padding: 0;
}

.profile-nav-btn:hover {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  background: #fff;
}

.profile-nav-btn-left {
  left: 16px;
}

.profile-nav-btn-right {
  right: 16px;
}

.profile-nav-btn svg {
  width: 24px;
  height: 24px;
  color: #000;
}

.profile-modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 1055;
  background: transparent;
}

.profile-download-btn {
  width: 100%;
  padding: 14px 20px;
  background: #FFFC00;
  color: #000;
  border: none;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 0;
}

.profile-download-btn:hover {
  background: #FFE600;
  transform: translateY(-2px);
}

.profile-download-btn:active {
  transform: translateY(0);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .profile-modal-header {
    padding: 12px 16px;
  }

  .profile-modal-avatar {
    width: 36px;
    height: 36px;
  }

  .profile-modal-header h6 {
    font-size: 14px;
  }

  .profile-modal-header small {
    font-size: 12px;
  }

  .profile-modal-body {
    padding: 50px 0 60px;
  }

  .profile-nav-btn {
    width: 40px;
    height: 40px;
  }

  .profile-nav-btn svg {
    width: 20px;
    height: 20px;
  }

  .profile-nav-btn-left {
    left: 12px;
  }

  .profile-nav-btn-right {
    right: 12px;
  }

  .profile-download-btn {
    padding: 12px 16px;
    font-size: 14px;
  }

  .profile-modal-close {
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
  }
}

/* ===============================
   DESKTOP HOVER DROPDOWN (CSS ONLY)
================================ */

/* ===============================
   MOBILE DROPDOWN FIX
================================ */


[x-cloak] {
            display: none !important;
        }

        .recent-search-chip {
            display: inline-flex;
            align-items: center;
            gap: 0.15rem;
            border: 1px solid #d6d9de;
            background: #fff;
            color: #5b6472;
            border-radius: 6px;
            padding: 0.35rem 0.35rem 0.35rem 0.75rem;
            font-size: 0.875rem;
            line-height: 1;
            transition: all 0.2s ease;
        }

        .recent-search-chip:hover {
            border-color: #f8bb1d;
            color: #111827;
            background: #fff8e1;
        }

        .recent-search-chip__text {
            background: transparent;
            border: 0;
            padding: 0;
            margin: 0;
            color: inherit;
            font: inherit;
            line-height: inherit;
            cursor: pointer;
            max-width: 12rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .recent-search-chip__remove {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            border: 0;
            padding: 0.25rem;
            margin: 0;
            background: transparent;
            color: #8b95a3;
            border-radius: 50%;
            line-height: 0;
            cursor: pointer;
            transition: color 0.15s ease, background 0.15s ease;
        }

        .recent-search-chip__remove:hover {
            color: #111827;
            background: rgba(0, 0, 0, 0.06);
        }

        .recent-search-chip:hover .recent-search-chip__remove {
            color: #5b6472;
        }

        .recent-search-chip:hover .recent-search-chip__remove:hover {
            color: #111827;
        }
.profile-modal-body {
    padding: 0;
    height: 70vh;
}

.profile-video-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}

.profile-story-video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.video-play-pause-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    pointer-events: auto;
    cursor: pointer;
}

.video-play-pause-icon.show svg.play-icon {
    display: block;
}

.video-play-pause-icon.show svg.pause-icon {
    display: none;
}

.video-play-pause-icon:not(.show) svg.play-icon {
    display: none;
}

.video-play-pause-icon:not(.show) svg.pause-icon {
    display: block;
}
.name {
    white-space: nowrap;       /* prevent line breaks */
    overflow: hidden;          /* hide overflow text */
    text-overflow: ellipsis;   /* show "..." for overflow */
    max-width: 150px;          /* adjust width for mobile */
}
@media (min-width: 768px) {
    .name {
        max-width: none;       /* show full name on tablet/desktop */
    }
}

  #backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background-color: #ffffff;
    border: none;
    padding: 6px;
    border-radius: 6px;    
    cursor: pointer;
    font-size: 16px;
    display: none; /* Hidden by default */
    transition: background 0.3s, transform 0.2s;
	border: 1px solid #dee2e6;
  }

  #backToTop:hover {
    background-color: #f0f0f0;    
  }
.app-download-banner{display:none;
    width:100%;
    background:#FFFC00;
    color:#000;
    padding:12px 20px;    
    box-sizing:border-box;
    position:relative;
    text-align:center;}
.banner-close-btn{position:absolute;
        right:10px;
        top:50%;
        transform:translateY(-50%);
        background:transparent;
        border:none;
        color:#000;
        font-size:16px;
        cursor:pointer;}
.whatsapp-float {
    position: fixed;
    left: 12px;
    bottom: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 6px;
    padding: 5px;    
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    z-index: 1000;    
  }
  .whatsapp-float:hover {    
    color: white;
  }
  .whatsapp-float svg {
    width: 24px;
    height: 24px;
    fill: white;
  }
@media (min-width: 992px) {
  .navbar .nav-item.dropdown {
    position: relative;
  }

  .navbar .nav-item.dropdown > .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0;
    margin-top: 10px !important;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    z-index: 9999;
  }

  .navbar .nav-item.dropdown:hover > .dropdown-menu,
  .navbar .nav-item.dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .navbar .nav-item.dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 12px;
  }
}

.social-btn {
  height: 35px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;  
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin:7px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.social-btn:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

/* Share icon */
.share-main {
  width: 38px;
  padding: 0;
  justify-content: center;
  background: #2b2c2f;
}

.share-main:hover {
  background: #34363a;
}

/* Brand buttons */
.facebook {
  background: #1877F2;
}

.facebook:hover {
  background: #2f86ff;
}

.whatsapp {
  background: #25D366;
}

.whatsapp:hover {
  background: #2ee978;
}

.twitter {
  background: #000000;
  border-color: #2b2c2f;
}

.twitter:hover {
  background: #1a1a1a;
  border-color: #444;
}

.telegram {
  background: #229ED9;
}

.telegram:hover {
  background: #34aeea;
}

.reddit {
  background: #FF4500;
}

.reddit:hover {
  background: #ff5a1f;
}
.features-svg{
  width: 65px;
  height: 65px;
  border-radius: 50px;
  background: #00f2ea1a;
  display: inline-grid;
  min-width: 44px;
  align-items: center;
  justify-content: center;  
  }
.features {
  border: 1px solid transparent;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  background:#090909;
}

.features:hover {
  transform: translateY(-1px);
  border-color: #00f2ea !important;
}
.features-heading {font-size:20px;padding: 10px 0 0}  
.step{background: #20fff7;
    padding: 4px 10px;
    border-radius: 6px;
    color: #090909;}
.how-to-content{padding:50px 50px 40px;border-radius:11px;background:#121212;}
.download-box {
      width: min(900px, 94vw);
      margin-inline: auto;
      display: flex;
      gap: 16px;
      padding: 8px;
      border: 1px solid rgba(255, 255, 255, 0.06);
      border-radius: 18px;
      background: #121414;
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    }

    .url-field {
      flex: 1;
      height: 50px;
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 0 18px;
      border: 1px solid transparent;
      border-radius: 11px;
      background: #1c1b1d;
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .url-field:focus-within {
      border-color: #00f2ea;
      box-shadow: 0 0 0 4px rgba(0, 242, 234, 0.12);
    }

    .url-field span {
      width: 20px;
      height: 20px;
      flex: 0 0 auto;
      color: #00f2ea;
    }

    .url-field input {
      width: 100%;
      border: 0;
      outline: 0;
      background: transparent;
      color: #fff;
      font-size: 16px;
      font-weight: 500;
    }

    .url-field input::placeholder {
      color: #5f6466;
      opacity: 1;
    }

    .paste-btn,
    .download-btn {
      height: 50px;
      border: 0;
      border-radius: 11px;
      font-size: 16px;      
      letter-spacing: 0.2px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }

    .paste-btn {
      min-width: 126px;
      color: #fff;
      background: #2b2c2f;
    }

    .paste-btn:hover {
      background: #34363a;
      transform: translateY(-1px);
    }

    .paste-btn svg {
      width: 16px;
      height: 16px;
    }

    .download-btn {
      min-width: 258px;
      color: #061616;
      background: #00f2ea;      
      box-shadow: 0 0 26px rgba(0, 242, 234, 0.12);
    }

    .download-btn:hover {
      color: #061616;
      background: #20fff7;
      transform: translateY(-1px);
      box-shadow: 0 0 34px rgba(0, 242, 234, 0.28);
    }

    .download-btn svg {
      width: 16px;
      height: 16px;
    }

    .paste-btn:active,
    .download-btn:active {
      transform: translateY(0);
    }

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

      .paste-btn,
      .download-btn {
        width: 100%;
        min-width: 0;
      }
	  .url-field {
    flex: none;
    width: 100%;
  }

