/* {
    outline: 2px red solid !important;
}*/

:root {
    --color-slate: #64748B;
    --color-dark: #1E293B;
    --bg-indigo-light: color-mix(in srgb, var(--bs-indigo) 10%, transparent);
    --shadow-card: 0 8px 24px rgba(0, 0, 0, 0.05);
    --radius-card: 0.7rem;
}

p {
    color: #697B8A;
}

a {
    text-decoration: none !important;
}

.bg-green {
    background-color: color-mix(in srgb, var(--bs-green) 10%, transparent);
}

/*FOOTER START*/
.footer-up .text,
.footer-up .link,
.footer-down .link,
.footer-down .text {
    color: var(--color-slate);
}
/*FOOTER END*/

/*BUTTONS START*/
.search-form .btn-white .icon {
    filter: brightness(0) saturate(90%);
}

/*BUTTONS END*/
.premium-comparison-table td, .premium-comparison-table th {
    display: table-cell;
    padding: 14px 18px;
    border-bottom: 1px dashed #eee;
    vertical-align: middle;
    width: auto;
    position: static;
    text-align: left;
    border-right: 1.5px solid #e3e6ef;
}

.specialists-popular .card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-card);
}

.icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.specialists .cards .card .icon-img {
    width: 40px;
    height: 40px;
}

.icon-wrap.bg-indigo,
.practice-management-benefits .bg-indigo {
    background-color: var(--bg-indigo-light);
}

.icon-wrap.bg-red,
.practice-management-benefits .bg-red {
    background-color: color-mix(in srgb, var(--bs-red) 10%, transparent);
}

.icon-wrap.bg-orange,
.practice-management-benefits .bg-orange {
    background-color: color-mix(in srgb, var(--bs-orange) 10%, transparent);
}

.icon-wrap.bg-blue,
.practice-management-benefits .bg-blue {
    background-color: color-mix(in srgb, var(--bs-blue) 10%, transparent);
}

.text-red {
    color: var(--bs-red);
}

.text-orange {
    color: var(--bs-orange);
}

.text-blue {
    color: var(--bs-blue);
}

.arrow-red {
    filter: brightness(0) saturate(100%) invert(17%) sepia(100%) saturate(7500%) hue-rotate(355deg) brightness(95%) contrast(90%);
}

.arrow-orange {
    filter: brightness(0) saturate(100%) invert(61%) sepia(80%) saturate(1700%) hue-rotate(357deg) brightness(101%) contrast(101%);
}

.arrow-blue {
    filter: brightness(0) saturate(100%) invert(39%) sepia(100%) saturate(7500%) hue-rotate(190deg) brightness(95%) contrast(90%);
}

.icon-indigo {
    filter: brightness(0) saturate(100%) invert(19%) sepia(93%) saturate(3620%) hue-rotate(258deg) brightness(90%) contrast(97%);
}

/*specialists end*/

.cities-list .col:last-child .city-link,
.cities-list .col:nth-last-child(2) .city-link,
.cities-list .col:nth-last-child(3) .city-link {
    border-bottom: 0 !important;
}

/*HERO-ABOUT-US START*/
.hero-about-us .paws .first-paw .icon-img,
.hero-about-us .paws .second-paw .icon-img,
.hero-about-us .paws .third-paw .icon-img {
    width: 55px;
    height: 55px;
}

.hero-about-us .paws .first-paw .icon-img {
    transform: translate(-100px, -80px);
}

.hero-about-us .paws .second-paw .icon-img {
    transform: translate(-10px, -110px);
}

.hero-about-us .paws .third-paw .icon-img {
    transform: translate(0, -90px);
}

/*HERO-ABOUT-US END*/

/*HOW IT WORKS START*/
.how-it-works .circle {
    width: 3.5rem;
    height: 3.5rem;
}

.how-it-works .card,
.contact-info .card,
.why-choose-us .card,
.you-have-more-questions .card,
.specialists-popular .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.how-it-works .card:hover,
.you-have-more-questions .card:hover,
.contact-info .card:hover,
.specialists-popular .card:hover,
.why-choose-us .card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-card);
}

.how-it-works .card:hover .rounded-circle,
.you-have-more-questions .card:hover .rounded-circle,
.contact-info .card:hover .rounded-circle,
.specialists-popular .card:hover .info-wrap,
.why-choose-us .card:hover .icon-wrap {
    transform: scale(1.1);
}


/*HOW IT WORKS END*/

/*CONTACT INFO START*/
.contact-info .icon {
    background-color: var(--bg-indigo-light);
    width: 25px;
    height: 25px;
}

.contact-info .icon .icon-img {
    width: 30px;
    height: 30px;
}  
/*CONTACT INFO END*/


/*CONTACT FORM START*/
.contact-form .contact-form-right .icon {
    background-color: var(--bg-indigo-light);
}

.contact-form .contact-form-right .icon .icon-img {
    width: 30px;
    height: 30px;
}        

/*CONTACT FORM END*/

/*YOU HAVE MORE QUESTIONS START*/
.you-have-more-questions .circle {
    width: 65px;
    height: 65px;
}

.you-have-more-questions .circle .icon-img{
    filter: brightness(0) saturate(100%) invert(100%);
}
/*YOU HAVE MORE QUESTIONS END*/

/*TESTIMONIALS START*/

.reviews-section .review-card-bg,
.cities .my-slider-city .btn {
    background-color: color-mix(in srgb, var(--bs-white) 10%, transparent);
}


.reviews-section .quote-icon-invert {
    filter: brightness(0) saturate(100%) invert(100%);
}

/*TESTIMONIALS END*/

/*FORM START*/
.custom-shadow {
    box-shadow: var(--shadow-card);
}

/*login*/
.input-group .btn-outline-password {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-color: #ced4da;
    background-color: white;
    color: #495057;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-group .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .btn-outline-password:hover {
    background-color: #e9ecef;
    color: #212529;
    border-color: #ced4da;

}

/*doctors cards start*/

.doctor-card .doctor-photo-img,
.clinic-card .clinic-photo-img {
    width: 100%;
    height: 220px;
    border-radius: var(--radius-card);
    object-fit: cover;
    display: block;
}

.doctor-card-page .photo {
    width: 150px;
    height: 100%; 
    border-radius: var(--radius-card);
    overflow: hidden; 
    display: block;
}

.doctor-card-page .doctor-photo-img {
    width: 100%;
    height: auto; 
    border-radius: var(--radius-card);
    object-fit: cover; 
    display: block;
}

