/* About Page Custom Styles */

/* Fix flaticon base styles - apply to all flaticon-* classes */
[class*="flaticon-"]:before {
  display: inline-block;
  font-family: "Flaticon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* Fix para el hero section */
.hero.hero-7 {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
}

.hero.hero-7 .bg-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero.hero-7 .bg-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero.hero-7.bg-overlay-dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 52, 100, 0.7);
  z-index: 1;
}

.hero.hero-7 .hero-content {
  position: relative;
  z-index: 2;
}

/* Fix breadcrumb */
.breadcrumb-wrap {
  padding: 20px 0;
  background: #f8f9fa;
}

.breadcrumb-wrap .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
}

/* About Section */
.about.about-1 {
  position: relative;
  padding: 100px 0;
}

.about.about-1 .bg-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  z-index: 0;
}

.about.about-1 > .container {
  position: relative;
  z-index: 1;
}

/* Industries Section */
.industries.industries-1 {
  position: relative;
  padding: 100px 0;
  background-color: #063464 !important;
}

.industries-content {
  position: relative;
  z-index: 2;
}

/* Contact Section - About page variant */
.contact.contact-2 {
  position: relative;
  padding: 100px 0;
  background-color: #063464 !important;
}

.contact-content {
  position: relative;
  z-index: 2;
}

/* Swiper navigation fix for about page */
.industries-1 .swiper-button-next,
.industries-1 .swiper-button-prev {
  color: #fff;
}

.industries-1 .swiper-pagination-bullet {
  background: #fff;
}

.industries-1 .swiper-pagination-bullet-active {
  background: #92c13e;
}

/* Fix feature icons */
.feature-panel-2 .feature-icon {
  order: 2;
}

.feature-panel-2 .feature-content {
  order: 1;
}

.feature-panel-2 {
  display: flex;
  flex-direction: column;
}