/* ============================================
   SMMGEN THEME - ULTRA MODERN UX ENHANCEMENTS
   Version: 2.1 - Enhanced User Stats, Avatar & Sidebar
   Last Updated: 2024
   ============================================ */

/* Dropdown container style */
  #dropdown_for_search {
    display: none; /* Hidden by default */
    max-height: 600px; /* Maximum height */
    overflow-y: auto; /* Vertical scrolling if the dropdown is long */
    overflow-x: hidden; /* Hide horizontal scrolling */
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    margin-top: 5px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    white-space: normal; /* Text will wrap to the next line if it's long */
    word-wrap: break-word; /* Words will break if they're too long */
  }

  /* Dropdown item style */
  .dropdown-item {
    padding: 10px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-wrap: wrap; /* Will wrap to the next line if items don't fit */
    white-space: normal; /* Text inside dropdown will wrap */
    word-break: break-word; /* Long words will break and wrap */
  }

  /* Service badge style */
  .badge.service_id_badge {
    margin-right: 8px; /* Gap between the badge and name */
    font-size: 12px; /* Badge text size */
  }

  /* Centered "Please Wait" or loading message */
  #dropdown_for_search .text-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px; /* Correct positioning for the message */
    font-weight: bold;
  }
 
/* ============================================
   MODERN UX ENHANCEMENTS - SMMGEN THEME
   ULTRA STRONG EFFECTS - LOADS LAST
   ============================================ */

/* Global Smooth Transitions */
* {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

body, html {
  scroll-behavior: smooth !important;
}

/* ========== CARDS - ULTRA STRONG ========== */
.card,
.d-card,
.card_type_3,
.card_v2,
.card_why_choose,
.testimonial_card,
.card.blog_card,
.card.card_serv_item,
.card.card_contact,
.card-details {
  background: rgba(255, 255, 255, 0.98) !important;
  border: 3px solid rgba(95, 29, 232, 0.4) !important;
  border-radius: 24px !important;
  box-shadow: 0 12px 50px rgba(95, 29, 232, 0.25), 
              0 0 0 2px rgba(95, 29, 232, 0.15),
              0 0 60px rgba(95, 29, 232, 0.1) !important;
  position: relative !important;
  overflow: hidden !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
  backdrop-filter: blur(15px) !important;
  transform: translateZ(0) !important;
}

.card::before,
.d-card::before,
.card_type_3::before,
.card_v2::before,
.card_why_choose::before,
.testimonial_card::before,
.card.blog_card::before,
.card.card_serv_item::before,
.card.card_contact::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: linear-gradient(135deg, rgba(95, 29, 232, 0.15), rgba(86, 9, 242, 0.15)) !important;
  opacity: 0 !important;
  transition: opacity 0.6s ease !important;
  z-index: 0 !important;
  pointer-events: none !important;
  border-radius: inherit !important;
}

/* Hover effects removed from page containers */
/* .card:hover,
.d-card:hover,
.card_type_3:hover,
.card_v2:hover,
.card_why_choose:hover,
.testimonial_card:hover,
.card.blog_card:hover,
.card.card_serv_item:hover,
.card.card_contact:hover {
  transform: translateY(-15px) scale(1.03) !important;
  box-shadow: 0 30px 100px rgba(95, 29, 232, 0.5),
              0 0 80px rgba(95, 29, 232, 0.4),
              0 0 150px rgba(95, 29, 232, 0.3) !important;
  border-color: rgba(95, 29, 232, 0.8) !important;
  border-width: 4px !important;
}

.card:hover::before,
.d-card:hover::before,
.card_type_3:hover::before,
.card_v2:hover::before,
.card_why_choose:hover::before,
.testimonial_card:hover::before,
.card.blog_card:hover::before,
.card.card_serv_item:hover::before,
.card.card_contact:hover::before {
  opacity: 1 !important;
} */

.card-body,
.d-card-body {
  position: relative !important;
  z-index: 1 !important;
}

/* ========== SPECIFIC CARD SELECTORS ========== */
#whyChooseUs_v2 .card_why_choose,
#whyChooseUs_v2 .card.card_why_choose {
  border: 3px solid rgba(95, 29, 232, 0.4) !important;
  box-shadow: 0 12px 50px rgba(95, 29, 232, 0.25) !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Hover effects removed from page containers */
/* #whyChooseUs_v2 .card_why_choose:hover,
#whyChooseUs_v2 .card.card_why_choose:hover {
  transform: translateY(-15px) scale(1.05) !important;
  box-shadow: 0 35px 120px rgba(95, 29, 232, 0.6),
              0 0 100px rgba(95, 29, 232, 0.5) !important;
  border-color: rgba(95, 29, 232, 0.9) !important;
  border-width: 5px !important;
} */

#aboutServices .card.card_serv_item,
#aboutServices .card.card_serv_item .card-body {
  border: 3px solid rgba(95, 29, 232, 0.4) !important;
  box-shadow: 0 12px 50px rgba(95, 29, 232, 0.25) !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Hover effects removed from page containers */
/* #aboutServices .card.card_serv_item:hover {
  transform: translateY(-15px) scale(1.05) rotate(1deg) !important;
  box-shadow: 0 35px 120px rgba(95, 29, 232, 0.6),
              0 0 100px rgba(95, 29, 232, 0.5) !important;
  border-color: rgba(95, 29, 232, 0.9) !important;
} */

/* ========== BUTTONS - ULTRA STRONG ========== */
.btn,
.btn-primary,
.btn-white,
.btn-default,
.btn.btn-primary,
.btn-primary.btn-w-login,
#hero_v2 .hero_content .btn-primary.btn-w-login,
.dashboard .btn.btn-primary {
  border-radius: 16px !important;
  padding: 16px 36px !important;
  font-weight: 800 !important;
  letter-spacing: 1px !important;
  position: relative !important;
  overflow: hidden !important;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 8px 30px rgba(95, 29, 232, 0.4),
              0 0 25px rgba(95, 29, 232, 0.3),
              0 0 50px rgba(95, 29, 232, 0.2) !important;
  border: 3px solid rgba(255, 255, 255, 0.3) !important;
  text-transform: uppercase !important;
  font-size: 15px !important;
}

.btn::before,
.btn-primary::before,
.btn-white::before {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 0 !important;
  height: 0 !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.4) !important;
  transform: translate(-50%, -50%) !important;
  transition: width 0.8s, height 0.8s !important;
  z-index: 0 !important;
}

.btn:hover,
.btn-primary:hover,
.btn-white:hover,
.btn.btn-primary:hover,
.btn-primary.btn-w-login:hover,
#hero_v2 .hero_content .btn-primary.btn-w-login:hover,
.dashboard .btn.btn-primary:hover {
  transform: translateY(-6px) scale(1.08) !important;
  box-shadow: 0 15px 50px rgba(95, 29, 232, 0.6),
              0 0 40px rgba(95, 29, 232, 0.5),
              0 0 80px rgba(95, 29, 232, 0.4) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  border-width: 4px !important;
}

.btn:hover::before,
.btn-primary:hover::before,
.btn-white:hover::before {
  width: 400px !important;
  height: 400px !important;
}

.btn-primary,
.btn.btn-primary,
#hero_v2 .hero_content .btn-primary.btn-w-login,
.dashboard .btn.btn-primary {
  background: linear-gradient(135deg, #5f1de8, #5609f2) !important;
  border: 3px solid rgba(255, 255, 255, 0.3) !important;
  color: #fff !important;
}

.btn-primary:hover,
.btn.btn-primary:hover,
#hero_v2 .hero_content .btn-primary.btn-w-login:hover,
.dashboard .btn.btn-primary:hover {
  background: linear-gradient(135deg, #7b2ff7, #6a11cb) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* ========== COUNTER ITEMS - ULTRA STRONG ========== */
#counter_v2 .counter__item,
.counter__item {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95)) !important;
  border: 3px solid rgba(95, 29, 232, 0.4) !important;
  border-radius: 24px !important;
  padding: 40px !important;
  text-align: center !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 12px 50px rgba(95, 29, 232, 0.25),
              0 0 0 2px rgba(95, 29, 232, 0.15),
              0 0 60px rgba(95, 29, 232, 0.1) !important;
  position: relative !important;
  overflow: hidden !important;
}

#counter_v2 .counter__item::before,
.counter__item::before {
  content: '' !important;
  position: absolute !important;
  top: -50% !important;
  left: -50% !important;
  width: 200% !important;
  height: 200% !important;
  background: radial-gradient(circle, rgba(95, 29, 232, 0.2) 0%, transparent 70%) !important;
  opacity: 0 !important;
  transition: opacity 0.6s ease !important;
}

#counter_v2 .counter__item:hover,
.counter__item:hover {
  transform: translateY(-15px) scale(1.1) !important;
  box-shadow: 0 35px 120px rgba(95, 29, 232, 0.5),
              0 0 100px rgba(95, 29, 232, 0.4),
              0 0 200px rgba(95, 29, 232, 0.3) !important;
  border-color: rgba(95, 29, 232, 0.8) !important;
  border-width: 5px !important;
}

#counter_v2 .counter__item:hover::before,
.counter__item:hover::before {
  opacity: 1 !important;
}

#counter_v2 .counter__item .icon,
.counter__item .icon {
  transition: all 0.6s ease !important;
}

#counter_v2 .counter__item:hover .icon,
.counter__item:hover .icon {
  transform: scale(1.3) rotate(10deg) !important;
  filter: drop-shadow(0 0 25px rgba(95, 29, 232, 0.6)) !important;
}

/* ========== STEP WRAPPERS - ULTRA STRONG ========== */
#howToOrder_v2 .step_wraper,
.step_wraper {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95)) !important;
  border: 3px solid rgba(95, 29, 232, 0.4) !important;
  border-radius: 28px !important;
  padding: 50px 40px !important;
  text-align: center !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 12px 50px rgba(95, 29, 232, 0.25),
              0 0 0 2px rgba(95, 29, 232, 0.15),
              0 0 60px rgba(95, 29, 232, 0.1) !important;
  position: relative !important;
  overflow: hidden !important;
}

#howToOrder_v2 .step_wraper::before,
.step_wraper::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: linear-gradient(135deg, rgba(95, 29, 232, 0.1), rgba(86, 9, 242, 0.1)) !important;
  opacity: 0 !important;
  transition: opacity 0.6s ease !important;
  z-index: 0 !important;
}