.doctor-card .star-icon,
.clinic-card .star-icon {
    width: 17px;
    height: 17px;
}

.doctor-card .info-icon,
.clinic-card .info-icon {
    width: 16px;
    height: 16px;
}

.doctor-card .location-icon,
.clinic-card .location-icon {
    filter: brightness(0) saturate(100%) opacity(0.40);
}

.doctor-card .free-hour,
.clinic-card .free-hour {
    background-color: rgba(52, 168, 83, 0.1);
}

.doctor-card .clock-icon,
.clinic-card .clock-icon {
    filter: brightness(0) saturate(100%) invert(48%) sepia(66%) saturate(636%) hue-rotate(83deg) brightness(94%) contrast(92%);
}

.doctor-card .free-hour-text,
.doctor-card .free-hour-text span,
.clinic-card .free-hour-text,
.clinic-card .free-hour-text span {
    color: var(--color-green);
}

.doctor-card .price-value,
.doctor-card .price-value span,
.clinic-card .price-value,
.clinic-card .price-value span {
    color: #313B4B;
}

.doctor-card .currency-icon,
.clinic-card .currency-icon {
    width: 12px;
    height: 12px;
}

.doctor-card .calendar-icon,
.clinic-card .calendar-icon {
    width: 15px;
    height: 15px;
}

.doctors .doctor-card .experience-badge,
.clinics .clinic-card .experience-badge {
    font-size: 0.7rem;
    line-height: 1;
}

.rounded-none {
    border-radius: 0 !important;
}

.bg-indigo {
    background-color:  var(--bs-indigo);
}

.icon-color-indigo {
    filter: brightness(0) saturate(100%) invert(19%) sepia(93%) saturate(3620%) hue-rotate(244deg) brightness(90%) contrast(97%);
    width: 35px;
    height: 35px;
}

.doctor-card,
.clinic-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.doctor-card:hover,
.clinic-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--bs-box-shadow);
}

.doctor-card .photo,
.clinic-card .photo {
    overflow: hidden;
    border-radius: var(--radius-card);
}

.doctor-card .doctor-photo-img,
.clinic-card .doctor-photo-img {
    transition: transform 0.25s ease;
}

.doctor-card:hover .doctor-photo-img,
.clinic-card:hover .doctor-photo-img {
    transform: scale(1.06);
}

@media (prefers-reduced-motion: reduce) {
    .doctor-card,
    .doctor-card .doctor-photo-img,
    .clinic-card,
    .clinic-card .doctor-photo-img {
        transition: none;
    }

    .doctor-card:hover,
    .clinic-card:hover {
        transform: none;
    }

    .doctor-card:hover .doctor-photo-img,
    .clinic-card:hover .doctor-photo-img {
        transform: none;
    }
}

/*doctors cards end*/

/**/
.specialists .cards .col .card .icon-wrap {
    background-color: var(--bg-indigo-light);
}

.icon-wrap .icon-svg {
    width: 40px;
    height: 40px;
    color: var(--bs-indigo);
}

.specialists .cards .col .card:hover .icon-wrap {
    background-color: var(--bs-indigo) !important;
}

.specialists .cards .col .card:hover .icon-wrap .icon-svg {
    color: var(--bs-white) !important;
}

/**/

.tns-nav {
    text-align: start;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 10;
    position: relative;
}

.tns-nav > button {
    width: 30px;
    height: 5px;
    padding: 0;
    margin: 0 3px;
    border-radius: 1rem;
    background: var(--bs-white) !important;
    border: none;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.tns-nav > button.tns-nav-active {
    opacity: 1;
}

/**/
.reviews-section .custom-tns-controls,
.custom-tns-controls-cities {
    display: flex;
    gap: 10px;
}

.reviews-section .custom-tns-controls button,
.custom-tns-controls-cities button {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    outline: none;
}

.reviews-section .custom-tns-controls button svg path,
.custom-tns-controls-cities button svg path {
    stroke: var(--bs-white);
    stroke-opacity: 0.7;
    transition: stroke 0.3s ease, stroke-opacity 0.3s ease;
}

.reviews-section .custom-tns-controls button:hover,
.custom-tns-controls-cities button:hover {
    background-color: var(--bs-white);
    border-color: var(--bs-white);
}

.reviews-section .custom-tns-controls button:hover svg path, 
.custom-tns-controls-cities button:hover svg path {
    stroke: var(--bs-indigo) !important;
    stroke-opacity: 1 !important;
    transition: stroke 0.3s;
}

.reviews-section .tns-controls {
    display: none !important;
}

.bg-light-gray {
    background-color: #F8FAFC;
}

.bg-light-green {
    background-color: #ECFDF5;
}

.text-green {
    color: #10B981;
}

.text-indigo {
    color: var(--bs-indigo);
}

.doctor-photo-img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 1.5rem;
}

.experience-badge {
    background-color: var(--bs-indigo);
    font-size: 0.8rem;
    padding: 6px 12px !important;
}

.doctor-card-page h2 {
    font-size: 1.5rem;
    color: var(--bs-dark);
}

.dot-separator {
    font-size: 1.5rem;
    line-height: 0;
}

/* */
.address-btn {
    background-color: #f8f9fa;
    color: #333;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.address-btn:hover {
    background-color: #ececec;
}

.address-btn.active {
    background-color: var(--bs-indigo) !important;
    color: var(--bs-white) !important;
}

.address-btn.active .loc-icon {
    filter: brightness(0) invert(1);
}

.transition-all {
    transition: all 0.3s ease;
}

.address-btn.active, 
.address-btn.active p, 
.address-btn.active span,
.address-btn.active .small {
    color: var(--bs-white) !important;
}

.address-btn.active img.loc-icon {
    filter: brightness(0) invert(1) !important;
}

.address-btn.active .text-dark,
.address-btn.active .text-muted {
    color: var(--bs-white) !important;
}


.tag-item.bg-light-gray {
    text-decoration: none !important;
    color: #212529 !important;
}

.tag-item.bg-light-gray:hover {
    color: #212529 !important;
}

/**/
.rating-card {
    background: var(--bs-white);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    font-family: sans-serif;
}

