/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.lightbox-content {
    background-color: transparent;
}

.lightbox-content .img {
    margin: 0 auto;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.entry-image {
    text-align: center;
}

.entry-image img {
    /* width: 100%; */
    max-height: 500px;
    width: auto !important;

}

.review-container {
    max-width: 500px;
    width: 100%;
}


.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.review-avatar {
    width: 60px;
    height: 60px;
    background: #6ba04e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    box-shadow: 0 8px 20px rgba(79, 172, 254, 0.3);
    position: relative;
    overflow: hidden;
}

/*.review-avatar::after {*/
/*    content: '👤';*/
/*    font-size: 24px;*/
/*    color: white;*/
/*    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);*/
/*}*/
.review-col {
    /*height: 100%;*/
    /*background: white;*/
}

.review-container {
    background: rgba(255, 255, 255, 0.95);
    height: 100%;
    /*background: rgba(255, 255, 255, 0.95);*/
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    /*box-shadow:*/
    /*        0 20px 40px rgba(0, 0, 0, 0.1),*/
    /*        0 0 0 1px rgba(255, 255, 255, 0.2);*/
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.review-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(255, 255, 255, 0.3);
}

.review-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #659e3f 0%, #a6e184 100%);
    border-radius: 20px 20px 0 0;
}

.review-info {
    flex: 1;
}

.review-name {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.review-stars {
    display: flex;
    gap: 2px;
    align-items: center;
}

.review-stars .star {
    color: #ffd700 !important;
    font-size: 20px;
    text-shadow: 0 1px 2px rgba(255, 215, 0, 0.3);
    animation: sparkle 2s ease-in-out infinite;
}

.review-stars .star:nth-child(2) {
    animation-delay: 0.2s;
}

.review-stars .star:nth-child(3) {
    animation-delay: 0.4s;
}

.review-stars .star:nth-child(4) {
    animation-delay: 0.6s;
}

.review-stars .star:nth-child(5) {
    animation-delay: 0.8s;
}

@keyframes sparkle {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.review-text {
    /*font-size: 16px;*/
    line-height: 1.7;
    color: #555;
    position: relative;
    padding: 20px;
    background: rgba(248, 249, 250, 0.6);
    border-radius: 15px;
    /*border-left: 4px solid #659e3f;*/
    min-height: 265px;
}

/*.review-text::before {*/
/*    content: '"';*/
/*    position: absolute;*/
/*    top: -10px;*/
/*    left: 15px;*/
/*    font-size: 40px;*/
/*    color: #659e3f;*/
/*    font-family: Georgia, serif;*/
/*    opacity: 0.7;*/
/*}*/

/*.review-text::after {*/
/*    content: '"';*/
/*    position: absolute;*/
/*    bottom: -20px;*/
/*    right: 15px;*/
/*    font-size: 40px;*/
/*    color: #659e3f;*/
/*    font-family: Georgia, serif;*/
/*    opacity: 0.7;*/
/*}*/

.verified-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(45deg, #28a745, #20c997);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(40, 167, 69, 0.3);
}

.verified-badge::before {
    content: '✓';
    margin-right: 4px;
}

.section-commit {
    font-size: 12px;
    padding-top: 0 !important;
    /*padding: 20px !important;*/

}

.section-commit .text {
    min-height: 80px;
}
.section-commit .col-inner{
    padding: 10px;
    margin: 0px;
    border: 1px solid #ccc;
    border-radius: 15px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25);
    background: #659e3f;
    color: white;
}
.section-commit .col-inner:after{
    background-image: none !important;
}
.section-commit .col{
    padding: 5px !important;
}
.section-commit .icon-box-img{
    height: 30px;
}
.woo-sctr-shortcode-countdown-text{
    background: white;
}

@media (max-width: 600px) {
    .col-inner {
        padding: 25px 5px 0;
        margin: 10px;
    }

    .review-name {
        font-size: 12px;
    }

    .review-text {
        font-size: 12px;
        padding: 2px;
        text-align: justify;
        min-height: 175px;
    }
    .review-stars .star{
        font-size: 15px;
    }

}

/* Floating particles animation */
.col-inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(120, 200, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
    border-radius: 20px;
}

@media (max-width: 991px) {
    .small-columns-2 .flickity-slider > .review-col {
        max-width: 50% !important;
        width: 50%;

    }

}

@media (max-width: 550px) {
    .product-slide .flickity-slider > .col {
        max-width: 100% !important;
        width: 100%;
    }
    .section-commit .text {
        min-height: 100px;
    }

}