.elementor-144 .elementor-element.elementor-element-f81fabb{--display:flex;--margin-top:2px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-144 .elementor-element.elementor-element-5e60350{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 20px;--row-gap:0px;--column-gap:20px;--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-144 .elementor-element.elementor-element-5e60350:not(.elementor-motion-effects-element-type-background), .elementor-144 .elementor-element.elementor-element-5e60350 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F7FA;}.elementor-144 .elementor-element.elementor-element-e7f5e9e{--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:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-144 .elementor-element.elementor-element-f8de6ce{--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:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-144 .elementor-element.elementor-element-5e60350{--content-width:1400px;}.elementor-144 .elementor-element.elementor-element-e7f5e9e{--width:50%;}.elementor-144 .elementor-element.elementor-element-f8de6ce{--width:50%;}}@media(max-width:767px){.elementor-144 .elementor-element.elementor-element-f81fabb{--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-144 .elementor-element.elementor-element-e7f5e9e{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-144 .elementor-element.elementor-element-d3a57a3{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-903f374 */.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-144 .elementor-element.elementor-element-903f374 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-d3a57a3 */.contact-card {
  font-family: 'Poppins', sans-serif;
}

.contact-card__wrapper {
  background: #ffffff;
  padding: 30px;
  padding-bottom: 5px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.contact-card__title {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 600;
  color: #002E5E;
}

.contact-card__item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}

.contact-card__icon {
  background: #f5f7fa;
  padding: 12px;
  border-radius: 10px;
  font-size: 16px;
  color: #002E5E;
  min-width: 40px;
  text-align: center;
}

.contact-card__item--whatsapp .contact-card__icon {
  background: #25D366;
  color: #ffffff;
}

.contact-card__label {
  font-size: 14px;
  color: #002E5E;
  display: block;
}

.contact-card__value {
  font-size: 16px;
  font-weight: 500;
  margin: 3px 0;
  color: #002E5E;
}

.entry-content .wp-audio-shortcode, .entry-content .wp-embedded-audio, .entry-content .wp-embedded-video, .entry-content .wp-video, .entry-content p {
  margin-bottom: 0px;
}

.contact-card__desc {
  font-size: 12px;
  color: #3A4968;
}
@media (max-width: 768px) {
  .contact-card__title {
    font-size: 18px;
  }

  .contact-card__value {
    font-size: 18px;
  }

  .contact-card__desc {
    font-size: 15px;
  }

  .contact-card__label {
    font-size: 13px; /* optional for better balance */
  }
}/* End custom CSS */