: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: 50px;
        }

        .section-title .mini-title{
            display: inline-block;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: .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: 720px;
            margin: 0 auto;
        }

        .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: .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.10);
            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.10);
        }

        .solutions-mega-head small{
            display: inline-block;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: .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: .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,.10);
            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: .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: .95;
        }

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

        .hero{
            position: relative;
            overflow: hidden;
            background:
                radial-gradient(circle at top left, rgba(103,211,57,.10), transparent 30%),
                radial-gradient(circle at bottom right, rgba(15,121,184,.12), transparent 30%),
                linear-gradient(180deg, #f8fbfe 0%, #ffffff 100%);
            padding: 90px 0 80px;
        }

        .hero-badge{
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 10px 16px;
            border-radius: 999px;
            background: rgba(103,211,57,.12);
            color: #4d9729;
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 22px;
        }

        .hero h1{
            font-size: 3.5rem;
            font-weight: 800;
            line-height: 1.08;
            margin-bottom: 22px;
        }

        .hero h1 .text-blue{
            color: var(--asa-blue);
        }

        .hero p{
            font-size: 1.08rem;
            line-height: 1.9;
            color: var(--asa-text);
            margin-bottom: 30px;
            max-width: 700px;
        }

        .hero-box{
            background:
                linear-gradient(rgba(15,121,184,.88), rgba(11,95,144,.75)),
                url('../img/hero.webp');
            background-size: cover;
            background-position: right center;
            background-repeat: no-repeat;
            color: #fff;
            border-radius: 28px;
            padding: 34px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 24px 60px rgba(11, 95, 144, 0.18);
        }

        .hero-box::before{
            content: "";
            position: absolute;
            width: 180px;
            height: 180px;
            border-radius: 50%;
            background: rgba(255,255,255,.08);
            top: -50px;
            right: -50px;
        }

        .hero-box::after{
            content: "";
            position: absolute;
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background: rgba(255,255,255,.06);
            bottom: -30px;
            left: -30px;
        }

        .hero-box > *{
            position: relative;
            z-index: 2;
        }

        .hero-box img{
            width: 90px;
            height: 90px;
            object-fit: contain;
            background: rgba(255,255,255,.10);
            border-radius: 18px;
            padding: 8px;
            margin-bottom: 20px;
        }

        .hero-box h3{
            font-size: 1.7rem;
            font-weight: 800;
            margin-bottom: 14px;
        }

        .hero-box p{
            color: rgba(255,255,255,.88);
            margin-bottom: 22px;
            max-width: 100%;
        }

        .hero-mini-list{
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .hero-mini-list li{
            display: flex;
            gap: 10px;
            align-items: flex-start;
            margin-bottom: 10px;
            color: rgba(255,255,255,.92);
        }

        .hero-mini-list li i{
            color: #bff29c;
            margin-top: 4px;
        }

        .about-card{
            background: var(--asa-soft);
            border: 1px solid var(--asa-border);
            border-radius: 26px;
            padding: 34px;
            height: 100%;
        }

        .about-feature{
            display: flex;
            gap: 14px;
            margin-bottom: 18px;
        }

        .about-feature-icon{
            width: 52px;
            height: 52px;
            min-width: 52px;
            border-radius: 15px;
            background: rgba(15,121,184,.12);
            color: var(--asa-blue);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
        }

        .about-feature h4{
            font-size: 1.05rem;
            font-weight: 800;
            margin-bottom: 6px;
        }

        .about-feature p{
            color: var(--asa-text);
            line-height: 1.7;
            margin: 0;
        }

        .brand-strip{
            padding-top: 10px;
            padding-bottom: 22px;
        }

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

        .brand-strip-head{
            margin-bottom: 22px;
        }

        .brand-strip-kicker{
            display: inline-block;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: .8px;
            text-transform: uppercase;
            color: var(--asa-blue);
            margin-bottom: 8px;
        }

        .brand-strip-title{
            font-size: 1.7rem;
            font-weight: 800;
            line-height: 1.15;
            margin: 0 0 8px 0;
            color: var(--asa-dark);
        }

        .brand-strip-text{
            color: var(--asa-text);
            line-height: 1.8;
            max-width: 760px;
            margin: 0;
        }

        .brand-strip-slider{
            position: relative;
            overflow: hidden;
            mask-image: linear-gradient(to right, transparent 0, black 6%, black 94%, transparent 100%);
            -webkit-mask-image: linear-gradient(to right, transparent 0, black 6%, black 94%, transparent 100%);
        }

        .brand-strip-track{
            display: flex;
            align-items: center;
            gap: 16px;
            width: max-content;
            animation: brandMarquee 30s linear infinite;
            will-change: transform;
        }

        .brand-strip-slider:hover .brand-strip-track{
            animation-play-state: paused;
        }

        .brand-logo-card{
            width: 190px;
            min-width: 190px;
            height: 108px;
            border-radius: 22px;
            background: #fff;
            border: 1px solid rgba(15,121,184,0.08);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 18px;
            box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
            transition: .22s ease;
        }

        .brand-logo-card:hover{
            transform: translateY(-4px);
            border-color: rgba(15,121,184,0.16);
            box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
        }

        .brand-logo-card img{
            max-width: 100%;
            max-height: 56px;
            width: auto;
            height: auto;
            object-fit: contain;
            object-position: center;
            display: block;
        }

        @keyframes brandMarquee{
            from{ transform: translateX(0); }
            to{ transform: translateX(calc(-50% - 8px)); }
        }

                .services-wrap{
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .solution-card{
            background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
            border: 1px solid rgba(15,121,184,0.10);
            border-radius: 30px;
            padding: 32px;
            box-shadow: 0 18px 45px rgba(15, 23, 42, 0.05);
            transition: .30s ease;
            position: relative;
            overflow: hidden;
        }

        .solution-card:hover{
            transform: translateY(-6px);
            box-shadow: 0 28px 65px rgba(15, 23, 42, 0.10);
            border-color: rgba(15,121,184,0.18);
        }

        .solution-card::before{
            content: "";
            position: absolute;
            inset: 0 0 auto 0;
            height: 4px;
            background: linear-gradient(90deg, var(--asa-blue), var(--asa-green));
        }

        .solution-card::after{
            content: "";
            position: absolute;
            width: 180px;
            height: 180px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(15,121,184,.10) 0%, rgba(103,211,57,.05) 35%, rgba(15,121,184,0) 72%);
            top: -70px;
            right: -70px;
            pointer-events: none;
        }

        .solution-grid{
            display: grid;
            grid-template-columns: 320px 1fr;
            gap: 30px;
            align-items: start;
            position: relative;
            z-index: 2;
        }

        .solution-left{
            padding-right: 10px;
        }

        .solution-kicker{
            display: inline-block;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: .8px;
            text-transform: uppercase;
            color: var(--asa-blue);
            margin-bottom: 14px;
        }

        .solution-head{
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 16px;
        }

        .solution-icon{
            width: 72px;
            height: 72px;
            min-width: 72px;
            border-radius: 22px;
            background: linear-gradient(145deg, rgba(15,121,184,.16), rgba(103,211,57,.18));
            border: 1px solid rgba(15,121,184,.10);
            color: var(--asa-blue);
            font-size: 1.6rem;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 14px 28px rgba(15,121,184,.10);
        }

        .solution-title{
            font-size: 2rem;
            font-weight: 800;
            line-height: 1.1;
            letter-spacing: -0.02em;
            margin: 0;
            color: var(--asa-dark);
        }

        .solution-desc{
            color: var(--asa-text);
            line-height: 1.8;
            font-size: 1rem;
            margin: 0 0 18px 0;
            max-width: 95%;
        }

        .solution-note{
            display: flex;
            align-items: center;
            gap: 10px;
            color: var(--asa-text);
            font-size: 15px;
            font-weight: 600;
        }

        .solution-note i{
            color: var(--asa-green);
        }

        .solution-right{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px;
        }

        .solution-link{
            display: flex;
            align-items: flex-start;
            gap: 14px;
            padding: 18px 18px;
            border: 1px solid rgba(15,121,184,0.10);
            border-radius: 18px;
            background: rgba(255,255,255,.82);
            transition: .22s ease;
            color: var(--asa-dark);
            min-height: 100%;
        }

        .solution-link:hover{
            transform: translateY(-3px);
            border-color: rgba(15,121,184,0.20);
            box-shadow: 0 14px 28px rgba(15,121,184,.10);
            color: var(--asa-blue);
        }

        .solution-link-icon{
            width: 42px;
            height: 42px;
            min-width: 42px;
            border-radius: 14px;
            background: rgba(15,121,184,.08);
            color: var(--asa-blue);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
        }

        .solution-link strong{
            display: block;
            font-size: 1.02rem;
            font-weight: 800;
            line-height: 1.35;
            margin-bottom: 4px;
        }


        .solution-link span{
            display: block;
            font-size: 14px;
            line-height: 1.65;
            color: var(--asa-text);
        }

        .works-section{
            background: linear-gradient(180deg, #f8fbfe 0%, #ffffff 100%);
        }

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

        .gallery-head .section-title{
            margin-bottom: 0;
        }

        .gallery-actions{
            display: flex;
            gap: 12px;
            flex-shrink: 0;
        }

        .gallery-btn{
            width: 52px;
            height: 52px;
            border: 1px solid rgba(15,121,184,.12);
            background: #fff;
            color: var(--asa-dark);
            border-radius: 16px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
            transition: .22s ease;
            cursor: pointer;
        }

        .gallery-btn:hover{
            background: linear-gradient(135deg, var(--asa-blue), var(--asa-blue-dark));
            border-color: transparent;
            color: #fff;
            transform: translateY(-2px);
        }

        .gallery-slider-wrap{
            position: relative;
        }

        .gallery-slider{
            display: flex;
            gap: 18px;
            overflow-x: auto;
            scroll-behavior: smooth;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            padding-bottom: 4px;
        }

        .gallery-slider::-webkit-scrollbar{
            display: none;
        }

        .gallery-item{
            flex: 0 0 calc(20% - 14.4px);
            min-width: calc(20% - 14.4px);
            scroll-snap-align: start;
            border-radius: 26px;
            overflow: hidden;
            background: #eef5fb;
            box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
            border: 1px solid rgba(15,121,184,.08);
        }

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

        .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,.14);
            border-top-color: var(--asa-blue);
            animation: asaSpin .75s linear infinite;
            z-index: 3;
            pointer-events: none;
        }

        img.lazy-media{
            opacity: 0;
            transition: opacity .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); }
        }

            @media (max-width: 991px){
                .solution-grid{
                    grid-template-columns: 1fr;
                    gap: 24px;
                }

                .solution-right{
                    grid-template-columns: 1fr;
                }

                .solution-title{
                    font-size: 1.7rem;
                }

                        .works-head{
                            flex-direction: column;
                            align-items: flex-start;
                        }

                        .works-note{
                            max-width: 100%;
                            text-align: left;
                        }
                        .gallery-item{
                            flex: 0 0 calc(50% - 9px);
                            min-width: calc(50% - 9px);
                        }
                        }


            @media (max-width: 575px){
                .solution-card{
                    padding: 22px;
                    border-radius: 24px;
                }

                .solution-head{
                    align-items: flex-start;
                }

                .solution-icon{
                    width: 62px;
                    height: 62px;
                    min-width: 62px;
                    font-size: 1.35rem;
                }

                .solution-title{
                    font-size: 1.45rem;
                }
                        .brand-strip-title{
                font-size: 1.4rem;
            }

            .brand-logo-card{
                width: 150px;
                min-width: 150px;
                height: 88px;
                border-radius: 18px;
                padding: 14px;
            }

            .brand-logo-card img{
                max-height: 42px;
            }

            .brand-strip-track{
                animation-duration: 24s;
            }
            }

        .why-us{
            background: linear-gradient(180deg, #f8fbfe 0%, #f2f7fb 100%);
        }

        .why-card{
            background: #fff;
            border: 1px solid var(--asa-border);
            border-radius: 22px;
            padding: 26px;
            height: 100%;
        }

        .why-card i{
            width: 58px;
            height: 58px;
            border-radius: 16px;
            background: rgba(15,121,184,.10);
            color: var(--asa-blue);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem;
            margin-bottom: 18px;
        }

        .why-card h4{
            font-size: 1.15rem;
            font-weight: 800;
            margin-bottom: 10px;
        }

        .why-card p{
            margin: 0;
            color: var(--asa-text);
            line-height: 1.8;
        }

        .contact-card{
            background: #fff;
            border: 1px solid var(--asa-border);
            border-radius: 24px;
            padding: 28px;
            height: 100%;
            box-shadow: 0 16px 40px rgba(15, 23, 42, 0.04);
        }

        .contact-item{
            display: flex;
            gap: 14px;
            align-items: flex-start;
            margin-bottom: 18px;
        }

        .contact-item:last-child{
            margin-bottom: 0;
        }

        .contact-item i{
            width: 52px;
            height: 52px;
            min-width: 52px;
            border-radius: 15px;
            background: rgba(15,121,184,.10);
            color: var(--asa-blue);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
        }

        .contact-item h4{
            font-size: .95rem;
            text-transform: uppercase;
            letter-spacing: .7px;
            color: var(--asa-blue);
            margin-bottom: 6px;
            font-weight: 800;
        }

        .contact-item p,
        .contact-item a{
            margin: 0;
            color: var(--asa-dark);
            line-height: 1.8;
            word-break: break-word;
        }

        .contact-map-placeholder{
            background: linear-gradient(135deg, #0f79b8, #0b5f90);
            border-radius: 24px;
            padding: 36px;
            color: #fff;
            height: 100%;
            position: relative;
            overflow: hidden;
        }

        .contact-map-placeholder::before{
            content:"";
            position:absolute;
            inset:auto -50px -50px auto;
            width:160px;
            height:160px;
            border-radius:50%;
            background: rgba(255,255,255,.08);
        }

        .contact-map-placeholder h3{
            font-size: 1.6rem;
            font-weight: 800;
            margin-bottom: 14px;
        }

        .contact-map-placeholder p{
            color: rgba(255,255,255,.88);
            line-height: 1.9;
            margin-bottom: 24px;
        }

        .contact-form-card{
            background: #fff;
            border: 1px solid var(--asa-border);
            border-radius: 24px;
            padding: 28px;
            height: 100%;
            box-shadow: 0 16px 40px rgba(15, 23, 42, 0.04);
        }

        .contact-form-card h3{
            font-size: 1.45rem;
            font-weight: 800;
            margin-bottom: 10px;
            color: var(--asa-dark);
        }

        .contact-form-card p{
            color: var(--asa-text);
            line-height: 1.8;
            margin-bottom: 22px;
        }

        .form-asa .form-label{
            font-size: .92rem;
            font-weight: 700;
            color: var(--asa-dark);
            margin-bottom: 8px;
        }

        .form-asa .form-control,
        .form-asa .form-textarea{
            border: 1px solid var(--asa-border);
            border-radius: 16px;
            padding: 14px 16px;
            font-size: .98rem;
            color: var(--asa-dark);
            background: #fff;
            box-shadow: none;
            transition: .2s ease;
        }

        .form-asa .form-control:focus,
        .form-asa .form-textarea:focus{
            border-color: rgba(15,121,184,.35);
            box-shadow: 0 0 0 4px rgba(15,121,184,.08);
            outline: none;
        }

        .form-asa .form-textarea{
            min-height: 140px;
            resize: vertical;
        }

        .footer{
            background:
                radial-gradient(circle at top left, rgba(15,121,184,.18), transparent 28%),
                radial-gradient(circle at bottom right, rgba(103,211,57,.10), transparent 24%),
                #0f1720;
            color: rgba(255,255,255,.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,.08);
            padding: 6px;
            box-shadow: 0 10px 24px rgba(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: .82rem;
            color: rgba(255,255,255,.58);
            line-height: 1.3;
        }

        .footer-about{
            max-width: 420px;
            line-height: 1.9;
            color: rgba(255,255,255,.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,.06);
            border: 1px solid rgba(255,255,255,.08);
            color: #fff;
            transition: .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: .95rem;
            font-weight: 800;
            letter-spacing: .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,.72);
            transition: .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,.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,.72);
        }

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

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

        .footer-bottom-text{
            color: rgba(255,255,255,.60);
            font-size: .95rem;
        }

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

        .footer-bottom-links a,
        .footer-bottom-links span{
            color: rgba(255,255,255,.60);
            font-size: .95rem;
        }

        .footer-bottom-links a:hover{
            color: #fff;
        }

        @media (max-width: 991px){
            .hero{
                padding: 70px 0 60px;
            }

            .hero h1{
                font-size: 2.6rem;
            }

            .section-title h2{
                font-size: 1.9rem;
            }

            .hero-box{
                margin-top: 16px;
            }

            .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){
                .hero h1{
                    font-size: 2.1rem;
                }

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

                .hero-box,
                .about-card,
                .service-card,
                .why-card,
                .contact-card,
                .contact-map-placeholder,
                .solution-card{
                    padding: 22px;
                }

                .brand-text span{
                    font-size: .75rem;
                }

                .footer-top{
                    padding: 50px 0 28px;
                }

                .footer-brand{
                    align-items: flex-start;
                }
                .hero-box{
                    background-position: 78% center;
                }

                        /* removed .work-card and .work-image-box rules */
                        .gallery-head{
                            align-items: flex-start;
                            flex-direction: column;
                        }

                        .gallery-actions{
                            display: none;
                        }

                        .gallery-item{
                            flex: 0 0 84%;
                            min-width: 84%;
                        }

                        .gallery-item img{
                            height: 280px;
                        }
            }
