/* Custom styles for InnoHidLabs website */

/* Make headers smaller */
.header-mp .caption h1 {
    font-size: 180px !important; /* Reduced from 290px */
    line-height: 1.2;
}

.header-mp .numb h2 {
    font-size: 48px !important; /* Reduced from 64px */
    line-height: 48px;
    font-weight: 400;
    margin-bottom: 10px;
}

/* Responsive adjustments for smaller headers */
@media screen and (max-width: 992px) {
    .header-mp .caption h1 {
        font-size: 120px !important;
    }

    .header-mp .numb h2 {
        font-size: 36px !important;
        line-height: 36px;
    }
}

@media screen and (max-width: 768px) {
    .header-mp .caption h1 {
        font-size: 80px !important;
    }

    .header-mp .numb h2 {
        font-size: 28px !important;
        line-height: 28px;
    }
}

/* Update company name styling */
.header-mp .caption h1 span {
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: #1d1d1d; /* Changed "Inno" to black */
}

/* Update navbar info text */
.navbar .info .item span {
    font-size: 12px !important; /* Slightly smaller */
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Update footer logo */
.footer-mp .footer-logo h1 {
    font-size: 120px !important; /* Reduced from original */
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    .footer-mp .footer-logo h1 {
        font-size: 80px !important;
    }
}

/* Navigation Menu Styling - White Rounded Navbar Theme */
.navbar {
    position: absolute;
    left: 0;
    top: 30px;
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent;
    z-index: 9999999;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* ULTRA AGGRESSIVE - Hide navbar when hamburger menu is open */
.hamenu.open ~ .navbar,
.hamenu.open ~ #smooth-wrapper .navbar,
body .hamenu.open ~ .navbar,
body .hamenu.open ~ #smooth-wrapper .navbar,
.hamenu.open + .navbar,
.hamenu.open + #smooth-wrapper .navbar,
.hamenu.open ~ * .navbar,
.hamenu.open ~ * #smooth-wrapper .navbar,
.hamenu.open ~ nav.navbar,
.hamenu.open ~ * nav.navbar,
body .hamenu.open ~ nav.navbar,
body .hamenu.open ~ * nav.navbar,
.hamenu.open ~ .navbar.navbar-expand-lg,
.hamenu.open ~ * .navbar.navbar-expand-lg,
body .hamenu.open ~ .navbar.navbar-expand-lg,
body .hamenu.open ~ * .navbar.navbar-expand-lg,
.hamenu.open ~ nav.navbar.navbar-expand-lg,
.hamenu.open ~ * nav.navbar.navbar-expand-lg,
body .hamenu.open ~ nav.navbar.navbar-expand-lg,
body .hamenu.open ~ * nav.navbar.navbar-expand-lg,
.hamenu.open ~ nav,
.hamenu.open ~ * nav,
body .hamenu.open ~ nav,
body .hamenu.open ~ * nav,
.hamenu.open ~ nav.navbar-expand-lg,
.hamenu.open ~ * nav.navbar-expand-lg,
body .hamenu.open ~ nav.navbar-expand-lg,
body .hamenu.open ~ * nav.navbar-expand-lg {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    display: none !important;
    transform: translateY(-100%) !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    z-index: -9999 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
}

/* Force hide navbar when hamburger menu is open */
.hamenu.open ~ *,
.hamenu.open ~ * * {
    --navbar-hidden: true;
}

.hamenu.open ~ .navbar,
.hamenu.open ~ * .navbar {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    display: none !important;
    transform: translateY(-100%) !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    z-index: -9999 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
}

/* Additional global hide for any navbar when hamburger is open */
.hamenu.open ~ nav,
.hamenu.open ~ * nav,
body .hamenu.open ~ nav,
body .hamenu.open ~ * nav {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    display: none !important;
    transform: translateY(-100%) !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    z-index: -9999 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
}

.navbar .container {
    background: white;
    border-radius: 15px;
    padding: 15px 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    /* Removed border: 2px solid #1d1d1d; */
}

.navbar .logo {
    padding: 7px 15px;
    border: 1px solid rgba(133, 238, 0, 0.3);
    border-radius: 30px;
    background: #85EE00;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.navbar .info {
    margin: 0 20px;
}

.navbar .info .item span {
    color: #1d1d1d;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.navbar .navbar-nav {
    padding: 0;
    border: none;
    border-radius: 0;
    margin: 0 20px;
    background: transparent;
    backdrop-filter: none;
    display: flex;
    align-items: center;
}

.navbar .navbar-nav .nav-link {
    padding: 8px 15px;
    border-radius: 0;
    font-size: 18px !important; /* Increased from 14px to 18px */
    color: #1d1d1d !important; /* Changed from blue to black */
    font-weight: 500;
    font-family: "Inter", sans-serif; /* Added Inter font family */
    transition: all 0.3s ease;
    text-decoration: none;
    background: transparent;
    margin: 0 5px;
    letter-spacing: 0.5px; /* Added letter spacing for better readability */
    position: relative; /* Added for underline positioning */
}

.navbar .navbar-nav .nav-link:hover {
    background: transparent;
    color: #85EE00 !important; /* Green color on hover */
    text-decoration: none; /* Remove default underline */
}

.navbar .navbar-nav .nav-link:hover::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 15px;
    right: 15px;
    height: 2px;
    background: #85EE00; /* Green underline */
    border-radius: 1px;
}

.navbar .navbar-nav .nav-link.active {
    background: transparent;
    color: #85EE00 !important; /* Green color for active item */
    font-weight: 600;
}

.navbar .navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 15px;
    right: 15px;
    height: 2px;
    background: #85EE00; /* Green underline for active item */
    border-radius: 1px;
}

