.testimonial-slider {
    position: relative;
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
}

.testimonial-slide {
    display: none;
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
    padding: 20px;
    box-sizing: border-box;
}

.testimonial-slide.active {
    display: block;
}

.testimonial-nav {
    display: flex;
    justify-content: space-between;
    max-width: 100px;
    margin: 20px auto 0;
}

.testimonial-nav button {

    border: none;
    color: #c78c0b;
    padding: 10px 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.testimonial-nav button:hover {
    background: #d5d4d9;
}

.aon-med-testimonial-1 {
    background: #fff;
    padding: 30px;

    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.aon-testimonial-quote i {
    margin-bottom: 10px;
}

.aon-testimonial-name {
    font-weight: bold;
    margin-top: 10px;
}

.aon-testimonial-position {
    font-size: 0.9em;
    color: #666;
}

.swiper-wrapper {
    display: flex !important;
}

.swiper-slide {
    width: auto;
    display: flex;
    justify-content: center;
}

.book-item {
    margin: 0 10px;
}

.trh-slider-container {
    position: relative;
    padding: 0px 0 30px;
}

.trh-main-swiper {
    padding: 20px 15px 55px;
    overflow: visible;
}

.trh-static-grid {
    padding: 0px 0;
}

.trh-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 380px));
    gap: 30px;
    max-width: 1240px;
    margin: 0 auto;
    justify-content: center;
}

.trh-grid-item {
    display: flex;
    justify-content: center;
}

.trh-main-swiper .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
}

.trh-premium-card {
    background: linear-gradient(145deg, #ffffff 0%, #fefefe 100%);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(139, 101, 20, 0.12), 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(184, 134, 11, 0.1);
}

.trh-premium-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #B8860B 0%, #DAA520 50%, #B8860B 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.trh-premium-card:hover::before {
    opacity: 1;
}

.trh-premium-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 16px 48px rgba(139, 101, 20, 0.18), 0 6px 16px rgba(0, 0, 0, 0.08);
    border-color: rgba(184, 134, 11, 0.2);
}

