.elementor-76 .elementor-element.elementor-element-45094098{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-76 .elementor-element.elementor-element-1ae16fd{color:#000000;font-family:"Roboto", Sans-serif;font-size:18px;font-weight:400;}.elementor-76 .elementor-element.elementor-element-a14a155{text-align:center;}.elementor-76 .elementor-element.elementor-element-a14a155 .elementor-heading-title{color:var( --e-global-color-astglobalcolor2 );font-family:"Roboto", Sans-serif;font-size:40px;font-weight:600;}.elementor-76 .elementor-element.elementor-element-a14a155 > .elementor-widget-container{margin:30px 0px 30px 0px;}.elementor-76 .elementor-element.elementor-element-4a57d08{--grid-column-gap:30px;--grid-row-gap:35px;}.elementor-76 .elementor-element.elementor-element-435018c .elementor-heading-title{color:#1E293B;}.elementor-76 .elementor-element.elementor-element-6e101b5 .elementor-heading-title{color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for section, class: .elementor-element-45094098 *//* Container for the entire section */
.section-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  background: linear-gradient(120deg, #f5f7fa, #c3cfe2);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Left image area */
.team-photo {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.team-photo img {
  width: 100%;
  height: auto;
  display: block;
}

/* Right text box */
.text-box {
  flex: 1;
  margin: 20px;
  background: rgba(255, 255, 255, 0.85);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-box h1 {
  font-size: 2.5em;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.text-box p {
  font-size: 1.1em;
  line-height: 1.6;
  color: #555;
  font-family: 'Open Sans', sans-serif;
}

/* Button (optional, for action or call-to-action) */
.text-box .cta-button {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 1em;
  background: #4e73df;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}

.text-box .cta-button:hover {
  background: #3751d5;
}/* End custom CSS */