body {
    background-image: url("../img/background.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: top;
}

.product-name {
    font-size: 58.52px;
    font-weight: 400;
    line-height: 74.13px;
}

.product-summary {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.product-specifications {
    min-height: 580px;
    border-radius: 20px;
    border: 1.42px solid #CCCCCC;
    background-color: #FFFFFF33;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-specifications-heading {
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    word-wrap: break-word;
}

.line {
    width: 15px;
    height: 2px;
    background-color: #FFFFFF;
}

.spec-head {
    font-size: 18px;
    font-weight: 500;
    line-height: 33.38px;
    color: #00B5DD;
}

.spec-detail {
    font-size: 15.08px;
    font-weight: 400;
    line-height: 28px;
}

.product-image-slider-for {
    height: 449px;
    border-radius: 20px;
    border: 1.42px solid #CCCCCC;
    overflow: hidden;
    /* background-color: #FFFFFF; */
}

.product-image-slider-nav {
    display: inline-flex !important;
}

.product-image-slider-nav .slick-slide {
    display: flex;
    justify-content: center;
}

.product-image-slider-nav img {
    object-fit: contain; 
    height: 80px !important; 
    width: 120px !important;
    border-radius: 12px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    background-color: #FFFFFF;
}

.slick-list {
    padding: 0px !important;
}

.slick-track {
    display: flex !important;
    justify-content: space-between !important;
}

#myTab {
    border-bottom: 1.42px solid rgb(255, 255, 255, 0.1);
    justify-content: space-between;
}
 
#myTab .nav-link {
    font-size: clamp(0.5rem, 1.3vw + 0.5rem, 1.2rem);;
    font-weight: 500;
    /* line-height: 38.36px; */
}

#myTab .nav-link:hover {
    border-bottom-color: #FFFFFF !important;
}

#myTab .active {
    color: var(--primary-color) !important;
    border-bottom-color: #FFFFFF !important;
}

#myTabContent .tab-pane {
    font-size: 16px;
    font-weight: 400;
    line-height: 35.46px;
}

.other-content {
    height: auto;
    border-radius: 20px;
    border: 1.42px;
    background-color: #FFFFFF33;
    border: 1.42px solid #CCCCCC
}

.other-content h3 {
    font-size: 24.11px;
    font-weight: 500;
    line-height: 38.36px;
}

.other-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.other-content-downloads div {
    /* height: 80px; */
    text-align: center;
}

.other-content-downloads div a {
    width: 100%;
    height: 100%;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 5px 25px;
}

.other-content-downloads .user-manual a {
    background-color: var(--primary-color) !important;
}

.other-content-downloads .user-manual  a {
    color: #FFFFFF !important;
}

@media (min-width: 992px) {
    .border-line {
        border-right: 1px solid #CEE3FF !important;
    }

    #myTab {
        /* gap: 2rem; */
    }

    #myTab .nav-link {
        font-size: clamp(0.5rem, 1vw + 0.35rem, 1.2rem);
    }

    .user-manual a, .product-brochure a {
        font-size: 14px !important;
    }

    .user-manual i, .product-brochure i {
        font-size: 16px !important;
    }
}

@media (min-width: 1400px) {
    .other-content-downloads div a {
        padding: 25px;
    }
}

@media (min-width: 1200px) {
    .user-manual a, .product-brochure a {
        font-size: 18px !important;
    }

    .user-manual i, .product-brochure i {
        font-size: 22px !important;
    }
}

@media (min-width: 1163px) {
    #myTab .nav-link {
        font-size: clamp(0.5rem, 1vw + 0.2rem, 1.2rem);
    }
}

@media (min-width: 1083px) and (max-width: 1162px) {
    #myTab .nav-link {
        font-size: clamp(0.5rem, 1vw + 0.3rem, 1.2rem);
    }
}

@media (max-width: 991px) {
    .border-line {
        border-bottom: 1px solid #CEE3FF !important;
    }

    #myTab {
        gap: 2rem;
    }

    .other-content-downloads div a {
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {
    #myTab {
        justify-content: center;
    }
}

@media (max-width: 503px) {
    .product-specifications {
        height: auto;
        padding: 1rem !important;
    }
}

@media (max-width: 475px) {
    .product-image-slider-for .slick-track, .product-image-slider-for .card-img-top {
        /* width: 100% !important;
        height: 300px !important; */
    }
}

.product-image-slider-for img {
    transition: .5s ease all;
}

.product-image-slider-for:hover img {
    transform: scale(1.2);
}