/* ==================================================
   ZINEK CLEAN FINAL CSS
   Homepage + Header/Menu + Footer
   ================================================== */

/* ---------- Global ---------- */
body {
    background: #f5f8f8;
}
/* ================================
   GLOBAL ZINEK PAGE WIDTH SYSTEM
================================ */

/* Full page base */
.zinek-page,
.zd-page,
.zt-page,
.zh-page,
.za-page,
.zc-page,
.ztf-page,
.zb-single-page,
.zblog-page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* One standard container width for all custom pages */
.zinek-container,
.zd-container,
.zt-container,
.zh-container,
.za-container,
.zc-container,
.ztf-container,
.zb-container,
.zblog-container {
  width: min(1280px, 92%);
  margin-left: auto;
  margin-right: auto;
}

/* Full width sections */
.zinek-section,
.zd-section,
.zt-section,
.zh-section,
.za-section,
.zc-section,
.ztf-section,
.zb-section,
.zblog-section {
  width: 100%;
}
/* ================================
   FIX ASTRA BOXED / CONTAINED ISSUE
   For all Zinek custom templates
================================ */

body[class*="page-template-page-"] .site-content .ast-container,
body[class*="page-template-page-"] .ast-container,
body.single-hospital .site-content .ast-container,
body.single-treatment .site-content .ast-container,
body.single-post .site-content .ast-container,
body.post-type-archive .site-content .ast-container,
body.blog .site-content .ast-container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Remove default article spacing */
body[class*="page-template-page-"] .ast-article-single,
body[class*="page-template-page-"] .entry-content,
body.single-hospital .ast-article-single,
body.single-hospital .entry-content,
body.single-treatment .ast-article-single,
body.single-treatment .entry-content,
body.single-post .ast-article-single,
body.single-post .entry-content {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
/* ================================
   GLOBAL TOP PAGE SPACING
================================ */

.zinek-page,
.zd-page,
.zt-page,
.zh-page,
.za-page,
.zc-page,
.ztf-page,
.zb-single-page,
.zblog-page {
  padding-top: 0;
}

/* Breadcrumb spacing */
.zh-breadcrumbs,
.zd-breadcrumbs,
.zt-breadcrumbs,
.za-breadcrumbs,
.zc-breadcrumbs,
.ztf-breadcrumbs,
.zb-breadcrumbs {
  width: min(1280px, 92%);
  margin: 0 auto;
  padding: 22px 0 10px;
}

.zh-page {
   /* background: yellow !important;*/
}
.zh-page .ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}
/* ===== FULL WIDTH FIX FOR HOMEPAGE ===== */

.home .site-content > .ast-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.home #primary,
.home #main,
.home .content-area,
.home .ast-article-post,
.home .site-main {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}
.site-content {
    padding: 0 !important;
}
.zh-sidebar {
    width: 100%;
}

.zh-main {
    width: 100%;
}
.content-area {
    padding: 0 !important;
}

.zh-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: grid !important;
}

.zinek-home {
    background:
        radial-gradient(circle at top left, rgba(18, 148, 137, 0.08), transparent 22%),
        radial-gradient(circle at top right, rgba(12, 30, 60, 0.05), transparent 26%),
        #f5f8f8;
    color: #1f2937;
}

.z-section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}

.z-container {
    width: min(1240px, 92%);
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.z-grid {
    display: grid;
    gap: 26px;
}

.z-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.z-grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

/* ---------- Soft background shapes ---------- */
.z-section::before,
.z-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.z-hero::before {
    width: 420px;
    height: 420px;
    top: -160px;
    left: -100px;
    background: radial-gradient(circle, rgba(18, 148, 137, 0.14), transparent 70%);
}

.z-hero::after {
    width: 360px;
    height: 360px;
    right: -80px;
    bottom: -100px;
    background: radial-gradient(circle, rgba(24, 54, 95, 0.10), transparent 70%);
}
.zh-info-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.zh-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
}

.z-about::before,
.z-testimonials::before,
.z-blog::before {
    width: 260px;
    height: 260px;
    top: -80px;
    right: -80px;
    background: radial-gradient(circle, rgba(18, 148, 137, 0.08), transparent 70%);
}

/* ---------- Typography ---------- */
.z-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 16px;
    background: rgba(18, 148, 137, 0.10);
    color: #0b7d74;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    border: 1px solid rgba(18, 148, 137, 0.12);
    box-shadow: 0 8px 20px rgba(18, 148, 137, 0.06);
}

.z-section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 54px;
}

.z-section-head.z-left {
    text-align: left;
    margin: 0 0 32px;
}

.z-section-head h2,
.z-about-content h2,
.z-cta-wrap h2 {
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: -0.8px;
    margin-bottom: 14px;
    color: #0d1833;
}

.z-section-head p,
.z-about-content p,
.z-cta-wrap p,
.z-hero-content p {
    font-size: 17px;
    line-height: 1.5;
    color: #55657d;
}

/* ---------- Buttons ---------- */
.z-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 28px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.z-btn-primary {
    background: linear-gradient(135deg, #cc0001, #a80000);
    color: #fff;
    box-shadow: 0 14px 28px rgba(204, 0, 1, 0.22);
}

.z-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(204, 0, 1, 0.28);
    color: #fff;
}

.z-btn-secondary {
    background: #1F2943;
    color: #ffffff;
    border: 1px solid #BA0000;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.z-btn-secondary:hover {
    background: #ffffff;
    transform: translateY(-2px);
    color: #0d1833;
}

/* ---------- Hero ---------- */
.z-hero {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.82), rgba(241,248,248,0.92)),
        radial-gradient(circle at 20% 10%, rgba(19, 141, 132, 0.08), transparent 26%),
        radial-gradient(circle at 90% 15%, rgba(13, 24, 51, 0.06), transparent 22%);
    padding-top: 150px;
    padding-bottom: 110px;
    position: relative;
    z-index: 1;
}

.z-hero-wrap,
.z-about-wrap,
.z-cta-wrap,
.z-faq-wrap {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
}

.z-hero-content {
    position: relative;
    z-index: 2;
}

.z-hero-content h1 {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #0b1631;
    max-width: 700px;
    font-weight:bold;
}

.z-hero-content p {
    max-width: 760px;
}

.z-hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.z-hero-mini-cards {
    display: flex;
    gap: 18px;
    margin-top: 36px;
    /*flex-wrap: wrap;*/
}

.z-mini-card {
    background: rgba(255,255,255,0.80);
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 22px;
    padding: 18px 20px;
    min-width: 240px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 16px 34px rgba(10, 22, 45, 0.08);
}

.z-mini-card strong,
.z-floating-box strong {
    display: block;
    font-size: 19px;
    color: #0d1833;
    margin-bottom: 6px;
}

.z-mini-card span,
.z-floating-box span {
    color: #66768d;
    font-size: 14px;
}

.z-hero-visual {
    position: relative;
}

.z-hero-image-card {
    position: relative;
    background: rgba(255,255,255,0.55);
    padding: 22px;
    border-radius: 34px;
    border: 1px solid rgba(255,255,255,0.60);
    box-shadow:
        0 30px 70px rgba(10, 22, 45, 0.12),
        inset 0 1px 0 rgba(255,255,255,0.65);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.z-hero-image-card::after {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 26px;
    border: 1px solid rgba(255,255,255,0.35);
    pointer-events: none;
}

.z-hero-image-card img,
.z-about-image img,
.z-card-image img {
    width: 100%;
    display: block;
    border-radius: 26px;
}

.z-floating-box {
    position: absolute;
    background: rgba(255,255,255,0.88);
    padding: 22px 26px;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(10, 22, 45, 0.14);
    border: 1px solid rgba(255,255,255,0.82);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.z-floating-box-1 {
    top: 36px;
    left: -28px;
}

.z-floating-box-2 {
    bottom: 36px;
    right: -28px;
}

/* ---------- Quick action cards ---------- */
.z-quick-actions {
    margin-top: -24px;
    position: relative;
    z-index: 3;
}

.z-action-card,
.z-specialty-card,
.z-profile-card,
.z-blog-card,
.z-testimonial-card,
.z-step-card,
.z-metric-card {
    position: relative;
    background: rgba(255,255,255,0.86);
    border: 1px solid rgba(210, 224, 231, 0.82);
    border-radius: 26px;
    padding: 30px;
    box-shadow:
        0 16px 36px rgba(10, 22, 45, 0.05),
        0 4px 10px rgba(10, 22, 45, 0.03);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    overflow: hidden;
}

.z-action-card::before,
.z-specialty-card::before,
.z-profile-card::before,
.z-blog-card::before,
.z-testimonial-card::before,
.z-step-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.22), transparent 35%);
    pointer-events: none;
}

.z-action-card:hover,
.z-specialty-card:hover,
.z-profile-card:hover,
.z-blog-card:hover,
.z-testimonial-card:hover,
.z-step-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 24px 48px rgba(10, 22, 45, 0.10),
        0 8px 18px rgba(10, 22, 45, 0.05);
    border-color: rgba(19, 141, 132, 0.18);
}

.z-action-card {
    text-decoration: none;
    color: inherit;
}

.z-action-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #fff1f1, #ffe7e7);
    color: #cc0001;
    font-size: 28px;
    margin-bottom: 18px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

.z-action-card h3,
.z-specialty-card h3,
.z-card-content h3,
.z-step-card h3,
.z-testimonial-card h4 {
    margin-bottom: 10px;
    color: #0d1833;
    font-weight: 700;
    font-size:16px;
}

.z-action-card p,
.z-card-meta,
.z-card-content p,
.z-step-card p,
.z-testimonial-card p {
    color: #64748b;
    line-height: 1.75;
}

/* ---------- About ---------- */
.z-about {
    background: linear-gradient(180deg, #fbfdfd 0%, #f3f8f8 100%);
}

.z-about-image {
    position: relative;
}

.z-about-image::before {
    content: "";
    position: absolute;
    width: 88%;
    height: 88%;
    left: -20px;
    bottom: -20px;
    border-radius: 34px;
    background: linear-gradient(135deg, #B10000, rgba(13, 24, 51, 0.06));
    z-index: 1;
}

.z-about-image img {
    position: relative;
    z-index: 2;
    border-radius: 30px;
    box-shadow: 0 24px 54px rgba(10, 22, 45, 0.12);
}

.z-check-list {
    list-style: none;
    margin: 28px 0 32px;
    padding: 0;
}

.z-check-list li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 14px;
    color: #32435b;
    line-height: 1.7;
}

.z-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(204, 0, 1, 0.10);
    color: #cc0001;
    font-size: 12px;
    font-weight: 700;
}

/* ---------- Metrics ---------- */
.z-metrics {
    background: linear-gradient(135deg, #0f8f85 0%, #0d6f68 45%, #0b4f5e 100%);
}

.z-metric-card {
    text-align: center;
    background: rgba(255,255,255,0.11);
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 22px;
    box-shadow: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.z-metric-card h3 {
    font-size: 46px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #fff;
    margin-bottom: 10px;
}

.z-metric-card p {
    color: rgba(255,255,255,0.88);
    margin: 0;
    font-size: 15px;
}
.stats-card {
    text-align: center;
    padding: 30px 20px;
}

.stats-icon {
    font-size: 28px;
    margin-bottom: 10px;
    display: block;
}

.stats-number {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}

.stats-label {
    font-size: 18px;
    color: #fff;
    opacity: 0.9;
}
.stats-card:hover {
    transform: translateY(-6px);
    transition: 0.3s ease;
}
/* ---------- Specialties ---------- */
.z-specialties {
    background: #f7fafb;
}

.z-specialty-card {
    text-align: center;
    text-decoration: none;
    color: inherit;
    padding: 10px 15px;
}

.z-specialty-card span {
    display: inline-grid;
    place-items: center;
    width: 68px;
    height: 68px;
    margin-bottom: 18px;
    border-radius: 20px;
    background: linear-gradient(135deg, #fff1f1, #ffeaea);
    color: #cc0001;
    font-size: 30px;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.8),
        0 10px 24px rgba(204, 0, 1, 0.08);
}

/* ---------- Cards with images ---------- */
.z-card-image {
    display: block;
    margin: -30px -30px 22px;
    overflow: hidden;
}

.z-card-image img {
    border-radius: 26px 26px 0 0;
    min-height: 200px;
    object-fit: fill;
    transition: transform 0.5s ease;
}

.z-profile-card:hover .z-card-image img,
.z-blog-card:hover .z-card-image img {
    transform: scale(1.05);
}

.z-card-content {
    padding-top: 4px;
}

.z-card-content h3 {
    font-size: 22px;
}

.z-card-content h3 a {
    text-decoration: none;
    color: #0d1833;
}

.z-card-meta {
    margin-bottom: 14px;
    font-size: 15px;
}

.z-card-link {
    color: #cc0001;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}

.z-card-link::after {
    content: "→";
    margin-left: 8px;
    transition: margin-left 0.25s ease;
}

.z-card-link:hover::after {
    margin-left: 12px;
}

/* ---------- How it works ---------- */
.z-how-it-works {
    background: linear-gradient(180deg, #f6f9fa 0%, #eef4f5 100%);
}

.z-step-card {
    min-height: 220px;
}

.z-step-number {
    font-size: 44px;
    font-weight: 800;
    color: #cc0001;
    margin-bottom: 14px;
    letter-spacing: -1px;
}

/* ---------- FAQ ---------- */
.z-faq {
    background: #ffffff;
}

.z-faq-item {
    background: rgba(255,255,255,0.92);
    border: 1px solid #e5edf5;
    border-radius: 20px;
    padding: 20px 22px;
    margin-bottom: 16px;
    box-shadow: 0 14px 28px rgba(10, 22, 45, 0.05);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.z-faq-item:hover {
    border-color: rgba(204, 0, 1, 0.16);
    box-shadow: 0 18px 34px rgba(10, 22, 45, 0.08);
}

.z-faq-item summary {
    cursor: pointer;
    list-style: none;
    font-weight: 700;
    color: #0d1833;
    position: relative;
    padding-right: 30px;
}

.z-faq-item summary::-webkit-details-marker {
    display: none;
}

.z-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: -2px;
    font-size: 22px;
    color: #cc0001;
}

.z-faq-item[open] summary::after {
    content: "–";
}

.z-faq-item p {
    margin-top: 14px;
    color: #64748b;
    line-height: 1.75;
}

/* ---------- Testimonials ---------- */
.z-testimonials {
    background: linear-gradient(180deg, #fbfdfd 0%, #f3f8f8 100%);
}

.z-testimonial-card {
    min-height: 250px;
}

.z-testimonial-card p {
    position: relative;
    padding-top: 20px;
}

.z-testimonial-card p::before {
    content: "“";
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 56px;
    line-height: 1;
    color: rgba(204, 0, 1, 0.16);
    font-weight: 700;
}

.z-testimonial-card h4 {
    margin-top: 20px;
    margin-bottom: 4px;
}

.z-testimonial-card span {
    color: #718096;
    font-size: 14px;
}

/* ---------- Blog ---------- */
.z-blog {
    background: linear-gradient(180deg, #f7fafb 0%, #eef4f5 100%);
}

/* ---------- CTA ---------- */
.z-cta {
    padding-bottom: 110px;
    background: transparent;
}

.z-cta-wrap {
    background:
        radial-gradient(circle at top left, rgba(204, 0, 1, 0.20), transparent 26%),
        linear-gradient(135deg, #0d1732, #121f42 52%, #0d1833);
    border-radius: 34px;
    padding: 56px;
    color: #fff;
    box-shadow: 0 30px 60px rgba(8, 16, 35, 0.22);
    overflow: hidden;
    position: relative;
}

.z-cta-wrap::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    right: -60px;
    top: -60px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.08), transparent 70%);
}

.z-cta-wrap .z-kicker {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.12);
    color: #ffe5e5;
    box-shadow: none;
}

.z-cta-wrap .z-kicker,
.z-cta-wrap h2,
.z-cta-wrap p {
    color: #fff;
}

/* ---------- Premium Header / Menu ---------- */
.site-header,
.main-header-bar-wrap,
.ast-primary-header-bar,
.main-header-bar {
    background: transparent !important;
    box-shadow: none !important;
    position: relative;
    z-index: 99;
}

.ast-primary-header-bar,
.main-header-bar {
    border: none !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.site-branding,
.custom-logo-link {
    position: relative;
    z-index: 20;
}

.custom-logo-link img {
    max-height: 72px;
    width: auto;
}

.ast-builder-menu-1,
.main-header-menu,
.ast-desktop .main-header-menu {
    display: flex;
    align-items: center;
    gap: 1px;
    background: rgba(13, 24, 51, 0.88);
    /*padding: 8px 10px;*/
    border-radius: 22px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow:
        0 16px 40px rgba(10, 22, 45, 0.16),
        inset 0 1px 0 rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.06);
}

.main-header-menu > li,
.ast-builder-menu-1 > li {
    position: relative;
    margin: 0;
}

.main-header-menu > li > a,
.ast-builder-menu-1 .menu-link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 14px 18px !important;
    border-radius: 14px;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: all 0.28s ease;
}

.main-header-menu > li > a:hover,
.ast-builder-menu-1 .menu-link:hover {
    background: rgba(255,255,255,0.08);
    color: #ffffff !important;
    transform: translateY(-1px);
}

.main-header-menu > li.current-menu-item > a,
.main-header-menu > li.current-menu-ancestor > a,
.ast-builder-menu-1 .current-menu-item > .menu-link,
.ast-builder-menu-1 .current-menu-ancestor > .menu-link {
    background: rgba(255,255,255,0.08) !important;
    color: #ffffff !important;
}

.main-header-menu > li.current-menu-item > a::after,
.main-header-menu > li.current-menu-ancestor > a::after,
.ast-builder-menu-1 .current-menu-item > .menu-link::after,
.ast-builder-menu-1 .current-menu-ancestor > .menu-link::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 8px;
    height: 2px;
    background: linear-gradient(90deg, #cc0001, #ff4d4f);
    border-radius: 999px;
}

.main-header-menu .menu-item-has-children > a::after,
.ast-builder-menu-1 .menu-item-has-children > .menu-link::after {
    margin-left: 8px;
    position: relative;
    top: 1px;
    font-size: 11px;
}

.main-header-menu .sub-menu,
.ast-builder-menu-1 .sub-menu {
    background: rgba(13, 24, 51, 0.96);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 8px;
    box-shadow: 0 22px 50px rgba(10, 22, 45, 0.20);
    min-width: 220px;
}

.main-header-menu .sub-menu li a,
.ast-builder-menu-1 .sub-menu li a {
    color: #ffffff !important;
    border-radius: 10px;
    padding: 12px 14px !important;
    font-size: 15px;
    transition: all 0.25s ease;
}

.main-header-menu .sub-menu li a:hover,
.ast-builder-menu-1 .sub-menu li a:hover {
    background: rgba(255,255,255,0.08);
    color: #ffffff !important;
}

.ast-header-social-wrap a,
.site-header .ast-builder-social-element {
    color: rgba(255,255,255,0.75) !important;
    transition: all 0.25s ease;
}

.ast-header-social-wrap a:hover,
.site-header .ast-builder-social-element:hover {
    color: #ff696b !important;
    transform: translateY(-2px);
}

/* ---------- Premium Footer ---------- */
.z-footer {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(204, 0, 1, 0.14), transparent 24%),
        linear-gradient(135deg, #0c1731 0%, #101d3d 50%, #0a1328 100%);
    color: #d8e3f0;
    margin-top: 40px;
    overflow: hidden;
}

.z-footer::before {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    right: -120px;
    top: -120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.06), transparent 70%);
    pointer-events: none;
}

