/*
*
// Developed by Shihab Mia (www.smmpanelbdlab.com)
// Owner: SMM Panel BD Lab
// Skilled in PHP (Laravel), MySQL, JavaScript, Node.js HTML, CSS, API Integration Etc.
// Service - App Development, Web Development, Graphic Design, SaaS Software, SEO Service, Digital Marketing, Branding Sulotions, 
// Contact: smmpanelbdlab.com@gmail.com | WhatsApp: +8801928884100
// © SMM Panel BD Lab. All rights reserved.
// Youtube: https://www.youtube.com/@smmpanelbdlab
// Rental Panel: https://smmpanelbdlab.com
// SMM Script: https://proscriptbd.com
*
*/

:root {
            --smmpanelbdlab-primary-color: #c2fbd7;
            --smmpanelbdlab-secondary: #c2fbd7;
            --smmpanelbdlab-border-color: #0066cc;
            --smmpanelbdlab-text-color: #333333;
            --smmpanelbdlab-light-color: #ffffff;
             --smmpanelbdlab-dark: #1a2a3a;
            --smmpanelbdlab-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
             --smmpanelbdlab-primary: #1189af;
            --smmpanelbdlab-light: #f8fafc;
           --smmpanelbdlab-api-primary: #6777ef;
           --smmpanelbdlab-api-secondary: #c2fbd7;
        --smmpanelbdlab-api-success: #28a745;
        --smmpanelbdlab-api-info: #17a2b8;
        --smmpanelbdlab-api-warning: #ffc107;
        --smmpanelbdlab-api-danger: #dc3545;
        --smmpanelbdlab-api-light: #f8f9fa;
        --smmpanelbdlab-api-dark: #343a40;
        --smmpanelbdlab-api-border: #e1e1e1;
        --smmpanelbdlab-api-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        --smmpanelbdlab-api-radius: 8px;
        }
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Poppins', sans-serif;
        }
        .smmpanelbdlab-header {
            background-color: var(--smmpanelbdlab-light-color);
            color: var(--smmpanelbdlab-text-color);
            box-shadow: var(--smmpanelbdlab-shadow);
            position: sticky;
            top: 0;
            z-index: 1000;
            width: 100%;
            border-bottom: 2px solid var(--smmpanelbdlab-border-color);
        }
        .smmpanelbdlab-header-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 1rem 2rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .smmpanelbdlab-logo {
            display: flex;
            align-items: center;
            gap: 10px;
            color: var(--smmpanelbdlab-text-color);
            text-decoration: none;
        }
        
        .smmpanelbdlab-logo i {
            font-size: 2.2rem;
            color: var(--smmpanelbdlab-border-color);
        }
        
        .smmpanelbdlab-nav-menu {
            display: flex;
            gap: 2rem;
            list-style: none;
            align-items: center;
        }
        
        .smmpanelbdlab-nav-link {
            color: var(--smmpanelbdlab-text-color);
            text-decoration: none;
            font-weight: 500;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            position: relative;
            padding: 0.5rem 0;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        
        .smmpanelbdlab-nav-link i {
            font-size: 1.2rem;
        }
        
        .smmpanelbdlab-nav-link:hover {
            color: var(--smmpanelbdlab-border-color);
        }
        
        .smmpanelbdlab-nav-link::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background-color: var(--smmpanelbdlab-border-color);
            transition: width 0.3s ease;
        }
        
        .smmpanelbdlab-nav-link:hover::after {
            width: 100%;
        }
        .smmpanelbdlab-hamburger {
            display: none;
            cursor: pointer;
            font-size: 1.8rem;
            color: var(--smmpanelbdlab-text-color);
        }
        .smmpanelbdlab-button {
           background-color: #c2fbd7;
           border-radius: 100px;
           box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
           color: green;
           cursor: pointer;
           display: inline-block;
           font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
           padding: 7px 20px;
           text-align: center;
           text-decoration: none;
           transition: all 250ms;
           border: 0;
           font-size: 16px;
           user-select: none;
           -webkit-user-select: none;
           touch-action: manipulation;
        }
       .smmpanelbdlab-button:hover {
           box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
        }
.smmpanelbdlab-nav-link.smmpanelbdlab-active {
    position: relative;
    color: #2e76cf;
    font-weight: 600;
}

.smmpanelbdlab-nav-link.smmpanelbdlab-active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #2e76cf;
    border-radius: 3px;
}


.smmpanelbdlab-nav-link.smmpanelbdlab-active-button {
    position: relative;
    color: white;
    background-color: #2e76cf;
    border-color: #2e76cf;
}

