
.home-banner .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}

    .home-banner .swiper-slide video,
    .home-banner .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
/*Common */
.swiper {
    position: relative;
    overflow: hidden;
}

.dark-theme-bg-2 {
    background-color: #151515;
    color: #fff;
}

.contact-form-modal .modal-title {
    font-weight: 600;
    font-size: 26px;
}

.row-gap-cutter {
    row-gap: 30px;
}

.row-gap-50 {
    row-gap: 50px;
}

.card-padding-20 {
    padding: 20px;
}

.modal-header {
    padding: 8px 16px;
}

.radius-20 {
    border-radius: 20px;
}

.contact-form-modal .contact-form-content h3 {
    font-size: 20px;
    letter-spacing: -0.2px;
    line-height: 26px;
    margin-bottom: 20px;
}

.form-group input,
.form-group select,
.form-group textarea {
    color: #000000;
    background: #ffffff;
    width: 100%;
    padding: 8px 12px;
    border: 0;
    border: 1px solid rgb(189 189 189);
    font-size: 14px;
    border-radius: 6px;
}

.form-group input,
.form-group select {
    height: 45px;
}

.form-group label {
    font-size: 14px;
    margin-bottom: 5px;
}

.navbar.nav-scroll {
    border-bottom: 1px solid #333;
}

.dark-text {
    color: #000;
}

.mega-menu .vr-link {
    margin-top: 10px;
}

.topnav a:hover {
    color: var(--main-color);
}

.custom-maga-menu {
    max-width: 800px !important;
}

    .custom-maga-menu .mega-menu .mega-menu__row {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
    }

.custom-section-title h2 {
    font-size: 42px;
    letter-spacing: -1px;
    font-weight: 600;
}

