.home-slide {
    position: relative;
    display: block;
    color: #fff;
    margin-bottom: 55px;
}

.home-slide:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #00000055 url('../../img/front/transcon-indonesia-looping-background-2x.png') repeat;
}

#slides li {
    width: 100%;
    height: 100vh;
    background-size: cover !important;
    background-position: 50% !important;
}

.slide-video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -100;
    right: 0;
    bottom: 0;
    background: url(../img/index-image.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.home-slide-over {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 2;
    padding-top: calc(22.95% / 2);
}

.home-slide-over .mid {
    justify-content: left;
}

.home-slide-content {
    position: relative;
    display: block;
    margin-left: 65px;
    width: 100%;
    line-height: 30px;
    font-size: 20px;
    max-width: 770px;
}

.home-slide-title {
    position: relative;
    display: block;
    font-size: 65px;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
    line-height: 57px;
}

.home-slide-desc {
    position: relative;
    display: block;
    margin-bottom: 35px;
    font-size: 18px;
}

.home-slide-link {
    position: relative;
    display: block;
    font-size: 0px;
}

.home-slide-link * {
    font-size: 14px;
}

.home-slide-link-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 24px);
    max-width: 256px;
    height: 60px;
    border: 1px solid #fff;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    background: transparent;
    color: #fff;

    -webkit-transition: background 0.4s, border 0.4s;
    -moz-transition: background 0.4s, border 0.4s;
    -ms-transition: background 0.4s, border 0.4s;
    transition: background 0.4s, border 0.4s;
}

.home-slide-link-item:hover {
    color: #fff;
    background: #ec3137;
    border: 1px solid #ec3137;

    -webkit-transition: background 0.4s, border 0.4s;
    -moz-transition: background 0.4s, border 0.4s;
    -ms-transition: background 0.4s, border 0.4s;
    transition: background 0.4s, border 0.4s;
}

.home-slide-link-item:first-child {
    margin-right: 24px;
}

.home-slide-link-item.has-icon:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    margin-right: 10px;
}

.home-slide-link-item.track-container:before {
    width: 14px;
    background: url('../../img/front/home/transcon-indonesia-get-direction-icon-2x.png') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
}

.home-slide-link-item.track-invoice:before {
    width: 18px;
    background: url('../../img/front/home/track-invoice-icon.png') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
}

.home-aww-container {
    position: relative;
    margin: 0px;
    background: url('../../img/front/about/transcon-indonesia-company-profile-background.jpg') no-repeat;
    background-position: center left !important;
    background-size: calc(50% + 135px) auto !important;
}

.home-aww-container:after {
    content: '';
    position: absolute;
    display: block;
    width: 482px;
    height: 267px;
    top: 55px;
    left: calc(50% - 90px);
    background: url('../../img/front/home/transcon-indonesia-digital-map-background-2x.png') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
}

.home-aww-item {
    right: 0px;
    top: 0px;
    padding: 175px 8.85% 115px;
    z-index: 1;
}

.home-aww-title {
    position: relative;
    display: block;
    margin: 0px 0px 16px;
    line-height: 45px;
    font-size: 44px;
}

.home-aww-title span {
    position: relative;
    display: block;
    text-transform: uppercase;
}

.home-aww-title-sm {
    font-size: 14px;
    color: #7b7b7b;
    margin-bottom: 10px;
    line-height: 17px;
}

.home-aww-short-desc {
    position: relative;
    display: block;
    font-size: 19px;
    margin-bottom: 20px;
    line-height: 24px;
}