.smmpanelbdlab-nav-link.smmpanelbdlab-active-button::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: white;
    border-radius: 3px;
}
        @media (max-width: 768px) {
            .smmpanelbdlab-header-container {
                padding: 1rem;
            }
            
            .smmpanelbdlab-hamburger {
                display: block;
            }
            
            .smmpanelbdlab-nav-menu {
                position: fixed;
                top: 80px;
                left: -100%;
                width: 100%;
                height: calc(100vh - 80px);
                background-color: var(--smmpanelbdlab-light-color);
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 3rem;
                transition: left 0.5s ease;
                border-top: 2px solid var(--smmpanelbdlab-border-color);
            }
            
            .smmpanelbdlab-nav-menu.smmpanelbdlab-active {
                left: 0;
            }
            
            .smmpanelbdlab-logo {
                font-size: 1.5rem;
            }
            
            .smmpanelbdlab-logo i {
                font-size: 1.8rem;
            }
        }
         /* ===== GLOBAL STYLES ===== */
        .smmpanelbdlab-body {
            font-family: 'Poppins', sans-serif;
            line-height: 1.6;
            color: var(--smmpanelbdlab-text);
            overflow-x: hidden;
        }
        
        .smmpanelbdlab-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 15px;
        }
        
        /* ===== FIRST SECTION ===== */
        .smmpanelbdlab-firstSec {
            background: linear-gradient(135deg, var(--smmpanelbdlab-light) 0%, #e6f0f5 100%);
            padding: 5rem 0;
            text-align: center;
            position: relative;
        }
        
        .smmpanelbdlab-topcont {
            max-width: 800px;
            margin: 0 auto 3rem;
        }
        
        .smmpanelbdlab-subtop {
            display: inline-block;
            background: var(--smmpanelbdlab-primary);
            color: white;
            padding: 0.5rem 1.5rem;
            border-radius: 50px;
            font-weight: 600;
            margin-bottom: 1rem;
            font-size: 0.9rem;
        }
        
        .smmpanelbdlab-main-title {
            font-size: clamp(2rem, 5vw, 3.5rem);
            font-weight: 800;
            margin-bottom: 1rem;
            line-height: 1.2;
            color: var(--smmpanelbdlab-dark);
        }
        
        .smmpanelbdlab-text-container {
            height: 2.5rem;
            margin: 1rem 0;
            position: relative;
        }
        
        .smmpanelbdlab-text-container span {
            position: absolute;
            left: 0;
            right: 0;
            font-size: 1.5rem;
            font-weight: 600;
            color: var(--smmpanelbdlab-primary);
            opacity: 0;
            transition: opacity 0.5s ease;
        }
        
        .smmpanelbdlab-text-container span.smmpanelbdlab-active {
            opacity: 1;
        }
        
        .smmpanelbdlab-topcont p {
            font-size: 1.1rem;
            color: #64748b;
            margin-bottom: 2rem;
        }
        
        .smmpanelbdlab-button-grp {
            display: flex;
            gap: 1rem;
            justify-content: center;
            flex-wrap: wrap;
        }
        
        .smmpanelbdlab-btn-primary {
            background: var(--smmpanelbdlab-primary);
            color: white;
            padding: 0.8rem 2rem;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        
        .smmpanelbdlab-btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 102, 204, 0.2);
        }
        
        .smmpanelbdlab-btn-secondary {
            background: white;
            color: var(--smmpanelbdlab-primary);
            border: 2px solid var(--smmpanelbdlab-primary);
            padding: 0.8rem 2rem;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        
        .smmpanelbdlab-btn-secondary:hover {
            background: var(--smmpanelbdlab-primary);
            color: white;
        }
        
        .smmpanelbdlab-loginbox {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .smmpanelbdlab-hero-img-1 {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        }
        
        /* ===== SECOND SECTION ===== */
        .smmpanelbdlab-secondSec {
            padding: 5rem 0;
            background: linear-gradient(135deg, var(--smmpanelbdlab-light) 0%, #e6f0f5 100%);
        }
        
        .smmpanelbdlab-secheading {
            text-align: center;
            margin-bottom: 3rem;
        }
        
        .smmpanelbdlab-secheading h2 {
            font-size: clamp(1.8rem, 3vw, 2.5rem);
            font-weight: 700;
            color: var(--smmpanelbdlab-dark);
        }
        
        .smmpanelbdlab-secheading h2 span {
            color: var(--smmpanelbdlab-primary);
        }
        
        .smmpanelbdlab-tagssetdown {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            justify-content: center;
        }
        
        .smmpanelbdlab-tags {
            background: white;
            border: 2px solid #e2e8f0;
            padding: 0.8rem 1.5rem;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .smmpanelbdlab-tags.smmpanelbdlab-primback {
            background: var(--smmpanelbdlab-primary);
            color: white;
            border-color: var(--smmpanelbdlab-primary);
        }
        
        /* ===== THIRD SECTION ===== */
        .smmpanelbdlab-thirdSec {
            padding: 2rem 0;
        }
        
        .smmpanelbdlab-boishakhi-banner-container {
            border: 2px solid #6777ef;
            border-radius: 5px;
            overflow: hidden;
        }
        
        .smmpanelbdlab-boishakhi-banner-slider {
            position: relative;
            width: 100%;
            padding-bottom: 12.36%;
        }
        
        .smmpanelbdlab-boishakhi-banner-slider a {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        
        .smmpanelbdlab-boishakhi-banner-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: contain;
            transition: opacity 1s ease-in-out;
        }
        
        /* ===== TENTH SECTION ===== */
        .smmpanelbdlab-tenthSec {
            padding: 5rem 0;
            background: linear-gradient(135deg, var(--smmpanelbdlab-light) 0%, #e6f0f5 100%);
           /* color: white; */
        }
        
        .smmpanelbdlab-cta-section {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .smmpanelbdlab-cta-content {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 3rem;
        }
        
        .smmpanelbdlab-cta-text {
            flex: 1;
            min-width: 300px;
        }
        
        .smmpanelbdlab-cta-text h2 {
            font-size: clamp(1.8rem, 3vw, 2.5rem);
            font-weight: 700;
            margin-bottom: 1.5rem;
            line-height: 1.3;
        }
        
        .smmpanelbdlab-cta-text p {
            font-size: 1.1rem;
            margin-bottom: 2rem;
            opacity: 0.9;
        }
        
        .smmpanelbdlab-cta-image {
            flex: 1;
            min-width: 300px;
            border-radius: 10px;
            overflow: hidden;
        }
        
        .smmpanelbdlab-user-panel-img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .smmpanelbdlab-threedblue {
            background: var(--smmpanelbdlab-primary);
            color: white;
            padding: 0.8rem 2rem;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
        }
        
        .smmpanelbdlab-threedblue:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 102, 204, 0.3);
        }
        
        /* ===== SHIHAB SECTION ===== */
        .smmpanelbdlab-section-shihab {
            padding: 5rem 0;
            background: var(--smmpanelbdlab-light);
        }
        
        .smmpanelbdlab-content {
            display: flex;
            flex-wrap: wrap;
            gap: 3rem;
        }
        
        .smmpanelbdlab-box {
            flex: 1;
            min-width: 300px;
            background: white;
            border-radius: 10px;
            padding: 2rem;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        .smmpanelbdlab-box h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 1rem;
            color: var(--smmpanelbdlab-dark);
        }
        
        .smmpanelbdlab-box p {
            color: #64748b;
            margin-bottom: 1.5rem;
        }
        
        .smmpanelbdlab-payment-logos {
            margin-top: 2rem;
        }
        
        .smmpanelbdlab-api-example {
            background: #f8f9fa;
            padding: 1rem;
            border-radius: 5px;
            font-family: monospace;
            overflow-x: auto;
        }
        
        /* ===== FEATURE GRID ===== */
        .smmpanelbdlab-feature-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin: 3rem 0;
        }
        
        .smmpanelbdlab-feature-box {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
            padding: 2rem;
            text-align: center;
            transition: all 0.3s ease;
        }
        
        .smmpanelbdlab-feature-box:hover {
            transform: translateY(-5px);
            background: rgba(255, 255, 255, 0.2);
        }
        
        .smmpanelbdlab-feature-box i {
            font-size: 3rem;
            margin-bottom: 1.5rem;
            display: block;
        }
        
        .smmpanelbdlab-feature-box h3 {
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }
        
        /* ===== WHY RENTAL SECTION ===== */
        .smmpanelbdlab-why-rental-feature-section {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            margin: 2rem 0;
        }
        
        .smmpanelbdlab-why-rental-feature-box {
            flex: 1;
            min-width: 250px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
            padding: 2rem;
            text-align: center;
        }
        
        .smmpanelbdlab-why-rental-feature-box i {
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
            display: block;
        }
        
        .smmpanelbdlab-why-rental-feature-box h3 {
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }
        
        /* ===== VIDEO SECTION ===== */
        .smmpanelbdlab-video-container {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
            border-radius: 10px;
            background: #000;
        }
        
        .smmpanelbdlab-video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        
        /* ===== RESPONSIVE ADJUSTMENTS ===== */
        @media (max-width: 992px) {
            .smmpanelbdlab-firstSec,
            .smmpanelbdlab-secondSec,
            .smmpanelbdlab-tenthSec {
                padding: 3rem 0;
            }
        }
        
        @media (max-width: 768px) {
            .smmpanelbdlab-button-grp {
                flex-direction: column;
                align-items: center;
            }
            
            .smmpanelbdlab-tagssetdown {
                flex-direction: column;
                align-items: center;
            }
            
            .smmpanelbdlab-cta-content,
            .smmpanelbdlab-content {
                flex-direction: column;
            }
            
            .smmpanelbdlab-feature-grid {
                grid-template-columns: 1fr;
            }
        }
                /* Main Section Styles */
        .smmpanelbdlab-home-section {
            padding: 60px 0;
            background-color: linear-gradient(135deg, var(--smmpanelbdlab-light) 0%, #e6f0f5 100%);
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        .smmpanelbdlab-home-container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .smmpanelbdlab-home-row {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -15px;
        }

        .smmpanelbdlab-home-col-md-12 {
            width: 100%;
            padding: 0 15px;
        }

        .smmpanelbdlab-home-content {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            justify-content: center;
        }

        /* Box Styles */
        .smmpanelbdlab-home-box {
            flex: 1;
        }

        .smmpanelbdlab-home-box:hover {
            transform: translateY(-5px);
        }

        /* Button/Link Styles */
        .smmpanelbdlab-home-threedblue {
            display: inline-block;
            padding: 10px 20px;
            background-color: #3498db;
            color: white !important;
            text-decoration: none;
            border-radius: 6px;
            font-weight: 500;
            transition: all 0.3s ease;
            margin-bottom: 20px;
            box-shadow: 0 4px 0 #2980b9;
        }

        .smmpanelbdlab-home-threedblue:hover {
            background-color: #2980b9;
            transform: translateY(2px);
            box-shadow: 0 2px 0 #1a5276;
        }

        /* Payment Logos Styles */
        .smmpanelbdlab-home-payment-logos {
            margin-top: 20px;
            padding: 15px;
            border-radius: 8px;
        }

        .smmpanelbdlab-home-payment-logos img {
            max-width: 100%;
            height: auto;
            display: block;
        }

        /* API Example Styles */
        .smmpanelbdlab-home-api-example {
            margin-top: 20px;
        }

        .smmpanelbdlab-home-api-example pre {
            background-color: #f8f9fa;
            padding: 15px;
            border-radius: 8px;
            overflow-x: auto;
            font-family: 'Courier New', Courier, monospace;
            font-size: 14px;
            line-height: 1.5;
            color: #2c3e50;
            border-left: 4px solid #3498db;
        }

        /* Responsive Adjustments */
        @media (max-width: 992px) {
            .smmpanelbdlab-home-box {
                flex: 0 0 calc(50% - 30px);
            }
        }

        @media (max-width: 768px) {
            .smmpanelbdlab-home-content {
                flex-direction: column;
                align-items: center;
                gap: 20px;
            }
            
            .smmpanelbdlab-home-box {
                width: 100%;
                max-width: 100%;
            }
            
            .smmpanelbdlab-home-section {
                padding: 40px 0;
            }
        }

        @media (max-width: 576px) {
            .smmpanelbdlab-home-box {
                padding: 20px 15px;
            }
            
            .smmpanelbdlab-home-box h3 {
                font-size: 20px;
            }
            
            .smmpanelbdlab-home-threedblue {
                padding: 8px 16px;
                font-size: 14px;
            }
        }

        @media (max-width: 400px) {
            .smmpanelbdlab-home-box {
                min-width: 280px;
            }
            
            .smmpanelbdlab-home-api-example pre {
                font-size: 13px;
                padding: 10px;
            }
        }
        
        /* Pricing Page CSS ----------------------- */
        
         .smmpanelbdlab-pricing {
            font-family: 'Poppins', sans-serif;
            background-color: #f8fafc;
            padding: 4rem 0;
        }
        
        .smmpanelbdlab-pricing-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 1rem;
        }
        
        .smmpanelbdlab-pricing-header {
            text-align: center;
            margin-bottom: 3rem;
        }
        
        .smmpanelbdlab-pricing-title {
            font-size: 2.5rem;
            color: var(--smmpanelbdlab-text-color);
            margin-bottom: 1rem;
        }
        
        .smmpanelbdlab-pricing-subtitle {
            color: #64748b;
            font-size: 1.125rem;
            max-width: 600px;
            margin: 0 auto;
        }
        
        .smmpanelbdlab-pricing-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.5rem;
        }
        
        .smmpanelbdlab-pricing-card {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: var(--smmpanelbdlab-shadow);
            transition: all 0.3s ease;
            border: 1px solid #e2e8f0;
            display: flex;
            flex-direction: column;
        }
        
        .smmpanelbdlab-pricing-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        
        .smmpanelbdlab-pricing-card-header {
            padding: 1.5rem;
            text-align: center;
            background: #b5f5cd;
            border-bottom: 1px solid #e2e8f0;
        }
        
        .smmpanelbdlab-pricing-card-name {
            font-size: 1.25rem;
            font-weight: 700;
            color: var(--smmpanelbdlab-text-color);
            margin-bottom: 0.5rem;
        }
        
        .smmpanelbdlab-pricing-card-price {
            font-size: 2rem;
            font-weight: 700;
            color: var(--smmpanelbdlab-border-color);
            margin-bottom: 0;
        }
        
        .smmpanelbdlab-pricing-card-features {
            padding: 1.5rem;
            flex-grow: 1;
        }
        
        .smmpanelbdlab-pricing-card-feature {
            display: flex;
            align-items: center;
            margin-bottom: 0.8rem;
            color: var(--smmpanelbdlab-text-color);
            font-size: 0.9rem;
        }
        
        .smmpanelbdlab-pricing-card-feature i {
            margin-right: 0.5rem;
            font-size: 1rem;
        }
        
        .smmpanelbdlab-pricing-card-cta {
            padding: 1rem 1.5rem 1.5rem;
            text-align: center;
        }
        .smmpanelbdlab-pricing-card-popular {
           position: absolute;
           top: 90px;
           right: 10px;
           background: #ff0000;
           color: #fff;
           padding: 0.5rem 1rem;
           font-weight: 600;
           border-radius: 20px;
           font-size: 0.8rem;
           text-transform: uppercase;
           box-shadow: 0 2px 5px rgba(0,0,0,0.1);
           z-index: 1;
        }
        .smmpanelbdlab-pricing-card-button {
            display: block;
            padding: 0.6rem 1rem;
            background: var(--smmpanelbdlab-border-color);
            color: white;
            border-radius: 4px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            border: 1px solid var(--smmpanelbdlab-border-color);
        }
        
        .smmpanelbdlab-pricing-card-button:hover {
            background: transparent;
            color: var(--smmpanelbdlab-border-color);
        }
        .icon-check {
            color: #02d16a;
        }
        .icon-close{
            color: #ff0000;
        }
        /* Style for dashed separator between features */
.smmpanelbdlab-pricing-card-features hr {
    border: none;
    height: 1px;
    background: repeating-linear-gradient(
        to right,
        #ccc,
        #ccc 3px,
        transparent 3px,
        transparent 6px
    );
    margin: 0.5rem 0;
}

/* Remove last hr if it exists */
.smmpanelbdlab-pricing-card-features hr:last-child {
    display: none;
}
        /* Responsive adjustments */
        @media (max-width: 1200px) {
            .smmpanelbdlab-pricing-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 768px) {
            .smmpanelbdlab-pricing-grid {
                grid-template-columns: 1fr;
                max-width: 400px;
                margin: 0 auto;
            }
            
            .smmpanelbdlab-pricing-title {
                font-size: 2rem;
            }
        }
        
        
        
        /*  ---- Provider Page CSS ---- */
        
        .smmpanelbdlab-api-section {
        font-family: 'Poppins', sans-serif;
        background-color: #f9f9f9;
        padding: 40px 0;
    }

    .smmpanelbdlab-api-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .smmpanelbdlab-api-title {
        color: var(--smmpanelbdlab-api-primary);
        font-size: 2.2rem;
        font-weight: 700;
        margin-bottom: 30px;
        text-align: center;
        position: relative;
        display: inline-block;
        padding: 0 20px;
    }

    .smmpanelbdlab-api-title:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 3px;
        background: var(--smmpanelbdlab-api-secondary);
        border-radius: 3px;
    }

    .smmpanelbdlab-api-alerts {
        margin-bottom: 30px;
    }

    .smmpanelbdlab-api-alert {
        border-radius: var(--smmpanelbdlab-api-radius);
        padding: 15px 20px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        border-left: 4px solid transparent;
        box-shadow: var(--smmpanelbdlab-api-shadow);
    }

    .smmpanelbdlab-api-alert i {
        margin-right: 12px;
        font-size: 1.2rem;
    }

    .smmpanelbdlab-api-alert-success {
        background-color: rgba(40, 167, 69, 0.1);
        border-left-color: var(--smmpanelbdlab-api-success);
        color: var(--smmpanelbdlab-api-success);
    }

    .smmpanelbdlab-api-alert-info {
        background-color: rgba(23, 162, 184, 0.1);
        border-left-color: var(--smmpanelbdlab-api-info);
        color: var(--smmpanelbdlab-api-info);
    }

    .smmpanelbdlab-api-alert-danger {
        background-color: rgba(220, 53, 69, 0.1);
        border-left-color: var(--smmpanelbdlab-api-danger);
        color: var(--smmpanelbdlab-api-danger);
    }

    .smmpanelbdlab-api-alert a {
        color: var(--smmpanelbdlab-api-primary);
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s;
    }

    .smmpanelbdlab-api-alert a:hover {
        text-decoration: underline;
    }

    .smmpanelbdlab-api-row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .smmpanelbdlab-api-col {
        padding: 0 15px;
        margin-bottom: 30px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    @media (min-width: 768px) {
        .smmpanelbdlab-api-col {
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }
    }

    .smmpanelbdlab-api-card {
        background: white;
        border-radius: var(--smmpanelbdlab-api-radius);
        box-shadow: var(--smmpanelbdlab-api-shadow);
        border: 1px solid var(--smmpanelbdlab-api-border);
        height: 100%;
        transition: all 0.3s ease;
        overflow: hidden;
    }

    .smmpanelbdlab-api-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .smmpanelbdlab-api-card-body {
        padding: 25px;
    }

    .smmpanelbdlab-api-card i {
        font-size: 1.8rem;
        margin-bottom: 15px;
        display: inline-block;
    }

    .smmpanelbdlab-api-card h5 {
        color: var(--smmpanelbdlab-api-dark);
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .smmpanelbdlab-api-card p {
        color: #6c757d;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .smmpanelbdlab-api-hidden {
        display: none !important;
    }
    
    
    
     .smmpanelbdlab-gateway-body {
            font-family: 'Poppins', sans-serif;
            background-color: #f9f9f9;
            margin: 0;
            padding: 20px;
        }
        .smmpanelbdlab-gateway-container {
            max-width: 1200px;
            margin: 0 auto;
        }
        .smmpanelbdlab-gateway-h1 {
            text-align: center;
            color: var(--smmpanelbdlab-text-color);
        }
        .smmpanelbdlab-gateway-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin-top: 30px;
        }
        .smmpanelbdlab-gateway-card {
            background-color: var(--smmpanelbdlab-light-color);
            border: 1px solid #ddd;
            border-radius: 10px;
            padding: 20px;
            text-align: center;
            box-shadow: 0px 1.18245px 2.3649px 0px var(--smmpanelbdlab-primary-color), 
                        0px 0px 0px 1.18245px var(--smmpanelbdlab-border-color), 
                        rgba(0, 0, 0, 0.09) 0px 2px 1px, 
                        rgba(0, 0, 0, 0.09) 0px 4px 2px, 
                        rgba(0, 0, 0, 0.09) 0px 8px 4px, 
                        rgba(0, 0, 0, 0.09) 0px 16px 8px, 
                        rgba(0, 0, 0, 0.09) 0px 32px 16px !important;
            transition: transform 0.3s ease;
        }
        .smmpanelbdlab-gateway-card:hover {
            transform: scale(1.05);
            border-color: var(--smmpanelbdlab-border-color);
        }
        .smmpanelbdlab-gateway-card img {
            width: 80px;
            height: 80px;
            object-fit: contain;
            margin-bottom: 15px;
        }
        .smmpanelbdlab-gateway-name {
            font-size: 18px;
            font-weight: 600;
            color: var(--smmpanelbdlab-text-color);
        }
        .smmpanelbdlab-gateway-banner-container {
            width:100%; 
            margin:0 auto; 
            overflow:hidden; 
            border:2px solid var(--smmpanelbdlab-border-color); 
            border-radius:5px;
        }
        .smmpanelbdlab-gateway-banner-slider {
            position:relative; 
            width:100%; 
            height:0; 
            padding-bottom:12.36%;
        }
        
        
         .smmpanelbdlab-footer {
            background: linear-gradient(135deg, #1a2a3a 0%, #0d1520 100%);
            color: #ffffff;
            position: relative;
            padding: 4rem 0 1rem;
        }
        
        .smmpanelbdlab-footer-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
            position: relative;
            z-index: 1;
        }
        
        .smmpanelbdlab-footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 3rem;
            margin-bottom: 3rem;
        }
        
        .smmpanelbdlab-logo-container {
            margin-bottom: 1.5rem;
        }
        
        .smmpanelbdlab-footer-logo {
            max-width: 160px;
            height: auto;
            transition: all 0.3s ease;
        }
        
        .smmpanelbdlab-footer-logo:hover {
            transform: scale(1.05);
        }
        
        .smmpanelbdlab-footer-description {
            color: rgba(255,255,255,0.7);
            line-height: 1.6;
            margin-bottom: 1.5rem;
        }
        
        .smmpanelbdlab-social-links {
            display: flex;
            gap: 1rem;
        }
        
        .smmpanelbdlab-social-icon {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: rgba(255,255,255,0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: white;
            transition: all 0.3s ease;
        }
        
        .smmpanelbdlab-social-icon:hover {
            background: #2e76cf;
            transform: translateY(-3px);
        }
        
        .smmpanelbdlab-footer-title {
            font-size: 1.2rem;
            margin-bottom: 1.5rem;
            position: relative;
            color: var(--smmpanelbdlab-primary-color);
        }
        
        .smmpanelbdlab-footer-title::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 40px;
            height: 2px;
            background: var(--smmpanelbdlab-border-color);
        }
        
        .smmpanelbdlab-footer-links ul {
            list-style: none;
        }
        
        .smmpanelbdlab-footer-links li {
            margin-bottom: 0.8rem;
        }
        
        .smmpanelbdlab-footer-link {
            color: rgba(255,255,255,0.7);
            text-decoration: none;
            transition: all 0.3s ease;
            position: relative;
            padding-left: 1rem;
        }
        
        .smmpanelbdlab-footer-link::before {
            content: '→';
            position: absolute;
            left: 0;
            color: var(--smmpanelbdlab-primary-color);
            opacity: 0;
            transition: all 0.3s ease;
        }
        
        .smmpanelbdlab-footer-link:hover {
            color: white;
            padding-left: 1.5rem;
        }
        
        .smmpanelbdlab-footer-link:hover::before {
            opacity: 1;
            left: -5px;
        }
        
        .smmpanelbdlab-newsletter-form {
            display: flex;
            margin-top: 1rem;
        }
        
        .smmpanelbdlab-newsletter-form input {
            flex: 1;
            padding: 0.75rem;
            border: none;
            border-radius: 4px 0 0 4px;
            background: rgba(255,255,255,0.1);
            color: white;
        }
        
        .smmpanelbdlab-newsletter-form button {
            background: var(--smmpanelbdlab-primary-color);
            color: var(--smmpanelbdlab-text-color);
            border: none;
            padding: 0 1.2rem;
            border-radius: 0 4px 4px 0;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .smmpanelbdlab-newsletter-form button:hover {
            background: var(--smmpanelbdlab-border-color);
            color: white;
        }
        
        .smmpanelbdlab-footer-bottom {
            border-top: 1px solid rgba(255,255,255,0.1);
            padding-top: 1.5rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            color: rgba(255,255,255,0.6);
            font-size: 0.9rem;
        }
        
        .smmpanelbdlab-payment-methods {
            display: flex;
            gap: 1.5rem;
            margin-bottom: 1rem;
            font-size: 1.5rem;
            color: rgba(255,255,255,0.7);
        }
        
        .smmpanelbdlab-footer-bottom p {
            margin-bottom: 1rem;
        }
        
        .smmpanelbdlab-footer-bottom a {
            color: rgba(255,255,255,0.7);
            text-decoration: none;
            margin: 0 0.5rem;
            transition: color 0.3s ease;
        }
        
        .smmpanelbdlab-footer-bottom a:hover {
            color: var(--smmpanelbdlab-primary-color);
        }
        
        @media (max-width: 768px) {
            .smmpanelbdlab-footer-content {
                grid-template-columns: 1fr;
                gap: 2rem;
            }
            
            .smmpanelbdlab-footer-brand {
                text-align: center;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            
            .smmpanelbdlab-social-links {
                justify-content: center;
            }
            
            .smmpanelbdlab-footer-title {
                text-align: center;
            }
            
            .smmpanelbdlab-footer-title::after {
                left: 50%;
                transform: translateX(-50%);
            }
            
            .smmpanelbdlab-footer-links ul {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                gap: 1rem;
            }
            
            .smmpanelbdlab-footer-links li {
                margin-bottom: 0;
            }
        }
        
        .smmpanelbdlab-contact-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 2rem;
            min-height: 100vh;
        }
        
        .smmpanelbdlab-contact-header {
            text-align: center;
            margin-bottom: 3rem;
        }
        
        .smmpanelbdlab-contact-title {
            font-size: 2.5rem;
            color: #333;
            margin-bottom: 1rem;
        }
        
        .smmpanelbdlab-contact-subtitle {
            color: #666;
            font-size: 1.1rem;
        }
        
        .smmpanelbdlab-contact-buttons {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
            margin-bottom: 4rem;
        }
        
        .smmpanelbdlab-contact-btn {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 2rem 1rem;
            border-radius: 10px;
            text-decoration: none;
            color: white;
            font-weight: 600;
            font-size: 1.2rem;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            box-shadow: var(--shadow);
            border: none;
            cursor: pointer;
            transform-style: preserve-3d;
            transform: perspective(500px);
        }
        
        .smmpanelbdlab-contact-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 50%);
            transform: translateZ(20px);
        }
        
        .smmpanelbdlab-contact-btn:hover {
            transform: perspective(500px) translateZ(20px);
        }
        
        .smmpanelbdlab-contact-btn i {
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }
        
        .smmpanelbdlab-whatsapp {
            background-color: var(--whatsapp);
        }
        
        .smmpanelbdlab-telegram {
            background-color: var(--telegram);
        }
        
        .smmpanelbdlab-facebook {
            background-color: var(--facebook);
        }
        
        .smmpanelbdlab-youtube {
            background-color: var(--youtube);
        }
        
        .smmpanelbdlab-map-container {
            width: 100%;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: var(--shadow);
            border: 2px solid #0066cc;
        }
        
        .smmpanelbdlab-map-container iframe {
            width: 100%;
            height: 400px;
            border: none;
        }
        
        @media (max-width: 768px) {
            .smmpanelbdlab-contact-buttons {
                grid-template-columns: 1fr 1fr;
            }
            
            .smmpanelbdlab-contact-title {
                font-size: 2rem;
            }
        }
        
        @media (max-width: 480px) {
            .smmpanelbdlab-contact-buttons {
                grid-template-columns: 1fr;
            }
            
            .smmpanelbdlab-contact-container {
                padding: 1rem;
            }
        }
        
         .smmpanelbdlab-blog {
            font-family: 'Inter', sans-serif;
            background-color: #f8fafc;
        }
        .smmpanelbdlab-blog-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 2rem 1rem;
        }
        .smmpanelbdlab-blog-header {
            text-align: center;
            margin-bottom: 3rem;
        }
        .smmpanelbdlab-blog-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #1e293b;
            margin-bottom: 1rem;
        }
        .smmpanelbdlab-blog-subtitle {
            color: #64748b;
            font-size: 1.125rem;
        }
        .smmpanelbdlab-blog-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 2rem;
        }
        .smmpanelbdlab-blog-card {
            background: white;
            border-radius: 0.5rem;
            overflow: hidden;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .smmpanelbdlab-blog-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        }
        .smmpanelbdlab-blog-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-bottom: 2px solid #0066cc;
        }
        .smmpanelbdlab-blog-card-content {
            padding: 1.5rem;
        }
        .smmpanelbdlab-blog-category {
            display: inline-block;
            background-color: #e0f2fe;
            color: #0369a1;
            font-size: 0.75rem;
            font-weight: 600;
            padding: 0.25rem 0.75rem;
            border-radius: 9999px;
            margin-bottom: 0.75rem;
        }
        .smmpanelbdlab-blog-card-title {
            font-size: 1.25rem;
            font-weight: 600;
            color: #1e293b;
            margin-bottom: 0.75rem;
            line-height: 1.3;
        }
        .smmpanelbdlab-blog-excerpt {
            color: #64748b;
            font-size: 0.875rem;
            line-height: 1.5;
            margin-bottom: 1rem;
        }
        .smmpanelbdlab-blog-date {
            color: #94a3b8;
            font-size: 0.75rem;
        }
        @media (max-width: 768px) {
            .smmpanelbdlab-blog-title {
                font-size: 2rem;
            }
            .smmpanelbdlab-blog-grid {
                grid-template-columns: 1fr;
            }
        }
        
