.elementor-34 .elementor-element.elementor-element-4fb51577{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-73af1d8f *//* --- Google Fonts --- */
/* (ऊपर HTML में लिंक दे दिया गया है) */

/* --- Main Profile Container --- */
.profile-container-indian {
    width: 100%;
    margin: 0;
    font-family: 'Lato', sans-serif;
    background-color: #FDF5E6; /* हल्का क्रीम रंग */
    overflow: hidden; /* एक्स्ट्रा स्पेस को छिपाने के लिए */
}

/* --- Profile Header --- */
.profile-header-indian {
    position: relative;
    padding: 60px 20px 40px 20px;
    text-align: center;
    /* भारतीय पैटर्न वाला बैकग्राउंड */
    background-color: #f7f2e9;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%23d8cbb6' fill-opacity='0.4'%3E%3Cpath fill-rule='evenodd' d='M11 0l5 20H6l5-20zm42 31a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM0 72h40v4H0v-4zm0-8h31.4v4H0v-4zm20-16h20v4H20v-4zM0 56h40v4H0v-4zm0-8h20v4H0v-4zm0-8h40v4H0v-4zm0-8h20v4H0v-4zm0-8h40v4H0v-4zm0-8h20v4H0v-4zM0 8h40v4H0V8zM0 0h20v4H0V0z'/%3E%3C/g%3E%3C/svg%3E");
}

/* --- Profile Picture --- */
.profile-pic-wrapper-indian {
    margin-bottom: 20px;
}

.profile-avatar-indian {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 8px solid #FF9933; /* केसरिया बॉर्डर */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    object-fit: cover; /* इमेज को सही से फिट करने के लिए */
}

/* --- User Info --- */
.user-email-indian {
    font-family: 'Playfair Display', serif; /* सुंदर और स्टाइलिश फॉन्ट */
    font-size: 2.2em; /* बड़ा फॉन्ट साइज़ */
    color: #2c3e50; /* गहरा नीला-ग्रे रंग */
    margin: 0;
    word-wrap: break-word; /* लंबा ईमेल टूटने के लिए */
}

/* --- Settings Icon --- */
.settings-icon-indian {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 28px;
    color: #FF9933;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.settings-icon-indian:hover {
    transform: rotate(45deg); /* घुमने वाला इफ़ेक्ट */
}

/* --- Decorative Divider --- */
.divider-indian {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #FF9933, transparent); /* ग्रेडिएंट वाला डिवाइडर */
    border: none;
    margin: 25px auto 0 auto;
}

/* --- About Section --- */
.about-section-indian {
    background-color: #0D5B69; /* मोरपंखी जैसा गहरा हरा/नीला रंग */
    color: #FDF5E6; /* हल्का क्रीम टेक्स्ट */
    text-align: center;
    padding: 50px 30px;
}

.about-section-indian h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.about-section-indian p {
    font-size: 1.1em;
    line-height: 1.7;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* मोबाइल के लिए Responsive एडजस्टमेंट */
@media (max-width: 600px) {
    .profile-avatar-indian {
        width: 140px;
        height: 140px;
    }
    .user-email-indian {
        font-size: 1.8em;
    }
    .about-section-indian {
        padding: 40px 20px;
    }
}/* End custom CSS */