.elementor-15972 .elementor-element.elementor-element-30f45c4 > .elementor-shape-bottom .elementor-shape-fill{fill:#FFFFFF;}.elementor-15972 .elementor-element.elementor-element-30f45c4 > .elementor-shape-bottom svg{width:calc(142% + 1.3px);height:107px;}.elementor-15972 .elementor-element.elementor-element-30f45c4 > .elementor-shape-bottom{z-index:2;pointer-events:none;}.elementor-15972 .elementor-element.elementor-element-30f45c4{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-15972 .elementor-element.elementor-element-9032a63 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-15972 .elementor-element.elementor-element-1bfcba9 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-15972 .elementor-element.elementor-element-1bfcba9 > .elementor-widget-container{margin:20px 0px 0px 0px;padding:0px 0px 100px 0px;}}/* Start custom CSS for html, class: .elementor-element-1bfcba9 *//* --- 1. CORE SECTION --- */
.a4u-hero-ejen {
    position: relative;
    padding: 80px 20px;
    background: #ffffff;
    overflow: hidden;
    min-height: 95vh;
    display: flex;
    align-items: center;
}

.a4u-hero-visual {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://aqiqah4uwebsite.s3.ap-southeast-1.amazonaws.com/2023/07/AS87zsvX-cheerful-businessman-2-scaled.jpg');
    background-size: cover;
    background-position: center right;
    mask-image: linear-gradient(to left, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
    -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
    opacity: 0.35;
    z-index: 1;
}

.a4u-hero-bg-pattern {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: url('https://aqiqah4uwebsite.s3.ap-southeast-1.amazonaws.com/2023/07/islamic-pattern-background-scaled.jpg');
    background-size: 400px;
    opacity: 0.04;
    z-index: 1;
}

.a4u-bg-glow {
    position: absolute;
    top: 30%; left: 15%; 
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(197, 160, 89, 0.25) 0%, rgba(255, 255, 255, 0) 70%);
    filter: blur(50px);
    z-index: 2;
}

.a4u-hero-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 10;
}

/* --- 2. LEFT SIDE (TEXT) --- */
.a4u-hero-left {
    flex: 1.5;
    padding-right: 60px;
}

.a4u-badge {
    background: #000a64;
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0, 10, 100, 0.2);
}

.a4u-tagline {
    font-size: clamp(40px, 6vw, 68px);
    font-weight: 900;
    color: #000a64;
    line-height: 1;
    margin-bottom: 25px;
    letter-spacing: -2px;
}

