/* Elementor Custom Widgets Consolidated Styles */

/* 1. Section Feature Primary */
.section-feature-primary {
    padding: 40px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.section-feature-primary * {
    box-sizing: border-box;
}
.feature-primary-wrapper {
    padding: 144px 64px 64px 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50px;
    position: relative;
    width: 100%;
    overflow: hidden;
    webkit-mask: url("../../vendor/images/mask.svg");
    mask: url("../../vendor/images/mask.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.feature-primary-wrapper::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), 
                linear-gradient(255.81deg, rgba(0, 0, 0, 0) 17.86%, rgba(255, 10, 38, 0.2) 82.14%), 
                linear-gradient(84.63deg, rgba(77, 216, 77, 0) 1.41%, rgba(12, 14, 154, 0.2) 98.59%);
    transition: all 1s;
    opacity: 0.8;
    z-index: 1;
}
.feature-primary-badge {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 700;
    background-color: #007AFF;
    border-radius: 77px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 24px;
    padding: 12px 32px;
    z-index: 10;
    display: inline-block;
    white-space: nowrap;
}
.feature-primary-grid {
    display: flex;
    align-items: stretch;
    gap: 20px;
    width: 100%;
    position: relative;
    z-index: 2;
}
.feature-primary-card-wrapper {
    flex: 1;
    perspective: 1000px;
}
.feature-primary-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 32px 16px;
    width: 100%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.1s ease-out, box-shadow 0.3s ease;
    transform-style: preserve-3d;
}
.feature-primary-card-icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
    transform: translateZ(20px);
}
.feature-primary-card-title {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1.4;
    transform: translateZ(10px);
}

@media (max-width: 1200px) {
    .feature-primary-wrapper {
        padding: 40px 24px;
    }
    .feature-primary-badge {
        position: static;
        transform: none;
        margin-bottom: 32px;
        border-radius: 12px;
    }
}
@media (max-width: 768px) {
    .feature-primary-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
    .feature-primary-card-wrapper {
        perspective: none;
    }
    .feature-primary-card {
        border-radius: 16px;
        padding: 16px 8px;
        gap: 10px;
        transform: none !important;
        background-color: rgba(255, 255, 255, 0.07);
    }
    .feature-primary-card-icon {
        width: 44px;
        height: 44px;
        transform: none !important;
    }
    .feature-primary-card-title {
        font-size: 13px;
        transform: none !important;
    }
    .feature-primary-badge {
        font-size: 13px;
        padding: 8px 20px;
    }
}


/* 2. Section Intro (Hero) */
.bk-hero-intro-section {
    padding: 72px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.bk-hero-intro-section * {
    box-sizing: border-box;
}
.bk-hero-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 72px;
    align-items: center;
    justify-content: center;
}
.bk-hero-panel-wrapper,
.box-item-img-scroll {
    position: relative;
    overflow: hidden;
    grid-column: span 4;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bk-hero-panel-wrapper::before,
.bk-hero-panel-wrapper::after,
.box-item-img-scroll::before,
.box-item-img-scroll::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 100px;
    z-index: 3;
    pointer-events: none;
}

.bk-hero-panel-wrapper::before,
.box-item-img-scroll::before {
    top: 0;
    background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0) 100%);
}

.bk-hero-panel-wrapper::after,
.box-item-img-scroll::after {
    bottom: 0;
    background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0) 100%);
}

