:root {
  --primary-color: #2e53fa;
  --secondary-color: #f0f2f7;
  --dark-bg: #212121;
  --dark-text: #2c2c2c;
  --light-text: #5f5f5f;
  --white-text: #ffffff;
  --card-bg: #ffffff;
  --bg-light: #f6f6f6;
  --border-color: #dcdcdc;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
}

body {
 font-family: 'Inter', sans-serif;
  line-height: 1.6;
  background: #eaf7fb;
}

.about-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.about-container strong {
  font-size: 22px;
}

/* Hero Section */
.about-hero-section {
  background: url("../images/about-background.png") no-repeat center center/cover;
  color: var(--white-text);
  height: 650px;
  text-align: center;
}

.about-hero-section h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-top: 140px;
  color: #000;
}
.about-hero-section strong{
  color: #565555;
}

.about-hero-section p {
  opacity: 0.8;
  text-align: center;
  margin-top: 30px;
  color: #565555;
}
@media (max-width: 992px) {
  .about-hero-section {
    text-align: center;
    justify-content: center;
     margin-top: -60px;
  }
}
.about-custom-section {
  width: 100%;
  padding: 20px 20px;
  background: #f5f7fa;
 
}

.about-custom-container {
  max-width: 1250px;
  margin: 0 auto;
}

.about-custom-left {
  max-width: 800px;
}

.about-custom-left h2 {
  font-size:36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.about-custom-left p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 16px;
}
.about-custom-left strong {
  font-size: 21px;
  margin-bottom: 16px;
}

/* Responsive */
@media (max-width: 768px) {
  .about-custom-left h2 {
    font-size: 30px;
  }

  .about-custom-left p {
    font-size: 16px;
  }
}
.about-what-section {
  width: 100%;
  padding: 30px 20px;
  background: #f5f6f8;
}

.about-what-container {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  gap: 70px;
  align-items: flex-start;
}

/* LEFT SIDE */
.about-what-left {
  flex: 1;
}

.about-what-left h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #1b2a41;
}

.about-what-left p {
  margin-bottom: 20px;
  line-height: 1.6;
  color: #444;
}

.about-check-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.about-check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #333;
}

.about-check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #c08a2b;
  font-weight: bold;
}

/* RIGHT SIDE CARD */
.about-what-right {
  flex: 1;
}

.about-stats-card {
  padding: 30px;
  border-radius: 14px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)),
    url("YOUR-IMAGE-PATH.jpg") center/cover no-repeat;

}

.about-stats-card h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #1b2a41;
}

.about-small-title {
  margin: 15px 0 10px;
  font-weight: 600;
  color: #333;
}

.about-small li {
  font-size: 15px;
}

/* Responsive */
@media (max-width: 992px) {
  .about-what-container {
    flex-direction: column;
  }

  .about-stats-card {
    margin-top: 30px;
  }
}
.about-why-section {
  width: 100%;
  padding: 20px 20px;
  background: #f5f6f8;
}

.about-why-container {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
}

.about-why-left {
  flex: 1;
}

.about-why-left h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

.about-why-left p {
  margin-bottom: 15px;
  line-height: 1.6;
  color: #444;
}

.about-check-list {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}

.about-check-list li {
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
}

.about-check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #c08a2b;
  font-weight: bold;
}

.about-cta-box {
  margin-top: 20px;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.about-cta-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 25px;
  background: #c08a2b;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}

/* RIGHT SIDE */
.about-why-right {
  flex: 1;
}

.about-why-right h2 {
  font-size: 36px;
  margin-bottom: 30px;
}

.about-team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.about-team-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.about-team-card img {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.about-team-card h4 {
  margin-bottom: 5px;
  
}

.about-team-card span {
  display: block;
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
  
}

.about-team-card p {
  font-size: 14px;
  color: #555;
}

/* Responsive */
@media (max-width: 992px) {
  .about-why-container {
    flex-direction: column;
  }

  .about-team-grid {
    grid-template-columns: 1fr;
  }
}
.about-mission-vision-section {
  padding: 30px 20px;
 background: #fff;
  color: #000;
  font-family: 'Poppins', sans-serif;
}

.about-mv-container {
  max-width: 1200px;
  margin: 0 auto;
}

.about-mv-header {
  text-align: center;
  margin-bottom: 30px;
}

.about-mv-tag {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.about-mv-header h2 {
  font-size: 36px;
  font-weight: 700;
}

.about-mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}


 .about-mv-card {
  background: rgba(255, 255, 255, 0.05); 
  padding: 40px;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-color: #9f9c9c;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.about-mv-card:hover {
  transform: translateY(-10px); 
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5); 
}

.about-mv-card h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #000;
}

.about-mv-card p {
  line-height: 1.7;
  font-size: 16px;
  color: #444;
}

/* CTA Section */
.about-mv-cta {
  text-align: center;
  background: rgba(255,255,255,0.07);
  padding: 30px 30px;
  border-radius: 20px;
}

.about-mv-cta h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.about-mv-cta ul {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}

.about-mv-cta ul li {
  margin: 10px 0;
  font-size: 16px;
  position: relative;
}

.about-mv-cta ul li::before {
  content: "✔";
  color: #c08a2b;
  margin-right: 8px;
}

.about-highlight-text {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}

.about-mv-btn {
    display: inline-block;
  margin-top: 15px;
  padding: 12px 25px;
  background: #c08a2b;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}

.about-mv-btn:hover {
  opacity: 0.85;
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 992px) {
  .about-mv-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .about-mv-header h2 {
    font-size: 26px;
  }

  .about-mv-card {
    padding: 25px;
  }

  .about-mv-cta {
    padding: 30px 20px;
  }
}