@import url('https://fonts.googleapis.com/css2?family=Anton&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

.active-header {
  color: #ff6200;
}

#active-year {
  color: #ff6200;
}

#logo_header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

#logo_header img {
  height: 54px;
  width: 110px;
  position: relative;
  z-index: 2;
}

#logo_header::after {
  content: '';
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  z-index: -1;
  animation: logo-glow 1s ease-out;
}

@keyframes logo-glow {
  0% {
    box-shadow: 0 0 0px rgba(255, 255, 255, 0);
  }

  50% {
    box-shadow: 0 0 25px 5px rgba(255, 255, 255, 0.8);
  }

  100% {
    box-shadow: 0 0 0px rgba(255, 255, 255, 0);
  }
}

/* CURSOR*/

@media (hover: hover) and (pointer: fine) {
  body {
    cursor: url('/Home/images/cursor/cursor.png'), auto;
  }

  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  span,
  input[type="text"],
  textarea {
    cursor: url('/Home/images/cursor/text-cursor.png'), text;
  }

  a:hover,
  button:hover {
    cursor: url('/Home/images/cursor/cursor.png'), pointer;
  }
}

body {
  overflow-x: hidden;
  margin: 0px;
}

.header-content {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
}

.nav-hamburger {
  width: 1.875rem;
  height: 1.313rem;
  display: none;
  flex-direction: column;
  justify-content: space-around;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.nav-hamburger-line {
  height: 0.188rem;
  width: 100%;
  background-color: white;
  border-radius: 0.625rem;
  transition: all ease-in-out 0.2s;
}

/* Migrated to responsive.css */


#social,
.social-icon-item {
  display: flex;
  align-items: center;
  height: 40px;
  margin-top: 0;
}

#social a,
.social-icon-item a {
  width: 36px;
  height: 36px;
  background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  margin: 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none !important;
  position: relative;
  overflow: visible;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow:
    0 3px 10px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#social a::before,
.social-icon-item a::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 10px;
  padding: 2px;
  background: linear-gradient(135deg, transparent 40%, rgba(255, 102, 0, 0.15) 50%, transparent 60%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#social a .icon,
.social-icon-item a .icon {
  position: relative;
  color: #888;
  transition: all 0.4s ease;
  z-index: 3;
  font-size: 16px;
}

/* Hover Effects */
#social a:hover,
.social-icon-item a:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.4),
    0 0 20px rgba(255, 98, 0, 0.6),
    0 0 40px rgba(255, 98, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

#social a:hover::before,
.social-icon-item a:hover::before {
  opacity: 1;
  animation: borderRotate 3s linear infinite;
}

#social a:hover .icon,
#social a:hover i,
.social-icon-item a:hover .icon,
.social-icon-item a:hover i {
  color: #ff6200;
  text-shadow: 0 0 15px rgba(255, 98, 0, 0.8), 0 0 30px rgba(255, 98, 0, 0.4);
}

/* Facebook */
#facebook:hover {
  background: linear-gradient(145deg, #1a1a2e, #0d0d15);
  box-shadow:
    0 10px 25px rgba(59, 89, 153, 0.3),
    0 0 20px rgba(59, 89, 153, 0.2),
    0 0 30px rgba(255, 102, 0, 0.1),
    inset 0 1px 0 rgba(59, 89, 153, 0.3);
}

#facebook:hover .icon,
#facebook:hover i {
  color: #ff6200 !important;
  text-shadow: 0 0 15px rgba(255, 98, 0, 0.8), 0 0 30px rgba(255, 98, 0, 0.4);
}

#facebook::before {
  background: linear-gradient(135deg, #ff6200, #ff8800, #ff6200);
}

/* LinkedIn */
#linkedin:hover {
  background: linear-gradient(145deg, #1a2030, #0d1018);
  box-shadow:
    0 10px 25px rgba(0, 119, 181, 0.3),
    0 0 20px rgba(0, 119, 181, 0.2),
    0 0 30px rgba(255, 102, 0, 0.1),
    inset 0 1px 0 rgba(0, 119, 181, 0.3);
}

#linkedin:hover .icon,
#linkedin:hover i {
  color: #ff6200 !important;
  text-shadow: 0 0 15px rgba(255, 98, 0, 0.8), 0 0 30px rgba(255, 98, 0, 0.4);
}

#linkedin::before {
  background: linear-gradient(135deg, #ff6200, #ff8800, #ff6200);
}

/* YouTube */
#youtube:hover {
  background: linear-gradient(145deg, #2a1a1a, #150d0d);
  box-shadow:
    0 10px 25px rgba(255, 0, 0, 0.3),
    0 0 20px rgba(255, 0, 0, 0.2),
    0 0 30px rgba(255, 102, 0, 0.15),
    inset 0 1px 0 rgba(255, 0, 0, 0.3);
}

#youtube:hover .icon,
#youtube:hover i {
  color: #ff6200 !important;
  text-shadow: 0 0 15px rgba(255, 98, 0, 0.8), 0 0 30px rgba(255, 98, 0, 0.4);
}

