.elementor-36 .elementor-element.elementor-element-da40dfd{--display:flex;}.elementor-36 .elementor-element.elementor-element-c3beeb3{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5223c98 *//* ========== SHARED ========== */
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.orange-line {
  width: 55px;
  height: 3.5px;
  background: #e5940e;
  border-radius: 2px;
  margin: 14px 0 22px;
}

.orange-line.left {
  margin-left: 0;
}

.section-tag {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #e5940e;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* ========== ABOUT HERO ========== */
.about-hero {
  background: #f7f9fb;
  position: relative;
  overflow: hidden;
}

.about-hero-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  min-height: 480px;
  position: relative;
}

.about-hero-content {
  width: 46%;
  padding: 70px 40px 70px 50px;
  position: relative;
  z-index: 5;
}

.about-hero-content h1 {
  font-size: 38px;
  font-weight: 800;
  color: #022653;
  margin: 0 0 8px 0;
  letter-spacing: -0.5px;
}

.about-hero-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #e5940e;
  line-height: 1.25;
  margin: 0 0 6px 0;
}

.about-hero-content p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #3a4d64;
  max-width: 420px;
  margin: 0;
}

/* Right visual */
.about-hero-visual {
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  height: 100%;
  overflow: hidden;
}

.about-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Geometric shapes on hero */
.shape {
  position: absolute;
  pointer-events: none;
  z-index: 4;
}

.shape-navy {
  top: -30px;
  left: -40px;
  width: 180px;
  height: 140%;
  background: #022653;
  transform: rotate(28deg);
  clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
}

.shape-gold {
  top: 18%;
  left: 30px;
  width: 110px;
  height: 110px;
  background: #e5940e;
  transform: rotate(45deg);
  border: 14px solid #e5940e;
  background: transparent;
  box-sizing: border-box;
}

.shape-navy-small {
  bottom: -40px;
  left: 20px;
  width: 140px;
  height: 50%;
  background: #022653;
  transform: rotate(28deg);
  clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
}

/* ========== VISION & MISSION ========== */
.vision-mission {
  padding: 0 0 40px;
  margin-top: -50px;
  position: relative;
  z-index: 10;
}

.vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.vm-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px 30px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  box-shadow: 0 8px 30px rgba(2, 38, 83, 0.08);
  border: 1px solid #f0f2f5;
}

.vm-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 22px;
  color: #ffffff;
}

.vm-icon.navy {
  background: #022653;
}

.vm-icon.gold {
  background: #e5940e;
}

.vm-text h4 {
  font-size: 15px;
  font-weight: 800;
  color: #022653;
  margin: 0 0 8px 0;
  letter-spacing: 0.4px;
}

.vm-text p {
  font-size: 14.5px;
  line-height: 1.55;
  color: #4a5c72;
  margin: 0;
}

/* ========== OUR STORY ========== */
.our-story {
  padding: 70px 0 90px;
  background: #ffffff;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 50px;
  align-items: center;
}

.story-content h2 {
  font-size: 30px;
  font-weight: 800;
  color: #022653;
  margin: 0 0 6px 0;
}

.story-content p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #3a4d64;
  margin: 0 0 16px 0;
}

.btn-dark {
  display: inline-block;
  background: #022653;
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 13px 26px;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 10px;
  transition: all 0.25s ease;
}

.btn-dark:hover {
  background: #011a3a;
  transform: translateY(-2px);
}

/* Story visual */
.story-visual {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 360px;
}

.story-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.story-shape {
  position: absolute;
  pointer-events: none;
}

.story-shape.gold {
  top: -20px;
  right: -25px;
  width: 100px;
  height: 140px;
  background: #e5940e;
  clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.story-shape.navy {
  bottom: -25px;
  left: -20px;
  width: 90px;
  height: 120px;
  background: #022653;
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 992px) {
  .about-hero-inner {
    flex-direction: column;
    min-height: auto;
  }

  .about-hero-content {
    width: 100%;
    padding: 50px 28px 40px;
  }

  .about-hero-visual {
    position: relative;
    width: 100%;
    height: 360px;
  }

  .vm-grid {
    grid-template-columns: 1fr;
  }

  .story-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .story-visual {
    height: 300px;
  }
}

@media (max-width: 600px) {
  .about-hero-content h1 {
    font-size: 30px;
  }

  .about-hero-content h2 {
    font-size: 22px;
  }

  .vm-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ebc3f13 *//* ========== SHARED ========== */
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-header {
  text-align: center;
  margin-bottom: 48px;
}

.section-header h2 {
  font-size: 28px;
  font-weight: 800;
  color: #022653;
  margin: 0 0 12px 0;
  letter-spacing: 0.5px;
}

.orange-line {
  width: 50px;
  height: 3.5px;
  background: #e5940e;
  margin: 0 auto;
  border-radius: 2px;
}

.orange-line.left {
  margin-left: 0;
}

.section-tag {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #e5940e;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* ========== CORE VALUES ========== */
.core-values {
  padding: 70px 0 60px;
  background: #ffffff;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  text-align: center;
}

.value-item {
  padding: 10px 8px;
}

.value-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border: 1.5px solid #d6dde6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #022653;
  transition: all 0.25s ease;
}

.value-item:hover .value-icon {
  background: #022653;
  border-color: #022653;
  color: #ffffff;
}

.value-item h4 {
  font-size: 14.5px;
  font-weight: 600;
  color: #022653;
  margin: 0;
}

/* ========== STATS BAR ========== */
.stats-bar {
  background: #022653;
  padding: 48px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

.stat-item {
  color: #ffffff;
}

.stat-icon {
  font-size: 26px;
  color: #e5940e;
  margin-bottom: 12px;
}

.stat-number {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 6px;
}

.stat-label {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}

.stat-desc {
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.75);
  max-width: 200px;
  margin: 0 auto;
}

/* ========== MEET OUR TEAM ========== */
.team-section {
  padding: 80px 0;
  background: #ffffff;
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 50px;
  align-items: center;
}

.team-content h2 {
  font-size: 30px;
  font-weight: 800;
  color: #022653;
  margin: 0 0 10px 0;
  line-height: 1.25;
}

.team-content p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #3a4d64;
  margin: 0 0 28px 0;
  max-width: 380px;
}

.btn-dark {
  display: inline-block;
  background: #022653;
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 13px 26px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-dark:hover {
  background: #011a3a;
  transform: translateY(-2px);
}

/* Team visual */
.team-visual {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 340px;
}

.team-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.team-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 140px;
  height: 100%;
  background: #022653;
  clip-path: polygon(45% 0%, 100% 0%, 100% 100%, 0% 100%);
  opacity: 0.95;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 992px) {
  .values-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 15px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }

  .team-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .team-visual {
    height: 320px;
  }
}

@media (max-width: 600px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat-number {
    font-size: 32px;
  }

  .team-content h2 {
    font-size: 26px;
  }
}/* End custom CSS */