:root {

    --primary-color: #2c5aa0;
    --secondary-color: #17a2b8;
    --accent-color: #28a745;
    --warning-color: #ffc107;
    --danger-color: #dc3545;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}

.hero-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
    padding: 100px 0;
}

.appointments-content {
    padding: 3rem 0;
    background: #f8f9fa;
}

.info-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    margin-bottom: 2rem;
    border-left: 5px solid var(--primary-color);
}

.referral-requirements {
    background: #fff3cd;
    border: 2px solid #ffeaa7;
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.referral-requirements h4 {
    color: #856404;
    margin-bottom: 1rem;
}

.referral-requirements p {
    color: #856404;
    margin-bottom: 1rem;
}

.download-section {
    background: #e3f2fd;
    border-radius: 15px;
    padding: 2rem;
    margin: 2rem 0;
    text-align: center;
}

.download-btn {
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 25px;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0.5rem;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}

.download-btn:hover {
    background: #1e3d6f;
    color: white;
    transform: translateY(-2px);
}

.process-steps {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    margin-bottom: 2rem;
}

.step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 1rem;
    border-radius: 10px;
    background: #f8f9fa;
}

.step-number {
    background: var(--primary-color);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 1rem;
    flex-shrink: 0;
}

.step-content h6 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.pricing-info {
    background: #e8f5e8;
    border-radius: 15px;
    padding: 2rem;
    margin: 2rem 0;
}

.pricing-info h5 {
    color: var(--accent-color);
    margin-bottom: 1rem;
}

.contact-section {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    margin-bottom: 2rem;
}

.contact-method {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 10px;
}

.contact-icon {
    background: var(--primary-color);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    font-size: 1.2rem;
}

.services-grid {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    margin-bottom: 2rem;
}

.service-card {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    transition: all 0.3s;
    cursor: pointer;
}

