a{
  color: #ff3b3b;
}
.top-bar {
  background: #e63946;
  color: #fff;
  font-size: 13px;
  padding: 8px 0;
}

.top-bar i {
  margin-right: 5px;
}

.top-left span {
  white-space: nowrap;
  margin-right: 15px;
}

/* MOBILE FIX */
@media(max-width:768px){
  .top-left {
    flex-direction: column;
    gap: 5px;
  }

  .top-right {
    margin-top: 5px;
  }
}
/* Social Icons */
.social-icons a {
  color: #fff;
  margin-left: 10px;
  font-size: 14px;
  display: inline-block;
  transition: 0.3s;
}

/* Hover Colors */
.social-icons a:hover {
  transform: translateY(-2px);
}

.social-icons a:hover .fa-facebook-f { color: #1877f2; }
.social-icons a:hover .fa-instagram { color: #e1306c; }
.social-icons a:hover .fa-x-twitter { color: #000; }
.social-icons a:hover .fa-youtube { color: #ff0000; }

/* Mobile Fix */
@media(max-width:768px){
  .top-right {
    width: 100%;
    justify-content: center;
    margin-top: 5px;
  }
}
/* MAIN HEADER */
.main-header {
  background: #fff;
  padding:0;
  border-bottom: 3px solid #e63946;
}

/* LOGO */
.navbar-brand img {
  height: 70px;
}

.site-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.tagline {
  font-size: 14px;
  color: #555;
}

/* NAV */
.navbar-nav .nav-link {
  font-weight: 600;
  color: #000;
  margin: 0 10px;
  text-transform: capitalize;
  border-radius: 6px;
}
a.nav-link:hover {
    background: #e63946;

    color: #fff;
}
.nav-link.active {
  color: #e63946 ;
  border-bottom: 2px solid #e63946;
}
/* JOIN BUTTON */
.join-btn {
  background: #e63946;
  color: #fff;
  padding: 8px 18px;
  border-radius: 6px;
  font-weight: 600;
  margin-left: 15px;
  text-transform: uppercase;
}

.join-btn:hover {
  background: #c62828;
}

.offcanvas-header{
  background: #ececec;
}
.offcanvas-body .nav-link {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px solid #ececec;
}
.offcanvas-body .navbar-nav li:last-child{
  margin-top: 10px;
}
.offcanvas-body .navbar-nav li:last-child .join-btn{
  margin-left: 0;
}
/* HERO SLIDER */
.hero-slide {
  height: 75vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: end;
}

/* DARK OVERLAY */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.2)); */
}

/* CONTENT */
.content {
  position: relative;
  color: #fff;
  max-width: 800px;
  text-align: center;
}

.content h1 {
  font-size: 48px;
  font-weight: 700;
}

.content p {
  font-size: 18px;
}

/* BUTTON */
.btn-danger {
  padding: 10px 25px;
  font-weight: 600;
}

/* ARROWS STYLE */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(255,255,255,0.3);
  background-size: 20px;
  border-radius: 50%;
  padding: 20px;
}
.carousel-inner .btn {
	font-size: 26px;
	text-transform: uppercase;
  font-weight: 600;
}
/* INDICATORS */
.carousel-indicators button {
  width: 30px;
  height: 4px;
}

.about-section {
  padding: 80px 0;
}

.about-section  .section-title::after{
  margin: 18px 0 10px;
}
.about-section img{
  border-radius: 15px;
}

.about-text {
  color: #555;
  font-size: 16px;
}

.about-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
}

.about-item i {
  color: #dc3545;
  margin-right: 10px;
  font-size: 18px;
}

/* Mobile */
@media(max-width:768px){
  .about-item {
    font-size: 14px;
  }
}

.mission-vision {
  padding: 80px 0;
  background: #f8f9fa;
}

.mv-box {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.mv-box:hover {
  transform: translateY(-8px);
}

.mv-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  background: #dc3545;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.mv-box h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

.mv-box p {
  color: #555;
  font-size: 15px;
}

.events-section {
  padding: 80px 0;
  background: #fff;
}

.section-title {
  font-size: 34px;
  font-weight: 700;
  color: #222;
  position: relative;
  display: block;
}

.section-title span {
  color: #dc3545;
  position: relative;
}

/* Underline Effect */
.section-title::after {
  content: "";
  width: 70px;
  height: 4px;
  background: linear-gradient(90deg, #dc3545, #ffc107);
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

.event-card {
  display: block;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.event-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.event-content {
  min-height: 194px;
  padding: 20px;
}

.event-content h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

.event-content p {
  color: #666;
  font-size: 14px;
}

/* Hover Effect */
.event-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.read-more {
	display: block;
	margin-top: 0;
	font-size: 14px;
	font-weight: 600;
	color: #dc3545;
	transition: 0.3s;
	text-align: right;
}

.event-card:hover .read-more {
  color: #000;
  transform: translateX(5px);
}

/*  */

.team-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.team-card {
  background: #fff;
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.team-card img {
  width: 100%;
  object-fit: cover;
}

.team-info {
  padding: 15px;
}

.team-info h5 {
  margin-bottom: 5px;
  font-weight: 600;
}

.team-info p {
  color: #dc3545;
  font-size: 14px;
}

/* Hover */
.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.testimonial-section {
  padding: 80px 0;
  background: #fff;
  color: #fff;
}

.testimonial-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  margin: 10px;
}

.testimonial-box p {
  font-size: 15px;
  color: #555;
}

.testimonial-box h5 {
  margin-top: 10px;
  font-weight: 600;
  color: #000;
}

.testimonial-box span {
  font-size: 13px;
  color: #dc3545;
}

/* MOBILE */
@media(max-width:768px){
  .navbar-brand {
	font-size: 1rem;
}
.hero-slide {
	height: 22vh;
}
  .carousel-item .row {
    flex-direction: column;
  }
  .about-section,
  .mission-vision,
  .events-section,
  .team-section,
  .testimonial-section,
  .gallery-section,
  .footer {
	padding: 30px 0;
}
  .team-card {
    margin-bottom: 15px;
  }
}
/* Arrows */
.carousel-control-next, .carousel-control-prev{
  width: 70px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color:rgba(112, 112, 112, 0.3);
  border-radius: 50%;
  padding: 20px;
}

.gallery-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.gallery-item {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
  position: relative;
}

.gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.4s;
}

/* Hover Zoom */
.gallery-item:hover img {
  transform: scale(1.1);
}

/* Overlay */
.gallery-item::after {
  content: "🔍";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: #fff;
  opacity: 0;
  transition: 0.3s;
}

.gallery-item:hover::after {
  opacity: 1;
}
/* FOOTER */
.footer {
  background: #ececec;
  color: #000;
  padding: 60px 0;
}

.footer-title {
  color: #ff3b3b;
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
}

/* underline */
.footer-title::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #ff3b3b;
  display: block;
  margin-top: 5px;
}

/* links */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #ff3b3b;
}

/* social */
.footer-social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #ff3b3b;
  color: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  margin-right: 8px;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #fff;
  color: #ff3b3b;
}

/* COPYRIGHT */
.copyright {
  background: #d7d7d7;
  color: #000;
  padding: 15px 0;
  font-size: 14px;
  text-align: center;
}
.copyright .right{
  text-align: right;
}
.copyright a {
  color: #000;
  text-decoration: none;
}
.copyright a:hover {
  color: #ff3b3b;
  text-decoration: none;
}

#backToTop {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 45px;
  height: 45px;
  background: #dc3545;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  transition: 0.3s;
}

/* Hover */
#backToTop:hover {
  background: #000;
  transform: translateY(-3px);
}