/* Override styles for VetZelenka migration */

/* Offer section styles */
.ofer1 {
    background: linear-gradient(135deg, #74ad20 0%, #82b13c 100%);
    color: white;
    padding: 20px 0;
    margin: 0;
    text-align: center;
}

.ofer1 p {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
}

/* Services page styles */
.services-section {
    padding: 60px 0;
}

.service-card {
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card .card {
    border-left: 4px solid #74ad20;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.service-card:hover .card {
    border-left-color: #82b13c;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.service-icon {
    width: 80px;
    text-align: center;
    margin-right: 1rem;
}

.service-content h5 {
    color: #74ad20;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.service-content p {
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

/* Contact section styles */
.contact-info h5 {
    color: #74ad20;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.navigator-links .btn {
    border-radius: 25px;
    padding: 8px 16px;
    font-size: 0.9rem;
}

.maps-container iframe {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Prices page styles */
.prices-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 70vh;
}

.therapy-container {
    background: white;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-left: 5px solid #74ad20;
}

.therapy-container h3 {
    color: #74ad20;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}

.therapy-item {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    border-left: 3px solid #82b13c;
    transition: all 0.3s ease;
}

.therapy-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.therapy-item h4 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.therapy-item .price {
    color: #74ad20;
    font-weight: 700;
    font-size: 1.2rem;
}

.therapy-item p {
    color: #6c757d;
    margin-top: 10px;
    line-height: 1.5;
}

/* Doctors page styles */
.doctors-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 80vh;
}

.doctor-card {
    transition: all 0.3s ease;
}

.doctor-card:hover {
    transform: translateY(-10px);
}

.doctor-card .card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.doctor-card:hover .card {
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

.doctor-card .card-header {
    background: linear-gradient(135deg, #74ad20 0%, #82b13c 100%) !important;
    border: none;
    padding: 15px 20px;
}

.doctor-photo-container {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.doctor-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.doctor-type .badge {
    font-size: 0.85rem;
    padding: 8px 12px;
}

.specializations {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
}

.specializations h6 {
    color: #74ad20;
    font-weight: 600;
    margin-bottom: 10px;
}

.specializations span {
    color: #495057;
    font-size: 0.9rem;
    line-height: 1.8;
}

.experience-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.experience-badge .badge {
    font-size: 0.8rem;
    padding: 6px 12px;
    border-radius: 20px;
}

.schedule-section .card {
    border-radius: 15px;
    border: 2px solid #e9ecef;
}

.schedule-section .card-header {
    border-radius: 15px 15px 0 0 !important;
    border-bottom: 2px solid #e9ecef;
}

/* Menu fixes */
.menu {
    width: 100% !important;
    position: fixed;
    top: 0px;
    z-index: 9999 !important;
    padding: 0;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.menu-d {
    white-space: nowrap;
    padding-top: 10px;
    z-index: 9999 !important;
    height: 61px;
    text-align: center;
    background-color: #ffffff;
}

/* Fix layout to account for fixed menu */
body {
    padding-top: 61px;
}

/* Header styles */
.hero-header {
    padding: 20px 0;
    align-items: center;
}

.logo-img {
    max-width: 200px;
    height: auto;
}

.info-bubbles {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.bubble {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 15px 20px;
    text-align: center;
    flex: 1;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.bubble p {
    margin: 0;
    color: #333;
    font-size: 14px;
}

.bubble a {
    color: #6768ab;
    text-decoration: none;
    font-weight: bold;
}

.ip-text {
    text-align: right;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.ip-text p {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
}

/* Navigation menu */
.nav-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    padding: 10px 0;
}

.nav-btn {
    background-color: #6768ab;
    color: white !important;
    padding: 8px 16px;
    border-radius: 25px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    font-size: 14px;
    border: 2px solid #6768ab;
}

.nav-btn:hover {
    background-color: #5657a0;
    border-color: #5657a0;
    color: white !important;
    text-decoration: none !important;
}

/* Mobile menu */
.mobile-menu-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.mobile-menu-link {
    color: #6768ab;
    text-decoration: none;
    font-size: 16px;
}

.mobile-menu-link:hover {
    color: #5657a0;
    text-decoration: none;
}

/* Fix Bootstrap overrides */
.hero-bg {
    background-size: cover;
    background-position: center;
    min-height: 300px;
}


/* Content block styles */
.content-block {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.left-photo {
    flex: 0 0 300px;
}

.left-photo img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.center-content {
    flex: 1;
    text-align: center;
}

.center-content h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
}

.center-content p {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

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

.center-content .button {
    background-color: #6768ab;
    color: white !important;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none !important;
    font-size: 16px;
    transition: all 0.3s ease;
}

.center-content .button:hover {
    background-color: #5657a0;
}

.right-slider {
    flex: 0 0 300px;
    position: relative;
}

.slider {
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.slide.active {
    opacity: 1;
}

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

.right-slider .doctor-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 15px;
    text-align: center;
}

.doctor-info p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.doctor-info small {
    font-size: 14px;
    opacity: 0.9;
}

.slider-controls {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
}

.slider-controls button {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
}

.slider-controls button:hover {
    background: white;
}

/* Ensure proper spacing */
.menu-d {
    text-align: center;
}

.menu-m {
    display: none;
}

/* Booking form styles */
.appointment-wrapper {
    background-color: #f8f9fa;
    padding: 60px 0;
    margin-top: 40px;
}

.appointment-container {
    max-width: 600px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.appointment-title {
    text-align: center;
    color: #333;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: bold;
}

.tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.tab-button {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
}

.tab-button.active {
    background: #6768ab;
    color: white;
    border-color: #6768ab;
}

.tab-button:hover:not(.active) {
    background: #e9ecef;
}

/* Contact info section */
.contackt-title h2 {
    text-align: center;
    font-size: 36px;
    color: #333;
    margin-bottom: 40px;
    font-weight: bold;
}

.ke10-contackt-bg {
    background: #f8f9fa;
    padding: 40px 20px;
    border-radius: 10px;
}

.address-map {
    padding-right: 30px;
}

.bg-tel {
    padding-left: 30px;
}

.bg-tel a {
    color: #6768ab;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.bg-tel a:hover {
    color: #5657a0;
}

/* Telegram section */
.IIIimprint6-7 {
    background: #f8f9fa;
    padding: 60px 20px;
    text-align: center;
    margin-top: 40px;
}

.imprint6-7 img {
    max-width: 150px;
    margin-bottom: 20px;
}

.imprint6-7 h2 {
    color: #333;
    margin-bottom: 30px;
}

.imprint6-7-ch2 h3 {
    color: #555;
    margin-bottom: 20px;
}

.imprint6-7-ch2-button {
    background: #6768ab;
    color: white !important;
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 18px;
    border: none;
    transition: all 0.3s ease;
    margin: 20px 0;
}

.imprint6-7-ch2-button:hover {
    background: #5657a0;
    text-decoration: none;
}

/* Widget container */
.widget-container {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.telegram-widget {
    position: relative;
    width: 600px;
    max-width: 100%;
}

.telegram-widget iframe {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 10px;
}

.widget-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.widget-button {
    background: #6768ab;
    color: white !important;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.widget-button:hover {
    background: #5657a0;
}

/* Why Us stickers section */
.my-sticker-container {
    margin: 40px 0;
    position: relative;
}

.my-sticker-list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--sticker-gap-horizontal, 15px) var(--sticker-gap-vertical, 20px);
    padding: var(--section-padding-top, 30px) 0 var(--section-padding-bottom, 30px);
    justify-content: center;
}

.my-sticker-item {
    flex: 0 1 calc(100% / var(--columns, 3) - var(--sticker-gap-horizontal, 15px));
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.my-sticker-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.my-sticker-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.my-sticker-item p {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

.my-sticker-expand-btn {
    display: none;
    margin: 20px auto;
    background: #6768ab;
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
}

.my-sticker-expand-btn:hover {
    background: #5657a0;
}

.my-sticker-scroll-arrow {
    display: none;
}

.hidden-desktop {
    display: none !important;
}

.my-sticker-list.expanded .hidden-desktop {
    display: flex !important;
}

/* Profile deficit section */
.profile-deficit-infoblock {
    background: #f8f9fa;
    padding: 60px 20px;
    margin: 40px 0;
}

.profile-deficit-row {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.profile-deficit-section {
    flex: 1;
}

.profile-deficit-section h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
}

.profile-deficit-section p {
    color: #666;
    line-height: 1.6;
}

.profile-deficit-center {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.profile-deficit-center h3 {
    color: #333;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: bold;
}

/* Doctors block */
.doctors-block {
    text-align: center;
    margin: 40px 0;
}

.more-doctors-button {
    display: inline-block;
    background: #6768ab;
    color: white !important;
    padding: 15px 40px;
    border-radius: 30px;
    text-decoration: none !important;
    font-size: 18px;
    transition: all 0.3s ease;
}

.more-doctors-button:hover {
    background: #5657a0;
    text-decoration: none !important;
}

/* Prices section */
.main-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.main-container h2 {
    text-align: center;
    font-size: 36px;
    color: #333;
    margin-bottom: 30px;
    font-weight: bold;
}

.main-container h3 {
    text-align: center;
    color: #555;
    margin-bottom: 30px;
}

.therapy-container {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 10px;
}

.therapy-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.therapy-item {
    flex: 0 1 calc(33.333% - 20px);
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-align: center;
}

.therapy-item h4 {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
}

.therapy-item .price {
    display: block;
    color: #6768ab;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.therapy-item p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

/* FAQ section */
.lib-answer {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
}

.card-custom-general {
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.card-header {
    background: #f8f9fa;
    padding: 0;
}

.card-header .btn-link {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    width: 100%;
    text-align: left;
}

.card-header .btn-link:hover {
    background: #e9ecef;
}

.card-body {
    padding: 20px;
    background: white;
}

.block-answer p {
    color: #666;
    line-height: 1.6;
}

/* Location services section */
.location-services-section {
    background: #f8f9fa;
    padding: 60px 0;
}

.location-services-section h2 {
    color: #333;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.location-services-section .card {
    border: none;
    transition: transform 0.3s ease;
}

.location-services-section .card:hover {
    transform: translateY(-5px);
}

.location-services-section .card-title {
    color: #333;
    font-size: 20px;
    margin-bottom: 15px;
}

.location-services-section .card-text {
    color: #666;
    margin-bottom: 15px;
}

.location-services-section .btn-primary {
    background: #6768ab;
    border-color: #6768ab;
}

.location-services-section .btn-primary:hover {
    background: #5657a0;
    border-color: #5657a0;
}

.location-services-section .btn-outline-primary {
    color: #6768ab;
    border-color: #6768ab;
}

.location-services-section .btn-outline-primary:hover {
    background: #6768ab;
    border-color: #6768ab;
}

/* Services page styles */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.service-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: row;
    min-height: 200px;
}

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

.service-card .card-img-left {
    width: 200px;
    height: 200px;
    object-fit: cover;
    flex-shrink: 0;
}

.service-card .card-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-card .card-title {
    color: #333;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: bold;
}

.service-card .card-text {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.service-card .text-muted {
    color: #6768ab !important;
    font-size: 18px;
    font-weight: 500;
}

/* Doctors page styles */
.doctors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.doctor-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.doctor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.doctor-card .card-img-top {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.doctor-card .card-body {
    padding: 25px;
}

.doctor-card .card-title {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}

.doctor-card .card-text {
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
}

.doctor-card .text-muted {
    color: #999 !important;
    font-size: 14px;
}

/* Animals section styles */
.animals-title {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    margin-bottom: 40px;
}

.animals-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.animal-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    text-align: center;
    border: 2px solid #f0f0f0;
}

.animal-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    border-color: #74ad20;
}

.animal-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.animal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.animal-card:hover .animal-image img {
    transform: scale(1.05);
}

.animal-name {
    padding: 20px;
    background: linear-gradient(135deg, #74ad20 0%, #82b13c 100%);
}

.animal-name h4 {
    color: white;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .menu-d {
        display: none;
    }
    
    .menu-m {
        display: block;
        text-align: center;
    }
    
    .info-bubbles {
        flex-direction: column;
    }
    
    .ip-text {
        text-align: center;
        margin-top: 20px;
    }
    
    .content-block {
        flex-direction: column;
    }
    
    .left-photo,
    .right-slider {
        flex: none;
        width: 100%;
        max-width: 400px;
    }
    
    .appointment-container {
        padding: 20px;
    }
    
    .tabs {
        flex-direction: column;
    }
    
    .tab-button {
        width: 100%;
    }
    
    .animals-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .animal-card {
        margin: 0 auto 20px;
        max-width: 280px;
    }
}

/* Pet Signs Section styles */
.cart28 {
    padding-top: 15px;
}

.container28 {
    position: relative;
    width: 50%;
    height: 260px !important;
    border-radius: 2.55rem;
    border: 2px solid rgb(73 185 67);
    background-color: #f3ffec;
    z-index: 100 !important;
}

.container28 .image {
    width: 100%;
    height: 250px;
    padding-top: 110px;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 11px;
}

.container28 .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
    border-radius: 2.55rem;
    z-index: 50;
    transform: scale(0);
}

.container28:hover .overlay {
    opacity: 1;
    transform: scale(1);
}

.container28 .text1 {
    font-size: 21px;
    line-height: 20px;
    font-weight: 750;
    color: #373535;
    text-align: center;
    position: absolute;
    top: 12%;
    left: 40%;
    transform: translate(-40%, -40%);
}

.container28 .text2 {
    font-size: 21px;
    line-height: 20px;
    font-weight: 750;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 12%;
    left: 40%;
    transform: translate(-40%, -40%);
}

.container28 .text3 {
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px;
    line-height: 1.3;
}

/* Responsive adjustments for pet signs */
@media (max-width: 768px) {
    .container28 {
        width: 100%;
        height: 200px !important;
        margin-bottom: 20px;
    }
    
    .container28 .image {
        height: 190px;
        padding-top: 80px;
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .container28 .text1,
    .container28 .text2 {
        font-size: 18px;
        line-height: 18px;
        top: 10%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .container28 .text3 {
        font-size: 14px;
        padding: 15px;
    }
}