.rating-card .rating-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.rating-card .rating-header .rating-icon-box {
    background-color: #f0efff;
    color: #4e46e5;
    width: 64px;
    height: 64px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-card .rating-header .score-number {
    font-size: 2.8rem;
    font-weight: 600;
    color: #1a1a1a;
}

.rating-card .rating-header .total-reviews {
    color: #9ca3af;
    font-size: 1.2rem;
    margin-left: 8px;
}

.rating-card .rating-title {
    font-size: 1.2rem;
    color: var(--bs-slate);
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.rating-card .rating-bars .rating-bar-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.rating-card .rating-bars .rating-bar-item .star-count {
    min-width: 35px;
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 4px;
}

.rating-card .rating-bars .rating-bar-item .star-count .star-icon {
    color: var(--bs-yellow);
    font-style: normal;
}

.rating-card .rating-bars .rating-bar-item .progress-container {
    flex-grow: 1;
    height: 8px;
    background-color: #f3f4f6;
    border-radius: 10px;
    overflow: hidden;
}

.rating-card .rating-bars .rating-bar-item .progress-container .progress-fill {
    height: 100%;
    background-color: var(--bs-yellow);
    border-radius: 10px;
}

.rating-card .rating-bars .rating-bar-item .count-number {
    min-width: 25px;
    text-align: right;
    font-size: 1rem;
    color: #1a1a1a;
    font-weight: 500;
}
.review-item .icon-thumb-outline {
    width: auto;
    height: 16px;
    color: #9ca3af;
    stroke-width: 2px;
    transition: color 0.2s ease;
    display: inline-block;
    vertical-align: middle;
}

.review-item button:hover .icon-thumb-outline {
    color: var(--bs-indigo);
}

.cards-grades .rating-card.clickable-card {
    background: var(--bs-white);
    border-radius: 16px;
    cursor: pointer;
    position: relative;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, border-radius 0.3s ease;
    border: 1px solid transparent;
    z-index: 10;
}

.cards-grades .rating-card .rating-icon-box {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.bg-indigo-light { background-color: #f0efff; color: var(--bs-indigo); }

.cards-grades .rating-card .bg-indigo-light { background-color: #f0efff; color: var(--bs-indigo); }
.cards-grades .rating-card .bg-green-light { background-color: #f0fff4; color: var(--bs-green); }
.cards-grades .rating-card .bg-pink-light { background-color: #fff5f7; color: var(--bs-pink); }

.cards-grades .rating-card .details-overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bs-white);
    border-radius: 0 0 16px 16px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 100;
    border: 1px solid #eee;
    border-top: none;
}

.cards-grades .rating-card.active {
    border-radius: 16px 16px 0 0;
    border-color: #eee;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    z-index: 50;
}

.cards-grades .rating-card.active .details-overlay {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cards-grades .rating-card .progress-container {
    height: 5px;
    background: #f1f5f9;
    border-radius: 10px;
    overflow: hidden;
}

.cards-grades .rating-card .progress-fill {
    height: 100%;
    background: #fbbf24;
    border-radius: 10px;
}

.cards-grades .rating-card .star-count {
    min-width: 30px;
    white-space: nowrap;
}

/**/
.nav-tabs {
    border-bottom: 2px solid #F1F5F9;
    gap: 10px;
}

.nav-tabs .nav-link {
    border: none !important;
    color: #64748B;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 12px 12px 0 0;
    transition: all 0.3s ease;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.nav-tabs .nav-link:hover {
    color: var(--bs-indigo);
    background-color: #F8FAFC;
}

.nav-tabs .nav-link.active {
    color: var(--bs-indigo) !important;
    background-color: transparent !important;
}

.nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--bs-indigo);
    border-radius: 10px;
}

.nav-tabs .nav-link svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.nav-tabs .nav-link.active svg {
    transform: scale(1.1);
}

.education-item, .additional-info {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    transition: all 0.2s ease;
}

.additional-info + .additional-info {
    margin-top: 1rem;
}

.education-item:hover {
    border-color: var(--bs-indigo);
    background-color: #F1F5F9;
    transform: translateX(5px);
}

.education-icon-box {
    background-color: #EEF2FF;
    color: var(--bs-indigo);
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.content-wrapper {
    height: 400px;
    overflow-y: auto;
    padding-right: 15px;
    /*margin-top: 20px;*/
}

.content-wrapper::-webkit-scrollbar { 
    width: 5px; 
}
.content-wrapper::-webkit-scrollbar-track { 
    background: #F1F5F9; 
}
.content-wrapper::-webkit-scrollbar-thumb { 
    background: #CBD5E1;
    border-radius: 10px; 
}
.content-wrapper::-webkit-scrollbar-thumb:hover { 
    background: var(--bs-indigo); 
}

.tab-pane h3 {
    font-size: 1.25rem;
    color: #1E293B;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
}

.calendar-wrapper .calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0px;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}

.calendar-wrapper .calendar-grid .day-column {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.calendar-wrapper .calendar-grid .day-column .day-header {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 2px solid transparent;
}

.calendar-wrapper .calendar-grid .day-column .day-header.active {
    border-bottom-color: #5d5fef;
}

.calendar-wrapper .calendar-grid .day-column .day-header .day-name {
    display: block;
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 5px;
}

.calendar-wrapper .calendar-grid .day-column .day-header .day-date {
    display: block;
    font-weight: 700;
    font-size: 1rem;
    color: #333;
}

/* Стил за свободните часове */
.calendar-wrapper .calendar-grid .day-column .slot {
    background: var(--bs-white);
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    padding: 10px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.calendar-wrapper .calendar-grid .day-column .slot:hover {
    background-color: var(--bs-light);
    border-color: var(--bs-border-color);
}

.calendar-wrapper .calendar-grid .day-column .slot .time {
    display: block;
    font-size: 0.75rem;
    color: #adb5bd;
    margin-bottom: 2px;
}

.calendar-wrapper .calendar-grid .day-column .slot .status {
    display: block;
    font-size: 0.85rem;
    color: #aaaeb3;
    font-weight: 500;
}

.calendar-wrapper .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    margin-right: 5px;
}
.calendar-wrapper .dot.reserved { background: #C4E183; }
.calendar-wrapper .dot.free { border: 1px solid var(--bs-border-color); }
.calendar-wrapper .dot.blocked { background: var(--bs-light); }

#settingsModal #settings-tabs .nav-link {
    color: #6c757d;
    padding: 12px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

#settingsModal #settings-tabs .nav-link.active {
    background-color: #5d5fef15;
}

#settingsModal #settings-tabs .nav-link:hover:not(.active) {
    background-color: #e9ecef;
}

#settingsModal .modal-dialog.modal-xl {
    max-width: 1000px;
}

/* Стил за падащото меню на езиците */
#settingsModal #tab-profile .dropdown-menu {
    font-size: 0.9rem;
}

#settingsModal #tab-profile .badge {
    font-size: 0.85rem;
    letter-spacing: 0.2px;
}

#settingsModal #tab-profile .badge span:hover {
    color: var(--bs-danger) !important;
}

/* Омекотяване на инпутите в модала */
#settingsModal .modal-body .form-control:focus {
    background-color: var(--bs-white) !important;
    box-shadow: 0 0 0 0.25rem rgba(93, 95, 239, 0.1);
    border: 1px solid #5d5fef !important;
}

