/*TEXT-LOGO*/
.hifaa-logo-text {
  top:5px;
  left:20px;
  font-family: 'Playfair Display', serif;
  font-size: 3.2rem;
  font-weight: 700;
  display: flex;
  gap: 4px;
  z-index: 999;
  letter-spacing: 2px;
  cursor: pointer
}

.hifaa-logo-text span {
  background: linear-gradient(270deg, #fff8dc, gold, #b8860b, #fff8dc);
  background-size: 600% 600%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: 12s infinite goldFlow;
  display: inline-block
}
/*---------nav-----------*/
.navbar {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: transparent;
  padding: 1rem 1.5rem;
  z-index: 999;
}

.nav-center {
  margin: 0 auto;
}

.nav-link {
  color: white !important;
  margin: 0 1rem;
  transition: 0.3s;
}

.nav-link:hover {
  color: #ffd700 !important;
}

.custom-toggler {
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  z-index: 1001;
}

.custom-toggler span {
  background: #c3a822;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  transition: 0.3s;
}

.custom-toggler span:nth-child(1) {
  top: 0;
}

.custom-toggler span:nth-child(2) {
  top: 9px;
}

.custom-toggler span:nth-child(3) {
  top: 18px;
}

.custom-toggler.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}

.custom-toggler.open span:nth-child(2) {
  opacity: 0;
}

.custom-toggler.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 9px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #111;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  transition: all 0.5s ease-in-out;
  z-index: 1000;
}

.mobile-menu.show {
  transform: translateY(0);
}

.mobile-menu a {
  color: #fff;
  font-size: 1.5rem;
  margin: 1rem 0;
  text-decoration: none;
  transition: 0.3s;
}

.mobile-menu a:hover {
  color: #00bfff;
}

#closeMenu {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}

.nav-desktop {
  margin-top: 45px;
}

/*--------------nav---------------*/


@keyframes goldFlow {

  0%,
  100% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }
}

.hifaa-logo-text:hover span {
  animation: 1s forwards glowPop
}

.hifaa-logo-text:hover span:first-child {
  animation-delay: 0s
}

.hifaa-logo-text:hover span:nth-child(2) {
  animation-delay: .3s
}

.hifaa-logo-text:hover span:nth-child(3) {
  animation-delay: .6s
}

.hifaa-logo-text:hover span:nth-child(4) {
  animation-delay: .9s
}

.hifaa-logo-text:hover span:nth-child(5) {
  animation-delay: 1.2s
}

@keyframes gradientMove {

  0%,
  100% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }
}

@keyframes glowPop {
  0% {
    transform: scale(1);
    text-shadow: none
  }

  50% {
    transform: scale(1.3);
    text-shadow: 0 0 15px rgba(255, 215, 0, .8), 0 0 20px rgba(255, 165, 0, .6)
  }

  100% {
    transform: scale(1);
    text-shadow: 0 0 8px rgba(255, 215, 0, .5)
  }
}

.hifaa-text-gre {
  color: #d7c70d
}

/*text-logo*/


.hifaa_bg {
  background-image: url('../images/images/hifaa-body-bg.png');
  background-repeat: repeat-y;         
  background-position: center top;     
  background-size: contain;            
  background-attachment: scroll;      
}
.overlay{
    opacity: 0.8;
}
.banner {
    background-image: url(../images/images/goa.jpg);
}
.logo_img {
  text-align: left;       
}
.banner-title .lives{
    color: #00ff8c !important;
}
.glow-loop {
  font-weight: bold;
  font-size: 2rem;
  animation: glowText 3s ease-in-out infinite;
  text-shadow: 0 0 5px #fff, 0 0 10px #ff00cc, 0 0 20px #ff00cc, 0 0 40px #ff00cc;
  transform-origin: left center;  
  display: inline-block;          
}

@keyframes glowText {
  0%, 100% {
    text-shadow: 0 0 5px #fff, 0 0 10px #ff00cc, 0 0 20px #ff00cc, 0 0 40px #ff00cc;
    transform: scale(1);
  }
  50% {
    text-shadow: 0 0 2px #fff, 0 0 4px #00ffe1, 0 0 10px #00ffe1, 0 0 20px #00ffe1;
    transform: scale(1.05);
  }
}

/*
.logo_img img {
    width: 300px;
    display: block;
    margin-left: -41px;
    margin-bottom: -50px;
}
*/
.logo_img img {
  width: 300px;
  position: absolute;
  bottom: -2%;
  left: 2%;
}
.logo_img_taj img {
  width: 300px;
  position: absolute;
  bottom: 2%;
  right: 2%;
}
.inner-banner {
    padding: 150px 0 50px 0;
}

