/* Import Google Fonts */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

/* General Reset */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* General Layout Improvements */
head{
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Poppins', sans-serif;
    background-color: #f9f9f9;
    color: #333;
    line-height: 1.6;
    padding-top: 0; 
    /* Adjusted for fixed navbar */
    paddi
    /* Space for footer */
}

/* MMW AUTO - PERFECT DROPDOWN UNDER BUTTONS */
#MMW_NAV_2026 {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: linear-gradient(135deg, #0a192f 0%, #1e3a8a 50%, #1e40af 100%) !important;
    backdrop-filter: blur(25px) !important;
    padding: 1.2rem 6% 1.2rem 5% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    z-index: 99999 !important;
    height: 85px !important;
    box-shadow: 0 12px 45px rgba(30,58,138,0.7) !important;
    border-bottom: 3px solid #3b82f6 !important;
}
.mmwk{
    box-sizing: content-box;
    padding: 20px;
    font-size: 1rem;
    backgroun
}
#MMW_NAV_2026 * { box-sizing: border-box !important; margin: 0 !important; padding: 0 !important; 
left: 0%;}

/* LOGO */
.MMW_BRAND_V2 { display: flex !important; align-items: center !important; gap: 18px !important; }
.MMW_LOGO_PRO { 
    height: 75px !important; 
    width: auto !important; 
    border-radius: 33px !important;
    border: 2px solid rgba(255,255,255,0.9) !important;
    box-shadow: 0 15px 40px rgba(59,130,246,0.6) !important;
    transition: all 0.4s ease !important;
    left: 0%;
}
.MMW_LOGO_PRO:hover { transform: scale(1.08) !important; box-shadow: 0 25px 60px rgba(59,130,246,0.8) !important; }
.MMW_TEXT_STACK { display: flex !important; flex-direction: column !important; gap: 0 !important; }
.MMW_TOP_BOLD { 
    font-size: 1.75rem !important; 
    font-weight: 950 !important; 
    background: linear-gradient(135deg, #ffffff, #e0f2fe) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-transform: uppercase !important; 
    letter-spacing: 0px !important;
}
.MMW_BOTTOM_REG { 
    font-size: 1.65rem !important; 
    font-weight: 500 !important; 
    color: rgba(255,255,255,0.95) !important;
    text-transform: uppercase !important; 
    letter-spacing: 1.2px !important;
    text-align: left;
}

/* BUTTONS RIGHT */
.MMW_RIGHT_SECTION {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 30px !important;
    flex: 1 !important;
    padding-right: 20px !important;
}

.MMW_MENU_LIST {
    display: flex !important;
    list-style: none !important;
    gap: 20px !important;
    justify-content: flex-end !important;
}

/* HOVER BUTTONS */
.MMW_MENU_LINK, .MMW_DROP_TOGGLE {
    color: rgba(255,255,255,0.75) !important;
    text-decoration: none !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    padding: 18px 32px !important;
    border-radius: 10px !important;
    transition: all 0.4s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 0.75px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: 2px solid transparent !important;
    min-height: 58px !important;
    white-space: nowrap !important;
    position: relative !important;
}

.MMW_MENU_LINK:hover, .MMW_DROP_TOGGLE:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8) !important;
    border: 2.5px solid rgba(255,255,255,0.4) !important;
    box-shadow: 0 25px 60px rgba(59,130,246,0.7) !important;
    transform: translateY(-4px) scale(1.02) !important;
   
}
.MMW_DROP_MENU{
    font-size: medium;
    font-size: 1rem;
    text-align: center;
    text-overflow: inherit;
}
/* 🔥 FIXED DROPDOWN - DIRECTLY UNDER PARENT BUTTON */
.MMW_DROP_MENU {
    position: absolute !important;
    top: 100% !important; /* STARTS AT BUTTON BOTTOM */
    left: 60% !important; /* LEFT OF PARENT */
    right: 25% !important; /* RIGHT OF PARENT */
    margin: 0 100px 0 10px !important; /* 10px margin from edges */
    min-width: 260px !important;
    background:transparent!important;
    backdrop-filter: blur(30px) !important;
    border-radius: 0 0 20px 20px !important;
    padding: 24px 0 !important;
    box-shadow: 0 35px 80px rgba(59,130,246,0.5) !important;
    opacity: 0 !important;
    visibility: hidde !important;
    transform: translateY(-15px) !important;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    list-style: none !important;
    border: 3px solid rgba(59,130,246,0.5)!important;
    border-top:  none !important;
    z-index: 1003 !important
    
    
    
}
head{
    top: 0%;
}
body{
    top: 0%;
}
 .MMW_SOCIAL_MENU
 {
    position: absolute !important;
    top: 100% !important; /* STARTS AT BUTTON BOTTOM */
    left: 75% !important; /* LEFT OF PARENT */
    right: 20% !important; /* RIGHT OF PARENT */
    margin: 0 10px 0 10px !important; /* 10px margin from edges */
    min-width: 260px !important;
    background: transparent!important;
    backdrop-filter: blur(30px) !important;
    border-radius: 0 0 20px 20px !important;
    padding: 24px 0 !important;
    box-shadow: 0 35px 80px rgba(59,130,246,0.5) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-15px) !important;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    list-style: none !important;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    border-top: none !important;
    z-index: 1003 !important
    
}
.MMW_DROP_ITEM:hover .MMW_DROP_MENU,
.MMW_SOCIAL_DROP:hover .MMW_SOCIAL_MENU {
    opacity: 2 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    margin: 60%;
    left: 100%;
    box-sizing: content-box;
    font-size: 4rem;
    align-items: center;
}

