/* =============================================================
   PRODUCT PAGE — All section styles
   Sections: Products Hero
   Breakpoints: 1399 · 1199 · 991 · 767 · 575 · 399
   ============================================================= */


/* =============================================================
   PRODUCTS HERO SECTION
   ============================================================= */

.products-hero-section {
    background: linear-gradient(86deg, #6E196F 1.16%, #F433E7 93.88%);
    padding: 80px 0 64px;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}

.products-hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none;
}

.products-hero-section .heading {
    font-size: clamp(26px, 3.6vw, 50px);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 22px;
}

.products-hero-section p {
     font-size: clamp(14px, 1.6vw, 20px);
    color: rgba(255, 255, 255, 0.87);
    line-height: 1.4;
    margin-bottom: 34px;
    font-weight: 300;
}

.products-hero-section p sup {
    font-size: 0.6em;
    vertical-align: super;
}

.products-hero-btn {
    display: inline-block;
    background: #ffffff;
    color: #6e196f;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 38px;
    border-radius: 50px;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.85);
    margin-bottom: 30px;
    transition: background 0.25s ease, color 0.25s ease;
}

.products-hero-btn:hover {
    background: transparent;
    color: #ffffff;
}

.products-hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.products-hero-breadcrumb a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    transition: color 0.2s;
}