*/
 .hifaa-logo-text {
    position: absolute;
    top: 15px;
    left: 600px;
    font-family: "Playfair Display", serif;
    font-size: 3.2rem;
    font-weight: 700;
    display: flex;
    gap: 4px;
    z-index: 999;
    letter-spacing: 2px;
    cursor: pointer;
}
 .hifaa-logo-text span {
     background: linear-gradient(270deg, #fff8dc, gold, #b8860b, #fff8dc);
     background-size: 600% 600%;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     animation: 12s infinite goldFlow;
     display: inline-block;
 }

 @keyframes goldFlow {

     0%,
     100% {
         background-position: 0 50%;
     }

     50% {
         background-position: 100% 50%;
     }
 }

 .hifaa-logo-text:hover span {
     animation: 1s forwards glowPop;
 }

 .hifaa-logo-text:hover span:first-child {
     animation-delay: 0s;
 }

 .hifaa-logo-text:hover span:nth-child(2) {
     animation-delay: 0.3s;
 }

 .hifaa-logo-text:hover span:nth-child(3) {
     animation-delay: 0.6s;
 }

 .hifaa-logo-text:hover span:nth-child(4) {
     animation-delay: 0.9s;
 }

 .hifaa-logo-text:hover span:nth-child(5) {
     animation-delay: 1.2s;
 }

 @keyframes gradientMove {

     0%,
     100% {
         background-position: 0 50%;
     }

     50% {
         background-position: 100% 50%;
     }
 }

 @keyframes glowPop {
     0% {
         transform: scale(1);
         text-shadow: none;
     }

     50% {
         transform: scale(1.3);
         text-shadow: 0 0 15px rgba(255, 215, 0, 0.8), 0 0 20px rgba(255, 165, 0, 0.6);
     }

     100% {
         transform: scale(1);
         text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
     }
 }

 /*about--------------*/
 .who-can-attend .box-shadows{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 15px 30px;
 }
 .who-can-attend .box-shadows i{
    font-size: 23px;
    margin-right: 5px;
    transition: 1s ease;
 }
 .who-can-attend .box-shadows span{
    font-size: 18px;
    color: black;
    transition: 1s ease;
}
.who-can-attend .box-shadows:hover i,
.who-can-attend .box-shadows:hover span {
  padding-left: 5px;
}
.feature {
    background-image: url(../images/images/)
;
}
/*----------------------*/

    .footer {
      background: #1f1f1f;
      color: #dcdcdc;
      padding: 60px 0 30px;
    }

    .footer a {
      color: #bfbfbf;
      text-decoration: none;
    }

    .footer a:hover {
      color: #ffffff;
    }

    .footer h5 {
      color: #ffffff;
      margin-bottom: 20px;
    }

    .footer .social-icons a {
      font-size: 18px;
      margin-right: 15px;
      color: #dcdcdc;
      transition: color 0.3s;
    }

    .footer .social-icons a:hover {
      color: #0d6efd;
    }

    .footer .form-control {
      background: #333;
      border: none;
      color: #fff;
    }

    .footer .form-control::placeholder {
      color: #999;
    }

    .footer .btn-subscribe {
      background: #0d6efd;
      border: none;
      color: #fff;
    }

    .footer .btn-subscribe:hover {
      background: #0b5ed7;
    }

    .footer-bottom {
      border-top: 1px solid #333;
      margin-top: 40px;
      padding-top: 20px;
      font-size: 14px;
      color: #999;
    }

.logo-footer img {
    width: 75%;
    height: auto;
    margin-left: -30px;
    margin-top: -30px;
}
/*-----------------------------*/

.testimonial .bg-review{
    background-color: #0a337e;
}
.testimonial .bg-review p{
    color: #b8860b;
}
.testimonial .bg-review{
    color: #b8860b;
}
.testimonial .bg-review :nth-child(2){
    color: #fff;
}
.testimonial-content i {
    font-size: 25px;
    top: -41px;
}

  .join-us {
      background: linear-gradient(to right, #1e2a78, #5363b0);
      color: white;
      padding: 60px 20px;
      border-radius: 15px;
      margin-top: 10px;
      margin-bottom: 50px;
  }
  .cta-btn-primary {
    background-color: #ffb400;
    border: none;
    color: #000;
    font-weight: 600;
    border-radius: 10px;
}
.cta-btn-primary:hover {
    background-color: transparent !important;
    border: 1px solid #fff;
}
 .popup-btn-primary {
    background-color: #ffb400;
    border: none;
    color: #000;
    font-weight: 600;
    border-radius: 10px;
}

/*shedule*/

.tab-container {
      max-width: 100%;
      margin: 0 auto;
      padding: 2rem;
    }

    .tabs {
      display: flex;
      border-bottom: 2px solid var(--tab-bg);
    }

    .tab {
      padding: 1rem 2rem;
      background: var(--tab-bg);
      cursor: pointer;
      white-space: nowrap;
      border-radius: 10px 10px 0 0;
      margin-right: 0.5rem;
      transition: background 0.3s, color 0.3s;
      font-weight: 600;
      font-size: 1rem;
    }

    .tab.active {
      background: rgb(5, 172, 108);
      color: #fff;
      border-bottom: 2px solid var(--primary-color);
    }

    .tab:hover {
      background: #d1d5db;
    }

    .tab-content {
      background: white;
      padding: 2rem;
      border-radius: 0 0 10px 10px;
      margin-top: -1px;
      overflow-x: auto;
    }

    .tab-panel {
      display: none;
      animation: fadeIn 0.5s ease;
    }

    .tab-panel.active {
      display: block;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .schedule-item {
      border-left: 4px solid var(--primary-color);
      padding: 1rem;
      margin-bottom: 1.5rem;
      background: #f1f5f9;
      border-radius: 8px;
      transition: transform 0.3s ease;
      width: 100%;
    }

    .schedule-item:hover {
      transform: translateY(-3px);
      background: #e0f2fe;
    }

    .time {
      font-weight: bold;
      margin-bottom: 0.5rem;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      color: #1f2937;
    }

    .schedule-item ul {
      padding-left: 1.5rem;
      margin: 0;
    }

    .schedule-item ul li {
      margin-bottom: 0.4rem;
      list-style: disc;
    }

 @media (max-width: 768px) {
  .tab-content {
    overflow-x: auto;
    padding: 1rem;
  }

  .tab-panel {
    display: none;
    flex-direction: column;
    gap: 1.5rem;
    min-width: 100vw;
    width: max-content;
  }

  .tab-panel.active {
    display: flex;
  }

  .schedule-item {
    min-width: 90vw;
    width: fit-content;
    max-width: 95vw;
  }

  .tabs {
    justify-content: center;
    flex-wrap: wrap;
  }

  .tab {
    font-size: 0.9rem;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0.5rem;
  }
}

/*shedule*/
.box-overlay {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  z-index: 2;
}

.overlay-text {
  max-width: 60ch;
  margin: 0 auto;
  padding: 0;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}


.box {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.box img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .box {
    margin-bottom: 2rem;
  }

  .overlay-text {
    font-size: 1rem;
    padding: 0 10px;
  }
}
.img-left-2 img {
    width: 100%;
}
.wca {
    background-color: #f8f9fa;
    border: none;
    outline: none;
    border-radius: 0%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

 .floating-register-btn {
   position: fixed;
   bottom: 100px;
   right: 25px;
   z-index: 999;
   padding: 12px 25px;
   font-size: 18px;
   background-color: #07b5ac;
   color: #fff;
   transition: transform .3s, box-shadow .3s;
   outline: 0;
   border: 0;
   border-radius: 10px;
 }

 .floating-register-btn:hover {
   transform: scale(1.1);
   box-shadow: 0 0 15px rgba(211, 174, 7, 0.904);
   color: #fff;
 }

/*------------------media---------------*/

@media (max-width: 576px) {

    section {
    padding: 20px 0;
}

  .text-logo-res span {
      font-size: 31px;
  }

  .custom-toggler {
      width: 25px;
      height: 18px;
      margin-top: 23px;
  }

.banner {
  background-position: 56% 50%;
}
.banner .overlay {
  background-image: linear-gradient(294deg, #C40F4C 0%, #24369C 100%);
}

        .logo_for_mobile img {
          padding: 0;
          margin-top: -50px;
          margin-bottom: -40px;
          width: 80%;
        }
.glow-loop {
    font-size: 20px;
    transform-origin: center center;
    margin-top: 0px;
}
.banner-title h1{
    font-size: 22px;
}
.banner-event-info li{
    margin-bottom: 5px;
}
.btn, .btn1, .btn2 {
    font-size: 20px;
    border-radius: 10px;
    padding: 5px 20px;
}

.banner-image img{
    width: 80% !important;
}
.img-left-2 img {
    width: 75%;
}
.about-res{
    box-shadow: none !important;
}
 .wca {
        background-color: transparent !important;
        border: none;
        box-shadow: none;
    }
.who-can-attend .box-shadows span {
    font-size: 14px;
}
.who-can-attend .box-shadows i {
    font-size: 18px;
}
.who-can-attend .box-shadows {
    padding: 12px 25px;
    border-radius: 5px;
}

.logo-footer img {
    width: 80%;
    height: auto;
    margin-left: 0px;
    margin-top: -30px;
}

.navbar-toggler {
  position: relative;
  z-index: 2000; /* higher than fixed-top */
}
 .floating-register-btn {
   bottom: 25px;
   padding: 6px 12px;
   font-size: 15px;
   background-color: #068f7c;
   OUTLINE: none;
   border: 0;
   border-radius: 5px;
 }

#back-to-top a {
  width: 30px;
  height: 30px;
  transition: all ease-in-out .5s;
}
.hifaa-logo-text {
    top: 1px;
    left: 0px;
}
.partner-button .btn{
    font-size: 14px;
}





}



@media (min-width: 992px) {

  .custom-toggler,
  .mobile-menu {
    display: none !important;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1450px) {
 .logo_img img {
    width: 220px;
    position: absolute;
    top: 20%;
    left: 83%;
}

 .logo_img_taj img {
     width: 220px;
     position: absolute;
     top: 50%;
     left: 83%;
 }

}


/*------------------media---------------*/