/* Minimal About Hero */
.about-hero-minimal {
  position: relative;
  padding: 120px 0;
  background: #ffffff;
  overflow: hidden;
}

.about-title {
  font-size: 3rem;
  font-weight: 600;
  color: #063a7b;
  margin-bottom: 10px;
}

.about-breadcrumb {
  font-size: 0.95rem;
  color: #777;
}

.about-breadcrumb a {
  text-decoration: none;
  color: #555;
  transition: color 0.3s ease;
}

.about-breadcrumb a:hover {
  color: #000;
}

/* Soft blur shapes */
.blur {
  position: absolute;
  width: 910px;
  height: 250px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.4;
  z-index: 0;
}

.blur-left {
  background: #0071ff;
  top: 30%;
  left: -100px;
}

.blur-right {
  background: #1f77e5;
  top: 0%;
  right: -100px;
}

/* Ensure content stays above blur */
.about-hero-minimal .container {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .about-title {
    font-size: 2.2rem;
  }

  .about-hero-minimal {
    padding: 90px 0;
  }
}

.about-title,
.about-breadcrumb {
  animation: fadeIn 1s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* About Intro Section */
.about-intro {
  padding: 80px 0;
  background-color: #ffffff;
}

/* Heading */
.section-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
}

.section-subtitle {
  max-width: 700px;
  margin: 0 auto;
  font-size: 0.95rem;
  color: #666;
}

/* Image */
.about-image img {
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* Content */
.about-content p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Button */
.about-btn {
  padding: 10px 28px;
  border-radius: 8px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  border: 1px solid #063a7b;
  color: #09438b;
}


.about-btn:hover {
  background-color: #063a7b;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
}

/* Why choose us */

/* Why Choose Us */
.why-choose-us {
  padding: 80px 0;
  background-color: #bad9ff3d;
}

/* Heading */
.section-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #063a7b;
  margin-bottom: 10px;
}

.section-subtitle {
  max-width: 720px;
  margin: 0 auto;
  font-size: 0.95rem;
  color: #666;
}

/* Cards */
.choose-card {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  transition: all 0.3s ease;
}

.choose-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Icon circle */
.choose-card .icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  background: rgb(6 58 123 / 14%);
  /* color: #063a7b; */
}

.choose-card .icon i {
  font-size: 1.4rem;
  color: #063a7b;
}

/* Card content */
.choose-card h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.choose-card p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
}


/* Team Sections */

/* Team Section */
.team-section {
  padding: 80px 0;
  background-color: #ffffff;
}

/* Card */
.team-card {
  background: #ffffff;
  border-radius: 14px;
  text-align: center;
  padding: 30px 20px;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

/* Image */
.team-img {
  width: 170px;
  height: 170px;
  margin: 0 auto 15px;
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #f1f1f1;
}

/* Info */
.team-info h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
}

.team-info span {
  font-size: 0.9rem;
  color: #666;
}

.team-bio {
  font-size: 0.85rem;
  color: #666;
  margin-top: 10px;
  line-height: 1.6;
}


/* Social */
.team-social {
  margin-top: 12px;
}

.team-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: 0 5px;
  border-radius: 50%;
  background: #d6dde7;
  color: #063a7b;
  transition: all 0.3s ease;
}

.team-social a:hover {
  background: #063a7b;
  color: #ffffff;
}


/* Market Presence */

/* Market Presence Section */
.market-presence {
  /* padding: 80px 0; */
  background-color: #ffffff;
}

/* Map Card */
.map-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.map-card h5 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

/* Map Embed */
.map-embed {
  position: relative;
  width: 100%;
  height: 320px;
  border-radius: 12px;
  overflow: hidden;
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .map-embed {
    height: 280px;
  }
}
