/********** Template CSS **********/

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}


.logo-link {
    color: #fffcfc;
    font-weight: bold;
    font-size: 1.5em;
    display: flex;
    align-items: center;
}

img:hover,
img:focus {
    transform: scale(1.05);
}

a {
    text-decoration: none;
    color: inherit;
}


/* ===== CONTAINER ===== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.section-padding {
    padding: 5rem 1.5rem;
}

/* ===== GRID LAYOUTS ===== */
.aPNktDJxDq {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    align-items: center;
}

.images-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 180px);
    gap: 1rem;
    position: relative;
}

.images-grid__img {
    border-radius: 1rem;
    box-shadow: 0 4px 15px rgb(0 0 0 / 0.1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.UAX81nbAj1 {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 8px 30px rgb(0 102 255 / 0.4);
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    transform: translate(-12px, -12px);
}

/* ===== STATS ===== */
.Kv5jyYE10n {
    display: flex;
    gap: 3rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.CFcmjUcYY9 {
    background-color: #0066ff;
    color: white;
    padding: 1.8rem 2.4rem;
    border-radius: 9999px;
    flex: 1 1 120px;
    text-align: center;
    box-shadow: 0 8px 25px rgb(0 102 255 / 0.3);
    user-select: none;
    transition: background-color 0.35s;
}

.CFcmjUcYY9:hover,
.CFcmjUcYY9:focus {
    background-color: #ff6600;
    outline: none;
    cursor: pointer;
}

.stat-label {
    font-weight: 600;
    font-size: 1.05rem;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
}

.cM89vJQgyh {
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1;
}

/* ===== FEATURES GRID ===== */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
}

.feature-card {
    background: #fff;
    border-radius: 1.2rem;
    padding: 2rem;
    box-shadow: 0 4px 24px rgb(0 0 0 / 0.08);
    transition: box-shadow 0.35s;
}

.feature-card:hover,
.feature-card:focus {
    box-shadow: 0 12px 48px rgb(0 102 255 / 0.3);
    cursor: pointer;
    outline: none;
}

.feature-title {
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
    color: #0066ff;
}

.feature-card p {
    font-size: 1rem;
    color: #222;
    line-height: 1.5;
}

/* ===== WHITE BG BOX WITH PADDING ===== */
.white-box {
    background: white;
    padding: 3rem 2rem;
    border-radius: 1rem;
    box-shadow: 0 6px 20px rgb(0 0 0 / 0.05);
}

/* ===== BUTTON ===== */
.btn-primary {
    background-color: #0066ff;
    color: white;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    border: none;
    border-radius: 3rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-block;
    margin-top: 2rem;
    text-align: center;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #004fcc;
    outline: none;
}

/* ===== WHY CHOOSE US GRID ===== */
.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.why-grid img {
    border-radius: 1rem;
    box-shadow: 0 4px 18px rgb(0 0 0 / 0.1);
}

@media (max-width: 767px) {
    .why-grid {
        display: grid;
        grid-template-columns: 1fr;
        /* Одна колонка */
        gap: 2rem;
        /* Менший відступ між елементами */
        padding: 0 1rem;
        /* Відступи з боків для кращого вигляду */
    }

    .why-grid img {
        width: 100%;
        /* Картинка займає всю ширину колонки */
        height: auto;
        border-radius: 1rem;
        box-shadow: 0 4px 18px rgb(0 0 0 / 0.1);
    }
}

/* ===== CONSULTATION & SERVICES GRID ===== */
.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.aNiPBDjh2H {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 18px rgb(0 0 0 / 0.07);
    transition: box-shadow 0.3s ease;
}

.aNiPBDjh2H:hover,
.aNiPBDjh2H:focus {
    box-shadow: 0 10px 35px rgb(0 102 255 / 0.25);
    cursor: pointer;
    outline: none;
}

.aNiPBDjh2H h5 {
    color: #0066ff;
    margin-bottom: 1rem;
    font-weight: 700;
}

.aNiPBDjh2H p {
    font-size: 1rem;
    color: #333;
}

/* ===== HISTORY GRID ===== */
.history-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3rem;
    align-items: center;
}

.history-grid img {
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgb(0 0 0 / 0.08);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {

    .aPNktDJxDq,
    .why-grid,
    .history-grid {
        grid-template-columns: 1fr !important;
    }

    .Kv5jyYE10n {
        justify-content: center;
        gap: 1.5rem;
    }
}

.logo-img {
    width: 50px;
    height: auto;
    margin-right: 10px;
}

.hdr-serve {
    background-color: #1e1e1e;
    color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    border-bottom: 4px solid #00e676;
}

.tMdZnCLn3I {
    max-width: 1160px;
    margin: 0 auto;
    height: 76px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.logo-serve {
    font-size: 2rem;
    font-weight: 900;
    color: #00e676;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-desktop-serve {
    display: flex;
    gap: 30px;
}

.nav-desktop-serve a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 12px;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.nav-desktop-serve a:hover {
    background-color: #00e676;
    color: #111;
}

.menu-toggle-serve {
    display: none;
}

.efnMK7HNUS {
    display: none;
    flex-direction: column;
    gap: 6px;
    width: 30px;
    height: 22px;
    cursor: pointer;
    z-index: 1100;
}

.efnMK7HNUS span {
    display: block;
    height: 3px;
    background: #00e676;
    border-radius: 2px;
    transition: 0.3s ease;
}

.menu-toggle-serve:checked+.efnMK7HNUS span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.menu-toggle-serve:checked+.efnMK7HNUS span:nth-child(2) {
    opacity: 0;
}

.menu-toggle-serve:checked+.efnMK7HNUS span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.nav-mobile-serve {
    position: fixed;
    top: 0;
    left: 0;
    background: #1e1e1e;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    z-index: 1050;
}

.nav-mobile-serve a {
    color: #00e676;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
}

.nav-mobile-serve a:hover {
    color: #fff;
}

.close-serve {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
}

.menu-toggle-serve:checked~.nav-mobile-serve {
    transform: translateX(0);
}

@media (max-width: 768px) {
    .nav-desktop-serve {
        display: none;
    }

    .efnMK7HNUS {
        display: flex;
    }
}

.jpCAGglEk5 {
    background: #f7f8fa;
    color: #333;
    font-family: 'Roboto', sans-serif;
    padding: 60px 20px 30px;
    box-shadow: inset 0 1px 0 #ddd;
}

.blindsvc-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.blindsvc-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: flex-start;
}

.R9bNyVYW1D {
    max-width: 500px;
}

.blindsvc-logo {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a73e8;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
}

.blindsvc-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: #111;
    margin-bottom: 16px;
}

.blindsvc-text {
    font-size: 0.95rem;
    margin-bottom: 20px;
    line-height: 1.5;
}

.blindsvc-address a {
    display: block;
    font-size: 0.9rem;
    color: #555;
    text-decoration: none;
    margin-bottom: 5px;
}

.blindsvc-address a:hover {
    color: #1a73e8;
}

.blindsvc-links-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.Ys4ptv0shY h3 {
    font-size: 1.1rem;
    color: #1a73e8;
    margin-bottom: 12px;
}

.Ys4ptv0shY ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.Ys4ptv0shY li {
    margin-bottom: 8px;
}

.Ys4ptv0shY a {
    color: #444;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.Ys4ptv0shY a:hover {
    color: #1a73e8;
}

.blindsvc-bottom {
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 40px;
    padding-top: 15px;
    font-size: 0.85rem;
    color: #777;
}

@media (max-width: 768px) {
    .blindsvc-grid {
        grid-template-columns: 1fr;
    }

    .blindsvc-links-group {
        grid-template-columns: 1fr;
    }

    .blindsvc-logo,
    .blindsvc-name {
        text-align: center;
    }

    .R9bNyVYW1D {
        text-align: center;
    }
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 18px;
    padding: 10px 0;
}

.social-icon {
    width: 42px;
    height: 42px;
    border: 2px solid #ccc;
    border-radius: 50%;
    padding: 6px;
    transition: all 0.3s ease;
    filter: grayscale(100%);
}

.social-icon:hover {
    filter: grayscale(0%);
    border-color: #000;
    transform: rotate(10deg) scale(1.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(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-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;
    border-radius: 50px;
    font-weight: normal;
}

.icon-box-primary,
.icon-box-light {
    position: relative;
    padding: 0 0 10px 10px;
    z-index: 1;
}

.icon-box-primary i,
.icon-box-light i {
    font-size: 60px;
    line-height: 0;
}

.icon-box-primary::before,
.icon-box-light::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    left: 0;
    bottom: 0;
    border-radius: 35px;
    transition: .5s;
    z-index: -1;
}

.icon-box-primary::before {
    background: var(--bs-primary);
}

.icon-box-light::before {
    background: var(--bs-light);
}


/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: var(--bs-dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-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) {
    .sticky-top {
        margin-top: -34px;
    }

    .navbar {
        height: 68px;
    }

    .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 (min-width: 992px) {

    .header-carousel,
    .acY7uKILf5 {
        margin-top: -34px;
    }
}

.ztpHcZMpPM-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(3, 27, 78, .3);
    z-index: 1;
}

.ztpHcZMpPM-control-prev,
.ztpHcZMpPM-control-next {
    width: 15%;
}

.ztpHcZMpPM-control-prev-icon,
.ztpHcZMpPM-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--bs-primary);
    border: 15px solid var(--bs-primary);
}

