﻿* {
    font-family: "Manrope", sans-serif;
}

.error {
    color: #DBA86F !important;
}

.btn-loading-theme {
    height: 0;
    width: 0;
    padding: 10px;
    border: 2px solid #003642;
    border-right-color: #888;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
    /* left, top and position just for the demo! */
    position: relative;
    left: -9px;
    top: 0px;
}

@-webkit-keyframes rotate {
    /* 100% keyframe for  clockwise. use 0% instead for anticlockwise */
    100% {
        -webkit-transform: rotate(360deg);
    }
}

/*------------ General Review Slider ---------*/
.section-header {
    text-align: center;
    margin-bottom: 50px;
}

    .section-header .title {
        font-size: 35px;
        font-weight: 600;
        text-transform: capitalize;
        color: hsl(0, 0%, 100%);
        line-height: 1.2;
    }

.testimonials {
    padding: 30px 10px;
}

.testimonials-item {
    background-color: hsl(0, 0%, 100%);
    padding: 25px;
    border-radius: 30px;
    border: 1px solid #003642;
    filter: drop-shadow(5px 5px 6px #E2E2e2);
    height: 400px;
}

    .testimonials-item .info {
        display: flex;
        align-items: center;
    }

    .testimonials-item img, .testimonials-item video {
        width: 90px;
        height: 90px;
        border-radius: 19px;
        margin-top: 5px;
        margin-left: 5px;
        vertical-align: middle;
        object-fit: cover;
    }

    .testimonials-item .name {
        font-size: 18px;
        text-transform: capitalize;
        font-weight: 600;
        color: #003642;
        line-height: 1;
    }

    .testimonials-item .date {
        font-size: 16px;
        text-transform: capitalize;
        color: gray;
        line-height: 1;
    }

    .testimonials-item .job {
        text-transform: capitalize;
        color: hsl(0, 0%, 40%);
    }

    .testimonials-item p {
        margin-top: 20px;
        color: hsl(0, 0%, 40%);
        display: -webkit-box;
        max-width: fit-content;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.testimonials .swiper-pagination {
    position: relative;
    margin-top: 40px;
    bottom: auto;
}

.testimonials .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background-color: #003642;
    margin-right: 6px;
}
/*------------ General Review Slider ---------*/
/*----------- Review Rating -----------------*/
.testimonials-item .review-rating {
    margin-top: 5px;
    font-size: 14px;
    color: hsl(36,88%,66%);
}

.review-rating {
    float: left;
}

    .review-rating > input {
        display: none;
    }

    .review-rating > label {
        float: right;
        color: #ddd;
        margin-bottom: 0px !important;
    }

        .review-rating > label::before {
            display: inline-block;
            padding-right: 5px;
            font-size: 25px;
            font-family: FontAwesome;
            content: "";
        }

    .review-rating > .hidden::before {
        width: 5px;
        padding-right: 0;
        visibility: hidden;
    }

    .review-rating > input:checked ~ label {
        color: #DBA86F;
    }
/*----------- Review Rating -----------------*/
/*---------- Multiple File Upload -------------*/
.input-group.file-caption-main {
    display: none;
}

.close.fileinput-remove {
    display: none;
}

.file-drop-zone {
    margin: 0px;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 0px;
    display: contents;
}

    .file-drop-zone.clickable:hover {
        border-color: #fff;
    }

    .file-drop-zone .file-preview-thumbnails {
        display: inline;
    }

.file-drop-zone-title {
    padding: 15px;
    height: 120px;
    width: 120px;
    font-size: 12px;
}

.file-input-ajax-new {
    display: inline-block;
}

.file-input.theme-fas {
    display: inline-block;
    width: 100%;
}

.file-preview {
    padding: 0px;
    border: none;
    display: inline;
}

.file-drop-zone-title {
    display: none;
}

.file-footer-caption {
    display: none !important;
}

.kv-file-upload {
    display: none;
}

.file-upload-indicator {
    display: none;
}

.file-drag-handle.drag-handle-init.text-info {
    display: none;
}

.krajee-default.file-preview-frame .kv-file-content {
    width: 90px;
    height: 90px;
    display: flex;
    text-align: center;
    align-items: center;
}

.krajee-default.file-preview-frame {
    background-color: #fff;
    margin: 3px;
    border-radius: 15px;
    overflow: hidden;
}

    .krajee-default.file-preview-frame:not(.file-preview-error):hover {
        box-shadow: none;
        border-color: #003642;
    }

        .krajee-default.file-preview-frame:not(.file-preview-error):hover .file-preview-image {
            transform: scale(1.1);
        }

.krajee-default.file-preview-frame {
    box-shadow: none;
    border-color: #fff;
    max-width: 150px;
    margin: 5px;
    padding: 0px;
    transition: 0.5s;
}

.file-thumbnail-footer,
.file-actions {
    width: 20px;
    height: 20px !important;
    position: absolute !important;
    top: 3px;
    right: 3px;
}

.kv-file-remove:focus,
.kv-file-remove:active {
    outline: none !important;
    box-shadow: none !important;
}

.kv-file-remove {
    border-radius: 50%;
    z-index: 1;
    right: 0;
    position: absolute;
    top: 0;
    text-align: center;
    color: #fff;
    background-color: #ed3237;
    border: 1px solid #ed3237;
    padding: 2px 6px;
    font-size: 11px;
    transition: 0.5s;
}

    .kv-file-remove:hover {
        border-color: #fdeff0;
        background-color: #fdeff0;
        color: #ed1924;
    }

.kv-preview-data.file-preview-video {
    width: 100% !important;
    height: 100% !important;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: none;
}

.btn-toggleheader,
.btn-fullscreen,
.btn-borderless {
    display: none;
}

.btn-kv.btn-close {
    color: #fff;
    border: none;
    background-color: #ed3237;
    font-size: 11px;
    width: 18px;
    height: 18px;
    text-align: center;
    padding: 0px;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    background-color: rgba(255,255,255,0.8);
    color: #000;
    box-shadow: none;
    color: #ed3237;
}

.kv-file-content .file-preview-image {
    width: 90px !important;
    height: 90px !important;
    max-width: 90px !important;
    max-height: 90px !important;
    transition: 0.5s;
    object-fit: cover;
}

.btn-danger.btn-file {
    padding: 0px;
    height: 95px;
    width: 95px;
    display: inline-block;
    margin: 5px;
    border-color: #e6ebec;
    background-color: #e6ebec;
    color: #003642;
    border-radius: 15px;
    padding-top: 30px;
    transition: 0.5s;
}

    .btn-danger.btn-file:active,
    .btn-danger.btn-file:hover {
        background-color: #e6ebec;
        color: #003642;
        border-color: #e6ebec;
        box-shadow: none;
    }

    .btn-danger.btn-file i {
        font-size: 30px;
    }

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #003642;
    border-color: #003642;
}
/*---------- Multiple File Upload -------------*/
/*====================================================================================== Review Page CSS ========*/
/*------------ Review Page ---------*/
#reviewPage .field-validation-error {
    color: #DBA86F;
}