/* Рейтинг карти в модала за отзиви */
#reviewsModal .modal-body .cards-grades .rating-card {
    position: relative;
    border-radius: 12px;
}

#reviewsModal .modal-body .cards-grades .rating-card .details-overlay {
    position: static !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none !important;
    margin-top: 10px;
    padding-top: 5px;
    background: transparent;
    border: none;
    width: 100%;
}

/**/
/* .calendar-wrapper .calendar-grid .day-column .slot.out-of-sched {
    display: none;
} */
.calendar-wrapper .calendar-grid .day-column .slot.reserved {
    background-color: #C4E183 !important;
    border-color: #b3d172;
}
.calendar-wrapper .calendar-grid .day-column .slot.reserved .time,
.calendar-wrapper .calendar-grid .day-column .slot.reserved .status {
    color: #4a5d23 !important;
}

.calendar-wrapper .calendar-grid .day-column .slot.blocked {
    background-color: #E2E8F0 !important;
    border-color: #cbd5e1;
    cursor: not-allowed;
}
.calendar-wrapper .calendar-grid .day-column .slot.blocked .status {
    color: #64748b !important;
}

.calendar-wrapper .calendar-grid .day-column .slot.free .status {
    color: #aaaeb3;
}

.calendar-wrapper .calendar-grid .day-column .slot.past {
    background: repeating-linear-gradient(
        -52deg,
        #f1f3f5,
        #f1f3f5 5%,
        #e9ecef 5%,
        #e9ecef 10%
    ) !important;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.7;
    border-color: #ececec !important;
}
.calendar-wrapper .calendar-grid .day-column .slot.break {
    background: repeating-linear-gradient(
        52deg,
        #e9ecef,
        #e9ecef 5%,
        #f1f3f5 5%,
        #f1f3f5 10%
    ) !important;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.7;
    border-color: #ececec !important;
}
.calendar-wrapper .calendar-grid .day-column .slot.past .time,
.calendar-wrapper .calendar-grid .day-column .slot.past .status,
.calendar-wrapper .calendar-grid .day-column .slot.break .time,
.calendar-wrapper .calendar-grid .day-column .slot.break .status {
    color: #71767b !important;
}

.calendar-wrapper .calendar-grid .day-column .slot {
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 0 !important;
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.calendar-wrapper .calendar-grid .day-column .slot .status {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
}

.calendar-wrapper .calendar-grid .day-column .day-header {
    border-bottom: 3px solid var(--bs-white) !important;
    margin-bottom: 0 !important;
}

.calendar-wrapper .calendar-grid .day-column.today .day-header {
    border-bottom: 3px solid var(--bs-indigo) !important;
}

.calendar-wrapper .calendar-grid .day-column {
    gap: 0 !important;
}

.doctor-profile-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.clickable {
    cursor: pointer;
}

.settings-modal-body {
    height: 600px;
}

.settings-sidebar {
    width: 250px;
}

.profile-preview-img {
    width: 80px;
    height: 80px;
    border: 2px solid var(--bs-indigo);
}

.upload-photo-btn {
    width: 28px;
    height: 28px;
    cursor: pointer;
    border: 2px solid var(--bs-white);
}

.rating-icon-box-green {
    background-color: #34A85315;
    color: #34A853;
}

.rating-icon-box-pink {
    background-color: #EB469B15;
    color: #EB469B;
}

.avatar-sm {
    width: 48px;
    height: 48px;
}

.progress-w-65 { width: 65%; }
.progress-w-45 { width: 45%; }
.progress-w-2 { width: 2%; }
.progress-w-0 { width: 0%; }

/**/

#booking-locations .content-wrapper {
    height: fit-content;
    max-height: 190px;
}

.booking-card .content-wrapper {
    height: fit-content;
    max-height: 316px;
}

.booking-card .booking-location {
    background: #f5f6fa;
    transition: 0.2s;
}