.widgethelptext,
#widgethelp .widgethelptext,
.widgethelpbtntext {
    display: none !important;
}







.smmpanelbdlab-tutorial-container {
    margin: 40px auto;
    padding: 0 15px;
    font-family: Arial, sans-serif;
}
.smmpanelbdlab-tutorial-heading {
    text-align: center;
    color: #333;
    margin-bottom: 30px;
    font-size: 2em;
    border-bottom: 2px solid #007bff;
    display: inline-block;
    padding-bottom: 5px;
}
.smmpanelbdlab-tutorial-grid {
    display: grid;
    /* Default: 1 column for mobile */
    grid-template-columns: 1fr; 
    gap: 30px;
}
.smmpanelbdlab-tutorial-card {
    text-decoration: none;
    display: block;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer; 
}

.smmpanelbdlab-tutorial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.smmpanelbdlab-tutorial-card:hover .smmpanelbdlab-tutorial-thumbnail-wrapper::after {
    background-color: rgba(0, 123, 255, 0.2);
}

.smmpanelbdlab-tutorial-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%; 
    height: 0;
}

.smmpanelbdlab-tutorial-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; 
    margin: auto; 
    background-color: #000;
    
    transition: transform 0.3s ease;
}

.smmpanelbdlab-tutorial-card:hover .smmpanelbdlab-tutorial-thumbnail {
    transform: scale(1.05);
}