#howToOrder_v2 .step_wraper:hover,
.step_wraper:hover {
  transform: translateY(-18px) scale(1.08) !important;
  box-shadow: 0 40px 140px rgba(95, 29, 232, 0.5),
              0 0 120px rgba(95, 29, 232, 0.4),
              0 0 240px rgba(95, 29, 232, 0.3) !important;
  border-color: rgba(95, 29, 232, 0.9) !important;
  border-width: 5px !important;
}

#howToOrder_v2 .step_wraper:hover::before,
.step_wraper:hover::before {
  opacity: 1 !important;
}

#howToOrder_v2 .step_wraper .step_number,
.step_wraper .step_number {
  transition: all 0.6s ease !important;
}

#howToOrder_v2 .step_wraper:hover .step_number,
.step_wraper:hover .step_number {
  transform: scale(1.2) rotate(5deg) !important;
  filter: drop-shadow(0 0 30px rgba(95, 29, 232, 0.6)) !important;
}

/* ========== HERO SECTION - MODERN ENHANCED DESIGN ========== */
#hero_v2.hero-modern-section {
  position: relative !important;
  min-height: auto !important;
  padding: 30px 0 !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 25%, #5f1de8 50%, #5609f2 75%, #667eea 100%) !important;
  background-size: 400% 400% !important;
  animation: gradientShift 15s ease infinite !important;
  display: flex !important;
  align-items: center !important;
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Animated Background Elements */
.hero-bg-animation {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

.floating-shapes {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
}

.shape {
  position: absolute !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(20px) !important;
  animation: floatShape 20s infinite ease-in-out !important;
}

.shape-1 {
  width: 150px !important;
  height: 150px !important;
  top: 10% !important;
  left: 5% !important;
  animation-delay: 0s !important;
}

.shape-2 {
  width: 100px !important;
  height: 100px !important;
  top: 60% !important;
  right: 10% !important;
  animation-delay: 2s !important;
}

.shape-3 {
  width: 80px !important;
  height: 80px !important;
  bottom: 20% !important;
  left: 15% !important;
  animation-delay: 4s !important;
}

.shape-4 {
  width: 120px !important;
  height: 120px !important;
  top: 30% !important;
  right: 20% !important;
  animation-delay: 6s !important;
}

.shape-5 {
  width: 90px !important;
  height: 90px !important;
  bottom: 10% !important;
  right: 5% !important;
  animation-delay: 8s !important;
}

@keyframes floatShape {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(30px, -30px) rotate(90deg); }
  50% { transform: translate(-20px, 20px) rotate(180deg); }
  75% { transform: translate(20px, 30px) rotate(270deg); }
}

.gradient-orb {
  position: absolute !important;
  border-radius: 50% !important;
  filter: blur(80px) !important;
  opacity: 0.6 !important;
  animation: orbPulse 8s infinite ease-in-out !important;
}

.orb-1 {
  width: 200px !important;
  height: 200px !important;
  background: radial-gradient(circle, rgba(95, 29, 232, 0.8), rgba(86, 9, 242, 0.4)) !important;
  top: -50px !important;
  left: -50px !important;
  animation-delay: 0s !important;
}

.orb-2 {
  width: 250px !important;
  height: 250px !important;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.3)) !important;
  bottom: -75px !important;
  right: -75px !important;
  animation-delay: 2s !important;
}

.orb-3 {
  width: 180px !important;
  height: 180px !important;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent) !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  animation-delay: 4s !important;
}

@keyframes orbPulse {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.2); opacity: 0.8; }
}

.hero-row-wrapper {
  position: relative !important;
  z-index: 1 !important;
}

/* Hero Content Modern Styling */
.hero-content-modern {
  padding: 15px 10px !important;
  animation: fadeInLeft 1s ease-out !important;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.hero-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 6px 12px !important;
  background: rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(10px) !important;
  border-radius: 50px !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  margin-bottom: 12px !important;
  animation: badgePulse 2s infinite ease-in-out !important;
}

@keyframes badgePulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.badge-icon {
  font-size: 14px !important;
  animation: rotateIcon 3s infinite linear !important;
}

