.btn.btn-brand-1 {
    background: var(--primary-color);
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding: 9px 20px;
}

.btn.btn-brand-1 svg {
    color: #ffffff;
    height: 20px;
    margin-inline-end: 8px;
}

.box-contactform-left {
    background-color: #003475;
    padding: 68px 86px;
}

.box-cover-contactform {
    background-color: #ff7401;
}

.bg-2 {
    background-color: #023779 !important;
}

.box-hero-blog .color-brand-2 {
    color: rgb(255 255 255) !important;
}

.box-hero-blog .font-md-color-grey-900{
  color: rgb(255 255 255) !important;
}

.bg-1 {
    background-color: #013577 !important;
}
.box-request-quote-2 .color-grey-900
{
    color: #ffffff !important;

}

.pb-65 {
    padding-bottom: 0px !important;
}

.mt-100 {
    margin-top: 60px !important;
}

.pt-60 {
    padding-top: 0px !important;
}

.footer-1 {
    background-color: #00367a;
    margin: 0;
    padding: 90px 0 25px;
}

/* --- Base --- */
  .pf-wrap { font-family: 'Inter', sans-serif; color: #1e293b; }
  .pf-wrap * { box-sizing: border-box; }
  
  /* --- Hero Section --- */
  .pf-hero {
    padding: 0px 0 0px;
    background: #f8fafc;
    position: relative;
    overflow: hidden;
  }
  
  .pf-hero::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20%;
    width: 80%;
    height: 100%;
    background: linear-gradient(135deg, #001b5e08 0%, #ff7a0008 100%);
    transform: skewX(-12deg);
  }
  
  .pf-hero h1 {
    color: #0f172a;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
  }
  
  .pf-hero .lead {
    color: #475569;
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 520px;
  }
  
  .pf-trust-badges {
    display: flex;
    gap: 32px;
    margin-top: 48px;
    flex-wrap: wrap;
  }
  
  .pf-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #334155;
    font-size: 14px;
    font-weight: 500;
  }
  
  .pf-badge svg {
    width: 20px;
    height: 20px;
    color: #ff7a00;
  }
  
  .pf-btn-primary {
    background: #ff7a00;
    color: #fff;
    padding: 16px 32px;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    border: 1px solid #ff7a00;
  }
  
  .pf-btn-primary:hover {
    background: #e56e00;
    transform: translateY(-1px);
    box-shadow: 0 10px 25px rgba(255, 122, 0, 0.2);
  }
  
  .pf-btn-primary svg {
    width: 18px;
    height: 18px;
    transition: transform 0.2s ease;
  }
  
  .pf-btn-primary:hover svg {
    transform: translateX(3px);
  }
  
  .pf-btn-secondary {
    background: #fff;
    color: #0f172a;
    padding: 16px 32px;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    transition: all 0.2s ease;
    border: 1px solid #e2e8f0;
    margin-left: 12px;
  }
  
  .pf-btn-secondary:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
  }
  
  .pf-stats-row {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    margin-top: 80px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04), 0 20px 40px rgba(15, 23, 42, 0.06);
    border: 1px solid #f1f5f9;
  }
  
  .pf-stat {
    text-align: center;
  }
  
  .pf-stat-number {
    color: #0f172a;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
  }
  
  .pf-stat-label {
    color: #64748b;
    font-size: 14px;
    margin-top: 8px;
  }
  
  /* --- Solutions Section --- */
  .pf-solutions {
    padding: 120px 0;
    background: #fff;
  }
  
  .pf-section-head {
    text-align: center;
    margin-bottom: 72px;
  }
  
  .pf-eyebrow {
    color: #ff7a00;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  
  .pf-title {
    color: #0f172a;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 16px 0 20px;
  }
  
  .pf-subtitle {
    color: #64748b;
    font-size: 18px;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.7;
  }
  
  .pf-service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  
  .pf-service {
    background: #f8fafc;
    padding: 40px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
  }
  
  .pf-service:hover {
    background: #fff;
    border-color: #ff7a00;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    transform: translateY(-4px);
  }
  
  .pf-service-icon {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
  }
  
  .pf-service-icon svg {
    width: 24px;
    height: 24px;
    color: #ff7a00;
  }

  .pf-service-icon i {
    font-size: 24px;
    color: #ff7a00;
  }
  
  .pf-service-icon i {
    font-size: 24px;
    color: #ff7a00;
  }
  
  .pf-service h3 {
    color: #0f172a;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  
  .pf-service p {
    color: #64748b;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
  }
  
  .pf-service ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .pf-service li {
    color: #475569;
    font-size: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  
  .pf-service li:last-child {
    border-bottom: none;
  }
  
  .pf-service li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #ff7a00;
    border-radius: 50%;
    flex-shrink: 0;
  }
  
  /* --- CTA --- */
  .pf-cta {
    padding: 120px 0;
    background: #0f172a;
    position: relative;
  }
  
  .pf-cta h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
  }
  
  .pf-cta p {
    color: #cbd5e1;
    font-size: 18px;
    line-height: 1.8;
    max-width: 680px;
    margin: 0 auto 40px;
  }
  
  /* --- Responsive --- */
  @media (max-width: 991px) {
    .pf-hero h1 { font-size: 42px; }
    .pf-title, .pf-cta h2 { font-size: 36px; }
    .pf-service-grid { grid-template-columns: 1fr; }
    .pf-btn-secondary { margin-left: 0; margin-top: 12px; width: 100%; text-align: center; }
  }


.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.why-choose-item {
  display: flex;
  gap: 16px;
  align-items: start;
  color: #374151;
  font-size: 15px;
  line-height: 1.6;
}
.why-choose-item::before {
  content: '';
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background-color: #ff7a00;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512'%3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}


/* --- Process Grid - Table Layout --- */
.pf-process-table {
  width: 100%;
  border-spacing: 12px;
  border-collapse: separate;
}

.pf-process-td {
  width: 33.333%;
  vertical-align: top;
  padding: 0;
}

.pf-process-item {
  background: #fff;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  text-align: center;
  height: 100%;
}

.pf-process-num {
  width: 48px;
  height: 48px;
  background: #ff7a00;
  color: #fff;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .pf-process-table, .pf-process-td {
    display: block;
    width: 100%;
  }
  .pf-process-td {
    margin-bottom: 24px;
  }
}


.ck-content .table table td, .ck-content .table table th {
    min-width: 2em;
    padding: .4em;
    border: 1px solid hsl(0deg 0% 100%);
}

.pf-process-item {
    background: #fff;
    padding: 32px;
    border-radius: 16px;
    border: 0px solid #ffffff;
    text-align: center;
    height: 100%;
}

.box-download-app {
    display: none;
}