.booking-card .booking-location.active {
    background: linear-gradient(135deg, #4652EB, #5a67ff);
    color: #fff;
}

.booking-card .day-card {
    background: #f5f6fa;
    border: none;
    cursor: pointer;
    min-width: 0;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.booking-card .day-card.active {
    background: var(--bs-indigo);
    color: var(--bs-white);
}

.booking-card .time-slot {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    font-size: 13px;
    cursor: pointer;
    text-align: center;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    height: auto;
    min-height: 35px;
    box-sizing: border-box;
}

.booking-card .time-slot:hover {
    border-color: var(--bs-indigo);
    background: #eef0ff;
}

.booking-card .time-slot.active {
    background: var(--bs-indigo);
    color: var(--bs-white);
    border-color: var(--bs-indigo);
}

.booking-card .time-slot.busy {
    background: #f1f1f1;
    opacity: 0.5;
    cursor: not-allowed;
}

.booking-card .booking-days-slider {
    position: relative;
}

.booking-card .booking-days-slider .tns-controls {
    display: none !important;
}

.booking-card .booking-slider-nav {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.booking-card .booking-slider-nav:hover {
    background: var(--bs-indigo);
    border-color: var(--bs-indigo);
}

.booking-card .booking-slider-nav:hover svg path {
    stroke: var(--bs-white);
}

.booking-card .booking-nav-row {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    margin-bottom: 8px;
}

.booking-card .booking-day-panel {
    display: none;
}

.booking-card .booking-day-panel.active {
    display: block;
}

.booking-card .time-slots-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}

.booking-card .booking-day-column {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.booking-card .booking-day-column .day-header {
    text-align: center;
    padding: 8px 4px;
    border-radius: 8px;
    background: #f5f6fa;
    margin-bottom: 8px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.booking-card .booking-day-column.today .day-header {
    background: var(--bs-indigo);
    color: var(--bs-white);
}

.booking-card .booking-day-column .slots-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
    gap: 6px;
}

.booking-card .booking-day-column .time-slot {
    font-size: 12px;
    padding: 6px 2px;
}

.booking-card .booking-day-column .time-slot.reserved,
.time-slot.past, .time-slot.unavailable {
    background: repeating-linear-gradient(
        -45deg,
        #f1f5f9,
        #f1f5f9 4px,
        #e2e8f0 4px,
        #e2e8f0 8px
    );
    color: #94a3b8;
    border-color: #e2e8f0;
    cursor: default;
    opacity: 0.7;
}

.booking-card .booking-day-column .no-slots {
    grid-column: 1 / -1;
    background: repeating-linear-gradient(
        -45deg,
        #f1f5f9,
        #f1f5f9 4px,
        #e2e8f0 4px,
        #e2e8f0 8px
    );
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 12px;
}

.booking-card .no-free-slots-msg {
    background: var(--bs-white);
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px 16px;
    text-align: center;
    color: #64748B;
    font-size: 13px;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.booking-card .no-free-slots-msg .msg-icon {
    color: #94a3b8;
    margin-bottom: 4px;
}

.booking-card .no-free-slots-msg .earliest {
    display: block;
    font-weight: 600;
    color: var(--bs-indigo);
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.booking-card .no-free-slots-msg .earliest:hover {
    text-decoration: underline;
}

.booking-card .no-free-slots-msg .no-period {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #94a3b8;
}

.booking-card .icon-xs {
    width: 20px;
    height: 20px;
    display: inline-flex;
    color: var(--bs-indigo);
}

.booking-card .icon-xs svg {
    width: 100%;
    height: 100%;
}

/**/

.sidebar-nav .nav-btn {
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    color: #64748b;
    border-radius: 12px;
    margin-bottom: 5px;
    transition: all 0.2s ease;
    font-weight: 500;
}

.sidebar-nav .nav-btn:hover {
    background-color: #f8faff;
    color: var(--bs-indigo);
}

.sidebar-nav .nav-btn.active {
    background-color: var(--bs-indigo);
    color: white;
    box-shadow: 0 4px 12px rgba(79, 82, 241, 0.2);
}

.booking-listing-card .badge-success-light {
    background-color: #e6f4ea;
    font-size: 0.85rem;
}

.booking-listing-card .info-box-gray {
    background-color: var(--bs-white);
    border-color: #f1f5f9 !important;
}

.info-box-gray .icon-small {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
}
.info-box-gray .icon-small img,
.info-box-gray .icon-small svg {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px;
    display: block;
}

.booking-listing-card .btn-outline-indigo {
    color: var(--bs-indigo);
    border-color: var(--bs-indigo);
}

.booking-listing-card .btn-outline-indigo:hover {
    background-color: var(--bs-indigo);
    color: white;
}

.booking-listing-card {
    border: 1px solid #f1f5f9 !important;
}

.modal .info-card-modal {
    background-color: var(--bs-white);
    border-color: #f1f5f9 !important;
    transition: all 0.2s ease;
}

.modal .icon-small-modal {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

.info-box-gray .icon-square-blue {
    background-color: #eff2fd;
    color: var(--bs-indigo);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-dialog.modal-lg {
    max-width: 800px;
}

.booking-listing-card .empty-state-container {
    background-color: #fcfdfe;
    border: 2px dashed #eef2f7;
    border-radius: 20px;
    margin: 20px 0;
}

.booking-listing-card .empty-state-icon {
    background-color: #f0f2ff;
    color: var(--bs-indigo);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.profile-input.bg-light-gray {
    background-color: #f8faff !important;
}

.star-rating-input .star-rating i {
    cursor: pointer;
    margin-right: 2px;
    transition: color 0.2s;
}

.star-rating-input .star-rating i:hover, 
.star-rating-input .star-rating i.active {
    color: var(--bs-yellow);
}

.modal .icon-circle-indigo {
    width: 52px;
    height: 52px;
    background-color: var(--bs-indigo);
    color: var(--bs-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal .rounded-5 { border-radius: 2rem !important; }

.star-rating-input .star-item {
    cursor: pointer;
    color: var(--bs-gray-400);
    transition: all 0.2s ease;
}
.star-rating-input .star-item.hovered, .star-rating-input .star-item.active {
    color: var(--bs-yellow);
}
.star-rating-input .star-item.hovered svg, .star-rating-input .star-item.active svg {
    fill: currentColor;
}

.profile-input.form-control:focus {
    box-shadow: none;
    background-color: var(--bs-light) !important;
}

.booking-listing-card .badge-secondary {
    background-color: color-mix(in srgb, var(--bs-secondary) 10%, transparent);
}

.booking-listing-card .grayscale {
    filter: grayscale(100%);
    opacity: 0.6;
}

.bg-danger-light {
    background-color: color-mix(in srgb, var(--bs-danger) 10%, transparent);
}

.profile-section .filter-switch {
    border: none;
    background: transparent;
    color: #64748b;
    font-size: 0.85rem;
    font-weight: 500;
}

.profile-section .filter-switch.active {
    background-color: var(--bs-white) !important;
    color: var(--bs-indigo) !important;
}

.alert .bg-light-blue {
    background-color: var(--bs-light-blue);
}


.profile-input {
    background-color: var(--bs-light) !important;
    border: 1px solid transparent !important;
    padding: 0.65rem 1rem;
    color: #4a5568;
    border-radius: 10px !important;
    font-size: 0.95rem;
    transition: all 0.2s ease-in-out;
}


.profile-input:focus {
    background-color: var(--bs-white) !important;
    border-color: var(--bs-indigo) !important;
    box-shadow: 0 0 0 3px rgba(79, 82, 241, 0.1) !important;
    outline: none;
}

.alert .text-info svg {
    color: var(--bs-info);
}

/**/

.extra-filters-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.extra-filters-collapse.open {
    max-height: 300px;
}

.toggle-filters-chevron {
    transition: transform 0.3s ease;
}

.extra-filters-collapse.open ~ .d-flex .toggle-filters-chevron,
#toggle-filters-btn[aria-expanded="true"] .toggle-filters-chevron {
    transform: rotate(180deg);
}

.filters-row .form-select-sm,
.filters-row .form-control-sm,
.star-rating-filter {
    height: 36px;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
}

.star-rating-filter {
    background-color: var(--bs-light);
    border: 1px solid #dee2e6;
    border-radius: 0.5rem !important;
}

.star-rating-filter .star-filter {
    font-size: 1.4rem;
    color: #dee2e6;
    cursor: pointer;
    transition: color 0.15s ease;
    line-height: 1;
}

.star-rating-filter .star-filter.active,
.star-rating-filter .star-filter.hovered {
    color: #f5a623;
}

/**/
.filters-for-doctors .bg-white.shadow-sm.rounded-4.p-3.border.border-light {
    position: relative;
}

/* Филтрите като overlay */
.filters-for-doctors .extra-filters-collapse {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1050;
    background: var(--bs-white);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 8px 32px rgba(80,80,120,0.12);
    border-radius: 0 0 1rem 1rem;
    border-top: 1px solid #f0f0f0;
    padding: 0 1rem;
    margin-bottom: 0.5rem;
    top: calc(90% + 5px);
    transition: all 0.3s ease;
}

.filters-for-doctors .extra-filters-collapse.open {
    max-height: 550px;
    opacity: 1;
    visibility: visible;
    padding: 1rem 1rem 1rem 1rem;
    box-shadow: 0 10px 20px -5px rgba(80,80,120,0.18);
    
}
.profile-input-sm {
    background-color: #f8faff !important;
    border-radius: 10px !important;
    font-size: 0.85rem;
    padding: 0.5rem 0.75rem;
}

.bg-light-soft {
    background-color: #f8faff;
}

.bg-light-soft-danger {
    background-color: #fff5f5;
    color: var(--bs-danger);
}

.star-filter {
    color: var(--bs-gray-400);
    cursor: pointer;
    line-height: 1;
}

.star-filter.active, .star-filter.hovered {
    color: var(--bs-yellow);
}

.star-filter.active svg, .star-filter.hovered svg {
    fill: currentColor;
}

#toggle-filters-btn {
    background-color: var(--bs-light);
    transition: all 0.2s;
}

#toggle-filters-btn:hover {
    background-color: var(--bs-light-hover);
}

/**/
.settings-sidebar {
    max-height: 80vh;
    overflow-y: auto;
}

.settings-sidebar svg {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    display: inline-block;
    vertical-align: middle;
}
/**/

.doctor-card-page.hidden-profile {
    background-color: #e9ecef !important;
    filter: grayscale(0.7);
    opacity: 0.7;
    pointer-events: none;
}
/**/


.step {
    font-size: 0.9rem;
    color: var(--text-muted);
    position: relative;
    padding-bottom: 10px;
}

.step.active {
    color: var(--bs-indigo);
    font-weight: 500;
}

.progress-line {
    height: 2px;
    background: #e0e0e0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.step.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 100%;
    height: 2px;
    background-color: var(--bs-indigo);
    z-index: 2;
}

.custom-select {
    border: none;
    background-color: var(--bg-light);
    border-radius: 10px;
    color: #4a4a4a;
}

.custom-radio-card {
    background-color: var(--bg-light);
    border-radius: 10px;
    padding: 15px 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid transparent;
    width: 100%;
}

.radio-dot {
    height: 18px;
    width: 18px;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.btn-check:checked + .custom-radio-card,
.form-select {
    background-color: #f0f2ff;
}

.btn-check:checked + .custom-radio-card .radio-dot {
    border-color: var(--bs-green);
}

.btn-check:checked + .custom-radio-card .radio-dot::after {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--bs-green);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Бутони */
.btn-cancel {
    background-color: #eeeeff;
    color: var(--bs-indigo);
    border: none;
    border-radius: 8px;
    font-weight: 500;
}

/* Картата за избор на любимец */
.pet-select-card {
    border: 1px solid #eef0f7;
    border-radius: 12px;
    background-color: #fff;
    cursor: pointer;
}

/* Светлосинята кутия за собственик и телефон */
.info-box {
    background-color: #f8faff; /* Много светло синьо */
    border-radius: 12px;
}

/* Разделителна линия вътре в инфо кутията */
.border-bottom-custom {
    border-bottom: 1px solid #e2e8f3;
}

/* Кръгли икони за собственик/телефон */
.icon-circle-blue {
    width: 50px;
    height: 50px;
    background-color: var(--bs-indigo);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0.9rem;
}

/* Стилизиран Textarea */
.custom-textarea {
    background-color: #f8faff;
    border: none;
    border-radius: 12px;
    padding: 15px;
    resize: none;
}

.custom-textarea:focus {
    background-color: #f0f4ff;
    box-shadow: none;
    border: 1px solid var(--bs-indigo);
}

/* Голямата централна икона */
.icon-circle-large {
    width: 60px;
    height: 60px;
    background-color: var(--bs-indigo);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-light-indigo {
    background-color: #f0f2ff;
    border: none;
    border-radius: 8px;
}

/**/
.additional-info-services {
    background: var(--bs-white);
    border: 1px solid #f1f1f1;
    transition: all 0.3s ease;
    cursor: pointer;
}

.additional-info-services .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 110, 253, 0.1);
    border-radius: 12px;
    color: var(--bs-indigo);
}

.additional-info-services .icon svg {
    width: 24px;
    height: 24px;
}

.additional-info-services h5 {
    font-weight: 600;
    color: #212529;
}

.additional-info-services p {
    color: #6c757d;
    font-size: 14px;
}

/**/

.btn-green {
    background-color: #50ff97;
    color: #000344;
    border: none;
    border-radius: 8px;
    font-weight: 500;
}

/**/
.thank-you-section {
    position: relative;
}

.thank-you-section .image {
    position: relative;
}

.thank-you-section .image .icon-img {
    width: 250px;
    height: 250px;    
    right: 0;
    bottom: 0;
    position: absolute;
    transform: translateY(10%);
}

.need-help-section .image .icon-img {
    width: auto;
    height: 200px;    
    right: 0;
    bottom: 0;
    position: absolute;
    transform: translateY(65%);
}

/**/

.security-speed-care .icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 14px;
}

.security-speed-care .icon-img {
    width: 26px;
    height: 26px;
}

.security-speed-care .indigo-box {
    min-height: 320px;
}

.security-speed-care .indigo-box .icon-img {
    width:72px;
    height:72px;
}
/**/
.stats-section .card {
    border: none;
}
.stats-section .card:hover {
    box-shadow: var(--shadow-card);
}
/**/

/**/
.notification-list > .d-flex:hover .bg-light-indigo {
    background-color: var(--bs-indigo) !important;
    color: var(--bs-white) !important;
    transition: background 0.2s;
}

.notification-list > .d-flex:hover .bg-light-indigo img {
    filter: brightness(0) invert(1);
}

.notification-container {
    width: 350px;
    height: 350px;
    overflow-y: auto;
}

.notification-tabs .nav-link.active {
    background-color: var(--bs-white) !important;
    color: #212529 !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.notification-dropdown .dropdown-menu {
    left: auto !important;
    right: 0 !important;
    transform: none !important;
}

.notification-dropdown .dropdown-menu {
    pointer-events: auto;
}

.notification-dropdown:hover .dropdown-menu,
.notification-dropdown .dropdown-menu:hover {
    display: block;
}

.bg-light-blue { background-color: #f0f4ff; }
.bg-light-indigo { background-color: #eff2fd; }
.border-indigo { border-color: var(--bs-indigo) !important; }

/**/
.filters-for-doctors .bg-white.shadow-sm.rounded-4.p-3.border.position-relative.opened-filters,
.filters-for-doctors .bg-white.shadow-sm.rounded-4.p-3.border.position-relative.filters-no-radius {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.filters-for-doctors .extra-filters-collapse {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

/**/
.my-slider:hover{
    cursor: grab;
}

/**/

.premium-comparison-table thead th {
    padding-top: 15px;
    padding-bottom: 15px;
}

/**/
.plan-card {
    transition: transform 0.3s ease;
    min-height: 520px;
    transform: 3s ease;
}

.price-wrapper .display-4 {
    letter-spacing: -2px;
}

.plans .plan-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.plans .plan-card:hover {
    background-color: var(--bs-indigo);
    color: var(--bs-white) !important;
}

.plans .plan-card:hover .price-wrapper .text-muted,
.plans .plan-card:hover .price-wrapper .text-indigo,
.plans .plan-card:hover .card-body .text-muted {
    color: var(--bs-white) !important;
}

.plans .plan-card:hover .card-body .btn-outline-indigo {
    color: var(--bs-white) !important;
    background-color: transparent;
    border-color: var(--bs-white);
}

.plans .plan-card:hover .card-body .btn-outline-indigo:hover {
    color: var(--bs-indigo) !important;
    background-color: var(--bs-white);
    border-color: var(--bs-indigo);
}

.plans .plan-card:hover .card-body .list-unstyled .bg-indigo {
    background-color: var(--bs-white) !important;
}

.border-white {
    border: 2px solid var(--bs-white) !important;
}

.plan-card:hover .tick {
    filter: invert(59%) sepia(90%) saturate(5500%) hue-rotate(235deg) brightness(95%) contrast(95%);
}

.doctor-login-box {
    background: linear-gradient(135deg, rgba(87, 75, 255, 0.08), rgba(87, 75, 255, 0.03));
    border: 1px solid rgba(87, 75, 255, 0.18);
}

.btn-outline-indigo {
    border: 1px solid #574bff;
    color: #574bff;
    background: #fff;
    font-weight: 600;
}

.btn-outline-indigo:hover {
    background: #574bff;
    color: #fff;
}

.pet-icon-option {
    width: 46px;
    height: 46px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    color: #4f46e5;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.15s ease;
}

.pet-icon-option i {
    font-size: 22px;
    line-height: 1;
}

.pet-icon-option:hover {
    border-color: #4f46e5;
    background: #eef2ff;
}

.pet-icon-option.active {
    border-color: #4f46e5;
    background: #eef2ff;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15);
}

.pet-color-option {
    width: 34px;
    height: 34px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 999px;
    background: var(--pet-color);
    cursor: pointer;
    transition: 0.15s ease;
}

.pet-color-option:hover {
    transform: scale(1.06);
}

.pet-color-option.active {
    border-color: #111827;
    box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.12);
}

.pet-color-option[data-icon-color="#111827"].active,
.pet-color-option[data-icon-color="#6b7280"].active {
    border-color: #4f46e5;
}

/**/
.country-number {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: var(--bs-border-radius);
    border-top-left-radius: var(--bs-border-radius);
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.country-number:focus,
.country-number:after{
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.phone-control {
    border-top-right-radius: var(--bs-border-radius)!important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-top-left-radius: 0;
}

.settings-sidebar {
    min-width: 250px;
    width: 250px;
}

.service-icon-picker {
    max-height: 220px;
    overflow-y: auto;
}

.service-icon-option {
    aspect-ratio: 1/1;
    width: calc(100% / 8);
    height: auto;
    border: 1px solid #e5e7eb;
    background: #f8f9fa;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #6c757d;
    transition: 0.15s ease-in-out;
    cursor: pointer;
}

.service-icon-option i {
    font-size: 22px;
}

.service-icon-option span {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
}

.service-icon-option:hover {
    border-color: #4f46e5;
    color: #4f46e5;
    background: #eef2ff;
}

.service-icon-option.active {
    border-color: #4f46e5;
    background: #4f46e5;
    color: var(--bs-white);
    box-shadow: 0 8px 18px rgba(79, 70, 229, 0.22);
}

.service-list-icon {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background-color: #eef2ff;
    color: #4f46e5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.service-list-icon-improve {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    color: #4f46e5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.need-help-section-bunny .image .icon-img {
    width: auto;
    height: 320px;
    right: 70px;
    bottom: 0;
    position: absolute;
    transform: translateY(40%);
}

/**/
.bg-indigo-10 {
    background-color: color-mix(in srgb, var(--bs-indigo) 10%, transparent);
}

/**/
@media (min-width: 992px) {
    .cards-grades .rating-card.clickable-card:hover {
        border-radius: 16px 16px 0 0;
        border-color: #eee;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    }

    .cards-grades .rating-card.clickable-card:hover .details-overlay {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .cities-list .col:nth-last-child(3) .city-link {
        border-bottom: 1px solid var(--bs-border-color) !important;
    }

    .cities-list .col:last-child .city-link,
    .cities-list .col:nth-last-child(2) .city-link {
        border-bottom: 0 !important;
    }
}

@media (min-width: 768px) {
    .photo-container {
        max-width: 220px;
    }

    .review-item .icon-thumb-outline {
        height: 18px;
    }

    .calendar-wrapper .calendar-grid {
        display: grid !important;
        grid-template-columns: repeat(7, 1fr) !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    /* Premium comparison table: classic table on desktop */
    .premium-comparison-table {
        display: table;
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
    }
    .premium-comparison-table thead {
        display: table-header-group;
    }
    .premium-comparison-table tbody {
        display: table-row-group;
    }
    .premium-comparison-table tr {
        display: table-row;
        background: var(--bs-white);
        border-radius: 0;
        margin-bottom: 0;
        padding: 0;
        box-shadow: none;
    }
    .premium-comparison-table td, .premium-comparison-table th {
        display: table-cell;
        padding: 14px 18px;
        border-bottom: 1px dashed #eee;
        vertical-align: middle;
        width: auto;
        position: static;
        text-align: center;
        border-right: 1.5px solid #e3e6ef;
    }
    .premium-comparison-table th {
        border-bottom: 2px solid #f1f1f1;
        background: #f8faff;
    }
    .premium-comparison-table td:first-child, .premium-comparison-table th:first-child {
        font-weight: 700;
        text-align: left;
        border-bottom: 2px solid #f1f1f1;
        margin-bottom: 0;
        min-width: 180px;
        border-right: 1.5px solid #e3e6ef;
    }
    .premium-comparison-table td:last-child, .premium-comparison-table th:last-child {
        border-bottom: 1px dashed #eee;
        border-right: none;
    }
    .premium-comparison-table tr:last-child td, .premium-comparison-table tr:last-child th {
        border-bottom: none;
    }
    /* Remove mobile column labels */
    .premium-comparison-table td::before,
    .premium-comparison-table th::before {
        display: none !important;
        content: none !important;
    }
}

/* Mobile: stacked table (block) for <768px */
@media (max-width: 767.98px) {
    .premium-comparison-table thead {
        display: none;
    }
    .premium-comparison-table,
    .premium-comparison-table tbody,
    .premium-comparison-table tr,
    .premium-comparison-table td {
        display: block;
        width: 100%;
    }
    .premium-comparison-table tr {
        background: var(--bs-white);
        border-radius: 12px;
        margin-bottom: 16px;
        padding: 12px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }
    .premium-comparison-table td {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
        padding: 10px 12px;
        border-bottom: 1px dashed #eee;
        position: relative;
        text-align: right;
    }
    .premium-comparison-table td:last-child {
        border-bottom: none;
    }
    .premium-comparison-table td:first-child {
        font-weight: 700;
        text-align: left;
        justify-content: flex-start;
        border-bottom: 2px solid #f1f1f1;
        margin-bottom: 8px;
    }
    /* Add column labels dynamically */
    .premium-comparison-table td:nth-child(2)::before {
        content: "Start";
        font-weight: 600;
        color: #6c757d;
        text-align: left;
    }
    .premium-comparison-table td:nth-child(3)::before {
        content: "Pro";
        font-weight: 600;
        color: #6c757d;
        text-align: left;
    }
    .premium-comparison-table td:nth-child(4)::before {
        content: "Prime";
        font-weight: 600;
        color: #6c757d;
        text-align: left;
    }
    .premium-comparison-table td:not(:first-child)::before {
        position: absolute;
        left: 12px;
        text-align: left;
    }
    .premium-comparison-table td:not(:first-child) {
        padding-left: 80px;
    }
}

@media (max-width: 1440px) {
    .thank-you-section .image .icon-img {
        opacity: 0.5;
    }
}

@media (max-width: 1200px) {
    .need-help-section .image .icon-img {
        height: 177px;
        transform: translateY(82%);
    }

    .need-help-section-bunny .image .icon-img {
        transform: translateY(44%);
    }
}

@media (max-width: 1080px) {
    .thank-you-section .image .icon-img {
        opacity: 0.1;
    }
    
    .need-help-section-bunny .image .icon-img {
        height: 323px;
        transform: translateY(43%);
    }
}

@media (max-width: 991.98px) {
    .need-help-section-bunny .image .icon-img {
        height: 323px;
        transform: translateY(53%);
    }

    .need-help-section .image .icon-img {
        height: 177px;
        transform: translateY(97%);
    }
}

@media (max-width: 767px) {
    .photo-container {
        max-width: 100% !important;
    }

    .calendar-wrapper .calendar-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        grid-template-columns: none !important;
    }

    .calendar-wrapper .calendar-grid .day-column .day-header {
        cursor: pointer;
        position: relative;
        padding-right: 32px !important;
    }

    .calendar-wrapper .calendar-grid .day-column .day-header::after {
        content: '';
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%) rotate(0deg);
        width: 10px;
        height: 10px;
        border-right: 2px solid #6c757d;
        border-bottom: 2px solid #6c757d;
        transition: transform 0.2s;
    }

    .calendar-wrapper .calendar-grid .day-column.expanded .day-header::after {
        transform: translateY(-50%) rotate(-135deg);
    }

    .calendar-wrapper .calendar-grid .day-column .slot {
        display: none !important;
    }

    .calendar-wrapper .calendar-grid .day-column.expanded .slot {
        display: flex !important;
    }

    .settings-modal-body {
        display: flex;
        flex-direction: column;
        max-height: 80vh; /* важно */
    }

    .settings-sidebar {
        width: 100%;
        border-right: none !important;
        border-bottom: 1px solid #eee;
        overflow-x: auto;

        min-height: 54px !important;
        display: block;

        position: sticky;
        top: 0;
        z-index: 10;
        background: #f8f9fa;
    }

    .settings-sidebar .nav {
        flex-direction: row !important;
        flex-wrap: nowrap;
        gap: 5px;
    }

    .settings-sidebar .nav-link {
        white-space: nowrap;
        flex: 0 0 auto;
    }

    .settings-modal-body > .flex-grow-1 {
        overflow-y: auto;
        max-height: calc(80vh - 60px); /* изваждаме височината на табовете */
    }

}

@media (max-width: 575.98px) {
    .cities-list .col:nth-last-child(2) .city-link {
        border-bottom: 1px solid var(--bs-border-color) !important;
    }

    .cities-list .col:last-child .city-link {
        border-bottom: 0 !important;
    }

    .hero-about-us .paws .first-paw .icon-img,
    .hero-about-us .paws .second-paw .icon-img,
    .hero-about-us .paws .third-paw .icon-img,
    .subscribe-btn {
        opacity: 0.1;
    }
    
    .notification-dropdown .dropdown-menu {
        position: fixed !important;
        width: 100% !important; 
        max-width: 100% !important;
        margin: 0 auto;
    }

    .notification-dropdown .dropdown-menu::before {
        content: "";
        position: fixed;
        
        z-index: -1;
    }

}

@media (min-width: 1400px) {
    .booking-card .content-wrapper {
        max-height: 248px;
    }
}