
    :root {
      --primary: #0077B6;
      --secondary: #00B4D8;
      --accent: #90E0EF;
      --light: #F0F9FF;
      --dark: #0A0A0A;
      --font-family-primary: 'Montserrat', sans-serif;
      --font-family-secondary: 'Roboto', sans-serif;
    }

    body {
      font-family: var(--font-family-secondary);
      color: var(--dark);
      scroll-behavior: smooth;
    }

    h1, h2, h3, h4, .fw-bold {
      font-family: var(--font-family-primary);
      font-weight: 700 !important;
    }

    .text-primary { color: var(--primary) !important; }
    .bg-primary { background-color: var(--primary) !important; }
    .btn-primary {
      background-color: var(--primary) !important;
      border-color: var(--primary) !important;
      transition: all 0.3s;
      padding: 0.75rem 2.5rem;
      font-weight: 600;
    }
    .btn-primary:hover {
      background-color: var(--secondary) !important;
      border-color: var(--secondary) !important;
      box-shadow: 0 4px 10px rgba(0, 119, 182, 0.4);
    }

    .container-xxl {
      max-width: 100%;
      overflow-x: hidden;
    }

    .homepage-slider {
      background-image: url('../img/home_page_slider_wide.png');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      color: white;
      min-height: 500px;
    }

    .homepage-slider h1 {
      font-size: 3rem;
      font-weight: 700;
    }

    .service-item {
      border: none;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
      border-radius: 12px;
      overflow: hidden;
      text-align: left;
    }

    .service-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 119, 182, 0.2);
    }

    .service-img {
      width: 100%;
      height: 250px;
      object-fit: cover;
    }

    a {
      text-decoration: none;
      color: var(--primary);
      transition: color 0.3s;
    }

    a:hover {
      color: var(--secondary);
    }

    .contact-link, .footer-link, .top-info-link {
      color: inherit;
    }

    .contact-link:hover, .footer-link:hover {
      color: var(--secondary);
    }

    .icon-box {
      border-radius: 50% !important;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .contact-details-box {
      border: 1px solid var(--light);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s;
    }

    .contact-details-box:hover {
      transform: translateY(-3px);
      border-color: var(--primary);
    }

    .footer .col-lg-6 {
      padding-left: 20px;
    }



    /* from empower page. */

        :root {
      --primary: #0057A0;
      --secondary: #00B4D8;
      --accent: #90E0EF;
      --light: #CAF0F8;
      --dark: #03045E;
    }
    body {
      font-family: 'Inter', system-ui, sans-serif;
      font-size: 1.05rem;
      background: #ffffff;
      color: var(--dark);
    }
    .hero-stripe {
      background: linear-gradient(to bottom, #002b5d 0%, #003a80 100%);
      color: #fff;
      padding: 4rem 1rem;
      text-align: center;
      margin-bottom: -5rem;
    }
    .hero-stripe h1 { font-size: 3rem; font-weight: 700; }
    .hero-stripe p { font-size: 1.25rem; margin-top: 1rem; }
    .btn-primary {
      background-color: #0050c5 !important;
      color: white;
      border-radius: 50px;
      padding: 0.75rem 1.5rem;
      font-weight: 600;
      border: none;
      transition: all 0.3s ease;
    }
    .btn-primary:hover { background-color: #003d99 !important; transform: scale(1.05); }
    .btn-outline-primary:hover { background-color: var(--primary); color: white; }
    .card {
      background-color: white;
      border: 1px solid #dee2e6;
      border-radius: 1rem;
      box-shadow: 0 8px 12px rgba(0, 0, 0, 0.06);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .card:hover { transform: translateY(-5px); box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08); }
    .learn-section { background-color: #f3f7fa; }
    footer { background-color: var(--dark); color: white; }
    .modal-content { padding: 2rem; border-radius: 1rem; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); }
    .learn-section { position: relative; z-index: 1; overflow: hidden; background-color: #f3f7fa; padding: 4rem 1rem; }
    .learn-section > * { position: relative; z-index: 2; }
    .text-primary { color: var(--primary) !important; }
    .btn-main, .btn-pay {
      width: 220px;
      padding: 0.75rem 1.5rem;
      font-size: 1.1rem;
      margin: 0 auto;
      display: inline-block;
      background-color: #FFA500 !important;
      border-radius: 50px;
      font-weight: 600;
      text-align: center;
      transition: all 0.3s ease;
      color: #fff !important;
    }
    .btn-main:hover, .btn-pay:hover { background-color: #ffb733 !important; transform: scale(1.05); }
    .btn-secondary-ghost {
      width: 220px;
      padding: 0.65rem 1.3rem;
      font-size: 1rem;
      margin: 0 auto;
      display: inline-block;
      background-color: #F0F0F0 !important;
      color: #333 !important;
      border-radius: 50px;
      font-weight: 500;
      text-align: center;
      border: 1px solid #ccc;
      transition: all 0.3s ease;
    }
    .btn-secondary-ghost:hover { background-color: #eaeaea !important; transform: scale(1.03); color: #000 !important; }
    .price-badge {
      display: inline-block;
      padding: 0.85rem 2.2rem;
      font-size: 1.15rem;
      font-weight: 700;
      color: white;
      background-color: var(--primary);
      border-radius: 50px;
      box-shadow: 0 0 12px rgba(0, 87, 160, 0.2);
      transition: all 0.3s ease;
    }
    .price-badge:hover { background-color: var(--secondary); box-shadow: 0 0 18px rgba(0, 180, 216, 0.4); }
    a { text-decoration: none; color: inherit; }
    h1, h2, h3, h4, h5 { font-weight: 700; }
    p, .card-text { font-weight: 400; font-size: 1.05rem; }
    .container.my-5 {
      border: 2px solid #add8e6;
      border-radius: 24px;
      padding: 1.5rem;
      position: relative;
      z-index: 10;
      background: white;
    }
    .hero-image { width: 90%; border-radius: 20px; border: 1px solid #8CD4FF; }
    .icon-xl { font-size: 2rem; }
    .top-info .card { border-radius: 50px; padding: .25rem .75rem; }