.smmpanelbdlab-tutorial-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    background-color: rgba(255, 0, 0, 0.8);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    z-index: 10;
    border: 3px solid white;
    transition: background-color 0.3s ease;
}

.smmpanelbdlab-tutorial-card:hover .smmpanelbdlab-tutorial-play-icon {
    background-color: rgba(200, 0, 0, 0.95); /* Darker red on hover */
}

.smmpanelbdlab-tutorial-title {
    color: #007bff;
    font-size: 1.25em;
    padding: 15px 15px 5px;
    margin: 0;
}

.smmpanelbdlab-tutorial-desc {
    color: #666;
    font-size: 0.95em;
    padding: 0 15px 20px;
    margin: 0;
}

.smmpanelbdlab-video-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.95);
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.smmpanelbdlab-modal-content {
    position: relative;
    margin: auto;
    width: 90%;
    max-width: 1200px;
    background-color: #000;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.7);
}

#tutorialVideoPlayer {
    display: block;
    width: 100%;
    max-height: 80vh;
    object-fit: contain; 
    border-radius: 8px;
}

.smmpanelbdlab-modal-close-btn {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    top: -35px;
    right: 0px; 
    cursor: pointer;
    transition: 0.3s;
    background-color: #ff0000;
    padding: 0 15px;
    line-height: 1;
    border-radius: 5px;
}

