/*
1.button-banner
2.milestones
3.visi-misi
4.services
5.doctor-index
6.doctor-schedule
7.doctor-show
8.careers-index
9.careers-blog
10.careers-success
11.appointment-success


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



/* milestones */
.rts-milestones-area {
    background: linear-gradient(180deg, #f8fafc 0%, #e0e7ff 50%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

.rts-milestones-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(102, 126, 234, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.title-area-center {
    text-align: center;
    position: relative;
    z-index: 2;
}

.pre-title {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #1E90FF 0%, #00BFFF 100%);
    color: white;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    margin-bottom: 16px;
}

.title-area-center .title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-top: 12px;
    position: relative;
    display: inline-block;
}

.title-area-center .title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #1E90FF 0%, #00BFFF 100%);
    border-radius: 2px;
}

.timeline-wrapper {
    position: relative;
    padding: 60px 0;
}

.timeline-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, #1E90FF 10%, #00BFFF 90%, transparent 100%);
    border-radius: 2px;
}

.timeline-item {
    position: relative;
    margin-bottom: 80px;
    opacity: 0;
    animation: fadeInTimeline 0.8s ease forwards;
}

.timeline-item:nth-child(1) { animation-delay: 0.1s; }
.timeline-item:nth-child(2) { animation-delay: 0.2s; }
.timeline-item:nth-child(3) { animation-delay: 0.3s; }
.timeline-item:nth-child(4) { animation-delay: 0.4s; }
.timeline-item:nth-child(5) { animation-delay: 0.5s; }
.timeline-item:nth-child(n+6) { animation-delay: 0.6s; }

.timeline-item.left {
    padding-right: calc(50% + 60px);
    text-align: right;
}

.timeline-item.left .timeline-content {
    margin-left: 0;
    margin-right: 0;
}

.timeline-item.right {
    padding-left: calc(50% + 60px);
    text-align: left;
}

.timeline-content {
    background: white;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

.timeline-content:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.2);
    border-color: #1E90FF;
}

.timeline-item.left .timeline-content::before {
    content: '';
    position: absolute;
    top: 30px;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid white;
    filter: drop-shadow(2px 0 3px rgba(0, 0, 0, 0.05));
}

.timeline-item.right .timeline-content::before {
    content: '';
    position: absolute;
    top: 30px;
    left: -20px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 20px solid white;
    filter: drop-shadow(-2px 0 3px rgba(0, 0, 0, 0.05));
}

.timeline-year {
    position: absolute;
    top: 20px;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1E90FF 0%, #00BFFF 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    z-index: 10;
    border: 4px solid white;
}

.timeline-item.left .timeline-year {
    right: -100px;
}

.timeline-item.right .timeline-year {
    left: -100px;
}

.timeline-year span {
    color: white;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.timeline-image {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.timeline-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.timeline-content:hover .timeline-image::before {
    opacity: 1;
}

.timeline-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.timeline-content:hover .timeline-image img {
    transform: scale(1.05);
}

.timeline-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
    line-height: 1.4;
}

.timeline-desc {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

.timeline-item::after {
    content: '';
    position: absolute;
    top: 30px;
    width: 16px;
    height: 16px;
    background: white;
    border: 4px solid #1E90FF;
    border-radius: 50%;
    z-index: 5;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.2);
    transition: all 0.3s ease;
}

.timeline-item.left::after {
    right: calc(50% - 8px);
}

.timeline-item.right::after {
    left: calc(50% - 8px);
}

.timeline-item:hover::after {
    background: #1E90FF;
    transform: scale(1.3);
    box-shadow: 0 0 0 8px rgba(102, 126, 234, 0.3);
}

@keyframes fadeInTimeline {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {
    .timeline-wrapper::before {
        left: 40px;
    }

    .timeline-item.left,
    .timeline-item.right {
        padding-left: 100px;
        padding-right: 0;
        text-align: left;
    }

    .timeline-item.left .timeline-content::before,
    .timeline-item.right .timeline-content::before {
        top: 30px;
        left: -20px;
        right: auto;
        border-left: none;
        border-right: 20px solid white;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }

    .timeline-item.left .timeline-year,
    .timeline-item.right .timeline-year {
        left: -20px;
        right: auto;
        width: 70px;
        height: 70px;
    }

    .timeline-year span {
        font-size: 16px;
    }

    .timeline-item.left::after,
    .timeline-item.right::after {
        left: 32px;
        right: auto;
    }
}

@media (max-width: 576px) {
    .title-area-center .title {
        font-size: 2rem;
    }

    .timeline-content {
        padding: 24px;
    }

    .timeline-title {
        font-size: 1.25rem;
    }

    .timeline-desc {
        font-size: 0.95rem;
    }

    .timeline-item {
        margin-bottom: 60px;
    }
}

@media print {
    .timeline-wrapper::before {
        background: #1E90FF !important;
    }

    .timeline-content {
        box-shadow: none !important;
        border: 1px solid #e2e8f0 !important;
        page-break-inside: avoid;
    }
}

/* visi-misi */
 .rts-visi-misi-area {
    background:#fff;
    position: relative;
    overflow: hidden;
}

.rts-visi-misi-area::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.visi-misi-container {
    background: white;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    padding: 60px;
    position: relative;
    z-index: 1;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #1E90FF 0%, #1E90FF 100%);
    color: white;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    transition: all 0.3s ease;
}

.section-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
}

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

.visi-section {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 2px solid #e5e7eb;
    animation: fadeInUp 0.8s ease;
}

.visi-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.4;
    margin-top: 24px;
    position: relative;
    padding: 30px;
    background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 100%);
    border-radius: 16px;
    border-left: 5px solid #1E90FF;
}

.misi-section {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 2px solid #e5e7eb;
    animation: fadeInUp 0.8s ease 0.2s both;
}

.misi-list {
    max-width: 900px;
    margin: 0 auto;
}

.misi-item {
    background: white;
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.misi-item:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border-left-color: #1E90FF;
}

.misi-number-badge {
    min-width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1E90FF 0%, #1E90FF 100%);
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.misi-text p {
    color: #475569;
    font-size: 1.1rem;
    line-height: 1.7;
    margin: 0;
}

.nilai-section {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 2px solid #e5e7eb;
    animation: fadeInUp 0.8s ease 0.4s both;
}

.nilai-box {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 16px;
    padding: 32px;
    border: 2px solid #e5e7eb;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.nilai-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #1E90FF 0%, #1E90FF 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.nilai-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.15);
    border-color: #1E90FF;
}

.nilai-box:hover::before {
    transform: scaleX(1);
}

.nilai-box h5 {
    color: #1E90FF;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.nilai-box p {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.7;
}

.filosofi-section {
    animation: fadeInUp 0.8s ease 0.6s both;
}

.filosofi-quote-box {
    background: linear-gradient(135deg, #1E90FF 0%, #1E90FF 100%);
    border-radius: 20px;
    padding: 50px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.3);
}

.filosofi-quote-box::before {
    content: '"';
    position: absolute;
    top: -20px;
    left: 30px;
    font-size: 200px;
    color: rgba(255, 255, 255, 0.1);
    font-family: Georgia, serif;
    line-height: 1;
}

.filosofi-quote-box .section-badge {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.filosofi-quote-box p {
    color: white;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8;
    font-style: italic;
    position: relative;
    z-index: 2;
}

.empty-state {
    padding: 80px 40px;
}

.empty-icon {
    animation: float 3s ease-in-out infinite;
}

.empty-state h3 {
    color: #64748b;
    font-weight: 600;
}

.empty-state p {
    color: #94a3b8;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin-top: 16px;
}

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

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@media (max-width: 768px) {
    .visi-misi-container {
        padding: 40px 30px;
        border-radius: 16px;
    }

    .visi-title {
        font-size: 1.8rem;
        padding: 20px;
    }

    .misi-item {
        padding: 20px;
    }

    .misi-number-badge {
        min-width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .nilai-box {
        padding: 24px;
        margin-bottom: 20px;
    }

    .filosofi-quote-box {
        padding: 35px 25px;
    }

    .filosofi-quote-box p {
        font-size: 1.2rem;
    }
}


/* appointment */
.appointment-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.appointment-header {
    text-align: center;
    margin-bottom: 25px;
}

.appointment-title {
    color: #2d3748;
    font-weight: 700;
    margin-bottom: 10px;
}

.appointment-subtitle {
    color: #718096;
    font-size: 16px;
}

.step-indicator {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
}

.step-indicator:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 40px;
    right: 40px;
    height: 2px;
    background: #e2e8f0;
    z-index: 1;
}

.step {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.step-number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e2e8f0;
    color: #718096;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.step-label {
    font-size: 14px;
    color: #718096;
    font-weight: 500;
}

.step.active .step-number {
    background-color: #4299e1;
    color: #fff;
}

.step.active .step-label {
    color: #2d3748;
    font-weight: 600;
}

.step.completed .step-number {
    background-color: #48bb78;
    color: #fff;
}

.step-title {
    font-size: 18px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e8f0;
}

.step-title i {
    color: #4299e1;
    margin-right: 10px;
}

.form-section {
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #4a5568;
    font-size: 15px;
}

.form-group label .required {
    color: #e53e3e;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    color: #2d3748;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #4299e1;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.2);
    outline: none;
}

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

.invalid-feedback {
    color: #e53e3e;
    font-size: 13px;
    margin-top: 5px;
}

.radio-group {
    display: flex;
    gap: 20px;
    margin-top: 5px;
}

.radio-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 15px;
}

.radio-container input[type="radio"] {
    margin-right: 8px;
    cursor: pointer;
}

.radio-label {
    font-size: 15px;
    color: #4a5568;
}

.time-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 5px;
}

