:root {
                --asa-blue: #0f79b8;
                --asa-blue-dark: #0b5f90;
                --asa-green: #67d339;
                --asa-dark: #1f2937;
                --asa-text: #5b6575;
                --asa-soft: #f4f8fb;
                --asa-border: #dce6ef;
                --asa-white: #ffffff;
            }

            html {
                scroll-behavior: smooth;
            }

            body {
                font-family: Arial, Helvetica, sans-serif;
                color: var(--asa-dark);
                background: #fff;
            }

            a {
                text-decoration: none;
            }

            .section-space {
                padding: 90px 0;
            }

            .section-title {
                margin-bottom: 42px;
            }

            .section-title .mini-title {
                display: inline-block;
                font-size: 13px;
                font-weight: 700;
                letter-spacing: 0.8px;
                text-transform: uppercase;
                color: var(--asa-blue);
                margin-bottom: 12px;
            }

            .section-title h2 {
                font-size: 2.3rem;
                font-weight: 800;
                margin-bottom: 14px;
            }

            .section-title p {
                color: var(--asa-text);
                line-height: 1.9;
                max-width: 760px;
                margin: 0;
            }

            .topbar {
                background: #fff;
                border-bottom: 1px solid rgba(15, 121, 184, 0.08);
                font-size: 14px;
            }

            .topbar a,
            .topbar span {
                color: var(--asa-text);
            }

            .main-navbar {
                background: rgba(255, 255, 255, 0.96);
                backdrop-filter: blur(10px);
                border-bottom: 1px solid rgba(15, 121, 184, 0.08);
            }

            .navbar-brand {
                display: flex;
                align-items: center;
                gap: 14px;
            }

            .brand-logo {
                width: 56px;
                height: 56px;
                object-fit: contain;
                border-radius: 14px;
                background: #fff;
                padding: 5px;
                box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
            }

            .brand-text strong {
                display: block;
                font-size: 1.15rem;
                color: var(--asa-dark);
                line-height: 1.1;
            }

            .brand-text span {
                display: block;
                font-size: 0.82rem;
                color: var(--asa-text);
                line-height: 1.2;
            }

            .navbar-nav .nav-link {
                color: var(--asa-dark);
                font-weight: 600;
                padding-left: 14px !important;
                padding-right: 14px !important;
            }

            .navbar-nav .nav-link:hover,
            .navbar-nav .nav-link.active {
                color: var(--asa-blue);
            }

            .navbar .dropdown-menu {
                border: 1px solid rgba(15, 121, 184, 0.1);
                border-radius: 18px;
                padding: 14px;
                box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
            }

            .navbar .dropdown-toggle::after {
                margin-left: 8px;
                vertical-align: middle;
            }

            .mega-menu {
                width: min(1120px, calc(100vw - 40px));
                left: 50% !important;
                right: auto !important;
                transform: translateX(-50%);
                padding: 24px;
            }

            .solutions-mega-head {
                padding-bottom: 14px;
                margin-bottom: 18px;
                border-bottom: 1px solid rgba(15, 121, 184, 0.1);
            }

            .solutions-mega-head small {
                display: inline-block;
                font-size: 12px;
                font-weight: 800;
                letter-spacing: 0.8px;
                text-transform: uppercase;
                color: var(--asa-blue);
                margin-bottom: 6px;
            }

            .solutions-mega-head h4 {
                font-size: 1.15rem;
                font-weight: 800;
                color: var(--asa-dark);
                margin: 0;
            }

            .mega-menu-title {
                font-size: 13px;
                font-weight: 800;
                letter-spacing: 0.7px;
                text-transform: uppercase;
                color: var(--asa-blue);
                margin-bottom: 14px;
            }

            .mega-menu-layout {
                align-items: stretch;
            }
            .mega-menu-content {
                padding-right: 6px;
            }

            .mega-menu-visual {
                height: auto;
                align-self: stretch;
                display: flex;
            }

            .mega-menu-image {
                width: 100%;
                height: 100%;
                min-height: 100%;
                border-radius: 22px;
                overflow: hidden;
                position: relative;
                background: url("../img/hero.webp");
                background-size: cover;
                background-position: right center;
                background-repeat: no-repeat;
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
                display: block;
            }

            .mega-menu-list {
                list-style: none;
                padding: 0;
                margin: 0;
            }
            .mega-menu-list li + li {
                margin-top: 10px;
            }

            .mega-menu-link {
                display: flex;
                gap: 12px;
                align-items: flex-start;
                padding: 12px 14px;
                border-radius: 14px;
                color: var(--asa-dark);
                transition: 0.2s ease;
            }

            .mega-menu-link:hover {
                background: var(--asa-soft);
                color: var(--asa-blue);
            }

            .mega-menu-link i {
                color: var(--asa-blue);
                margin-top: 4px;
                min-width: 18px;
            }

            .mega-menu-link strong {
                display: block;
                font-size: 15px;
                margin-bottom: 3px;
            }

            .mega-menu-link span {
                display: block;
                font-size: 13px;
                line-height: 1.6;
                color: var(--asa-text);
            }

            .btn-asa {
                background: linear-gradient(135deg, var(--asa-blue), var(--asa-blue-dark));
                color: #fff;
                border: none;
                border-radius: 14px;
                padding: 12px 20px;
                font-weight: 700;
            }

            .btn-asa:hover {
                color: #fff;
                opacity: 0.95;
            }

            .btn-soft {
                background: #fff;
                color: var(--asa-dark);
                border: 1px solid var(--asa-border);
                border-radius: 14px;
                padding: 12px 20px;
                font-weight: 700;
            }

            .title-hero {
                position: relative;
                overflow: hidden;
                background: radial-gradient(circle at top left, rgba(103, 211, 57, 0.1), transparent 32%),
                    radial-gradient(circle at bottom right, rgba(15, 121, 184, 0.12), transparent 34%),
                    linear-gradient(180deg, #f8fbfe 0%, #ffffff 100%);
                padding: 72px 0 56px;
            }

            .title-card {
                position: relative;
                overflow: hidden;
                border-radius: 34px;
                padding: 42px;
                color: #fff;
                background: linear-gradient(rgba(15, 121, 184, 0.9), rgba(11, 95, 144, 0.82)),
                    url("../img/hero.webp");
                background-size: cover;
                background-position: right center;
                background-repeat: no-repeat;
                box-shadow: 0 28px 60px rgba(11, 95, 144, 0.2);
            }

            .title-card::before {
                content: "";
                position: absolute;
                width: 220px;
                height: 220px;
                border-radius: 50%;
                background: rgba(255, 255, 255, 0.08);
                top: -80px;
                right: -70px;
            }

            .title-card::after {
                content: "";
                position: absolute;
                width: 140px;
                height: 140px;
                border-radius: 50%;
                background: rgba(255, 255, 255, 0.06);
                bottom: -50px;
                left: -35px;
            }

            .title-card > * {
                position: relative;
                z-index: 2;
            }

            .title-badge {
                display: inline-flex;
                align-items: center;
                gap: 10px;
                padding: 10px 16px;
                border-radius: 999px;
                background: rgba(255, 255, 255, 0.12);
                color: rgba(255, 255, 255, 0.94);
                font-size: 13px;
                font-weight: 700;
                margin-bottom: 18px;
            }

            .title-card h1 {
                font-size: 3rem;
                font-weight: 800;
                line-height: 1.08;
                margin-bottom: 16px;
            }

            .title-card p {
                max-width: 760px;
                color: rgba(255, 255, 255, 0.88);
                line-height: 1.9;
                font-size: 1.05rem;
                margin: 0;
            }

            .breadcrumb-line {
                display: flex;
                flex-wrap: wrap;
                gap: 10px;
                align-items: center;
                margin-top: 20px;
                color: rgba(255, 255, 255, 0.78);
                font-size: 14px;
            }

            .breadcrumb-line a {
                color: #fff;
            }

            .detail-main {
                padding-top: 24px;
            }

            .content-card,
            .sidebar-card {
                background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
                border: 1px solid rgba(15, 121, 184, 0.08);
                border-radius: 28px;
                box-shadow: 0 16px 40px rgba(15, 23, 42, 0.04);
            }

            .content-card {
                padding: 34px;
            }
            .sidebar-card {
                padding: 26px;
            }

            .detail-cover {
                height: 360px;
                border-radius: 24px;
                overflow: hidden;
                margin-bottom: 28px;
                background: #edf5fb;
            }

            .detail-cover img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
                display: block;
            }

            .content-card h2 {
                font-size: 2rem;
                font-weight: 800;
                line-height: 1.2;
                margin-bottom: 16px;
            }

            .content-card h3 {
                font-size: 1.35rem;
                font-weight: 800;
                margin-top: 32px;
                margin-bottom: 14px;
            }

            .content-card p {
                color: var(--asa-text);
                line-height: 1.9;
                margin-bottom: 18px;
            }

            .detail-feature-list {
                list-style: none;
                padding: 0;
                margin: 24px 0 0;
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 14px;
            }

            .detail-feature-list li {
                display: flex;
                gap: 12px;
                align-items: flex-start;
                padding: 16px 18px;
                border-radius: 18px;
                background: #f7fbff;
                border: 1px solid rgba(15, 121, 184, 0.08);
                color: var(--asa-text);
                line-height: 1.75;
            }

            .detail-feature-list i {
                color: var(--asa-green);
                margin-top: 4px;
            }

            .detail-info-grid {
                display: grid;
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 16px;
                margin-top: 26px;
            }

            .detail-info-box {
                padding: 18px 18px;
                border-radius: 20px;
                background: #fff;
                border: 1px solid rgba(15, 121, 184, 0.08);
                box-shadow: 0 10px 22px rgba(15, 23, 42, 0.03);
            }

            .detail-info-box strong {
                display: block;
                font-size: 13px;
                color: var(--asa-blue);
                text-transform: uppercase;
                letter-spacing: 0.6px;
                margin-bottom: 8px;
            }

            .detail-info-box span {
                display: block;
                color: var(--asa-dark);
                font-weight: 700;
                line-height: 1.6;
            }

            .sidebar-stack {
                display: flex;
                flex-direction: column;
                gap: 20px;
            }

            .sidebar-title {
                font-size: 1.1rem;
                font-weight: 800;
                margin-bottom: 16px;
                color: var(--asa-dark);
            }
            .service-side-links {
                display: flex;
                flex-direction: column;
                gap: 14px;
            }

            .service-side-link {
                display: block;
                padding: 14px 15px;
                border-radius: 18px;
                border: 1px solid rgba(15, 121, 184, 0.1);
                background: #fff;
                color: var(--asa-dark);
                transition: 0.22s ease;
            }

            .service-side-link:hover,
            .service-side-link.active {
                transform: translateY(-2px);
                color: var(--asa-blue);
                border-color: rgba(15, 121, 184, 0.18);
                box-shadow: 0 14px 30px rgba(15, 121, 184, 0.08);
            }

            .service-side-link .left {
                display: flex;
                align-items: center;
                gap: 12px;
                margin-bottom: 12px;
            }

            .service-side-link i.icon {
                width: 40px;
                height: 40px;
                min-width: 40px;
                border-radius: 13px;
                background: rgba(15, 121, 184, 0.08);
                color: var(--asa-blue);
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 0.95rem;
            }

            .service-side-link strong {
                display: block;
                font-size: 15px;
                line-height: 1.35;
            }

            .service-side-arrow {
                margin-left: auto;
                color: currentColor;
                font-size: 13px;
            }

            .service-sub-list {
                list-style: none;
                padding: 0;
                margin: 0;
                display: flex;
                flex-wrap: wrap;
                gap: 8px;
            }

            .service-sub-list li {
                margin: 0;
            }

            .service-sub-list li i {
                display: none;
            }

            .service-sub-pill {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                min-height: 32px;
                padding: 7px 11px;
                border-radius: 12px;
                background: #f7fbff;
                border: 1px solid rgba(15, 121, 184, 0.1);
                color: var(--asa-text);
                font-size: 12px;
                font-weight: 700;
                line-height: 1.35;
                transition: 0.2s ease;
            }

            .service-sub-pill.is-active {
                background: linear-gradient(135deg, var(--asa-blue), var(--asa-blue-dark));
                color: #fff;
                border-color: transparent;
                box-shadow: 0 10px 18px rgba(15, 121, 184, 0.16);
            }

            .service-side-link:hover .service-sub-pill,
            .service-side-link.active .service-sub-pill {
                border-color: rgba(15, 121, 184, 0.14);
            }

            .service-sub-pill:hover {
                background: rgba(15, 121, 184, 0.08);
                color: var(--asa-blue);
                border-color: rgba(15, 121, 184, 0.18);
            }

            .contact-premium {
                position: relative;
                overflow: hidden;
                padding: 28px;
                border-radius: 28px;
                background: linear-gradient(155deg, rgba(15, 121, 184, 0.96), rgba(11, 95, 144, 0.92)),
                    url("../img/hero.webp");
                background-size: cover;
                background-position: right center;
                color: #fff;
                box-shadow: 0 24px 55px rgba(11, 95, 144, 0.22);
            }

            .contact-premium::before {
                content: "";
                position: absolute;
                width: 170px;
                height: 170px;
                border-radius: 50%;
                background: rgba(255, 255, 255, 0.08);
                top: -60px;
                right: -50px;
                animation: floatBubble 5.5s ease-in-out infinite;
            }

            .contact-premium::after {
                content: "";
                position: absolute;
                width: 110px;
                height: 110px;
                border-radius: 50%;
                background: rgba(255, 255, 255, 0.06);
                bottom: -30px;
                left: -24px;
                animation: floatBubble 6.4s ease-in-out infinite reverse;
            }

            .contact-premium > * {
                position: relative;
                z-index: 2;
            }

            .contact-premium .eyebrow {
                display: inline-block;
                font-size: 12px;
                font-weight: 800;
                letter-spacing: 0.8px;
                text-transform: uppercase;
                color: rgba(255, 255, 255, 0.78);
                margin-bottom: 10px;
            }

            .contact-premium h3 {
                font-size: 1.5rem;
                font-weight: 800;
                line-height: 1.2;
                margin-bottom: 10px;
            }

            .contact-premium p {
                color: rgba(255, 255, 255, 0.86);
                line-height: 1.8;
                margin-bottom: 20px;
            }

            .contact-glow-line {
                width: 72px;
                height: 4px;
                border-radius: 999px;
                background: linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(191, 242, 156, 0.92));
                margin-bottom: 20px;
                box-shadow: 0 0 16px rgba(255, 255, 255, 0.18);
            }

            .contact-info-list {
                display: flex;
                flex-direction: column;
                gap: 12px;
            }

            .contact-info-item {
                display: flex;
                align-items: center;
                gap: 14px;
                padding: 14px 15px;
                border-radius: 18px;
                background: rgba(255, 255, 255, 0.1);
                border: 1px solid rgba(255, 255, 255, 0.1);
                color: #fff;
                transition: 0.22s ease;
            }

            .contact-info-item:hover {
                transform: translateY(-2px);
                background: rgba(255, 255, 255, 0.14);
            }

            .contact-info-item i {
                width: 42px;
                height: 42px;
                min-width: 42px;
                border-radius: 14px;
                background: rgba(255, 255, 255, 0.12);
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff;
            }

            .contact-info-item strong {
                display: block;
                font-size: 12px;
                font-weight: 800;
                letter-spacing: 0.7px;
                text-transform: uppercase;
                color: rgba(255, 255, 255, 0.72);
                margin-bottom: 4px;
            }

            .contact-info-item span,
            .contact-info-item a {
                color: #fff;
                line-height: 1.6;
            }

            .blog-side-list {
                display: flex;
                flex-direction: column;
                gap: 14px;
            }

            .blog-side-item {
                display: flex;
                gap: 14px;
                align-items: flex-start;
                padding: 14px;
                border-radius: 18px;
                background: #fff;
                border: 1px solid rgba(15, 121, 184, 0.08);
                transition: 0.22s ease;
                color: var(--asa-dark);
            }

            .blog-side-item:hover {
                transform: translateY(-2px);
                border-color: rgba(15, 121, 184, 0.18);
                box-shadow: 0 14px 28px rgba(15, 121, 184, 0.08);
                color: var(--asa-blue);
            }

            .blog-side-date {
                width: 52px;
                min-width: 52px;
                height: 52px;
                border-radius: 16px;
                background: rgba(15, 121, 184, 0.08);
                color: var(--asa-blue);
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                font-weight: 800;
                line-height: 1;
            }

            .blog-side-date small {
                font-size: 11px;
                margin-top: 4px;
                letter-spacing: 0.5px;
            }

            .blog-side-item strong {
                display: block;
                line-height: 1.5;
                margin-bottom: 6px;
            }

            .blog-side-item span {
                display: block;
                color: var(--asa-text);
                font-size: 14px;
                line-height: 1.6;
            }

            .mini-gallery-wrap {
                margin-top: 44px;
            }

            .mini-gallery-head {
                display: flex;
                align-items: end;
                justify-content: space-between;
                gap: 24px;
                margin-bottom: 24px;
            }

            .mini-gallery-head h3 {
                margin: 0;
                font-size: 1.5rem;
            }

            .mini-gallery-grid {
                --bs-gutter-x: 18px;
                --bs-gutter-y: 18px;
            }

            .mini-gallery-link {
                display: block;
                border-radius: 24px;
                overflow: hidden;
                background: #eef5fb;
                border: 1px solid rgba(15, 121, 184, 0.08);
                box-shadow: 0 16px 34px rgba(15, 23, 42, 0.05);
                transition: 0.24s ease;
                height: 100%;
            }

            .mini-gallery-link:hover {
                transform: translateY(-4px);
                box-shadow: 0 18px 36px rgba(15, 121, 184, 0.10);
                border-color: rgba(15, 121, 184, 0.18);
            }

            .mini-gallery-thumb {
                width: 100%;
                height: 260px;
                display: block;
                object-fit: cover;
                object-position: center;
            }

            .mini-gallery-caption {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 10px;
                padding: 14px 16px;
                color: var(--asa-dark);
                font-size: 14px;
                font-weight: 700;
                line-height: 1.5;
                background: #fff;
            }

            .mini-gallery-caption i {
                color: var(--asa-blue);
            }

            .gallery-modal .modal-content {
                background: transparent;
                border: none;
            }

            .gallery-modal .modal-body {
                padding: 0;
                text-align: center;
                position: relative;
            }

            .gallery-modal img {
                width: 100%;
                max-height: 85vh;
                object-fit: contain;
                border-radius: 20px;
                background: #fff;
                user-select: none;
                -webkit-user-drag: none;
            }

            .gallery-modal .btn-close {
                position: absolute;
                top: -14px;
                right: -14px;
                background-color: #fff;
                opacity: 1;
                border-radius: 50%;
                padding: 10px;
                z-index: 3;
            }

            .gallery-nav-btn {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                width: 56px;
                height: 56px;
                border: none;
                border-radius: 50%;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                background: rgba(15, 23, 42, 0.72);
                color: #fff;
                box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
                z-index: 3;
                transition: 0.22s ease;
            }

            .gallery-nav-btn:hover {
                background: linear-gradient(135deg, var(--asa-blue), var(--asa-blue-dark));
                color: #fff;
            }

            .gallery-nav-prev {
                left: 18px;
            }

            .gallery-nav-next {
                right: 18px;
            }

            .gallery-modal-counter {
                position: absolute;
                left: 50%;
                bottom: 16px;
                transform: translateX(-50%);
                padding: 8px 14px;
                border-radius: 999px;
                background: rgba(15, 23, 42, 0.72);
                color: #fff;
                font-size: 13px;
                font-weight: 700;
                line-height: 1;
                z-index: 3;
            }

            .footer {
                background: radial-gradient(circle at top left, rgba(15, 121, 184, 0.18), transparent 28%),
                    radial-gradient(circle at bottom right, rgba(103, 211, 57, 0.1), transparent 24%), #0f1720;
                color: rgba(255, 255, 255, 0.76);
                padding: 0;
                position: relative;
                overflow: hidden;
            }

            .footer strong {
                color: #fff;
            }

            .footer-top {
                padding: 70px 0 34px;
                position: relative;
                z-index: 2;
            }

            .footer-brand {
                display: flex;
                align-items: center;
                gap: 16px;
                margin-bottom: 18px;
            }

            .footer-brand img {
                width: 64px;
                height: 64px;
                object-fit: contain;
                border-radius: 16px;
                background: rgba(255, 255, 255, 0.08);
                padding: 6px;
                box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
            }

            .footer-brand-text strong {
                display: block;
                font-size: 1.1rem;
                line-height: 1.15;
            }

            .footer-brand-text span {
                display: block;
                font-size: 0.82rem;
                color: rgba(255, 255, 255, 0.58);
                line-height: 1.3;
            }

            .footer-about {
                max-width: 420px;
                line-height: 1.9;
                color: rgba(255, 255, 255, 0.72);
                margin-bottom: 22px;
            }

            .footer-social {
                display: flex;
                flex-wrap: wrap;
                gap: 12px;
            }

            .footer-social a {
                width: 42px;
                height: 42px;
                border-radius: 14px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                background: rgba(255, 255, 255, 0.06);
                border: 1px solid rgba(255, 255, 255, 0.08);
                color: #fff;
                transition: 0.22s ease;
            }

            .footer-social a:hover {
                background: linear-gradient(135deg, var(--asa-blue), var(--asa-blue-dark));
                border-color: transparent;
                transform: translateY(-2px);
            }

            .footer-title {
                font-size: 0.95rem;
                font-weight: 800;
                letter-spacing: 0.6px;
                text-transform: uppercase;
                color: #fff;
                margin-bottom: 18px;
            }

            .footer-links,
            .footer-contact-list {
                list-style: none;
                padding: 0;
                margin: 0;
            }

            .footer-links li + li,
            .footer-contact-list li + li {
                margin-top: 12px;
            }

            .footer-links a {
                color: rgba(255, 255, 255, 0.72);
                transition: 0.2s ease;
            }

            .footer-links a:hover {
                color: #fff;
                padding-left: 4px;
            }

            .footer-contact-list li {
                display: flex;
                gap: 12px;
                align-items: flex-start;
                color: rgba(255, 255, 255, 0.72);
                line-height: 1.7;
            }

            .footer-contact-list i {
                width: 18px;
                min-width: 18px;
                margin-top: 4px;
                color: var(--asa-green);
            }

            .footer-contact-list a,
            .footer-contact-list span {
                color: rgba(255, 255, 255, 0.72);
            }

            .footer-contact-list a:hover {
                color: #fff;
            }

            .footer-bottom {
                border-top: 1px solid rgba(255, 255, 255, 0.08);
                padding: 18px 0;
                position: relative;
                z-index: 2;
            }

            .footer-bottom-text,
            .footer-bottom-links span {
                color: rgba(255, 255, 255, 0.6);
                font-size: 0.95rem;
            }

            .footer-bottom-links {
                display: flex;
                flex-wrap: wrap;
                gap: 18px;
            }

            .lazy-host {
                position: relative;
            }

            .lazy-spinner {
                position: absolute;
                top: 50%;
                left: 50%;
                width: 34px;
                height: 34px;
                margin-top: -17px;
                margin-left: -17px;
                border-radius: 50%;
                border: 3px solid rgba(15, 121, 184, 0.14);
                border-top-color: var(--asa-blue);
                animation: asaSpin 0.75s linear infinite;
                z-index: 3;
                pointer-events: none;
            }

            img.lazy-media {
                opacity: 0;
                transition: opacity 0.28s ease;
            }

            img.lazy-media.is-loaded {
                opacity: 1;
            }
            .lazy-host.is-loaded .lazy-spinner {
                opacity: 0;
                visibility: hidden;
            }

            @keyframes asaSpin {
                from {
                    transform: rotate(0deg);
                }
                to {
                    transform: rotate(360deg);
                }
            }

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

            @media (max-width: 991px) {
                .title-card h1 {
                    font-size: 2.5rem;
                }
                .solution-grid {
                    grid-template-columns: 1fr;
                    gap: 22px;
                }
                .solution-right {
                    grid-template-columns: 1fr;
                }
                .detail-feature-list {
                    grid-template-columns: 1fr;
                }
                .detail-info-grid {
                    grid-template-columns: 1fr;
                }
                .dropdown-menu-simple,
                .mega-menu {
                    width: 100%;
                    min-width: 100%;
                    left: 0 !important;
                    transform: none;
                    padding: 10px;
                }
                .mega-menu-content {
                    padding-right: 0;
                }
            }

            @media (max-width: 575px) {
                .section-space {
                    padding: 70px 0;
                }
                .title-hero {
                    padding: 56px 0 42px;
                }
                .title-card,
                .content-card,
                .sidebar-card,
                .contact-premium {
                    padding: 22px;
                }
                .title-card h1 {
                    font-size: 2rem;
                }
                .title-card {
                    background-position: 78% center;
                }
                .mini-gallery-head {
                    flex-direction: column;
                    align-items: flex-start;
                }
                .footer-top {
                    padding: 50px 0 28px;
                }
                .footer-brand {
                    align-items: flex-start;
                }
                .gallery-nav-btn {
                    width: 46px;
                    height: 46px;
                }

                .gallery-nav-prev {
                    left: 10px;
                }

                .gallery-nav-next {
                    right: 10px;
                }
            }