.bk-hero-panel-img,
.img-vip {
    position: absolute;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    z-index: 2;
    transition: transform 0.1s ease-out;
}
.bk-hero-panel-glow {
    position: absolute;
    width: 100%;
    height: 55%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(0, 122, 255, 0.05) 0%, rgba(0, 0, 0, 0.02) 100%);
    border: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1;
}
.bk-hero-center-col {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.bk-hero-logo {
    max-height: 80px;
    width: auto;
    object-fit: contain;
    margin-bottom: 24px;
}
.bk-hero-title {
    font-size: 26px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 12px;
    line-height: 1.4;
}
.bk-hero-typewriter-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin-bottom: 28px;
    width: 100%;
}
.bk-hero-typewriter {
    font-size: 18px;
    font-weight: 700;
    color: #007AFF;
    text-align: center;
}
.bk-hero-cursor {
    font-size: 18px;
    font-weight: 700;
    color: #007AFF;
    animation: bk-blink 0.8s infinite;
}
@keyframes bk-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}
.bk-hero-drawer-btn {
    background-color: #000000;
    box-shadow: 8px 10px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 52px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
    cursor: pointer;
    z-index: 100;
}
.bk-hero-drawer-dot {
    min-width: 8px;
    min-height: 8px;
    background-color: #007AFF;
    border-radius: 50%;
    margin-left: 16px;
    flex-shrink: 0;
}
.bk-hero-drawer-links {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 0;
    opacity: 0;
    overflow: hidden;
    transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s ease, margin-left 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    margin-left: 0;
    direction: rtl;
}
.bk-hero-drawer-links li {
    display: inline-block;
}
.bk-hero-drawer-links li a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    opacity: 0.85;
    transition: opacity 0.2s ease;
}
.bk-hero-drawer-links li a:hover {
    opacity: 1;
}
.bk-hero-drawer-trigger {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.3s ease;
}

/* Expand Drawer Links on Hover */
.bk-hero-drawer-btn:hover .bk-hero-drawer-links {
    width: 330px;
    opacity: 1;
    margin-left: 80px;
}

/* Sticky / Fixed Menu top of screen on Scroll */
.bk-hero-drawer-btn.fixed-c {
    position: fixed;
    z-index: 999;
    right: 50%;
    transform: translateX(50%);
    animation: bk-slide-down 0.3s ease-out;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
    left: auto;
    top: 25px;
    width: auto;
    height: auto;
    border-radius: 52px;
}
.bk-hero-drawer-btn.fixed-c.scroll-up-hide {
    transform: translateX(50%) translateY(-100px);
    opacity: 0;
    pointer-events: none;
}
.bk-hero-drawer-btn.fixed-c .bk-hero-drawer-links {
    width: 330px;
    opacity: 1;
    margin-left: 80px;
}
@keyframes bk-slide-down {
    from { opacity: 0; transform: translateX(50%) translateY(-20px); }
    to { opacity: 1; transform: translateX(50%) translateY(0); }
}

@media (max-width: 1200px) {
    .bk-hero-grid {
        gap: 20px;
    }
    .bk-hero-panel-wrapper,
    .box-item-img-scroll {
        height: 350px;
    }
    .bk-hero-title {
        font-size: 22px;
    }
    .bk-hero-typewriter,
    .bk-hero-cursor {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .bk-hero-grid {
        grid-template-columns: repeat(12, minmax(0, 1fr));
        gap: 15px;
    }
    .bk-hero-center-col {
        grid-column: span 12;
        order: -1;
    }
    .bk-hero-panel-wrapper,
    .box-item-img-scroll {
        grid-column: span 6;
        height: 220px;
    }
    .bk-hero-panel-img,
    .img-vip {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-height: 65%;
        max-width: 90%;
        width: auto;
        height: auto;
        object-fit: contain;
        z-index: 2;
    }
    .bk-hero-logo {
        max-height: 60px;
    }
    .bk-hero-title {
        font-size: 18px;
    }
    .bk-hero-typewriter,
    .bk-hero-cursor {
        font-size: 15px;
    }
    .bk-hero-drawer-btn {
        display: none;
    }
}


/* 3. Section FAQs */
.section-faqs {
    padding: 64px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.section-faqs * {
    box-sizing: border-box;
}
.faq-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 48px;
}
.faq-logo {
    max-height: 25px;
    width: auto;
    object-fit: contain;
}
.faq-title {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    line-height: 1.4;
}
.faq-layout-row {
    display: flex;
    align-items: stretch;
    gap: 24px;
    width: 100%;
    direction: rtl;
}
.faq-nav-column {
    min-width: 500px;
    max-width: 500px;
    position: relative;
}
.swiper-faqs {
    height: 430px;
    padding: 16px 12px;
    margin-top: -16px;
    overflow: hidden;
}
.swiper-faqs .swiper-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}
.item-faq {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    border-radius: 15px;
    background-color: #FAFAFA;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease;
    max-height: 66px;
    margin-bottom: 20px;
    list-style: none;
    user-select: none;
    direction: rtl;
    text-align: right;
}
.item-faq:hover {
    background-color: #F1F1F1;
}
.item-faq.active {
    background-color: #007AFF;
    border-color: #007AFF;
    color: #ffffff;
}
.faq-arrow-box {
    width: 25px;
    height: 25px;
    border-radius: 8px;
    border: 2px solid #292D32;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}
.faq-arrow-box svg {
    width: 10px;
    height: 10px;
    fill: #292D32;
    transition: all 0.3s ease;
}
.item-faq.active .faq-arrow-box {
    border-color: #ffffff;
    background-color: transparent;
}
.item-faq.active .faq-arrow-box svg {
    fill: #ffffff;
    transform: rotate(45deg);
}
.faq-q-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.faq-swiper-next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -30px;
    right: 50%;
    transform: translateX(50%);
    cursor: pointer;
    z-index: 20;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    user-select: none;
}
.faq-swiper-next:hover {
    background-color: #f9f9f9;
    transform: translateX(50%) scale(1.1);
}
.faq-swiper-next svg {
    width: 16px;
    height: 16px;
    fill: #292D32;
}
.faq-content-column {
    flex-grow: 1;
}
.faq-contents-box {
    border: 1px solid #F1F1F1;
    border-radius: 16px;
    padding: 44px;
    padding-top: 36px;
    height: 100%;
    background-color: #ffffff;
    min-height: 430px;
}
.faq-content-tab {
    display: none;
    width: 100%;
    animation: faq-fade 0.35s ease;
}
.faq-content-tab.active {
    display: block;
}
@keyframes faq-fade {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}
.faq-active-title {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    display: block;
    text-align: right;
}
.faq-answer-content {
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    line-height: 1.8;
    text-align: justify;
    overflow-y: auto;
    max-height: 300px;
    padding-left: 12px;
    direction: rtl;
}
.faq-answer-content::-webkit-scrollbar {
    width: 4px;
}
.faq-answer-content::-webkit-scrollbar-track {
    background: transparent;
}
.faq-answer-content::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 2px;
}

