.new-models-style {
    background: #000;
    color: #fff;
    padding: 60px 0;
}

.new-models-style img {
    border-radius: 8px;
}

.lp-product.new-models-style {
    padding: 0px;
    margin-bottom: 0px;
}

a.btn.btn-primary.jumbobtn {
    left: 1600px;
    top: -289px;
}

p.subtitle.price {
    font-size: 35px !important;
    color: white;
    margin-left: -373px;
    margin-top: -170px;
}

.new-models-style .v-img {
    background-color:black;
    max-width: 100% !important;
    width: 100%
}

.new-models-style .video-jumbotron::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    pointer-events: none;
    z-index: 2;
}

.new-models-style .video-jumbotron .copy {
    position: absolute;
    top: 75%;
    left: 20%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.new-models-style .video-jumbotron .copy .title {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 0px;
    text-shadow: 0 0 #000
}

.new-models-style .video-jumbotron .copy .subtitles .carousel-item .subtitle {
    font-size: 60px;
    line-height: 190px;
    text-align: center;
    text-shadow: 0 0 #000;
    top: -50px;
}

.new-models-style.intro {
    background-color: #000;
    color: #fff;
    padding: 60px 20px;
    font-family: Arial, sans-serif;
}

.new-models-style.intro h2 {
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #fff;
}

.new-models-style.intro .feature-card {
    background-color: transparent;
    border: 1.5px solid #4d4d4d;
    border-radius: 8px;
    padding: 10px 15px;
    height: 100%;
    transition: all 0.3s ease;
}

.new-models-style.intro .feature-card:hover {
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.02);
}

.new-models-style.intro .feature-title {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    color: #fff;
}

.new-models-style.intro .feature-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #fff;
    font-weight: 300;
}

.new-models-style .section-title {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
    font-weight: 400;
}

.new-models-style .carousel-container {
    position: relative;
    padding: 0 0 80px 0;
    overflow: hidden;
}

.new-models-style .carousel-nav-wrapper {
    position: absolute;
    bottom: 50px;
    right: 30px;
    display: flex;
    gap: 15px;
    z-index: 10;
}

.new-models-style .models-carousel {
    overflow: visible;
    margin-right: -50px;
}

.new-models-style .carousel-track {
    display: flex;
    transition: transform 0.5s ease;
    padding: 0 15px;
}

.new-models-style .carousel-slide {
    min-width: 33.333%;
    padding: 0 15px;
    flex-shrink: 0;
}

.new-models-style .model-card {
    position: relative;
    overflow: visible;
    cursor: pointer;
    margin-bottom: 30px;
    border-radius: 0;
    background: #000;
}

.new-models-style .model-card-inner {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.new-models-style .model-card-image,
.new-models-style .model-card-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 8px;
}

.new-models-style .model-card:hover .model-card-image,
.new-models-style .model-card:hover .model-card-video {
    transform: scale(1.05);
}

.new-models-style .model-card-content {
    padding: 20px 0;
}

.new-models-style .model-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #fff;
}

.new-models-style .model-card-subtitle {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
}

.new-models-style .plus-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    transition: all 0.3s ease;
    z-index: 5;
}

.new-models-style .model-card:hover .plus-icon {
    background: #fff;
    transform: rotate(90deg);
}

.new-models-style .carousel-nav {
    position: static;
    transform: none;
    width: 50px;
    height: 50px;
    background: #6c757d;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.new-models-style .carousel-nav:hover:not(:disabled) {
    background: #5a6268;
    transform: scale(1.1);
}

.new-models-style .carousel-nav:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.new-models-style .carousel-nav i {
    color: #fff;
    font-size: 18px;
}

.new-models-style .modal-dialog {
    max-width: 95%;
    margin: 2.5% auto;
}

.new-models-style .modal-content {
    background: #fff;
    border-radius: 20px;
    border: none;
}

.new-models-style .modal-header {
    border-bottom: none;
    padding: 35px 50px 20px;
    background: #fff;
    border-radius: 20px 20px 0 0;
    align-items: center;
}

