.elementor-72 .elementor-element.elementor-element-db11e06{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-72 .elementor-element.elementor-element-dc9e0df{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-9a4ea03 *//* PEETHAM THEME VARIABLES */
:root {
    --paper-bg: #FDFBF7;
    --saffron-dark: #C0392B; /* Deep Temple Red */
    --saffron-light: #E67E22;
    --gold-accent: #D4AF37;
    --text-dark: #2C3E50;
    --text-gray: #5D6D7E;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    background-color: var(--paper-bg); 
    color: var(--text-dark); 
    font-family: 'Lato', sans-serif; 
    line-height: 1.8; 
    overflow-x: hidden;
}

/* =========================================
   LANGUAGE SWITCHER LOGIC & STYLES 
========================================= */
body[data-lang="en"] .hi { display: none !important; }
body[data-lang="hi"] .en { display: none !important; }

.lang-switcher {
    position: absolute; top: 30px; right: 5%; z-index: 1000;
    display: flex; gap: 5px; background: #fff; padding: 5px;
    border-radius: 30px; box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border: 2px solid var(--gold-accent);
}
.lang-btn {
    background: transparent; border: none; padding: 6px 15px;
    border-radius: 20px; font-family: 'Lato', sans-serif; font-weight: 700;
    color: var(--text-dark); cursor: pointer; transition: 0.3s;
}
.lang-btn.active {
    background: var(--saffron-dark); color: #fff;
}

/* Background Pattern */
.bg-pattern {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%; 
    background-image: radial-gradient(var(--gold-accent) 0.5px, transparent 0.5px); 
    background-size: 30px 30px; opacity: 0.2; z-index: -1;
}

/* HERO SECTION */
.profile-hero {
    display: flex; flex-wrap: wrap; align-items: center; justify-content: center; 
    min-height: 80vh; padding: 100px 5% 50px; gap: 50px; max-width: 1400px; margin: 0 auto;
}

.hero-text-col { flex: 1; min-width: 350px; }
.peeth-tag {
    display: inline-block; color: var(--saffron-light); font-weight: 700; 
    letter-spacing: 2px; text-transform: uppercase; font-size: 0.9rem; 
    margin-bottom: 10px; border-bottom: 2px solid var(--saffron-light); padding-bottom: 5px;
}
.main-title {
    font-family: 'Cinzel', serif; font-size: clamp(2.5rem, 5vw, 4rem); 
    color: var(--saffron-dark); line-height: 1.1; margin-bottom: 15px;
}
.sub-title { font-size: 1.3rem; color: var(--text-gray); font-weight: 300; margin-bottom: 30px; }

/* Info Grid */
.info-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); 
    gap: 20px; margin-top: 30px;
}
.info-item {
    background: #fff; border-left: 4px solid var(--gold-accent); 
    padding: 15px 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.info-label {
    font-size: 0.75rem; text-transform: uppercase; color: var(--text-gray); 
    letter-spacing: 1px; display: block;
}
.info-val {
    font-family: 'Cinzel', serif; font-size: 1.1rem; color: var(--saffron-dark); font-weight: 700;
}

/* IMAGE COL */
.hero-image-col { flex: 1; min-width: 300px; max-width: 500px; position: relative; }
.portrait-frame {
    position: relative; border-radius: 20px 20px 0 0; padding: 15px; 
    background: #fff; box-shadow: 0 20px 50px rgba(0,0,0,0.15); border: 1px solid var(--gold-accent);
}
.main-img { width: 100%; height: auto; border-radius: 10px 10px 0 0; display: block; }
.img-caption {
    text-align: center; background: var(--saffron-dark); color: #fff; 
    padding: 10px; font-family: 'Cinzel', serif; font-size: 0.9rem; letter-spacing: 1px;
}

/* CONTENT BODY */
.content-container { max-width: 900px; margin: 0 auto 80px; padding: 0 25px; }

.chapter-heading {
    font-family: 'Cinzel', serif; font-size: 2rem; color: var(--text-dark); 
    margin: 50px 0 20px; display: flex; align-items: center; gap: 15px;
}
.chapter-heading::before {
    content: ""; width: 40px; height: 2px; background: var(--gold-accent);
}

.highlight-box {
    background: #FFFBF0; border: 1px solid var(--gold-accent); 
    padding: 30px; border-radius: 8px; position: relative; margin: 40px 0;
}
.highlight-icon {
    position: absolute; top: -20px; left: 30px; background: var(--saffron-dark); 
    color: #fff; width: 40px; height: 40px; display: flex; align-items: center; 
    justify-content: center; border-radius: 50%; font-size: 1.2rem; border: 2px solid var(--gold-accent);
}

/* GURU PARAMPARA LIST */
.guru-row {
    display: flex; gap: 20px; align-items: flex-start; padding: 15px 0; 
    border-bottom: 1px dashed rgba(212, 175, 55, 0.3);
}
.guru-row:last-child { border-bottom: none; }

.guru-icon {
    flex-shrink: 0; width: 50px; height: 50px; border: 2px solid var(--gold-accent); 
    border-radius: 50%; display: flex; align-items: center; justify-content: center; 
    font-weight: 700; color: #8B4513; background: #FFF8F0; font-family: 'Cinzel', serif; font-size: 1.1em;
}

.guru-details { flex-grow: 1; }
.guru-name-title { font-size: 1.25em; color: #4a2c0f; font-weight: 700; display: block; }
.guru-period { display: block; font-size: 0.9em; color: #888; margin-top: 5px; }

/* Current Acharya Highlight */
.guru-row.current {
    background: linear-gradient(to right, rgba(212, 175, 55, 0.1), transparent); 
    border-radius: 10px; padding: 20px; border: 1px solid var(--gold-accent);
}
.guru-row.current .guru-icon {
    background: var(--saffron-dark); color: #fff; border-color: var(--saffron-dark);
}
.guru-row.current .guru-name-title { color: var(--saffron-dark); font-size: 1.4em; }

/* MEDIA QUERIES */
@media (max-width: 768px) {
    .profile-hero { flex-direction: column-reverse; text-align: center; padding-top: 100px; }
    .hero-image-col { width: 100%; }
    .info-grid { text-align: left; }
    .chapter-heading::before { display: none; }
    .chapter-heading { justify-content: center; text-align: center; }
    .lang-switcher { top: 20px; right: 50%; transform: translateX(50%); }
}/* End custom CSS */