.container{
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
}

:root{
    --space-xs:6px;
    --space-sm:12px;
    --space-md:20px;
    --space-lg:32px;
    --space-xl:48px;
    --max-width:1200px;
    --base-line:1.5;
    --mh-primary: #667eea;
}

html{font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, Arial; font-size:16px; line-height:var(--base-line); -webkit-font-smoothing:antialiased;}
body{margin:0; padding:0; color:#e9eef8; background:#0f1120;}

/* Section spacing */
section{padding:var(--space-lg) 0; margin:0 auto; max-width:var(--max-width);} 
h1,h2,h3,h4{margin:0 0 var(--space-sm) 0; line-height:1.2;}

/* Layout helpers */
.row{display:flex; flex-wrap:wrap; gap:var(--space-md);} 
.col{flex:1 1 0; min-width:220px;}

/* Forms and controls */
input[type="text"], input[type="email"], textarea, select, .form-control{padding:10px 12px; border-radius:8px; border:1px solid rgba(255,255,255,0.06); background:rgba(255,255,255,0.02); color:inherit; width:100%; box-sizing:border-box;}
textarea{min-height:100px;}

button, .action-btn, .btn{padding:10px 14px; border-radius:10px; border:none; cursor:pointer; background:var(--mh-primary); color:#fff; transition:transform .12s ease, box-shadow .12s ease;}
button:hover, .action-btn:hover{transform:translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,0.18);} 

/* Grid for cards and mods */
.mod-grid{display:grid; grid-template-columns:repeat(auto-fit, minmax(240px, 1fr)); gap:var(--space-md);} 
.mod-card{padding:var(--space-md); border-radius:12px; background:rgba(255,255,255,0.02); box-shadow:0 8px 24px rgba(0,0,0,0.25); min-height:160px;}

/* Navbar / header spacing */
.navbar{display:flex; align-items:center; gap:var(--space-md); padding:14px 0; max-width:var(--max-width); margin:0 auto;}
.navbar img{display:block}

/* Footer spacing */
.site-footer{padding:var(--space-lg) 0;}
.site-footer .container{padding:0}

/* Utilities */
.center{margin-left:auto;margin-right:auto;text-align:center}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Improve small-screen spacing */
@media (max-width:767px){
    .navbar{padding:12px 12px}
    .mod-card{padding:var(--space-sm)}
}
.cont1{
margin: 0 12px 50px;
text-align: center;
display: inline-table;
  flex-direction: row;
  justify-content: space-between;
}
.cont1:nth-child(1){
   
}
.site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5;
}
.site-footer hr.small
{
  margin:20px 0;
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  letter-spacing:2px;
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none;
}
.footer-links li
{
  display:block;
}
.footer-links a
{
  color:#737373;
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block;
}
.footer-link {
  color:#737373;
  text-decoration: none;
}
.footer-link:hover {
  color:#3366cc;
  text-decoration: none;
}
.site-footer .social-icons
{
  text-align:right;
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d;
}
.copyright-text
{
  margin:0;
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px;
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0;
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center;
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none;
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px;
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px;
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear;
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe;
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px;
}
.social-icons a.facebook:hover
{
  background-color:#3b5998;
}
.social-icons a.twitter:hover
{
  background-color:#00aced;
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6;
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89;
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600;
  }
}
/* Loading Screen */
#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease-out;
}

.loading-content {
    text-align: center;
    color: white;
}

