.elementor-132 .elementor-element.elementor-element-898e2a4{--display:flex;--margin-top:4px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-132 .elementor-element.elementor-element-f72d3ff{--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-132 .elementor-element.elementor-element-f72d3ff:not(.elementor-motion-effects-element-type-background), .elementor-132 .elementor-element.elementor-element-f72d3ff > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F7FA;}.elementor-132 .elementor-element.elementor-element-d2f6f51{--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-132 .elementor-element.elementor-element-0221e7b{--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-132 .elementor-element.elementor-element-0221e7b:not(.elementor-motion-effects-element-type-background), .elementor-132 .elementor-element.elementor-element-0221e7b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F7FA;}.elementor-132 .elementor-element.elementor-element-8e7ae33{--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;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-132 .elementor-element.elementor-element-f72d3ff{--content-width:1400px;}.elementor-132 .elementor-element.elementor-element-d2f6f51{--content-width:1400px;}.elementor-132 .elementor-element.elementor-element-0221e7b{--content-width:1400px;}}@media(max-width:767px){.elementor-132 .elementor-element.elementor-element-898e2a4{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-132 .elementor-element.elementor-element-6cef63a{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-6cef63a */.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-132 .elementor-element.elementor-element-6cef63a a{
    text-decoration:none;
}

@media(max-width: 768px) {
  .about-hero {
    padding: 40px 15px;
  }

  .about-hero-title {
    font-size: 24px;
  }

  .about-hero-text {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc4f9b9 */.story-section {
  font-family: 'Poppins', sans-serif;
  padding: 40px 20px;
}

.story-container {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;
}

.story-tag {
  display: inline-block;
  font-size: 14px;
  color: #002E5E;
  background: #e6eef8;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.story-title {
  font-size: 34px;
  font-weight: 700;
  color: #002E5E;
  margin-bottom: 20px;
}

.story-left p {
  font-size: 16px;
  color: #3A4968;
  line-height: 1.7;
  margin-bottom: 15px;
}

.story-highlight {
  margin-top: 15px;
  font-weight: 600;
  color: #002E5E;
  background: #e6eef8;
  padding: 12px 15px;
  border-radius: 8px;
  display: inline-block;
}

.story-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.stat-box {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #e5e5e5;
  transition: 0.3s;
}

.stat-box h3 {
  font-size: 28px;
  color: #002E5E;
  margin-bottom: 5px;
}

.stat-box p {
  font-size: 14px;
  color: #3A4968;
}

.stat-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

@media(max-width: 900px){
  .story-container {
    grid-template-columns: 1fr;
  }

  .story-right {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 500px){
  .story-right {
    grid-template-columns: 1fr;
  }
  .story-title{
      font-size:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9327edd */.values-section {
  font-family: 'Poppins', sans-serif;
  padding: 40px 20px;
}

.values-container {
  max-width: 1400px;
  margin: auto;
  text-align: center;
}

.values-title {
  font-size: 32px;
  font-weight: 600;
  color: #002E5E;
  margin-bottom: 10px;
}

.values-subtitle {
  font-size: 16px;
  color: #3A4968;
  margin-bottom: 50px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.value-card {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 12px;
  text-align: left;
  border: 1px solid #e5e5e5;
  position: relative;
  transition: 0.3s;
}

.value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #002E5E;
  border-radius: 12px 12px 0 0;
}

.icon-box {
  width: 45px;
  height: 45px;
  background: #e6eef8;
  color: #002E5E;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 18px;
  margin-bottom: 15px;
}

.value-card h3 {
  font-size: 18px;
  color: #002E5E;
  margin-bottom: 8px;
}

.value-card p {
  font-size: 14px;
  color: #3A4968;
  line-height: 1.6;
}


.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}

@media(max-width: 992px){
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 600px){
  .values-grid {
    grid-template-columns: 1fr;
  }
  .values-title{
      font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c6a7f9c */.mv-section {
  font-family: 'Poppins', sans-serif;
  padding: 40px 20px;
 
}

.mv-container {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.mv-title {
  font-size: 32px;
  font-weight: 600;
  color: #002E5E;
  margin-bottom: 50px;
}

.mv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.mv-card {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 14px;
  text-align: left;
  border: 1px solid #e5e5e5;
  transition: 0.3s;
  position: relative;
}

.mv-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 4px;
  height: 60%;
  background: #002E5E;
  border-radius: 4px;
}

.mv-icon {
  width: 50px;
  height: 50px;
  background: #e6eef8;
  color: #002E5E;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  margin-bottom: 15px;
}

.mv-card h3 {
  font-size: 20px;
  color: #002E5E;
  margin-bottom: 10px;
}

.mv-card p {
  font-size: 15px;
  color: #3A4968;
  line-height: 1.7;
}

.mv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

@media(max-width: 768px){
  .mv-grid {
    grid-template-columns: 1fr;
  }
  .mv-title{
      font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d9068db */.final-cta {
  font-family: 'Poppins', sans-serif;
  padding: 40px 20px;
  background: #ffffff; 
  color: #3A4968;
  text-align: center;
}

.final-cta-container {
  max-width: 900px;
  margin: auto;
}

.cta-title {
  font-size: 34px;
  font-weight: 700;
  color: #002E5E; 
  margin-bottom: 15px;
}

.cta-text {
  font-size: 18px;
  color: #3A4968; 
  margin-bottom: 35px;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.cta-btn {
  padding: 14px 22px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.cta-btn.primary {
  background: #002E5E; 
  color: #ffffff;      
}

.cta-btn.whatsapp {
  background: #25D366;
  color: #fff;
}

.cta-btn:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

.elementor-132 .elementor-element.elementor-element-d9068db a {
  text-decoration: none;
}

.cta-note {
  font-size: 16px;
  color: #3A4968; 
}

@media(max-width: 600px) {
  .cta-title {
    font-size: 26px;
  }

  .cta-text {
    font-size: 15px;
  }
}/* End custom CSS */