/* ===============================
   About Page (about.css)
   =============================== */

/* ========================
   About Page Hero Section
   ======================== */
/* Banner Section */
.banner {
  position: relative;
  height: 75vh; /* full screen */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: linear-gradient(120deg, #0b1a3d, #0b2a4a);
  overflow: hidden;
}

/* Diagonal Overlay Effect */
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20%;
  width: 140%;
  height: 100%;
  background: linear-gradient(120deg, #0a2a45, #0b1a3d);
  transform: skewY(-10deg);
  z-index: 1;
}

/* Banner Content */
.banner-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 20px;
}

/* Est. Tag */
.est {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(0, 180, 255, 0.2);
  border: 1px solid #00b4ff;
  border-radius: 20px;
  font-size: 14px;
  color: #00b4ff;
  margin-bottom: 20px;
}

/* Heading */
.banner h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}

.banner h1 .highlight {
  color: #00b4ff;
}

/* Paragraph */
.banner p {
  font-size: 1.1rem;
  font-weight: 300;
  color: #cfd8e3;
  line-height: 1.6;
}

/* Our Story Section */
.our-story {
  padding: 80px 0;
  background: white;
}

.story-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.story-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 30px;
}

.story-text p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.8;
}

.story-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.story-image {
  width: 100%;
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
}

.placeholder-img {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
  border-radius: 8px;
}

/* Services Section */
.services {
  padding: 80px 0;
  background: #f8f9fa;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.service-card {
  background: white;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.service-icon {
  width: 60px;
  height: 60px;
  background: #007bff;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.service-card p {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
}

.icon-placeholder {
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 4px;
  opacity: 0.8;
}

/* Our Vision Section */
.our-vision {
  padding: 80px 0;
  background: white;
}

.vision-header {
  text-align: center;
  margin-bottom: 60px;
}

.vision-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
}

.vision-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.vision-item {
  text-align: center;
}

.vision-icon {
  width: 80px;
  height: 80px;
  background: #007bff;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vision-item h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.vision-item p {
  color: #666;
  font-size: 0.95rem;
}

/* Our Expertise Section */
.our-expertise {
  padding: 80px 0;
  background: #007bff;
  color: white;
}

.expertise-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: left;
}

.expertise-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.expertise-category h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}

.expertise-category ul {
  list-style: none;
}

.expertise-category li {
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.expertise-category li:last-child {
  border-bottom: none;
}

/* Leadership Team Section */
.leadership-team {
  padding: 80px 0;
  background: #f8f9fa;
}

.team-header {
  text-align: center;
  margin-bottom: 60px;
}

.team-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
}

.team-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: start;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.team-member {
  text-align: center;
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.member-icon {
  width: 60px;
  height: 60px;
  background: #007bff;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-member h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.team-member p {
  color: #666;
  font-size: 0.95rem;
}

.team-highlight {
  display: flex;
  align-items: center;
  justify-content: center;
}

.highlight-card {
  background: #1a1a1a;
  color: white;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  width: 100%;
}

.highlight-icon {
  width: 80px;
  height: 80px;
  background: #007bff;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.highlight-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.highlight-content p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
  line-height: 1.6;
}

.cta-button {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
  .story-content {
      grid-template-columns: 1fr;
      gap: 40px;
  }
  
  .services-grid {
      grid-template-columns: 1fr;
  }
  
  .vision-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
  }
  
  .expertise-list {
      grid-template-columns: 1fr;
      gap: 30px;
  }
  
  .team-content {
      grid-template-columns: 1fr;
      gap: 40px;
  }
  
  .team-grid {
      grid-template-columns: 1fr;
  }
  
  .story-text h2,
  .vision-header h2,
  .expertise-content h2,
  .team-header h2 {
      font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .vision-grid {
      grid-template-columns: 1fr;
  }
  
  .story-images {
      grid-template-columns: 1fr;
  }
  
  .container {
      padding: 0 15px;
  }
}

/* ---------- Footer (overriding main styles) ---------- */
footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c3e50 100%) !important;
    color: #e0e0e0 !important;
    padding: 4rem 0 2rem !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

.footer-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 3rem !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 2rem !important;
}

.footer-col {
    padding: 1rem !important;
}

.footer-col h3 {
    color: #fff !important;
    font-size: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    position: relative !important;
    display: inline-block !important;
}

.footer-col h3::after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -8px !important;
    width: 50px !important;
    height: 3px !important;
    background: #007bff !important;
    border-radius: 3px !important;
}

.footer-col h4 {
    color: #fff !important;
    font-size: 1.2rem !important;
    margin-bottom: 1.5rem !important;
    position: relative !important;
    display: inline-block !important;
}