@media (max-width: 1024px) {
    .faq-layout-row {
        flex-direction: column;
    }
    .faq-nav-column {
        min-width: 100%;
        max-width: 100%;
    }
    .swiper-faqs {
        height: auto;
        max-height: 320px;
    }
    .faq-contents-box {
        min-height: auto;
        padding: 24px;
    }
}
@media (max-width: 768px) {
    .section-faqs {
        padding: 40px 0;
    }
    .faq-title {
        font-size: 18px;
    }
    .item-faq {
        font-size: 12px;
        padding: 14px;
    }
    .faq-active-title {
        font-size: 15px;
    }
    .faq-answer-content {
        font-size: 12px;
        line-height: 1.7;
    }
}


/* 4. Section Video Tab */
.section-video-tab {
    padding: 64px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.section-video-tab * {
    box-sizing: border-box;
}
.video-tab-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 48px;
}
.video-tab-logo {
    max-height: 25px;
    width: auto;
    object-fit: contain;
}
.video-tab-title {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    line-height: 1.4;
}
.video-tab-desc {
    font-size: 15px;
    color: #555555;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}
.video-tab-container {
    position: relative;
    width: 100%;
    border-radius: 50px;
    overflow: hidden;
    background-color: #000000;
}
.video-tab-contents {
    position: relative;
    width: 100%;
}
.video-tab-content {
    display: none;
    width: 100%;
}
.video-tab-content.active {
    display: block;
}
.video-player-wrapper {
    position: relative;
    width: 100%;
    height: 650px;
    overflow: hidden;
    border-radius: 50px;
}
.video-player-wrapper::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 0.1%, rgba(0, 0, 0, 0.6) 80%);
    pointer-events: none;
}
.video-player-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.video-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background-color: #007AFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 8px 30px rgba(0, 122, 255, 0.4);
    opacity: 1;
    pointer-events: auto;
}
.video-play-overlay:hover {
    transform: translate(-50%, -50%) scale(1.08);
}
.video-play-overlay svg {
    width: 48px;
    height: 48px;
    fill: #ffffff;
    margin-left: 6px;
}
.video-title-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 110px;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
    z-index: 10;
    text-shadow: 0 2px 12px rgba(0,0,0,0.7);
    width: max-content;
    max-width: 90%;
    transition: all 0.3s ease;
    opacity: 1;
    pointer-events: none;
}
.video-player-wrapper.playing .video-play-overlay,
.video-player-wrapper.playing .video-title-overlay {
    opacity: 0;
    pointer-events: none;
}
.video-tab-nav-bar {
    position: absolute;
    bottom: 40px;
    left: 32px;
    right: 32px;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 16px;
    width: auto;
    box-sizing: border-box;
}
.video-swiper-prev,
.video-swiper-next {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: none;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
    flex-shrink: 0;
    z-index: 10;
}
.video-swiper-prev:hover,
.video-swiper-next:hover {
    background-color: rgba(255, 255, 255, 0.35);
}
.video-swiper-prev svg,
.video-swiper-next svg {
    width: 30px;
    height: 30px;
    fill: #ffffff;
}
.swiper-tab-video {
    flex-grow: 1;
    overflow: hidden;
    width: 100%;
}
.swiper-tab-video .swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;
    margin: 0;
    padding: 0;
    list-style: none;
}
.item-tab {
    cursor: pointer;
    width: auto !important;
    flex-shrink: 0;
    display: flex;
    user-select: none;
    box-sizing: border-box;
}