.loading-spinner {
    width: 60px;
    height: 60px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-progress {
    width: 200px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    margin: 20px auto;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: white;
    width: 0%;
    animation: load 2s ease-out forwards;
}

@keyframes load {
    0% { width: 0%; }
    100% { width: 100%; }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Scroll Progress Bar */
#scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 50%, #ff6b6b 100%);
    z-index: 9999;
    transition: width 0.3s ease;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

#back-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

#back-to-top i {
    font-size: 18px;
}
        body {
 
            font-family: Arial, sans-serif;
            margin: 0 auto;
            padding: 0;
            overflow-x: hidden; /* Prevent horizontal scroll */
            transition: background-color 1.3s, color 1.3s;
            width: 1000px;
            max-width: 1000px;
        }
        .light-theme {
            background-color: #ffffff;
            color: #000000;
        }
        .dark-theme {
            background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 50%, #16213e 100%);
            color: #ffffff;
        }

        /* Dark theme navbar */
        .dark-theme .navbar {
            background-color: rgba(26, 26, 46, 0.95);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
        }

        .dark-theme .navbar h1 {
            color: #e0e0e0;
            text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
        }

        /* Dark theme side navigation */
        .dark-theme .side-nav {
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
            border-right: 1px solid rgba(255, 255, 255, 0.1);
        }

        .dark-theme .side-nav a:hover,
        .dark-theme .side-nav a.active {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
        }

        /* Dark theme hero section */
        .dark-theme .hero-section {
            background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 50%, #16213e 100%);
            color: white;
        }

        .dark-theme .hero-content h1 {
            text-shadow: 2px 2px 4px rgba(0,0,0,0.8), 0 0 20px rgba(102, 126, 234, 0.5);
        }

        .dark-theme .hero-stats {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            border-radius: 15px;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        /* Dark theme mod cards */
        .dark-theme .mod-card {
            background: linear-gradient(135deg, rgba(26, 26, 46, 0.9) 0%, rgba(22, 33, 62, 0.9) 100%);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
        }

        .dark-theme .mod-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(102, 126, 234, 0.3);
            border-color: rgba(102, 126, 234, 0.3);
        }

        .dark-theme .mod-meta span {
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        /* Dark theme buttons */
        .dark-theme .action-btn {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
        }

        .dark-theme .action-btn:hover {
            background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);
            box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
        }

        .dark-theme .action-btn.secondary {
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.3);
            color: #e0e0e0;
        }

        .dark-theme .action-btn.secondary:hover {
            background: rgba(255, 255, 255, 0.2);
            color: white;
        }

        /* Dark theme carousel buttons */
        .dark-theme .carousel-btn {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
        }

        .dark-theme .carousel-btn:hover {
            background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);
            box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
        }

        /* Dark theme testimonials */
        .dark-theme .testimonial-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(15px);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .dark-theme .testimonial-card:hover {
            background: rgba(255, 255, 255, 0.08);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
        }

        /* Dark theme contact form */
        .dark-theme .contact-form {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(15px);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .dark-theme .form-group input,
        .dark-theme .form-group textarea {
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: white;
        }

        .dark-theme .form-group input:focus,
        .dark-theme .form-group textarea:focus {
            background: rgba(255, 255, 255, 0.15);
            border-color: #667eea;
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.2);
        }

        .dark-theme .form-group input::placeholder,
        .dark-theme .form-group textarea::placeholder {
            color: rgba(255, 255, 255, 0.6);
        }

        /* Dark theme newsletter */
        .dark-theme .newsletter-section {
            background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 50%, #16213e 100%);
        }

        /* Dark theme footer */
        .dark-theme .site-footer {
            background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 100%);
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

        .dark-theme .site-footer h6 {
            color: #e0e0e0;
        }

        .dark-theme .site-footer a {
            color: rgba(255, 255, 255, 0.7);
        }

        .dark-theme .site-footer a:hover {
            color: #667eea;
        }

        /* Dark theme scroll progress */
        .dark-theme #scroll-progress {
            background: linear-gradient(90deg, #667eea 0%, #764ba2 50%, #ff6b6b 100%);
        }

        /* Dark theme back to top */
        .dark-theme #back-to-top {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
        }

        .dark-theme #back-to-top:hover {
            box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
        }

        /* Dark theme tooltips */
        .dark-theme .tooltip .tooltiptext {
            background-color: rgba(0, 0, 0, 0.9);
            color: #fff;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .dark-theme .tooltip .tooltiptext::after {
            border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
        }