.home-aww-desc {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.home-aww-link {
    position: relative;
    display: block;
    width: 100%;
    max-width: 240px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #222;
    /* background: #fff; */
    background: transparent;
    color: #222;
    text-transform: uppercase;

    -webkit-transition: background 0.4s, color 0.4s;
    -moz-transition: background 0.4s, color 0.4s;
    -ms-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s;
}

.home-aww-link:hover {
    background: #222;
    color: #fff;

    -webkit-transition: background 0.4s, color 0.4s;
    -moz-transition: background 0.4s, color 0.4s;
    -ms-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s;
}

.home-ser-container {
    position: relative;
    margin: 0px;
}

.home-ser-group {
    padding: 110px 8.85%;
}

.home-ser-group:last-child {
    background: #e8e8e8;
}

.home-ser-group:last-child:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 242px;
    height: 200px;
    background: url('../../img/front/home/testimoni-icon-top-right-icon.png') no-repeat;
    background-position: top right !important;
    background-size: contain !important;
}

.home-ser-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 46px;
    margin-bottom: 18px;
}

.home-ser-title.service:before {
    content: '';
    position: relative;
    display: block;
    width: 66px;
    height: 50px;
    background: url('../../img/front/home/transcon-indonesia-home-our-service-icon-2x.png') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
    margin-bottom: 10px;
}

.home-ser-title.testimony:before {
    content: '';
    position: relative;
    display: block;
    width: 61px;
    height: 51px;
    background: url('../../img/front/home/transcon-indonesia-home-testimony-icon-2x.png') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
    margin-bottom: 10px;
}

.home-ser-short-desc {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
}

.home-ser-item-container {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 65px 0px;
}

.home-ser-view.mob {
    display: none;
}

.home-ser-item {
    position: relative;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
    max-width: calc(50% - 8px);
}

.home-ser-item:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}

.home-ser-item img {
    width: 100%;
}

.home-ser-item:nth-child(odd) {
    margin-right: 15px;
}

.home-ser-item-title {
    position: absolute;
    display: block;
    width: calc(100% - 60px);
    text-transform: uppercase;
    left: 30px;
    bottom: 30px;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    color: #fff;
}

.home-ser-item-title:after {
    content: '';
    position: relative;
    display: block;
    margin-top: 5px;
    width: 20px;
    height: 12px;
    background: url('../../img/front/home/transcon-indonesia-arrow-white-icon-2x.png') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
    left: 0px;

    -webkit-transition: 0.6s left 0.3s;
    -moz-transition: 0.6s left 0.3s;
    -ms-transition: 0.6s left 0.3s;
    transition: 0.6s left 0.3s;
}

.home-ser-item:hover .home-ser-item-title:after {
    left: 100%;

    -webkit-transition: left 0.6s;
    -moz-transition: left 0.6s;
    -ms-transition: left 0.6s;
    transition: left 0.6s;
}

.home-ser-item-line {
    position: absolute;
    display: block;
    width: 200%;
    height: 2px;
    background: #ec3137;
    left: -200%;
    bottom: calc((12px - 2px) / 2);

    -webkit-transition: left 0.6s;
    -moz-transition: left 0.6s;
    -ms-transition: left 0.6s;
    transition: left 0.6s;
}

.home-ser-item-line:before {
    content: '';
    position: absolute;
    display: block;
    width: 25%;
    height: 100%;
    background: #3d4094;
    left: 0px;
    top: 0px;
}

.home-ser-item:hover .home-ser-item-line {
    left: 0px;

    -webkit-transition: 0.6s left 0.3s;
    -moz-transition: 0.6s left 0.3s;
    -ms-transition: 0.6s left 0.3s;
    transition: 0.6s left 0.3s;
}

.home-ser-pag {
    position: relative;
    display: block;
    font-size: 0px;
    text-align: center;
}

.home-ser-pag * {
    font-size: 16px;
}

.home-ser-pag-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 12px;
}