/* DROPDOWN ITEMS */
.MMW_DROP_LINK {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    color: rgba(34, 34, 34, 0.9) !important;
    text-decoration: none !important;
    padding: 16px 28px !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    border-radius: 15px !important;
    margin: 60px 160px !important;
    background: transparent !important;
    border: 2px solid transparent !important;
    transition: all 0.3s ease !important;
    align-items: normal center;
    
}

.MMW_DROP_LINK:hover {
    background: linear-gradient(135deg, rgba(232, 121, 121, 0.4), rgba(232, 121, 121, 0.4)) !important;
    transform: translateX(8px) !important;
    box-shadow: 0 12px 35px rgba(176, 176, 176, 0.4) !important;

    
}

/* MOBILE */


body:has(#MMW_NAV_2026) {  !important; }
/* Back to Top Button */
#topScrollBtn {
  position: fixed !important;
  bottom: 90px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #004080;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  z-index: 9999;
  display: none; /* Hidden initially */
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

#topScrollBtn:hover {
  background-color: #ffd700;
  color: #004080;
  transform: scale(1.1);
}

/* WhatsApp Button */
#waChatBtn {
  position: fixed !important;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  padding: 12px 16px;
  border-radius: 50px;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  z-index: 9999;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

#waChatBtn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(37,211,102,0.4);
}

/* Show back-to-top after scrolling */
#topScrollBtn.show {
  display: block !important;
  opacity: 1;
}

/* Responsive adjustments */



/* Improve Spacing & Aesthetics */

h1,
h2,
h3 {
    color: #004080;
    margin-bottom: 20px;
}

p {
    margin-bottom: 15px;
    text-align: center;
}

table {
    margin: 20px auto;
    width: 90%;
}


/* Navbar Styling */


/* Navigation Bar */

#navlist {
    background-color: #004080;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
}


/* Navbar Links */



/* Buttons */

.btn {
    display: inline-block;
    padding: 12px 20px;
    margin-top: 15px;
    background: #ffcc00;
    color: #004080;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    background: #004080;
    color: white;
}


/* Table Styling */

table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    margin: 20px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

table th {
    background-color: #004080;
    color: white;
    padding: 12px;
    text-align: left;
}

table td {
    padding: 10px;
    border: 1px solid #ddd;
}

table tr:nth-child(even) {
    background-color: #f2f2f2;
}

table tr:hover {
    background-color: #ffcc00;
    color: #004080;
}


/* Category Image Grid */

.category-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    padding: 20px;
    text-align: center;
}

.category-item {
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.category-item:hover {
    transform: scale(1.05);
}

.category-item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 5px;
}

.category-item p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #004080;
}


/* Responsive Design */




/* Sections */

.section {
    padding: 50px 20px;
    text-align: center;
}


/* Footer */

f

/* Social Media Icons */

.social-icons {
    margin-top: 10px;
}

.social-icons a {
    color: white;
    margin: 0 10px;
    font-size: 20px;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    color: #ffcc00;
}


/* Mobile Responsive Design */




/* 🔹 Global Reset */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
}


/
.dropdown-menu a:hover {
    background: #ffd700;
}


/* 🔹 Show dropdown on hover for desktop */


/

.logo img {
    max-width: 100px;
    /* Ensure logo scales properly */
    height: auto;
}

.navbar {
    display: flex;
    align-items: center;
}

.navbar a {
    text-decoration: none;
    font-size: 16px;
}

.nav-links a:hover,
#services-btn:hover {
    color: #ffd700;
}


/* Dropdown Menu (Consistent Styling) */

#services-dropdown {
    position: absolute;
    /* Ensure correct position */
    top: 50px;
    /* Align below the "Services" link */
    left: 0;
    /* Keep aligned horizontally */
    background: white;
    /* Consistent dropdown background */
    border-radius: 8px;
    /* Smooth corners */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    /* Soft shadow for depth */
    padding: 5px 0;
    /* Spacing inside dropdown */
    display: none;
    /* Hidden by default */
    z-index: 100;
    /* Ensure it stays above other content */
}


/* Dropdown Items (Make Consistent with Navbar Links) */

#services-dropdown a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #004080;
    /* Match navbar theme */
    font-weight: 500;
    /* Consistent font */
    transition: background 0.3s, color 0.3s;
    /* Smooth transitions */
}


/* Hover Effect for Dropdown Items */

#services-dropdown a:hover {
    background-color: #ffcc00;
    /* Same hover effect */
    color: #004080;
    /* Text contrast on hover */
}


/* Navbar Styling */



h2 {
    color: #0b3a6a;
    /* Align with navbar color */
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 7000;
}


/* Apply global table styling only to tables inside #tableWrapper */

#tableWrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}


/* Style for headers */

#tableWrapper thead {
    background-color: #0D3A71;
    /* Navy blue */
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* Header cells */

#tableWrapper th {
    padding: 15px;
    text-align: left;
    font-weight: bold;
}


/* Body rows */

#tableWrapper tbody tr {
    border-bottom: 1px solid #ddd;
    transition: background 0.3s ease;
}


