.elementor-23 .elementor-element.elementor-element-af22b4c{--display:flex;}.elementor-23 .elementor-element.elementor-element-af22b4c:not(.elementor-motion-effects-element-type-background), .elementor-23 .elementor-element.elementor-element-af22b4c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #111B3B 0%, #0C1430 100%);}/* Start custom CSS for html, class: .elementor-element-85c1114 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    background-color: #060d1a; /* और भी गहरा प्रीमियम डार्क बैकग्राउंड */
    font-family: 'Poppins', 'Noto Sans Tamil', sans-serif;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    padding: 25px 15px;
    letter-spacing: 0.3px;
}

/* मुख्य प्रीमियम कंटेनर */
.landing-card {
    background: linear-gradient(145deg, #0a162b, #0d203f); /* प्रीमियम ग्रेडिएंट बैकग्राउंड */
    width: 100%;
    max-width: 420px;
    border-radius: 30px;
    padding: 40px 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 40px rgba(11, 21, 40, 0.5);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.06);
    margin-bottom: 60px;
}

/* राउंड फोटो फ्रेम - प्रीमियम ग्लो के साथ */
.profile-container {
    position: relative;
    width: 145px;
    height: 145px;
    margin: 0 auto 24px auto;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #ffb703;
    box-shadow: 0 0 25px rgba(255, 183, 3, 0.4);
}

.profile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.5s ease;
}

/* फोटो पर हल्का सा ज़ूम इफ़ेक्ट */
.profile-container:hover .profile-img {
    transform: scale(1.08);
}

/* मुख्य टाइटल (3 POINT TRADERS) */
.title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.35;
    letter-spacing: 0.8px;
    background: linear-gradient(120deg, #ffffff, #e2e8f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* सबटाइटल */
.subtitle {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.6;
    margin-bottom: 35px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* 3D प्रीमियम बटन डिज़ाइन */
.btn {
    display: block;
    width: 100%;
    padding: 16px 20px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 18px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: none;
    position: relative;
    overflow: hidden;
}

/* बटन पर होवर और एक्टिव इफ़ेक्ट */
.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.btn:active {
    transform: translateY(1px);
}

/* गोल्ड/येलो बटन - प्रीमियम शैडो के साथ */
.btn-yellow {
    background: linear-gradient(135deg, #ffb703, #e5a100);
    color: #000000;
    box-shadow: 0 6px 15px rgba(255, 183, 3, 0.3);
}

.btn-yellow:hover {
    box-shadow: 0 10px 25px rgba(255, 183, 3, 0.5);
}

/* नियॉन ग्रीन बटन */
.btn-green {
    background: linear-gradient(135deg, #0cb574, #0a9660);
    color: #ffffff;
    box-shadow: 0 6px 15px rgba(12, 181, 116, 0.25);
}

.btn-green:hover {
    box-shadow: 0 10px 25px rgba(12, 181, 116, 0.45);
}

/* फीचर्स लिस्ट */
.features-list {
    text-align: left;
    margin: 35px 2px;
    background: rgba(255, 255, 255, 0.02);
    padding: 20px 15px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #cbd5e1;
}

.feature-item:last-child {
    margin-bottom: 0;
}

/* नया प्रीमियम टिक मार्क */
.checkmark {
    min-width: 22px;
    height: 22px;
    background-color: rgba(255, 183, 3, 0.08);
    border: 1.5px solid #ffb703;
    border-radius: 7px;
    margin-right: 14px;
    position: relative;
    margin-top: 1px;
    box-shadow: 0 0 8px rgba(255, 183, 3, 0.15);
}

.checkmark::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 4px;
    height: 9px;
    border: solid #ffb703;
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg);
}

/* नोटिस और डिस्क्लेमर */
.notice-text {
    color: #ffb703;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    text-shadow: 0 0 10px rgba(255, 183, 3, 0.2);
}

.disclaimer {
    font-size: 11px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 30px;
    padding: 0 5px;
}

/* फुटर ब्रांडिंग */
.footer-brand {
    font-size: 11px;
    letter-spacing: 1.5px;
    color: #475569;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.brand-link {
    color: #ffb703;
    font-weight: 600;
    text-decoration: none;
    padding: 2px 4px;
    transition: all 0.2s ease;
}

.brand-link:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 183, 3, 0.6);
}

.footer-divider {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.08), transparent);
    margin-bottom: 18px;
}

.footer-links {
    font-size: 11px;
    color: #475569;
}

.footer-links a {
    color: #475569;
    text-decoration: none;
    margin: 0 6px;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #94a3b8;
}

/* फ्लोटिंग अप-एரோ बटन */
.scroll-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #0052cc;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.5);
    font-size: 11px;
    z-index: 99;
    transition: background-color 0.2s;
}

.scroll-top-btn:hover {
    background-color: #0066ff;
}/* End custom CSS */