
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
/* ====== Heading Base ====== */
h2, h3, h4,
.main-title, .subtitle {
  font-family: "Inter", "Poppins", "Helvetica Neue", Arial, sans-serif; /* ganti ke Inter agar lebih modern dan tajam */
  line-height: 1.35; /* sedikit lebih lega biar enak dibaca di mobile */
  color: #1e293b;
  margin-bottom: 0.75rem;
  letter-spacing: -0.015em; /* tipografi lebih rapi */
}

/* ====== H2 - Main Section Title ====== */
h2, .main-title {
  font-size: 2.25rem; /* default desktop 36px */
  color: #0f172a;
  margin-bottom: 1rem;
  font-family: "Inter", "Poppins", "Helvetica Neue", Arial, sans-serif;
}

/* ====== H3 - Sub Title ====== */
h3, .subtitle {
  font-size: 1.5rem; /* default desktop 24px */
  color: #334155;
  margin-bottom: 0.75rem;
  font-family: "Inter", "Poppins", "Helvetica Neue", Arial, sans-serif;
}

/* ====== H4 - Smaller Section Title ====== */
h4 {
  font-size: 1.25rem; /* 20px */
  color: #475569;
  font-family: "Inter", "Poppins", "Helvetica Neue", Arial, sans-serif;
}

/* ====== Decorative underline ====== */
.main-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: 0.5rem auto 1rem auto;
  border-radius: 2px;
}

/* ====== Responsive Breakpoints ====== */

/* Mobile Kecil (≤480px) */
@media (max-width: 480px) {
  h2, .main-title {
    font-size: 1.5rem; /* 24px */
  }
  h3, .subtitle {
    font-size: 1.125rem; /* 18px */
  }
  h4 {
    font-size: 1rem; /* 16px */
  }
}

/* Mobile Sedang (≤640px) */
@media (max-width: 640px) {
  h2, .main-title {
    font-size: 1.75rem; /* 28px */
  }
  h3, .subtitle {
    font-size: 1.25rem; /* 20px */
  }
}

/* Tablet (≤768px) */
@media (max-width: 768px) {
  h2, .main-title {
    font-size: 2rem; /* 32px */
  }
  h3, .subtitle {
    font-size: 1.375rem; /* 22px */
  }
}

/* Laptop kecil (≤1024px) */
@media (max-width: 1024px) {
  h2, .main-title {
    font-size: 2.125rem;
  }
  h3, .subtitle {
    font-size: 1.4rem;
  }
}

/* slider */

/* Responsive slider text */
.slider-content h2 {
    font-size: 2.5rem; /* Desktop default */
    line-height: 1.2;
}

.slider-content .slider-subtitle {
    font-size: 2rem;
    line-height: 1.6;
}

/* Tablet */
@media (max-width: 991px) {
    .slider-content h2 {
        font-size: 2.2rem;
    }

    .slider-content .slider-subtitle {
        font-size: 0.95rem;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .slider-content h2 {
        font-size: 1.8rem; /* Diperbesar dari 1.5rem */
    }

    .slider-content .slider-subtitle {
        font-size: 0.9rem; /* Diperbesar dari 0.875rem */
    }

    .slider-height {
        min-height: 400px;
    }
}

/* Mobile kecil */
@media (max-width: 575px) {
    .slider-content h2 {
        font-size: 1.6rem; /* Diperbesar dari 1.25rem */
    }

    .slider-content .slider-subtitle {
        font-size: 0.875rem; /* Diperbesar dari 0.813rem */
    }
}

/* button-header */
.border-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 2px solid orange;
    color: orange;
    background: transparent;
    transition: all 0.3s ease;
    border-radius: 5px;
    text-decoration: none;
  }

  .border-btn:hover {
    background: transparent;
    color: #87CEFA;
    border-color: #B0C4DE;
  }

/* title  */
.breadcrumb__title {
    color: white;
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 10px 0;
    transition: color 0.3s ease, font-size 0.3s ease;
  }

  @media (max-width: 992px) {
    .breadcrumb__title {
      font-size: 20px;
    }
  }

  @media (max-width: 600px) {
    .breadcrumb__title {
      font-size: 18px;
      text-align: center;
    }
  }

  @media (max-width: 400px) {
    .breadcrumb__title {
      font-size: 16px;
      color: #fff;
    }
  }



