body {
      font-family: 'Segoe UI', Roboto, system-ui, sans-serif;
      color: #1f3a44;
      background-color: #f9fcfd;
    }
    .navbar-brand {
      font-weight: 700;
      font-size: 1.8rem;
      color: #1e3c4f !important;
    }
    .hero-section {
      background: linear-gradient(135deg, #1e3c4f 0%, #2b5c6f 100%);
      color: white;
      padding: 4rem 0;
      border-radius: 0 0 3rem 3rem;
      margin-bottom: 2rem;
    }
    .section-title {
      font-size: 2.2rem;
      font-weight: 700;
      position: relative;
      display: inline-block;
      margin-bottom: 2rem;
    }
    .section-title:after {
      content: '';
      display: block;
      width: 70px;
      height: 4px;
      background: #d98c4a;
      border-radius: 4px;
      margin-top: 10px;
    }
    .city-badge {
      background: rgba(255,255,255,0.15);
      border-radius: 50px;
      padding: 0.3rem 1.2rem;
      display: inline-block;
      margin-bottom: 1rem;
    }
    .feature-card {
      background: white;
      border-radius: 1.5rem;
      padding: 2rem;
      box-shadow: 0 12px 28px rgba(0,30,40,0.05);
      height: 100%;
      transition: 0.2s;
    }
    .feature-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 35px rgba(43,92,111,0.1);
    }
    .feature-icon {
      font-size: 2.5rem;
      color: #2b5c6f;
      margin-bottom: 1rem;
    }
    .case-card {
      background: white;
      border-radius: 1.5rem;
      overflow: hidden;
      box-shadow: 0 12px 28px rgba(0,30,40,0.04);
      height: 100%;
      transition: 0.2s;
    }
    .case-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 35px rgba(43,92,111,0.12);
    }
    .case-img {
      background: #d4e3ec;
      height: 200px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #2b5c6f;
      font-size: 2.5rem;
    }
    .case-body {
      padding: 1.5rem;
    }
    .policy-box {
      background: #eef6fa;
      border-left: 6px solid #d98c4a;
      border-radius: 1rem;
      padding: 1.5rem;
      margin: 2rem 0;
    }
    .stats-number {
      font-size: 2.2rem;
      font-weight: 800;
      color: #1e3c4f;
      line-height: 1.2;
    }
    .stats-label {
      font-size: 0.95rem;
      color: #4f6f7e;
    }
    .address-card {
      background: white;
      border-radius: 1.5rem;
      padding: 2rem;
      box-shadow: 0 12px 28px rgba(0,0,0,0.03);
      border: 1px solid #eef4f7;
    }
     .sidebar-widget {
      background: white;
      border-radius: 1.5rem;
      padding: 1.8rem;
      margin-bottom: 2rem;
      box-shadow: 0 12px 28px rgba(0,30,40,0.04);
    }
    .sidebar-title {
      font-size: 1.4rem;
      font-weight: 700;
      margin-bottom: 1.5rem;
      position: relative;
      padding-bottom: 0.6rem;
      border-bottom: 2px solid #eef4f7;
    }
     .service-item {
      display: flex;
      gap: 1rem;
      margin-bottom: 1.2rem;
      align-items: center;
    }
    .service-icon {
      width: 45px;
      height: 45px;
      background: #e7f0f5;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      color: #2b5c6f;
      flex-shrink: 0;
    }
    .service-text h5 {
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 0.2rem;
    }
    .service-text p {
      font-size: 0.9rem;
      color: #4f6f7e;
      margin: 0;
    }

    .btn-cta {
      background: #d98c4a;
      color: white;
      border-radius: 50px;
      padding: 0.8rem 2.5rem;
      font-weight: 600;
      border: none;
      transition: 0.3s;
    }
    .btn-cta:hover {
      background: #c57633;
      transform: translateY(-2px);
      box-shadow: 0 10px 20px rgba(217,140,74,0.2);
    }
    .btn-outline-light {
      border: 2px solid white;
      color: white;
      border-radius: 50px;
      padding: 0.6rem 2rem;
      font-weight: 600;
    }
    .btn-outline-light:hover {
      background: white;
      color: #1e3c4f;
    }
    .breadcrumb {
      background: transparent;
      padding: 0.5rem 0;
    }
    .breadcrumb-item a {
      color: #2b5c6f;
      text-decoration: none;
    }
    .footer-link {
      color: #b6ccd9;
      text-decoration: none;
    }
    .footer-link:hover {
      color: white;
    }