/* ================= WATCH WATER COMMON STYLES ================= */
.custom-navbar {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    padding: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    position: relative;
}
.navbar-brand img {
    height: 42px;
    width: auto;
}
.navbar-nav .nav-link {
    color: #1a2b3c !important;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
    transition: color 0.2s ease;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #0d6efd !important;
}
.nav-right-section {
    display: flex;
    align-items: center;
}
.search-icon-btn {
    background: none;
    border: none;
    color: #1a2b3c;
    font-size: 1.15rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
}
.lang-dropdown {
    background: none;
    border: none;
    color: #1a2b3c;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
}
.consultation-btn {
    background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);
    color: #ffffff !important;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    padding: 1.25rem 2rem;
    border-radius: 0;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.consultation-btn:hover {
    background: linear-gradient(90deg, #1d4ed8 0%, #2563eb 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}

/* Full-Width Centered Mega Menu Styles (25% - 50% - 25% layout) */
        .dropdown-mega {
            position: relative !important;
        }
        .mega-menu-content {
            position: absolute;
            top: 131%; /* Align directly beneath the navbar without pushing it down into a gap */
            left: 0;
            width: 100vw; /* Or 100% depending on your container */
            background-color: #f4f6f8;
            border-top: 1px solid #e2e8f0;
            box-shadow: 0 15px 30px rgba(0,0,0,0.08);
            display: none;
            z-index: 1050;
        }
        .mega-menu-content::before {
            content: '';
            position: absolute;
            top: -20px; /* Extends upward into the navbar area */
            left: 0;
            width: 80%;
            height: 50px; /* Bridges the gap */
            background: transparent;
        }
        .dropdown-mega:hover .mega-menu-content,
        .mega-menu-content:hover {
            display: block;
        }
        .dropdown-mega:hover .mega-menu-content {
            display: block;
        }
        .mega-container {
            width: 100% !important;
            margin: 0;
            padding: 0;
        }
        .mega-row {
            display: flex;
            width: 100%;
        }
        .mega-col {
            padding: 40px 30px;
            border-right: 1px solid #e2e8f0;
        }
        .mega-col:last-child {
            border-right: none;
            padding: 0;
        }
        
        /* Column Width Specifications: 25% - 50% - 25% */
        .col-categories {
            flex: 0 0 25%;
        }
        .col-subcategories {
            flex: 0 0 50%;
            background-color: #ffffff;
        }
        .col-preview {
            flex: 0 0 25%;
        }

        .mega-title {
            font-size: 1.35rem;
            font-weight: 600;
            color: #1a2b3c;
            margin-bottom: 1.5rem;
        }
        .mega-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .mega-item {
            margin-bottom: 0.85rem;
            cursor: pointer;
            padding: 0.4rem 0.6rem;
            transition: all 0.2s ease;
        }
        .mega-item a {
            text-decoration: none;
            color: #475569;
            font-size: 1.02rem;
            font-weight: 400;
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }
        .mega-item:hover a,
        .mega-item.active a {
            color: #1a2b3c;
            font-weight: 500;
        }
        .mega-item.active {
            background-color: #f1f5f9;
            border-left: 3px solid #0d6efd;
            padding-left: calc(0.6rem - 3px);
        }
        .mega-item i {
            font-size: 0.85rem;
            color: #64748b;
        }
        
        .subcat-group {
            display: none;
        }
        .subcat-group.active {
            display: block;
        }

        /* 3-Column layout for Sub-categories */
        .subcat-grid-3col {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 12px 20px;
        }

        /* Preview Card Column */
        .mega-preview-card {
            position: relative;
            width: 100%;
            height: 100%;
            min-height: 400px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 40px;
        }
        .mega-preview-card::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.8) 100%);
        }
        .mega-preview-content {
            position: relative;
            z-index: 2;
            color: #ffffff;
        }
        .mega-preview-title {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
            color: #ffffff;
        }
        .mega-preview-text {
            font-size: 1.1rem;
            color: #cbd5e1;
            margin: 0;
            font-weight: 300;
        }/* Full-Width Centered Mega Menu Styles (25% - 50% - 25% layout) */
        .dropdown-mega {
            position: static !important;
        }
        .mega-menu-content {
            position: absolute;
            top: 131%;
            left: 20%;
            width: 80%;
            background-color: #f4f6f8;
            border-top: 1px solid #e2e8f0;
            box-shadow: 0 15px 30px rgba(0,0,0,0.08);
            display: none;
            z-index: 1050;
        }
        .mega-menu-content::before {
            content: '';
            position: absolute;
            top: -20px; /* Extends upward into the navbar area */
            left: 0;
            width: 100%;
            height: 50px; /* Bridges the gap */
            background: transparent;
        }
        .dropdown-mega:hover .mega-menu-content {
            display: block;
        }
        .mega-container {
            width: 100% !important;
            margin: 0;
            padding: 0;
        }
        .mega-row {
            display: flex;
            width: 100%;
        }
        .mega-col {
            padding: 40px 30px;
            border-right: 1px solid #e2e8f0;
        }
        .mega-col:last-child {
            border-right: none;
            padding: 0;
        }
        
        /* Column Width Specifications: 25% - 50% - 25% */
        .col-categories {
            flex: 0 0 25%;
        }
        .col-subcategories {
            flex: 0 0 50%;
            background-color: #ffffff;
        }
        .col-preview {
            flex: 0 0 25%;
        }

        .mega-title {
            font-size: 1.35rem;
            font-weight: 600;
            color: #1a2b3c;
            margin-bottom: 1.5rem;
        }
        .mega-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .mega-item {
            margin-bottom: 0.85rem;
            cursor: pointer;
            padding: 0.4rem 0.6rem;
            transition: all 0.2s ease;
        }
        .mega-item a {
            text-decoration: none;
            color: #475569;
            font-size: 1.02rem;
            font-weight: 400;
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }
        .mega-item:hover a,
        .mega-item.active a {
            color: #1a2b3c;
            font-weight: 500;
        }
        .mega-item.active {
            background-color: #f1f5f9;
            border-left: 3px solid #0d6efd;
            padding-left: calc(0.6rem - 3px);
        }
        .mega-item i {
            font-size: 0.85rem;
            color: #64748b;
        }
        
        .subcat-group {
            display: none;
        }
        .subcat-group.active {
            display: block;
        }

        /* 3-Column layout for Sub-categories */
        .subcat-grid-3col {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 12px 20px;
        }

        /* Preview Card Column */
        .mega-preview-card {
            position: relative;
            width: 100%;
            height: 100%;
            min-height: 400px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 40px;
        }
        .mega-preview-card::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.8) 100%);
        }
        .mega-preview-content {
            position: relative;
            z-index: 2;
            color: #ffffff;
        }
        .mega-preview-title {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
            color: #ffffff;
        }
        .mega-preview-text {
            font-size: 1.1rem;
            color: #cbd5e1;
            margin: 0;
            font-weight: 300;
        }

