        :root {
            --primary-color: #021768;
            --secondary-color: #0EACFF;
            --accent-color: #ff6b35;
            --light-bg: #f8f9fa;
            --dark-bg: #2c3e50;
            --text-dark: #333;
            --text-light: #6c757d;
            --border-radius: 8px;
            --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            --transition: all 0.3s ease;
        }

        body {
            color: var(--text-dark);
            background: var(--light-bg) !important;
            line-height: 1.6;
            font-family: 'HK Grotesk', 'Poppins', sans-serif;
        }

        .color-gray,
        .bullet-gray>li:before,
        .bullet-gray i {
            color: var(--primary-color) !important;
            font-weight: 900;
        }

        .tp-dottedoverlay.darkoverlay {
            background: #00000038;
        }

        /* Breadcrumb & Header */
        .card-car {
            background: linear-gradient(135deg, #021768 0%, #021768 100%);
            color: white;
            padding: 27px 67px;
            margin-bottom: 38px;
            border-radius: 36px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            margin-top: 100px;
        }

        .pages {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .contnt {
            font-size: 14px;
            margin-bottom: 10px;
            color: rgb(212 212 212 / 80%);
        }

        .contnt a {
            color: rgb(212 212 212 / 80%);
            text-decoration: none;
            transition: var(--transition);
            margin-right: 10px;
            margin-left: 10px;
            letter-spacing: 1px;
        }

        .contnt a:hover {
            color: white;
        }

        .card-car hr {
            border-color: rgba(255, 255, 255, 0.3);
            margin: 15px 0;
        }

        .card-car .page-title {
            font-size: 2rem;
            margin-bottom: 0;
            font-weight: 600;
            color: var(--secondary-color);
        }

        .card-car .lead {
            font-size: 17px;
            font-weight: 200;
            opacity: 0.9;
            margin-bottom: 0;
            color: white;
            line-height: 21px;
        }

        /* Content */
        .light-wrapper {
            background-color: var(--light-bg);
            padding: 0px 0;
        }

        .post {
            background: white;
            /* border-radius: var(--border-radius); */
            box-shadow: 5px 1px 9px 1px rgb(0 0 0 / 13%) !important;
            padding: 50px;
            transition: var(--transition);
            margin-bottom: 30px;
            border-radius: 23px;
        }

        .post:hover {
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
        }

        .post-title {
            color: var(--primary-color);
            font-weight: 600;
            margin-bottom: 15px;
            position: relative;
            padding-bottom: 15px;
        }

        .post-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background: var(--secondary-color);
        }

        h3 {
            color: var(--secondary-color);
            font-weight: 500;
            margin-top: 0;
            margin-bottom: 15px;
            font-size: 21px;
        }

        h4 {
            color: #0EACFF;
            font-weight: 500;
            font-size: 20px;
        }

        p {
            margin-bottom: 15px;
            color: var(--text-dark);
            padding-left: 0;
        }

        .feature-box {
            text-align: center;
            padding: 30px;
            margin-top: 44px;
            border-radius: 35px;
            height: 409px;
            box-shadow: 4px 0px 14px 3px rgb(0 0 0 / 18%) !important;
        }

        .feature-box p {
            font-size: 18px !important;
            margin-bottom: 11px !important;
            font-weight: 400 !important;
        }

        .feature-box i {
            font-size: 2.5rem;
            color: var(--secondary-color);
            margin-bottom: 15px;
        }

        .cta-box {
            background: linear-gradient(135deg, var(--primary-color), var(--dark-bg));
            color: white;
            padding: 50px;
            border-radius: var(--border-radius);
            text-align: center;
            margin: 40px 0;
        }

        .cta-box h3 {
            color: white;
            font-size: 1.8rem;
        }

        .cta-box .btn {
            background: white;
            color: var(--primary-color);
            font-weight: 600;
            padding: 12px 30px;
            border-radius: 50px;
            transition: var(--transition);
        }

        .cta-box .btn:hover {
            background: var(--secondary-color);
            color: white;
        }




        /* Animations */
        .fade-in {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }

        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* Back to top */
        .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background: var(--primary-color);
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            opacity: 0;
            visibility: hidden;
            transition: var(--transition);
            z-index: 1000;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
        }

        .back-to-top.show {
            opacity: 1;
            visibility: visible;
        }

        .back-to-top:hover {
            background: var(--secondary-color);
            transform: translateY(-3px);
        }

        .ab-out-us p {
            margin-bottom: 18px !important;
            color: #333333d9;
            padding-left: 0;
            font-size: 20px;
            font-weight: 500 !important;
            line-height: 28px !important;
        }

        .ab-out-us li {
            font-size: 18px;
            font-weight: 500;
            color: #333333d9;
        }

        .titile-about1 {
            color: #0EACFF;
            font-size: 44px;
            font-weight: 700;
            margin-bottom: 23px;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .card-car {
                padding: 20px 8px;
                margin-bottom: 40px;
                border-radius: 20px;
            }

            .contnt {
                font-size: 14px;
                margin-bottom: -6px;
                color: rgb(212 212 212 / 80%);
            }

            .card-car .page-title {
                font-size: 24px;
                margin-top: -14px;
            }

            .light-wrapper {
                background-color: var(--light-bg);
                padding: 0px 13px !important;
            }

            .ab-out-us p {
                margin-bottom: 18px !important;
                color: #333333d9;
                padding-left: 0;
                font-size: 17px;
                font-weight: 500 !important;
                line-height: 21px !important;
            }

            .ab-out-us li {
                font-size: 17px;
                font-weight: 500;
                color: #333333d9;
                line-height: 21px;
            }

            .titile-about1 {
                color: #0EACFF;
                font-size: 29px;
                font-weight: 700;
                margin-bottom: 23px;
                text-align: center;
            }

            .post {
                padding: 20px;
            }

            .cta-box {
                padding: 30px;
            }
        }
    
        .newsletter-colopig {
            background: #021768;
            color: white;
            padding: 47px 38px;
            border-radius: 18px;
            margin-top: 5px;
            /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
        }

        .newsletter-colopig h1 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: #0EACFF;
            text-align: left;
            line-height: 1;
            font-weight: 300;
        }

        .newsletter-colopig p {
            font-size: 1.1rem;
            line-height: 1.3;
            margin-bottom: 15px;
            opacity: 0.95;
            text-align: left;
            color: white;
            font-weight: 200;
        }

        .newsletter-colopig .form label {
            display: block;
            margin-bottom: 15px;
            font-size: 1rem;
            font-weight: 500;
            text-align: left;
            color: #fff;
        }

        .newsletter-colopig .input-btn {
            display: flex;
            width: 100%;
            gap: 10px;
            background: #31407ca3;
            border-radius: 28px;
            padding: 6px;
        }

        .newsletter-colopig input {
            width: 100%;
            background: transparent;
            font-size: 23px;
            color: white;
        }

        .newsletter-colopig input[type="text"],
        .newsletter-colopig input[type="email"] {
            flex: 1;
            padding: 15px 20px;
            border: none;
            border-radius: 50px;
            font-size: 1rem;
            transition: background 0.3s ease;
        }

        .newsletter-colopig input[type="text"]:focus,
        .newsletter-colopig input[type="email"]:focus {
            background: transparent;
            box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
        }

        .newsletter-colopig .submit {
            padding: 13px 34px;
            border: none;
            border-radius: 50px;
            background: #0EACFF;
            color: white;
            font-size: 1rem;
            display: flex;
            cursor: pointer;
            transition: background 0.3s ease, transform 0.2s ease;
            white-space: nowrap;
            align-items: center;
            justify-content: center;
        }

        .newsletter-colopig .submit:hover {
            background: #088ad1;
            transform: translateY(-2px);
        }

        .newsletter-colopig .cta-text {
            font-size: 18px;
            font-weight: 200;
            text-align: left;
            margin-top: 44px;
            color: #fff;
            /* margin-top: 20px; */
        }

        /* Responsive adjustments */
        @media (max-width: 991.98px) {
            .newsletter-colopig {
                padding: 35px 25px;
                border-radius: 35px;
            }

            .newsletter-colopig h1 {
                font-size: 2rem;
                margin-bottom: 15px;
            }

            .container {
                padding-right: 11px !important;
                padding-left: 10px !important;
            }

            .newsletter-colopig p {
                font-size: 1rem;
                margin-bottom: 12px;
            }

            .newsletter-colopig .form label {
                text-align: left;
                font-size: 16px;
                font-weight: 300;
                margin-bottom: 5px;
                margin-inline: 11px;
            }

            .newsletter-colopig .input-btn {
                flex-direction: row;
                gap: 8px;
                padding: 5px;
                border-radius: 29px;
            }

            .newsletter-colopig input[type="email"] {
                border-radius: 25px;
                padding: 14px 18px;
                font-size: 0.95rem;
            }

            .newsletter-colopig .submit {
                padding: 4px 11px;
                font-size: 13px;
            }

            .newsletter-colopig .submit {
                width: 32%;
                border-radius: 25px;
                padding: 14px 20px;
                font-size: 0.95rem;
            }

            .newsletter-colopig .submit {
                width: 32%;
                border-radius: 25px;
                padding: 14px 20px;
                font-size: 0.95rem;
                color: #021768;
            }

            .newsletter-colopig .cta-text {
                font-size: 16px;
                margin-top: 30px;
                text-align: left;
            }
        }

        @media (max-width: 575.98px) {
            .newsletter-colopig {
                padding: 25px 19px;
                border-radius: 25px;
            }

            .newsletter-colopig h1 {
                font-size: 33px;
                text-align: left;
                margin-bottom: -9px !important;
            }

            .newsletter-colopig p {
                font-size: 19px;
                text-align: left;
                line-height: 1;
                margin-top: 23px;

            }

            .feature-box {
                text-align: center;
                padding: 20px;
                margin-top: -7px;
                border-radius: 35px;
                height: 409px;
                box-shadow: 4px 0px 14px 3px rgb(0 0 0 / 18%) !important;
            }



            .newsletter-colopig input[type="email"] {
                padding: 12px 10px;
                font-size: 15px;
            }

            .newsletter-colopig .submit {
                width: 32%;
                border-radius: 25px;
                padding: 14px 20px;
                font-size: 13px;
            }

            .newsletter-colopig .cta-text {
                font-size: 15px;
                margin-top: 30px;
            }
        }
   
        /* Keep images from overflowing on small screens */
        @media (max-width: 991.98px) {
            img {
                max-width: 100%;
                height: auto;
            }
        }

        /* Make all tables horizontally scrollable on small screens without altering desktop */
        @media (max-width: 991.98px) {
            table {
                display: block;
                /* allows horizontal scrolling */
                width: 100%;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                /* smooth iOS scrolling */
                border-collapse: collapse;
                /* preserve borders */
                white-space: nowrap;
                /* prevent cell wrap */
            }

            /* Optional: nicer table spacing on small screens */
            table th,
            table td {
                padding: 0.75rem;
                vertical-align: middle;
            }

            /* If using Bootstrap-like .table, ensure it behaves the same */
            .table {
                display: block;
                width: 100%;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                white-space: nowrap;
            }

            /* Avoid oversized tables breaking layout within cards/sections */
            .post table,
            .light-wrapper table,
            .container table {
                max-width: 100%;
            }
        }

        @media (max-width: 767px) {
            .container {
                padding-right: 10px !important;
                padding-left: 10px !important;
            }

            .feature-box p {
                font-size: 18px !important;
                margin-bottom: 11px !important;
                font-weight: 400 !important;
                color: rgb(41 46 49 / 83%) !important;
            }
        }

        /* Extra-small phones */
        @media (max-width: 575.98px) {

            table th,
            table td {
                padding: 0.625rem;
            }

            .container {
                padding-right: 0px !important;
                padding-left: 0px !important;
            }

        }

        .row {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -1px !important;
            margin-left: -1px !important;
        }
