400;500;600;700&display=swap') !important;


    .custom-services-page {
      font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
      color: var(--gray-dark, #374151) !important;
      line-height: 1.5 !important;
    }

    .custom-services-header {
      background-color: #0F63B0 !important;
      color: white !important;
      padding: 64px 24px !important;
      text-align: center !important;
      position: relative !important;
      overflow: hidden !important;
    }

    .custom-services-header-content {
      max-width: 1200px !important;
      margin: 0 auto !important;
      position: relative !important;
      z-index: 2 !important;
    }

    .custom-services-header h1 {
      font-size: 48px !important;
      font-weight: 700 !important;
      margin-bottom: 16px !important;
      position: relative !important;
    }

    .custom-services-header h1::after {
      content: "" !important;
      display: block !important;
      width: 32px !important;
      height: 4px !important;
      background-color: #F59E0B !important;
      margin: 8px auto 0 !important;
    }

    .custom-services-header p {
      font-size: 18px !important;
      max-width: 800px !important;
      margin: 0 auto !important;
      color: #D1E8FF !important;
    }

    .custom-services-header-bg {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: 100% !important;
      opacity: 0.1 !important;
      background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
    }

    .custom-services-container {
      max-width: 1200px !important;
      margin: 0 auto !important;
      padding: 64px 24px !important;
    }

    .custom-services-section {
      margin-bottom: 64px !important;
    }

    .custom-section-header {
      text-align: center !important;
      margin-bottom: 48px !important;
    }

    .custom-section-header h2 {
      font-size: 36px !important;
      font-weight: 700 !important;
      color: #0F63B0 !important;
      position: relative !important;
      display: inline-block !important;
      margin-bottom: 16px !important;
    }

    .custom-section-header h2::after {
      content: "" !important;
      position: absolute !important;
      bottom: -8px !important;
      left: 50% !important;
      transform: translateX(-50%) !important;
      width: 32px !important;
      height: 4px !important;
      background-color: #F59E0B !important;
    }

    .custom-section-header p {
      font-size: 18px !important;
      color: #4B5563 !important;
      max-width: 800px !important;
      margin: 0 auto !important;
    }

    .custom-services-grid {
      display: grid !important;
      grid-template-columns: repeat(auto-fill, minmax(380px, 1fr)) !important;
      gap: 32px !important;
    }

    .custom-service-card {
      background-color: white !important;
      border-radius: 12px !important;
      overflow: hidden !important;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
      transition: all 300ms ease !important;
      display: flex !important;
      flex-direction: column !important;
    }

    .custom-service-card:hover {
      transform: translateY(-5px) !important;
      box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
    }

    .custom-service-image {
      height: 240px !important;
      overflow: hidden !important;
    }

    .custom-service-image img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
      transition: transform 800ms ease !important;
    }

    .custom-service-card:hover .custom-service-image img {
      transform: scale(1.05) !important;
    }

    .custom-service-content {
      padding: 24px !important;
      flex-grow: 1 !important;
      display: flex !important;
      flex-direction: column !important;
    }

    .custom-service-title {
      font-size: 22px !important;
      font-weight: 600 !important;
      color: #0F63B0 !important;
      margin-bottom: 12px !important;
    }

    .custom-service-description {
      color: #4B5563 !important;
      flex-grow: 1 !important;
      margin-bottom: 20px !important;
    }

    .custom-feature-list {
      margin-top: 8px !important;
      margin-bottom: 24px !important;
    }

    .custom-feature-item {
      display: flex !important;
      align-items: flex-start !important;
      margin-bottom: 12px !important;
    }

    .custom-feature-icon {
      color: #0F63B0 !important;
      margin-right: 12px !important;
      flex-shrink: 0 !important;
      margin-top: 4px !important;
    }

    .custom-feature-text {
      font-size: 15px !important;
      color: #4B5563 !important;
    }

    .custom-service-link {
      display: inline-block !important;
      padding: 10px 24px !important;
      background-color: #0F63B0 !important;
      color: white !important;
      font-weight: 600 !important;
      text-decoration: none !important;
      border-radius: 9999px !important;
      transition: all 150ms ease !important;
      text-align: center !important;
      align-self: flex-start !important;
    }

    .custom-service-link:hover {
      background-color: #094682 !important;
      transform: translateY(-2px) !important;
    }

    .custom-cta-section {
      background-color: #094682 !important;
      padding: 64px 24px !important;
      text-align: center !important;
    }

    .custom-cta-container {
      max-width: 900px !important;
      margin: 0 auto !important;
    }

    .custom-cta-title {
      font-size: 36px !important;
      font-weight: 700 !important;
      color: white !important;
      margin-bottom: 16px !important;
    }

    .custom-cta-text {
      font-size: 18px !important;
      color: #D1E8FF !important;
      margin-bottom: 32px !important;
      max-width: 700px !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }

    .custom-cta-buttons {
      display: flex !important;
      justify-content: center !important;
      gap: 16px !important;
      flex-wrap: wrap !important;
    }

    .custom-cta-primary {
      display: inline-block !important;
      padding: 12px 32px !important;
      background-color: #F59E0B !important;
      color: white !important;
      font-weight: 600 !important;
      font-size: 16px !important;
      text-decoration: none !important;
      border-radius: 9999px !important;
      transition: all 150ms ease !important;
    }

    .custom-cta-primary:hover {
      background-color: #D97706 !important;
      transform: translateY(-2px) !important;
    }

    .custom-cta-secondary {
      display: inline-block !important;
      padding: 12px 32px !important;
      background-color: transparent !important;
      color: white !important;
      font-weight: 600 !important;
      font-size: 16px !important;
      text-decoration: none !important;
      border-radius: 9999px !important;
      border: 2px solid white !important;
      transition: all 150ms ease !important;
    }

    .custom-cta-secondary:hover {
      background-color: rgba(255,255,255,0.1) !important;
      transform: translateY(-2px) !important;
    }

    .custom-animate-in {
      animation: customFadeIn 0.6s ease-out forwards !important;
    }

    @keyframes customFadeIn {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 991px) {
      .custom-services-grid {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)) !important;
      }
    }

    @media (max-width: 768px) {
      .custom-services-header h1 {
        font-size: 32px !important;
      }

      .custom-services-header p {
        font-size: 16px !important;
      }

      .custom-section-header h2 {
        font-size: 28px !important;
      }

      .custom-section-header p {
        font-size: 16px !important;
      }

      .custom-services-container {
        padding: 40px 16px !important;
      }

      .custom-cta-title {
        font-size: 28px !important;
      }

      .custom-cta-text {
        font-size: 16px !important;
      }
    }