/* Alternate row colors */

#tableWrapper tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}


/* Hover effect */

#tableWrapper tbody tr:hover {
    background-color: #E3ECF9;
    /* Light blue */
}


/* Cell padding and color */

#tableWrapper td {
    padding: 12px;
    color: #333;
}


/* Table styling */

#tableWrapper {
    overflow: auto;
    /* Enable scrolling */
    max-height: 500px;
    /* Scroll height */
    border-radius: 12px;
    /* Rounded edges */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}


/* Table itself */

#tableWrapper table {
    width: 100%;
    border-collapse: collapse;
}


/* Header styling */

#tableWrapper thead {
    position: sticky;
    top: 0;
    background: #0D3A71;
    color: white;
    text-transform: uppercase;
    z-index: 10;
    /* Ensure header is above rows */
}


/* Table cells */

#tableWrapper th,
#tableWrapper td {
    padding: 16px;
    text-align: left;
}


/* Alternate rows for better readability */

#tableWrapper tbody tr:nth-child(even) {
    background: #f4f4f9;
}


/* Table Hidden by Default */

#tableWrapper.hidden {
    max-height: 0;
    opacity: 0;
    transform: scale(0.5);
    /* Start Small */
    overflow: hidden;
    transition: max-height 0.8s ease, opacity 0.8s ease, transform 0.8s ease;
}


/* Table Visible - Expand */

#tableWrapper.visible {
    max-height: 600px;
    /* Adjust if needed */
    opacity: 1;
    transform: scale(1);
    /* Expand to Full Size */
    overflow-y: auto;
    /* Enable Scroll if Needed */
}


/* Shining Animation */

@keyframes shine {
    0% {
        box-shadow: 0 0 5px rgba(13, 58, 113, 0.5);
    }
    50% {
        box-shadow: 0 0 20px rgba(13, 58, 113, 0.9);
    }
    100% {
        box-shadow: 0 0 5px rgba(13, 58, 113, 0.5);
    }
}


/* Trigger Shine Effect */

#tableWrapper.shining {
    animation: shine 1.5s ease-in-out;
}


/* Table Container Styling */

#tableWrapper {
    border-radius: 12px;
    overflow: hidden;
}


/* Table Styling */

#tableWrapper table {
    width: 100%;
    border-collapse: collapse;
}


/* Sticky Header */

#tableWrapper thead {
    position: sticky;
    top: 0;
    background: #0D3A71;
    color: white;
    text-transform: uppercase;
    z-index: 10;
}


/* Table Cells */

#tableWrapper th,
#tableWrapper td {
    padding: 16px;
    text-align: left;
}


/* Alternating Rows */

#tableWrapper tbody tr:nth-child(even) {
    background: #f4f4f9;
}
n

/* General Styling */

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
    background: #f9f9f9;
    color: #222;
    line-height: 1.6;
}


/* Contact Section Layout */

.contact-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
}


/* Contact Card Base */

.contact-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}


/* Headings */

.contact-card h3 {
    margin-top: 0;
    font-size: 1.2rem;
    font-weight: bold;
}


/* Links */

.contact-card a {
    color: #0D3A71;
    text-decoration: none;
    font-weight: bold;
}

.contact-card a:hover {
    text-decoration: underline;
}


/* === Hover Animations === */


/* 1. Shrink Animation */

.card-shrink:hover {
    transform: scale(0.9);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}


/* 2. Glow Animation */

.card-glow {
    position: relative;
    overflow: hidden;
}

.card-glow::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, #3c82f6, transparent);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 0;
}

.card-glow:hover::before {
    opacity: 0.3;
}

.card-glow:hover {
    transform: translateY(-5px);
}


/* 3. Slide-In Animation */

.card-slide {
    position: relative;
    overflow: hidden;
}

.card-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(13, 58, 113, 0.1);
    transition: left 0.5s ease;
}

.card-slide:hover::after {
    left: 0;
}


/* 4. Flip Animation (Fixed) */

.card-flip {
    perspective: 1000px;
    /* Enable 3D effect */
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    /* Enable 3D transforms */
    transition: transform 0.8s ease;
}


/* Flip on Hover */

.card-flip:hover .card-inner {
    transform: rotateY(180deg);
}


/* Front and Back Side Styling */

.card-front,
.card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    /* Hide the back when not flipped */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.container {
    width: 100%;
    max-width: 1200px;
    /* Prevents it from growing too wide */
    box-sizing: border-box;
    /* Ensures padding is included */
}

body {
    overflow-x: hidden;
    /* Stops horizontal scroll */
}

h1 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

h2 {
    font-size: 28px;
    font-weight: 600;
    color: #555;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid #007BFF;
    padding-bottom: 5px;
    display: inline-block;
}

p {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 15px;
}


/* Front Side */

.card-front {
    background: white;
}


/* Back Side */

.card-back {
    background: linear-gradient(135deg, #0D3A71, #1E90FF);
    color: rgb(0, 0, 0);
    transform: rotateY(180deg);
    /* Prepare to show on flip */
}


/* Responsive Design */



/* Hover Effect */

#tableWrapper tbody tr:hover {
    background: #E3ECF9;
    transition: background 0.3s ease;
}


/* Custom Scrollbar */

#tableWrapper::-webkit-scrollbar {
    width: 8px;
}

