@font-face {
    font-family: 'NocturneSerif';
    src: url('src/fonts/NocturneSerif-ExtraBold Regular.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Kalleco';
    src: url('src/fonts/KallecoRegular.ttf');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Tilda';
    src: url('src/fonts/TildaSans-Regular.ttf');
}

html,
body {
    overflow-x: hidden !important;
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    color: #5a4a4f;
    background-color: #f2e9ed;
    line-height: 1.6;
    padding-top: 80px;
    -webkit-touch-callout: none;
    /* -webkit-user-select: none; */
    /* -moz-user-select: none; */
    /* -ms-user-select: none; */
    /* user-select: none; */
    touch-action: manipulation;
}

button,
a,
.quantity-controls button,
.slider-arrow,
.add-to-cart-btn,
.product-card {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.quantity-controls button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 768px) {

    .product-card,
    .product-card-main {
        -webkit-touch-callout: none;
        -webkit-tap-highlight-color: transparent;
    }

    .slider-arrow {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(149, 117, 135, 0.1);
    border-bottom: 1px solid #e8dce1;
    padding: 10px 73px;
}

nav#main-nav {
    display: flex;
    align-items: center;
}

nav#main-nav ul {
    list-style: none;
    display: flex;
    gap: 7px;
    margin: 0;
    padding: 0;
}

nav#main-nav ul li a {
    color: #8a737a;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 21px;
    font-weight: 750;
}

nav#main-nav ul li a:hover {
    color: #d4a6b5;
}

.logo {
    cursor: pointer;
    transition: opacity 0.3s ease;
    font-family: 'Kalleco';
    height: 80px;
    display: flex;
    align-items: flex-end;
}

.logo:hover {
    opacity: 0.8;
}

nav ul li a {
    text-decoration: none;
    font-weight: 750;
}

.logo h1 {
    margin: 0;
    color: #d4a6b5;
    font-family: 'Kalleco', serif;
    font-weight: 800;
    position: absolute;
    font-size: 52px;
    top: -6px;
}

.logo span {
    font-size: 11px;
    color: #8c6b7a;
    display: block;
    font-family: 'Tilda';
}

nav ul {
    list-style: none;
    display: flex;
}

nav ul li a {
    color: #8a737a;
    text-decoration: none;
    margin-right: 33px;
    transition: color 0.3s ease;
    font-size: 21px;
}

nav ul li a:hover {
    color: #d4a6b5;
}