#youtube::before {
  background: linear-gradient(135deg, #ff6200, #ff8800, #ff6200);
}

/* Instagram */
#instagram:hover {
  background: linear-gradient(145deg, #2a1a25, #150d12);
  box-shadow:
    0 10px 25px rgba(225, 48, 108, 0.3),
    0 0 20px rgba(225, 48, 108, 0.2),
    0 0 30px rgba(255, 102, 0, 0.15),
    inset 0 1px 0 rgba(225, 48, 108, 0.3);
}

#instagram:hover .icon,
#instagram:hover i {
  color: #ff6200 !important;
  text-shadow: 0 0 15px rgba(255, 98, 0, 0.8), 0 0 30px rgba(255, 98, 0, 0.4);
}

#instagram::before {
  background: linear-gradient(135deg, #ff6200, #ff8800, #ff6200);
}

@keyframes borderRotate {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* Subtle idle animation for drawing attention */
#social a,
.social-icon-item a {
  animation: subtleFloat 3s ease-in-out infinite;
  animation-delay: calc(var(--i, 0) * 0.15s);
}

@keyframes subtleFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2px);
  }
}

#social a:hover,
.social-icon-item a:hover {
  animation: none;
}


.header {
  list-style-type: none;
  margin: 0;
  padding: 0 2rem;
  background: #000;
  height: 70px;
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif;
  top: 0;
  z-index: 9999;
  position: sticky;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
}

.header-top {
  display: flex;
  align-items: center;
  gap: 30px;
  /* Consistent gap between logo, socials, search */
  height: 100% !important;
}

.header-head {
  height: 100%;
  display: flex;
}

.header li {
  list-style: none;
}

.header-head ul {
  display: flex;
  flex-direction: row;
  /* Fixed order to match HTML sequence */
  gap: 5px;
  margin: 0;
  padding: 0;
  height: 100%;
  /* Ensure li spans full height */
}

.header-head-link a,
.nav-link-item {
  color: #e0e0e0;
  text-decoration: none;
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  display: flex;
  /* Changed from block to flex */
  align-items: center;
  /* Center text vertically within the full-height li */
  height: 100%;
}

.header-head-link a:hover,
.nav-link-item:hover {
  background-color: transparent;
  /* Cleaner hover */
  color: #ff6200;
}

.dropdown {
  overflow: visible;
  padding: 0px;
  height: 100%;
}

.dropdown .dropbtn {
  all: unset;
  /* Reset everything */
  color: #e0e0e0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1;
}

.dropdown .dropbtn a {
  padding: 0.5rem 1rem;
  /* Inherit the same padding as other links */
}

.dropdown:hover .dropbtn {
  background-color: black;
  color: #ff6200;
  padding: 0;
}

.dropdown-content {
  padding: 0px;
  display: none;
  position: absolute;
  top: 100%;
  background: #000;
  min-width: 200px;
  border: 1px solid rgba(255, 102, 0, 0.3);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  overflow: hidden;
}

.dropdown-content::before {
  content: "";
  position: absolute;
  top: -30px;
  /* Bridge the gap between button and content */
  left: 0;
  width: 100%;
  height: 30px;
  background: transparent;
}

.dropdown-content a {
  padding: 0px;
  float: none;
  color: rgb(205, 197, 197);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #080808;
  color: #ff6200;
}

.dropdown:hover .dropdown-content {
  display: block;
  padding: 0px;
}

#hea,
.nav-link-item {
  position: relative;
  transition: color 0.3s ease;
}

#hea::after,
.nav-link-item::after {
  content: "";
  position: absolute;
  bottom: 12px;
  /* Reduced from 14px to sit better under text */
  left: 1rem;
  right: 1rem;
  height: 2px;
  background: #ff6200;
  transform: scaleX(0);
  transition: transform 400ms ease;
  transform-origin: left;
}

#hea:hover::after,
#hea:focus::after,
.nav-link-item:hover::after,
.nav-link-item:focus::after,
.dropdown:hover .nav-link-item::after {
  transform: scaleX(1);
}

.dropdown-content a {
  position: relative;
  padding: 12px 16px;
  color: rgb(205, 197, 197);
  text-decoration: none;
  display: block;
  text-align: left;
  overflow: hidden;
  background-color: #080808;
}

.dropdown-content a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  /* Thin vertical line */
  height: 100%;
  background: rgb(255, 85, 0);
  /* Orange color */
  transform: scaleY(0);
  /* Initially hidden */
  transition: transform 0.3s ease-in-out;
}

.dropdown-content a:hover::before {
  transform: scaleY(1);
  /* Full height on hover */

}





.search-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 200px;
  margin-left: 10px;
  border-radius: 50px;
}




/*------------------ FOR MOBILE----------------- */

