.feedback-otithi-section {
    padding: 50px 0 28px;
    overflow: hidden;
}

.feedback-otithi-shell {
    position: relative;
    padding: 16px 28px 20px;
}

@media (min-width: 768px) {
    .feedback-otithi-carousel.owl-center-items .owl-stage {
        display: flex !important;
        justify-content: center !important;
        margin: 0 auto !important;
        width: auto !important;
    }

    .feedback-otithi-carousel.owl-center-items .owl-item {
        flex: 0 0 auto !important;
    }
}

.feedback-otithi-shell::after {
    content: none;
}

.feedback-otithi-section .custom-owl-nav {
    position: relative;
}

.feedback-otithi-section .owl-custom-prev,
.feedback-otithi-section .owl-custom-next {
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 60px;
    border-radius: 0;
    opacity: 1;
    background-color: rgba(239, 180, 43, 0.95);
    background-size: 24px 24px;
    background-position: center;
    box-shadow: none;
}

.feedback-otithi-section .owl-custom-prev {
    left: -20px !important;
    right: auto !important;
}

.feedback-otithi-section .owl-custom-next {
    right: -20px !important;
    left: auto !important;
}

.feedback-otithi-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #ececec;
    height: 488px;
}

.feedback-otithi-media {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.feedback-otithi-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.feedback-otithi-card:hover .feedback-otithi-media img {
    transform: scale(1.04);
}

.feedback-otithi-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 16px 18px 18px;
    background: #fff;
}

.feedback-otithi-stars {
    margin-bottom: 10px;
    color: #efb42b;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1;
}

.feedback-otithi-name {
    margin-bottom: 4px;
    color: #8d1733;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
    font-size: 15px !important;
}

.feedback-otithi-country {
    margin-bottom: 3px;
    color: #1c1c1c;
    font-weight: 500;
    line-height: 1.2;
}

.feedback-otithi-trip,
.feedback-otithi-date {
    display: block;
    color: #666;
    line-height: 1.4;
    font-size: 14px;
}

.feedback-otithi-quote {
    display: block;
    margin: 10px 0 0;
    color: #333;
    line-height: 1.6;
    font-size: 0;
}

.feedback-otithi-quote-text {
    display: inline;
    font-size: 14px;
    line-height: 1.5;
}

.feedback-otithi-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.feedback-otithi-carousel .owl-item {
    display: flex;
    align-items: stretch;
    padding-bottom: 4px;
}

.feedback-otithi-carousel .item {
    width: 100%;
}

.feedback-otithi-quote a {
    display: inline;
    margin-left: 4px;
    color: #c13232;
    font-weight: 500;
    font-size: 14px;
}

.feedback-otithi-read-more {
    cursor: pointer;
}

.feedback-otithi-modal .modal-dialog {
    max-width: 980px;
}

.feedback-otithi-modal .modal-content {
    border: 0;
    border-radius: 12px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

.feedback-otithi-modal .modal-header {
    border-bottom: 0;
    padding: 14px 14px 0;
}

.feedback-otithi-modal .modal-body {
    padding: 0 14px 14px;
}

.feedback-otithi-modal-card {
    height: auto;
    min-height: 0;
    box-shadow: none;
    border: 0;
    border-radius: 0;
}

.feedback-otithi-modal-card .feedback-otithi-media {
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.feedback-otithi-modal-card .feedback-otithi-media img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 72vh;
    object-fit: contain;
    background: #f7f7f7;
}

.feedback-otithi-modal-card .feedback-otithi-content {
    padding: 26px 24px 28px;
}

.feedback-otithi-modal-card .feedback-otithi-quote {
    font-size: 14px;
    line-height: 1.6;
}

.feedback-otithi-modal-card .feedback-otithi-quote-text {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

@media (min-width: 768px) {
    .feedback-otithi-modal .modal-body {
        padding: 0;
    }

    .feedback-otithi-modal-card {
        display: grid;
        grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
        align-items: stretch;
    }

    .feedback-otithi-modal-card .feedback-otithi-media {
        min-height: 520px;
        padding: 24px;
    }
}

@media (max-width: 767px) {
    .feedback-otithi-section {
        padding: 35px 0 24px;
    }

    .feedback-otithi-section .auto-container {
        max-width: 100%;
        width: 100%;
        padding: 0 15px !important;
        margin: 0 auto;
    }

    .feedback-otithi-shell {
        padding: 0 0 16px;
    }

    .feedback-otithi-section .custom-owl-nav {
        position: relative;
    }

    .feedback-otithi-carousel {
        width: 100%;
    }

    .feedback-otithi-carousel .owl-stage-outer,
    .feedback-otithi-carousel .owl-stage,
    .feedback-otithi-carousel .owl-item,
    .feedback-otithi-carousel .item {
        width: 100%;
    }

    .feedback-otithi-section .owl-custom-prev,
    .feedback-otithi-section .owl-custom-next {
        top: 50%;
        transform: translateY(-50%);
        width: 32px;
        height: 55px;
    }

    .feedback-otithi-section .owl-custom-prev {
        left: 0 !important;
    }

    .feedback-otithi-section .owl-custom-next {
        right: 0 !important;
    }

    .feedback-otithi-media {
        height: 375px;
    }

    .feedback-otithi-content {
        padding: 18px 16px 20px;
    }

    .feedback-otithi-card {
        min-height: 580px;
        height: auto;
    }

    .feedback-otithi-modal .modal-dialog {
        max-width: calc(100% - 24px);
        margin: 1rem auto;
    }

    .feedback-otithi-modal .modal-header {
        padding: 12px 12px 0;
    }

    .feedback-otithi-modal .modal-body {
        padding: 0 12px 12px;
    }

    .feedback-otithi-modal-card .feedback-otithi-media {
        padding: 12px 12px 0;
        min-height: 0;
        background: #fff;
    }

    .feedback-otithi-modal-card .feedback-otithi-media img {
        width: 100%;
        height: auto;
        max-height: 52vh;
        border-radius: 10px;
        background: #f7f7f7;
    }

    .feedback-otithi-modal-card .feedback-otithi-content {
        padding: 18px 16px 20px;
    }
}