#tableWrapper::-webkit-scrollbar-thumb {
    background-color: #0D3A71;
    border-radius: 10px;
}


/* Button Styling */

#toggleTable {
    padding: 10px 20px;
    background-color: #0D3A71;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

#toggleTable:hover {
    background-color: #0B2D59;
}


/* Smooth row fade and slide effect */

.row-animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}


/* Active row: Fade in and slide up */

.row-animate.active {
    opacity: 1;
    transform: translateY(0);
}


/* Hover animation */

#tableWrapper tbody tr:hover {
    background: #E3ECF9;
    transition: background 0.3s ease;
}


/* Scrollbar styling */

#tableWrapper::-webkit-scrollbar {
    width: 8px;
}

#tableWrapper::-webkit-scrollbar-thumb {
    background-color: #0D3A71;
    border-radius: 10px;
}


/* Responsive styles for mobile */




/* Reveal Dropdown on Hover */

#services-menu:hover #services-dropdown {
    display: block;
    /* Show dropdown on hover */
}


/* Responsive Design (For Mobile Screens) */



/* Reveal Dropdown on Hover */

#services-menu:hover #services-dropdown {
    display: block;
    /* Show when hovering */
}


/* Responsive Fix (For Mobile Screens) */




/* 🔹 Dropdown Menu */

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    list-style: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    width: 180px;
    /* Slightly smaller width */
    border-radius: 5px;
    z-index: 1000;
}

.dropdown-menu li {
    display: block;
}

.dropdown-menu a {
    display: block;
    padding: 8px;
    color: #003366;
    text-decoration: none;
}

.dropdown-menu a:hover {
    background: #ffd700;
}


/* 🔹 Show dropdown on hover for desktop */




/* 🔹 Mobile Menu */

.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 22px;
    color: white;
    cursor: pointer;
}


/* 🔹 Responsive Design */




/* 🔹 Footer Styling */

footer {
    background-color: #003366;
    color: white;
    text-align: center;
    padding: 20px 10px;
    margin-top: 50px;
}

h3 {
    color: white;
}

.footer-container {
    display: flex;
    color: #ffffff;
}

.footer-links {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.footer-links li a {
    text-decoration: none;
    color: white;
    transition: 0.3s;
}

.footer-links li a:hover {
    color: #ffcc00;
}


/* =====================================================
   🔥 NAVBAR STYLING
===================================================== */

#navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(45deg, #004080, #002244);
    padding: 15px 30px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}


/* 🔹 Logo & Company Name */

.nav-left {
    display: flex;
    align-items: center;
    color: white;
}

#navbar-logo {
    height: auto;
    margin-right: 12px;
    border-radius: 5px;
    width: 90px;
}

html,
body {
    overflow-x: hidden;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    width: 50px;
    height: 50px;
}


body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f9f9f9;
    padding-top: 0;
}

nav {
    display: flex;
    justify-content: space-between;
    background: #333;
    padding: 15px;
}

.logo img {
    height: 40px;
}

.nav-links {
    list-style: none;
    padding: 0;
    display: flex;
}

.nav-links li {
    padding: 10px;
}

.nav-links a {
    color: white;
    text-decoration: none;
}


/* Mobile Navigation */

.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
}

h2 {
    margin-top: 40px;
    /* Adjust to avoid overlap with navbar */
}


/* Flexbox container for layout */

.goal-section {
    display: flex;
    /* Enable Flexbox */
    justify-content: space-between;
    /* Space content and image apart */
    align-items: flex-start;
    /* Align items to the top (left for text) */
    padding: 40px;
    /* Space around the section */
}


/* Content on the left side */

.goal-content {
    flex: 1;
    /* Allow content to grow */
    max-width: 60%;
    /* Control width of the text */
    text-align: left;
    /* Ensure left-aligned text */
}


/* Image on the right side */

.goal-image {
    flex-shrink: 0;
    /* Prevent image from shrinking */
}

.goal-image img {
    max-width: 300px;
    /* Control image size */
    height: auto;
    /* Maintain aspect ratio */
    border-radius: 12px;
    /* Optional: Rounded corners */
}


/* Responsive Design for Small Screens */



/* 🔽 Slide-Down Animation for Navbar */

nav {
    position: fixed;
    top: 0;
    width: 100%;
    background: #333;
    padding: 15px;
    animation: slideDown 0.6s ease-in-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}


/* 🎯 Logo Bounce Effect */

.logo img {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}


/* 📜 Fade-In Effect for Sections */

section {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 1s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* 🎨 Button Hover Animation */

.cta-button {
    background: #007bff;
    color: white;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;
}

.cta-button:hover {
    background: #0056b3;
    transform: scale(1.05);
}


/* 🔥 Link Hover Effect */

.nav-links a {
    position: relative;
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #ffcc00;
}


/* 🔼 Back to Top Button Styling */

#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #007bff;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    display: none;
    /* Hide initially */
    transition: opacity 0.3s, transform 0.3s;
}

#backToTop:hover {
    background: #0056b3;
    transform: scale(1.1);
}


/* 🌙 Dark Mode Styling */

body {
    background: #ffffff;
    color: #222;
    transition: background 0.3s, color 0.3s;
}


/* 🌑 Dark Mode Theme */

body.dark-mode {
    background: #121212;
    color: #f1f1f1;
}


/* 🌙 Move Button to the Bottom */

