body {
  font-family: Arial, sans-serif;
}

.navbar {
  background-color: #333;
}

.navbar-brand,
.nav-link {
  color: #f75a08 !important;
  font-size: 16px;
  font-weight: bolder;
}

.nav-item {
  padding: 0px 16px;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand img {
  border-radius: 10%;
  margin-right: 10px;
  border: solid #ffffff 1px;
}

.carousel-caption {
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 45px;
  border: #ffffff solid 2px;
}

/* about-us section start */
.about-us {
  background-color: #f0f0f0;
  height: fit-content;
  padding-bottom: 3%;
  padding-top: 2%;
}

.about-section {
  padding: 30px;
  border-radius: 8px;
  margin: 10px auto;
}

.about-us-heading {
  text-decoration: underline solid #f75a08 5px;
  text-underline-offset: 10px;
}

.about-section h2 {
  font-size: 40px;
  font-weight: bold;
}

.about-section h3 {
  color: #f75a08;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 7%;
}

.about-section p {
  text-align: justify;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 7%;
}

.about-section .btn {
  background-color: #f75a08;
  color: #ffffff;
  border: none;
  padding: 12px 36px;
  font-size: 24px;
  border-radius: 5px;
}

.about-section .btn:hover {
  background-color: #e65c00;
}

.profile-img {
  border: 6px solid #f75a08;
  border-radius: 8px;
  padding: 5px;
}

/* about-us end */

/* journey start */
.journey {
  height: fit-content;
  padding-bottom: 5%;
  padding-top: 2%;
}

.timeline {
  position: relative;
  padding: 30px 0;
  margin-top: 20px;
}

.timeline::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #000;
  top: 50%;
  left: 0px;
  z-index: -1;
}

.timeline .event {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.timeline .event .dot {
  width: 12px;
  height: 12px;
  background-color: #ff5722;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
  top: 38px;
  left: -20px;
  /* Adjust this value to align the dot with the line */
}

.timeline .event .year {
  font-size: 18px;
  color: #000;
  margin-top: 32px;
}

.content {
  margin-top: 60px;
}

.content .card {
  border: none;
}

.content .card .card-header {
  background-color: #ff5722;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.content .card .card-body {
  background-color: #f5f5f5;
  height: 85%;
}

.content .card .card-body h5 {
  color: #ff5722;
  font-weight: bold;
  font-size: 32px;
  margin-top: 5%;
}

.card p {
  font-size: 18px;
  margin-top: 5%;
}

/* journey end */

/* media style end */
.media {
  background-color: #e5e5e5;
  height: fit-content;
  padding-top:2%;
  padding-bottom:2%;
}

.social-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.social-card-header {
  font-size: 1.25rem;
  font-weight: bold;
}

.social-card-body {
  max-height: 400px;
  overflow-y: auto;
}

.social-card-footer {
  text-align: center;
}

.social-card-footer button {
  width: 100%;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  text-decoration: underline 5px orangered;
  text-underline-offset: 10px;
  padding-bottom: 30px;
}
/* media end */

/* latest news style start */
.news-section {
  text-align: center;
  padding: 20px;
  margin-top: 2%;
  margin-bottom: 3%;
}

.news-section h2 {
  color: #ff6600;
  margin-bottom: 40px;
  text-decoration: underline 5px #000000;
  text-underline-offset: 10px;
}

.news-card {
  background-color: #e0e0e0;
  border: none;
  margin: 10px;
}

.news-card img {
  width: 100%;
  height: auto;
}

.news-card .card-body {
  padding: 10px;
  padding-bottom: 20px;
}

.news-card .btn {
  background-color: #ff6600;
  color: white;
}

.carousel-control-prev,
.carousel-control-next {
  color: #ff6600;
}

/* latest news style end */

/* galllery style start*/
.gallary {
  background-color: #f5f5f5;
  padding-bottom: 4%;
  padding-top: 3%;
}
.gallery-title {
  text-align: center;
  /* margin-top: 20px; */
  padding-bottom: 20px;
  text-decoration: underline 5px #ff6600;
  text-underline-offset: 10px;
}
.gallery-container {
  padding: 20px;
}
.gallery-item {
  margin-bottom: 20px;
}
.gallery-item img {
  width: 400px;
  height: 200px;
  object-fit: cover;
}
.see-all-btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.see-all-btn button {
  background-color: #ff6600;
  color: white;
  border: none;
  padding: 12px 36px;
  font-size: 18px;
  border-radius: 5px;
}
/* galllery style end */

/* footer start */
footer {
  background-color: #2b2b2b;
}
.footer {
  background-color: #2b2b2b;
  color: #b0b0b0;
  padding: 40px 0;
}
.footer .profile-img {
  width: 80px;
  height: 80px;
  border-radius:10%;
  border: 1px solid rgb(255, 255, 255);
  padding: 0px;
}
.footer h5 {
  color: #ff6f3c;
  font-size: 18px;
  font-weight: bold;
}
.footer a {
  color: #b0b0b0;
  text-decoration: none;
}
.footer a:hover {
  color: #ff6f3c;
}
.footer .social-icons a {
  display: block;
  margin-bottom: 10px;
}
.footer .social-icons i {
  font-size: 24px;
  color: #ff6f3c;
}
.footer .copyright {
  border-top: 1px solid #444;
  padding-top: 10px;
  margin-top: 20px;
  color: #b0b0b0;
}
.footer .profile-info {
  display: flex;
  align-items: center;
}
.footer .profile-info img {
  margin-right: 15px;
}
.footer .profile-info h5, .footer .profile-info p {
  margin: 0;
}
.footer .bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #444;
  padding-top: 10px;
  margin-top: 20px;
}
.footer .footer-section {
  margin-bottom: 20px;
}

/* footerend */
