.mt-10 {
    margin-top: 10em !important;
}

.mr-2 {
    margin-right: 5px;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: transparent;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.scroll-view {
    display: none;
    margin-top: 30px;
}

.btn-read-more:hover+.scroll-view {
    display: block;
}

@media screen and (max-width: 768px) {
    .tab-content-mob {
        z-index: 23;
        position: relative;
        background: #fff;
        padding: 5px;
    }
}

.site-footer a, .list-unstyled a, .st-dropdown-content-group a {
    color: #d52b29 !important;
}

.site-footer a > i {
    color: #fff;
}

.products-ele span {
    margin-right: 10px;
}

.text-red {
    color: #d52b29 !important;   
}

.popular-text {
    padding: 6px 10px;
    background: #feb868;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgb(22 28 45 / 15%) !important;
}

.fa-check-circle {
    color: #198754;
}

.swiper-container {
    /*height: 426px !important;*/
}

.swiper-slide img {
    width:100%;
    height: 240px;
}

.review-title, .description, .see-more-container {
    text-align: center;
}

.review-title {
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 550;
    color: #000;
}

.description {
    font-size: 1.1rem;
    font-weight: 600;
    color: rgba(0,0,0,0.6);
    margin-bottom: 40px;
}

.carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: auto;
}

.carousel {
    display: flex;
    align-items: stretch;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: content-box;
}

.carousel::before,
.carousel::after {
    content: "";
}

.review-body {
    display: flex;
    align-items: flex-start;
}

.reviewer-name {
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 5px;
    color: black;
}

.review-date {
    font-size: 0.85em;
    color: #777;
    margin-bottom: 10px;
}

.stars {
    color: #f5a623;
    margin-bottom: 10px;
}

.review-text {
    font-size: 0.9em;
    line-height: 1.5;
    color: black;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: pre-wrap;
}

.see-more-container {
    margin-top: 30px;
}

.see-more-btn {
    background-color: #ff6600;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 1em;
    cursor: pointer;
    transition: background 0.3s ease;
}

.see-more-btn:hover {
    background-color: #e05500;
}



@media (max-width: 768px) {
    .review-card {
        width: 330px;
        min-height: 250px;
        flex-shrink: 0;
        flex-direction: column;
        margin-bottom: 20px;
        background: white;
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        padding: 15px;
        transition: transform 0.4s ease, opacity 0.4s ease;
        opacity: 0.6;
        transform: scale(0.9);
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

@media (min-width: 768px) {
.review-card {
    width: 600px;
    min-height: 250px;
    flex-shrink: 0;
    flex-direction: column;
    margin-bottom: 20px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    padding: 15px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0.6;
    transform: scale(0.9);
    word-wrap: break-word;
    overflow-wrap: break-word;
}
}

.review-card.active {
    transform: scale(1.05);
    opacity: 1;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {
.spacer {
    width: 250px;
    flex: 0 0 25%; 
}
}

@media (min-width: 768px) {
.spacer {
    flex: 0 0 30%; 
}
}