/********** Template CSS **********/
:root {
    --primary: #FF3E41;
    --secondary: #51CFED;
    --light: #F8F2F0;
    --dark: #060315;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}



:root {
    --dark-primary: #121212;
    /* Almost black */
    --dark-secondary: #1E1E1E;
    /* Dark gray for cards */
    --accent-green: #00FFC2;
    /* Bright, futuristic green */
    --accent-orange: #FF6B6B;
    /* Vibrant orange */
    --text-light: #E0E0E0;
    --text-muted: #BDBDBD;
}



.nfFE0JWAmj {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Hero Section */
.kn0Ge8M8dG {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.AuGNIdXukp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/BpXUckPcTi.jpg');
    background-size: cover;
    background-position: center;
    filter: brightness(0.2) grayscale(100%);
    z-index: 0;
    animation: zoom-in 15s infinite;
}

.hero-overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
    z-index: 1;
}

.hero-content-progressive {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    padding: 20px;
    animation: fade-up 1s ease-out;
}

.hero-content-progressive h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 6vw, 3rem);
    color: var(--accent-orange);
    margin: 0 0 20px 0;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0, 255, 194, 0.4);
}

.hero-content-progressive h2 {
    font-size: clamp(1.2rem, 2.5vw, 2.5rem);
    color: var(--accent-orange);
    margin: 0 0 10px 0;
    font-weight: 400;
}

.hero-content-progressive p {
    font-size: clamp(0.9rem, 1.3vw, 1.1rem);
    color: var(--text-muted);
    margin: 0 auto 40px auto;
    max-width: 800px;
    font-weight: 300;
}

.hero-button-group {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.AQkAG6rh3I {
    padding: 15px 40px;
    border: 2px solid var(--accent-orange);
    color: var(--accent-orange);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.AQkAG6rh3I:hover {
    background-color: var(--accent-orange);
    color: var(--dark-primary);
    box-shadow: 0 0 20px var(--accent-orange);
}

/* Section Styling */
.section-wrapper {
    padding: 100px 0;
}

.section-header-modern {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.section-header-modern h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    color: var(--accent-orange);
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}

.section-header-modern h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: var(--accent-orange);
    margin: 15px auto 0;
}

/* Grid Layouts */
.grid-3-col {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 40px;
}

.GuLKlc9fe6 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 50px;
    align-items: center;
}

