.profile-blog__header {
    background: #F2F2F2;
}

@media all and (min-width: 991px) {
    .profile-blog__header {
        min-height: 643px;
        display: flex;
    }
}

.profile-blog__header-background {
    width: 100%;
    height: 0;
    padding-top: 210px;
    background-size: cover;
}

@media all and (min-width: 767px) {
    .profile-blog__header-background {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .profile-blog__header-wrapper {
        background-image: none !important;
    }
}

@media all and (min-width: 767px) {
    .profile-blog__header-wrapper {
        align-items: flex-end;
        background-size: cover;
        display: flex;
        height: 0;
        flex: 1;
        padding-top: 550px;
        width: 100%;
    }
}

@media all and (min-width: 991px) {
    .profile-blog__header-wrapper {
        height: auto;
        padding-top: 0;
    }
}

.profile-blog__header-content {
    background-color: rgba(243, 237, 226, 0.9);
    padding: 60px 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    z-index: 200;
    position: relative;
}

.profile-blog__thumb {
    width: 162px;
    height: 162px;
    border-radius: 100%;
    background-size: cover;
    position: absolute;
    top: -110px;
    border: solid 4px #fff;
}

.profile-blog__name {
    color: #524F48;
    font-family: "quincy-cf", sans-serif;
    font-size: 42px;
    font-weight: 400;
    margin-top: 12px;
    text-align: center;
    line-height: 42px;
}

@media all and (max-width: 767px) {
    .profile-blog__name {
        margin-left: 30px;
        margin-right: 30px;
    }
}

.profile-blog__location {
    color: #524F48;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}

.profile-blog__is-open-to-new-enquiries {
    background-color: #C8F2E0;
    color: #245547;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    display: inline-flex;
    padding: 4px 12px 4px 12px;
    border-radius: 4px;
    text-align: center;
}

.profile-blog__socials {
    display: flex;
    align-items: center;
    gap: 14px;
}

.profile-blog__social-link {
    font-size: 28px;
    color: #232323;
}

    .profile-blog__social-link:hover {
        color: #232323;
    }

.profile-blog__business {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 40px;
}

@media all and (min-width: 767px) {
    .profile-blog__business {
        margin: 0 90px;
        flex-direction: row;
        gap: 10px;
    }
}

.profile-blog__business-text {
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

@media all and (min-width: 767px) {
    .profile-blog__business-text {
        text-align: left;
    }
}

.profile-blog__business-icon {
    font-size: 1.5em;
    color: #760E51;
}

.profile-blog__business-link {
    color: #760E51;
    text-decoration: underline;
}

    .profile-blog__business-link:hover {
        text-decoration: none;
    }

.profile-blog__submenu {
    display: none;
}

@media all and (min-width: 991px) {
    .profile-blog__submenu {
        display: flex;
        border-bottom: solid 1px #E5E5E5;
        padding-top: 28px;
    }
}

.profile-blog__submenu {
    margin-bottom: 28px;
    justify-content: center;
}

.profile-blog__submenu-list {
    display: flex;
    gap: 66px;
}

.profile-blog__submenu-item {
    list-style: none;
}

.profile-blog__submenu-link {
    color: #232323;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    line-height: 17px;
}

    .profile-blog__submenu-link:hover {
        color: #760E51;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 16px;
        font-weight: 800;
        line-height: 21px;
    }

.about-me {
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center;
    max-width: 817px;
}

.about-me__title {
    color: #524F48;
    font-family: "quincy-cf", sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 32px;
}

.about-me__text {
    color: #524F48;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 25px;
}

    .about-me__text > p {
        margin-bottom: 30px;
        color: #524F48;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
    }

.about-me__signature {
    margin-top: 10px;
    max-width: 96%;
    mix-blend-mode: multiply;
    filter: contrast(1);
}

.contact-me {
    padding-top: 20px;
}

.contact-me__content {
    align-items: center;
    width: 100%;
    max-width: 100%;
    background: url("/media/vatk3dey/coral.jpg");
    background-position: center;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 50px 0;
}

.contact-me__title {
    color: #FFFFFF;
    font-family: "quincy-cf", sans-serif;
    font-size: 42px;
    font-weight: 400;
    color: #FBF9F6;
    line-height: 42px;
}

.contact-me__text {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25.6px;
    max-width: 817px;
    text-align: center;
    width: 90%;
}

.contact-me__contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

@media all and (min-width: 767px) {
    .contact-me__contact-info {
        flex-direction: row;
        gap: 43px;
    }
}

.contact-me__contact-info-link {
    color: #FBF9F6;
    display: flex;
    gap: 10px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    align-items: center;
}

    .contact-me__contact-info-link:hover {
        color: #FBF9F6;
    }

    .contact-me__contact-info-link > i {
        font-size: 30px;
    }

.contact-me__socials-title {
    color: #FFFFFF;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 10px;
}

@media all and (min-width: 767px) {
    .contact-me__socials-title {
        margin-top: 0;
    }
}

.contact-me__socials {
    display: flex;
    gap: 20px;
}

.contact-me__social-link {
    color: #fff;
}

    .contact-me__social-link:hover {
        color: #fff;
    }

.contact-me__social-icon {
    font-size: 24px;
}

.vjs-big-play-button {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    background-color: #530E2F !important;
    transition: 0.25s !important;
}

    .vjs-big-play-button:hover {
        background-color: rgba(83, 14, 47, 0.5) !important;
    }

.video-js .vjs-control-bar {
    background-color: #530E2F !important;
}

.my-videosHolder {
    width: 100%;
    background-color: #FFFFFF;
}


.my-videos {
    padding: 50px 0;
    display: flex;
    background-color: #FFFFFF;
    flex-direction: column;
    align-items: center;
}

.my-videos__title {
    color: #524F48;
    font-family: "quincy-cf", sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 32px;
    text-align: center;
}

.videos {
    width: 90%;
    max-width: 1238px;
}

.video {
    padding: 0 15px;
}

.video__thumb {
    height: 0;
    position: relative;
    padding-top: 57.83%;
    width: 100%;
    margin-bottom: 18px;
    display: block;
    overflow: hidden;
}

.video__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.video__title {
    color: #86233A;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    margin-bottom: 8px;
}

.video__date {
    color: #524F48;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
}

.video__dsc {
    color: #524F48;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-top: 24px;
}

.video-modal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
}

.video-modal__content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

@media all and (min-width: 767px) {
    .video-modal__content {
        width: 640px;
    }
}

@media all and (min-width: 991px) {
    .video-modal__content {
        width: 854px;
    }
}

@media all and (max-width: 300px) {
    .video-modal__content {
        width: 100%;
    }
}

.video-modal__content__close {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    z-index: 1002;
    float: right;
    right: -25px;
    top: -7px;
}

@media all and (max-width: 300px) {
    .video-modal__content__close {
        right: -4px;
        top: -16px;
    }
}

@media all and (max-width: 766.9px) {
    #offerFilters .offer-filters__row {
        flex-direction: column;
    }
}

#offerFilters .form-control {
    height: 62px;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #FBF9F6;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    color: #666666;
}

    #offerFilters .form-control:focus {
        box-shadow: none;
    }