.service-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.service-icon {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.book-service-btn {
    background: var(--accent-color);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.book-service-btn:hover {
    background: #1e7e34;
    color: white;
}

.alert-important {
    background: #f8d7da;
    border: 2px solid #f5c6cb;
    color: #721c24;
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.fees-table {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    margin: 1rem 0;
}

.fees-table table {
    margin-bottom: 0;
}

.fees-table th {
    background: var(--primary-color);
    color: white;
    font-weight: 600;
}

.service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.service-icon {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.cta-section {
    background: var(--accent-color);
    color: white;
}

.feature-list li {
    margin-bottom: 0.5rem;
}

.feature-list i {
    color: var(--accent-color);
    margin-right: 0.5rem;
}

.appointments-content {
    padding: 3rem 0;
    background: #f8f9fa;
}

.info-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    margin-bottom: 2rem;
    border-left: 5px solid var(--primary-color);
}

.referral-requirements {
    background: #fff3cd;
    border: 2px solid #ffeaa7;
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.referral-requirements h4 {
    color: #856404;
    margin-bottom: 1rem;
}

.referral-requirements p {
    color: #856404;
    margin-bottom: 1rem;
}

.download-section {
    background: #e3f2fd;
    border-radius: 15px;
    padding: 2rem;
    margin: 2rem 0;
    text-align: center;
}

.download-btn {
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 25px;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0.5rem;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}

.download-btn:hover {
    background: #1e3d6f;
    color: white;
    transform: translateY(-2px);
}

.process-steps {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    margin-bottom: 2rem;
}

.step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 1rem;
    border-radius: 10px;
    background: #f8f9fa;
}

.step-number {
    background: var(--primary-color);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 1rem;
    flex-shrink: 0;
}

.step-content h6 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.pricing-info {
    background: #e8f5e8;
    border-radius: 15px;
    padding: 2rem;
    margin: 2rem 0;
}

.pricing-info h5 {
    color: var(--accent-color);
    margin-bottom: 1rem;
}

.contact-section {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    margin-bottom: 2rem;
}

.contact-method {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 10px;
}

.contact-icon {
    background: var(--primary-color);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    font-size: 1.2rem;
}

.services-grid {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    margin-bottom: 2rem;
}

.service-card {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    transition: all 0.3s;
    cursor: pointer;
}

.service-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.service-icon {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.book-service-btn {
    background: var(--accent-color);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.book-service-btn:hover {
    background: #1e7e34;
    color: white;
}

.alert-important {
    background: #f8d7da;
    border: 2px solid #f5c6cb;
    color: #721c24;
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.fees-table {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    margin: 1rem 0;
}

.fees-table table {
    margin-bottom: 0;
}

.fees-table th {
    background: var(--primary-color);
    color: white;
    font-weight: 600;
}

.service-header {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
    padding: 2rem 0;
}

.service-info-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    margin-bottom: 2rem;
}

.booking-section {
    background: #f8f9fa;
    min-height: calc(100vh - 200px);
    padding: 2rem 0;
}

.calendar-container {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.calendar-nav {
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.calendar-nav:hover {
    background: #1e3d6f;
    transform: scale(1.1);
}

.calendar-table {
    width: 100%;
    margin-bottom: 0;
}

.calendar-table th {
    text-align: center;
    padding: 0.75rem 0.25rem;
    font-weight: 600;
    color: var(--primary-color);
    border: none;
}

.calendar-table td {
    text-align: center;
    padding: 0.5rem 0.25rem;
    border: none;
    vertical-align: middle;
}

.calendar-day {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.calendar-day:hover {
    background: #e3f2fd;
    border-color: var(--primary-color);
}

.calendar-day.available {
    background: #f8f9fa;
    color: #333;
}

.calendar-day.unavailable {
    background: #f5f5f5;
    color: #ccc;
    cursor: not-allowed;
}

.calendar-day.selected {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.calendar-day.today {
    border-color: var(--accent-color);
    font-weight: bold;
}

.time-slots-container {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.time-slot {
    display: inline-block;
    margin: 0.5rem;
    padding: 0.75rem 1.25rem;
    border: 2px solid #e9ecef;
    border-radius: 25px;
    background: white;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 500;
}

.time-slot:hover {
    border-color: var(--primary-color);
    background: #e3f2fd;
}

.time-slot.selected {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.booking-summary {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    position: sticky;
    top: 2rem;
}

.price-breakdown {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 10px;
    margin: 1rem 0;
}

.add-to-cart-btn {
    background: var(--accent-color);
    border: none;
    border-radius: 25px;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: bold;
    width: 100%;
    transition: all 0.3s;
}

.add-to-cart-btn:hover {
    background: #1e7e34;
    transform: translateY(-2px);
}

.add-to-cart-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
}

.referral-alert {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 10px;
    padding: 1rem;
    margin: 1rem 0;
}




.cart-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    transition: all 0.3s ease;
}

.cart-item:hover {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.cart-summary {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
}

.navbar-brand {
    font-weight: bold;

    .cart-section {
        background: #f8f9fa;
        min-height: calc(100vh - 100px);
        padding: 2rem 0;
    }

    .cart-header {
        background: white;
        border-radius: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        padding: 2rem;
        margin-bottom: 2rem;
    }

    .cart-item {
        background: white;
        border-radius: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        padding: 1.5rem;
        margin-bottom: 1.5rem;
        transition: all 0.3s ease;
    }

    .cart-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .service-icon {
        font-size: 2.5rem;
        color: var(--primary-color);
    }

    .cart-summary {
        background: white;
        border-radius: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        padding: 2rem;
        position: sticky;
        top: 2rem;
    }

    .price-breakdown {
        background: #f8f9fa;
        padding: 1.5rem;
        border-radius: 10px;
        margin: 1.5rem 0;
    }

    .checkout-btn {
        background: var(--accent-color);
        border: none;
        border-radius: 25px;
        padding: 1rem 2rem;
        font-size: 1.1rem;
        font-weight: bold;
        width: 100%;
        transition: all 0.3s;
    }

    .checkout-btn:hover {
        background: #1e7e34;
        transform: translateY(-2px);
    }

    .remove-btn {
        background: var(--danger-color);
        border: none;
        border-radius: 20px;
        color: white;
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
        transition: all 0.3s;
    }

    .remove-btn:hover {
        background: #c82333;
        color: white;
    }

    .empty-cart {
        text-align: center;
        padding: 4rem 2rem;
        background: white;
        border-radius: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .empty-cart i {
        font-size: 4rem;
        color: #6c757d;
        margin-bottom: 1rem;
    }

    .continue-shopping {
        background: var(--primary-color);
        border: none;
        border-radius: 25px;
        padding: 0.75rem 2rem;
        color: white;
        text-decoration: none;
        display: inline-block;
        transition: all 0.3s;
    }

    .continue-shopping:hover {
        background: #1e3d6f;
        color: white;
        transform: translateY(-2px);
    }

    .appointment-details {
        background: #e3f2fd;
        border-radius: 10px;
        padding: 1rem;
        margin-top: 1rem;
    }

    .appointment-details h6 {
        color: var(--primary-color);
        margin-bottom: 0.5rem;
    }