/* .search-input {
  width: 0;
  height: 30px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  color: transparent;
  caret-color: transparent;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  border-radius: 50px;}

.search-wrapper.active .search-input {
  width: 280px;
  padding: 6px 16px 6px 50px;
  opacity: 1;
  background-color: rgba(30, 30, 30, 0.9);
  color: #fff;
  caret-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 6px rgba(255, 102, 0, 0.5);
  pointer-events: auto;
} */

/* ------------------------------------------------- */




.search-input {
  width: 16vw;
  float: left;
  margin-left: 15px;
  height: 30px;
  padding: 6px 16px 6px 50px;
  opacity: 1;
  background-color: #1e1e1e;
  color: #ff6600;
  caret-color: #ff5900;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  box-shadow: 0 0 6px rgba(255, 102, 0, 0.5);
  pointer-events: auto;
  transition: all 0.3s ease;
  margin-left: 0px;
}

.search-input:focus {
  outline: none;
  background-color: #282828;
  box-shadow: 0 0 8px rgba(255, 102, 0, 0.8);
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  cursor: pointer;
  opacity: 0.9;
  transition: transform 0.2s ease, filter 0.2s ease;
  margin-top: 0px;
  margin-left: 0px;
}

.search-icon svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
  transition: 0.3s ease;
}

.search-icon:hover {
  filter: brightness(1.8) drop-shadow(0 0 4px #1e90ff);
}

.search-input:hover {
  box-shadow: 0 0 6px rgba(255, 102, 0, 0.5);
}

.suggestions {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background-color: #1e1e1e;
  backdrop-filter: blur(12px);
  border-radius: 15px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  z-index: 1000;
  max-height: 240px;
  overflow-y: auto;
  padding: 0.5rem 0;
  display: none;
  margin-left: 0px;

}

.suggestion-item {
  padding: 12px 20px;
  cursor: pointer;
  transition: background 0.2s;
}

.suggestion-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.highlight {
  font-weight: bold;
  color: #1e90ff;
}


@media screen and (max-width: 1300px) {
  .search-wrapper {
    align-items: center;
    gap: 10px;
    position: relative;
    width: 16vw;
    float: left;
    margin-left: 15px;
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .search-input {
    width: 0;
    opacity: 0;
    padding: 0;
    margin-left: 4px;
    border: none;
    background: transparent;
    color: transparent;
    caret-color: transparent;
    pointer-events: none;
    transition: width 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
  }

  .search-wrapper.active .search-input {
    width: 160px;
    opacity: 1;
    padding: 10px 16px 10px 36px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #1e1e1e;
    color: white;
    caret-color: white;
    pointer-events: auto;
    border-radius: 6px;
  }

  .search-icon {
    left: auto;
    margin: 0 0 0 12px;
    top: auto;
    transform: none;
    margin-left: 0px;
  }

  .suggestions {
    display: none !important;
  }
}



@media screen and (max-width: 750px) {
  /*.search-input {*/
  /*  position: absolute;*/
  /*  right: 11vw; */
  /*  left: auto;*/
  /*  transition: transform 0.3s ease, opacity 0.3s ease;*/
  /*  transform-origin: right;*/
  /*  z-index: 10000;*/



  /*  width: 0;*/
  /*  opacity: 0;*/
  /*  padding: 0;*/
  /*  margin-left: 4px;*/
  /*  margin-top: 40px;*/
  /*  border: none;*/
  /*  background: transparent;*/
  /*  color: transparent;*/
  /*  caret-color: transparent;*/
  /*  pointer-events: none;*/
  /*  transition: width 0.4s ease, opacity 0.3s ease, padding 0.3s ease;*/

  /*}*/
  /*.search-icon{*/
  /*  z-index: 100000;*/
  /*  margin-top: 38px;*/
  /*}*/
  /*.search-wrapper.active .search-input {*/
  /*  width: 230px;*/
  /*  opacity: 1;*/
  /*  padding: 10px 40px 10px 10px;*/
  /*  border: 1px solid rgba(255, 255, 255, 0.2);*/
  /*  background-color: rgb(21, 21, 21);*/
  /*  color: white;*/
  /*  caret-color: white;*/
  /*  pointer-events: auto;*/
  /*  border-radius: 6px;*/
  /*}*/


  /*.suggestions {*/
  /*  display: none !important;*/
  /*}*/
  .search-wrapper {
    display: none;
  }
}











.suggestions::-webkit-scrollbar {
  width: 8px;
}

.suggestions::-webkit-scrollbar-track {
  background: transparent;
  /* or rgba(255, 255, 255, 0.05); */
}

.suggestions::-webkit-scrollbar-thumb {
  background-color: #1e90ff;
  border-radius: 6px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.suggestions::-webkit-scrollbar-thumb:hover {
  background-color: #339dff;
}

/* For Firefox */
.suggestions {
  scrollbar-width: thin;
  scrollbar-color: #1e90ff transparent;
}