.desktop-contacts {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mobile-contacts {
    display: none;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e8dce1;
}

.mobile-contacts .phone {
    justify-content: flex-start;
}

.mobile-contacts .social-icons {
    justify-content: flex-start;
}

.mobile-contacts .contact-btn {
    width: 100%;
    text-align: center;
}

.phone {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    color: #5a4a4f;
    cursor: pointer;
    transition: color 0.3s ease;
}

.phone:hover {
    color: #d4a6b5;
}

.phone-icon {
    width: 20px;
    height: 20px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-link img {
    width: 24px;
    height: 24px;
    transition: opacity 0.3s ease;
}

.social-link:hover img {
    opacity: 0.7;
}

.contact-btn {
    background-color: #d4a6b5;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-family: 'NocturneSerif', serif;
    font-weight: 800;
    font-size: 16px;
}

.contact-btn:hover {
    background-color: #c895a6;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.menu-toggle img {
    width: 32px;
    height: 32px;
    filter: brightness(0) saturate(100%) invert(42%) sepia(12%) saturate(747%) hue-rotate(283deg) brightness(92%) contrast(87%);
}

.welcome {
    padding: 20px 0 0 0 !important;
    margin: 0;
    max-width: 100vw;
    overflow: hidden;
}

.welcome-container {
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw;
}

.welcome-content {
    width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.welcome-image-container {
    width: 100vw !important;
}

.welcome-image {
    width: 100vw !important;
    height: auto !important;
    position: relative !important;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 768px) {
    .welcome {
        padding: 40px 0 0 0 !important;
    }
}

.mobile-search-compact {
    position: relative;
    display: flex;
    align-items: center;
}

.mobile-search-toggle {
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.mobile-search-toggle:hover {
    background: #f2e9ed;
}

.mobile-search-toggle img {
    width: 20px;
    height: 20px;
}

.mobile-search-expanded {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    min-width: 250px;
}

.mobile-search-expanded .modal-price-search-icon {
    position: static;
    transform: none;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.mobile-search-expanded .modal-price-search-input {
    flex: 1;
    padding: 12px 15px;
    min-width: 0;
}

.mobile-search-expanded.hidden {
    display: none;
}

.mobile-search-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
    color: #8c6b7a;
    line-height: 1;
}

@media (min-width: 769px) {
    .mobile-search-compact {
        display: none;
    }
}

@media (max-width: 768px) {
    .modal-price-search-container .modal-price-search-input:not(#mobile-price-search) {
        display: none;
    }

    .modal-price-header {
        justify-content: flex-end;
    }

    .modal-price-title {
        font-size: 24px;
        margin-right: auto;
    }

    .modal-price-search-container:not(.mobile-search-expanded) .modal-price-search-icon {
        display: none;
    }

    .modal-price-search-container:not(.mobile-search-expanded) .modal-price-search-input {
        padding: 12px 15px;
    }
}

.services-about-section {
    padding: 60px 40px;
    background-color: #f2e9ed;
}

.services-about-container {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.services-block {
    flex: 1;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(149, 117, 135, 0.1);
    border: 1px solid #e8dce1;
}

.about-block {
    flex: 1;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(149, 117, 135, 0.1);
    border: 1px solid #e8dce1;
    position: relative;
    overflow: hidden;
    height: 390px;
}

.about-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/src/images/IMG_4186.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 1;
}

.services-block h2,
.about-block h2 {
    color: #8c6b7a;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 20px;
}

.services-block p,
.about-block p {
    color: #5a4a4f;
    margin-bottom: 20px;
    font-size: 14px;
}

.examples {
    background-color: #fff;
    padding: 10px 0 30px;
}

.examples h2 {
    text-align: center;
    color: #8c6b7a;
    font-size: 32px;
    margin-bottom: 40px;
}

.slider-container {
    position: relative;
    max-width: 1380px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.slider-wrapper {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.examples-grid {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
    width: fit-content;
}

.services-about-section {
    padding: 60px 40px 80px 40px;
    background-color: #f2e9ed;
}

.example-card {
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(149, 117, 135, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 380px;
    height: 625px;
    flex-shrink: 0;
    overflow: hidden;
}

.example-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.example-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(149, 117, 135, 0.2);
}

.example-card h3 {
    font-size: 1em;
    margin: 10px 0;
    color: #5a4a4f;
    line-height: 1.3;
    text-align: center;
}

.example-card .description-container {
    flex: 1;
    overflow-y: auto;
    max-height: 200px;
}

.example-card .description-container::-webkit-scrollbar {
    width: 4px;
}

.example-card .description-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
}

.example-card .description-container::-webkit-scrollbar-thumb {
    background: #8a737a;
    border-radius: 2px;
}

.example-card p {
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
    white-space: pre-line;
    flex-grow: 1;
    margin: 15px 0;
    color: #5a4a4f;
    overflow: hidden;
}

.image-container {
    position: relative;
    width: 100%;
    height: 585px;
    overflow: hidden;
    flex-shrink: 0;
    cursor: pointer;
}

.image-container img {
    object-fit: cover;
    object-position: center;
    display: block;
}

.image-overlay {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding: 10px;
}

.image-overlay:hover {
    background: rgba(255, 255, 255, 1);
}

.groomed-dog {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.expand-icon {
    width: 16px;
    height: 16px;
}

.buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    flex-shrink: 0;
}

.buttons button {
    background-color: #d4a6b5;
    color: #ffffff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.buttons button:hover {
    background-color: #c895a6;
}

.buttons span {
    color: #8c6b7a;
    font-size: 14px;
}

.slider-arrow {
    background-color: #d4a6b5;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    outline: none;
    position: relative;
    z-index: 10;
}

.slider-arrow:hover {
    background-color: #c895a6;
}

.slider-arrow img {
    width: 24px;
    height: 24px;
}

.slider-arrow-left {
    margin-right: 15px;
}

.slider-arrow-right {
    margin-left: 15px;
}

footer {
    background-color: #fff;
    text-align: center;
    padding: 40px 20px 20px;
    border-top: 1px solid #e8dce1;
    color: #8c6b7a;
}

.footer-container {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin: 0 auto 30px;
}

.logo-footer {
    position: absolute;
    width: auto;
    left: 90px;
    display: flex;
    flex-direction: column;
    cursor: default;
    opacity: 0.7;
}

.logo-footer:hover {
    opacity: 0.7;
}

.logo-footer h1 {
    position: relative;
    font-size: 76px;
}

.logo-footer span {
    position: relative;
    top: -20px;
    font-size: 15px;
    font-weight: 900;
}

.footer-block {
    text-align: left;
}

.footer-block h3 {
    color: #8c6b7a;
    margin-bottom: 15px;
    font-size: 18px;
}

.footer-block p {
    margin: 8px 0;
    color: #5a4a4f;
}

.footer-block a {
    text-decoration: none;
    transition: 0.3s;
}

.footer-block a:hover {
    opacity: 0.7;
}

.copyright {
    margin-top: 20px;
    font-size: 14px;
    color: #8c6b7a;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(90, 74, 79, 0.8);
    z-index: 1000;
    overflow-y: hidden;
}

.modal-content {
    background-color: #faf7f8;
    padding: 30px;
    width: 80%;
    max-width: 800px;
    color: #5a4a4f;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(90, 74, 79, 0.3);
    position: relative;
}

.form-group {
    margin-bottom: 20px;
}

.form-group input[type="date"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #e8dce1;
    border-radius: 8px;
    background-color: #ffffff;
    color: #5a4a4f;
    font-size: 14px;
    box-sizing: border-box;
}

.form-group input[type="date"]:focus {
    outline: none;
    border-color: #d4a6b5;
    box-shadow: 0 0 5px rgba(212, 166, 181, 0.3);
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #8c6b7a;
}

.form-group select,
.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #e8dce1;
    border-radius: 5px;
    background-color: #ffffff;
    color: #5a4a4f;
    font-size: 16px;
}

.calculate-btn {
    background-color: #d4a6b5;
    color: #ffffff;
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    width: 100%;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

.calculate-btn:hover {
    background-color: #c895a6;
}

.calculate-btn:disabled {
    background-color: #e8dce1;
    cursor: not-allowed;
}

.price-info {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e8dce1;
}

.price-info h3 {
    margin-top: 0;
    color: #8c6b7a;
}

#price-value {
    font-size: 24px;
    font-weight: bold;
    color: #d4a6b5;
    margin: 10px 0;
}

.service-details {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e8dce1;
    flex-grow: 1;
}

.service-details h3 {
    margin-top: 0;
    color: #8c6b7a;
}

#service-includes {
    padding-left: 20px;
    color: #5a4a4f;
}

#service-includes li {
    margin-bottom: 8px;
}

.book-btn {
    background-color: #d4a6b5;
    color: #ffffff;
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.book-btn:hover:not(:disabled) {
    background-color: #c895a6;
}

.book-btn:disabled {
    background-color: #e8dce1;
    cursor: not-allowed;
}

.close {
    color: #8c6b7a;
    float: right;
    font-size: 40px;
    cursor: pointer;
    transition: color 0.3s ease;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    background: rgba(230, 230, 230, 0.6);
    height: 25px;
    padding: 5px;
    display: flex;
    align-items: center;
    border-radius: 13px;
}

.close:hover {
    color: #d4a6b5;
}

.image-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(90, 74, 79, 0.9);
    z-index: 1100;
    overflow: auto;
}

.image-modal-content {
    display: flex;
    width: 55vw;
    max-width: 1400px;
    height: 85vh;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    justify-content: space-between;
}

.image-modal-left {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    height: 100%;
    width: auto;
    /* обычно 64% */
    max-width: 50%;
}

.modal-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    height: 100%;
    width: auto;
    /* обычно 64% */
    max-width: 50%;
}

.modal-image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.image-modal-left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.image-modal-right {
    padding: 40px;
    overflow-y: auto;
    color: #5a4a4f;
    box-sizing: border-box;
    background: #fff;
    width: 50%;
}

.image-modal-right h2 {
    color: #8c6b7a;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
}

.image-modal-right p {
    line-height: 1.6;
    white-space: pre-line;
    font-size: 16px;
    color: #5a4a4f;
}

.modal-example-info {
    padding: 18px;
    overflow-y: auto;
    color: #5a4a4f;
    box-sizing: border-box;
    background: #fff;
    width: 50%;
}

.modal-example-info h2 {
    color: #8c6b7a;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
}

.modal-example-info p {
    line-height: 1.6;
    white-space: pre-line;
    font-size: 16px;
    color: #5a4a4f;
}

.image-close {
    color: #fff;
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1101;
    transition: color 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: rgba(20, 20, 20, 0.6);
}

.image-close:hover {
    color: #d4a6b5;
    background: rgba(20, 20, 20, 0.8);
}

input,
textarea {
    background-color: #ffffff;
    border: 1px solid #e8dce1;
    color: #5a4a4f;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
}

input:focus,
textarea:focus {
    outline: none;
    border-color: #d4a6b5;
    box-shadow: 0 0 5px rgba(212, 166, 181, 0.3);
}

.notification-client {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 1rem 1.5rem;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    z-index: 1001;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    animation: slideIn 0.3s ease;
}

.notification-client.success {
    background: #28a745;
}

.notification-client.error {
    background: #dc3545;
}

.notification-client.hidden {
    display: none;
}

.appointment-modal {
    max-width: 600px;
}

.appointment-steps {
    margin-top: 20px;
}

.step {
    transition: opacity 0.3s ease;
}

.step h3 {
    color: #8c6b7a;
    margin-bottom: 20px;
    border-bottom: 2px solid #e8dce1;
    padding-bottom: 10px;
}

.step-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    gap: 10px;
}

.btn-prev,
.btn-next,
.btn-submit {
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.btn-prev {
    background-color: #6c757d;
    color: white;
}

.btn-prev:hover {
    background-color: #5a6268;
}

.btn-next,
.btn-submit {
    background-color: #d4a6b5;
    color: white;
}

.btn-next:hover,
.btn-submit:hover {
    background-color: #c895a6;
}

.price-info {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    border-left: 4px solid #d4a6b5;
}

.price-info h4 {
    margin: 0 0 10px 0;
    color: #8c6b7a;
}

.price-value {
    font-size: 24px;
    font-weight: bold;
    color: #d4a6b5;
}

.appointment-modal {
    max-width: 1000px;
    border: 2px solid #d4a6b5;
    border-radius: 15px;
}

.appointment-modal h2 {
    text-align: center;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 28px;
}

.appointment-columns {
    display: flex;
    gap: 0;
    margin-bottom: 30px;
}

.form-column {
    flex: 1;
    padding: 0 20px;
}

.form-column h3 {
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: left;
}

.column-divider {
    width: 1px;
    background-color: #d4a6b5;
    margin: 10px 0;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #5a4a4f;
    font-size: 14px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #e8dce1;
    border-radius: 8px;
    background-color: #ffffff;
    color: #5a4a4f;
    font-size: 14px;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #d4a6b5;
    box-shadow: 0 0 5px rgba(212, 166, 181, 0.3);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #999;
}

.form-group input:disabled {
    background-color: #f5f5f5;
    color: #999;
    cursor: not-allowed;
}

.form-group select:disabled {
    background-color: #f5f5f5;
    color: #999;
    cursor: not-allowed;
}

.comment-group textarea {
    resize: vertical;
    min-height: 80px;
}

.comment-wrapper {
    position: relative;
}

.attachment-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    font-size: 16px;
}

