

.stepwrapper
{
    background: #f5f5f5;
    color: #333;
    line-height: 1.6;
}

.stepwrapper .container {
    display: flex;
   /* // min-height: 100vh; */
}

.stepwrapper .sidebar {
    width: 30%;
    background: #281E2F;
    color: white;
    padding: 2rem;
}

.stepwrapper .main-content {
    width: 70%;
    padding: 2rem;
}

.stepwrapper .download-section {
    background: #332536;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.stepwrapper .download-btn {
    display: inline-block;
    background: #FC5E02;
    color: white;
    padding: 10px 5px;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s;
    margin: 0px auto;
    font-size: 12px;
    margin-left: 4px;
}

.stepwrapper .download-btn:hover {
    background: #e54e00;
}

.stepwrapper .use-cases {
    list-style: none;
}

.stepwrapper .use-cases li {
    margin: 1rem 0;
    padding: 1rem;
    background: #332536;
    border-radius: 4px;
    font-size: 14px;
}


.stepwrapper .steps {
    margin: 2rem 0;
}

.stepwrapper .step {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.stepwrapper .step img {
    width: 100%;
    border-radius: 4px;
    margin: 1rem 0;
    border: 1px solid #ddd;
}

.stepwrapper .step-number {
    background: #FC5E02;
    color: white;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}



.stepwrapper .summary {
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}


/*body {*/
/*    background: #f5f5f5;*/
/*    min-height: 100vh;*/
/*}*/
.tab-extenstion .feature {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.tab-extenstion .feature h5 {
    margin-top: 0;
    color: #4285f4;
}

.tab-extenstion .tip {
    background-color: #e8f5e9;
    padding: 10px 15px;
    border-left: 4px solid #4caf50;
    margin: 15px 0;
}

.tab-extenstion {
    width: 100%;
    margin-bottom: 20px;
}

.tab-extenstion .tab-buttons {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.tab-extenstion .tab-button-ext {
    padding: 10px 20px;
    background-color: #281E2F;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.tab-extenstion .tab-button-ext:hover {
    background-color: #495057;
}

.tab-extenstion .tab-button-ext.active {
    background-color: #fc5e01;
    color: white;
}
.app-footer-wrap {
  position: fixed;
  bottom: 0;
  background: #ff6600;
  border-radius: 4px;
  padding: 6px 6px;
}
.app-footer-wrap img {
  height: 100px;
}

.tab-extenstion .tab-content-extenstion {
    display: none;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
}

.tab-extenstion .tab-content-extenstion.active {
    display: block;
}

.snippets .container {
    display: flex;
    /* min-height: 100vh; */
}
.snippets pre.code-snippet {
    height: 300px;
    overflow-y: auto;
    width: 100%;
    white-space: pre-line;
}
.snippets .category-item p {
    color: #fff;
}

.snippets .sidebar {
    width: 30%;
    background: #281E2F;
    color: white;
    padding: 2rem;
    overflow-y: auto;
}

.snippets .main-content {
    width: 70%;
    padding: 2rem;
    background: #f8f9fa;
    overflow-y: auto;
}

.snippets .category-list {
    list-style: none;
}

.snippets .category-item {
    margin-bottom: 1.5rem;
    cursor: pointer;
}

.snippets .category-header {
    padding: 1rem;
    background: #332536;
    border-radius: 8px;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.snippets .category-header:hover {
    background: #3d2d42;
}

.snippets .snippet-list {
    list-style: none;
    padding-left: 1rem;
}

.snippets .snippet-item {
    padding: 0.75rem 1rem;
    margin: 0.5rem 0;
    background: #3d2d42;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
}

.snippets .snippet-item:hover {
    background: #4a3650;
}

.snippets .code-container {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.snippets .code-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: #281E2F;
    color: white;
    border-radius: 8px 8px 0 0;
}

.snippets .tab-container {
    display: flex;
    gap: 1rem;
}

.snippets .snippettab {
    padding: 0.5rem 1rem;
    background: #332536;
    border-radius: 4px;
    cursor: pointer;
}

.snippets .snippettab.active {
    background: #FC5E02;
}

.snippets .code-content {
    padding: 1rem;
}

.snippets .tab-container {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.snippets .description h3 {
    margin-top: 10px;
}
.snippettab {
    padding: 10px;
    cursor: pointer;
    background-color: #ddd;
    border: 1px solid #ccc;
}
.snippettab.active {
    background-color: #bbb;
}
.snippets .code-container {
    position: relative;
    display: none; /* Hide all by default */
}
.snippets .code-container.active {
    display: block; /* Show only the active one */
}
.snippets .copy-btn {
    position: absolute;
    right: 10px;
    top: 4px;
    padding: 5px 10px;
    cursor: pointer;
    background-color: #281E2F;
    color: white;
    border: none;
    border-radius: 5px;
    z-index: 9;
}
.snippets  pre {
    background-color: #f4f4f4;
    padding: 10px;
    border: 1px solid #ccc;
    overflow-x: auto;
    position: relative;
}

span.jsnote {
    padding: 10px;
    display: block;
    font-size: 14px;
}

        .banner_pz img {
            width: 100%;
        }

        .pz_home_wrap  {
            text-align: center;
            padding: 40px;
        }
        .pz_home_wrap h3 {
            padding-bottom: 20px;
        }
        .pz_home_wrap  .card-container {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }
        .pz_home_wrap  .card {
            background: #fff;
            padding: 50px 15px;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            width: 200px;
            text-align: center;
            transition: transform 0.3s;
        }
        .pz_home_wrap  .card:hover {
            transform: translateY(-5px);
        }
        .pz_home_wrap  .card a {
            text-decoration: none;
            color: #FC5E02;
            font-weight: bold;
        }
        .hardreload {
    background: #332536;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    color: #fff;
position: relative;
animation: hardclear 5s linear 2s infinite alternate;
}

.hardreload p {
    color: #fff;
    padding-top: 10px;
    margin: 0;
}

@keyframes hardclear {
  0%   {background-color: #332536; }
  25%  {background-color:#FC5E02;}
  50%  {background-color:#000; }
  75%  {background-color:#332536; }
  100% {background-color:#FC5E02; }
}

/* Navigation */
.breadcrumb_splp {
    padding: 20px 0;
    display: flex;
    gap: 10px;
    color: #666;
}
 #movetop {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 15px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    width: 48px;
    height: 48px;
    background: #e96a2b;
    padding: 0;
    line-height: 36px;
    border-radius: 50px;
    transition: 0.3s ease-out;
}

.breadcrumb_splp a {
    color: #666;
    text-decoration: none;
}

/* hero_splp Section */
.hero_splp {
    padding: 30px 0;
    background: #291e30;
}

.hero_splp h1 {
    margin-bottom: 20px;
    color: #f2f2f2;
}

.hero_splp p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0px;
    color: #f2f2f2;
}

/* Search */
.search_splp {
    margin-bottom: 20px;
}

.search-input {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
}

/* Category filters */
.categories_splp,.positions_splp {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.category-btn_splp,.position-btn_splp {
    background-color: #f8f5f0;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px 6px;
    cursor: pointer;
    transition: all 0.3s;
    margin-right: 6px;
    margin-bottom: 8px;
    font-size: 10px;
}

.category-btn_splp:hover,.position-btn_splp:hover {
    background-color: #f0f0f0;
}

.category-btn_splp.active,.position-btn_splp.active {
    background-color: #27233a;
    color: white;
    border-color: #27233a;
}

/* Blog Posts Grid */
.blog-grid_plp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}
p.blog-headline-splp {
    color: #000;
    font-size: 12px;
}

.blog-card-splp {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}

.blog-card-splp:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.blog-image-splp {
    text-align: center;
    padding: 20px 15px;
    background: #F3f3f3;
}
.blog-image-splp img {
    height: 50px;
    padding:10px;
   
}

.blog-badge-splp {
    background: #27233a;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.blog-position-splp{
    background-size: cover;
    position: absolute;
    width: 80px;
    height: 80px;
    background-size: cover;
    bottom: 5px;
    font-size: 0;
    right: 0;
}

.blog-position-splp.Gold{
    background-image: url(https://experiencenetcorecloud.com/assets/pss/Images/gold.png);
}
.blog-position-splp.Silver{
    background-image: url(https://experiencenetcorecloud.com/assets/pss/Images/silver.png);
}
.blog-position-splp.Bronze{
    background-image: url(https://experiencenetcorecloud.com/assets/pss/Images/bronze.png);
}
.blog-meta-splp {
    position: relative;
}

.blog-content {
    padding: 20px;
}

.blog-title-splp {
    font-size: 16px;
    margin-bottom: 10px;
    color: #27233a;
    line-height: 1.3;
    overflow: hidden;
    white-space: nowrap;
}

.blog-date-splp {
    color: #27233a;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
}

span.blog-region-splp {
    background: rgba(255, 205, 57, 0.9);
    color: #27233a;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
}

.blog-excerpt-splp {
    color: #444;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Load More Button */
.load-more-splp {
    display: block;
    width: 200px;
    margin: 0 auto 60px;
    background-color: #e9692c;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 12px 25px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s;
}

.load-more-splp:hover {
    background-color: #d15a21;
}


/* loader_splp */
.loader_splp {
    display: none;
    text-align: center;
    margin: 20px 0;
}

.loader_splp div {
    width: 15px;
    height: 15px;
    background-color: #e9692c;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    animation: bounce 1.4s infinite ease-in-out both;
}

.slectfy {
    position: relative;
    
  }
  
  .slectfy select {
    appearance: none; /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px ! Important;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: white;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    cursor: pointer;
  }
  
  .slectfy select:focus {
    outline: none;
    border-color: #0077cc;
  }
  

.loader_splp div:nth-child(1) {
    animation-delay: -0.32s;
}

.loader_splp div:nth-child(2) {
    animation-delay: -0.16s;
}

.blog_width_wrap {
    display: flex;
    flex-wrap: wrap;
}
.blog_width_right {
    width: 20%;
    /* box-shadow: 0 0 15px 4px #ffd252; */
    margin: 10px 1%;
    padding: 20px 15px;
}
.slectfy {
    margin-bottom: 20px;
}
.blog_width_left {
    width: 76%;
    /* box-shadow: 0 0 15px 4px #27233a; */
    margin: 10px 1%;
    padding-top: 30px;
}
.blog-image-splp.gold {
    background: #e7c55b;
}
.blog-image-splp.silver
{
    background: #b8b8c0;
}
.blog-image-splp.bronze {
    background: #c88543;
}

 .hero-section {
            background: #ececfb;
            color: white;
            padding: 80px 0;
            text-align: center;
        }

        .hero-section h1 {
            margin: 10px;
            line-height: 1.2;
            color: #000;
        }

        .hero-section .highlight {
            color: #ff6600;
        }

        .hero-section p {
            margin-bottom: 40px;
            opacity: 0.9;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            color: #000;
        }

        .availability-badge {
            display: inline-flex;
            align-items: center;
            background: #fff;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 0.9rem;
            color: #ff6600;
        }

        .availability-badge::before {
            content: '●';
            color: #4ade80;
            margin-right: 8px;
        }

        .features {
            display: flex;
            justify-content: center;
            gap: 40px;
            margin-top: 40px;
            flex-wrap: wrap;
            
        }

        .feature {
            display: flex;
            align-items: center;
            gap: 10px;
            background: #fff;
    border-radius: 4%;
    padding: 10px;
    color: #ff6600;
    text-align: center;
    margin: 0px auto;
        }

        .feature-icon {
            width: 20px;
            height: 20px;
            color: #ff6600;
        }

        /* Platform Selection */
        .platform-section {
            padding: 20px 0;
            background: white;
        }

        .platform-section h2 {
            text-align: center;
            margin: 10px;
            color: #1a1a1a;
        }

        .platform-subtitle {
            text-align: center;
            color: #666;
            margin-bottom: 20px;
        }

        .platform-grid {
              display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
        }

        .platform-card {
            background: white;
            border: 1px solid #e5e7eb;
            border-radius: 16px;
            padding: 40px;
            text-align: center;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s, box-shadow 0.2s;
        }

        .platform-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
        }

        .platform-icon {
            width: 60px;
            height: 60px;
            background: #ff6600 ;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            color: white;
            font-size: 24px;
        }

        .platform-card h3 {
            font-weight: 600;
            margin-bottom: 10px;
            color: #1a1a1a;
        }

        .platform-card p {
            color: #666;
            margin-bottom: 30px;
        }

        .qr-code {
            width: 120px;
            height: 120px;
            background: #000;
            margin: 20px auto;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 12px;
            text-align: center;
        }

        .download-btn {
            display: inline-flex;
            align-items: center;
            background: #ff6600 ;
            color: white;
            padding: 12px 24px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 500;
            margin-bottom: 15px;
            transition: background 0.2s;
            gap: 8px;
        }

        .download-btn:hover {
            background: #000;
        }

        .open-link {
            color: #ff6600 ;
            text-decoration: none;
            font-size: 0.9rem;
        }

        .open-link:hover {
            text-decoration: underline;
        }

        /* iOS Installation Guide */
        .ios-guide {
            background: #f8f9fa;
            padding: 60px 0;
        }

        .guide-card {
            background: white;
            border-radius: 16px;
            padding: 40px;
            max-width: 800px;
            margin: 0 auto;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }

        .guide-card h2 {
            text-align: center;
            margin-bottom: 15px;
            color: #1a1a1a;
        }

        .guide-card > p {
            text-align: center;
            color: #666;
            margin-bottom: 40px;
        }

        .guide-steps {
            list-style: none;
        }

        .guide-step {
            display: flex;
            align-items: center;
            padding: 20px 0;
            border-bottom: 1px solid #f0f0f0;
        }

        .guide-step:last-child {
            border-bottom: none;
        }

        .step-number {
            width: 40px;
            height: 40px;
            background: #ff6600 ;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            font-weight: 600;
            flex-shrink: 0;
        }

        .step-text {
            flex: 1;
            font-size: 1.05rem;
            color: #333;
        }

        .step-check {
            width: 24px;
            height: 24px;
            background: #10b981;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 16px;
        }

        .note {
            background: #f0f7ff;
            border: 1px solid #bfdbfe;
            border-radius: 8px;
            padding: 16px;
            margin-top: 30px;
            font-size: 0.9rem;
            color: #000000 ;
        }

        .note strong {
            color: #1e3a8a;
        }

        /* Step 2 Section */
        .step2-section {
            background: white;
            padding: 60px 0;
        }

        .step2-card {
            background: white;
            border: 1px solid #e5e7eb;
            border-radius: 16px;
            padding: 40px;
            text-align: center;
            max-width: 500px;
            margin: 0 auto;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }

        .step2-card h3 {
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 10px;
            color: #1a1a1a;
        }

        .step2-card p {
            color: #666;
            margin-bottom: 30px;
        }

        @media (max-width: 830px) {
            .platform-grid {
                grid-template-columns: 1fr;
            }
            
            .features {
                flex-direction: column;
                gap: 20px;
            }
        }

@keyframes bounce {
    0%, 80%, 100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}

/* Responsive */
@media (max-width: 768px) {
  
    
    .blog-grid_plp {
        grid-template-columns: 1fr;
    }
}

/* Responsive */
@media (max-width: 767px) {
  
    
    .blog_width_left, .blog_width_right {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .blog-spdp-content,.spdp-sidebar {
        flex: 100%;
    }
}
