.elementor-2291 .elementor-element.elementor-element-67c0bd9{--display:flex;}.elementor-2291 .elementor-element.elementor-element-5b85b9c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-10px;--margin-bottom:-60px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-6b675e5 */:root {
    --a2-red: #e63946;
    --a2-black: #1a1a1a;
    --a2-gray: #f4f4f4;
    --a2-white: #ffffff;
    --transition: all 0.3s ease;
}

.a2-full-width-blog, .a2-full-width-blog * {
    box-sizing: border-box;
}

.a2-full-width-blog {
    width: 100%;
    max-width: 100%;
    background-color: var(--a2-white);
    font-family: 'Montserrat', sans-serif;
    color: var(--a2-black);
    margin: 0 auto;
    padding: 0;
    display: block;
}

.a2-content-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
}

.a2-progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.a2-progress-bar {
    height: 8px;
    background: var(--a2-red);
    width: 0%;
}

.a2-blog-header {
    background: var(--a2-black);
    color: var(--a2-white);
    padding: 100px 20px;
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.a2-badge {
    background: var(--a2-red);
    padding: 8px 20px;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 12px;
    border-radius: 4px;
    color: var(--a2-white);
}

.a2-blog-header h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin: 30px auto;
    font-weight: 900;
    text-transform: uppercase;
    color: #ffffff !important;
    line-height: 1.3;
    max-width: 900px;
}

.a2-meta {
    color: #cccccc;
    font-style: italic;
}

.a2-lead-text {
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.a2-mistake-card {
    background: var(--a2-white);
    border: 1px solid #eee;
    padding: 40px;
    margin-bottom: 60px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-radius: 8px;
    transition: var(--transition);
}

.a2-mistake-card:hover {
    transform: translateY(-5px);
    border-color: var(--a2-red);
}

.a2-mistake-number {
    position: absolute;
    top: -25px;
    left: 40px;
    background: var(--a2-red);
    color: white;
    padding: 10px 20px;
    font-weight: 900;
    font-size: 20px;
    border-radius: 4px;
}

.a2-mistake-card h2 {
    color: var(--a2-black);
    font-weight: 800;
    margin-top: 10px;
}

.a2-example-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 30px 0;
}