.navbar {
   display: flex;
   border-radius: 25px;
   top: 2%;
   left: 50%;
   transform: translateX(-50%);
   z-index: 10;
   position: fixed;
   justify-content: space-between;
   align-items: center;
   background-color: #333;
   padding: 10px 20px;
   transition: background-color 3.3s;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
   width: 950px;
   max-width: 950px;
}
        .mm2{
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
            background: transparent;
        }

        .mm2:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        }
        .navbar h1 {
   margin-right: 40px;
            color: white;
            font-weight: bolder;
            font-size: 27px;
            transition: color 0.3s;
        }
        .search-container {
            display: flex;
            align-items: center;
            margin-right: 20px;
        }
        .search-input {
            padding: 8px 12px;
            border: none;
            border-radius: 20px 0 0 20px;
            outline: none;
            font-size: 14px;
            width: 200px;
            transition: width 0.3s;
        }
        .search-input:focus {
            width: 250px;
        }
        .search-btn {
            padding: 8px 12px;
            border: none;
            border-radius: 0 20px 20px 0;
            background-color: #575757;
            color: white;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        .search-btn:hover {
            background-color: #777;
        }

        .dark-theme .search-btn {
            background-color: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .dark-theme .search-btn:hover {
            background-color: rgba(255, 255, 255, 0.2);
        }
        .menu-icon{
            margin-left:10px;
        }
        .theme-icon{
            font-size:20px;
            cursor:pointer;
            transition: transform 0.3s;
        }
        .menu-icon {
            font-size: 30px;
            color: white;
            cursor: pointer;
            transition: transform 0.3s;
        }
        .menu-icon:hover, .theme-icon:hover {
            transform: scale(1.2); /* Slightly enlarge on hover */
        }
        .side-nav {
    
            position: fixed;
            left: -300px; /* Hide side nav initially */
            top: 0;
            height: 100%;
            width: 300px;
            background-color: #444;
            transition: left 0.3s ease-in-out;
            padding-top: 60px;
            z-index: 1000;
            box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
        }
        .side-nav.active {
            left: 0; /* Show side nav */
        }
        .side-nav a {
            display: block;
            padding: 16px;
            color: white;
            text-decoration: none;
            transition: background 0.3s, padding-left 0.3s;
        }
        .side-nav a:hover, .side-nav a.active {
            background-color: #575757; /* Active color for side nav links */
            padding-left: 24px; /* Indent on hover */
        }
        .dropdown {
            display: none; /* Hide dropdown by default */
            padding-left: 20px; /* Indent dropdown items */
        }
        .dropdown.active {
            display: block; /* Show dropdown when active */
            animation: fadeIn 0.3s ease;
        }
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(-10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        t{
            font-weight:bolder;
            font-size:20px;
        }
/* ---THE BODY SECTION ENDS--- */


/* ---THIS IS ANOTHER SECTION--- */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;

  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
section {
            padding: 4rem 2rem;
            min-height: 60vh; /* Adjusted min-height */
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 1000px;
            max-width: 1000px;
            margin: 0 auto;
        }

        .hero-section {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 6rem 2rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            min-height: 80vh;
            width: 1000px;
            max-width: 1000px;
            margin: 0 auto;
        }

        .hero-content {
            flex: 1;
                max-width: none;
            }

            .hero-image {
                margin-top: 2rem;
        .hero-content h1 {
            font-size: 3rem;
            margin-bottom: 1rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .hero-content p {
            font-size: 1.2rem;
            margin-bottom: 2rem;
            opacity: 0.9;
        }

        .hero-stats {
            display: flex;
            gap: 2rem;
            margin-bottom: 2rem;
        }

        .stat {
            text-align: center;
        }

        .stat h3 {
            font-size: 2rem;
            margin-bottom: 0.5rem;
        }

        .stat p {
            opacity: 0.8;
        }

        .cta-buttons {
            display: flex;
            gap: 1rem;
        }

        .btn-primary, .btn-secondary {
            padding: 12px 24px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: bold;
            transition: all 0.3s;
        }

        .btn-primary {
            background: #ff6b6b;
            color: white;
        }

        .btn-primary:hover {
            background: #ff5252;
            transform: translateY(-2px);
        }

        .btn-secondary {
            background: transparent;
            color: white;
            border: 2px solid white;
        }

        .btn-secondary:hover {
            background: white;
            color: #667eea;
        }

        .hero-image {
            flex: 1;
            text-align: center;
        }

        .hero-logo {
            max-width: 250px;
            height: auto;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
            transition: all 0.4s ease;
            background: transparent;
            animation: float 3s ease-in-out infinite;
        }

        .hero-logo:hover {
            transform: scale(1.02);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
        }

        section h1, section h2, section p {
            max-width: 90%; /* Increased max-width for smaller screens */
            margin: 1rem auto;
            text-align: center;
        }
/* ---ANOTHER SECTION ENDS--- */




/* ---ANOTHER SECTION--- */

        .mod-card {
            background-color: #332f2f;
            border-radius: 8px;
            padding: 20px;
            margin: 20px 0; /* Vertical margins only */
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s;
        }

        .mod-card:hover {
            transform: translateY(-5px);
        }
.mod-card a {
    text-decoration: none;
}
a{
    text-decoration: none;
}
a:hover{
 color: inherit;
 background: transparent;
}
        .mod-meta {
            display: flex;
            justify-content: space-between;
            margin-top: 1rem;
            font-size: 0.9rem;
            opacity: 0.8;
        }

        .downloads, .rating {
            background: rgba(255, 255, 255, 0.1);
            padding: 4px 8px;
            border-radius: 10px;
        }

        .mod-card img {
            max-width: 100%;
            height: auto;
            border-radius: 4px;
            display: block;
            margin: 0 auto 10px;
        }

        .mod-icon {
            font-size: 3rem;
            color: #ff6b6b;
            text-align: center;
            margin-bottom: 1rem;
            animation: pulse 2s infinite;
        }

        .mod-actions {
            display: flex;
            gap: 0.5rem;
            margin-top: 1rem;
            justify-content: center;
        }

        .action-btn {
            padding: 8px 16px;
            border: none;
            border-radius: 20px;
            background: #ff6b6b;
            color: white;
            cursor: pointer;
            transition: all 0.3s;
            font-size: 0.9rem;
        }

        .action-btn:hover {
            background: #ff5252;
            transform: translateY(-2px);
        }

        .action-btn.secondary {
            background: transparent;
            border: 1px solid #ff6b6b;
            color: #ff6b6b;
        }

        .action-btn.secondary:hover {
            background: #ff6b6b;
            color: white;
        }

        .mod-carousel {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
        }

        .carousel-btn {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 1.2rem;
            transition: all 0.3s;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
            z-index: 2;
        }

        .carousel-btn:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
        }

        .carousel-btn.prev {
            margin-right: 1rem;
        }

        .carousel-btn.next {
            margin-left: 1rem;
        }

        .mod-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
            width: 100%;
        }

        .updates-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            max-width: 1000px;
            margin: 0 auto;
        }

        .update-card {
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            border-radius: 10px;
            padding: 1.5rem;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .dark-theme .update-card {
            background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);
            color: white;
        }

        .update-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
        }

        .update-date {
            color: #ff6b6b;
            font-weight: bold;
            margin-bottom: 0.5rem;
        }

        .update-card h3 {
            margin-bottom: 1rem;
            color: inherit;
        }

        .update-card p {
            margin-bottom: 1rem;
            opacity: 0.8;
        }

        .read-more {
            color: #667eea;
            text-decoration: none;
            font-weight: bold;
            transition: color 0.3s;
        }

        .read-more:hover {
            color: #5a67d8;
        }

        .testimonials-section {
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
            padding: 4rem 2rem;
            color: white;
        }

        .testimonials-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            max-width: 1000px;
            margin: 0 auto;
        }

        .testimonial-card {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 15px;
            padding: 2rem;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .testimonial-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
        }

        .testimonial-avatar {
            font-size: 4rem;
            margin-bottom: 1rem;
            color: rgba(255, 255, 255, 0.8);
        }

        .testimonial-content p {
            font-size: 1.1rem;
            margin-bottom: 1.5rem;
            font-style: italic;
            opacity: 0.9;
        }

        .testimonial-author h4 {
            margin-bottom: 0.5rem;
            font-size: 1.2rem;
        }

        .rating {
            color: #ffd700;
        }

        .tutorial-list {
            list-style-type: none;
            padding: 0;
        }

        .tutorial-list li {
            background-color: #1e1e1e;
            margin-bottom: 10px;
            padding: 15px;
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            transition: background-color 0.3s ease;
        }

        .tutorial-list li:hover {
            background-color: #333;
        }

        .tutorial-list a {
            color: #eee;
            text-decoration: none;
            display: block;
        }

        /* Interactive Tutorial Styles */
        .tutorial-card {
            background: var(--card-bg);
            border-radius: 15px;
            padding: 25px;
            text-align: center;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            border: 1px solid var(--border-color);
            cursor: pointer;
        }

        .tutorial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
            background: var(--hover-bg);
        }

        .tutorial-icon {
            font-size: 3rem;
            color: var(--primary-color);
            margin-bottom: 15px;
        }

        .tutorial-duration {
            display: inline-block;
            background: var(--accent-bg);
            color: var(--accent-text);
            padding: 5px 10px;
            border-radius: 20px;
            font-size: 0.8rem;
            margin-top: 10px;
        }

        .tutorial-progress {
            width: 100%;
            height: 4px;
            background: var(--border-color);
            border-radius: 2px;
            margin-top: 15px;
            overflow: hidden;
        }

        .tutorial-progress .progress-bar {
            height: 100%;
            background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
            border-radius: 2px;
            transition: width 0.3s ease;
        }

        .interactive-tutorial:hover .tutorial-progress .progress-bar {
            width: 30%;
        }

        /* Tutorial Modal */
        .tutorial-modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(5px);
        }

        .tutorial-modal-content {
            background-color: var(--card-bg);
            margin: 5% auto;
            padding: 0;
            border-radius: 20px;
            width: 90%;
            max-width: 800px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
            animation: modalSlideIn 0.3s ease-out;
        }

        @keyframes modalSlideIn {
            from {
                transform: translateY(-50px);
                opacity: 0;
            }
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        .tutorial-close {
            color: var(--text-color);
            float: right;
            font-size: 28px;
            font-weight: bold;
            margin: 10px;
            cursor: pointer;
            transition: color 0.3s ease;
        }

        .tutorial-close:hover {
            color: var(--primary-color);
        }

        .tutorial-content {
            padding: 30px;
            max-height: 70vh;
            overflow-y: auto;
        }

        .tutorial-step {
            margin-bottom: 30px;
            padding: 20px;
            border-left: 4px solid var(--primary-color);
            background: var(--hover-bg);
            border-radius: 0 10px 10px 0;
        }

        .tutorial-step h4 {
            color: var(--primary-color);
            margin-bottom: 10px;
        }

        .tutorial-step img {
            max-width: 100%;
            border-radius: 10px;
            margin: 15px 0;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .tutorial-navigation {
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
            padding-top: 20px;
            border-top: 1px solid var(--border-color);
        }

        .tutorial-btn {
            background: var(--primary-color);
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 25px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .tutorial-btn:hover {
            background: var(--primary-hover);
            transform: translateY(-2px);
        }

        .tutorial-btn:disabled {
            background: var(--border-color);
            cursor: not-allowed;
            transform: none;
        }

        /* Animations */
        .fade-in {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 1s, transform 1s;
        }

        .fade-in.active {
            opacity: 1;
            transform: translateY(0);
        }

        .newsletter-section {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 4rem 2rem;
            text-align: center;
        }

        .newsletter-content {
            max-width: 600px;
            margin: 0 auto;
        }

        .newsletter-content h2 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .newsletter-content p {
            font-size: 1.1rem;
            margin-bottom: 2rem;
            opacity: 0.9;
        }

        .newsletter-form {
            display: flex;
            justify-content: center;
            gap: 1rem;
            margin-bottom: 1rem;
            flex-wrap: wrap;
        }

        .newsletter-input {
            padding: 12px 20px;
            border: none;
            border-radius: 25px;
            outline: none;
            font-size: 16px;
            width: 300px;
            max-width: 100%;
        }

        .newsletter-btn {
            padding: 12px 24px;
            background: #ff6b6b;
            color: white;
            border: none;
            border-radius: 25px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s;
        }

        .newsletter-btn:hover {
            background: #ff5252;
            transform: translateY(-2px);
        }

        .dark-theme .newsletter-btn {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
        }

        .dark-theme .newsletter-btn:hover {
            background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);
            box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
        }

        .newsletter-note {
            font-size: 0.9rem;
            opacity: 0.7;
        }

        .contact-section {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            padding: 4rem 2rem;
            color: white;
        }

        .contact-container {
            display: grid;
            grid-template-columns: 1fr 2fr;
            gap: 3rem;
            max-width: 1200px;
            margin: 0 auto;
        }

        .contact-info {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .contact-item i {
            font-size: 2rem;
            color: #ff6b6b;
        }

        .contact-item h3 {
            margin-bottom: 0.5rem;
        }

        .contact-form {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            padding: 2rem;
            border-radius: 15px;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .form-group {
            margin-bottom: 1.5rem;
        }

        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 12px 16px;
            border: none;
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.9);
            color: #333;
            font-size: 16px;
            outline: none;
            transition: all 0.3s;
        }

        .form-group input:focus,
        .form-group textarea:focus {
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.3);
            background: white;
        }

        .submit-btn {
            width: 100%;
            padding: 12px 24px;
            background: #ff6b6b;
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
        }

        .submit-btn:hover {
            background: #ff5252;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
        }

        .dark-theme .submit-btn {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
        }

        .dark-theme .submit-btn:hover {
            background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);
            box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
        }

        /* ===== RESPONSIVE DESIGN ===== */

        /* Mobile First - Base styles are mobile optimized */

        /* Small Mobile (320px - 480px) - Fixed sizes for Android */
        @media (max-width: 480px) {
            body {
                font-size: 14px;
            }

            .navbar {
                padding: 8px 12px;
                top: 0;
                position: fixed;
            }

            section {
                padding-top: 4rem;
                padding-left: 10px;
                padding-right: 10px;
            }

            .navbar h1 {
                font-size: 16px;
                margin-right: 8px;
            }

            .mm2 {
                width: 35px;
                height: 35px;
            }

            .search-container {
                width: 100%;
                max-width: 460px;
                margin: 8px 0;
                order: 3;
            }

            .search-input {
                width: 100%;
                max-width: 380px;
                font-size: 14px;
                padding: 6px 10px;
            }

            .search-btn {
                padding: 6px 10px;
            }

            .menu-icon,
            .theme-icon {
                font-size: 16px;
                padding: 4px;
            }

            .hero-section {
                padding: 6rem 1rem 2rem;
                min-height: 400px;
                height: 400px;
                flex-direction: column;
                text-align: center;
            }

            .hero-content {
                max-width: 460px;
                width: 100%;
            }

            .hero-image {
                margin-top: 2rem;
                width: 100%;
                max-width: 460px;
            }

            .hero-logo {
                max-width: 150px;
                width: 150px;
                height: 150px;
            }

            .hero-content h1 {
                font-size: 1.8rem;
                margin-bottom: 1rem;
            }

            .hero-content p {
                font-size: 1rem;
                margin-bottom: 1.5rem;
            }

            .hero-stats {
                flex-direction: column;
                gap: 1rem;
                margin-bottom: 1.5rem;
                width: 100%;
                max-width: 460px;
            }

            .stat {
                width: 100%;
                max-width: 460px;
            }

            .stat h3 {
                font-size: 1.5rem;
            }

            .stat p {
                font-size: 0.9rem;
            }

            .cta-buttons {
                flex-direction: column;
                gap: 0.5rem;
                width: 100%;
                max-width: 460px;
            }

            .btn-primary,
            .btn-secondary {
                width: 100%;
                max-width: 460px;
                padding: 12px 20px;
                font-size: 14px;
            }

            .hero-logo {
                max-width: 200px;
                width: 200px;
                height: 200px;
                margin-top: 2rem;
            }

            .mod-carousel {
                position: relative;
                width: 100%;
                max-width: 480px;
                margin: 0 auto;
            }

            .carousel-btn {
                display: none; /* Hide on mobile, use swipe */
            }

            .mod-grid {
                display: flex;
                overflow-x: auto;
                scroll-snap-type: x mandatory;
                gap: 0.5rem;
                padding: 1rem;
                transform: none !important;
                width: 100%;
                max-width: 480px;
            }

            .mod-card {
                flex: 0 0 280px;
                width: 280px;
                scroll-snap-align: start;
                margin: 0;
                min-height: 300px;
            }

            .mod-actions {
                flex-direction: column;
                gap: 0.5rem;
            }

            .action-btn {
                width: 100%;
                max-width: 260px;
                padding: 10px;
                font-size: 14px;
            }

            .updates-grid,
            .testimonials-container {
                grid-template-columns: 1fr;
                gap: 1.5rem;
                width: 100%;
                max-width: 480px;
                margin: 0 auto;
            }

            .update-card,
            .testimonial-card {
                padding: 1.5rem;
                width: 100%;
                max-width: 460px;
            }

            .contact-container {
                grid-template-columns: 1fr;
                gap: 2rem;
                width: 100%;
                max-width: 480px;
                margin: 0 auto;
            }

            .contact-item {
                flex-direction: column;
                text-align: center;
                gap: 0.5rem;
                width: 100%;
                max-width: 460px;
            }

            .contact-item i {
                font-size: 1.8rem;
            }

            .contact-form {
                padding: 1.5rem;
                width: 100%;
                max-width: 460px;
            }

            .newsletter-section {
                padding: 3rem 1rem;
                width: 100%;
                max-width: 480px;
                margin: 0 auto;
            }

            .newsletter-content h2 {
                font-size: 2rem;
            }

            .newsletter-form {
                flex-direction: column;
                gap: 1rem;
            }

            .newsletter-input {
                width: 100%;
                padding: 12px 16px;
            }

            .newsletter-btn {
                width: 100%;
                padding: 12px 20px;
            }

            #back-to-top {
                bottom: 20px;
                right: 20px;
                width: 45px;
                height: 45px;
            }

            #back-to-top i {
                font-size: 16px;
            }

            .container {
                margin-left: 10px;
                margin-right: 10px;
            }
        }

        /* Tablet (481px - 768px) */
        @media (min-width: 481px) and (max-width: 768px) {
            .navbar {
                padding: 10px 15px;
            }

            .navbar h1 {
                font-size: 20px;
                margin-right: 15px;
            }

            .search-container {
                margin-right: 15px;
            }

            .search-input {
                width: 180px;
            }

            .hero-section {
                padding: 3rem 2rem;
                min-height: 75vh;
            }

            .hero-content h1 {
                font-size: 2.2rem;
            }

            .hero-stats {
                gap: 1.5rem;
            }

            .mod-grid {
                justify-content: center;
                gap: 2rem;
            }

            .updates-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 2rem;
            }

            .testimonials-container {
                grid-template-columns: repeat(2, 1fr);
                gap: 2rem;
            }

            .contact-container {
                grid-template-columns: 1fr 1fr;
                gap: 2rem;
            }

            .contact-form {
                padding: 2rem;
            }

            .carousel-btn {
                display: none;
            }
        }

        /* Small Desktop (769px - 1024px) */
        @media (min-width: 769px) and (max-width: 1024px) {
            .navbar {
                padding: 12px 18px;
            }

            .navbar h1 {
                font-size: 24px;
                margin-right: 20px;
            }

            .search-input {
                width: 220px;
            }

            .hero-section {
                padding: 4rem 3rem;
                min-height: 80vh;
            }

            .hero-content h1 {
                font-size: 2.8rem;
            }

            .hero-stats {
                gap: 2rem;
            }

            .mod-grid {
                gap: 2.5rem;
            }

            .updates-grid,
            .testimonials-container {
                grid-template-columns: repeat(2, 1fr);
                gap: 2.5rem;
            }

            .contact-container {
                grid-template-columns: 1fr 1fr;
                gap: 3rem;
            }
        }

        /* Large Desktop (1025px - 1440px) - Fixed sizes for PC */
        @media (min-width: 1025px) and (max-width: 1440px) {
            .navbar {
                padding: 14px 20px;
            }

            .navbar h1 {
                font-size: 26px;
                margin-right: 25px;
            }

            .search-input {
                width: 250px;
            }

            .hero-section {
                padding: 5rem 4rem;
                min-height: 600px;
                height: 600px;
            }

            .hero-content h1 {
                font-size: 3.2rem;
            }

            .hero-stats {
                gap: 2.5rem;
            }

            .mod-grid {
                gap: 3rem;
                width: 100%;
                max-width: 1400px;
                margin: 0 auto;
            }

            .mod-card {
                width: 350px;
                min-height: 400px;
            }

            .updates-grid,
            .testimonials-container {
                grid-template-columns: repeat(3, 1fr);
                gap: 3rem;
                width: 100%;
                max-width: 1400px;
                margin: 0 auto;
            }

            .contact-container {
                grid-template-columns: 1fr 1fr;
                gap: 4rem;
                width: 100%;
                max-width: 1400px;
                margin: 0 auto;
            }

            .carousel-btn {
                display: none;
            }
        }

        /* Extra Large Desktop (1441px+) */
        @media (min-width: 1441px) {
            .navbar {
                padding: 16px 24px;
            }

            .navbar h1 {
                font-size: 28px;
                margin-right: 30px;
            }

            .search-input {
                width: 280px;
            }

            .hero-section {
                padding: 6rem 5rem;
                min-height: 90vh;
            }

            .hero-content h1 {
                font-size: 3.8rem;
            }

            .hero-stats {
                gap: 3rem;
            }

            .mod-grid {
                gap: 3.5rem;
            }

            .updates-grid,
            .testimonials-container {
                grid-template-columns: repeat(3, 1fr);
                gap: 3.5rem;
            }

            .contact-container {
                grid-template-columns: 1fr 1fr;
                gap: 5rem;
            }

            .contact-form {
                padding: 3rem;
            }

            .carousel-btn {
                display: none;
            }
        }

        /* Ultra-wide screens */
        @media (min-width: 1921px) {
            .container {
                max-width: 1600px;
                margin: 0 auto;
            }

            .hero-content h1 {
                font-size: 4.5rem;
            }

            .updates-grid,
            .testimonials-container {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        /* Print styles */
        @media print {
            .navbar,
            #back-to-top,
            .carousel-btn,
            .action-btn {
                display: none !important;
            }

            body {
                background: white !important;
                color: black !important;
            }

            .mod-card,
            .update-card,
            .testimonial-card {
                break-inside: avoid;
                box-shadow: none !important;
                border: 1px solid #ccc !important;
            }
        }

        /* High contrast mode support */
        @media (prefers-contrast: high) {
            .mod-card,
            .update-card,
            .testimonial-card {
                border: 2px solid currentColor;
            }

            .action-btn,
            .btn-primary,
            .btn-secondary {
                border: 2px solid currentColor;
            }
        }

        /* Reduced motion support */
        @media (prefers-reduced-motion: reduce) {
            *,
            *::before,
            *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
                scroll-behavior: auto !important;
            }
        }
/* ... rest of your styles ... */
        .mart {
            position: relative;
            display: inline-block;
        }

        .mart-btn {
            background-color: #1e1e1e; /* Dark button background */
            color: white; /* Button text color */
            padding: 10px;
            font-size: 16px;
            border: none;
            cursor: pointer;
            transition: background-color 0.3s; /* Smooth transition */
        }

        .mart-btn:hover {
            background-color: #575757; /* Background on hover */
        }

        .mart-items {
            display: none;
            position: absolute;
            background-color: #1e1e1e; /* Dark background for items */
            min-width: 160px;
            z-index: 1;
            border-radius: 7px;
        }

        .mart-items a {
            color: white; /* Link color */
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            transition: background-color 0.3s; /* Smooth transition */
        }

        .mart-items a:hover {
            background-color: #575757; /* Darker background on hover */
            border-radius:7px;
        }

        .mart-items a.active {
            background-color: #3a3a3a; /* Background for active link */
        }

/* Particle Animation */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    animation: particleFloat 20s ease-in-out infinite;
    pointer-events: none;
}

