.header-section {
    background: white;
    padding: 60px 0 30px 0;
    text-align: center;
}

.header-section h3 {
    color: #1cb2cb;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    margin-bottom: 20px;
    font-weight: 600;
}

.header-section h1 {
    font-size: 2rem;
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 15px;
    color: #083a61;
}

.header-section p {
    color: #6c757d;
    font-size: 1.1rem;
}

.search-box {
    position: relative;
    margin-bottom: 20px;
}

.search-box .form-control {
    padding-left: 45px;
    height: 50px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.search-box i {
    position: absolute;
    left: 15px;
    top: 17px;
    color: #6c757d;
}



.search-tag {
    background: #2c3e50;
    color: white;
    padding: 4px 24px 4px 18px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    font-size: 14px;
}

.search-tag .btn-close {
    background: transparent;
    border: none;
    color: white;
    font-size: 18px;
    margin-left: 10px;
    cursor: pointer;
}

.filter-pill {
    display: inline-block;
    font-size: 14px;
    padding: 6px 18px;
    margin: 5px;
    border: 1px solid #dee2e6;
    border-radius: 25px;
    background: white;
    cursor: pointer;
    transition: all 0.3s;
}

.filter-pill:hover {
    border-color: #2c3e50;
}

.filter-pill.active {
    background: #2c3e50;
    color: white;
    border-color: #2c3e50;
}

.btn-filters:hover {
    background: rgb(238, 238, 238)
}


.service-card {
    background: white;
    border: 1px solid rgb(235, 235, 235);
    padding: 30px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s;
}

.service-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.service-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c3e50;
}

.service-meta {
    color: #6c757d;
    font-size: 0.95rem;
}

.service-meta i {
    margin-right: 5px;
}

.service-price {
    font-size: 1.3rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 15px;
}

.btn-cart {
    background: #08747a;
    color: white !important;
    padding: 12px 35px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s;
}

.btn-cart:hover {
    background: #074f54;
    color: white !important;
    transform: translateY(-2px);
}

.service-description {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-top: 15px;
    display: none;
}

.service-description.show {
    display: block;
}

/* Slider lateral */
.time-slider {
    position: fixed;
    top: 0;
    right: -450px;
    width: 450px;
    height: 100%;
    background: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transition: right 0.3s;
}

.time-slider.show {
    right: 0;
}

.slider-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    display: none;
}

.slider-overlay.show {
    display: block;
}

.slider-header {
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slider-header h4 {
    margin: 0;
    font-size: 1.2rem;
}

.slider-close {
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.slider-body {
    padding: 20px;
    max-height: calc(100vh - 164px);
    overflow-y: auto;
}

.date-group {
    margin-bottom: 25px;
}

.date-title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 15px;
    color: #2c3e50;
}

.time-slot {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    margin: 5px;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    background: white;
}

.time-slot:hover {
    border-color: #08747a;
    background: #f0fdff;
}

.time-slot.selected {
    border-color: #074f54;
    background: #074f54;
    color: white;
}

.slider-footer {
    padding: 20px;
    border-top: 1px solid #dee2e6;
    position: sticky;
    bottom: 0;
    background: white;
}

.btn-details {
    text-decoration: underline !important;
    cursor: pointer;
    font-size: 14px
}

.description-text {
    font-size: 14px
}

.float-svg {
    position: absolute;
    top: 16px;
    left: 12px;
}

.main-menu .brand-logo {
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.slick-track {
    margin-left: 0px;
}

.list-indicators span {
    font-size: 12px !important
}

.list-indicators span::before {
    content: '•';
    color: #2c3e50;
    margin-right: 5px;
    font-size: 18px;
}

/* iOS Style Modal */
.ios-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(2px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.ios-modal-overlay.show {
    display: flex;
}

.ios-modal {
    background: #fdfdfd;
    width: 320px;
    border-radius: 14px;
    overflow: hidden;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.ios-modal-header {
    padding: 20px 16px 8px;
}

.ios-modal-header h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.ios-modal-body {
    padding: 0 16px 20px;
}

.ios-modal-body p {
    margin: 0 0 15px;
    font-size: 13px;
    color: #000;
}

.service-details-summary {
    text-align: left;
    background: rgba(0, 0, 0, 0.05);
    padding: 10px;
    border-radius: 8px;
}

.detail-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 14px;
}

.detail-label {
    font-weight: 600;
    color: #555;
    font-size: 14px;
    padding-right: 10px;
}

.detail-value {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.ios-modal-footer {
    display: flex;
    border-top: 0.5px solid rgba(0, 0, 0, 0.2);
}

.ios-modal-btn {
    flex: 1;
    padding: 12px;
    border: none;
    background: transparent;
    font-size: 17px;
    cursor: pointer;
    outline: none;
}

.ios-modal-btn-cancel {
    color: rgb(174, 14, 14) !important;
    border-right: 0.5px solid rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-weight: 500;
}

.ios-modal-btn-confirm {
    color: #007aff !important;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.ios-modal-btn-cancel:hover,
.ios-modal-btn-confirm:hover {
    background: rgba(137, 137, 137, 0.071);
    color: initial !important;
}

.ios-modal-btn:active {
    background: rgba(0, 0, 0, 0.1);
}

.btn-filters.active {
    background: #a2a2a242 !important;
}

.alert-warning-badge {
    padding: 6px 10px;
    margin-top: 0.5rem;
    border-radius: 10px;
    background-color: #FEFCE8;
    border: 1px solid #FACC15;
    text-align: center;
}

.alert-warning__title {
    font-weight: 700;
    margin-bottom: 2px !important;
    color: #A16207 !important;
}

.alert-warning__text {
    color: #854D0E;
    line-height: 1.2;
}

.pagination-examedi {
    padding: 15px 0;
    border-top: 1px solid #eee;
}
.pagination-examedi .pagination {
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
}
.pagination-examedi .page-item .page-link {
    border-radius: 4px;
    margin: 0 2px;
    color: #fff;
    border-color: #ddd;
    padding: 6px 12px;
    font-size: 13px;
}
.pagination-examedi .page-item.active .page-link {
    background-color: #08747a;
    border-color: #08747a;
    color: #fff!important;
}
.pagination-examedi .page-item.disabled .page-link {
    color: #e7e7e7;
    background-color: #f8f9fa;
}
.pagination-examedi .page-link:hover:not(.disabled) {
    background-color: #0a5f64;
}
.pagination-examedi .pagination-info {
    font-size: 13px;
}

.alert-info-custom{
    color: #067484;
    background-color: #3faeac20;
    border-color: #ceeff7;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 576px) {
    .pagination-examedi .page-link {
        padding: 4px 8px;
        font-size: 12px;
    }
}


@media screen and (max-width: 768px) {
    .list-indicators {
        margin-left: 0;
    }

    .content-examedi {
        max-width: 100% !important;
    }
}