.elementor-54 .elementor-element.elementor-element-9f5e4ef{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-0ca3cfc *//* Full background */
body {
    background: linear-gradient(135deg, #eef2ff, #f8f9ff) !important;
}

/* 3D Glass Box */
.cp3d-box {
    max-width: 460px;
    margin: 80px auto;
    padding: 40px 35px;
    border-radius: 28px;
    background: rgba(255,255,255,0.25);
    backdrop-filter: blur(25px) saturate(180%);
    -webkit-backdrop-filter: blur(25px) saturate(180%);
    border: 1px solid rgba(255,255,255,0.35);

    box-shadow:
        0 20px 40px rgba(0,0,0,0.12),
        inset 0 0 30px rgba(255,255,255,0.3);

    animation: floatUp 0.8s ease;
}

/* Smooth 3D entry animation */
@keyframes floatUp {
    0% { transform: translateY(50px); opacity:0; }
    100% { transform: translateY(0); opacity:1; }
}

/* Heading */
.cp3d-box h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #1f1f1f;
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
    margin-bottom: 25px;
}

/* Inputs 3D */
.cp3d-box input {
    width: 100%;
    padding: 14px 16px;
    margin: 12px 0;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.5);

    background: rgba(255,255,255,0.55);
    font-size: 15px;

    box-shadow:
        inset 0 3px 6px rgba(0,0,0,0.08),
        0 3px 10px rgba(0,0,0,0.05);
}

/* 3D Primary Button */
.cp3d-box button {
    width: 100%;
    padding: 14px;
    margin-top: 5px;
    border-radius: 14px;
    border: none;

    background: linear-gradient(135deg, #0066ff, #0051d8);
    color: #fff;
    font-size: 17px;
    font-weight: 600;

    box-shadow:
        0 10px 20px rgba(0,102,255,0.35),
        inset 0 2px 4px rgba(255,255,255,0.3);

    transition: 0.25s ease;
}

.cp3d-box button:hover {
    transform: translateY(-3px);
    box-shadow:
        0 14px 28px rgba(0,102,255,0.45),
        inset 0 2px 6px rgba(255,255,255,0.4);
}

/* Google Button 3D */
.cp-google-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px;
    border-radius: 14px;
    margin-top: 15px;

    background: rgba(255,255,255,0.85);
    border: 1px solid rgba(0,0,0,0.08);

    font-weight: 600;
    color: #333;

    box-shadow:
        0 8px 20px rgba(0,0,0,0.1),
        inset 0 2px 4px rgba(255,255,255,0.6);
}

.cp-google-btn img {
    width: 20px;
    margin-right: 12px;
}

/* Toggle */
.cp-toggle {
    text-align: center;
    margin-top: 12px;
    font-size: 14px;
}

.cp-toggle a {
    color: #0066ff;
    font-weight: 600;
}

/* Pending 3D Card */
.cp-pending {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 18px;

    background: rgba(255,255,255,0.4);
    border-left: 6px solid #ffcf33;

    backdrop-filter: blur(20px);
    font-weight: 500;

    box-shadow:
        0 10px 25px rgba(0,0,0,0.1),
        inset 0 0 25px rgba(255,255,255,0.4);
}

.cp-pending h3 {
    font-size: 22px;
    margin-bottom: 8px;
}/* End custom CSS */