/* Hero Banner */
.product-hero-section {
    padding: 40px 0 20px 0;
    background-color: #ffffff;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.product-banner-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 240px;
    display: flex;
    align-items: center;
    padding: 50px 80px;
    /* box-shadow: 0 15px 40px rgba(11, 27, 59, 0.2); */
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    justify-content: center;
}
.product-banner-card:hover {
    transform: scale(1.005);
}
.product-banner-card::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background: radial-gradient(circle at 50% 50%, rgba(59, 130, 246, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%); */
    pointer-events: none;
}

/* Product Navigation Tabs */
.product-nav-section {
    padding: 15px 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    position: sticky;
    top: 0px;
    z-index: 1 !important;
    transition: all 0.3s ease;
    /* background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px); */
}
.product-nav-wrapper {
    display: flex;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    overflow: hidden;
}
.product-nav-item {
    flex: 1;
    text-align: center;
    padding: 18px 12px;
    font-size: 1.05rem;
    font-weight: 500;
    color: #0b131e;
    text-decoration: none;
    border-right: 1px solid #cbd5e1;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
}
.product-nav-item:last-child {
    border-right: none;
}
.product-nav-item:hover {
    color: #2563eb;
    background-color: #f8fafc;
    transform: translateY(-2px);
}
.product-nav-item.active {
    background-color: #0b131e;
    color: #ffffff;
    font-weight: 600;
}