.z-footer-top {
    padding: 80px 0 50px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.z-footer-container {
    width: min(1240px, 92%);
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.z-footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
    gap: 34px;
}

.z-footer-brand img {
    max-width: 180px;
    height: auto;
    margin-bottom: 18px;
}

.z-footer-brand p {
    color: rgba(216, 227, 240, 0.82);
    line-height: 1.8;
    font-size: 15px;
    max-width: 320px;
    margin-bottom: 24px;
}

.z-footer-social {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.z-footer-social a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.z-footer-social a:hover {
    background: #cc0001;
    color: #ffffff;
    transform: translateY(-3px);
}

.z-footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 18px;
    position: relative;
}

.z-footer-col h4::after {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    margin-top: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, #cc0001, rgba(204,0,1,0.15));
}

.z-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.z-footer-links li {
    margin-bottom: 12px;
}

.z-footer-links a {
    color: rgba(216, 227, 240, 0.84);
    text-decoration: none;
    transition: all 0.25s ease;
}

.z-footer-links a:hover {
    color: #ff696b;
    padding-left: 4px;
}

.z-footer-contact p {
    margin: 0 0 12px;
    line-height: 1.8;
    color: rgba(216, 227, 240, 0.84);
    font-size: 15px;
}

.z-footer-contact strong {
    color: #ffffff;
}

.z-footer-bottom {
    padding: 20px 0;
}

.z-footer-bottom-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.z-footer-copy,
.z-footer-bottom-links {
    color: rgba(216, 227, 240, 0.72);
    font-size: 14px;
}

.z-footer-bottom-links a {
    color: rgba(216, 227, 240, 0.72);
    text-decoration: none;
    margin-left: 16px;
    transition: color 0.25s ease;
}

.z-footer-bottom-links a:hover {
    color: #ff696b;
}

/* Hide Astra default footer if using custom footer */
.site-primary-footer-wrap,
.site-below-footer-wrap,
.ast-builder-footer {
    display: none;
}

/* ---------- Responsive ---------- */
@media (min-width: 1025px) {
    .ast-primary-header-bar,
    .main-header-bar {
        margin-top: 8px;
    }
}

@media (max-width: 1200px) {
    .z-hero-content h1 {
        font-size: 64px;
    }
}

@media (max-width: 1024px) {
    .z-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .z-grid-3,
    .z-hero-wrap,
    .z-about-wrap,
    .z-faq-wrap,
    .z-cta-wrap {
        grid-template-columns: 1fr;
    }

    .z-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }

    .z-section {
        padding: 72px 0;
    }

    .z-hero {
        padding-top: 120px;
        padding-bottom: 80px;
    }

    .z-hero-content h1 {
        font-size: 52px;
        line-height: 1.02;
    }

    .z-section-head h2,
    .z-about-content h2,
    .z-cta-wrap h2 {
        font-size: 36px;
    }

    .z-floating-box-1,
    .z-floating-box-2 {
        position: static;
        margin-top: 16px;
    }

    .z-cta-wrap {
        padding: 42px;
    }

    .ast-builder-menu-mobile .main-header-menu,
    .ast-builder-menu-mobile .ast-builder-menu-1 {
        background: rgba(13, 24, 51, 0.96);
        border-radius: 18px;
        padding: 10px;
    }

    .main-header-menu > li > a,
    .ast-builder-menu-1 .menu-link {
        padding: 14px 16px !important;
        font-size: 15px;
    }

    .custom-logo-link img {
        max-height: 60px;
    }
}

@media (max-width: 767px) {
    .z-section {
        padding: 60px 0;
    }

    .z-grid-4,
    .z-grid-3,
    .z-footer-grid {
        grid-template-columns: 1fr;
    }

    .z-hero {
        padding-top: 95px;
        padding-bottom: 65px;
    }

    .z-hero-content h1 {
        font-size: 38px;
        letter-spacing: -1px;
    }

    .z-section-head h2,
    .z-about-content h2,
    .z-cta-wrap h2 {
        font-size: 30px;
    }

    .z-hero-actions,
    .z-hero-mini-cards {
        flex-direction: column;
    }

    .z-mini-card {
        min-width: 100%;
    }

    .z-cta-wrap {
        padding: 30px 24px;
        border-radius: 24px;
    }

    .z-card-image img {
        min-height: 220px;
    }

    .z-footer-top {
        padding: 60px 0 36px;
    }

    .z-footer-bottom-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .z-footer-bottom-links a {
        margin-left: 0;
        margin-right: 14px;
    }
}
/* ---------- Mid CTA FORM Version ---------- */
.z-mid-cta {
    padding: 40px 0;
}

.z-mid-cta-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    border-radius: 30px;
    padding: 50px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.96), rgba(246,248,252,0.98));
    box-shadow: 0 30px 60px rgba(10, 22, 45, 0.10);
    border: 1px solid rgba(210, 224, 231, 0.8);
}

/* LEFT */
.z-mid-cta-content h2 {
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #0d1833;
}

.z-mid-cta-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #5a6b82;
    margin-bottom: 20px;
}

.z-mid-cta-points {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #32435b;
    font-weight: 500;
}

/* =========================
   PREMIUM FORM - FULL WIDTH
========================= */

.z-mid-cta-form {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 32px;
    padding: 34px 30px;
    box-shadow: 0 24px 50px rgba(10, 22, 45, 0.10);
    border: 1px solid rgba(220, 230, 240, 0.9);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* Remove default WPForms spacing */
.z-mid-cta-form .wpforms-container,
.z-mid-cta-form .wpforms-form,
.z-mid-cta-form .wpforms-field-container {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

/* Force all fields full width */
.z-mid-cta-form .wpforms-field {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
}

/* Override WPForms column classes */
.z-mid-cta-form .wpforms-one-half,
.z-mid-cta-form .wpforms-one-third,
.z-mid-cta-form .wpforms-two-thirds,
.z-mid-cta-form .wpforms-inline {
    width: 100% !important;
    margin-left: 0 !important;
    float: none !important;
}

/* Labels */
.z-mid-cta-form .wpforms-field-label {
    display: block !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #17253d !important;
    margin-bottom: 8px !important;
}

.z-mid-cta-form .wpforms-required-label {
    color: #cc0001 !important;
}

/* Inputs */
.z-mid-cta-form .wpforms-form input,
.z-mid-cta-form .wpforms-form textarea,
.z-mid-cta-form .wpforms-form select {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 58px !important;
    border-radius: 18px !important;
    border: 1px solid #dbe5ef !important;
    background: #ffffff !important;
    padding: 16px 18px !important;
    font-size: 15px !important;
    color: #17253d !important;
    box-shadow: none !important;
    transition: all 0.25s ease !important;
}

/* Placeholders */
.z-mid-cta-form .wpforms-form input::placeholder,
.z-mid-cta-form .wpforms-form textarea::placeholder {
    color: #98a6b8 !important;
    opacity: 1 !important;
}

/* Focus */
.z-mid-cta-form .wpforms-form input:focus,
.z-mid-cta-form .wpforms-form textarea:focus,
.z-mid-cta-form .wpforms-form select:focus {
    border-color: #cc0001 !important;
    box-shadow: 0 0 0 4px rgba(204, 0, 1, 0.08) !important;
    outline: none !important;
}

/* Textarea */
.z-mid-cta-form .wpforms-form textarea {
    min-height: 180px !important;
    resize: vertical !important;
}

/* Select */
.z-mid-cta-form .wpforms-form select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image:
        linear-gradient(45deg, transparent 50%, #94a3b8 50%),
        linear-gradient(135deg, #94a3b8 50%, transparent 50%) !important;
    background-position:
        calc(100% - 24px) calc(50% - 3px),
        calc(100% - 18px) calc(50% - 3px) !important;
    background-size: 6px 6px, 6px 6px !important;
    background-repeat: no-repeat !important;
    padding-right: 46px !important;
}

/* Submit button */
.z-mid-cta-form .wpforms-submit-container {
    padding: 0 !important;
    margin-top: 8px !important;
}

.z-mid-cta-form .wpforms-submit {
    display: block !important;
    width: 100% !important;
    min-height: 60px !important;
    border: none !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #d60000, #a80000) !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 14px 20px !important;
    box-shadow: 0 14px 28px rgba(204, 0, 1, 0.20) !important;
    transition: all 0.25s ease !important;
}

.z-mid-cta-form .wpforms-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(204, 0, 1, 0.24) !important;
}

/* Errors */
.z-mid-cta-form label.wpforms-error {
    font-size: 13px !important;
    color: #cc0001 !important;
    margin-top: 6px !important;
}

.z-mid-cta-form input.wpforms-error,
.z-mid-cta-form select.wpforms-error,
.z-mid-cta-form textarea.wpforms-error {
    border-color: #cc0001 !important;
}

/* Mobile */
@media (max-width: 767px) {
    .z-mid-cta-form {
        border-radius: 22px;
        padding: 22px 18px;
    }

    .z-mid-cta-form .wpforms-form input,
    .z-mid-cta-form .wpforms-form textarea,
    .z-mid-cta-form .wpforms-form select {
        min-height: 52px !important;
        font-size: 14px !important;
        border-radius: 14px !important;
        padding: 12px 14px !important;
    }

    .z-mid-cta-form .wpforms-submit {
        min-height: 54px !important;
        font-size: 16px !important;
    }
}

/* ---------- Mid CTA Background Image ---------- */
.z-mid-cta-bg {
    position: relative;
    overflow: hidden;
    background: url('/wp-content/themes/astra/assets/images/hospital-bg.jpg') ;
}

.z-mid-cta-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    /*background: url('/wp-content/themes/astra/assets/images/hospital-bg.jpg') center/cover no-repeat;*/
    z-index: 0;
}



/* keep content above background */
.z-mid-cta-wrap {
    position: relative;
    z-index: 2;
    background: transparent;
    border: none;
    box-shadow: none;
}
.z-mid-cta-bg .z-mid-cta-content h2,
.z-mid-cta-bg .z-mid-cta-content p,
.z-mid-cta-bg .z-kicker {
    color: #2a344d;
}

/*why choose us*/
/* ---------- Why Choose Us Clean Fix ---------- */
.z-why-choose {
    position: relative;
    padding: 80px 0;
    background: #f3f5f7;
    overflow: hidden;
}

.z-why-choose::before,
.z-why-choose::after {
    content: none !important;
    display: none !important;
}

.z-why-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr 0.85fr 0.85fr;
    gap: 28px;
    align-items: stretch;
}

.z-why-main-card {
    background: linear-gradient(180deg, #1f7fd2 0%, #257ecb 100%);
    border-radius: 24px;
    padding: 42px 34px;
    color: #fff;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 18px 45px rgba(10, 22, 45, 0.10);
}

.z-why-main-card h2 {
    font-size: 36px;
    line-height: 1.05;
    letter-spacing: -1px;
    margin-bottom: 22px;
    color: #fff;
}

.z-why-main-card p {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255,255,255,0.94);
    margin-bottom: 30px;
}

.z-why-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 24px;
    min-width: 210px;
    border-radius: 999px;
    background: rgba(255,255,255,0.18);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.z-why-btn:hover {
    background: rgba(255,255,255,0.26);
    color: #fff;
}

.z-why-info-card {
    background: rgba(255,255,255,0.92);
    border-radius: 24px;
    padding: 25px 5px;
    text-align: center;
    box-shadow: 0 14px 34px rgba(10, 22, 45, 0.08);
    min-height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.z-why-icon {
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 1;
}

.z-why-info-card h3 {
    font-size: 26px;
    line-height: 1.3;
    color: #27486b;
    margin-bottom: 18px;
}

.z-why-info-card p {
    font-size: 16px;
    line-height: 1.5;
    color: #6b7280;
    margin: 0;
}

/* Tablet */
@media (max-width: 1200px) {
    .z-why-grid {
        grid-template-columns: 1fr 1fr;
    }

    .z-why-main-card,
    .z-why-info-card {
        min-height: auto;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .z-why-grid {
        grid-template-columns: 1fr;
    }

    .z-why-main-card,
    .z-why-info-card {
        min-height: auto;
    }

    .z-why-main-card {
        padding: 30px 22px;
    }

    .z-why-main-card h2 {
        font-size: 34px;
    }

    .z-why-info-card {
        padding: 28px 20px;
    }

    .z-why-info-card h3 {
        font-size: 22px;
    }
}

/* ==========================================
   HOSPITAL ARCHIVE PAGE - BOX GRID LAYOUT
========================================== */

.zh-archive-page {
    background: #f4f7fb;
    padding: 34px 0 80px;
}

.zh-archive-container {
    width: min(1280px, 94%);
    margin: 0 auto;
}

.zh-archive-hero {
    margin-bottom: 28px;
}

.zh-archive-hero-inner {
    background: linear-gradient(135deg, #ffffff, #f7fbff);
    border: 1px solid #e5edf5;
    border-radius: 26px;
    padding: 34px;
    box-shadow: 0 14px 34px rgba(10, 22, 45, 0.05);
}

.zh-archive-kicker {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
    background: rgba(15, 143, 133, 0.10);
    color: #0f8f85;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.zh-archive-title {
    margin: 0 0 10px;
    font-size: 42px;
    line-height: 1.08;
    letter-spacing: -0.8px;
    color: #17253d;
}

.zh-archive-subtitle {
    margin: 0;
    max-width: 760px;
    font-size: 16px;
    line-height: 1.8;
    color: #61738e;
}

.zh-archive-search {
    margin-top: 24px;
}

.zh-archive-search-form {
    background: #f9fcff;
    border: 1px solid #e5edf5;
    border-radius: 18px;
    padding: 18px;
}

.zh-archive-search-grid {
    display: grid;
    grid-template-columns: 1fr 180px;
    gap: 16px;
    align-items: end;
}

.zh-archive-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #6b7b91;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.zh-archive-field input {
    width: 100%;
    min-height: 48px;
    border: 1px solid #d9e4ef;
    border-radius: 12px;
    padding: 12px 14px;
    background: #fff;
    color: #17253d;
}

.zh-archive-field-button button {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #cc0001, #a80000);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(204, 0, 1, 0.16);
}

.zh-archive-main-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.zh-hospital-box-card {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(10, 22, 45, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
}

.zh-hospital-box-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(10, 22, 45, 0.08);
}

.zh-hospital-box-image-wrap {
    display: block;
}

.zh-hospital-box-image {
    width: 100%;
    height: 222px;
    object-fit: cover;
    display: block;
}

.zh-hospital-box-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.zh-hospital-box-topline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.zh-hospital-box-tag {
    font-size: 13px;
    font-weight: 700;
    color: #64748b;
}

.zh-hospital-box-mini-meta {
    font-size: 14px;
    color: #17253d;
    font-weight: 600;
}

.zh-hospital-box-title {
    margin: 0;
    font-size: 24px;
    line-height: 1.25;
    color: #17253d;
    font-weight:bold;
}

.zh-hospital-box-title a {
    text-decoration: none;
    color: inherit;
}

.zh-hospital-box-title a:hover {
    color: #cc0001;
}

.zh-hospital-box-location,
.zh-hospital-box-address,
.zh-hospital-box-accreditation {
    margin: 0;
    color: #17253d;
    font-size: 16px;
    line-height: 1.45;
}

.zh-hospital-box-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.zh-hospital-box-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #f5f9ff;
    border: 1px solid #e3edf8;
    color: #28415f;
    font-size: 13px;
    font-weight: 600;
}

.zh-hospital-box-description p {
    margin: 0;
    color: #36454F;
    font-size: 14px;
    line-height: 1.5;
}

.zh-hospital-box-footer {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 6px;
}

.zh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 3px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1px solid transparent;
    font-size: 14px;
}

