.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Arial, Helvetica, Tahoma, Trebuchet MS, sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Arial, Helvetica, Tahoma, Trebuchet MS, sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-57003 .elementor-element.elementor-element-cab9305{--display:flex;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Arial, Helvetica, Tahoma, Trebuchet MS, sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Arial, Helvetica, Tahoma, Trebuchet MS, sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Arial, Helvetica, Tahoma, Trebuchet MS, sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Arial, Helvetica, Tahoma, Trebuchet MS, sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for shortcode, class: .elementor-element-1a8e54b *//* =====================================================
   CUSREV REVIEWS - FINAL v3
   Fixed dots + Added smooth autoplay
   ===================================================== */

/* FULL WIDTH SECTION */
.sdb-reviews-section {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px 15px 20px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Header */
.sdb-reviews-section .reviews-header {
    text-align: center;
    margin-bottom: 30px;
}

.sdb-reviews-section .reviews-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #212529;
    margin: 0 0 12px 0;
}

.sdb-reviews-section .reviews-subtitle {
    font-size: 1rem;
    color: #6b7280;
    margin: 0;
}

/* =====================================================
   SLIDER CONTAINER
   ===================================================== */

.sdb-reviews-section .cr-reviews-slider {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.sdb-reviews-section .cr-reviews-slider,
.sdb-reviews-section .slick-list,
.sdb-reviews-section .slick-track {
    box-shadow: none !important;
    background: transparent !important;
}

.sdb-reviews-section .slick-list {
    overflow: hidden !important;
    margin: 0 40px !important;
}

/* =====================================================
   SLICK TRACK - MAKE CARDS EQUAL HEIGHT
   ===================================================== */

.sdb-reviews-section .slick-track {
    display: flex !important;
}

.sdb-reviews-section .slick-slide {
    height: auto !important;
    padding: 10px 12px !important;
}

.sdb-reviews-section .slick-slide > div {
    height: 100% !important;
}

/* =====================================================
   REVIEW CARDS - FLEXBOX TO FIX SPACING
   ===================================================== */

.sdb-reviews-section .cr-review-card {
    width: 100% !important;
    height: 100% !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid #e5e7eb !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
}

.sdb-reviews-section .cr-review-card-inner {
    padding: 20px !important;
    border: none !important;
    background: transparent !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    flex: 1 !important;
}

/* TOP ROW - User info */
.sdb-reviews-section .top-row {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 12px !important;
    flex-shrink: 0 !important;
}

/* RATING ROW */
.sdb-reviews-section .rating-row {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 12px !important;
    flex-shrink: 0 !important;
}

/* MIDDLE ROW - This grows to fill available space */
.sdb-reviews-section .middle-row {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.sdb-reviews-section .review-content {
    flex: 1 !important;
}

.sdb-reviews-section .review-text p {
    margin: 0 !important;
    font-size: 0.9rem !important;
    color: #4b5563 !important;
    line-height: 1.5 !important;
}

.sdb-reviews-section .datetime {
    font-size: 0.8rem !important;
    color: #9ca3af !important;
    margin-top: 8px !important;
    flex-shrink: 0 !important;
}

/* PRODUCT ROW - Always at bottom */
.sdb-reviews-section .review-product {
    background: #f0f4f8 !important;
    border-radius: 10px !important;
    padding: 10px !important;
    margin-top: auto !important;
    flex-shrink: 0 !important;
}

.sdb-reviews-section .product-title a {
    color: #2563eb !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    font-size: 0.85rem !important;
}

/* =====================================================
   SHOW MORE BUTTON - For truncated reviews
   ===================================================== */

.sdb-reviews-section .cr-show-more,
.sdb-reviews-section .cr-show-less,
.sdb-reviews-section [class*="show-more"],
.sdb-reviews-section [class*="show-less"] {
    display: inline-block !important;
    color: #2563eb !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    margin-top: 6px !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    text-decoration: none !important;
}

.sdb-reviews-section .cr-show-more:hover,
.sdb-reviews-section .cr-show-less:hover,
.sdb-reviews-section [class*="show-more"]:hover,
.sdb-reviews-section [class*="show-less"]:hover {
    text-decoration: underline !important;
    color: #1d4ed8 !important;
}

/* =====================================================
   STAR RATING - CSS STARS
   ===================================================== */

.sdb-reviews-section .crstar-rating-svg,
.sdb-reviews-section .cr-rating-icon-base,
.sdb-reviews-section .cr-rating-icon-frnt {
    display: none !important;
}

.sdb-reviews-section .rating {
    display: flex !important;
    align-items: center !important;
}

.sdb-reviews-section .rating::before {
    content: "★★★★★";
    font-size: 18px;
    color: #00a54f;
    letter-spacing: 2px;
}

.sdb-reviews-section .rating-label {
    color: #6b7280 !important;
    font-size: 0.9rem !important;
    margin-left: 8px !important;
}

/* =====================================================
   USER INFO - CLOSER SPACING
   ===================================================== */

.sdb-reviews-section .top-row {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.sdb-reviews-section .review-thumbnail {
    flex-shrink: 0 !important;
}

.sdb-reviews-section .review-thumbnail img {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
}

.sdb-reviews-section .reviewer {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.sdb-reviews-section .reviewer-name {
    font-weight: 600 !important;
    color: #212529 !important;
    font-size: 0.95rem !important;
    margin: 0 !important;
}

.sdb-reviews-section .reviewer-verified {
    color: #00a54f !important;
    font-size: 0.75rem !important;
    margin: 2px 0 0 0 !important;
}

/* =====================================================
   NAVIGATION ARROWS - STATIC, CLICK EFFECT ONLY
   ===================================================== */

.sdb-reviews-section .slick-prev,
.sdb-reviews-section .slick-next {
    width: 44px !important;
    height: 44px !important;
    background: #ffffff !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #e5e7eb !important;
    z-index: 10 !important;
}

.sdb-reviews-section .slick-prev { left: 0 !important; }
.sdb-reviews-section .slick-next { right: 0 !important; }

/* Blue Arrow Icons */
.sdb-reviews-section .slick-prev:before,
.sdb-reviews-section .slick-next:before {
    color: #2563eb !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    opacity: 1 !important;
}

.sdb-reviews-section .slick-prev:before {
    content: '\2190' !important;
}

.sdb-reviews-section .slick-next:before {
    content: '\2192' !important;
}

/* Click Effect - Simple opacity */
.sdb-reviews-section .slick-prev:active,
.sdb-reviews-section .slick-next:active {
    opacity: 0.7 !important;
}

/* =====================================================
   DOTS - FIXED POSITION (RIGHT BELOW CARDS)
   ===================================================== */

.sdb-reviews-section .slick-dots {
    position: relative !important;
    bottom: auto !important;
    margin: 0 !important;
    padding: 12px 0 0 0 !important;
    display: flex !important;
    justify-content: center !important;
    gap: 8px !important;
    list-style: none !important;
}

.sdb-reviews-section .slick-dots li {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
}

.sdb-reviews-section .slick-dots li button {
    width: 8px !important;
    height: 8px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background: #cbd5e1 !important;
    border: none !important;
    font-size: 0 !important;
    transition: all 0.3s ease !important;
}

.sdb-reviews-section .slick-dots li button:before {
    display: none !important;
}

.sdb-reviews-section .slick-dots li.slick-active button {
    background: #2563eb !important;
    width: 24px !important;
    border-radius: 4px !important;
}

/* =====================================================
   SMOOTH AUTOPLAY ANIMATION (GPU ACCELERATED)
   ===================================================== */

.sdb-reviews-section .slick-track {
    display: flex !important;
    transition: transform 0.5s ease-out !important;
    will-change: transform !important;
}

.sdb-reviews-section .slick-slide {
    will-change: opacity, transform !important;
    backface-visibility: hidden !important;
    -webkit-backface-visibility: hidden !important;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 992px) {
    .sdb-reviews-section { padding: 35px 15px 20px 15px; }
    .sdb-reviews-section .reviews-title { font-size: 1.5rem; }
    .sdb-reviews-section .slick-list { margin: 0 35px !important; }
}

@media (max-width: 768px) {
    .sdb-reviews-section { padding: 30px 12px 20px 12px; }
    .sdb-reviews-section .reviews-title { font-size: 1.35rem; }
    .sdb-reviews-section .slick-slide { padding: 8px 10px !important; }
    .sdb-reviews-section .slick-list { margin: 0 30px !important; }
    .sdb-reviews-section .slick-prev,
    .sdb-reviews-section .slick-next {
        width: 36px !important;
        height: 36px !important;
    }
}

@media (max-width: 576px) {
    .sdb-reviews-section { padding: 25px 10px 12px 10px; }
    .sdb-reviews-section .reviews-title { font-size: 1.2rem; }
    .sdb-reviews-section .slick-slide { padding: 6px 8px !important; }
    .sdb-reviews-section .cr-review-card-inner { padding: 16px !important; }
    .sdb-reviews-section .slick-list { margin: 0 !important; }
    .sdb-reviews-section .slick-prev,
    .sdb-reviews-section .slick-next { display: none !important; }
    .sdb-reviews-section .slick-dots { padding: 8px 0 0 0 !important; }
    .sdb-reviews-section .rating::before { font-size: 16px; }
}/* End custom CSS */