.elementor-14 .elementor-element.elementor-element-5aa2ac9{--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-14 .elementor-element.elementor-element-2345edc{--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-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-0c54f55{--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-14 .elementor-element.elementor-element-671d5c5{--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;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-ea338af *//* Services Section Stylesheet */
.services-section {
  background-color: #ffffff;
  padding: 80px 20px;
  font-family: 'Segoe UI', Roboto, sans-serif;
  overflow: hidden;
}

.services-container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 100px; /* Space between each row */
}

/* Base Service Row Structure */
.service-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* Alternating Row System (Flips layout on desktop) */
.service-row.reverse {
  flex-direction: row-reverse;
}

/* Content Panel Structure */
.service-content {
  flex: 1;
  max-width: 500px;
  position: relative;
}

.service-number {
  font-size: 56px;
  font-weight: 800;
  color: rgba(0, 46, 91, 0.06); /* Ultra light background text overlay */
  position: absolute;
  top: -40px;
  left: -5px;
  z-index: 1;
  letter-spacing: 2px;
}

.service-content h2 {
  font-size: 30px;
  color: #002e5b; /* Deep Premium Blue */
  margin: 0 0 15px 0;
  font-weight: 700;
  position: relative;
  z-index: 2;
  line-height: 1.3;
}

.service-divider {
  width: 50px;
  height: 3px;
  background-color: #D4AF37; /* Corporate Gold Accent */
  margin-bottom: 20px;
}

.service-content p {
  color: #555e66;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 25px 0;
}

/* Dynamic Tags Layout */
.service-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-tags li {
  background-color: #f4f7f9;
  color: #002e5b;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 4px;
  border-left: 2px solid #D4AF37;
}

/* Image Dynamic Blueprint Frame */
.service-image-wrapper {
  flex: 1;
  max-width: 540px;
  height: 360px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 46, 91, 0.06);
  position: relative;
}

.service-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Creative Hover Interactions */
.service-row:hover .service-img {
  transform: scale(1.06); /* Image Zooms smoothly on hover */
}

/* Responsive Media Engine */
@media (max-width: 992px) {
  .service-row, .service-row.reverse {
    flex-direction: column !important; /* Forces stacking vertically */
    gap: 35px;
  }
  
  .service-content {
    max-width: 100%;
  }

  .service-image-wrapper {
    max-width: 100%;
    width: 100%;
    height: 300px;
  }

  .services-container {
    gap: 70px; /* Reduced gap on smaller displays */
  }

  .service-content h2 {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  .services-section {
    padding: 50px 15px;
  }
  
  .service-number {
    font-size: 44px;
    top: -30px;
  }

  .service-content h2 {
    font-size: 22px;
  }

  .service-image-wrapper {
    height: 240px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-517f95f *//* Services Section Stylesheet */
.services-section {
  background-color: #ffffff;
  padding: 80px 20px;
  font-family: 'Segoe UI', Roboto, sans-serif;
  overflow: hidden;
}

.services-container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 100px; /* Space between each row */
}

/* Base Service Row Structure */
.service-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* Alternating Row System (Flips layout on desktop) */
.service-row.reverse {
  flex-direction: row-reverse;
}

/* Content Panel Structure */
.service-content {
  flex: 1;
  max-width: 500px;
  position: relative;
}

.service-number {
  font-size: 56px;
  font-weight: 800;
  color: rgba(0, 46, 91, 0.06); /* Ultra light background text overlay */
  position: absolute;
  top: -40px;
  left: -5px;
  z-index: 1;
  letter-spacing: 2px;
}

.service-content h2 {
  font-size: 30px;
  color: #002e5b; /* Deep Premium Blue */
  margin: 0 0 15px 0;
  font-weight: 700;
  position: relative;
  z-index: 2;
  line-height: 1.3;
}

.service-divider {
  width: 50px;
  height: 3px;
  background-color: #D4AF37; /* Corporate Gold Accent */
  margin-bottom: 20px;
}

.service-content p {
  color: #555e66;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 25px 0;
}

/* Dynamic Tags Layout */
.service-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-tags li {
  background-color: #f4f7f9;
  color: #002e5b;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 4px;
  border-left: 2px solid #D4AF37;
}

/* Image Dynamic Blueprint Frame */
.service-image-wrapper {
  flex: 1;
  max-width: 540px;
  height: 360px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 46, 91, 0.06);
  position: relative;
}

.service-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Creative Hover Interactions */
.service-row:hover .service-img {
  transform: scale(1.06); /* Image Zooms smoothly on hover */
}

/* Responsive Media Engine */
@media (max-width: 992px) {
  .service-row, .service-row.reverse {
    flex-direction: column !important; /* Forces stacking vertically */
    gap: 35px;
  }
  
  .service-content {
    max-width: 100%;
  }

  .service-image-wrapper {
    max-width: 100%;
    width: 100%;
    height: 300px;
  }

  .services-container {
    gap: 70px; /* Reduced gap on smaller displays */
  }

  .service-content h2 {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  .services-section {
    padding: 50px 15px;
  }
  
  .service-number {
    font-size: 44px;
    top: -30px;
  }

  .service-content h2 {
    font-size: 22px;
  }

  .service-image-wrapper {
    height: 240px;
  }
}/* End custom CSS */