:root {
  --orange: #fca311;
  --dark-blue: #14213D;
  --light-blue: #007ce0;
  --black: #000;
  --white: #fff;
  --grey: #e5e5e5;
}

/* Custom Scroll Bar CSS */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #2d2d2d;
}
::-webkit-scrollbar-thumb {
  background: #007ce0;
  border-radius: 12px;
  transition: all 0.3s ease;
}
::-webkit-scrollbar-thumb:hover {
  background: #4070f4;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/* background-color: #000;
	color: #3083d0; */
}

html {scroll-behavior: smooth;}

::selection {
	background: var(--orange);
	color: var(--black);
}

/* Basic styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/* Scroll Up button styles */
.scroll-up-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: black;
  color: #007ce0;
  border: solid 3px #007ce0;
  border-radius: 50%;
  font-size: 30px;
  display: none; /* Initially hidden */
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
  transition: opacity 0.3s, transform 0.3s;
}

.scroll-up-btn:hover {
  background-color: #0056b3;
}

/* Hide on phones */
@media (max-width: 768px) {
  .scroll-up-btn {
    display: none !important; /* Always hidden on phones */
  }
}


/* .scroll-up-btn{
  position: fixed;
  height: 45px;
  width: 42px;
  background: crimson;
  right: 30px;
  bottom: 10px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  z-index: 9999;
  font-size: 30px;
  border-radius: 6px;
  border-bottom-width: 2px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.scroll-up-btn.show{
  bottom: 30px;
  opacity: 1;
  pointer-events: auto;
}
.scroll-up-btn:hover{
  filter: brightness(90%);
} */


/* preloader section  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.hidden {
  display: none !important;
}


body {
	display: block;
	position: relative;
    z-index: 2;
}

body {
    background-image: url(../assets/images/backgrounds/fan.png);
	height: 100%;
	width: 100%;
    background-attachment: fixed;
    position: relative;
    background-size: 30%; /* Adjust as needed to make it smaller */
    background-repeat: repeat;
}

/* Black overlay */
body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.671); /* Adjust opacity as needed */
    z-index: -1; /* Ensures it stays behind other content */
}

.nav-active {
  color: var(--orange) !important;
  text-decoration: underline 2px solid !important;
  text-underline-offset: 5px;
}

.text-glow {
	text-shadow: 0 0 80px rgba(192, 219, 255, 0.35), 0 0 32px rgba(65, 120, 255, 0.24);
	color: var(--white);
}

div#bubble_container {
	background-color: var(--black);
}

/* Main header styling */
.header-content h2.m-text {
  font-size: 2rem;
  font-weight: bold;
  color: var(--light-blue); /*  color for "WELCOME TO" */
  margin: 0;
}

.header-content h1.m-title {
  font-size: 3rem;
  font-weight: bold;
  color: var(--white);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px; 
}

.header-content h1.m-title .line {
  display: inline-block;
  width: 60px; /* Adjust width as needed */
  height: 2px; /* Adjust thickness as needed */
  background-color: var(--orange);
  vertical-align: middle;
}

.header-content h3.m-tagline {
  font-size: 1.5rem;
  font-weight: normal;
  color: var(--white);
  margin: 0;
}

.header-content p.m-date {
  font-size: 1rem;
  color: var(--white);
  margin-top: 10px;
}

@media (max-width: 720px) {
  .line{
    visibility: hidden;
  }
  
}


/* main header content */
#main-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: var(--white);
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#main-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.header-content {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
  gap: 10px;
  flex-direction: column;
	justify-content: center;
	align-items: center;
  z-index: 2; /* Keeps the content on top of the overlay */
  color: var(--white); /* Adjust the color of the text as needed */
  padding: 20px;
  text-align: center;
}

/* socials shi */
.hsocial {
    position: fixed;
    top: 45%;
    z-index: 100;
}

.hsocial ul li a {
  text-decoration: none;
  color: var(--black);
}

