﻿.customer_stories {
    background: #ffffff;
    padding: 60px 0 40px 0;
}

.customer_stories__content {
    margin: 0 60px;
    padding-bottom: 30px;
}

@media all and (max-width: 767px) {
    .customer_stories__content {
        margin: 0 25px;
    }
}

@media all and (max-width: 767px) {
    .slick-list .slick-track {
        padding-left: 48%;
    }

        .slick-list .slick-track:has(.story:first-child:last-child) {
            padding-left: 0;
        }
}

.customer_stories__title {
    color: #524F48;
    font-family: "quincy-cf", sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
    margin-bottom: 54px;
}

.story {
    padding: 0 20px;
    width: 30%;
}

@media all and (max-width: 767px) {
    .story {
        text-align: center;
    }
}

.story__title {
    color: #86233A;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    margin-bottom: 0px;
}

.story__date {
    color: #524F48;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 0;
}

.story__text {
    display: none;
    color: #524F48;
    font-family: "Plus Jakarta Sansf", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 8px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.story__continue-reading {
    margin-top: 20px;
    color: #86233A;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    white-space: nowrap;
}

.story__continue-reading--hidden {
    display: none;
}

.story-modal-content {
    border-radius: 0;
    padding: 20px;
}

.story-modal-header {
    border: none;
}

.modal-header__content {
    display: flex;
    gap: 10px;
}

.story-modal__image {
    width: 49px;
    height: 49px;
}

.story-modal__based {
    color: #979797;
    font-size: 13px;
    margin: 0;
}

.story-modal__story {
    color: #666666;
    font-size: 14px;
    line-height: 25px;
}

.story-modal-footer {
    align-items: flex-start;
    border: none;
    flex-direction: column;
    justify-content: flex-start;
}

.story-modal__sent-by {
    color: #232323;
    font-family: "quincy-cf", sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

.story-modal__place {
    color: #232323;
    font-family: "quincy-cf", sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin: 0;
}

.story__fortravelcounsellor {
    display: block;
    color: #524F48;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.story hr {
    background: none;
    border-top: 1px solid #ccc;
}

.slick-arrow {
    background-color: #FFF !important;
    border-radius: 30px;
    height: 60px !important;
    width: 60px !important;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    top: 40% !important;
}

.customer_stories__content .slick-next {
    right: -60px;
}

    .customer_stories__content .slick-next:before {
        content: "\f054";
    }

.slick-dots li.slick-active button:before {
    background: #86233A;
    color: #86233A !important;
    border: none;
    opacity: 1 !important;
}

.slick-dots li button:before {
    background: #D8D8D8;
    color: #D8D8D8 !important;
    border: none;
    opacity: 1 !important;
}

hr {
    height: 1px;
    border: 0;
    width: 20%;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