.smmpanelbdlab-modal-close-btn:hover,
.smmpanelbdlab-modal-close-btn:focus {
    color: #ccc;
    text-decoration: none;
}

@media (min-width: 600px) {
    .smmpanelbdlab-tutorial-grid {
        /* Tablet: 2 videos per row */
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .smmpanelbdlab-tutorial-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.smmpanelbdlab-modal-content {
    position: relative;
    margin: auto;
    width: 90%;
    max-width: 1200px;
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(0, 195, 255, 0.6);
    border: 3px solid #00c3ff;
}



.smmpanelbdlab-script-body {
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
    margin: 0;
    background-color: #f4f7f9;
    color: #333;
    line-height: 1.6;
}

.smmpanelbdlab-script-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

.smmpanelbdlab-script-header {
    background: linear-gradient(135deg, #3a6b3a, #b1f3ca);
    color: white;
    text-align: center;
    padding: 60px 20px;
    margin-bottom: 40px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.smmpanelbdlab-script-header h1 {
    margin: 0;
    font-size: 2.8rem;
    font-weight: 700;
}

.smmpanelbdlab-script-header p {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 15px auto 0;
}

/* GRID */
.smmpanelbdlab-script-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.smmpanelbdlab-script-card {
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.smmpanelbdlab-script-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.smmpanelbdlab-script-card-image-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    position: relative;
    overflow: hidden;
}

.smmpanelbdlab-script-card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.5s ease;
}

.smmpanelbdlab-script-card:hover .smmpanelbdlab-script-card-img {
    transform: scale(1.02);
}

.smmpanelbdlab-script-card-img-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #f1f1f1, #e9ecef);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
}

.smmpanelbdlab-script-card-content {
    padding: 9px;
    /* display: flex; */
    flex-direction: column;
    flex-grow: 1;
}

.smmpanelbdlab-script-card-title {
    margin: 0 0 10px;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--smmpanelbdlab-script-secondary);
    text-decoration: none;
}

.smmpanelbdlab-script-card-desc {
    color: var(--smmpanelbdlab-script-gray);
    font-size: 0.95rem;
    margin-bottom: 15px;
    flex-grow: 1;
}

.smmpanelbdlab-script-card-price {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--smmpanelbdlab-script-success);
    margin: 15px 0;
}
.smmpanelbdlab-script-price-bdt {
    font-size: 0.8rem;
    color: var(--smmpanelbdlab-script-gray);
}