@keyframes rotateIcon {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.badge-text {
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.hero-title-modern {
  font-size: clamp(1.5rem, 3.5vw, 2.5rem) !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  margin-bottom: 12px !important;
  color: #fff !important;
}

.title-gradient {
  background: linear-gradient(135deg, #fff 0%, #ffe249 50%, #fff 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  display: block !important;
  margin-bottom: 10px !important;
  animation: textShine 3s infinite ease-in-out !important;
}

@keyframes textShine {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.title-subtitle {
  display: block !important;
  font-size: clamp(1rem, 2vw, 1.5rem) !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  margin-top: 5px !important;
}

.hero-description-modern {
  font-size: clamp(13px, 1.5vw, 15px) !important;
  line-height: 1.6 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  margin-bottom: 18px !important;
  max-width: 550px !important;
}

.hero-cta-group {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-bottom: 18px !important;
}

.btn-modern-primary {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 10px 20px !important;
  background: linear-gradient(135deg, #ffe249 0%, #ffd700 100%) !important;
  color: #1a1a1a !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  border-radius: 50px !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(255, 226, 73, 0.4),
              0 0 0 0 rgba(255, 226, 73, 0.5) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  overflow: hidden !important;
}

.btn-modern-primary::before {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 0 !important;
  height: 0 !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.3) !important;
  transform: translate(-50%, -50%) !important;
  transition: width 0.6s, height 0.6s !important;
}

.btn-modern-primary:hover::before {
  width: 300px !important;
  height: 300px !important;
}

.btn-modern-primary:hover {
  transform: translateY(-5px) scale(1.05) !important;
  box-shadow: 0 15px 50px rgba(255, 226, 73, 0.6),
              0 0 0 8px rgba(255, 226, 73, 0.3) !important;
}

.btn-outline-modern {
  display: inline-flex !important;
  align-items: center !important;
  padding: 10px 20px !important;
  background: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(10px) !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  border-radius: 50px !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  transition: all 0.4s ease !important;
}

.btn-outline-modern:hover {
  background: rgba(255, 255, 255, 0.25) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  transform: translateY(-3px) !important;
  color: #fff !important;
}

.hero-stats-modern {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 12px 16px !important;
  background: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(15px) !important;
  border-radius: 15px !important;
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  max-width: 350px !important;
}

.stats-avatar-group {
  position: relative !important;
}

.stats-avatar {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  object-fit: cover !important;
}

.stats-text-modern {
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
}

.stats-number {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #ffe249 !important;
  line-height: 1 !important;
}

.stats-label {
  font-size: 11px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 500 !important;
}

/* ========== LOGIN CARD - MODERN ENHANCED DESIGN ========== */
.login-card-modern {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px) !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 20px !important;
  padding: 25px 20px !important;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15),
              0 0 0 1px rgba(255, 255, 255, 0.1),
              inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  overflow: hidden !important;
  animation: fadeInRight 1s ease-out !important;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.login-card-modern::before {
  content: '' !important;
  position: absolute !important;
  top: -50% !important;
  left: -50% !important;
  width: 200% !important;
  height: 200% !important;
  background: radial-gradient(circle, rgba(95, 29, 232, 0.1) 0%, transparent 70%) !important;
  opacity: 0 !important;
  transition: opacity 0.6s ease !important;
}

.login-card-modern:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 35px 120px rgba(95, 29, 232, 0.3),
              0 0 0 2px rgba(95, 29, 232, 0.2),
              inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
  border-color: rgba(95, 29, 232, 0.5) !important;
}

.login-card-modern:hover::before {
  opacity: 1 !important;
}

.login-card-header {
  text-align: center !important;
  margin-bottom: 18px !important;
}

.login-icon-wrapper {
  width: 50px !important;
  height: 50px !important;
  margin: 0 auto 12px !important;
  background: linear-gradient(135deg, rgba(95, 29, 232, 0.2), rgba(86, 9, 242, 0.2)) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid rgba(95, 29, 232, 0.3) !important;
  animation: iconFloat 3s infinite ease-in-out !important;
}

@keyframes iconFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.login-main-icon {
  font-size: 24px !important;
  color: rgba(95, 29, 232, 0.8) !important;
}

.login-title-modern {
  font-size: clamp(1.2rem, 2.5vw, 1.5rem) !important;
  font-weight: 800 !important;
  color: #1a1a1a !important;
  margin-bottom: 6px !important;
  line-height: 1.3 !important;
}

.login-subtitle-modern {
  font-size: 12px !important;
  color: #666 !important;
  margin-bottom: 0 !important;
}

.link-modern {
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  position: relative !important;
}

.link-modern::after {
  content: '' !important;
  position: absolute !important;
  bottom: -2px !important;
  left: 0 !important;
  width: 0 !important;
  height: 2px !important;
  background: rgba(95, 29, 232, 0.8) !important;
  transition: width 0.3s ease !important;
}

.link-modern:hover::after {
  width: 100% !important;
}

/* Form Modern Styling */
.form-modern {
  margin-top: 15px !important;
}

.form-group-modern {
  margin-bottom: 15px !important;
}

.form-group-flex {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.input-wrapper-modern {
  position: relative !important;
}

.input-label-modern {
  display: block !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #333 !important;
  margin-bottom: 6px !important;
}

.input-modern-group {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
}

.icon-modern {
  position: absolute !important;
  left: 14px !important;
  z-index: 2 !important;
  font-size: 16px !important;
  color: rgba(95, 29, 232, 0.6) !important;
  transition: all 0.3s ease !important;
}

.input-modern {
  width: 100% !important;
  padding: 10px 15px 10px 40px !important;
  border: 2px solid rgba(95, 29, 232, 0.2) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  font-size: 13px !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
}

.input-modern:focus {
  border-color: rgba(95, 29, 232, 0.6) !important;
  box-shadow: 0 0 0 4px rgba(95, 29, 232, 0.1),
              0 8px 25px rgba(95, 29, 232, 0.2) !important;
  transform: translateY(-2px) !important;
  outline: none !important;
}

.input-modern:focus + .icon-modern,
.input-modern:focus ~ .icon-modern {
  color: rgba(95, 29, 232, 1) !important;
  transform: scale(1.2) !important;
}

.password-toggle {
  position: absolute !important;
  right: 14px !important;
  background: none !important;
  border: none !important;
  color: rgba(95, 29, 232, 0.6) !important;
  font-size: 16px !important;
  cursor: pointer !important;
  z-index: 2 !important;
  transition: all 0.3s ease !important;
  padding: 5px !important;
}

.password-toggle:hover {
  color: rgba(95, 29, 232, 1) !important;
  transform: scale(1.1) !important;
}

/* Checkbox Modern */
.checkbox-modern {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  cursor: pointer !important;
  user-select: none !important;
}

.checkbox-input-modern {
  display: none !important;
}

.checkbox-custom {
  width: 18px !important;
  height: 18px !important;
  border: 2px solid rgba(95, 29, 232, 0.4) !important;
  border-radius: 4px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  position: relative !important;
  transition: all 0.3s ease !important;
  flex-shrink: 0 !important;
}

.checkbox-input-modern:checked + .checkbox-custom {
  background: rgba(95, 29, 232, 0.9) !important;
  border-color: rgba(95, 29, 232, 0.9) !important;
}

.checkbox-input-modern:checked + .checkbox-custom::after {
  content: '✓' !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: bold !important;
}

.checkbox-label {
  font-size: 12px !important;
  color: #666 !important;
  font-weight: 500 !important;
}

.forgot-password-link {
  font-size: 14px !important;
  color: rgba(95, 29, 232, 0.8) !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  z-index: 100 !important;
  pointer-events: auto !important;
  display: inline-block !important;
  padding: 5px 10px !important;
  border-radius: 8px !important;
}

.forgot-password-link:hover {
  color: rgba(95, 29, 232, 1) !important;
  text-decoration: underline !important;
  background: rgba(95, 29, 232, 0.1) !important;
  transform: translateX(3px) !important;
}

.form-group-flex {
  position: relative !important;
  z-index: 1 !important;
}

/* Alert Modern */
.alert-modern {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 15px !important;
  border-radius: 10px !important;
  border: none !important;
  font-size: 12px !important;
  margin-bottom: 15px !important;
}

.alert-modern iconify-icon {
  font-size: 20px !important;
  flex-shrink: 0 !important;
}

.alert-danger.alert-modern {
  background: rgba(220, 53, 69, 0.1) !important;
  color: #dc3545 !important;
  border-left: 4px solid #dc3545 !important;
}

.alert-success.alert-modern {
  background: rgba(40, 167, 69, 0.1) !important;
  color: #28a745 !important;
  border-left: 4px solid #28a745 !important;
}

/* Login Button Modern */
.btn-login-modern {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 12px 20px !important;
  background: linear-gradient(135deg, rgba(95, 29, 232, 0.9), rgba(86, 9, 242, 0.9)) !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(95, 29, 232, 0.4),
              0 0 0 0 rgba(95, 29, 232, 0.5) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  overflow: hidden !important;
  margin-top: 5px !important;
}

.btn-login-modern::before {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 0 !important;
  height: 0 !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.2) !important;
  transform: translate(-50%, -50%) !important;
  transition: width 0.6s, height 0.6s !important;
}

.btn-login-modern:hover::before {
  width: 400px !important;
  height: 400px !important;
}

.btn-login-modern:hover {
  transform: translateY(-3px) scale(1.02) !important;
  box-shadow: 0 15px 50px rgba(95, 29, 232, 0.6),
              0 0 0 8px rgba(95, 29, 232, 0.2) !important;
}

.btn-login-icon {
  font-size: 20px !important;
  transition: transform 0.3s ease !important;
}

.btn-login-modern:hover .btn-login-icon {
  transform: translateX(5px) !important;
}

.login-divider-modern {
  display: flex !important;
  align-items: center !important;
  margin: 15px 0 !important;
  position: relative !important;
}

.login-divider-modern::before,
.login-divider-modern::after {
  content: '' !important;
  flex: 1 !important;
  height: 1px !important;
  background: rgba(95, 29, 232, 0.2) !important;
}

.divider-text {
  padding: 0 12px !important;
  font-size: 12px !important;
  color: #999 !important;
  font-weight: 500 !important;
}

.captcha-wrapper-modern {
  display: flex !important;
  justify-content: center !important;
  padding: 10px 0 !important;
}

/* ========== NAVBAR - ENHANCED UX WITH GLOW EFFECTS ========== */
header.sticky-top,
header .navbar,
.navbar {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px) !important;
  border: none !important;
  border-bottom: none !important;
  box-shadow: 0 4px 30px rgba(95, 29, 232, 0.15) !important;
  padding: 15px 0 !important;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  z-index: 1000 !important;
}

/* Navbar Container Width Reduction for PC - Only on large screens */
@media (min-width: 992px) {
  header.sticky-top .container,
  header .navbar .container,
  .navbar .container {
    max-width: 90% !important;
    margin: 0 auto !important;
  }
}

@media (min-width: 1200px) {
  header.sticky-top .container,
  header .navbar .container,
  .navbar .container {
    max-width: 1140px !important;
  }
}

@media (min-width: 1400px) {
  header.sticky-top .container,
  header .navbar .container,
  .navbar .container {
    max-width: 1320px !important;
  }
}

header.sticky-top::before,
header .navbar::before,
.navbar::before {
  display: none !important;
  content: none !important;
}

@keyframes navbarGlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

header.sticky-top.scrolled,
header .navbar.scrolled {
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 8px 40px rgba(95, 29, 232, 0.25),
              0 0 60px rgba(95, 29, 232, 0.2) !important;
  padding: 12px 0 !important;
  border: none !important;
  border-bottom: none !important;
}

/* Navbar Brand */
.navbar-brand,
header .navbar .navbar-brand {
  position: relative !important;
  z-index: 1 !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  padding: 8px 15px !important;
  border-radius: 12px !important;
}

.navbar-brand:hover,
header .navbar .navbar-brand:hover {
  transform: scale(1.05) translateY(-2px) !important;
  filter: drop-shadow(0 4px 15px rgba(95, 29, 232, 0.4)) !important;
}

.nav-bar-logo img {
  transition: all 0.4s ease !important;
  max-height: 50px !important;
  filter: drop-shadow(0 2px 10px rgba(95, 29, 232, 0.3)) !important;
}

.navbar-brand:hover .nav-bar-logo img {
  transform: scale(1.1) rotate(2deg) !important;
  filter: drop-shadow(0 4px 20px rgba(95, 29, 232, 0.5)) !important;
}

/* Navbar Nav Links */
.navbar-nav,
header .navbar .navbar-nav {
  gap: 8px !important;
  align-items: center !important;
}

.nav-item,
header .navbar .nav-item {
  position: relative !important;
}

.nav-link,
header .navbar .nav-link {
  position: relative !important;
  padding: 12px 20px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #333 !important;
  border-radius: 12px !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  margin: 0 4px !important;
  overflow: hidden !important;
  z-index: 1 !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.nav-link::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(90deg, 
    transparent,
    rgba(95, 29, 232, 0.15),
    transparent) !important;
  transition: left 0.5s ease !important;
  z-index: -1 !important;
}

.nav-link:hover::before {
  left: 100% !important;
}

.nav-link::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) scaleX(0) !important;
  width: 80% !important;
  height: 3px !important;
  background: linear-gradient(90deg, 
    rgba(95, 29, 232, 0.8),
    rgba(86, 9, 242, 0.8)) !important;
  border-radius: 3px 3px 0 0 !important;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  z-index: 0 !important;
}

.nav-link:hover,
header .navbar .nav-link:hover {
  color: rgba(95, 29, 232, 1) !important;
  background: rgba(95, 29, 232, 0.1) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 6px 25px rgba(95, 29, 232, 0.3),
              0 0 20px rgba(95, 29, 232, 0.2) !important;
}

.nav-link:hover::after {
  transform: translateX(-50%) scaleX(1) !important;
}

.nav-link.active,
header .navbar .nav-link.active {
  color: rgba(95, 29, 232, 1) !important;
  background: linear-gradient(135deg, 
    rgba(95, 29, 232, 0.15),
    rgba(86, 9, 242, 0.15)) !important;
  box-shadow: 0 4px 20px rgba(95, 29, 232, 0.3),
              0 0 15px rgba(95, 29, 232, 0.2),
              inset 0 0 20px rgba(95, 29, 232, 0.1) !important;
  border: 2px solid rgba(95, 29, 232, 0.3) !important;
  position: relative !important;
}

.nav-link.active::after {
  transform: translateX(-50%) scaleX(1) !important;
  height: 4px !important;
  box-shadow: 0 0 15px rgba(95, 29, 232, 0.6) !important;
}

.nav-link.active::before {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 8px !important;
  transform: translateY(-50%) !important;
  width: 6px !important;
  height: 6px !important;
  background: rgba(95, 29, 232, 0.8) !important;
  border-radius: 50% !important;
  box-shadow: 0 0 10px rgba(95, 29, 232, 0.8) !important;
  animation: activeDotPulse 2s infinite ease-in-out !important;
}

@keyframes activeDotPulse {
  0%, 100% { 
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  50% { 
    transform: translateY(-50%) scale(1.5);
    opacity: 0.7;
  }
}

/* Sign Up Button */
.signup_btn,
.nav-link.signup_btn {
  background: linear-gradient(135deg, 
    rgba(95, 29, 232, 0.9),
    rgba(86, 9, 242, 0.9)) !important;
  color: #fff !important;
  padding: 12px 28px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  box-shadow: 0 6px 25px rgba(95, 29, 232, 0.4),
              0 0 0 0 rgba(95, 29, 232, 0.5) !important;
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  position: relative !important;
  overflow: hidden !important;
}

.signup_btn::before {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 0 !important;
  height: 0 !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.2) !important;
  transform: translate(-50%, -50%) !important;
  transition: width 0.6s, height 0.6s !important;
}

.signup_btn:hover::before {
  width: 400px !important;
  height: 400px !important;
}

.signup_btn:hover,
.nav-link.signup_btn:hover {
  background: linear-gradient(135deg, 
    rgba(95, 29, 232, 1),
    rgba(86, 9, 242, 1)) !important;
  transform: translateY(-4px) scale(1.05) !important;
  box-shadow: 0 12px 40px rgba(95, 29, 232, 0.6),
              0 0 0 8px rgba(95, 29, 232, 0.2),
              0 0 60px rgba(95, 29, 232, 0.4) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  color: #fff !important;
}

.signup_btn_wrap {
  margin-left: 15px !important;
}