.zh-btn-primary {
    background: linear-gradient(135deg, #cc0001, #a80000);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(204, 0, 1, 0.16);
}

.zh-btn-primary:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(204, 0, 1, 0.22);
}

.zh-btn-secondary {
    background: #ffffff;
    color: #17253d;
    border-color: #d9e3ef;
}

.zh-btn-secondary:hover {
    color: #17253d;
    background: #f8fbff;
}

.zh-archive-pagination {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    margin-top: 6px;
    padding-top: 8px;
}

.zh-archive-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    margin: 0 6px;
    padding: 0 14px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #dfe8f1;
    color: #17253d;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(10, 22, 45, 0.04);
}

.zh-archive-pagination .page-numbers.current {
    background: linear-gradient(135deg, #cc0001, #a80000);
    color: #fff;
    border-color: transparent;
}

.zh-empty-state {
    grid-column: 1 / -1;
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 22px;
    padding: 42px 28px;
    text-align: center;
    box-shadow: 0 12px 28px rgba(10, 22, 45, 0.05);
}

.zh-empty-state h2 {
    margin: 0 0 10px;
    color: #17253d;
}

.zh-empty-state p {
    margin: 0;
    color: #64748b;
}

.zh-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    font-style: normal;
    font-size: 13px;
    line-height: 1;
}

@media (max-width: 1100px) {
    .zh-archive-main-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .zh-archive-page {
        padding: 24px 0 56px;
    }

    .zh-archive-hero-inner {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .zh-archive-title {
        font-size: 32px;
    }

    .zh-archive-search-grid {
        grid-template-columns: 1fr;
    }

    .zh-archive-main-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .zh-hospital-box-image {
        height: 220px;
    }

    .zh-hospital-box-content {
        padding: 16px;
    }

    .zh-hospital-box-title {
        font-size: 20px;
    }

    .zh-hospital-box-footer {
        flex-direction: column;
    }
}
/* ==========================================
   SINGLE DOCTOR PAGE
========================================== */

.zd-page {
    background: #f4f7fb;
    padding: 36px 0 90px;
}

.zd-container {
    width: min(1280px, 94%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 28px;
    align-items: start;
}

.zd-sidebar {
    position: sticky;
    top: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.zd-main {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.zd-card,
.zd-related-card {
    background: #ffffff;
    border: 1px solid #e7edf5;
    border-radius: 20px;
    box-shadow: 0 12px 32px rgba(10, 22, 45, 0.05);
}

.zd-card {
    padding: 24px;
}

.zd-profile-card {
    overflow: hidden;
    padding: 0;
}

.zd-profile-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.zd-profile-body {
    padding: 20px 22px 22px;
}

.zd-doctor-name {
    margin: 0 0 8px;
    font-size: 34px;
    line-height: 1.1;
    color: #17253d;
    letter-spacing: -0.6px;
}

.zd-doctor-specialization {
    margin: 0 0 10px;
    color: #5f7088;
    font-size: 16px;
    line-height: 1.6;
}

.zd-doctor-hospital,
.zd-doctor-hospital a {
    margin: 0;
    color: #17253d;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.6;
}

.zd-info-card h3,
.zd-skill-card h3 {
    margin: 0 0 16px;
    color: #17253d;
    font-size: 18px;
}

.zd-info-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.zd-info-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-bottom: 12px;
    border-bottom: 1px solid #edf2f7;
}

.zd-info-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.zd-info-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #7b889b;
    display: flex;
    align-items: center;
    gap: 6px;
}

.zd-info-value,
.zd-info-value a {
    color: #17253d;
    text-decoration: none;
    line-height: 1.6;
    font-size: 15px;
}

.zd-skill-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.zd-skill-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    color: #17253d;
    font-size: 14px;
    font-weight: 600;
}

.zd-skill-bar {
    height: 8px;
    background: #e9eef5;
    border-radius: 999px;
    overflow: hidden;
}

.zd-skill-bar span {
    display: block;
    height: 100%;
    background: linear-gradient(135deg, #1ec971, #16b364);
    border-radius: 999px;
}

.zd-section-head {
    margin-bottom: 16px;
}

.zd-section-head h2,
.zd-related-head h2 {
    margin: 0;
    color: #17253d;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.zd-content {
    color: #5f7088;
    line-height: 1.9;
    font-size: 16px;
}

.zd-content p:last-child {
    margin-bottom: 0;
}

.zd-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.zd-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 40px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #f5f9ff;
    border: 1px solid #e3edf8;
    color: #28415f;
    font-size: 14px;
    font-weight: 600;
}

.zd-list-block {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.zd-list-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #5f7088;
    line-height: 1.8;
    font-size: 15px;
}

.zd-appointment-card {
    margin-top: 6px;
}

.zd-appointment-form .wpforms-container {
    margin: 0 !important;
}

.zd-related-section {
    margin-top: 10px;
    padding-top: 18px;
    border-top: 1px solid #dfe6ef;
}

.zd-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 20px;
}

.zd-related-card {
    overflow: hidden;
}

.zd-related-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.zd-related-body {
    padding: 18px;
    text-align: center;
}

.zd-related-body h3 {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.25;
}

.zd-related-body h3 a {
    color: #17253d;
    text-decoration: none;
}

.zd-related-body p {
    margin: 0;
    color: #5f7088;
    font-size: 15px;
}

.zd-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: 13px;
    line-height: 1;
}

@media (max-width: 1100px) {
    .zd-container {
        grid-template-columns: 1fr;
    }

    .zd-sidebar {
        position: static;
    }

    .zd-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .zd-page {
        padding: 24px 0 60px;
    }

    .zd-card,
    .zd-related-card {
        border-radius: 16px;
    }

    .zd-card {
        padding: 18px;
    }

    .zd-profile-image img,
    .zd-related-image img {
        height: 220px;
    }

    .zd-profile-body {
        padding: 18px;
    }

    .zd-doctor-name {
        font-size: 28px;
    }

    .zd-section-head h2,
    .zd-related-head h2 {
        font-size: 22px;
    }

    .zd-related-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================
   HOME PAGE HOSPITAL SEARCH SECTION
========================================== */

.zh-home-search-section {
    padding: 34px 0 20px;
    background: transparent;
}

.zh-home-search-wrap {
    width: min(1280px, 94%);
    margin: 0 auto;
    background: linear-gradient(135deg, #ffffff, #f7fbff);
    border: 1px solid #e5edf5;
    border-radius: 30px;
    padding: 38px;
    box-shadow: 0 16px 36px rgba(10, 22, 45, 0.05);
}

.zh-home-search-kicker {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 16px;
    background: rgba(15, 143, 133, 0.10);
    color: #0f8f85;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.zh-home-search-title {
    margin: 0 0 12px;
    font-size: 42px;
    line-height: 1.08;
    letter-spacing: -0.8px;
    color: #17253d;
    /*max-width: 900px;*/
}

.zh-home-search-subtitle {
    margin: 0 0 28px;
    max-width: 760px;
    font-size: 16px;
    line-height: 1.8;
   
}

.zh-home-search-form {
    background: #f9fcff;
    border: 1px solid #e5edf5;
    border-radius: 20px;
    padding: 18px;
}

.zh-home-search-grid {
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 18px;
    align-items: end;
}

.zh-home-search-field label {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #6b7b91;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.zh-home-search-field input {
    width: 100%;
    min-height: 56px;
    border: 1px solid #0B1631;
    border-radius: 16px;
    padding: 14px 18px;
    background: #fff;
    color: #17253d;
    font-size: 16px;
    box-shadow: none;
    transition: all 0.25s ease;
}

.zh-home-search-field input::placeholder {
    color: #98a6b8;
}

.zh-home-search-field input:focus {
    border-color: #cc0001;
    box-shadow: 0 0 0 4px rgba(204, 0, 1, 0.08);
    outline: none;
}

.zh-home-search-button button {
    width: 100%;
    min-height: 56px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #d60000, #a80000);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(204, 0, 1, 0.18);
    transition: all 0.25s ease;
}

.zh-home-search-button button:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(204, 0, 1, 0.24);
}

@media (max-width: 767px) {
    .zh-home-search-wrap {
        padding: 24px 18px;
        border-radius: 22px;
    }

    .zh-home-search-title {
        font-size: 32px;
    }

    .zh-home-search-grid {
        grid-template-columns: 1fr;
    }

    .zh-home-search-form {
        padding: 14px;
    }

    .zh-home-search-field input,
    .zh-home-search-button button {
        min-height: 52px;
        border-radius: 14px;
    }
}
.zh-empty-state {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, #ffffff, #f8fbff);
    border: 1px solid #e6edf5;
    border-radius: 24px;
    padding: 44px 32px;
    text-align: center;
    box-shadow: 0 12px 28px rgba(10, 22, 45, 0.05);
}

.zh-empty-kicker {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
    background: rgba(15, 143, 133, 0.10);
    color: #0f8f85;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.zh-empty-state h2 {
    margin: 0 0 12px;
    color: #17253d;
    font-size: 34px;
    line-height: 1.15;
}

.zh-empty-state p {
    margin: 0 auto;
    max-width: 760px;
    color: #64748b;
    font-size: 16px;
    line-height: 1.8;
}

.zh-empty-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 24px;
}

@media (max-width: 767px) {
    .zh-empty-state {
        padding: 32px 20px;
        border-radius: 18px;
    }

    .zh-empty-state h2 {
        font-size: 28px;
    }

    .zh-empty-actions {
        flex-direction: column;
    }

    .zh-empty-actions .zh-btn {
        width: 100%;
    }
}
/* ==========================================
   DOCTOR ARCHIVE PAGE
========================================== */