.theme-container {
    text-align: center;
    /* Center the button */
    padding: 20px;
    margin-top: 40px;
}

#themeSwitcher {
    background: #333;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s, transform 0.3s;
}

#themeSwitcher:hover {
    background: #555;
    transform: scale(1.05);
}


/* 🌙 Default Light Mode */

body {
    background: #ffffff;
    color: #222;
    transition: background 0.3s, color 0.3s;
}


/* 🌑 Dark Mode Theme */

body.dark-mode {
    background: #121212;
    color: #f1f1f1;
}


/* 🎨 Style the Button at the Bottom */


/* 🔹 Navbar Styles */

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #333;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #333;
    padding: 10px 20px;
}


}

/* 🔹 Navbar Links */
.nav-links {
    list-style: none;
    display: flex;
    /* Reduced spacing */
    
    margin: auto;
    padding: 0;
    margin-right: 1px;
    list-style: none;
    display: flex;
    gap: 10px;
    /* Reduced spacing */
    
    margin: 0;
    padding: 0;
}
.nav-links li {
    display: inline-block;
    grid-area: auto;
    gap: 100PX;
    display: inline-block;
}
.nav-links a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    padding: 8px 12px;
    /* Adjusted padding */
    
    transition: color 0.3s;
}
.nav-links a:hover {
    color: #ffcc00;
}

/* 🔹 Mobile Navbar */

h2 {
    color: rgb(0, 0, 0);
}
.theme-container {
    text-align: center;
    padding: 20px;
    position: relative;
    margin-top: 40px;
}

/* 🔹 Latest Articles Section */
#blog {
    padding: 40px 20px;
    background: #f8f9fa;
    /* Light gray background */
    
    text-align: center;
}
#blog h2 {
    font-size: 28px;
    color: #222;
    margin-bottom: 20px;
}
.article-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
/* POPUP CONTAINER */
.quote-popup-container { position: relative; }

/* SUCCESS POPUP - FULLSCREEN */
.quote-success-popup {
    position: fixed !important;
    top: 0 !important; left: 0 !important; width: 100% !important; height: 100vh !important;
    background: rgba(0,0,0,0.7) !important; backdrop-filter: blur(10px) !important;
    z-index: 100000 !important; display: none !important;
    align-items: center !important; justify-content: center !important;
}

.popup-content {
    background: linear-gradient(145deg, #ffffff, #f8fafc) !important;
    border-radius: 25px !important; padding: 50px 40px !important;
    max-width: 500px !important; width: 90% !important; text-align: center !important;
    box-shadow: 0 40px 120px rgba(0,0,0,0.4) !important;
    transform: scale(0.7) !important; opacity: 0 !important;
    transition: all 0.4s cubic-bezier(0.4,0,0.2,1) !important;
    border: 1px solid rgba(59,130,246,0.2) !important;
}

.quote-success-popup.show .popup-content {
    transform: scale(1) !important; opacity: 1 !important;
}

.popup-icon {
    font-size: 80px !important; margin-bottom: 25px !important;
    background: linear-gradient(135deg, #10b981, #059669) !important;
    -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.popup-content h2 {
    color: #1e3a8a !important; font-size: 28px !important; font-weight: 800 !important;
    margin: 0 0 20px !important;
}

.popup-content p {
    color: #64748b !important; font-size: 16px !important; line-height: 1.6 !important;
    margin: 15px 0 !important;
}

.popup-close-btn {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8) !important;
    color: white !important; border: none !important; padding: 18px 40px !important;
    border-radius: 15px !important; font-size: 16px !important; font-weight: 700 !important;
    cursor: pointer !important; margin-top: 25px !important;
    box-shadow: 0 10px 30px rgba(59,130,246,0.3) !important;
    transition: all 0.3s ease !important;
}

.popup-close-btn:hover {
    transform: translateY(-3px) !important; box-shadow: 0 20px 40px rgba(59,130,246,0.4) !important;
}

/* MOBILE */

.article {
    width: 300px;
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}
.article:hover {
    transform: scale(1.05);
}
.article h3 {
    font-size: 20px;
    color: #007bff;
}
.article p {
    font-size: 14px;
    color: #555;
}
.article a {
    text-decoration: none;
    font-weight: bold;
    color: #007bff;
}

/* 🔹 Customer Reviews Section */
#reviews {
    padding: 40px 20px;
    background: white;
    text-align: center;
}
#reviews h2 {
    font-size: 28px;
    color: #222;
    margin-bottom: 20px;
}
.review-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.review {
    width: 300px;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.review p {
    font-size: 16px;
    color: #333;
}
.review span {
    font-size: 18px;
    color: gold;
}

/* 🔹 FAQ Section */
#faq {
    padding: 40px 20px;
    background: #f8f9fa;
    text-align: center;
}
#faq h2 {
    font-size: 28px;
    color: #222;
    margin-bottom: 20px;
}
.faq-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}
.faq-item {
    background: white;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background 0.3s ease;
}
.faq-item:hover {
    background: #f1f1f1;
}
.faq-item h3 {
    font-size: 18px;
    color: #007bff;
    margin-bottom: 5px;
}
.faq-item p {
    font-size: 14px;
    color: #555;
    display: none;
    /* Hide answers by default */
}

/* 🔹 Responsive Design */

