  :root {
        --bs-primary: #06A3DA;
        --bs-primary-rgb: 6, 163, 218;
    }

    .text-primary {
        color: #06A3DA !important;
    }

    .btn-primary {
        background-color: #06A3DA !important;
        border-color: #06A3DA !important;
    }

    .btn-primary:hover {
        background-color: #058bb8 !important;
        border-color: #058bb8 !important;
    }

    .border-primary {
        border-color: #06A3DA !important;
    }

    .bg-primary {
        background-color: #06A3DA !important;
    }

    .service-card i,
    .section-title h5,
    .text-primary i {
        color: #06A3DA !important;
    }

    .cta-card {
        background: linear-gradient(135deg, #06A3DA, #058bb8) !important;
    }