body.single-doctor .site-content > .ast-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.single-doctor .content-area {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.single-doctor article,
body.single-doctor .ast-article-single,
body.single-doctor .ast-article-post {
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

.zd-page {
    width: 100%;
}

.zd-container {
    width: min(1280px, 94%);
    margin: 0 auto;
}

.zd-archive-page {
    width: 100%;
}

.zd-archive-page,
.zd-archive-page * {
    box-sizing: border-box;
}

.site-content > .ast-container:has(.zd-archive-page) {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.zd-archive-container {
    width: min(1280px, 94%);
    margin: 0 auto;
}
.zd-archive-page {
    background: #f4f7fb;
    padding: 34px 0 80px;
}

.zd-archive-container {
    width: min(1280px, 94%);
    margin: 0 auto;
}

.zd-archive-hero {
    margin-bottom: 28px;
}

.zd-archive-hero-inner {
    background: linear-gradient(135deg, #ffffff, #f7fbff);
    border: 1px solid #e5edf5;
    border-radius: 26px;
    padding: 34px;
    box-shadow: 0 14px 34px rgba(10, 22, 45, 0.05);
}

.zd-archive-kicker {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
    background: rgba(15, 143, 133, 0.10);
    color: #0f8f85;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.zd-archive-title {
    margin: 0 0 10px;
    font-size: 42px;
    line-height: 1.08;
    letter-spacing: -0.8px;
    color: #17253d;
}

.zd-archive-subtitle {
    margin: 0;
    max-width: 760px;
    font-size: 16px;
    line-height: 1.8;
    color: #61738e;
}

.zd-archive-search {
    margin-top: 24px;
}

.zd-archive-search-form {
    background: #f9fcff;
    border: 1px solid #e5edf5;
    border-radius: 18px;
    padding: 18px;
}

.zd-archive-search-grid {
    display: grid;
    grid-template-columns: 1fr 180px;
    gap: 16px;
    align-items: end;
}

.zd-archive-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #6b7b91;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.zd-archive-field input {
    width: 100%;
    min-height: 48px;
    border: 1px solid #d9e4ef;
    border-radius: 12px;
    padding: 12px 14px;
    background: #fff;
    color: #17253d;
}

.zd-archive-field-button button {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #cc0001, #a80000);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(204, 0, 1, 0.16);
}

.zd-archive-main-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.zd-doctor-box-card {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(10, 22, 45, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
}

.zd-doctor-box-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(10, 22, 45, 0.08);
}

.zd-doctor-box-image-wrap {
    display: block;
}

.zd-doctor-box-image {
    width: 90%;
    height: 200px;
    object-fit: cover;
    display: block;
    margin: 10px 10px 0px 10px;
    border-radius:22px;
}

.zd-doctor-box-content {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.zd-doctor-box-speciality {
    margin: 0;
    color: #61738e;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
}

.zd-doctor-box-title {
    margin: 0;
    font-size: 22px;
    line-height: 1.15;
    color: #17253d;
    letter-spacing: -0.4px;
}

.zd-doctor-box-title a {
    text-decoration: none;
    color: inherit;
}

.zd-doctor-box-title a:hover {
    color: #cc0001;
}

.zd-doctor-box-qualification,
.zd-doctor-box-hospital {
    margin: 0;
    color: #5f7088;
    font-size: 14px;
    line-height: 1.5;
}

.zd-doctor-box-footer {
    margin-top: auto;
    padding-top: 8px;
}

.zd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
    padding:5px 16px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1px solid transparent;
    font-size: 14px;
}

.zd-btn-primary {
    width: 100%;
    background: linear-gradient(135deg, #ffffff, #f8fbff);
    color: #17253D;
    border: 2px solid #C50001;
}

.zd-btn-primary:hover {
    background: #C50001;
    color: #ffffff;
}

.zd-archive-pagination {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    margin-top: 8px;
    padding-top: 8px;
}

.zd-archive-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    margin: 0 6px;
    padding: 0 14px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #dfe8f1;
    color: #17253d;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(10, 22, 45, 0.04);
}

.zd-archive-pagination .page-numbers.current {
    background: linear-gradient(135deg, #cc0001, #a80000);
    color: #fff;
    border-color: transparent;
}

.zd-empty-state {
    grid-column: 1 / -1;
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 22px;
    padding: 42px 28px;
    text-align: center;
    box-shadow: 0 12px 28px rgba(10, 22, 45, 0.05);
}

.zd-empty-state h2 {
    margin: 0 0 10px;
    color: #17253d;
}

.zd-empty-state p {
    margin: 0;
    color: #64748b;
}

.zd-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    font-style: normal;
    font-size: 13px;
    line-height: 1;
}

@media (max-width: 1200px) {
    .zd-archive-main-grid {
        /*grid-template-columns: repeat(3, minmax(0, 1fr));*/
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }
}

@media (max-width: 992px) {
    .zd-archive-main-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .zd-archive-page {
        padding: 24px 0 56px;
    }

    .zd-archive-hero-inner {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .zd-archive-title {
        font-size: 32px;
    }

    .zd-archive-search-grid {
        grid-template-columns: 1fr;
    }

    .zd-archive-main-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .zd-doctor-box-image {
        height: 220px;
    }

    .zd-doctor-box-content {
        padding: 16px;
    }

    .zd-doctor-box-title {
        font-size: 24px;
    }
}
/* Speciality wrapper */
.zd-doc-speciality {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 8px 0 10px;
}

/* Tag style */
.zd-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #1e3a8a;
    background: rgba(37, 99, 235, 0.08);
    padding: 5px 10px;
    border-radius: 999px;
    border: 1px solid rgba(37, 99, 235, 0.15);
    transition: all 0.2s ease;
}

/* Hover effect */
.zd-tag:hover {
    background: #2563eb;
    color: #fff;
    transform: translateY(-1px);
}


/* Success Stories Archive */
.zs-archive-page,
.zs-single-page {
    background: #f4f7fb;
    padding: 36px 0 80px;
}

.zs-container {
    width: min(1280px, 94%);
    margin: 0 auto;
}

.zs-hero {
    margin-bottom: 28px;
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 12px 28px rgba(10,22,45,.05);
}

.zs-kicker,
.zs-verified {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(15,143,133,.1);
    color: #0f8f85;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.zs-hero h1,
.zs-single-content h1 {
    margin: 14px 0 10px;
    font-size: 42px;
    line-height: 1.08;
    color: #17253d;
}

.zs-hero p {
    color: #61738e;
    font-size: 16px;
    line-height: 1.8;
}

.zs-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.zs-card {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(10,22,45,.05);
    transition: .25s ease;
}

.zs-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(10,22,45,.08);
}

.zs-card-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.zs-card-body {
    padding: 18px;
}

.zs-tag {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #ffeaea;
    color: #cc0001;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.zs-card-body h2 {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.25;
}

.zs-card-body h2 a {
    color: #17253d;
    text-decoration: none;
}

.zs-meta,
.zs-meta-light,
.zs-desc {
    margin: 0 0 8px;
    color: #61738e;
    line-height: 1.7;
    font-size: 14px;
}

.zs-btn {
    display: inline-flex;
    margin-top: 6px;
    color: #cc0001;
    font-weight: 700;
    text-decoration: none;
}

/* Single */
.zs-single-hero {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 12px 28px rgba(10,22,45,.05);
    margin-bottom: 24px;
}

.zs-single-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.zs-single-media img,
.zs-video-wrap iframe {
    width: 100%;
    border-radius: 18px;
    min-height: 320px;
    display: block;
    border: 0;
}

.zs-single-meta p,
.zs-summary-box p {
    margin: 0 0 10px;
    color: #5f7088;
    line-height: 1.8;
}

.zs-summary-box {
    margin-top: 16px;
    padding: 18px;
    border-radius: 16px;
    background: #f8fbff;
    border: 1px solid #e6eef6;
}

.zs-section-card,
.zs-outcome-card,
.zs-cta-card {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 12px 28px rgba(10,22,45,.05);
    margin-bottom: 20px;
}

.zs-section-card h2,
.zs-outcome-card h3,
.zs-cta-card h3 {
    margin: 0 0 14px;
    color: #17253d;
}

.zs-content {
    color: #5f7088;
    line-height: 1.9;
}

.zs-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.zs-btn-primary,
.zs-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
}

.zs-btn-primary {
    background: linear-gradient(135deg, #cc0001, #17253d);
    color: #fff;
}

.zs-btn-secondary {
    background: #fff;
    color: #17253d;
    border: 1px solid #d9e3ef;
}

.zs-pagination {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

@media (max-width: 1100px) {
    .zs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zs-single-hero-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .zs-grid {
        grid-template-columns: 1fr;
    }

    .zs-hero h1,
    .zs-single-content h1 {
        font-size: 32px;
    }

    .zs-hero,
    .zs-single-hero,
    .zs-section-card,
    .zs-outcome-card,
    .zs-cta-card {
        padding: 20px;
        border-radius: 18px;
    }
}
/* ==========================================
   PREMIUM SINGLE SUCCESS STORY
========================================== */

.zs-premium-page {
    background: linear-gradient(180deg, #f5f8fc 0%, #eef3f8 100%);
    padding: 36px 0 80px;
}

.zs-premium-container {
    width: min(1280px, 94%);
    margin: 0 auto;
}

.zs-story-hero {
    margin-bottom: 26px;
}

.zs-story-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 28px;
    align-items: stretch;
    background: #ffffff;
    border: 1px solid #e5edf5;
    border-radius: 30px;
    padding: 28px;
    box-shadow: 0 18px 42px rgba(10, 22, 45, 0.06);
}

.zs-story-image img,
.zs-story-video iframe {
    width: 100%;
    min-height: 520px;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 22px;
    border: 0;
}

.zs-story-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.zs-story-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(15, 143, 133, 0.10);
    color: #0f8f85;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 16px;
}

/*.zs-story-title {
    margin: 0 0 18px;
    font-size: 46px;
    line-height: 1.04;
    letter-spacing: -1px;
    color: #17253d;
}*/

.zs-story-meta-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.zs-meta-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #edf2f7;
}

.zs-meta-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.zs-meta-label {
    min-width: 90px;
    font-size: 13px;
    font-weight: 700;
    color: #7b889b;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.zs-meta-value,
.zs-meta-value a {
    color: #17253d;
    text-decoration: none;
    line-height: 1.7;
}

.zs-story-summary {
    margin-top: 22px;
    padding: 20px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f8fbff, #f1f6fc);
    border: 1px solid #e6eef6;
}

.zs-story-summary p {
    margin: 0;
    color: #5f7088;
    line-height: 1.85;
    font-size: 16px;
}

.zs-story-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.zs-btn-primary,
.zs-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}

.zs-btn-primary {
    background: linear-gradient(135deg, #cc0001, #a80000);
    color: #fff;
    box-shadow: 0 14px 28px rgba(204, 0, 1, 0.18);
}

.zs-btn-secondary {
    background: #fff;
    color: #17253d;
    border: 1px solid #d9e3ef;
}

.zs-trust-strip {
    margin-bottom: 24px;
}

.zs-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.zs-trust-card {
    background: #ffffff;
    border: 1px solid #e6edf5;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 24px rgba(10, 22, 45, 0.04);
}

.zs-trust-label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #7b889b;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.zs-trust-card strong {
    color: #17253d;
    font-size: 18px;
    line-height: 1.45;
}

.zs-story-timeline {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.zs-story-step {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 22px;
    background: #ffffff;
    border: 1px solid #e6edf5;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 12px 28px rgba(10, 22, 45, 0.05);
}

.zs-step-number {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: linear-gradient(135deg, #0b1f4f, #132c68);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
}

.zs-step-content h2 {
    margin: 0 0 14px;
    color: #17253d;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.zs-richtext {
    color: #17253d;
    line-height: 1.7;
    font-size: 14px;
}

.zs-richtext p {
    margin-bottom: 14px;
}

.zs-richtext ul,
.zs-richtext ol {
    margin: 0 0 14px 20px;
}

.zs-outcome-highlight {
    margin-top: 26px;
}

.zs-outcome-inner {
    background: linear-gradient(135deg, #0b1f4f, #10295d);
    color: #fff;
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 18px 42px rgba(11, 31, 79, 0.18);
}

.zs-outcome-kicker {
    display: inline-block;
    margin-bottom: 12px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.zs-outcome-inner h3 {
    margin: 0 0 14px;
    font-size: 34px;
    line-height: 1.1;
}

.zs-outcome-inner p {
    margin: 0;
    max-width: 920px;
    color: rgba(255,255,255,0.88);
    line-height: 1.85;
    font-size: 16px;
}

.zs-bottom-cta {
    margin-top: 26px;
}

.zs-bottom-cta-inner {
    background: #ffffff;
    border: 1px solid #e6edf5;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 12px 28px rgba(10, 22, 45, 0.05);
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
}

.zs-bottom-cta-inner h3 {
    margin: 0 0 8px;
    color: #17253d;
    font-size: 28px;
}

.zs-bottom-cta-inner p {
    margin: 0;
    color: #61738e;
    line-height: 1.75;
}

.zs-bottom-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

@media (max-width: 1100px) {
    .zs-story-hero-grid {
        grid-template-columns: 1fr;
    }

    .zs-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .zs-bottom-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .zs-premium-page {
        padding: 24px 0 56px;
    }

    .zs-story-hero-grid,
    .zs-story-step,
    .zs-bottom-cta-inner {
        grid-template-columns: 1fr;
        padding: 20px;
        border-radius: 20px;
    }

    .zs-story-image img,
    .zs-story-video iframe {
        min-height: 280px;
        border-radius: 16px;
    }

    .zs-story-title {
        font-size: 34px;
    }

    .zs-trust-grid {
        grid-template-columns: 1fr;
    }

    .zs-step-content h2 {
        font-size: 26px;
    }

    .zs-outcome-inner {
        padding: 24px;
        border-radius: 20px;
    }

    .zs-outcome-inner h3 {
        font-size: 28px;
    }
}
.zs-story-main-block {
    margin-top: 24px;
}

.zs-story-main-inner {
    background: #ffffff;
    border: 1px solid #e6edf5;
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 14px 32px rgba(10, 22, 45, 0.05);
}

.zs-story-main-kicker {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
    background: rgba(15, 143, 133, 0.10);
    color: #0f8f85;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.zs-story-main-inner h2 {
    margin: 0 0 18px;
    color: #17253d;
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -0.5px;
}





.zs-richtext ul,
.zs-richtext ol {
    margin: 0 0 16px 22px;
}

.zs-richtext li {
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .zs-story-main-inner {
        padding: 22px;
        border-radius: 20px;
    }

    .zs-story-main-inner h2 {
        font-size: 28px;
    }
}
.zs-story-hero {
    margin-bottom: 26px;
    background: #ffffff;
    border: 1px solid #e5edf5;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 18px 42px rgba(10, 22, 45, 0.06);
}

.zs-story-hero-top {
    margin-bottom: 24px;
}

.zs-story-title {
    margin: 14px 0 0;
    font-size: 40px;
    line-height: 1.02;
    letter-spacing: -1.2px;
    color: #17253d;
   /* max-width: 980px;*/
}

.zs-story-hero-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 26px;
    align-items: start;
}

.zs-story-image img,
.zs-story-video iframe {
    width: 100%;
    min-height: 500px;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 22px;
    border: 0;
}

.zs-story-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.zs-story-meta-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.zs-meta-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #edf2f7;
}

.zs-meta-row:last-child {
    border-bottom: none;
}

.zs-meta-label {
    min-width: 90px;
    font-size: 13px;
    font-weight: 700;
    color: #17253d;
    text-transform: none;
    letter-spacing: 0.6px;
}

.zs-meta-value,
.zs-meta-value a {
    color: #17253d;
    text-decoration: none;
    line-height: 1.65;
    font-size: 13px;
}

.zs-story-summary {
    margin-top: 18px;
    padding: 18px 20px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f8fbff, #f1f6fc);
    border: 1px solid #e6eef6;
}

.zs-story-summary p {
    margin: 0;
    color: #5f7088;
    line-height: 1.5;
    font-size: 14px;
}

.zs-story-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 22px;
}

@media (max-width: 1100px) {
    .zs-story-title {
        font-size: 44px;
        line-height: 1.06;
    }

    .zs-story-hero-grid {
        grid-template-columns: 1fr;
    }

    .zs-story-image img,
    .zs-story-video iframe {
        min-height: 340px;
    }
}

@media (max-width: 767px) {
    .zs-story-hero {
        padding: 20px;
        border-radius: 20px;
    }

    .zs-story-title {
        font-size: 34px;
        line-height: 1.08;
    }

    .zs-story-hero-top {
        margin-bottom: 18px;
    }

    .zs-story-image img,
    .zs-story-video iframe {
        min-height: 260px;
        border-radius: 16px;
    }

    .zs-meta-row {
        flex-direction: column;
        gap: 4px;
    }

    .zs-meta-label {
        min-width: auto;
    }
}
.zs-related-stories {
    margin-top: 50px;
}

.zs-related-head {
    margin-bottom: 18px;
}

.zs-related-head h2 {
    margin: 0 0 8px;
    color: #17253d;
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.zs-related-head p {
    margin: 0;
    color: #61738e;
    font-size: 15px;
    line-height: 1.8;
}

.zs-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.zs-related-card {
    background: #ffffff;
    border: 1px solid #e6edf5;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(10,22,45,.05);
    transition: .25s ease;
}

.zs-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(10,22,45,.08);
}

.zs-related-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.zs-related-body {
    padding: 18px;
}

.zs-related-body h3 {
    margin: 10px 0 8px;
    font-size: 22px;
    line-height: 1.25;
}

.zs-related-body h3 a {
    color: #17253d;
    text-decoration: none;
}

.zs-related-body h3 a:hover {
    color: #cc0001;
}

@media (max-width: 1100px) {
    .zs-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .zs-related-head h2 {
        font-size: 28px;
    }

    .zs-related-grid {
        grid-template-columns: 1fr;
    }
}


/* ==========================================
   TREATMENT ARCHIVE + SINGLE
========================================== */

.zt-archive-page,
.zt-single-page {
    background: #f4f7fb;
    padding: 36px 0 80px;
}

.zt-archive-container,
.zt-single-container {
    width: min(1280px, 94%);
    margin: 0 auto;
}

/* Archive Hero */
.zt-archive-hero {
    margin-bottom: 28px;
}

.zt-archive-hero-inner {
    background: linear-gradient(135deg, #ffffff, #f7fbff);
    border: 1px solid #e5edf5;
    border-radius: 26px;
    padding: 34px;
    box-shadow: 0 14px 34px rgba(10, 22, 45, 0.05);
}

.zt-archive-kicker,
.zt-single-badge,
.zt-section-kicker {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(15, 143, 133, 0.10);
    color: #0f8f85;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.zt-archive-title,
.zt-single-title {
    margin: 14px 0 10px;
    font-size: 42px;
    line-height: 1.08;
    letter-spacing: -0.8px;
    color: #17253d;
}

.zt-archive-subtitle {
    margin: 0;
    max-width: 760px;
    font-size: 16px;
    line-height: 1.8;
    color: #61738e;
}

.zt-archive-search {
    margin-top: 24px;
}

.zt-archive-search-form {
    background: #f9fcff;
    border: 1px solid #e5edf5;
    border-radius: 18px;
    padding: 18px;
}

.zt-archive-search-grid {
    display: grid;
    grid-template-columns: 1fr 180px;
    gap: 16px;
    align-items: end;
}

.zt-archive-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #6b7b91;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.zt-archive-field input {
    width: 100%;
    min-height: 48px;
    border: 1px solid #d9e4ef;
    border-radius: 12px;
    padding: 12px 14px;
    background: #fff;
    color: #17253d;
}

.zt-archive-field-button button {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #cc0001, #a80000);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(204, 0, 1, 0.16);
}

/* Archive Grid */
.zt-archive-main-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.zt-treatment-card {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(10, 22, 45, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
}

.zt-treatment-card:hover,
.zt-hospital-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(10, 22, 45, 0.08);
}

.zt-treatment-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.zt-treatment-content,
.zt-hospital-content {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.zt-treatment-tag {
    display: inline-flex;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: #ffeaea;
    color: #cc0001;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.zt-treatment-title,
.zt-hospital-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.15;
    color: #17253d;
}

.zt-treatment-title a,
.zt-hospital-title a {
    color: inherit;
    text-decoration: none;
}

.zt-treatment-description p,
.zt-treatment-meta,
.zt-hospital-meta {
    margin: 0;
    color: #61738e;
    line-height: 1.7;
    font-size: 14px;
}

.zt-treatment-footer,
.zt-hospital-footer {
    margin-top: auto;
    padding-top: 8px;
}

/* Buttons */
.zt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 18px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1px solid transparent;
}

.zt-btn-primary {
    background: linear-gradient(135deg, #cc0001, #a80000);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(204, 0, 1, 0.16);
}

.zt-btn-primary:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(204, 0, 1, 0.22);
}

.zt-btn-secondary {
    background: #ffffff;
    color: #17253d;
    border-color: #d9e3ef;
}

.zt-btn-secondary:hover {
    color: #17253d;
    background: #f8fbff;
}

/* Pagination */
.zt-archive-pagination {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.zt-archive-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    margin: 0 6px;
    padding: 0 14px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #dfe8f1;
    color: #17253d;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(10, 22, 45, 0.04);
}

.zt-archive-pagination .page-numbers.current {
    background: linear-gradient(135deg, #cc0001, #a80000);
    color: #fff;
    border-color: transparent;
}

/* Empty State */
.zt-empty-state {
    grid-column: 1 / -1;
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 22px;
    padding: 42px 28px;
    text-align: center;
    box-shadow: 0 12px 28px rgba(10, 22, 45, 0.05);
}

.zt-empty-state h2 {
    margin: 0 0 10px;
    color: #17253d;
}

.zt-empty-state p {
    margin: 0;
    color: #64748b;
}

/* Single Hero */
.zt-single-hero {
    margin-bottom: 26px;
}

.zt-single-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: stretch;
    background: #ffffff;
    border: 1px solid #e5edf5;
    border-radius: 30px;
    padding: 28px;
    box-shadow: 0 18px 42px rgba(10, 22, 45, 0.06);
}

.zt-single-image img {
    width: 100%;
    min-height: 420px;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 22px;
}

.zt-single-summary {
    margin-top: 18px;
    padding: 18px 20px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f8fbff, #f1f6fc);
    border: 1px solid #e6eef6;
}

.zt-single-summary p {
    margin: 0;
    color: #5f7088;
    line-height: 1.85;
    font-size: 16px;
}

.zt-single-trust {
    margin-top: 18px;
}

.zt-trust-card {
    background: #ffffff;
    border: 1px solid #e6edf5;
    border-radius: 16px;
    padding: 16px 18px;
    box-shadow: 0 10px 24px rgba(10, 22, 45, 0.04);
    display: inline-block;
}

.zt-trust-label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #7b889b;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.zt-trust-card strong {
    color: #17253d;
    font-size: 22px;
}

.zt-single-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 22px;
}

/* Content Section */
.zt-single-section {
    margin-bottom: 26px;
}

.zt-single-section-inner {
    background: #ffffff;
    border: 1px solid #e6edf5;
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 14px 32px rgba(10, 22, 45, 0.05);
}

.zt-single-section-inner h2 {
    margin: 14px 0 18px;
    color: #17253d;
    font-size: 36px;
    line-height: 1.1;
}

.zt-richtext {
    color: #53657b;
    line-height: 1.95;
    font-size: 16px;
}

.zt-richtext p {
    margin-bottom: 16px;
}

.zt-richtext ul,
.zt-richtext ol {
    margin: 0 0 16px 22px;
}

/* Linked Hospitals */
.zt-linked-hospitals {
    margin-top: 12px;
}

.zt-linked-head {
    margin-bottom: 18px;
}

.zt-linked-head h2 {
    margin: 0 0 8px;
    color: #17253d;
    font-size: 34px;
    line-height: 1.1;
}

.zt-linked-head p {
    margin: 0;
    color: #61738e;
    line-height: 1.8;
}

.zt-hospital-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.zt-hospital-card {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(10, 22, 45, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.zt-hospital-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

/* Bottom CTA */
.zt-bottom-cta {
    margin-top: 28px;
}

.zt-bottom-cta-inner {
    background: #ffffff;
    border: 1px solid #e6edf5;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 12px 28px rgba(10, 22, 45, 0.05);
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
}

.zt-bottom-cta-inner h3 {
    margin: 0 0 8px;
    color: #17253d;
    font-size: 28px;
}

.zt-bottom-cta-inner p {
    margin: 0;
    color: #61738e;
    line-height: 1.75;
}

.zt-bottom-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.zt-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    font-style: normal;
    font-size: 13px;
    line-height: 1;
}

@media (max-width: 1100px) {
    .zt-single-hero-grid {
        grid-template-columns: 1fr;
    }

    .zt-hospital-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zt-bottom-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .zt-archive-page,
    .zt-single-page {
        padding: 24px 0 56px;
    }

    .zt-archive-title,
    .zt-single-title {
        font-size: 32px;
    }

    .zt-archive-search-grid {
        grid-template-columns: 1fr;
    }

    .zt-single-hero-grid,
    .zt-single-section-inner,
    .zt-bottom-cta-inner {
        padding: 20px;
        border-radius: 20px;
    }

    .zt-single-image img {
        min-height: 260px;
        border-radius: 16px;
    }

    .zt-single-section-inner h2,
    .zt-linked-head h2 {
        font-size: 28px;
    }

    .zt-hospital-grid {
        grid-template-columns: 1fr;
    }
}
/* ===== TREATMENT ARCHIVE FULL-WIDTH FIX ===== */

body.post-type-archive-treatment .site-content {
    padding: 0 !important;
}

body.post-type-archive-treatment .site-content > .ast-container {
    max-width: 100% !important;
    padding: 0 !important;
    display: block !important;
}

body.post-type-archive-treatment #primary,
body.post-type-archive-treatment #main,
body.post-type-archive-treatment .content-area,
body.post-type-archive-treatment .ast-article-post,
body.post-type-archive-treatment .ast-archive-description {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

body.post-type-archive-treatment .ast-container .site-main {
    width: 100% !important;
    max-width: 100% !important;
}

/* your custom wrapper should control final width */
.zt-archive-container {
    width: min(1280px, 94%);
    margin: 0 auto;
}
.zt-archive-main-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}
/* ==========================================
   GET ESTIMATES PAGE
========================================== */

body.page-template-page-get-estimates-page .site-content > .ast-container,
body.page-template-page-get-estimates .site-content > .ast-container,
body.page-template-page-get-estimates-php .site-content > .ast-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.page-template-page-get-estimates-page .content-area,
body.page-template-page-get-estimates .content-area,
body.page-template-page-get-estimates-php .content-area,
body.page-template-page-get-estimates-page #primary,
body.page-template-page-get-estimates #primary,
body.page-template-page-get-estimates-php #primary,
body.page-template-page-get-estimates-page #main,
body.page-template-page-get-estimates #main,
body.page-template-page-get-estimates-php #main {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.zge-page {
    background: linear-gradient(180deg, #f5f8fc 0%, #edf3f8 100%);
    padding: 36px 0 80px;
}

.zge-container {
    width: min(1280px, 94%);
    margin: 0 auto;
}

.zge-hero {
    margin-bottom: 30px;
}

.zge-hero-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 32px;
    align-items: start;
}

.zge-hero-content {
    background: #ffffff;
    border: 1px solid #e6edf5;
    border-radius: 30px;
    padding: 36px;
    box-shadow: 0 18px 42px rgba(10, 22, 45, 0.06);
}

.zge-kicker,
.zge-form-kicker {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(15, 143, 133, 0.10);
    color: #0f8f85;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.zge-title {
    margin: 16px 0 12px;
    font-size: 52px;
    line-height: 1.02;
    letter-spacing: -1px;
    color: #17253d;
}

.zge-subtitle {
    margin: 0 0 24px;
    color: #61738e;
    font-size: 17px;
    line-height: 1.85;
    max-width: 720px;
}

.zge-trust-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
    margin-bottom: 28px;
}

.zge-trust-item {
    background: #f8fbff;
    border: 1px solid #e6eef6;
    border-radius: 14px;
    padding: 14px 16px;
    color: #28415f;
    font-size: 15px;
    font-weight: 600;
}

.zge-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.zge-step-card {
    background: #f9fbfe;
    border: 1px solid #e6edf5;
    border-radius: 20px;
    padding: 22px 18px;
}

.zge-step-number {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #cc0001, #a80000);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 14px;
}

.zge-step-card h3 {
    margin: 0 0 10px;
    color: #17253d;
    font-size: 20px;
    line-height: 1.2;
}

.zge-step-card p {
    margin: 0;
    color: #61738e;
    line-height: 1.75;
    font-size: 14px;
}

.zge-form-card {
    background: #ffffff;
    border: 1px solid #e6edf5;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 18px 42px rgba(10, 22, 45, 0.08);
    position: sticky;
    top: 24px;
}

.zge-form-head h2 {
    margin: 14px 0 10px;
    color: #17253d;
    font-size: 34px;
    line-height: 1.1;
}

.zge-form-head p {
    margin: 0 0 22px;
    color: #61738e;
    line-height: 1.75;
}

.zge-form-wrap .wpforms-container {
    margin: 0 !important;
}

.zge-form-wrap .wpforms-form .wpforms-field {
    margin-bottom: 16px !important;
    padding: 0 !important;
}

.zge-form-wrap .wpforms-form input,
.zge-form-wrap .wpforms-form textarea,
.zge-form-wrap .wpforms-form select {
    width: 100% !important;
    min-height: 54px;
    border-radius: 16px !important;
    border: 1px solid #dbe5ef !important;
    background: #ffffff !important;
    padding: 14px 16px !important;
    font-size: 15px !important;
    color: #17253d !important;
    box-shadow: none !important;
    transition: all 0.25s ease !important;
}

.zge-form-wrap .wpforms-form textarea {
    min-height: 150px !important;
    resize: vertical !important;
}

.zge-form-wrap .wpforms-form input:focus,
.zge-form-wrap .wpforms-form textarea:focus,
.zge-form-wrap .wpforms-form select:focus {
    border-color: #cc0001 !important;
    box-shadow: 0 0 0 4px rgba(204, 0, 1, 0.08) !important;
    outline: none !important;
}

.zge-form-wrap .wpforms-submit {
    width: 100% !important;
    min-height: 56px !important;
    border: none !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #d60000, #a80000) !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    box-shadow: 0 14px 28px rgba(204, 0, 1, 0.20) !important;
}

.zge-why-section {
    margin-bottom: 28px;
}

.zge-section-head {
    margin-bottom: 18px;
}

.zge-section-head h2 {
    margin: 14px 0 0;
    color: #17253d;
    font-size: 38px;
    line-height: 1.08;
}

.zge-why-grid,
.zge-faq-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.zge-why-card,
.zge-faq-card {
    background: #ffffff;
    border: 1px solid #e6edf5;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 12px 28px rgba(10, 22, 45, 0.05);
}

.zge-why-card h3,
.zge-faq-card h3 {
    margin: 0 0 10px;
    color: #17253d;
    font-size: 22px;
    line-height: 1.2;
}

.zge-why-card p,
.zge-faq-card p {
    margin: 0;
    color: #61738e;
    line-height: 1.8;
    font-size: 15px;
}

.zge-faq-strip {
    margin-bottom: 28px;
}

.zge-bottom-cta-inner {
    background: #ffffff;
    border: 1px solid #e6edf5;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 12px 28px rgba(10, 22, 45, 0.05);
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
}

.zge-bottom-cta-inner h3 {
    margin: 0 0 8px;
    color: #17253d;
    font-size: 30px;
}

.zge-bottom-cta-inner p {
    margin: 0;
    color: #61738e;
    line-height: 1.75;
}

.zge-bottom-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.zge-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}

