.elementor-1250 .elementor-element.elementor-element-215fe2a{--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-1250 .elementor-element.elementor-element-0ff2248 > .elementor-widget-container{margin:-21px 0px -15px 0px;}/* Start custom CSS */.about-intro {
  background-color: #f9fbff;
  padding: 60px 20px;
  border-bottom: 1px solid #dbe8ff;
  text-align: center;
}

.about-intro .container {
  max-width: 800px;
  margin: 0 auto;
}

.intro-title {
  font-size: 32px;
  color: #003399;
  font-weight: 700;
  margin-bottom: 20px;
}

.intro-text {
  font-size: 18px;
  color: #444;
  line-height: 1.7;
  margin: 0;
}


.about-services {
  padding: 60px 20px;
  background-color: #ffffff;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.about-services .container {
  max-width: 1000px;
  margin: 0 auto;
}

.services-title {
  font-size: 26px;
  font-weight: 700;
  color: #003399;
  margin-bottom: 40px;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.service-item {
  background-color: #f9fbff;
  border: 1px solid #dbe8ff;
  border-radius: 12px;
  padding: 30px 20px;
  width: 280px;
  max-width: 100%;
  box-shadow: 0 4px 10px rgba(0,102,255,0.05);
  transition: transform 0.2s ease;
}

.service-item:hover {
  transform: translateY(-4px);
}

.service-icon {
  font-size: 36px;
  margin-bottom: 15px;
}

.service-item h3 {
  font-size: 18px;
  color: #003399;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-item p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}


.about-approach {
  background-color: #f9fbff;
  padding: 60px 20px;
  text-align: center;
  border-bottom: 1px solid #dbe8ff;
}

.about-approach .container {
  max-width: 800px;
  margin: 0 auto;
}

.approach-title {
  font-size: 26px;
  color: #003399;
  font-weight: 700;
  margin-bottom: 25px;
}

.approach-text {
  font-size: 17px;
  color: #444;
  line-height: 1.8;
  margin: 0;
}


.about-facts {
  background-color: #002b55;
  color: #ffffff;
  padding: 60px 20px;
  text-align: center;
}

.about-facts .container {
  max-width: 1000px;
  margin: 0 auto;
}

.facts-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.fact-item {
  width: 250px;
  max-width: 100%;
}

.fact-icon {
  font-size: 36px;
  margin-bottom: 12px;
}

.fact-number {
  font-size: 28px;
  font-weight: 700;
  color: #ffd700;
  margin-bottom: 8px;
}

.fact-label {
  font-size: 16px;
  color: #e0e6f0;
  line-height: 1.6;
}


.about-cta {
  background-color: #f0f4ff;
  padding: 60px 20px;
  text-align: center;
  border-top: 1px solid #dbe8ff;
}

.about-cta .container {
  max-width: 800px;
  margin: 0 auto;
}

.cta-title {
  font-size: 24px;
  font-weight: 700;
  color: #003399;
  margin-bottom: 15px;
}

.cta-subtext {
  font-size: 16px;
  color: #444;
  margin-bottom: 30px;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.cta-btn {
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-btn.primary {
  background-color: #0066ff;
  color: #ffffff;
  border: none;
  text-decoration: none !important;
}

.cta-btn.primary:hover {
  background-color: #004fcc;
}

.cta-btn.secondary {
  background-color: #ffffff;
  color: #0066ff;
  border: 2px solid #0066ff;
   text-decoration: none !important;
}

.cta-btn.secondary:hover {
  background-color: #e6f0ff;
}/* End custom CSS */