#themeSwitcher {
    background: #333;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s, transform 0.3s;
}
footer {
    color: #ffffff;
}
#themeSwitcher:hover {
    background: #555;
    transform: scale(1.05);
}
.nav-links a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ffcc00;
    bottom: -3px;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}
.nav-links a:hover::after {
    transform: scaleX(1);
}
body {
    margin: 10px;
}
p {
    position: static;
    position: left;
    margin: left;
}
h3 {
    margin-top: 20px;
    color: #003366;
}

/* Responsive Design */

a,
button {
    transition: all 0.3s ease-in-out;
}
button,
.btn {
    padding: 12px 20px;
    font-size: 16px;
}
body {
    font-size: 16px;
}

.company-name {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}

/* 🔹 Hamburger Menu (Hidden on Desktop) */
.menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
    background: none;
    border: none;
    color: white;
}

/* Footer Styling */
#custom-footer {
    background: #003366;
    /* Darker blue for better visibility */
    
    color: white;
    padding: 40px 20px;
    text-align: center;
    font-size: 16px;
    width: 100%;
}

/* Footer Layout */
.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    padding: 20px 0;
}

/* Footer Columns */
.footer-column {
    flex: 1;
    min-width: 250px;
    margin: 10px;
    text-align: left;
}

/* Footer Headings */
.footer-column h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #FFD700;
    /* Gold color */
}

/* Footer Links */
#custom-footer a {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}
#custom-footer a:hover {
    text-decoration: underline;
    color: #FFF;
}

/* Social Media Section */
.footer-social {
    margin-top: 15px;
}
.footer-social a {
    color: white;
    margin: 0 10px;
    font-size: 16px;
    transition: color 0.3s;
}
.footer-social a:hover {
    color: #FFD700;
}

/* Footer Bottom Section */
.footer-bottom {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
}

/* Global Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

/* Keyframes for Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes bounceIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    
    60% {
        transform: scale(1.1);
        opacity: 1;
    }
    
    100% {
        transform: scale(1);
    }
}

/* Parallax Effect */
.parallax {
    background-image: url('your-image.jpg');
    /* Add your background image */
    
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2em;
    text-align: center;
}

/* Section Animations */
section {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeIn 1.2s ease-in-out forwards;
}

/* Delay Different Sections */
section:nth-child(1) {
    animation-delay: 0.3s;
}
section:nth-child(2) {
    animation-delay: 0.6s;
}
section:nth-child(3) {
    animation-delay: 0.9s;
}
section:nth-child(4) {
    animation-delay: 1.2s;
}

/* Navbar Styling */
nav {
    background-color: #003366;
    padding: 15px;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
nav a {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    transition: 0.3s;
}
nav a:hover {
    background-color: #0056b3;
    border-radius: 5px;
}

/* Button Animation */
button,
.btn {
    background-color: #007BFF;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
button:hover,
.btn:hover {
    background-color: #0056b3;
    transform: scale(1.05);
}

/* Table Animations */
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    animation: fadeIn 1.2s ease-in-out forwards;
}
td,
th {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    animation: bounceIn 0.8s ease-in-out forwards;
}
tr:nth-child(even) {
    background-color: #f2f2f2;
}

/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

/* Smooth Fade-in Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Slide-in from Left */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Slide-in from Right */
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Bounce-in Effect */
@keyframes bounceIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    
    60% {
        transform: scale(1.1);
        opacity: 1;
    }
    
    100% {
        transform: scale(1);
    }
}

/* Fade-in for Paragraphs */
p {
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
}

/* Smooth Header Animations */
h1,
h2 {
    opacity: 0;
    animation: slideInLeft 1s ease-in-out forwards;
}

/* Table Animation */
tr {
    animation: bounceIn 0.8s ease-in-out;
}
td {
    opacity: 0;
    animation: fadeIn 0.5s ease-in-out forwards;
}

/* Section Animations */
section {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeIn 1.2s ease-in-out forwards;
}

/* Delay Different Sections */
section:nth-child(1) {
    animation-delay: 0.3s;
}
section:nth-child(2) {
    animation-delay: 0.6s;
}
section:nth-child(3) {
    animation-delay: 0.9s;
}
section:nth-child(4) {
    animation-delay: 1.2s;
}