.item-tab-inner {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    gap: 10px;
    border-radius: 15px;
    transition: all 0.3s ease;
    width: 100%;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    direction: rtl;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.7);
    min-width: 362px;
}
.item-tab.active:hover .item-tab-inner ,.item-tab.active .item-tab-inner {
    background: var(--accent_color2) !important;
    border:none;
    color: #ffffff !important;
}

.item-tab:hover .item-tab-inner {
    background-color: rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
}
.tab-play-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    fill: currentColor;
}
.tab-title-text {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    text-align: right;
    color: inherit;
}

@media (max-width: 768px) {
    .item-tab.active:hover .item-tab-inner ,.item-tab.active .item-tab-inner {
    background: var(--m_accent_color2) !important;
}
    .section-video-tab {
        padding: 40px 0;
    }
    .video-tab-title {
        font-size: 18px;
    }
    .video-tab-desc {
        font-size: 13px;
        padding: 0 15px;
    }
    .video-tab-container,
    .video-player-wrapper {
        border-radius: 16px !important;
    }
    .video-player-wrapper {
        height: 380px;
    }
    .video-play-overlay {
        width: 70px;
        height: 70px;
        border-radius: 25px;
    }
    .video-play-overlay svg {
        width: 28px;
        height: 28px;
    }
    .video-title-overlay {
        font-size: 15px;
        margin-top: 55px;
        width: 90%;
    }
    .video-tab-nav-bar {
        bottom: 16px;
        left: 12px;
        right: 12px;
        gap: 8px;
    }
    .video-swiper-prev,
    .video-swiper-next {
        width: 36px;
        height: 36px;
        min-width: 36px;
        border-radius: 50%;
    }
    .item-tab-inner {
        padding: 8px 14px;
        gap: 6px;
        border-radius: 20px;
    }
    .tab-title-text {
        font-size: 12px;
    }
}


/* 5. Section Widget Tab */
.section-widget-tab {
    padding: 64px 0;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.section-widget-tab * {
    box-sizing: border-box;
}
.widget-tab-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 28px;
}
.widget-tab-logo {
    width: 44px;
    height: 44px;
    object-fit: contain;
}
.widget-tab-title {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    line-height: 1.4;
}
.swiper-tab-widget-nav {
    width: 100%;
    margin: 0 auto 48px auto;
    overflow: hidden;
}
.swiper-tab-widget-nav ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 4px 10px 12px 10px;
    gap: 8px;
    justify-content: center;
    list-style: none;
    margin: 0;
    width: 100%;
    scrollbar-width: none;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box;
}
.swiper-tab-widget-nav ul::-webkit-scrollbar {
    display: none;
}
.item-tab-widget {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px 12px;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
    box-shadow: 0px 14px 12px -5px rgba(0,0,0,.05),0px 10px 14px -10px rgba(0,0,0,.06) inset;
    border: 2px solid transparent;
    border-radius: 15px;
    transition: all .3s;
}
.item-tab-widget span {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    transition: color 0.3s ease;
}
.tab-contents-widget {
    position: relative;
    width: 100%;
}
.tab-content-widget {
    width: 100%;
    display: none;
}
.tab-content-widget.active {
    display: block;
}

