/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 03 2024 | 09:56:06 */
.main-tabs.active:after {
    transform: translate(calc(100% + 10px), 0px);
}
.main-tabs {
    display: flex;
    margin-bottom: 20px;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 0;
    max-width: 650px;
    margin: 0 auto 90px;
    gap: 10px;
}

.tab {
    width: 320px;
    height: 131px;
    background: #EDEDED;
    border-radius: 5px;
    font-family: "tome-sans-variable", Sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tab.active {
    background-color: #000;
    color: #fff;
}

.sub-tab {
    width: 316px;
    height: 250px;
    background: #EDEDED;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 60px;
    line-height: 1.4;
    cursor: pointer;
}

.sub-tab.active {
    background: #000;
    color: #fff;
}

.watch-repair .sub-tabs {
    display: flex;
}

.content .service-content {
    display: none;
    margin: 100px auto;
}

.service-content.active {
    display: block;
}

h2 {
    font-size: 24px;
}

p {
    font-size: 16px;
}

button {
    padding: 10px 20px;
    background-color: red;
    color: white;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: darkred;
}

.sub-tab, .service-content {
    display: none;
    /* Hide all by default */
}

.sub-tab.active, .service-content.active {
    display: block;
    /* Show active sub-tab and content */
}

.main-tabs:after {
    content: "";
    position: absolute;
    width: 321px;
    height: 5px;
    background: #C50124;
    border-radius: 10px;
    transform: translate(0px, 0px);
    z-index: 0;
    left: 0;
    bottom: -10px;
    transition: all ease .4s;
}

.sub-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.service-content .dsk-service-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.service-content .dsk-service-text .Battery-Info {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 60px 0 0;
}

.service-content .dsk-service-text .TImage {
    width: 50%;
}

.service-content .dsk-service-text .TImage > span {
    width: 650px;
    height: 418px;
    border-radius: 5px;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.Battery-Info > h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
}

.service-content .dsk-service-text .Battery-Info > span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    display: block;
    margin: 40px auto;
}

.service-content .dsk-service-text .Battery-Info > .dskbtn {
    background: #C50124;
    max-width: 281px;
    border: 0;
    color: #fff;
    font-weight: 600;
    padding: 0 35px;
}

.jrSection {
    display: flex;
    position: relative;
    z-index: 0;
    gap: 0;
    max-width: 1170px;
    margin: 50px auto 0;
}

.jr-section-single {
    height: 80vh;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    padding: 25px;
    overflow: hidden;
    width: calc(25% - 7.5px);
    margin: 0;
    max-height: 650px;
}

.jr-section-single .title-description > h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    color: #FFFFFF;
}

.jr-section-single .title-description > span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    transition: all ease .4s;
}

.jr-section-single .title-description {
    transform: translate(0px, 50px);
    transition: all ease .4s;
}

.jr-section-single.active .title-description {
    transform: translate(0px, -40px);
}

.jr-section-single.active .title-description > span {
    visibility: visible;
    opacity: 1;
}

.jrSection .scrollarbar {
    position: absolute;
    width: calc(25% - 7.5px);
    height: 5px;
    background: #C50124;
    border-radius: 10px;
    z-index: 0;
    bottom: -15px;
    /* Use the custom property to adjust left position */
    transition: transform ease 0.4s;
    /* Smooth transition when moving */
    transform: translate(var(--after-left), 0px);
}

.jr-section-single-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.jr-section-single-mobile-sec {
    height: auto;
    width: 100%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    display: none;
}

.xoo-wsc-markup .xoo-wsc-btn {
    display: none;
}

@media only screen and (max-width: 1600px) {
    .sub-tab {
        width: 24.2%;
        font-size: 16px;
        height: 180px;
    }
}

@media only screen and (max-width: 1180px) {
    .Battery-Info > h2 {
        line-height: 1.2;
    }

    .service-content .dsk-service-text {
        display: flex;
        flex-direction: column-reverse;
    }

    .service-content .dsk-service-text .TImage > span {
        width: 100%;
        height: 300px;
        margin: 0 0 40px 0;
    }

    .service-content .dsk-service-text .Battery-Info {
        padding: 0;
    }

    .jr-section-single-mobile-sec {
    }

    .jr-section-single.active .title-description > span {
        display: none;
    }

    .jr-section-single {
        max-height: 240px;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }

    .jr-section-single .title-description > h2 {
        margin: 0;
        font-size: 18px;
        line-height: 1.4;
        transform: rotate(-90deg) translate(10px, 10px);
        display: block;
        width: 90px;
    }

    .jr-section-single.active .title-description {
        transform: none;
    }

    .jr-section-single .title-description {
        transform: none;
        height: 200px;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }

    .jr-section-single .title-description > span {
        display: none;
    }

    .jr-section-single-mobile-sec.active {
        display: flex;
        margin: 30px auto;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .jrSection .scrollarbar {
        top: 245px;
        bottom: auto;
    }
}

@media only screen and (max-width: 736px) {
    .main-tabs {
        display: flex;
        flex-direction: row;
        max-width: 300px;
        justify-content: space-between;
    }

    .main-tabs .tab {
        width: calc(50% - 5px);
        font-size: 18px;
        padding: 0 20px;
        height: 91px;
    }

    .main-tabs:after {
        width: calc(50% - 5px);
    }

    .main-tabs.active:after {
        transform: translate(calc(100% + 10px), 0px);
    }

    .sub-tabs {
        display: flex;
        flex-direction: row;
        max-width: 300px;
        justify-content: space-between;
        margin: 0 auto;
        gap: 10px;
    }

    .sub-tab {
        width: calc(50% - 5px);
        font-size: 14px;
        padding: 0 5px;
        height: 111px;
        font-weight: 400;
    }

    .content .service-content {
        margin: 50px auto 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .service-content .dsk-service-text .TImage {
        width: 300px;
    }

    .service-content .dsk-service-text .TImage > span {
        height: 224px;
    }

    .service-content .dsk-service-text .Battery-Info {
        width: 300px;
        margin: 0 auto;
    }

    .Battery-Info > h2 {
        margin: 0 0 0 0;
        font-size: 25px;
    }

    .service-content .dsk-service-text .Battery-Info > span {
        font-size: 16px;
        margin: 20px 0;
    }

    .jr-section-single .title-description > h2 {
        transform: rotate(-90deg) translate(15px, -20px);
        line-height: 1;
    }
	.jr-section-single-mobile-sec span {
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 280px;
		margin: 20px auto 0;
	}
}
