.elementor-19 .elementor-element.elementor-element-e7082f7{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-19 .elementor-element.elementor-element-bb8742f{width:var( --container-widget-width, 85% );max-width:85%;--container-widget-width:85%;--container-widget-flex-grow:0;border-style:none;text-align:center;color:#000000;}.elementor-19 .elementor-element.elementor-element-bb8742f a{color:#00214B;}@media(max-width:1024px){.elementor-19 .elementor-element.elementor-element-bb8742f{--container-widget-width:90%;--container-widget-flex-grow:0;width:var( --container-widget-width, 90% );max-width:90%;}}/* Start custom CSS for container, class: .elementor-element-e7082f7 *//* ── Google Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&family=Montserrat:wght@300;400;500;600&display=swap');

/* ════════════════════════════════════
   LOGO
════════════════════════════════════ */
.fct_auth_message::before {
    content: '';
    display: block;
    width: 180px;
    height: 80px;
    background-image: url('https://bengalvibesbd.com/wp-content/uploads/2026/04/logo-png-B.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 32px auto;
    border-radius: 5px;
    position: relative;
    z-index: 2;
}

/* ════════════════════════════════════
   iOS 26 LIQUID GLASS CARD
════════════════════════════════════ */
.fct_auth_message {
    background: rgba(255,255,255,0.52);
    backdrop-filter: blur(40px) saturate(180%) brightness(1.08);
    -webkit-backdrop-filter: blur(40px) saturate(180%) brightness(1.08);
    border-top:    1.5px solid rgba(255,255,255,0.95);
    border-left:   1.5px solid rgba(255,255,255,0.80);
    border-right:  1.5px solid rgba(255,255,255,0.70);
    border-bottom: 1.5px solid rgba(255,255,255,0.45);
    border-radius: 28px;
    margin: 30px;
    box-shadow:
        inset 0 2px 0   rgba(255,255,255,0.95),
        inset 0 1px 6px rgba(255,255,255,0.60),
        0 4px 16px rgba(0,0,0,0.06),
        0 8px 24px rgba(0,0,0,0.05),
        0 1px  4px rgba(0,0,0,0.04);
    padding: 55px 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
    animation: bvFadeUp 0.75s cubic-bezier(0.22,1,0.36,1) forwards;
    transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), box-shadow 0.4s ease;
}

/* top gloss sheen */
.fct_auth_message::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 46%;
    background: linear-gradient(
        180deg,
        rgba(255,255,255,0.85) 0%,
        rgba(255,255,255,0.32) 55%,
        rgba(255,255,255,0.00) 100%
    );
    border-radius: 28px 28px 55% 55%;
    pointer-events: none;
    z-index: 0;
}

.fct_auth_message:hover {
    transform: translateY(-5px);
    box-shadow:
        inset 0 2px 0   rgba(255,255,255,0.98),
        inset 0 1px 8px rgba(255,255,255,0.70),
        0 8px 28px rgba(0,0,0,0.08),
        0 16px 40px rgba(0,0,0,0.06),
        0 2px  6px rgba(0,0,0,0.04);
}

/* ════════════════════════════════════
   Z-INDEX
════════════════════════════════════ */
.fct_auth_message h2,
.fct_auth_message p,
.fct_auth_message a.button {
    position: relative;
    z-index: 2;
}

/* ════════════════════════════════════
   HEADING
════════════════════════════════════ */
.fct_auth_message h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 38px;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    text-shadow: 0 1px 6px rgba(255,255,255,1);
}

/* ════════════════════════════════════
   PARAGRAPH
════════════════════════════════════ */
.fct_auth_message p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #444;
    margin-bottom: 36px;
    line-height: 1.8;
    letter-spacing: 0.4px;
}

/* ════════════════════════════════════
   BUTTON
════════════════════════════════════ */
.fct_auth_message a.button {
    display: inline-block;
    background-color: #000000 !important;
    color: #ffffff !important;
    padding: 15px 44px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 6px;
    border: 2px solid #000000 !important;
    transition: all 0.35s cubic-bezier(0.22,1,0.36,1);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.15),
        0 3px 10px rgba(0,0,0,0.18);
}

.fct_auth_message a.button:hover {
    background-color: #F59F1D !important;
    border-color: #F59F1D !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.22),
        0 6px 20px rgba(245,159,29,0.45),
        0 2px 6px  rgba(245,159,29,0.25);
}

.fct_auth_message a.button:active {
    transform: translateY(0);
}

/* ════════════════════════════════════
   ANIMATION
════════════════════════════════════ */
@keyframes bvFadeUp {
    from { opacity: 0; transform: translateY(30px) scale(0.97); }
    to   { opacity: 1; transform: translateY(0)    scale(1);    }
}

/* ════════════════════════════════════
   RESPONSIVE
════════════════════════════════════ */
@media (max-width: 768px) {
    .fct_auth_message    { padding: 44px 32px; margin: 20px; }
    .fct_auth_message h2 { font-size: 30px; }
    .fct_auth_message p  { font-size: 14px; }
}

@media (max-width: 480px) {
    .fct_auth_message         { padding: 38px 22px; border-radius: 22px; margin: 14px; }
    .fct_auth_message::before { width: 140px; height: 62px; margin-bottom: 24px; }
    .fct_auth_message h2      { font-size: 26px; letter-spacing: 1.5px; }
    .fct_auth_message p       { font-size: 13px; margin-bottom: 28px; }
    .fct_auth_message a.button {
        display: block;
        width: 100%;
        text-align: center;
        padding: 15px 30px;
    }
}/* End custom CSS */