/* Mobile Dropdown */
.mobile-nav-dropdown-container {
    display: none;
    position: relative;
    width: 100%;
}
.mobile-nav-toggle-btn {
    width: 100%;
    background-color: #0b131e;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 16px 20px;
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.mobile-nav-toggle-btn i {
    transition: transform 0.3s ease;
}
.mobile-nav-dropdown-container.open .mobile-nav-toggle-btn i {
    transform: rotate(180deg);
}
.mobile-nav-menu-list {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    list-style: none;
    padding: 8px 0;
    margin: 0;
    display: none;
    z-index: 1030;
}
.mobile-nav-dropdown-container.open .mobile-nav-menu-list {
    display: block;
}
.mobile-nav-dropdown-item {
    display: block;
    padding: 12px 20px;
    color: #0b131e;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
}
.mobile-nav-dropdown-item:hover,
.mobile-nav-dropdown-item.active {
    background-color: #f1f5f9;
    color: #2563eb;
    font-weight: 600;
}

@media (max-width: 992px) {
    .product-nav-wrapper { display: none; }
    .mobile-nav-dropdown-container { display: block; }
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 140px;
}

/* Introduction Section Styles */
.transformation-section {
    background-color: #ffffff;
    padding: 60px 0 80px 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.trans-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #1a2b3c;
    background-color: #ffffff;
    text-decoration: none;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}
.trans-badge:hover {
    border-color: #2563eb;
    color: #2563eb;
    transform: translateY(-2px);
}
.trans-heading {
    font-size: 2.8rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.15;
    margin-bottom: 2rem;
    letter-spacing: -1px;
}
.trans-heading .highlight-blue {
    color: #1e40af;
}
.trans-text-lead {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 1.25rem;
    line-height: 1.5;
}
.trans-text-body {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    font-weight: 400;
}
.trans-subheading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
}
.trans-btn {
    background-color: #0056b3;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.9rem 1.75rem;
    border-radius: 4px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.trans-btn:hover {
    background-color: #004085;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 86, 179, 0.3);
}
.trans-image-container {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    transition: transform 0.5s ease;
}
.trans-image-container:hover {
    transform: scale(1.02);
}
.trans-image-container img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.7s ease;
}
.trans-image-container:hover img {
    transform: scale(1.04);
}

/* Applications Section Styles */
.applications-section {
    background-color: #ffffff;
    padding: 80px 0 100px 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    text-align: center;
}
.app-badge-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.app-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #1a2b3c;
    background-color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}
.app-badge:hover {
    border-color: #2563eb;
    color: #2563eb;
    transform: translateY(-2px);
}
.app-heading {
    font-size: 3.2rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
}
.app-heading .highlight-blue {
    color: #1e40af;
}
.app-subtext {
    font-size: 1.05rem;
    color: #475569;
    max-width: 720px;
    margin: 0 auto 70px auto;
    line-height: 1.6;
    font-weight: 400;
}
.app-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
@media (max-width: 992px) {
    .app-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .app-grid {
        grid-template-columns: 1fr;
    }
}
.app-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 35px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100%;
}
.app-card:hover {
    transform: translateY(-8px);
    background-color: #f8fafc;
    border-color: #cbd5e1;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}
.app-icon-box {
    font-size: 2.5rem;
    color: #1e40af;
    margin-bottom: 20px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}
.app-card:hover .app-icon-box {
    transform: scale(1.1);
}
.app-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
    margin-bottom: 12px;
}
.app-card-desc {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

/* Four Intelligence Systems / Features Section Styles */
.systems-section {
    background-color: #f8fafc;
    padding: 80px 0 100px 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    text-align: center;
}
.sys-badge-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.sys-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #1a2b3c;
    background-color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}
