/* Banner Section Video */
.tt-2-banner-has-bg-video {
    position: relative;
    overflow: hidden;
    margin-bottom: 48px;
}

/* Header mobile consistency and toggler visibility */
@media (max-width: 991.98px) {
    .tt-2-header {
        min-height: 64px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    body.light-mode .tt-2-header {
        min-height: 64px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    /* Increase logo size on mobile */
    .tt-2-header .logo {
        width: 48px !important;
        height: 48px !important;
    }
    /* Ensure mobile sidebar toggler is visible */
    .tt-2-header-sidebar-opener {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 8px;
        color: inherit;
        margin-right: -20px;
    }

    /* Right-side controls alignment and compact sizing */
    .tt-2-header-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        width: 100%;
    }
    .tt-2-header-right > * { flex: 0 0 auto; }

    /* Compact theme toggle on mobile */
    .theme-toggle-btn {
        width: 36px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
    }

    /* Reduce header CTA button size on mobile (override inline when present) */
    .tt-2-header .tt-2-btn {
        font-size: 12px !important;
        padding: 4px 8px !important;
        height: 32px !important;
        line-height: 22px !important;
    }
}

.tt-2-banner-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.tt-2-banner-overlay {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
}

.logo-circle-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 400px;
}

.tt-2-banner-logo {
    width: 250px;
    height: 250px;
    object-fit: contain;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.2);
}

.curved-text-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}