/* ====== Visi Misi (Medixi) ====== */
.vm-section{
    --bg: #E6F4F9;
    --surface: #FFFFFF;
    --text: #1B3C6B;
    --muted: #6C8AA3;
    --border: #CFE6F3;
    --accent: #00AEEF;   /* cyan Medixi */
    --accent2:#2D82C7;   /* medium blue */
    --radius: 18px;
    --shadow: 0 10px 25px rgba(0,174,239,.12);

    background:
      radial-gradient(1200px 600px at 10% -10%, rgba(0,174,239,.12) 0%, transparent 50%),
      radial-gradient(900px 480px at 110% 10%, rgba(45,130,199,.10) 0%, transparent 55%),
      var(--bg);
    color: var(--text);
    padding-top: clamp(48px, 6vw, 96px);
    padding-bottom: clamp(48px, 6vw, 96px);
  }
  .vm-section .container{max-width:1100px;}

  .vm-header{margin-bottom: 1.5rem;}
  .vm-title{
    font-weight:800; letter-spacing:.2px;
    font-size: clamp(1.4rem, 3.5vw, 2rem);
  }

  .vm-wrap{
    background: linear-gradient(180deg, rgba(255,255,255,.45), rgba(255,255,255,.35));
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: clamp(22px, 4vw, 42px);
  }

  /* Badge */
  .vm-badge{
    display:inline-flex; align-items:center; gap:.5rem;
    font-size:.8rem; font-weight:700; letter-spacing:.06em;
    padding:.4rem .9rem; border-radius:999px;
    background: rgba(0,174,239,.10);
    color:#005B8E; border:1px solid var(--border);
    text-transform:uppercase;
  }

  /* Visi */
  .vm-vision{margin-bottom: 2rem;}
  .vm-vision-text{
    margin: .75rem 0 0;
    font-size: clamp(1.25rem, 3vw, 1.8rem);
    line-height:1.35; font-weight:700;
  }

  /* Sub-section header */
  .vm-section-head{margin-bottom:.75rem;}
  .vm-section-title{
    margin:.5rem 0 0; font-weight:700; letter-spacing:.2px;
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  }

  /* Misi */
  .vm-mission-list{
    display:grid; grid-template-columns:1fr; gap: .9rem;
    margin:0; padding:0; list-style:none;
  }
  .vm-mission-item{
    display:flex; gap:.9rem; align-items:flex-start;
    background: var(--surface); border:1px solid var(--border);
    border-radius: 14px; padding: .9rem 1rem; box-shadow: var(--shadow);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }
  .vm-mission-item:hover{ transform: translateY(-2px); border-color:#B8D9EC; }
  .vm-number{
    --s:40px;
    min-width:var(--s); height:var(--s); border-radius:12px;
    background: linear-gradient(135deg, var(--accent), var(--accent2));
    display:grid; place-items:center; color:#fff; font-weight:800;
    box-shadow: 0 8px 20px rgba(0,174,239,.25);
  }
  .vm-mission-text{ margin:0; line-height:1.6; color:var(--text); }

  /* Nilai-Nilai */
  .vm-grid{
    display:grid; grid-template-columns:1fr; gap: 1rem;
  }
  .vm-card{
    background: var(--surface); border:1px solid var(--border);
    border-radius:14px; padding: 1.1rem 1.2rem; height:100%;
    box-shadow: var(--shadow);
    transition: transform .2s ease, border-color .2s ease;
  }
  .vm-card:hover{ transform:translateY(-2px); border-color:#B8D9EC; }
  .vm-card-title{ margin:0 0 .4rem; font-weight:700; font-size:1.05rem; }
  .vm-card-text{ color: var(--muted); }

  /* Filosofi */
  .vm-philosophy{ margin-top: 1.5rem; }
  .vm-quote{
    margin:0; padding: 1.25rem 1.5rem;
    background: linear-gradient(180deg, rgba(0,174,239,.06), rgba(45,130,199,.06));
    border:1px dashed #B8D9EC; border-radius:16px;
  }
  .vm-quote-text{ margin:0; font-size:1.05rem; line-height:1.7; }

  /* Empty state */
  .vm-empty{ padding: 3rem 1rem 2rem; }

  /* Responsive */
  @media (min-width: 768px){
    .vm-mission-list{ grid-template-columns:1fr 1fr; }
    .vm-grid{ grid-template-columns:1fr 1fr; gap:1.25rem; }
  }
  @media (min-width: 1200px){
    .vm-grid{ grid-template-columns:1fr 1fr; }
  }
  @media (max-width: 575.98px){
    .vm-number{ --s:36px; border-radius:10px; }
  }
  @media (prefers-color-scheme: dark){
    .vm-section{
      --bg:#0f172a; --surface:rgba(17,24,39,.92);
      --text:#f1f5f9; --muted:#cbd5e1; --border:#223043;
      background:
        radial-gradient(1200px 600px at 10% -10%, rgba(0,174,239,.10), transparent 50%),
        #0f172a;
    }
  }


/* milestone */
/* ====== Milestones (Medixi) ====== */
.ml-section{
    --bg:#E6F4F9;
    --surface:#FFFFFF;
    --text:#1B3C6B;
    --muted:#6C8AA3;
    --border:#CFE6F3;
    --line:#D8EDFA;
    --accent:#00AEEF;   /* cyan */
    --accent2:#2D82C7;  /* blue */
    --radius:18px;
    --shadow:0 10px 30px rgba(0,174,239,.12);

    background:
      radial-gradient(900px 320px at 100% 0%, rgba(45,130,199,.12), transparent 60%),
      var(--bg);
    color:var(--text);
    padding-top:clamp(48px,6vw,96px);
    padding-bottom:clamp(48px,6vw,96px);
  }
  .ml-section .container{max-width:1100px}

  /* Header */
  .ml-header{margin-bottom:1.25rem}
  .ml-title{
    font-weight:800; letter-spacing:.2px;
    font-size:clamp(1.4rem,3.5vw,2rem);
  }
  .ml-badge{
    display:inline-flex; align-items:center; gap:.5rem;
    padding:.4rem .9rem; border-radius:999px;
    background:rgba(0,174,239,.1); color:#005B8E;
    border:1px solid var(--border);
    font-weight:700; font-size:.8rem; text-transform:uppercase;
  }

  /* Timeline spine */
  .ml-timeline{
    position:relative; margin:0 auto; padding:8px 0; list-style:none;
  }
  .ml-timeline::before{
    content:""; position:absolute; inset:0 auto 0 50%;
    width:3px; transform:translateX(-50%);
    background:linear-gradient(180deg,transparent 0%, var(--line) 8%, var(--line) 92%, transparent 100%);
    border-radius:3px;
  }

  /* Items */
  .ml-item{
    position:relative; width:50%;
    padding:0 28px; margin-bottom:38px;
  }
  .ml-item:nth-child(odd){ left:0 }
  .ml-item:nth-child(even){ left:50% }

  /* Dot on spine */
  .ml-item::before{
    content:""; position:absolute; top:36px; z-index:2;
    width:14px; height:14px; border-radius:50%;
    background:linear-gradient(135deg,var(--accent),var(--accent2));
    box-shadow:0 0 0 6px rgba(45,130,199,.18);
  }
  .ml-item:nth-child(odd)::before{ right:-7px }
  .ml-item:nth-child(even)::before{ left:-7px }

  /* Card */
  .ml-card{
    position:relative; background:var(--surface);
    border:1px solid var(--border); border-radius:var(--radius);
    padding:22px 22px 24px; box-shadow:var(--shadow);
    transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  }
  .ml-card:hover{ transform:translateY(-2px); border-color:#B8D9EC; box-shadow:0 16px 40px rgba(0,174,239,.16) }

  /* connector line to spine */
  .ml-card::before{
    content:""; position:absolute; top:42px; width:26px; height:2px;
    background:linear-gradient(90deg,var(--accent2),var(--accent));
  }
  .ml-item:nth-child(odd)  .ml-card::before{ right:-26px }
  .ml-item:nth-child(even) .ml-card::before{ left:-26px }

  /* Year badge */
  .ml-year{ position:absolute; top:6px; left:18px; z-index:3 }
  .ml-year span{
    display:inline-block; padding:.35rem .7rem; font-weight:800;
    font-size:.78rem; letter-spacing:.06em; text-transform:uppercase; color:#fff;
    background:linear-gradient(135deg,var(--accent),var(--accent2));
    border-radius:999px; box-shadow:0 6px 16px rgba(0,174,239,.35);
  }

  /* Media */
  .ml-figure{ border:1px solid var(--border); border-radius:12px; overflow:hidden; margin:0 0 .5rem }
  .ml-figure img{ display:block; width:100%; height:auto; transition:transform .28s ease }
  .ml-card:hover .ml-figure img{ transform:scale(1.015) }

  /* Text */
  .ml-card-title{
    margin:.25rem 0 .25rem;
    font-weight:800; font-size:clamp(1.05rem,2vw,1.25rem); line-height:1.25;
  }
  .ml-card-desc{ margin:.35rem 0 0; color:var(--muted); line-height:1.7; font-size:.98rem }

  /* Responsive */
  @media (max-width: 991.98px){
    .ml-item{ padding:0 22px; margin-bottom:32px }
  }
  @media (max-width: 767.98px){
    .ml-timeline::before{ left:24px; transform:none }
    .ml-item{ left:0 !important; width:100%; padding-left:56px; padding-right:0; margin-bottom:26px }
    .ml-item::before{ left:15px; right:auto }
  }

  /* service-index */
  .category-card {
    display: flex;
    align-items: center;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-decoration: none;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--theme-color);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.category-card:hover::before {
    transform: scaleY(1);
}

.category-card.active {
    background: var(--theme-color);
    color: white;
}

.category-card.active::before {
    transform: scaleY(1);
    background: white;
}

.category-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--theme-rgb), 0.1);
    border-radius: 50%;
    margin-right: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.category-card.active .category-icon {
    background: rgba(255, 255, 255, 0.2);
}

.category-icon i {
    font-size: 28px;
    color: var(--theme-color);
}

.category-card.active .category-icon i {
    color: white;
}

.category-content {
    flex: 1;
}

.category-content h4 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--title-color);
    transition: color 0.3s ease;
}