.zge-btn-primary {
    background: linear-gradient(135deg, #cc0001, #a80000);
    color: #fff;
    box-shadow: 0 14px 28px rgba(204, 0, 1, 0.18);
}

.zge-btn-secondary {
    background: #fff;
    color: #17253d;
    border: 1px solid #d9e3ef;
}

@media (max-width: 1100px) {
    .zge-hero-grid {
        grid-template-columns: 1fr;
    }

    .zge-form-card {
        position: static;
    }

    .zge-trust-points {
        grid-template-columns: 1fr 1fr;
    }

    .zge-steps,
    .zge-why-grid,
    .zge-faq-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zge-bottom-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .zge-page {
        padding: 24px 0 56px;
    }

    .zge-title {
        font-size: 36px;
        line-height: 1.08;
    }

    .zge-hero-content,
    .zge-form-card,
    .zge-why-card,
    .zge-faq-card,
    .zge-bottom-cta-inner {
        padding: 20px;
        border-radius: 20px;
    }

    .zge-trust-points,
    .zge-steps,
    .zge-why-grid,
    .zge-faq-strip {
        grid-template-columns: 1fr;
    }

    .zge-section-head h2 {
        font-size: 30px;
    }

    .zge-bottom-cta-inner h3 {
        font-size: 26px;
    }
}


.zinek-stats-section {
  background: linear-gradient(135deg, #B40000, #000000);
  padding: 60px 20px;
}

.zinek-stats-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.zinek-stat-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid #ffffff;
  border-radius: 12px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  text-align: center;
  backdrop-filter: blur(3px);
}

.zinek-counter {
  margin: 0 0 18px;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;

}

.zinek-stat-card p {
  margin: 0;
  font-size: 22px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .zinek-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .zinek-stats-grid {
    grid-template-columns: 1fr;
  }

  .zinek-counter {
    font-size: 58px;
  }

  .zinek-stat-card p {
    font-size: 20px;
  }
}
.zinek-whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 64px;
  height: 64px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  z-index: 9999;
  transition: transform 0.3s ease;
}

.zinek-whatsapp-float:hover {
  transform: scale(1.08);
}

.zinek-whatsapp-float img {
  width: 32px;
  height: 32px;
}

.zinek-trust-section {
  padding: 70px 20px 80px;
  background: #fff;
}

.zinek-container {
  max-width: 1320px;
  margin: 0 auto;
}

.zinek-section-head {
  text-align: center;
  margin-bottom: 40px;
}

.zinek-section-tag {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #2e5aa7;
  margin-bottom: 12px;
}

.zinek-section-head h2 {
  margin: 0;
  font-size: 54px;
  line-height: 1.15;
  font-weight: 700;
  color: #000;
}

.zinek-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 28px;
}

.zinek-trust-card {
  background: #fff;
  border: 1px solid #C40001;
  border-radius: 22px;
  padding: 20px 15px 12px;
  text-align: center;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.25s ease;
}

.zinek-trust-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(31, 71, 143, 0.10);
}

.zinek-icon-wrap {
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.zinek-icon-wrap img {
  max-width: 64px;
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.zinek-trust-card h3 {
  margin: 0 0 12px;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 600;
  color: #000;
}

.zinek-trust-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #000000;
  max-width: 420px;
}

@media (max-width: 1024px) {
  .zinek-section-head h2 {
    font-size: 42px;
  }

  .zinek-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .zinek-trust-section {
    padding: 55px 16px 60px;
  }

  .zinek-section-tag {
    font-size: 18px;
  }

  .zinek-section-head h2 {
    font-size: 32px;
  }

  .zinek-trust-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .zinek-trust-card {
    min-height: auto;
    padding: 28px 20px 24px;
    border-radius: 18px;
  }

  .zinek-trust-card h3 {
    font-size: 24px;
  }

  .zinek-trust-card p {
    font-size: 17px;
  }
}

/*contacts us page*/
.zinek-contact-page {
  background: #ffffff;
}

.zinek-contact-page .ast-container {
  max-width: 1280px;
}

.zinek-contact-hero {
  padding: 80px 0;
  background: linear-gradient(135deg, #2b5fb3 0%, #22a06b 100%);
}

.zinek-contact-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: center;
}

.zinek-section-tag,
.zinek-form-tag {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
}

.zinek-section-tag.blue {
  background: #eef4ff;
  color: #2e5aa7;
}

.zinek-contact-copy h1 {
  font-size: 54px;
  line-height: 1.12;
  color: #ffffff;
  margin: 0 0 18px;
}

.zinek-contact-copy p {
  font-size: 19px;
  line-height: 1.75;
  color: rgba(255,255,255,0.92);
  margin: 0;
  max-width: 620px;
}

.zinek-contact-highlights {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.zinek-highlight-box {
  background: rgba(255,255,255,0.14);
  border-radius: 14px;
  padding: 16px 18px;
  color: #ffffff;
}

.zinek-highlight-box strong {
  display: block;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 6px;
}

.zinek-highlight-box span {
  display: block;
  font-size: 16px;
}

.zinek-contact-form-box {
  background: #ffffff;
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 22px 50px rgba(0,0,0,0.14);
}

.zinek-contact-form-box h2 {
  font-size: 32px;
  margin: 0 0 18px;
  color: #111827;
}

.zinek-contact-form-wrap .wpforms-container {
  margin: 0;
}

.zinek-contact-form-wrap .wpforms-field input,
.zinek-contact-form-wrap .wpforms-field textarea,
.zinek-contact-form-wrap .wpforms-field select {
  border-radius: 12px !important;
  border: 1px solid #d9e3f0 !important;
  padding: 14px 16px !important;
  font-size: 16px !important;
}

.zinek-contact-form-wrap .wpforms-submit {
  width: 100%;
  border: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #2b5fb3 0%, #22a06b 100%) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  padding: 15px 20px !important;
  font-size: 16px !important;
}

.zinek-contact-cards,
.zinek-map-section,
.zinek-contact-benefits,
.zinek-contact-cta {
  padding: 80px 0;
}

.zinek-section-head {
  text-align: center;
  margin-bottom: 34px;
}

.zinek-section-head h2 {
  margin: 0;
  font-size: 44px;
  line-height: 1.2;
  color: #111827;
}

.zinek-contact-card-grid,
.zinek-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 28px;
}

.zinek-contact-card,
.zinek-benefit-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 32px 28px;
  text-align: center;
  box-shadow: 0 16px 36px rgba(25, 48, 89, 0.08);
  border: 1px solid #edf2f8;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.zinek-contact-card:hover,
.zinek-benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 42px rgba(25, 48, 89, 0.12);
}

.zinek-contact-icon,
.zinek-benefit-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  border-radius: 18px;
  background: #edf4ff;
  color: #2e5aa7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
}

.zinek-contact-card h3,
.zinek-benefit-card h3 {
  font-size: 28px;
  line-height: 1.3;
  margin: 0 0 12px;
  color: #111827;
}

.zinek-contact-card p,
.zinek-benefit-card p {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.65;
  color: #4b5563;
}

.zinek-contact-card span {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  color: #6b7280;
}

.zinek-contact-card a {
  color: #2b5fb3;
  text-decoration: none;
  font-weight: 600;
}

.zinek-map-head {
  margin-bottom: 22px;
}

.zinek-map-head h2 {
  font-size: 38px;
  margin: 0;
  color: #111827;
}

.zinek-map-embed {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 18px 36px rgba(25, 48, 89, 0.10);
}