.curved-text-svg text {
    fill: gold;
    font-size: 22px;
    font-family: 'Barlow', 'Inter', sans-serif;
    font-weight: bold;
    letter-spacing: 6px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Banner Section Image (general) */
.tt-2-banner-has-bg-image {
    position: relative;
    overflow: hidden;
    min-height: 72vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

/* Ensure overlay follows parent height */
@media (min-width: 1200px) {
    .tt-2-banner.tt-2-banner-has-bg-image .tt-2-banner-overlay {
        min-height: 85vh;
        padding: 24px 16px;
    }
}

/* Laptop/tablet banner height adjustments */
@media (max-width: 1199.98px) {
    .tt-2-banner-has-bg-image { min-height: 64vh; }
}
@media (max-width: 991.98px) {
    .tt-2-banner-has-bg-image { min-height: 56vh; }
}

@media (max-width: 991px) {
    .logo-circle-container {
        width: 280px;
        height: 280px;
    }

    .tt-2-banner-logo {
        width: 180px;
        height: 180px;
    }

    .curved-text-svg {
        width: 280px;
        height: 280px;
    }

    .curved-text-svg text {
        font-size: 16px;
        letter-spacing: 4px;
    }

    .tt-2-banner-overlay {
        min-height: 60vh;
    }
}

@media (max-width: 576px) {
    .logo-circle-container {
        width: 200px;
        height: 200px;
    }

    .tt-2-banner-logo {
        width: 120px;
        height: 120px;
    }

    .curved-text-svg {
        width: 200px;
        height: 200px;
    }

    .curved-text-svg text {
        font-size: 11px;
        letter-spacing: 2px;
    }

    /* Banner height for small phones */
    .tt-2-banner-overlay {
        min-height: 50vh;
    }
}

/* Sidebar heading center alignment */
.tt-sidebar__heading {
    justify-content: center !important;
}

/* Default (desktop/laptop) */
.ul-sidebar-header-logo .logo {
    height: 80px;
    width: 80px;
}

/* Mobile screens */
@media (max-width: 767px) {
    .ul-sidebar-header-logo .logo {
        height: 32px;
        width: 32px;
    }
}

/* Counter Section Responsive Styles */
.tt-2-counter-section {
    padding-top: 0;
    padding-bottom: 48px;
    margin-bottom: 48px;
    position: relative; /* contain theme pseudo-elements */
    overflow: hidden;   /* prevent accidental horizontal scroll */
}

.tt-2-counter-box {
    background: #232323;
    border-radius: 16px;
    padding: 32px 16px;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.2s;
    margin-bottom: 24px;
}

.tt-2-counter-box:hover {
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.18);
}

.tt-2-counter-number {
    font-size: 2.8rem;
    font-weight: 700;
    color: #FF9046;
    margin-bottom: 8px;
    display: block;
    letter-spacing: 1px;
}

.tt-2-counter-label {
    font-size: 1.1rem;
    color: #fff;
    opacity: 0.85;
    letter-spacing: 0.5px;
}

/* Medium screens (tablets) */
@media (max-width: 991.98px) {
    .tt-2-counter-section {
        padding: 32px 0 24px 0;
    }

    .tt-2-counter-box {
        padding: 24px 8px;
    }

    .tt-2-counter-number {
        font-size: 2.2rem;
    }
}

/* Small screens (mobiles) */
@media (max-width: 767.98px) {
    .tt-2-counter-section {
        padding: 16px 0 8px 0;
    }

    /* Keep all columns in a single row on mobile as requested */
    .tt-2-counter-section .row.justify-content-center {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        justify-content: center !important;
        gap: 10px !important;
        overflow-x: hidden; /* avoid accidental scrollbars */
    }

    .tt-2-counter-section .col-md-4 {
        flex: 0 0 33.333% !important;
        max-width: 33.333% !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .tt-2-counter-box {
        padding: 12px 8px;
        border-radius: 10px;
        margin-bottom: 0;
    }

    .tt-2-counter-number {
        font-size: 1.35rem;
    }

    .tt-2-counter-label {
        font-size: 0.95rem;
    }
}

/* Explicitly contain pseudo elements in light theme to stop horizontal scroll */
body.light-mode .tt-2-counter-section {
    position: relative;
    overflow: hidden;
}

/* Ensure mobile counter sizing matches across themes (light overrides use !important) */
@media (max-width: 767.98px) {
    body.light-mode .tt-2-counter-box {
        padding: 12px 8px !important;
        border-radius: 10px !important;
        margin-bottom: 0 !important;
    }
    body.light-mode .tt-2-counter-number {
        font-size: 1.35rem !important;
        line-height: 1.2 !important;
    }
    body.light-mode .tt-2-counter-label {
        font-size: 0.95rem !important;
    }
}


/* Theme color tokens for Reviewers & Authors slider */
body.dark-mode {
    --ra-card-bg: rgba(34, 34, 54, 0.7);
    --ra-card-shadow: rgba(0, 72, 255, 0.10);
    --ra-card-shadow-2: rgba(0, 0, 0, 0.10);
    --ra-card-border: rgba(255, 255, 255, 0.08);
    --ra-avatar-shadow: rgba(0, 72, 255, 0.10);
    --ra-avatar-border: #ffffff22;
    --ra-avatar-bg: #23234a;
    --ra-title-color: #FF9046;
    --ra-title-shadow: #0002;
    --ra-desc-color: #ffffff;
    --ra-desc-shadow: #0001;
    --ra-btn-text: #ffffff;
    --ra-btn-shadow: rgba(0, 72, 255, 0.10);
    --ra-pagination: #FF9046;
    --ra-pagination-active: #0048FF;
}

body.light-mode {
    --ra-card-bg: rgba(255, 255, 255, 0.82);
    --ra-card-shadow: rgba(0, 0, 0, 0.06);
    --ra-card-shadow-2: rgba(0, 0, 0, 0.05);
    --ra-card-border: rgba(0, 0, 0, 0.06);
    --ra-avatar-shadow: rgba(0, 0, 0, 0.06);
    --ra-avatar-border: rgba(0, 0, 0, 0.06);
    --ra-avatar-bg: #f3f4f6;
    --ra-title-color: #FF9046;
    --ra-title-shadow: #0001;
    --ra-desc-color: #2d3748;
    --ra-desc-shadow: #00000014;
    --ra-btn-text: #ffffff;
    --ra-btn-shadow: rgba(0, 0, 0, 0.08);
    --ra-pagination: #FF9046;
    --ra-pagination-active: #0048FF;
}

/* Modern Reviewers & Authors Slider Styles */
.reviewers-authors-modern-section {
    padding-top: 0;
    padding-bottom: 48px;
    margin-bottom: 48px;
}

.modern-slider-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: var(--ra-card-bg, rgba(34, 34, 54, 0.7));
    box-shadow: 0 8px 32px 0 var(--ra-card-shadow, rgba(0, 72, 255, 0.10)), 0 1.5px 8px 0 var(--ra-card-shadow-2, rgba(0, 0, 0, 0.10));
    border-radius: 32px;
    padding: 36px 48px;
    gap: 40px;
    backdrop-filter: blur(8px);
    border: 1.5px solid var(--ra-card-border, rgba(255, 255, 255, 0.08));
    min-height: 260px;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
}

.modern-slider-avatar {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.modern-slider-avatar img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 24px 0 var(--ra-avatar-shadow, rgba(0, 72, 255, 0.10));
    border: 4px solid var(--ra-avatar-border, #ffffff22);
    background: var(--ra-avatar-bg, #23234a);
}

.modern-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(90deg, #FF9046 0%, #FE52FB 100%);
    color: #fff;
    font-size: 0.98rem;
    font-weight: 700;
    border-radius: 16px;
    padding: 6px 18px 6px 12px;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 8px 0 rgba(254, 82, 251, 0.10);
    z-index: 2;
    border: 2px solid #fff2;
}

.modern-badge.author {
    background: linear-gradient(90deg, #0048FF 0%, #FE52FB 100%);
}

.modern-badge i {
    font-size: 1.1em;
    margin-right: 4px;
}

.modern-slider-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 12px;
}

.modern-slider-title {
    color: var(--ra-title-color, #FF9046);
    font-size: 2.1rem;
    font-weight: 800;
    margin-bottom: 12px;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px var(--ra-title-shadow, #0002);
}

.modern-slider-desc {
    color: var(--ra-desc-color, #fff);
    font-size: 1.15rem;
    margin-bottom: 26px;
    opacity: 0.96;
    line-height: 1.6;
    text-shadow: 0 1px 4px var(--ra-desc-shadow, #0001);
}

.modern-slider-btn {
    background: linear-gradient(90deg, #0048FF 0%, #FE52FB 100%);
    color: var(--ra-btn-text, #fff);
    font-size: 1.15rem;
    font-weight: 700;
    border-radius: 24px;
    padding: 12px 38px;
    box-shadow: 0 2px 12px 0 var(--ra-btn-shadow, rgba(0, 72, 255, 0.10));
    border: none;
    transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
    text-decoration: none;
    display: inline-block;
}

.modern-slider-btn:hover {
    background: linear-gradient(90deg, #FE52FB 0%, #0048FF 100%);
    color: #fff;
    box-shadow: 0 4px 24px 0 rgba(254, 82, 251, 0.15);
    transform: scale(1.04);
}

.reviewers-authors-swiper .swiper-pagination-bullet {
    background: var(--ra-pagination, #FF9046);
    opacity: 0.6;
    width: 12px;
    height: 12px;
    margin-top: 10px;
    margin: 0 4px !important;
    transition: background 0.2s, opacity 0.2s;
}

.reviewers-authors-swiper .swiper-pagination-bullet-active {
    background: var(--ra-pagination-active, #0048FF);
    opacity: 1;
}

@media (max-width: 991.98px) {
    .modern-slider-card {
        flex-direction: column;
        padding: 24px 16px;
        gap: 18px;
        min-height: 180px;
    }

    .modern-slider-avatar img {
        width: 80px;
        height: 80px;
    }

    .modern-slider-title {
        font-size: 1.3rem;
    }

    .modern-slider-desc {
        font-size: 1rem;
    }

    .modern-slider-btn {
        font-size: 1rem;
        padding: 10px 24px;
    }
}

@media (max-width: 767.98px) {
    .reviewers-authors-modern-section {
        padding: 18px 0 8px 0;
    }

    .modern-slider-card {
        flex-direction: column;
        align-items: center;
        border-radius: 16px;
        padding: 16px 6px 20px 6px;
        min-height: 120px;
        max-width: 95vw;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .modern-slider-avatar {
        margin-bottom: 12px;
        align-items: center;
        width: 100%;
        position: relative;
    }

    .modern-slider-avatar img {
        width: 64px;
        height: 64px;
        margin: 0 auto;
        display: block;
    }

    .modern-badge {
        font-size: 0.85rem;
        padding: 4px 10px 4px 8px;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        white-space: nowrap;
        max-width: 90vw;
        text-align: center;
    }

    .modern-slider-content {
        padding-left: 0;
        align-items: center;
        text-align: center;
        width: 100%;
        margin-bottom: 14px;
    }

    .modern-slider-title {
        font-size: 1.15rem;
        margin-bottom: 8px;
        width: 100%;
    }

    .modern-slider-desc {
        font-size: 0.97rem;
        margin-bottom: 16px;
        width: 100%;
    }

    .modern-slider-btn {
        font-size: 1rem;
        padding: 10px 0;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        display: block;
    }
}

.tt-info-cards-section {
    padding-top: 0;
    padding-bottom: 48px;
    margin-bottom: 48px;
}

.tt-info-cards-row {
    display: flex;
    flex-wrap: wrap;
}

.tt-info-card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 18px;
    box-shadow: 0 4px 24px 0 rgba(0, 72, 255, 0.07);
    padding: 36px 32px 28px 32px;
    margin-bottom: 24px;
    transition: box-shadow 0.2s, transform 0.2s;
    border: 1.5px solid rgba(255, 255, 255, 0.06);
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.tt-info-card.author {
    border-left: 6px solid #0048FF;
}

.tt-info-card.reviewer {
    border-left: 6px solid #FF9046;
}

.tt-info-card:hover {
    box-shadow: 0 8px 32px 0 rgba(0, 72, 255, 0.13);
    transform: translateY(-4px) scale(1.02);
    background: rgba(255, 255, 255, 0.06);
}

.tt-info-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.tt-info-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0048FF 0%, #FE52FB 100%);
    color: #fff;
    font-size: 2rem;
    box-shadow: 0 2px 8px 0 rgba(0, 72, 255, 0.10);
}

.tt-info-card.author .tt-info-card-icon {
    background: linear-gradient(135deg, #0048FF 0%, #FE52FB 100%);
}

.tt-info-card.reviewer .tt-info-card-icon {
    background: linear-gradient(135deg, #FF9046 0%, #FE52FB 100%);
}

.tt-info-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    letter-spacing: 0.5px;
}

.tt-info-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 8px;
    width: 100%;
}

.tt-info-card-list li {
    font-size: 1.08rem;
    color: #eaeaea;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    letter-spacing: 0.1px;
}

.tt-info-card-list-icon {
    font-size: 1.3em;
    margin-right: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .tt-info-cards-row {
        flex-direction: column;
        gap: 18px;
    }

    .tt-info-card {
        min-height: 0;
        padding: 28px 16px 20px 16px;
    }
}

@media (max-width: 767.98px) {
    .tt-info-cards-section {
        border-radius: 12px;
        margin-bottom: 24px;
    }

    .tt-info-card {
        border-radius: 10px;
        padding: 18px 8px 14px 8px;
        margin-bottom: 12px;
    }

    .tt-info-card-header {
        gap: 10px;
        margin-bottom: 12px;
    }

    .tt-info-card-title {
        font-size: 1.1rem;
    }

    .tt-info-card-list li {
        font-size: 0.98rem;
        margin-bottom: 10px;
    }

    .tt-info-card-list-icon {
        font-size: 1.1em;
        margin-right: 4px;
    }
}

.tt-congrats-section {
    padding-top: 0;
    padding-bottom: 48px;
    margin-bottom: 48px;
}

.tt-congrats-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 32px;
}

.tt-congrats-icon {
    font-size: 2.5rem;
    color: #FF9046;
    background: linear-gradient(135deg, #0048FF 0%, #FE52FB 100%);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 12px 0 rgba(0, 72, 255, 0.10);
}

.tt-congrats-box {
    background: #211e2a;
    border-radius: 18px;
    box-shadow: 0 4px 24px 0 rgba(0, 72, 255, 0.07);
    padding: 32px 24px 28px 24px;
    margin-bottom: 24px;
    transition: box-shadow 0.2s, transform 0.2s;
    border: 1.5px solid rgba(255, 255, 255, 0.06);
    min-height: 340px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.tt-congrats-box-header {
    margin-bottom: 10px;
}

.tt-congrats-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(90deg, #FF9046 0%, #FE52FB 100%);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 16px;
    padding: 6px 18px 6px 12px;
    box-shadow: 0 2px 8px 0 rgba(254, 82, 251, 0.10);
    border: 2px solid #fff2;
    margin-bottom: 8px;
    animation: pop-badge 1.2s cubic-bezier(.68, -0.55, .27, 1.55) infinite alternate;
}

.tt-congrats-badge.author {
    background: linear-gradient(90deg, #0048FF 0%, #FE52FB 100%);
}

@keyframes pop-badge {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.07);
    }
}

.tt-congrats-desc {
    color: #eaeaea;
    font-size: 1.08rem;
    margin-bottom: 18px;
    font-weight: 500;
    letter-spacing: 0.1px;
    min-height: 100px !important;
}

.tt-congrats-swiper {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.tt-congrats-profile {
    background: rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    box-shadow: 0 2px 12px 0 rgba(0, 72, 255, 0.08);
    padding: 18px 16px 14px 16px;
    display: flex;
    align-items: center;
    gap: 18px;
    position: relative;
    transition: box-shadow 0.2s, transform 0.2s;
    cursor: pointer;
    min-width: 220px;
    max-width: 320px;
    min-height: 100px;
    padding: 10px;
    margin: 0 auto;
}

.tt-congrats-profile:hover {
    box-shadow: 0 6px 24px 0 #FE52FB44;
    transform: translateY(-2px) scale(1.03);
}

.tt-congrats-profile-img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #FF9046;
    box-shadow: 0 2px 8px #0048FF22;
    background: #fff;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.tt-congrats-box.author .tt-congrats-profile-img {
    border-color: #0048FF;
}

.tt-congrats-profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.tt-congrats-profile-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
}

.tt-congrats-profile-name {
    font-size: 1.13rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
}

.tt-congrats-profile-meta {
    font-size: 0.98rem;
    color: #b5b5b5;
    font-weight: 500;
}

.tt-congrats-medal {
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 1.5rem;
    color: #FF9046;
    filter: drop-shadow(0 0 6px #FF9046aa);
    animation: shine-medal 1.5s infinite alternate;
    margin-right: 5px;
}

.tt-congrats-medal.silver {
    color: #bfc7d5;
    filter: drop-shadow(0 0 6px #bfc7d5cc);
}

.tt-congrats-medal.bronze {
    color: #c97c3b;
    filter: drop-shadow(0 0 6px #c97c3bcc);
}

@keyframes shine-medal {
    0% {
        filter: drop-shadow(0 0 6px #FF9046aa);
    }

    100% {
        filter: drop-shadow(0 0 16px #FE52FBcc);
    }
}

/* Swiper customizations */
.tt-congrats-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.tt-congrats-swiper .swiper-pagination {
    margin-top: 10px;
    text-align: center;
}

.tt-congrats-swiper .swiper-pagination-bullet {
    background: #FF9046;
    opacity: 0.7;
    width: 12px;
    height: 12px;
    margin: 0 4px !important;
    transition: background 0.2s, opacity 0.2s;
}

.tt-congrats-swiper .swiper-pagination-bullet-active {
    background: #0048FF;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .tt-congrats-section {
        border-radius: 14px;
        margin-bottom: 28px;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .tt-congrats-box {
        min-height: 0;
        padding: 18px 8px 14px 8px;
    }

    .tt-congrats-profile {
        min-width: 180px;
        max-width: 100%;
        padding: 12px 8px 10px 8px;
    }

    .tt-congrats-profile-img {
        width: 44px;
        height: 44px;
    }

    .tt-congrats-profile-name {
        font-size: 1rem;
    }

    .tt-congrats-profile-meta {
        font-size: 0.9rem;
    }

    .tt-congrats-medal {
        font-size: 1.1rem;
        right: 12px;
        top: 12px;
        margin-top: 5px;
        margin-right: 5px;
    }
}

@media (max-width: 767.98px) {
    .tt-congrats-header {
        gap: 10px;
        margin-bottom: 18px;
    }

    .tt-congrats-section {
        border-radius: 8px;
        margin-bottom: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .tt-congrats-box {
        border-radius: 8px;
        padding: 10px 2px 8px 2px;
        margin-bottom: 8px;
    }

    .tt-congrats-desc {
        text-align: center;
        font-size: 0.98rem;
        margin-bottom: 10px;
    }

    .tt-congrats-profile {
        min-width: 140px;
        padding: 8px 2px 6px 2px;
        gap: 8px;
        padding: 15px;
    }

    .tt-congrats-profile-img {
        width: 32px;
        height: 32px;
    }
}

.tt-faq-section {
    padding-top: 0;
    padding-bottom: 48px;
    margin-bottom: 48px;
}

/* Add extra space below FAQ if followed by a colored section */
.tt-faq-section+.tt-congrats-section,
.tt-faq-section+.tt-2-top-10,
.tt-faq-section+.tt-2-popular-shows {
    margin-top: 48px;
}

.tt-faq-accordion {
    max-width: 700px;
    margin: 0 auto;
}

.sa-single-accordion-item {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 14px;
    margin-bottom: 18px;
    box-shadow: 0 2px 12px 0 rgba(0, 72, 255, 0.05);
    border: 1.5px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
}

.sa-single-accordion-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px 0 rgba(0, 72, 255, 0.08);
}

.sa-single-accordion-item.open {
    box-shadow: 0 8px 32px 0 rgba(0, 72, 255, 0.15);
    border-color: #0048FF40;
    transform: translateY(-4px);
}

.tt-faq-question {
    cursor: pointer;
    padding: 22px 28px 22px 22px;
    font-size: 1.13rem;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.tt-faq-question::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 144, 70, 0.1), transparent);
    transition: left 0.6s ease;
}

.tt-faq-question:hover::before {
    left: 100%;
}

.sa-single-accordion-item.open .tt-faq-question {
    background: linear-gradient(90deg, #0048FF 60%, #FE52FB 100%);
    color: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 72, 255, 0.12);
    border-radius: 14px 14px 0 0;
    transform: scale(1.02);
}

.tt-faq-icon {
    font-size: 1.5rem;
    color: #FF9046;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: rotate(0deg);
}

.sa-single-accordion-item.open .tt-faq-icon {
    transform: rotate(180deg);
    color: #FF9046;
    text-shadow: 0 0 8px rgba(255, 144, 70, 0.4);
}

.tt-faq-q {
    flex: 1;
}

.tt-faq-answer {
    font-size: 1.05rem;
    color: #e0e0e0;
    line-height: 1.6;
    max-height: 0;
    padding: 0 28px 0 54px;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.02);
    border-top: 1px solid transparent;
}

.sa-single-accordion-item.open .tt-faq-answer {
    max-height: 200px;
    min-height: 60px;
    padding: 20px 28px 20px 54px;
    opacity: 1;
    transform: translateY(0);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

@media (max-width: 991.98px) {
    .tt-faq-section {
        padding: 24px 0 16px 0;
    }

    .tt-faq-accordion {
        max-width: 98vw;
    }

    .tt-faq-question {
        font-size: 1.05rem;
        padding: 16px 16px 16px 14px;
    }

    .tt-faq-answer {
        font-size: 0.98rem;
        padding: 0 16px 0 36px;
    }

    .sa-single-accordion-item.open .tt-faq-answer {
        padding: 16px 16px 16px 36px;
    }
}

@media (max-width: 767.98px) {
    .tt-faq-section {
        padding: 12px 8px 8px 8px;
        border-radius: 12px;
        margin-bottom: 24px;
    }

    .tt-faq-accordion {
        max-width: 100vw;
        padding: 0 2vw;
    }

    .tt-faq-question {
        font-size: 0.99rem;
        padding: 12px 8px 12px 8px;
    }

    .tt-faq-answer {
        font-size: 0.93rem;
        padding: 8px 8px 8px 24px;
    }

    .sa-single-accordion-item.open .tt-faq-answer {
        padding: 12px 8px 12px 24px;
    }
}

/* Footer Logo Styles */
.tt-footer-brand {
    display: flex;
    align-items: center;
}

.tt-footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tt-footer-logo:hover {
    transform: translateY(-2px);
}

.tt-footer-logo img {
    height: 70px;
    width: 70px;
    transition: all 0.3s ease;
}

.tt-footer-logo-text {
    font-size: 1.6rem;
    font-weight: 700;
    color: #FF9046;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.tt-footer-logo:hover .tt-footer-logo-text {
    color: #fff;
}

/* Responsive Footer Logo */
@media (max-width: 991.98px) {
    .tt-footer-brand {
        justify-content: center;
        margin-bottom: 20px;
    }

    .tt-footer-logo img {
        height: 60px;
        width: 60px;
    }

    .tt-footer-logo-text {
        font-size: 1.4rem;
    }
}

@media (max-width: 767.98px) {
    .tt-footer-logo {
        gap: 10px;
    }

    .tt-footer-logo img {
        height: 50px;
        width: 50px;
    }

    .tt-footer-logo-text {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .tt-footer-logo {
        gap: 8px;
    }

    .tt-footer-logo img {
        height: 40px;
        width: 40px;
    }

    .tt-footer-logo-text {
        font-size: 1.1rem;
    }
}

/* Add a common section class for vertical spacing */
.tt-section-spacing {
    padding-top: 56px;
    padding-bottom: 56px;
}

/* Footer: add top margin for separation */
.tt-footer {
    margin-top: 48px;
}

/* Responsive adjustments for all sections */
@media (max-width: 991.98px) {

    .tt-section-spacing,
    .tt-2-banner-has-bg-video,
    .tt-2-counter-section,
    .reviewers-authors-modern-section,
    .tt-info-cards-section,
    .tt-congrats-section,
    .tt-faq-section {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
        margin-bottom: 28px !important;
    }

    .tt-footer {
        margin-top: 28px !important;
    }
}

@media (max-width: 576px) {

    .tt-section-spacing,
    .tt-2-banner-has-bg-video,
    .tt-2-counter-section,
    .reviewers-authors-modern-section,
    .tt-info-cards-section,
    .tt-congrats-section,
    .tt-faq-section {
        padding-top: 14px !important;
        padding-bottom: 14px !important;
        margin-bottom: 14px !important;
    }

    .tt-footer {
        margin-top: 14px !important;
    }
}