* {
    font-family: Nunito, sans-serif;
  }
  
  
  .content-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
  }
  
  .content {
    display: flex;
    align-items: center;
    gap: 20px; /* Adds space between image and text */
  }
  
  .value-img {
    width: 200px; /* Fixed width for the image */
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  .text-content {
    max-width: 600px;
    text-align: left;
  }
  
  .vision-subheading {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  
  .vision-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
  }
  
  
  .about-subheading {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  
  .about-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
  }
  

  /* Footer Styles */
.foot-sec {
  background-color: #1c1c1c;
  color: #fff;
  padding: 10px 5px 5px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.main-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  max-width: 1200px;
  margin: auto;
}

.main-box .box1,
.main-box .box2,
.main-box .box4 {
  flex: 1 1 250px;
}

.main-box h1 {
  font-size: 21px;
  margin-bottom: 20px;
  color: #ffcc00;
}



.btn a {
  display: block;
  color: #ddd;
  text-decoration: none;
  margin: 8px 0;
  transition: color 0.3s;
}

.btn a:hover {
  color: #ffcc00;
}

.add p {
  margin: 6px 0;
  font-size: 14px;
  color: #ccc;
}

.copy {
  text-align: center;
  border-top: 1px solid #333;
  margin-top: 30px;
  padding-top: 15px;
  font-size: 14px;
  color: #aaa;
}

.copy span {
  color: #ffcc00;
}

/* Responsive */
@media (max-width: 768px) {
  .main-box {
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  .social i {
      margin: 10px 10px;
  }
}
