
    section {
           padding: 55px 20px;
    }


    h1 {
        font-size: 48px;
        font-weight: 700;
        color: #000;
    }

    h2 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #000;
    }

    h3 {
        font-size: 20px;
        font-weight: 600;
    }

    p {
        font-size: 16px;
       
    }

    .btn-primary {
        display: inline-block;
        padding: 14px 32px;
        border-radius: 50px;
        background:linear-gradient(to right, #199e82, #206785);
        color: #fff;
        font-weight: 600;
        text-decoration: none;
        transition: 0.3s ease;
    }

    .btn-primary:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(0, 87, 255, 0.25);
    }

    .section-header {
        text-align: center;
        margin-bottom: 60px;
    }

    /* ================= HERO ================= */

    .hero {
        color: #000000;
        text-align: center;
        padding: 55px 20px;
    }

    .hero p {
        color: #2e2e2e;
        font-size: 20px;
        margin: 20px 0 30px;
    }

    /* ================= WHY SECTION ================= */

    .why {
        background: #f9fafc;
    }

    .why .card {
        height: 100%;
    }
    .card {
        background: #fff;
        padding: 35px;
        border-radius: 16px;
        text-align: center;
        box-shadow: 0 10px 30px rgba(0, 87, 255, 0.05);
        transition: 0.3s ease;
    }

    .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0, 87, 255, 0.12);
    }

    .card i {
        font-size: 30px;
        margin-bottom: 15px;
        color: #206785;
    }

    /* ================= HOW IT WORKS ================= */
.steps {
    background: linear-gradient(335deg, #000000e3 0%, #000000 60%, #1a7a62 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.steps::before {
    content: '';
    position: absolute;
    inset: 0;
   background-image: url('/frontend/assets/img/about/partner-wit-us-bg.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: 0.07;
    z-index: 0;
    pointer-events: none;
}

.steps .container {
    position: relative;
    z-index: 1;
}

.steps h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}



.step {
    background: #fff;
    padding: 36px 28px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
}

.step:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.step-numberr {
    width: 50px;
    height: 50px;
    background: linear-gradient(to right, #199e82, #206785);
    border-radius: 50%;
    line-height: 50px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin: 0 auto 18px;
    box-shadow: 0 4px 14px rgba(25, 158, 130, 0.35);
}

.step p {
    color: #1a3344;
    font-size: 14.5px;
    line-height: 1.65;
    margin: 0;
}

.step {
    height: 100%;
}

    /* ================= BENEFITS ================= */

    .benefits {
        background: #ffffff;
    }
    /* ================= WHO WE WORK WITH ================= */

    .audience {
        background: #f9fafc;
    }

    .audience-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 30px;
    }

    .audience-card {
        background: #fff;
        padding: 35px;
        border-radius: 14px;
        text-align: center;
        box-shadow: 0 10px 30px rgba(0, 87, 255, 0.05);
        transition: 0.3s ease;
    }

    .audience-card:hover {
        transform: translateY(-8px);
    }

    .audience-card i {
        font-size: 30px;
        color: #206785;
        margin-bottom: 15px;
    }

    /* ================= CTA ================= */



    /* ================= FOOTER ================= */


    /* ================= RESPONSIVE ================= */

    @media (max-width: 768px) {
        h1 {
            font-size: 32px;
        }

        h2 {
            font-size: 26px;
        }

        .step-wrapper {
            flex-direction: column;
            align-items: center;
        }
    }

    .audience-carousel-section {
        background: #f9fafc;
       padding: 55px 20px;
    }

    .section-header {
        text-align: center;
        margin-bottom: 50px;
    }

    .section-header h2 {
        font-size: 36px;
        font-weight: 700;
        color: #ffffff;
    }

    .section-header p {
        color: #6b7280;
    }

    .carousel-wrapper {
        position: relative;
        overflow: hidden;
    }

    .carousel-track {
        display: flex;
        transition: transform 0.5s ease;
    }

    .carousel-card {
        min-width: 280px;
        margin: 0 15px;
        background: #fff;
        padding: 40px 20px;
        border-radius: 14px;
        text-align: center;
        box-shadow: 0 10px 30px rgba(0, 87, 255, 0.05);
        transition: 0.3s ease;
    }

    .carousel-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0, 87, 255, 0.12);
    }

    .carousel-card i {
        font-size: 32px;
        color: #206785;
        margin-bottom: 15px;
    }

    .carousel-card h4 {
        font-size: 18px;
        font-weight: 600;
        color: #1f2937;
    }

    /* Buttons */
    .carousel-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: linear-gradient(to right, #199e82, #206785);;
        border: none;
        color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        cursor: pointer;
        z-index: 2;
    }

    .carousel-btn.prev {
        left: 0;
    }

    .carousel-btn.next {
        right: 0;
    }

    .carousel-btn:hover {
        background: #206785;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .carousel-card {
            min-width: 240px;
        }
    }

    .why-card p {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
}