@media (max-width: 767.98px) {
    #header-carousel .ztpHcZMpPM-item {
        position: relative;
        min-height: 1100px;
    }

    #header-carousel .ztpHcZMpPM-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.acY7uKILf5 {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/jkhDfIAH2V.jpg) center center no-repeat;
    background-size: cover;
}

.acY7uKILf5 .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.acY7uKILf5 .breadcrumb-item,
.acY7uKILf5 .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}


/*** Features ***/
.feature {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/JXtKJ4Ztnb.jpg) left center no-repeat;
    background-size: cover;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}

.experience .nav-pills .nav-link {
    color: var(--dark);
}

.experience .nav-pills .nav-link.active {
    color: #FFFFFF;
}

.experience .tab-content hr {
    width: 30px;
}


/*** About ***/
.about-fact {
    width: 220px;
    height: 220px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

@media (min-width: 576px) {
    .about-fact.mt-n130 {
        margin-top: -130px;
    }
}

.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(--bs-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(--bs-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(--bs-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 ***/
.container-service {
    position: relative;
}

.container-service::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
    z-index: -1;
}

.aNiPBDjh2H {
    position: relative;
    height: 100%;
    padding: 45px 30px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.aNiPBDjh2H::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: .5s;
    background: var(--bs-primary);
}

.aNiPBDjh2H:hover::before {
    height: 100%;
    top: 0;
}

.aNiPBDjh2H * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.aNiPBDjh2H:hover h5,
.aNiPBDjh2H:hover p {
    color: var(--bs-white);
}

.aNiPBDjh2H:hover .icon-box-primary::before {
    background: var(--bs-dark);
}

.aNiPBDjh2H:hover .icon-box-primary i {
    color: var(--bs-white) !important;
}


/*** Team ***/
.container-team {
    position: relative;
}

.container-team::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 70%, 100% 30%, 100% 100%, 0% 100%);
    z-index: -1;
}

.team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team-item .team-social .btn {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}


.QHcmaVF1kY {
    font-size: 2.5rem;
    font-weight: 600;
}

.price-card {
    transition: all 0.4s ease;
    border: 1px solid #e0e0e0;
    background: #fafafa;
}

.price-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.price-card .ribbon {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #f39c12;
    color: #fff;
    padding: 5px 10px;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 3px;
}

.testimonials .TcfsRUJJlI {
    color: #ffc107;
    font-size: 1.2rem;
    margin-top: 10px;
}

/*** Testimonial ***/


.testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    color: var(--bs-primary);
    font-size: 30px;
    line-height: 0;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/L0BoaDzlZD.png) center center no-repeat;
    background-size: contain;
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, .5);
    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;
    color: rgba(255, 255, 255, .5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    border-top: 1px dashed rgba(255, 255, 255, .2);
}

.copyright a {
    color: var(--bs-white);
}

.copyright a:hover {
    color: var(--bs-primary);
}