.new-models-style .modal-title {
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
}

.new-models-style .modal-body {
    padding: 0;
}

.new-models-style .close {
    font-size: 2.5rem;
    font-weight: 300;
    color: #333;
    opacity: 1;
}

.new-models-style .modal-hero {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
    overflow: hidden;
}

.new-models-style .modal-hero img,
.new-models-style .modal-hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-models-style .modal-content-section {
    padding: 0px 80px;
    background: #fff;
    border-radius: 20px;
}

.new-models-style .modal-main-title {
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #000;
}

.new-models-style .modal-subtitle {
    font-size: 1.05rem;
    color: #666;
}

.new-models-style .feature-row {
    margin-bottom: 10px;
}

.new-models-style .feature-title {
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #000;
}

.new-models-style .feature-description {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
}

.new-models-style .accessories-section {
    padding: 0px;
}

.new-models-style .media-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    border-radius: 8px;
}

.new-models-style .media-item img,
.new-models-style .media-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.new-models-style .media-item:hover img,
.new-models-style .media-item:hover video {
    transform: scale(1.05);
}

.new-models-style .left-top {
    height: 400px;
    margin-bottom: 20px;
}

.new-models-style .left-bottom {
    height: 400px;
}

.new-models-style .right-video {
    height: 820px;
}

.new-models-style .main-gallery-container {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.new-models-style .gallery-img,
.new-models-style .gallery-video {
    width: 100%;
    height: 60vh;
    object-fit: contain;
}

.new-models-style .carousel-control-prev,
.new-models-style .carousel-control-next {
    width: 60px;
    height: 60px;
    background-color: rgba(128, 128, 128, 0.8);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.new-models-style .carousel-control-prev {
    left: 20px;
}

.new-models-style .carousel-control-next {
    right: 20px;
}

.new-models-style .thumbnail-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    padding-bottom: 25px;
}

.new-models-style .thumbnail {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid transparent;
    transition: border-color 0.3s ease;
}

.new-models-style .thumbnail.active {
    border-color: #007bff;
}

.new-models-style .thumbnail img,
.new-models-style .thumbnail video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-models-style .section-title {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: white;
}

.new-models-style .step-container {
    margin-bottom: 40px;
}

.new-models-style .step-number {
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: -10px;
    color: #fff;
}

.new-models-style .step-title {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: -15px;
    color: white;
}

.new-models-style .step-description {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #ccc;
}

.new-models-style .action-btn {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 18px 30px;
    text-align: left;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s, color 0.3s;
    margin-bottom: 15px;
    cursor: pointer;
    border-radius: 15px;
}

.new-models-style .action-btn:hover {
    background-color: transparent;
    color: white;
    border: 1.5px solid #fff;
    border-color: white;
}

.new-models-style .action-btn::after {
    content: '\203A';
    font-size: 1.8rem;
    font-weight: 300;
}

.new-models-style.tech-specs-section {
    background-color: #000;
    color: #fff;
    padding: 60px 0;
    font-family: Arial, sans-serif;
}

.new-models-style .tech-specs-title {
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 30px;
    color: #fff;
}

.new-models-style .specs-accordion span {
    color: #fff;
}

.new-models-style .specs-accordion {
    border-top: 1px solid #fff;
}

.new-models-style .accordion-item {
    border-bottom: 1px solid #fff;
}

.new-models-style .accordion-header {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 20px 0;
    width: 100%;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
}

.new-models-style .accordion-header:hover {
    opacity: 0.8;
}

.new-models-style .accordion-header:focus {
    outline: none;
}

.new-models-style .accordion-icon {
    font-size: 1.5rem;
    font-weight: 300;
    transition: transform 0.3s;
}

.new-models-style .accordion-header.collapsed .accordion-icon {
    transform: rotate(270deg);
}

.new-models-style .accordion-header:not(.collapsed) .accordion-icon {
    transform: rotate(90deg);
}

.new-models-style .accordion-content {
    padding: 0 0 30px 0;
}

.new-models-style .spec-item {
    padding: 20px 0;
    border-bottom: 1px solid #333;
}

.new-models-style .spec-item:last-child {
    border-bottom: none;
}

.new-models-style .spec-label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 5px;
}