.sys-badge:hover {
    border-color: #2563eb;
    color: #2563eb;
    transform: translateY(-2px);
}
.sys-heading {
    font-size: 3.2rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 70px;
    letter-spacing: -1px;
}
.sys-heading .highlight-blue {
    color: #1e40af;
}
.sys-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
@media (max-width: 992px) {
    .sys-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .sys-grid {
        grid-template-columns: 1fr;
    }
}
.sys-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 35px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid #e2e8f0;
    text-align: left;
}
.sys-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(30, 64, 175, 0.08);
    border-color: #cbd5e1;
}
.sys-card-top {
    margin-bottom: 30px;
}
.sys-card-logo-area {
    height: 45px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.sys-card-logo-area i {
    font-size: 2rem;
}
.sys-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
    margin-bottom: 12px;
}
.sys-card-desc {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

/* Science & Technology Section Styles */
.sci-tech-section {
    background-color: #ffffff;
    padding: 80px 0 100px 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.sci-badge-wrapper {
    margin-bottom: 1.5rem;
}
.sci-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #1a2b3c;
    background-color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}
.sci-badge:hover {
    border-color: #2563eb;
    color: #2563eb;
    transform: translateY(-2px);
}
.sci-heading {
    font-size: 3.2rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 2.5rem;
    letter-spacing: -1px;
}
.sci-text-lead {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}
.sci-bullet-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 0;
}
.sci-bullet-item {
    font-size: 1.02rem;
    color: #475569;
    line-height: 1.6;
    font-weight: 400;
    transition: transform 0.2s ease;
}
.sci-bullet-item:hover {
    transform: translateX(4px);
}
.sci-bullet-item strong {
    color: #0f172a;
    font-weight: 600;
}
.sci-image-container {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    transition: transform 0.5s ease;
}
.sci-image-container:hover {
    transform: scale(1.02);
}
.sci-image-container img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.7s ease;
}
.sci-image-container:hover img {
    transform: scale(1.04);
}

/* Download Documents Section Styles */
.download-documents-section {
    background-color: #f8fafc;
    padding: 100px 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    text-align: center;
}
.doc-badge-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.doc-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #1a2b3c;
    background-color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}
.doc-badge:hover {
    border-color: #2563eb;
    color: #2563eb;
    transform: translateY(-2px);
}
.doc-heading {
    font-size: 3.2rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 70px;
    letter-spacing: -1px;
}
.doc-heading .highlight-blue {
    color: #1e40af;
}
.doc-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
@media (max-width: 1200px) {
    .doc-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .doc-grid {
        grid-template-columns: 1fr;
    }
}
.doc-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    height: 100%;
}
.doc-card:hover {
    border-color: #2563eb;
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(37, 99, 235, 0.1);
}
.doc-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
    text-align: left;
}
.doc-card-icon {
    font-size: 1.4rem;
    color: #1e40af;
    background: #f1f5f9;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}
.doc-card:hover .doc-card-icon {
    background-color: #2563eb;
    color: #ffffff;
    transform: scale(1.1);
}

/* Poster Library Slider Section Styles */
.poster-library-section {
    background-color: #ffffff;
    padding: 100px 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    overflow: hidden;
    position: relative;
}
.poster-lib-header-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 20px;
}
.poster-lib-badge-wrapper {
    margin-bottom: 1.25rem;
}
.poster-lib-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #1a2b3c;
    background-color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}
.poster-lib-badge:hover {
    border-color: #2563eb;
    color: #2563eb;
    transform: translateY(-2px);
}
.poster-lib-heading {
    font-size: 3.2rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -1px;
}
.poster-lib-heading .highlight-blue {
    color: #1e40af;
}

.poster-slider-nav {
    display: flex;
    gap: 12px;
}
.poster-swiper-button-prev,
.poster-swiper-button-next {
    position: static !important;
    width: 50px;
    height: 50px;
    background-color: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    margin: 0 !important;
}
.poster-swiper-button-prev::after,
.poster-swiper-button-next::after { display: none; }
.poster-swiper-button-prev:hover,
.poster-swiper-button-next:hover {
    background-color: #0f172a;
    border-color: #0f172a;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px #0f172a37;
}

.poster-swiper-container {
    padding: 10px 5px 50px 5px !important;
    overflow: hidden !important;
    position: relative;
}
.poster-loading-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 20;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
.poster-loading-overlay.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.poster-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid #e2e8f0;
    border-top: 4px solid #2563eb;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-bottom: 15px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.poster-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}