.navbar .topnav .butn {
    background: #85EE00 !important;
    color: #1d1d1d !important;
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    margin-right: 15px;
}

.navbar .topnav .butn:hover {
    background: #7FE85A !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(133, 238, 0, 0.3);
}

.navbar .menu-icon {
    background: #1d1d1d;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    position: relative;
}

.navbar .menu-icon .icon {
    color: white;
    font-size: 16px;
}

/* Prevent body scroll when menu is open */
body.menu-open {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
}

/* Mobile-specific hamburger menu improvements */
@media screen and (max-width: 768px) {
    .navbar .menu-icon {
        width: 45px;
        height: 45px;
        background: #1d1d1d;
        border: 2px solid rgba(255, 255, 255, 0.1);
    }
    
    .navbar .menu-icon .icon {
        font-size: 18px;
    }
    
    /* Ensure hamburger menu is always visible on mobile */
    .hamenu {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        z-index: 999999 !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
    
    .hamenu.open {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        left: 0 !important;
    }
    
    /* Mobile-specific close button */
    .hamenu .close-menu {
        position: fixed !important;
        top: 20px !important;
        right: 20px !important;
        width: 50px !important;
        height: 50px !important;
        background: rgba(255, 255, 255, 0.2) !important;
        border: 2px solid rgba(255, 255, 255, 0.3) !important;
        z-index: 1000000 !important;
    }
    
    /* Mobile content adjustments */
    .hamenu .company-branding {
        padding: 80px 20px 40px 20px !important;
        max-width: 100% !important;
    }
    
    .hamenu .company-content {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
    
    .hamenu .company-content h3 {
        font-size: 18px !important;
        margin-bottom: 15px !important;
    }
    
    .hamenu .company-content h4 {
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }
}

/* Responsive adjustments */
@media screen and (max-width: 992px) {
    .navbar .container {
        padding: 12px 20px;
    }

    .navbar .info {
        margin: 0 15px;
    }

    .navbar .navbar-nav {
        margin: 0 15px;
    }
}

@media screen and (max-width: 768px) {
    .navbar .container {
        padding: 10px 15px;
    }

    .navbar .info {
        margin: 0 10px;
    }

    .navbar .navbar-nav {
        margin: 0 10px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 6px 10px;
        font-size: 13px;
    }
}

/* Hamburger Menu Styling - BEAUTIFUL THEME DESIGN */
.hamenu {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #2a2a2a 100%) !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    z-index: 999999 !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    transform: none !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow-y: auto !important;
    backdrop-filter: blur(20px) !important;
}

.hamenu.open {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.hamenu .close-menu {
    position: absolute !important;
    top: 40px !important;
    right: 40px !important;
    width: 60px !important;
    height: 60px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10 !important;
    transform: none !important;
    left: auto !important;
    bottom: auto !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.hamenu .close-menu:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: scale(1.1) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

.hamenu .close-menu .icon {
    color: white !important;
    font-size: 24px !important;
}

.hamenu .container-fluid {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
}

.hamenu .full-height {
    height: 100vh !important;
    min-height: 100vh !important;
    width: 100% !important;
}

.hamenu .company-branding {
    color: white !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 60px 30px 60px 30px !important;
    width: 100% !important;
    margin-top: 120px !important;
    margin-bottom: 60px !important;
    text-align: center !important;
    min-height: auto !important;
}

.hamenu .company-name {
    font-size: 4rem !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin-bottom: 32px !important;
    font-family: 'Inter', sans-serif !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    line-height: 1.1 !important;
}

.hamenu .company-content {
    max-width: 800px !important;
    margin: 0 auto !important;
    background: rgba(255,255,255,0.04) !important;
    border-radius: 18px !important;
    padding: 40px 32px !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.10) !important;
    font-family: 'Inter', sans-serif !important;
    text-align: left !important;
    min-height: auto !important;
    overflow: visible !important;
}

.hamenu .company-content h2 {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    color: #85EE00 !important;
    margin-bottom: 20px !important;
    font-family: 'Inter', sans-serif !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}

.hamenu .company-content h3 {
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    color: #85EE00 !important;
    margin: 30px 0 15px 0 !important;
    font-family: 'Inter', sans-serif !important;
    letter-spacing: 0.5px !important;
}

.hamenu .company-content h4 {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    color: #85EE00 !important;
    margin: 25px 0 10px 0 !important;
    font-family: 'Inter', sans-serif !important;
    letter-spacing: 0.3px !important;
}

.hamenu .company-content p {
    font-size: 1.1rem !important;
    color: #fff !important;
    margin-bottom: 15px !important;
    font-family: 'Inter', sans-serif !important;
    line-height: 1.7 !important;
    opacity: 0.95 !important;
}

.hamenu .company-content ul {
    margin: 20px 0 20px 0 !important;
    padding-left: 24px !important;
}

.hamenu .company-content li {
    font-size: 1.05rem !important;
    color: #85EE00 !important;
    font-family: 'Inter', sans-serif !important;
    margin-bottom: 12px !important;
    font-weight: 600 !important;
    list-style: disc !important;
    line-height: 1.6 !important;
}

.hamenu .company-content li span {
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 1.05rem !important;
    margin-left: 4px !important;
}

.hamenu .company-content strong {
    color: #85EE00 !important;
    font-weight: 600 !important;
}

.hamenu .contact-details-section {
    margin-top: 40px !important;
    padding-top: 30px !important;
    border-top: 1px solid rgba(133, 238, 0, 0.2) !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 1 !important;
    background: rgba(255, 255, 255, 0.02) !important;
    border-radius: 10px !important;
    padding: 25px !important;
    margin-bottom: 20px !important;
}

.hamenu .contact-details-section h3 {
    margin-bottom: 30px !important;
    color: #85EE00 !important;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    display: block !important;
    visibility: visible !important;
    text-align: center !important;
    margin-top: 0 !important;
    padding: 0 !important;
}

.hamenu .contact-details-section .contact-item {
    margin-bottom: 25px !important;
    display: flex !important;
    align-items: center !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 15px 0 !important;
    position: relative !important;
    clear: both !important;
}

.hamenu .contact-details-section .contact-item:last-child {
    margin-bottom: 0 !important;
}

.hamenu .contact-details-section .contact-item strong {
    display: inline-block !important;
    color: #85EE00 !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    margin-right: 15px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    visibility: visible !important;
    padding: 0 !important;
    line-height: 1.2 !important;
    min-width: 80px !important;
    flex-shrink: 0 !important;
}

.hamenu .contact-details-section .contact-item p {
    margin: 0 !important;
    font-size: 1.1rem !important;
    color: #fff !important;
    line-height: 1.6 !important;
    display: inline-block !important;
    visibility: visible !important;
    font-weight: 400 !important;
    padding: 0 !important;
    clear: none !important;
    flex: 1 !important;
}

.hamenu .contact-details-section .contact-item a {
    color: #fff !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: inline !important;
    visibility: visible !important;
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
}

.hamenu .contact-details-section .contact-item a:hover {
    color: #85EE00 !important;
    text-shadow: 0 0 10px rgba(133, 238, 0, 0.5) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 0 15px rgba(133, 238, 0, 0.3) !important;
}

@media screen and (max-width: 768px) {
    .hamenu .company-name {
        font-size: 2.2rem !important;
    }
    .hamenu .company-content {
        padding: 24px 10px !important;
    }
}

@media screen and (max-width: 480px) {
    .hamenu .company-branding {
        margin-top: 80px !important;
        padding: 20px 5px 10px 5px !important;
    }
    .hamenu .company-content {
        padding: 12px 2px !important;
    }
}

/* Hide all old cards and sections in hamburger menu */
.hamenu .contact-section,
.hamenu .contact-item,
.hamenu .business-hours,
.hamenu .services-overview {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: none !important;
} 

/* Hamburger Header with Logo */
.hamenu .hamburger-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 40px !important;
    gap: 0 !important;
}

.hamenu .hamburger-logo {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain !important;
    opacity: 1 !important;
    display: block !important;
    filter: brightness(1.2) contrast(1.1) !important; /* Enhance visibility */
}

.hamenu .company-name {
    font-size: 3rem !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin: 0 !important;
    font-family: 'Inter', sans-serif !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    line-height: 1.1 !important;
}

/* Responsive adjustments for hamburger header */
@media screen and (max-width: 768px) {
    .hamenu .hamburger-header {
        flex-direction: column !important;
        gap: 15px !important;
        margin-bottom: 30px !important;
    }
    
    .hamenu .hamburger-logo {
        width: 50px !important;
        height: 50px !important;
    }
    
    .hamenu .company-name {
        font-size: 2.2rem !important;
    }
}

/* Company name styling in hamburger menu */
.hamenu .company-name h2 {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 !important;
    margin-top: 0 !important;
    font-family: 'Playfair Display', serif !important;
    font-style: italic !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
    line-height: 1.2 !important;
}

/* Logo styling */
.hamenu .logo {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

/* Company name styling - add space after logo */
.hamenu .company-name {
    margin: 0 !important;
    margin-top: 20px !important;
    padding: 0 !important;
    display: block !important;
}

/* Center content vertically in hamburger menu */
.hamenu .cont-info {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 100vh !important;
    padding: 0 !important;
    margin: 0 !important;
}

.hamenu .cont-info .text-center {
    width: 100% !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
}

@media screen and (max-width: 768px) {
    .hamenu .company-name h2 {
        font-size: 2rem !important;
    }
    
    .hamenu .cont-info .item h5 {
        font-size: 15px !important;
    }
    
    .hamenu .cont-info .item span {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 480px) {
    .hamenu .company-name h2 {
        font-size: 1.8rem !important;
    }
    
    .hamenu .cont-info {
        padding-top: 0 !important;
    }
    
    .hamenu .cont-info .item h5 {
        font-size: 14px !important;
    }
    
    .hamenu .cont-info .item span {
        font-size: 12px !important;
    }
}

/* Contact links styling in hamburger menu */
.hamenu .cont-info .item h5 a {
    transition: all 0.3s ease !important;
    border-bottom: 1px solid transparent !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
}

.hamenu .cont-info .item h5 a:hover {
    color: #fff !important;
    border-bottom-color: #85EE00 !important;
    transform: translateY(-2px) !important;
}

/* Contact text styling to match main webpage */
.hamenu .cont-info .item h5 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    letter-spacing: 0.3px !important;
    margin-bottom: 8px !important;
}

.hamenu .cont-info .item span {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    opacity: 0.9 !important;
}

/* Add spacing between contact items */
.hamenu .cont-info .item {
    margin: 0 !important;
    padding: 0 !important;
}

/* Logo and company name container */
.hamenu .logo + .company-name {
    margin-top: 0 !important;
}

/* Contact items spacing */
.hamenu .cont-info .item:nth-child(3) {
    margin-top: 40px !important;
}

.hamenu .cont-info .item:nth-child(4) {
    margin-top: 20px !important;
}

.hamenu .cont-info .item:nth-child(5) {
    margin-top: 20px !important;
}

@media screen and (max-width: 480px) {
    .hamenu .hamburger-logo {
        width: 45px !important;
        height: 45px !important;
    }
    
    .hamenu .company-name {
        font-size: 2rem !important;
    }
} 