.a2-wrong { border-left: 4px solid #333; background: #f9f9f9; padding: 20px; }
.a2-right { border-left: 4px solid var(--a2-red); background: #fff5f5; padding: 20px; }

.a2-tip-callout, .a2-expert-box, .a2-band7-box, .a2-quote-box, .a2-correct-version {
    background: var(--a2-black);
    color: white;
    padding: 25px;
    border-radius: 4px;
    margin-top: 20px;
    line-height: 1.6;
}

.a2-tip-callout strong, .a2-band7-box strong, .a2-expert-box strong { 
    color: var(--a2-red); 
}

.a2-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.a2-info-item {
    background: var(--a2-gray);
    padding: 20px;
    border-radius: 4px;
}

.a2-table-container { overflow-x: auto; margin-top: 20px; }
.a2-trend-table {
    width: 100%;
    border-collapse: collapse;
}
.a2-trend-table th { background: var(--a2-red); color: white; padding: 15px; text-align: left; }
.a2-trend-table td { padding: 15px; border-bottom: 1px solid #eee; }

.a2-blog-footer {
    text-align: center;
    padding: 60px 20px;
    background: var(--a2-gray);
    border-radius: 8px;
    margin-top: 40px;
}

.a2-interaction-box {
    margin-top: 30px;
    padding: 30px;
    border: 2px solid var(--a2-red);
    display: inline-block;
    font-weight: 700;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .a2-example-box, .a2-info-grid { grid-template-columns: 1fr; }
    .a2-mistake-card { padding: 40px 20px 30px 20px; }
    .a2-mistake-number { left: 20px; }
    .a2-blog-header { padding: 60px 15px; }
    .a2-blog-header h1 { font-size: 2rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1eddd67 *//* === FOOTER LAYOUT === */
.elementor-2291 .elementor-element.elementor-element-1eddd67 .a2lp-footer {
    background: transparent;
    padding: 60px 20px 80px; /* Extra bottom padding to clear floating buttons */
    text-align: center;
    display: flex;
    justify-content: center;
}

/* White Pill Container for Social Icons */
.elementor-2291 .elementor-element.elementor-element-1eddd67 .a2lp-social-pill {
    background: #ffffff;
    padding: 18px 45px;
    border-radius: 40px;
    display: inline-flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.elementor-2291 .elementor-element.elementor-element-1eddd67 .a2lp-footer-social {
    display: flex;
    gap: 35px; /* Clean spacing between icons */
    align-items: center;
}

.elementor-2291 .elementor-element.elementor-element-1eddd67 .a2lp-social-link {
    display: block;
    transition: transform 0.3s ease;
}

.elementor-2291 .elementor-element.elementor-element-1eddd67 .a2lp-social-link:hover {
    transform: translateY(-5px);
}

.elementor-2291 .elementor-element.elementor-element-1eddd67 .a2lp-social-link img {
    width: 42px; /* Sized to match UI reference */
    height: 42px;
    object-fit: contain;
}

/* === FLOATING ACTION BUTTONS (STRICT PREVIOUS STYLE) === */
.elementor-2291 .elementor-element.elementor-element-1eddd67 .a2lp-floating {
    position: fixed;
    bottom: 22px;
    right: 22px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.elementor-2291 .elementor-element.elementor-element-1eddd67 .a2lp-fab {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0,0,0,0.25);
    transition: transform .2s;
}

.elementor-2291 .elementor-element.elementor-element-1eddd67 .a2lp-fab:hover {
    transform: scale(1.1);
}

.elementor-2291 .elementor-element.elementor-element-1eddd67 .a2lp-fab--wa { background: #25D366; }
.elementor-2291 .elementor-element.elementor-element-1eddd67 .a2lp-fab--ph { background: #2DA14A; } /* Previous green color restored */

.elementor-2291 .elementor-element.elementor-element-1eddd67 .a2lp-fab img {
    width: 26px;
    height: 26px;
    filter: brightness(0) invert(1); /* Keeps icons white */
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .elementor-2291 .elementor-element.elementor-element-1eddd67 .a2lp-social-pill {
        padding: 15px 30px;
    }
    .elementor-2291 .elementor-element.elementor-element-1eddd67 .a2lp-footer-social {
        gap: 20px;
    }
    .elementor-2291 .elementor-element.elementor-element-1eddd67 .a2lp-social-link img {
        width: 32px;
        height: 32px;
    }
}
/* === STICKY BUTTON WRAPPER === */
.elementor-2291 .elementor-element.elementor-element-1eddd67 .a2lp-sticky-wrapper {
    position: fixed !important;
    bottom: 30px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 999999 !important; 
    width: auto !important;
    opacity: 0;
    animation: fadeUp 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s forwards;
}

@keyframes fadeUp {
    0% { opacity: 0; transform: translateX(-50%) translateY(50px); }
    100% { opacity: 1; transform: translateX(-50%) translateY(0); }
}

/* === BUTTON STYLING (Fixed Transparent Background) === */
.elementor-2291 .elementor-element.elementor-element-1eddd67 .a2lp-sticky-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    
    /* Forces the Red Gradient */
    background: linear-gradient(109deg, #EB2024, #C2272D) !important;
    background-color: #EB2024 !important; /* Fallback */
    
    color: #ffffff !important;
    font-family: 'Hind Siliguri', sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    padding: 16px 40px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    box-shadow: 0 10px 30px rgba(235, 32, 36, 0.4) !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    white-space: nowrap !important;
    
    /* Continuous floating animation */
    animation: floatLoop 3s ease-in-out infinite;
}

@keyframes floatLoop {
    0%, 100% { transform: translateY(0); }
    50% { 
        transform: translateY(-8px); 
        box-shadow: 0 15px 35px rgba(235, 32, 36, 0.5) !important; 
    }
}

/* === HOVER EFFECTS === */
.elementor-2291 .elementor-element.elementor-element-1eddd67 .a2lp-sticky-btn:hover {
    animation-play-state: paused !important;
    box-shadow: 0 15px 40px rgba(235, 32, 36, 0.7) !important;
    /* Smoothly brightens the original gradient instead of swapping it */
    filter: brightness(1.15) !important; 
    color: #ffffff !important;
}

.elementor-2291 .elementor-element.elementor-element-1eddd67 .a2lp-sticky-btn i {
    transition: transform 0.3s ease !important;
}

.elementor-2291 .elementor-element.elementor-element-1eddd67 .a2lp-sticky-btn:hover i {
    transform: translateX(6px) !important;
}
/* === MOBILE OPTIMIZATION === */
@media (max-width: 767px) {
    .elementor-2291 .elementor-element.elementor-element-1eddd67 .a2lp-sticky-wrapper {
        bottom: 25px !important; 
        width: 90% !important;   
        max-width: 320px !important; 
    }
    
    .elementor-2291 .elementor-element.elementor-element-1eddd67 .a2lp-sticky-btn {
        width: 100% !important;
        padding: 14px 20px !important;
        font-size: 18px !important; 
    }
}/* End custom CSS */