﻿
/* Why 2 ---------------------------------- */
.why-tab-content {
    box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.06);
    border-radius: 30px;
    background-color: var(--white-color);
    padding: 100px 60px 60px 60px;
    /* Medium devices */
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 991px) {
    .why-tab-content {
        padding: 75px 40px 40px 40px;
    }
}

@media (max-width: 767px) {
    .why-tab-content {
        border-radius: 20px;
    }
}

@media (max-width: 575px) {
    .why-tab-content {
        padding: 60px 20px 20px 20px;
    }
}

.why-tab-content .sec-title {
    max-width: 430px;
    margin-bottom: 23px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .why-tab-content .sec-title {
        max-width: 100%;
        text-align: center;
    }
}

.why-tab-content .box-text {
    margin-bottom: 50px;
    /* Large devices */
    /* Medium devices */
}

@media (max-width: 1199px) {
    .why-tab-content .box-text {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .why-tab-content .box-text {
        margin-bottom: 35px;
    }
}

.choose-tab {
    text-align: center;
    margin: 0 auto -40px auto;
    /* Medium devices */
}

@media (max-width: 991px) {
    .choose-tab {
        margin: 0 auto -35px auto;
    }
}

.choose-tab .nav {
    background-color: var(--theme-color2);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.choose-tab .tab-btn {
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 500;
    border: none;
    background-color: transparent;
    padding: 0;
    color: var(--white-color);
    padding: 20px 25px;
    border-left: 1px solid var(--th-border-color);
    /* Medium devices */
    /* Small devices */
    /* Extra small devices */
}

    .choose-tab .tab-btn:first-of-type {
        border: none !important;
    }

    .choose-tab .tab-btn .icon {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 38px;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 99px;
        margin-right: 5px;
        /* Small devices */
    }

@media (max-width: 767px) {
    .choose-tab .tab-btn .icon {
        display: none;
    }
}

@media (max-width: 991px) {
    .choose-tab .tab-btn {
        font-size: 16px;
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .choose-tab .tab-btn {
        font-size: 14px;
        padding: 15px 15px;
    }
}

@media (max-width: 575px) {
    .choose-tab .tab-btn {
        border-left: none;
        border-top: 1px solid var(--th-border-color);
        margin-top: -1px;
    }
}

.choose-tab .indicator {
    position: absolute;
    left: var(--pos-x);
    top: var(--pos-y);
    width: var(--width-set);
    height: var(--height-set);
    background-color: var(--theme-color);
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .choose-tab .indicator {
        height: calc(var(--height-set) - 1px);
    }
}

.case-box {
    background-color: var(--smoke-color);
    padding: 30px;
    border-radius: 20px;
    /* Large devices */
}

.case-box-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .case-box-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 1199px) {
    .case-box {
        text-align: center;
    }
}

.case-box .box-title {
    font-size: 20px;
    margin-bottom: 5px;
}

.case-box .box-text {
    margin-bottom: -0.5em;
    line-height: 1.65;
}

.skill-feature {
    text-align: left;
}

    .skill-feature:not(:last-child) {
        margin-bottom: 25px;
    }

    .skill-feature_title,
    .skill-feature .progress-value {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px;
        margin-top: -0.3em;
        font-family: var(--title-font);
        color: var(--title-color);
    }

    .skill-feature .progress {
        position: relative;
        height: 6px;
        background-color: var(--th-border-color);
        overflow: visible;
        border-radius: 10px;
    }

    .skill-feature .progress-bar {
        background-color: var(--theme-color);
        height: 100%;
        margin: 0;
        border-radius: inherit;
        overflow: visible;
        position: relative;
    }

    .skill-feature .progress-value {
        position: absolute;
        top: -30px;
        right: 0px;
    }

.tab-schedule {
    border-radius: 30px;
    background-color: var(--theme-color2);
    padding: 40px;
    /* Extra small devices */
    /* Extra small devices */
}

@media (max-width: 575px) {
    .tab-schedule {
        border-radius: 15px;
    }
}

@media (max-width: 375px) {
    .tab-schedule {
        padding: 40px 20px;
    }
}

.tab-schedule .widget_title {
    color: var(--white-color);
    margin-bottom: 30px;
}

.tab-schedule .box-text {
    text-align: left !important;
    color: var(--white-color);
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 15px;
}

    .tab-schedule .box-text:last-child {
        margin-bottom: -0.5em;
        padding-bottom: 0;
        border-bottom: none;
    }

    .tab-schedule .box-text:first-child {
        margin-top: -0.5em;
    }

.sidebar-area .tab-schedule {
    margin-bottom: 40px;
    border-radius: 20px;
    /* Large devices */
    /* Medium devices */
    /* Small devices */
}

@media (max-width: 1199px) {
    .sidebar-area .tab-schedule {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .sidebar-area .tab-schedule {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .sidebar-area .tab-schedule {
        padding: 20px;
        border-radius: 10px;
    }
}