/* Navbar Toggler */
.navbar-toggler,
header .navbar .navbar-toggler {
  border: 2px solid rgba(95, 29, 232, 0.3) !important;
  border-radius: 10px !important;
  padding: 8px 12px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  transition: all 0.4s ease !important;
  box-shadow: 0 2px 10px rgba(95, 29, 232, 0.2) !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
header .navbar .navbar-toggler:focus,
header .navbar .navbar-toggler:active {
  box-shadow: 0 0 0 4px rgba(95, 29, 232, 0.2),
              0 4px 20px rgba(95, 29, 232, 0.3) !important;
  border-color: rgba(95, 29, 232, 0.6) !important;
  outline: none !important;
}

.navbar-toggler i,
header .navbar .navbar-toggler i {
  color: rgba(95, 29, 232, 0.8) !important;
  font-size: 20px !important;
  transition: all 0.3s ease !important;
}

.navbar-toggler:hover i,
header .navbar .navbar-toggler:hover i {
  color: rgba(95, 29, 232, 1) !important;
  transform: rotate(90deg) scale(1.1) !important;
}

.navbar-toggler:hover,
header .navbar .navbar-toggler:hover {
  background: rgba(95, 29, 232, 0.1) !important;
  border-color: rgba(95, 29, 232, 0.5) !important;
  transform: scale(1.05) !important;
  box-shadow: 0 4px 20px rgba(95, 29, 232, 0.3) !important;
}

/* Navbar Collapse */
.navbar-collapse,
header .navbar .navbar-collapse {
  margin-top: 15px !important;
}

/* Mobile Navbar Enhancements */
@media (max-width: 991px) {
  header.sticky-top,
  header .navbar,
  .navbar {
    padding: 12px 0 !important;
  }
  
  .navbar-nav {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(20px) !important;
    border-radius: 20px !important;
    padding: 20px 15px !important;
    margin-top: 15px !important;
    box-shadow: 0 10px 40px rgba(95, 29, 232, 0.2),
                0 0 0 1px rgba(95, 29, 232, 0.1) !important;
    border: 2px solid rgba(95, 29, 232, 0.2) !important;
  }
  
  .nav-link {
    padding: 14px 18px !important;
    margin: 6px 0 !important;
    border-radius: 12px !important;
    font-size: 16px !important;
  }
  
  .nav-link:hover {
    transform: translateX(8px) !important;
    background: rgba(95, 29, 232, 0.15) !important;
  }
  
  .signup_btn,
  .nav-link.signup_btn {
    width: 100% !important;
    text-align: center !important;
    margin-top: 10px !important;
    padding: 14px 25px !important;
  }
  
  .signup_btn_wrap {
    margin-left: 0 !important;
    width: 100% !important;
  }
  
  .navbar-brand {
    padding: 5px 10px !important;
  }
  
  .nav-bar-logo img {
    max-height: 40px !important;
  }
}

@media (max-width: 768px) {
  header.sticky-top,
  header .navbar,
  .navbar {
    padding: 10px 0 !important;
  }
  
  .nav-link {
    padding: 12px 15px !important;
    font-size: 15px !important;
  }
  
  .navbar-toggler {
    padding: 6px 10px !important;
  }
  
  .navbar-toggler i {
    font-size: 18px !important;
  }
  
  .nav-bar-logo img {
    max-height: 35px !important;
  }
}

@media (max-width: 576px) {
  .navbar-nav {
    padding: 15px 10px !important;
    border-radius: 15px !important;
  }
  
  .nav-link {
    padding: 12px 12px !important;
    font-size: 14px !important;
    margin: 4px 0 !important;
  }
  
  .signup_btn,
  .nav-link.signup_btn {
    padding: 12px 20px !important;
    font-size: 14px !important;
  }
  
  .nav-bar-logo img {
    max-height: 30px !important;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  #hero_v2.hero-modern-section {
    padding: 25px 0 !important;
    min-height: auto !important;
  }
  
  .hero-content-modern {
    text-align: center !important;
    padding: 10px 10px !important;
    margin-bottom: 20px !important;
  }
  
  .hero-cta-group {
    justify-content: center !important;
  }
  
  .hero-stats-modern {
    margin: 0 auto !important;
  }
  
  .login-card-modern {
    padding: 20px 18px !important;
    margin-top: 15px !important;
  }
  
  .shape {
    display: none !important;
  }
}

@media (max-width: 768px) {
  #hero_v2.hero-modern-section {
    padding: 20px 0 !important;
  }
  
  .hero-title-modern {
    font-size: 1.5rem !important;
  }
  
  .title-subtitle {
    font-size: 1rem !important;
  }
  
  .hero-description-modern {
    font-size: 13px !important;
  }
  
  .btn-modern-primary,
  .btn-outline-modern {
    padding: 8px 18px !important;
    font-size: 12px !important;
  }
  
  .login-card-modern {
    padding: 18px 15px !important;
    border-radius: 15px !important;
  }
  
  .login-title-modern {
    font-size: 1.2rem !important;
  }
  
  .input-modern {
    padding: 10px 15px 10px 40px !important;
    font-size: 13px !important;
  }
  
  .btn-login-modern {
    padding: 12px 20px !important;
    font-size: 13px !important;
  }
  
  .orb-1,
  .orb-2,
  .orb-3 {
    display: none !important;
  }
}

@media (max-width: 576px) {
  #hero_v2.hero-modern-section {
    padding: 15px 0 !important;
  }
  
  .hero-content-modern {
    padding: 8px 8px !important;
    margin-bottom: 15px !important;
  }
  
  .hero-badge {
    padding: 5px 10px !important;
    font-size: 10px !important;
    margin-bottom: 8px !important;
  }
  
  .badge-icon {
    font-size: 12px !important;
  }
  
  .hero-title-modern {
    font-size: 1.3rem !important;
    margin-bottom: 8px !important;
  }
  
  .title-subtitle {
    font-size: 0.9rem !important;
  }
  
  .hero-description-modern {
    font-size: 12px !important;
    margin-bottom: 12px !important;
  }
  
  .hero-cta-group {
    gap: 8px !important;
    margin-bottom: 12px !important;
  }
  
  .btn-modern-primary,
  .btn-outline-modern {
    padding: 8px 16px !important;
    font-size: 11px !important;
  }
  
  .hero-stats-modern {
    flex-direction: column !important;
    text-align: center !important;
    padding: 10px 15px !important;
    gap: 8px !important;
  }
  
  .stats-avatar {
    width: 35px !important;
    height: 35px !important;
  }
  
  .stats-number {
    font-size: 18px !important;
  }
  
  .stats-label {
    font-size: 10px !important;
  }
  
  .login-card-modern {
    padding: 15px 12px !important;
    border-radius: 12px !important;
  }
  
  .login-icon-wrapper {
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 8px !important;
  }
  
  .login-main-icon {
    font-size: 20px !important;
  }
  
  .login-title-modern {
    font-size: 1.1rem !important;
    margin-bottom: 4px !important;
  }
  
  .login-subtitle-modern {
    font-size: 11px !important;
  }
  
  .form-modern {
    margin-top: 12px !important;
  }
  
  .form-group-modern {
    margin-bottom: 12px !important;
  }
  
  .input-label-modern {
    font-size: 11px !important;
    margin-bottom: 5px !important;
  }
  
  .input-modern {
    padding: 8px 12px 8px 35px !important;
    font-size: 12px !important;
  }
  
  .icon-modern {
    left: 12px !important;
    font-size: 14px !important;
  }
  
  .password-toggle {
    right: 12px !important;
    font-size: 14px !important;
  }
  
  .checkbox-custom {
    width: 16px !important;
    height: 16px !important;
  }
  
  .checkbox-label {
    font-size: 11px !important;
  }
  
  .forgot-password-link {
    font-size: 11px !important;
  }
  
  .btn-login-modern {
    padding: 10px 18px !important;
    font-size: 12px !important;
  }
  
  .form-group-flex {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  
  .login-icon-wrapper {
    width: 60px !important;
    height: 60px !important;
  }
  
  .login-main-icon {
    font-size: 30px !important;
  }
}

/* ========== FORMS - ULTRA STRONG ========== */
.form-control,
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select,
.form-home .form-control,
.form-home input[type="text"],
.form-home input[type="password"] {
  border: 3px solid rgba(95, 29, 232, 0.4) !important;
  border-radius: 16px !important;
  padding: 16px 20px !important;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 4px 20px rgba(95, 29, 232, 0.15) !important;
  font-size: 15px !important;
}

.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus,
.form-home .form-control:focus {
  border-color: rgba(95, 29, 232, 0.8) !important;
  border-width: 4px !important;
  box-shadow: 0 0 0 8px rgba(95, 29, 232, 0.2),
              0 0 40px rgba(95, 29, 232, 0.4),
              0 0 80px rgba(95, 29, 232, 0.3) !important;
  outline: none !important;
  transform: translateY(-4px) scale(1.03) !important;
  background: rgba(255, 255, 255, 1) !important;
}

/* ========== CONTAINERS - ULTRA STRONG ========== */
.container,
.container-fluid,
.container_custom {
  position: relative !important;
  transition: all 0.6s ease !important;
}

.container::before,
.container-fluid::before,
.container_custom::before {
  content: '' !important;
  position: absolute !important;
  top: -6px !important;
  left: -6px !important;
  right: -6px !important;
  bottom: -6px !important;
  background: linear-gradient(135deg, rgba(95, 29, 232, 0.5), rgba(86, 9, 242, 0.5)) !important;
  border-radius: 20px !important;
  opacity: 0 !important;
  z-index: -1 !important;
  transition: opacity 0.6s ease !important;
  filter: blur(15px) !important;
  pointer-events: none !important;
}

/* Hover effects removed from page containers */
/* .container:hover::before,
.container-fluid:hover::before,
.container_custom:hover::before {
  opacity: 0.9 !important;
} */

/* ========== TABLES - ULTRA STRONG ========== */
.table,
.table-bordered,
.table-striped,
#service-table {
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 12px 50px rgba(95, 29, 232, 0.2),
              0 0 0 2px rgba(95, 29, 232, 0.15) !important;
  transition: all 0.6s ease !important;
  border: 3px solid rgba(95, 29, 232, 0.3) !important;
}

.table:hover,
#service-table:hover {
  box-shadow: 0 20px 80px rgba(95, 29, 232, 0.35),
              0 0 60px rgba(95, 29, 232, 0.3) !important;
  transform: translateY(-5px) !important;
}

.table thead,
#service-table thead {
  background: linear-gradient(135deg, rgba(95, 29, 232, 0.2), rgba(86, 9, 242, 0.2)) !important;
}

.table tbody tr,
#service-table tbody tr {
  transition: all 0.5s ease !important;
}

.table tbody tr:hover,
#service-table tbody tr:hover {
  background: rgba(95, 29, 232, 0.12) !important;
  transform: scale(1.03) translateX(8px) !important;
  box-shadow: 0 6px 30px rgba(95, 29, 232, 0.3),
              inset 0 0 25px rgba(95, 29, 232, 0.15) !important;
}