.footer-col p {
    margin: 0.5rem 0 1.5rem !important;
    line-height: 1.7 !important;
    max-width: 280px !important;
    color: #b0b0b0 !important;
    font-size: 0.95rem !important;
    text-align: left !important;
}

.footer-col a {
    display: block !important;
    color: #b0b0b0 !important;
    margin-bottom: 0.8rem !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    width: fit-content !important;
}

.footer-col a::before {
    content: '→' !important;
    position: absolute !important;
    left: -20px !important;
    opacity: 0 !important;
    transition: all 0.3s ease !important;
}

.footer-col a:hover {
    color: #fff !important;
    padding-left: 20px !important;
}

.footer-col a:hover::before {
    opacity: 1 !important;
    left: 0 !important;
}

.footer-col ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-col li {
    margin-bottom: 1rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    color: #b0b0b0 !important;
}

footer .footer-col .social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

footer .footer-col .social-links a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    transition: all 0.3s ease !important;
    padding: 0 !important;
    margin: 0 !important;
}

.social-links a:hover {
    background: #007bff;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.social-links svg {
    width: 20px;
    height: 20px;
    color: #fff !important;
}

.footer-col svg:not(.social-links svg) {
    color: #007bff !important;
    flex-shrink: 0;
}

.footer-bottom {
    max-width: 1200px !important;
    margin: 4rem auto 0 !important;
    padding: 2rem 2rem 1rem !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
}

.footer-links {
    display: flex !important;
    gap: 1rem !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

.footer-links a {
    color: #b0b0b0 !important;
    font-size: 0.85rem !important;
    transition: color 0.3s ease !important;
}

.footer-links a:hover {
    color: #fff !important;
    text-decoration: none !important;
    padding-left: 0 !important;
}

.footer-links span {
    color: #555 !important;
    font-size: 0.85rem !important;
}

.copyright {
    color: #b0b0b0 !important;
    font-size: 0.9rem !important;
    margin: 0 !important;
}

@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column !important;
        text-align: center !important;
        gap: 1rem !important;
    }
    
    .footer-links {
        justify-content: center !important;
    }
    
    .footer-container {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }
}

/* Responsive Navigation */
@media (max-width: 992px) {
    .nav-links {
        display: none;
        flex-direction: column;
        gap: 1rem;
        background: #fff;
        position: absolute;
        top: 70px;
        right: 20px;
        padding: 1rem 2rem;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .nav-links.active {
        display: flex;
    }

    .menu-toggle {
        display: block;
        color: #333;
    }
}


/* ---------- Hero (reuse global .hero) ---------- */
.about-hero {
    background: linear-gradient(135deg, #0d47a1, #1976d2);
    padding: 6rem 2rem;
    text-align: center;
    color: #fff;
  }
  .about-hero h1 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
  .about-hero p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  
  /* ---------- Story ---------- */
  .story {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 5rem 0;
    align-items: center;
  }
  .story-text h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .story-text p {
    margin-bottom: 1rem;
    color: #555;
  }
  .story-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .story-images img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
  }
  
  /* ---------- Mission & Vision ---------- */
  .mission-vision {
    background: #f9f9f9;
    padding: 4rem 0;
  }
  .mission-vision-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .mission-vision .card {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }
  .mission-vision .card h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #0d6efd;
  }
  
  /* ---------- Values ---------- */
  .values {
    text-align: center;
    padding: 5rem 0;
  }
  .values h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .values p {
    color: #666;
    margin-bottom: 3rem;
  }
  .values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
  .values .card {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  }
  .values .card h4 {
    color: #0d6efd;
    margin-bottom: 0.5rem;
  }
  
  /* ---------- Expertise ---------- */
  .expertise {
    background: #007bff;
    color: #fff;
    padding: 5rem 0;
  }
  .expertise h2 {
    text-align: center;
    margin-bottom: 2rem;
  }
  .expertise-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
  }
  .expertise ul {
    text-align: left;
    columns: 2;
    margin-top: 1.5rem;
  }
  .expertise ul li {
    margin-bottom: 0.5rem;
  }
  
  /* ---------- Team ---------- */
  .team {
    padding: 5rem 0;
    text-align: center;
  }
  .team h2 {
    margin-bottom: 1rem;
  }
  .team p {
    margin-bottom: 3rem;
    color: #555;
  }
  .team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .team .card {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  }
  
  /* ---------- Responsive ---------- */
  @media (max-width: 992px) {
    .story,
    .mission-vision-grid,
    .team-grid {
      grid-template-columns: 1fr;
      text-align: center;
    }
    .values-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 600px) {
    .values-grid {
      grid-template-columns: 1fr;
    }
  }
  