.poster-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-color: #cbd5e1;
}
.poster-image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f1f5f9;
}
.poster-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.poster-card:hover .poster-image-wrapper img {
    transform: scale(1.05);
}
.poster-content-area {
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}
.poster-card-date {
    font-size: 0.75rem;
    font-weight: 600;
    color: #919191;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
.poster-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
    line-height: 1.35;
}
.poster-card-desc {
    font-size: 0.92rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 25px;
    font-weight: 400;
}
.poster-btn-group {
    display: grid;
}
.poster-btn {
    background-color: #f1f5f9;
    color: #0f172a;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 10px 8px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.2s ease;
}
.poster-btn:hover {
    background-color: #0b131e;
    border-color: #0b131e;
    color: #ffffff;
}
.poster-btn i {
    font-size: 0.8rem;
}
.swiper-pagination-bullet-active {
    background-color: #0f172a !important;
    width: 24px;
    border-radius: 4px;
    transition: width 0.3s ease;
}

/* ================= FREQUENTLY ASKED QUESTIONS SECTION STYLES ================= */
.faq-section {
    background-color: #ffffff;
    padding: 100px 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.faq-left-col {
    padding-right: 40px;
}
.faq-main-heading {
    font-size: 3.5rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
}
.faq-left-desc {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-weight: 400;
}
.faq-learn-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid #0f172a;
    padding-bottom: 2px;
    transition: all 0.2s ease;
}
.faq-learn-more:hover {
    color: #2563eb;
    border-color: #2563eb;
    gap: 12px;
}
.faq-accordion-item {
    border-bottom: 1px solid #e2e8f0;
    padding: 24px 0;
    transition: background-color 0.2s ease;
}
.faq-accordion-item:first-child {
    padding-top: 0;
}
.faq-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 600;
    color: #0f172a;
    user-select: none;
    transition: color 0.2s ease;
}
.faq-accordion-header:hover {
    color: #9c9ea1;
}
.faq-accordion-header i {
    font-size: 0.95rem;
    color: #0f172a;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.faq-accordion-body {
    margin-top: 14px;
    font-size: 1.02rem;
    color: #475569;
    line-height: 1.6;
    font-weight: 400;
    display: none;
    animation: fadeIn 0.4s ease;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}
.faq-accordion-item.active .faq-accordion-body {
    display: block;
}
.faq-accordion-item.active .faq-accordion-header i {
    transform: rotate(180deg);
    color: #2563eb;
}

/* ================= CONTACT SECTION STYLES ================= */
.water-solution-section {
    background-color: #0b1924;
    color: #ffffff;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    overflow: hidden;
}
.water-solution-left {
    padding: 80px 60px 80px 80px;
}
@media (max-width: 992px) {
    .water-solution-left {
        padding: 60px 30px;
    }
}
.water-solution-title-group {
    margin-bottom: 40px;
}
.water-solution-main-heading {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 0.5rem;
    letter-spacing: -0.5px;
}
.water-solution-sub-heading {
    font-size: 2.2rem;
    font-weight: 400;
    color: #94a3b8;
    line-height: 1.2;
    margin: 0;
}
.water-solution-form {
    margin-bottom: 50px;
}
.water-solution-input-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .water-solution-input-row {
        grid-template-columns: 1fr;
    }
}
.water-solution-input,
.water-solution-textarea {
    width: 100%;
    background-color: #172635;
    border: 1px solid #23364c;
    border-radius: 8px;
    color: #ffffff;
    padding: 16px 20px;
    font-size: 1rem;
    outline: none;
    transition: all 0.3s ease;
}
.water-solution-input::placeholder,
.water-solution-textarea::placeholder {
    color: #64748b;
}
.water-solution-input:focus,
.water-solution-textarea:focus {
    border-color: #3b82f6;
    background-color: #1b2d40;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
.water-solution-textarea {
    resize: vertical;
    min-height: 120px;
    margin-bottom: 25px;
}
.water-solution-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.water-solution-submit-btn {
    background: transparent;
    color: #ffffff;
    border: 1px solid #334155;
    border-radius: 6px;
    padding: 12px 28px;
    font-size: 0.95rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}
.water-solution-submit-btn:hover {
    background-color: #3b82f6;
    border-color: #3b82f6;
    color: #ffffff;
    transform: translateY(-2px);
}
.water-solution-contact-alt {
    font-size: 0.9rem;
    color: #94a3b8;
}
.water-solution-contact-alt a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}
.water-solution-contact-alt a:hover {
    color: #3b82f6;
    text-decoration: underline;
}
.water-solution-bottom-banner {
    border-top: 1px solid #1e293b;
    padding-top: 50px;
}
.water-solution-bottom-heading {
    font-size: 2.8rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}