.zinek-contact-cta {
  text-align: center;
  background: linear-gradient(135deg, #2b5fb3 0%, #22a06b 100%);
}

.zinek-contact-cta h2 {
  color: #ffffff;
  font-size: 42px;
  line-height: 1.2;
  margin: 0 0 12px;
}

.zinek-contact-cta p {
  color: rgba(255,255,255,0.90);
  font-size: 18px;
  line-height: 1.7;
  max-width: 760px;
  margin: 0 auto 24px;
}

.zinek-btn {
  display: inline-block;
  padding: 15px 24px;
  border-radius: 12px;
  background: #ffffff;
  color: #1f4d9b;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.25s ease;
}

.zinek-btn:hover {
  transform: translateY(-2px);
  color: #1f4d9b;
}

@media (max-width: 991px) {
  .zinek-contact-hero-grid,
  .zinek-contact-card-grid,
  .zinek-benefit-grid {
    grid-template-columns: 1fr;
  }

  .zinek-contact-copy h1 {
    font-size: 40px;
  }

  .zinek-section-head h2,
  .zinek-contact-cta h2,
  .zinek-map-head h2 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .zinek-contact-hero,
  .zinek-contact-cards,
  .zinek-map-section,
  .zinek-contact-benefits,
  .zinek-contact-cta {
    padding: 56px 0;
  }

  .zinek-contact-form-box {
    padding: 22px;
  }

  .zinek-contact-copy h1 {
    font-size: 32px;
  }

  .zinek-contact-copy p,
  .zinek-benefit-card p,
  .zinek-contact-card p,
  .zinek-contact-cta p {
    font-size: 16px;
  }

  .zinek-contact-card h3,
  .zinek-benefit-card h3 {
    font-size: 24px;
  }
}

/* ==================================================
   SINGLE TREATMENT PAGE - CLEAN FINAL CSS
================================================== */

body.single-treatment .site-content > .ast-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.single-treatment .content-area,
body.single-treatment #primary,
body.single-treatment #main {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.single-treatment .site,
body.single-treatment .site-content,
body.single-treatment .content-area,
body.single-treatment #primary,
body.single-treatment #main,
body.single-treatment .ztp-page,
body.single-treatment .ztp-container,
body.single-treatment .ztp-layout,
body.single-treatment .ztp-main-content,
body.single-treatment .ztp-sidebar {
    overflow: visible !important;
}

.ztp-page {
    background: linear-gradient(180deg, #f5f8fc 0%, #edf3f8 100%);
    padding: 36px 0 80px;
}

.ztp-container {
    width: min(1280px, 94%);
    margin: 0 auto;
}

.ztp-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 32px;
    align-items: start;
}

.ztp-main-content {
    min-width: 0;
}

.ztp-sidebar {
    position: relative;
    min-width: 0;
    align-self: start;
}

.ztp-hero,
.ztp-content-section,
.ztp-support-strip,
.ztp-hospitals,
.ztp-cost-table-section,
.ztp-inclusion-exclusion-section,
.ztp-faq-section,
.ztp-bottom-cta {
    margin-bottom: 28px;
}

.ztp-hero-card,
.ztp-rich-card,
.ztp-inc-exc-card,
.ztp-bottom-cta-inner,
.ztp-support-card,
.ztp-hospital-card,
.ztp-faq-item,
.ztp-cost-table-wrap {
    background: #ffffff;
    border: 1px solid #e6edf5;
    border-radius: 26px;
    box-shadow: 0 14px 34px rgba(10, 22, 45, 0.05);
}

.ztp-hero-card,
.ztp-rich-card,
.ztp-inc-exc-card,
.ztp-bottom-cta-inner {
    padding: 30px;
}

.ztp-kicker,
.ztp-section-kicker,
.ztp-cost-label {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(15, 143, 133, 0.10);
    color: #0f8f85;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.ztp-title {
    margin: 16px 0 14px;
    font-size: 50px;
    line-height: 1.03;
    letter-spacing: -1px;
    color: #17253d;
}

.ztp-intro {
    margin: 0;
    color: #61738e;
    font-size: 17px;
    line-height: 1.85;
    max-width: 760px;
}

.ztp-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.ztp-point {
    padding: 10px 14px;
    border-radius: 999px;
    background: #f7fbff;
    border: 1px solid #e3ebf3;
    color: #27415d;
    font-size: 14px;
    font-weight: 600;
}

.ztp-estimated-cost-inline {
    margin-top: 18px;
}

.ztp-estimated-cost-label {
    display: block;
    font-size: 13px;
    color: #61738e;
    margin-bottom: 6px;
}

.ztp-estimated-cost-inline strong {
    font-size: 26px;
    line-height: 1.2;
    color: #0b3768;
}

.ztp-hero-actions,
.ztp-bottom-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.ztp-section-head {
    margin-bottom: 18px;
}

.ztp-section-head h2 {
    margin: 14px 0 0;
    font-size: 38px;
    line-height: 1.08;
    color: #17253d;
    letter-spacing: -0.8px;
}

.ztp-support-grid,
.ztp-hospital-grid {
    display: grid;
    gap: 24px;
}

.ztp-support-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ztp-hospital-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ztp-support-card {
    padding: 24px;
}

.ztp-support-card h3,
.ztp-inc-exc-card h3,
.ztp-hospital-content h3 {
    margin: 0 0 12px;
    color: #17253d;
    font-size: 24px;
    line-height: 1.2;
}

.ztp-support-card p,
.ztp-hospital-content p {
    margin: 0;
    color: #61738e;
    font-size: 15px;
    line-height: 1.8;
}

.ztp-step {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #cc0001, #a80000);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 14px;
}

.ztp-richtext {
    color: #53657b;
    line-height: 1.95;
    font-size: 16px;
}

.ztp-richtext p {
    margin-bottom: 16px;
}

.ztp-richtext ul,
.ztp-richtext ol {
    margin: 0 0 16px 22px;
}

.ztp-inc-exc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.ztp-cost-table-wrap {
    overflow: hidden;
}

.ztp-cost-table {
    width: 100%;
    border-collapse: collapse;
}

.ztp-cost-table thead th {
    background: #0b3d7a;
    color: #ffffff;
    text-align: left;
    padding: 18px 20px;
    font-size: 15px;
    font-weight: 700;
}

.ztp-cost-table tbody td {
    padding: 16px 20px;
    border-bottom: 1px solid #edf2f7;
    color: #17253d;
    font-size: 15px;
    line-height: 1.6;
    vertical-align: top;
}

.ztp-cost-table tbody tr:nth-child(even) {
    background: #f8fbff;
}

.ztp-cost-table tbody tr:last-child td {
    border-bottom: 0;
}

.ztp-hospital-card {
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ztp-hospital-card:hover,
.ztp-support-card:hover,
.ztp-faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 38px rgba(10, 22, 45, 0.08);
}

.ztp-hospital-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.ztp-hospital-content {
    padding: 20px;
}

.ztp-hospital-content h3 a {
    color: #17253d;
    text-decoration: none;
}

.ztp-bottom-cta-inner {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
}

.ztp-bottom-cta-inner h3 {
    margin: 0 0 8px;
    color: #17253d;
    font-size: 30px;
}

.ztp-bottom-cta-inner p {
    margin: 0;
    color: #61738e;
    line-height: 1.75;
}

.ztp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1px solid transparent;
}

.ztp-btn-primary {
    background: linear-gradient(135deg, #cc0001, #a80000);
    color: #fff;
    box-shadow: 0 14px 28px rgba(204, 0, 1, 0.18);
}

.ztp-btn-primary:hover {
    color: #fff;
    transform: translateY(-2px);
}

.ztp-btn-secondary {
    background: #fff;
    color: #17253d;
    border-color: #d9e3ef;
}

.ztp-btn-secondary:hover {
    color: #17253d;
}

.ztp-sticky-form-card {
    position: sticky;
    top: 110px;
    width: 100%;
    padding: 24px;
    background: linear-gradient(180deg, #0b3d7a 0%, #082f67 100%);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(10, 22, 45, 0.16);
    z-index: 5;
}

.ztp-sticky-form-card .ztp-cost-label {
    background: rgba(255,255,255,0.12);
    color: #ffffff;
}

.ztp-form-title {
    margin: 16px 0 10px;
    font-size: 30px;
    line-height: 1.1;
    color: #ffffff;
}

.ztp-form-note {
    margin: 0 0 18px;
    color: rgba(255,255,255,0.84);
    font-size: 14px;
    line-height: 1.7;
}

.ztp-form-wrap .wpforms-container {
    margin: 0 !important;
}

.ztp-form-wrap .wpforms-form .wpforms-field {
    margin-bottom: 12px !important;
    padding: 0 !important;
}

.ztp-form-wrap .wpforms-form input,
.ztp-form-wrap .wpforms-form textarea,
.ztp-form-wrap .wpforms-form select {
    width: 100% !important;
    min-height: 48px;
    border-radius: 12px !important;
    border: 1px solid rgba(255,255,255,0.16) !important;
    background: rgba(255,255,255,0.08) !important;
    color: #ffffff !important;
    padding: 12px 14px !important;
    font-size: 14px !important;
    box-shadow: none !important;
}

.ztp-form-wrap .wpforms-form textarea {
    min-height: 110px !important;
    resize: vertical !important;
}

.ztp-form-wrap .wpforms-form input::placeholder,
.ztp-form-wrap .wpforms-form textarea::placeholder {
    color: rgba(255,255,255,0.72) !important;
}

.ztp-form-wrap .wpforms-form input:focus,
.ztp-form-wrap .wpforms-form textarea:focus,
.ztp-form-wrap .wpforms-form select:focus {
    border-color: rgba(255,255,255,0.42) !important;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.08) !important;
    outline: none !important;
}

.ztp-form-wrap .wpforms-submit {
    width: 100% !important;
    min-height: 50px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #d60000, #a80000) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    box-shadow: 0 14px 28px rgba(204, 0, 1, 0.20) !important;
}

.ztp-form-wrap .wpforms-field-label,
.ztp-form-wrap .wpforms-required-label {
    color: #ffffff !important;
}

.ztp-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ztp-faq-question {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    text-align: left;
    cursor: pointer;
    color: #17253d;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
}

.ztp-faq-toggle {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #f4f8fc;
    border: 1px solid #dfe8f1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    color: #0b3768;
}

.ztp-faq-answer {
    display: none;
    padding: 0 24px 22px;
}

@media (max-width: 1100px) {
    .ztp-layout,
    .ztp-support-grid,
    .ztp-hospital-grid,
    .ztp-inc-exc-grid {
        grid-template-columns: 1fr;
    }

    .ztp-sticky-form-card {
        position: static;
        top: auto;
    }

    .ztp-bottom-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .ztp-title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .ztp-page {
        padding: 24px 0 56px;
    }

    .ztp-hero-card,
    .ztp-rich-card,
    .ztp-inc-exc-card,
    .ztp-bottom-cta-inner,
    .ztp-sticky-form-card,
    .ztp-support-card,
    .ztp-hospital-content {
        padding: 22px;
        border-radius: 20px;
    }

    .ztp-title {
        font-size: 32px;
        line-height: 1.08;
    }

    .ztp-section-head h2 {
        font-size: 30px;
    }

    .ztp-faq-question {
        padding: 18px 18px;
        font-size: 18px;
    }

    .ztp-faq-answer {
        padding: 0 18px 18px;
    }

    .ztp-cost-table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .ztp-cost-table {
        min-width: 760px;
    }
}
.ztp-hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 28px;
    align-items: start;
}

.ztp-form-card {
    background: linear-gradient(180deg, #0b3d7a 0%, #082f67 100%);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 26px;
    box-shadow: 0 18px 40px rgba(10, 22, 45, 0.16);
    padding: 24px;
}

.ztp-form-card .ztp-cost-label {
    background: rgba(255,255,255,0.12);
    color: #ffffff;
}

.ztp-form-title {
    margin: 16px 0 10px;
    font-size: 30px;
    line-height: 1.1;
    color: #ffffff;
}

.ztp-form-note {
    margin: 0 0 18px;
    color: rgba(255,255,255,0.84);
    font-size: 14px;
    line-height: 1.7;
}

.ztp-form-wrap .wpforms-container {
    margin: 0 !important;
}

.ztp-form-wrap .wpforms-form .wpforms-field {
    margin-bottom: 12px !important;
    padding: 0 !important;
}

.ztp-form-wrap .wpforms-form input,
.ztp-form-wrap .wpforms-form textarea,
.ztp-form-wrap .wpforms-form select {
    width: 100% !important;
    min-height: 48px;
    border-radius: 12px !important;
    border: 1px solid rgba(255,255,255,0.16) !important;
    background: rgba(255,255,255,0.08) !important;
    color: #ffffff !important;
    padding: 12px 14px !important;
    font-size: 14px !important;
    box-shadow: none !important;
}

.ztp-form-wrap .wpforms-form textarea {
    min-height: 110px !important;
    resize: vertical !important;
}

.ztp-form-wrap .wpforms-form input::placeholder,
.ztp-form-wrap .wpforms-form textarea::placeholder {
    color: rgba(255,255,255,0.72) !important;
}

.ztp-form-wrap .wpforms-form input:focus,
.ztp-form-wrap .wpforms-form textarea:focus,
.ztp-form-wrap .wpforms-form select:focus {
    border-color: rgba(255,255,255,0.42) !important;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.08) !important;
    outline: none !important;
}

.ztp-form-wrap .wpforms-submit {
    width: 100% !important;
    min-height: 50px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #d60000, #a80000) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    box-shadow: 0 14px 28px rgba(204, 0, 1, 0.20) !important;
}

.ztp-form-wrap .wpforms-field-label,
.ztp-form-wrap .wpforms-required-label {
    color: #ffffff !important;
}

@media (max-width: 1024px) {
    .ztp-hero-grid {
        grid-template-columns: 1fr;
    }
}
.zh-breadcrumbs {
    width: min(1280px, 94%);
    margin: 0 auto 18px;
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}

.zh-breadcrumbs a {
    color: #0b3768;
    text-decoration: none;
    font-weight: 500;
}

.zh-breadcrumbs a:hover {
    color: #cc0001;
}

.zh-breadcrumbs span {
    color: #64748b;
}
.ztp-breadcrumbs {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}

.ztp-breadcrumbs a {
    color: #0b3768;
    text-decoration: none;
    font-weight: 500;
}

.ztp-breadcrumbs a:hover {
    color: #cc0001;
}

.ztp-breadcrumb-sep {
    display: inline-block;
    margin: 0 8px;
    color: #94a3b8;
}

.ztp-breadcrumb-current {
    color: #64748b;
}

.z-testimonial-slider-section {
    padding: 28px 0;
    background: #eef2f6;
}

.z-testimonial-slider {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0px 80px 40px;
}

.z-testimonial-track {
    position: relative;
    min-height: 420px;
}

.z-testimonial-slide {
    display: none;
    animation: zFadeIn 0.35s ease;
}

.z-testimonial-slide.active {
    display: block;
}

.z-testimonial-avatar {
    width: 180px;
    height: 180px;
    margin: 0 auto 34px;
    border-radius: 50%;
    padding: 8px;
    border: 6px solid #ef5a3c;
    overflow: hidden;
    background: #fff;
}

.z-testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.z-testimonial-quote {
    max-width: 1100px;
    margin: 0 auto 34px;
    color: #1f1f1f;
    font-size: 15px;
    line-height: 2;
    font-weight: 400;
}

.z-testimonial-name {
    margin: 0 0 5px;
    font-size: 18px;
    color: #59606d;
    font-weight: 700;
}

.z-testimonial-meta {
    margin: 0;
    font-size: 18px;
    color: #2f3744;
}

.z-testimonial-arrow {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border: 0;
    background: transparent;
    color: #1f1f1f;
    font-size: 52px;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
    transition: all 0.25s ease;
}

.z-testimonial-arrow:hover {
    color: #cc0001;
}

.z-testimonial-prev {
    left: 0;
}

.z-testimonial-next {
    right: 0;
}

.z-testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
}

.z-testimonial-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 0;
    background: #b9b9b9;
    cursor: pointer;
    transition: all 0.25s ease;
}

.z-testimonial-dot.active {
    background: #7c7c7c;
}
.z-testimonial-cta {
    text-align: center;
    margin-top: 30px;
}

.z-btn-outline {
    display: inline-block;
    padding: 12px 26px;
    border: 2px solid #0d2b57;
    color: #0d2b57;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.z-btn-outline:hover {
    background: #0d2b57;
    color: #fff;
}

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

@media (max-width: 1024px) {
    .z-testimonial-slider {
        padding: 20px 60px 36px;
    }

    .z-testimonial-track {
        min-height: 460px;
    }

    .z-testimonial-avatar {
        width: 150px;
        height: 150px;
    }

    .z-testimonial-quote {
        font-size: 20px;
        line-height: 1.9;
    }

    .z-testimonial-name {
        font-size: 24px;
        letter-spacing: 4px;
    }
}

@media (max-width: 767px) {
    .z-testimonial-slider-section {
        padding: 60px 0;
    }

    .z-testimonial-slider {
        padding: 10px 20px 30px;
    }

    .z-testimonial-track {
        min-height: auto;
    }

    .z-testimonial-avatar {
        width: 120px;
        height: 120px;
        margin-bottom: 24px;
    }

    .z-testimonial-quote {
        font-size: 18px;
        line-height: 1.8;
        margin-bottom: 24px;
    }

    .z-testimonial-name {
        font-size: 20px;
        letter-spacing: 3px;
    }

    .z-testimonial-meta {
        font-size: 15px;
    }

    .z-testimonial-arrow {
        position: static;
        transform: none;
        font-size: 34px;
        width: auto;
        height: auto;
        margin: 0 10px;
    }

    .z-testimonial-slider {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.z-testimonial-slide {
    display: none;
    text-align: center;
}

.z-testimonial-slide.active {
    display: block !important;
}

.z-testimonial-quote,
.z-testimonial-name,
.z-testimonial-meta {
    color: #1f1f1f !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.zs-story-video {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    background: #dfe8f2;
}

.zs-story-video video,
.zs-story-video .wp-video,
.zs-story-video .mejs-container {
    width: 100% !important;
    height: auto !important;
    display: block;
}
@media (max-width: 921px) {
    .main-header-bar-navigation {
        display: none !important;
    }

    .ast-mobile-menu-trigger-minimal {
        display: inline-flex !important;
    }
}
.ast-mobile-menu-trigger-minimal svg {
    fill: #0f2a4d !important; /* dark navy */
}

.ast-mobile-menu-trigger-minimal {
    background: rgba(255,255,255,0.9);
    padding: 8px;
    border-radius: 6px;
}
.ast-header-break-point .main-header-bar {
    background: #ffffff;
}

.ast-mobile-menu-trigger-minimal svg {
    fill: #0f2a4d;
}
.ast-mobile-popup-drawer {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    padding: 20px;
    overflow-y: auto;
}

.ast-mobile-popup-drawer.active {
    display: block;
}
@media (max-width: 921px) {
  .z-mobile-menu-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 82%;
    height: 100vh;
    background: #0f2347;
    z-index: 99999;
    transition: right 0.3s ease;
    overflow-y: auto;
    box-shadow: -10px 0 30px rgba(0,0,0,0.18);
  }

  .z-mobile-menu-drawer.is-open {
    right: 0;
  }

  .z-mobile-menu-inner {
    padding: 90px 24px 24px;
  }

  .z-mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .z-mobile-menu-list li {
    margin: 0 0 14px;
  }

  .z-mobile-menu-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    display: block;
    padding: 10px 0;
  }

  .z-mobile-menu-list li:last-child a {
    background: #ffffff;
    color: #0f2347;
    border-radius: 8px;
    padding: 12px 16px;
    display: inline-block;
    margin-top: 10px;
  }
}
/* Hide custom mobile drawer on desktop by default */
.z-mobile-menu-drawer {
  display: none;
}