/* Button Animation */
button,
.btn {
    background-color: #007BFF;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
button:hover,
.btn:hover {
    background-color: #0056b3;
    transform: scale(1.05);
}

/* Navbar Styling */
nav {
    background-color: #003366;
    padding: 15px;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
nav a {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    transition: 0.3s;
}
nav a:hover {
    background-color: #0056b3;
    border-radius: 5px;
}

/* Footer Styling */
footer {
    background-color: #003366;
    color: white;
    text-align: center;
    padding: 20px 0;
    margin-top: 50px;
    opacity: 0;
    animation: fadeIn 1.5s ease-in-out forwards;
}

/* Card Effects */
.card {
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    h1,
    h2 {
        font-size: 1.8em;
    }
    
    button {
        padding: 10px 20px;
    }
    
    nav a {
        display: block;
        margin: 10px 0;
    }
}

/* Card Hover Effects */
.card {
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

/* Footer Styling */
footer {
    background-color: #003366;
    color: white;
    text-align: center;
    padding: 20px 0;
    margin-top: 50px;
    opacity: 0;
    animation: fadeIn 1.5s ease-in-out forwards;
}

/* Responsive Design */
@media (max-width: 768px) {
    h1,
    h2 {
        font-size: 1.8em;
    }
    
    button {
        padding: 10px 20px;
    }
    
    nav a {
        display: block;
        margin: 10px 0;
    }
}

/* 🔹 Mobile View */

    
    .nav-links.active {
        display: flex;
    }
    /* ✅ Fix Dropdown for Mobile */
    
    .dropdown-menu {
        display: none;
        position: relative;
        background: none;
        box-shadow: none;
    }
    
    .dropdown-menu.show {
        display: block;
    }
    
    .dropdown-menu li a {
        color: white;
    }
}

/* 🔹 Navbar Styling */
#navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #004080;
    padding: 10px 20px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

/* 🔹 Hamburger Button */
.menu-toggle {
    display: none;
    font-size: 30px;
    cursor: pointer;
    background: none;
    border: none;
    color: white;
}

/* 🔹 Navigation Links */
.nav-links {
    display: flex;
    list-style: none;
    gap: 20px;
}
.nav-links li {
    position: relative;
}
.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding: 10px;
}

/* Reset Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}
body {
    line-height: 1.6;
    background-color: #f8f9fa;
    position: left;
}

/* Navbar */
nav {
    display: flex;
    justify-content: space-between;
    align-items: left;
    background-color: #003366;
    color: white;
    padding: 10px 20px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

/* Logo & Name */
.nav-left {
    display: flex;
    align-items: center;
}
.nav-left img {
    height: 50px;
    margin-right: 10px;
}
.company-name {
    font-size: 15px;
    font-weight: bold;
}

/* Navigation Links */
.nav-links {
    list-style: none;
    display: flex;
}
.nav-links li {
    position: relative;
    padding: 10px 15px;
}
.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}
.nav-links a:hover {
    text-decoration: underline;
}

/* Dropdown Styling */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    list-style: none;
    padding: 0;
}
.dropdown-menu li {
    width: 180px;
    padding: 10px;
}
.dropdown-menu a {
    color: black;
    display: block;
}
.dropdown:hover .dropdown-menu {
    display: block;
}

/* Hamburger Button */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    color: white;
    cursor: pointer;
}

/* Mobile Responsive Styles */


/* 🔹 Navbar Links */
.

/* 🔹 Dropdown Menu */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 200px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease-in-out;
    z-index: 9999;
}

/* 🔹 Dropdown Items */
.dropdown-menu li {
    padding: 10px;
}
.dropdown-menu li a {
    color: black;
    display: block;
    padding: 12px 15px;
    text-decoration: none;
}

/* 🔹 Dropdown Hover Effect */
.dropdown-menu li a:hover {
    background: #f0f0f0;
    color: #000 !important;
}

/* 🔹 Show Dropdown on Hover (Desktop) */
.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* 🔹 Mobile Menu Toggle */
.menu-toggle {
    display: none;
    font-size: 26px;
    cursor: pointer;
    background: none;
    border: none;
    color: white;
}

/* 🔹 Mobile View */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }
    
    .nav-links {
        display: none;
        flex-direction: column;
        background: #004080;
        position: absolute;
        width: 100%;
        top: 60px;
        left: 0;
        padding: 15px 0;
        border-radius: 5px;
    }
    
    .nav-links.active {
        display: flex;
    }
    
    .dropdown-menu {
        position: relative;
        background: none;
        box-shadow: none;
    }
    
    .dropdown-menu li a {
        color: white;
    }
}

/* =====================================================
   🔥 BUTTON STYLING
===================================================== */
.button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #ffcc00;
    color: black;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: transform 0.3s, background-color 0.3s;
}
.button:hover {
    background-color: #ffaa00;
    transform: scale(1.1);
}

/* =====================================================
   🔥 FORMS STYLING
===================================================== */
form {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* 🔹 Form Fields */
form input,
form select,
form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

/* 🔹 Form Submit Button */
.submit-btn {
    width: 100%;
    padding: 12px;
    background-color: #004080;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 15px;
}
.submit-btn:hover {
    background-color: #ffcc00;
    color: black;
}

/* =====================================================
   🔥 FOOTER STYLING
===================================================== */
footer {
    background-color: #003366;
    color: white;
    text-align: center;
    padding: 20px 10px;
    margin-top: 50px;
    text-shadow: #000;
}
.footer-links {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}
.footer-links li a {
    text-decoration: none;
    color: white;
    transition: 0.3s;
}
.footer-links li a:hover {
    color: #ffcc00;
}
padding: 12px 24px;
background-color: #ffcc00;
color: black;
font-size: 16px;
font-weight: bold;
text-decoration: none;
border-radius: 5px;
transition: transform 0.3s,
background-color 0.3s;

}
.button:hover {
    background-color: #ffaa00;
    transform: scale(1.1);
}

/* =====================================================
   🔥 FORMS STYLING
===================================================== */
form {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,
    0,
    0,
    0.1);
}
/* ==========================================================================
   MOBILE NAVBAR ONLY - DESKTOP UNTOUCHED
   ========================================================================== */

/* SHOW/HIDE LOGIC */
@media (min-width: 992px) {
  .mobile-only { display: none !important; }
}

@media (max-width: 991px) {
  #MMW_NAV_2026 { display: none !important; } /* Hide desktop */
}

