.elementor-9 .elementor-element.elementor-element-a8224f5{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-9 .elementor-element.elementor-element-301d05f{--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-9 .elementor-element.elementor-element-745e11a{--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;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-f093745 *//* --- Core Structure --- */
.about-section {
    padding: 100px 0;
    background-color: #FFFFFF;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

/* डावा भाग - Content Design */
.sub-title {
    display: inline-block;
    color: #FF8C00;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.section-title {
    font-size: 2.5rem;
    color: #0A2523;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

.about-text {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 18px;
    text-align: justify;
}

.about-text strong {
    color: #00796B;
}

/* --- उजवा भाग: ULTRA-PREMIUM ROYALLY CUSTOMIZED BOX --- */
.ultimate-peacock-card {
    position: relative;
    background: linear-gradient(135deg, #004D40 0%, #002824 100%);
    border: 5px solid #FF8C00; /* हुबेहूब इमेजप्रमाणे आकर्षक थिक ऑरेंज बॉर्डर */
    padding: 45px 35px;
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(0, 77, 64, 0.3);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* मोरपंखी विंटेज पॅटर्न टेक्स्चर (CSS द्वारा जनरेट केलेला पॅटर्न) */
.peacock-pattern-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    opacity: 0.06;
    background-image: radial-gradient(circle at 100% 150%, #ffffff 24%, white 25%, transparent 28%),
                      radial-gradient(circle at 0% 150%, #ffffff 24%, white 25%, transparent 28%);
    background-size: 24px 36px;
    pointer-events: none;
    z-index: 1;
}

/* कार्ड वरील लायटिंग शाईन इफेक्ट (Shimmer Effect) */
.card-shimmer {
    position: absolute;
    top: 0; left: -100%; width: 50%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
    transform: skewX(-25deg);
    z-index: 2;
    transition: none;
}

.ultimate-peacock-card:hover .card-shimmer {
    left: 200%;
    transition: all 0.8s ease-in-out;
}

.ultimate-peacock-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(0, 40, 36, 0.45);
    border-color: #FFA726;
}

.card-wrapper {
    position: relative;
    z-index: 3;
}

/* हेडर आणि ॲनिमेशन आयकॉन */
.action-header {
    text-align: center;
    margin-bottom: 30px;
}

.pulsing-call-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin: 0 auto 12px auto;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    animation: pulseIcon 2s infinite;
}

@keyframes pulseIcon {
    70% { box-shadow: 0 0 0 15px rgba(255, 255, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

.action-header h3 {
    color: #FFFFFF;
    font-size: 2.2rem;
    font-weight: 900;
    letter-spacing: 2px;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* नंबर्स डिस्प्ले बॉक्स - ट्रान्सपरंट लुक */
.numbers-display-box {
    background: rgba(0, 30, 27, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 25px;
    border-radius: 16px;
    margin-bottom: 30px;
    backdrop-filter: blur(8px);
}

.premium-number-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.row-tag {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.row-tag.gold-tag {
    color: #FCD34D; /* Elegant Soft Gold */
}

.row-tag.green-tag {
    color: #4ADE80; /* Elegant Mint Green */
}

.display-digits {
    font-size: 2.3rem;
    font-weight: 800;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 1.1;
    letter-spacing: 0.5px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.display-digits.color-gold {
    color: #FFD700; /* ट्रू गोल्डन कलर टोल फ्री साठी */
}

.display-digits:hover {
    color: #FF8C00;
    transform: scale(1.02);
}

.row-separator-line {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
    margin: 20px 0;
}

/* बॉटम क्लीक बटन लिंक */
.royal-action-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #FFFFFF;
    color: #004D40;
    padding: 16px 24px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 1.05rem;
    text-decoration: none;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.royal-action-link:hover {
    background-color: #FF8C00;
    color: #FFFFFF;
    box-shadow: 0 10px 25px rgba(255, 140, 0, 0.4);
}

.royal-action-link:hover .animate-arrow {
    transform: translateX(6px);
}

.animate-arrow {
    transition: transform 0.3s ease;
}

/* --- Responsive Adaptations --- */
@media (max-width: 992px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .section-title {
        font-size: 2.2rem;
    }
    .ultimate-peacock-card {
        max-width: 480px;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .about-section {
        padding: 60px 0;
    }
    .section-title {
        font-size: 1.8rem;
    }
    .ultimate-peacock-card {
        padding: 35px 20px;
    }
    .action-header h3 {
        font-size: 1.8rem;
    }
    .display-digits {
        font-size: 1.85rem;
    }
}/* End custom CSS */