/* Card and Text Blocks */
.uk1PgcAHY8 {
    background-color: var(--dark-secondary);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.uk1PgcAHY8:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

.uk1PgcAHY8 h3 {
    font-size: 1.8rem;
    color: var(--accent-orange);
    margin-top: 0;
}

.uk1PgcAHY8 p {
    color: var(--text-muted);
    font-weight: 300;
}

.wyVPBvxBhn {
    background: linear-gradient(45deg, var(--dark-secondary), #2a2a2a);
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.wyVPBvxBhn h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    color: var(--accent-orange);
    margin-top: 0;
    line-height: 1.2;
}

.wyVPBvxBhn p {
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 20px;
}

.image-block-skew {
    position: relative;
    padding: 20px;
    background: rgba(158, 156, 156, 0.4);
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    transform: skewY(-2deg);
}

.image-block-skew img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
    transform: skewY(2deg);
}

.image-block-skew1 img {
    width: 70%;
    height: auto;
    display: block;
    border-radius: 5px;
    transform: skewY(2deg);
}

/* Featured services */
.Xh68z3KD9F {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.Xh68z3KD9F i.fas {
    font-size: 2.5rem;
    color: var(--accent-orange);
}

.Xh68z3KD9F-content h5 {
    font-size: 1.5rem;
    margin: 0;
    color: var(--text-light);
}

.Xh68z3KD9F-content p {
    margin: 5px 0 0 0;
    color: var(--text-muted);
}

/* Contact Form */
.contact-form-container-progressive {
    background-color: var(--dark-secondary);
    padding: 60px;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}

.contact-form-container-progressive h3 {
    font-size: 2rem;
    color: var(--accent-orange);
    margin-bottom: 30px;
    text-align: center;
}

.contact-form-container-progressive input,
.contact-form-container-progressive select,
.contact-form-container-progressive textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #333;
    border: 1px solid #444;
    color: var(--text-light);
    border-radius: 5px;
    transition: all 0.3s ease;
}

.contact-form-container-progressive input:focus,
.contact-form-container-progressive select:focus,
.contact-form-container-progressive textarea:focus {
    outline: none;
    border-color: var(--accent-orange);
    box-shadow: 0 0 0 3px rgba(0, 255, 194, 0.2);
}

.contact-form-container-progressive textarea {
    height: 150px;
    resize: none;
}

.contact-form-container-progressive .submit-btn {
    background-color: var(--accent-orange);
    color: var(--dark-primary);
    font-weight: 700;
    border: none;
    padding: 15px 30px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
    border-radius: 5px;
}

.contact-form-container-progressive .submit-btn:hover {
    background-color: #ff4747;
}

/* Animations */
@keyframes zoom-in {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes fade-up {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .nfFE0JWAmj {
        padding: 0 20px;
    }

    .GuLKlc9fe6 {
        grid-template-columns: 1fr;
    }

    .wyVPBvxBhn h3 {
        font-size: 2rem;
    }

    .image-block-skew {
        transform: skewY(0);
    }

    .image-block-skew img {
        transform: skewY(0);
    }

    .hero-button-group {
        flex-direction: column;
        gap: 15px;
    }
}

:root {
    --primary: #2E7D32;
    --secondary: #4CAF50;
    --accent: #81C784;
    --bg-light: #E8F5E8;
    --text-dark: #1B5E20;
    --text-light: #FFFFFF;
    --shadow-soft: 0 8px 32px rgba(46, 125, 50, 0.1);
    --shadow-hover: 0 16px 48px rgba(46, 125, 50, 0.2);
}



.AVfZidc0HV {
    padding: 100px 0;
}

.hero-section {
    background: linear-gradient(135deg, rgba(46, 125, 50, 0.8), rgba(76, 175, 80, 0.6)), url('images/septic-hero.jpg') center/cover no-repeat;
    color: var(--text-light);
    text-align: center;
    padding: 160px 0;
    position: relative;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    z-index: 0;
}

.hero-section h1 {
    font-size: 3.8rem;
    font-weight: 700;
    margin-bottom: 18px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
    animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-section p {
    font-size: 1.6rem;
    font-weight: 300;
    position: relative;
    z-index: 1;
    animation: fadeInUp 1s ease-out 0.3s both;
}

.service-card {
    border-radius: 24px;
    overflow: hidden;
    background: var(--text-light);
    box-shadow: var(--shadow-soft);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
    margin-bottom: 40px;
}

.service-card:hover {
    transform: translateY(-12px) rotateX(5deg);
    box-shadow: var(--shadow-hover);
}

.service-img {
    height: 260px;
    object-fit: cover;
    width: 100%;
    transition: transform 0.6s ease;
}

.service-card:hover .service-img {
    transform: scale(1.08) rotate(1deg);
}

.service-content {
    padding: 32px;
    position: relative;
}

.service-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-orange), var(--secondary));
}

.service-content h3 {
    color: var(--accent-orange);
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 16px;
}

