html,
body {
    overflow-x: hidden;
}

/********** Template CSS **********/
:root {
    --primary: #4761FF;
    --secondary: #555555;
    --light: #F1F3FA;
    --dark: #1C2035;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.KyeroPyqWF {
    font-weight: 500;
}

.contact-paint-section {
    background-color: #f7f9fc;
    padding-top: 120px;
    padding-bottom: 120px;
}

.contact-title {
    font-size: 36px;
    font-weight: 700;
    color: #0b3d91;
}

.contact-intro {
    font-size: 18px;
    color: #333;
}

.form-group-custom {
    position: relative;
    margin-bottom: 15px;
}

.ZMKZ1UNISD {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.form-group-custom label {
    position: absolute;
    top: -10px;
    left: 15px;
    background: #f7f9fc;
    padding: 0 5px;
    font-size: 14px;
    color: #0b3d91;
}

.s2WAtRtqsi {
    background-color: #c27401;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.s2WAtRtqsi:hover {
    background-color: #06306b;
}

.tZu1IvfbYJ {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}

.icon-circle {
    width: 50px;
    height: 50px;
}

.map-wrapper-custom iframe {
    border-radius: 10px;
    margin-top: 15px;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Playfair+Display:wght@700&display=swap');

:root {
    --primary-accent: #5C6BC0;
    /* Indigo */
    --secondary-accent: #FFB74D;
    /* Light Orange */
    --background-main: #ECEFF1;
    /* Blue Gray */
    --text-dark-color: #263238;
    /* Dark Blue Gray */
    --text-light-color: #607D8B;
    /* Blue Gray */
}



.page-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-banner-section {
    position: relative;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
    padding: 20px;
}

.hero-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
    z-index: -1;
    animation: fadeIn 2s forwards;
}

.ARrdVsdhvq {
    z-index: 1;
    max-width: 900px;
    animation: slideUp 1.5s forwards;
}

.ARrdVsdhvq h1 {
    color: #CFD8DC;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 4rem);
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.ARrdVsdhvq h2 {
    color: #ECEFF1;
    font-size: clamp(1.2rem, 3vw, 2.5rem);
    font-weight: 400;
    margin-bottom: 10px;
}

.ARrdVsdhvq p {
    font-size: clamp(0.9rem, 1.5vw, 1.2rem);
    margin-bottom: 30px;
    font-weight: 400;
}

.call-to-action-button {
    display: inline-block;
    background-color: var(--secondary-accent);
    color: var(--text-dark-color);
    padding: 15px 40px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.call-to-action-button:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.V05usPlfII {
    padding: 80px 0;
}

.grid-container-custom {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.feature-card-custom {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    padding: 40px;
    text-align: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.feature-card-custom:hover {
    transform: translateY(-15px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
}

.feature-card-custom h5 {
    font-size: 1.5rem;
    color: #c27401;
    margin-bottom: 10px;
}

.about-us-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    padding: 50px;
    align-items: center;
}

.about-text-content {
    flex: 2;
    min-width: 300px;
}

.about-image-wrapper {
    flex: 1;
    min-width: 250px;
    text-align: center;
}

.about-image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.about-text-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    margin-bottom: 20px;
    color: #c27401;
}

.service-list-block {
    background-color: var(--background-main);
    padding: 50px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    /* дозволяє переносити блоки на наступний ряд */
    gap: 25px;
    /* відстань між блоками */
    justify-content: space-between;
    /* рівномірний розподіл блоків */
}

.YhGYezf18P {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    padding: 30px;
    flex: 0 1 calc(33.333% - 16.66px);
    /* 3 блоки в рядку з відступом */
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

@media (max-width: 992px) {
    .YhGYezf18P {
        flex: 0 1 calc(50% - 12.5px);
        /* 2 блоки в рядку на планшетах */
    }
}

@media (max-width: 768px) {
    .YhGYezf18P {
        flex: 0 1 100%;
        /* 1 блок в рядку на мобільних */
    }
}


.project-section-custom {
    text-align: center;
}

.project-grid-unique {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.project-card-item {
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.project-card-item:hover {
    transform: translateY(-15px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
}

.project-card-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.project-text-content {
    padding: 30px;
}

.project-text-content h5 {
    font-size: 1.5rem;
    color: #c27401;
    margin-bottom: 10px;
}

.project-text-content span {
    display: block;
    color: var(--text-light-color);
    margin-bottom: 20px;
}

.contact-quote-section {
    background-color: #c27401;
    color: white;
    border-radius: 15px;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.XdIq6hdytl {
    flex: 1;
    min-width: 300px;
}

.XdIq6hdytl h1 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.XdIq6hdytl p {
    margin-bottom: 20px;
}

.phone-link-unique {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.phone-link-unique:hover {
    color: var(--secondary-accent);
}

.AkovVOq4nM {
    background-color: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    flex: 1;
    min-width: 300px;
}

.AkovVOq4nM h2 {
    font-family: 'Playfair Display', serif;
    color: var(--text-dark-color);
    margin-bottom: 20px;
}

.input-group-custom {
    margin-bottom: 20px;
}

.input-group-custom label {
    display: block;
    margin-bottom: 8px;
    color: var(--text-light-color);
}

.owrMDr844p,
.OrlSccSiCY,
.pf54TYALrY {
    width: 100%;
    padding: 15px;
    border: 1px solid #CFD8DC;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.owrMDr844p:focus,
.OrlSccSiCY:focus,
.pf54TYALrY:focus {
    outline: none;
    border-color: #c27401;
    box-shadow: 0 0 0 3px rgba(92, 107, 192, 0.2);
}

.submit-button-custom {
    width: 100%;
    padding: 15px;
    background-color: #c27401;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-button-custom:hover {
    background-color: #3949AB;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.SfhGQyGG9e {
    background-color: #e67e22;

}

.SfhGQyGG9e .U0emTd5q3c-item+.U0emTd5q3c-item::before {
    color: var(--light);
}

.SfhGQyGG9e .U0emTd5q3c-item,
.SfhGQyGG9e .U0emTd5q3c-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Features ***/
.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}


/*** About ***/
.about {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/mupKjnkkSx.jpg) left center no-repeat;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.service-item .service-text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
    transition: .5s;
    z-index: 2;
}

.service-item:hover .service-text {
    top: -1.5rem;
}

.service-item .service-text h5 {
    transition: .5s;
}

.service-item:hover .service-text h5 {
    color: var(--primary);
}

.service-item .service-btn {
    position: absolute;
    width: 80%;
    height: 3rem;
    left: 10%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-btn {
    bottom: -1.5rem;
}


/*** Project ***/
.project-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.project-item .project-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
}

.project-item:hover .project-overlay {
    opacity: 1;
    padding-top: 0;
}

.project-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .project-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .project-carousel .owl-nav .owl-prev,
    .project-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}


/*** Team ***/
.team-item {
    position: relative;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-social {
    position: absolute;
    padding: 0;
    top: 15px;
    left: 0;
    overflow: hidden;
}

.team-item .team-social li {
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social li {
    margin-left: 15px;
    opacity: 1;
}

.team-item .team-social li .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 40px;
    transition: .5s;
}

.team-item .team-social li .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item .team-social li:nth-child(1) {
    transition-delay: .1s;
}

.team-item .team-social li:nth-child(2) {
    transition-delay: .2s;
}

.team-item .team-social li:nth-child(3) {
    transition-delay: .3s;
}

.team-item .team-social li:nth-child(4) {
    transition-delay: .4s;
}

.team-item .team-social li:nth-child(5) {
    transition-delay: .5s;
}


/*** Testimonial ***/
.testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
}

.owl-item .testimonial-item,
.testimonial-item * {
    transition: .5s;
}

.owl-item.center .testimonial-item,
.testimonial-item:hover {
    background: var(--primary);
}

.owl-item.center .testimonial-item *,
.testimonial-item:hover * {
    color: #FFFFFF !important;
}

.testimonial-item img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 100px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .testimonial-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}


/*** Footer ***/
.footer {
    color: #B0B9AE;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
}

.copyright {
    background: #111111;
}

.copyright a:hover {
    color: var(--primary) !important;
}

.zeMw0CTW6m {
    background: linear-gradient(135deg, #111, #2b2b2b);
    color: #eee;
    padding: 3rem 1rem 1rem;
    font-family: 'Segoe UI', sans-serif;
}

.paint-footer__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.paint-footer__logo {
    font-size: 1.8rem;
    color: #f3f3f3;
    margin-bottom: .3rem;
}

.paint-footer__company {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #bbb;
}

.paint-footer__link {
    color: #ccc;
    text-decoration: none;
}

.paint-footer__link:hover {
    color: #fff;
    text-decoration: underline;
}

.paint-footer__title {
    font-size: 1.1rem;
    margin-bottom: .8rem;
    color: #fff;
    border-bottom: 2px solid #ffb347;
    display: inline-block;
    padding-bottom: 4px;
}

.paint-footer__nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.paint-footer__nav li {
    margin: .5rem 0;
}

.paint-footer__nav a {
    color: #ccc;
    text-decoration: none;
    transition: color .3s ease;
}

.paint-footer__nav a:hover {
    color: #ffb347;
}

.paint-footer__social .social-icons {
    display: flex;
    gap: 1rem;
}

.paint-footer__social a {
    color: #bbb;
    transition: color .3s ease;
}

.paint-footer__social a:hover {
    color: #ffb347;
}

.Hqq4SgKwqy {
    border-top: 1px solid #444;
    text-align: center;
    padding-top: 1rem;
    margin-top: 2rem;
    font-size: .9rem;
    color: #aaa;
}

.header-pickone {
    /* Залишаємо оригінальний клас */
    background-color: #2c3e50;
    /* Насичений синій */
    padding: 20px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.container-header {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yzFm9nIDKz {
    display: flex;
    align-items: center;
    gap: 10px;
    /* Відстань між іконкою та текстом */
}

.logo-icon {
    width: 40px;
    height: 40px;
}

.logo-text {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: #ecf0f1;
    text-decoration: none;
    line-height: 1;
}

/* PC menu */
.o916cnCYhh ul {
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.o916cnCYhh a {
    color: #ecf0f1;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.o916cnCYhh a:hover {
    color: #e67e22;
    /* Золотистий колір при наведенні */
}



/* Burger & mobile */
#menu-toggle {
    display: none;
}

.burger {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: #ecf0f1;
}

.close-menu {
    display: none;
    /* Прихований хрестик на ПК */
}

/* Mobile menu styles */
@media (max-width: 768px) {
    .burger {
        display: block;
    }

    .logo-text {
        font-family: 'Playfair Display', serif;
        font-size: 23px;
        font-weight: 700;
        color: #ecf0f1;
        text-decoration: none;
        line-height: 1;
    }

    .o916cnCYhh {
        position: fixed;
        top: 0;
        right: -100%;
        width: 250px;
        height: 100vh;
        background-color: #34495e;
        padding-top: 70px;
        transition: right 0.4s ease-in-out;
        z-index: 1000;
    }

    .o916cnCYhh ul {
        flex-direction: column;
        gap: 20px;
        padding-left: 20px;
    }

    .o916cnCYhh a {
        font-size: 1.2rem;
    }

    .close-menu {
        display: block;
        /* Показаний тільки на мобільному */
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 32px;
        cursor: pointer;
        color: #e67e22;
    }

    #menu-toggle:checked~.burger+.o916cnCYhh {
        right: 0;
    }
}

/* Services Section */
.NbnIwsQmmT {
    padding: 80px 0;
    background: #fff;
}

.service-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

.service-card h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

.service-card p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-card .wnv9TuYjjM {
    color: #c27401;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.btn-order {
    background: #c27401;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
}

.btn-order:hover {
    background: #c27401;
}

/* Pricing Section */
.pricing-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.pricing-card {
    background: #fff;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.pricing-card.featured {
    border: 2px solid #c27401;
    transform: scale(1.05);
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.pricing-card h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}

.pricing-card .wnv9TuYjjM {
    color: #c27401;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.pricing-card ul li {
    color: #666;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.btn-select {
    background: #c27401;
    color: #fff;
    padding: 12px 35px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-select:hover {
    background: #1a3a68;
}

/* Testimonials Section */
.testimonials-section {
    padding: 80px 0;
    background: #fff;
}

.testimonial-card {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-card p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 20px;
}

.w1zTCMKXpK h4 {
    color: #333;
    font-size: 18px;
    margin-bottom: 5px;
}

.w1zTCMKXpK span {
    color: #666;
    font-size: 14px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .pricing-card.featured {
        transform: scale(1);
    }

    .service-card img {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .service-card {
        margin-bottom: 20px;
    }

    .pricing-card {
        margin-bottom: 30px;
    }

    .testimonial-card {
        margin-bottom: 20px;
    }
}