/* 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)
}
/* ==================================
   GLOBAL DARK MODE (FULL PAGE)
================================== */

body {
  background-color: #ffffff;
  color: #111111;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* 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;
}

/* Paragraphs & text */
body.dark-mode p,
body.dark-mode li,
body.dark-mode small,
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 a:hover {
  
}
body.dark-mode .navbar-brand:hover {
  color: #fff;
}
.navbar-brand:hover {
  color: #000;
}
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;
}


.faq{padding: 15px 25px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;}
.question{color:#1d1d1d}
.hero-section .container {
position: relative;
}

.hero-text h1 {
font-size: 48px;
font-weight: 700;
color: #1d1d1d;
}

.hero-text h1 span {
color: #FFFC00;
}
.hero {min-height: 500px;}
.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;
  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;}
}
.logo-icon{font-size:30px;}
.sub-brand{line-height:auto;}

.icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  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;
}

.navbar .nav-link.active {
  color: #000;
}

body.dark-mode .navbar .nav-link.active {
  color: #fff;
}

/* 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: rgba(255, 255, 255, 0.85);
  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;
  gap: 20px;
}

.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: gold;
  border-radius: 50%;
  padding: 4px 6px;
  font-size: 14px;
  color:#000;
}

.meta {
  color: #666;
  margin: 6px 0;
}

.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: #000;
}

.tab.active {
  border-color: #000;
  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: 320px;
  object-fit: cover;
}

.card-body {
  padding: 14px;
}

.card-body h3 {
  font-size: 16px;
  margin: 0 0 6px;
}

.card-body p {
  font-size: 14px;
  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: 96px;
  height: 96px;
  border-radius: 50%;
  padding: 3px;              
}

.profile-avatar.active {
  background: linear-gradient(
    135deg,
    #00d2ff,
    #3a7bd5
  );     
  cursor: pointer;                       
}

.profile-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}
.story-post {  
  cursor: pointer;
  border:1px solid rgb(229, 229, 229);
}

/* ================================
   SOCIAL SHARE (SNAPCHAT STYLE)
================================ */

.share-wrapper {
  position: relative;
  display: inline-flex;  
}

.share-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: #f1f1f1;
  cursor: pointer;
  font-size: 16px;
}

.share-menu {
  position: absolute;
  top: 50%;
  left: 110%;
  transform: translateY(-50%);
  display: flex;
  gap: 10px;
  padding: 10px 12px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 8px 30px rgba(0,0,0,.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, transform .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%;
}

.story-modal-content .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  padding: 0;
}

@media (max-width: 768px) {
  .story-modal-content .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: 100%;
  }
  
  .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: 80vh !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: 600px;
  }
}

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
================================ */

