.elementor-136 .elementor-element.elementor-element-05e2445{width:var( --container-widget-width, 97.949% );max-width:97.949%;--container-widget-width:97.949%;--container-widget-flex-grow:0;}.elementor-136 .elementor-element.elementor-element-05e2445.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-05e2445 *//* Container Wrapper and Alignment rules */
.chairman-message-section {
  padding: 60px 24px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.cm-container {
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: 1.35fr 1fr; /* Proportional balance matching the viewport layout */
  gap: 50px;
  align-items: flex-start;
}

/* Left Column Styling */
.cm-text-panel {
  display: flex;
  flex-direction: column;
}

/* Elegant oversized visual quotation marks */
.cm-quote-mark {
  font-family: 'Poppins', sans-serif;
  font-size: 80px;
  line-height: 0.6;
  color: #111111;
  font-weight: 700;
  margin-bottom: 25px;
  user-select: none;
}

/* Message Paragraph Block - Blue Highlight Removed */
.cm-message {
  font-size: 16px;
  color: #333333; /* Standard dark color for high readability */
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 35px;
  font-family: Figtree;
}

/* Chairman Identity Block */
.cm-profile-card {
  margin-top: 10px;
  align-self: flex-start;
}

.cm-name {
  font-family: 'Figtree' ;
  font-size: 22px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 12px;
}

/* Standardized spacing for credentials list items */
.cm-titles {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cm-titles li {
  font-size: 15px;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 6px;
  font-weight: 400;
}

/* Right Column Profile Picture Frame with soft depth rules */
.cm-image-panel {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cm-image-frame {
  width: 100%;
  max-width: 440px;
  border-radius: 12px; /* Smooth card curvature rounding radius */
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1); /* Soft, natural drop-shadow */
  background-color: #f7f9fa;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.cm-image-frame img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media (max-width: 767px) {

  .chairman-message-section {
    padding: 40px 20px;
  }

  .cm-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .cm-text-panel {
    order: 1;
  }

  .cm-image-panel {
    order: 2; /* Image comes after text */
  }

  .cm-image-frame {
    max-width: 100%;
    border-radius: 10px;
  }

  .cm-quote-mark {
    font-size: 50px;
    margin-bottom: 15px;
  }

  .cm-message {
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
  }

  .cm-name {
    font-size: 20px;
  }

  .cm-titles li {
    font-size: 14px;
  }

}/* End custom CSS */