.product-footer-contact {
    padding-top: 1.8rem;
    padding-bottom: 2.3rem;
}

.product-footer-contact .holder {
    height: 100%;
    padding: 0 1rem;
}

.product-footer-contact .footer-line-icon {
    width: 1rem;
    margin-right: .4rem;
    font-size: .85rem;
    text-align: center;
}

.product-footer-contact .holder p {
    margin-bottom: .45rem;
    line-height: 1.7;
}

.product-footer-contact .footer-address-title {
    color: #212121;
    font-weight: 700;
}

.product-footer-qrcodes {
    max-width: 52rem;
    margin: .75rem auto 0;
}

.product-footer-qrcode {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .45rem;
    margin-bottom: 1rem;
}

.product-footer-qrcode-box {
    width: 5rem !important;
    height: 5rem !important;
    max-width: 5rem !important;
    max-height: 5rem !important;
    border: 1px solid rgba(255, 255, 255, .55);
    background: rgba(255, 255, 255, .06);
    overflow: hidden;
}

.product-footer-qrcode-box img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
}

.product-footer-qrcode span {
    color: #fff;
    font-size: .875rem;
}

.product-footer-qrcode small {
    color: rgba(255, 255, 255, .72);
    font-size: .75rem;
    line-height: 1.4;
}

@media (max-width: 575px) {
    .product-footer-qrcode-box {
        width: 4.5rem !important;
        height: 4.5rem !important;
        max-width: 4.5rem !important;
        max-height: 4.5rem !important;
    }
}

@media only screen and (max-width: 991px) {
    .main-header .navbar .navbar-brand img {
        margin-top: 6px;
    }
}

.preloader-logo {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    object-fit: contain;
}

.home-product-series {
    padding-bottom: 0;
}

.home-about-section {
    padding-top: 4rem !important;
}

@media (min-width: 992px) {
    .home-about-section {
        padding-top: calc(4rem + 50px) !important;
    }
}

.home-about-video {
    width: 100%;
    margin: 90px auto 1rem;
}

.home-video-heading {
    margin-bottom: 1.75rem;
    text-align: left;
}

.home-video-heading .block-top-heading,
.home-video-heading .block-main-heading {
    text-align: left;
}

.home-product-heading {
    margin-top: 50px;
}

@media (min-width: 992px) {
    .home-product-heading {
        margin-top: 90px;
    }
}

.home-about-video video {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
    background: #111;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
}

@media (max-width: 991px) {
    .home-about-video {
        width: 100%;
        margin-top: 2rem;
    }
}

.home-consultant-photo {
    width: min(100%, 210px);
    margin: 0 auto;
}

.home-consultant-photo img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
}

.home-consultant-copy {
    max-width: 42rem;
    margin: 1.75rem auto 0;
}

.home-consultant-copy h3 {
    margin: 0 0 .55rem;
    color: #212121;
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: .04em;
}

.home-consultant-copy p {
    margin: 0 0 .35rem;
    color: #575757;
    line-height: 1.8;
}

.home-consultant-copy .home-consultant-role {
    color: #212121;
    font-weight: 500;
}

.about-banner {
    background-image: url('../../newimg/16.webp');
}

.about-banner.dark-overlay:before {
    background: rgba(0, 0, 0, .2);
}

.company-product-fluid {
    width: 100%;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.company-product-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 0;
    width: 100%;
}

.company-product-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 0;
}

.company-product-card {
    position: relative;
    display: block;
    height: 33.333vw;
    min-height: 24rem;
    color: inherit;
    overflow: hidden;
    background-color: #111;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.company-product-card.is-large {
    height: 66.666vw;
    min-height: 48rem;
}

.company-product-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .12) 0%, rgba(0, 0, 0, .22) 100%);
    transition: background .3s ease;
}

.company-product-card:hover {
    color: #fff;
}

.company-product-card:hover::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .08) 0%, rgba(0, 0, 0, .34) 100%);
}

.company-product-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 2rem;
    color: #fff;
}

.company-product-text h2,
.company-product-text h3 {
    margin: 0 0 .65rem;
    color: #fff;
    line-height: 1.2;
}

.company-product-text h2 {
    font-size: 2rem;
}

.company-product-text h3 {
    font-size: 1.3rem;
}

.company-product-text p {
    max-width: 38rem;
    margin: 0;
    color: rgba(255, 255, 255, .88);
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.company-product-side .company-product-text {
    padding: 1.5rem;
}

@media (max-width: 991px) {
    .company-product-grid {
        grid-template-columns: 1fr;
    }

    .company-product-card,
    .company-product-card.is-large {
        height: auto;
        min-height: 0;
        aspect-ratio: 1 / 1;
    }
}

@media (max-width: 575px) {
    .company-product-card,
    .company-product-card.is-large {
        min-height: 0;
    }

    .company-product-text {
        padding: 1.25rem;
    }

    .company-product-text h2 {
        font-size: 1.45rem;
    }

    .company-product-text h3 {
        font-size: 1.15rem;
    }
}

.banner-home {
    position: relative;
}

.home-scroll-cue {
    position: absolute;
    left: 50%;
    bottom: 2.25rem;
    z-index: 40;
    width: 3rem;
    height: 3rem;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    transform: translateX(-50%);
    opacity: .82;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.home-scroll-cue span {
    position: absolute;
    left: 50%;
    top: 46%;
    width: 1.18rem;
    height: 1.18rem;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    animation: home-scroll-cue-move 1.8s ease-in-out infinite;
}

.home-scroll-cue:hover {
    opacity: 1;
    transform: translateX(-50%) translateY(-2px);
}

.home-scroll-cue.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@keyframes home-scroll-cue-move {
    0%, 100% {
        transform: translate(-50%, -52%) rotate(45deg);
        opacity: .5;
    }
    50% {
        transform: translate(-50%, -34%) rotate(45deg);
        opacity: .9;
    }
}

@media (max-width: 575px) {
    .home-scroll-cue {
        bottom: 1.25rem;
        width: 2.75rem;
        height: 2.75rem;
    }
}