.new-models-style .spec-value {
    font-size: 1rem;
    font-weight: 400;
    color: #aaa;
}

@media (max-width: 1440px) {
    .new-models-style .video-jumbotron .copy {
        left: 23%;
    }

    a.btn.btn-primary.jumbobtn {
        left: 1150px;
        top: -289px;
    }

    .new-models-style .video-jumbotron .copy {
        left: 23%;
        top: 65%
    }
}

@media (max-width: 1024px) {

    .new-models-style .video-jumbotron .copy {
        left: 28%;
    }
}

@media (max-width: 992px) {
    .new-models-style .carousel-slide {
        min-width: 50%;
    }

    .new-models-style .modal-content-section {
        padding: 40px;
    }

    .new-models-style.intro h2 {
        font-size: 1.75rem;
    }

    .new-models-style.intro .feature-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {

    .new-models-style .left-top,
    .new-models-style .left-bottom {
        height: 250px;
    }

    .new-models-style .right-video {
        height: 520px;
        margin-top: 0px;
    }

    .new-models-style .modal-content-section {
        padding: 30px 25px;
    }

    .new-models-style .step-number {
        font-size: 2.5rem;
    }

    .new-models-style .video-jumbotron .copy {
        left: 20%;
        top: 330px
    }
a.btn.btn-primary.jumbobtn {
    left: 555px;
    top: -185px;
}
}

@media (max-width: 767px) {
    .new-models-style .section-title {
        font-size: 1.5rem;
        margin-bottom: 40px;
    }

    .new-models-style .step-number {
        font-size: 2.5rem;
    }

    .new-models-style .step-container {
        margin-bottom: 35px;
    }

    .new-models-style .tech-specs-title {
        font-size: 1.5rem;
    }

    .new-models-style .accordion-header {
        font-size: 1rem;
        padding: 18px 0;
    }

    .new-models-style.intro {
        padding: 40px 15px;
    }

    .new-models-style.intro h2 {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

    .new-models-style.intro .feature-card {
        padding: 25px 20px;
    }

    .new-models-style .video-jumbotron .copy {
        left: 20%;
        top: 330px
    }
a.btn.btn-primary.jumbobtn {
    left: 555px;
    top: -185px;
}
}

@media (max-width: 576px) {
    .model-body {
        padding: 5px
    }

    .new-models-style .carousel-slide {
        min-width: 100%;
    }

    .new-models-style .carousel-nav-wrapper {
        right: 50%;
        transform: translateX(50%);
    }

    .new-models-style .carousel-track {
        padding: 0;
        margin-right: 49px;
    }

    .new-models-style .media-item {
        padding-bottom: 20px;
    }

    .new-models-style .media-item img,
    .new-models-style .media-item video {
        border-radius: 8px
    }

    .new-models-style .video-jumbotron .copy {
        left: 37%;
        top: 330px
    }

    a.btn.btn-primary.jumbobtn {
        left: 30px;
        top: -130px;
    }
}

.new-models-style .video-jumbotron {
    position: relative !important;
    width: 100% !important;
    height: 85vh !important;
    overflow: hidden !important;
    background: #000 !important;
}

.new-models-style .video-jumbotron video {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    z-index: 0 !important;
}

.new-models-style .bg-mbl {
    display: none !important;
}

.new-models-style .video-jumbotron .copy {
    position: absolute !important;
    left: 5% !important;
    bottom: 250px !important;
    top: auto !important;
    transform: none !important;
    margin: 0 !important;
    max-width: 720px !important;
}

.new-models-style .video-jumbotron .copy .title {
    font-size: 1.05rem !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    margin: 0 0 10px 0 !important;
    text-shadow: none !important;
}

.new-models-style .video-jumbotron .copy .subtitle,
.new-models-style .video-jumbotron .copy .subtitles .carousel-item .subtitle {
    font-size: 3.2rem !important;
    line-height: 1.05 !important;
    font-weight: 300 !important;
    letter-spacing: 0.01em !important;
    text-align: left !important;
    margin: 0 !important;
    top: auto !important;
}

p.subtitle.price {
    font-size: 1.65rem !important;
    margin: 14px 0 0 0 !important;
    color: #fff !important;
}

a.btn.btn-primary.jumbobtn {
    position: absolute !important;
    right: 5% !important;
    bottom: 280px !important;
    left: auto !important;
    top: auto !important;
    margin: 0 !important;
    font-size: 0.98rem !important;
    z-index: 3;
}

@media (max-width: 1024px) {
    a.btn.btn-primary.jumbobtn {z-index: 3!important;}
}


@media (max-width: 992px) {
    .new-models-style .video-jumbotron { height: 72vh !important; }
    .new-models-style .video-jumbotron .copy { bottom: 60px !important; }
    .new-models-style .video-jumbotron .copy .subtitle { font-size: 2.6rem !important; }
    a.btn.btn-primary.jumbobtn {right: 6% !important;bottom: 116px !important;z-index: 3!important;}
}

@media (max-width: 768px) {
    .new-models-style .bg-mbl {
        display: none !important;
        position: absolute !important;
        inset: 0 !important;
        background-size: cover !important;
        background-position: center !important;
        z-index: 0 !important;
    }

    .new-models-style .video-jumbotron { height: 68vh !important; }
    .new-models-style .video-jumbotron .copy { left: 6% !important; bottom: 42px !important;}
    .new-models-style .video-jumbotron .copy .subtitle { font-size: 2.1rem !important; }
    a.btn.btn-primary.jumbobtn {right: 6% !important;bottom: 70px !important;z-index: 3!important;}
    .new-models-style .video-jumbotron .copy .subtitle,
.new-models-style .video-jumbotron .copy .subtitles .carousel-item .subtitle {
    font-size: 2rem !important;
}
}

@media (max-width: 430px) {
    .new-models-style .bg-mbl {
        display: block !important;
        position: absolute !important;
        inset: 0 !important;
        background-size: cover !important;
        background-position: center !important;
        z-index: 0 !important;
    }
    .new-models-style .video-jumbotron {height: 64vh !important;padding: 0 25px !important;}
    .new-models-style .video-jumbotron .copy {left: 7% !important;right: 7% !important;bottom: 450px !important;max-width: none !important;}
    .new-models-style .video-jumbotron .copy .title { font-size: 0.95rem !important; }
    .new-models-style .video-jumbotron .copy .subtitle { font-size: 1.7rem !important; }
    a.btn.btn-primary.jumbobtn {right: 60% !important;bottom: 150px !important;font-size: 0.9rem !important;z-index: 3 !important;}

.new-models-style .video-jumbotron .copy .subtitle,
.new-models-style .video-jumbotron .copy .subtitles .carousel-item .subtitle {
    font-size: 1.5rem !important;
}
}

@media (max-width: 376px) {
    .new-models-style .bg-mbl {
        display: block !important;
        position: absolute !important;
        inset: 0 !important;
        background-size: cover !important;
        background-position: center !important;
        z-index: 0 !important;
    }
    .new-models-style .video-jumbotron { height: 64vh !important; padding: 0 25px !important; }
    .new-models-style .video-jumbotron .copy {left: 7% !important;right: 7% !important;bottom: 290px !important;max-width: none !important;}
    .new-models-style .video-jumbotron .copy .title { font-size: 0.95rem !important; }
    .new-models-style .video-jumbotron .copy .subtitle { font-size: 1.7rem !important; }
    a.btn.btn-primary.jumbobtn {right: 55% !important;bottom: 30px !important;font-size: 0.9rem !important;z-index: 3 !important;}

.new-models-style .video-jumbotron .copy .subtitle,
.new-models-style .video-jumbotron .copy .subtitles .carousel-item .subtitle {
    font-size: 1.5rem !important;
}
}