@media (max-width: 992px) {
    .carousel-item p{
        font-size: 14px!important;
    }
    .carousel-inner{
        height:470px!important;
    }
    .mw{
        /* min-width:320px!important; */
        margin:20px!important;
    }
  .elixir-logo {
    /* display:none; */
      max-height: 40px;
      width: 60px;
  }
  .navbar {
height:70px !important;
  }
  .ms-2{
    font-size:22px!important;
  }
  .elixir-heading{
    font-size:30px!important;
  }
    .navbar-toggler {
        padding: 5px 8px;
        font-size: 14px;
        border: 1px solid crimson;
        background: white;
        border-radius: 5px;
    }
    .navbar-toggler-icon {
        width: 20px;
        height: 20px;
    }

    .navbar-collapse {
        position: absolute;
        top: 50px;
        right: 10px;
        background: white;
        border-radius: 8px;
        width: 200px; 
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        padding: 10px 0;
    }

    .navbar-nav {
        text-align: right;
    }

    .nav-link {
        display: block;
        padding: 8px 8px;
        font-size: 15px!important;
        text-align: center;
        color: crimson !important;
        font-weight: bold!important;
    }

    .nav-link:hover {
        background: crimson;
        color: white !important;
        border-radius: 5px;
    }
    .navbar-toggler {
    position: relative;
    width: 30px;
    height: 30px;
    border: none;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
}

.open-icon {
    width: 18px;
    height: 18px;
    
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.close-icon {
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.navbar-toggler.active .open-icon {
    opacity: 0;
    transform: scale(0.8);
}

.navbar-toggler.active .close-icon {
    opacity: 1;
    transform: scale(1);
}

.navbar-collapse {
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transform: translateY(-20px);
    opacity: 0;
}

.navbar-collapse.show {
    
    transform: translateY(0);
    opacity: 1;
}

.hero div h1{
font-size:24px;
}
.hero div p{
    font-size:15px;
}
.hero .btn{
    padding:9px 20px!important;
    font-size:1.1rem!important;
}

svg circle{
   
      r:43!important;
}
.progress-ring h2{
    font-size:22px!important;
}
.counter-box p{
    font-size:18px!important;
}
.form-title{
    font-size:24px!important;
}
.form-subtitle{
    font-size:15px!important;
}

form {
    max-width: 314px!important;
}

.form-group {
    margin-bottom: 10px!important;
}

label{
    font-size:1rem!important;
}
input, select {
    width: 100%;
    padding: 10px!important;
    font-size: 0.9rem!important;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.submit-btn {
  
    font-size: 1rem!important;
    padding: 8px!important;
    width: 100%;
    transition: 0.3s;
}
.schedule-title{
    font-size:25px!important;
}
.schedule-subtitle{
    font-size:16px!important;
}
.day-title{
    font-size:17px!important;
    margin-bottom:20px!important;
}
.schedule-table {
    width: 100%!important; 
    min-width: 95%!important; 
    font-size: 0.7rem!important; 
}

.schedule-table th,
.schedule-table td {
    padding: 4px!important; 
}

.schedule-table th {
    font-size: 0.7rem!important; 
}

.schedule-day {
    padding: 10px!important;
margin-bottom: 20px!important;
    width: 100%!important;
}

  .sponsors-section {
      padding: 40px 0!important;
  }
  
  .sponsors-title {
      font-size: 1.5rem!important;
  }
  
  .sponsors-quote {
      font-size: 0.9rem!important;
  }
  
  .sponsors-subtitle {
      font-size: 1rem!important;
  }
 
  .coordinators-section {
      background: white;
      padding: 40px 0!important;
      text-align: center;
  }
  
  .coordinators-title {
      font-size: 1.6rem!important;
      font-weight: bold;
      color: crimson;
      margin-bottom: 8px!important;
  }
  
  .coordinators-subtitle {
      font-size: 1rem!important;
      color: crimson!important;
      margin-bottom: 20px!important;
  }
  
  .coordinators-grid {
      display: flex;
      justify-content: center;
      gap: 40px!important;
      flex-wrap: wrap;
      padding: 5px!important;
  }
  
  .coordinator-item {
      text-align: center;
  }
  
  .coordinator-ring {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background: white; 
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0px 4px 35px rgba(233, 45, 28, 0.6); 
      position: relative;
      transition: transform 0.3s ease-in-out;
  }
  
  .coordinator-ring:hover {
      transform: scale(1.1);
  }
  
  .coordinator-ring::before {
      content: "";
      position: absolute;
      width: 100px;
      height: 100px;
      background: crimson;
      border-radius: 50%;
      box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.2);
  }
  
  .coordinator-ring img {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      object-fit: cover;
      position: relative;
      z-index: 1;
  }
  
  .coordinator-name {
      font-size: 0.9rem!important;
      font-weight: bold;
      color: crimson;
      margin-top: 10px;
  }
  
  .coordinator-role {
      font-size: 0.8rem!important;
      color: #777;
      
  }

  a{
      color:inherit;
      text-decoration: none;
  }
  .footer-section {
      background: crimson; 
      color: white;
      padding: 35px 0 15px!important;
      text-align: center;
  }

  .footer-logo img {
      width: 20px;
      height: 30px;
  }

  .footer-slogan h2 {
      font-size: 1rem!important;
      font-weight: bold;
      margin: 10px 0;
  }

  .footer-slogan p {
      font-size: 0.8rem!important;
      letter-spacing: 2px;
  }

  .footer-social a {
      display: inline-block;
      margin: 2px 5px!important;
  }

  .footer-social img {
      width: 20px!important;
      height: 20px!important;
  }

  .footer-contact ul {
      list-style: none;
      padding: 5px!important;
      text-align: center;
  }

  .footer-contact ul li {
      display: inline-block;
      margin: 4px 8px!important;
      font-size: 0.8rem!important;
      color: white;
  }
  .footer-contact ul li span {
    display: none;
    margin: 4px 8px!important;
    font-size: 0.8rem!important;
    color: white;
}
  .footer-contact ul li img {
      vertical-align: middle;
      width: 25px!important;
      height: 25px!important;
      margin-right: 7px!important;
  }

  .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      padding-top: 15px;
      font-size: 0.8rem!important;
  }

.gallery-section {
    background: white;
    padding: 80px 0!important;
    text-align: center;
}

.gallery-title {
    font-size: 1.8rem!important;
    font-weight: bold;
    color: crimson;
    margin-top: 20px; 
}

.gallery-subtitle {
    font-size: 1rem!important;
    margin-bottom: 20px;
    color: crimson;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    padding: 20px;
    max-width: 1000px;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.gallery-item img:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}


}

@media(max-width:405px){
    .carousel-item p{
        font-size: 14px!important;
    }
    .carousel-inner{
        /* height:490px!important; */
    }
    .mw{
        /* min-width:320px!important; */
        margin:15px!important;
    }
    .elixir-heading{
        font-size:20px!important;
    }
}