/* ========== NAV PILLS - ULTRA STRONG ========== */
.nav-pills .nav-link,
.service_nav_tabs_wrap .nav-link {
  border-radius: 16px !important;
  transition: all 0.5s ease !important;
  border: 3px solid transparent !important;
  padding: 14px 24px !important;
  font-weight: 600 !important;
}

.nav-pills .nav-link:hover,
.service_nav_tabs_wrap .nav-link:hover {
  background: rgba(95, 29, 232, 0.2) !important;
  border-color: rgba(95, 29, 232, 0.5) !important;
  transform: translateY(-5px) scale(1.08) !important;
  box-shadow: 0 10px 35px rgba(95, 29, 232, 0.4),
              0 0 30px rgba(95, 29, 232, 0.3) !important;
}

.nav-pills .nav-link.active,
.service_nav_tabs_wrap .nav-link.active,
#tabSwiter .nav-pills .nav-link.active,
#tabSwiter > .nav.nav-pills .nav-item .nav-link.active,
#tabSwiter .nav-pills .nav-item .nav-link.active,
#tabSwiter .nav-pills .nav-item button.nav-link.active {
  background: linear-gradient(135deg, #5f1de8, #5609f2) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 40px rgba(95, 29, 232, 0.6),
              0 0 35px rgba(95, 29, 232, 0.5) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  transform: scale(1.05) !important;
}

.nav-pills .nav-link.active i,
.service_nav_tabs_wrap .nav-link.active i,
#tabSwiter .nav-pills .nav-link.active i,
#tabSwiter > .nav.nav-pills .nav-item .nav-link.active i,
#tabSwiter .nav-pills .nav-item .nav-link.active i,
#tabSwiter .nav-pills .nav-item button.nav-link.active i,
#tabSwiter .nav-pills .nav-link.active * {
  color: #ffffff !important;
}

/* Ultra Strong Override for Active Tab Text - Highest Priority */
#tabSwiter > .nav.nav-pills .nav-item .nav-link.active,
#tabSwiter > .nav.nav-pills .nav-item button.nav-link.active,
#tabSwiter .nav-pills .nav-item .nav-link.active,
#tabSwiter .nav-pills .nav-item button.nav-link.active,
#tabSwiter .nav-pills .nav-link.active,
#tabSwiter .nav-pills button.nav-link.active {
  color: #ffffff !important;
  background: linear-gradient(135deg, #5f1de8, #5609f2) !important;
}

#tabSwiter > .nav.nav-pills .nav-item .nav-link.active *,
#tabSwiter > .nav.nav-pills .nav-item button.nav-link.active *,
#tabSwiter .nav-pills .nav-item .nav-link.active *,
#tabSwiter .nav-pills .nav-item button.nav-link.active *,
#tabSwiter .nav-pills .nav-link.active *,
#tabSwiter .nav-pills button.nav-link.active *,
#tabSwiter .nav-pills .nav-link.active i,
#tabSwiter .nav-pills button.nav-link.active i {
  color: #ffffff !important;
}

.nav-pills .nav-link,
.service_nav_tabs_wrap .nav-link,
#tabSwiter .nav-pills .nav-link {
  color: #333 !important;
}

.nav-pills .nav-link i,
.service_nav_tabs_wrap .nav-link i,
#tabSwiter .nav-pills .nav-link i {
  color: inherit !important;
}

/* ========== MODAL - ULTRA STRONG ========== */
.modal-content {
  border-radius: 28px !important;
  border: 4px solid rgba(95, 29, 232, 0.4) !important;
  box-shadow: 0 30px 120px rgba(95, 29, 232, 0.5),
              0 0 100px rgba(95, 29, 232, 0.4),
              0 0 200px rgba(95, 29, 232, 0.3) !important;
  backdrop-filter: blur(20px) !important;
  background: rgba(255, 255, 255, 0.98) !important;
}

.modal-header {
  border-bottom: 3px solid rgba(95, 29, 232, 0.3) !important;
  background: linear-gradient(135deg, rgba(95, 29, 232, 0.15), rgba(86, 9, 242, 0.15)) !important;
  border-radius: 28px 28px 0 0 !important;
  padding: 30px !important;
}

/* ========== ACCORDION - ULTRA STRONG ========== */
.accordion-item {
  border: 3px solid rgba(95, 29, 232, 0.4) !important;
  border-radius: 20px !important;
  margin-bottom: 20px !important;
  overflow: hidden !important;
  transition: all 0.5s ease !important;
  box-shadow: 0 8px 30px rgba(95, 29, 232, 0.2),
              0 0 0 2px rgba(95, 29, 232, 0.15) !important;
  background: rgba(255, 255, 255, 0.98) !important;
}

.accordion-item:hover {
  box-shadow: 0 15px 60px rgba(95, 29, 232, 0.35),
              0 0 50px rgba(95, 29, 232, 0.3) !important;
  border-color: rgba(95, 29, 232, 0.6) !important;
  transform: translateX(10px) scale(1.03) !important;
}

.accordion-button {
  transition: all 0.5s ease !important;
  border-radius: 20px !important;
  font-weight: 700 !important;
  padding: 20px 30px !important;
  font-size: 16px !important;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, rgba(95, 29, 232, 0.2), rgba(86, 9, 242, 0.2)) !important;
  box-shadow: 0 6px 30px rgba(95, 29, 232, 0.4),
              inset 0 0 30px rgba(95, 29, 232, 0.15) !important;
  color: #5f1de8 !important;
}

.accordion-button:hover {
  background: rgba(95, 29, 232, 0.15) !important;
  transform: translateX(8px) !important;
  box-shadow: 0 6px 25px rgba(95, 29, 232, 0.3) !important;
}

/* ========== DASHBOARD ITEMS - ULTRA STRONG ========== */
.dashboard__items {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95)) !important;
  border: 3px solid rgba(95, 29, 232, 0.4) !important;
  border-radius: 24px !important;
  padding: 32px !important;
  box-shadow: 0 12px 50px rgba(95, 29, 232, 0.25),
              0 0 0 2px rgba(95, 29, 232, 0.15),
              0 0 60px rgba(95, 29, 232, 0.1) !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  overflow: hidden !important;
}

.dashboard__items::before {
  content: '' !important;
  position: absolute !important;
  top: -50% !important;
  left: -50% !important;
  width: 200% !important;
  height: 200% !important;
  background: radial-gradient(circle, rgba(95, 29, 232, 0.15) 0%, transparent 70%) !important;
  opacity: 0 !important;
  transition: opacity 0.6s ease !important;
}

.dashboard__items:hover {
  transform: translateY(-12px) scale(1.06) !important;
  box-shadow: 0 35px 120px rgba(95, 29, 232, 0.5),
              0 0 100px rgba(95, 29, 232, 0.4),
              0 0 200px rgba(95, 29, 232, 0.3) !important;
  border-color: rgba(95, 29, 232, 0.8) !important;
  border-width: 5px !important;
}

.dashboard__items:hover::before {
  opacity: 1 !important;
}

/* ========== SECTIONS - ULTRA STRONG ========== */
section {
  position: relative !important;
  transition: all 0.6s ease !important;
}

#hero_v2,
#counter_v2,
#our_services,
#whyChooseUs_v2,
#howToOrder_v2,
#testimonials_v2,
#faq_v2 {
  position: relative !important;
  overflow: hidden !important;
}

#hero_v2::after,
#counter_v2::after,
#our_services::after {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 300% !important;
  height: 300% !important;
  background: radial-gradient(circle, rgba(95, 29, 232, 0.15) 0%, transparent 70%) !important;
  transform: translate(-50%, -50%) !important;
  pointer-events: none !important;
  z-index: 0 !important;
  animation: pulseGlow 8s ease-in-out infinite !important;
}

@keyframes pulseGlow {
  0%, 100% { opacity: 0.4; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.8; transform: translate(-50%, -50%) scale(1.3); }
}

/* ========== SERVICE TABLE - ULTRA STRONG ========== */
.table_responsive {
  border-radius: 24px !important;
  overflow: hidden !important;
  box-shadow: 0 12px 50px rgba(95, 29, 232, 0.25),
              0 0 0 2px rgba(95, 29, 232, 0.15) !important;
  transition: all 0.6s ease !important;
  border: 3px solid rgba(95, 29, 232, 0.3) !important;
}

.table_responsive:hover {
  box-shadow: 0 25px 100px rgba(95, 29, 232, 0.4),
              0 0 80px rgba(95, 29, 232, 0.3) !important;
  border-color: rgba(95, 29, 232, 0.6) !important;
  transform: translateY(-8px) !important;
}

.service_category_title {
  background: linear-gradient(135deg, rgba(95, 29, 232, 0.2), rgba(86, 9, 242, 0.2)) !important;
  border-radius: 20px !important;
  padding: 24px !important;
  margin: 18px 0 !important;
  transition: all 0.5s ease !important;
  border: 3px solid rgba(95, 29, 232, 0.4) !important;
  box-shadow: 0 8px 30px rgba(95, 29, 232, 0.3) !important;
}

.service_category_title:hover {
  background: linear-gradient(135deg, rgba(95, 29, 232, 0.3), rgba(86, 9, 242, 0.3)) !important;
  box-shadow: 0 15px 60px rgba(95, 29, 232, 0.5),
              0 0 50px rgba(95, 29, 232, 0.4) !important;
  transform: translateX(12px) scale(1.03) !important;
  border-color: rgba(95, 29, 232, 0.7) !important;
}