.price-tag {
    color: var(--text-dark);
    font-size: 1.9rem;
    font-weight: 700;
    margin: 20px 0;
    background: linear-gradient(135deg, #080202, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.order-btn {
    background: linear-gradient(135deg, #080202, #000000);
    color: var(--text-light);
    padding: 14px 32px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.4s ease;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(46, 125, 50, 0.3);
    border: 2px solid transparent;
}

.order-btn:hover {
    background: linear-gradient(135deg, #080202, #000000);
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 20px rgba(46, 125, 50, 0.4);
    border-color: var(--accent);
}

.pricing-plan {
    border-radius: 20px;
    padding: 45px 30px;
    background: linear-gradient(145deg, var(--text-light), #F1F8E9);
    box-shadow: var(--shadow-soft);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}



.pricing-plan:hover::before {
    opacity: 0.1;
}

.pricing-plan:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}

.pricing-plan h3 {
    color: var(--accent-orange);
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.pricing-plan ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    color: var(--text-dark);
}

.pricing-plan ul li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: var(--secondary);
    font-weight: bold;
    font-size: 1.2rem;
}

.testimonial {
    background: var(--text-light);
    padding: 35px;
    border-radius: 18px;
    margin-bottom: 30px;
    box-shadow: var(--shadow-soft);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
}

.testimonial::after {
    content: '"';
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 6rem;
    color: var(--accent);
    opacity: 0.3;
    font-family: serif;
}

.testimonial:hover {
    transform: translateX(8px);
    box-shadow: var(--shadow-hover);
}

.testimonial h4 {
    color: var(--accent-orange);
    font-size: 1.4rem;
    margin-bottom: 8px;
}

.client-location {
    font-style: italic;
    color: #666;
    margin-bottom: 18px;
    font-size: 0.95rem;
}

.FM58XLEURy {
    max-width: 850px;
    margin: 0 auto;
}

details {
    margin-bottom: 22px;
    border-radius: 16px;
    overflow: hidden;
    background: var(--text-light);
    box-shadow: var(--shadow-soft);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

details:hover {
    box-shadow: var(--shadow-hover);
    transform: scale(1.02);
}

summary {
    padding: 22px 28px;
    background: linear-gradient(90deg, #260f0f, #041204);
    color: var(--text-light);
    cursor: pointer;
    font-weight: 600;
    font-size: 1.25rem;
    transition: background 0.4s ease;
    list-style: none;
}

summary::-webkit-details-marker {
    display: none;
}

summary:hover {
    background: linear-gradient(90deg, #260f0f, #041204);
}

.Sci4QiKPqg {
    padding: 28px;
    background: #F9FBE7;
    color: var(--text-dark);
    line-height: 1.8;
    border-top: 1px solid #E0F2F1;
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2.8rem;
    }

    .hero-section p {
        font-size: 1.3rem;
    }

    .service-card,
    .pricing-plan,
    .testimonial {
        margin-bottom: 25px;
    }

    .service-img {
        height: 220px;
    }
}

/*** 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;
}

.logo-link {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5em;
    display: flex;
    align-items: center;
}

.logo-img {
    width: 50px;
    height: auto;
    margin-right: 10px;
}

/* Header */
.header-alt {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.QaJ5nhvPhr {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-area {
    text-align: center;
    margin-bottom: 20px;
}

.logo-icon {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 10px;
}

.logo-text {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    line-height: 1.2;
    text-transform: uppercase;
}

/* PC menu */
.ahODVyH1O7 ul {
    display: flex;
    list-style: none;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.ahODVyH1O7 a {
    color: #555;
    text-decoration: none;
    font-weight: 400;
    padding: 5px 10px;
    border-bottom: 2px solid transparent;
    transition: border-bottom-color 0.3s, color 0.3s;
}

.ahODVyH1O7 a:hover {
    color: #1a73e8;
    border-bottom-color: #1a73e8;
}

/* Burger & mobile */
#menu-toggle {
    display: none;
}

.BGl1E9MTK1 {
    display: none;
    font-size: 32px;
    cursor: pointer;
    color: #333;
}

.close-menu {
    display: none;
}

/* Mobile menu styles */
@media (max-width: 768px) {
    .logo-area {
        margin-bottom: 0;
    }

    .QaJ5nhvPhr {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .BGl1E9MTK1 {
        display: block;
    }

    .ahODVyH1O7 {
        position: fixed;
        top: 0;
        right: -100%;
        width: 250px;
        height: 100vh;
        background-color: #fff;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
        padding-top: 60px;
        transition: right 0.4s ease-in-out;
        z-index: 1000;
    }

    .ahODVyH1O7 ul {
        flex-direction: column;
        gap: 20px;
        padding-left: 20px;
    }

    .close-menu {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 32px;
        cursor: pointer;
        color: #555;
    }

    #menu-toggle:checked~.BGl1E9MTK1+.ahODVyH1O7 {
        right: 0;
    }
}

/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.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 ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.ke0nkmVxOa {
    color: var(--accent-orange);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        top: -6px;
        left: 50%;
        background: #FFFFFF;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.ke0nkmVxOa::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .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 ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 900px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--accent-orange);
    border-color: var(--accent-orange);
}

.page-header {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/yPPLvqyYIQ.jpg) center center no-repeat;
    background-size: cover;
}

.seCHMUPwjF-item+.seCHMUPwjF-item::before {
    color: var(--light);
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .OePxCAaOOu {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .OePxCAaOOu {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .OePxCAaOOu {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}






/* Загальні стилі секції */
.septic-contact-block {
    background: linear-gradient(135deg, #f7f9fc, #e0ebf5);
    padding-top: 80px;
    padding-bottom: 80px;
    font-family: 'Arial', sans-serif;
}

/* Карточка форми */
.form-card-unique {
    padding: 40px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.form-card-unique:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.form-title-unique {
    font-size: 28px;
    font-weight: 700;
    color: #0d3b66;
}

.form-intro-unique {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

/* Інпут та textarea */
.form-control-unique {
    width: 100%;
    padding: 12px 15px;
    border-radius: 10px;
    border: 1px solid #ced4da;
    font-size: 15px;
    margin-bottom: 15px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control-unique:focus {
    border-color: #0d3b66;
    box-shadow: 0 0 5px rgba(13, 59, 102, 0.3);
    outline: none;
}

/* Кнопка відправки */
.btn-unique {
    background-color: #ff7f50;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-unique:hover {
    background-color: #ff7f50;
    transform: translateY(-2px);
}

/* Карточка контактної інформації */
.info-card-unique {
    padding: 30px 25px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    line-height: 1.6;
}

.info-title-unique {
    font-size: 22px;
    font-weight: 700;
    color: #ff7f50;
    margin-bottom: 15px;
}

.info-card-unique a {
    color: #ff7f50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-card-unique a:hover {
    color: #ff7f50;
    text-decoration: underline;
}

/* Мапа */
.jpWFDZKyrS iframe {
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service, Price & Team ***/
.service-item,
.price-item,
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item img,
.team-item img {
    transition: .5s;
}

.service-item:hover img,
.team-item:hover img {
    transform: scale(1.1);
}

.service-item a.btn-slide,
.price-item a.btn-slide,
.team-item div.btn-slide {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

.service-item a.btn-slide i,
.service-item a.btn-slide span,
.price-item a.btn-slide i,
.price-item a.btn-slide span,
.team-item div.btn-slide i,
.team-item div.btn-slide span {
    position: relative;
    height: 40px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    background: var(--accent-orange);
    border-radius: 0 35px 35px 0;
    transition: .5s;
    z-index: 2;
}

.team-item div.btn-slide span a i {
    padding: 0 10px;
}

.team-item div.btn-slide span a:hover i {
    background: var(--secondary);
}

.service-item a.btn-slide span,
.price-item a.btn-slide span,
.team-item div.btn-slide span {
    padding-left: 0;
    left: -100%;
    z-index: 1;
}

.service-item:hover a.btn-slide i,
.price-item:hover a.btn-slide i,
.team-item:hover div.btn-slide i {
    border-radius: 0;
}

.service-item:hover a.btn-slide span,
.price-item:hover a.btn-slide span,
.team-item:hover div.btn-slide span {
    left: 0;
}

.service-item a.btn-slide:hover i,
.service-item a.btn-slide:hover span,
.price-item a.btn-slide:hover i,
.price-item a.btn-slide:hover span {
    background: var(--secondary);
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    animation: pulse 1s ease-out .5s;
}

.testimonial-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--accent-orange);
    border: 5px solid var(--light);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.ke0nkmVxOa {
    background: var(--light);
    border-color: var(--accent-orange);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact-page {
        max-width: 100% !important;
    }

    .contact-page .contact-form {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-page .contact-form {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-page .contact-form {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.zw-footer {
    background: linear-gradient(120deg, #1a1a1a, #0d0d0d);
    color: #f0f0f0;
    font-family: 'Arial', sans-serif;
    padding-top: 80px;
}

.AcjKpptZ7G {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.zw-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.zw-col {
    flex: 1 1 50px;
    min-width: 250px;
}

.zw-logo-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.7em;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    margin-bottom: 15px;
}

.zw-logo-img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.zw-company-title {
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #ffd700;
}

.zw-contact-list,
.zw-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.zw-contact-list li,
.zw-links-list li {
    margin-bottom: 10px;
}

.zw-contact-list a,
.zw-links-list a {
    color: #f0f0f0;
    text-decoration: none;
    transition: color 0.3s;
}

.zw-contact-list a:hover,
.zw-links-list a:hover {
    color: #ff7f50;
}

.zw-widget-title {
    font-size: 1.3em;
    margin-bottom: 15px;
    color: #ff7f50;
}

.zw-social-icons {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.jt9DS7rQgV svg {
    fill: #fff;
    transition: fill 0.3s;
}

.jt9DS7rQgV:hover svg.fb {
    fill: #3b5998;
}

.jt9DS7rQgV:hover svg.tw {
    fill: #1da1f2;
}

.jt9DS7rQgV:hover svg.ig {
    fill: #e1306c;
}

.zw-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    padding: 20px 0;
    margin-top: 50px;
    font-size: 0.9em;
    color: #ccc;
}

.zw-bottom-link {
    color: #ffd700;
    text-decoration: none;
}

.zw-bottom-link:hover {
    color: #ff7f50;
}

@media(max-width: 992px) {
    .zw-row {
        flex-direction: column;
        gap: 30px;
    }
}