.profile-wrapper {
    background: #f4f7fa;
    padding: 120px 0 60px;
    font-family: 'Inter', sans-serif;
}

.btn-orange {
    background-color: #1E293B;
    border-color: #1E293B;
    color: white;

    font-weight: bold;
    text-transform: uppercase;
}

.profile-hero-card {
    background: url();
    padding: 24px;
    border-radius: 16px;
    height: 100%;
    border: 1px solid #e5e7eb;
}

.profile-avatar {
    position: relative;
    width: 70px;
}

.profile-avatar img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.status-dot {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 10px;
    height: 10px;
    background: #28c76f;
    border: 2px solid #fff;
    border-radius: 50%;
}

.card-section {
    background: #fff;
    padding: 18px;
    border-radius: 14px;
    margin-bottom: 20px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.session-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
}

.session-img {
    height: 120px;
    background: #0f172a;
    position: relative;
}

.view-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #206695;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 20px;
}

.session-body {
    padding: 14px;
}

.session-meta {
    font-size: 12px;
    color: #6c757d;
    display: flex;
    flex-direction: column;
}

.info-card {
    background: #fff;
    padding: 16px;
    border-radius: 14px;
}

.analysis-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    text-align: center;
}

.skill-badge {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #206695;
    border-radius: 20px;
    font-size: 12px;
    margin: 4px 4px 0 0;
}

.certificate-card img {
    width: 100%;
    border-radius: 10px;
}

.premium-card {
    background: #0f172a;
    color: #fff;
    padding: 20px;
    border-radius: 14px;
}

/* Skills Card */
.skills-card {
    background: #fff;
    border-radius: 14px;
    padding: 16px;
}

.skills-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #9ca3af;
    letter-spacing: 0.8px;
    margin-bottom: 6px;
}

.skills-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* Skill Pills */
.skill-pill {
    padding: 6px 14px;
    font-size: 15px;
    border-radius: 999px;
    border: 1px solid #6aa3f9;
    color: #000000;
    background-color: #ffffff;
    font-weight: 500;
    white-space: nowrap;
}

.skill-pill.primary {
    background-color: #e7f1ff;
    border-color: #206695;
}

/* Timeline Cards */
.timeline-card {
    position: relative;
    background: #ffffff;
    border-radius: 14px;
    padding: 18px 18px 18px 28px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    height: 100%;
}

/* Vertical Line */
.timeline-line {
    position: absolute;
    left: 16px;
    top: 20px;
    bottom: 20px;
    width: 2px;
    background: #e5e7eb;
    border-radius: 2px;
}

/* Dot */
.timeline-dot {
    position: absolute;
    left: 12px;
    top: 24px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.bg-purple {
    background-color: #a855f7;
}

/* Content */
.timeline-content {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

/* Letter Avatar */
.timeline-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
}

/* Text tweaks */
.timeline-card h6 {
    font-size: 21px;
    font-weight: 600;
}

.timeline-card p {
    font-size: 16px;
}

.timeline-card small {
    font-size: 14px;
}

/* Mobile spacing */
@media (max-width: 767px) {
    .timeline-card {
        padding-left: 32px;
    }
}


/* Session Analysis */
.session-analysis-card {
    background: #fff;
    border-radius: 14px;
    padding: 16px;
}

.session-analysis-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

/* Individual Item */
.analysis-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Icon Box */
.analysis-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

/* Icon Colors */
.bg-blue {
    background-color: #e7f1ff;
    color: #206695;
}

.bg-green {
    background-color: #eafaf1;
    color: #198754;
}

.bg-purple {
    background-color: #f3e8ff;
    color: #a855f7;
}

.bg-orange {
    background-color: #fff4e5;
    color: #fd7e14;
}

/* Text */
.analysis-text strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.analysis-text span {
    font-size: 12px;
    color: #6b7280;
}

/* Upcoming Sessions */
.upcoming-section {
    background: #f4f7fa;
    border-radius: 16px;
    padding: 16px;
}

/* Header */
.section-header-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.section-title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-bar {
    width: 4px;
    height: 25px;
    background-color: #206695;
    border-radius: 2px;
}

/* Slider arrows */
.nav-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111827;
}

.nav-btn:hover {
    background: #f1f5f9;
}

/* Session Card */
.session-card-v2 {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    height: 100%;
}

/* Image */
.session-image {
    height: 120px;
    position: relative;
}

.bg-dark {
    background: #0f172a;
}

.bg-teal {
    background: linear-gradient(135deg, #0f766e, #115e59);
}

/* View badge */
.view-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #206695;
    color: #ffffff;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 999px;
}

/* Content */
.session-content {
    padding: 14px;
    margin-top: 150px;
}

.session-content h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
}

.session-content p {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 10px;
}

/* Meta info */
.session-info {
    font-size: 12px;
    color: #6b7280;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.session-info i {
    margin-right: 6px;
}

.slider-controls {
    display: flex;
    gap: 5px;
}

