.elementor-150 .elementor-element.elementor-element-12af7a3{--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-150 .elementor-element.elementor-element-161170e{--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;}@media(max-width:767px){.elementor-150 .elementor-element.elementor-element-12af7a3{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-aca20e8 */.about-hero {
  font-family: 'Poppins', sans-serif;
  padding: 90px 20px;
  background: linear-gradient(135deg, #001f3f, #002E5E, #003d7a);
  color: #ffffff;
}

.about-hero-container {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.breadcrumb {
  font-size: 14px;
  margin-bottom: 20px;
  color: #cbd5e1;
}

.breadcrumb a {
  color: #cbd5e1;
}

.breadcrumb span {
  margin: 0 5px;
}

.breadcrumb .active {
  color: #ffffff;
  font-weight: 500;
}


.about-hero-title {
  font-size: 40px;
  font-weight: 700;
  color:#fff;
  line-height: 1.3;
  margin-bottom: 15px;
}


.about-hero-text {
  font-size: 18px;
  color: #e2e8f0;
  line-height: 1.6;
}
.elementor-150 .elementor-element.elementor-element-aca20e8 a{
    text-decoration:none;
}

@media(max-width: 768px) {
  .about-hero {
    padding: 70px 15px;
  }

  .about-hero-title {
    font-size: 26px;
  }

  .about-hero-text {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-514047b */.service-area-section {
  font-family: 'Poppins', sans-serif;
  padding: 40px 20px;
  background: #ffffff;
}

.service-container {
  max-width: 1400px;
  margin: auto;
  text-align: center;
}

.service-title {
  font-size: 32px;
  font-weight: 600;
  color: #002E5E;
  margin-bottom: 15px;
}

.service-subtitle {
  font-size: 18px;
  color: #3A4968;
  margin-bottom: 40px;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.area-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #f5f7fa;
  padding: 15px;
  border-radius: 8px;
  font-size: 14px;
  color: #002E5E;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #e5e5e5;
}

.area-box i {
  font-size: 15px;
  color: #002E5E;
  transition: 0.3s;
}


.area-box:hover {
  background: #002E5E;   
  color: #ffffff;       
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}


.area-box:hover i {
  color: #ffffff;        
  transform: rotate(10deg) scale(1.2);
}


@media(max-width: 992px){
  .area-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 600px){
  .area-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .service-title {
    font-size: 18px;
  }

  .service-subtitle {
    font-size: 15px;
  }

  .area-box {
    font-size: 15px;
  }

  .area-box i {
    font-size: 14px; 
  }
}/* End custom CSS */