/* Breadcrumb Section */
.breadcrumb-section {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

.breadcrumb-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/image/goggle.jfif") center/cover no-repeat;
  opacity: 0.1;
  z-index: -1;
}

.breadcrumb-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: -1;
}

.breadcrumb-shape.shape-1 {
  width: 300px;
  height: 300px;
  background: #333;
  top: -100px;
  left: -100px;
  opacity: 0.2;
}

.breadcrumb-shape.shape-2 {
  width: 250px;
  height: 250px;
  background: green;
  bottom: -50px;
  right: -50px;
  opacity: 0.15;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #94a3b8 !important;
}

.breadcrumb-item a {
  transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
  color: white !important;
}

.breadcrumb-item.active {
  color: white !important;
  font-weight: 600;
}

/* HEADING STYLE */
.about-text h1 {
  font-size: 2rem;
  font-weight: 800 !important;
  color: #111 !important;
  margin-bottom: 10px !important;
}

/* BREADCRUMB STYLE */
/*.breadcrumb {*/
/*  font-size: 18px !important;*/
/*  color: #666 !important;*/
/*  display: block !important;*/
/*  text-align: center !important;*/
/*}*/

/*.breadcrumb a {*/
/*  text-decoration: none !important;*/
/*  color: #111 !important;*/
/*  font-weight: 500 !important;*/
/*}*/

/*.breadcrumb span {*/
/*  color: #00a99d !important;*/
/*  font-weight: 600 !important;*/
/*}*/

/* RESPONSIVE */
@media (max-width: 768px) {
  .about-text h1 {
    font-size: 26px !important;
  }
  .breadcrumb {
    font-size: 16px !important;
  }
}
.eye-about-sec {
  width: 100%;
  background: #f3f4f6;
  padding: 90px 0;
  padding-bottom: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.eye-about-wrap {
  width: 85%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

/* LEFT IMAGE */
.eye-about-left {
  position: relative;
  width: 100%;
  overflow: hidden;
  flex: 1;
}

.eye-circle-img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.eye-circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ORANGE BOX */
.eye-exp-box {
  position: absolute;
  bottom: -40px;
  right: -30px;
  background: #2a9d8f;
  color: #fff;
  padding: 45px 35px;
  border-radius: 45px;
  text-align: center;
  width: 210px;
}

.eye-exp-box h2 {
  font-size: 52px;
  margin: 0;
  font-weight: 800;
}

.eye-exp-box p {
  margin-top: 10px;
  line-height: 24px;
}

/* RIGHT CONTENT */
.eye-about-right {
  flex: 1;
  flex-shrink: 0;
  position: relative;
}

.eye-bg-text {
  position: absolute;
  top: -60px;
  left: 0;
  font-size: 85px;
  color: #e5e5e5;
  font-weight: 800;
  z-index: 0;
}

.eye-title {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.eye-desc {
  color: #666;
  line-height: 28px;
  margin-bottom: 35px;
}

.eye-flex-box {
  display: flex;
  gap: 70px;
}

.eye-mission ul,
.eye-vision ul {
  list-style: none;
  padding: 0;
}

.eye-mission li::before,
.eye-vision li::before {
  content: "✔";
  color: #2a9d8f;
  margin-right: 10px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .eye-about-wrap {
    flex-direction: column;
    text-align: center;
  }

  .eye-flex-box {
    flex-direction: column;
    gap: 20px;
  }
  .eye-about-sec {
    padding-top: 20px;
  }

  .eye-title {
    font-size: 25px;
  }

  /* .eye-exp-box{
    right:0;
    left:0;
    margin:auto;
  } */
}
@media (max-width: 576px) {
  .eye-about {
    padding-top: 5px;
  }

  .eye-bg-text {
    display: none;
  }

  .eye-exp-box {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 110px;
    padding: 12px;
    border-radius: 8px;
  }

  .eye-exp-box h2 {
    font-size: 20px;
    margin: 0;
  }

  .eye-exp-box p {
    font-size: 11px;
    margin: 0;
    line-height: 1.3;
  }
}
@media (max-width: 576px) {
  .eye-flex-box {
    display: flex;
    flex-direction: row; /* Side by side */
    gap: 10px;
  }

  .eye-mission,
  .eye-vision {
    width: 50%;
    padding: 10px;
  }

  .eye-mission h3,
  .eye-vision h3 {
    font-size: 15px;
  }

  .eye-mission ul,
  .eye-vision ul {
    font-size: 12px;
    padding-left: 15px;
  }
}

/* mission and vission */

.mv-section {
  background: #f8f9fa;
}

.mv-card {
  background: #fff;
  padding: 50px 40px 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  border-bottom: 5px solid #00b894;
}

.mv-card:hover {
  transform: translateY(-8px);
}

.mv-icon {
  position: absolute;
  top: -25px;
  left: 30px;
  width: 60px;
  height: 60px;
  background: #00b894;
  color: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.mv-card h3 {
  margin-top: 20px;
  font-weight: 600;
  color: #002c5f;
}

.mv-card p {
  margin-top: 15px;
  color: #555;
  line-height: 1.7;
}

/* 📱 Mobile Friendly */
@media (max-width: 768px) {
  .mv-card {
    padding: 40px 25px 30px;
    text-align: center;
  }

  .mv-icon {
    left: 50%;
    transform: translateX(-50%);
  }
}
