body {
      font-family: 'Segoe UI', sans-serif;
    }

/*Navbar*/

    .profile-navbar {
      background-color: #ff9933;
    }

    .navbar-brand img {
      height: 100px;
      margin-right: 10px;
      width:100px;
    }

    .profile-hero {
      background: linear-gradient(to right, #f26522, #e65100);
      color: white;
      padding: 60px 20px;
      text-align: center;
    }

    .profile-hero img {
      width: 280px;
      border: 5px solid white;
      margin-bottom: 20px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .section-title {
      text-align: center;
      font-weight: bold;
      color: #e65100;
    }

    .profile-gallery img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .profile-footer {
      background-color: #222;
      color: #fff;
      padding: 20px 0;
    }

    .profile-footer a {
      color: #f7c59f;
      margin: 0 10px;
      text-decoration: none;
    }

    .social-icons a {
      font-size: 1.5rem;
      margin-right: 15px;
      color: #e65100;
      transition: 0.3s;
    }

    .social-icons a:hover {
      color: #ff5722;
    }

    .btn-join {
      background-color: #fff;
      color: #e65100;
      border-radius: 20px;
      padding: 5px 15px;
      font-weight: 600;
    }

    .btn-join:hover {
      background-color: #ffe0b2;
    }
    
    /* Mission and Vision Section */
.mission-vision {
  background-color: #f9f9f9;
}

/* Title Styling */
.mission-vision-title {
  color: #e65100;
  margin-bottom: 0;
}

/* Image Styling */
.mission-vision-img {
  height: 500px;
  object-fit: cover;
}

/* Card Body Styling */
.mission-vision-card {
  background-color: #e65100;
  padding: 1rem;
}


/*Index Profile */