@media (max-width: 921px) {

  /* hide desktop nav if needed */
  .main-header-bar-navigation {
    display: none !important;
  }

  /* show custom drawer only on mobile */
  .z-mobile-menu-drawer {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    height: 100vh;
    background: #0f2347;
    z-index: 999999;
    transition: right 0.3s ease;
    overflow-y: auto;
  }

  .z-mobile-menu-drawer.is-open {
    right: 0;
  }

  .z-mobile-menu-inner {
    padding: 80px 24px 24px;
  }

  .z-mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .z-mobile-menu-list li {
    margin-bottom: 18px;
  }

  .z-mobile-menu-list li a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    display: block;
  }

  .z-mobile-menu-list li:last-child a {
    background: #ffffff;
    color: #0f2347;
    padding: 12px 16px;
    border-radius: 8px;
    display: inline-block;
    margin-top: 10px;
  }
}
.z-mobile-menu-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.z-mobile-menu-close:hover {
  background: rgba(255,255,255,0.14);
}
/* Compact desktop mega menu */
@media (min-width: 922px) {

  .z-mega-menu,
  .z-treatment-mega,
  .z-get-estimates-mega {
    max-height: calc(100vh - 140px);
    min-height: auto !important;
    height: auto !important;
    padding: 28px 28px !important;
    overflow-y: auto;
  }

  .z-mega-menu-grid,
  .z-treatment-mega-grid,
  .z-estimate-mega-grid {
    gap: 18px !important;
  }

  .z-mega-column,
  .z-treatment-mega-column,
  .z-estimate-mega-column {
    padding: 0 18px !important;
  }

  .z-mega-heading,
  .z-treatment-mega-heading,
  .z-estimate-mega-heading {
    font-size: 14px !important;
    margin-bottom: 18px !important;
    letter-spacing: 0.6px !important;
  }

  .z-mega-item,
  .z-treatment-mega-item,
  .z-estimate-mega-item {
    padding: 13px 18px !important;
    margin-bottom: 8px !important;
    border-radius: 14px !important;
    font-size: 17px !important;
    line-height: 1.25 !important;
  }

  .z-mega-item .arrow,
  .z-treatment-mega-item .arrow,
  .z-estimate-mega-item .arrow {
    font-size: 20px !important;
  }
}
@media (min-width: 922px) {
  .z-mega-menu *,
  .z-treatment-mega *,
  .z-get-estimates-mega * {
    line-height: 1.25 !important;
  }
}
@media (min-width: 922px) {
  .z-mega-specialty-list,
  .z-treatment-specialty-list,
  .z-estimate-specialty-list {
    max-height: 420px;
    overflow-y: auto;
    padding-right: 6px;
  }
}
.zinek-estimates-col::before {
  display: none !important;
  content: none !important;
}
.z-specialties-layout {
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    gap: 32px;
    align-items: stretch;
}

.z-specialty-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.z-specialty-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    background: #ffffff;
    border: 1px solid #e3ebf3;
    border-radius: 18px;
    color: #17253d;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.25s ease;
}

.z-specialty-row:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(10, 22, 45, 0.08);
    color: #cc0001;
}

.z-specialty-row strong {
    font-size: 22px;
    color: #cc0001;
}

.z-specialty-image-card {
    position: relative;
    height: 100%;
    min-height: 460px;
    border-radius: 28px;
    overflow: hidden;
    background: #0f2347;
    box-shadow: 0 20px 45px rgba(10, 22, 45, 0.12);
}

.z-specialty-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.82;
}

.z-specialty-image-content {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    padding: 24px;
    border-radius: 22px;
    background: rgba(15, 35, 71, 0.88);
    color: #ffffff;
}

.z-specialty-image-content h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.15;
}

.z-specialty-image-content p {
    margin: 0 0 18px;
    color: rgba(255,255,255,0.82);
    line-height: 1.7;
}

.z-specialty-image-content a {
    display: inline-flex;
    padding: 12px 18px;
    background: #cc0001;
    color: #ffffff;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
}

@media (max-width: 900px) {
    .z-specialties-layout {
        grid-template-columns: 1fr;
    }

    .z-specialty-list {
        grid-template-columns: 1fr;
    }

    .z-specialty-image-card {
        min-height: 360px;
    }
}
/* CONTACT PAGE CLEAN CSS */

.zc-page {
  background: #f4f8fc;
  color: #17253d;
}

.zc-container {
  width: min(1280px, 92%);
  margin: 0 auto;
}

.zc-breadcrumbs {
  width: min(1280px, 92%);
  margin: 0 auto 18px;
  padding-top: 20px;
  color: #64748b;
  font-size: 14px;
}

.zc-breadcrumbs a {
  color: #0b3768;
  text-decoration: none;
}

/* HERO */
.zc-hero {
  padding: 50px 0 70px;
  background: linear-gradient(135deg, #245fb5 0%, #148f77 100%);
}

.zc-hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 42px;
  align-items: center;
}

.zc-hero-copy {
  color: #fff;
}

.zc-tag {
  display: inline-flex;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.zc-tag-light {
  background: #e8f5f3;
  color: #0f8f85;
}

.zc-hero-copy h1 {
  margin: 22px 0 18px;
  color: #fff;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -1.8px;
  max-width: 760px;
}

.zc-hero-copy p {
  max-width: 660px;
  color: rgba(255,255,255,0.9);
  font-size: 18px;
  line-height: 1.8;
}

.zc-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.zc-stats div {
  padding: 20px;
  border-radius: 18px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.14);
}

.zc-stats strong {
  display: block;
  color: #fff;
  font-size: 32px;
  line-height: 1;
}

.zc-stats span {
  color: rgba(255,255,255,0.88);
  font-size: 14px;
}

/* FORM */
.zc-form-card {
  background: #fff;
  padding: 36px;
  border-radius: 30px;
  box-shadow: 0 25px 60px rgba(10,22,45,0.18);
}

.zc-form-card h2 {
  margin: 18px 0 12px;
  color: #17253d;
  font-size: 38px;
  line-height: 1.1;
}

.zc-form-card p {
  color: #61738e;
  line-height: 1.7;
  margin-bottom: 22px;
}

.zc-form-card .wpforms-container {
  margin: 0 !important;
}

.zc-form-card .wpforms-field {
  padding: 0 !important;
  margin-bottom: 14px !important;
}

.zc-form-card input,
.zc-form-card textarea,
.zc-form-card select {
  width: 100% !important;
  min-height: 52px !important;
  border-radius: 16px !important;
  border: 1px solid #dbe5ef !important;
  padding: 13px 15px !important;
}

.zc-form-card textarea {
  min-height: 120px !important;
}

.zc-form-card .wpforms-submit {
  width: 100% !important;
  min-height: 54px !important;
  border-radius: 999px !important;
  background: #cc0001 !important;
  color: #fff !important;
  font-weight: 800 !important;
  border: 0 !important;
}

/* SECTIONS */
.zc-section {
  padding: 70px 0;
}

.zc-section-head {
  max-width: 680px;
  margin-bottom: 30px;
}

.zc-section-head h2,
.zc-map-grid h2 {
  margin: 18px 0 10px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  color: #17253d;
}

.zc-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.zc-card {
  background: #fff;
  border: 1px solid #e6edf5;
  border-radius: 26px;
  padding: 34px 26px;
  text-align: center;
  box-shadow: 0 18px 42px rgba(10,22,45,0.06);
}

.zc-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border-radius: 18px;
  background: #edf5ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.zc-card h3 {
  font-size: 24px;
  margin: 0 0 10px;
}

.zc-card p {
  margin: 0 0 10px;
  font-weight: 700;
}

.zc-card span {
  color: #61738e;
  line-height: 1.7;
}

/* MAP */
.zc-map-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 34px;
  align-items: center;
}

.zc-map-grid p {
  color: #61738e;
  line-height: 1.8;
}

.zc-map {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 24px 50px rgba(10,22,45,0.12);
}

.zc-map iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
}

/* CTA */
.zc-final-cta {
  padding: 40px 0 80px;
}

.zc-final-inner {
  padding: 40px;
  border-radius: 28px;
  background: linear-gradient(135deg, #245fb5, #148f77);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: #fff;
}

.zc-final-inner h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(32px, 4vw, 48px);
}

.zc-final-inner p {
  margin: 0;
  color: rgba(255,255,255,0.86);
}

.zc-btn {
  background: #fff;
  color: #0b3768;
  padding: 15px 24px;
  border-radius: 16px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

/* MOBILE */
@media (max-width: 1024px) {
  .zc-hero-grid,
  .zc-map-grid {
    grid-template-columns: 1fr;
  }

  .zc-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .zc-hero {
    padding: 36px 0 46px;
  }

  .zc-hero-copy h1 {
    font-size: 38px;
  }

  .zc-stats,
  .zc-card-grid {
    grid-template-columns: 1fr;
  }

  .zc-form-card {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .zc-final-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 20px;
  }

  .zc-btn {
    width: 100%;
    text-align: center;
  }
}
.zb-single-page {
    background: #f4f8fc;
    color: #17253d;
}

.zb-container {
    width: min(1180px, 92%);
    margin: 0 auto;
}

.zb-breadcrumbs {
    padding: 24px 0 10px;
    font-size: 14px;
    color: #64748b;
}

.zb-breadcrumbs a {
    color: #0b3768;
    text-decoration: none;
}

.zb-hero {
    padding: 44px 0 30px;
}

.zb-hero-content {
    /*max-width: 900px;*/
}

.zb-kicker {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: #e8f5f3;
    color: #0f8f85;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.zb-hero h1 {
    margin: 18px 0 14px;
    color: #17253d;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.04;
    letter-spacing: -1.8px;
}

.zb-meta {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 18px;
    color: #64748b;
    font-size: 15px;
}

.zb-hero p {
    max-width: 760px;
    color: #52657f;
    font-size: 18px;
    line-height: 1.8;
}

.zb-featured-image {
    margin: 0 0 36px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 24px 54px rgba(10,22,45,0.10);
}

.zb-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.zb-layout {
    display: grid;
    /*grid-template-columns: minmax(0, 1fr) 340px;*/
    grid-template-columns: 1fr;
    gap: 34px;
    align-items: start;
}

.zb-content {
    background: #ffffff;
    padding: 42px;
    border-radius: 30px;
    border: 1px solid #e6edf5;
    box-shadow: 0 18px 42px rgba(10,22,45,0.05);
}

.zb-content h2 {
    margin-top: 30px;
    margin-bottom: 14px;
    color: #CC0001;
    font-size: 30px;
    line-height: 1.2;
    font-weight:700;
}

.zb-content h3 {
    margin-top: 28px;
    margin-bottom: 10px;
    color: #17253d;
    font-size: 24px;
    line-height: 1.3;
}

.zb-content p {
    color: #42526b;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.zb-content ul,
.zb-content ol {
    margin: 0 0 24px 22px;
}

.zb-content li {
    color: #42526b;
    font-size: 14px;
    line-height: 22px;

}

.zb-content a {
    color: #cc0001;
    font-weight: 700;
    text-decoration: none;
}

.zb-content blockquote {
    margin: 30px 0;
    padding: 24px 28px;
    border-left: 5px solid #cc0001;
    background: #f8fbff;
    border-radius: 18px;
    color: #17253d;
    font-size: 20px;
    line-height: 1.7;
}

.zb-sidebar {
    position: sticky;
    top: 110px;
}

.zb-side-card {
    margin-bottom: 22px;
    padding: 24px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #e6edf5;
    box-shadow: 0 18px 40px rgba(10,22,45,0.06);
}

.zb-side-card h3 {
    margin: 0 0 14px;
    color: #17253d;
    font-size: 22px;
    line-height: 1.25;
}

.zb-side-card p {
    color: #61738e;
    font-size: 15px;
    line-height: 1.75;
}

.zb-side-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.zb-side-card li {
    border-bottom: 1px solid #e6edf5;
}

.zb-side-card li:last-child {
    border-bottom: 0;
}

.zb-side-card li a {
    display: block;
    padding: 12px 0;
    color: #17253d;
    font-weight: 700;
    text-decoration: none;
}

.zb-side-card li a:hover {
    color: #cc0001;
}

.zb-cta-card {
    background: linear-gradient(135deg, #0f2347, #123b76);
    color: #ffffff;
}

.zb-cta-card span {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.zb-cta-card h3,
.zb-cta-card p {
    color: #ffffff;
}

.zb-cta-card p {
    opacity: 0.85;
}

.zb-cta-card a,
.zb-bottom-cta a {
    display: inline-flex;
    justify-content: center;
    padding: 13px 18px;
    border-radius: 999px;
    background: #cc0001;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
}

.zb-bottom-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin: 40px 0 70px;
    padding: 34px;
    border-radius: 28px;
    background: linear-gradient(135deg, #245fb5, #148f77);
    color: #ffffff;
}

.zb-bottom-cta h2 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 34px;
}

.zb-bottom-cta p {
    margin: 0;
    color: rgba(255,255,255,0.86);
}

@media (max-width: 1024px) {
    .zb-layout {
        grid-template-columns: 1fr;
    }

    .zb-sidebar {
        position: static;
    }
}

@media (max-width: 767px) {
    .zb-content {
        padding: 26px 20px;
        border-radius: 22px;
    }

    .zb-hero h1 {
        font-size: 38px;
    }

    .zb-content p {
        font-size: 16px;
    }

    .zb-bottom-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .zb-bottom-cta a {
        width: 100%;
    }
}
/* IMAGE CTA SIDEBAR */
.zb-cta-image {
  padding: 0;
  overflow: hidden;
  border-radius: 28px;
  position: relative;
}

/* IMAGE */
.zb-cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* OVERLAY */
.zb-cta-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 26px;
  border-radius: 0 0 28px 28px;

  background: linear-gradient(
    to top,
    rgba(10, 30, 70, 0.95),
    rgba(10, 30, 70, 0.6),
    transparent
  );

  color: #fff;
}

/* TEXT */
.zb-cta-overlay h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
}

.zb-cta-overlay p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
}

/* BUTTON */
.zb-cta-overlay a {
  display: inline-flex;
  padding: 12px 18px;
  border-radius: 12px;
  background: #e10600;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  font-size: 14px;

  box-shadow: 0 10px 25px rgba(225,6,0,0.35);
  transition: all 0.2s ease;
}

.zb-cta-overlay a:hover {
  transform: translateY(-2px);
  background: #c10000;
}
/* ================================
   ZINEK TESTIMONIAL FORM PAGE
================================ */

.ztf-page {
  background: #f4f8fc;
  color: #17253d;
}

.ztf-container {
  width: min(1280px, 92%);
  margin: 0 auto;
}

.ztf-breadcrumbs {
  width: min(1280px, 92%);
  margin: 0 auto;
  padding: 22px 0 10px;
  color: #64748b;
  font-size: 14px;
}

.ztf-breadcrumbs a {
  color: #0b3768;
  text-decoration: none;
}

/* HERO */
.ztf-hero {
  padding: 50px 0 60px;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.16), transparent 28%),
    linear-gradient(135deg, #245fb5, #148f77);
}

.ztf-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: center;
}

.ztf-kicker {
  display: inline-flex;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.ztf-kicker.green {
  background: #e8f5f3;
  color: #0f8f85;
}

.ztf-hero-copy h1 {
  margin: 20px 0 16px;
  max-width: 780px;
  color: #ffffff;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -1.7px;
}

.ztf-hero-copy p {
  max-width: 700px;
  margin: 0;
  color: rgba(255,255,255,0.9);
  font-size: 18px;
  line-height: 1.85;
}

.ztf-trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.ztf-trust-row div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.13);
}

.ztf-trust-row strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 17px;
}

.ztf-trust-row span {
  color: rgba(255,255,255,0.86);
  font-size: 14px;
  line-height: 1.5;
}

.ztf-hero-card {
  padding: 34px;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(10,22,45,0.16);
}

.ztf-hero-card h3 {
  margin: 0 0 18px;
  color: #17253d;
  font-size: 30px;
  line-height: 1.15;
}

.ztf-hero-card ul {
  margin: 0;
  padding-left: 20px;
}

.ztf-hero-card li {
  margin-bottom: 12px;
  color: #52657f;
  font-size: 16px;
  line-height: 1.65;
}

/* ================================
   CENTERED FORM LAYOUT
================================ */

.ztf-form-section {
  padding: 70px 0;
}

.ztf-form-centered {
  max-width: 820px;
  margin: 0 auto;
  padding: 46px 42px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #e6edf5;
  box-shadow: 0 22px 60px rgba(10,22,45,0.08);
}

.ztf-form-header {
  text-align: center;
  margin-bottom: 28px;
}

.ztf-form-header h2 {
  margin: 16px 0 10px;
  color: #17253d;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -1px;
}

.ztf-form-header p {
  max-width: 600px;
  margin: 0 auto;
  color: #61738e;
  font-size: 17px;
  line-height: 1.75;
}

/* note */
.ztf-note {
  margin: 0 0 28px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #f4f8fc;
  border: 1px solid #e1eaf3;
  color: #27415d;
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}

/* responsive */
@media (max-width: 767px) {
  .ztf-form-centered {
    padding: 26px 20px;
    border-radius: 22px;
  }
}

/* WPForms */
.ztf-form-wrap .wpforms-container {
  margin: 0 !important;
}

.ztf-form-wrap .wpforms-field {
  padding: 0 !important;
  margin-bottom: 18px !important;
}

.ztf-form-wrap label {
  color: #17253d !important;
  font-weight: 700 !important;
}

.ztf-form-wrap input,
.ztf-form-wrap textarea,
.ztf-form-wrap select {
  width: 100% !important;
  min-height: 54px !important;
  border-radius: 16px !important;
  border: 1px solid #dbe5ef !important;
  background: #ffffff !important;
  color: #17253d !important;
  padding: 13px 15px !important;
  font-size: 15px !important;
}

