* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* ==========================================================================
   BASE STYLES
   ========================================================================== */
html, body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
    color: #ffffff;
    background-color: #181818; 
}

/* Section Background Alternations (Lighter separations) */
.bg-light { background-color: rgba(255, 255, 255, 0.035) !important; border-top: 1px solid rgba(255,255,255,0.03); border-bottom: 1px solid rgba(255,255,255,0.03); }
.bg-dark { background-color: rgba(10, 10, 10, 0.5) !important; backdrop-filter: blur(5px); }

/* ==========================================================================
   PERFECT GOOEY LIQUID CURSOR
   ========================================================================== */
#liquid-cursor-container { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; pointer-events: none; z-index: 9999; filter: url('#goo'); mix-blend-mode: screen; }
.cursor-node { position: absolute; top: 0; left: 0; background: #f2bc10; border-radius: 50%; will-change: transform; }

/* ==========================================================================
   DYNAMIC BUTTONS
   ========================================================================== */
.btn-yellow { background-color: #f2bc10; color: #000000; padding: 12px 24px; text-decoration: none; font-weight: bold; border-radius: 5px; display: inline-block; transition: all 0.3s ease; border: none; cursor: pointer; }
.btn-yellow:hover { background-color: #ffcc00; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(242, 188, 16, 0.4); }

.btn-outline { background-color: transparent; color: #f2bc10; border: 2px solid #f2bc10; padding: 10px 22px; text-decoration: none; font-weight: bold; border-radius: 5px; display: inline-block; transition: all 0.3s ease; cursor: pointer; }
.btn-outline:hover { background-color: #f2bc10; color: #000000; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(242, 188, 16, 0.3); }

.btn-whatsapp { background: linear-gradient(135deg, #25D366 0%, #128C7E 100%); color: #ffffff; padding: 12px 24px; text-decoration: none; font-weight: bold; border-radius: 5px; display: inline-flex; align-items: center; gap: 8px; transition: all 0.3s ease; border: none; cursor: pointer; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); }
.btn-whatsapp:hover { background: linear-gradient(135deg, #1EBE57 0%, #0F7A6E 100%); transform: translateY(-3px); box-shadow: 0 10px 20px rgba(37, 211, 102, 0.4); }

/* ==========================================================================
   HEADER & NAVBAR
   ========================================================================== */
.navbar { display: flex; justify-content: space-between; align-items: center; padding: 0 50px; height: 80px; background-color: #050505 !important; backdrop-filter: blur(10px); border-bottom: 1px solid #222222; width: 100%; position: fixed; top: 0; left: 0; z-index: 1000; }
.navbar ul { list-style: none; display: flex; gap: 20px; }
.navbar ul li a { display: flex; align-items: center; gap: 8px; white-space: nowrap; text-decoration: none; color: #ffffff; font-weight: 700; text-transform: uppercase; font-size: 0.85rem !important; letter-spacing: 1.2px; padding: 10px 18px; border: 1px solid transparent; border-radius: 50px; background: rgba(255,255,255,0.03); transition: all 0.3s ease !important; }
.navbar ul li a:hover { color: #f2bc10 !important; }
.navbar ul li a.active-nav { color: #f2bc10 !important; text-shadow: 0 0 10px rgba(242,188,16,.5), 0 0 20px rgba(242,188,16,.3); }
.menu-toggle { display: none; color: #f2bc10; font-size: 1.8rem; cursor: pointer; }
.menu-overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.75); backdrop-filter: blur(3px); z-index: 999; opacity: 0; visibility: hidden; transition: all 0.3s ease; }
.menu-overlay.active { opacity: 1; visibility: visible; }
.header-actions { display: flex; align-items: center; }

/* ==========================================================================
   CINEMATIC LOGO ANIMATION (.moti∞n)
   ========================================================================== */
.navbar .logo { display: flex; align-items: center; height: 100%; min-width: 220px; }
.brand-logo { display: flex; align-items: center; font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 2.4rem; letter-spacing: 1px; margin: 0; cursor: pointer; text-transform: lowercase; }

.dot-accent { 
    color: #f2bc10; 
    font-size: 3.5rem; 
    line-height: 0; 
    margin-right: 4px; 
    display: inline-block; 
    position: relative; 
    top: -1px; 
}
.infinity-lens { color: #f2bc10; font-size: 3.3rem; line-height: 0; margin: 0 1px; display: inline-block; position: relative; top: 1px; }

@keyframes pulseRecord { 0% { transform: scale(0.9); text-shadow: 0 0 0px transparent; } 100% { transform: scale(1.15); text-shadow: 0 0 15px rgba(242, 188, 16, 0.8); } }
.text-yellow { color: #f2bc10; } .text-white { color: #ffffff; } .text-gray { color: #a1a1a1; }

/* ==========================================================================
   TITLES & HERO SECTION
   ========================================================================== */
.hero-content h1 { font-family: 'Montserrat', sans-serif; font-weight: 900 !important; letter-spacing: 1px !important; }
.section-title, .about-text h2, .contact-info-box h3 { font-family: 'Montserrat', sans-serif; font-weight: 900 !important; letter-spacing: 0.5px !important; }

/* Hero Top Padding Reduced */
.hero-section { padding: 120px 20px 60px; text-align: center; position: relative;}
.hero-content { position: relative; z-index: 2; }

/* Hero Title - 2 lines on PC */
.hero-content h1 { font-size: 3.2rem; margin-bottom: 20px; line-height: 1.3 !important; text-transform: uppercase !important; opacity:0; transform:translateY(30px); animation:heroTitleReveal 1s ease forwards; width: 100%;}
@keyframes heroTitleReveal{ to{ opacity:1; transform:translateY(0); } }

#hero-title { transition: transform 0.3s ease; }
#hero-title:hover { transform: scale(1.02); }

.hero-content p { font-size: 1.25rem; max-width: 650px; margin: 0 auto 40px; line-height: 1.6; color: #b0b0b0; opacity:0; transform:translateY(20px); animation:heroParagraphReveal .8s ease forwards; animation-delay:.4s; }
@keyframes heroParagraphReveal{ to{ opacity:1; transform:translateY(0); } }
.hero-actions { display: flex; gap: 20px; justify-content: center; opacity:0; animation:heroButtonsReveal .7s ease forwards; animation-delay:.6s; }
@keyframes heroButtonsReveal{ to{ opacity:1; } }
.section-title { text-align: center; font-size: 2.5rem; margin: 0 0 15px 0; text-transform: uppercase; }
.section-summary { text-align: center; max-width: 700px; margin: 0 auto 50px auto; font-size: 1.1rem; line-height: 1.6; }

/* ==========================================================================
   UNIFORM SECTION SPACING (Original Padding)
   ========================================================================== */
.about-section, .services-section, .portfolio-section, .workflow-section, .reviews-section, .faq-section, .contact-section { padding: 80px 10% !important; position: relative; }
.about-section > *, .portfolio-section > *, .reviews-section > *, .contact-section > * { position: relative; z-index: 2; }
.stats-section { padding: 70px 20px; text-align: center; position: relative; border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05);}
.stats-container { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; max-width: 1100px; margin: 0 auto;}

/* ==========================================================================
   ABOUT SECTION & SOFTWARE ICONS
   ========================================================================== */
.about-content { display: flex; gap: 50px; align-items: center; max-width: 1100px; margin: 0 auto; flex-wrap: wrap; }
.about-image { flex: 1; min-width: 350px; }
.profile-img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 8px; border: none; outline: none; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.about-text { flex: 1; min-width: 350px; }
.about-text h2 { font-size: 2.5rem; margin-bottom: 20px; }
.about-text p { margin-bottom: 25px; line-height: 1.7; font-size: 1.1rem; }
.software-logos { display: flex; gap: 15px; flex-wrap: wrap; margin-bottom: 25px; }
.app-icon, .davinci-logo-img { width: 52px; height: 52px; border-radius: 12px; display: flex; justify-content: center; align-items: center; font-size: 26px; font-weight: 700; font-family: Arial, Helvetica, sans-serif; letter-spacing: -1px; cursor: pointer; border: 1px solid transparent; z-index: 1; transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important; }

.pr, .ae, .au { background-color: #00005c; color: #9999ff; } .ps { background-color: #001e36; color: #31a8ff; }
.davinci-logo-img { object-fit: cover; margin: 0; } 
.app-icon:hover, .davinci-logo-img:hover { transform: translateY(-5px) scale(1.1) !important; z-index: 20; }
.app-icon.pr:hover { box-shadow: 0 8px 20px rgba(153, 153, 255, 0.2) !important; border-color: rgba(153, 153, 255, 0.5) !important; }
.app-icon.ae:hover { box-shadow: 0 8px 20px rgba(204, 153, 255, 0.2) !important; border-color: rgba(204, 153, 255, 0.5) !important; }
.app-icon.au:hover { box-shadow: 0 8px 20px rgba(0, 230, 118, 0.2) !important; border-color: rgba(0, 230, 118, 0.5) !important; }
.app-icon.ps:hover { box-shadow: 0 8px 20px rgba(49, 168, 255, 0.2) !important; border-color: rgba(49, 168, 255, 0.5) !important; }
.davinci-logo-img:hover { box-shadow: 0 8px 20px rgba(242, 188, 16, 0.2) !important; border-color: rgba(242, 188, 16, 0.5) !important; }

/* ==========================================================================
   VIDEO POP-UP (LIGHTBOX) & BLUR EFFECT
   ========================================================================== */
.video-modal { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.8); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); z-index: 99999; display: flex; justify-content: center; align-items: center; opacity: 0; visibility: hidden; transition: all 0.4s ease; }
.video-modal.active { opacity: 1; visibility: visible; }
.video-modal .modal-content { width: 90%; max-width: 1000px; transform: scale(0.9); transition: transform 0.4s ease; }
.video-modal.active .modal-content { transform: scale(1); }
#modal-video { width: 100%; aspect-ratio: 16 / 9; border-radius: 12px; border: none; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8); background: #000; outline: none; }
.close-modal { position: absolute; top: 30px; right: 40px; font-size: 2.5rem; color: #f2bc10; cursor: pointer; transition: transform 0.3s ease; z-index: 100000; }
.close-modal:hover { transform: scale(1.2) rotate(90deg); color: #fff; }

/* ==========================================================================
   STATS SECTION
   ========================================================================== */
.stat-box { background: rgba(12, 12, 12, 0.5); border: 1px solid #222; border-radius: 12px; width: 220px; padding: 30px 20px; text-align: center; transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important; }
.stat-box i { font-size: 2rem; color: #f2bc10; margin-bottom: 15px; }
.stat-box h2 { color: #f2bc10; font-size: 3rem; font-weight: 900; margin-bottom: 10px; }
.stat-box p { color: #cfcfcf; text-transform: uppercase; font-size: .9rem; letter-spacing: 1px; }

/* ==========================================================================
   WORKFLOW & PROCESS
   ========================================================================== */
.workflow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; max-width: 1100px; margin: 0 auto; }
.workflow-wrapper-aos { display: flex !important; width: 100%; }
.workflow-step { background-color: rgba(12, 12, 12, 0.5); padding: 35px 25px; text-align: center; border-radius: 10px; border: 1px solid #222; position: relative; width: 100% !important; height: 100% !important; transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important; }
.step-number { width: 50px; height: 50px; background-color: #f2bc10; color: #000; font-size: 1.5rem; font-weight: bold; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: 0 auto 20px auto; }
.workflow-step h3 { color: #fff; margin-bottom: 15px; font-size: 1.2rem; }

/* ==========================================================================
   CORE SERVICES SECTION (3 Top, 2 Bottom Layout on PC)
   ========================================================================== */
.services-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 30px; max-width: 1100px; margin: 0 auto; }
.service-card { background-color: rgba(12, 12, 12, 0.5); border: 1px solid #222; padding: 40px; text-align: center; border-radius: 10px; width: 100%; height: 100%; transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important; grid-column: span 2; }
.service-card.wide-card { grid-column: span 3; } 
.service-card i { margin-bottom: 20px; transition: transform 0.3s ease; }
.service-card:hover i { transform: scale(1.2); }
.service-card h3 { margin-bottom: 15px; color: #ffffff; font-size: 1.6rem; }

/* ==========================================================================
   PRICING & CRYPTO SECTION (3 Top, 1 Bottom Full-Width on PC)
   ========================================================================== */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 1100px; margin: 0 auto; }
.pricing-card { grid-column: span 1; display: flex; flex-direction: column; align-items: center; padding: 40px 25px !important; background-color: rgba(12, 12, 12, 0.5); border: 1px solid #222; border-radius: 10px; transition: all 0.3s ease; }

.pricing-card.custom-pkg { grid-column: 1 / -1; flex-direction: row; justify-content: space-between; align-items: center; padding: 30px 50px !important; text-align: left; }
.custom-header { flex: 1; text-align: center; }
.custom-pkg .pricing-list { width: auto; margin-top: 0; flex: 1; }

.pricing-card h3 { font-size: 1.4rem; margin-bottom: 5px; color: #fff; }
.price-label { font-size: 0.85rem; color: #888; text-transform: uppercase; letter-spacing: 1px; }
.price-tag { font-size: 2.5rem; color: #f2bc10; font-weight: 900; margin: 10px 0 20px 0; }
.pricing-list { list-style: none; text-align: left; width: 100%; margin-top: auto; }
.pricing-list li { margin-bottom: 12px; color: #ccc; font-size: 1rem; display: flex; align-items: center; gap: 10px; }
.pricing-list li i { color: #f2bc10; font-size: 0.9rem; }

.crypto-promo {
    background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(242, 188, 16, 0.3); backdrop-filter: blur(10px); padding: 35px 20px; border-radius: 12px; max-width: 750px; margin: 50px auto 30px auto; text-align: center; transition: all 0.3s ease;
}
.crypto-promo:hover { border-color: rgba(242, 188, 16, 0.6); box-shadow: 0 10px 30px rgba(242, 188, 16, 0.15); transform: translateY(-3px); }
.crypto-promo h3 { color: #f2bc10; font-size: 1.6rem; margin-bottom: 10px; }
.crypto-sub { display: block; margin-top: 10px; font-size: 0.95rem; color: #888; }
.pricing-cta { text-align: center; margin-top: 20px; }

/* ==========================================================================
   PROJECT SHOWCASE CAROUSELS (SWIPER)
   ========================================================================== */
.portfolio-wrapper-categorized { display: flex; flex-direction: column; max-width: 100vw; margin: 0 auto; gap: 70px; overflow-x: hidden; }
.portfolio-category { width: 100%; position: relative; }

.swiper { width: 100%; max-width: 1400px; padding: 10px 0 20px 0; overflow: visible; }
.swiper-slide { height: auto; text-align: center; cursor: pointer; } 

/* Disable interaction on blurry/unfocused slides */
.swiper-slide:not(.swiper-slide-active) .youtube-facade { pointer-events: none; }

.youtube-facade { position: relative; width: 100%; background: #000; border-radius: 12px; border: 2px solid #222; margin-bottom: 15px; overflow: hidden; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: border-color 0.3s ease, box-shadow 0.3s ease !important; }
.full-video { aspect-ratio: 16/9; } 
.short-video { aspect-ratio: 9/16; height: auto; border-radius: 15px; }

.youtube-facade img { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; transition: opacity 0.3s ease, transform 0.5s ease; }
.youtube-facade:hover img { opacity: 1; transform: scale(1.05); }

.youtube-facade .play-button { position: absolute; font-size: 3.5rem; color: #f2bc10; text-shadow: 0 4px 15px rgba(0,0,0,0.8); transition: transform 0.3s ease, color 0.3s ease; z-index: 2; pointer-events: none; }
.youtube-facade:hover .play-button { transform: scale(1.15); color: #fff; }

.video-frame { width: 100%; border-radius: 12px; outline: none; margin-bottom: 15px; pointer-events: auto; }
.portfolio-item h4, .portfolio-item-shorts h4 { margin-top: 5px; font-size: 1.15rem; color: #ffffff; text-shadow: 0 2px 10px rgba(0,0,0,0.8); }

/* Navigation arrows overlaying adjacent slides - Desktop & Mobile */
.swiper-button-next, .swiper-button-prev { display: flex !important; }
.long-swiper .swiper-button-next { right: 20%; }
.long-swiper .swiper-button-prev { left: 20%; }
.shorts-swiper .swiper-button-next { right: 28%; }
.shorts-swiper .swiper-button-prev { left: 28%; }

.swiper-nav-custom { color: #f2bc10 !important; background: rgba(0,0,0,0.7); padding: 30px 20px; border-radius: 8px; transform: scale(0.8); transition: all 0.3s; z-index: 100; }
.swiper-nav-custom:hover { background: #f2bc10; color: #000 !important; transform: scale(0.9); box-shadow: 0 0 15px rgba(242,188,16,0.4);}

/* ==========================================================================
   REVIEWS 
   ========================================================================== */
.reviews-grid { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; max-width: 1000px !important; gap: 30px; margin: 0 auto !important; }
.review-card { background-color: rgba(12, 12, 12, 0.5); border: 1px solid #222; padding: 40px; border-radius: 10px; text-align: left; width: 100% !important; height: 100% !important; transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important; }
.client-profile { display: flex !important; align-items: center !important; gap: 12px !important; margin-bottom: 15px !important; margin-top: 0 !important; }
.client-photo { width: 45px !important; height: 45px !important; border-radius: 50% !important; object-fit: cover !important; border: 2px solid #f2bc10 !important; }
.client-details { text-align: left !important; }
.client-details .client-name { margin-bottom: 2px !important; font-size: 1.1rem !important; color: #fff; }
.client-role { color: #f2bc10; font-size: 0.85rem; display: flex; align-items: center; gap: 5px; }
.stars { margin-bottom: 15px; }
.review-text { color: #ccc; font-style: italic; line-height: 1.6; }

/* ==========================================================================
   FAQ SECTION ACCORDION
   ========================================================================== */
.faq-grid { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 15px; }
.faq-item { background-color: rgba(12, 12, 12, 0.5); border: 1px solid #222; border-radius: 8px; overflow: hidden; transition: border-color 0.3s ease, box-shadow 0.3s ease; }
.faq-item:hover { border-color: rgba(242, 188, 16, 0.4); box-shadow: 0 10px 30px rgba(242, 188, 16, 0.15); }
.faq-question { display: flex; justify-content: space-between; align-items: center; padding: 22px 30px; cursor: pointer; user-select: none; }
.faq-question h3 { color: #fff; display: flex; align-items: center; gap: 12px; font-size: 1.2rem; margin: 0; transition: color 0.3s ease; }
.faq-item:hover .faq-question h3 { color: #f2bc10; }
.faq-icon { font-size: 1.1rem; transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.faq-item.active .faq-icon { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.5s ease-in-out; }
.faq-item.active .faq-answer { max-height: 800px; }
.faq-answer p { padding: 0 30px 25px 62px; margin: 0; color: #a1a1a1; font-size: 1rem; line-height: 1.6; }

/* Mobile View Adjustments for FAQ */
@media (max-width: 768px) {
    .faq-question { padding: 18px 20px; }
    .faq-question h3 { font-size: 1rem; gap: 10px; }
    .faq-answer p { padding: 0 20px 20px 20px; }
    /* Center text on Mobile */
    .contact-info-box h3,
    .contact-info-box p,
    .contact-form-box h3 {
        text-align: center !important;
    }

    /* মোবাইলে ইমেইল বাটন এবং নতুন হেডিংয়ের মাঝে একটু গ্যাপ */
    .contact-form-box h3 {
        margin-top: 30px !important;
    }
    /* Contact Section Order Swap for Mobile */
    .contact-wrapper {
        display: flex !important;
        flex-direction: column !important;
    }
    
    .contact-info-box {
        order: 1 !important; /* WhatsApp ও Email উপরে চলে যাবে */
        margin-bottom: 20px; /* ফর্মের সাথে একটু সুন্দর গ্যাপ রাখার জন্য */
    }

    .contact-form-box {
        order: 2 !important; /* ফর্ম নিচে চলে আসবে */
    }
    /* Center Direct Contact text on Mobile */
    .contact-info-box h3,
    .contact-info-box p {
        text-align: center !important;
    }
    
}
/* ==========================================================================
   GLOBAL HOVER GLOW EFFECT FOR ALL CARDS & IMAGES
   ========================================================================== */
.service-card, .review-card, .faq-card, .workflow-step, .profile-img, .stat-box { position: relative; }
.service-card:hover, .review-card:hover, .faq-card:hover, .workflow-step:hover, .profile-img:hover, .stat-box:hover, .pricing-card:hover, .swiper-slide-active .youtube-facade:hover {
    border-color: rgba(242, 188, 16, 0.4) !important; 
    box-shadow: 0 10px 30px rgba(242, 188, 16, 0.15) !important; 
    z-index: 10; 
    transform: translateY(-3px);
}

/* ==========================================================================
   CONTACT FORM
   ========================================================================== */
.contact-wrapper { display: flex; gap: 50px; max-width: 1100px; margin: 0 auto; flex-wrap: wrap; }
.contact-info-box, .contact-form-box { flex: 1; min-width: 320px; }
.contact-info-box h3 { color: #fff; font-size: 2rem; margin-bottom: 15px; }
.contact-info-box p { margin-bottom: 30px; font-size: 1.1rem; line-height: 1.6; }
.contact-methods { display: flex; flex-direction: column; gap: 15px; }
.contact-link { color: #fff; text-decoration: none; font-size: 1.1rem; display: flex; align-items: center; gap: 15px; padding: 15px; background-color: #111; border-radius: 8px; border: 1px solid #222; transition: all 0.3s ease; }
.contact-link:hover { border-color: #f2bc10; transform: translateX(10px); }
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.input-group { display: flex; gap: 20px; }
.input-group input, .full-width { width: 100%; background-color: #111; border: 1px solid #333; color: #fff; padding: 15px; border-radius: 8px; font-size: 1rem; outline: none; transition: border-color 0.3s ease; }
.input-group input:focus, .full-width:focus { border-color: #f2bc10; }
.form-submit-btn { width: 100%; padding: 15px; font-size: 1.1rem; display: flex; justify-content: center; align-items: center; gap: 10px; }
.email-standard { background-color: #111; border-left: 4px solid #EA4335 !important; }
.email-standard:hover { border-color: #EA4335 !important; }
.whatsapp-highlight { background: linear-gradient(135deg, #1bd760, #128C7E) !important; border: 1px solid rgba(255, 255, 255, 0.2) !important; padding: 22px 20px !important; border-radius: 15px; display: flex; align-items: center; gap: 20px !important; position: relative; overflow: hidden; transition: all 0.3s ease !important; }
.whatsapp-highlight:hover { transform: translateY(-5px) !important; box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4); }
.wa-icon-box i { font-size: 3rem; color: #fff; } .wa-text { display: flex; flex-direction: column; gap: 6px; }
.wa-title { font-size: 1.4rem; font-weight: 800; color: #fff; } .wa-sub { font-size: 0.9rem; color: #fff; font-weight: bold; background: rgba(0, 0, 0, 0.2); padding: 5px 12px; border-radius: 20px; }
.contact-form-box h3 {
    color: #fff; 
    font-size: 2rem; 
    margin-bottom: 15px; 
}
/* ==========================================================================
   FOOTER DESIGN
   ========================================================================== */
.main-footer { background-color: #050505 !important; border-top: 2px solid #222; padding: 70px 10% 20px; color: #fff; position: relative; z-index: 10; }
.footer-content { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; max-width: 1100px; margin: 0 auto 50px auto; }
.footer-logo h3 { color: #fff; font-size: 2.2rem; margin-bottom: 15px; letter-spacing: 1px; }
.footer-logo p { color: #a1a1a1; line-height: 1.7; max-width: 350px; font-size: 1.05rem; }
.footer-links h4, .footer-social h4 { color: #fff; font-size: 1.4rem; margin-bottom: 25px; position: relative; padding-bottom: 10px; }
.footer-links h4::after, .footer-social h4::after { content: ''; position: absolute; left: 0; bottom: 0; width: 45px; height: 3px; background-color: #f2bc10; border-radius: 2px; }
.footer-links ul { list-style: none; display: flex; flex-direction: column; gap: 15px; }
.footer-links ul li a { color: #a1a1a1; text-decoration: none; transition: all 0.3s ease; display: flex; align-items: center; gap: 10px; font-size: 1.05rem; }
.footer-links ul li a i { font-size: 0.8rem; color: #f2bc10; transition: transform 0.3s ease; }
.footer-links ul li a:hover { color: #f2bc10; transform: translateX(8px); }
.footer-social .social-icons { display: flex; gap: 15px; }
.social-icons a { display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; background-color: #1a1a1a; color: #f2bc10; border-radius: 50%; text-decoration: none; transition: all 0.3s ease; font-size: 1.1rem; }
.social-icons a:hover { background-color: #f2bc10; color: #000; transform: translateY(-5px) rotate(360deg); }
.footer-bottom { text-align: center; padding-top: 25px; border-top: 1px solid #1a1a1a; color: #666; font-size: 0.95rem; letter-spacing: 0.5px; }

/* ==========================================================================
   WHATSAPP FLOATING BUTTON
   ========================================================================== */
.whatsapp-float { position: fixed; width: 65px; height: 65px; bottom: 70px; right: 60px; background-color: #25d366; color: #FFF; border-radius: 50%; text-align: center; font-size: 35px; box-shadow: 0px 8px 25px rgba(37, 211, 102, 0.3); z-index: 1000; display: flex; justify-content: center; align-items: center; text-decoration: none; transition: all 0.3s ease; }
.whatsapp-float::before { content: "Chat with me! 👋"; position: absolute; right: 70px; top: 50%; transform: translateY(-50%) scale(0.9); background-color: #ffffff; color: #000000; padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: bold; box-shadow: 0 4px 15px rgba(0,0,0,0.15); opacity: 0; visibility: hidden; transition: all 0.3s ease; white-space: nowrap; }
.whatsapp-float:hover { transform: scale(1.1) translateY(-5px); background-color: #1ebe57; box-shadow: 0px 12px 30px rgba(37, 211, 102, 0.5); }
.whatsapp-float:hover::before { opacity: 1; visibility: visible; right: 85px; transform: translateY(-50%) scale(1); }

/* ==========================================================================
   MOBILE & TABLET RESPONSIVE CONFIG
   ========================================================================== */
@media (max-width: 1024px) { 
    .navbar { padding: 0 20px; } .menu-toggle { display: block; order: 2; } .header-contact-btn { display: none; }
    .navbar nav ul { position: absolute; top: 80px; right: -300px; flex-direction: column; background-color: rgba(18, 18, 18, 0.95); backdrop-filter: blur(10px); width: 220px; text-align: right; padding: 15px 25px; gap: 5px; border-radius: 12px; border: 1px solid #333; border-bottom: 4px solid #f2bc10; box-shadow: 0 10px 30px rgba(0,0,0,0.7); transition: right 0.4s ease; }
    .navbar nav ul.active { right: 20px; } .navbar nav ul li { width: 100%; } .navbar nav ul li a { display: block; padding: 12px 0; font-size: 1rem; color: #ddd; border-bottom: 1px solid rgba(255, 255, 255, 0.05); } .navbar nav ul li:last-child a { border-bottom: none; } .navbar nav ul li a:hover { color: #f2bc10; padding-right: 10px; }
}
@media (max-width: 950px) { 
    .workflow-grid { grid-template-columns: repeat(2, 1fr); }
    .services-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .service-card, .service-card.wide-card { grid-column: span 1 !important; }
    
    .pricing-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .pricing-card { grid-column: span 1 !important; }
    .pricing-card.custom-pkg { flex-direction: column; grid-column: span 2 !important; text-align: center; }
    .custom-pkg .pricing-list { margin-top: auto; flex: none; }
}
@media (max-width: 900px) { .footer-content { grid-template-columns: 1fr; text-align: center; } .footer-logo p { margin: 0 auto; } .footer-links h4::after, .footer-social h4::after { left: 50%; transform: translateX(-50%); } .footer-links ul { align-items: center; } .footer-social .social-icons { justify-content: center; } }
@media (max-width: 768px) {
    .hero-section { padding: 100px 20px 40px !important; }
    .hero-content h1 { font-size: 1.7rem !important; margin-bottom: 15px !important; line-height: 1.4 !important; } 
    .hero-content p { font-size: 0.95rem !important; margin-bottom: 25px !important; line-height: 1.4 !important; }
    .hero-actions { gap: 15px !important; }
    .about-section { padding-top: 30px !important; }
    
    .section-title { font-size: 1.8rem; letter-spacing: 1px; padding: 0 10px; } 
    .reviews-grid { grid-template-columns: 1fr !important; gap: 20px; padding: 0 10px; } 
    .review-card { padding: 25px 20px; } 
    .about-section, .services-section, .portfolio-section, .workflow-section, .reviews-section, .faq-section, .contact-section { padding-left: 0px !important; padding-right: 0px !important; } 
    .about-content, .services-grid, .pricing-grid, .workflow-grid, .reviews-grid, .faq-grid, .contact-wrapper { padding: 0 20px; } 
    
    /* Text Padding on Mobile */
    .mobile-pad { padding: 0 25px !important; }

    /* Mobile Arrow positioning */
    .long-swiper .swiper-button-next { right: 8%; }
    .long-swiper .swiper-button-prev { left: 8%; }
    .shorts-swiper .swiper-button-next { right: 10%; }
    .shorts-swiper .swiper-button-prev { left: 10%; }
    .swiper-nav-custom { padding: 15px 12px; transform: scale(0.65); }
    
    /* Disabling heavy blurs on mobile */
    .bg-dark, .crypto-promo { backdrop-filter: none !important; -webkit-backdrop-filter: none !important; }
    
    .crypto-promo { padding: 15px !important; margin: 20px auto 10px !important; max-width: 95% !important; border-radius: 8px; }
    .crypto-promo h3 { font-size: 1.1rem !important; margin-bottom: 5px !important; }
    .crypto-promo p { font-size: 0.85rem !important; }
    .crypto-sub { font-size: 0.75rem !important; margin-top: 5px !important;}

    .whatsapp-float { bottom: 30px; right: 25px; width: 55px; height: 55px; font-size: 30px; } 
    .whatsapp-float::before { display: none; }
    #liquid-cursor-container { display: none !important; }
    
}
@media (max-width: 768px) {
    .main-footer .footer-logo {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        width: 100%;
    }
    
    .main-footer .footer-logo .brand-logo {
        justify-content: center !important;
        text-align: center !important;
        width: 100%;
    }
}
@media (max-width: 600px) { .workflow-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   LENIS SMOOTH SCROLLING BASE OVERRIDES
   ========================================================================== */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
.lenis.lenis-scrolling iframe { pointer-events: none; }

.seo-clean-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* ==========================================================================
   MOBILE 2-COLUMN OVERRIDES & GRID FIXES
   ========================================================================== */
@media (max-width: 768px) {
    .stats-container { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 15px !important; }
    .stat-box { width: 100% !important; padding: 20px 10px !important; }
    .stat-box h2 { font-size: 2.2rem !important; }
    .stat-box i { font-size: 1.5rem !important; margin-bottom: 10px !important; }
    .stat-box p { font-size: 0.8rem !important; }

    .workflow-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 15px !important; }
    .workflow-step { padding: 20px 15px !important; }
    .step-number { width: 35px; height: 35px; font-size: 1.1rem; margin-bottom: 12px; }
    .workflow-step h3 { font-size: 1rem !important; margin-bottom: 8px !important; }
    .workflow-step p { font-size: 0.8rem !important; line-height: 1.4 !important; }

    .services-grid { grid-template-columns: repeat(2, 1fr) !important; display: grid !important; gap: 15px !important; }
    .service-card { padding: 20px 10px !important; max-width: 100% !important; flex: none !important; grid-column: span 1 !important;}
    .service-card.wide-card { grid-column: span 1 !important; }
    .service-card i { font-size: 1.5rem !important; margin-bottom: 12px !important; }
    .service-card h3 { font-size: 1rem !important; margin-bottom: 8px !important; }
    .service-card p { font-size: 0.8rem !important; line-height: 1.4 !important; }

    .pricing-grid { grid-template-columns: repeat(2, 1fr) !important; display: grid !important; gap: 15px !important;}
    .pricing-card { max-width: 100% !important; flex: none !important; padding: 25px 15px !important; grid-column: span 1 !important;}
    .pricing-card.custom-pkg { grid-column: span 1 !important; flex-direction: column !important; justify-content: center !important; text-align: center !important; padding: 25px 15px !important;}
    .custom-pkg .custom-header { margin-bottom: 10px; width: 100%; text-align: center; display: flex; flex-direction: column; align-items: center; }
    .custom-pkg .pricing-list { width: 100%; text-align: center; display: flex; flex-direction: column; align-items: center; }
    .price-tag { font-size: 1.8rem !important; }
    .pricing-list li { font-size: 0.8rem !important; }

    .review-card { padding: 20px 15px !important; }
    .client-photo { width: 35px !important; height: 35px !important; }
    .client-details .client-name { font-size: 0.9rem !important; }
    .client-role { font-size: 0.75rem !important; }
    .stars i { font-size: 0.7rem !important; }
    .review-text { font-size: 0.8rem !important; line-height: 1.4 !important; }

    /* Odd items centering */
    .services-grid > div:last-child:nth-child(odd),
    .stats-container > div:last-child:nth-child(odd),
    .workflow-grid > div:last-child:nth-child(odd) { grid-column: 1 / -1 !important; justify-self: center; width: 100%; max-width: 350px !important; }
}
@media (max-width: 768px) {
    /* Client Reviews 2x2 Fix for Mobile */
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important; 
        padding: 0 10px !important;
        overflow: hidden !important;
    }

    .review-card {
        padding: 15px 12px !important;
        width: 100% !important;
        min-width: 0 !important; 
        word-wrap: break-word !important;
    }

    .client-profile {
        flex-wrap: wrap !important;
        gap: 8px !important;
    }

    .client-photo {
        width: 30px !important;
        height: 30px !important;
    }

    .client-details .client-name {
        font-size: 0.85rem !important;
    }

    .client-role {
        font-size: 0.7rem !important;
    }

    .stars i {
        font-size: 0.65rem !important;
    }

    .review-text {
        font-size: 0.75rem !important;
        line-height: 1.4 !important;
    }
    /* ABOUT ME Section Centering for Mobile */
    .about-content {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 30px !important;
    }

    .about-image, .about-text {
        width: 100% !important;
        min-width: 0 !important;
    }

    .about-image .profile-img {
        margin: 0 auto !important;
    }

    .software-logos {
        justify-content: center !important;
    }
}
/* Available for Work - Blinking Green Dot */
.status-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #14a800; /* ট্রাস্টেড গ্রিন কালার (Upwork এর মতো) */
    border-radius: 50%;
    margin-right: 6px;
    box-shadow: 0 0 8px rgba(20, 168, 0, 0.8);
    animation: pulse-dot 1.5s infinite;
}
@keyframes pulse-dot {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(20, 168, 0, 0.7); }
    70% { transform: scale(1.1); box-shadow: 0 0 0 8px rgba(20, 168, 0, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(20, 168, 0, 0); }
}
/* ==========================================================================
   CUSTOM COOKIE BANNER
   ========================================================================== */
.cookie-banner {
    position: fixed;
    bottom: -150px; /* শুরুতে হাইড করা থাকবে */
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 800px;
    background: rgba(12, 12, 12, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(242, 188, 16, 0.3);
    border-radius: 12px;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    z-index: 999999; /* সবার উপরে রাখার জন্য */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    transition: bottom 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    visibility: hidden;
}

.cookie-banner.show {
    bottom: 30px; /* অ্যানিমেশন হয়ে উপরে উঠবে */
    visibility: visible;
}

.cookie-content p {
    margin: 0;
    color: #ccc;
    font-size: 0.95rem;
    line-height: 1.6;
}

.cookie-content a {
    color: #f2bc10;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.cookie-content a:hover {
    border-color: #f2bc10;
}

.cookie-buttons {
    display: flex;
    gap: 15px;
    flex-shrink: 0;
}

/* মোবাইলের জন্য রেসপন্সিভ ডিজাইন */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
        width: 95%;
        bottom: -250px;
    }
    .cookie-banner.show {
        bottom: 20px;
    }
    .cookie-buttons {
        width: 100%;
        justify-content: center;
    }
}