.price-info {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    border-left: 4px solid #d4a6b5;
}

.price-info label {
    margin-bottom: 5px;
    color: #8c6b7a;
}

.price-value {
    font-size: 20px;
    font-weight: bold;
    color: #d4a6b5;
}

.submit-container {
    text-align: center;
    margin-top: 20px;
}

.submit-btn {
    background-color: #d4a6b5;
    color: #ffffff;
    border: none;
    padding: 15px 40px;
    cursor: pointer;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #c895a6;
}

.services-about-section {
    padding: 60px 40px 80px 40px;
    background-color: #f2e9ed;
}

.popular-services {
    padding: 40px 20px;
    background-color: #f2e9ed;
    max-width: 1400px;
    margin: 0 auto;
    display: block;
}

.popular-services-container {
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #E0E0E0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 280px;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.service-card:nth-child(1) {
    grid-area: card1;
}

.service-card:nth-child(2) {
    grid-area: double;
}

.service-card:nth-child(3) {
    grid-area: card2;
}

.service-card:nth-child(4) {
    grid-area: card3;
}

.service-card:nth-child(5) {
    grid-area: card4;
}

.service-card:nth-child(6) {
    grid-area: card5;
}

.service-card-double {
    grid-row: span 2;
    height: 470px;
}

.service-card-double .service-image-container {
    height: 400px;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.service-image-container {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    flex-shrink: 0;
}

.service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.price-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #c895a6;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 16px;
    font-weight: bold;
    font-size: 14px;
    z-index: 2;
    min-width: 90px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.service-name {
    font-size: 16px;
    font-weight: bold;
    color: #5a4a4f;
    margin-bottom: 10px;
}

.view-all-button {
    grid-area: view-all;
    background-color: #d4a6b5;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 20px;
    height: 120px;
    border: none;
    flex-direction: column;
    gap: 10px;
}

.view-all-button:hover {
    background-color: #e9b8c8;
    transform: translateY(-3px);
}

.button-text {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.arrow-icon {
    width: 28px;
    height: 28px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cookie-modal {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 600px;
    background: #f2e9ed;
    border: 2px solid #d4a6b5;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 10002;
    display: none;
    animation: slideUp 0.5s ease;
}

.cookie-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
}

.cookie-content p {
    margin: 0;
    color: #5a4a4f;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
}

.cookie-link {
    color: #8c6b7a;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dashed #d4a6b5;
    transition: all 0.3s ease;
}

.cookie-link:hover {
    color: #d4a6b5;
    border-bottom-style: solid;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.cookie-btn {
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 140px;
}

.cookie-accept {
    background: #d4a6b5;
    color: white;
}

.cookie-accept:hover {
    background: #c895a6;
    transform: translateY(-2px);
}

.cookie-reject {
    background: transparent;
    color: #8c6b7a;
    border: 2px solid #d4a6b5;
}

.cookie-reject:hover {
    background: #f8f3f5;
    transform: translateY(-2px);
}

.cookie-manage-btn {
    background: transparent;
    color: #8c6b7a;
    border: 1px solid #d4a6b5;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.cookie-manage-btn:hover {
    background: #f8f3f5;
}

.prices-modal {
    max-width: 95%;
    width: 95%;
    overflow-y: auto;
}

.price-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
    flex-wrap: wrap;
}

.price-table-container {
    overflow-x: auto;
    margin-top: 20px;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(149, 117, 135, 0.1);
}

.price-table th {
    background: #8c6b7a;
    color: white;
    padding: 15px;
    text-align: left;
    font-weight: bold;
    border-bottom: 2px solid #7a5a68;
}

.price-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #e8dce1;
    vertical-align: top;
}

.price-table tr:hover {
    background-color: #f9f7f8;
}

.price-table .price-value {
    color: #d4a6b5;
    font-weight: bold;
    font-size: 16px;
}

.price-table .includes-cell ul {
    margin: 0;
    padding-left: 20px;
}

.price-table .includes-cell li {
    margin-bottom: 5px;
    font-size: 14px;
    color: #5a4a4f;
}

.price-table small {
    color: #8a737a;
    font-size: 12px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(90, 74, 79, 0);
    transition: background 0.3s ease;
    z-index: 999;
}

.modal.active .modal-backdrop {
    background: rgba(90, 74, 79, 0.9);
}

.prices-modal {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    width: 95%;
    max-width: 1200px;
    height: 95vh;
    background: #faf7f8;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.modal.active .prices-modal {
    transform: translateX(-50%) translateY(0);
}

.price-title {
    font-family: 'NocturneSerif', serif;
    font-weight: 800;
    font-size: 36px;
    color: #8c6b7a;
    margin: 0;
    flex-shrink: 0;
}

.search-container {
    position: relative;
    max-width: 400px;
    flex: 1;
    min-width: 250px;
}

.category-section {
    margin-bottom: 20px;
}

.category-toggle {
    background: #d4a6b5;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease;
    margin-bottom: 10px;
}

.category-toggle:hover {
    background: #c895a6;
}

.category-toggle-icon {
    transition: transform 0.3s ease;
}

.category-toggle.collapsed .category-toggle-icon {
    transform: rotate(-90deg);
}

.search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    z-index: 2;
}

.search-input {
    width: 100%;
    padding: 15px 15px 15px 50px;
    border: 2px solid #e8dce1;
    border-radius: 25px;
    font-size: 16px;
    background: white;
    transition: all 0.3s ease;
}

.search-input:focus {
    outline: none;
    border-color: #d4a6b5;
    box-shadow: 0 0 10px rgba(212, 166, 181, 0.3);
}

.category-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    transition: all 0.3s ease;
    max-height: 1000px;
    overflow: hidden;
}

.category-buttons.collapsed {
    max-height: 0;
    margin-bottom: 0;
    opacity: 0;
    pointer-events: none;
}

.category-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    background: white;
    border: 2px solid #e8dce1;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 100px;
}

.category-btn:hover {
    transform: translateY(-2px);
    border-color: #d4a6b5;
}

.category-btn.active {
    background: #d4a6b5;
    border-color: #d4a6b5;
    color: white;
}

.category-btn img {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    filter: brightness(0) saturate(100%) invert(42%) sepia(12%) saturate(747%) hue-rotate(283deg) brightness(92%) contrast(87%);
}

.category-btn.active img {
    filter: brightness(0) invert(1);
}

