.elementor-412 .elementor-element.elementor-element-20f6576{--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 .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-d57602f *//* 🌟 Main Container */
.chairman-modern-container {
    max-width: 1440px;
    margin: 0px auto;
    padding: 1px;
}

/* 🎨 Card Layout */
.chairman-card {
    display: flex;
    gap: 0px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 2px solid rgba(0, 100, 0, 0.4);
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
    padding: 40px;
    flex-wrap: wrap;
    align-items: center;
}
.chairman-photo-section {
    text-align: center;
    flex: 1 1 420px;
    max-width: 420px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 👤 Photo Section */
.chairman-photo-section {
    text-align: center;
    flex: 1 1 320px;
    max-width: 420px;
}

.chairman-photo-section img {
    width: 100%;
    border-radius: 20px;
    border: 4px solid darkgreen;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.chairman-photo-section img:hover {
    transform: scale(1.05) rotate(1deg);
    box-shadow: 0 12px 40px rgba(0,0,0,0.5);
}

/* ✍️ Name and Title */
.chairman-name {
    margin-top: 16px;
}

.chairman-name h3 {
    margin: 0;
    font-size: 24px;
    color: darkgreen;
}

.chairman-name p {
    margin: 4px 0 0;
    font-size: 16px;
    color: darkred;
}

/* 📜 Message Section */
.chairman-message-section {
    flex: 2 1 600px;
}

.chairman-heading {
    background: linear-gradient(90deg, darkgreen, darkred);
    color: white;
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 32px;
    margin-bottom: 20px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.greeting {
    color: darkred;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 16px;
}

.chairman-message-section p {
    color: #333;
    line-height: 1.8;
    margin-bottom: 18px;
    font-size: 17px;
}

.closing-message {
    background-color: #e6f4ea;
    padding: 15px 20px;
    border-left: 5px solid darkred;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* 📱 Responsive */
@media (max-width: 1024px) {
    .chairman-card {
        flex-direction: column;
        align-items: center;
    }
    .chairman-message-section {
        text-align: center;
    }
}/* End custom CSS */