/* FIX BUTTON */
.smmpanelbdlab-view-button {
    display: inline-block;
    text-align: center;
    background: linear-gradient(to right, var(--smmpanelbdlab-script-primary), var(--smmpanelbdlab-script-primary-dark));
    color: white;
    padding: 10px 12px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;      /* ðŸš€ prevent breaking into 2 lines */
    width: 100%;              /* ðŸš€ make all buttons equal width */
    box-sizing: border-box;
}

.smmpanelbdlab-view-button:hover {
    background: linear-gradient(to right, var(--smmpanelbdlab-script-primary-dark), var(--smmpanelbdlab-script-primary));
    box-shadow: 0 5px 15px rgba(41, 128, 185, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .smmpanelbdlab-script-header {
        padding: 40px 20px;
    }
    
    .smmpanelbdlab-script-header h1 {
        font-size: 2.2rem;
    }
    
    .smmpanelbdlab-script-header p {
        font-size: 1rem;
    }
    
    .smmpanelbdlab-script-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 boxes per row */
        gap: 15px; /* tighter gap */
    }
}

@media (max-width: 480px) {
    .smmpanelbdlab-script-header {
        padding: 30px 15px;
    }
    
    .smmpanelbdlab-script-header h1 {
        font-size: 1.8rem;
    }
    
    .smmpanelbdlab-script-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px; /* even tighter gap on very small screens */
    }
}

.btn-outline-smmpanelbdlab-button {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 16px;
    font-weight: 500;
    font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto, sans-serif;
    text-align: center;
    text-decoration: none;
    color: #008000;
    border: 2px solid #c2fbd7;
    border-radius: 100px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset, rgba(44, 187, 99, .15) 0 1px 2px, rgba(44, 187, 99, .15) 0 2px 4px, rgba(44, 187, 99, .15) 0 4px 8px, rgba(44, 187, 99, .15) 0 8px 16px, rgba(44, 187, 99, .15) 0 16px 32px;
}

.btn-outline-smmpanelbdlab-button:hover {
    background-color: #c2fbd7;
    color: #000;
}

.action-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.smmpanelbdlab-script-product-header { 
    background: linear-gradient(135deg, #3a6b3a, #b1f3ca); 
    color: white; 
    padding: 3rem 0; 
    margin-bottom: 2rem; 
}