.trh-featured-ribbon {
    position: absolute;
    top: 18px;
    right: -34px;
    background: linear-gradient(135deg, #B8860B 0%, #DAA520 50%, #C5A028 100%);
    color: #fff;
    padding: 7px 40px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.2px;
    transform: rotate(45deg);
    z-index: 15;
    box-shadow: 0 4px 12px rgba(184, 134, 11, 0.45);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.trh-card-header {
    position: relative;
    padding: 28px 24px 20px;
    background: linear-gradient(135deg, #FFFBF0 0%, #FFF8E8 50%, #FFFAF0 100%);
    border-bottom: 2px solid rgba(184, 134, 11, 0.08);
    text-align: center;
}

.trh-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center top, rgba(184, 134, 11, 0.04) 0%, transparent 60%);
    pointer-events: none;
}

.trh-profile-section {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.trh-avatar-container {
    position: relative;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.trh-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(184, 134, 11, 0.1);
    transition: all 0.4s ease;
}

.trh-premium-card:hover .trh-avatar {
    transform: scale(1.08);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(184, 134, 11, 0.2);
    border-color: #FFFAF0;
}

.trh-avatar-border {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    border: 2.5px solid transparent;
    background: linear-gradient(135deg, #B8860B, #DAA520, #C5A028) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
    animation: rotate 3s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.trh-premium-card:hover .trh-avatar-border {
    opacity: 1;
}

.trh-verified-badge {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 26px;
    height: 26px;
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
    z-index: 3;
}

.trh-verified-badge i {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}

.trh-header-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.trh-rating-badge {
    background: linear-gradient(135deg, #fff 0%, #FFFEF8 100%);
    padding: 8px 16px;
    border-radius: 28px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 3px 12px rgba(184, 134, 11, 0.12), 0 1px 4px rgba(0, 0, 0, 0.06);
    margin-bottom: 12px;
    border: 1px solid rgba(184, 134, 11, 0.08);
}

.trh-stars {
    display: flex;
    gap: 3px;
}

.trh-stars i {
    font-size: 13px;
    color: #B8860B;
    filter: drop-shadow(0 1px 2px rgba(184, 134, 11, 0.2));
}

.trh-rating-number {
    font-size: 15px;
    font-weight: 800;
    color: #2c2c2c;
    margin-left: 4px;
}

.trh-reviews {
    font-size: 12px;
    color: #888;
}

.trh-availability-badges {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.trh-avail-badge {
    background: linear-gradient(135deg, #fff 0%, #FFFEF8 100%);
    padding: 6px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(184, 134, 11, 0.1);
}

.trh-avail-badge i {
    font-size: 12px;
}

.trh-avail-badge.trh-video {
    color: #B8860B;
}

.trh-avail-badge.trh-audio {
    color: #8B6514;
}

.trh-avail-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(184, 134, 11, 0.15);
    background: linear-gradient(135deg, #FFFAF0 0%, #FFF8E8 100%);
}

.trh-card-body {
    padding: 24px 24px 26px;
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.trh-name {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 12px 0;
    line-height: 1.3;
    color: #1a1a1a;
    letter-spacing: -0.3px;
}

.trh-name a {
    color: #1a1a1a;
    text-decoration: none;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #B8860B 0%, #DAA520 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% auto;
}

.trh-name a:hover {
    background-position: right center;
}

.trh-credentials {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
    flex-wrap: wrap;
    justify-content: center;
}

.trh-category,
.trh-experience {
    background: linear-gradient(135deg, #FFFBF0 0%, #FFF8E8 100%);
    padding: 6px 14px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #8B6514;
    border: 1.5px solid rgba(184, 134, 11, 0.2);
    transition: all 0.3s ease;
}

.trh-category:hover,
.trh-experience:hover {
    background: linear-gradient(135deg, #B8860B 0%, #C5A028 100%);
    color: #fff;
    border-color: transparent;
    transform: translateY(-1px);
}

.trh-category i,
.trh-experience i {
    font-size: 12px;
}

.trh-qualifications {
    display: flex;
    gap: 7px;
    margin-bottom: 14px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
}

.trh-qual-tag {
    background: linear-gradient(135deg, #f8f8f8 0%, #f5f5f5 100%);
    padding: 5px 12px;
    border-radius: 14px;
    font-size: 11px;
    font-weight: 700;
    color: #555;
    border: 1px solid #E8E8E8;
    transition: all 0.3s ease;
    white-space: nowrap;
    max-width: 271px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trh-qual-tag:hover {
    background: #fff;
    border-color: rgba(184, 134, 11, 0.3);
    color: #8B6514;
    transform: translateY(-1px);
}

.trh-qual-more {
    background: linear-gradient(135deg, #B8860B 0%, #DAA520 100%);
    color: #fff;
    padding: 5px 12px;
    border-radius: 14px;
    font-size: 11px;
    font-weight: 800;
    box-shadow: 0 2px 6px rgba(184, 134, 11, 0.3);
    white-space: nowrap;
}

.trh-bio {
    color: #555;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 16px 0;
    text-align: center;
}

.trh-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 16px;
    padding: 12px;
    background: linear-gradient(135deg, #FAFAFA 0%, #F8F8F8 100%);
    border-radius: 12px;
    border: 1px solid #F0F0F0;
}

.trh-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 8px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(184, 134, 11, 0.08);
    transition: all 0.3s ease;
    text-align: center;
}

.trh-info-item:hover {
    background: linear-gradient(135deg, #FFFAF0 0%, #FFF8E8 100%);
    border-color: rgba(184, 134, 11, 0.2);
    transform: translateY(-1px);
}

.trh-info-item i {
    color: #B8860B;
    font-size: 14px;
    flex-shrink: 0;
}

.trh-info-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    width: 100%;
}

.trh-info-label {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #999;
    font-weight: 700;
}

.trh-info-value {
    font-size: 12px;
    color: #2c2c2c;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.trh-info-value.trh-available {
    color: #4CAF50;
}

.trh-offerings {
    background: linear-gradient(135deg, #F5F5DC 0%, #FFF8E7 100%);
    padding: 12px 14px;
    border-radius: 14px;
    margin-bottom: 16px;
    border: 1.5px solid rgba(184, 134, 11, 0.15);
}

.trh-offerings-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #8B6514;
    font-weight: 800;
    display: block;
    margin-bottom: 8px;
    text-align: center;
}

.trh-offerings-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.trh-offering-item {
    background: #fff;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 700;
    color: #666;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(184, 134, 11, 0.1);
    transition: all 0.3s ease;
}

.trh-offering-item:hover {
    background: linear-gradient(135deg, #FFFAF0 0%, #FFF8E8 100%);
    color: #8B6514;
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(184, 134, 11, 0.12);
}

.trh-offering-item i {
    font-size: 12px;
    color: #B8860B;
}

.trh-view-profile {
    background: linear-gradient(135deg, #B8860B 0%, #C5A028 50%, #DAA520 100%);
    background-size: 200% auto;
    color: #fff;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: 800;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.45s ease;
    box-shadow: 0 4px 16px rgba(184, 134, 11, 0.3), 0 2px 6px rgba(0, 0, 0, 0.1);
    margin-top: auto;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 13px;
}

.trh-view-profile:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.trh-view-profile:hover:before {
    left: 100%;
}

.trh-view-profile:hover {
    background-position: right center;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(184, 134, 11, 0.4), 0 4px 12px rgba(0, 0, 0, 0.15);
    color: #fff;
}

.trh-view-profile i {
    transition: transform 0.3s ease;
    font-size: 15px;
}

.trh-view-profile:hover i {
    transform: translateX(5px);
}

.trh-nav-btn {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #fff 0%, #FFFAF0 100%);
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(139, 101, 20, 0.16), 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    border: 2px solid rgba(184, 134, 11, 0.2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trh-nav-btn:after {
    font-size: 22px;
    color: #B8860B;
    font-weight: 900;
}

.trh-nav-next {
    right: -20px;
}

.trh-nav-prev {
    left: -20px;
}

.trh-nav-next:after {
    content: '→';
}

.trh-nav-prev:after {
    content: '←';
}

.trh-nav-btn:hover {
    background: linear-gradient(135deg, #B8860B 0%, #C5A028 100%);
    transform: translateY(-50%) scale(1.12);
    box-shadow: 0 6px 22px rgba(184, 134, 11, 0.38), 0 3px 10px rgba(0, 0, 0, 0.15);
    border-color: transparent;
}

.trh-nav-btn:hover:after {
    color: #fff;
}

.trh-pagination {
    text-align: center;
    margin-top: 28px;
}

.trh-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, #DDD 0%, #CCC 100%);
    opacity: 1;
    transition: all 0.3s ease;
    margin: 0 6px;
    border: 2px solid transparent;
}

.trh-pagination .swiper-pagination-bullet-active {
    background: linear-gradient(135deg, #B8860B 0%, #C5A028 100%);
    width: 32px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(184, 134, 11, 0.35);
    border-color: rgba(184, 134, 11, 0.2);
}

.trh-viewall-wrapper {
    text-align: center;
    margin-top: 40px;
}

.trh-viewall-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #fff 0%, #FFFAF0 100%);
    color: #B8860B;
    padding: 14px 32px;
    border-radius: 32px;
    font-weight: 800;
    font-size: 15px;
    border: 2.5px solid #B8860B;
    transition: all 0.4s ease;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(139, 101, 20, 0.12);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.trh-viewall-btn:hover {
    background: linear-gradient(135deg, #B8860B 0%, #C5A028 100%);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 22px rgba(184, 134, 11, 0.28);
    border-color: transparent;
}

.trh-viewall-btn i {
    transition: transform 0.3s ease;
    font-size: 16px;
}

.trh-viewall-btn:hover i {
    transform: translateX(5px);
}

@media (max-width: 1024px) {
    .trh-grid-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(340px, 360px));
        gap: 24px;
    }
}

@media (max-width: 768px) {

    .trh-grid-wrapper {
        grid-template-columns: 1fr;
        max-width: 100%;
        padding: 0 15px;
    }

    .trh-grid-item {
        width: 100%;
        max-width: 100%;
    }

    .trh-premium-card {
        max-width: 100%;
        margin: 0 auto;
    }

    .trh-avatar-container,
    .trh-avatar {
        width: 75px;
        height: 75px;
    }

    .trh-name {
        font-size: 20px;
    }

    .trh-card-body {
        padding: 22px 20px 24px;
    }

    .trh-nav-btn {
        width: 44px;
        height: 44px;
    }

    .trh-nav-btn:after {
        font-size: 18px;
    }

    .trh-nav-next {
        right: 5px;
    }

    .trh-nav-prev {
        left: 5px;
    }
}

@media (max-width: 480px) {
    .trh-grid-wrapper {
        padding: 0 10px;
    }

    .trh-card-header {
        padding: 24px 20px 18px;
    }

    .trh-card-body {
        padding: 20px 18px 22px;
    }

    .trh-credentials {
        gap: 6px;
    }

    .trh-qualifications {
        gap: 6px;
    }
}


.trb-ebooks-section {
    padding: 0px 0;
    background: transparent;
    position: relative;
    overflow: hidden;
}

.trb-ebooks-section::before,
.trb-ebooks-section::after {
    display: none;
}


.trb-heading-simple {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.trb-heading-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #B8860B 0%, #DAA520 100%);
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(184, 134, 11, 0.3);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.trb-heading-badge i {
    font-size: 16px;
}

.trb-heading-title {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 15px 0;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.trb-heading-line {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 20px;
}

.trb-heading-line::before,
.trb-heading-line::after {
    content: '';
    height: 2px;
    width: 80px;
    background: linear-gradient(90deg, transparent, #B8860B, transparent);
}

.trb-line-dot {
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #B8860B 0%, #DAA520 100%);
    border-radius: 50%;
    margin: 0 15px;
    box-shadow: 0 2px 8px rgba(184, 134, 11, 0.4);
}

.trb-heading-tagline {
    font-size: 16px;
    color: #666;
    font-weight: 500;
    margin: 0;
}


/* ===== EBOOKS SECTION - COMPACT VERSION ===== */

.trb-ebooks-section {
    padding: 60px 0;
    background: transparent;
    position: relative;
    overflow: hidden;
}

.trb-ebooks-section::before,
.trb-ebooks-section::after {
    display: none;
}

/* Section Heading */
.trb-heading-simple {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.trb-heading-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #B8860B 0%, #DAA520 100%);
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(184, 134, 11, 0.3);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.trb-heading-badge i {
    font-size: 16px;
}

.trb-heading-title {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 15px 0;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.trb-heading-line {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 20px;
}

.trb-heading-line::before,
.trb-heading-line::after {
    content: '';
    height: 2px;
    width: 80px;
    background: linear-gradient(90deg, transparent, #B8860B, transparent);
}

.trb-line-dot {
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #B8860B 0%, #DAA520 100%);
    border-radius: 50%;
    margin: 0 15px;
    box-shadow: 0 2px 8px rgba(184, 134, 11, 0.4);
}

.trb-heading-tagline {
    font-size: 16px;
    color: #666;
    font-weight: 500;
    margin: 0;
}

.trb-slider-container {
    position: relative;
    padding: 0px 70px 30px;
    max-width: 1500px;
    margin: 0 auto;
}

.trb-books-swiper {
    padding: 0px 0 0px;
    overflow: hidden;
    position: relative;
}

.trb-books-swiper .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
}

/* Book Card - COMPACT VERSION */
.trb-book-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 340px;
    width: 100%;
    border: 1px solid rgba(184, 134, 11, 0.1);
}

.trb-book-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
    border-color: rgba(184, 134, 11, 0.2);
}

/* Badges */
.trb-discount-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #FF4757 0%, #FF6348 100%);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(255, 71, 87, 0.4);
    letter-spacing: 0.5px;
}

.trb-featured-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #B8860B 0%, #DAA520 100%);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 800;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(184, 134, 11, 0.4);
    display: flex;
    align-items: center;
    gap: 5px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.trb-featured-badge i {
    font-size: 12px;
}

/* Book Image - REDUCED HEIGHT */
.trb-book-image-wrapper {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: linear-gradient(135deg, #F5F5F5 0%, #ECECEC 100%);
}

.trb-book-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.trb-book-card:hover .trb-book-image {
    transform: scale(1.08);
}

.trb-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(184, 134, 11, 0.9) 0%, rgba(218, 165, 32, 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.trb-book-card:hover .trb-image-overlay {
    opacity: 1;
}

.trb-overlay-content {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.trb-overlay-content i {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.trb-book-card:hover .trb-overlay-content i {
    transform: translateX(5px);
}

/* Quick Actions */
.trb-quick-actions {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    gap: 8px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.trb-book-card:hover .trb-quick-actions {
    opacity: 1;
    transform: translateY(0);
}

.trb-action-btn {
    width: 42px;
    height: 42px;
    background: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.trb-action-btn i {
    font-size: 18px;
    color: #B8860B;
}

.trb-action-btn:hover {
    background: linear-gradient(135deg, #B8860B 0%, #DAA520 100%);
    transform: scale(1.1);
}

.trb-action-btn:hover i {
    color: #fff;
}

/* Book Content - COMPACT PADDING */
.trb-book-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.trb-category-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #FFFBF0 0%, #FFF8E8 100%);
    color: #8B6514;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 10px;
    width: fit-content;
    border: 1px solid rgba(184, 134, 11, 0.2);
    letter-spacing: 0.3px;
}

.trb-category-badge i {
    font-size: 12px;
}

/* Title - REDUCED SIZE */
.trb-book-title {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 10px 0;
    line-height: 1.3;
    min-height: 48px;
}

.trb-book-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.trb-book-title a:hover {
    color: #B8860B;
}

/* Description - REDUCED & LIMITED TO 2 LINES */
.trb-book-description {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 14px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Meta - COMPACT SPACING */
.trb-book-meta {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.trb-meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #888;
    font-weight: 600;
}

.trb-meta-item i {
    font-size: 14px;
    color: #B8860B;
}

/* PRICE SECTION - COMPLETELY REDESIGNED */
.trb-price-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 2px solid #F5F5F5;
}

.trb-price-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.trb-current-price {
    font-size: 24px;
    font-weight: 800;
    color: #B8860B;
    letter-spacing: -0.5px;
}

.trb-original-price {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
    font-weight: 600;
}

/* BUY BUTTON - FULL WIDTH */
.trb-buy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #B8860B 0%, #C5A028 100%);
    color: #fff;
    padding: 12px 20px;
    border-radius: 24px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 4px 12px rgba(184, 134, 11, 0.3);
    letter-spacing: 0.3px;
    text-transform: uppercase;
    width: 100%;
}

.trb-buy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(184, 134, 11, 0.4);
    color: #fff;
}

.trb-buy-btn i {
    font-size: 16px;
}

/* Navigation Buttons */
.trb-nav-btn {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #fff 0%, #FFFAF0 100%);
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(139, 101, 20, 0.16), 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    border: 2px solid rgba(184, 134, 11, 0.2);
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 20;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trb-nav-btn:after {
    font-size: 22px;
    color: #B8860B;
    font-weight: 900;
}

.trb-nav-next {
    right: 2px;
}

.trb-nav-prev {
    left: 2px;
}

.trb-nav-next:after {
    content: '→';
}

.trb-nav-prev:after {
    content: '←';
}

.trb-nav-btn:hover {
    background: linear-gradient(135deg, #B8860B 0%, #C5A028 100%);
    transform: translateY(-50%) scale(1.12);
    box-shadow: 0 6px 22px rgba(184, 134, 11, 0.38), 0 3px 10px rgba(0, 0, 0, 0.15);
    border-color: transparent;
}

.trb-nav-btn:hover:after {
    color: #fff;
}

/* Pagination */
.trb-pagination {
    text-align: center;
    margin-top: 28px;
}

.trb-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, #DDD 0%, #CCC 100%);
    opacity: 1;
    transition: all 0.3s ease;
    margin: 0 6px;
    border: 2px solid transparent;
}

.trb-pagination .swiper-pagination-bullet-active {
    background: linear-gradient(135deg, #B8860B 0%, #C5A028 100%);
    width: 32px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(184, 134, 11, 0.35);
    border-color: rgba(184, 134, 11, 0.2);
}

/* View All Button */
.trb-viewall-wrapper {
    text-align: center;
    margin-top: 40px;
}

.trb-viewall-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #fff 0%, #FFFAF0 100%);
    color: #B8860B;
    padding: 14px 32px;
    border-radius: 32px;
    font-weight: 800;
    font-size: 15px;
    border: 2.5px solid #B8860B;
    transition: all 0.4s ease;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(139, 101, 20, 0.12);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.trb-viewall-btn:hover {
    background: linear-gradient(135deg, #B8860B 0%, #C5A028 100%);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 22px rgba(184, 134, 11, 0.28);
    border-color: transparent;
}

.trb-viewall-btn i {
    transition: transform 0.3s ease;
    font-size: 16px;
}

.trb-viewall-btn:hover i {
    transform: translateX(5px);
}

.trb-center-slides .swiper-wrapper {
    justify-content: center;
}



/* RESPONSIVE - TABLET */
@media (max-width: 1024px) {
    .trb-slider-container {
        padding: 20px 60px 30px;
    }

    .trb-book-image-wrapper {
        height: 220px;
    }
}


@media (max-width: 768px) {
    .trb-ebooks-section {
        padding: 0px 0;
    }

    .trb-ebooks-section .container {
        max-width: 100% !important;
        padding: 0 !important;
    }

    #top-ebooks-sec .trb-heading-simple {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .trb-slider-container {
        padding: 0 42px 40px !important;
        max-width: 100% !important;
    }

    .trb-books-swiper {
        overflow: hidden !important;
        padding: 0 !important;
        height: auto !important;
    }

    .trb-books-swiper .swiper-wrapper {
        height: auto !important;

    }

    .trb-books-swiper .swiper-slide {
        height: auto !important;
        margin-bottom: 10px !important;
    }




    .trb-book-card {
        width: 100% !important;
        max-width: 100% !important;
        height: 100%;
    }

    .trb-book-image-wrapper {
        height: 170px;
    }

    .trb-book-content {
        padding: 14px;
    }

    .trb-book-title {
        font-size: 14px;
        min-height: 42px;
    }

    .trb-author-info {
        font-size: 10px;
        padding: 4px 8px;
        margin-bottom: 6px;
    }

    .trb-book-description {
        font-size: 11px;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .trb-book-meta {
        gap: 6px;
        margin-bottom: 10px;
    }

    .trb-meta-item {
        font-size: 10px;
    }

    .trb-price-section {
        padding-top: 10px;
    }

    .trb-current-price {
        font-size: 20px;
    }

    .trb-original-price {
        font-size: 14px;
    }

    .trb-buy-btn {
        padding: 10px 14px;
        font-size: 11px;
    }

    .trb-nav-btn {
        width: 38px;
        height: 38px;
    }

    .trb-nav-btn:after {
        font-size: 16px;
    }

    .trb-nav-next {
        right: 2px;
    }

    .trb-nav-prev {
        left: 2px;
    }

    .trb-pagination {
        margin-top: 25px;
    }
}

@media (max-width: 480px) {
    .trb-slider-container {
        padding: 0 0px 0px !important;
    }

    .trb-book-image-wrapper {
        height: 180px;
    }

    .trb-book-content {
        padding: 14px;
    }

    .trb-heading-title {
        font-size: 28px;
    }
}


.trb-author-info {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #888;
    font-size: 12px;
    font-weight: 600;
    margin: 0 auto 10px;
    padding: 5px 10px;
    background: linear-gradient(135deg, #F8F8F8 0%, #F5F5F5 100%);
    border-radius: 12px;
    width: fit-content;
    border: 1px solid #EFEFEF;
}

.trb-author-info i {
    font-size: 13px;
    color: #B8860B;
}

.trb-author-info span {
    color: #555;
}

/* RESPONSIVE - MOBILE */


/* RESPONSIVE - SMALL MOBILE */
@media (max-width: 480px) {
    .trb-slider-container {
        padding: 20px 45px 30px;
    }

    .trb-book-card {
        max-width: 100%;
    }

    .trb-book-image-wrapper {
        height: 180px;
        min-height: 180px;
    }

    .trb-book-image {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .trb-heading-title {
        font-size: 32px;
    }

    .trb-current-price {
        font-size: 22px;
    }
}

/* ===== RECORDINGS SECTION - PREMIUM DESIGN ===== */

.trb-recordings-section {
    padding: 0px 0;
    background: #eeeed48c;
    position: relative;
    overflow: hidden;
}

.trb-slider-container {
    position: relative;
    padding: 0px 70px 30px;
    max-width: 1500px;
    margin: 0 auto;
}

.trb-recordings-swiper {
    padding: 0px 0 0px;
    overflow: hidden;
    position: relative;
}


.trb-recordings-swiper .swiper-slide {
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.trb-recordings-swiper .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Recording Card */
.trb-recording-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 340px;
    width: 100%;
    border: 1px solid rgba(184, 134, 11, 0.1);
}

.trb-recording-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
    border-color: rgba(184, 134, 11, 0.2);
}

/* Badges */
.trb-discount-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #FF4757 0%, #FF6348 100%);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(255, 71, 87, 0.4);
    letter-spacing: 0.5px;
}

.trb-featured-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #B8860B 0%, #DAA520 100%);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 800;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(184, 134, 11, 0.4);
    display: flex;
    align-items: center;
    gap: 5px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.trb-featured-badge i {
    font-size: 12px;
}

/* Recording Image */
.trb-recording-image-wrapper {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: linear-gradient(135deg, #F5F5F5 0%, #ECECEC 100%);
    display: block;
}

.trb-recording-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.trb-recording-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
    max-width: 100%;
}

.trb-recording-card:hover .trb-recording-image {
    transform: scale(1.08);
}

.trb-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(184, 134, 11, 0.9) 0%, rgba(218, 165, 32, 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.trb-recording-card:hover .trb-image-overlay {
    opacity: 1;
}

.trb-overlay-content {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.trb-overlay-content i {
    font-size: 24px;
    transition: transform 0.3s ease;
}

.trb-recording-card:hover .trb-overlay-content i {
    transform: scale(1.2);
}

/* Audio Indicator */
.trb-audio-indicator {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 8px 14px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    z-index: 10;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.trb-audio-indicator i {
    font-size: 14px;
    color: #B8860B;
}

/* Quick Actions */
.trb-quick-actions {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    gap: 8px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.trb-recording-card:hover .trb-quick-actions {
    opacity: 1;
    transform: translateY(0);
}

.trb-action-btn {
    width: 42px;
    height: 42px;
    background: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.trb-action-btn i {
    font-size: 18px;
    color: #B8860B;
}

.trb-action-btn:hover {
    background: linear-gradient(135deg, #B8860B 0%, #DAA520 100%);
    transform: scale(1.1);
}

.trb-action-btn:hover i {
    color: #fff;
}

/* Recording Content */
.trb-recording-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.trb-recording-title {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 10px 0;
    line-height: 1.3;
    min-height: 48px;
}

.trb-recording-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.trb-recording-title a:hover {
    color: #B8860B;
}

.trb-author-info {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #888;
    font-size: 12px;
    font-weight: 600;
    margin: 0 auto 10px;
    padding: 5px 10px;
    background: linear-gradient(135deg, #F8F8F8 0%, #F5F5F5 100%);
    border-radius: 12px;
    width: fit-content;
    border: 1px solid #EFEFEF;
}

.trb-author-info i {
    font-size: 13px;
    color: #B8860B;
}

.trb-author-info span {
    color: #555;
}

.trb-recording-description {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 14px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.trb-recording-meta {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.trb-meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #888;
    font-weight: 600;
}

.trb-meta-item i {
    font-size: 14px;
    color: #B8860B;
}

/* Price Section */
.trb-price-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 2px solid #F5F5F5;
}

.trb-price-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.trb-current-price {
    font-size: 24px;
    font-weight: 800;
    color: #B8860B;
    letter-spacing: -0.5px;
}

.trb-original-price {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
    font-weight: 600;
}

.trb-buy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #B8860B 0%, #C5A028 100%);
    color: #fff;
    padding: 12px 20px;
    border-radius: 24px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 4px 12px rgba(184, 134, 11, 0.3);
    letter-spacing: 0.3px;
    text-transform: uppercase;
    width: 100%;
}

.trb-buy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(184, 134, 11, 0.4);
    color: #fff;
}

.trb-buy-btn i {
    font-size: 16px;
}

/* Navigation Buttons */
.trb-nav-btn {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #fff 0%, #FFFAF0 100%);
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(139, 101, 20, 0.16), 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    border: 2px solid rgba(184, 134, 11, 0.2);
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 20;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trb-nav-btn:after {
    font-size: 22px;
    color: #B8860B;
    font-weight: 900;
}

.trb-nav-next {
    right: 2px;
}

.trb-nav-prev {
    left: 2px;
}

.trb-nav-next:after {
    content: '→';
}

.trb-nav-prev:after {
    content: '←';
}

.trb-nav-btn:hover {
    background: linear-gradient(135deg, #B8860B 0%, #C5A028 100%);
    transform: translateY(-50%) scale(1.12);
    box-shadow: 0 6px 22px rgba(184, 134, 11, 0.38), 0 3px 10px rgba(0, 0, 0, 0.15);
    border-color: transparent;
}

.trb-nav-btn:hover:after {
    color: #fff;
}

/* Pagination */
.trb-pagination {
    text-align: center;
    margin-top: 28px;
}

.trb-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, #DDD 0%, #CCC 100%);
    opacity: 1;
    transition: all 0.3s ease;
    margin: 0 6px;
    border: 2px solid transparent;
}

.trb-pagination .swiper-pagination-bullet-active {
    background: linear-gradient(135deg, #B8860B 0%, #C5A028 100%);
    width: 32px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(184, 134, 11, 0.35);
    border-color: rgba(184, 134, 11, 0.2);
}

/* View All Button */
.trb-viewall-wrapper {
    text-align: center;
    margin-top: 40px;
}

.trb-viewall-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #fff 0%, #FFFAF0 100%);
    color: #B8860B;
    padding: 14px 32px;
    border-radius: 32px;
    font-weight: 800;
    font-size: 15px;
    border: 2.5px solid #B8860B;
    transition: all 0.4s ease;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(139, 101, 20, 0.12);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.trb-viewall-btn:hover {
    background: linear-gradient(135deg, #B8860B 0%, #C5A028 100%);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 22px rgba(184, 134, 11, 0.28);
    border-color: transparent;
}

.trb-viewall-btn i {
    transition: transform 0.3s ease;
    font-size: 16px;
}

.trb-viewall-btn:hover i {
    transform: translateX(5px);
}

/* RESPONSIVE - TABLET */
@media (max-width: 1024px) {
    .trb-slider-container {
        padding: 20px 60px 30px;
    }

    .trb-recording-image-wrapper {
        height: 220px;
    }
}

/* RESPONSIVE - MOBILE */
@media (max-width: 768px) {
    .trb-recordings-section {
        padding: 40px 0;
    }

    .trb-recordings-section .container {
        max-width: 100% !important;
        padding: 0 !important;
    }

    .trb-recordings-section .section-head {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .trb-recordings-section .trb-slider-container {
        padding: 0 42px 40px !important;
        max-width: 100% !important;
    }

    .trb-recordings-section .trb-recordings-swiper {
        overflow: hidden !important;
        padding: 0 !important;
        height: auto !important;
    }

    .trb-recordings-section .trb-recordings-swiper .swiper-wrapper {
        height: auto !important;
    }

    .trb-recordings-section .trb-recordings-swiper .swiper-slide {
        height: auto !important;
        margin-bottom: 10px !important;
        /* Remove display: block !important; OR change it to: */
        display: flex !important;
        justify-content: center !important;
    }

    .trb-recording-card {
        width: 100% !important;
        max-width: 100% !important;
        height: 100%;
    }

    .trb-recording-image-wrapper {
        height: 170px;
    }

    .trb-recording-content {
        padding: 14px;
    }

    .trb-recording-title {
        font-size: 14px;
        min-height: 42px;
    }

    .trb-author-info {
        font-size: 10px;
        padding: 4px 8px;
        margin-bottom: 6px;
    }

    .trb-recording-description {
        font-size: 11px;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .trb-recording-meta {
        gap: 6px;
        margin-bottom: 10px;
    }

    .trb-meta-item {
        font-size: 10px;
    }

    .trb-meta-item i {
        font-size: 11px;
    }

    .trb-price-section {
        padding-top: 10px;
        gap: 10px;
    }

    .trb-current-price {
        font-size: 20px;
    }

    .trb-original-price {
        font-size: 14px;
    }

    .trb-buy-btn {
        padding: 10px 14px;
        font-size: 11px;
    }

    .trb-buy-btn i {
        font-size: 13px;
    }

    .trb-recordings-section .trb-nav-btn {
        width: 38px;
        height: 38px;
    }

    .trb-recordings-section .trb-nav-btn:after {
        font-size: 16px;
    }

    .trb-recordings-section .trb-nav-next {
        right: 2px;
    }

    .trb-recordings-section .trb-nav-prev {
        left: 2px;
    }

    .trb-recordings-section .trb-pagination {
        margin-top: 25px;
    }
}

/* RESPONSIVE - SMALL MOBILE */
@media (max-width: 480px) {
    .trb-recordings-section .trb-slider-container {
        padding: 0 0px 0px !important;
    }

    .trb-recording-image-wrapper {
        height: 160px;
    }

    .trb-recording-content {
        padding: 12px;
    }
}

.trb-videos-section {
    padding: 0px 0;
    background: #eeeed48c;
    position: relative;
    overflow: hidden;
}

.trb-videos-swiper {
    padding: 0px 0 0px;
    overflow: hidden;
    position: relative;
}

.trb-videos-swiper .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.trb-videos-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

/* Video Card */
.trb-video-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 340px;
    width: 100%;
    border: 1px solid rgba(184, 134, 11, 0.1);
}

.trb-video-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
    border-color: rgba(184, 134, 11, 0.2);
}

/* Badges */
.trb-discount-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #FF4757 0%, #FF6348 100%);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(255, 71, 87, 0.4);
    letter-spacing: 0.5px;
}

.trb-featured-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #B8860B 0%, #DAA520 100%);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 800;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(184, 134, 11, 0.4);
    display: flex;
    align-items: center;
    gap: 5px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.trb-featured-badge i {
    font-size: 12px;
}

/* Video Image */
.trb-video-image-wrapper {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: linear-gradient(135deg, #F5F5F5 0%, #ECECEC 100%);
    display: block;
}

.trb-video-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.trb-video-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.3s ease;
    display: block;
    max-width: 100%;
    filter: brightness(0.85);
}

.trb-video-card:hover .trb-video-image {
    transform: scale(1.08);
    filter: brightness(0.7);
}

.trb-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(184, 134, 11, 0.85) 0%, rgba(218, 165, 32, 0.85) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.trb-video-card:hover .trb-image-overlay {
    opacity: 1;
}

.trb-overlay-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    color: #fff;
}

.trb-play-button {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.trb-play-button i {
    font-size: 32px;
    color: #B8860B;
    margin-left: 4px;
}

.trb-video-card:hover .trb-play-button {
    transform: scale(1.15);
    background: #fff;
}

.trb-view-text {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Video Indicators */
.trb-video-indicators {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    z-index: 10;
}

.trb-duration-badge,
.trb-video-badge {
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 6px 12px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.trb-duration-badge i,
.trb-video-badge i {
    font-size: 12px;
    color: #B8860B;
}

/* Quick Actions */
.trb-quick-actions {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    gap: 8px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.4s ease;
    z-index: 11;
}

.trb-video-card:hover .trb-quick-actions {
    opacity: 1;
    transform: translateY(0);
}

.trb-action-btn {
    width: 42px;
    height: 42px;
    background: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.trb-action-btn i {
    font-size: 18px;
    color: #B8860B;
}

.trb-action-btn:hover {
    background: linear-gradient(135deg, #B8860B 0%, #DAA520 100%);
    transform: scale(1.1);
}

.trb-action-btn:hover i {
    color: #fff;
}

/* Video Content */
.trb-video-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.trb-video-title {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 10px 0;
    line-height: 1.3;
    min-height: 48px;
}

.trb-video-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.trb-video-title a:hover {
    color: #B8860B;
}

.trb-author-info {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #888;
    font-size: 12px;
    font-weight: 600;
    margin: 0 auto 10px;
    padding: 5px 10px;
    background: linear-gradient(135deg, #F8F8F8 0%, #F5F5F5 100%);
    border-radius: 12px;
    width: fit-content;
    border: 1px solid #EFEFEF;
}

.trb-author-info i {
    font-size: 13px;
    color: #B8860B;
}

.trb-author-info span {
    color: #555;
}

.trb-video-description {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 14px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.trb-video-meta {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.trb-meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #888;
    font-weight: 600;
}

.trb-meta-item i {
    font-size: 14px;
    color: #B8860B;
}

/* Price Section */
.trb-price-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 2px solid #F5F5F5;
}

.trb-price-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.trb-current-price {
    font-size: 24px;
    font-weight: 800;
    color: #B8860B;
    letter-spacing: -0.5px;
}

.trb-original-price {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
    font-weight: 600;
}

.trb-buy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #B8860B 0%, #C5A028 100%);
    color: #fff;
    padding: 12px 20px;
    border-radius: 24px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 4px 12px rgba(184, 134, 11, 0.3);
    letter-spacing: 0.3px;
    text-transform: uppercase;
    width: 100%;
}

.trb-buy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(184, 134, 11, 0.4);
    color: #fff;
}

.trb-buy-btn i {
    font-size: 16px;
}

/* Empty Card State */
.trb-empty-card .trb-video-image-wrapper {
    position: relative;
}

.trb-empty-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.trb-empty-overlay i {
    font-size: 48px;
    color: #B8860B;
    margin-bottom: 10px;
}

.trb-empty-overlay p {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.trb-empty-overlay span {
    font-size: 14px;
    color: #ccc;
}

/* Navigation Buttons */
.trb-nav-btn {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #fff 0%, #FFFAF0 100%);
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(139, 101, 20, 0.16), 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    border: 2px solid rgba(184, 134, 11, 0.2);
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 20;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trb-nav-btn:after {
    font-size: 22px;
    color: #B8860B;
    font-weight: 900;
}

.trb-nav-next {
    right: 2px;
}

.trb-nav-prev {
    left: 2px;
}

.trb-nav-next:after {
    content: '→';
}

.trb-nav-prev:after {
    content: '←';
}

.trb-nav-btn:hover {
    background: linear-gradient(135deg, #B8860B 0%, #C5A028 100%);
    transform: translateY(-50%) scale(1.12);
    box-shadow: 0 6px 22px rgba(184, 134, 11, 0.38), 0 3px 10px rgba(0, 0, 0, 0.15);
    border-color: transparent;
}

.trb-nav-btn:hover:after {
    color: #fff;
}

/* Pagination */
.trb-pagination {
    text-align: center;
    margin-top: 28px;
}

.trb-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, #DDD 0%, #CCC 100%);
    opacity: 1;
    transition: all 0.3s ease;
    margin: 0 6px;
    border: 2px solid transparent;
}

.trb-pagination .swiper-pagination-bullet-active {
    background: linear-gradient(135deg, #B8860B 0%, #C5A028 100%);
    width: 32px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(184, 134, 11, 0.35);
    border-color: rgba(184, 134, 11, 0.2);
}

/* View All Button */
.trb-viewall-wrapper {
    text-align: center;
    margin-top: 40px;
}

.trb-viewall-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #fff 0%, #FFFAF0 100%);
    color: #B8860B;
    padding: 14px 32px;
    border-radius: 32px;
    font-weight: 800;
    font-size: 15px;
    border: 2.5px solid #B8860B;
    transition: all 0.4s ease;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(139, 101, 20, 0.12);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.trb-viewall-btn:hover {
    background: linear-gradient(135deg, #B8860B 0%, #C5A028 100%);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 22px rgba(184, 134, 11, 0.28);
    border-color: transparent;
}

.trb-viewall-btn i {
    transition: transform 0.3s ease;
    font-size: 16px;
}

.trb-viewall-btn:hover i {
    transform: translateX(5px);
}

/* RESPONSIVE - TABLET */
@media (max-width: 1024px) {
    .trb-slider-container {
        padding: 20px 60px 30px;
    }

    .trb-video-image-wrapper {
        height: 220px;
    }
}

/* RESPONSIVE - MOBILE */
@media (max-width: 768px) {
    .trb-videos-section {
        padding: 40px 0;
    }

    .trb-slider-container {
        padding: 20px 50px 30px;
    }

    .trb-video-image-wrapper {
        height: 200px;
        display: block;
        position: relative;
    }

    .trb-video-link {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .trb-video-image {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        max-width: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .trb-video-content {
        padding: 18px;
    }

    .trb-nav-btn {
        width: 44px;
        height: 44px;
    }

    .trb-nav-btn:after {
        font-size: 18px;
    }

    .trb-nav-next {
        right: 5px;
    }

    .trb-nav-prev {
        left: 5px;
    }

    .trb-play-button {
        width: 60px;
        height: 60px;
    }

    .trb-play-button i {
        font-size: 28px;
    }
}

/* RESPONSIVE - SMALL MOBILE */
@media (max-width: 480px) {
    .trb-slider-container {
        padding: 20px 45px 30px;
    }

    .trb-video-card {
        max-width: 100%;
    }

    .trb-video-image-wrapper {
        height: 180px;
        min-height: 180px;
    }

    .trb-video-image {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .trb-heading-title {
        font-size: 32px;
    }

    .trb-current-price {
        font-size: 22px;
    }
}

/* ===== BLOGS SECTION - PREMIUM DESIGN ===== */

.trb-blogs-section {
    padding: 60px 0;
    background: transparent;
    position: relative;
    overflow: hidden;
}

/* Slider Container */
.trb-slider-container {
    position: relative;
    padding: 0px 70px 30px;
    max-width: 1500px;
    margin: 0 auto;
}

.trb-blogs-swiper {
    padding: 0px 0 0px;
    overflow: hidden;
    position: relative;
}

.trb-blogs-swiper .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.trb-blogs-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

/* Static Grid Container */
.trb-static-grid {
    padding: 0px 0;
}

.trb-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 380px));
    gap: 30px;
    max-width: 1240px;
    margin: 0 auto;
    justify-content: center;
}

.trb-grid-item {
    display: flex;
    justify-content: center;
}

.trb-grid-item.trb-full-width {
    grid-column: 1 / -1;
}

/* Blog Card */
.trb-blog-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 380px;
    width: 100%;
    border: 1px solid rgba(184, 134, 11, 0.1);
}

.trb-blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
    border-color: rgba(184, 134, 11, 0.2);
}

/* Blog Image */
.trb-blog-image-wrapper {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
    background: linear-gradient(135deg, #F5F5F5 0%, #ECECEC 100%);
    display: block;
}

.trb-blog-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.trb-blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
    max-width: 100%;
}

.trb-blog-card:hover .trb-blog-image {
    transform: scale(1.08);
}

.trb-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(184, 134, 11, 0.9) 0%, rgba(218, 165, 32, 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.trb-blog-card:hover .trb-image-overlay {
    opacity: 1;
}

.trb-overlay-content {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.trb-overlay-content i {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.trb-blog-card:hover .trb-overlay-content i {
    transform: translateX(5px);
}

/* Badges */
.trb-category-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #B8860B 0%, #DAA520 100%);
    color: #fff;
    padding: 6px 14px;
    border-radius: 18px;
    font-size: 11px;
    font-weight: 800;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(184, 134, 11, 0.4);
    display: flex;
    align-items: center;
    gap: 5px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.trb-category-badge i {
    font-size: 12px;
}

.trb-read-time-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 11px;
    font-weight: 700;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 5px;
    letter-spacing: 0.3px;
}

.trb-read-time-badge i {
    font-size: 12px;
    color: #B8860B;
}

/* Blog Content */
.trb-blog-content {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.trb-blog-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.trb-meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #888;
    font-weight: 600;
}

.trb-meta-item i {
    font-size: 13px;
    color: #B8860B;
}

.trb-blog-title {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 14px 0;
    line-height: 1.3;
    min-height: 52px;
}

.trb-blog-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.trb-blog-title a:hover {
    color: #B8860B;
}

.trb-blog-excerpt {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 18px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.trb-read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #B8860B;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-top: auto;
    padding: 10px 0;
}

.trb-read-more-btn i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.trb-read-more-btn:hover {
    color: #8B6514;
}

.trb-read-more-btn:hover i {
    transform: translateX(5px);
}

/* Empty State */
.trb-empty-state {
    text-align: center;
    padding: 80px 40px;
    background: linear-gradient(135deg, #FFFBF0 0%, #FFF8E8 100%);
    border-radius: 20px;
    border: 2px dashed rgba(184, 134, 11, 0.3);
}

.trb-empty-state i {
    font-size: 64px;
    color: #B8860B;
    margin-bottom: 20px;
    opacity: 0.6;
}

.trb-empty-state h3 {
    font-size: 24px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 10px 0;
}

.trb-empty-state p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

/* Navigation Buttons */
.trb-nav-btn {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #fff 0%, #FFFAF0 100%);
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(139, 101, 20, 0.16), 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    border: 2px solid rgba(184, 134, 11, 0.2);
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 20;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trb-nav-btn:after {
    font-size: 22px;
    color: #B8860B;
    font-weight: 900;
}

.trb-nav-next {
    right: 2px;
}

.trb-nav-prev {
    left: 2px;
}

.trb-nav-next:after {
    content: '→';
}

.trb-nav-prev:after {
    content: '←';
}

.trb-nav-btn:hover {
    background: linear-gradient(135deg, #B8860B 0%, #C5A028 100%);
    transform: translateY(-50%) scale(1.12);
    box-shadow: 0 6px 22px rgba(184, 134, 11, 0.38), 0 3px 10px rgba(0, 0, 0, 0.15);
    border-color: transparent;
}

.trb-nav-btn:hover:after {
    color: #fff;
}

/* Pagination */
.trb-pagination {
    text-align: center;
    margin-top: 28px;
}

.trb-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, #DDD 0%, #CCC 100%);
    opacity: 1;
    transition: all 0.3s ease;
    margin: 0 6px;
    border: 2px solid transparent;
}

.trb-pagination .swiper-pagination-bullet-active {
    background: linear-gradient(135deg, #B8860B 0%, #C5A028 100%);
    width: 32px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(184, 134, 11, 0.35);
    border-color: rgba(184, 134, 11, 0.2);
}

/* View All Button */
.trb-viewall-wrapper {
    text-align: center;
    margin-top: 40px;
}

.trb-viewall-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #fff 0%, #FFFAF0 100%);
    color: #B8860B;
    padding: 14px 32px;
    border-radius: 32px;
    font-weight: 800;
    font-size: 15px;
    border: 2.5px solid #B8860B;
    transition: all 0.4s ease;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(139, 101, 20, 0.12);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.trb-viewall-btn:hover {
    background: linear-gradient(135deg, #B8860B 0%, #C5A028 100%);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 22px rgba(184, 134, 11, 0.28);
    border-color: transparent;
}

.trb-viewall-btn i {
    transition: transform 0.3s ease;
    font-size: 16px;
}

.trb-viewall-btn:hover i {
    transform: translateX(5px);
}

/* RESPONSIVE - TABLET */
@media (max-width: 1024px) {
    .trb-slider-container {
        padding: 20px 60px 30px;
    }

    .trb-grid-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(320px, 360px));
        gap: 24px;
    }

    .trb-blog-image-wrapper {
        height: 240px;
    }
}

/* RESPONSIVE - MOBILE */
@media (max-width: 768px) {
    .trb-blogs-section {
        padding: 40px 0;
    }

    .trb-slider-container {
        padding: 20px 50px 30px;
    }

    .trb-grid-wrapper {
        grid-template-columns: 1fr;
        max-width: 100%;
        padding: 0 15px;
    }

    .trb-grid-item {
        width: 100%;
        max-width: 100%;
    }

    .trb-blog-card {
        max-width: 100%;
        margin: 0 auto;
    }

    .trb-blog-image-wrapper {
        height: 220px;
        display: block;
        position: relative;
    }

    .trb-blog-link {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .trb-blog-image {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        max-width: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .trb-blog-content {
        padding: 20px;
    }

    .trb-blog-title {
        font-size: 18px;
    }

    .trb-nav-btn {
        width: 44px;
        height: 44px;
    }

    .trb-nav-btn:after {
        font-size: 18px;
    }

    .trb-nav-next {
        right: 5px;
    }

    .trb-nav-prev {
        left: 5px;
    }
}

/* RESPONSIVE - SMALL MOBILE */
@media (max-width: 480px) {
    .trb-slider-container {
        padding: 20px 45px 30px;
    }

    .trb-grid-wrapper {
        padding: 0 10px;
    }

    .trb-blog-image-wrapper {
        height: 200px;
        min-height: 200px;
    }

    .trb-blog-image {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .trb-blog-content {
        padding: 18px;
    }

    .trb-heading-title {
        font-size: 32px;
    }

    .trb-blog-title {
        font-size: 17px;
        min-height: 45px;
    }
}

#widthmessagebox {
    max-width: 84%;
}

#widthmessagebox .trb-heading-simple {
    max-width: 100%;
}

 /* Additional styles for stock badges */
 .ff-out-of-stock-badge {
     position: absolute;
     top: 10px;
     right: 10px;
     background: rgba(220, 38, 38, 0.9);
     color: white;
     padding: 4px 12px;
     border-radius: 4px;
     font-size: 0.8rem;
     font-weight: 600;
 }

 .ff-low-stock-badge {
     position: absolute;
     top: 10px;
     right: 10px;
     background: rgba(251, 146, 60, 0.9);
     color: white;
     padding: 4px 12px;
     border-radius: 4px;
     font-size: 0.8rem;
     font-weight: 600;
 }

 .ff-product-card {
     position: relative;
 }

 /* ===================================
   Premium Products Section Styles
   =================================== */

 .premium-products-section {
     padding: 80px 0;
     background: #eeeed48c;
     position: relative;
     overflow: hidden;
 }

 .premium-products-section::before {
     content: '';
     position: absolute;
     top: -50%;
     right: -10%;
     width: 500px;
     height: 500px;
     background: radial-gradient(circle, rgba(218, 165, 32, 0.05) 0%, transparent 70%);
     border-radius: 50%;
     pointer-events: none;
 }

 /* Section Header */
 .section-head {
     text-align: center;
     margin-bottom: 60px;
 }

 .trb-heading-simple {
     max-width: 700px;
     margin: 0 auto;
 }

 .trb-heading-badge {
     display: inline-flex;
     align-items: center;
     gap: 8px;
     background: linear-gradient(135deg, #daa520 0%, #b8860b 100%);
     color: white;
     padding: 8px 20px;
     border-radius: 50px;
     font-size: 13px;
     font-weight: 600;
     letter-spacing: 0.5px;
     margin-bottom: 20px;
     box-shadow: 0 4px 15px rgba(218, 165, 32, 0.2);
 }

 .trb-heading-badge i {
     font-size: 16px;
 }

 .trb-heading-title {
     font-size: 42px;
     font-weight: 700;
     color: #2c3e50;
     margin-bottom: 15px;
     line-height: 1.2;
 }

 .trb-heading-line {
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 20px 0;
 }

 .trb-heading-line::before,
 .trb-heading-line::after {
     content: '';
     flex: 1;
     height: 2px;
     background: linear-gradient(90deg, transparent 0%, #daa520 50%, transparent 100%);
     max-width: 100px;
 }

 .trb-line-dot {
     width: 8px;
     height: 8px;
     background: #daa520;
     border-radius: 50%;
     margin: 0 15px;
 }

 .trb-heading-tagline {
     font-size: 16px;
     color: #666;
     font-weight: 400;
     line-height: 1.6;
 }

 /* Products Container */
 .premium-products-container {
     max-width: 1400px;
     margin: 0 auto;
     padding: 0 20px;
 }

 .products-carousel-wrapper {
     position: relative;
     padding: 0 60px;
 }

 .products-grid-container {
     overflow: hidden;
 }

 .products-grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 30px;
     transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
 }

 /* Product Card */
 .product-card {
     background: white;
     border-radius: 20px;
     overflow: hidden;
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
     transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     position: relative;
     height: 100%;
     display: flex;
     flex-direction: column;
 }

 .product-card:hover {
     transform: translateY(-10px);
     box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
 }

 /* Top Badges */
 .product-badges-top {
     position: absolute;
     top: 15px;
     left: 15px;
     right: 15px;
     z-index: 10;
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
 }

 .badge-discount {
     background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
     color: white;
     padding: 6px 14px;
     border-radius: 8px;
     font-size: 13px;
     font-weight: 700;
     box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
 }

 .badge-featured {
     background: linear-gradient(135deg, #daa520 0%, #b8860b 100%);
     color: white;
     padding: 6px 14px;
     border-radius: 8px;
     font-size: 11px;
     font-weight: 700;
     display: flex;
     align-items: center;
     gap: 5px;
     box-shadow: 0 4px 15px rgba(218, 165, 32, 0.3);
 }

 .badge-featured i {
     font-size: 12px;
 }

 /* Product Image */
 .product-image-wrapper {
     position: relative;
     width: 100%;
     height: 320px;
     background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
     overflow: hidden;
 }

 .product-image {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
 }

 .product-card:hover .product-image {
     transform: scale(1.08);
 }

 /* Stock Overlays */
 .stock-overlay {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgba(0, 0, 0, 0.7);
     display: flex;
     align-items: center;
     justify-content: center;
     z-index: 9;
 }

 .stock-overlay span {
     color: white;
     font-size: 18px;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 1px;
 }

 .stock-indicator {
     position: absolute;
     bottom: 15px;
     right: 15px;
     background: rgba(255, 152, 0, 0.95);
     color: white;
     padding: 6px 12px;
     border-radius: 6px;
     font-size: 12px;
     font-weight: 600;
     display: flex;
     align-items: center;
     gap: 5px;
     z-index: 8;
 }

 /* Hover Actions */
 .product-hover-actions {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     display: flex;
     gap: 12px;
     opacity: 0;
     transition: opacity 0.3s ease;
     z-index: 8;
 }

 .product-card:hover .product-hover-actions {
     opacity: 1;
 }

 .action-btn {
     width: 45px;
     height: 45px;
     border-radius: 50%;
     background: white;
     border: none;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
     transition: all 0.3s ease;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
     color: #2c3e50;
     text-decoration: none;
 }

 .action-btn:hover {
     background: #daa520;
     color: white;
     transform: scale(1.1);
 }

 .action-btn i {
     font-size: 18px;
 }

 /* Product Info */
 .product-info {
     padding: 25px;
     display: flex;
     flex-direction: column;
     flex-grow: 1;
 }

 .product-category {
     font-size: 12px;
     color: #daa520;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 1px;
     margin-bottom: 8px;
 }

 .product-title {
     font-size: 18px;
     font-weight: 700;
     color: #2c3e50;
     margin-bottom: 10px;
     line-height: 1.4;
     min-height: 50px;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
 }

 .product-author {
     font-size: 13px;
     color: #666;
     margin-bottom: 12px;
     display: flex;
     align-items: center;
     gap: 6px;
 }

 .product-author i {
     color: #daa520;
     font-size: 12px;
 }

 .product-description {
     font-size: 13px;
     color: #777;
     line-height: 1.6;
     margin-bottom: 15px;
 }

 /* Product Meta */
 .product-meta {
     display: flex;
     flex-wrap: wrap;
     gap: 12px;
     margin-bottom: 15px;
     padding-bottom: 15px;
     border-bottom: 1px solid #eee;
 }

 .meta-item {
     font-size: 12px;
     color: #666;
     display: flex;
     align-items: center;
     gap: 5px;
 }

 .meta-item i {
     color: #daa520;
     font-size: 13px;
 }

 /* Rating */
 .product-rating {
     display: flex;
     align-items: center;
     gap: 8px;
     margin-bottom: 15px;
 }

 .stars {
     display: flex;
     gap: 2px;
 }

 .stars i {
     font-size: 14px;
     color: #ffa500;
 }

 .rating-text {
     font-size: 12px;
     color: #666;
 }

 /* Price */
 .product-price-wrapper {
     margin-bottom: 20px;
     margin-top: auto;
 }

 .price-container {
     display: flex;
     align-items: center;
     gap: 10px;
     flex-wrap: wrap;
 }

 .current-price {
     font-size: 28px;
     font-weight: 700;
     color: #2c3e50;
 }

 .original-price {
     font-size: 18px;
     color: #999;
     text-decoration: line-through;
 }

 /* Add to Cart Button */
 .add-to-cart-btn {
     width: 100%;
     background: linear-gradient(135deg, #daa520 0%, #b8860b 100%);
     color: white;
     border: none;
     padding: 14px 20px;
     border-radius: 12px;
     font-size: 14px;
     font-weight: 700;
     letter-spacing: 0.5px;
     cursor: pointer;
     transition: all 0.3s ease;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 8px;
     box-shadow: 0 4px 15px rgba(218, 165, 32, 0.3);
 }

 .add-to-cart-btn:hover {
     background: linear-gradient(135deg, #b8860b 0%, #966f0a 100%);
     transform: translateY(-2px);
     box-shadow: 0 6px 20px rgba(218, 165, 32, 0.4);
 }

 .add-to-cart-btn:active {
     transform: translateY(0);
 }

 .add-to-cart-btn i {
     font-size: 16px;
 }

 .out-of-stock-btn {
     background: #ccc !important;
     cursor: not-allowed !important;
     box-shadow: none !important;
 }

 .out-of-stock-btn:hover {
     transform: none !important;
 }

 /* Navigation Buttons */
 .carousel-nav-btn {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     width: 50px;
     height: 50px;
     border-radius: 50%;
     background: white;
     border: 2px solid #daa520;
     color: #daa520;
     font-size: 18px;
     cursor: pointer;
     transition: all 0.3s ease;
     z-index: 10;
     display: flex;
     align-items: center;
     justify-content: center;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
 }

 .carousel-nav-btn:hover {
     background: #daa520;
     color: white;
     transform: translateY(-50%) scale(1.1);
 }

 .prev-btn {
     left: 0;
 }

 .next-btn {
     right: 0;
 }

 /* View All Button */
 .view-all-btn-container {
     text-align: center;
     margin-top: 50px;
     margin-bottom: 32px;
 }

 .view-all-btn {
     display: inline-flex;
     align-items: center;
     gap: 10px;
     padding: 16px 40px;
     background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
     color: white;
     text-decoration: none;
     border-radius: 50px;
     font-size: 16px;
     font-weight: 600;
     letter-spacing: 0.5px;
     transition: all 0.3s ease;
     box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3);
 }

 .view-all-btn:hover {
     background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
     transform: translateY(-2px);
     box-shadow: 0 6px 20px rgba(44, 62, 80, 0.4);
 }

 .view-all-btn i {
     transition: transform 0.3s ease;
 }

 .view-all-btn:hover i {
     transform: translateX(5px);
 }

 /* Responsive Design */
 @media (max-width: 1200px) {
     .products-grid {
         grid-template-columns: repeat(3, 1fr);
         gap: 25px;
     }

     .trb-heading-title {
         font-size: 36px;
     }
 }

 @media (max-width: 992px) {
     .products-grid {
         grid-template-columns: repeat(2, 1fr);
         gap: 20px;
     }

     .products-carousel-wrapper {
         padding: 0 50px;
     }

     .carousel-nav-btn {
         width: 45px;
         height: 45px;
         font-size: 16px;
     }
 }

 @media (max-width: 768px) {
     .premium-products-section {
         padding: 60px 0;
     }

     .products-grid {
         grid-template-columns: repeat(2, 1fr);
         /* 4 columns */
         grid-template-rows: repeat(2, auto);
         /* 2 rows */
         gap: 12px;
     }

     .products-carousel-wrapper {
         padding: 0 20px;
     }

     .carousel-nav-btn {
         display: none;
     }

     .trb-heading-title {
         font-size: 32px;
     }

     .product-image-wrapper {
         height: 280px;
     }
 }

 @media (max-width: 480px) {
     .trb-heading-title {
         font-size: 28px;
     }

     .premium-products-container {

         padding: 0 0px;
     }

     .products-carousel-wrapper {
         padding: 0 0px;
     }

     .add-to-cart-btn {
         padding: 8px 6px;
         font-size: 12px;
     }

     .product-info {
         padding: 12px;
     }

     .product-title {
         font-size: 16px;
         min-height: auto;
     }

     .current-price {
         font-size: 24px;
     }
 }

  .custom-plan-card {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      background-color: #f8f9fa;
      padding: 20px;
      border-radius: 12px;
  }

  .custom-plan-card:hover {
      transform: translateY(-10px);
      box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.1);
  }

  .custom-card-title {
      font-size: 1.5rem;
      color: #333;
  }

  .custom-plan-price h4 {
      font-size: 2rem;
      font-weight: bold;
  }

  .custom-plan-features {
      margin-bottom: 20px;
  }

  .custom-feature-item {
      font-size: 1.1rem;
      margin: 10px 0;
      color: #333;
      display: flex;
      align-items: center;
  }

  .custom-feature-item i {
      margin-right: 10px;
  }

  .custom-plan-list .list-group-item {
      border: none;
      padding: 12px;
  }

  .custom-buy-now-btn {
      background-color: #e67e22;
      color: white !important;
      font-weight: bold;
      transition: background-color 0.3s ease;
      padding: 12px 0;
  }

  .custom-buy-now-btn:hover {
      background-color: #e67e22;
  }