/* MOBILE NAVBAR */
#MMW_MOBILE_NAV {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background: linear-gradient(135deg, #0a192f 0%, #1e3a8a 50%, #1e40af 100%) !important;
  backdrop-filter: blur(25px) !important;
  padding: 12px 20px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  z-index: 99998 !important;
  height: 70px !important;
  box-shadow: 0 10px 35px rgba(30,58,138,0.7) !important;
}

/* MOBILE LOGO - IDENTICAL STYLE */
.MMW_MOBILE_BRAND { display: flex !important; align-items: center !important; gap: 12px !important; }
.MMW_MOBILE_LOGO { 
  height: 50px !important; width: auto !important; 
  border-radius: 25px !important; border: 2px solid rgba(255,255,255,0.9) !important;
  box-shadow: 0 12px 35px rgba(59,130,246,0.6) !important; transition: all 0.3s ease !important;
}
.MMW_MOBILE_TEXT { display: flex !important; flex-direction: column !important; gap: 0 !important; }
.MMW_MOBILE_TOP { 
  font-size: 1.25rem !important; font-weight: 950 !important; 
  background: linear-gradient(135deg, #ffffff, #e0f2fe) !important;
  -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important;
  text-transform: uppercase !important;
}
.MMW_MOBILE_BOTTOM { 
  font-size: 1.32rem !important; font-weight: 450 !important; 
  color: rgba(255,255,255,0.95) !important; text-transform: uppercase !important;
  align-items: left;
}

/* MOBILE HAMBURGER */
.MMW_MOBILE_HAMBURGER {
  width: 45px !important; height: 45px !important;
  background: rgba(255,255,255,0.1) !important; border: 2px solid rgba(255,255,255,0.3) !important;
  border-radius: 12px !important; cursor: pointer !important;
  flex-direction: column !important; justify-content: center !important; align-items: center !important;
  gap: 4px !important; transition: all 0.3s ease !important;
}

.MMW_MOBILE_HAMBURGER:hover { 
  background: rgba(59,130,246,0.3) !important; transform: scale(1.08) !important; 
}

.MMW_MOBILE_HAMBURGER span {
  width: 25px !important; height: 3px !important; background: white !important;
  border-radius: 2px !important; transition: all 0.3s ease !important;
}

/* HAMBURGER X ANIMATION */
.MMW_MOBILE_HAMBURGER.active span:nth-child(1) { transform: rotate(45deg) translate(7px, 7px) !important; }
.MMW_MOBILE_HAMBURGER.active span:nth-child(2) { opacity: 0 !important; }
.MMW_MOBILE_HAMBURGER.active span:nth-child(3) { transform: rotate(-45deg) translate(7px, -7px) !important; }

/* MOBILE SIDEBAR */
#MMW_MOBILE_SIDEBAR {
  position: fixed !important; top: 0 !important; right: -100% !important;
  width: 85vw !important; max-width: 360px !important; height: 100vh !important;
  background: linear-gradient(135deg, #0a192f 0%, #1e3a8a 100%) !important;
  backdrop-filter: blur(30px) !important; padding: 90px 25px 40px !important;
  z-index: 99997 !important; transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  overflow-y: auto !important; box-shadow: -20px 0 60px rgba(0,0,0,0.7) !important;
}

#MMW_MOBILE_SIDEBAR.active { right: 0 !important; }

#MMW_MOBILE_SIDEBAR ul {
  list-style: none !important; padding: 0 !important; margin: 0 !important;
}

#MMW_MOBILE_SIDEBAR li { margin-bottom: 10px !important; }

#MMW_MOBILE_SIDEBAR li a {
  display: flex !important; align-items: center !important; gap: 12px !important;
  padding: 22px 28px !important; color: rgba(255,255,255,0.95) !important;
  text-decoration: none !important; font-size: 1.15rem !important; font-weight: 600 !important;
  border-radius: 16px !important; background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.15) !important; transition: all 0.4s ease !important;
  text-transform: uppercase !important; letter-spacing: 0.5px !important;
}

#MMW_MOBILE_SIDEBAR li a:hover {
  background: linear-gradient(135deg, #3b82f6, #1d4ed8) !important;
  color: white !important; transform: translateX(12px) !important;
  box-shadow: 0 10px 30px rgba(59,130,246,0.4) !important;
}

/* MOBILE OVERLAY */
#MMW_MOBILE_OVERLAY {
  position: fixed !important; top: 0 !important; left: 0 !important;
  width: 100vw !important; height: 100vh !important;
  background: rgba(0,0,0,0.75) !important; z-index: 99996 !important;
  opacity: 0 !important; visibility: hidden !important; transition: all 0.4s ease !important;
}

#MMW_MOBILE_OVERLAY.active { opacity: 1 !important; visibility: visible !important; }

/* 🔹 Form Fields */
form input,
form select,
form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

/* 🔹 Form Submit Button */
.submit-btn {
    width: 100%;
    padding: 12px;
    background-color: #004080;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 15px;
}
.submit-btn:hover {
    background-color: #ffcc00;
    color: black;
}

/* =====================================================
   🔥 FOOTER STYLING
===================================================== */
footer {
    background-color: #003366;
    color: white;
    text-align: center;
    padding: 20px 10px;
    margin-top: 50px;
    text-shadow: #000;
}
.footer-links {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}
.footer-links li a {
    text-decoration: none;
    color: white;
    transition: 0.3s;
}
.footer-links li a:hover {
    color: #ffcc00;
}