/* ========== RESPONSIVE - MOBILE ========== */
@media (max-width: 768px) {
  .card,
  .d-card,
  .dashboard__items,
  .counter__item,
  .step_wraper {
    margin-bottom: 25px !important;
  }

  /* Hover effects removed from page containers */
  /* .card:hover,
  .d-card:hover,
  .dashboard__items:hover,
  .counter__item:hover,
  .step_wraper:hover {
    transform: translateY(-8px) scale(1.02) !important;
  } */

  .btn,
  .btn-primary {
    padding: 12px 24px !important;
    font-size: 14px !important;
  }

  .container::before,
  .container-fluid::before {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .card,
  .d-card {
    border-radius: 20px !important;
    padding: 20px !important;
  }

  .btn,
  .btn-primary {
    padding: 10px 20px !important;
    font-size: 13px !important;
  }

  .dashboard__items {
    padding: 24px !important;
  }
}

/* ========== DARK MODE ========== */
.nightmode .card,
.nightmode .d-card,
.nightmode .card_type_3,
.nightmode .card_v2 {
  background: rgba(30, 30, 47, 0.98) !important;
  border-color: rgba(95, 29, 232, 0.4) !important;
  color: #fff !important;
}

/* Hover effects removed from page containers */
/* .nightmode .card:hover,
.nightmode .d-card:hover {
  box-shadow: 0 35px 120px rgba(95, 29, 232, 0.5),
              0 0 100px rgba(95, 29, 232, 0.4) !important;
} */

.nightmode .form-control,
.nightmode input[type="text"],
.nightmode input[type="password"] {
  background: rgba(42, 42, 66, 0.98) !important;
  border-color: rgba(95, 29, 232, 0.4) !important;
  color: #fff !important;
}

/* ========== PERFORMANCE ========== */
.card,
.d-card,
.btn,
.form-control {
  will-change: transform !important;
  backface-visibility: hidden !important;
}

/* ========== ACCESSIBILITY ========== */
*:focus {
  outline: 3px solid rgba(95, 29, 232, 0.6) !important;
  outline-offset: 3px !important;
}

button:focus,
a:focus {
  outline: 3px solid rgba(95, 29, 232, 0.6) !important;
  outline-offset: 3px !important;
  border-radius: 6px !important;
}

/* ========== USER STATISTICS CARDS - ULTRA STRONG ========== */
.user__data,
.user__data__wrap {
  position: relative !important;
  width: 100% !important;
}

.user__data__wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  justify-content: space-between !important;
}

.user_data__item {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95)) !important;
  border: 3px solid rgba(95, 29, 232, 0.4) !important;
  border-radius: 20px !important;
  padding: 25px 30px !important;
  box-shadow: 0 12px 50px rgba(95, 29, 232, 0.25),
              0 0 0 2px rgba(95, 29, 232, 0.15),
              0 0 60px rgba(95, 29, 232, 0.1) !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  flex: 1 1 calc(25% - 20px) !important;
  min-width: 200px !important;
  backdrop-filter: blur(15px) !important;
}

.user_data__item::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: linear-gradient(135deg, rgba(95, 29, 232, 0.1), rgba(86, 9, 242, 0.1)) !important;
  opacity: 0 !important;
  transition: opacity 0.6s ease !important;
  z-index: 0 !important;
  border-radius: inherit !important;
}

.user_data__item:hover {
  transform: translateY(-12px) scale(1.05) !important;
  box-shadow: 0 30px 100px rgba(95, 29, 232, 0.5),
              0 0 80px rgba(95, 29, 232, 0.4),
              0 0 150px rgba(95, 29, 232, 0.3) !important;
  border-color: rgba(95, 29, 232, 0.8) !important;
  border-width: 4px !important;
}

.user_data__item:hover::before {
  opacity: 1 !important;
}

.user_data__item .icon {
  position: relative !important;
  z-index: 1 !important;
  width: 60px !important;
  height: 60px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg, rgba(95, 29, 232, 0.15), rgba(86, 9, 242, 0.15)) !important;
  border-radius: 16px !important;
  transition: all 0.6s ease !important;
  box-shadow: 0 4px 20px rgba(95, 29, 232, 0.2) !important;
}

.user_data__item:hover .icon {
  transform: scale(1.2) rotate(5deg) !important;
  background: linear-gradient(135deg, rgba(95, 29, 232, 0.25), rgba(86, 9, 242, 0.25)) !important;
  box-shadow: 0 8px 30px rgba(95, 29, 232, 0.4),
              0 0 25px rgba(95, 29, 232, 0.3) !important;
}

.user_data__item .icon i {
  font-size: 28px !important;
  color: #5f1de8 !important;
  transition: all 0.6s ease !important;
}

.user_data__item:hover .icon i {
  transform: scale(1.1) !important;
  filter: drop-shadow(0 0 10px rgba(95, 29, 232, 0.6)) !important;
}

.user_data__item .user__data {
  position: relative !important;
  z-index: 1 !important;
  flex: 1 !important;
}

.user_data__item .user__data h4 {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #232323 !important;
  margin: 0 0 5px 0 !important;
  transition: all 0.4s ease !important;
}

.user_data__item:hover .user__data h4 {
  color: #5f1de8 !important;
  text-shadow: 0 2px 10px rgba(95, 29, 232, 0.3) !important;
}

.user_data__item .user__data p {
  font-size: 14px !important;
  color: #666 !important;
  margin: 0 !important;
  font-weight: 500 !important;
  transition: all 0.4s ease !important;
}

.user_data__item:hover .user__data p {
  color: #5f1de8 !important;
}

/* ========== AVATAR SIZE REDUCTION - USER DROPDOWN ========== */
.user_top_main .img-avatar,
.user_top_main .btn-user .img-avatar,
.user_top_main .img-fluid.img-avatar {
  width: 40px !important;
  height: 40px !important;
  max-width: 40px !important;
  max-height: 40px !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  border: 3px solid rgba(95, 29, 232, 0.3) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 4px 15px rgba(95, 29, 232, 0.2) !important;
}

.user_top_main .btn-user:hover .img-avatar,
.user_top_main .img-avatar:hover {
  transform: scale(1.1) !important;
  border-color: rgba(95, 29, 232, 0.6) !important;
  box-shadow: 0 6px 25px rgba(95, 29, 232, 0.4),
              0 0 20px rgba(95, 29, 232, 0.3) !important;
}

.user_top_main .btn-user {
  padding: 5px !important;
  border-radius: 50% !important;
  transition: all 0.4s ease !important;
  background: transparent !important;
  border: none !important;
}

.user_top_main .btn-user:hover {
  background: rgba(95, 29, 232, 0.1) !important;
  transform: scale(1.05) !important;
}

/* Dropdown menu avatar */
#userProMenu .user_hipe .user_avatar .hipe_avatar,
#userProMenu .hipe_avatar {
  width: 60px !important;
  height: 60px !important;
  max-width: 60px !important;
  max-height: 60px !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  border: 3px solid rgba(95, 29, 232, 0.3) !important;
  transition: all 0.4s ease !important;
  box-shadow: 0 4px 20px rgba(95, 29, 232, 0.2) !important;
}

#userProMenu .user_hipe:hover .hipe_avatar {
  transform: scale(1.1) !important;
  border-color: rgba(95, 29, 232, 0.6) !important;
  box-shadow: 0 8px 30px rgba(95, 29, 232, 0.4) !important;
}

/* ========== SIDEBAR MENU - ULTRA STRONG WITH COMPLETE SCROLL ========== */
/* Override original sidebar_menu styles completely */
#parentContainer .sidebar .sidebar_menu,
#parentContainer .sidebar #sidebarMenuScroll,
.sidebar .sidebar_menu,
.sidebar #sidebarMenuScroll,
.sidebar_menu,
#sidebarMenuScroll {
  padding: 8px 0 !important;
  margin: 0px 20px !important;
  margin-top: 10px !important;
  position: relative !important;
  max-height: calc(100vh - 280px) !important;
  height: auto !important;
  min-height: 300px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(95, 29, 232, 0.8) rgba(0, 0, 0, 0.2) !important;
  scroll-behavior: smooth !important;
  -webkit-overflow-scrolling: touch !important;
  display: block !important;
}

/* Force scrollbar to always be visible */
#parentContainer .sidebar .sidebar_menu:not(:hover)::-webkit-scrollbar-thumb,
#parentContainer .sidebar #sidebarMenuScroll:not(:hover)::-webkit-scrollbar-thumb,
.sidebar .sidebar_menu:not(:hover)::-webkit-scrollbar-thumb,
.sidebar #sidebarMenuScroll:not(:hover)::-webkit-scrollbar-thumb {
  background: rgba(95, 29, 232, 0.5) !important;
}

/* Custom Scrollbar for Webkit Browsers - Enhanced */
#parentContainer .sidebar .sidebar_menu::-webkit-scrollbar,
#parentContainer .sidebar #sidebarMenuScroll::-webkit-scrollbar,
.sidebar .sidebar_menu::-webkit-scrollbar,
.sidebar #sidebarMenuScroll::-webkit-scrollbar,
.sidebar_menu::-webkit-scrollbar,
#sidebarMenuScroll::-webkit-scrollbar {
  width: 10px !important;
  display: block !important;
}

#parentContainer .sidebar .sidebar_menu::-webkit-scrollbar-track,
#parentContainer .sidebar #sidebarMenuScroll::-webkit-scrollbar-track,
.sidebar .sidebar_menu::-webkit-scrollbar-track,
.sidebar #sidebarMenuScroll::-webkit-scrollbar-track,
.sidebar_menu::-webkit-scrollbar-track,
#sidebarMenuScroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2) !important;
  border-radius: 10px !important;
  margin: 5px 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

#parentContainer .sidebar .sidebar_menu::-webkit-scrollbar-thumb,
#parentContainer .sidebar #sidebarMenuScroll::-webkit-scrollbar-thumb,
.sidebar .sidebar_menu::-webkit-scrollbar-thumb,
.sidebar #sidebarMenuScroll::-webkit-scrollbar-thumb,
.sidebar_menu::-webkit-scrollbar-thumb,
#sidebarMenuScroll::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(95, 29, 232, 0.8), rgba(86, 9, 242, 0.8)) !important;
  border-radius: 10px !important;
  transition: all 0.3s ease !important;
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 0 5px rgba(95, 29, 232, 0.5) inset !important;
}

#parentContainer .sidebar .sidebar_menu::-webkit-scrollbar-thumb:hover,
#parentContainer .sidebar #sidebarMenuScroll::-webkit-scrollbar-thumb:hover,
.sidebar .sidebar_menu::-webkit-scrollbar-thumb:hover,
.sidebar #sidebarMenuScroll::-webkit-scrollbar-thumb:hover,
.sidebar_menu::-webkit-scrollbar-thumb:hover,
#sidebarMenuScroll::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(95, 29, 232, 1), rgba(86, 9, 242, 1)) !important;
  box-shadow: 0 0 15px rgba(95, 29, 232, 0.8) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
}

/* Scroll Shadow Indicators */
.sidebar_menu::before,
#sidebarMenuScroll::before {
  content: '' !important;
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 15px !important;
  background: linear-gradient(180deg, rgba(95, 29, 232, 0.3), transparent) !important;
  z-index: 10 !important;
  pointer-events: none !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
}

.sidebar_menu.scrolled::before,
#sidebarMenuScroll.scrolled::before {
  opacity: 1 !important;
}

.sidebar_menu::after,
#sidebarMenuScroll::after {
  content: '' !important;
  position: sticky !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 15px !important;
  background: linear-gradient(0deg, rgba(95, 29, 232, 0.3), transparent) !important;
  z-index: 10 !important;
  pointer-events: none !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
}