#reviewPage .review-title {
    color: #003642;
}

#reviewPage .testimonials-item p {
    font-size: 14px;
    margin-top: 5px;
}

#reviewPage .testimonials-item .name {
    line-height: 1.5;
}

#reviewImageModal .modal-dialog {
    max-width: max-content !important;
}

#reviewImageModal .modal-body {
    display: flex;
    padding: 0.7rem;
}

    #reviewImageModal .modal-body img {
        object-fit: contain;
    }

#reviewImageModal .modal-header {
    padding: 0.3rem 1rem !important;
}
/*------------ Start - Review Page ---------*/
/* ----------- Review USP ----------------- */
.review-usp {
    background-color: #003642;
    border-radius: 15px;
    text-align: center;
}

    .review-usp h5 {
        color: #F3EBDF;
        margin-top: 25px;
    }

.reivew-usp img {
    width: 50px;
    margin-top: 15px;
}
/* ----------- Review USP ----------------- */
/*------------ Review-page - Reddit swiper slider ---------*/
#reviewPage .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -50px;
}

#reviewPage .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -50px;
}

#reviewPage .swiper-button-prev {
    background-image: url(../images/icon-img/previous_arrow.svg) !important;
}

#reviewPage .swiper-button-next {
    background-image: url(../images/icon-img/next_arrow.svg) !important;
}

#reviewPage .swiper-button-prev, #reviewPage .swiper-button-next {
    background-position: bottom;
    opacity: 0.9 !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

    #reviewPage .swiper-button-prev:after, #reviewPage .swiper-button-next:after {
        content: '';
    }

#reviewPage .testimonials-item {
    filter: none;
    background-color: #F5F5F5;
    border: none;
    border-radius: 10px;
}

#reviewPage .review-link {
    position: absolute;
    bottom: 15px;
}

    #reviewPage .review-link img {
        width: 25px;
        height: 25px;
    }

    #reviewPage .review-link a {
        color: #000;
        font-size: 18px;
        margin: auto;
    }
/*------------ Review-page - swiper slider ---------*/
/*------------ Review-page - review items ----------*/
#reviewPage .review-item img {
    width: 80px;
    border-radius: 8px;
    margin-right: 8px;
    cursor: pointer;
}

#reviewPage .review-item {
    color: #DBA86F;
}

    #reviewPage .review-item .review-name {
        margin-bottom: 5px;
        margin-top: -20px;
        font-weight: 600;
    }

#reviewPage .btnShowMore {
    border: 1px solid black;
    border-radius: 28px;
}

    #reviewPage .btnShowMore:hover {
        color: black;
    }
/*------------ Review-page - review items ----------*/
/*------------ Review-page - write a review ----------*/
#reviewPage #reviewBlock {
    background-color: #003642;
    width: 750px;
    border-radius: 10px;
    padding: 30px 80px;
    margin-top: -220px;
}

#reviewPage .btnWriteReview {
    background-color: #DBA86F;
}

    #reviewPage .btnWriteReview:hover {
        color: #003642;
        background-color: #DBA86F;
    }
/*------------ Review-page - write a review ----------*/
/*----------- End - Review Page ------------*/

/*====================================================================================== Review Page CSS ========*/
/*====================================================================================== Write a Review Page CSS ========*/
#writeProdReview .form-control {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    height: 40px;
    background-color: transparent;
    padding: 7px 20px;
    color: #333;
    font-size: 14px;
    width: 100%;
    font-family: "Manrope", sans-serif;
}

#writeProdReview .review-wid {
    max-width: 700px;
}

/*====================================================================================== Write a Review Page CSS ========*/
/*----------- Responsive -------------*/
@media (min-width: 768px) and (max-width: 991px) {
    .review-wid {
        max-width: 500px;
    }
}

@media only screen and (max-width: 426px) {
    #reviewBlock {
        padding: 30px 12px !important;
    }

    .btnWriteReview {
        width: inherit;
        margin-top: 10px;
    }

    .review-usp {
        margin-bottom: 8px;
        min-height: 183px;
    }
}

@media only screen and (max-width: 767px) {
    .review-usp {
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 376px) {
    .review-usp h5 {
        font-size: 13px;
    }
}

@media (max-width: 350px) {
    .krajee-default.file-preview-frame:not([data-template=audio]) .kv-file-content {
        width: 90px;
    }
}
/*----------- Responsive -------------*/