.butn-white {
    background: #fff;
    color: #000;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

    .butn-white:hover {
        background: var(--main-color);
        color: #fff;
        border-color: rgba(255, 255, 255, 0.1);
    }

        .butn-white:hover img {
            filter: invert(1);
        }

.butn-black {
    background: #000;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

    .butn-black:hover img {
        filter: invert(1) !important;
    }

.resource-link a:hover {
    background: var(--main-color) !important;
    color: #fff !important;
}

.download-resources a:hover {
    background: var(--main-color) !important;
    color: #fff !important;
}

    .download-resources a:hover .download-icon {
        filter: invert(0) !important;
    }

.butn-black:hover {
    background: #000;
    color: #000;
    border-color: rgba(255, 255, 255, 0.1);
}

.row-gap-4 {
    row-gap: 32px;
}

.slider-arrow:after {
    content: none;
}

.slider-arrow {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0e0f11;
    border-radius: 100%;
    color: #fff;
    transition: all 300ms ease-in-out;
    border: 1px solid #0e0f11;
}

    .slider-arrow:hover {
        background: transparent;
        color: #0e0f11;
    }

.swiper-notification {
    display: none;
}

.whasapp-btn {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 99;
}

    .whasapp-btn img {
        max-width: 65px;
    }

.contact-btn {
    position: fixed;
    right: 0;
    bottom: 140px;
    rotate: -90deg;
    z-index: 1;
    transform: translateY(26px);
    text-transform: uppercase;
    z-index: 9999;
}

    .contact-btn button {
        padding: 12px;
        background: var(--main-color);
        font-size: 16px;
        border: 0;
        color: #fff;
    }

.row-gap-50 {
    row-gap: 40px;
}
/*********/
video {
    max-width: 100%;
}

.header-ma .butn {
    margin-top: 50px;
    min-width: 80px;
    font-weight: 700;
    font-size: 17px;
    border: 1px solid #fff;
    padding: 7px 20px;
    background: #fff;
    color: #1d1d1d;
    margin-right: 15px;
}

.header-ma {
    background: #000;
    /* height: 100vh; */
    overflow: hidden;
    padding-bottom: 80px;
}

    .header-ma .mimg video,
    .header-ma .mimg img {
        /* position: absolute;
  bottom: -90px;
  z-index: -2; */
        border-radius: 20px;
    }

.ontop {
    height: 100%;
}

.header-ma .caption {
    padding: 120px 0 40px;
    position: relative;
}

    .header-ma .caption h1 {
        width: 100%;
        font-size: 60px;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .header-ma .caption .text {
        padding: 40px 40px 0 0;
        text-wrap: pretty;
    }

    .header-ma .caption p {
        font-size: 24px;
        font-weight: 400;
    }

.support-link {
    color: #fff;
    font-size: 14px;
    margin-right: 20px;
}

.fit-img video {
    max-width: 100%;
}

.box-light {
    background-color: #fff;
    color: #000;
    position: relative;
    border-radius: 0 0 30px 30px;
    z-index: 4;
}

    .box-light .layers {
        position: absolute;
        top: 5px;
        left: 30px;
        right: 30px;
        bottom: -10px;
        background: #fff;
        border-radius: 15px;
        opacity: 0.7;
        z-index: -1;
    }

        .box-light .layers:after {
            content: "";
            position: absolute;
            top: 5px;
            left: 20px;
            right: 20px;
            bottom: -10px;
            background: #fff;
            border-radius: 15px;
            opacity: 0.7;
            z-index: -1;
        }

    .box-light.botm-box {
        border-radius: 30px 30px 0 0;
        margin-top: -50px;
    }

        .box-light.botm-box .layers {
            top: -10px;
            bottom: 5;
        }

            .box-light.botm-box .layers:after {
                top: -10px;
                bottom: 5px;
            }

.section-title {
    margin-bottom: 60px;
}

    .section-title h2 {
        font-size: 50px;
        line-height: 55px;
        margin-bottom: 30px;
        font-weight: 600;
    }

    .section-title h3 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 30px;
    }

.section-title-h3 h3 {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 30px;
    font-weight: 500;
}

.section-title p {
    /* max-width: 740px;
  margin: 0 auto; */
}

.read-right-section video {
    border-radius: 20px;
}
/* .connectivity .sec-head h2 {
  font-size: 65px;
  line-height: 65px;}
.connectivity .sec-head h2 span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;}
*/
.connectivity {
    padding-top: 80px;
    border-top: 1px solid #2c2c2c;
    /* margin-bottom: 50px; */
}

    .connectivity .sub-head {
        font-size: 20px;
        line-height: 28px;
    }

    .connectivity .services-mp .serv-title .tab-title {
        opacity: 0.5;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

        .connectivity .services-mp .serv-title .tab-title h2 {
            font-size: 38px;
            line-height: 50px;
            margin: 10px 0;
            cursor: pointer;
        }

        .connectivity .services-mp .serv-title .tab-title.current {
            opacity: 1;
        }

    .connectivity .services-mp .content {
        position: relative;
    }

        .connectivity .services-mp .content .item {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            -webkit-transform: translateY(50px);
            -ms-transform: translateY(50px);
            transform: translateY(50px);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
        }

            .connectivity .services-mp .content .item:first-of-type {
                position: static;
            }

            .connectivity .services-mp .content .item.current {
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
                opacity: 1;
                visibility: visible;
            }

            .connectivity .services-mp .content .item .cont {
                margin-top: 30px;
            }

                .connectivity .services-mp .content .item .cont span {
                    display: block;
                    font-size: 14px;
                    text-transform: uppercase;
                    margin-top: 15px;
                }

        .connectivity .services-mp .content img,
        .connectivity .services-mp .content video {
            height: auto;
            object-fit: contain;
            object-position: left;
            border-radius: 10px;
        }

.box-light.botm-box {
    border-radius: 30px 30px 0 0;
    margin-top: -50px;
}

    .box-light.botm-box .layers {
        top: -10px;
        bottom: 5px;
    }

        .box-light.botm-box .layers:after {
            top: -10px;
            bottom: 5px;
        }

.hardware .img img {
    border-radius: 10px;
}

.acceesories .works-mp .cont h5 {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 28px !important;
}

.acceesories .works-mp .item {
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.highlights.about-ma {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .highlights.about-ma .bg-img {
        height: 100vh;
        width: 50vw;
        background-size: contain;
        background-position: bottom;
    }

    .highlights.about-ma .content {
        padding: 60px 60px 0;
        width: 50vw;
    }

        .highlights.about-ma .content .item {
            margin-top: 200px;
        }

            .highlights.about-ma .content .item .botm h2 {
                font-size: 100px;
                font-weight: 600;
                line-height: 1;
                opacity: 0.1;
            }

                .highlights.about-ma .content .item .botm h2 span {
                    font-size: 80px;
                }

            .highlights.about-ma .content .item .botm h6 {
                font-size: 18px;
                font-weight: 400;
                line-height: 1.6;
                letter-spacing: 1px;
                text-transform: uppercase;
                padding-bottom: 15px;
            }

            .highlights.about-ma .content .item h3 {
                font-size: 70px;
                line-height: 90px;
            }

            .highlights.about-ma .content .item:nth-child(2) h3 span {
                color: transparent;
                background: -webkit-linear-gradient(45deg, rgb(255, 59, 59), #dd18c4 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

            .highlights.about-ma .content .item:nth-child(3) h3 span {
                color: transparent;
                background: -webkit-linear-gradient(45deg, #dd18c4, #923ad3 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

            .highlights.about-ma .content .item:nth-child(4) h3 span {
                color: transparent;
                background: -webkit-linear-gradient(45deg, rgb(186 40 203), #4318dd 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

.testimonials-sa .sec-head h2,
.specifications .sec-head h2 {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.price {
    margin-top: 30px;
}

.specification-wrap {
    padding: 40px;
    background: #000;
    border-radius: 20px;
}

    .specification-wrap h3 {
        font-weight: 500;
        font-size: 24px;
        letter-spacing: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #3b3a3a;
        line-height: 28px;
        margin-bottom: 20px;
    }

.spec-list ul {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

    .spec-list ul li {
        display: flex;
        flex-direction: column;
    }

        .spec-list ul li .feature-name {
            font-weight: 500;
        }

        .spec-list ul li .feature-value {
            font-weight: 300;
            font-size: 16px;
        }

.specification-wrap .spec-item:not(:last-child) {
    margin-bottom: 50px;
}

.team-cst .thecontainer {
    width: 200vw;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.team-cst .panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .team-cst .panel:nth-of-type(even) .item {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    .team-cst .panel .item {
        width: 33vw;
        position: relative;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

        .team-cst .panel .item .img {
            /* -webkit-filter: grayscale(1);
  filter: grayscale(1); */
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
        }

        .team-cst .panel .item .cont {
            margin-top: 30px;
        }

            .team-cst .panel .item .cont h5 {
                font-size: 24px;
                font-weight: 500;
            }

            .team-cst .panel .item .cont span {
                font-size: 15px;
                font-weight: 300;
                text-transform: uppercase;
                letter-spacing: 1px;
                opacity: 0.75;
            }

        .team-cst .panel .item:hover .img {
            -webkit-filter: grayscale(0);
            filter: grayscale(0);
        }



.footer-sa .contact-info .item a {
    padding: 7px 20px;
    background: #fff;
    color: #1d1d1d;
    margin-right: 15px;
    margin-top: 30px;
    line-height: 18px;
}

.footer-sa .contact-info .item ul {
    padding-left: 0px;
}

    .footer-sa .contact-info .item ul li a {
        padding: 0;
        background: unset;
        color: #a4a4a4;
        margin-right: 15px;
        margin-top: 0px;
        font-size: 14px;
        line-height: 20px;
        opacity: 0.8;
    }

        .footer-sa .contact-info .item ul li a:hover {
            opacity: 1;
        }

.sub-footer .copy {
    color: #fff;
    margin-bottom: 0;
}

.team-cst .panel .item .img video,
.team-cst .panel .item .img img {
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}

.services-sa .item .img img,
.services-sa .item .img video {
    border-radius: 10px;
}
/****Home Page****/
.mega-menu {
    position: absolute;
    left: 0;
    top: 72px;
    background: #fff;
    width: 100%;
    padding: 20px;
    right: 0;
    margin: 0 auto;
    max-width: 1140px;
    border-radius: 12px;
    transition: all 300ms ease-in-out;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

    .mega-menu .mega-menu__row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .mega-menu h4 {
        color: #000;
        font-size: 20px;
        letter-spacing: 0.1px;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .mega-menu ul li a {
        color: #262626;
        font-size: 15px;
        padding: 0;
        line-height: 21px;
        padding: 11px 0;
        display: block;
        transition: all 300ms ease-in-out;
    }

    .mega-menu ul {
        margin: 0;
        padding: 0;
    }

        .mega-menu ul li a:hover {
            color: #6d3ad1;
            font-weight: 600;
        }

.navbar-nav .has-mega-menu:hover .mega-menu {
    opacity: 1;
    visibility: visible;
}

.topnav .menu-icon {
    display: none;
}

.display-solutions .mega-menu .mega-menu__row {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

    .display-solutions .mega-menu .mega-menu__row a {
        color: #000;
        font-size: 20px;
        letter-spacing: 0.1px;
        font-weight: 600;
        line-height: 24px;
    }

        .display-solutions .mega-menu .mega-menu__row a:hover {
            color: #6d3ad1;
            transform: translateY(-10px);
        }

        .display-solutions .mega-menu .mega-menu__row a img {
            margin-top: 10px;
            border-radius: 10px;
            border: 1px solid #eee;
        }

.home-banner video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.custom-menu-wrap .menu-icon {
    display: none;
}
/* Display Solutions */
.custom-section-title {
    margin-bottom: 50px;
}

.our-display-solutions {
    background: #fff;
}

.custom-section-title h2 {
    color: var(--theme-color);
}

.custom-section-title strong {
    font-weight: 600;
}
/* About Us*/
.about-content ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

    .about-content ul li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 300;
    }

        .about-content ul li:before {
            content: "";
            position: absolute;
            left: 5px;
            top: 8px;
            width: 10px;
            height: 10px;
            background: var(--main-color);
            border-radius: 100%;
        }

        .about-content ul li:after {
            content: "";
            position: absolute;
            left: 0;
            top: 3px;
            width: 20px;
            height: 20px;
            background: var(--main-color);
            border-radius: 100%;
            opacity: 0.4;
        }
/*******/
.industry-card {
    padding: 16px;
    border: 1px solid #303030;
    border-radius: 16px;
    background: #18191c;
    transition: all 300ms ease-in-out;
    color: #fff;
}

    .industry-card img {
        border-radius: 12px;
    }

    .industry-card h3 {
        font-size: 24px;
        letter-spacing: 0px;
        margin-bottom: 0;
        line-height: 28px;
        margin-top: 16px;
    }

    .industry-card:hover {
        transform: translateY(-10px);
    }
/*******/
.home-product-swiper .swiper-slide img {
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    object-position: right;
}

.home-product-swiper .swiper-slide h5 {
    color: #000;
    margin-top: 10px;
}

.home-product-swiper {
    padding: 0 20px;
}

    .home-product-swiper .slider-arrow {
        position: relative;
        margin: 0;
        left: unset;
        right: unset;
    }

    .home-product-swiper .swiper-notification {
        display: none;
    }

    .home-product-swiper .arrow-wrap {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 50px;
    }
/*****/
.our-audio-solutions {
    background: #fff;
}

    .our-audio-solutions .container {
        max-width: 1170px;
    }

    .our-audio-solutions .product-card {
        display: block;
    }

        .our-audio-solutions .product-card h5 {
            color: #000000;
            margin-top: 20px;
        }

        .our-audio-solutions .product-card img {
            /* height: 300px; */
            border-radius: 20px;
            /* object-fit: cover; */
        }

        .our-audio-solutions .product-card .hover-video {
            position: absolute;
            left: 0;
            top: 0;
            object-fit: contain;
            border-radius: 20px;
            width: 100%;
            opacity: 0;
            transition: all 300ms ease-in-out;
        }

        .our-audio-solutions .product-card .img {
            position: relative;
        }

        .our-audio-solutions .product-card:hover .hover-video {
            opacity: 1;
        }
/****************/
.testimonial-card {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    padding: 16px;
    border-radius: 20px;
    color: #000;
    height: 100%;
}

    .testimonial-card p {
        color: #000;
        font-size: 14px;
    }

    .testimonial-card h3 {
        font-size: 18px;
        letter-spacing: -0.7px;
        margin-bottom: 0;
        line-height: 24px;
        margin-top: 16px;
    }

.testimonial-wrap {
    margin-top: 80px;
}

.home-testimonials .swiper-pagination {
    position: relative;
    margin: 30px 0 0;
    top: unset;
    bottom: unset;
}

.home-testimonials .swiper-pagination-bullet-active {
    background: var(--main-color);
}
/****/
.contact-us .box {
    background: #eee;
    color: #000;
}

    .contact-us .box .sub-color {
        color: var(--main-color);
    }
/* Footer */
.footer-sa {
    padding: 80px 0 0;
    background: #18191b;
    color: #a4a4a4;
}

    .footer-sa .sub-footer {
        padding-bottom: 20px;
        margin-top: 50px;
        padding-top: 20px;
        border-top: 1px solid #333;
    }

    .footer-sa .logo {
        width: 110px;
        padding-top: 8px;
    }

    .footer-sa .contact-info .item {
        margin-bottom: 50px;
    }

        .footer-sa .contact-info .item span {
            font-size: 12px;
            text-transform: uppercase;
            margin-bottom: 10px;
            color: #ffffff;
        }

        .footer-sa .contact-info .item p {
            font-size: 14px;
            line-height: 20px;
            opacity: 0.8;
        }

    .footer-sa .social-icon a {
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        font-size: 14px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

        .footer-sa .social-icon a:hover {
            border-color: #fff;
        }

    .footer-sa .sub-footer .copy p {
        font-size: 14px;
    }

        .footer-sa .sub-footer .copy p a {
            color: #fff;
        }

    .footer-sa .sub-footer .links {
        width: 100%;
    }

        .footer-sa .sub-footer .links a {
            font-size: 14px;
        }

        .footer-sa .sub-footer .links .active {
            color: #fff;
        }

.contact-info {
    margin-top: 50px;
}

.footer-sa .content {
    margin-top: 50px;
}

    .footer-sa .content .social-icon {
        margin-top: 40px;
        color: #fff;
        margin-bottom: 20px;
    }

.footer-sa .content {
    padding-right: 80px;
}
/************/
.help-row {
    margin-top: 80px;
}

.help-card {
    color: #000;
    text-align: center;
}

    .help-card h5 {
        font-size: 24px;
        line-height: 36px;
        color: rgba(0, 0, 0, 0.85);
        margin-top: 16px;
        font-weight: 500;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .help-card a {
        font-size: 16px;
        opacity: 0.7;
    }

        .help-card a i {
            font-size: 14px;
        }

    .help-card img {
        height: 60px;
        width: auto;
        margin-bottom: 20px;
        opacity: 0.6;
    }

    .help-card a:hover {
        text-decoration: underline;
    }
/**************/
.news-events {
    background: #f5f5f5;
}

    .news-events .custom-section-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.news-card {
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #ddd;
    color: #000;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    transition: border-color 0.3s ease; /* Smooth transition */
}

    .news-card:hover {
        border-color: #007bff; /* Change to your desired hover border color */
    }

    .news-card img {
        height: 250px;
        object-fit: cover;
        border-radius: 12px;
    }

    .news-card h3 {
        font-size: 20px;
        letter-spacing: -0.5px;
        line-height: 24px;
        margin-top: 24px;
        margin-bottom: 10px;
        min-height: 48px;
    }

    .news-card p {
        font-size: 14px;
        margin-bottom: 0;
        color: #7c7c7c;
    }
/* Innerpage CSS start */
.inner-banner-section-title h1 {
    font-size: 24px;
    letter-spacing: -0.5px;
    font-weight: 600;
    line-height: 28px;
}

.sub-category-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.sub-categoy-list ul {
    display: flex;
    gap: 24px;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

    .sub-categoy-list ul li {
        padding: 12px 0;
        cursor: pointer;
        position: relative;
        font-weight: 600;
    }

        .sub-categoy-list ul li:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 100%;
            height: 3px;
            background: #000;
            opacity: 0;
        }

        .sub-categoy-list ul li.active:before {
            opacity: 1;
        }

.product-detail-banner.type-a .sub-categoy-list ul li:before {
    background: var(--main-color);
    transition: all 300ms ease-in-out;
}

.sub-category-level-2 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

    .sub-category-level-2 li {
        margin-bottom: 8px;
    }
/* Av Cable */
.breadcrumb {
    margin-top: 78px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0;
}

.breadcrumb-list {
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 14px;
}

    .breadcrumb-list li {
        position: relative;
        padding-right: 20px;
        opacity: 0.7;
        line-height: 20px;
    }

        .breadcrumb-list li:not(:last-child):before {
            content: "\f054";
            position: absolute;
            right: 6px;
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            font-size: 13px;
        }

.sub-categories-sec {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #f7f7f7;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 0;
}

    .sub-categories-sec .content-wrapper {
        display: flex;
        gap: 10px;
        align-items: center;
        cursor: pointer;
    }

.category-swiper ul {
    margin: 0;
    padding: 0;
}

.sub-categories-sec .content-wrapper .icon {
    width: 50px;
    height: 50px;
    padding: 8px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.sub-categories-sec .content-wrapper .name {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    width: calc(100% - 50px);
}

.sub-categories-sec .slider-arrow {
    width: 30px;
    height: 30px;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

    .sub-categories-sec .slider-arrow.swiper-button-prev {
        left: -30px;
    }

    .sub-categories-sec .slider-arrow.swiper-button-next {
        right: -30px;
    }

.sub-categories-sec .swiper-wrapper {
    padding: 0;
    margin: 0;
}

.category-product-section .main-category {
    padding-left: 0;
    margin: 0;
}

.category-product-section {
    padding: 50px 0;
    background: unset;
}

    .category-product-section .main-category > li {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
    }

    .category-product-section .main-category .sub-categories-wrap {
        font-size: 14px;
        font-weight: 400;
        opacity: 0.8;
        margin-top: 10px;
    }

    .category-product-section .main-category > li:not(:last-child) {
        margin-bottom: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid #c6c6c6;
    }

    .category-product-section
    .main-category
    .sub-categories-wrap
    .sub-categories-item {
        padding-left: 20px;
        position: relative;
        margin-bottom: 12px;
        font-weight: 600;
        cursor: pointer;
        line-height: 20px;
    }

        .category-product-section
        .main-category
        .sub-categories-wrap
        .sub-categories-item:before {
            content: "";
            position: absolute;
            width: 10px;
            height: 1px;
            background: #000;
            left: 0;
            top: 12px;
        }

.category-listing .main-cat-title h3,
.category-listing .main-cat-title h1 {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #c6c6c6;
}

    .category-listing .main-cat-title h3.no-border,
    .category-listing .main-cat-title h1.no-border {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

.main-cat-title-with-filter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #c6c6c6;
}

.category-listing .sub-cat-title h4 {
    font-size: 20px;
    letter-spacing: -0.8px;
    line-height: 25px;
    font-weight: 300;
}

.category-listing .subcategory-card {
    padding: 16px;
    background: #f7f7f7 !important;
    border-radius: 16px;
    margin-bottom: 30px;
}

    .category-listing .subcategory-card > .row {
        row-gap: 32px;
    }

.custom-product-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    padding: 16px;
    display: block;
    border: 1px solid transparent;
    transition: all 300ms ease-in-out;
    height: 100%;
}

    .custom-product-card:hover {
        border-color: #404040;
    }

    .custom-product-card img {
        height: 250px;
        object-fit: contain;
        border-radius: 12px;
        border: 1px solid #eee;
    }

    .custom-product-card h5 {
        font-size: 20px;
        letter-spacing: -0.2px;
        line-height: 22px;
        margin-top: 20px;
    }

    .custom-product-card p {
        font-size: 12px;
        color: #000;
        line-height: 16px;
        text-align: left;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 10px;
        display: none !important;
    }

.sub-cat-title {
    margin-bottom: 20px;
}

.category-product-listing {
    position: sticky;
    top: 100px;
}
/* Type C Detail Page */
.product-detail-banner.type-c {
    background: #eee;
}

.sticky-sub-header.sticky-sec {
    transition: all 300ms ease-in-out;
}

.sticky-sub-header.sticky-sec {
    position: sticky;
    top: 0;
    z-index: 9;
    transform: translateY(78px);
}

.product-detail-banner.type-c h1 {
    font-weight: 700;
}

.product-details.type-c {
    padding: 50px 0;
}

    .product-details.type-c .product-banner-info h1 {
        font-size: 32px;
        letter-spacing: -0.5px;
        font-weight: 600;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .product-details.type-c .product-banner-info .product-full-name {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .product-details.type-c .product-banner-info p {
        font-size: 16px;
        color: #000;
    }

    .product-details.type-c .product-features {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #ddd;
    }

        .product-details.type-c .product-features h2 {
            font-size: 28px;
            letter-spacing: -0.8px;
            line-height: 32px;
            margin-bottom: 10px;
        }

        .product-details.type-c .product-features ul {
            margin: 0;
            padding: 0;
            font-weight: 300;
            font-size: 16px;
        }

            .product-details.type-c .product-features ul li {
                padding-left: 20px;
                margin-bottom: 10px;
                position: relative;
            }

                .product-details.type-c .product-features ul li:before {
                    content: "\f00c";
                    font-family: "Font Awesome 6 Free";
                    font-weight: 900;
                    position: absolute;
                    left: 0;
                    top: 0;
                }

    .product-details.type-c .product-image img {
        max-height: 400px;
        width: 100%;
        object-fit: contain;
        /* border: 1px solid #ddd;
  border-radius: 20px; */
    }

    .product-details.type-c .product-image {
        padding-right: 50px;
        position:unset !important;
        top:unset !important;
        left:unset !important;
        opacity:1 !important;
    }

.specifications.spects-type-c,
.specifications.spects-type-b {
    background: #f5f5f5;
    padding: 50px 0;
}

    .specifications.spects-type-c .sec-head h2,
    .download-datasheet-section .sec-head h2 {
        font-size: 32px;
        letter-spacing: -0.5px;
        font-weight: 600;
        line-height: 36px;
    }

    .specifications.spects-type-c .sec-head {
        margin-bottom: 30px;
    }

    .specifications.spects-type-c .specification-wrap {
        background: #fff;
    }

.download-datasheet-section {
    padding: 50px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.product-banner.type-b {
    padding: 20px 0 50px;
}

    .product-banner.type-b .banner-content {
        text-align: center;
    }

        .product-banner.type-b .banner-content h1 {
            font-size: 52px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .product-banner.type-b .banner-content .sub-heading {
            font-size: 28px;
            margin-bottom: 20px;
        }

        .product-banner.type-b .banner-content p {
            font-size: 18px;
            color: #000;
            line-height: 25px;
            max-width: 1024px;
            margin: 0 auto;
        }

    .product-banner.type-b .banner-content {
        margin-bottom: 50px;
    }

    .product-banner.type-b .banner-image {
        border-radius: 20px;
        overflow: hidden;
    }

.feature-section {
    padding: 80px 0;
    background: #18191b;
    color: #fff;
}

.custom-sec-head h2 {
    font-size: 42px;
    letter-spacing: -0.5px;
    font-weight: 600;
    line-height: 36px;
}

.custom-sec-head {
    margin-bottom: 40px;
}

.feature-section .feature-content {
    padding-left: 40px;
}

    .feature-section .feature-content h3 {
        font-size: 38px;
        letter-spacing: -0.5px;
        line-height: 44px;
        margin-bottom: 20px;
    }

.feature-section .feature-image img {
    border-radius: 20px;
}

.feature-section .flex-row-reverse .feature-content {
    padding-left: 0;
    padding-right: 40px;
}

.gallery-slider .swiper-slide {
    width: 50%;
    opacity: 0.2;
}

    .gallery-slider .swiper-slide.swiper-slide-active {
        opacity: 1;
    }

.gallery-slider-section {
    padding: 80px 0;
    overflow: hidden;
}

.gallery-slider .swiper-slide img,
.gallery-slider .swiper-slide video,
.gallery-slider .single-slide img,
.gallery-slider .single-slide video {
    border-radius: 20px;
    border: 1px solid #ddd;
    height: 540px;
    object-fit: cover;
}

.gallery-slider-section .swiper-pagination {
    position: relative;
    bottom: unset;
    margin-top: 0;
}

    .gallery-slider-section .swiper-pagination .swiper-pagination-bullet-active,
    .swiper-pagination .swiper-pagination-bullet-active {
        background: var(--main-color);
        width: 20px;
        border-radius: 8px;
    }

.gallery-slider-section .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.specifications.spects-type-b .specification-wrap {
    background: transparent;
    padding: 0;
}

.spects-type-b .spec-list ul {
    grid-template-columns: repeat(5, 1fr);
}

    .spects-type-b .spec-list ul li {
        padding: 20px;
        align-items: center;
        justify-content: center;
        background: #fff;
        text-align: center;
        border-radius: 10px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    }

.diff-model-specs-tab .nav-tabs {
    /* justify-content: center; */
    margin-bottom: 30px;
}

    .diff-model-specs-tab .nav-tabs .nav-link {
        color: #000;
        font-weight: 300;
        font-size: 16px;
        border: none;
        background: transparent;
        border-radius: 0;
        position: relative;
    }

        .diff-model-specs-tab .nav-tabs .nav-link.active {
            border-bottom: 1px solid #000;
        }
/* Category-page */
.category-inner-banner {
}

    .category-inner-banner .inner-banner-wrap {
        max-width: 1072px;
        text-align: center;
        margin: 0 auto;
        padding: 50px 0;
    }

        .category-inner-banner .inner-banner-wrap h1 {
            font-size: 48px;
            letter-spacing: -0.5px;
            font-weight: 600;
        }

        .category-inner-banner .inner-banner-wrap .banner-image img {
            min-height: 500px;
            object-fit: cover;
            object-position: right;
            border-radius: 20px;
            /* margin-top: 30px;
  margin-left: 30px;
  margin-bottom: -30px; */
        }

    .category-inner-banner .banner-video video {
        width: 100%;
        max-width: unset;
        border-radius: 20px;
        margin: 0 auto;
        margin-top: 50px;
    }

.category-listing-card {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 20px;
    transition: all 300ms ease-in-out;
    display: block;
    height: 100%;
}

    .category-listing-card:hover {
        box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.1);
    }

    .category-listing-card .card-wrap {
        display: flex;
        align-items: center;
        gap: 20px;
    }

        .category-listing-card .card-wrap .left-content {
            width: 210px;
        }

        .category-listing-card .card-wrap .right-content {
            width: calc(100% - 230px);
        }

    .category-listing-card h2 {
        font-size: 32px;
        font-weight: 700;
        letter-spacing: -0.8px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .category-listing-card p {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 10px;
    }

    .category-listing-card ul {
        margin: 0 0 20px;
        padding: 0;
    }

        .category-listing-card ul li {
            padding-left: 20px;
            font-size: 15px;
            line-height: 19px;
            position: relative;
            margin-bottom: 10px;
        }

            .category-listing-card ul li:before {
                content: "\f00c";
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
                position: absolute;
                left: 0;
                top: 0;
                color: green;
            }

.learnmore-btn {
    padding: 4px 20px;
    font-size: 16px;
    border: 1px solid #18191b;
    border-radius: 50px;
    text-transform: uppercase;
    line-height: 24px;
    transition: all 300ms ease-in-out;
    background: #fff;
}

    .learnmore-btn:hover,
    .category-listing-card:hover .learnmore-btn {
        background: #18191b;
        color: #fff;
        border-color: #18191b;
    }

    .learnmore-btn i {
        margin-left: 5px;
        transform: rotate(-45deg);
    }

.in-white-mode.marq-sa .item h2 {
    background: -webkit-linear-gradient(45deg, rgb(186 40 203), #4318dd 100%);
    background: -webkit-linear-gradient(45deg, rgb(255, 59, 59), #dd18c4 100%);
    -webkit-background-clip: text;
}

.in-white-mode.marq-sa .item:after {
    background: #6d3ad1;
}

.category-listing-section {
    padding: 80px 0;
}
/* About us page started */
.about-us-page-section {
    border-top: 1px solid #c1c1c1;
}

.vision-mission-section {
    padding: 80px 0;
}

.mission-card {
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 450px;
    position: relative;
    z-index: 1;
    color: #fff;
    overflow: hidden;
}

    .mission-card:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        background: linear-gradient(45deg, black, transparent);
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .mission-card h2 {
        font-weight: 600;
        letter-spacing: -0.8px;
        margin-bottom: 10px;
    }

.history-slider .swiper-slide {
    /* width: 300px; */
}

    .history-slider .swiper-slide .timestamp-content {
        padding: 20px 10px 0;
        display: flex;
        justify-content: center;
        border-top: 3px solid #6d3ad1;
        position: relative;
        transition: all 200ms ease-in;
        font-size: 15px;
    }

.time-stamp {
    position: relative;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 22px;
}

.timestamp-content:before {
    content: "";
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    border-radius: 25px;
    border: 2px solid #6d3ad1;
    position: absolute;
    top: -15px;
    left: calc(50% - 12px);
    transition: all 200ms ease-in;
}

.history-slider .swiper-slide .timestamp-content p {
    font-size: 15px;
    line-height: 22px;
    padding: 16px;
    background: #000;
    border-radius: 15px;
}

.history-section {
    padding: 80px 0;
    background: #18191b;
    color: #fff;
}

    .history-section .slider-arrow {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        margin-top: 0;
    }

    .history-section .arrow-wrap {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 30px;
    }

.team-card {
    padding: 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 20px;
    height: 100%;
    transition: all 300ms ease-in-out;
}

    .team-card img {
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .team-card h3 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.5px;
        font-weight: 600;
    }

    .team-card p {
        font-size: 14px;
        margin-bottom: 0;
        line-height: 18px;
    }

    .team-card:hover {
        border-color: #18191b;
    }

.other-info {
    padding: 50px 0 80px;
    border-top: 1px solid #cbcbcb;
}

.other-info-card {
    display: block;
    transition: all 300ms ease-in-out;
    position: relative;
}

    .other-info-card:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        transition: all 300ms ease-in-out;
        background: #000;
    }

    .other-info-card:hover:before {
        width: 100%;
    }

    .other-info-card img {
        border-radius: 20px;
        margin-bottom: 10px;
    }

    .other-info-card h3 {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: -0.5px;
    }

        .other-info-card h3 i {
            transform: rotate(-45deg);
        }

.contact-info-section h3 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    line-height: 36px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
}

.contact-info-section h4 {
    font-size: 20px;
    letter-spacing: -0.5px;
    font-weight: 300;
    line-height: 24px;
    color: #000;
}

.contact-info-section a {
    font-size: 22px;
    font-weight: 600;
}

.contact-info-section .contact-details:not(:last-child) {
    margin-bottom: 30px;
}

.contact-info-section a:hover {
    color: #6d3ad1;
}

.our-offices {
    padding-bottom: 80px;
}

.location-card {
    padding: 20px;
    border: 1px solid #a7a7a7;
    border-radius: 20px;
    height: 100%;
    transition: all 300ms ease-in-out;
}

    .location-card .city {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .location-card .address {
        font-size: 14px;
        line-height: 22px;
    }

    .location-card .firm-name {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 4px;
        font-weight: 500;
    }

    .location-card:hover {
        box-shadow: 0 0 4px rgb(0 0 0 / 48%);
        border-color: transparent;
    }

    .location-card ul {
        margin: 0;
        padding: 0;
        font-size: 15px;
    }

        .location-card ul .title {
            font-weight: 700;
        }
/** Careers **/
.job-desc-modal .modal-title {
    font-size: 24px;
    letter-spacing: -0.8px;
}

.job-desc-modal .job-meta-details ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    font-size: 16px;
}

    .job-desc-modal .job-meta-details ul li {
        display: inline-flex;
        gap: 10px;
    }

.job-desc-modal .job-desc h4 {
    font-size: 20px;
    letter-spacing: -0.8px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 24px;
}

.job-desc-modal .job-meta-details {
    margin-bottom: 20px;
}

.job-desc-modal .job-desc:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
}

.job-desc-modal .job-desc ul {
    font-size: 16px;
    font-weight: 300;
}

    .job-desc-modal .job-desc ul li {
        margin-bottom: 10px;
        list-style: circle;
    }
/****/
.experience-banner {
    border-top: 1px solid #c9c9c9;
}

.experience-gallery.gallery-slider .swiper-slide {
    opacity: 1;
}
/* Product Details Page Class A*/
.product-detail-banner.type-a .sub-categoy-list ul li {
    width: calc(100% / 5 - 24px);
    font-size: 16px;
}

.product-detail-banner.type-a .sub-categoy-list ul {
    width: 100%;
}

.product-detail-banner.type-a .sub-categoy-list {
    width: 100%;
}

.product-detail-banner.type-a {
    background: #eee;
    transition: all 300ms ease-in-out;
}

    .product-detail-banner.type-a.dark {
        background: #262626;
    }

        .product-detail-banner.type-a.dark .sub-categoy-list ul li {
            color: #fff;
        }

    .product-detail-banner.type-a.sticky-sec {
        position: fixed;
        top: 80px;
        width: 100%;
        z-index: 1;
    }

        .product-detail-banner.type-a.sticky-sec .sub-categoy-list ul li {
            /* padding: 10px 0; */
        }

.class-a-note-pro-gallery.gallery-slider .image-gallery-content h3 {
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 30px;
}

.class-a-feature-title h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 45px;
}

.dark-gray-card {
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    background: var(--bg-color);
    padding: 20px;
    height: 100%;
}

    .dark-gray-card img,
    .dark-gray-card video {
        border-radius: 15px;
    }

    .dark-gray-card .img {
        margin-bottom: 30px;
        border-radius:16px
    }

.hardware-section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

    .hardware-section .swiper-pagination {
        position: relative;
        margin-top: 30px;
    }

.tools-section {
    padding-top: 80px;
    border-top: 1px solid #eee;
}

.light-gray-card {
    border: 1px solid rgb(0 0 0 / 5%);
    border-radius: 10px;
    background: #f7f7f7;
    padding: 20px;
    height: 100%;
}

    .light-gray-card img {
        border-radius: 15px;
        margin-bottom: 30px;
    }

    .light-gray-card video {
        border-radius: 15px;
        margin-bottom: 30px;
    }

    .light-gray-card h5 {
        font-weight: 500;
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 0;
    }

    .light-gray-card p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
    }

.download-datasheet {
    padding: 50px;
    background: #000000;
    color: #fff;
    border-radius: 15px;
}

    .download-datasheet a {
        display: inline-block;
        margin-top: 30px;
    }

.resources-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.class-a-note-pro-gallery.gallery-slider .swiper-slide img,
.class-a-note-pro-gallery.gallery-slider .swiper-slide video {
    height: auto;
}

.ax-series-gallery.gallery-slider .swiper-slide {
    width: 80%;
}

.ax-series-tools .connectivity .services-mp .content .item {
    padding: 20px;
    background: #eee;
    border-radius: 15px;
}

.ax-series-tools .connectivity .services-mp .serv-title .tab-title h2 {
    font-size: 40px;
    text-transform: uppercase;
}

.az-series-hardware.services-sa .item {
    height: 100%;
}

    .az-series-hardware.services-sa .item h3 {
        min-height: unset;
        margin-bottom: 30px;
    }

.swiper.client-logo-slider {
    overflow: hidden;
}

    .swiper.client-logo-slider .image-gallery-content {
        padding: 12px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        margin: 4px;
    }

        .swiper.client-logo-slider .image-gallery-content img {
            height: 50px;
            object-fit: contain;
        }

.available-sizes {
    margin-top: 50px;
    color: #fff;
    text-align: center;
}

    .available-sizes ul {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 20px;
        margin-top: 30px;
    }

        .available-sizes ul li {
            width: 180px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #151515;
            border-radius: 10px;
            font-size: 24px;
            transition: all 300ms ease-in-out;
        }

            .available-sizes ul li:hover {
                transform: translateY(-10px);
            }

.min-h-unset {
    min-height: unset !important;
}

.class-a-note-pro-gallery .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
/* .class-a-note-pro-gallery .swiper-pagination .swiper-pagination-bullet {
  background: #fff;}
*/
.estilo-spects-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #323232;
}

    .estilo-spects-wrap .estilo-spect-item {
        padding: 20px;
        background: #000;
        border-radius: 16px;
        text-align: center;
    }

        .estilo-spects-wrap .estilo-spect-item h3 {
            font-size: 22px;
            letter-spacing: 0px;
        }

.class-a-note-pro-gallery.ax-series-gallery
.swiper-pagination-bullets
.swiper-pagination-bullet {
    background: #fff;
}

.only-left-title {
    padding: 20px 0;
}

.filter-close-btn {
    text-align: right;
    margin-bottom: 10px;
    font-size: 20px;
}

    .filter-close-btn i {
        border-radius: 100%;
        border: 1px solid #ddd;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        justify-self: flex-end;
    }

.inner-banner-section-title.only-category-title {
    padding: 20px 0;
}

.other-spects-wrap {
    margin-top: 50px;
}

    .other-spects-wrap h4 {
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .other-spects-wrap .other-sub-spects:not(:last-child) {
        margin-bottom: 30px;
    }
/* Product thumb slider */
.product-details.type-c .product-thumb-slider {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .product-details.type-c .product-thumb-slider img {
        width: 100px;
        height: 100px;
        border-radius: 15px;
        cursor: pointer;
        border: 1px solid #ddd;
    }

    .product-details.type-c .product-thumb-slider .swiper-slide {
        width: 100px;
    }

.product-details.type-c .swiper.product-slider {
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 20px;
}

.product-slider-arrows .swiper-button-next:after,
.product-slider-arrows .swiper-button-prev:after {
    content: none;
}

.product-slider-arrows .swiper-button-next,
.product-slider-arrows .swiper-button-prev {
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-details.type-c .swiper-slide.swiper-slide-thumb-active img {
    border-color: #000;
}

.news-events.new-media-page {
    background: #ffffff;
    border-top: 1px solid #d7d7d7;
}

    .news-events.new-media-page .news-card {
        background: #f5f5f5;
    }

        .news-events.new-media-page .news-card p {
            color: #000;
        }

.new-inner-banner {
    padding: 50px 0;
    border-top: 1px solid #d7d7d7;
}

    .new-inner-banner h1 {
        font-size: 48px;
        font-weight: 600;
        letter-spacing: -1px;
        line-height: 52px;
        margin-bottom: 10px;
    }

    .new-inner-banner p {
        margin-bottom: 20px;
        opacity: 0.7;
    }

    .new-inner-banner img {
        border-radius: 20px;
    }

.news-text-image-layout .content h2 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 42px;
    margin-bottom: 10px;
}

.news-text-image-layout .content p {
    opacity: 1;
}

.news-text-image-layout .content ul,
.news-text-image-layout .content img {
    margin-bottom: 20px;
}

.news-text-image-layout .content h3 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 34px;
    margin-bottom: 10px;
}

.news-text-image-layout .content h4 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 30px;
    margin-bottom: 10px;
}

.news-text-image-layout .content h5 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 24px;
    margin-bottom: 10px;
}

.news-text-image-layout .content ul {
    padding: 0;
}

    .news-text-image-layout .content ul li {
        padding-left: 22px;
        margin-bottom: 10px;
        position: relative;
        font-size: 16px;
    }

        .news-text-image-layout .content ul li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 10px;
            width: 14px;
            height: 7px;
            border-left: 2px solid green;
            border-bottom: 2px solid green;
            transform: rotate(-45deg);
        }
/*news-details*/

.news-details .inner-banner-wrap h1 {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 40px;
}

.news-details .inner-banner-bottom {
    padding: 20px 0px;
}

.news-details .new-inner-banner p {
    opacity: 1;
    font-weight: bold;
}
/*press-details*/

.press-details .inner-banner-wrap h1 {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 40px;
}

.press-details .inner-banner-bottom {
    padding: 20px 0px;
}

.press-details .press-content-body p {
    color: #000;
    opacity: 1;
}

.press-details .inner-banner-bottom p {
    opacity: 1;
    font-weight: 600;
}
/*offline-news-details*/


.offline-news-details .inner-banner-wrap h1 {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 40px;
}

.offline-news-details .content {
    padding: 40px 0px;
}

.offline-news-details .icon-wrap {
    padding: 30px 0px;
}

    .offline-news-details .icon-wrap img {
        width: 120px !important;
        height: 120px !important;
    }

.offline-news-details .new-inner-banner p {
    opacity: 1;
    font-weight: bold;
}

.offline-news-details .inner-banner-bottom p {
    opacity: 1;
    font-weight: 600;
}

.new-media-page .news-tabs {
    text-align: end
}

    .new-media-page .news-tabs .nav-tabs {
        border-bottom: 0px;
        gap: 1rem;
        justify-content: end;
    }

        .new-media-page .news-tabs .nav-tabs .nav-link.active {
            color: #fff;
            background: #000;
        }

        .new-media-page .news-tabs .nav-tabs .nav-link {
            border: 1px solid #000;
            color: #000;
            font-size: 16px;
            padding: 8px 40px;
            border-radius: 30px;
        }

            .new-media-page .news-tabs .nav-tabs .nav-link:hover {
                background: #000;
                color: #fff;
            }

.news-details .content img {
    width: 400px;
    border-radius: 12px;
    object-fit: contain;
    height: auto;
    border: 1px solid #ddd;
}

.gallery .custom-product-card {
    background: #f2f2f2;
}
/* 360 View */
#view-360-image-main {
    position: relative;
    overflow: hidden;
}

#view-360-image-wrap {
    position: relative;
    height: calc(100vh - 120px);
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    top: 2px;
}

    #view-360-image-wrap canvas {
        position: fixed;
        max-width: 100%;
        max-height: calc(100vh - 120px);
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

#view-360-image-main-1 {
    position: relative;
    overflow: hidden;
}

#view-360-image-wrap-1 {
    position: relative;
    height: calc(100vh - 120px);
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    top: 2px;
}

    #view-360-image-wrap-1 canvas {
        position: fixed;
        max-width: 100%;
        max-height: calc(100vh - 120px);
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

#view-360-image-main-ax {
    position: relative;
    overflow: hidden;
}

#view-360-image-wrap-ax {
    position: relative;
    height: calc(100vh - 120px);
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    top: 2px;
}

    #view-360-image-wrap-ax canvas {
        position: fixed;
        max-width: 100%;
        max-height: calc(100vh - 120px);
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

#view-360-image-main-az {
    position: relative;
    overflow: hidden;
}

#view-360-image-wrap-az {
    position: relative;
    height: calc(100vh - 120px);
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    top: 2px;
}

    #view-360-image-wrap-az canvas {
        position: fixed;
        max-width: 100%;
        max-height: calc(100vh - 120px);
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.product-360-view-section {
    padding: 80px 0;
}

#view-360-image-main-hx {
    position: relative;
    overflow: hidden;
}

#view-360-image-wrap-hx {
    position: relative;
    height: calc(100vh - 120px);
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    top: 2px;
}

    #view-360-image-wrap-hx canvas {
        position: fixed;
        max-width: 100%;
        max-height: calc(100vh - 120px);
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
#view-360-image-main-zx {
    position: relative;
    overflow: hidden;
}

#view-360-image-wrap-zx {
    position: relative;
    height: calc(100vh - 120px);
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    top: 2px;
}

    #view-360-image-wrap-zx canvas {
        position: fixed;
        max-width: 100%;
        max-height: calc(100vh - 120px);
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
/*Warrenty-check*/

.Warrenty-check {
    padding: 50px 0px;
    background: #F5F5F5;
}

    .Warrenty-check .inner-section h1 {
        font-size: 48px;
        letter-spacing: -0.5px;
        font-weight: 600;
    }

.butn-black {
    background: #000;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.download-resources a:hover .download-icon {
    filter: invert(1);
}

.acceesories .works-mp .cont h5 {
    margin-bottom: 20px;
    font-weight: 400;
}

.highlights.about-ma .content .item h3 {
    font-size: 96px;
    line-height: 120px;
}

.our-audio-solutions .product-card .hover-video {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    width: 100%;
    opacity: 0;
    background:#000;
    transition: all 300ms ease-in-out;
}

.category-product-section {
    padding: 50px 0;
}

.custom-product-card h5 {
    font-size: 20px !important;
    letter-spacing: -0.2px;
    line-height: 26px;
    font-weight: 600 !important;
    margin-top: 20px;
}

.custom-product-card p {
    font-size: 12px;
    color: #000;
    line-height: 16px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
}
/*Warrenty-check*/

.Warrenty-check {
    padding: 50px 0px;
}

.custom-product-card h5 {
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 22px;
    margin-top: 20px;
}

.butn-white:hover img {
    filter: invert(1);
}

.butn-black {
    background: #000;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.highlights.about-ma .content .item {
    margin-top: 150px;
}

.category-inner-banner .inner-banner-wrap {
    max-width: 1096px;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0;
}
/*kiosks*/
#view-360-image-main-kiosks {
    position: relative;
    overflow: hidden;
}

#view-360-image-wrap-kiosks {
    position: relative;
    height: calc(100vh - 120px);
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    top: 2px;
}
canvas{
  
            height:1000px !important;
          
}

#view-360-image-wrap-kiosks canvas {
    position: fixed;
    max-width: 100%;
    max-height: calc(100vh - 200px);
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*pods*/
#view-360-image-main-pods {
    position: relative;
    overflow: hidden;
}

#view-360-image-wrap-pods {
    position: relative;
    height: calc(100vh - 120px);
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    top: 2px;
}

    #view-360-image-wrap-pods canvas {
        position: fixed;
        max-width: 100%;
        max-height: calc(100vh - 200px);
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.Warrenty-check .inner-section {
    margin-bottom: 20px;
}

    .Warrenty-check .inner-section h1 {
        font-size: 48px;
        letter-spacing: -0.5px;
        font-weight: 600;
    }

.Warrenty-check .warrenty-form {
    padding: 20px 0px;
}

    .Warrenty-check .warrenty-form h3 {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 26px;
        letter-spacing: 0;
    }

    .Warrenty-check .warrenty-form input[type="text"],
    .Warrenty-check .warrenty-form input[type="email"] {
        border-radius: 8px;
        height: 50px;
       margin-bottom:5px;
    }

    .Warrenty-check .warrenty-form input[type="submit"] {
        margin-top: 20px;
    }

.product-category-section {
    padding: 50px 0px;
}

    .product-category-section .product-category {
        display: flex;
        gap: 1.5rem;
    }

        .product-category-section .product-category .category-card {
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            padding: 30px;
            border-radius: 24px;
        }

            .product-category-section .product-category .category-card img {
                width: 50%;
            }

            .product-category-section .product-category .category-card h4 {
                font-size: 18px;
                letter-spacing: 0px;
                line-height: 26px;
                margin-top: 15px;
                font-weight: 600;
                text-align: center;
            }
/*pagination*/
.pagination {
    gap: 1rem;
}

    .pagination li.page-item span {
        border-radius: 50%;
        min-width: 40px;
        min-height:40px;
        background: unset !important;
        color: #000;
        border: 1px solid #000 !important;
    }

    .pagination li.page-item.active {
        background: #000;
        color: #fff !important;
        border-radius: 50%;
        min-width: 40px;
        min-height: 40px;
        color: #fff;
        border: 1px solid #000 !important;
    }

    .pagination li.page-item a {
        border-radius: 50% !important;
        color: #000;
        min-width: 40px;
        min-height: 40px;
        border: 1px solid #000;
    }

.star {
    color: red;
}

.error {
    color: red;
}

.press-details .content img {
    max-height: 510px;
    object-fit: contain;
    display: block;
    margin-right: auto;
    margin-left: 0;
    border-radius: 30px;
    width: auto;
}
/* trolleys-section */

.trolleys-section {
    padding: 100px 0px;
    background: #f7f7f7;
}
/* warrenty page*/
.category-card {
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    background-color: #fff;
    width: 200px;
}

    .category-card:hover {
        border-color: #007bff;
        box-shadow: 0 0 10px rgba(0, 123, 255, 0.3);
    }

    .category-card img {
        max-width: 100%;
        height: auto;
    }

    .category-card input[type="radio"]:checked + img,
    .category-card input[type="radio"]:checked + h4 {
        /* optional: if you want styles for selected content */
    }

    .category-card input[type="radio"]:checked ~ h4 {
        font-weight: bold;
        color: #000;
    }

    .category-card input[type="radio"]:checked ~ * {
        /* highlight card on selection */
    }

    .category-card:has(input[type="radio"]:checked) {
        border: 5px solid var(--main-color);
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

.warranty-card {
    max-width: 100%;
    background-color: #f8f9fa;
    border: 2px solid #007bff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.1);
    padding: 20px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.warranty-header h3 {
    margin: 0;
    font-size: 24px;
    color: #000;
    font-weight: 700;
    text-align: start;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.warrenty-form span {
    margin-bottom: 6px;
}

.warranty-body p {
    margin: 10px 0;
    font-size: 1rem;
    color: #000;
}

.warranty-card.expired {
    border-color: #dc3545;
    background-color: #fdf0f0;
}

.expired-badge {
    background-color: #dc3545;
    color: white;
    padding: 4px 12px !important;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    border-radius: 24px;
    margin-left: 10px;
    width: auto;
    vertical-align: middle;
}

.warranty-card .warranty-body p {
    color: #000;
    font-weight: 500;
}

    .warranty-card .warranty-body p > strong {
        color: #000;
        font-weight: bolder;
    }

.warranty-footer {
    border-top: 1px dashed #ddd;
    padding-top: 10px;
}

.with-icon {
    position: relative;
    padding-right: 40px; /* space for icon */
}

    .with-icon::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        background: url('assets/images/icons/arrow-top-right.svg') no-repeat center;
        background-size: contain;
        width: 20px;
        height: 20px;
        filter: invert(1); /* mimic 'invert' class */
    }
/* FAQ Section */

.faqs-section {
    padding: 50px 0px;
}

.faq-wrap .accordion-item {
    border-radius: 16px;
    margin-bottom: 30px;
    border: 2px solid #eee;
}

.faq-wrap .accordion-header {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.faq-wrap .accordion-button {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
}

    .faq-wrap .accordion-button:not(.collapsed) {
        background: #fff;
        border: 1px solid #572dde99;
    }

    .faq-wrap .accordion-button:focus {
        box-shadow: unset !important
    }

.faq-wrap .accordion-body p {
    font-weight: 600;
    color: #000;
}

.warrenty-cta {
    padding: 20px;
}

.help-icon {
    width: 24px;
    filter: invert(1);
}
/* EWaste Page*/
.ewaste-section {
    padding: 50px 0px 50px;
}

    .ewaste-section h1 {
        font-size: 36px;
        letter-spacing: .3px;
        line-height: 42px;
        margin-bottom: 30px;
    }

.ewaste-body-content h2 {
    font-size: 32px;
    line-height: 38px;
    margin-top: 20px;
    margin-bottom: 10px;
    letter-spacing: .3px;
}

.ewaste-body-content h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: .3px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.ewaste-body-content p {
    margin-bottom: 10px;
}

.ewaste-body-content a {
    color: #4318dd;
}

.ewaste-body-content ul {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 16px;
}

    .ewaste-body-content ul li {
        padding-left: 20px;
        margin-bottom: 10px;
        position: relative;
    }

        .ewaste-body-content ul li:before {
            content: "\f00c";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 0;
        }

.ewaste-footer-content ul {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 16px;
}

.ewaste-footer-content a {
    color: #4318dd;
}

.ewaste-footer-content ul li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}

    .ewaste-footer-content ul li:before {
        content: "\f00c";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 0;
    }

.ewaste-footer-content h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    letter-spacing: .3px;
}

.ewaste-footer-content h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: .3px;
    margin-top: 20px;
    margin-bottom: 10px;
}
/*policy*/
.policy-page {
    padding: 150px 0px 50px;
}

    .policy-page h1 {
        font-size: 36px;
        letter-spacing: -1px;
    }

.policy-content {
    padding: 20px 0px;
}

    .policy-content p {
        margin-bottom: 20px;
    }

    .policy-content ul {
        margin: 0 0px 30px 0px;
        padding: 0;
        font-weight: 300;
        font-size: 16px;
    }

        .policy-content ul li {
            padding-left: 20px;
            margin-bottom: 10px;
            position: relative;
        }

            .policy-content ul li:before {
                content: "\f00c";
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
                position: absolute;
                left: 0;
                top: 0;
            }
/*where to buy */

.our-offices {
    padding: 50px 0px 50px;
}

.filter-drop {
    display: flex;
    align-items: center;
}

    .filter-drop label {
        flex-basis: 40%;
        display: block;
    }

section.type-c-product.inner-banner {
    padding: 0px 0px;
}



/* 360 slide mobile */
.viewer-container {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    margin: 2rem auto;
    max-width: 800px;
    position:relative;
}
.rotate-btn{
    position:absolute;
 bottom:0px;
 left:20%;
}
.rotate-btn {
    position: absolute;
    bottom: 15px;
    left: 28%;
}
.product-viewer {
    position: relative;
    width: 100%;
    height: 500px;
    background: #f8f9fa;
    border-radius: 15px;
    overflow: hidden;
    cursor: grab;
    user-select: none;
    border: 3px solid #e9ecef;
}
.specifications.spects-type-c .specification-wrap {
    margin-bottom: 10px;
}
    .product-viewer:active {
        cursor: grabbing;
    }

.product-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: white;
}

    .product-image.active {
        opacity: 1;
    }

.controls {
    margin-top: 1.5rem;
}

.control-btn {
    background:#572dde;
    border: none;
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    margin: 0 5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

    .control-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
        color: white;
    }

.progress-bar-container {
    margin-top: 1rem;
    background: #e9ecef;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
}

.progress-indicator {
    height: 100%;
    background: #572dde;
    border-radius: 4px;
    transition: width 0.3s ease;
}

.info-panel {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 1.5rem;
    margin-top: 1.5rem;
}

.rotation-indicator {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    z-index: 10;
}

.drag-hint {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    z-index: 10;
    animation: fadeInOut 3s infinite;
}

@keyframes fadeInOut {

    0%, 100% {
        opacity: 0.7;
    }

    50% {
        opacity: 1;
    }
}

.feature-badge {
    background: linear-gradient(45deg, #28a745, #20c997);
    color: white;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    margin: 2px;
    display: inline-block;
}

@media (max-width: 768px) {
    .viewer-container {
        margin: 1rem;
        padding: 1rem;
    }

    .product-viewer {
        height: 250px;
    }

    .control-btn {
        padding: 10px 15px;
        font-size: 0.9rem;
    }
}


    .sub-categoy-list ul::-webkit-scrollbar {
        height: 4px;
    }

    .sub-categoy-list ul::-webkit-scrollbar-track {
        background: #f0f0f0;
        border-radius: 10px;
    }

    .sub-categoy-list ul::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

        .sub-categoy-list ul::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
.videoanimation img{
    border-radius:16px;
}
.our-brand{
    flex-direction:column !important;
    justify-content:start;
    align-items:start !important
}

.our-brand .left-content {

}
.our-brand .right-content{
 width:100% !important
}
    .our-brand .left-content .image {
        height: 150px;
        width: 200px;
    }
    .our-brand .left-content .image img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
.skip-btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    padding: 12px 20px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    z-index: 10;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

    .skip-btn:hover {
        opacity: 1;
    }


.full-360-title img{
    width:100px!important;
}

.full-360-title h2 {
    font-size: 28px;
    letter-spacing: 1.2px;
}

.full-360-button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    z-index:999;
   
    transition: background-color 0.3s ease;
}

    .full-360-button a {
        background: #000;
        color: #fff;
        width:300px;
    }
    .full-360-button a  img{
      filter:invert(1);
    }

.product-image img {
    max-height: 400px;
    width: 100%;
    object-fit: contain;
border:2px solid #eee;
}
#productViewer {
    position: relative;
}

    #productViewer .product-image {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

        #productViewer .product-image.active {
            display: block;
            z-index: 1;
        }