#offerFilters .offer-filters__search-input .form-control {
    border-right-width: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#offerFilters .offer-filters__search-input .btn {
    border-color: #ccc;
    border-left-width: 0px;
    margin-bottom: 10px;
}

    #offerFilters .offer-filters__search-input .btn:hover, #offerFilters .offer-filters__search-input .btn:active, #offerFilters .offer-filters__search-input .btn:focus {
        background-color: #FBF9F6;
        box-shadow: none;
    }

#offerFilters .offer-filters__search-input .fa-search {
    font-size: 28px;
    color: var(--cherry-700);
}

.offers {
    padding-top: 28px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
}

@media all and (min-width: 991px) {
    .offers {
        padding-top: 18px;
        padding-bottom: 60px;
    }
}

.offers__wrapper {
    padding: 0 75px;
}

.offers__content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .offers__content.offers__content--slick .slick-prev {
        left: -25px !important;
    }

    .offers__content.offers__content--slick .slick-next {
        right: -25px !important;
    }

@media all and (max-width: 766px) {
    .offers__content {
        width: 90%;
        margin: auto;
    }
}

@media all and (min-width: 767px) {
    .offers__content {
        flex-wrap: wrap;
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media all and (min-width: 991px) {
    .offers__content {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.offers__content--big {
    justify-content: space-between;
}

@media all and (min-width: 991px) {
    .offers__content--big {
        gap: 2.75%;
        justify-content: flex-start;
    }
}

.offers__title {
    color: #524F48;
    font-family: "quincy-cf", sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 21px;
    padding-top: 40px;
}

.offers__text {
    color: #232323;
    font-family: Plus Jakarta Sans;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 40px;
}

.offer {
    flex: 0 0 100%;
    margin-bottom: 20px;
}

@media all and (min-width: 767px) {
    .offer {
        flex: 0 0 46%;
    }
}

@media all and (min-width: 991px) {
    .offer {
        flex: 0 0 22%;
        margin-bottom: 0;
    }
}

.offer--big {
    flex: 0 0 100%;
    margin-bottom: 20px;
}

@media all and (min-width: 767px) {
    .offer--big {
        flex: 0 0 46%;
    }
}

@media all and (min-width: 991px) {
    .offer--big {
        flex: 0 0 31.5%;
        margin-bottom: 49px;
    }
}

.offer--padded {
    padding: 0;
}

.offer--hidden {
    display: none;
}

.offer__header {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 95%;
    background-size: cover;
}

.offer__header--big {
    padding-top: 100%;
}

.offer__price {
    position: absolute;
    right: 24px;
    top: 20px;
    padding: 7px 9px;
    background: #FFFFFF;
    border-radius: 4px;
}

.offer__price {
    min-width: 120px;
}

.offer__price_text {
    color: #524F48;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}

.offer__price_value {
    color: #396350;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 0;
}

@media all and (max-width: 767px) {
    .offer__content {
        margin-top: 10px;
    }
}

.offer__content--no-padding {
    padding: 0;
}

.offer__content.offer__content--no-padding .offer_title {
    font-size: 20px !important;
}

.offer__title {
    color: #524F48;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow: hidden;
    margin-top: 10px;
}

.offer__location {
    color: #524F48;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    margin: 10px 0;
}

.offer__info {
    color: #524F48;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.offer__more,
.offer__less {
    color: #5C0E2F;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
}

.offer__more--hidden,
.offer__less--hidden {
    display: none;
}

.offer__more-text {
    color: #524F48;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
}

.offer__more-text--hidden {
    display: none;
}

.offers__bottom {
    text-align: center;
    margin: 20px 0;
}

.offers-show-more {
    border-radius: 100px;
    background-color: #1D1C1A;
    color: #FBF9F6;
    display: inline-block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    padding: 10px 18px;
}

    .offers-show-more:hover {
        color: #fff;
    }

.my-blogHolder {
    width: 100%;
    background-color: #FFFFFF;
}

.my-blog {
    background-color: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 60px;
    margin: 0 auto;
    max-width: 1272px;
    width: 90%;
}

@media all and (min-width: 767px) {
    .my-blog {
        padding-left: 65px;
        padding-right: 65px;
    }
}

.my-blog__title {
    color: #524F48;
    font-family: "quincy-cf", sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 42px;
    text-align: center;
}

.my-blog__text {
    color: #524F48;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}

.my-blog__content {
    display: flex;
    flex-wrap: wrap;
}

@media all and (min-width: 767px) {
    .my-blog__content {
        gap: 5%;
    }
}

@media all and (min-width: 991px) {
    .my-blog__content {
        gap: 5%;
    }
}

.my-blog-item {
    flex: 0 0 100%;
    min-width: 0;
}

@media all and (min-width: 767px) {
    .my-blog-item {
        flex: 0 0 47.5%;
    }
}

@media all and (min-width: 991px) {
    .my-blog-item {
        flex: 0 0 30%;
    }
}

.my-blog-item__thumb {
    width: 100%;
    display: block;
    background-size: cover;
    height: 0;
    padding-top: 59%;
}

.my-blog-item__content {
    margin: 25px 25px 15px;
}

.my-blog-item__title {
    color: #86233A;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 25.6px;
    margin-bottom: 10px;
}

.my-blog-item__date {
    color: #524F48;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 0;
}

.my-blog-item__text {
    color: #524F48;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    height: 122px;
    overflow: hidden;
    position: relative;
}

    .my-blog-item__text:after {
        bottom: 0;
        box-shadow: 0 0 30px 20px #fff;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        right: 0;
    }

.my-blog-load-more {
    border-radius: 100px;
    background-color: #1D1C1A;
    color: #FFFFFF;
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22.4px;
    text-align: center;
    padding: 10px 18px;
    margin: 0 auto;
}

.customer_stories {
    background: #FBF9F6;
    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;
}

.offer--tailored,
.story {
    padding: 0 20px;
}

.story {
    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;
    horiz-align: center;
    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__title {
    color: #86233A;
    font-size: 16px;
    margin: 0;
}

.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-size: 16px;
    font-weight: 300;
    margin: 0;
}

.story-modal__place {
    color: #232323;
    font-size: 13px;
    font-weight: 300;
    margin: 0;
}

.customer_stories__content .slick-next {
    right: -60px;
}

    .customer_stories__content .slick-next:before {
        content: "\f054";
    }

.slick-dots li.slick-active button:before {
    background: #760E51;
    color: #760E51 !important;
    border: none;
    opacity: 1 !important;
}

.slick-dots li button:before {
    background: #D8D8D8;
    color: #D8D8D8 !important;
    border: none;
    opacity: 1 !important;
}

.contact-me + .newsletter-signup {
    border: 0;
}

#newsletter-signup-modal .story-modal__title.tc-modal__title {
    margin: 0;
    color: #524F48;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}