.sidebar_menu.scrolled-bottom::after,
#sidebarMenuScroll.scrolled-bottom::after {
  opacity: 1 !important;
}

#parentContainer .sidebar .sidebar_menu .menu_item,
#parentContainer .sidebar #sidebarMenuScroll .menu_item,
.sidebar .sidebar_menu .menu_item,
.sidebar #sidebarMenuScroll .menu_item,
.sidebar_menu .menu_item,
#sidebarMenuScroll .menu_item {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 8px 12px !important;
  margin: 4px 8px !important;
  border-radius: 8px !important;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  overflow: hidden !important;
  text-decoration: none !important;
  color: rgba(255, 255, 255, 0.9) !important;
  border: 2px solid transparent !important;
  background: rgba(255, 255, 255, 0.05) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
  min-height: 40px !important;
  max-height: 40px !important;
  height: 40px !important;
}

.sidebar_menu .menu_item::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 0 !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1)) !important;
  transition: width 0.5s ease !important;
  z-index: 0 !important;
  border-radius: 14px !important;
}

.sidebar_menu .menu_item:hover {
  transform: translateX(8px) scale(1.02) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2),
              0 0 20px rgba(95, 29, 232, 0.3) !important;
  color: #fff !important;
}

.sidebar_menu .menu_item:hover::before {
  width: 100% !important;
}

.sidebar_menu .menu_item.active {
  background: linear-gradient(90deg, rgba(95, 29, 232, 0.3), rgba(86, 9, 242, 0.3)) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 8px 30px rgba(95, 29, 232, 0.4),
              0 0 25px rgba(95, 29, 232, 0.3),
              inset 0 0 20px rgba(95, 29, 232, 0.2) !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.sidebar_menu .menu_item.active::before {
  width: 100% !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2)) !important;
}

#parentContainer .sidebar .sidebar_menu .menu_item .menu_icon,
#parentContainer .sidebar #sidebarMenuScroll .menu_item .menu_icon,
.sidebar .sidebar_menu .menu_item .menu_icon,
.sidebar #sidebarMenuScroll .menu_item .menu_icon,
.sidebar_menu .menu_item .menu_icon,
#sidebarMenuScroll .menu_item .menu_icon {
  position: relative !important;
  z-index: 1 !important;
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
  max-width: 26px !important;
  max-height: 26px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 6px !important;
  transition: all 0.5s ease !important;
  flex-shrink: 0 !important;
  font-size: 12px !important;
}

.sidebar_menu .menu_item:hover .menu_icon,
.sidebar_menu .menu_item.active .menu_icon {
  background: rgba(255, 255, 255, 0.2) !important;
  transform: scale(1.15) rotate(5deg) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
}

#parentContainer .sidebar .sidebar_menu .menu_item .menu_icon i,
#parentContainer .sidebar #sidebarMenuScroll .menu_item .menu_icon i,
.sidebar .sidebar_menu .menu_item .menu_icon i,
.sidebar #sidebarMenuScroll .menu_item .menu_icon i,
.sidebar_menu .menu_item .menu_icon i,
#sidebarMenuScroll .menu_item .menu_icon i {
  font-size: 11px !important;
  color: var(--text-white) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  transition: all 0.5s ease !important;
}

.sidebar_menu .menu_item:hover .menu_icon i,
.sidebar_menu .menu_item.active .menu_icon i {
  color: #fff !important;
  transform: scale(1.1) !important;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.5)) !important;
}

#parentContainer .sidebar .sidebar_menu .menu_item .menu_text,
#parentContainer .sidebar #sidebarMenuScroll .menu_item .menu_text,
.sidebar .sidebar_menu .menu_item .menu_text,
.sidebar #sidebarMenuScroll .menu_item .menu_text,
.sidebar_menu .menu_item .menu_text,
#sidebarMenuScroll .menu_item .menu_text,
#parentContainer .sidebar .sidebar_menu .menu_item .menu-text,
#parentContainer .sidebar #sidebarMenuScroll .menu_item .menu-text,
.sidebar .sidebar_menu .menu_item .menu-text,
.sidebar #sidebarMenuScroll .menu_item .menu-text,
.sidebar_menu .menu_item .menu-text,
#sidebarMenuScroll .menu_item .menu-text {
  position: relative !important;
  z-index: 1 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  transition: all 0.4s ease !important;
  flex: 1 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  color: var(--text-white) !important;
  color: rgba(255, 255, 255, 0.9) !important;
}

.sidebar_menu .menu_item:hover .menu_text,
.sidebar_menu .menu_item.active .menu_text {
  font-weight: 700 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
}

/* More Menu Button - Further Reduced Size */
#parentContainer .sidebar #moreMenu,
.sidebar #moreMenu,
#moreMenu {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  padding: 6px 10px !important;
  margin: 3px 0px !important;
  margin-bottom: 3px !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: none !important;
  color: rgba(255, 255, 255, 0.9) !important;
  transition: all 0.5s ease !important;
  cursor: pointer !important;
  font-weight: 600 !important;
  font-size: 11px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  height: 38px !important;
  width: 100% !important;
}

#parentContainer .sidebar #moreMenu span,
.sidebar #moreMenu span,
#moreMenu span {
  font-size: 11px !important;
}

#parentContainer .sidebar #moreMenu i,
.sidebar #moreMenu i,
#moreMenu i {
  font-size: 11px !important;
}

#moreMenu i {
  font-size: 14px !important;
  transition: transform 0.3s ease !important;
}

#moreMenu.active i {
  transform: rotate(180deg) !important;
}

#moreMenu:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  transform: translateX(8px) scale(1.05) !important;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2) !important;
}

#moreMenuContainer {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

#moreMenuContainer.actived {
  max-height: 1000px !important;
  opacity: 1 !important;
  overflow: visible !important;
  padding: 5px 0 !important;
}

#moreMenuContainer .menu_item {
  animation: slideInDown 0.4s ease forwards !important;
  margin: 5px 10px !important;
}

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========== RESPONSIVE - USER STATISTICS ========== */
@media (max-width: 1200px) {
  .user_data__item {
    flex: 1 1 calc(50% - 20px) !important;
  }
}

@media (max-width: 768px) {
  .user__data__wrap {
    flex-direction: column !important;
    gap: 15px !important;
  }

  .user_data__item {
    flex: 1 1 100% !important;
    min-width: 100% !important;
    padding: 20px 25px !important;
    gap: 15px !important;
  }

  .user_data__item .icon {
    width: 50px !important;
    height: 50px !important;
  }

  .user_data__item .icon i {
    font-size: 24px !important;
  }

  .user_data__item .user__data h4 {
    font-size: 20px !important;
  }

  .user_data__item:hover {
    transform: translateY(-8px) scale(1.02) !important;
  }
}

@media (max-width: 576px) {
  .user_data__item {
    padding: 18px 20px !important;
    gap: 12px !important;
    margin-bottom: 10px !important;
  }

  .user_data__item .icon {
    width: 45px !important;
    height: 45px !important;
  }

  .user_data__item .icon i {
    font-size: 20px !important;
  }

  .user_data__item .user__data h4 {
    font-size: 18px !important;
  }

  .user_data__item .user__data p {
    font-size: 12px !important;
  }
}

/* ========== RESPONSIVE - AVATAR ========== */
@media (max-width: 768px) {
  .user_top_main .img-avatar,
  .user_top_main .btn-user .img-avatar {
    width: 35px !important;
    height: 35px !important;
    max-width: 35px !important;
    max-height: 35px !important;
  }

  #userProMenu .hipe_avatar {
    width: 50px !important;
    height: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
  }
}

@media (max-width: 576px) {
  .user_top_main .img-avatar,
  .user_top_main .btn-user .img-avatar {
    width: 32px !important;
    height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
  }

  #userProMenu .hipe_avatar {
    width: 45px !important;
    height: 45px !important;
    max-width: 45px !important;
    max-height: 45px !important;
  }
}

/* ========== RESPONSIVE - SIDEBAR MENU ========== */
@media (max-width: 992px) {
  .sidebar_menu .menu_item {
    padding: 14px 18px !important;
    margin: 6px 12px !important;
    gap: 12px !important;
  }

  .sidebar_menu .menu_item .menu_icon {
    width: 36px !important;
    height: 36px !important;
  }

  .sidebar_menu .menu_item .menu_icon i {
    font-size: 16px !important;
  }

  .sidebar_menu .menu_item .menu_text {
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .sidebar_menu .menu_item {
    padding: 12px 16px !important;
    margin: 5px 10px !important;
    gap: 10px !important;
    border-radius: 12px !important;
  }

  .sidebar_menu .menu_item:hover {
    transform: translateX(5px) scale(1.01) !important;
  }

  .sidebar_menu .menu_item .menu_icon {
    width: 32px !important;
    height: 32px !important;
  }

  .sidebar_menu .menu_item .menu_icon i {
    font-size: 15px !important;
  }

  .sidebar_menu .menu_item .menu_text {
    font-size: 13px !important;
  }

  #moreMenu {
    padding: 12px 16px !important;
    margin: 5px 10px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 576px) {
  .sidebar_menu .menu_item {
    padding: 10px 14px !important;
    margin: 4px 8px !important;
    gap: 8px !important;
  }

  .sidebar_menu .menu_item .menu_icon {
    width: 30px !important;
    height: 30px !important;
  }

  .sidebar_menu .menu_item .menu_icon i {
    font-size: 14px !important;
  }

  .sidebar_menu .menu_item .menu_text {
    font-size: 12px !important;
  }
}

/* ========== FOOTER SECTION - MODERN STYLE ========== */
.footer-modern {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%) !important;
  padding: 60px 0 30px !important;
  position: relative !important;
  overflow: hidden !important;
  border-top: 3px solid rgba(95, 29, 232, 0.3) !important;
}

.footer-modern::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 2px !important;
  background: linear-gradient(90deg, transparent, rgba(95, 29, 232, 0.8), transparent) !important;
  animation: footerGlow 3s ease-in-out infinite !important;
}