.tab-content-widget img {
                margin: 0 auto;
                max-height: 500px;
            
                max-width: 100%;
                width: auto;
                height: auto;
                display: block;
                border-radius: 8px;
   max-height: 1500px;
            }
.tab-content-widget a {
    display: block;
    outline: none;
    text-decoration: none;
}

@media (max-width: 768px) {
    .section-widget-tab {
        padding: 40px 0;
    }
    .widget-tab-title {
        font-size: 18px;
    }
    .swiper-tab-widget-nav {
        margin-bottom: 24px;
    }
    .swiper-tab-widget-nav ul {
        justify-content: flex-start;
        padding-left: 15px;
        padding-right: 15px;
    }
    .item-tab-widget {
        padding: 8px 18px;
    }
    .item-tab-widget span {
        font-size: 12px;
    }
    .tab-content-widget img {
        max-height: 300px !important;
    }
}


/* 6. Section Comments Buyers */
.section-comments-buyers {
    padding: 64px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.section-comments-buyers * {
    box-sizing: border-box;
}
.comments-buyers-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 48px;
}
.comments-buyers-logo {
    max-height: 25px;
    width: auto;
    object-fit: contain;
}
.comments-buyers-title {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    line-height: 1.4;
}
.marquee-container {
    display: flex;
    overflow: hidden;
    width: 100%;
    gap: 52px;
    padding: 15px 0;
    position: relative;
}
.marquee-track-left {
    display: flex;
    gap: 35px;
    flex-shrink: 0;
    min-width: 100%;
    animation: marquee-left-52 var(--marquee-speed, 35s) linear infinite;
}
.marquee-track-right {
    display: flex;
    gap: 35px;
    flex-shrink: 0;
    min-width: 100%;
    animation: marquee-right-52 var(--marquee-speed, 35s) linear infinite;
}
.section-comments-buyers.pause-on-hover .marquee-container:hover .marquee-track-left,
.section-comments-buyers.pause-on-hover .marquee-container:hover .marquee-track-right {
    animation-play-state: paused;
}
@keyframes marquee-left-52 {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-100% - 52px)); }
}
@keyframes marquee-right-52 {
    0% { transform: translateX(calc(-100% - 52px)); }
    100% { transform: translateX(0); }
}
.comments-buyers-item {
    background-color: #FAFAFA;
    border-radius: 50px;
    min-width: 437px;
    max-width: 437px;
    padding: 56px 48px;
    min-height: 406px;
    display: flex;
    flex-direction: column;
    direction: rtl;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.comments-buyers-item:hover {
    transform: translateY(-5px);
}
.comments-buyers-text {
    font-size: 13px;
    color: #000000;
    font-weight: 500;
    line-height: 2.1;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 16px;
}
.comments-buyers-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    width: 100%;
    gap: 12px;
}
.comments-buyers-userinfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
}
.comments-buyers-name {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 4px;
}
.comments-buyers-position {
    font-size: 12px;
    color: #555555;
    font-weight: 600;
    line-height: 1.4;
}
.comments-buyers-avatar {
    max-height: 38px;
    max-width: 80px;
    object-fit: contain;
    width: auto;
}

@media (max-width: 768px) {
    .section-comments-buyers {
        padding: 40px 0;
    }
    .comments-buyers-title {
        font-size: 18px;
    }
    .marquee-container {
        gap: 20px;
    }
    .marquee-track-left {
        gap: 20px;
        animation-name: marquee-left-20;
    }
    .marquee-track-right {
        gap: 20px;
        animation-name: marquee-right-20;
    }
    @keyframes marquee-left-20 {
        0% { transform: translateX(0); }
        100% { transform: translateX(calc(-100% - 20px)); }
    }
    @keyframes marquee-right-20 {
        0% { transform: translateX(calc(-100% - 20px)); }
        100% { transform: translateX(0); }
    }
    .comments-buyers-item {
        min-width: 300px;
        max-width: 300px;
        padding: 24px;
        border-radius: 16px !important;
        min-height: 300px;
    }
    .comments-buyers-text {
        font-size: 12px;
        -webkit-line-clamp: 6;
    }
    .comments-buyers-name {
        font-size: 13px;
    }
    .comments-buyers-position {
        font-size: 11px;
    }
}


