.elementor-10 .elementor-element.elementor-element-3cdb662{margin:-75px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-3cdb662 */.about-hero {
  padding: 100px 10%;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #002b5c, #00a859);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4947fa6 *//* Company Introduction Section */
.about-intro {
  padding: 80px 10%;
  background: #fff;
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.about-text {
  flex: 1;
  min-width: 300px;
}

.about-text h2 {
  font-size: 2rem;
  color: #002b5c;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.6;
  margin-bottom: 15px;
}

.about-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.about-image img {
  width: 100%;
  max-width: 450px;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4d4e258 *//* Mission, Vision & Values Section */
.mission-vision {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  padding: 80px 10%;
  background: #f5f9ff;
  flex-wrap: wrap;
}

.mission-box {
  flex: 1;
  min-width: 280px;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mission-box:hover {
  transform: translateY(-6px);
  box-shadow: 0px 6px 18px rgba(0,0,0,0.1);
}

.mission-box h3 {
  font-size: 1.5rem;
  color: #002b5c;
  margin-bottom: 15px;
}

.mission-box p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .mission-vision {
    flex-direction: column;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a793ab *//* Why Choose Us Section */
.why-choose {
  padding: 80px 10%;
  background: #ffffff;
  text-align: center;
}

.why-choose h2 {
  font-size: 2rem;
  color: #002b5c;
  margin-bottom: 40px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.why-card {
  background: #f9f9f9;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0px 6px 18px rgba(0,0,0,0.1);
}

.why-card h3 {
  font-size: 1.3rem;
  color: #00a859;
  margin-bottom: 12px;
}

.why-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .why-choose h2 {
    font-size: 1.6rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-24cb00a *//* Global Reach Section */
.global-reach {
  padding: 80px 10%;
  background: #f9f9f9;
}

.reach-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.reach-text {
  flex: 1;
  min-width: 300px;
}

.reach-text h2 {
  font-size: 2rem;
  color: #002b5c;
  margin-bottom: 20px;
}

.reach-text p {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.6;
  margin-bottom: 15px;
}

.reach-text ul {
  list-style: none;
  padding: 0;
}

.reach-text ul li {
  font-size: 1rem;
  color: #333;
  margin: 8px 0;
}

.reach-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.reach-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .reach-content {
    flex-direction: column;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a556eb *//* Our Team Section */
.our-team {
  padding: 80px 10%;
  background: #ffffff;
  text-align: center;
}

.team-header h2 {
  font-size: 2rem;
  color: #002b5c;
  margin-bottom: 10px;
}

.team-header p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 50px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.team-card {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0px 6px 18px rgba(0,0,0,0.1);
}

.team-card img {
  width: 100%;
  max-width: 180px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.team-card h3 {
  font-size: 1.2rem;
  color: #002b5c;
  margin-bottom: 5px;
}

.team-card p {
  font-size: 1rem;
  color: #666;
}

/* Responsive */
@media (max-width: 768px) {
  .team-header h2 {
    font-size: 1.6rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c9f2e53 *//* Testimonials Section */
.testimonials {
  padding: 80px 10%;
  background: #f9f9f9;
  text-align: center;
}

.testimonials-header h2 {
  font-size: 2rem;
  color: #002b5c;
  margin-bottom: 10px;
}

.testimonials-header p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 50px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.testimonial-card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.05);
  font-style: italic;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0px 6px 18px rgba(0,0,0,0.1);
}

.testimonial-card p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 15px;
}

.testimonial-card h3 {
  font-size: 1rem;
  color: #002b5c;
  font-weight: normal;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8304109 *//* Call to Action Section */
.cta {
  padding: 80px 10%;
  background: linear-gradient(135deg, #002b5c, #00a859);
  text-align: center;
  color: #fff;
  border-radius: 12px;
  margin: 60px 10%;
}

.cta-content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.cta-content p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1.6;
}

.cta-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #fff;
  color: #002b5c;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}

.cta-btn:hover {
  background: #00a859;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .cta {
    margin: 40px 5%;
    padding: 60px 5%;
  }

  .cta-content h2 {
    font-size: 1.6rem;
  }
}/* End custom CSS */