.water-solution-action-btn {
    background-color: #a3cc39;
    color: #0b1924 !important;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 10px 25px rgba(163, 204, 57, 0.25);
}
.water-solution-action-btn:hover {
    background-color: #b5e03f;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(163, 204, 57, 0.35);
    color: #0b1924;
}
.water-solution-right {
    position: relative;
    height: 100%;
    min-height: 950px;
    overflow: hidden;
}
@media (max-width: 992px) {
    .water-solution-right {
        min-height: 400px;
    }
}
.water-solution-right img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.water-solution-right:hover img {
    transform: scale(1.03);
}

/* Footer Section Styling */
.footer-section {
    position: relative;
    background-color: #0b131e;
    color: #ffffff;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    overflow: hidden;
    padding-top: 80px;
}
.footer-content-top {
    padding-bottom: 50px;
}
.footer-brand-logo {
    height: 60px;
    width: auto;
    margin-bottom: 20px;
}
.footer-brand-desc {
    font-size: 0.92rem;
    color: #94a3b8;
    line-height: 1.6;
    max-width: 320px;
}
.footer-col-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
}
.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links-list li {
    margin-bottom: 12px;
}
.roll-text-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #94a3b8;
    font-size: 0.9rem;
    line-height: 1.2;
    height: 1.2em;
    overflow: hidden;
    vertical-align: top;
    transition: color 0.3s ease;
}
.roll-text-inner {
    display: flex;
    flex-direction: column;
    transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}
.roll-text-inner span {
    display: block;
    height: 1.2em;
    line-height: 1.2em;
    white-space: nowrap;
}
.roll-text-link:hover {
    color: #ffffff;
}
.roll-text-link:hover .roll-text-inner {
    transform: translateY(-50%);
}
.footer-bg-video-container {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    height: 340px;
    overflow: hidden;
    margin-top: 50px;
    background-color: #0b131e;
}
.footer-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    opacity: 0.85;
    pointer-events: none;
}
.footer-bg-video-container::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11,19,30,0.95) 0%, rgba(11,19,30,0.15) 35%, rgba(11,19,30,0.15) 65%, rgba(11,19,30,0.95) 100%), rgba(11, 19, 30, 0.35);
    pointer-events: none;
    z-index: 2;
}
.footer-bottom-bar {
    background-color: #0b131e;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
    font-size: 0.88rem;
    color: #64748b;
}
.footer-contact-label, .footer-social-label {
    font-size: 0.8rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
.footer-contact-info {
    font-size: 0.95rem;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}
.footer-contact-info:hover {
    color: #3b82f6;
}
.footer-social-icons {
    display: flex;
    gap: 16px;
    align-items: center;
}
.footer-social-icons a {
    color: #ffffff;
    font-size: 1.1rem;
    transition: all 0.2s ease;
}
.footer-social-icons a:hover {
    color: #3b82f6;
    transform: translateY(-3px);
}
.footer-legal-links {
    display: flex;
    justify-content: flex-end;
    gap: 24px;
}
.footer-legal-links a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
}
.footer-legal-links a:hover {
    color: #ffffff;
}

#backToTop {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
}








.product-banner-content{
    color: #ffffff;
}





/* Search Container Wrapper */
.search-container {
    position: relative;
    display: inline-block;
}

/* Hidden by default, absolute positioned dropdown box */
.search-dropdown-box {
    position: absolute;
    top: 0px;
    right: 0;
    width: 320px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    display: none; /* Toggled via JS */
    z-index: 1060;
}

.search-dropdown-box.active {
    display: block;
}

/* Input Field Styling inside the Dropdown */
.search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.search-input-wrapper .search-inner-icon {
    position: absolute;
    left: 14px;
    color: #64748b;
    font-size: 0.9rem;
}