/* 7. Section Plugins List */
.section-plugins-list {
    padding: 64px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.section-plugins-list * {
    box-sizing: border-box;
}
.plugins-list-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 48px;
}
.plugins-list-logo {
    max-height: 25px;
    width: auto;
    object-fit: contain;
}
.plugins-list-title {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    line-height: 1.4;
}
.plugins-marquee-container {
    display: flex;
    overflow: hidden;
    width: 100%;
    gap: 29px;
    padding: 12px 0;
    position: relative;
}
.plugins-marquee-track-left {
    display: flex;
    gap: 29px;
    flex-shrink: 0;
    min-width: 100%;
    animation: marquee-left-29 var(--marquee-speed, 35s) linear infinite;
}
.plugins-marquee-track-right {
    display: flex;
    gap: 29px;
    flex-shrink: 0;
    min-width: 100%;
    animation: marquee-right-29 var(--marquee-speed, 35s) linear infinite;
}
.section-plugins-list.pause-on-hover .plugins-marquee-container:hover .plugins-marquee-track-left,
.section-plugins-list.pause-on-hover .plugins-marquee-container:hover .plugins-marquee-track-right {
    animation-play-state: paused;
}
@keyframes marquee-left-29 {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-100% - 29px)); }
}
@keyframes marquee-right-29 {
    0% { transform: translateX(calc(-100% - 29px)); }
    100% { transform: translateX(0); }
}
.items-plugin {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    min-width: 280px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
    direction: rtl;
    gap: 16px;
}
.items-plugin:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    border-color: rgba(0, 0, 0, 0.12);
}
.items-plugin-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
}
.items-plugin-subtitle {
    font-size: 11px;
    font-weight: 600;
    color: #7a7a7a;
    margin-bottom: 2px;
}
.items-plugin-title {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.items-plugin-icon {
    max-height: 38px;
    max-width: 80px;
    object-fit: contain;
    width: auto;
}

@media (max-width: 768px) {
    .section-plugins-list {
        padding: 40px 0;
    }
    .plugins-list-title {
        font-size: 18px;
    }
    .plugins-marquee-container {
        gap: 15px;
    }
    .plugins-marquee-track-left {
        gap: 15px;
        animation-name: marquee-left-15;
    }
    .plugins-marquee-track-right {
        gap: 15px;
        animation-name: marquee-right-15;
    }
    @keyframes marquee-left-15 {
        0% { transform: translateX(0); }
        100% { transform: translateX(calc(-100% - 15px)); }
    }
    @keyframes marquee-right-15 {
        0% { transform: translateX(calc(-100% - 15px)); }
        100% { transform: translateX(0); }
    }
    .items-plugin {
        padding: 12px 20px;
        min-width: 200px;
        gap: 10px;
        border-radius: 10px;
    }
    .items-plugin-title {
        font-size: 13px;
    }
    .items-plugin-subtitle {
        font-size: 10px;
    }
    .items-plugin-icon {
        max-height: 28px;
    }
}


/* 8. Section Tracker (Marquee statistics) */
.section-tracker {
    padding: 40px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.section-tracker * {
    box-sizing: border-box;
}
.tracker-container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}
.tracker-item {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) scale(0.98);
    width: 100%;
    max-width: 800px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s;
    z-index: 1;
}
.tracker-item.active {
    position: relative;
    left: auto;
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.tracker-item-inner {
    background-color: #000000;
    border-radius: 55px;
    padding: 19px 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.tracker-item-icon {
    position: absolute;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
    height: 30px !important;
    width: auto !important;
    max-height: 30px !important;
    object-fit: contain !important;
    flex-shrink: 0 !important;
}
.tracker-item-text {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    direction: rtl;
    line-height: 1.6;
}
.tracker-item-cloud {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    height: 130px;
    width: auto;
    object-fit: contain;
    pointer-events: none;
    z-index: 3;
}

@media (max-width: 768px) {
    .tracker-container {
        min-height: auto;
    }
    .tracker-item-inner {
        border-radius: 12px !important;
        padding: 16px !important;
        justify-content: center;
    }
    .tracker-item-icon {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
    }
    .tracker-item-text {
        font-size: 13px;
        text-align: center;
        padding: 0 24px;
    }
    .tracker-item-cloud {
        display: none;
    }
}