.time-slot-option {
    position: relative;
    cursor: pointer;
}

.time-slot-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.time-slot-label {
    display: block;
    padding: 10px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    color: #4a5568;
    transition: all 0.2s ease;
}

.time-slot-option input[type="radio"]:checked + .time-slot-label {
    background-color: #4299e1;
    border-color: #4299e1;
    color: #fff;
}

.form-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.btn-prev,
.btn-next,
.btn-submit {
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-prev {
    background-color: #f7fafc;
    border: 1px solid #e2e8f0;
    color: #718096;
}

.btn-prev i {
    margin-right: 8px;
}

.btn-next {
    background-color: #4299e1;
    color: #fff;
}

.btn-next i {
    margin-left: 8px;
}

.btn-submit {
    background-color: #48bb78;
    color: #fff;
}

.btn-submit i {
    margin-right: 8px;
}

.btn-prev:hover {
    background-color: #edf2f7;
}

.btn-next:hover {
    background-color: #3182ce;
}

.btn-submit:hover {
    background-color: #fff;
}

/* Confirmation Card */
.appointment-details-card {
    background-color: #f8fafc;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
}

.details-title {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 20px;
}

.details-title i {
    color: #4299e1;
    margin-right: 10px;
}

.confirmation-section {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e8f0;
}

.confirmation-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.detail-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.detail-row:last-child {
    margin-bottom: 0;
}

.detail-icon {
    width: 36px;
    height: 36px;
    background-color: #ebf8ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #4299e1;
}

.detail-info {
    flex: 1;
}

.detail-label {
    display: block;
    font-size: 14px;
    color: #718096;
    margin-bottom: 3px;
}

.detail-value {
    font-size: 16px;
    color: #2d3748;
    font-weight: 500;
}

.form-agreement {
    margin-bottom: 25px;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    margin: 3px 10px 0 0;
}

.checkbox-label span {
    font-size: 15px;
    color: #4a5568;
}

.checkbox-label a {
    color: #4299e1;
    text-decoration: none;
}

.checkbox-label a:hover {
    text-decoration: underline;
}

.important-notes {
    background-color: #fffaf0;
    border-left: 4px solid #1E90FF;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.notes-title {
    font-size: 16px;
    font-weight: 600;
    color: #1E90FF;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.notes-title i {
    margin-right: 10px;
}

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

.notes-list li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    font-size: 14px;
    color: #4a5568;
}

.notes-list li:last-child {
    margin-bottom: 0;
}

.notes-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #1E90FF;
}

.info-card, .contact-card, .emergency-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.07);
    padding: 25px;
    margin-bottom: 25px;
}

.info-card {
    border-top: 4px solid #4299e1;
}

.contact-card {
    border-top: 4px solid #48bb78;
}

.emergency-card {
    border-top: 4px solid #e53e3e;
    text-align: center;
}

.info-icon, .contact-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 24px;
}

.info-icon {
    background-color: #ebf8ff;
    color: #4299e1;
}

.contact-icon {
    background-color: #f0fff4;
    color: #48bb78;
}

.emergency-card i {
    font-size: 40px;
    color: #e53e3e;
    margin-bottom: 15px;
}

.info-card h5, .contact-card h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2d3748;
}

.emergency-card h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #e53e3e;
}

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

.info-list li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    font-size: 15px;
    color: #4a5568;
}

.info-list li:last-child {
    margin-bottom: 0;
}

.info-list li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #48bb78;
}

.contact-card p {
    font-size: 15px;
    color: #718096;
    margin-bottom: 20px;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    background-color: #48bb78;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-btn i {
    margin-right: 8px;
}

.contact-btn:hover {
    background-color: #38a169;
}

.emergency-card p {
    font-size: 14px;
    color: #718096;
    margin-bottom: 15px;
}

.emergency-number {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #e53e3e;
    text-decoration: none;
}

@media (max-width: 991px) {
    .step-label {
        display: none;
    }
}

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

    .step-indicator:before {
        left: 20px;
        right: 20px;
    }

    .form-navigation {
        flex-direction: column;
        gap: 15px;
    }

    .btn-prev, .btn-next, .btn-submit {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .radio-group {
        flex-direction: column;
        gap: 10px;
    }
}


/* services */
.service-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
 }

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

 .service-card-thumb {
    position: relative;
    overflow: hidden;
    height: 220px;
 }

 .service-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
 }

 .service-card:hover .service-card-thumb img {
    transform: scale(1.1);
 }

 .service-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff6b6b;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
 }

 .service-card-content {
    padding: 25px;
 }

 .service-category {
    display: inline-block;
    color: #2c7be5;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
 }

 .service-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.4;
 }

 .service-title a {
    color: #1e293b;
    transition: color 0.3s;
 }

 .service-title a:hover {
    color: #2c7be5;
 }

 .service-excerpt {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
 }

 .service-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 15px;
 }

 .service-price,
 .service-duration {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #475569;
 }

 .service-price i,
 .service-duration i {
    color: #2c7be5;
    font-size: 16px;
 }

 .service-price span {
    font-weight: 600;
    color: #2c7be5;
 }

 .service-card-footer {
    margin-top: auto;
 }

 .service-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2c7be5;
    font-weight: 600;
    font-size: 14px;
    transition: gap 0.3s;
 }

 .service-btn:hover {
    gap: 12px;
 }

 .theme-btn {
    display: inline-block;
    padding: 15px 35px;
    background: #2c7be5;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s;
 }

 .theme-btn:hover {
    background: #1e5bb8;
    color:white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(44, 123, 229, 0.3);
 }

 @media (max-width: 768px) {
    .service-card-thumb {
       height: 180px;
    }

    .service-meta {
       flex-direction: column;
       align-items: flex-start;
       gap: 10px;
    }
 }

/* doctor-index */