@keyframes particleFloat {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.5;
    }
    33% {
        transform: translateY(-20px) rotate(120deg);
        opacity: 0.8;
    }
    66% {
        transform: translateY(10px) rotate(240deg);
        opacity: 0.3;
    }
}

/* Enhanced hover effects */
.mod-card:hover .mod-icon {
    transform: scale(1.2) rotate(10deg);
    transition: transform 0.3s ease;
}

.testimonial-card:hover .testimonial-avatar {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

/* Smooth transitions for all interactive elements */
* {
    transition: all 0.3s ease;
}

/* Tooltip Styles */
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 12px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 14px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}

/* Add tooltips to action buttons */
.action-btn[data-tooltip] {
    position: relative;
}

.action-btn[data-tooltip]:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 1000;
    margin-bottom: 5px;
}

.action-btn[data-tooltip]:hover::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.8);
    margin-bottom: -5px;
}

/* Add icon/button styles */
.icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: none;
    background: rgba(255,255,255,0.04);
    color: inherit;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    padding: 6px;
}
.icon-btn:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 10px 24px rgba(0,0,0,0.18); }
.icon-btn svg { width: 22px; height: 22px; display:block; }

/* special small menu button in navbar */
.menu-btn { background: rgba(255,255,255,0.06); border-radius: 12px; }
.theme-toggle { background: rgba(255,255,255,0.03); }

