.elementor-14 .elementor-element.elementor-element-a1fd49d{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-14 .elementor-element.elementor-element-81203cb{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-a9fb988 *//* Reset and Font */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #fdfdfd;
    font-family: 'Poppins', sans-serif; /* Professional Font */
}

.about-section {
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    width: 100%;
    max-width: 1200px;
    padding: 20px;
}

/* Updated Premium Design */
.about-card {
    background: #ffffff;
    /* Double Border Effect */
    border: 1px solid #e0e0e0;
    border-top: 5px solid #2d5a27; 
    border-radius: 20px;
    
    padding: 60px 40px;
    text-align: center;
    
    /* Soft Multi-layered Shadow */
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(45, 90, 39, 0.1);
    
    max-width: 900px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}

.about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(45, 90, 39, 0.12);
}

.logo {
    width: 160px;
    margin-bottom: 30px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}

.about-card h1 {
    color: #2d5a27;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.about-content {
    color: #444;
    font-size: 1.25rem;
    line-height: 1.9;
    margin: 0;
    font-weight: 400;
}

/* Bottom Accent Decorative Line */
.accent-line {
    width: 60px;
    height: 4px;
    background: #2d5a27;
    margin: 40px auto 0;
    border-radius: 10px;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
    .about-section {
        padding: 40px 0;
    }
    
    .about-card {
        padding: 40px 20px;
        margin: 0 10px;
    }
    
    .about-card h1 {
        font-size: 2.2rem;
    }
    
    .about-content {
        font-size: 1.1rem;
        line-height: 1.7;
    }
    
    .logo {
        width: 130px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-6dbfd8c *//* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap');

.vision-container {
    padding: 100px 20px;
    background: #f0f4f0; /* Natural light grey-green */
    font-family: 'Outfit', sans-serif;
    display: flex;
    justify-content: center;
}

.vision-card {
    background: #ffffff;
    max-width: 1000px;
    padding: 80px 60px;
    border-radius: 40px;
    text-align: center;
    position: relative;
    box-shadow: 0 30px 60px rgba(45, 90, 39, 0.1);
    /* Soft border like a leaf edge */
    border: 1px solid rgba(45, 90, 39, 0.05);
}

/* Header Styles */
.vision-logo {
    width: 140px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.vision-badge {
    display: inline-block;
    background: rgba(45, 90, 39, 0.1);
    color: #2d5a27;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

/* Typography */
.vision-hero-text {
    font-size: 2rem;
    color: #1a3317;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 40px;
}

.vision-hero-text span {
    color: #2d5a27;
    background: linear-gradient(120deg, rgba(76, 175, 80, 0.1) 0%, rgba(76, 175, 80, 0.1) 100%);
    padding: 0 5px;
}

.vision-details p {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 25px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

/* Footer Decoration */
.vision-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.vision-footer .line {
    width: 80px;
    height: 2px;
    background: #e0e0e0;
}

.leaf-icon {
    font-size: 1.5rem;
}

/* Hover Animation */
.vision-card:hover {
    box-shadow: 0 40px 80px rgba(45, 90, 39, 0.15);
}

.vision-card:hover .vision-logo {
    transform: translateY(-5px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .vision-card {
        padding: 50px 25px;
        border-radius: 30px;
    }

    .vision-hero-text {
        font-size: 1.5rem;
    }

    .vision-details p {
        font-size: 1.05rem;
    }
}/* End custom CSS */