.doctor-search-wrapper {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.search-input-wrapper {
    position: relative;
}

.search-input-wrapper .search-input {
    width: 100%;
    padding: 15px 45px 15px 20px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.search-input-wrapper .search-input:focus {
    outline: none;
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
}

.search-input-wrapper .search-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    font-size: 18px;
}

.select-wrapper select {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 15px;
    background-color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.select-wrapper select:focus {
    outline: none;
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
}

.department-filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #f3f4f6;
    color: #374151;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.filter-pill:hover {
    background: #e5e7eb;
    color: #1f2937;
    transform: translateY(-2px);
}

.filter-pill.active {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
}

.filter-pill i {
    font-size: 14px;
}

.pill-badge {
    display: inline-block;
    padding: 2px 8px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.filter-pill.active .pill-badge {
    background: rgba(255, 255, 255, 0.25);
}

.quick-links-wrapper {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.quick-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: white;
    color: #0d6efd;
    border: 2px solid #0d6efd;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.quick-link-btn:hover {
    background: #0d6efd;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

.quick-link-btn i {
    font-size: 16px;
}

.featured-doctor-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #1f2937;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
}

.featured-doctor-badge i {
    font-size: 12px;
}

.doctor-item-2 .sub-specialty {
    font-size: 13px;
    color: #6b7280;
    margin-top: 5px;
    margin-bottom: 0;
}

.doctor-card-2 .doctor-department {
    padding: 8px 0;
}

.doctor-card-2 .dept-tag {
    display: inline-block;
    padding: 4px 12px;
    background: #e0f2fe;
    color: #0369a1;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
}

.doctor-card-2 .doctor-experience {
    font-size: 13px;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.doctor-card-2 .doctor-experience i {
    color: #FF6347;
}

.doctor-card-2 .doctor-actions {
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.no-doctors-found {
    background: #f9fafb;
    border-radius: 12px;
    padding: 60px 20px !important;
}

.no-doctors-found h4 {
    color: #1f2937;
    margin-bottom: 10px;
}

.no-doctors-found p {
    color: #6b7280;
    font-size: 15px;
}

@media (max-width: 991px) {
    .department-filter-pills {
        justify-content: flex-start;
    }

    .filter-pill {
        font-size: 13px;
        padding: 8px 16px;
    }
}

@media (max-width: 767px) {
    .doctor-search-wrapper {
        padding: 20px;
    }

    .department-filter-pills {
        gap: 8px;
    }

    .filter-pill {
        font-size: 12px;
        padding: 7px 14px;
    }

    .quick-links-wrapper {
        flex-direction: column;
    }

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

@media (max-width: 575px) {
    .doctor-search-form .row {
        gap: 10px !important;
    }

    .search-input-wrapper .search-input,
    .select-wrapper select {
        padding: 12px 15px;
        font-size: 14px;
    }
}

.tp-btn-sm {
    padding: 10px 20px !important;
    font-size: 14px !important;
}

.bd-basic__pagination ul li.disabled span {
    opacity: 0.5;
    cursor: not-allowed;
}

/* doctor-shcedule */

.schedule-info-box {
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.schedule-info-box h3 {
    color: #1f2937;
    font-weight: 600;
}

.schedule-info-box p {
    color: #6b7280;
    font-size: 15px;
}

.schedule-legend {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.legend-box {
    width: 30px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #e5e7eb;
}

.legend-text {
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
}

.schedule-table-wrapper {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.schedule-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
}

.schedule-table thead {
    background: linear-gradient(135deg, #1E90FF 0%, #00BFFF 100%);
}

.schedule-table thead th {
    padding: 20px 15px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    color: white;
    border: none;
    position: sticky;
    top: 0;
    z-index: 10;
}

.schedule-table thead th.time-column {
    text-align: left;
    padding-left: 25px;
}

.schedule-table thead th.time-column .th-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.schedule-table thead th.time-column i {
    font-size: 18px;
}

.schedule-table tbody tr {
    transition: background 0.2s ease;
}

.schedule-table tbody tr:hover {
    background: #f9fafb;
}

.schedule-table tbody td {
    padding: 20px 15px;
    vertical-align: top;
    border-bottom: 1px solid #f3f4f6;
    border-right: 1px solid #f3f4f6;
}

.schedule-table tbody td:last-child {
    border-right: none;
}

.time-cell {
    background: #f8f9fa;
    font-weight: 600;
    color: #1f2937;
    border-left: 4px solid #1E90FF;
    text-align: left;
    padding-left: 25px !important;
}

.time-slot-label {
    font-size: 14px;
    white-space: nowrap;
}

.schedule-cell {
    min-width: 180px;
    position: relative;
}

.schedule-cell.has-schedule.schedule-primary {
    background: linear-gradient(135deg, #e3f2fd 0%, #e8f5e9 100%);
}

.schedule-cell.has-schedule.schedule-alt {
    background: linear-gradient(135deg, #f3e5f5 0%, #fce4ec 100%);
}

.schedule-cell.no-schedule {
    background: #fafafa;
}

.doctor-schedule-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.doctor-item {
    padding: 12px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.doctor-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.doctor-link {
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}

.doctor-name-badge {
    font-weight: 600;
    color: #1f2937;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
}

.doctor-name-badge i {
    color: #1E90FF;
    font-size: 14px;
}

.doctor-link:hover .doctor-name-badge {
    color: #1E90FF;
}

.doctor-details {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.doctor-details span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #6b7280;
}

.doctor-details i {
    font-size: 12px;
    color: #9ca3af;
}

.time-range {
    font-weight: 600 !important;
    color: #374151 !important;
}

.specialty-tag {
    background: #e0f2fe;
    color: #0369a1;
    padding: 3px 8px;
    border-radius: 12px;
    font-weight: 500;
    width: fit-content;
}

.room-tag {
    background: #fef3c7;
    color: #92400e;
    padding: 3px 8px;
    border-radius: 12px;
    font-weight: 500;
    width: fit-content;
}

.empty-slot {
    text-align: center;
    padding: 20px;
    color: #d1d5db;
}

.empty-slot i {
    font-size: 24px;
}

.schedule-mobile-view {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.schedule-day-pills {
    padding: 15px;
    background: #f8f9fa;
    border-bottom: 1px solid #e5e7eb;
    gap: 8px;
    margin: 0;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.schedule-day-pills .nav-item {
    flex-shrink: 0;
}

.schedule-day-pills .nav-link {
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
    background: white;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.schedule-day-pills .nav-link:hover {
    background: #f3f4f6;
    color: #1f2937;
}

.schedule-day-pills .nav-link.active {
    background: linear-gradient(135deg, #1E90FF 0%, #00BFFF 100%);
    color: white;
    border-color: transparent;
}

.schedule-mobile-content {
    padding: 20px;
}

.mobile-schedule-day {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.day-title {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e5e7eb;
}

.mobile-schedule-slot {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 15px;
}

.time-badge {
    display: inline-block;
    background: linear-gradient(135deg, #1E90FF 0%, #00BFFF 100%);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
}

.mobile-doctor-card {
    background: white;
    border-radius: 12px;
    padding: 15px;
    margin-top: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.mobile-doctor-card:first-of-type {
    margin-top: 0;
}

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

.doctor-name {
    font-weight: 600;
    color: #1f2937;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.doctor-name:hover {
    color: #1E90FF;
}

.doctor-specialty {
    font-size: 13px;
    color: #6b7280;
}

.doctor-time,
.doctor-room {
    font-size: 12px;
    color: #9ca3af;
    display: flex;
    align-items: center;
    gap: 6px;
}

.doctor-time i,
.doctor-room i {
    color: #1E90FF;
}

.btn-view-profile {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #1E90FF 0%, #00BFFF 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.btn-view-profile:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.no-schedule-day {
    text-align: center;
    padding: 60px 20px;
    background: #f9fafb;
    border-radius: 12px;
    border: 2px dashed #d1d5db;
}

.no-schedule-day i {
    font-size: 48px;
    color: #d1d5db;
    margin-bottom: 15px;
}

.no-schedule-day p {
    color: #6b7280;
    font-size: 15px;
    margin: 0;
}

.schedule-actions {
    padding: 30px;
    background: #f8f9fa;
    border-radius: 12px;
}

.schedule-actions .tp-btn {
    padding: 15px 30px;
}

@media (max-width: 1199px) {
    .schedule-table tbody td {
        min-width: 160px;
        font-size: 13px;
    }

    .doctor-name-badge {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .stat-card {
        padding: 25px 15px;
    }

    .stat-number {
        font-size: 30px;
    }

    .schedule-info-box {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .schedule-stats-wrapper .row {
        gap: 15px;
    }

    .stat-card {
        padding: 20px 15px;
    }

    .stat-icon {
        width: 60px;
        height: 60px;
    }

    .stat-icon i {
        font-size: 28px;
    }

    .stat-number {
        font-size: 28px;
    }

    .schedule-info-box {
        padding: 25px 20px;
    }

    .schedule-info-box h3 {
        font-size: 20px;
    }

    .schedule-legend {
        gap: 15px;
    }

    .schedule-actions .tp-btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .schedule-actions .tp-btn.me-3 {
        margin-right: 0 !important;
    }
}

@media (max-width: 575px) {
    .schedule-day-pills {
        padding: 10px;
    }

    .schedule-day-pills .nav-link {
        padding: 8px 16px;
        font-size: 13px;
    }

    .mobile-schedule-content {
        padding: 15px;
    }

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

    .mobile-schedule-slot {
        padding: 12px;
    }

    .mobile-doctor-card {
        padding: 12px;
    }
}

@media print {

    .breadcrumb__area,
    .schedule-stats-area,
    .schedule-info-area,
    .schedule-actions,
    .cta__area {
        display: none;
    }

    .schedule-table {
        font-size: 10px;
    }

    .doctor-item {
        box-shadow: none;
        border: 1px solid #e5e7eb;
    }
}

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

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

.doctor-item {
    animation: fadeInUp 0.3s ease;
}

.mobile-doctor-card {
    animation: fadeInUp 0.3s ease;
}

.schedule-table a:focus,
.doctor-name:focus,
.btn-view-profile:focus {
    outline: 3px solid #1E90FF;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* doctor-index */


/* doctor-index */
.department-filter-pills .filter-pill { display:inline-flex; align-items:center; gap:.5rem; padding:.45rem .75rem; border-radius:999px; background:#fff; border:1px solid #e6eefc; text-decoration:none; color:inherit; }
.department-filter-pills .filter-pill.active { background: linear-gradient(90deg,#0d6efd,#5569ff); color:#fff; }
.pill-badge { background: rgba(13,110,253,0.08); padding: .15rem .4rem; border-radius:8px; font-size:.82rem; margin-left:.5rem; }
.therapist-card { transition: transform .15s ease, opacity .15s ease; }
.therapist-card.hidden { opacity:.12; transform:scale(.98); pointer-events:none; }

.doctor-area form {
background: #ffffff;
padding: 25px;
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
border: 2px solid #f0f0f0;
transition: all 0.3s ease;
}

.doctor-area form:hover {
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
border-color: #1E90FF;
}

.doctor-area .form-control {
padding: 14px 20px;
border: 2px solid #e5e7eb;
border-radius: 12px;
font-size: 15px;
transition: all 0.3s ease;
background: #f8f9fa;
}

.doctor-area .form-control:focus {
border-color: #1E90FF;
box-shadow: 0 0 0 4px rgba(255, 69, 0, 0.1);
background: #ffffff;
outline: none;
}

.doctor-area .form-control::placeholder {
color: #9ca3af;
}

.doctor-area .form-select {
padding: 14px 20px;
border: 2px solid #e5e7eb;
border-radius: 12px;
font-size: 15px;
transition: all 0.3s ease;
background: #f8f9fa;
cursor: pointer;
}

.doctor-area .form-select:focus {
border-color: #1E90FF;
box-shadow: 0 0 0 4px rgba(255, 69, 0, 0.1);
background: #ffffff;
outline: none;
}

/* Search button */
.doctor-area form .tp-btn {
padding: 14px 28px;
background: linear-gradient(135deg, #1E90FF 0%, #00BFFF 100%);
border: none;
border-radius: 12px;
color: #ffffff;
font-weight: 700;
font-size: 15px;
display: inline-flex;
align-items: center;
gap: 10px;
justify-content: center;
transition: all 0.3s ease;
box-shadow: 0 4px 15px #00BFFF;
}

.doctor-area form .tp-btn:hover {
transform: translateY(-3px);
box-shadow: 0 8px 25px #00BFFF;
background: linear-gradient(180deg, #00BFFF 40%, #00A8CC 70%);
}

.doctor-area form .tp-btn i {
font-size: 16px;
}


.department-filter-pills {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 30px;
}

.filter-pill {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 12px 20px;
border-radius: 50px;
background: #ffffff;
border: 2px solid #e5e7eb;
text-decoration: none;
color: #555;
font-weight: 600;
font-size: 14px;
transition: all 0.3s ease;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.filter-pill:hover {
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
border-color: #1E90FF;
color: #1E90FF;
background: #fff5f0;
}

.filter-pill.active {
background: linear-gradient(135deg, #1E90FF 0%, #00BFFF 100%);
color: #ffffff;
border-color: transparent;
box-shadow: 0 4px 15px #00BFFF;
}

.filter-pill i {
font-size: 16px;
}

.pill-badge {
background: rgba(255, 255, 255, 0.25);
padding: 3px 10px;
border-radius: 12px;
font-size: 12px;
font-weight: 700;
margin-left: 6px;
}

.filter-pill.active .pill-badge {
background: rgba(255, 255, 255, 0.3);
}

.doctor-item-2 {
background: #ffffff;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
transition: all 0.4s ease;
border: 2px solid #f0f0f0;
position: relative;
}

.doctor-item-2:hover {
transform: translateY(-10px);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
border-color: #1E90FF;
}

/* Featured badge */
.featured-doctor-badge {
position: absolute;
top: 20px;
right: 20px;
background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
color: #ffffff;
padding: 8px 16px;
border-radius: 25px;
font-size: 13px;
font-weight: 700;
z-index: 10;
box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
display: flex;
align-items: center;
gap: 6px;
animation: pulse-badge 2s ease-in-out infinite;
}

.featured-doctor-badge i {
font-size: 14px;
animation: rotate-star 3s linear infinite;
}

@keyframes pulse-badge {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.05); }
}

@keyframes rotate-star {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.doctor-thumb-2 {
position: relative;
overflow: hidden;
height: 350px;
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.doctor-thumb-2::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
opacity: 0;
transition: opacity 0.4s ease;
}

.doctor-item-2:hover .doctor-thumb-2::after {
opacity: 1;
}

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

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

.doctor-card {
padding: 25px;
text-align: center;
background: #ffffff;
}

.doctor-card h4.doctor-title {
font-size: 20px;
font-weight: 700;
color: #1a1a1a;
margin-bottom: 8px;
line-height: 1.3;
}

.doctor-card h4.doctor-title span {
color: #1a1a1a;
transition: color 0.3s ease;
}

.doctor-item-2:hover .doctor-card h4.doctor-title span {
color: #1E90FF;
}

.doctor-card > span {
display: block;
color: #666;
font-size: 15px;
font-weight: 500;
margin-bottom: 8px;
}

.doctor-card .sub-specialty {
color: #999;
font-size: 14px;
font-style: italic;
margin-top: 5px;
margin-bottom: 0;
}

.doctor-card-2 {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 249, 250, 0.98) 100%);
backdrop-filter: blur(10px);
padding: 30px;
text-align: center;
transform: translateY(100%);
transition: transform 0.4s ease;
border-top: 3px solid #1E90FF;
}

.doctor-item-2:hover .doctor-card-2 {
transform: translateY(0);
}

.doctor-card-2 h4.doctor-title {
font-size: 20px;
font-weight: 700;
color: #1a1a1a;
margin-bottom: 8px;
}

.doctor-card-2 h4.doctor-title span {
color: #1E90FF;
}

.doctor-card-2 > span {
display: block;
color: #666;
font-size: 15px;
font-weight: 500;
margin-bottom: 12px;
}

.doctor-department {
margin: 12px 0;
}

.dept-tag {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 6px 14px;
background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
color: #1976d2;
border-radius: 20px;
font-size: 13px;
font-weight: 600;
border: 1px solid #90caf9;
}

.doctor-experience {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 16px;
background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
color: #7b1fa2;
border-radius: 20px;
font-size: 14px;
font-weight: 600;
border: 1px solid #ce93d8;
}

.doctor-experience i {
font-size: 16px;
}

.doctor-actions {
margin-top: 20px;
}

.doctor-actions .tp-btn-sm {
padding: 12px 24px;
background: linear-gradient(135deg, #1E90FF 0%, #00BFFF 100%);
border: none;
border-radius: 25px;
color: #ffffff;
font-weight: 700;
font-size: 14px;
display: inline-flex;
align-items: center;
gap: 10px;
text-decoration: none;
transition: all 0.3s ease;
box-shadow: 0 4px 15px #00BFFF;
}

.doctor-actions .tp-btn-sm:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px #00BFFF;
background: linear-gradient(180deg, #00BFFF 40%, #00A8CC 70%);
}

.doctor-actions .tp-btn-sm svg {
width: 16px;
height: 14px;
transition: transform 0.3s ease;
}

.doctor-actions .tp-btn-sm:hover svg {
transform: translateX(5px);
}

.no-doctors-found {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
padding: 80px 40px;
border-radius: 20px;
border: 2px dashed #d1d5db;
text-align: center;
}

.no-doctors-found i {
font-size: 80px;
color: #d1d5db;
margin-bottom: 25px;
display: block;
}

.no-doctors-found h4 {
font-size: 24px;
font-weight: 700;
color: #1a1a1a;
margin-bottom: 12px;
}

.no-doctors-found p {
color: #666;
font-size: 16px;
margin-bottom: 25px;
}

.no-doctors-found .tp-btn {
padding: 14px 32px;
background: linear-gradient(135deg, #1E90FF 0%, #00BFFF 100%);
border: none;
border-radius: 25px;
color: #ffffff;
font-weight: 700;
font-size: 15px;
display: inline-flex;
align-items: center;
gap: 10px;
text-decoration: none;
transition: all 0.3s ease;
box-shadow: 0 4px 15px #00BFFF;
}

.no-doctors-found .tp-btn:hover {
transform: translateY(-3px);
box-shadow: 0 8px 25px #00BFFF;
}

.pagination__wrapper {
margin-top: 50px;
}

.bd-basic__pagination {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
}

.bd-basic__pagination .pagination {
display: flex;
gap: 8px;
list-style: none;
padding: 0;
margin: 0;
}

.bd-basic__pagination .page-item {
display: inline-block;
}

.bd-basic__pagination .page-link {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 45px;
height: 45px;
padding: 10px 16px;
background: #ffffff;
border: 2px solid #e5e7eb;
border-radius: 10px;
color: #555;
font-weight: 600;
font-size: 15px;
text-decoration: none;
transition: all 0.3s ease;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.bd-basic__pagination .page-link:hover {
background: #fff5f0;
border-color: #1E90FF;
color: #1E90FF;
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(255, 69, 0, 0.15);
}

.bd-basic__pagination .page-item.active .page-link {
background: linear-gradient(135deg, #1E90FF 0%, #00BFFF 100%);
border-color: transparent;
color: #ffffff;
box-shadow: 0 4px 15px #00BFFF;
}

.bd-basic__pagination .page-item.disabled .page-link {
background: #f3f4f6;
border-color: #e5e7eb;
color: #9ca3af;
cursor: not-allowed;
opacity: 0.5;
}


.section-title {
margin-bottom: 50px;
}

.section-title .sub-style {
margin-bottom: 15px;
}

.section-title .sub-title {
display: inline-block;
color: #1E90FF;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
padding: 8px 20px;
background: rgba(255, 69, 0, 0.1);
border-radius: 25px;
margin-bottom: 0;
}

.section-title h2 {
font-size: clamp(28px, 4vw, 42px);
font-weight: 800;
color: #1a1a1a;
margin-bottom: 15px;
line-height: 1.2;
}

.section-title p {
font-size: 17px;
color: #666;
line-height: 1.6;
max-width: 700px;
margin: 0 auto;
}


@media (max-width: 1199px) {
.doctor-thumb-2 {
    height: 320px;
}
}

@media (max-width: 991px) {
.doctor-thumb-2 {
    height: 300px;
}

.doctor-card, .doctor-card-2 {
    padding: 20px;
}
}

@media (max-width: 767px) {
.doctor-area form {
    padding: 20px;
}

.doctor-area form > div {
    width: 100% !important;
    min-width: 100% !important;
    flex: 1 1 100% !important;
}

.filter-pill {
    flex: 1 1 auto;
    justify-content: center;
}

.doctor-thumb-2 {
    height: 350px;
}

.featured-doctor-badge {
    top: 15px;
    right: 15px;
    font-size: 12px;
    padding: 6px 12px;
}

.section-title h2 {
    font-size: 28px;
}

.section-title p {
    font-size: 15px;
}
}

@media (max-width: 575px) {
.doctor-thumb-2 {
    height: 280px;
}

.doctor-card h4.doctor-title,
.doctor-card-2 h4.doctor-title {
    font-size: 18px;
}

.no-doctors-found {
    padding: 60px 30px;
}

.no-doctors-found i {
    font-size: 60px;
}

.no-doctors-found h4 {
    font-size: 20px;
}
}

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

.doctor-item-2 {
animation: fadeInUp 0.6s ease both;
}

.doctor-item-2:nth-child(1) { animation-delay: 0.1s; }
.doctor-item-2:nth-child(2) { animation-delay: 0.2s; }
.doctor-item-2:nth-child(3) { animation-delay: 0.3s; }
.doctor-item-2:nth-child(4) { animation-delay: 0.4s; }
.doctor-item-2:nth-child(5) { animation-delay: 0.5s; }
.doctor-item-2:nth-child(6) { animation-delay: 0.6s; }



.therapist-card.hidden {
opacity: 0.2;
transform: scale(0.95);
pointer-events: none;
transition: all 0.3s ease;
}


/* doctor-show */
:root {
    --doctor-primary: #0d6efd;
    --doctor-secondary: #1E90FF;
    --doctor-success: #10b981;
    --doctor-warning: #87CEFA;
    --doctor-danger: #ef4444;
    --doctor-text-dark: #1f2937;
    --doctor-text-light: #6b7280;
    --doctor-border: #e5e7eb;
    --doctor-bg-light: #f9fafb;
}

.doctor-details-sidebar {
    position: sticky;
    top: 100px;
}

.doctor-photo-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    position: relative;
}

.featured-doctor-ribbon {
    position: absolute;
    top: 20px;
    right: -35px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #1f2937;
    padding: 8px 40px;
    transform: rotate(45deg);
    z-index: 10;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
    display: flex;
    align-items: center;
    gap: 5px;
}

.featured-doctor-ribbon i {
    font-size: 14px;
    animation: twinkle 1.5s ease-in-out infinite;
}

@keyframes twinkle {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.2); }
}

.doctor-photo-wrapper {
    position: relative;
    overflow: hidden;
}

.doctor-photo {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.doctor-photo-wrapper:hover .doctor-photo {
    transform: scale(1.05);
}

.photo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
    padding: 30px 20px 20px;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.doctor-photo-wrapper:hover .photo-overlay {
    transform: translateY(0);
}

.doctor-quick-info h4 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.doctor-quick-info p {
    color: rgba(255,255,255,0.9);
    font-size: 14px;
    margin: 0;
}

.doctor-quick-stats {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.stat-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--doctor-primary) 0%, var(--doctor-secondary) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-icon i {
    font-size: 24px;
    color: white;
}

.stat-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 24px;
    font-weight: 700;
    color: var(--doctor-text-dark);
    line-height: 1;
}

.stat-label {
    font-size: 13px;
    color: var(--doctor-text-light);
    margin-top: 3px;
}

.sidebar-widget {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    overflow: hidden;
}

.widget-header {
    background: linear-gradient(135deg, var(--doctor-primary) 0%, var(--doctor-secondary) 100%);
    color: white;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.widget-header i {
    font-size: 20px;
}

.widget-header h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.widget-content {
    padding: 20px;
}

.schedule-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.schedule-day-item {
    padding: 15px;
    background: var(--doctor-bg-light);
    border-radius: 12px;
    border-left: 4px solid var(--doctor-primary);
    transition: all 0.3s ease;
}

.schedule-day-item:hover {
    background: #f3f4f6;
    transform: translateX(5px);
}

.day-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--doctor-text-dark);
    margin-bottom: 10px;
}

.schedule-times {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.time-slot {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--doctor-text-light);
}

.time-slot i {
    color: var(--doctor-primary);
    font-size: 14px;
}

.room-badge {
    display: inline-block;
    padding: 2px 8px;
    background: #e0f2fe;
    color: #0369a1;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    margin-left: auto;
}

.no-schedule-info {
    text-align: center;
    padding: 40px 20px;
    color: var(--doctor-text-light);
}

.no-schedule-info i {
    font-size: 48px;
    color: #d1d5db;
    margin-bottom: 15px;
    display: block;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: var(--doctor-bg-light);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: #f3f4f6;
    transform: translateX(5px);
}

.contact-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--doctor-primary) 0%, var(--doctor-secondary) 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon i {
    font-size: 18px;
    color: white;
}

.contact-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.contact-text .label {
    font-size: 12px;
    color: var(--doctor-text-light);
    font-weight: 500;
}

.contact-text .value {
    font-size: 14px;
    color: var(--doctor-text-dark);
    font-weight: 600;
}


.doctor-details-content {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.doctor-header-section {
    border-bottom: 2px solid var(--doctor-border);
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.pre-title {
    display: inline-block;
    padding: 6px 16px;
    background: linear-gradient(135deg, #e3f2fd 0%, #e8f5e9 100%);
    color: var(--doctor-primary);
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.doctor-name {
    font-size: 36px;
    font-weight: 700;
    color: var(--doctor-text-dark);
    margin-bottom: 20px;
    line-height: 1.2;
}

.doctor-meta-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: var(--doctor-bg-light);
    border-radius: 25px;
    font-size: 14px;
    color: var(--doctor-text-dark);
    font-weight: 500;
}

.meta-item i {
    color: var(--doctor-primary);
    font-size: 16px;
}

.content-section {
    margin-bottom: 40px;
}

/* .section-title-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--doctor-border);
} */

.section-title-wrapper i {
    font-size: 24px;
    color: var(--doctor-primary);
}

.section-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--doctor-text-dark);
    margin: 0;
}

.bio-text {
    font-size: 15px;
    line-height: 1.8;
    color: var(--doctor-text-light);
}

.details-grid {
    margin-top: 40px;
}

.detail-card {
    background: white;
    border: 2px solid var(--doctor-border);
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
}

.detail-card:hover {
    border-color: var(--doctor-primary);
    box-shadow: 0 8px 24px rgba(13, 110, 253, 0.15);
    transform: translateY(-5px);
}

.detail-card .card-header {
    background: linear-gradient(135deg, var(--doctor-bg-light) 0%, #f3f4f6 100%);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.icon-wrapper {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--doctor-primary) 0%, var(--doctor-secondary) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrapper i {
    font-size: 22px;
    color: white;
}

.detail-card .card-header h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--doctor-text-dark);
}

.card-content {
    padding: 20px;
}

.detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.detail-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--doctor-text-light);
    line-height: 1.6;
}

.detail-list i {
    color: var(--doctor-success);
    font-size: 16px;
    margin-top: 3px;
    flex-shrink: 0;
}

.certification-badge {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-radius: 12px;
}

.certification-badge i {
    font-size: 32px;
    color: #92400e;
}

.certification-badge > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cert-label {
    font-size: 12px;
    color: #78350f;
    font-weight: 500;
}

.cert-number {
    font-size: 16px;
    font-weight: 700;
    color: #92400e;
}

.services-grid {
    margin-top: 20px;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: var(--doctor-bg-light);
    border-radius: 10px;
    border-left: 3px solid var(--doctor-primary);
    transition: all 0.3s ease;
}

.service-item:hover {
    background: #f3f4f6;
    transform: translateX(5px);
}

.service-item i {
    font-size: 18px;
    color: var(--doctor-success);
}

.service-item span {
    font-size: 14px;
    color: var(--doctor-text-dark);
    font-weight: 500;
}

.related-doctors-section {
    padding-top: 60px;
    border-top: 2px solid var(--doctor-border);
}

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

.section-subtitle {
    display: inline-block;
    padding: 6px 16px;
    background: linear-gradient(135deg, #e3f2fd 0%, #e8f5e9 100%);
    color: var(--doctor-primary);
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-main-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--doctor-text-dark);
    margin: 0;
}

@media (max-width: 1199px) {
    .doctor-details-sidebar {
        position: relative;
        top: 0;
    }

    .doctor-name {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .doctor-details-content {
        padding: 30px;
    }

    .doctor-name {
        font-size: 26px;
    }

    .doctor-meta-info {
        gap: 10px;
    }

    .meta-item {
        font-size: 13px;
        padding: 8px 15px;
    }
}

@media (max-width: 767px) {
    .doctor-details-content {
        padding: 25px 20px;
    }

    .doctor-name {
        font-size: 24px;
    }

    .doctor-meta-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .meta-item {
        width: 100%;
    }

    .detail-card .card-header {
        padding: 15px;
    }

    .icon-wrapper {
        width: 45px;
        height: 45px;
    }

    .icon-wrapper i {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .doctor-photo-card {
        border-radius: 16px;
    }

    .doctor-details-content {
        padding: 20px 15px;
        border-radius: 16px;
    }

    .featured-doctor-ribbon {
        font-size: 11px;
        padding: 6px 35px;
    }

    .stat-item {
        padding: 12px;
    }

    .stat-icon {
        width: 45px;
        height: 45px;
    }

    .stat-icon i {
        font-size: 20px;
    }

    .stat-number {
        font-size: 20px;
    }

    .section-main-title {
        font-size: 24px;
    }
}

@media print {
    .breadcrumb__area,
    .appointment-cta,
    .related-doctors-section,
    .cta__area {
        display: none !important;
    }

    .doctor-details-sidebar {
        position: static;
    }

    .doctor-details-content {
        box-shadow: none;
        border: 1px solid var(--doctor-border);
    }
}

.contact-item:focus,
.service-item:focus,
.detail-card:focus-within {
    outline: 3px solid var(--doctor-primary);
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* careers-index */
.form-control:focus {
    border-color: #00BFFF !important;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1) !important;
    outline: none;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4) !important;
}

.filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 15px;
    background: #f1f5f9;
    border-radius: 20px;
    font-size: 13px;
    color: #475569;
    font-weight: 500;
}

.filter-tag i {
    font-size: 12px;
    color: #00BFFF;
}

.reset-tag {
    background: #fee2e2;
    color: #dc2626;
    text-decoration: none;
    transition: all 0.3s ease;
}

.reset-tag:hover {
    background: #dc2626;
    color: #fff;
}

.reset-tag i {
    color: inherit;
}

.postbox__grid-area {
    padding: 80px 0;
    background: #f8fafc;
}

.section-space {
    padding: 60px 0;
}

.blog-item {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.theme-bg-2 {
    background: #fff;
}

.blog-thumb {
    position: relative;
    overflow: hidden;
}

.blog-thumb.w-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.blog-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}

.blog-badge span {
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

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

.postbox__meta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.postbox__meta span {
    color: #64748b;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}

.postbox__meta span i {
    color: #4682B4;
    font-size: 14px;
}

.blog-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
    flex: 1;
}

.blog-title a {
    color: #1e293b;
    text-decoration: none;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-title a:hover {
    color: #000;
}

.career-meta-info {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f5f9;
    flex-wrap: wrap;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #475569;
    font-size: 14px;
    font-weight: 500;
}

.meta-item i {
    color: #00BFFF;
    font-size: 16px;
}

.career-excerpt {
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.career-stats {
    display: flex;
    gap: 20px;
    padding-top: 15px;
    border-top: 1px solid #f1f5f9;
    margin-bottom: 15px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #94a3b8;
    font-size: 13px;
    font-weight: 500;
}

.stat-item i {
    color: #cbd5e1;
    font-size: 14px;
}

.round-link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
    margin-top: auto;
    align-self: flex-end;
    text-decoration: none;
}

.round-link:hover {
    transform: scale(1.15) rotate(90deg);
}

.round-link i {
    font-size: 18px;
}

.no-career-found {
    text-align: center;
    padding: 80px 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

.no-career-icon {
    font-size: 80px;
    color: #e2e8f0;
    margin-bottom: 25px;
}

.no-career-found h3 {
    font-size: 26px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}

.no-career-found p {
    color: #64748b;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.6;
}

.no-career-found .btn-primary {
    background: linear-gradient(135deg, #00BFFF 0%, #1E90FF 100%);
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.no-career-found .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
}

.pagination__wrapper {
    margin-top: 50px;
}

.bd-basic__pagination ul {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.bd-basic__pagination ul li {
    margin: 0;
}

.bd-basic__pagination ul li a,
.bd-basic__pagination ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
    padding: 0 15px;
    border-radius: 8px;
    background: #fff;
    color: #64748b;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #e2e8f0;
}

.bd-basic__pagination ul li a:hover {
    background: linear-gradient(135deg, #00BFFF 0%, #1E90FF 100%);
    color: #fff;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.bd-basic__pagination ul li span.current {
    background: linear-gradient(135deg, #00BFFF 0%, #1E90FF 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

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

@media (max-width: 992px) {
    .postbox__grid-area {
        padding: 60px 0;
    }

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

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

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

@media (max-width: 768px) {
    .filter-header h2 {
        font-size: 24px !important;
    }

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

    .blog-thumb.w-img img {
        height: 200px;
    }

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

@media (max-width: 576px) {
    .career-meta-info {
        flex-direction: column;
        gap: 10px;
    }

    .career-stats {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .bd-basic__pagination ul {
        gap: 5px;
    }

    .bd-basic__pagination ul li a,
    .bd-basic__pagination ul li span {
        min-width: 40px;
        height: 40px;
        padding: 0 10px;
        font-size: 14px;
    }
}

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

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

.blog-item:nth-child(1) { animation-delay: 0.1s; }
.blog-item:nth-child(2) { animation-delay: 0.2s; }
.blog-item:nth-child(3) { animation-delay: 0.3s; }
.blog-item:nth-child(4) { animation-delay: 0.4s; }
.blog-item:nth-child(5) { animation-delay: 0.5s; }
.blog-item:nth-child(6) { animation-delay: 0.6s; }

/* cereers-show */

.postbox__area {
    padding: 80px 0;
    background: #f8fafc;
}

.section-space {
    padding: 60px 0;
}

.postbox__wrapper {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.theme-bg-2 {
    background: #fff;
}

.postbox__item {
    margin-bottom: 50px;
}

.postbox__thumb.w-img img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    border-radius: 12px;
}

.postbox__content {
    padding-top: 20px;
}

.postbox__meta {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.postbox__meta span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
}

.postbox__meta svg {
    color: #000;
}

.postbox__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #1e293b;
    margin-bottom: 20px;
}

.urgent-badge-inline {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #fff;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 600;
    margin-left: 10px;
    vertical-align: middle;
}

.postbox__text p {
    color: #475569;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.postbox__features {
    margin-bottom: 50px;
}

.postbox__features-title {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.postbox__features-title i {
    color: #1E90FF;
}

.career-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.info-box-detail {
    background: #f8fafc;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.info-box-detail:hover {
    background: #fff;
    border-color: #1E90FF;
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.15);
}

.info-icon-detail {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1E90FF 0%, #00BFFF 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
}

.info-content-detail {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.info-label-detail {
    font-size: 13px;
    color: #94a3b8;
    font-weight: 500;
}

.info-value-detail {
    font-size: 15px;
    color: #1e293b;
    font-weight: 600;
}

.info-value-detail small {
    font-size: 12px;
    color: #64748b;
    font-weight: 400;
    display: block;
    margin-top: 3px;
}

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

.features__list ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #475569;
    font-size: 15px;
    line-height: 1.7;
}

.features__list ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background: linear-gradient(135deg, #1E90FF 0%, #00BFFF 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.postbox__quote {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-left: 5px solid #87CEFA;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 35px;
}

.postbox__quote blockquote {
    margin: 0;
}

.postbox__quote blockquote p {
    color: #78350f;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.postbox__quote blockquote p i {
    color: #87CEFA;
    font-size: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}

.tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tagcloud a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #f1f5f9;
    border-radius: 20px;
    color: #475569;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.tagcloud a:hover {
    background: linear-gradient(135deg, #1E90FF 0%, #00BFFF 100%);
    color: #fff;
    transform: translateY(-2px);
}

.tagcloud a i {
    font-size: 12px;
}

.skill-tag {
    background: linear-gradient(135deg, #1E90FF 0%, #00BFFF 100%) !important;
    color: #fff !important;
}

.postbox__share-wrapper {
    border-top: 2px solid #f1f5f9;
    padding-top: 30px;
}

.postbox__tag.tagcloud {
    margin-bottom: 0;
}

.btn-apply-primary {
    background: linear-gradient(135deg, #1E90FF 0%, #00BFFF 100%);
    color: #fff;
    border: none;
    padding: 14px 30px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-apply-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.btn-apply-disabled {
    background: #cbd5e1;
    color: #64748b;
    border: none;
    padding: 14px 30px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: not-allowed;
}

.postbox__navigation {
    border-top: 2px solid #f1f5f9;
    padding-top: 30px;
}

.postbox__nav-btn a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #1E90FF;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.postbox__nav-btn a:hover {
    color: #00BFFF;
    gap: 15px;
}

.sidebar__wrapper {
    position: sticky;
    top: 100px;
}

.sidebar__widget {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    margin-bottom: 40px;
}

.sidebar__widget-title {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f1f5f9;
}

.sidebar__widget-title i {
    color: #1E90FF;
}

.contact-info-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item-sidebar {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    background: #f8fafc;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.contact-item-sidebar:hover {
    background: #f1f5f9;
}

.contact-icon-sidebar {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #1E90FF 0%, #00BFFF 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
}

.contact-content-sidebar {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}

.contact-label-sidebar {
    font-size: 12px;
    color: #94a3b8;
    font-weight: 500;
    text-transform: uppercase;
}

.contact-value-sidebar {
    font-size: 14px;
    color: #1e293b;
    font-weight: 600;
    word-break: break-word;
}

.contact-link {
    color: #1E90FF !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #00BFFF !important;
    text-decoration: underline;
}

.social-share-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.share-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.whatsapp-btn {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}

.facebook-btn {
    background: linear-gradient(135deg, #1877F2 0%, #0C63D4 100%);
}

.twitter-btn {
    background: linear-gradient(135deg, #1DA1F2 0%, #0C85D0 100%);
}

.linkedin-btn {
    background: linear-gradient(135deg, #0A66C2 0%, #004182 100%);
}

.rc__post-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rc__post {
    padding: 15px;
    background: #f8fafc;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.rc__post:hover {
    background: #f1f5f9;
    transform: translateX(5px);
}

.rc__post-thumb {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

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

.rc__post-content {
    flex: 1;
}

.rc__post-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
}

.rc__post-title a {
    color: #1e293b;
    text-decoration: none;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rc__post-title a:hover {
    color: #1E90FF;
}

.rc__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.rc__meta span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #94a3b8;
    font-size: 12px;
}

.rc__meta svg {
    color: #cbd5e1;
}

.related-career-meta {
    margin-top: 8px;
}

.meta-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    background: #e0e7ff;
    color: #1E90FF;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
}

.meta-badge i {
    font-size: 10px;
}

@media (max-width: 1199px) {
    .sidebar__wrapper {
        position: relative;
        top: 0;
    }
}

@media (max-width: 992px) {
    .postbox__area {
        padding: 60px 0;
    }

    .postbox__wrapper {
        padding: 30px;
    }

    .postbox__title {
        font-size: 26px;
    }

    .career-info-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media (max-width: 768px) {
    .postbox__wrapper {
        padding: 20px;
    }

    .postbox__title {
        font-size: 22px;
    }

    .career-info-grid {
        grid-template-columns: 1fr;
    }

    .postbox__meta {
        flex-direction: column;
        gap: 10px;
    }

    .social-share-buttons {
        grid-template-columns: 1fr;
    }

    .postbox__share-wrapper .row {
        flex-direction: column-reverse;
    }

    .postbox__share {
        text-align: left !important;
        margin-bottom: 20px;
    }

    .sidebar__widget {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .btn-apply-primary,
    .btn-apply-disabled {
        width: 100%;
        justify-content: center;
    }

    .urgent-badge-inline {
        display: block;
        margin-left: 0;
        margin-top: 10px;
        width: fit-content;
    }
}

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

.postbox__item,
.postbox__features,
.sidebar__widget {
    animation: fadeInUp 0.6s ease forwards;
}

/* careers-success */

.success-area {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 100%);
    min-height: 100vh;
}

.section-space {
    padding: 60px 0;
}

.success-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.success-card-main {
    background: #ffffff;
    border-radius: 16px;
    padding: 50px 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    text-align: center;
}

.theme-bg-2 {
    background: #fff;
}

.success-icon-wrapper {
    margin-bottom: 30px;
}

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

.success-checkmark {
    width: 100%;
    height: 100%;
}

.checkmark {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: block;
    stroke-width: 3;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0 0 0 #10B981;
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 3;
    stroke-miterlimit: 10;
    stroke: #10B981;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark-check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    stroke: #fff;
    stroke-width: 3;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0 0 0 60px #10B981;
    }
}

.success-title {
    font-size: 36px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 15px;
}

.success-description {
    font-size: 16px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.application-code-box {
    background: linear-gradient(135deg, #1E90FF 0%, #00BFFF 100%);
    border-radius: 12px;
    padding: 25px;
    margin-top: 30px;
}

.code-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgba(255,255,255,0.9);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.code-header i {
    font-size: 18px;
}

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

.code-text {
    background: rgba(255,255,255,0.2);
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Courier New', monospace;
    border: 2px dashed rgba(255,255,255,0.4);
}

.copy-code-button {
    background: rgba(255,255,255,0.2);
    border: 2px solid rgba(255,255,255,0.3);
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 14px;
}

.copy-code-button:hover {
    background: rgba(255,255,255,0.3);
    border-color: rgba(255,255,255,0.5);
    transform: translateY(-2px);
}

.copy-code-button i {
    font-size: 16px;
}

.code-note {
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
}

.application-details-section {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.section-title-with-icon {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 15px;
    border-bottom: 3px solid #f1f5f9;
}

.section-title-with-icon i {
    color: #1E90FF;
    font-size: 26px;
}

.details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.detail-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 12px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.detail-item:hover {
    background: #fff;
    border-color: #1E90FF;
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.15);
}

.detail-icon-box {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #1E90FF 0%, #00BFFF 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
}

.detail-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}

.detail-label {
    font-size: 13px;
    color: #94a3b8;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-value {
    font-size: 16px;
    color: #1e293b;
    font-weight: 600;
    word-break: break-word;
}

.status-badge-pending {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 15px;
    background: linear-gradient(135deg, #fbbf24 0%, #87CEFA 100%);
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    width: fit-content;
}

.process-timeline-section {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.timeline-container {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 30px;
}

.timeline-step {
    display: flex;
    gap: 25px;
    position: relative;
}

.timeline-step-marker {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    position: relative;
}

.marker-inner {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e2e8f0;
    border: 4px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 24px;
    transition: all 0.3s ease;
}

.timeline-step.completed .marker-inner {
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    border-color: #d1fae5;
    color: #fff;
}

.timeline-step.active .marker-inner {
    background: linear-gradient(135deg, #1E90FF 0%, #00BFFF 100%);
    border-color: #ddd6fe;
    color: #fff;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(102, 126, 234, 0.7);
    }
    50% {
        box-shadow: 0 0 0 15px rgba(102, 126, 234, 0);
    }
}

.timeline-step-content {
    flex: 1;
    padding-bottom: 40px;
}

.step-title {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.step-description {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 12px;
}

.step-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.completed-badge {
    background: #d1fae5;
    color: #059669;
}

.active-badge {
    background: #ddd6fe;
    color: #7c3aed;
}

.upcoming-badge {
    background: #f1f5f9;
    color: #94a3b8;
}

.step-duration {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #1E90FF;
    font-weight: 600;
}

.timeline-connector {
    width: 4px;
    height: 40px;
    background: #e2e8f0;
    margin-left: 28px;
    margin-top: -5px;
    margin-bottom: -5px;
}

.timeline-connector.completed {
    background: linear-gradient(to bottom, #10B981, #10B981);
}

.important-info-section {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-radius: 16px;
    padding: 35px;
    border-left: 6px solid #87CEFA;
}

.info-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.info-header i {
    font-size: 28px;
    color: #87CEFA;
}

.info-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #78350f;
    margin: 0;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.info-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #78350f;
    font-size: 15px;
    line-height: 1.7;
}

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

.next-actions-section {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.action-card {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.action-card:hover {
    background: #fff;
    border-color: #1E90FF;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2);
}

.action-card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #1E90FF 0%, #00BFFF 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.action-card:hover .action-card-icon {
    transform: scale(1.1) rotate(5deg);
}

.action-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}

.action-card-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}

.action-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 25px;
    background: linear-gradient(135deg, #1E90FF 0%, #00BFFF 100%);
    color: #fff;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
}

.action-card-btn:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
    color: #fff;
}

.appreciation-box {
    background: linear-gradient(135deg, #e0e7ff 0%, #ddd6fe 100%);
    border-radius: 16px;
    padding: 35px;
    text-align: center;
    border: 2px solid #c7d2fe;
}

.appreciation-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    margin: 0 auto 20px;
    animation: heartbeat 1.5s infinite;
}

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

.appreciation-text {
    font-size: 16px;
    color: #4c1d95;
    line-height: 1.8;
    margin-bottom: 15px;
}

.appreciation-signature {
    font-size: 16px;
    color: #5b21b6;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 992px) {
    .success-area {
        padding: 60px 0;
    }

    .success-card-main {
        padding: 40px 30px;
    }

    .success-title {
        font-size: 28px;
    }

    .application-details-section,
    .process-timeline-section,
    .next-actions-section {
        padding: 30px;
    }

    .details-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .success-card-main {
        padding: 30px 20px;
    }

    .success-title {
        font-size: 24px;
    }

    .code-display-area {
        flex-direction: column;
        gap: 10px;
    }

    .code-text {
        font-size: 20px;
        padding: 12px 20px;
    }

    .copy-code-button {
        width: 100%;
        justify-content: center;
    }

    .timeline-step {
        gap: 15px;
    }

    .timeline-step-marker {
        width: 50px;
        height: 50px;
    }

    .marker-inner {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .timeline-connector {
        margin-left: 23px;
    }

    .section-title-with-icon {
        font-size: 20px;
    }

    .application-details-section,
    .process-timeline-section,
    .next-actions-section,
    .important-info-section,
    .appreciation-box {
        padding: 25px 20px;
    }
}

@media (max-width: 576px) {
    .success-icon-circle {
        width: 100px;
        height: 100px;
    }

    .checkmark {
        width: 100px;
        height: 100px;
    }

    .success-title {
        font-size: 22px;
    }

    .success-description {
        font-size: 14px;
    }
}

/* appointment-success */


.success-icon {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    background-color: #48bb78;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.icon-wrapper i {
    font-size: 40px;
    color: white;
}

.success-animation {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #48bb78;
    animation: pulse 2s infinite;
    z-index: 1;
}

.booking-code-card {
    background-color: #ebf8ff;
    border: 1px dashed #4299e1;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.code-label {
    display: block;
    color: #4299e1;
    font-size: 14px;
    margin-bottom: 10px;
}

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

.code-value {
    font-size: 24px;
    font-weight: 700;
    color: #2d3748;
    letter-spacing: 2px;
}

.copy-code-btn {
    background: none;
    border: none;
    color: #4299e1;
    font-size: 18px;
    cursor: pointer;
    margin-left: 10px;
    transition: all 0.3s ease;
}

.copy-code-btn:hover {
    color: #3182ce;
}

.code-note {
    color: #718096;
    display: block;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}

.status-badge.pending {
    background-color: #fef3c7;
    color: #d97706;
}

.status-badge.pending i {
    margin-right: 5px;
}

.action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    flex: 1 1 auto;
    text-align: center;
}

.print-btn {
    background-color: #f7fafc;
    border: 1px solid #e2e8f0;
    color: #4a5568;
}

.whatsapp-btn {
    background-color: #25d366;
    color: white;
}

.home-btn {
    background-color: #4299e1;
    color: white;
}

.print-btn:hover {
    background-color: #edf2f7;
}

.whatsapp-btn:hover {
    background-color: #22c35e;
}

.home-btn:hover {
    background-color: #3182ce;
}

.download-section {
    margin-top: 30px;
    text-align: center;
}

.download-text {
    color: #718096;
    margin-bottom: 15px;
}

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

.download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pdf-btn {
    background-color: #e53e3e;
    color: white;
}

.calendar-btn {
    background-color: #805ad5;
    color: white;
}

.pdf-btn:hover {
    background-color: #c53030;
}

.calendar-btn:hover {
    background-color: #6b46c1;
}

.download-btn i {
    margin-right: 8px;
}

@keyframes pulse {
    0% {
        transform: translateX(-50%) scale(0.95);
        opacity: 0.7;
    }
    50% {
        transform: translateX(-50%) scale(1.05);
        opacity: 0.3;
    }
    100% {
        transform: translateX(-50%) scale(0.95);
        opacity: 0.7;
    }
}

@media (max-width: 767px) {
    .action-buttons {
        flex-direction: column;
    }

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

/* testimonial-success */


.rts-success-area {
    padding: 60px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
    min-height: 100vh;
}

.success-wrapper {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.success-header {
    text-align: center;
    padding: 60px 40px 40px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.success-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.4;
}

.success-icon-container {
    position: relative;
    display: inline-block;
    margin-bottom: 24px;
}

.success-icon-bg {
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-bg 2s ease-in-out infinite;
}

@keyframes pulse-bg {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.5;
    }
}

.success-checkmark {
    position: relative;
    z-index: 2;
}

.checkmark {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    stroke-width: 3;
    stroke: #fff;
    stroke-miterlimit: 10;
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 3;
    stroke-miterlimit: 10;
    stroke: rgba(255, 255, 255, 0.3);
    fill: rgba(255, 255, 255, 0.1);
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark-check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0 0 0 30px rgba(255, 255, 255, 0.2);
    }
}

.success-title {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 12px;
    color: white;
    position: relative;
}

.success-subtitle {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    opacity: 0.95;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.status-card {
    margin: -30px 40px 40px;
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
    border-left: 4px solid #87CEFA;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fef3c7;
    color: #92400e;
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 12px;
}

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

.status-description {
    margin: 0;
    color: #4b5563;
    line-height: 1.6;
}


.timeline-section {
    padding: 40px;
    border-bottom: 1px solid #e5e7eb;
}

.section-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 32px;
}

.section-heading i {
    color: #3b82f6;
    font-size: 22px;
}

.timeline-container {
    position: relative;
}

.timeline-item {
    display: flex;
    gap: 20px;
    position: relative;
    padding-bottom: 32px;
}

.timeline-item:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 23px;
    top: 48px;
    width: 2px;
    height: calc(100% - 32px);
    background: #e5e7eb;
}

.timeline-item.completed::before {
    background: #10b981;
}

.timeline-item.active::before {
    background: linear-gradient(to bottom, #10b981 0%, #e5e7eb 100%);
}

.timeline-marker {
    flex-shrink: 0;
    position: relative;
}

.timeline-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    color: #9ca3af;
    font-size: 18px;
    transition: all 0.3s ease;
}

.timeline-item.completed .timeline-icon {
    background: #10b981;
    color: white;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.timeline-item.active .timeline-icon {
    background: #3b82f6;
    color: white;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
    animation: pulse-icon 2s ease-in-out infinite;
}

@keyframes pulse-icon {
    0%, 100% {
        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
    }
    50% {
        box-shadow: 0 4px 20px rgba(59, 130, 246, 0.5);
    }
}

.timeline-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 8px;
}

.timeline-content p {
    margin: 0;
    color: #6b7280;
    line-height: 1.5;
}

.timeline-item.completed .timeline-content h4 {
    color: #10b981;
}

.timeline-item.active .timeline-content h4 {
    color: #3b82f6;
}


.info-box {
    margin: 40px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 16px;
    padding: 24px;
}

.info-box-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.info-box-header i {
    font-size: 24px;
    color: #3b82f6;
}

.info-box-header h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1e40af;
    margin: 0;
}

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

.info-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    color: #1e40af;
    line-height: 1.6;
}

.info-list li i {
    color: #3b82f6;
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

.info-list li strong {
    color: #1e3a8a;
}

.next-actions-section {
    padding: 40px;
    border-bottom: 1px solid #e5e7eb;
}

.action-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 24px;
}

.action-card {
    background: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.action-card:hover {
    border-color: #3b82f6;
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.15);
    transform: translateY(-4px);
}

.action-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
}

.action-card-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 8px;
}

.action-card-content p {
    margin: 0;
    color: #6b7280;
    line-height: 1.5;
}

.action-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background: white;
    border: 2px solid #3b82f6;
    color: #3b82f6;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: auto;
}

.action-card-btn:hover {
    background: #3b82f6;
    color: white;
    transform: translateX(4px);
}

.share-section {
    padding: 40px;
    border-bottom: 1px solid #e5e7eb;
    text-align: center;
}

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

.share-header i {
    font-size: 24px;
    color: #8b5cf6;
}

.share-header h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
}

.share-description {
    color: #6b7280;
    margin: 0 0 24px;
}

.share-buttons-grid {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.share-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    color: white;
}

.share-button i {
    font-size: 20px;
}

.share-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.share-button.whatsapp {
    background: #25d366;
}

.share-button.whatsapp:hover {
    background: #20ba5a;
}

.share-button.facebook {
    background: #1877f2;
}

.share-button.facebook:hover {
    background: #0c63d4;
}

.share-button.twitter {
    background: #1da1f2;
}

.share-button.twitter:hover {
    background: #0d8ddc;
}

.footer-actions {
    padding: 32px 40px;
    text-align: center;
    border-bottom: 1px solid #e5e7eb;
}

.btn-back-home {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: #f3f4f6;
    color: #1f2937;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-back-home:hover {
    background: #3b82f6;
    color: white;
    border-color: #3b82f6;
}

.appreciation-footer {
    padding: 32px 40px;
    text-align: center;
    background: #fef3c7;
}

.appreciation-footer i {
    font-size: 32px;
    color: #dc2626;
    margin-bottom: 12px;
    animation: heart-beat 1.5s ease-in-out infinite;
}

@keyframes heart-beat {
    0%, 100% {
        transform: scale(1);
    }
    10%, 30% {
        transform: scale(1.1);
    }
    20%, 40% {
        transform: scale(1);
    }
}

.appreciation-footer p {
    color: #78350f;
    line-height: 1.7;
    margin: 0 0 12px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.appreciation-footer strong {
    color: #451a03;
    font-size: 16px;
}

@media (max-width: 768px) {
    .rts-success-area {
        padding: 30px 0;
    }

    .success-wrapper {
        border-radius: 16px;
        margin: 0 15px;
    }

    .success-header {
        padding: 40px 24px 30px;
    }

    .success-title {
        font-size: 24px;
    }

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

    .checkmark {
        width: 60px;
        height: 60px;
    }

    .success-icon-bg {
        width: 90px;
        height: 90px;
    }

    .status-card {
        margin: -20px 20px 30px;
        padding: 20px;
    }

    .timeline-section,
    .next-actions-section,
    .share-section,
    .footer-actions {
        padding: 30px 20px;
    }

    .info-box {
        margin: 30px 20px;
        padding: 20px;
    }

    .section-heading {
        font-size: 18px;
    }

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

    .timeline-content p {
        font-size: 14px;
    }

    .action-cards-grid {
        grid-template-columns: 1fr;
    }

    .share-buttons-grid {
        flex-direction: column;
        align-items: stretch;
    }

    .share-button {
        justify-content: center;
    }

    .appreciation-footer {
        padding: 24px 20px;
    }
}

@media (max-width: 480px) {
    .success-title {
        font-size: 20px;
    }

    .timeline-item {
        gap: 12px;
    }

    .timeline-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .timeline-item:not(:last-child)::before {
        left: 19px;
        top: 40px;
    }

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

    .action-card {
        padding: 20px;
    }

    .action-card-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
}
