.new-index-hero {
    width: 100%;
    overflow: hidden;
}

.new-index-carousel {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.new-index-carousel-viewport {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 850;
    overflow: hidden;
    background: #111;
}

.new-index-carousel-track {
    display: flex;
    height: 100%;
    transition: transform 0.55s ease;
    will-change: transform;
}

.new-index-carousel-slide {
    flex: 0 0 100%;
    max-width: 100%;
    height: 100%;
}

.new-index-carousel-link {
    display: block;
    width: 100%;
    height: 100%;
}

.new-index-carousel-link picture {
    display: block;
    width: 100%;
    height: 100%;
}

.new-index-carousel-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.new-index-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: #df1e26;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(223, 30, 38, 0.35);
    transition: background 0.25s ease, transform 0.25s ease;
}

.new-index-carousel-nav:hover,
.new-index-carousel-nav:focus {
    background: #b8181f;
    outline: none;
}

.new-index-carousel-prev {
    left: 16px;
}

.new-index-carousel-next {
    right: 16px;
}

.new-index-carousel-dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 5;
}

.new-index-carousel-dot {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
}

.new-index-carousel-dot.is-active {
    background: #fff;
    transform: scale(1.15);
}

.new-index-carousel-dot:hover,
.new-index-carousel-dot:focus {
    background: rgba(255, 255, 255, 0.75);
    outline: none;
}

@media (max-width: 767.98px) {
    .new-index-carousel-viewport {
        aspect-ratio: 800 / 960;
    }

    .new-index-carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .new-index-carousel-prev {
        left: 10px;
    }

    .new-index-carousel-next {
        right: 10px;
    }

    .new-index-carousel-dots {
        bottom: 12px;
        gap: 8px;
    }

    .new-index-carousel-dot {
        width: 10px;
        height: 10px;
    }
}

/* Product range */
.new-index-product-range {
    background: #fff;
}

.new-index-product-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.new-index-product-link:hover,
.new-index-product-link:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}

.new-index-product-media {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.new-index-product-link:hover .new-index-product-media,
.new-index-product-link:focus .new-index-product-media {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    transform: translateY(-4px);
}

.new-index-product-image {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.new-index-product-image-default {
    min-height: 280px;
}

.new-index-product-image-hover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.new-index-product-link:hover .new-index-product-image-default,
.new-index-product-link:focus .new-index-product-image-default {
    opacity: 0;
    transform: scale(1.05);
}

.new-index-product-link:hover .new-index-product-image-hover,
.new-index-product-link:focus .new-index-product-image-hover {
    opacity: 1;
    transform: scale(1.05);
}

.new-index-product-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 28px 24px 24px 28px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.4) 55%, transparent 100%);
    pointer-events: none;
    transition: background 0.35s ease;
}

.new-index-product-link:hover .new-index-product-caption,
.new-index-product-link:focus .new-index-product-caption {
    background: linear-gradient(to top, rgba(223, 30, 38, 0.88) 0%, rgba(223, 30, 38, 0.45) 55%, transparent 100%);
}

.new-index-product-title {
    margin: 0;
    color: #fff !important;
    font-family: 'Heebo', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    transition: color 0.25s ease;
}

.new-index-product-title .flaticon-next {
    display: inline-block;
    transition: transform 0.35s ease;
}

.new-index-product-link:hover .new-index-product-title .flaticon-next,
.new-index-product-link:focus .new-index-product-title .flaticon-next {
    transform: translateX(6px);
}

.new-index-product-grid {
    justify-content: center;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .new-index-product-card:nth-child(3) {
        margin-top: 30px;
    }
    .new-index-product-title{
        font-size: 24px !important;
    }
}

@media (max-width: 767.98px) {
    .new-index-product-grid{
        row-gap: 1.5rem;
    }
    .new-index-product-range .padtop100 {
        padding-top: 60px !important;
    }

    .new-index-product-range .padbot60 {
        padding-bottom: 40px !important;
    }


    .new-index-product-title {
        font-size: 24px;
    }

    .new-index-product-image-default {
        min-height: 220px;
    }
}

@media (max-width: 575.98px) {
    .new-index-product-title {
        font-size: 22px;
    }

    .new-index-product-caption {
        padding: 22px 18px 18px 20px;
    }
}

/* Duro Advantage section */
.new-index-advantage img.img-fluid {
    width: 100%;
    height: auto;
}

@media (max-width: 991.98px) {
    .new-index-advantage .padright70 {
        padding-right: 15px;
    }
}

