.WC_introText{
    padding-top:75px;
}

.wc_title, .wc_mov_title {
    color: black;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 22px;
    margin-top: 25px;
    text-transform: uppercase;
}

.wc_text {
    color: black;
    font-size: 14px;
    font-weight: 300;
    padding-bottom:10px;
}

/* Care Sections Common */
.care-title, .strap_title {
    font-size: 18px;
    font-weight: 500;
    color: black;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.care-desc, .strap_desc {
    text-align:justify;
    font-size: 14px;
    font-weight: 300;
    color: black;
    line-height: 2;
}

/* Case Care */
.case-care-section, .strap-care-section {
    padding-bottom: 50px;
    margin-top:48px;
    display:flex;
    justify-content:end;
}

.case-care-container, .strap-care-container {
    margin: 0 !important;
    /*padding:0!important;*/
}

.case-care-info-col, .strap-care-info-col {
    position: relative;
}

.case-care-info, .strap-care-info {
    position: absolute;
    top: 16px;
    left: -85px;
    right: 45px;
}

.case-care-flex::-webkit-scrollbar {
    height: 8px;
}

.case-care-flex::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 4px;
}

.case-care-flex::-webkit-scrollbar-thumb {
    background: #ccc; 
    border-radius: 4px;
}

.case-card img {
    border-radius: 0;
}

.case-card .card-title, .strap-card .card-title {
    font-size: 15px;
    font-weight: 500;
    color: black;
}

.case-card .card-text, .strap-card .card-text {
    font-size: 14px;
    font-weight: 300;
    color: black;
    line-height: 2;
}

/* Movement Care */
.movement-care-section {
    padding-bottom: 80px;
    padding-top:16px;
    margin-top:48px;
    margin-bottom:48px;
}

.movement-specs .spec-item {
    margin-bottom: 16px;
}

.spec-title {
    font-size: 16px;
    font-weight: 500;
    color: black;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.spec-text {
    font-size: 14px;
    font-weight: 300;
    color: black;
    margin-bottom: 0;
    line-height:2;
}

/* Owl Carousel Navigation styling */
.case-care-carousel .owl-nav {
    margin-top: 0;
}



    .case-care-carousel .owl-nav .owl-next,
    .case-care-carousel .owl-nav .owl-prev,
    .strap-care-carousel-leather .owl-nav .owl-next,
    .strap-care-carousel-leather .owl-nav .owl-prev,
    .strap-care-carousel-metal .owl-nav .owl-next,
    .strap-care-carousel-metal .owl-nav .owl-prev {
        border: none;
        position: absolute;
        top: 38%;
        transform: translateY(-50%);
        width: 30px;
        height: 50px;
        background: none !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        color: #fff !important; /* Changed from #fff to make it visible */
        font-size: 20px !important;
        transition: background 0.3s;
        z-index: 10;
        cursor: pointer;
    }

    .case-care-carousel .owl-nav .owl-next,
    .strap-care-carousel-leather .owl-nav .owl-next,
    .strap-care-carousel-metal .owl-nav .owl-next {
        right: 20px;
    }

    .case-care-carousel .owl-nav .owl-prev,
    .strap-care-carousel-leather .owl-nav .owl-prev,
    .strap-care-carousel-metal .owl-nav .owl-prev {
        left: 0px;
    }

        .case-care-carousel .owl-nav .owl-next:hover,
        .strap-care-carousel-leather .owl-nav .owl-next:hover,
        .strap-care-carousel-metal .owl-nav .owl-next:hover,
        .case-care-carousel .owl-nav .owl-prev:hover,
        .strap-care-carousel-leather .owl-nav .owl-prev:hover,
        .strap-care-carousel-metal .owl-nav .owl-prev:hover {
            color: #dcb36a !important;
        }



/* Removed forced width on owl-stage and owl-item to allow owl-carousel to function normally */
.wc_car1_pad{
    padding:0 0 0 20px;
}

/* Strap Care specific tabs */
.gold-line {
    display: inline-block;
    width: 30px;
    height: 1.5px;
    background-color: #e3b564;
}
.dark-line {
    display: inline-block;
    width: 30px;
    height: 1.5px;
    background-color: black;
}
.strap-tab {
    cursor: pointer;
}
.first-black-card {
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.case-care-carousel .owl-nav .owl-prev, .strap-care-carousel-leather .owl-nav .owl-prev, .strap-care-carousel-metal .owl-nav .owl-prev {
    display: block !important;
}



.strap-tabs .tab-text {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 18px;
    color:black;
}

.strap-tabs .active-tab .tab-text {
    color: #e3b564;
    font-weight: 500;
}

.case-care-img, .strap-card-img {
    height: 270px;
    object-fit: cover;
    width:100%;
}

@media screen and (max-width:768px){
    .WC_introText{
        padding-top:55px;
        padding-bottom:20px;
    }

    .wc_title {
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 35px;
    }

    .wc_mov_title {
        font-size: 18px;
    }

    .wc_text {
        line-height: 2;
    }

    .case_care_mob_view{
        flex-direction:column;
    }

    .case-care-info, .strap-care-info{
        position:relative;
        left:0;
        right:0;
        margin-bottom:55px;
    }

    .case-care-section, .strap-care-section{
        margin-top:0;
    }

    .strap-care-section {
        padding-bottom: 0;
    }

    .case-card .card-title, .strap-card .card-title{
        font-size:14px;
        font-weight:600;
    }

    .spec-title {
        font-size: 14px;
        font-weight: 600;
    }

    .care-title, .strap_title{
        font-size:16px;
    }

    .movement-specs .spec-item {
        margin-bottom: 45px;
    }

    .movement-care-section {
        padding-bottom: 0;
        padding-top: 0;
        margin-top: 30px;
    }

    .owl-theme .owl-dots .owl-dot span {
        display: none !important;
    }
    

}
