.elementor-74 .elementor-element.elementor-element-7fda1ab{--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-6f3de2b *//* =========================================
   Global Reset & Base Styles
   ========================================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #fbf6f0; /* हल्का क्रीम / आध्यात्मिक रंग */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
    padding: 20px 10px;
}

/* =========================================
   Main Wrapper
   ========================================= */
.peetham-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(230, 92, 0, 0.1); /* हल्की केसरिया परछाईं */
    overflow: hidden;
    border-top: 8px solid #d9531e; /* गहरा भगवा बॉर्डर */
}

/* =========================================
   Header Styles
   ========================================= */
.page-header {
    background: linear-gradient(to bottom, #fff5e6, #ffffff);
    text-align: center;
    padding: 25px 20px 35px;
    border-bottom: 2px solid #f2e3d5;
}

.sub-heading {
    color: #8c4000;
    font-size: 1.3em;
    margin-bottom: 5px;
}

.main-heading {
    color: #cc4400;
    font-size: 2.5em;
    letter-spacing: 1px;
}

.tagline {
    color: #666;
    font-size: 1.1em;
    font-style: italic;
    margin-top: 10px;
}

/* =========================================
   Introduction Section
   ========================================= */
.intro-section {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    gap: 40px;
    align-items: flex-start;
}

.image-container {
    flex: 1;
    min-width: 280px;
    text-align: center;
}

.image-container img {
    width: 100%;
    max-width: 320px;
    border-radius: 12px;
    border: 5px solid #f9e6d3;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
}

.image-container img:hover {
    transform: scale(1.03);
}

.image-caption {
    margin-top: 15px;
    font-weight: bold;
    color: #cc5200;
    font-size: 1.1em;
    background: #fff5eb;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 25px;
}

.history-container {
    flex: 2;
    min-width: 300px;
}

.section-title {
    color: #b34700;
    font-size: 1.8em;
    border-bottom: 2px dashed #f2cca3;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.center-text {
    text-align: center;
}

.history-block {
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 1.1em;
    text-align: justify;
}

.hindi-block {
    background-color: #fffaf0;
    border-left: 4px solid #ff9933;
}

.special-highlight {
    background-color: #fffdf8;
    border-left: 4px solid #d9531e;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

.special-highlight h3 {
    color: #cc4400;
    margin-bottom: 10px;
}

/* =========================================
   Table Section (Ancient Acharyas)
   ========================================= */
.table-section {
    padding: 30px 40px;
}

.table-responsive {
    overflow-x: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.acharya-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    min-width: 600px; /* मोबाइल पर स्क्रॉल करने के लिए */
}

.acharya-table th, .acharya-table td {
    padding: 12px 15px;
    border: 1px solid #e6ccb3;
    text-align: left;
}

.acharya-table th {
    background-color: #f2cca3;
    color: #8c4000;
    font-size: 1.1em;
    position: sticky;
    top: 0;
}

.acharya-table tbody tr:nth-child(even) {
    background-color: #fffaf5;
}

.acharya-table tbody tr:hover {
    background-color: #ffeecc;
    transition: background-color 0.2s ease;
}

/* =========================================
   Modern Acharyas Grid
   ========================================= */
.lineage-section {
    padding: 40px;
    background-color: #fdfaf7;
}

.modern-acharya-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.modern-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0,0,0,0.06);
    border: 1px solid #f2e3d5;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.modern-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(204, 82, 0, 0.15);
}

.card-header {
    background-color: #e68a00;
    color: #fff;
    padding: 15px;
    font-size: 1.2em;
    font-weight: bold;
}

.card-body {
    padding: 20px;
    font-size: 1.05em;
    color: #444;
}

.card-body p {
    margin-bottom: 10px;
}

/* Highlight the Present 71st Acharya */
.highlight-card {
    border: 2px solid #d9531e;
}

.new-header {
    background-color: #d9531e;
}

/* =========================================
   Divider
   ========================================= */
.decorative-divider {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, transparent, #ffb366, transparent);
    margin: 10px 40px;
}

/* =========================================
   Language Toggle Button Styling
   ========================================= */
/* HTML के हेड में भी दिया गया है, पर यहाँ भी रखना बेहतर है */
.language-toggle {
    text-align: right;
    padding: 15px 20px 0;
    background: linear-gradient(to bottom, #fff5e6, #fffaf5);
}

#lang-btn {
    background-color: #d9531e;
    color: white;
    border: none;
    padding: 8px 20px;
    font-size: 1em;
    font-weight: bold;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(217, 83, 30, 0.3);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

#lang-btn:hover {
    background-color: #b34700;
    transform: scale(1.05);
}

/* =========================================
   Responsive Adjustments (Mobiles / Tablets)
   ========================================= */
@media (max-width: 800px) {
    .intro-section {
        flex-direction: column;
        padding: 25px 20px;
    }
    
    .page-header h1 {
        font-size: 2em;
    }

    .image-container img {
        max-width: 100%;
    }

    .table-section, .lineage-section {
        padding: 25px 20px;
    }

    .acharya-table th, .acharya-table td {
        font-size: 0.95em;
        padding: 10px;
    }

    .language-toggle {
        text-align: center;
    }
}/* End custom CSS */