/* Floating back-to-top button style */
#back-to-top { display: inline-flex; align-items:center; justify-content:center; border-radius: 50%; width:48px; height:48px; position:fixed; right:20px; bottom:20px; background:#ff6b6b; color:#fff; border:none; box-shadow:0 12px 30px rgba(0,0,0,0.25); opacity:0; visibility:hidden; transition:opacity .25s, transform .2s; z-index:9999 }
#back-to-top.show { opacity:1; visibility: visible; transform: translateY(0); }
#back-to-top:hover { transform: translateY(-6px); box-shadow: 0 18px 36px rgba(0,0,0,0.32); }

/* Reusable box shadow utility */
.box-shadow { box-shadow: 0 12px 30px rgba(0,0,0,0.14); border-radius: 12px; }

/* Add subtle focus-visible states for accessibility */
.icon-btn:focus { outline: none; box-shadow: 0 0 0 4px rgba(102,126,234,0.15); }

/* Futuristic / animated enhancements */
:root{ --neon-glow: rgba(102,126,234,0.18); }
.futuristic .hero-section{ position:relative; overflow:hidden; }
.particle-layer{position:absolute; inset:0; pointer-events:none; z-index:0;}
.particle{position:absolute; width:6px; height:6px; border-radius:50%; background:rgba(255,255,255,0.07); box-shadow:0 0 8px rgba(102,126,234,0.15); animation:particleMove 12s linear infinite;}
@keyframes particleMove{0%{transform:translateY(0) scale(1); opacity:1}100%{transform:translateY(-900px) scale(.5); opacity:0}}