.ztf-form-wrap textarea {
  min-height: 140px !important;
}

.ztf-form-wrap input:focus,
.ztf-form-wrap textarea:focus,
.ztf-form-wrap select:focus {
  border-color: #cc0001 !important;
  box-shadow: 0 0 0 4px rgba(204,0,1,0.08) !important;
  outline: none !important;
}

.ztf-form-wrap .wpforms-submit {
  min-height: 56px !important;
  padding: 0 28px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #d60000, #a80000) !important;
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  box-shadow: 0 15px 30px rgba(204,0,1,0.22) !important;
}

/* SIDEBAR */
.ztf-sidebar {
  position: sticky;
  top: 110px;
}

.ztf-side-card {
  margin-bottom: 22px;
  padding: 26px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #e6edf5;
  box-shadow: 0 18px 42px rgba(10,22,45,0.06);
}

.ztf-side-card h3 {
  margin: 0 0 12px;
  color: #17253d;
  font-size: 24px;
  line-height: 1.25;
}

.ztf-side-card p,
.ztf-side-card li {
  color: #61738e;
  font-size: 15px;
  line-height: 1.75;
}

.ztf-side-card ol {
  margin: 0;
  padding-left: 20px;
}

.ztf-support-card {
  background: linear-gradient(135deg, #0f2347, #123b76);
  color: #ffffff;
}

.ztf-support-card h3,
.ztf-support-card p {
  color: #ffffff;
}

.ztf-support-card p {
  opacity: 0.86;
}

.ztf-support-card a {
  display: inline-flex;
  margin-top: 10px;
  padding: 13px 18px;
  border-radius: 999px;
  background: #cc0001;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
}

/* CTA */
.ztf-bottom-cta {
  padding: 0 0 80px;
}

.ztf-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 38px 42px;
  border-radius: 28px;
  background: linear-gradient(135deg, #245fb5, #148f77);
  color: #ffffff;
}

.ztf-bottom-inner h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
}

.ztf-bottom-inner p {
  margin: 0;
  color: rgba(255,255,255,0.86);
}

.ztf-bottom-inner a {
  display: inline-flex;
  padding: 14px 22px;
  border-radius: 999px;
  background: #ffffff;
  color: #0b3768;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .ztf-hero-grid,
  .ztf-form-grid {
    grid-template-columns: 1fr;
  }

  .ztf-sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .ztf-hero {
    padding: 36px 0 46px;
  }

  .ztf-hero-copy h1 {
    font-size: 38px;
  }

  .ztf-trust-row {
    grid-template-columns: 1fr;
  }

  .ztf-form-content {
    padding: 26px 20px;
    border-radius: 22px;
  }

  .ztf-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 20px;
  }

  .ztf-bottom-inner a {
    width: 100%;
    justify-content: center;
  }
}
/* Fix checkbox layout */
.wpforms-field-checkbox li {
  display: flex !important;
  align-items: flex-start;
  gap: 12px;
}

/* Checkbox size */
.wpforms-field-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  cursor: pointer;
}

/* Label text */
.wpforms-field-checkbox label {
  margin: 0 !important;
  font-size: 15px;
  line-height: 1.6;
  color: #17253d;
  cursor: pointer;
}

/* Remove weird box spacing */
.wpforms-field-checkbox ul {
  padding: 0 !important;
  margin: 0 !important;
}

/* Optional: make full area clickable */
.wpforms-field-checkbox li label {
  display: inline-block;
  max-width: 100%;
}
/* ================================
   TREATMENT BODY CONTENT SECTION
   Only for WYSIWYG treatment content
================================ */

.treatment-body-section {
  padding: 38px 0;
}

.treatment-body-content {
  background: #ffffff;
  border: 1px solid #e6edf5;
  border-radius: 30px;
  padding: 42px;
  box-shadow: 0 20px 50px rgba(10, 22, 45, 0.06);
  color: #42526b;
  font-size: 17px;
  line-height: 1.85;
}

/* H2 */
.treatment-body-content h2 {
  margin: 42px 0 18px;
  padding-bottom: 14px;
  color: #17253d;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.15;
  letter-spacing: -0.7px;
  border-bottom: 1px solid #e6edf5;
}

.treatment-body-content h2:first-child {
  margin-top: 0;
}

/* H3 */
.treatment-body-content h3 {
  margin: 30px 0 12px;
  color: #17253d;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
}

/* Paragraph */
.treatment-body-content p {
  margin: 0 0 16px;
  color: #42526b;
  font-size: 17px;
  line-height: 1.85;
}

/* Strong cost lines */
.treatment-body-content strong {
  color: #17253d;
  font-weight: 800;
}

/* Lists */
.treatment-body-content ul,
.treatment-body-content ol {
  margin: 0 0 24px 0;
  padding: 0;
  list-style: none;
}

.treatment-body-content li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
  color: #42526b;
  font-size: 17px;
  line-height: 1.75;
}

.treatment-body-content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e8f5f3;
  color: #0f8f85;
  font-size: 13px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Table wrapper behavior */
.treatment-body-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 26px 0;
  border: 1px solid #5c5e62;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
}

.treatment-body-content table th {
  background: #0f2347;
  color: #ffffff;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  font-weight: 800;
}

.treatment-body-content table td {
  padding: 5px 10px;
  border: 1px solid #5c5e62;
  color: #17253d;
  font-size: 14px;
  line-height: 1.55;
}

.treatment-body-content table tr:last-child td {
  border-bottom: 0;
}

.treatment-body-content table tr:nth-child(even) td {
  background: #f6f9fc;
}

/* Optional: make cost rows feel premium */
.treatment-body-content table td:nth-child(2),
.treatment-body-content table td:nth-child(3) {
  /*font-weight: 800;*/
  color: #0f2347;
}

/* Mobile */
@media (max-width: 767px) {
  .treatment-body-section {
    padding: 28px 0;
  }

  .treatment-body-content {
    padding: 24px 18px;
    border-radius: 22px;
    font-size: 16px;
  }

  .treatment-body-content h2 {
    font-size: 28px;
    margin-top: 34px;
  }

  .treatment-body-content h3 {
    font-size: 22px;
  }

  .treatment-body-content p,
  .treatment-body-content li {
    font-size: 16px;
  }

  .treatment-body-content {
    overflow-x: auto;
  }

  .treatment-body-content table {
    min-width: 680px;
  }
}
/* ================================
   ZINEK ABOUT PAGE
================================ */

.za-page {
  background: #f4f8fc;
  color: #17253d;
}

.za-container {
  width: min(1280px, 92%);
  margin: 0 auto;
}

.za-breadcrumbs {
  width: min(1280px, 92%);
  margin: 0 auto;
  padding: 22px 0 10px;
  color: #64748b;
  font-size: 14px;
}

.za-breadcrumbs a {
  color: #0b3768;
  text-decoration: none;
}

/* HERO */
.za-hero {
  padding: 56px 0 70px;
  background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,0.15), transparent 28%),
    linear-gradient(135deg, #245fb5, #148f77);
}

.za-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 38px;
  align-items: center;
}

.za-hero-copy {
  color: #ffffff;
}

.za-kicker {
  display: inline-flex;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.za-kicker.green {
  background: #e8f5f3;
  color: #0f8f85;
}

.za-kicker.white {
  background: rgba(255,255,255,0.15);
  color: #ffffff;
}

.za-hero-copy h1 {
  margin: 20px 0 18px;
  color: #ffffff;
  max-width: 850px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -1.7px;
}

.za-hero-copy p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,0.9);
  font-size: 18px;
  line-height: 1.85;
}

.za-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.za-hero-stats div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.13);
}

.za-hero-stats strong {
  display: block;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.15;
  margin-bottom: 5px;
}

.za-hero-stats span {
  color: rgba(255,255,255,0.86);
  font-size: 14px;
}

.za-hero-card {
  padding: 34px;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(10,22,45,0.16);
}

.za-hero-card h3 {
  margin: 0 0 18px;
  color: #17253d;
  font-size: 30px;
  line-height: 1.15;
}

.za-hero-card ul {
  margin: 0;
  padding-left: 20px;
}

.za-hero-card li {
  margin-bottom: 12px;
  color: #52657f;
  font-size: 16px;
  line-height: 1.65;
}

/* GENERAL SECTIONS */
.za-section {
  padding: 72px 0;
}

.za-soft-section {
  background: #ffffff;
}

.za-two-col {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: start;
}

.za-section-copy h2,
.za-section-head h2 {
  margin: 18px 0 14px;
  color: #17253d;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -1px;
}

.za-section-copy p,
.za-section-head p {
  margin: 0;
  color: #61738e;
  font-size: 17px;
  line-height: 1.8;
}

.za-section-head {
  /*max-width: 760px;*/
  margin-bottom: 34px;
}

.za-text-card {
  padding: 34px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #e6edf5;
  box-shadow: 0 18px 42px rgba(10,22,45,0.06);
}

.za-soft-section .za-text-card {
  background: #f7fbff;
}

.za-text-card p {
  margin: 0 0 18px;
  color: #42526b;
  font-size: 17px;
  line-height: 1.85;
}

.za-text-card p:last-child {
  margin-bottom: 0;
}

/* QUESTIONS */
.za-question-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.za-question-card {
  position: relative;
  padding: 24px 24px 24px 54px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e6edf5;
  color: #17253d;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
  box-shadow: 0 16px 38px rgba(10,22,45,0.05);
}

.za-question-card::before {
  content: "?";
  position: absolute;
  left: 22px;
  top: 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e8f5f3;
  color: #0f8f85;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SUPPORT */
.za-support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.za-support-card {
  padding: 30px 24px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #B60001;
  box-shadow: 0 18px 42px rgba(10,22,45,0.06);
  transition: all 0.25s ease;
}

.za-support-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 50px rgba(10,22,45,0.1);
}

.za-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: #edf5ff;
  color: #0b3768;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.za-support-card h3 {
  margin: 0 0 10px;
  color: #17253d;
  font-size: 23px;
  line-height: 1.25;
}

.za-support-card p {
  margin: 0;
  color: #61738e;
  font-size: 15px;
  line-height: 1.75;
}

/* TREATMENT LIST */
.za-treatment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.za-treatment-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e6edf5;
  color: #17253d;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(10,22,45,0.05);
  transition: all 0.25s ease;
}

.za-treatment-list a::after {
  content: "→";
  color: #cc0001;
  font-size: 20px;
}

.za-treatment-list a:hover {
  transform: translateY(-3px);
  color: #cc0001;
}

/* TRUST */
.za-trust-section {
  background: linear-gradient(135deg, #0f2347, #123b76);
}

.za-section-head.light h2,
.za-section-head.light p {
  color: #ffffff;
}

.za-section-head.light p {
  opacity: 0.86;
}

.za-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.za-trust-card {
  padding: 22px;
  border-radius: 20px;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.12);
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
}

.za-trust-card::before {
  content: "✓";
  margin-right: 10px;
  color: #ffffff;
}

/* TEAM */
.za-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.za-team-card {
  padding: 24px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #e6edf5;
  text-align: center;
  box-shadow: 0 18px 42px rgba(10,22,45,0.06);
}

.za-team-photo {
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  background: #e6edf5;
}

.za-team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.za-team-card h3 {
  margin: 0 0 6px;
  color: #17253d;
  font-size: 22px;
}

.za-team-card span {
  display: block;
  color: #cc0001;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 12px;
}

.za-team-card p {
  margin: 0;
  color: #61738e;
  font-size: 15px;
  line-height: 1.7;
}

/* FINAL CTA */
.za-final-cta {
  padding: 0 0 80px;
  background: #f4f8fc;
}

.za-final-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 40px 44px;
  border-radius: 28px;
  background: linear-gradient(135deg, #245fb5, #148f77);
  color: #ffffff;
  box-shadow: 0 24px 55px rgba(16,42,90,0.14);
}

.za-final-inner h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
}

.za-final-inner p {
  margin: 0;
  color: rgba(255,255,255,0.86);
  font-size: 16px;
  line-height: 1.7;
}

.za-final-inner a {
  display: inline-flex;
  padding: 14px 24px;
  border-radius: 999px;
  background: #ffffff;
  color: #0b3768;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.za-final-inner a:hover {
  color: #cc0001;
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .za-hero-grid,
  .za-two-col {
    grid-template-columns: 1fr;
  }

  .za-question-grid,
  .za-support-grid,
  .za-trust-grid,
  .za-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .za-hero {
    padding: 38px 0 48px;
  }

  .za-hero-copy h1 {
    font-size: 38px;
  }

  .za-hero-stats,
  .za-question-grid,
  .za-support-grid,
  .za-trust-grid,
  .za-team-grid,
  .za-treatment-list {
    grid-template-columns: 1fr;
  }

  .za-hero-card,
  .za-text-card {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .za-section {
    padding: 50px 0;
  }

  .za-final-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 20px;
  }

  .za-final-inner a {
    width: 100%;
    justify-content: center;
  }
}
/* ================================
   FIX ABOUT PAGE FULL WIDTH
================================ */

/* Remove Astra boxed container restriction */
.page-template-page-about-zinek .site-content .ast-container,
.page-template-page-about-zinek .ast-container,
.page-template-page-about-zinek .content-area,
.page-template-page-about-zinek .site-main {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Remove default article/page spacing */
.page-template-page-about-zinek .entry-content,
.page-template-page-about-zinek .ast-article-single {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Make page full width */
.za-page {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

/* Keep inner content aligned */
.za-container {
  width: min(1280px, 92%);
  margin-left: auto;
  margin-right: auto;
}

/* Full-width sections */
.za-hero,
.za-section,
.za-soft-section,
.za-trust-section,
.za-final-cta {
  width: 100%;
}
/* Contact page full-width fix */
.page-template-contact-page .site-content .ast-container,
.page-template-contact-page .ast-container,
.page-template-contact-page .content-area,
.page-template-contact-page .site-main {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-template-contact-page .entry-content,
.page-template-contact-page .ast-article-single {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.page-template-page-contact .site-content .ast-container,
.page-template-page-contact .ast-container,
.page-template-page-contact .content-area,
.page-template-page-contact .site-main {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-template-page-contact .entry-content,
.page-template-page-contact .ast-article-single {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.za-about-why-started {
  position: relative;
  padding: 80px 0;
  background-image: url('/wp-content/uploads/2026/05/background-images.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.za-about-why-started::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.88); /* overlay */
  z-index: 1;
}

.za-about-why-started .za-container {
  position: relative;
  z-index: 2;
}
/* ================================
   ABOUT PAGE TEAM FEATURE LAYOUT
================================ */

.za-team-section {
  background: #f4f8fc;
}

.za-team-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}

.za-team-feature-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 330px;
  overflow: hidden;
  border-radius: 0;
  background: #ffffff;
  border: 1px solid #e6edf5;
  box-shadow: 0 20px 45px rgba(10, 22, 45, 0.06);
  transition: all 0.25s ease;
}

.za-team-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 60px rgba(10, 22, 45, 0.12);
}

.za-team-feature-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #dbe5ef;
}

.za-team-feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  display: block;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.za-team-feature-card:hover .za-team-feature-img img {
  transform: scale(1.05);
  filter: grayscale(30%);
}

.za-team-feature-content {
  padding: 42px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
}

.za-team-feature-content h3 {
  margin: 0 0 8px;
  color: #17253d;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.4px;
}

.za-team-feature-content span {
  display: block;
  margin-bottom: 18px;
  color: #cc0001;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.za-team-feature-content p {
  margin: 0;
  color: #52657f;
  font-size: 17px;
  line-height: 1.75;
}

/* Dark version */
.za-team-feature-card-dark .za-team-feature-content {
  background: #0f2347;
}

.za-team-feature-card-dark .za-team-feature-content h3,
.za-team-feature-card-dark .za-team-feature-content p {
  color: #ffffff;
}

.za-team-feature-card-dark .za-team-feature-content span {
  color: #8fe3d4;
}

/* Red version */
.za-team-feature-card-red .za-team-feature-content {
  background: #cc0001;
}

.za-team-feature-card-red .za-team-feature-content h3,
.za-team-feature-card-red .za-team-feature-content p {
  color: #ffffff;
}

.za-team-feature-card-red .za-team-feature-content span {
  color: rgba(255,255,255,0.85);
}

/* Add arrow like reference */
.za-team-feature-content::after {
  /*content: "->";*/
  margin-top: 28px;
  color: #cc0001;
  font-size: 54px;
  line-height: 1;
  font-weight: 300;
}

.za-team-feature-card-dark .za-team-feature-content::after,
.za-team-feature-card-red .za-team-feature-content::after {
  color: #ffffff;
}

/* Alternate layout for visual rhythm */
.za-team-feature-card:nth-child(even) .za-team-feature-img {
  order: 1;
}

.za-team-feature-card:nth-child(even) .za-team-feature-content {
  order: 2;
}

/* Responsive */
@media (max-width: 1100px) {
  .za-team-feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .za-team-feature-card {
    grid-template-columns: 1fr;
  }

  .za-team-feature-img {
    height: 320px;
  }

  .za-team-feature-content {
    padding: 30px 24px;
  }

  .za-team-feature-content h3 {
    font-size: 26px;
  }

  .za-team-feature-content p {
    font-size: 16px;
  }

  .za-team-feature-content::after {
    font-size: 42px;
  }
}