.category-card.active .category-content h4 {
    color: white;
}

.category-content p {
    margin: 0;
    font-size: 14px;
    color: var(--body-color);
    transition: color 0.3s ease;
}

.category-card.active .category-content p {
    color: rgba(255, 255, 255, 0.8);
}

.category-arrow {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--theme-rgb), 0.1);
    border-radius: 50%;
    margin-left: 15px;
    transition: all 0.3s ease;
}

.category-card.active .category-arrow {
    background: rgba(255, 255, 255, 0.2);
}

.category-arrow i {
    font-size: 16px;
    color: var(--theme-color);
    transition: all 0.3s ease;
}

.category-card.active .category-arrow i {
    color: white;
}

.category-card:hover .category-arrow {
    transform: translateX(5px);
}

@media (max-width: 991px) {
    .category-card {
        padding: 20px;
    }

    .category-icon {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }

    .category-icon i {
        font-size: 24px;
    }

    .category-content h4 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .category-card {
        margin-bottom: 20px;
    }
}


/* promo-index */


.promo-page {
    background: #f8f9fa;
    padding: 60px 0;
}

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

.promo-section-header .subtitle {
    display: inline-block;
    background: linear-gradient(135deg, #00a8cc 0%, #00CED1 100%);
    color: #ffffff;
    padding: 8px 24px;
    border-radius: 30px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.promo-section-header .title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 0;
    line-height: 1.2;
}

.promo-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    position: relative;
    border: 2px solid transparent;
}

.promo-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 168, 204, 0.15);
    border-color: #00a8cc;
}

.promo-card-image {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #f0f0f0;
}

.promo-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.promo-card:hover .promo-card-image img {
    transform: scale(1.08);
}

.discount-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #00a8cc 0%, #00CED1 100%);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 0.875rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(0, 168, 204, 0.4);
    z-index: 10;
    backdrop-filter: blur(10px);
}

.countdown-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(255, 92, 76, 0.95);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 10;
    backdrop-filter: blur(10px);
}

.countdown-badge i {
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.promo-card-body {
    padding: 28px;
}

.promo-category {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f0f9ff;
    color: #00a8cc;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.813rem;
    font-weight: 600;
    margin-bottom: 16px;
}

.promo-category i {
    font-size: 0.875rem;
}

.promo-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 56px;
}

.promo-card-title:hover {
    color: #00a8cc;
}

.promo-card-desc {
    color: #666;
    font-size: 0.938rem;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 50px;
}

