
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* ====== 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 */
.postbox__area .postbox__area .blog-details-service {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    padding: 35px;
    margin-bottom: 35px;
    transition: all 0.3s ease;
}

.postbox__area .blog-details-service:hover {
    border-color: #00a8cc;
    box-shadow: 0 8px 25px rgba(0, 168, 204, 0.1);
}

.postbox__area .blog-details-service-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 15px;
    border-bottom: 3px solid #f0f0f0;
}

.postbox__area .blog-details-service-title i {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #00a8cc 0%, #00CED1 100%);
    color: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.postbox__area .blog-details-service-item {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 25px;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.postbox__area .blog-details-service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: #00a8cc;
}

.postbox__area .blog-details-service-icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    background: linear-gradient(135deg, #00a8cc 0%, #00CED1 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(0, 168, 204, 0.3);
}

.postbox__area .blog-details-service-icon i {
    color: #ffffff;
    font-size: 1.5rem;
}

.postbox__area .blog-details-service-content {
    flex: 1;
}

.postbox__area .blog-details-service-content-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #666;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.postbox__area .blog-details-service-content p {
    font-size: 1.25rem;
    font-weight: 700;
    color: #00a8cc;
    margin: 0;
    line-height: 1.4;
}

.postbox__area .section-title-wrapper {
    text-align: center;
    margin-bottom: 45px;
}

.postbox__area .section-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;
}

.postbox__area .section-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 35px;
    line-height: 1.2;
}

.postbox__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%;
}

.postbox__area .blog-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 168, 204, 0.15);
    border-color: #00a8cc;
}

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

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

.postbox__area .blog-item:hover .blog-thumb img {
    transform: scale(1.1);
}

.postbox__area .blog-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;
}

.postbox__area .blog-content {
    padding: 0 25px 25px 25px;
}

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

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

.postbox__area .blog-title a:hover {
    color: #00a8cc;
}

.postbox__area .blog-content>p {
    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;
}