/* About Coach Card */
.about-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px 18px;
}

/* Header */
.about-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.about-header h6 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

/* Left accent bar */
.about-bar {
    width: 4px;
    height: 25px;
    background-color: #8b5cf6;
    border-radius: 2px;
}

/* Paragraph */
.about-text {
    font-size: 18px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
    max-width: 95%;
}

/* Certificates Section */
.certificates-section {
    background: transparent;
    margin-top: 8px;
}

/* Header */
.certificates-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.cert-title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cert-title-wrap h6 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

/* Red vertical bar */
.cert-bar {
    width: 4px;
    height: 25px;
    background-color: #ef4444;
    border-radius: 2px;
}

/* Nav arrows */
.cert-nav {
    display: flex;
    gap: 6px;
}

.cert-nav-btn {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.cert-nav-btn:hover {
    background: #f3f4f6;
}

/* Certificate Card */
.certificate-card-v2 {
    background: #ffffff;
    border-radius: 12px;
    padding: 12px;
}

/* Image wrapper (important for spacing match) */
.certificate-img {
    background: #f8fafc;
    border-radius: 10px;
    padding: 10px;
}

.certificate-img img {
    width: 100%;
    border-radius: 6px;
    display: block;
}

/* File name */
.certificate-name {
    text-align: center;
    font-size: 12px;
    color: #374151;
    margin-top: 10px;
}

/* Reviews Card */
.reviews-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px 18px;
}

/* Header */
.reviews-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.reviews-header h6 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Accent bar (pink/red like reference) */
.reviews-bar {
    width: 4px;
    height: 25px;
    background-color: #ec4899;
    border-radius: 2px;
    margin-bottom: 10px;
}

/* Review item */
.review-item {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
}

/* Avatar */
.review-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    font-size: 16px;
    flex-shrink: 0;
}

/* Content */
.review-content strong {
    display: block;
    font-size: 21px;
    font-weight: 600;
    color: #111827;
}

.review-stars {
    font-size: 18px;
    color: #facc15;
    margin: 2px 0 4px;
}

.review-content p {
    font-size: 18px;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
    max-width: 95%;
}

/* View all link */
.view-all-reviews {
    display: inline-block;
    font-size: 15px;
    color: #206695;
    text-decoration: none;
    margin-top: 6px;
}

.view-all-reviews:hover {
    text-decoration: underline;
}

/* =========================
   MODAL BASE SIZE & CENTER
========================= */
.modal-dialog {
    max-width: 520px;
}

.modal-content {
    border-radius: 20px;
    padding: 22px 24px;
    display: flex;
    flex-direction: column;
}

/* =========================
   HEADER
========================= */
.modal-header {
    border: none;
    padding-bottom: 8px;
}

.modal-title {
    font-size: 18px;
    font-weight: 600;
}

.btn-back {
    background: none;
    border: none;
    font-size: 20px;
    color: #374151;
}

/* =========================
   BODY
========================= */
.modal-body {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
}

/* Subtitle */
.modal-subtitle {
    font-size: 14px;
    color: #6b7280;
    text-align: center;
    margin-bottom: 18px;
}

/* Step titles */
.step-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

/* =========================
   DATE INPUT
========================= */
.date-input-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 10px 12px;
    background: #fff;
    margin-bottom: 18px;
}

.date-input-wrapper i {
    color: #6b7280;
}

.date-input {
    border: none;
    outline: none;
    font-size: 14px;
    width: 100%;
    background: transparent;
}

/* =========================
   TIME SLOTS
========================= */
.time-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.time-slot {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    background: #ffffff;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.time-slot:hover:not(.disabled) {
    background: #f8fafc;
}

.time-slot.active {
    background: #eef2ff;
    border-color: #2563eb;
    font-weight: 600;
}

.time-slot.disabled {
    background: #e5e7eb;
    color: #9ca3af;
    cursor: not-allowed;
}

/* =========================
   FOOTER BUTTON
========================= */
.modal-footer-custom {
    margin-top: 20px;
    padding-top: 14px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: center;
}

/* Primary CTA */
.btn-gradient {
    min-width: 180px;
    padding: 10px 26px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 999px;
    border: none;
    color: #ffffff;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
}

.btn-gradient:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* =========================
   CONFIRM MODAL
========================= */
.confirm-info {
    margin: 18px 0;
    font-size: 14px;
}

.confirm-info span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 6px;
}

/* =========================
   SUCCESS MODAL
========================= */
.success-icon {
    font-size: 46px;
    color: #22c55e;
    margin-bottom: 10px;
}


@media (max-width: 767px) {
    .certificate-card-v2 {
        max-width: 100%;
    }

    .carousel-inner {
        padding-left: 2px;
        padding-right: 2px;
    }
}

@media (max-width: 767px) {
    .session-card-v2 {
        max-width: 100%;
    }

    .carousel-inner {
        padding-left: 2px;
        padding-right: 2px;
    }
}