.products-hero-breadcrumb a:hover { color: #ffffff; }

.products-hero-img-frame {
    position: relative;
    border: 2px solid #1b95e0;
    border-radius: 8px;
    overflow: visible;
    box-shadow:
        0 0 0 1px rgba(27, 149, 224, 0.25),
        0 28px 70px rgba(0, 0, 0, 0.45);
}

.products-hero-screenshot {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}
.pf-sub-icon img { height: 18px; width: auto; display: block; }
@media (max-width: 1399.98px) {
    .products-hero-section { padding: 72px 0 56px; }
}

@media (max-width: 1199.98px) {
    .products-hero-section { padding: 64px 0 52px; }
}

@media (max-width: 991.98px) {
    .products-hero-section { padding: 60px 0; margin-top: 80px; text-align: center; }
    .products-hero-breadcrumb { justify-content: center; }
    .products-hero-img-frame { margin-top: 48px; }
}

@media (max-width: 767.98px) {
    .products-hero-section { padding: 48px 0 40px; margin-top: 70px; }
    .products-hero-btn { font-size: 14px; padding: 11px 30px; }
    .products-hero-breadcrumb { font-size: 13px; }
}

@media (max-width: 575.98px) {
    .products-hero-section { padding: 40px 0 32px; margin-top: 35px; }
    .products-hero-img-frame {        margin-top: 20px;
        margin-bottom: 30px; }
    .products-hero-btn { display: block; text-align: center; }
    .products-hero-section .heading{margin-bottom: 0px;}
        .pf-intro-bar {
        padding: 16px 0px!important;
    }
    .pbx-intro-section{padding: 40px 0!important;}
    .pe-cta-section{padding: 40px 0!important;}
    .page-product .blog-section{padding-top: 40px!important;}
    .sol-overview{padding: 40px 0!important;}
    .sol-setup{padding: 40px 0!important;text-align: center;}
    .sf__panels{text-align: center;}
}

@media (max-width: 399.98px) {
    .products-hero-section { padding: 32px 0 28px; }
}


/* =============================================================
   PRODUCT ECOSYSTEM CTA BANNER
   ============================================================= */

.pe-cta-section {
    background: linear-gradient(86deg, #6E196F 1.16%, #b520b0 55%, #F433E7 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

/* Dot-square pattern on the right */
.pe-cta-section::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Crect x='4' y='4' width='6' height='6' rx='1.5' fill='rgba(255,255,255,0.09)'/%3E%3C/svg%3E");
    background-size: 30px 30px;
    pointer-events: none;
}

.pe-cta-heading {
    font-size: clamp(26px, 3.2vw, 46px);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 24px;
}

.pe-cta-desc {
    font-size: clamp(13px, 1vw, 15px);
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    font-weight: 300;
    margin: 0;
}

.pe-cta-desc sup { font-size: 0.6em; }

.pe-cta-btn {
    display: inline-block;
    background: #ffffff;
    color: #6e196f;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 44px;
    border-radius: 50px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
    transition: box-shadow 0.25s ease, transform 0.2s ease;
}

.pe-cta-btn:hover {
    color: #6e196f;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
    transform: translateY(-2px);
}

@media (max-width: 1399.98px) { .pe-cta-section { padding: 70px 0; } }
@media (max-width: 1199.98px) { .pe-cta-section { padding: 64px 0; } }

@media (max-width: 991.98px) {
    .pe-cta-section { padding: 56px 0; }
    .pe-cta-section::before { width: 100%; opacity: 0.5; }
}

@media (max-width: 767.98px) {
    .pe-cta-section { padding: 48px 0; }
    .pe-cta-btn { display: block; text-align: center; }
}

@media (max-width: 575.98px) { .pe-cta-section { padding: 40px 0; } }
@media (max-width: 399.98px) { .pe-cta-section { padding: 32px 0; } }


/* =============================================================
   PRODUCTS FEATURE TABS (PF) SECTION
   ============================================================= */

.pf-section {
    padding: 100px 0;
}

/* Bordered rounded wrapper */
.pf-wrapper {
    border: 1.5px solid rgb(110 25 111 / 41%);
    border-radius: 20px;
    
}

/* ── Main Tabs Bar ── */
.pf-main-tabs-bar {
    padding: 0px 32px 0;
    display: flex;
    justify-content: center;
    margin-top: -27px;
}

.pf-main-nav {
    display: inline-flex !important;
    gap: 6px;
    background: #f6f1f7;
    border-radius: 50px;
    padding: 6px;
    list-style: none;
    margin-bottom: 0;
}

.pf-main-tab {
display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 25px;
    border-radius: 50px;
    border: none;
    background: transparent;
    color: #9D248F;
    font-size: 20px;
    font-weight: 300;
    font-family: inherit;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease;
    white-space: nowrap;
}

.pf-main-tab.active {
    background: linear-gradient(135deg, #6e196f 0%, #f433e7 100%);
    color: #ffffff;
}

.pf-main-tab img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(78%) saturate(900%) hue-rotate(265deg) brightness(90%);
    transition: filter 0.25s ease;
}

.pf-main-tab.active img {
    filter: brightness(0) invert(1);
}

.pf-main-tab:not(.active):hover {
    background: rgba(110, 25, 111, 0.08);
    color: #6e196f;
}

/* ── Intro Text ── */
.pf-intro-bar {
    padding: 0px;
    text-align: center;
    /* border-bottom: 1.5px solid rgba(110, 25, 111, 0.1); */
}

.pf-intro {
    font-size: 15px;
    line-height: 1.75;
    color: #666;
    margin: 0 auto;
    max-width: 860px;
}
.pf-sub-nav{
        border: 1px solid transparent;
    border-radius: 12px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #6E196F, #F433E7) border-box;
overflow: hidden;
}
/* ── Body ── */
/* .pf-nav-col {
    border-right: 1.5px solid rgba(110, 25, 111, 0.1);
} */

/* Left: vertical sub-tab list */
.pf-sub-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pf-sub-tab {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 15px 20px;
    border: none;
      background: transparent;
    text-align: left;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
    border-bottom: 1px solid rgba(110, 25, 111, 0.07);
    transition: background 0.2s ease, color 0.2s ease;
}
.pf-sub-tab::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, #6E196F 4.97%, #F433E7 151.61%);
}
.nav-item:last-child .pf-sub-tab::after{
    height: 0;
}
/* .pf-sub-tab::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #6e196f, #f433e7);
    opacity: 0;
    transition: opacity 0.2s ease;
} */

.pf-sub-tab.active {
    background: linear-gradient(270deg, #6E196F 4.97%, #F433E7 151.61%);
    color: #fff;
}

.pf-sub-tab.active::before {
    opacity: 1;
}

.pf-sub-tab:hover:not(.active) {
    background: rgba(110, 25, 111, 0.04);
    color: #6e196f;
}

.pf-sub-tab:hover:not(.active)::before {
    opacity: 0.5;
}

.pf-sub-icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b227ac;
    border: 0.5px solid rgba(19, 0, 46, 0.22);
    background: #fff;
    border-radius: 8px;
}

.pf-sub-label {
    flex: 1;
    line-height: 1.3;
    font-weight: 300;
    font-size: 18px;
    color: #000;
}
.pf-sub-tab.active .pf-sub-label{color: #fff;}
.pf-sub-arrow {
    flex-shrink: 0;
    transition: opacity 0.2s ease;
}

.pf-sub-tab.active .pf-sub-arrow,
.pf-sub-tab:hover .pf-sub-arrow {
    opacity: 0.7;
}

/* Right: content panels */
.pf-panels {
    height: 100%;
}

/* .pf-panel {
        padding-left: 40px;
} */
.pf-section .tab-content{    padding: 0 30px 30px;}
.pf-section .pf-body{    padding-top: 20px;}
.pf-panel__title {
    font-size: clamp(20px, 3vw, 36px);
    font-weight: 600;
    color: #13002E;
    margin-bottom: 16px;
    line-height: 1.25;
}

.pf-panel__desc {
    font-size: 20px;
    line-height: 1.4;
    color: #0F233D;
    margin-bottom: 12px;
}

.pf-panel__cta {
    margin-top: 8px;
    display: inline-block;
}

.pf-panel__img-wrap {
    margin-top: 28px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(110, 25, 111, 0.12);
}

.pf-panel__img {
    width: 100%;
    height: auto;
    display: block;
}
.pe-cta-section p{color: #fff;}
/* ── PF Breakpoints ── */
.pbx-intro-content strong{font-weight: 700;}
@media (max-width: 1399.98px) {
    .pf-section { padding: 90px 0; }
    .pf-panel { padding: 32px 36px; }
}

@media (max-width: 1199.98px) {
    .pf-section { padding: 80px 0; }
    .pf-main-tabs-bar { padding: 24px 24px 0; }
    .pf-intro-bar { padding: 20px 32px 16px; }
    .pf-panel { padding: 28px 32px; }
}

@media (max-width: 991.98px) {
    .pf-section { padding: 70px 0; }
    .pf-nav-col {
        border-right: none;
        border-bottom: 1.5px solid rgba(110, 25, 111, 0.1);
        overflow-x: auto;
    }
    .pf-sub-nav {
        flex-direction: row !important;
        flex-wrap: nowrap;
    }
    .pf-sub-tab {
        white-space: nowrap;
        padding: 12px 16px;
        border-bottom: none;
        border-right: 1px solid rgba(110, 25, 111, 0.07);
        flex-shrink: 0;
    }
    .pf-sub-tab::before {
        width: 100%;
        height: 3px;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .pf-sub-arrow { display: none; }
    .pf-panel { padding: 24px; }
    .pf-intro-bar { padding: 16px 24px; }
}

@media (max-width: 767.98px) {
    .pf-section { padding: 56px 0; }
    .pf-main-tabs-bar { padding: 20px 16px 0; }
    .pf-main-tab { padding: 8px 10px; font-size: 14px; }
    .pf-intro { font-size: 14px; }
    .pf-panel { padding: 20px; }
    .pf-panel__title { font-size: 20px; }
    .pf-panel__desc { font-size: 14px; }
}

@media (max-width: 575.98px) {
    .pf-section { padding: 44px 0; }
    .pf-wrapper { border-radius: 12px;border: none; }
    .pf-main-nav { gap: 4px; border-radius: 16px; }
    .pf-main-tab { border-radius: 12px; justify-content: center; }
    .pf-sub-tab { padding: 10px 14px; font-size: 13px; }
    .pf-panel { padding: 16px; }
    .pf-panel__title { font-size: 18px; }
    .pf-panel__img-wrap { margin-top: 20px; }
    .pf-section .tab-content {
    padding: 0 0px 30px;
}
.pf-main-tabs-bar{    margin-top: -52px;}
}

@media (max-width: 399.98px) {
    .pf-section { padding: 36px 0; }
    .pf-panel { padding: 14px; }
    .pf-panel__title { font-size: 16px; }
    .pf-panel__desc { font-size: 13px; }
}

/* ── PF Mobile Accordion (shown only below lg) ── */

.pf-accordion {
    border: 1px solid transparent;
    border-radius: 12px;
    background: linear-gradient(#fff, #fff) padding-box,
                linear-gradient(90deg, #6E196F, #F433E7) border-box;
    overflow: hidden;
    margin: 16px 0 0;
}

.pf-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid rgba(110, 25, 111, 0.1);
    background: transparent;
}

.pf-accordion .accordion-item:last-child {
    border-bottom: none;
}

.pf-accordion .accordion-button {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: transparent;
    color: #444;
    font-size: 15px;
    font-weight: 500;
    font-family: inherit;
    box-shadow: none;
}

.pf-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(270deg, #6E196F 4.97%, #F433E7 151.61%);
    color: #ffffff;
    box-shadow: none;
}

.pf-accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.pf-accordion .accordion-button .pf-sub-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 0.5px solid rgba(19, 0, 46, 0.18);
    border-radius: 8px;
}

.pf-accordion .accordion-button:not(.collapsed) .pf-sub-icon {
    background: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 0.3);
}

.pf-accordion .accordion-button span:not(.pf-sub-icon) {
    flex: 1;
    text-align: left;
}

.pf-acc-body {
    padding: 20px 20px 24px;
}