.search-input-wrapper input {
    width: 100%;
    padding: 10px 14px 10px 38px;
    font-size: 0.95rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s ease;
}

.search-input-wrapper input:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

/* Auto-Dropdown List of All Products */
.search-results-list {
    list-style: none;
    padding: 0;
    margin: 8px 0 0 0;
    max-height: 240px;
    overflow-y: auto;
}

.search-result-item {
    padding: 10px 12px;
    font-size: 0.9rem;
    color: #1e293b;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.search-result-item:hover {
    background-color: #f1f5f9;
    color: #2563eb;
}



.btn-custom-animationbro {
            position: relative;
            display: inline-block;
            padding: 12px 24px;
            font-weight: 600;
            color: #1a365d;
            background: transparent;
            border: 2px solid #1a365d;
            border-radius: 0.375rem;
            overflow: hidden;
            z-index: 1;
            transition: color 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            text-decoration: none !important;
            text-align: center;
        }
        .btn-custom-animationbro::before {
            content: "";
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: #1e40af; /* Watch Water Accent Color */
            z-index: -1;
            transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            border-radius: 0.25rem;
        }
        .btn-custom-animationbro:hover::before {
            transform: translateX(100%);
        }
        .btn-custom-animationbro:hover {
            color: #ffffff;
            border-color: #1e40af;
        }

        /* Smooth Card Hover Lift & Glow Animations */
        .card {
            transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            will-change: transform, box-shadow;
        }
        .card:hover {
            transform: translateY(-8px);
            box-shadow: 0 1.2rem 2rem rgba(11, 27, 59, 0.1) !important;
        }

        /* Smooth Image Zoom Inside Cards */
        .card img {
            transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
            will-change: transform;
        }
        .card:hover img {
            transform: scale(1.05);
        }

        /* Smooth Application Card Hover Enhancements */
        .app-card {
            transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.4s ease;
        }
        .app-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 1rem 1.5rem rgba(11, 27, 59, 0.08);
        }












:root {
  --clean-skin-bath: #f9a680;
  --metaltrapp: #00a9b7;
  --longeva-media: #1765a9;
}