.a4u-tagline span { color: #c5a059; }
.a4u-motto { font-size: 20px; color: #475569; font-weight: 500; margin-bottom: 10px; }
.a4u-arabic { font-size: 32px; color: #c5a059; margin-bottom: 30px; font-weight: 400; }

.a4u-hero-features {
    margin-bottom: 40px;
    display: flex;
    gap: 25px;
}

.a4u-hero-features span {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    display: flex;
    align-items: center;
}

.a4u-hero-features i { color: #c5a059; font-size: 18px; margin-right: 8px; }

/* DAFTAR BUTTON (FIX ICON RAPAT) */
.btn-daftar-ejen {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px !important; /* Tambah gap supaya tak rapat */
    background: linear-gradient(135deg, #c5a059 0%, #b38f4a 100%) !important;
    color: #ffffff !important;
    padding: 18px 40px !important;
    border-radius: 16px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    font-size: 18px !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 20px 40px -10px rgba(197, 160, 89, 0.4) !important;
}

.btn-daftar-ejen:hover {
    transform: scale(1.05) translateY(-5px) !important;
}

body.logged-in .a4u-hero-cta { display: none !important; }

/* --- 3. LIQUID GLASS CARD --- */
.a4u-hero-right {
    flex: 0 0 450px;
}

.a4u-login-card {
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    padding: 50px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.a4u-login-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; height: 6px;
    background: linear-gradient(90deg, #000a64, #c5a059);
    opacity: 0.8;
}

.a4u-login-title { font-size: 32px !important; font-weight: 900 !important; color: #000a64 !important; letter-spacing: -1px; }
.a4u-login-desc { color: #475569; font-weight: 500; margin-bottom: 30px; }

/* --- 4. FIX: BUTTON & LUPA PASS CENTER --- */
.btn-go-dashboard {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px !important;
    background-color: #000a64 !important;
    color: #ffffff !important;
    border-radius: 16px !important;
    padding: 18px 28px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 10px 25px rgba(0, 10, 100, 0.2);
    border: none !important;
}

.btn-go-dashboard i {
    color: #ffffff !important;
}

.btn-go-dashboard:hover {
    background-color: #c5a059 !important;
    transform: translateY(-2px);
}

/* Kasi center Lupa Pass */
.a4u-forget-pass {
    display: block !important;
    text-align: center !important;
    margin-top: 20px !important;
    width: 100% !important;
}

.a4u-forget-pass a { 
    color: #000a64; 
    font-weight: 700; 
    text-decoration: none; 
    border-bottom: 2px solid rgba(197, 160, 89, 0.3); 
}

/* --- 5. MOBILE --- */
@media (max-width: 991px) {
    .a4u-hero-container { flex-direction: column; text-align: center; padding: 40px 10px; }
    .a4u-hero-left { padding-right: 0; margin-bottom: 60px; }
    .a4u-hero-right { width: 100%; flex: none; max-width: 450px; }
    .a4u-hero-visual { opacity: 0.2; mask-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0)); }
    .a4u-hero-features { justify-content: center; }
    .a4u-login-card { padding: 35px; }
}


/* --- 1. SETTINGS ASAL (SOROK SEBELUM MUNCUL) --- */
/* Kita paksa opacity 0 dkt semua elemen kiri & kanan untuk trigger animation */
.a4u-badge, 
.a4u-tagline, 
.a4u-motto, 
.a4u-arabic, 
.a4u-hero-features, 
.a4u-hero-cta {
    opacity: 0;
    transform: translateX(-30px);
    animation: a4uSlideLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards !important;
}

/* Card Kanan (Slide Up) */
.a4u-hero-right {
    opacity: 0;
    transform: translateY(40px);
    animation: a4uSlideUp 1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards !important;
    animation-delay: 1s !important; /* Card muncul paling lambat */
}

/* --- 2. STAGGERED DELAY (MUNCUL SATU-SATU) --- */
.a4u-badge         { animation-delay: 0.2s !important; }
.a4u-tagline       { animation-delay: 0.4s !important; }
.a4u-motto         { animation-delay: 0.5s !important; }
.a4u-arabic        { animation-delay: 0.6s !important; }
.a4u-hero-features { animation-delay: 0.7s !important; }
.a4u-hero-cta      { animation-delay: 0.8s !important; }

/* --- 3. KEYFRAMES (LOGIK PERGERAKAN) --- */
@keyframes a4uSlideLeft {
    from { opacity: 0; transform: translateX(-30px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes a4uSlideUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Background Visual Fade In */
.a4u-hero-visual {
    animation: a4uFadeIn 2s ease-out forwards;
}

@keyframes a4uFadeIn {
    from { opacity: 0; }
    to { opacity: 0.35; }
}

/* Breathing Effect untuk Glow */
.a4u-bg-glow {
    animation: a4uPulseGlow 8s infinite alternate ease-in-out;
}

@keyframes a4uPulseGlow {
    from { transform: translate(-50%, -50%) scale(1); opacity: 0.15; }
    to { transform: translate(-50%, -50%) scale(1.3); opacity: 0.3; }
}

/* --- 4. HOVER INTERACTION (BUTTON SHINE) --- */
.btn-daftar-ejen, .btn-go-dashboard {
    position: relative;
    overflow: hidden;
}

/* Kesan Kilat Cahaya melintas bila hover */
.btn-daftar-ejen::before, .btn-go-dashboard::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transform: skewX(-25deg);
    transition: 0.5s;
}

.btn-daftar-ejen:hover::before, .btn-go-dashboard:hover::before {
    left: 125%;
}

/* --- 5. MOBILE ANIMATION FIX --- */
@media (max-width: 991px) {
    .a4u-badge, .a4u-tagline, .a4u-motto, .a4u-arabic, .a4u-hero-features, .a4u-hero-cta {
        transform: translateY(20px);
        animation: a4uSlideUpMob 0.8s ease forwards !important;
    }
    
    @keyframes a4uSlideUpMob {
        to { opacity: 1; transform: translateY(0); }
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-833885d *//* --- A4U MASTER CTA SECTION --- */
.a4u-master-cta {
    padding: 80px 20px;
    background: #ffffff;
    font-family: inherit;
}

.a4u-master-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.a4u-badge-comm {
    background: rgba(197, 160, 89, 0.1);
    color: #c5a059;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}

.a4u-title {
    color: #000a64 !important;
    font-size: clamp(24px, 5vw, 36px) !important;
    font-weight: 800 !important;
    margin-bottom: 15px !important;
}

.a4u-subtitle {
    color: #64748b !important;
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto !important;
    line-height: 1.6;
}

/* Grid System */
.a4u-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 30px 0;
}

/* Card Styling */
.a4u-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 15px;
    border: 1.5px solid #f1f5f9;
    transition: all 0.3s ease;
    text-align: left;
}

.a4u-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 10, 100, 0.05);
    border-color: #c5a059;
}

/* Icons & Numbers */
.a4u-icon {
    font-size: 28px;
    color: #c5a059;
    margin-bottom: 20px;
    height: 50px;
}

.a4u-step-num {
    width: 35px;
    height: 35px;
    background: #000a64;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 14px;
}

.a4u-card h3 {
    color: #000a64 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
}

.a4u-card p {
    color: #64748b !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* Dividers */
.a4u-divider {
    margin: 50px 0;
    border-top: 1px solid #e2e8f0;
    position: relative;
}

.a4u-divider span {
    position: absolute;
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    background: #fff;
    padding: 0 20px;
    color: #94a3b8;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.a4u-divider-bottom {
    margin: 40px auto;
    width: 100px;
    height: 4px;
    background: #c5a059;
    border-radius: 10px;
    opacity: 0.3;
}

/* Button Base */
.a4u-btn {
    display: inline-flex;
    align-items: center;
    background: #000a64;
    color: #ffffff !important;
    padding: 18px 45px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 10, 100, 0.15);
}

.a4u-btn i { margin-left: 12px; transition: transform 0.3s ease; }
.a4u-btn:hover { background: #c5a059; transform: scale(1.03); }
.a4u-btn:hover i { transform: translateX(5px); }

/* --- SWITCH LOGIC --- */
/* Sembunyikan butang dashboard dkt user belum login */
.btn-logged { display: none !important; }

/* Bila user dah login (body class .logged-in wujud) */
body.logged-in .btn-guest { display: none !important; }
body.logged-in .btn-logged { display: inline-flex !important; }

/* Mobile Adjustments */
@media (max-width: 768px) {
    .a4u-master-cta { padding: 50px 15px; }
    .a4u-card { text-align: center; }
    .a4u-icon, .a4u-step-num { margin-left: auto; margin-right: auto; }
    .a4u-btn { width: 100%; justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-97356f0 *//* --- FAQ SECTION DESIGN --- */
.a4u-faq-section {
    padding: 80px 20px;
    background: #ffffff;
}

.a4u-faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.a4u-faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.a4u-faq-badge {
    background: rgba(197, 160, 89, 0.1);
    color: #c5a059;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}

.a4u-faq-header h2 {
    color: #1e293b !important;
    font-size: 32px !important;
    font-weight: 800 !important;
    margin-bottom: 15px !important;
}

.navy-text { color: #000A64; }

.a4u-faq-header p {
    color: #64748b;
    font-size: 16px;
    line-height: 1.6;
}

/* Accordion Styling */
.a4u-accordion {
    border-top: 1.5px solid #f1f5f9;
}

.a4u-acc-item {
    border-bottom: 1.5px solid #f1f5f9;
}

.a4u-acc-btn {
    width: 100%;
    padding: 25px 0;
    background: none;
    border: none;
    outline: none;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
}

.a4u-acc-btn:hover {
    color: #c5a059;
}

/* Simbol Plus/Minus guna CSS */
.a4u-acc-btn::after {
    content: '+';
    font-size: 24px;
    font-weight: 400;
    color: #94a3b8;
    transition: transform 0.3s ease;
}

.a4u-acc-btn.active {
    color: #000A64;
}

.a4u-acc-btn.active::after {
    content: '-';
    transform: rotate(180deg);
}

.a4u-acc-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: transparent;
}

.a4u-acc-content p {
    padding-bottom: 25px;
    color: #64748b;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 768px) {
    .a4u-faq-header h2 { font-size: 26px !important; }
    .a4u-acc-btn { font-size: 16px; }
}/* End custom CSS */
/* Start custom CSS *//* --- CUSTOM FLUENT AUTH LOOK --- */

#loginform {
    text-align: left;
}

#loginform p {
    margin-bottom: 15px;
}

#loginform label {
    display: block;
    font-weight: 700;
    font-size: 13px;
    color: #475569;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Input Fields */
#loginform input[type="text"],
#loginform input[type="password"],
.fls_magic_input {
    width: 100% !important;
    padding: 12px 15px !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 10px !important;
    background: #f8fafc !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

#loginform input:focus {
    border-color: #000a64 !important;
    background: #fff !important;
    outline: none;
    box-shadow: 0 0 0 4px rgba(0, 10, 100, 0.05);
}

/* Checkbox Remember Me */
.login-remember {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #64748b;
}

/* Butang Utama */
#wp-submit, #fls_magic_submit, .fls_magic_show_btn {
    width: 100% !important;
    background: #000a64 !important;
    color: white !important;
    border: none !important;
    padding: 14px !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    box-shadow: 0 4px 12px rgba(0, 10, 100, 0.2) !important;
    transition: all 0.3s ease !important;
}

#wp-submit:hover, #fls_magic_submit:hover {
    background: #c5a059 !important;
    transform: translateY(-2px);
}

/* Google Button */
.fs_auth_btn.fs_auth_google {
    border: 1.5px solid #e2e8f0 !important;
    padding: 12px !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    background: #fff !important;
    transition: 0.3s;
}

.fs_auth_btn.fs_auth_google:hover {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
}

/* Divider 'Atau' */
.fls_magic-or {
    margin: 20px 0;
    position: relative;
    border-bottom: 1px solid #e2e8f0;
    height: 10px;
}

.fls_magic-or span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #fff; /* Ikut warna bg card kau */
    padding: 0 15px;
    font-size: 12px;
    color: #94a3b8;
    text-transform: uppercase;
    font-weight: 700;
}

/* Magic URL styling */
.fls_magic_text {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 15px;
}

.magic_btn_secondary {
    background: none !important;
    border: none !important;
    color: #000a64 !important;
    text-decoration: underline !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer;
}/* End custom CSS */