.elementor-37 .elementor-element.elementor-element-43ee5ea{--display:flex;--min-height:235px;--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;--justify-content:center;--overlay-opacity:0.61;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-37 .elementor-element.elementor-element-43ee5ea:not(.elementor-motion-effects-element-type-background), .elementor-37 .elementor-element.elementor-element-43ee5ea > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://apexclubgroup.com/wp-content/uploads/2026/03/aboutus.jpeg");background-position:center center;background-size:cover;}.elementor-37 .elementor-element.elementor-element-43ee5ea::before, .elementor-37 .elementor-element.elementor-element-43ee5ea > .elementor-background-video-container::before, .elementor-37 .elementor-element.elementor-element-43ee5ea > .e-con-inner > .elementor-background-video-container::before, .elementor-37 .elementor-element.elementor-element-43ee5ea > .elementor-background-slideshow::before, .elementor-37 .elementor-element.elementor-element-43ee5ea > .e-con-inner > .elementor-background-slideshow::before, .elementor-37 .elementor-element.elementor-element-43ee5ea > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-37 .elementor-element.elementor-element-43ee5ea::before{filter:brightness( 100% ) contrast( 200% ) saturate( 94% ) blur( 0px ) hue-rotate( 0deg );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-37 .elementor-element.elementor-element-b9b18bc{text-align:center;}.elementor-37 .elementor-element.elementor-element-b9b18bc .elementor-heading-title{font-family:"Roboto Condensed", Sans-serif;font-size:43px;font-weight:600;color:#FFFFFF;}.elementor-37 .elementor-element.elementor-element-55098a6{--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;}.elementor-37 .elementor-element.elementor-element-36ec5e5{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-37 .elementor-element.elementor-element-36ec5e5.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-37 .elementor-element.elementor-element-e57b9aa{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-37 .elementor-element.elementor-element-e57b9aa.elementor-element{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-36ec5e5 *//* General Styles */
.section {
  padding: 80px 0;
  background-color: #1a2a1e; /* Dark Green */
  color: #f5f0e8; /* Cream */
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 5vw;
}

.mission-content {
  display: flex;
  justify-content: space-between;
  gap: 4vw;
}

.mission-left {
  width: 60%;
}

.mission-right {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mission-image {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Title and Subtitle */
.section-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #d4b06a; /* Gold */
  margin-bottom: 20px;
}

.sub-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #f5f0e8;
  margin-bottom: 15px;
}

/* Content Text */
.mission-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #f5f0e8;
  margin-bottom: 30px;
}

.mission-opening, .mission-philosophy {
  margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .mission-content {
    flex-direction: column;
    align-items: center;
  }

  .mission-left, .mission-right {
    width: 100%;
  }

  .mission-image {
    max-width: 100%;
    height: auto;
  }
}/* End custom CSS */