.neon-title{color:#eaf0ff; text-shadow:0 2px 10px rgba(102,126,234,0.18), 0 0 24px rgba(102,126,234,0.06);}
.glow-btn{box-shadow:0 8px 30px rgba(102,126,234,0.12);}

/* Tilt / subtle 3D on hover */
.tilt:hover{transform:perspective(800px) rotateX(3deg) rotateY(-3deg) translateY(-6px); transition:transform .35s cubic-bezier(.2,.8,.2,1);}

/* Settings panel */
.settings-toggle{position:fixed; right:18px; bottom:18px; z-index:99999; width:52px; height:52px; border-radius:12px; display:inline-flex; align-items:center; justify-content:center; background:linear-gradient(135deg,var(--mh-primary),#29aafe); color:#fff; box-shadow:0 12px 36px rgba(0,0,0,0.35); cursor:pointer}
.settings-panel{position:fixed; right:18px; bottom:82px; width:300px; max-width:92vw; z-index:99999; background:rgba(8,9,11,0.9); border-radius:12px; padding:14px; box-shadow:0 18px 48px rgba(2,6,23,0.6); backdrop-filter: blur(8px); display:none;}
.settings-panel.show{display:block}
.settings-panel h4{margin:0 0 8px 0}
.settings-row{display:flex; gap:8px; align-items:center; margin-bottom:10px}
.settings-row label{flex:1; font-size:14px; color:#cbd5e1}
.color-swatch{width:36px;height:36px;border-radius:8px;border:1px solid rgba(255,255,255,0.06)}
.toggle{width:44px; height:24px; background:rgba(255,255,255,0.06); border-radius:20px; position:relative; cursor:pointer}
.toggle .knob{position:absolute; left:3px; top:3px; width:18px; height:18px; border-radius:50%; background:#fff; transition:left .18s}
.toggle.on{background:linear-gradient(90deg,var(--mh-primary),#29aafe)}
.toggle.on .knob{left:23px}

/* Accent color applied via inline style on :root (JS sets --mh-primary) */

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce){
    .particle{animation: none; opacity: .9}
    *{transition:none !important}
}