.postbox__area .promo-code-box {
    background: linear-gradient(135deg, #fffbf0 0%, #fff8e1 100%);
    border: 2px dashed #ffb300;
    border-radius: 12px;
    padding: 14px 18px;
    margin-bottom: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.postbox__area .blog-item:hover .promo-code-box {
    background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%);
    border-color: #ff9800;
}

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

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

.postbox__area .round-link {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #00a8cc 0%, #00CED1 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;
}

.postbox__area .round-link:hover {
    background: linear-gradient(135deg, #008fb3 0%, #00b8bb 100%);
    transform: translateX(6px);
    box-shadow: 0 6px 20px rgba(0, 168, 204, 0.4);
    color: #ffffff;
}

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

.postbox__area .theme-bg-1 {
    background-color: #f8f9fa;
}

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


@media (max-width: 1199px) {
    .postbox__area .section-title {
        font-size: 2rem;
    }

    .postbox__area .blog-details-service {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .postbox__area .section-title {
        font-size: 1.875rem;
    }

    .postbox__area .blog-details-service {
        padding: 25px;
    }

    .postbox__area .blog-details-service-title {
        font-size: 1.375rem;
    }

    .postbox__area .blog-thumb {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .postbox__area .section-title-wrapper {
        margin-bottom: 35px;
    }

    .postbox__area .section-title {
        font-size: 1.625rem;
    }

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

    .postbox__area .blog-details-service {
        padding: 20px;
    }

    .postbox__area .blog-details-service-title {
        font-size: 1.25rem;
        flex-direction: row;
        gap: 10px;
    }

    .postbox__area .blog-details-service-title i {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    .postbox__area .blog-details-service-item {
        padding: 20px;
        gap: 15px;
    }

    .postbox__area .blog-details-service-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

    .postbox__area .blog-details-service-icon i {
        font-size: 1.3rem;
    }

    .postbox__area .blog-details-service-content-title {
        font-size: 0.875rem;
    }

    .postbox__area .blog-details-service-content p {
        font-size: 1.125rem;
    }

    .postbox__area .blog-thumb {
        height: 200px;
    }

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

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

    .postbox__area .blog-content>p {
        font-size: 0.875rem;
        min-height: auto;
    }
}

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

    .postbox__area .section-subtitle {
        font-size: 0.75rem;
    }

    .postbox__area .blog-details-service {
        padding: 18px;
    }

    .postbox__area .blog-details-service-title {
        font-size: 1.125rem;
    }

    .postbox__area .blog-details-service-title i {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }

    .postbox__area .blog-details-service-item {
        padding: 18px;
    }

    .postbox__area .blog-details-service-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
    }

    .postbox__area .blog-details-service-icon i {
        font-size: 1.2rem;
    }

    .postbox__area .blog-details-service-content-title {
        font-size: 0.813rem;
    }

    .postbox__area .blog-details-service-content p {
        font-size: 1rem;
    }

    .postbox__area .blog-thumb {
        height: 180px;
    }

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

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

    .postbox__area .promo-code-box {
        padding: 12px 15px;
    }

    .postbox__area .promo-code-box strong {
        font-size: 1rem;
    }

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

@media (prefers-color-scheme: dark) {
    .postbox__area .blog-details-service {
        background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
        border-color: #2a3f5f;
    }

    .postbox__area .blog-details-service-title {
        color: #e5e7eb;
        border-bottom-color: #2a3f5f;
    }

    .postbox__area .blog-details-service-item {
        background: #16213e;
        border-color: #2a3f5f;
    }

    .postbox__area .blog-details-service-content-title {
        color: #94a3b8;
    }

    .postbox__area .blog-details-service-content p {
        color: #67e8f9;
    }

    .postbox__area .section-title {
        color: #e5e7eb;
    }

    .postbox__area .blog-item {
        background: #16213e;
        border-color: #2a3f5f;
    }

    .postbox__area .blog-title a {
        color: #e5e7eb;
    }

    .postbox__area .blog-content>p {
        color: #94a3b8;
    }

    .postbox__area .promo-code-box {
        background: linear-gradient(135deg, #2a3f5f 0%, #334155 100%);
        border-color: #ffb300;
    }

    .postbox__area .promo-code-box strong {
        color: #e5e7eb;
    }
}

@media print {

    .postbox__area .blog-details-service,
    .postbox__area .blog-item {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #e5e7eb;
    }

    .postbox__area .round-link {
        display: none;
    }

    .postbox__area .blog-badge {
        background: #00a8cc;
        box-shadow: none;
    }
}

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

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

.postbox__area .blog-item {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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


/* 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;
    }
}



/* Certifications Area Styles */
.vs-certifications-area {
    position: relative;
}

.vs-certifications-area .section-title .sub-title {
    color: var(--theme-color);
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 10px;
}

.vs-certifications-area .section-title .title {
    color: var(--title-color);
    margin-bottom: 15px;
}

.vs-certifications-area .section-title .sec-desc {
    color: var(--body-color);
    font-size: 18px;
    margin-bottom: 0;
}

/* Certification Card */
.vs-cert-card {
    background: var(--white-color);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.vs-cert-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, var(--theme-color), var(--secondary-color));
}

.vs-cert-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Card Header */
.cert-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.cert-logo {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 10px;
    flex-shrink: 0;
}

.cert-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.cert-logo.no-logo {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    color: var(--theme-color);
    font-size: 24px;
}

/* Badges */
.cert-badge {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.cert-badge.valid {
    background: rgba(40, 199, 111, 0.15);
    color: #28c76f;
}

.cert-badge.warning {
    background: rgba(255, 159, 67, 0.15);
    color: #ff9f43;
}

.cert-badge.expired {
    background: rgba(234, 84, 85, 0.15);
    color: #ea5455;
}

/* Card Body */
.cert-card-body {
    flex: 1;
    margin-bottom: 20px;
}

.cert-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 10px;
    line-height: 1.4;
}

.cert-issuer {
    color: var(--theme-color);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.cert-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--body-color);
    font-size: 14px;
}

.meta-item i {
    color: var(--theme-color);
    width: 16px;
}

/* Card Footer */
.cert-card-footer {
    border-top: 1px solid var(--border-color);
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Buttons */
.vs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.vs-btn.style2 {
    background: var(--theme-color);
    color: var(--white-color);
}

.vs-btn.style2:hover {
    background: var(--secondary-color);
    color: var(--white-color);
    transform: translateY(-2px);
}

.vs-btn.style3 {
    background: transparent;
    color: var(--theme-color);
    border: 2px solid var(--theme-color);
}

.vs-btn.style3:hover {
    background: var(--theme-color);
    color: var(--white-color);
    transform: translateY(-2px);
}

/* Countdown */
.cert-countdown {
    background: #f8f9fa;
    padding: 12px;
    border-radius: 8px;
}

.countdown-text {
    font-size: 12px;
    font-weight: 600;
    color: var(--body-color);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.countdown-bar {
    width: 100%;
    height: 6px;
    background: #e9ecef;
    border-radius: 3px;
    overflow: hidden;
}

.countdown-progress {
    height: 100%;
    border-radius: 3px;
    transition: width 0.3s ease;
}

.countdown-progress.valid {
    background: linear-gradient(135deg, #28c76f, #20a856);
}

.countdown-progress.warning {
    background: linear-gradient(135deg, #ff9f43, #ff8510);
}

/* Responsive Design */
@media (max-width: 1199.98px) {
    .vs-cert-card {
        padding: 25px;
    }

    .cert-title {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .cert-card-header {
        flex-direction: column;
        gap: 15px;
        align-items: center;
        text-align: center;
    }

    .cert-logo {
        width: 70px;
        height: 70px;
    }

    .vs-cert-card {
        padding: 20px;
    }
}

@media (max-width: 575.98px) {
    .vs-certifications-area .section-title .title {
        font-size: 28px;
    }

    .cert-card-body {
        text-align: center;
    }

    .cert-meta {
        align-items: center;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.vs-cert-card {
    animation: fadeInUp 0.6s ease forwards;
}

.vs-cert-card:nth-child(2) { animation-delay: 0.1s; }
.vs-cert-card:nth-child(3) { animation-delay: 0.2s; }
.vs-cert-card:nth-child(4) { animation-delay: 0.3s; }
.vs-cert-card:nth-child(5) { animation-delay: 0.4s; }
.vs-cert-card:nth-child(6) { animation-delay: 0.5s; }

/* gallery-index */
.gallery-style1 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.gallery-style1:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.gallery-img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gallery-img img {
    transition: transform 0.5s ease;
}

.gallery-style1:hover .gallery-img img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-style1:hover .gallery-overlay {
    opacity: 1;
}

.gallery-info {
    margin-bottom: 15px;
}

.image-count {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.gallery-content {
    padding: 20px;
    background: #fff;
}

.gallery-category {
    display: inline-block;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.gallery-title {
    margin-bottom: 10px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.gallery-title:hover {
    color: var(--theme-color);
}

.gallery-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.gallery-thumb-preview {
    display: flex;
    gap: 5px;
    margin-top: 15px;
}

.thumb-item {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.thumb-item:hover {
    transform: scale(1.1);
}

.thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-item.more {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color);
    color: #fff;
    font-weight: 600;
}

.gallery-filter-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.gallery-filter-btn {
    padding: 10px 25px;
    border: 2px solid #e0e0e0;
    border-radius: 25px;
    background: #fff;
    color: #333;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.gallery-filter-btn:hover,
.gallery-filter-btn.active {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
}

.gallery-filter-btn .count {
    font-size: 12px;
    opacity: 0.8;
}

/* Lightbox Styles */
.lightbox-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.lightbox-modal.active {
    display: flex;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
}

.lightbox-close {
    position: absolute;
    top: -50px;
    right: 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    z-index: 10;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.2);
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    padding: 20px;
    z-index: 10;
    transition: background 0.3s ease;
}

.lightbox-nav:hover {
    background: rgba(255,255,255,0.3);
}

.lightbox-nav.prev {
    left: 20px;
}

.lightbox-nav.next {
    right: 20px;
}

.lightbox-image-container {
    text-align: center;
}

.lightbox-image-container img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
}

.lightbox-caption {
    background: rgba(0,0,0,0.8);
    padding: 20px;
    color: #fff;
}

.lightbox-caption h5 {
    margin: 0 0 10px 0;
    color: #fff;
}

.lightbox-caption p {
    margin: 0;
    color: rgba(255,255,255,0.7);
}

.vs-pagination ul {
    display: flex;
    gap: 5px;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.vs-pagination li {
    list-style: none;
}

.vs-pagination li a,
.vs-pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vs-pagination li.active span,
.vs-pagination li a:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
}

.vs-pagination li.disabled span {
    opacity: 0.5;
    cursor: not-allowed;
}

/* gallery-fasilitas */

.facility-style1 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    background: #fff;
}

.facility-style1:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.facility-img {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.facility-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.facility-style1:hover .facility-img img {
    transform: scale(1.1);
}

.facility-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.facility-style1:hover .facility-overlay {
    opacity: 1;
}

.facility-overlay .image-count {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.facility-content {
    padding: 25px;
}

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

.facility-title {
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.facility-style1:hover .facility-title {
    color: var(--theme-color);
}

.facility-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.facility-specs {
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.specs-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-color);
    margin-bottom: 10px;
}

.specs-title i {
    margin-right: 5px;
}

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

.specs-list li {
    font-size: 13px;
    color: #666;
    padding: 5px 0;
}

.specs-list li i {
    color: var(--theme-color);
    margin-right: 8px;
}

.specs-list .more-specs {
    color: var(--theme-color);
    font-weight: 600;
}

.facility-thumb-preview {
    display: flex;
    gap: 8px;
    margin-top: 15px;
}

.thumb-item {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
    border: 2px solid #e0e0e0;
}

.thumb-item:hover {
    transform: scale(1.1);
    border-color: var(--theme-color);
}

.thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-item.more {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

/* Lightbox Styles */
.facility-lightbox-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.facility-lightbox-modal.active {
    display: flex;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
}

.lightbox-close {
    position: absolute;
    top: -50px;
    right: 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    z-index: 10;
    transition: transform 0.3s ease;
}

.lightbox-close:hover {
    transform: scale(1.2);
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.2);
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    padding: 20px;
    z-index: 10;
    transition: background 0.3s ease;
    border-radius: 5px;
}

.lightbox-nav:hover {
    background: rgba(255,255,255,0.3);
}

.lightbox-nav.prev {
    left: 20px;
}

.lightbox-nav.next {
    right: 20px;
}

.lightbox-image-container {
    text-align: center;
}

.lightbox-image-container img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 10px;
}

.lightbox-caption {
    background: rgba(0,0,0,0.8);
    padding: 20px;
    color: #fff;
    border-radius: 0 0 10px 10px;
}

.lightbox-caption h5 {
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 18px;
}

.lightbox-caption p {
    margin: 0;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}

.vs-pagination ul {
    display: flex;
    gap: 5px;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.vs-pagination li {
    list-style: none;
}

.vs-pagination li a,
.vs-pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vs-pagination li.active span,
.vs-pagination li a:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
}

.vs-pagination li.disabled span {
    opacity: 0.5;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .facility-thumb-preview {
        gap: 5px;
    }

    .thumb-item {
        width: 50px;
        height: 50px;
    }

    .lightbox-nav {
        padding: 15px;
        font-size: 20px;
    }

    .lightbox-nav.prev {
        left: 10px;
    }

    .lightbox-nav.next {
        right: 10px;
    }
}

/* kontak */
.whatsapp-cta-box {
    background: #f0f9ff;
    border-left: 4px solid #25d366;
}

.bg-success-light {
    background-color: #d4edda;
}

.working-hours-box table {
    width: 100%;
}

.working-hours-box table tr td {
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
}

.working-hours-box table tr:last-child td {
    border-bottom: none;
}

.contact-map {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.form-control.is-invalid {
    border-color: #dc3545;
}

.invalid-feedback {
    display: block;
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}

.submit-loading {
    display: none;
}

.submit-loading.d-none {
    display: none !important;
}

.submit-text.d-none {
    display: none !important;
}