/* CLEAN SKIN BATH */
.clean-skin-bath-product-nav-item {flex: 1; text-align: center; padding: 18px 12px; font-size: 1.05rem; font-weight: 500; color: #0b131e; text-decoration: none; border-right: 1px solid #cbd5e1; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); white-space: nowrap;}
.clean-skin-bath-product-nav-item.active {background-color: var(--clean-skin-bath); color: #ffffff; font-weight: 600;}
.clean-skin-bath-highlight {color: var(--clean-skin-bath);}
.clean-skin-bath-faq-learn-more {display: inline-flex; align-items: center; gap: 8px; color: #0f172a; font-size: 1rem; font-weight: 600; text-decoration: none; padding-bottom: 2px; transition: all 0.2s ease;}
.clean-skin-bath-faq-learn-more:hover{color: var(--clean-skin-bath)}
.clean-skin-bath-app-icon-box {font-size: 2.5rem; color: var(--clean-skin-bath); margin-bottom: 20px; height: 70px; display: flex; align-items: center; justify-content: center; transition: transform 0.3s ease;}
.clean-skin-bath-badge {display: inline-flex; align-items: center; font-size: 0.75rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: rgb(26, 43, 60); background-color: rgb(255, 255, 255); gap: 6px; padding: 6px 16px; border-width: 1px; border-style: solid; border-color: rgb(203, 213, 225); border-image: none; border-radius: 50px; text-decoration: none; transition: 0.3s;}
.clean-skin-bath-badge:hover {border-color: var(--clean-skin-bath); color: #3a271f; Background-color: var(--clean-skin-bath); transform: translateY(-2px);}
.clean-skin-bath-doc-card-icon {font-size: 1.4rem; color: var(--clean-skin-bath); width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; background: rgb(241, 245, 249); border-radius: 8px; transition: 0.3s;}
.clean-skin-bath-doc-card:hover .doc-card-icon{border-color: var(--clean-skin-bath); transform: translateY(-6px); box-shadow: 0 15px 30px rgba(37, 99, 235, 0.1);}
.clean-skin-bath-download-btn {background-color: var(--clean-skin-bath); color: #ffffff !important; font-weight: 600; font-size: 0.95rem; padding: 0.9rem 1.75rem; border-radius: 4px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);}



/* METALTRAPP */
.metaltrapp-product-nav-item {flex: 1; text-align: center; padding: 18px 12px; font-size: 1.05rem; font-weight: 500; color: #0b131e; text-decoration: none; border-right: 1px solid #cbd5e1; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); white-space: nowrap;}
.metaltrapp-product-nav-item.active {background-color: var(--metaltrapp); color: #ffffff; font-weight: 600;}
.metaltrapp-highlight {color: var(--metaltrapp);}
.metaltrapp-faq-learn-more {display: inline-flex; align-items: center; gap: 8px; color: #0f172a; font-size: 1rem; font-weight: 600; text-decoration: none; padding-bottom: 2px; transition: all 0.2s ease;}
.metaltrapp-faq-learn-more:hover{color: var(--metaltrapp)}
.metaltrapp-app-icon-box {font-size: 2.5rem; color: var(--metaltrapp); margin-bottom: 20px; height: 70px; display: flex; align-items: center; justify-content: center; transition: transform 0.3s ease;}
.metaltrapp-badge {display: inline-flex; align-items: center; font-size: 0.75rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: rgb(26, 43, 60); background-color: rgb(255, 255, 255); gap: 6px; padding: 6px 16px; border-width: 1px; border-style: solid; border-color: rgb(203, 213, 225); border-image: none; border-radius: 50px; text-decoration: none; transition: 0.3s;}
.metaltrapp-badge:hover {border-color: var(--metaltrapp); color: #3a271f; Background-color: var(--metaltrapp); transform: translateY(-2px);}
.metaltrapp-doc-card-icon {font-size: 1.4rem; color: var(--metaltrapp); width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; background: rgb(241, 245, 249); border-radius: 8px; transition: 0.3s;}
.metaltrapp-doc-card:hover .doc-card-icon{border-color: var(--metaltrapp); transform: translateY(-6px); box-shadow: 0 15px 30px rgba(37, 99, 235, 0.1);}
.metaltrapp-download-btn {background-color: var(--metaltrapp); color: #ffffff !important; font-weight: 600; font-size: 0.95rem; padding: 0.9rem 1.75rem; border-radius: 4px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);}



/* LONGEVA MEDIA */
.longeva-media-product-nav-item {flex: 1; text-align: center; padding: 18px 12px; font-size: 1.05rem; font-weight: 500; color: #0b131e; text-decoration: none; border-right: 1px solid #cbd5e1; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); white-space: nowrap;}
.longeva-media-product-nav-item.active {background-color: var(--longeva-media); color: #ffffff; font-weight: 600;}
.longeva-media-highlight {color: var(--longeva-media);}
.longeva-media-faq-learn-more {display: inline-flex; align-items: center; gap: 8px; color: #0f172a; font-size: 1rem; font-weight: 600; text-decoration: none; padding-bottom: 2px; transition: all 0.2s ease;}
.longeva-media-faq-learn-more:hover{color: var(--longeva-media)}
.longeva-media-app-icon-box {color: var(--longeva-media); font-size: 2.5rem;  margin-bottom: 20px; height: 70px; display: flex; align-items: center; justify-content: center; transition: transform 0.3s ease;}
.longeva-media-badge {border-color: var(--longeva-media); color: var(--longeva-media); background-color: #1765a90f; display: inline-flex; align-items: center; font-size: 0.75rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; padding: 8px 20px;
                        border-width: 1px; border-style: solid;    border-radius: 10px;    margin-bottom: 15px;}
.longeva-media-doc-card-icon {color: var(--longeva-media); font-size: 1.4rem;  width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; background: rgb(241, 245, 249); border-radius: 8px; transition: 0.3s;}
.longeva-media-doc-card:hover .doc-card-icon{border-color: var(--longeva-media); transform: translateY(-6px); box-shadow: 0 15px 30px rgba(37, 99, 235, 0.1);}
.longeva-media-btn {background-color: var(--longeva-media); color: #ffffff !important; font-weight: 600; font-size: 1rem; padding: 0.9rem 1.75rem; border-radius: 4px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);}