.hsocial ul {
    padding: 0px;
    transform: translate(-270px, 0);
}
.hsocial ul li {
    display: block;
    margin: 15px;
    background: rgba(20, 33, 61, 0.36);
    width: 300px;
    text-align: right;
    padding: 10px;
    border-radius: 0 30px 30px 0;
    transition: all 1s;
}
.hsocial ul li:hover {
    transform: translate(110px, 0);
    background: rgba(255, 255, 255, 0.4);
}
.hsocial ul li:hover a {
    color: var(--black);
}
.hsocial ul li:hover i {
    color: var(--white);
    background: rgba(20, 33, 61, 0.36);
    transform: rotate(360deg);
    transition: all 1s;
}

.hsocial ul li i{
  margin-left: 20px;
  color: var(--black);
  background: var(--white);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 21px;
  align-items: center;
  justify-content: center;
  line-height: 35px; /* This ensures the icon aligns vertically */
  transform: rotate(0deg);
  text-align: center;
}

.hsocial ul li svg {
  margin-left: 20px;
  padding: 5px 5px 5px 5px;
  color: var(--black);
  background: var(--white);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  line-height: 35px; /* This ensures the icon aligns vertically */
  transform: rotate(0deg);
  text-align: center;
}

.hsocial ul li:hover a {
  color: var(--black);
}
.hsocial ul li:hover svg {
  color: var(--white);
  background: var(--white);
  transform: rotate(360deg);
  transition: all 1s;
}


:root {
  --dark-blue: #14213D;
  --light-blue: #0072ce;
  --white: #ffffff;
  --orange: #fca311;
}

.navbar {
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 12px;
  padding: 2px 20px;
  max-width: 1000px;
  width: 950px;
  position: fixed;
  align-items: center;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  transition: background-color 0.3s ease;
}

#nav.scrolled {
  background-color: var(--dark-blue);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-brand {
display: flex;
align-items: center;
font-size: 17px;
margin-right: 82px;
text-decoration: none;
color: var(--white);
}

.nav-links .nav-link {
  color: var(--white);
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 8px;
  transition: background 0.3s ease;
  font-size: 16px;
}

/* Ensure navbar items don’t overflow */
.navbar-nav {
display: flex;
flex-wrap: wrap; /* Allows items to wrap on smaller screens */
gap: 20px; /* Adds spacing */
}

.navbar-nav .nav-item {
flex-shrink: 0; /* Prevents items from collapsing */
}


.nav-links .nav-link:hover {
  color: var(--orange) !important;
  background-color: var(--white);
  box-shadow: 0px 0px 6px 3px #ffffff85;
}

.nav-active {
  color: var(--orange) !important;
  text-decoration: underline 2px solid !important;
  text-underline-offset: 5px;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 82px;
  font-size: 18px;
}

.logo {
  width: 60px;
  height: 60px;
}

.dropdown-menu {
  background-color: var(--dark-blue);
}

.dropdown:hover .dropdown-menu {
display: block;
}

.dropdown-menu .dropdown-item {
  color: var(--white);
  padding: 10px 15px;
}

.dropdown-menu .dropdown-item:hover {
  background-color: var(--white);
  color: var(--orange);
}

/* Arrow rotation */
.dropdown-toggle::after {
  display: none;
}

.dropdown-arrow {
  transition: transform 0.3s ease;
  margin-left: 5px;
}

.dropdown:hover .dropdown-arrow, 
.dropdown.show .dropdown-arrow {
  transform: rotate(180deg);
}

/* Responsive fix */
@media (max-width: 992px) {
  .navbar {
      padding: 10px 15px;
      width: 400px;
  }
}

@media (max-width: 425px) {
  .navbar {
      width: 350px;
  }
  
  .text-white {font-size: medium;}
}
@media (max-width: 375px) {
  .navbar {
      width: 280px;
  }
  
  .nav-brand {
    margin-right: 2px;
  }

  .text-white {font-size: small;}
}


.tab-content h2 {
	margin-bottom: 20px;
}

.footer {
  background: var(--dark-blue);
  color: #fff;
  padding: 1px 1px;
}
.footer a {
  color: var(--white);
  text-decoration: none;
  margin: 0 5px;
}
.footer a:hover {
  color: var(--orange);
  text-decoration: underline 2px solid !important;
  text-underline-offset: 5px;
}