.elementor-1096 .elementor-element.elementor-element-7954744{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-08aed16 *//* Load Google Fonts and Font Awesome */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

.sgb-about-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Poppins', sans-serif;
    color: #333333;
}

/* Hero Section */
.sgb-about-hero {
    background: #ffffff;
    padding: 60px 40px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(212, 175, 55, 0.15);
    margin-bottom: 40px;
    text-align: center;
}

.sgb-about-text h2 {
    font-family: 'Cinzel', serif;
    font-size: 18px;
    color: #d4af37; /* Gold Color */
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.sgb-about-text h1 {
    font-family: 'Cinzel', serif;
    font-size: 38px;
    color: #004d00; /* Deep Green */
    margin-bottom: 20px;
}

.sgb-about-text p {
    font-size: 15px;
    line-height: 1.7;
    color: #555555;
    max-width: 800px;
    margin: 0 auto;
}

/* Features Section (3D Effect Grid) */
.sgb-about-features {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.sgb-feature-card {
    flex: 1;
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(212, 175, 55, 0.1);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.sgb-feature-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.2);
    border-color: #d4af37;
}

.sgb-card-icon {
    width: 60px;
    height: 60px;
    background: #004d00;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 auto 20px auto;
    box-shadow: 0 6px 15px rgba(0, 77, 0, 0.2);
}

.sgb-feature-card h3 {
    font-family: 'Cinzel', serif;
    font-size: 18px;
    color: #004d00;
    margin-bottom: 12px;
}

.sgb-feature-card p {
    font-size: 13px;
    line-height: 1.6;
    color: #555555;
}

/* Vision Section */
.sgb-about-vision {
    background: #fdfaf0;
    padding: 50px 40px;
    border-radius: 20px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    text-align: center;
}

.sgb-vision-content h3 {
    font-family: 'Cinzel', serif;
    font-size: 24px;
    color: #004d00;
    margin-bottom: 15px;
}

.sgb-vision-content p {
    font-size: 14px;
    line-height: 1.7;
    color: #555555;
    max-width: 750px;
    margin: 0 auto;
}

/* Tablet & Mobile Responsiveness */
@media (max-width: 991px) {
    .sgb-about-features {
        flex-direction: column;
        gap: 20px;
    }
    
    .sgb-about-text h1 {
        font-size: 28px;
    }
}/* End custom CSS */