.category-btn span {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.breeds-container {
    height: calc(85vh - 200px);
    overflow-y: auto;
    padding: 0 15px 15px;
}

.breed-item {
    background: white;
    border: 2px solid #e8dce1;
    border-radius: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.breed-header {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}

.breed-header:hover {
    background: #f9f7f8;
}

.breed-name {
    font-family: 'NocturneSerif', serif;
    font-size: 24px;
    color: #8c6b7a;
    margin: 0;
}

.breed-type {
    color: #8a737a;
    font-size: 14px;
    margin-left: 10px;
}

.breed-arrow {
    font-size: 20px;
    color: #d4a6b5;
    transition: transform 0.3s ease;
}

.breed-item.expanded .breed-arrow {
    transform: rotate(180deg);
}

.services-grid {
    display: none !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
    background: #f9f7f8;
    border-top: 1px solid #e8dce1;
    animation: scaleIn 0.3s ease;
}

.breed-item.expanded .services-grid {
    display: grid;
}

.service-card {
    background: white;
    border: 1px solid #e8dce1;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}

.service-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.service-name {
    font-size: 16px;
    font-weight: bold;
    color: #5a4a4f;
    margin-bottom: 10px;
}

.service-price {
    font-size: 20px;
    font-weight: bold;
    color: #d4a6b5;
    margin-bottom: 10px;
}

.service-includes {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-includes li {
    padding: 5px 0;
    color: #5a4a4f;
    position: relative;
    padding-left: 15px;
}

.service-includes li:before {
    content: "•";
    color: #d4a6b5;
    position: absolute;
    left: 0;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideInUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.featured-services {
    padding: 40px 20px;
    background-color: #f2e9ed;
    max-width: 1400px;
    margin: 0 auto;
    display: block;
}

.featured-services-container {
    max-width: 1200px;
    margin: 0 auto;
}

.services-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
    grid-template-areas:
        "card1 double double card2"
        "card3 card4 card5 view-all";
}

.service-card-item {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #E0E0E0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 280px;
}

.service-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.service-card-item:nth-child(1) {
    grid-area: card1;
}

.service-card-item:nth-child(2) {
    grid-area: double;
}

.service-card-item:nth-child(3) {
    grid-area: card2;
}

.service-card-item:nth-child(4) {
    grid-area: card3;
}

.service-card-item:nth-child(5) {
    grid-area: card4;
}

.service-card-item:nth-child(6) {
    grid-area: card5;
}

.service-card-large {
    grid-row: span 2;
    height: 470px;
}

.service-card-large .service-image-wrapper {
    height: 400px;
}

.service-image-wrapper {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    flex-shrink: 0;
}

.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.service-title {
    color: #5a4a4f;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: auto 12px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-height: 46px;
    position: relative;
    z-index: 2;
}

.view-all-btn {
    grid-area: view-all;
    background-color: #d4a6b5;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 20px;
    height: 120px;
    border: none;
    flex-direction: column;
    gap: 10px;
}

.view-all-btn:hover {
    background-color: #e9b8c8;
    transform: translateY(-3px);
}

.btn-text {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.arrow-circle {
    width: 28px;
    height: 28px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.popular-services-updated {
    padding: 40px 20px;
    background-color: #f2e9ed;
    max-width: 1400px;
    margin: 0 auto;
    display: block;
}

.popular-services-container-updated {
    max-width: 1200px;
    margin: 0 auto;
}

.service-card-updated {
    background: #ffffff;
    border: 1px solid #E0E0E0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 265px;
}

.service-card-updated:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.service-card-double-updated .service-image-container-updated {
    height: 505px;
}

.service-image-container-updated {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    flex-shrink: 0;
}

.service-image-container-updated15 {
    height: 345px;
}

.service-image-updated {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.price-badge-updated {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #c895a6;
    color: #ffffff;
    padding: 6px 12px;
    font-weight: bold;
    font-size: 14px;
    z-index: 2;
    min-width: 90px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.service-name-updated {
    color: #5a4a4f;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin: auto 12px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-height: 46px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.view-all-button-updated {
    grid-area: view-all;
    background-color: #d4a6b5;
    background-image: url('/src/images/button-view-all.png') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 20px;
    height: 120px;
    border: none;
    flex-direction: column;
    gap: 10px;
}

.view-all-button-updated:hover {
    background-color: #e9b8c8;
    transform: translateY(-3px);
}

.button-text-updated {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.arrow-icon-updated {
    width: 28px;
    height: 28px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.secondary-header {
    display: none;
}

.secondary-nav {
    display: flex;
    gap: 42px;
}

.secondary-nav a {
    color: #8a737a;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.secondary-nav a:hover {
    color: #d4a6b5;
}

.secondary-contacts {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #5a4a4f;
    font-weight: 600;
}

.secondary-contacts .social-icons img {
    width: 20px;
    height: 20px;
}

.breed-item .services-grid {
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
    background: #f9f7f8;
    border-top: 1px solid #e8dce1;
    animation: scaleIn 0.3s ease;
}

.breed-item.expanded .services-grid {
    display: grid;
}

.modal-price-services-grid.compact-grid .modal-price-service-card {
    border: 2px solid #f0f0f0;
    border-radius: 12px;
    padding: 20px;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.modal-price-services-grid.compact-grid .modal-price-service-card:hover {
    border-color: #8a737a;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(138, 115, 122, 0.1);
}

.modal-price-services-grid.compact-grid .modal-price-service-includes {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 15px 0 0 0;
}

.modal-price-services-grid.compact-grid .modal-price-service-includes li {
    padding: 5px 0;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    padding-left: 0;
}

.modal-price-services-grid.compact-grid .modal-price-service-includes li:before {
    content: '' !important;
}

.modal-price-services-grid.compact-grid .modal-price-service-includes li:last-child {
    border-bottom: none;
}

.service-meta-info {
    display: none;
}

.modal-price-service-card-complex .complex-services-list {
    margin: 0 0 5px 0;
    padding: 0 15px;
    background: #f9f9f9;
    border-radius: 8px;
    border-left: 4px solid #8a737a;
}

.complex-service-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #eaeaea;
}

.complex-service-item:last-child {
    border-bottom: none;
}

.complex-service-name {
    flex: 1;
    color: #5a4a4f;
    font-size: 12px;
}

.complex-service-price {
    font-weight: bold;
    color: #d4a6b5;
    margin-left: 15px;
}

.modal-price-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
    max-height: calc(85vh - 200px);
    overflow-y: auto;
}

.modal-price-service-card {
    background: white;
    border: 1px solid #e8dce1;
    border-radius: 15px;
    padding: 20px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.modal-price-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.modal-price-service-card-double {
    grid-column: span 2;
}

.modal-price-service-name {
    font-family: 'NocturneSerif', serif;
    font-size: 16px;
    color: #8c6b7a;
    margin-bottom: 10px;
    font-weight: bold;
}

.modal-price-service-price {
    font-size: 20px;
    font-weight: bold;
    color: #d4a6b5;
    margin-bottom: 15px;
}

.modal-price-service-includes {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    font-size: 13px;
}

.modal-price-service-includes li {
    padding: 4px 0;
    color: #5a4a4f;
    position: relative;
    padding-left: 20px;
    border-bottom: 1px solid #f2e9ed;
}

.modal-price-service-includes li:last-child {
    border-bottom: none;
}

.modal-price-service-includes li:before {
    content: "•";
    color: #d4a6b5;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.modal-price-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
}

.modal-price-wrapper {
    display: flex;
}

.modal-price-title {
    font-family: 'NocturneSerif', serif;
    font-weight: 800;
    font-size: 36px;
    color: #8c6b7a;
    margin: 0;
    white-space: nowrap;
}

.modal-price-search-container {
    position: relative;
    max-width: 400px;
    flex: 1;
    min-width: 250px;
    display: flex;
    align-items: center;
}

.modal-price-search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    z-index: 6;
}

.modal-price-search-input {
    width: 100%;
    padding: 12px 15px 12px 45px;
    border: 2px solid #e8dce1;
    border-radius: 25px;
    font-size: 16px;
    background: white;
    transition: all 0.3s ease;
}

.modal-price-search-input:focus {
    outline: none;
    border-color: #d4a6b5;
    box-shadow: 0 0 10px rgba(212, 166, 181, 0.3);
}

.modal-price-category-section {
    margin-bottom: 20px;
}

.modal-price-category-toggle {
    background: #d4a6b5;
    color: white;
    border: none;
    padding: 0 10px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease;
    height: 40px;
    margin: auto 0 auto 10px;
}

.modal-price-category-toggle:hover {
    background: #c895a6;
}

.modal-price-category-toggle-icon {
    transition: transform 0.3s ease;
}

.modal-price-category-toggle.collapsed .modal-price-category-toggle-icon {
    transform: rotate(-90deg);
}

.modal-price-category-buttons {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    transition: all 0.3s ease;
    max-height: 1000px;
    overflow: hidden;
}

.modal-price-category-buttons.collapsed {
    max-height: 0;
    margin-bottom: 0;
    opacity: 0;
    pointer-events: none;
}

.modal-price-category-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    background: white;
    border: 2px solid #e8dce1;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 100px;
}

.modal-price-category-btn:hover {
    transform: translateY(-2px);
    border-color: #d4a6b5;
}

.modal-price-category-btn.active {
    background: #d4a6b5;
    border-color: #d4a6b5;
    color: white;
}

.modal-price-category-btn img {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    filter: brightness(0) saturate(100%) invert(42%) sepia(12%) saturate(747%) hue-rotate(283deg) brightness(92%) contrast(87%);
}

.modal-price-category-btn.active img {
    filter: brightness(0) invert(1);
}

.modal-price-category-btn span {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.modal-price-service-breed {
    color: #8a737a;
    font-size: 14px;
    margin-bottom: 10px;
    font-style: italic;
}

.modal-price-breeds-container {
    overflow-y: auto;
    padding: 0 15px 15px;
}

.modal-price-breed-item {
    background: white;
    border: 2px solid #e8dce1;
    border-radius: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.modal-price-breed-header {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}

.modal-price-breed-header:hover {
    background: #f9f7f8;
}

.modal-price-breed-name {
    font-family: 'NocturneSerif', serif;
    font-size: 18px;
    color: #8c6b7a;
    margin: 0;
}

.modal-price-breed-type {
    color: #8a737a;
    font-size: 14px;
    margin-left: 10px;
}

.modal-price-breed-arrow {
    font-size: 20px;
    color: #d4a6b5;
    transition: transform 0.3s ease;
}

.modal-price-breed-item.expanded .modal-price-breed-arrow {
    transform: rotate(180deg);
}

.modal-price-breed-services-grid {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
    background: #f9f7f8;
    border-top: 1px solid #e8dce1;
    animation: scaleIn 0.3s ease;
}

.modal-price-breed-item.expanded .modal-price-breed-services-grid {
    display: grid;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1001;
    display: none;
    flex-direction: column;
    padding: 80px 20px 20px;
    overflow-y: auto;
}

.mobile-menu.active {
    display: flex;
}

.mobile-menu a {
    padding: 15px 20px;
    color: #5a4a4f;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #e8dce1;
    transition: all 0.3s ease;
}

.mobile-menu a:hover {
    background: #f8f9fa;
    color: #d4a6b5;
}

.mobile-contacts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e8dce1;
}

.mobile-contacts-left,
.mobile-contacts-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-phone {
    font-weight: bold;
    color: #5a4a4f;
    font-size: 14px;
    cursor: pointer;
}

.mobile-social-icons {
    display: flex;
    gap: 10px;
}

.mobile-social-icons img {
    width: 20px;
    height: 20px;
}

.mobile-address,
.mobile-hours {
    font-size: 13px;
    color: #5a4a4f;
    line-height: 1.4;
}

.product-modal {
    max-width: 85%;
    width: 85%;
    margin: 5% auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1002;
    max-height: 90vh;
    overflow-y: auto;
}

.product-modal .close {
    color: #8c6b7a;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1003;
    transition: color 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.product-modal .close:hover {
    color: #d4a6b5;
    background: rgba(255, 255, 255, 1);
}

.product-modal-content {
    display: flex;
    gap: 30px;
    background: #faf7f8;
    border-radius: 15px;
    padding: 30px;
    position: relative;
}

.media-container {
    position: relative;
    width: 100%;
    height: 585px;
    overflow: hidden;
    flex-shrink: 0;
}

.media-container img,
.media-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

.video-container {
    position: relative;
    width: 100%;
    height: 300px;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.video-container:hover video {
    transform: scale(1.02);
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: opacity 0.3s ease;
}

.video-container:hover .video-overlay {
    opacity: 0;
}

.play-icon {
    font-size: 48px;
    color: white;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.media-slider {
    position: relative;
    overflow: hidden;
}

.slider-track {
    display: flex;
    transition: transform 0.3s ease;
}

.slide {
    flex: 0 0 100%;
    position: relative;
}

.video-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s ease;
}

.slider-nav:hover {
    background: white;
    transform: translateY(-50%) scale(1.1);
}

.slider-nav.prev {
    left: 10px;
}

.slider-nav.next {
    right: 10px;
}

.slider-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 2;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: white;
    transform: scale(1.2);
}

.media-info {
    font-size: 0.9em;
    color: #8a737a;
}

.modal-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.modal-slider-track {
    display: flex;
    height: 100%;
    width: auto !important;
    transition: transform 0.3s ease-out;
}

.modal-slide {
    min-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    width: auto !important;
}

.modal-slide.active {
    opacity: 1;
}

.modal-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-video-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
}

.modal-slider-nav.prev {
    left: 10px;
}

.modal-slider-nav.next {
    right: 10px;
}

.modal-slider-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 10;
}

.modal-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.3s;
}

.modal-dot.active {
    background: white;
}

.mobile-header-contacts {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-right: auto;
    margin-left: 15px;
}

.mobile-contact-phone {
    font-weight: bold;
    color: #5a4a4f;
    font-size: 12px !important;
    cursor: pointer;
    transition: color 0.3s ease;
    white-space: nowrap;
    text-decoration: none;
    user-select: none !important;
    color: #5a4a4f !important;
    text-decoration: none !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout: none !important;
}

.mobile-contact-phone:active,
.mobile-contact-phone:hover,
.mobile-contact-phone:focus {
    color: #8a737a !important;
    background-color: transparent !important;
}

.mobile-contact-phone::selection {
    background-color: transparent !important;
    color: #5a4a4f !important;
}

.mobile-contact-phone::-moz-selection {
    background-color: transparent !important;
    color: #5a4a4f !important;
}

.mobile-contact-socials {
    display: flex;
    gap: 8px;
}

.mobile-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f5f5f5;
    transition: all 0.3s ease;
}

.mobile-social-link:hover {
    background: #8a737a;
    transform: scale(1.1);
}

.mobile-social-link img {
    width: 16px;
    height: 16px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 300px;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.video-overlay {
    display: none;
}

.video-container:hover .video-overlay {
    opacity: 0.8;
}

.play-icon {
    font-size: 48px;
    color: white;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.video-modal {
    width: auto;
    background: transparent;
    box-shadow: none;
}

.video-modal .close {
    color: white;
    background: rgba(0, 0, 0, 0.7);
    top: 10px;
    right: 10px;
}

.video-modal video {
    width: 100%;
    max-width: 800px;
    max-height: 80vh;
    border-radius: 10px;
    max-width: 0 auto;
}

.video-container {
    position: relative;
    width: 100%;
    height: 300px;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.video-container:hover video {
    transform: scale(1.05);
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease;
}

.video-container:hover .video-overlay {
    opacity: 0.7;
}

.play-icon {
    font-size: 48px;
    color: white;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.media-slider .image-container {
    position: relative;
    width: 380px;
    height: 585px;
    overflow: hidden;
}

.media-slider .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-video-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

.photo-video-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: opacity 0.3s ease;
}

.photo-video-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.photo-video-photo,
.photo-video-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: opacity 0.3s ease;
}

.photo-video-container:hover .photo-video-photo {
    opacity: 0;
}

.photo-video-container:hover .photo-video-video {
    opacity: 1;
}

@media (max-width: 1024px) and (min-width: 769px) {
    header {
        padding: 10px 30px;
        flex-wrap: wrap;
        gap: 15px;
    }

    .logo {
        order: 1;
        flex: 1;
    }

    nav#main-nav {
        order: 3;
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }

    nav#main-nav ul {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    nav#main-nav ul li a {
        font-size: 18px;
        margin-right: 0;
    }

    .desktop-contacts {
        order: 2;
        flex: 1;
        justify-content: flex-end;
    }

    .desktop-contacts .contact-btn {
        padding: 8px 16px;
        font-size: 14px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .example-card {
        width: calc(50% - 15px);
        min-width: 300px;
    }
}

@media (max-width: 768px) {
    .media-container {
        height: 490px;
    }

    .modal-example-info {
        width: 100%;
    }

    .modal-image-container {
        max-width: 100%;
    }

    .mobile-search-expanded {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: white;
        padding: 15px;
        border-radius: 0;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        z-index: 1002;
    }

    .modal-price-search-container .modal-price-search-input:not(#mobile-price-search) {
        display: block;
    }

    .mobile-header-contacts {
        display: flex;
    }

    header {
        padding: 10px 15px;
    }

    .menu-toggle {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .mobile-header-contacts {
        gap: 2px;
        margin: 0 0 0 auto;
        right: 55px;
        position: absolute;
    }

    .mobile-contact-phone {
        font-size: 12px !important;
    }

    .mobile-contact-socials {
        position: relative;
        right: 6px;
    }

    .mobile-social-link {
        width: 28px;
        height: 28px;
    }

    .mobile-social-link img {
        width: 14px;
        height: 14px;
    }

    .logo {
        height: 70px;
    }

    .logo h1 {
        font-size: 44px;
    }

    .logo span {
        font-size: 9px;
    }
}

@media (max-width: 768px) {

    .video-container,
    .slide img,
    .slide video {
        height: 200px;
    }

    .slider-nav {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .play-icon {
        font-size: 36px;
    }
}

@media (min-width: 769px) {
    .services-grid-updated {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: repeat(4, auto);
        grid-template-areas:
            "card1 card1 double double card2 card2 card3 card3"
            "card1 card1 double double card2 card2 card3 card3"
            "card4 card4 double double card5 card5 card3 card3"
            "card4 card4 double double card5 card5 btn btn";
        gap: 15px;
    }

    .service-card-updated {
        height: 265px;
    }

    .service-card-double-updated {
        grid-area: double;
        height: 550px;
    }

    .service-card-updated:nth-child(1) {
        grid-area: card1;
    }

    .service-card-updated:nth-child(2) {
        grid-area: double;
    }

    .service-card-updated:nth-child(3) {
        grid-area: card2;
    }

    .service-card-updated:nth-child(4) {
        grid-area: card3;
        height: 390px;
    }

    .service-card-updated:nth-child(5) {
        grid-area: card4;
    }

    .service-card-updated:nth-child(6) {
        grid-area: card5;
    }

    .view-all-button-updated {
        grid-area: btn;
        height: 100px;
    }
}

@media (max-width: 768px) {
    .product-modal {
        width: 85%;
        max-width: 85%;
        margin: 10% auto;
    }

    .product-modal .close {
        top: 10px;
        right: 15px;
        font-size: 35px;
        width: 45px;
        height: 45px;
    }

    .product-modal-content {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .modal-price-breed-services-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .modal-price-services-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 15px;
    }

    .modal-price-service-card-double {
        grid-column: span 1;
    }

    .modal-price-header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
    }

    .modal-price-title {
        font-size: 24px;
        white-space: normal;
    }

    .modal-price-search-container {
        max-width: 200px;
        min-width: auto;
    }

    prices-modal {
        max-height: 90vh;
    }
}

@media (max-width: 768px) {
    header {
        padding: 10px 20px;
        flex-wrap: wrap;
    }

    .desktop-contacts {
        display: none;
    }

    .menu-toggle {
        display: block;
        width: 32px;
        margin-right: 2px;
    }

    #main-nav {
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        background: white;
        padding: 20px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        display: none;
    }

    #main-nav.active {
        display: block;
    }

    .service-card-updated,
    .service-card-double-updated {
        height: 220px;
        width: 100%;
        margin: 0;
    }

    .services-about-container {
        flex-direction: column;
        gap: 20px;
    }

    .services-grid-updated {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-rows: auto auto auto auto auto auto;
        grid-template-areas:
            "card1 card2"
            "card3 card4"
            "card5 card6"
            "double double"
            "view-all view-all" !important;
        gap: 10px;
    }

    .service-card-updated {
        width: 100%;
        margin: 0;
        height: 220px;
    }

    .service-card-double-updated {
        grid-area: double;
        grid-column: span 2;
        height: 220px;
    }

    .service-card-double-updated .service-image-container-updated {
        height: 170px;
    }

    .service-image-container-updated15 {
        height: 170px;
    }

    .service-name-updated {
        font-size: 12px;
        min-height: 20px;
        padding: 5px;
    }

    .price-badge-updated {
        font-size: 11px;
        top: 9px;
        left: 9px;
        padding: 3px 0;
        font-size: 10px;
        min-width: 65px;
    }

    .view-all-button-updated {
        grid-area: view-all;
        grid-column: span 2;
        height: 60px;
        margin-top: 10px;
    }

    .examples-grid {
        gap: 15px;
    }

    .example-card {
        width: 85vw;
        height: 450px;
    }

    .example-card .description-container {
        max-height: 100px;
    }

    .footer-container {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .modal-content {
        width: 85%;
        margin: 10% auto;
        padding: 20px;
    }

    .secondary-header {
        position: static;
        padding: 10px 20px;
    }

    .secondary-nav {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }

    .service-image-container-updated,
    .service-image-container-updated15,
    .service-card-double-updated .service-image-container-updated {
        height: 180px;
    }

    .service-card-updated:nth-child(1) {
        grid-area: card1;
    }

    .service-card-updated:nth-child(2) {
        grid-area: card2;
    }

    .service-card-updated:nth-child(3) {
        grid-area: card3;
    }

    .service-card-updated:nth-child(4) {
        grid-area: card4;
    }

    .service-card-updated:nth-child(5) {
        grid-area: card5;
    }

    .service-card-updated:nth-child(6) {
        grid-area: card6;
    }

    .additional-services-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-rows: auto auto auto auto;
        grid-template-areas:
            "card1 card2"
            "card3 card4"
            "card5 card6"
            "double double" !important;
        gap: 10px;
        margin-top: 20px;
    }

    .additional-services-grid .service-card-updated {
        width: 100%;
        margin: 0;
        height: 220px;
    }

    .additional-services-grid .service-card-double-updated {
        grid-area: double;
        grid-column: span 2;
        height: 220px;
    }

    .additional-services-grid .service-card-updated:nth-child(1) {
        grid-area: card1;
    }

    .additional-services-grid .service-card-updated:nth-child(2) {
        grid-area: card2;
    }

    .additional-services-grid .service-card-updated:nth-child(3) {
        grid-area: card3;
        height: 375px;
    }

    .additional-services-grid .service-card-updated:nth-child(4) {
        grid-area: card4;
        height: 220px !important;
    }

    .additional-services-grid .service-card-updated:nth-child(5) {
        grid-area: card5;
    }

    .additional-services-grid .service-card-updated:nth-child(6) {
        grid-area: card6;
    }

    .additional-services-grid .service-card-updated:nth-child(7) {
        grid-area: double;
    }
}

@media (max-width: 480px) {
    .about-block {
        min-height: 265px;
    }

    .services-about-section {
        padding: 30px 20px;
    }

    .example-card {
        width: 280px;
        height: 380px;
    }

    .image-container {
        height: 200px;
    }

    .prices-modal {
        width: 85%;
        margin: 2% auto;
        max-height: 88vh;
    }

    .category-buttons {
        gap: 8px;
    }

    .category-btn {
        min-width: 80px;
        padding: 10px;
    }

    .category-btn span {
        font-size: 12px;
    }
}

@media (hover: none) and (pointer: coarse) {

    .service-card-updated:hover,
    .example-card:hover {
        transform: none;
    }

    .service-card-updated:active,
    .example-card:active {
        transform: scale(0.98);
    }

    .slider-arrow {
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    .contact-btn,
    .welcome-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    header {
        padding: 10px 20px;
        position: relative;
    }

    nav#main-nav ul {
        display: none;
    }

    .mobile-menu {
        position: fixed;
        top: 90px;
        left: 0;
        width: 100%;
        background: white;
        z-index: 1001;
        display: none;
        flex-direction: column;
        padding: 0 5px 20px;
        overflow-y: auto;
        height: calc(100% - 101px);
    }

    .mobile-phone {
        padding-left: 20px;
    }

    .mobile-menu.active {
        display: flex;
    }

    .mobile-menu a {
        padding: 15px 20px;
        color: #5a4a4f;
        text-decoration: none;
        border-bottom: 1px solid #e8dce1;
        font-size: 18px;
        font-weight: 600;
    }

    .mobile-menu a:hover {
        background: #f8f9fa;
        color: #d4a6b5;
    }

    .mobile-contacts {
        padding: 15px 20px;
        border-top: 1px solid #e8dce1;
    }

    .desktop-contacts {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .mobile-search-compact {
        left: 50%;
    }
}

@media (min-width: 769px) {
    .mobile-menu {
        display: none !important;
    }

    .menu-toggle {
        display: none;
    }
}

@media (max-width: 768px) {
    header {
        padding: 10px 20px;
        position: fixed;
    }

    nav#main-nav {
        display: none !important;
    }

    body {
        padding-top: 60px;
    }
}

@media (min-width: 769px) {
    nav#main-nav {
        display: flex !important;
    }

    .mobile-menu {
        display: none !important;
    }

    .menu-toggle {
        display: none;
    }
}

@media (max-width: 768px) {
    .mobile-contacts {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 15px 20px;
        border-top: 1px solid #e8dce1;
        flex-wrap: wrap;
    }

    .mobile-contacts .phone {
        margin: 0;
        font-size: 14px;
    }

    .mobile-contacts .social-icons {
        display: flex;
        gap: 10px;
        margin: 0;
    }

    .mobile-contacts .contact-btn {
        width: auto;
        margin-top: 0;
        font-size: 14px;
        padding: 8px 15px;
    }
}

@media (max-width: 480px) {
    .mobile-contacts {
        gap: 10px;
        justify-content: space-between;
    }

    .mobile-contacts .phone {
        font-size: 13px;
    }

    .mobile-contacts .contact-btn {
        font-size: 12px;
        padding: 6px 12px;
    }
}

@media (max-width: 768px) {
    .price-header {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .price-title {
        font-size: 28px;
        text-align: center;
    }

    .search-container {
        max-width: 100%;
        min-width: auto;
    }

    .category-buttons {
        gap: 10px;
    }

    .category-btn {
        min-width: 80px;
        padding: 12px;
    }

    .category-btn span {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .price-title {
        font-size: 24px;
    }

    .category-buttons {
        grid-template-columns: repeat(2, 1fr);
    }

    .category-toggle {
        width: 100%;
        justify-content: center;
    }

    .modal-price-category-btn {
        width: 23px;
        height: 40px;
    }

    .modal-price-category-btn img {
        height: 30px;
        width: 30px;
    }

    .modal-price-category-btn span {
        font-size: 10px;
    }

    .modal-price-breeds-container {
        height: 90vh;
    }

    .modal-price-category-btn {
        min-width: 20px;
    }
}

@media (max-width: 1300px) and (min-width: 769px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }

    .service-card {
        width: 100%;
        max-width: 300px;
    }

    .logo {
        width: 205px;
    }

    .logo span {
        font-size: 10px;
        position: absolute;
        top: 65px;
        width: 150px;
        text-align: center;
    }

    nav#main-nav {
        justify-content: space-around;
        width: 790px;
    }

    nav#main-nav ul li a {
        font-size: 15px;
        margin: 0 7px;
    }

    .phone span {
        font-size: 16px;
        width: 140px;
        height: 27px;
    }

    header {
        padding: 8px 25px;
    }
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 15px;
    }

    .service-card {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .breed-item .services-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .slider-container {
        padding: 0 6px;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        gap: 5px;
    }

    .slider-wrapper {
        width: 85vw;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .examples-grid {
        width: 100%;
        margin: 0;
        padding: 0;
        gap: 15px;
    }

    .example-card {
        width: 100% !important;
        height: auto;
        min-height: 450px;
        margin: 0;
        flex-shrink: 0;
        box-sizing: border-box;
    }

    .slider-arrow-left,
    .slider-arrow-right {
        position: relative;
        margin: 0;
        transform: none;
    }

    .slider-arrow-right {
        right: 10px;
    }

    .image-container {
        height: 200px;
        flex-shrink: 0;
    }

    .example-card p {
        flex: 1;
        overflow: visible;
        margin: 5px 0;
        font-size: 11px;
    }

    .buttons {
        margin-top: auto;
        flex-shrink: 0;
    }
}

.desktop-contacts {
    display: flex;
    align-items: center;
    gap: 20px;
}

.desktop-contacts .phone {
    cursor: pointer;
}

.sub-service-item {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}

.sub-service-item input {
    flex: 1;
    padding: 8px;
    border: 1px solid #e8dce1;
    border-radius: 5px;
}

.remove-sub-service {
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-price-services-grid.compact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 15px;
    padding: 20px;
}

.modal-price-service-card.compact-card {
    padding: 15px;
    min-height: auto;
    height: auto;
}

.modal-price-service-card.compact-card .modal-price-service-name {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.3;
}

.modal-price-service-card.compact-card .modal-price-service-price {
    font-size: 18px;
    margin-bottom: 10px;
}

.modal-price-service-card.compact-card .modal-price-service-includes {
    margin-top: 8px;
}

.modal-price-service-card.compact-card .modal-price-service-includes li {
    font-size: 12px;
    padding: 4px 0;
    line-height: 1.3;
    border-bottom: none;
}

.modal-price-service-card.compact-card .service-meta-info {
    font-size: 12px;
    margin-bottom: 8px;
}

.modal-price-service-card.compact-card .service-animal-type,
.modal-price-service-card.compact-card .service-breed {
    font-size: 11px;
    padding: 2px 6px;
}

.modal-price-service-card-complex.compact-card .complex-services-list {
    margin: 8px 0;
    padding: 8px;
    font-size: 12px;
}

.modal-price-service-card-complex.compact-card .complex-service-item {
    padding: 3px 0;
    font-size: 14px;
}

@media (max-width: 768px) {
    .modal-price-services-grid.compact-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px;
    }

    .modal-price-service-card.compact-card {
        padding: 12px;
    }

    .modal-price-service-card-complex.compact-card {
        grid-column: 1;
    }
}

@media (max-width: 480px) {
    .modal-price-services-grid.compact-grid {
        grid-template-columns: 1fr;
    }

    .modal-price-service-card.compact-card .modal-price-service-name {
        font-size: 14px;
    }

    .modal-price-service-card.compact-card .modal-price-service-price {
        font-size: 16px;
    }

    .modal-price-service-card.compact-card .modal-price-service-includes li {
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    .video-container {
        height: 250px;
    }

    .video-container video {
        height: 250px;
    }

    .media-slider {
        height: 250px;
    }

    .media-slider .image-container {
        height: 250px;
    }

    .media-slider .image-container img {
        height: 500px;
    }

    .slide video {
        height: 250px;
    }

    .example-card {
        height: 560px;
    }

    .example-card .description-container {
        max-height: 150px;
    }

    .image-container {
        height: 530px;
    }

    .image-container img {
        height: 530px;
    }
}

@media (max-width: 480px) {
    .video-container {
        height: 220px;
    }

    .video-container video {
        height: 220px;
    }

    .media-slider {
        height: 220px;
    }

    .media-slider .image-container {
        height: 220px;
    }

    .media-slider .image-container img {
        height: 485px;
    }

    .example-card-content {
        width: 97%;
    }

    .slide video {
        height: 220px;
    }

    .example-card {
        height: 520px;
    }

    .example-card .description-container {
        max-height: 120px;
    }

    .image-container {
        height: 485px;
    }

    .image-container img {
        height: 485px;
    }

    .video-badge {
        font-size: 10px;
        padding: 3px 6px;
    }

    .slider-nav {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }

    .dot {
        width: 6px;
        height: 6px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .video-container {
        height: 280px;
    }

    .video-container video {
        height: 280px;
    }

    .media-slider {
        height: 280px;
    }

    .media-slider .image-container {
        height: 280px;
    }

    .media-slider .image-container img {
        height: 500px;
    }

    .slide video {
        height: 280px;
    }

    .example-card {
        height: 580px;
        width: 320px;
    }

    .image-container {
        height: 550px;
    }

    .image-container img {
        height: 550px;
    }
}

@media (max-width: 768px) {
    .video-container video {
        transform: none;
    }

    .video-container:hover video {
        transform: none;
    }

    .video-container video {
        autoplay: false;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .video-container {
        height: 200px;
    }

    .video-container video {
        height: 200px;
    }

    .media-slider {
        height: 200px;
    }

    .media-slider .image-container {
        height: 200px;
    }

    .example-card {
        height: 450px;
    }

    .example-card .description-container {
        max-height: 80px;
    }
}

@media (hover: none) and (pointer: coarse) {
    .video-container:hover video {
        transform: none;
    }

    .video-overlay {
        opacity: 0.5;
    }

    .slider-nav {
        width: 40px;
        height: 40px;
    }

    .dot {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 768px) {
    .video-container video {
        preload: "metadata";
    }
}

@media (max-width: 360px) {
    .video-container {
        height: 200px;
    }

    .video-container video {
        height: 200px;
    }

    .media-slider {
        height: 200px;
    }

    .example-card {
        height: 480px;
    }

    .example-card .description-container {
        max-height: 100px;
    }

    .video-badge {
        font-size: 9px;
        padding: 2px 4px;
    }
}

.additional-services-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-template-areas:
        "card1 card1 card2 card2 double double card3 card3"
        "card4 card4 card5 card5 double double card6 card6";
    gap: 15px;
    margin-top: 30px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.additional-services-grid.expanded {
    opacity: 1;
    max-height: 2500px;
}

.additional-services-grid .service-card-updated:nth-child(1) {
    grid-area: card1;
}

.additional-services-grid .service-card-updated:nth-child(2) {
    grid-area: card2;
}

.additional-services-grid .service-card-updated:nth-child(3) {
    grid-area: double;
}

.additional-services-grid .service-card-updated:nth-child(4) {
    grid-area: card3;
    height: 265px;
}

.additional-services-grid .service-card-updated:nth-child(5) {
    grid-area: card4;
}

.additional-services-grid .service-card-updated:nth-child(6) {
    grid-area: card5;
}

.additional-services-grid .service-card-updated:nth-child(7) {
    grid-area: card6;
}

.hidden {
    display: none;
}

.view-all-button-updated.expanded .arrow-icon-updated {
    transform: rotate(90deg);
}

@media (max-width: 480px) {
    .additional-services-grid {
        gap: 8px;
    }

    .additional-services-grid .service-card-updated {
        height: 220px;
    }

    .additional-services-grid .service-card-double-updated .service-image-container-updated {
        height: 330px;
    }

    .additional-services-grid {
        display: grid !important;
    }
}

@media (max-width: 768px) {
    .image-modal-content {
        flex-direction: column;
        width: 95%;
        max-width: 95%;
        height: 90vh;
        max-height: 90vh;
    }

    .image-modal-left {
        height: 60%;
        width: 100%;
    }

    .image-modal-right {
        height: 40%;
        padding: 20px;
        width: 100%;
    }

    .image-modal-right h2 {
        color: #8c6b7a;
        margin: 0;
        font-size: 18px;
        width: 100%;
        text-align: center;
    }

    .image-modal-right p {
        font-size: 14px;
    }
}

.welcome-btn-mobile {
    display: none;
}

@media (max-width: 480px) {
    .welcome-btn-mobile {
        display: block;
        position: relative;
        background-color: #d4a6b5;
        color: #ffffff;
        border: none;
        padding: 12px 24px;
        cursor: pointer;
        border-radius: 5px;
        font-weight: bold;
        font-size: 14px;
        z-index: 10;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        transition: background-color 0.3s ease;
        white-space: nowrap;
        margin: 0 20px;
        width: 90vw;
    }
}

.about-slider {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: grab;
    user-select: none;
    touch-action: pan-y;
}

.about-slider:active {
    cursor: grabbing;
}

.about-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease, background-color 0.3s ease;
}

.about-slider:hover .about-slider-arrow {
    opacity: 1;
}

.about-slider-arrow:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.about-slider-arrow-left {
    left: 15px;
}

.about-slider-arrow-right {
    right: 15px;
}

.about-slider-arrow img {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(42%) sepia(12%) saturate(747%) hue-rotate(283deg) brightness(92%) contrast(87%);
}

.about-slider-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 10;
}

.about-slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.about-slider-dot.active {
    background-color: white;
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .about-slider-arrow {
        width: 36px;
        height: 36px;
        opacity: 0.7;
    }

    .about-slider-arrow-left {
        left: 10px;
    }

    .about-slider-arrow-right {
        right: 10px;
    }

    .about-slider-dots {
        bottom: 10px;
    }

    .about-slider-dot {
        width: 6px;
        height: 6px;
    }
}

.about-slider-track {
    display: flex;
    height: 100%;
    width: 100%;
    transition: transform 0.3s ease-out;
}

.about-slide {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}

@media (max-width: 768px) {
    .about-slider {
        touch-action: pan-y pinch-zoom;
        height: 280px;
    }
}

@media (max-width: 1700px) {
    .logo-footer {
        position: relative;
        left: 0;
    }
}

@media (max-width: 1500px) {
    .logo-footer h1 {
        font-size: 60px;
    }

    .logo-footer span {
        font-size: 12px;
        font-weight: 800;
    }
}

@media (max-width: 1300px) {
    .logo-footer span {
        width: 175px;
        top: 75px;
    }
}
@media (max-width: 1024px) {
    .logo-footer{
        display: none;
    }
}