@media (max-width: 767.98px) {
    .new-index-advantage .padtop100 {
        padding-top: 60px !important;
    }

    .new-index-advantage .padbot100 {
        padding-bottom: 60px !important;
    }

    .new-index-advantage .padleft35 {
        padding-left: 15px !important;
    }
}

/* Guarantee parallax section */
.new-index-guarantee {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 520px;
    overflow: hidden;
}

.new-index-guarantee .container {
    position: relative;
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 100px;
}

.new-index-guarantee-parallax-bg {
    position: absolute;
    inset: -15% 0;
    width: 100%;
    height: 130%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    will-change: transform;
    z-index: 0;
}

.new-index-guarantee-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(7, 32, 38, 0.82) 0%, rgba(7, 32, 38, 0.55) 50%, rgba(7, 32, 38, 0.35) 100%);
    z-index: 1;
}

.new-index-guarantee-inner {
    max-width: 100%;
}

.new-index-guarantee-list-col {
    list-style: none;
    margin: 0;
    padding: 0;
}

.new-index-guarantee-list-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.45;
}

.new-index-guarantee-list-item:last-child {
    margin-bottom: 0;
}

.new-index-guarantee-tick {
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-right: 6px;
    border: 2px solid #fff;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.15);
    overflow: visible;
}

.new-index-guarantee-tick .fa-check {
    position: absolute;
    right: -10px;
    bottom: -3px;
    color: #df1e26;
    font-size: 26px;
    font-weight: 300;
    line-height: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767.98px) {
    .new-index-guarantee-list .col-md-6 + .col-md-6 {
        margin-top: 8px;
    }

    .new-index-guarantee-list-item {
        font-size: 15px;
        margin-bottom: 16px;
        gap: 16px;
    }

    .new-index-guarantee-tick {
        width: 18px;
        height: 18px;
        margin-right: 4px;
    }

    .new-index-guarantee-tick .fa-check {
        font-size: 22px;
        right: -8px;
        bottom: -7px;
    }
}

@media (max-width: 991.98px) {
    .new-index-guarantee {
        min-height: 420px;
    }

    .new-index-guarantee .container {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .new-index-guarantee-parallax-bg {
        inset: 0;
        height: 100%;
        background-attachment: scroll;
    }
}

@media (max-width: 767.98px) {
    .new-index-guarantee {
        min-height: 360px;
    }

    .new-index-guarantee .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .new-index-guarantee-overlay {
        background: rgba(7, 32, 38, 0.72);
    }
}

/* 9X Safety section */
.new-index-9x-safety {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.new-index-9x-safety-wra{
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.new-index-9x-safety-wrap{
    padding: 5rem;
     position: relative;
}

.new-index-9x-safety-wrap picture {
    display: block;
    width: 100%;
}

.new-index-9x-safety-wrap img{
    border-radius: 1rem;
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.new-index-9x-safety-button {
    position: absolute;
    bottom: 8%;
    left: 21%;
    z-index: 2;
    display: inline-block;
    padding: 12px 36px;
    background: #df1e26;
    color: #fff;
    border-radius: 50px;
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(223, 30, 38, 0.35);
    transition: background 0.25s ease, transform 0.25s ease;
}

.new-index-9x-safety-button:hover,
.new-index-9x-safety-button:focus {
    background: #b8181f;
    color: #fff !important;
    text-decoration: none;
    transform: translateY(-2px);
    outline: none;
}

#new-index-guarantee-program .new-index-guarantee-program-button {
    bottom: 15%;
    left: 15%;
}

@media (min-width: 1024px) and (max-width: 1199px) {
    #new-index-guarantee-program .new-index-guarantee-program-button {
        bottom: 16%;
        left: 17%;
    }
}

@media (max-width: 991.98px) {
    .new-index-9x-safety-wrap {
        padding: 3rem 2rem;
    }

    .new-index-9x-safety-button {
        bottom: 6%;
        left: 20%;
        padding: 10px 28px;
        font-size: 15px;
    }

    #new-index-guarantee-program .new-index-guarantee-program-button {
        bottom: 14%;
        left: 14%;
    }
}

@media (max-width: 767.98px) {
    .new-index-9x-safety-wrap {
        padding: 2rem 1rem;
    }

    .new-index-9x-safety-button {
        bottom: 10%;
        left: 8%;
        padding: 8px 22px;
        font-size: 14px;
    }

    #new-index-guarantee-program .new-index-guarantee-program-button {
        bottom: 10%;
        left: 30%;
    }
}

@media (max-width: 575.98px) {
    .new-index-9x-safety-button {
        bottom: 13%;
        left: 8%;
        padding: 7px 18px;
        font-size: 13px;
    }
}