@keyframes footerGlow {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

.footer-modern .footer-branding {
  margin-bottom: 30px !important;
}

.footer-modern .footer-logo {
  margin-bottom: 20px !important;
}

.footer-modern .footer-logo-text {
  font-size: 32px !important;
  font-weight: 900 !important;
  margin: 0 0 10px 0 !important;
  line-height: 1.2 !important;
}

.footer-modern .logo-globe {
  color: #5f1de8 !important;
  text-shadow: 0 4px 15px rgba(95, 29, 232, 0.4) !important;
}

.footer-modern .logo-smm {
  color: #ffffff !important;
}

.footer-modern .footer-tagline {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 12px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  margin: 0 0 20px 0 !important;
}

.footer-modern .footer-description {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  margin-bottom: 25px !important;
}

.footer-modern .footer-social-links {
  margin-top: 20px !important;
}

.footer-modern .social-media-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  gap: 15px !important;
  flex-wrap: wrap !important;
}

.footer-modern .social-media-list li {
  margin: 0 !important;
}

.footer-modern .social-icon {
  width: 42px !important;
  height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(95, 29, 232, 0.2) !important;
  border: 2px solid rgba(95, 29, 232, 0.4) !important;
  border-radius: 12px !important;
  color: #ffffff !important;
  font-size: 18px !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  text-decoration: none !important;
}

.footer-modern .social-icon:hover {
  background: linear-gradient(135deg, #5f1de8, #5609f2) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
  transform: translateY(-5px) scale(1.1) !important;
  box-shadow: 0 8px 25px rgba(95, 29, 232, 0.6),
              0 0 20px rgba(95, 29, 232, 0.4) !important;
}

.footer-modern .footer-title {
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 25px !important;
  position: relative !important;
  padding-bottom: 15px !important;
}

.footer-modern .footer-title::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 50px !important;
  height: 3px !important;
  background: linear-gradient(90deg, #5f1de8, #5609f2) !important;
  border-radius: 2px !important;
}

.footer-modern .footer-menu {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-modern .footer-menu li {
  margin-bottom: 12px !important;
}

.footer-modern .footer-link {
  color: rgba(255, 255, 255, 0.75) !important;
  text-decoration: none !important;
  font-size: 15px !important;
  transition: all 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.footer-modern .footer-link::before {
  content: '→' !important;
  opacity: 0 !important;
  transform: translateX(-10px) !important;
  transition: all 0.3s ease !important;
  color: #5f1de8 !important;
}

.footer-modern .footer-link:hover {
  color: #ffffff !important;
  transform: translateX(8px) !important;
  text-shadow: 0 0 10px rgba(95, 29, 232, 0.5) !important;
}

.footer-modern .footer-link:hover::before {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.footer-modern .contact-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-modern .contact-item {
  margin-bottom: 15px !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
}

.footer-modern .contact-icon {
  color: #5f1de8 !important;
  font-size: 18px !important;
  margin-top: 3px !important;
  flex-shrink: 0 !important;
}

.footer-modern .contact-text {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

.footer-modern .footer-copyright {
  border-top: 1px solid rgba(95, 29, 232, 0.2) !important;
  margin-top: 50px !important;
  padding-top: 25px !important;
  text-align: center !important;
}

.footer-modern .copyright-text {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 14px !important;
  margin: 0 !important;
}

/* ========== TYPING ANIMATION STYLE ========== */
.typing-text {
  position: relative !important;
  display: inline-block !important;
}

.typing-text::after,
.typing-text::before,
#typingText::after,
#typingText::before,
.title-subtitle.typing-text::after,
.title-subtitle.typing-text::before,
.hero-title-modern .typing-text::after,
.hero-title-modern .typing-text::before,
.hero-title-modern #typingText::after,
.hero-title-modern #typingText::before {
  content: '' !important;
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
}

/* Remove any cursor character from text content */
.typing-text,
#typingText {
  text-indent: 0 !important;
}

/* ========== HOW TO ORDER SECTION - UPDATED STYLE ========== */
#howToOrder_v2 {
  padding: 80px 0 !important;
  position: relative !important;
  background: linear-gradient(135deg, #5f1de8 0%, #5609f2 50%, #4a0dd6 100%) !important;
}

#howToOrder_v2::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: radial-gradient(circle at 20% 50%, rgba(95, 29, 232, 0.05) 0%, transparent 50%),
              radial-gradient(circle at 80% 50%, rgba(95, 29, 232, 0.05) 0%, transparent 50%) !important;
  pointer-events: none !important;
}

.how_to_content_top_wrap {
  margin-bottom: 50px !important;
}

.default__text__content h2 {
  font-size: 42px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin-bottom: 15px !important;
  text-align: center !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
}

.default__text__content p {
  font-size: 18px !important;
  color: #ffffff !important;
  text-align: center !important;
  margin: 0 !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}

.step_wraper {
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 20px 18px !important;
  text-align: center !important;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08),
              0 0 0 1px rgba(95, 29, 232, 0.1) !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  max-height: 380px !important;
}

.step_wraper::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 4px !important;
  background: linear-gradient(90deg, #5f1de8, #5609f2) !important;
  transform: scaleX(0) !important;
  transform-origin: left !important;
  transition: transform 0.5s ease !important;
}

.step_wraper:hover {
  transform: translateY(-12px) scale(1.03) !important;
  box-shadow: 0 20px 60px rgba(95, 29, 232, 0.25),
              0 0 0 2px rgba(95, 29, 232, 0.2) !important;
}

.step_wraper:hover::before {
  transform: scaleX(1) !important;
}

.step_number {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  margin-bottom: 12px !important;
  position: relative !important;
}

.step_number .numbers {
  font-size: 40px !important;
  font-weight: 900 !important;
  color: #5f1de8 !important;
  line-height: 1 !important;
  text-shadow: 0 4px 15px rgba(95, 29, 232, 0.3) !important;
  margin-bottom: 3px !important;
}

.step_number .step_text {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: rgba(95, 29, 232, 0.7) !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

.step_icon {
  width: 60px !important;
  height: 60px !important;
  margin: 0 auto 15px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg, rgba(95, 29, 232, 0.1), rgba(86, 9, 242, 0.1)) !important;
  border-radius: 15px !important;
  padding: 10px !important;
  transition: all 0.4s ease !important;
}

.step_wraper:hover .step_icon {
  transform: scale(1.1) rotate(5deg) !important;
  background: linear-gradient(135deg, rgba(95, 29, 232, 0.2), rgba(86, 9, 242, 0.2)) !important;
  box-shadow: 0 8px 25px rgba(95, 29, 232, 0.3) !important;
}

.step_icon img {
  max-width: 100% !important;
  height: auto !important;
  filter: drop-shadow(0 4px 10px rgba(95, 29, 232, 0.2)) !important;
}

.step_wraper h3 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
  margin-bottom: 10px !important;
  line-height: 1.3 !important;
}

.step_wraper p {
  font-size: 14px !important;
  color: rgba(26, 26, 46, 0.7) !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  flex-grow: 1 !important;
}

/* Responsive for How to Order */
@media (max-width: 992px) {
  .step_wraper {
    margin-bottom: 30px !important;
  }

  .default__text__content h2 {
    font-size: 36px !important;
  }
}

@media (max-width: 768px) {
  #howToOrder_v2 {
    padding: 60px 0 !important;
  }

  .default__text__content h2 {
    font-size: 32px !important;
    letter-spacing: 1px !important;
  }

  .default__text__content p {
    font-size: 16px !important;
  }

  .step_wraper {
    padding: 18px 16px !important;
    margin-bottom: 25px !important;
    max-height: 350px !important;
  }

  .step_number .numbers {
    font-size: 36px !important;
  }

  .step_icon {
    width: 55px !important;
    height: 55px !important;
    margin-bottom: 12px !important;
  }

  .step_wraper h3 {
    font-size: 18px !important;
    margin-bottom: 8px !important;
  }

  .step_wraper p {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
}

@media (max-width: 576px) {
  .default__text__content h2 {
    font-size: 28px !important;
  }

  .step_wraper {
    padding: 16px 14px !important;
    max-height: 320px !important;
  }

  .step_number {
    margin-bottom: 10px !important;
  }

  .step_number .numbers {
    font-size: 32px !important;
  }

  .step_icon {
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 10px !important;
  }

  .step_wraper h3 {
    font-size: 17px !important;
    margin-bottom: 6px !important;
  }

  .step_wraper p {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }
}

/* Responsive for Footer */
@media (max-width: 992px) {
  .footer-modern {
    padding: 50px 0 25px !important;
  }

  .footer-modern .footer-brand,
  .footer-modern .footer-links-wrap,
  .footer-modern .footer-contact-wrap {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 768px) {
  .footer-modern {
    padding: 40px 0 20px !important;
  }

  .footer-modern .footer-title {
    font-size: 18px !important;
    margin-bottom: 20px !important;
  }

  .footer-modern .footer-description {
    font-size: 13px !important;
  }

  .footer-modern .footer-social a {
    width: 38px !important;
    height: 38px !important;
    font-size: 16px !important;
  }

  .footer-modern .footer-links a {
    font-size: 14px !important;
  }

  .footer-modern .footer-contact {
    font-size: 14px !important;
  }
}

@media (max-width: 576px) {
  .footer-modern .footer-logo {
    max-width: 150px !important;
  }

  .footer-modern .footer-social {
    gap: 12px !important;
  }

  .footer-modern .footer-social a {
    width: 36px !important;
    height: 36px !important;
    font-size: 15px !important;
  }
}

/* ========== HOW TO ORDER CTA BUTTON ========== */
.how-it-works-cta {
  margin-top: 50px !important;
  padding: 18px 50px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  background: linear-gradient(135deg, #5f1de8, #5609f2) !important;
  border: none !important;
  border-radius: 50px !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  box-shadow: 0 10px 40px rgba(95, 29, 232, 0.4),
              0 0 30px rgba(95, 29, 232, 0.3) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  overflow: hidden !important;
  text-decoration: none !important;
  display: inline-block !important;
}

.how-it-works-cta::before {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 0 !important;
  height: 0 !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.3) !important;
  transform: translate(-50%, -50%) !important;
  transition: width 0.6s ease, height 0.6s ease !important;
}

.how-it-works-cta:hover {
  transform: translateY(-5px) scale(1.05) !important;
  box-shadow: 0 15px 60px rgba(95, 29, 232, 0.6),
              0 0 50px rgba(95, 29, 232, 0.5) !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.how-it-works-cta:hover::before {
  width: 300px !important;
  height: 300px !important;
}

.how-it-works-cta:active {
  transform: translateY(-2px) scale(1.02) !important;
}

@media (max-width: 768px) {
  .how-it-works-cta {
    margin-top: 40px !important;
    padding: 16px 40px !important;
    font-size: 16px !important;
  }
}

@media (max-width: 576px) {
  .how-it-works-cta {
    margin-top: 30px !important;
    padding: 14px 35px !important;
    font-size: 15px !important;
  }
}