.home-ser-pag-item.left {
    cursor: pointer;
    width: 20px;
    height: 12px;
    background: url('../../img/front/home/transcon-indonesia-arrow-black-icon-2x.png') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
    opacity: 0.5;

    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.home-ser-pag-item.left:hover {
    opacity: 1;

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.home-ser-pag-item.left.disabled {
    opacity: 0.5 !important;
}

.home-ser-pag-item.right {
    cursor: pointer;
    width: 20px;
    height: 12px;
    background: url('../../img/front/home/transcon-indonesia-arrow-black-icon-2x.png') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
    opacity: 0.5;

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.home-ser-pag-item.right:hover {
    opacity: 1;

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.home-ser-pag-item.right.disabled {
    opacity: 0.5 !important;
}

.home-ser-pag-line {
    width: 80px;
    height: 4px;
    background: #3d4094;
    top: calc((12px - 4px) / 2);
}

.home-ser-pag-line-item {
    position: absolute;
    display: block;
    height: 100%;
    background: #e93137;
}

.home-ser-view {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.home-ser-long {
    position: relative;
    display: block;
    font-size: 0px;
}

.home-ser-long .row {
    margin: 0px;
    padding: 0px;
}

.home-ser-long * {
    font-size: 16px;
}

.home-ser-tes-group {
    position: relative;
    display: block;
    border-bottom: 1px solid #c0c0c0;
    padding: 0px 0px 40px;
    margin-bottom: 40px;
    font-size: 0px;
}

.home-ser-tes-group:last-child {
    border-bottom: 0px;
}

.home-ser-tes-group * {
    font-size: 16px;
}

.home-ser-tes-profile {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    overflow: hidden;
}

.home-ser-tes-desc {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 128px);
    padding-left: 25px;
    line-height: 30px;
}

.home-ser-tes-desc span {
    position: relative;
    display: block;
}

.home-ser-tes-testi {
    margin-bottom: 5px;
}

.home-ser-tes-testi.with-max {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-ser-tes-name {
    font-size: 14px;
    line-height: 24px;
}

.home-ser-tes-job {
    font-size: 14px;
    line-height: 24px;
}

.home-ser-tes-link {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #222;
    line-height: 50px;
    text-align: center;
    background: transparent;
    color: #222;

    -webkit-transition: color 0.4s, background 0.4s;
    -moz-transition: color 0.4s, background 0.4s;
    -ms-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
}

.home-ser-tes-link:hover {
    background: #222;
    color: #fff;

    -webkit-transition: color 0.4s, background 0.4s;
    -moz-transition: color 0.4s, background 0.4s;
    -ms-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
}

.home-news {
    position: relative;
    display: block;
    margin: 0px auto 110px;
    overflow: hidden;
    padding-top: 110px;
}

.home-news:before {
    content: '';
    opacity: 0.5;
    position: absolute;
    display: block;
    width: 718px;
    height: 398px;
    top: -50px;
    right: -35px;
    background: url('../../img/front/home/transcon-indonesia-digital-map-background-2x.png') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
}

.home-news-title {
    position: relative;
    display: block;
    font-size: 42px;
    line-height: 38px;
    padding-bottom: 25px;
    margin: 0px auto 70px;
    text-align: center;
}

.home-news-title:before {
    content: '';
    position: absolute;
    display: block;
    width: 89px;
    height: 5px;
    background: #3d4094;
    bottom: 0px;
    right: 50%;
}

.home-news-title:after {
    content: '';
    position: absolute;
    display: block;
    width: 89px;
    height: 5px;
    background: #ec3137;
    bottom: 0px;
    left: 50%;
}

.home-news-ctn {
    position: relative;
    width: calc(100% - 60px);
    max-width: 1295px;
    margin: 0px auto 70px;
    text-align: center;
    justify-content: center;
}

.home-news-item {
    text-align: left;
    padding: 0px 24px;
}

.home-news-date {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 12px;
    margin-bottom: 17px;
}

.home-news-img {
    position: relative;
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

.home-news-img img {
    position: relative;
    display: block;
    width: 100%;
}

.home-news-img-cover {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(61, 64, 148, 0.9);
    font-size: 14px;
    letter-spacing: 3px;
    color: #fff;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.home-news-item:hover .home-news-img-cover {
    opacity: 1;

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.home-news-item-title {
    position: relative;
    display: block;
    font-size: 19px;
    color: #3d4094;
    line-height: 30px;
    margin: 0px 0px 8px;

    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    transition: color 0.4s;
}

.home-news-item:hover .home-news-item-title {
    color: #ec3137;

    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    transition: color 0.4s;
}

.home-news-desc {
    position: relative;
    display: block;
    line-height: 30px;
    font-size: 16px;

    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-news-link {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    max-width: 370px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #222;
    color: #222;
    background: transparent;
    margin: 0px auto;
    text-transform: uppercase;

    -webkit-transition: color 0.4s, background 0.4s;
    -moz-transition: color 0.4s, background 0.4s;
    -ms-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
}

.home-news-link:hover {
    background: #222;
    color: #fff;

    -webkit-transition: color 0.4s, background 0.4s;
    -moz-transition: color 0.4s, background 0.4s;
    -ms-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
}

/* Desktops and laptops */
@media screen and (max-width : 1366px) {
    .home-slide-title {
        font-size: 55px;
        line-height: 50px;
        margin: 0px 0px 15px 0px;
    }

    .home-slide-content {
        font-size: 16px;
        line-height: 24px;
    }

    .home-slide-link-item {
        height: 55px;
        line-height: 55px;
    }

    .home-ser-group {
        padding: 100px 8.85%
    }

    .home-ser-title {
        font-size: 45px;
        line-height: 44px;
    }

    .home-aww-container {
        background-position: center left -40% !important;
    }

    .home-aww-item {
        padding: 110px 8.85% 100px 0px;
    }
}

/* Tablet */
@media screen and (max-width: 1024px) {
	.home-ser-tes-profile {
        width: 90px;
        height: 90px;
    }

    .home-ser-tes-desc {
        width: calc(100% - 90px);
    }

    .home-ser-title {
        font-size: 42px;
        line-height: 42px;
    }

    .home-ser-group {
        padding: 100px 40px;
    }

    .home-ser-tes-group:last-child {
        margin-bottom: 0px;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
	.home-slide-over {
        /* height: auto; */
        /* bottom: 100px; */
        /* top: auto; */
    }

    .home-slide-over .mid {
        /* display: block; */
    }

    .home-slide-content {
        margin-left: 0px;
        padding: 0px 40px;
    }

    .home-aww-container {
        padding: 50px 40px 450px;
        background-position: bottom left !important;
        background-size: 100% auto !important;
    }

    .home-aww-item {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        padding: 0px;
        margin: 0px;
    }

    .home-ser-group {
        max-width: 100%;
        width: 100%;
        flex: 100%;
    }

    .home-news-item {
        max-width: 50%;
        width: 50%;
        flex: 50%;
        margin-bottom: 50px;
    }
}

@media screen and (max-width : 500px) {
    .home-slide {
        margin-bottom: 0px;
    }

    .home-slide-over {
        /* bottom: 50px; */
    }

    .home-slide-content {
        padding: 0px 20px;
        font-size: 16px;
    }

	.home-slide-title {
        font-size: 29px;
        /* font-size: 33px; */
        line-height: 32px;
        /* line-height: 34px; */
    }

    .home-slide-link-item {
        height: 40px;
        line-height: 40px;
        width: calc(50% - 5px);
        font-size: 12px;
    }

    .home-slide-link-item:first-child {
        margin-right: 10px;
    }

    .home-slide-link-item:before {
        margin-right: 5px;
    }

    .home-slide-link-item.track-container:before {
        width: 12px;
    }

    .home-slide-link-item.track-invoice:before {
        width: 15px;
    }

    .home-aww-container {
        padding: 80px 20px 200px;
    }

    .home-aww-container:after {
        width: 265px;
        height: 147px;
        top: 30px;
    }

    .home-aww-title {
        font-size: 30px;
        line-height: 30px;
    }

    .home-aww-short-desc {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .home-aww-desc {
        font-size: 14px;
        line-height: 24px;
    }

    .home-aww-link {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        width: 100%;
        max-width: unset;
    }

    .home-ser-item-container {
        margin: 0px 0px 30px 0px;
    }

    .home-ser-group {
        padding: 80px 20px 50px;
    }

    .home-ser-title {
        font-size: 31px;
        line-height: 32px;
    }

    .home-ser-title.service:before {
        width: 50px;
        height: 38px;
    }

    .home-ser-short-desc {
        font-size: 14px;
        line-height: 24px;
    }

    .home-ser-item-title {
        font-size: 18px;
        line-height: 30px;
        width: calc(100% - 40px);
        left: 20px;
        bottom: 20px;
    }

    .home-ser-title.testimony:before {
        width: 50px;
        height: 42px;
    }

    .home-ser-tes-profile {
        display: block;
        margin-bottom: 15px;
    }

    .home-ser-tes-desc {
        width: 100%;
        padding: 0px;
    }

    .home-ser-tes-link {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .home-news:before {
        width: 265px;
        height: 147px;
        top: -14px;
        right: -14px;
    }

    .home-news {
        padding-top: 50px;
        margin: 0px auto 80px;
    }

    .home-news-title {
        font-size: 30px;
        line-height: 32px;
    }

    .home-news-ctn {
        width: 100%;
        margin-bottom: 20px;
    }

    .home-news-item {
        padding: 0px 20px;
        display: block;
        width: 100%;
        margin: 0px 0px 50px;
        max-width: 100%;
        flex: 100%;
    }

    .home-news-img {
        margin-bottom: 10px;
    }

    .home-news-item-title {
        font-size: 17px;
        line-height: 24px;
        margin: 0px 0px 5px;
    }

    .home-news-desc {
        font-size: 14px;
        line-height: 24px;
    }

    .home-news-link {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }

    .home-news-img-cover {
        /* font-size: 10px; */
    }

    .home-ser-tes-group * {
        font-size: 14px;
        line-height: 24px;
    }

    .home-ser-tes-profile {
		width: 120px;
		height: 120px;
    }

    .home-ser-item {
        width: 100%;
        max-width: 100%;
        margin: 0px auto 15px !important;
        flex: 100%;
    }

    .home-ser-pag {
        display: none !important;
    }

    .home-ser-view.desk {
        display: none !important;
    }

    .home-ser-view.mob {
        display: block;
        width: 100% !important;
    }

    .home-ser-long {
        width: 100% !important;
    }

    .home-ser-item-container {
        width: 100% !important;
    }
}

.supply-chain-text-wrapper {
    position: relative;
    overflow: hidden;
    background: url('../../img/front/home/logistic-company-background.png') no-repeat center center;
}
.supply-chain-text-wrapper:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #ec3137;
    opacity: 0.9;
    position: absolute;
    left: 0;
    top: 0;
}

.partner-wrapper {
    position: relative;
    background: url('../../img/front/about/transcon-indonesia-corporate-value-continuous-improvement.jpg') no-repeat top center;
}
.partner-wrapper:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #323695;
    opacity: 0.9;
    position: absolute;
    left: 0;
    top: 0;
}
.partner-wrapper .partner-reason-subtitle {
    opacity: 0.7;
}
.partner-wrapper li {
    border-bottom: 1px solid #ffffff55;
}
.partner-wrapper li:last-child {
    border-bottom: none;
}

.success-story-img {
    object-fit: cover;
    height: 230px;
    width: 100%;
}

.card-strength {
    min-height: 325px;
    border-top: 3px solid #3d4094;
}

.slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    width: 100%;
    flex-shrink: 0;
}

.slider-indicators {
    margin-top: 10px;
    text-align: center;
}

.slider-indicators .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.slider-indicators .dot.active {
    background-color: #333;
}
.accordion-item {
    border: none;
    border-bottom: 1px solid #e0e0e0;
}

.accordion-button {
    padding: 20px 0;
    font-weight: 600;
    color: #333;
    background-color: transparent;
    border: none;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.accordion-button:not(.collapsed) {
    color: #333;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";]
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.accordion-body {
    padding: 0 0 20px 0;
}