.promo-code-section {
    background: linear-gradient(135deg, #fffbf0 0%, #fff8e1 100%);
    border: 2px dashed #ffb300;
    border-radius: 12px;
    padding: 14px 18px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promo-code-info {
    flex: 1;
}

.promo-code-label {
    font-size: 0.75rem;
    color: #856404;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 4px;
}

.promo-code-value {
    font-size: 1.125rem;
    font-weight: 800;
    color: #1a1a1a;
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
}

.copy-code-btn {
    background: #ffb300;
    border: none;
    color: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.copy-code-btn:hover {
    background: #ff9800;
    transform: scale(1.1);
}

.copy-code-btn.copied {
    background: #4caf50;
}

.promo-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promo-validity {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 0.875rem;
}

.promo-validity i {
    color: #00a8cc;
}

.promo-link-btn {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #00a8cc 0%, #00CED1 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.125rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.promo-link-btn:hover {
    background: linear-gradient(135deg, #008fb3 0%, #00b8bb 100%);
    transform: translateX(4px);
    box-shadow: 0 4px 15px rgba(0, 168, 204, 0.3);
    color: #ffffff;
}

.promo-pagination {
    margin-top: 60px;
}

.promo-pagination nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.promo-pagination nav ul li a,
.promo-pagination nav ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    background: #ffffff;
}

.promo-pagination nav ul li a:hover {
    background: #00a8cc;
    border-color: #00a8cc;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 168, 204, 0.3);
}

.promo-pagination nav ul li span.current {
    background: #00a8cc;
    border-color: #00a8cc;
    color: #ffffff;
}

.promo-pagination nav ul li span.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    background: #f8f9fa;
}

.promo-empty-state {
    text-align: center;
    padding: 80px 20px;
}

.promo-empty-state .icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

.promo-empty-state .icon i {
    font-size: 3rem;
    color: #00a8cc;
}

.promo-empty-state h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.promo-empty-state p {
    color: #666;
    font-size: 1rem;
}

@media (max-width: 1199px) {
    .promo-section-header .title {
        font-size: 2.25rem;
    }
}

@media (max-width: 991px) {
    .promo-section-header .title {
        font-size: 2rem;
    }

    .promo-card-image {
        height: 220px;
    }
}

@media (max-width: 767px) {
    .promo-page {
        padding: 40px 0;
    }

    .promo-section-header {
        margin-bottom: 40px;
    }

    .promo-section-header .title {
        font-size: 1.75rem;
    }

    .promo-section-header .subtitle {
        font-size: 0.813rem;
        padding: 6px 18px;
    }

    .promo-card-image {
        height: 200px;
    }

    .promo-card-body {
        padding: 24px;
    }

    .promo-card-title {
        font-size: 1.125rem;
        min-height: auto;
    }

    .promo-card-desc {
        font-size: 0.875rem;
        min-height: auto;
    }

    .countdown-badge {
        bottom: 15px;
        left: 15px;
        font-size: 0.75rem;
        padding: 6px 12px;
    }

    .discount-badge {
        top: 15px;
        right: 15px;
        padding: 8px 16px;
        font-size: 0.813rem;
    }
}

@media (max-width: 575px) {
    .promo-section-header .title {
        font-size: 1.5rem;
    }

    .promo-card-image {
        height: 180px;
    }

    .promo-card-body {
        padding: 20px;
    }

    .promo-card-title {
        font-size: 1rem;
    }

    .promo-code-section {
        padding: 12px 14px;
    }

    .promo-code-value {
        font-size: 1rem;
    }

    .promo-pagination nav ul li a,
    .promo-pagination nav ul li span {
        min-width: 40px;
        height: 40px;
        font-size: 0.875rem;
    }
}

@media (prefers-color-scheme: dark) {
    .promo-page {
        background: #0f172a;
    }

    .promo-card {
        background: #1e293b;
        border-color: #334155;
    }

    .promo-section-header .title,
    .promo-card-title {
        color: #f1f5f9;
    }

    .promo-card-desc,
    .promo-validity {
        color: #94a3b8;
    }

    .promo-category {
        background: rgba(0, 168, 204, 0.15);
        color: #67e8f9;
    }

    .promo-code-value {
        color: #f1f5f9;
    }

    .promo-pagination nav ul li a,
    .promo-pagination nav ul li span {
        background: #1e293b;
        border-color: #334155;
        color: #f1f5f9;
    }

    .promo-empty-state h4 {
        color: #f1f5f9;
    }
}

@media print {

    .countdown-badge,
    .copy-code-btn,
    .promo-link-btn,
    .promo-pagination {
        display: none !important;
    }

    .promo-card {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #e5e7eb;
    }
}

/* promo-show */
/* Promo Status Badges */
.promo-status-badges {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 2;
}

.discount-badge-large {
    background: var(--theme-color);
    color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.discount-badge-large .discount-value {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.discount-badge-large .discount-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}

.urgency-badge {
    background: #ff4444;
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(255,68,68,0.3);
}

.urgency-badge i {
    margin-right: 5px;
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.promo-category-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f8f9fa;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: var(--theme-color);
    margin-top: 10px;
}

.promo-code-highlight {
    background: linear-gradient(135deg, var(--theme-color) 0%, #0056b3 100%);
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.code-container .code-label {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.code-display {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255,255,255,0.2);
    padding: 15px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.code-text {
    flex: 1;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
}

.promo-code-highlight .vs-btn {
    background: #fff;
    color: var(--theme-color);
}

.promo-code-highlight .vs-btn:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
}

/* Discount Details Grid */
.discount-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.detail-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.detail-icon {
    width: 50px;
    height: 50px;
    background: var(--theme-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.detail-info {
    display: flex;
    flex-direction: column;
}

.detail-label {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}

.detail-value {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* Summary Items */
.summary-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
}

.summary-item:last-of-type {
    border-bottom: none;
}

.summary-icon {
    width: 40px;
    height: 40px;
    background: var(--theme-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.summary-info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.summary-label {
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
}

.summary-value {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

/* Share Buttons */
.share-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.share-buttons .icon-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Promo Badge Overlay */
.promo-badge-overlay {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--theme-color);
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Promo Code Small */
.promo-code-small {
    background: #f8f9fa;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.promo-code-small .code-label {
    font-size: 12px;
    color: #666;
}

.promo-code-small .code-value {
    font-size: 14px;
    font-weight: 700;
    color: var(--theme-color);
    letter-spacing: 1px;
}

/* Terms Content */
.terms-content ul {
    padding-left: 20px;
}

.terms-content ul li {
    margin-bottom: 10px;
}

/* Widget Banner */
.widget-banner {
    padding: 30px 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .discount-details-grid {
        grid-template-columns: 1fr;
    }

    .code-display {
        flex-direction: column;
        align-items: stretch;
    }

    .code-text {
        font-size: 18px;
        text-align: center;
    }

    .promo-status-badges {
        top: 10px;
        right: 10px;
    }

    .discount-badge-large .discount-value {
        font-size: 20px;
    }
}


@media (max-width: 768px) {
    .promo-status-badges {
        top: 10px;
        right: 10px;
    }

    .discount-badge-large {
        padding: 10px 15px;
    }

    .discount-badge-large .discount-value {
        font-size: 20px;
    }

    .discount-badge-large .discount-label {
        font-size: 12px;
    }

    .urgency-badge {
        padding: 8px 12px;
        font-size: 11px;
    }
}



/* appointment-success */

/* appointment-index */
.appointment-card {
    background: white;
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.success-icon {
    position: relative;
    margin: 0 auto 40px;
    width: 120px;
    height: 120px;
}

.icon-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #10B981, #059669);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    animation: scaleIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.3);
}

.icon-wrapper i {
    font-size: 60px;
    color: white;
    animation: checkMark 0.8s ease 0.3s both;
}

.success-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    border: 3px solid #10B981;
    border-radius: 50%;
    animation: ripple 2s ease-out infinite;
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes checkMark {
    0% {
        transform: scale(0) rotate(-45deg);
        opacity: 0;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
}

.appointment-title {
    font-size: 32px;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 15px;
    line-height: 1.3;
}

.appointment-subtitle {
    font-size: 16px;
    color: #6B7280;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.booking-code-card {
    background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
    border-radius: 16px;
    padding: 30px;
    margin: 30px 0;
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.25);
    position: relative;
    overflow: hidden;
}

.booking-code-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-30%, -30%); }
}

.code-label {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.code-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 12px;
}

.code-value {
    font-size: 32px;
    font-weight: 800;
    color: white;
    letter-spacing: 3px;
    font-family: 'Courier New', monospace;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.copy-code-btn {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.copy-code-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1) rotate(5deg);
    border-color: rgba(255, 255, 255, 0.5);
}

.copy-code-btn:active {
    transform: scale(0.95);
}

.code-note {
    display: block;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    font-style: italic;
}

.appointment-details-card {
    background: linear-gradient(135deg, #F9FAFB 0%, #F3F4F6 100%);
    border-radius: 16px;
    padding: 35px;
    margin-bottom: 30px;
}

.details-title {
    font-size: 20px;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-bottom: 20px;
    border-bottom: 2px solid #E5E7EB;
}

.details-title i {
    color: #3B82F6;
    font-size: 24px;
}

.detail-row {
    display: flex;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid #E5E7EB;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.detail-row:hover {
    background: rgba(59, 130, 246, 0.03);
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    margin: 0 -10px;
}

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

.detail-icon {
    width: 45px;
    height: 45px;
    background: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.detail-row:hover .detail-icon {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2);
}

.detail-icon i {
    font-size: 20px;
    color: #3B82F6;
}

.detail-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.detail-label {
    font-size: 13px;
    color: #6B7280;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-value {
    font-size: 16px;
    color: #1F2937;
    font-weight: 600;
    line-height: 1.5;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
}

.status-badge.pending {
    background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%);
    color: #D97706;
    border: 2px solid #FCD34D;
}

.status-badge i {
    font-size: 16px;
}

.important-notes {
    background: linear-gradient(135deg, #FFF7ED 0%, #FFEDD5 100%);
    border: 2px solid #FED7AA;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 30px;
}

.notes-title {
    font-size: 18px;
    font-weight: 700;
    color: #EA580C;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.notes-title i {
    font-size: 22px;
}

.notes-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notes-list li {
    padding: 12px 0;
    color: #9A3412;
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.6;
}

.notes-list li i {
    color: #10B981;
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

.notes-list li strong {
    color: #7C2D12;
}

/* Download Section */
.download-section {
    padding-top: 30px;
    border-top: 2px dashed #E5E7EB;
    text-align: center;
}

.download-text {
    font-size: 15px;
    color: #6B7280;
    font-weight: 500;
    margin-bottom: 20px;
}

.download-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.download-btn {
    padding: 14px 28px;
    border: 2px solid #E5E7EB;
    background: white;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.pdf-btn {
    color: #DC2626;
}

.pdf-btn:hover {
    border-color: #DC2626;
    background: linear-gradient(135deg, #FEF2F2 0%, #FEE2E2 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.2);
}

.calendar-btn {
    color: #2563EB;
}

.calendar-btn:hover {
    border-color: #2563EB;
    background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.2);
}

.info-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
    text-align: center;
    transition: all 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.info-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #3B82F6, #2563EB);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 5px 20px rgba(59, 130, 246, 0.3);
}

.info-icon i {
    font-size: 32px;
    color: white;
}

.info-card h5 {
    font-size: 20px;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 20px;
}

.info-card p {
    font-size: 14px;
    color: #6B7280;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Emergency Card */
.emergency-card {
    background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
    border-radius: 16px;
    padding: 30px;
    color: white;
    text-align: center;
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.3);
}

.emergency-card i {
    font-size: 48px;
    margin-bottom: 15px;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.emergency-card h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.emergency-card p {
    font-size: 14px;
    opacity: 0.95;
    margin-bottom: 20px;
}

.emergency-number {
    display: inline-block;
    font-size: 36px;
    font-weight: 800;
    color: white;
    text-decoration: none;
    padding: 15px 35px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.emergency-number:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

@media (max-width: 991px) {
    .appointment-card {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .appointment-card {
        padding: 30px 20px;
    }

    .appointment-title {
        font-size: 26px;
    }

    .appointment-subtitle {
        font-size: 14px;
    }

    .code-value {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .booking-code-card {
        padding: 25px 20px;
    }

    .detail-row {
        flex-direction: column;
        gap: 12px;
        padding: 15px 0;
    }

    .detail-row:hover {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .detail-icon {
        width: 40px;
        height: 40px;
    }

    .detail-icon i {
        font-size: 18px;
    }

    .download-buttons {
        flex-direction: column;
    }

    .download-btn {
        width: 100%;
        justify-content: center;
    }

    .notes-list li {
        font-size: 14px;
    }
}

/* Print Styles */
@media print {
    body * {
        visibility: hidden;
    }

    .appointment-card,
    .appointment-card * {
        visibility: visible;
    }

    .appointment-card {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        box-shadow: none;
        padding: 20px;
    }

    .success-animation,
    .download-section,
    .copy-code-btn {
        display: none !important;
    }

    .booking-code-card {
        background: #f0f0f0;
        color: #333;
    }

    .code-value {
        color: #000;
    }
}

/* Toast Notification */
@keyframes slideIn {
    from {
        transform: translateX(400px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(400px);
        opacity: 0;
    }
}

/* milestone */

/* milestone */
/* ====== Milestones (Medixi) ====== */
.ml-section{
    --bg:#E6F4F9;
    --surface:#FFFFFF;
    --text:#1B3C6B;
    --muted:#6C8AA3;
    --border:#CFE6F3;
    --line:#D8EDFA;
    --accent:#00AEEF;   /* cyan */
    --accent2:#2D82C7;  /* blue */
    --radius:18px;
    --shadow:0 10px 30px rgba(0,174,239,.12);

    background:
      radial-gradient(900px 320px at 100% 0%, rgba(45,130,199,.12), transparent 60%),
      var(--bg);
    color:var(--text);
    padding-top:clamp(48px,6vw,96px);
    padding-bottom:clamp(48px,6vw,96px);
  }
  .ml-section .container{max-width:1100px}

  /* Header */
  .ml-header{margin-bottom:1.25rem}
  .ml-title{
    font-weight:800; letter-spacing:.2px;
    font-size:clamp(1.4rem,3.5vw,2rem);
  }
  .ml-badge{
    display:inline-flex; align-items:center; gap:.5rem;
    padding:.4rem .9rem; border-radius:999px;
    background:rgba(0,174,239,.1); color:#005B8E;
    border:1px solid var(--border);
    font-weight:700; font-size:.8rem; text-transform:uppercase;
  }

  /* Timeline spine */
  .ml-timeline{
    position:relative; margin:0 auto; padding:8px 0; list-style:none;
  }
  .ml-timeline::before{
    content:""; position:absolute; inset:0 auto 0 50%;
    width:3px; transform:translateX(-50%);
    background:linear-gradient(180deg,transparent 0%, var(--line) 8%, var(--line) 92%, transparent 100%);
    border-radius:3px;
  }

  /* Items */
  .ml-item{
    position:relative; width:50%;
    padding:0 28px; margin-bottom:38px;
  }
  .ml-item:nth-child(odd){ left:0 }
  .ml-item:nth-child(even){ left:50% }

  /* Dot on spine */
  .ml-item::before{
    content:""; position:absolute; top:36px; z-index:2;
    width:14px; height:14px; border-radius:50%;
    background:linear-gradient(135deg,var(--accent),var(--accent2));
    box-shadow:0 0 0 6px rgba(45,130,199,.18);
  }
  .ml-item:nth-child(odd)::before{ right:-7px }
  .ml-item:nth-child(even)::before{ left:-7px }

  /* Card */
  .ml-card{
    position:relative; background:var(--surface);
    border:1px solid var(--border); border-radius:var(--radius);
    padding:22px 22px 24px; box-shadow:var(--shadow);
    transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  }
  .ml-card:hover{ transform:translateY(-2px); border-color:#B8D9EC; box-shadow:0 16px 40px rgba(0,174,239,.16) }

  /* connector line to spine */
  .ml-card::before{
    content:""; position:absolute; top:42px; width:26px; height:2px;
    background:linear-gradient(90deg,var(--accent2),var(--accent));
  }
  .ml-item:nth-child(odd)  .ml-card::before{ right:-26px }
  .ml-item:nth-child(even) .ml-card::before{ left:-26px }

  /* Year badge */
  .ml-year{ position:absolute; top:6px; left:18px; z-index:3 }
  .ml-year span{
    display:inline-block; padding:.35rem .7rem; font-weight:800;
    font-size:.78rem; letter-spacing:.06em; text-transform:uppercase; color:#fff;
    background:linear-gradient(135deg,var(--accent),var(--accent2));
    border-radius:999px; box-shadow:0 6px 16px rgba(0,174,239,.35);
  }

  /* Media */
  .ml-figure{ border:1px solid var(--border); border-radius:12px; overflow:hidden; margin:0 0 .5rem }
  .ml-figure img{ display:block; width:100%; height:auto; transition:transform .28s ease }
  .ml-card:hover .ml-figure img{ transform:scale(1.015) }

  /* Text */
  .ml-card-title{
    margin:.25rem 0 .25rem;
    font-weight:800; font-size:clamp(1.05rem,2vw,1.25rem); line-height:1.25;
  }
  .ml-card-desc{ margin:.35rem 0 0; color:var(--muted); line-height:1.7; font-size:.98rem }

  /* Responsive */
  @media (max-width: 991.98px){
    .ml-item{ padding:0 22px; margin-bottom:32px }
  }
  @media (max-width: 767.98px){
    .ml-timeline::before{ left:24px; transform:none }
    .ml-item{ left:0 !important; width:100%; padding-left:56px; padding-right:0; margin-bottom:26px }
    .ml-item::before{ left:15px; right:auto }
  }


  /* certification */

/* awards */
.bd-product__area {
    --aw-bg: #f9fafb;
    --aw-surface: #ffffff;
    --aw-text: #0f172a;
    --aw-muted: #475569;
    --aw-border: #e5e7eb;
    --aw-line: #eef2f7;
    --aw-accent: #22c55e;
    --aw-accent2: #60a5fa;
    --aw-radius: 16px;
    --aw-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
    background: var(--aw-bg);
    color: var(--aw-text);
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .bd-product__area .container {
    max-width: 1100px;
  }

  .bd-product__area .title-area-center .title {
    color: var(--aw-text);
    font-weight: 800;
    text-align: center;
    margin-bottom: 2rem;
    letter-spacing: 0.3px;
  }

  .bd-product__area .product-item {
    background: var(--aw-surface);
    border: 1px solid var(--aw-border);
    border-radius: var(--aw-radius);
    box-shadow: var(--aw-shadow);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
  }

  .bd-product__area .product-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.1);
  }

  .bd-product__area .product-badge {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
  }
  .bd-product__area .product-badge span {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    color: #06202a;
    box-shadow: 0 3px 8px rgba(96, 165, 250, 0.25);
  }
  .bd-product__area .product-badge .product-trending {
    background: linear-gradient(135deg, var(--aw-accent), var(--aw-accent2));
  }
  .bd-product__area .product-badge .product-hot {
    background: linear-gradient(135deg, #fde047, #fca5a5);
  }

  .bd-product__area .product-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 4/2.8;
    overflow: hidden;
    background: #f1f5f9;
  }
  .bd-product__area .product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.3s ease;
  }
  .bd-product__area .product-item:hover .product-thumb img {
    transform: scale(1.05);
  }

  .bd-product__area .product-content {
    padding: 18px 18px 22px;
    position: relative;
  }
  .bd-product__area .product-tag span {
    display: inline-block;
    font-size: 0.8rem;
    color: #4682B4;
    background: #e0f2fe;
    border-radius: 999px;
    padding: 2px 8px;
    font-weight: 500;
  }

  .bd-product__area .product-title {
    margin: 0.65rem 0 0.4rem;
  }
  .bd-product__area .product-title a {
    color: var(--aw-text);
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    line-height: 1.35;
  }
  .bd-product__area .product-title a:hover {
    color: #4682B4;
  }

  .bd-product__area .product-price {
    border-top: 1px solid var(--aw-line);
    margin-top: 0.5rem;
    padding-top: 0.5rem;
  }
  .bd-product__area .product-price span {
    color: var(--aw-muted);
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .bd-product__area .product-price img {
    max-height: 20px;
    margin-left: 0.5rem;
    vertical-align: middle;
  }

  @media (max-width: 992px) {
    .bd-product__area .container {
      max-width: 90%;
    }
    .bd-product__area .product-item {
      border-radius: 12px;
    }
  }

  @media (max-width: 767px) {
    .bd-product__area {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .bd-product__area .product-thumb {
      aspect-ratio: 4/3;
    }
    .bd-product__area .title-area-center .title {
      font-size: 1.4rem;
    }
  }

  @media (prefers-color-scheme: dark) {
    .bd-product__area {
      --aw-bg: #0f172a;
      --aw-surface: rgba(17, 24, 39, 0.95);
      --aw-text: #f8fafc;
      --aw-muted: #cbd5e1;
      --aw-border: #1e293b;
      --aw-line: #243244;
    }
    .bd-product__area .product-item {
      border-color: var(--aw-border);
    }
    .bd-product__area .product-item:hover {
      border-color: #334155;
    }
  }

  /* karir */

.career-filter-section .form-control:focus {
    border-color: #4682B4;
    box-shadow: 0 0 0 3px rgba(255, 99, 71, 0.1);
    outline: none;
}

.career-filter-section .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px #4682B4;
}

.career-filter-section .filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff3f0;
    color: #4682B4;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    border: 2px solid #ffe5e0;
}

.career-filter-section .reset-tag {
    background: #fee;
    color: #4682B4;
    border-color: #fdd;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.career-filter-section .reset-tag:hover {
    background: #4682B4;
    color: #fff;
    border-color: #4682B4;
}

.postbox__grid-area .blog-item {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.postbox__grid-area .blog-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(255, 99, 71, 0.15);
    border-color: #4682B4;
}

.postbox__grid-area .blog-thumb {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    margin-bottom: 20px;
}

.postbox__grid-area .blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.postbox__grid-area .blog-item:hover .blog-thumb img {
    transform: scale(1.08);
}

.postbox__grid-area .blog-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #4682B4 0%, #B0C4DE 100%);
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 0.813rem;
    font-weight: 700;
    box-shadow: 0 4px 15px #B0C4DE;
    z-index: 10;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.postbox__grid-area .blog-content {
    padding: 0 25px 25px 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.postbox__grid-area .postbox__meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.postbox__grid-area .postbox__meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 500;
}

.postbox__grid-area .postbox__meta span i {
    color: #4682B4;
    font-size: 0.938rem;
}

.postbox__grid-area .blog-title {
    font-size: 1.375rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
    min-height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.postbox__grid-area .blog-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.postbox__grid-area .blog-title a:hover {
    color: #4682B4;
}

.postbox__grid-area .career-meta-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: linear-gradient(135deg, #fff9f5 0%, #fff3ed 100%);
    border-radius: 12px;
    margin-bottom: 15px;
    border: 2px solid #ffe5dc;
}

.postbox__grid-area .career-meta-info .meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.938rem;
    font-weight: 600;
    color: #1a1a1a;
}

.postbox__grid-area .career-meta-info .meta-item i {
    color: #4682B4;
    font-size: 1.125rem;
}

.postbox__grid-area .career-excerpt {
    color: #64748b;
    font-size: 0.938rem;
    line-height: 1.6;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px;
}

.postbox__grid-area .career-stats {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 15px;
    margin-top: auto;
    border-top: 2px solid #f1f5f9;
    margin-bottom: 15px;
}

.postbox__grid-area .career-stats .stat-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 500;
}

.postbox__grid-area .career-stats .stat-item i {
    color: #4682B4;
}

.postbox__grid-area .round-link {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #4682B4 0%, #B0C4DE 100%);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.125rem;
    transition: all 0.3s ease;
    text-decoration: none;
    align-self: flex-end;
}

.postbox__grid-area .round-link:hover {
    background: linear-gradient(135deg, #B0C4DE 0%, #4682B4 100%);
    transform: translateX(6px) scale(1.05);
    box-shadow: 0 6px 20px #4682B4;
    color: #ffffff;
}

.postbox__grid-area .no-career-found {
    text-align: center;
    padding: 80px 20px;
    background: #ffffff;
    border-radius: 20px;
    border: 2px solid #e5e7eb;
}

.postbox__grid-area .no-career-found .no-career-icon {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #fff3f0 0%, #ffe8e0 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    border: 3px solid #ffd7cc;
}

.postbox__grid-area .no-career-found .no-career-icon i {
    font-size: 3.5rem;
    color: #4682B4;
}

.postbox__grid-area .no-career-found h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.postbox__grid-area .no-career-found p {
    color: #64748b;
    font-size: 1.063rem;
    margin-bottom: 25px;
}

.postbox__grid-area .no-career-found .btn-primary {
    background: linear-gradient(135deg, #4682B4 0%, #B0C4DE 100%);
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.postbox__grid-area .no-career-found .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px #4682B4;
}

.postbox__grid-area .pagination__wrapper {
    margin-top: 50px;
}

.postbox__grid-area .bd-basic__pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.postbox__grid-area .bd-basic__pagination ul li a,
.postbox__grid-area .bd-basic__pagination ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    background: #ffffff;
}

.postbox__grid-area .bd-basic__pagination ul li a:hover {
    background: linear-gradient(135deg, #4682B4 0%, #B0C4DE 100%);
    border-color: #4682B4;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px #4682B4;
}

.postbox__grid-area .bd-basic__pagination ul li span.current {
    background: linear-gradient(135deg, #4682B4 0%, #B0C4DE 100%);
    border-color: #4682B4;
    color: #ffffff;
    box-shadow: 0 4px 12px #4682B4;
}

.postbox__grid-area .bd-basic__pagination ul li.disabled span {
    opacity: 0.4;
    cursor: not-allowed;
    background: #f8f9fa;
}


.postbox__grid-area .w-img img {
    width: 100%;
    height: auto;
}

.postbox__grid-area .theme-bg-2 {
    background-color: #ffffff;
}

.postbox__grid-area .section-space {
    padding: 80px 0;
}


@media (max-width: 1199px) {
    .postbox__grid-area .blog-thumb {
        height: 220px;
    }

    .postbox__grid-area .blog-title {
        font-size: 1.25rem;
    }
}

@media (max-width: 991px) {
    .postbox__grid-area .blog-thumb {
        height: 200px;
    }

    .postbox__grid-area .blog-title {
        font-size: 1.188rem;
        min-height: auto;
    }

    .postbox__grid-area .career-meta-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media (max-width: 767px) {

    .career-filter-section {
        padding: 30px 0 !important;
    }

    .career-filter-section .filter-header h2 {
        font-size: 24px !important;
    }

    .career-filter-section .filter-card {
        padding: 20px !important;
    }

    .career-filter-section .form-group label {
        font-size: 13px !important;
    }

    .career-filter-section .form-control {
        padding: 10px 12px !important;
        font-size: 14px;
    }

    .postbox__grid-area .section-space {
        padding: 50px 0;
    }

    .postbox__grid-area .blog-thumb {
        height: 200px;
    }

    .postbox__grid-area .blog-content {
        padding: 0 20px 20px 20px;
    }

    .postbox__grid-area .blog-title {
        font-size: 1.125rem;
        min-height: auto;
    }

    .postbox__grid-area .career-excerpt {
        font-size: 0.875rem;
        min-height: auto;
    }

    .postbox__grid-area .blog-badge {
        top: 15px;
        right: 15px;
        padding: 6px 14px;
        font-size: 0.75rem;
    }

    .postbox__grid-area .postbox__meta {
        gap: 15px;
    }

    .postbox__grid-area .postbox__meta span {
        font-size: 0.813rem;
    }

    .postbox__grid-area .career-stats {
        gap: 15px;
        flex-wrap: wrap;
    }

    .postbox__grid-area .round-link {
        width: 44px;
        height: 44px;
        font-size: 1rem;
    }

    .postbox__grid-area .no-career-found {
        padding: 60px 20px;
    }

    .postbox__grid-area .no-career-found .no-career-icon {
        width: 100px;
        height: 100px;
    }

    .postbox__grid-area .no-career-found .no-career-icon i {
        font-size: 3rem;
    }

    .postbox__grid-area .no-career-found h3 {
        font-size: 1.5rem;
    }

    .career-filter-section .active-filters-inline {
        margin-top: 15px !important;
        padding-top: 15px !important;
    }

    .career-filter-section .filter-tag {
        font-size: 0.813rem;
        padding: 5px 12px;
    }
}

@media (max-width: 575px) {
    .career-filter-section .filter-header h2 {
        font-size: 20px !important;
    }

    .career-filter-section .filter-header p {
        font-size: 14px !important;
    }

    .career-filter-section .filter-card {
        padding: 15px !important;
    }

    .postbox__grid-area .blog-thumb {
        height: 180px;
    }

    .postbox__grid-area .blog-content {
        padding: 0 18px 18px 18px;
    }

    .postbox__grid-area .blog-title {
        font-size: 1rem;
    }

    .postbox__grid-area .career-meta-info {
        padding: 12px;
    }

    .postbox__grid-area .career-meta-info .meta-item {
        font-size: 0.875rem;
    }

    .postbox__grid-area .career-excerpt {
        font-size: 0.813rem;
    }

    .postbox__grid-area .career-stats .stat-item {
        font-size: 0.813rem;
    }

    .postbox__grid-area .pagination__wrapper {
        margin-top: 40px;
    }

    .postbox__grid-area .bd-basic__pagination ul li a,
    .postbox__grid-area .bd-basic__pagination ul li span {
        min-width: 40px;
        height: 40px;
        font-size: 0.875rem;
    }

    .postbox__grid-area .no-career-found {
        padding: 40px 15px;
    }

    .postbox__grid-area .no-career-found .no-career-icon {
        width: 80px;
        height: 80px;
    }

    .postbox__grid-area .no-career-found .no-career-icon i {
        font-size: 2.5rem;
    }

    .postbox__grid-area .no-career-found h3 {
        font-size: 1.25rem;
    }

    .postbox__grid-area .no-career-found p {
        font-size: 0.938rem;
    }
}

@media (prefers-color-scheme: dark) {
    .postbox__grid-area .blog-item {
        background: #1e293b;
        border-color: #334155;
    }

    .postbox__grid-area .blog-title a {
        color: #f1f5f9;
    }

    .postbox__grid-area .career-excerpt {
        color: #94a3b8;
    }

    .postbox__grid-area .career-meta-info {
        background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
        border-color: #475569;
    }

    .postbox__grid-area .career-meta-info .meta-item {
        color: #f1f5f9;
    }

    .postbox__grid-area .postbox__meta span {
        color: #94a3b8;
    }

    .postbox__grid-area .career-stats {
        border-top-color: #334155;
    }

    .postbox__grid-area .career-stats .stat-item {
        color: #94a3b8;
    }

    .postbox__grid-area .no-career-found {
        background: #1e293b;
        border-color: #334155;
    }

    .postbox__grid-area .no-career-found h3 {
        color: #f1f5f9;
    }

    .postbox__grid-area .no-career-found p {
        color: #94a3b8;
    }

    .postbox__grid-area .bd-basic__pagination ul li a,
    .postbox__grid-area .bd-basic__pagination ul li span {
        background: #1e293b;
        border-color: #334155;
        color: #f1f5f9;
    }
}


@media print {

    .career-filter-section,
    .postbox__grid-area .round-link,
    .postbox__grid-area .pagination__wrapper,
    .postbox__grid-area .career-stats {
        display: none !important;
    }

    .postbox__grid-area .blog-item {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #e5e7eb;
        page-break-inside: avoid;
    }

    .postbox__grid-area .blog-badge {
        background: #4682B4;
        box-shadow: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.postbox__grid-area .blog-item {
    animation: fadeInUp 0.6s ease-out;
    animation-fill-mode: both;
}

.postbox__grid-area .blog-item:nth-child(1) {
    animation-delay: 0.1s;
}

.postbox__grid-area .blog-item:nth-child(2) {
    animation-delay: 0.2s;
}

.postbox__grid-area .blog-item:nth-child(3) {
    animation-delay: 0.3s;
}

.postbox__grid-area .blog-item:nth-child(4) {
    animation-delay: 0.4s;
}

.postbox__grid-area .blog-item:nth-child(5) {
    animation-delay: 0.5s;
}

.postbox__grid-area .blog-item:nth-child(6) {
    animation-delay: 0.6s;
}


/* konten */
/* =====================================
   Responsive dan Override CSS Template
   ===================================== */
   .cs_post_details_content {
    font-family: "Inter", "Poppins", sans-serif !important;
    color: #1e293b !important;
    line-height: 1.7 !important;
    font-size: clamp(0.9rem, 0.6vw + 0.6rem, 1rem) !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  /* Heading hierarchy lebih proporsional */
  .cs_post_details_content h1 {
    font-size: clamp(1.4rem, 1.5vw + 0.6rem, 1.9rem) !important;
    font-weight: 700 !important;
    margin-bottom: 0.75rem;
    color: #0f172a !important;
    line-height: 1.3;
  }

  .cs_post_details_content h2 {
    font-size: clamp(1.25rem, 1.2vw + 0.5rem, 1.6rem) !important;
    font-weight: 700 !important;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    color: #111827 !important;
  }

  .cs_post_details_content h3 {
    font-size: clamp(1.1rem, 1vw + 0.4rem, 1.4rem) !important;
    font-weight: 600 !important;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: #1e293b !important;
  }

  .cs_post_details_content h4,
  .cs_post_details_content h5,
  .cs_post_details_content h6 {
    font-size: clamp(1rem, 0.8vw + 0.3rem, 1.2rem) !important;
    font-weight: 600 !important;
    color: #334155 !important;
  }

  /* Paragraf */
  .cs_post_details_content p {
    font-size: clamp(0.9rem, 0.5vw + 0.6rem, 1rem) !important;
    margin-bottom: 1rem;
    color: #334155 !important;
  }

  /* List */
  .cs_post_details_content ul,
  .cs_post_details_content ol {
    margin: 0 0 1rem 1.5rem;
    padding: 0;
    font-size: clamp(0.9rem, 0.5vw + 0.6rem, 1rem) !important;
  }

  .cs_post_details_content li {
    margin-bottom: 0.4rem;
  }

  /* Tautan */
  .cs_post_details_content a {
    color: #0284c7 !important;
    text-decoration: underline;
    transition: color 0.2s ease;
  }
  .cs_post_details_content a:hover {
    color: #0369a1 !important;
  }

  /* Gambar */
  .cs_post_details_content img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px;
    margin: 1rem 0;
    display: block;
  }

  /* Table responsif */
  .cs_post_details_content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: clamp(0.85rem, 0.5vw + 0.4rem, 0.95rem);
    overflow-x: auto;
    display: block;
  }
  .cs_post_details_content th,
  .cs_post_details_content td {
    border: 1px solid #e2e8f0;
    padding: 0.75rem;
    text-align: left;
  }
  .cs_post_details_content th {
    background-color: #f1f5f9;
    font-weight: 600;
  }

  /* Media Query tambahan untuk HP kecil */
  @media (max-width: 480px) {
    .cs_post_details_content h1 { font-size: 1.4rem !important; }
    .cs_post_details_content h2 { font-size: 1.2rem !important; }
    .cs_post_details_content h3 { font-size: 1.05rem !important; }
    .cs_post_details_content p,
    .cs_post_details_content li { font-size: 0.95rem !important; }
  }
