.elementor-6 .elementor-element.elementor-element-2588d9b2 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-6 .elementor-element.elementor-element-5223842f > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-6 .elementor-element.elementor-element-13ed69f3 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-6 .elementor-element.elementor-element-10ed893e > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-6 .elementor-element.elementor-element-249a4a2b > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-6 .elementor-element.elementor-element-1e1fe13a > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-6 .elementor-element.elementor-element-70d089ee > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-6 .elementor-element.elementor-element-301d6785 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-6 .elementor-element.elementor-element-d527aab{padding:0px 0px 30px 0px;}.elementor-6 .elementor-element.elementor-element-70beaa87 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-6 .elementor-element.elementor-element-3137f952 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-6 .elementor-element.elementor-element-3399e029 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-6 .elementor-element.elementor-element-24e69f5f > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-4f8eeffd */:root {
            --primary: #ED2849;
            --primary-dark: #c51e3a;
            --primary-light: #ff4d6d;
            --primary-bg: rgba(237, 40, 73, 0.08);
            --dark: #111827;
            --gray: #6B7280;
            --light-gray: #F9FAFB;
            --white: #FFFFFF;
            --accent: #10B981;
            --yellow: #F59E0B;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Inter', 'Hind Siliguri', sans-serif;
            background-color: var(--light-gray);
            color: var(--dark);
            line-height: 1.6;
            overflow-x: hidden;
        }
        
        .container {
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* হিরো সেকশন */
        .hero-section {
            min-height: 90vh;
            display: flex;
            align-items: center;
            position: relative;
            padding: 60px 0;
            overflow: hidden;
        }
        
        .hero-content {
            flex: 1;
            max-width: 700px;
            position: relative;
            z-index: 3;
        }
        
        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background-color: rgba(237, 40, 73, 0.1);
            color: var(--primary);
            padding: 12px 24px;
            border-radius: 100px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 25px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(237, 40, 73, 0.2);
            animation: float 3s ease-in-out infinite;
        }
        
        @keyframes float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-5px); }
        }
        
        .hero-title {
            font-size: 3.5rem;
            font-weight: 800;
            line-height: 1.1;
            margin-bottom: 25px;
            position: relative;
        }
        
        .hero-title span {
            color: var(--primary);
            position: relative;
        }
        
        .hero-title span::after {
            content: '';
            position: absolute;
            bottom: 5px;
            left: 0;
            width: 100%;
            height: 12px;
            background-color: rgba(237, 40, 73, 0.15);
            z-index: -1;
            border-radius: 3px;
        }
        
        .hero-subtitle {
            font-size: 1.5rem;
            font-weight: 600;
            color: var(--dark);
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
        }
        
        .ai-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background-color: var(--accent);
            color: var(--white);
            padding: 8px 20px;
            border-radius: 50px;
            font-size: 0.9rem;
            font-weight: 600;
            animation: pulse 2s infinite;
        }
        
        @keyframes pulse {
            0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4); }
            70% { box-shadow: 0 0 0 10px rgba(16, 185, 129, 0); }
            100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
        }
        
        .hero-description {
            font-size: 1.2rem;
            color: var(--gray);
            margin-bottom: 40px;
            max-width: 600px;
            line-height: 1.8;
        }
        
        .hero-cta {
            display: flex;
            gap: 20px;
            margin-top: 40px;
        }
        
        .cta-button {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background-color: var(--primary);
            color: var(--white);
            padding: 18px 36px;
            border-radius: 12px;
            font-size: 1.1rem;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 10px 25px rgba(237, 40, 73, 0.3);
            border: 2px solid var(--primary);
        }
        
        .cta-button:hover {
            background-color: var(--primary-dark);
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(237, 40, 73, 0.4);
        }
        
        .secondary-button {
            background-color: transparent;
            color: var(--primary);
            box-shadow: none;
            border: 2px solid rgba(237, 40, 73, 0.3);
        }
        
        .secondary-button:hover {
            background-color: rgba(237, 40, 73, 0.05);
            border-color: var(--primary);
        }
        
        /* হিরো ইমেজ সেকশন - DESKTOP SIZE FIXED */
        .hero-image-container {
            flex: 1;
            position: relative;
            height: 600px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .image-wrapper {
            position: relative;
            width: 100%;
            height: 100%;
            max-width: 600px;
        }
        
        .image-main {
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
            border-radius: 24px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: var(--white);
            padding: 40px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 30px 60px rgba(237, 40, 73, 0.2);
        }
        
        .image-main::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        }
        
        .image-icon {
            font-size: 5rem;
            margin-bottom: 25px;
            opacity: 0.9;
            color: rgba(255, 255, 255, 0.9);
        }
        
        .image-text {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 15px;
            text-align: center;
        }
        
        .image-subtext {
            font-size: 1rem;
            opacity: 0.8;
            text-align: center;
            max-width: 400px;
        }
        
        /* ইমেজ স্টাইল - RESPONSIVE FIX */
        .promo-image {
            width: 100%;
            height: 180px;
            border-radius: 12px;
            object-fit: cover;
            margin-top: 30px;
            border: 2px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease;
        }
        
        .promo-image:hover {
            transform: scale(1.02);
        }
        
        /* ডেকোরেশন এলিমেন্টস */
        .floating-element {
            position: absolute;
            border-radius: 50%;
            background-color: rgba(237, 40, 73, 0.1);
            z-index: 1;
        }
        
        .floating-element-1 {
            width: 300px;
            height: 300px;
            top: 10%;
            right: 5%;
            animation: float-large 8s ease-in-out infinite;
        }
        
        .floating-element-2 {
            width: 150px;
            height: 150px;
            bottom: 20%;
            right: 15%;
            animation: float-medium 6s ease-in-out infinite 1s;
        }
        
        .floating-element-3 {
            width: 80px;
            height: 80px;
            top: 40%;
            right: 25%;
            animation: float-small 4s ease-in-out infinite 2s;
        }
        
        @keyframes float-large {
            0%, 100% { transform: translate(0, 0) rotate(0deg); }
            33% { transform: translate(30px, -30px) rotate(120deg); }
            66% { transform: translate(-20px, 20px) rotate(240deg); }
        }
        
        @keyframes float-medium {
            0%, 100% { transform: translate(0, 0) scale(1); }
            50% { transform: translate(-40px, 40px) scale(1.1); }
        }
        
        @keyframes float-small {
            0%, 100% { transform: translate(0, 0); }
            50% { transform: translate(20px, -20px); }
        }
        
        /* স্ট্যাটস */
        .stats-container {
            display: flex;
            gap: 40px;
            margin-top: 50px;
            flex-wrap: wrap;
        }
        
        .stat-item {
            display: flex;
            flex-direction: column;
        }
        
        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary);
            line-height: 1;
        }
        
        .stat-label {
            font-size: 0.9rem;
            color: var(--gray);
            margin-top: 8px;
            font-weight: 500;
        }
        
        /* রেস্পন্সিভ ডিজাইন - FIXED FOR MOBILE */
        @media (max-width: 1100px) {
            .hero-section {
                flex-direction: column;
                text-align: center;
                padding: 40px 0;
            }
            
            .hero-content {
                max-width: 100%;
            }
            
            .hero-title {
                font-size: 3rem;
            }
            
            .hero-image-container {
                width: 100%;
                height: 500px;
                margin-top: 40px;
            }
            
            .hero-cta {
                justify-content: center;
            }
            
            .stats-container {
                justify-content: center;
            }
            
            .floating-element {
                display: none;
            }
        }
        
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .hero-subtitle {
                font-size: 1.3rem;
                justify-content: center;
            }
            
            .hero-description {
                font-size: 1.1rem;
            }
            
            .hero-cta {
                flex-direction: column;
                gap: 15px;
            }
            
            .cta-button {
                justify-content: center;
                padding: 16px 24px;
            }
            
            .hero-image-container {
                height: 450px; /* Adjusted for mobile */
                margin-top: 30px;
            }
            
            .image-main {
                padding: 25px;
            }
            
            .image-text {
                font-size: 1.5rem;
            }
            
            .image-icon {
                font-size: 4rem;
                margin-bottom: 20px;
            }
            
            /* MOBILE IMAGE SIZE - responsive */
            .promo-image {
                height: 150px; /* Adjusted for tablet */
                margin-top: 25px;
            }
        }
        
        @media (max-width: 480px) {
            .hero-title {
                font-size: 2.2rem;
            }
            
            .hero-badge {
                padding: 10px 20px;
                font-size: 13px;
            }
            
            .hero-subtitle {
                font-size: 1.1rem;
                flex-direction: column;
                align-items: center;
                gap: 12px;
            }
            
            .ai-badge {
                font-size: 0.8rem;
                padding: 6px 16px;
            }
            
            .hero-description {
                font-size: 1rem;
                margin-bottom: 30px;
            }
            
            .image-icon {
                font-size: 3.5rem;
                margin-bottom: 15px;
            }
            
            .image-text {
                font-size: 1.3rem;
                margin-bottom: 10px;
            }
            
            .image-subtext {
                font-size: 0.9rem;
            }
            
            .hero-image-container {
                height: 380px; /* Smaller for mobile */
                margin-top: 25px;
            }
            
            .image-main {
                padding: 20px 15px;
            }
            
            /* SMALL MOBILE IMAGE SIZE */
            .promo-image {
                height: 130px; /* Adjusted for small mobile */
                margin-top: 20px;
            }
            
            .cta-button {
                padding: 14px 20px;
                font-size: 1rem;
            }
            
            .stat-number {
                font-size: 2rem;
            }
        }
        
        @media (max-width: 360px) {
            .hero-title {
                font-size: 2rem;
            }
            
            .hero-image-container {
                height: 350px; /* Even smaller for very small phones */
            }
            
            .image-main {
                padding: 18px 12px;
            }
            
            .image-text {
                font-size: 1.2rem;
            }
            
            /* VERY SMALL MOBILE IMAGE SIZE */
            .promo-image {
                height: 110px; /* Adjusted for very small screens */
                margin-top: 18px;
            }
            
            .cta-button {
                padding: 12px 18px;
                font-size: 0.95rem;
            }
        }
        
        /* Extra fix for image loading issues */
        .promo-image {
            background-color: rgba(0, 0, 0, 0.1);
            min-height: 100px;
        }
        
        .image-fallback {
            display: none;
            text-align: center;
            padding: 20px;
            background: rgba(0, 0, 0, 0.1);
            border-radius: 12px;
            color: white;
            font-weight: 600;
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-35418a49 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Inter', 'Hind Siliguri', sans-serif;
            --st-red: #ED2849;
            --st-red-dark: #c51e3a;
            --st-red-light: #ff4d6d;
            --st-blue: #3B82F6;
            --st-blue-light: #93C5FD;
            --st-gray: #6B7280;
            --st-gray-light: #F3F4F6;
            --st-dark: #111827;
            --st-white: #FFFFFF;
            --st-green: #10B981;
            background-color: #F9FAFB;
            color: var(--st-dark);
            line-height: 1.6;
            overflow-x: hidden;
        }
        
        /* মেইন কন্টেইনার */
        .st-container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* সেকশন কমন স্টাইল */
        .st-section {
            position: relative;
            padding: 100px 0;
            min-height: 100vh;
            display: flex;
            align-items: center;
            background: linear-gradient(135deg, #F9FAFB 0%, #F3F4F6 100%);
        }
        
        /* হেডার স্টাইল */
        .st-header {
            text-align: center;
            margin-bottom: 60px;
            position: relative;
            z-index: 3;
        }
        
        .st-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: linear-gradient(135deg, var(--st-red) 0%, var(--st-red-dark) 100%);
            color: var(--st-white);
            padding: 12px 28px;
            border-radius: 100px;
            font-size: 15px;
            font-weight: 600;
            margin-bottom: 25px;
            box-shadow: 0 10px 25px rgba(237, 40, 73, 0.2);
        }
        
        .st-title {
            font-size: 3.2rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 20px;
            color: var(--st-dark);
        }
        
        .st-title span {
            color: var(--st-red);
            position: relative;
            display: inline-block;
        }
        
        .st-title span::after {
            content: '';
            position: absolute;
            bottom: 5px;
            left: 0;
            width: 100%;
            height: 12px;
            background-color: rgba(237, 40, 73, 0.15);
            z-index: -1;
            border-radius: 3px;
        }
        
        .st-subtitle {
            font-size: 1.3rem;
            color: var(--st-gray);
            max-width: 800px;
            margin: 0 auto;
            line-height: 1.7;
        }
        
        /* কন্টেন্ট গ্রিড */
        .st-content-grid {
            display: grid;
            grid-template-columns: 1.2fr 1fr;
            gap: 80px;
            position: relative;
            z-index: 2;
            align-items: start;
        }
        
        /* বাম কলাম - টেক্সট কন্টেন্ট */
        .st-text-side {
            display: flex;
            flex-direction: column;
            gap: 40px;
        }
        
        /* টেক্সট বক্স */
        .st-text-box {
            background: var(--st-white);
            border-radius: 24px;
            padding: 50px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
            border: 1px solid rgba(0, 0, 0, 0.05);
            position: relative;
            overflow: hidden;
        }
        
        .st-text-box::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 6px;
            height: 100%;
            background: linear-gradient(to bottom, var(--st-red) 0%, var(--st-blue) 100%);
        }
        
        .st-intro-text {
            font-size: 1.3rem;
            font-weight: 600;
            color: var(--st-dark);
            margin-bottom: 30px;
            line-height: 1.8;
        }
        
        .st-paragraph {
            font-size: 1.1rem;
            line-height: 1.8;
            color: var(--st-dark);
            margin-bottom: 25px;
        }
        
        /* হাইলাইট বক্স */
        .st-highlight-box {
            background: linear-gradient(135deg, rgba(237, 40, 73, 0.08) 0%, rgba(59, 130, 246, 0.08) 100%);
            border-radius: 16px;
            padding: 35px;
            margin: 30px 0;
            border-left: 5px solid var(--st-red);
            position: relative;
        }
        
        .st-highlight-text {
            font-size: 1.3rem;
            font-weight: 600;
            color: var(--st-dark);
            line-height: 1.7;
        }
        
        .st-highlight-text span {
            color: var(--st-red);
            font-weight: 700;
        }
        
        /* ফিচার লিস্ট */
        .st-feature-list {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 25px;
            margin-top: 40px;
        }
        
        .st-feature-item {
            background: var(--st-white);
            border-radius: 16px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            border: 1px solid rgba(0, 0, 0, 0.05);
            transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
        }
        
        .st-feature-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        }
        
        .st-feature-icon {
            width: 60px;
            height: 60px;
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            color: var(--st-white);
            margin-bottom: 20px;
        }
        
        .st-icon-1 {
            background: linear-gradient(135deg, var(--st-gray) 0%, #9CA3AF 100%);
        }
        
        .st-icon-2 {
            background: linear-gradient(135deg, var(--st-blue) 0%, var(--st-blue-light) 100%);
        }
        
        .st-icon-3 {
            background: linear-gradient(135deg, var(--st-red) 0%, var(--st-red-light) 100%);
        }
        
        .st-icon-4 {
            background: linear-gradient(135deg, var(--st-green) 0%, #34D399 100%);
        }
        
        .st-feature-title {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 10px;
            color: var(--st-dark);
        }
        
        .st-feature-desc {
            font-size: 1rem;
            color: var(--st-gray);
            line-height: 1.6;
        }
        
        /* ডান কলাম - স্টিকি ইমেজ (ডেস্কটপের জন্য) */
        .st-image-side {
            position: relative;
            height: 100%;
        }
        
        .st-sticky-wrapper {
            position: sticky;
            top: 100px;
            height: fit-content;
            transition: transform 0.3s ease-out;
            will-change: transform;
        }
        
        .st-image-container {
            position: relative;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
            height: 600px;
            transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        
        .st-main-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        
        .st-image-container:hover .st-main-image {
            transform: scale(1.05);
        }
        
        .st-image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.7) 100%);
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 40px;
            color: var(--st-white);
        }
        
        .st-image-title {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 15px;
            line-height: 1.3;
        }
        
        .st-image-text {
            font-size: 1.1rem;
            opacity: 0.9;
        }
        
        /* ডেকোরেশন */
        .st-bg-element {
            position: absolute;
            border-radius: 50%;
            z-index: 1;
            opacity: 0.05;
        }
        
        .st-bg-1 {
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, var(--st-red) 0%, transparent 70%);
            top: -200px;
            right: -200px;
        }
        
        /* অ্যানিমেশন */
        @keyframes stFadeIn {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .st-animate {
            opacity: 0;
            animation: stFadeIn 0.8s ease forwards;
        }
        
        /* ================== */
        /* মোবাইল রেস্পন্সিভ */
        /* ================== */
        
        @media (max-width: 1200px) {
            .st-content-grid {
                gap: 60px;
            }
            
            .st-feature-list {
                grid-template-columns: 1fr;
            }
        }
        
        @media (max-width: 992px) {
            .st-content-grid {
                grid-template-columns: 1fr;
            }
            
            .st-image-side {
                order: -1; /* মোবাইলে ইমেজকে উপরে নিয়ে আসে */
            }
            
            /* মোবাইলে স্টিকি এফেক্ট বন্ধ */
            .st-sticky-wrapper {
                position: relative !important;
                top: 0 !important;
                transform: translateY(0) !important;
                margin-top: 0;
                margin-bottom: 40px;
            }
            
            .st-image-container {
                height: 500px;
            }
        }
        
        @media (max-width: 768px) {
            .st-section {
                padding: 70px 0;
                min-height: auto;
            }
            
            .st-title {
                font-size: 2.5rem;
            }
            
            .st-subtitle {
                font-size: 1.1rem;
            }
            
            .st-badge {
                padding: 10px 22px;
                font-size: 14px;
            }
            
            .st-text-box {
                padding: 35px 25px;
            }
            
            .st-intro-text {
                font-size: 1.2rem;
            }
            
            .st-paragraph {
                font-size: 1rem;
            }
            
            .st-highlight-box {
                padding: 25px;
            }
            
            .st-highlight-text {
                font-size: 1.1rem;
            }
            
            .st-feature-item {
                padding: 25px;
            }
            
            .st-image-container {
                height: 400px;
            }
            
            .st-image-overlay {
                padding: 30px;
            }
            
            .st-image-title {
                font-size: 1.6rem;
            }
        }
        
        @media (max-width: 480px) {
            .st-title {
                font-size: 2rem;
            }
            
            .st-badge {
                font-size: 13px;
                padding: 8px 20px;
            }
            
            .st-image-container {
                height: 350px;
            }
            
            .st-image-overlay {
                padding: 25px;
            }
            
            .st-image-title {
                font-size: 1.4rem;
            }
        }
        
        /* ছোট মোবাইলের জন্য অতিরিক্ত অপ্টিমাইজেশন */
        @media (max-width: 360px) {
            .st-title {
                font-size: 1.8rem;
            }
            
            .st-feature-icon {
                width: 50px;
                height: 50px;
                font-size: 1.5rem;
            }
            
            .st-feature-title {
                font-size: 1.2rem;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-611c1a83 *//* Reset with unique prefix */
        .marketer-types-section * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        /* Main container for the section */
        .marketer-types-section {
            font-family: 'Inter', 'Hind Siliguri', sans-serif;
            --mt-red: #ED2849;
            --mt-red-dark: #c51e3a;
            --mt-red-light: #ff4d6d;
            --mt-blue: #3B82F6;
            --mt-blue-light: #93C5FD;
            --mt-gray: #6B7280;
            --mt-gray-light: #F3F4F6;
            --mt-dark: #111827;
            --mt-white: #FFFFFF;
            --mt-green: #10B981;
            background-color: var(--mt-white);
            color: var(--mt-dark);
            line-height: 1.6;
            position: relative;
            padding-top: 50px;
            padding-bottom: 0px;
            background: linear-gradient(to bottom, #F9FAFB 0%, var(--mt-white) 100%);
        }
        
        /* Container */
        .mt-container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Header Styles */
        .mt-types-header {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .mt-types-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: linear-gradient(135deg, var(--mt-blue) 0%, #2563EB 100%);
            color: var(--mt-white);
            padding: 12px 28px;
            border-radius: 100px;
            font-size: 15px;
            font-weight: 600;
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.2);
        }
        
        .mt-types-title {
            font-size: 2.8rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 20px;
            color: var(--mt-dark);
            padding: 30px;
        }
        
        .mt-types-subtitle {
            font-size: 1.2rem;
            color: var(--mt-gray);
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.7;
        }
        
        /* Types Grid */
        .mt-types-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-bottom: 70px;
        }
        
        /* Type Card */
        .mt-type-card {
            background: var(--mt-white);
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            height: 100%;
            display: flex;
            flex-direction: column;
            border: 1px solid rgba(0, 0, 0, 0.05);
        }
        
        .mt-type-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
        }
        
        /* Card Header */
        .mt-type-header {
            padding: 40px 40px 30px;
            text-align: center;
            position: relative;
            overflow: hidden;
            min-height: 200px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        
        .mt-type-i .mt-type-header {
            background: linear-gradient(135deg, var(--mt-gray) 0%, #9CA3AF 100%);
        }
        
        .mt-type-t .mt-type-header {
            background: linear-gradient(135deg, var(--mt-blue) 0%, var(--mt-blue-light) 100%);
        }
        
        .mt-type-m .mt-type-header {
            background: linear-gradient(135deg, var(--mt-red) 0%, var(--mt-red-dark) 100%);
        }
        
        .mt-type-icon {
            width: 80px;
            height: 80px;
            border-radius: 20px;
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            border: 2px solid rgba(255, 255, 255, 0.3);
        }
        
        .mt-type-icon i {
            font-size: 2.5rem;
            color: var(--mt-white);
        }
        
        .mt-card-title {
            font-size: 2rem;
            font-weight: 800;
            color: var(--mt-white);
            margin-bottom: 10px;
        }
        
        .mt-card-subtitle {
            font-size: 1.1rem;
            color: rgba(255, 255, 255, 0.9);
            font-weight: 500;
        }
        
        /* Card Body */
        .mt-type-body {
            padding: 40px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }
        
        .mt-type-features {
            list-style: none;
            margin-bottom: 30px;
            flex-grow: 1;
        }
        
        .mt-type-features li {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }
        
        .mt-type-features li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }
        
        .mt-feature-check {
            width: 30px;
            height: 30px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            margin-top: 2px;
        }
        
        .mt-type-i .mt-feature-check {
            background-color: rgba(107, 114, 128, 0.1);
            color: var(--mt-gray);
        }
        
        .mt-type-t .mt-feature-check {
            background-color: rgba(59, 130, 246, 0.1);
            color: var(--mt-blue);
        }
        
        .mt-type-m .mt-feature-check {
            background-color: rgba(237, 40, 73, 0.1);
            color: var(--mt-red);
        }
        
        .mt-feature-detail {
            font-size: 1.05rem;
            line-height: 1.6;
            color: var(--mt-dark);
        }
        
        /* Status Tags */
        .mt-type-status {
            margin-top: 20px;
        }
        
        .mt-status-title {
            font-size: 1rem;
            font-weight: 600;
            color: var(--mt-gray);
            margin-bottom: 10px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .mt-status-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }
        
        .mt-status-tag {
            background: rgba(0, 0, 0, 0.05);
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 500;
            color: var(--mt-dark);
        }
        
        .mt-type-i .mt-status-tag {
            background-color: rgba(107, 114, 128, 0.1);
            color: var(--mt-gray);
        }
        
        .mt-type-t .mt-status-tag {
            background-color: rgba(59, 130, 246, 0.1);
            color: var(--mt-blue);
        }
        
        .mt-type-m .mt-status-tag {
            background-color: rgba(237, 40, 73, 0.1);
            color: var(--mt-red);
        }
        
        /* Stats Section - Commented Out */
        .mt-stats-section {
            background: linear-gradient(135deg, var(--mt-red) 0%, var(--mt-red-dark) 100%);
            border-radius: 24px;
            padding: 60px;
            color: var(--mt-white);
            position: relative;
            overflow: hidden;
        }
        
        .mt-stats-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        }
        
        .mt-stats-title {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 40px;
            text-align: center;
            position: relative;
            z-index: 1;
        }
        
        .mt-stats-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            position: relative;
            z-index: 1;
        }
        
        .mt-stat-item {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            padding: 30px 20px;
            text-align: center;
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: transform 0.3s ease, background-color 0.3s ease;
        }
        
        .mt-stat-item:hover {
            transform: translateY(-5px);
            background: rgba(255, 255, 255, 0.15);
        }
        
        .mt-stat-number {
            font-size: 2.8rem;
            font-weight: 800;
            line-height: 1;
            margin-bottom: 10px;
            color: var(--mt-white);
        }
        
        .mt-stat-text {
            font-size: 1rem;
            opacity: 0.9;
            font-weight: 500;
        }
        
        /* Background Elements */
        .mt-bg-element {
            position: absolute;
            border-radius: 50%;
            z-index: 1;
            opacity: 0.05;
        }
        
        .mt-bg-2 {
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, var(--mt-blue) 0%, transparent 70%);
            bottom: -150px;
            left: -150px;
        }
        
        /* Animations */
        @keyframes mtFadeIn {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .mt-animate {
            opacity: 0;
            animation: mtFadeIn 0.8s ease forwards;
        }
        
        /* Responsive Design */
        @media (max-width: 1200px) {
            .mt-types-grid {
                grid-template-columns: 1fr;
                max-width: 600px;
                margin-left: auto;
                margin-right: auto;
            }
            
            .mt-stats-grid {
                grid-template-columns: 1fr;
                max-width: 500px;
                margin: 0 auto;
            }
        }
        
        @media (max-width: 768px) {
            .marketer-types-section {
                padding: 70px 0;
            }
            
            .mt-types-title {
                font-size: 2.5rem;
            }
            
            .mt-types-subtitle {
                font-size: 1.1rem;
            }
            
            .mt-types-badge {
                padding: 10px 22px;
                font-size: 14px;
            }
            
            .mt-type-header {
                padding: 30px 30px 25px;
                min-height: 180px;
            }
            
            .mt-type-body {
                padding: 30px;
            }
            
            .mt-type-icon {
                width: 70px;
                height: 70px;
                margin-bottom: 20px;
            }
            
            .mt-type-icon i {
                font-size: 2rem;
            }
            
            .mt-card-title {
                font-size: 1.8rem;
            }
            
            .mt-type-features li {
                margin-bottom: 15px;
                padding-bottom: 15px;
            }
            
            .mt-stats-section {
                padding: 40px 25px;
            }
            
            .mt-stats-title {
                font-size: 1.8rem;
            }
            
            .mt-stat-number {
                font-size: 2.2rem;
            }
            
            .mt-bg-2 {
                display: none;
            }
        }
        
        @media (max-width: 480px) {
            .mt-types-title {
                font-size: 2rem;
            }
            
            .mt-types-badge {
                font-size: 13px;
                padding: 8px 20px;
            }
            
            .mt-type-header {
                min-height: 160px;
            }
            
            .mt-type-icon {
                width: 60px;
                height: 60px;
            }
            
            .mt-type-icon i {
                font-size: 1.8rem;
            }
            
            .mt-card-title {
                font-size: 1.6rem;
            }
            
            .mt-feature-detail {
                font-size: 1rem;
            }
        }
        
        /* WordPress Admin Preview Styles */
        .block-editor-block-preview__content .marketer-types-section {
            min-height: 400px;
            padding: 20px;
        }
        
        .block-editor-block-preview__content .mt-types-grid {
            grid-template-columns: repeat(3, 1fr);
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-50f25c56 *//* ইউনিক ক্লাস প্রিফিক্স ব্যবহার করছি যাতে অন্য কোডের সাথে কনফ্লিক্ট না হয় */
        .mshape-reasons-section * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        .mshape-reasons-section {
            font-family: 'Inter', 'Hind Siliguri', sans-serif;
            --ms-red: #ED2849;
            --ms-red-dark: #c51e3a;
            --ms-blue: #3B82F6;
            --ms-gray: #6B7280;
            --ms-gray-light: #F3F4F6;
            --ms-dark: #111827;
            --ms-white: #FFFFFF;
            --ms-green: #10B981;
            --ms-orange: #F59E0B;
            --ms-purple: #8B5CF6;
            --ms-blue-light: #93C5FD;
            background: linear-gradient(135deg, #F9FAFB 0%, #F3F4F6 100%);
            color: var(--ms-dark);
            line-height: 1.6;
            min-height: 100vh;
            padding: 60px 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .mshape-reasons-container {
            max-width: 1220px;
            width: 100%;
        }
        
        /* মূল কার্ড */
        .mshape-main-card {
            background: var(--ms-white);
            border-radius: 32px;
            box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
            overflow: hidden;
            border: 1px solid rgba(0, 0, 0, 0.05);
        }
        
        /* হেডার */
        .mshape-header {
            background: linear-gradient(135deg, var(--ms-red) 0%, var(--ms-red-dark) 100%);
            padding: 60px 50px;
            color: var(--ms-white);
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .mshape-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        }
        
        .mshape-badge {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
            color: var(--ms-white);
            padding: 14px 32px;
            border-radius: 100px;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 30px;
            border: 2px solid rgba(255, 255, 255, 0.3);
            position: relative;
            z-index: 2;
        }
        
        .mshape-title {
            font-size: 3rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 25px;
            position: relative;
            z-index: 2;
        }
        
        .mshape-subtitle {
            font-size: 1.3rem;
            opacity: 0.9;
            max-width: 700px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }
        
        /* বডি */
        .mshape-body {
            padding: 60px 50px;
        }
        
        /* প্রধান স্টেটমেন্ট */
        .mshape-statement {
            font-size: 1.7rem;
            font-weight: 700;
            text-align: center;
            color: var(--ms-red);
            margin-bottom: 60px;
            padding: 30px;
            background: linear-gradient(135deg, rgba(237, 40, 73, 0.08) 0%, rgba(59, 130, 246, 0.08) 100%);
            border-radius: 24px;
            border-left: 6px solid var(--ms-red);
            line-height: 1.7;
            position: relative;
            overflow: hidden;
        }
        
        .mshape-statement::before {
            content: '"';
            position: absolute;
            top: -20px;
            left: 20px;
            font-size: 8rem;
            color: rgba(237, 40, 73, 0.1);
            font-family: serif;
            font-weight: 900;
            line-height: 1;
        }
        
        /* কারণ গ্রিড */
        .mshape-reasons-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 35px;
            margin-bottom: 60px;
        }
        
        /* কারণ কার্ড */
        .mshape-reason-card {
            background: var(--ms-white);
            border-radius: 24px;
            padding: 40px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
            border: 1px solid rgba(0, 0, 0, 0.05);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
            height: 100%;
        }
        
        .mshape-reason-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 6px;
        }
        
        .mshape-reason-card:nth-child(1)::before {
            background: linear-gradient(90deg, var(--ms-orange) 0%, #FBBF24 100%);
        }
        
        .mshape-reason-card:nth-child(2)::before {
            background: linear-gradient(90deg, var(--ms-purple) 0%, #A78BFA 100%);
        }
        
        .mshape-reason-card:nth-child(3)::before {
            background: linear-gradient(90deg, var(--ms-green) 0%, #34D399 100%);
        }
        
        .mshape-reason-card:nth-child(4)::before {
            background: linear-gradient(90deg, var(--ms-blue) 0%, var(--ms-blue-light) 100%);
        }
        
        .mshape-reason-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
        }
        
        .mshape-reason-icon {
            width: 80px;
            height: 80px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.2rem;
            color: var(--ms-white);
            margin-bottom: 30px;
        }
        
        .mshape-reason-card:nth-child(1) .mshape-reason-icon {
            background: linear-gradient(135deg, var(--ms-orange) 0%, #FBBF24 100%);
            box-shadow: 0 10px 25px rgba(245, 158, 11, 0.3);
        }
        
        .mshape-reason-card:nth-child(2) .mshape-reason-icon {
            background: linear-gradient(135deg, var(--ms-purple) 0%, #A78BFA 100%);
            box-shadow: 0 10px 25px rgba(139, 92, 246, 0.3);
        }
        
        .mshape-reason-card:nth-child(3) .mshape-reason-icon {
            background: linear-gradient(135deg, var(--ms-green) 0%, #34D399 100%);
            box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
        }
        
        .mshape-reason-card:nth-child(4) .mshape-reason-icon {
            background: linear-gradient(135deg, var(--ms-blue) 0%, var(--ms-blue-light) 100%);
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
        }
        
        .mshape-reason-title {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: var(--ms-dark);
        }
        
        .mshape-reason-text {
            font-size: 1.1rem;
            line-height: 1.7;
            color: var(--ms-dark);
        }
        
        .mshape-reason-text strong {
            color: var(--ms-red);
            font-weight: 700;
        }
        
        /* সমাধান সেকশন */
        .mshape-solution-section {
            background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(59, 130, 246, 0.1) 100%);
            border-radius: 24px;
            padding: 50px;
            margin-top: 40px;
            border-left: 6px solid var(--ms-green);
            position: relative;
            overflow: hidden;
        }
        
        .mshape-solution-section::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 200px;
            height: 200px;
            background: linear-gradient(135deg, var(--ms-green) 0%, transparent 70%);
            opacity: 0.1;
            border-radius: 0 24px 0 0;
        }
        
        .mshape-solution-header {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 30px;
        }
        
        .mshape-solution-icon {
            width: 70px;
            height: 70px;
            background: var(--ms-green);
            color: var(--ms-white);
            border-radius: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
        }
        
        .mshape-solution-title {
            font-size: 2rem;
            font-weight: 800;
            color: var(--ms-dark);
        }
        
        .mshape-solution-text {
            font-size: 1.15rem;
            line-height: 1.7;
            color: var(--ms-dark);
        }
        
        .mshape-solution-text strong {
            color: var(--ms-green);
            font-weight: 700;
        }
        
        /* CTA */
        .mshape-cta-container {
            text-align: center;
            margin-top: 60px;
            padding-top: 50px;
            border-top: 2px dashed rgba(0, 0, 0, 0.1);
        }
        
        .mshape-cta-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            background: linear-gradient(135deg, var(--ms-red) 0%, var(--ms-red-dark) 100%);
            color: var(--ms-white);
            padding: 20px 45px;
            border-radius: 100px;
            font-size: 1.3rem;
            font-weight: 700;
            text-decoration: none;
            box-shadow: 0 15px 35px rgba(237, 40, 73, 0.3);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            border: none;
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }
        
        .mshape-cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.7s;
        }
        
        .mshape-cta-button:hover {
            transform: translateY(-5px) scale(1.05);
            box-shadow: 0 25px 50px rgba(237, 40, 73, 0.4);
        }
        
        .mshape-cta-button:hover::before {
            left: 100%;
        }
        
        .mshape-cta-note {
            margin-top: 20px;
            color: var(--ms-gray);
            font-size: 1.05rem;
        }
        
        /* অ্যানিমেশন */
        @keyframes mshapeFadeIn {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .mshape-animate {
            opacity: 0;
            animation: mshapeFadeIn 0.8s ease forwards;
        }
        
        .mshape-delay-1 {
            animation-delay: 0.2s;
        }
        
        .mshape-delay-2 {
            animation-delay: 0.4s;
        }
        
        .mshape-delay-3 {
            animation-delay: 0.6s;
        }
        
        .mshape-delay-4 {
            animation-delay: 0.8s;
        }
        
        .mshape-delay-5 {
            animation-delay: 1s;
        }
        
        /* রেস্পন্সিভ */
        @media (max-width: 992px) {
            .mshape-reasons-section {
                padding: 40px 15px;
            }
            
            .mshape-header {
                padding: 50px 30px;
            }
            
            .mshape-title {
                font-size: 2.5rem;
            }
            
            .mshape-subtitle {
                font-size: 1.2rem;
            }
            
            .mshape-body {
                padding: 50px 30px;
            }
            
            .mshape-statement {
                font-size: 1.5rem;
                padding: 25px;
                margin-bottom: 50px;
            }
            
            .mshape-reasons-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            
            .mshape-reason-card {
                padding: 35px;
            }
            
            .mshape-solution-section {
                padding: 40px 30px;
            }
        }
        
        @media (max-width: 768px) {
            .mshape-header {
                padding: 40px 25px;
            }
            
            .mshape-title {
                font-size: 2.2rem;
            }
            
            .mshape-subtitle {
                font-size: 1.1rem;
            }
            
            .mshape-badge {
                padding: 12px 25px;
                font-size: 15px;
            }
            
            .mshape-body {
                padding: 40px 25px;
            }
            
            .mshape-statement {
                font-size: 1.3rem;
                padding: 20px;
            }
            
            .mshape-reason-icon {
                width: 70px;
                height: 70px;
                font-size: 2rem;
                margin-bottom: 25px;
            }
            
            .mshape-reason-title {
                font-size: 1.4rem;
            }
            
            .mshape-reason-text {
                font-size: 1.05rem;
            }
            
            .mshape-solution-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 20px;
            }
            
            .mshape-solution-icon {
                width: 65px;
                height: 65px;
                font-size: 1.8rem;
            }
            
            .mshape-solution-title {
                font-size: 1.8rem;
            }
            
            .mshape-solution-text {
                font-size: 1.1rem;
            }
            
            .mshape-cta-button {
                padding: 18px 40px;
                font-size: 1.2rem;
            }
        }
        
        @media (max-width: 480px) {
            .mshape-reasons-section {
                padding: 30px 15px;
            }
            
            .mshape-title {
                font-size: 1.9rem;
            }
            
            .mshape-badge {
                padding: 10px 22px;
                font-size: 14px;
            }
            
            .mshape-statement {
                font-size: 1.2rem;
                padding: 20px 15px;
            }
            
            .mshape-reason-card {
                padding: 30px;
            }
            
            .mshape-reason-icon {
                width: 65px;
                height: 65px;
                font-size: 1.8rem;
                margin-bottom: 20px;
            }
            
            .mshape-solution-section {
                padding: 30px 25px;
            }
            
            .mshape-solution-title {
                font-size: 1.6rem;
            }
            
            .mshape-solution-text {
                font-size: 1.05rem;
            }
            
            .mshape-cta-button {
                width: 100%;
                padding: 18px 30px;
                font-size: 1.1rem;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-699dde28 *//* WP Conflict Protection */
        .mshape-red * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        .mshape-red {
            font-family: 'Inter', 'Hind Siliguri', sans-serif;
            --ms-primary: #ED2849;
            --ms-primary-dark: #C91C3A;
            --ms-primary-light: #FF3A5C;
            --ms-primary-bg: rgba(237, 40, 73, 0.05);
            --ms-secondary: #1A1A1A;
            --ms-secondary-light: #2D2D2D;
            --ms-gray: #666666;
            --ms-gray-light: #F5F5F5;
            --ms-white: #FFFFFF;
            --ms-green: #10B981;
            --ms-blue: #3B82F6;
            --ms-purple: #8B5CF6;
            background: #FAFAFA;
            color: var(--ms-secondary);
            line-height: 1.6;
            max-width: 100%;
            overflow-x: hidden;
        }
        
        /* Hero Section - Modern Design */
        .ms-hero-wrapper {
            background: linear-gradient(135deg, #0A0A0A 0%, #1A1A1A 100%);
            padding: 100px 0 60px;
            position: relative;
            overflow: hidden;
        }
        
        .ms-hero-wrapper::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: 
                radial-gradient(circle at 20% 30%, rgba(237, 40, 73, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(237, 40, 73, 0.1) 0%, transparent 50%);
        }
        
        .ms-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 2;
        }
        
        .ms-hero-content {
            text-align: center;
            max-width: 900px;
            margin: 0 auto;
        }
        
        .ms-tag {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: rgba(237, 40, 73, 0.2);
            color: var(--ms-primary-light);
            padding: 14px 30px;
            border-radius: 50px;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 40px;
            border: 1px solid rgba(237, 40, 73, 0.3);
            backdrop-filter: blur(10px);
            animation: ms-pulse 2s infinite;
        }
        
        @keyframes ms-pulse {
            0%, 100% { box-shadow: 0 0 0 0 rgba(237, 40, 73, 0.2); }
            50% { box-shadow: 0 0 0 10px rgba(237, 40, 73, 0); }
        }
        
        .ms-hero-title {
            font-size: 3.5rem;
            font-weight: 900;
            line-height: 1.2;
            margin-bottom: 25px;
            color: var(--ms-white);
        }
        
        .ms-hero-title span {
            background: linear-gradient(135deg, var(--ms-primary) 0%, var(--ms-primary-light) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .ms-hero-subtitle {
            font-size: 1.3rem;
            color: rgba(255, 255, 255, 0.85);
            margin-bottom: 40px;
            line-height: 1.7;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }
        
        /* Program Features Grid */
        .ms-features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
            margin-top: 50px;
        }
        
        .ms-feature-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            padding: 30px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease;
        }
        
        .ms-feature-card:hover {
            transform: translateY(-5px);
            border-color: var(--ms-primary);
            background: rgba(237, 40, 73, 0.1);
        }
        
        .ms-feature-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--ms-primary) 0%, var(--ms-primary-dark) 100%);
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: white;
            margin-bottom: 20px;
        }
        
        .ms-feature-title {
            font-size: 18px;
            font-weight: 600;
            color: white;
            margin-bottom: 10px;
        }
        
        .ms-feature-desc {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.7);
            line-height: 1.5;
        }
        
        /* M-Shaped Skills Structure */
        .ms-structure-section {
            padding: 60px 0;
            background: var(--ms-white);
        }
        
        .ms-section-title {
            text-align: center;
            font-size: 2.8rem;
            font-weight: 800;
            color: var(--ms-secondary);
            margin-bottom: 60px;
        }
        
        .ms-section-title span {
            color: var(--ms-primary);
        }
        
        .ms-m-structure {
            display: flex;
            justify-content: center;
            align-items: stretch;
            gap: 40px;
            margin-bottom: -50px;
            flex-wrap: wrap;
           
        }
        
        .ms-m-center {
            flex: 0 0 250px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
        
        .ms-m-logo {
            width: 200px;
            height: 200px;
            background: linear-gradient(135deg, var(--ms-primary) 0%, var(--ms-primary-dark) 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 25px 60px rgba(237, 40, 73, 0.25);
        }
        
        .ms-m-logo::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
            animation: ms-rotate 8s linear infinite;
        }
        
        @keyframes ms-rotate {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        
        .ms-m-logo span {
            font-size: 5rem;
            font-weight: 900;
            color: white;
            z-index: 2;
        }
        
        .ms-m-title {
            font-size: 1.8rem;
            font-weight: 700;
            color: var(--ms-secondary);
            margin-bottom: 10px;
        }
        
        .ms-m-subtitle {
            color: var(--ms-gray);
            font-size: 1.1rem;
        }
        
        .ms-m-column {
            flex: 1;
            min-width: 300px;
            max-width: 400px;
        }
        
        /* Skills Cards */
        .ms-skill-category {
            background: var(--ms-gray-light);
            border-radius: 20px;
            padding: 35px;
            margin-bottom: 30px;
            border: 2px solid transparent;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }
        
        .ms-skill-category::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 6px;
            height: 100%;
            background: linear-gradient(180deg, var(--ms-primary) 0%, var(--ms-primary-dark) 100%);
        }
        
        .ms-skill-category:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 60px rgba(237, 40, 73, 0.1);
            border-color: var(--ms-primary);
        }
        
        .ms-category-header {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 25px;
        }
        
        .ms-category-icon {
            width: 70px;
            height: 70px;
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            color: white;
            background: linear-gradient(135deg, var(--ms-primary) 0%, var(--ms-primary-light) 100%);
            box-shadow: 0 10px 25px rgba(237, 40, 73, 0.25);
        }
        
        .ms-category-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--ms-secondary);
        }
        
        .ms-skills-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 12px;
        }
        
        .ms-skill-item {
            background: white;
            padding: 15px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            gap: 12px;
            transition: all 0.3s ease;
            border: 1px solid rgba(237, 40, 73, 0.1);
        }
        
        .ms-skill-item:hover {
            background: var(--ms-primary);
            color: white;
            transform: translateX(5px);
        }
        
        .ms-skill-item:hover .ms-skill-name,
        .ms-skill-item:hover .ms-skill-icon {
            color: white;
        }
        
        .ms-skill-icon {
            color: var(--ms-primary);
            font-size: 1.1rem;
            width: 30px;
            text-align: center;
        }
        
        .ms-skill-name {
            flex-grow: 1;
            font-weight: 500;
            color: var(--ms-secondary);
        }
        
        /* Curriculum Details - 4টি এক লাইনে */
        .ms-curriculum-section {
            padding: 80px 0;
            background: linear-gradient(135deg, rgba(237, 40, 73, 0.02) 0%, rgba(237, 40, 73, 0.05) 100%);
        }
        
        .ms-curriculum-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr); /* 4টি কলাম এক লাইনে */
            gap: 20px;
            max-width: 1400px; /* Width বাড়ানো */
            margin: 0 auto;
        }
        
        .ms-module-card {
            background: white;
            border-radius: 20px;
            padding: 35px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
            border-top: 4px solid var(--ms-primary);
            transition: all 0.3s ease;
            height: 100%; /* সমান উচ্চতা */
        }
        
        .ms-module-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 25px 60px rgba(237, 40, 73, 0.15);
        }
        
        .ms-module-header {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 25px;
            padding-bottom: 20px;
            border-bottom: 2px solid rgba(237, 40, 73, 0.1);
        }
        
        .ms-module-number {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, var(--ms-primary) 0%, var(--ms-primary-dark) 100%);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
            font-size: 1.2rem;
            flex-shrink: 0;
        }
        
        .ms-module-title {
            font-size: 1.3rem;
            font-weight: 700;
            color: var(--ms-secondary);
            line-height: 1.4;
            
        }
        
        .ms-module-list {
            list-style: none;
        }
        
        .ms-module-list li {
            padding: 10px 0;
            color: var(--ms-gray);
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 0.95rem;
            line-height: 1.5;
           
            
        }
        
        .ms-module-list li i {
            color: var(--ms-primary);
            font-size: 0.9rem;
            flex-shrink: 0;
        }
        
        /* CTA Section */
        .ms-cta-section {
            padding: 100px 0;
            background: linear-gradient(135deg, var(--ms-secondary) 0%, #0A0A0A 100%);
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .ms-cta-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: 
                radial-gradient(circle at 30% 40%, rgba(237, 40, 73, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 70% 60%, rgba(237, 40, 73, 0.1) 0%, transparent 50%);
        }
        
        .ms-cta-content {
            position: relative;
            z-index: 2;
            max-width: 800px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .ms-cta-title {
            font-size: 3rem;
            font-weight: 900;
            color: white;
            margin-bottom: 25px;
            line-height: 1.2;
        }
        
        .ms-cta-title span {
            color: var(--ms-primary);
        }
        
        .ms-cta-subtitle {
            font-size: 1.2rem;
            color: rgba(255, 255, 255, 0.85);
            margin-bottom: 40px;
            line-height: 1.7;
        }
        
        .ms-cta-button {
            display: inline-flex;
            align-items: center;
            gap: 15px;
            background: linear-gradient(135deg, var(--ms-primary) 0%, var(--ms-primary-dark) 100%);
            color: white;
            padding: 20px 50px;
            border-radius: 50px;
            font-size: 1.3rem;
            font-weight: 700;
            text-decoration: none;
            border: none;
            cursor: pointer;
            transition: all 0.4s ease;
            box-shadow: 0 15px 35px rgba(237, 40, 73, 0.3);
            position: relative;
            overflow: hidden;
        }
        
        .ms-cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.7s;
        }
        
        .ms-cta-button:hover {
            transform: translateY(-5px) scale(1.05);
            box-shadow: 0 25px 50px rgba(237, 40, 73, 0.4);
        }
        
        .ms-cta-button:hover::before {
            left: 100%;
        }
        
        /* Footer */
        .ms-footer {
            padding: 40px 0;
            background: var(--ms-secondary);
            color: rgba(255, 255, 255, 0.7);
            text-align: center;
            font-size: 0.95rem;
        }
        
        /* Responsive Design */
        @media (max-width: 1200px) {
            .ms-curriculum-grid {
                grid-template-columns: repeat(2, 1fr); /* 2টি কলাম */
                max-width: 800px;
            }
        }
        
        @media (max-width: 768px) {
            .ms-curriculum-grid {
                grid-template-columns: 1fr; /* 1টি কলাম */
                max-width: 400px;
            }
            
            .ms-hero-wrapper {
                padding: 70px 0 40px;
            }
            
            .ms-hero-title {
                font-size: 2.5rem;
            }
            
            .ms-hero-subtitle {
                font-size: 1.1rem;
            }
            
            .ms-section-title {
                font-size: 2.2rem;
            }
            
            .ms-m-logo {
                width: 160px;
                height: 160px;
            }
            
            .ms-m-logo span {
                font-size: 4rem;
            }
            
            .ms-skill-category {
                padding: 25px;
            }
            
            .ms-category-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
            }
            
            .ms-category-icon {
                width: 60px;
                height: 60px;
                font-size: 1.5rem;
            }
            
            .ms-cta-title {
                font-size: 2.2rem;
            }
            
            .ms-cta-button {
                padding: 18px 40px;
                font-size: 1.1rem;
            }
        }
        
        @media (max-width: 1100px) {
            .ms-m-structure {
                flex-direction: column;
                align-items: center;
            }
            
            .ms-m-center {
                order: 2;
                margin: 40px 0;
            }
            
            .ms-m-column {
                width: 100%;
                max-width: 500px;
            }
        }
        
        @media (max-width: 480px) {
            .ms-hero-title {
                font-size: 2rem;
            }
            
            .ms-tag {
                padding: 12px 24px;
                font-size: 14px;
            }
            
            .ms-m-logo {
                width: 140px;
                height: 140px;
            }
            
            .ms-m-logo span {
                font-size: 3.5rem;
            }
            
            .ms-skills-list {
                grid-template-columns: 1fr;
            }
            
            .ms-cta-button {
                width: 100%;
                justify-content: center;
            }
        }/* End custom CSS */