/* ============================================================
   MODAL — scoped with .pm- prefix (no body/global styles)
   ============================================================ */

/* Overlay */

.pm-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 16px;
 
}
.pm-overlay.is-open { display: flex; }

.pm-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 20, 30, 0.75);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

/* Dialog — flex column so header stays fixed */
.pm-dialog {
  position: relative;
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 680px;
  /* max-height: 92vh; */
  display: flex;
  flex-direction: column;
  box-shadow: 0 28px 70px rgba(6,40,55,0.30), 0 0 0 1px rgba(25,158,130,0.13);
  animation: pmIn 0.32s cubic-bezier(0.22,1,0.36,1) both;
}
@keyframes pmIn {
  from { opacity:0; transform:translateY(22px) scale(0.97); }
  to   { opacity:1; transform:translateY(0)    scale(1);    }
}

.pm-close {
  position: absolute;
  top: 13px; right: 15px;
  background: rgba(255,255,255,0.18);
  border: none;
  color: #fff;
  font-size: 20px;
  width: 30px; height: 30px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  z-index: 3;
}
.pm-close:hover { background: rgba(255,255,255,0.3); transform: rotate(90deg); }

/* Header — flex-shrink:0 keeps it pinned */
.pm-header {
  background: linear-gradient(135deg, #0d3347 0%, #1a5269 55%, #1a7a62 100%);
  padding: 15px 29px 15px;
  border-radius: 16px 16px 0 0;
  flex-shrink: 0;
}
.pm-eyebrow {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7fe8cc;
  margin-bottom: 5px;
}
.pm-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(19px, 3.5vw, 25px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
}
.pm-subtitle { font-size: 13px; color: rgba(255,255,255,0.58); margin: 0; }

/* Scrollable body — ONLY this scrolls */
.pm-body {
  overflow-y: auto;
  flex: 1;
  max-height: calc(92vh - 130px); /* 130px ≈ header height */
  border-radius: 0 0 20px 20px;
  scrollbar-width: thin;
  scrollbar-color: #c2e3da transparent;
}
.pm-body::-webkit-scrollbar { width: 3px; }
.pm-body::-webkit-scrollbar-track { margin-bottom: 20px; border-radius: 10px; }
.pm-body::-webkit-scrollbar-thumb { background: #c2e3da; border-radius: 10px; }

.pm-form {
  padding: 24px 30px 28px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.pm-row { display: flex; gap: 15px; }
.pm-row--2 > .pm-field { flex: 1; min-width: 0; }

.pm-field {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 5px;
}
.pm-field label {
  font-size: 12.5px;
  font-weight: 600;
  color: #1a3344;
}
.pm-req { color: #d03c3c; font-size: 13px; margin-left: 2px; }
.pm-opt { color: #8eaab5; font-size: 11px; font-weight: 400; margin-left: 3px; }

/* Inputs — white bg, clear border, strong text */
.pm-field input[type="text"],
.pm-field input[type="email"],
.pm-field input[type="tel"],
.pm-field textarea {
  width: 100%;
  background: #fff;
  border: 1.5px solid #a8c8d4;
  border-radius: 9px;
  padding: 11px 14px;
 
  font-size: 14px;
  color: #0f1e28;
  outline: none;
  transition: border-color 0.18s, box-shadow 0.18s;
  box-sizing: border-box;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
}
.pm-field input::placeholder,
.pm-field textarea::placeholder { color: #47565b; }
.pm-field input:hover,
.pm-field textarea:hover { border-color: #6aaab8; }
.pm-field input:focus,
.pm-field textarea:focus {
  border-color: #1e6f8d;
  box-shadow: 0 0 0 3px rgba(25,158,130,0.15), inset 0 1px 3px rgba(0,0,0,0.04);
}
.pm-field input.is-invalid,
.pm-field textarea.is-invalid {
  border-color: #d03c3c;
  box-shadow: 0 0 0 3px rgba(208,60,60,0.1);
}
.pm-field textarea { resize: vertical; min-height: 82px; }

.pm-err { display:none; font-size: 11px; color: #d03c3c; font-weight: 500; margin-top: 1px; }
.pm-field.has-error .pm-err { display: block; }

/* Select2 */
.pm-field .select2-container { width: 100% !important; }

.select2-container--default .select2-selection--single {
  background: #fff;
  border: 1.5px solid #a8c8d4 !important;
  border-radius: 9px !important;
  height: 44px;
  display: flex;
  align-items: center;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
  transition: border-color 0.18s, box-shadow 0.18s;
}
.select2-container--default .select2-selection--single:hover { border-color: #6aaab8 !important; }
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #1e6f8d !important;
  box-shadow: 0 0 0 3px rgba(25,158,130,0.15) !important;
  outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0f1e28;
 
  font-size: 14px;
  line-height: 44px;
  padding-left: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder { color: #47565b; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 44px; right: 10px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #4a7a8a transparent transparent transparent; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #1e6f8d transparent; }

.select2-dropdown {
  border: 1.5px solid #a8c8d4;
  border-radius: 12px !important;
  box-shadow: 0 10px 32px rgba(6,40,55,0.12);
 
  font-size: 14px;
  overflow: hidden;
  margin-top: 4px;
}
.select2-container--default .select2-results__option { padding: 10px 16px; color: #1a3344; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: linear-gradient(to right, #1e6f8d, #206785);
  color: #fff;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background: #e2f4f0; color: #ffffff; font-weight: 600;
}
.select2-search--dropdown .select2-search__field {
  border: 1.5px solid #a8c8d4;
  border-radius: 7px;
  padding: 8px 12px;
 
  font-size: 13px;
  outline: none;
}
.select2-search--dropdown .select2-search__field:focus { border-color: #1e6f8d; }
.pm-field.has-error .select2-selection--single {
  border-color: #d03c3c !important;
  box-shadow: 0 0 0 3px rgba(208,60,60,0.1) !important;
}

.pm-submit {
  width: 100%;
  padding: 13px 24px;
  background: linear-gradient(to right, #1e6f8d, #206785);
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: opacity 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 5px 18px rgba(25,158,130,0.28);
  margin-top: 4px;
}
.pm-submit:hover { opacity: 0.9; transform: translateY(-1px); box-shadow: 0 9px 24px rgba(25,158,130,0.34); }
.pm-submit:active { transform: translateY(0); opacity: 1; }

@media (max-width: 580px) {
  .pm-header { padding: 22px 55px 20px; }
  .pm-form { padding: 18px 16px 22px; gap: 13px; }
  .pm-row--2 { flex-direction: column; gap: 13px; }
  .pm-dialog { border-radius: 16px; }
}
@media (max-width: 380px) {
  .pm-title { font-size: 17px; }
  .pm-submit { font-size: 14px; }
}

.pm-captcha {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f9fafb;
    border: 1.5px solid #a8c8d4;
    border-radius: 9px;
    padding: 14px 16px;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
}
.pm-captcha-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    user-select: none;
}
.pm-captcha-inner input[type="checkbox"] {
    display: none;
}
.pm-captcha-box {
    width: 22px;
    height: 22px;
    border: 2px solid #a8c8d4;
    border-radius: 3px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: border-color 0.2s, background 0.2s;
}
.pm-captcha-inner input:checked ~ .pm-captcha-box {
    background: #1e6f8d;
    border-color: #1e6f8d;
}
.pm-captcha-inner input:checked ~ .pm-captcha-box::after {
    content: '';
    display: block;
    width: 5px;
    height: 10px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg) translateY(-1px);
}
.pm-captcha-text {
    font-size: 14px;
    color: #1a3344;
    font-weight: 500;
}
.pm-captcha-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}
.pm-captcha-brand svg {
    width: 34px;
    height: 34px;
}
.pm-captcha-brand span {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #6a8fa0;
    text-transform: uppercase;
}
.pm-captcha-brand small {
    font-size: 8px;
    color: #9ab4be;
}

/* ── CTA Section — Light Redesign ─────────────────────── */
.cta {
  position: relative;
  overflow: hidden;
  background: #f8faff;
  padding: 60px 0px;
}

/* Background */
.cta-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.cta-bg-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(14, 116, 195, 0.07);
}
.cta-bg-ring-1 {
  width: 700px; height: 700px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  animation: cta-ring-pulse 6s ease-in-out infinite;
}
.cta-bg-ring-2 {
  width: 1000px; height: 1000px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  animation: cta-ring-pulse 6s ease-in-out infinite 1.5s;
}
.cta-bg-ring-3 {
  width: 1300px; height: 1300px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  animation: cta-ring-pulse 6s ease-in-out infinite 3s;
}
.cta-bg-glow {
  position: absolute;
  width: 700px; height: 700px;
  top: 50%; left: 35%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(14, 116, 195, 0.07) 0%, transparent 70%);
  border-radius: 50%;
}

/* Subtle top-left blob */
.cta-bg::before {
  content: '';
  position: absolute;
  width: 500px; height: 500px;
  top: -150px; left: -150px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.1) 0%, transparent 65%);
  border-radius: 50%;
}
.cta-bg::after {
  content: '';
  position: absolute;
  width: 400px; height: 400px;
  bottom: -120px; right: -80px;
  background: radial-gradient(circle, rgba(52, 211, 153, 0.1) 0%, transparent 65%);
  border-radius: 50%;
}

@keyframes cta-ring-pulse {
  0%, 100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
  50%       { opacity: 1;   transform: translate(-50%, -50%) scale(1.03); }
}


/* ── LEFT column ── */
.cta-left {
    position: relative;
    z-index: 2;
}

.cta-right {
    position: relative;
    z-index: 2;
}

.cta-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0284c7;
  position: relative;
  padding-left: 28px;
}
.cta-eyebrow::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 18px; height: 2px;
  background: #0284c7;
}

.cta-title {
  font-family: 'Lato', sans-serif;
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 900;
  color: #0f172a;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0;
}
.cta-title em {
  font-style: normal;
  background: linear-gradient(120deg, #0284c7 0%, #059669 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cta-subtitle {
  font-size: 16px;
  color: #475569;
  line-height: 1.7;
  margin: 0;
  max-width: 420px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 4px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-primary svg { transition: transform 0.2s; }
.btn-primary:hover svg { transform: translateX(4px); }

.cta-ghost-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 14px 32px;
  border-radius: 50px;
  border: 1.5px solid #cbd5e1;
  color: #334155;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  background: #ffffff;
  transition: background 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.cta-ghost-btn:hover {
  background: #f1f5f9;
  border-color: #94a3b8;
  color: #0f172a;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.cta-email-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #94a3b8;
  font-size: 13px;
  margin: 0;
}
.cta-email-line svg { flex-shrink: 0; color: #94a3b8; }
.cta-email-line a {
  color: #64748b;
  text-decoration: none;
  border-bottom: 1px solid #cbd5e1;
  transition: color 0.2s, border-color 0.2s;
}
.cta-email-line a:hover {
  color: #0284c7;
  border-color: #0284c7;
}

.cta-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px 22px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  transition: box-shadow 0.25s, border-color 0.25s, transform 0.25s;
}
.cta-card:hover {
  border-color: #bae6fd;
  box-shadow: 0 6px 24px rgba(2, 132, 199, 0.1);
  transform: translateX(4px);
}

.cta-card-icon {
  width: 44px; height: 44px;
  flex-shrink: 0;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0284c7;
}

.cta-card h4 {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 4px 0;
}
.cta-card p {
  font-size: 13px;
  color: #64748b;
  margin: 0;
  line-height: 1.6;
}

/* Stats row */
.cta-stat-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #eff6ff 0%, #f0fdf4 100%);
  border: 1px solid #bfdbfe;
  border-radius: 14px;
  padding: 20px 28px;
  margin-top: 4px;
}
.cta-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.cta-stat-num {
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(120deg, #0284c7, #059669);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cta-stat-label {
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.cta-stat-divider {
  width: 1px;
  height: 36px;
  background: #cbd5e1;
}


@media (max-width: 480px) {
  .cta { padding: 64px 16px; }
  .cta-stat-row { padding: 16px 20px; }
  .cta-stat-num { font-size: 22px; }
}

/* Mobile view - show only 1 card */
@media (max-width: 576px) {

.carousel-wrapper {
    overflow: hidden;
}

.carousel-track {
    display: flex;
}

.carousel-card {
    flex: 0 0 100%;
    max-width: 100%;
}

}