html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    min-height: 100vh; /* Allows vertical scrolling */
    background: url('/assets/img/regbg2.png') center center / cover no-repeat,
    linear-gradient(
      #003366,#8304CB
    );
    background-attachment: fixed;
    color: #fafafa;
    scroll-behavior: smooth;
    justify-content: center;
    align-items: center;
}

.hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding-top: 120px;
    height: auto; /* Ensures that the height adjusts based on the content */
}

.ashv-logo-container {
    position: absolute;
    top: 10;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.ashv-logo {
    width: 350px;
    height: auto;
    margin: 20px 0px;
}

.shows-events-schedule {
    width: 96%;
    position: relative;
    margin-top: 200px;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2%;
}

.contains {
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    margin: 0 10%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid rgb(244, 221, 255);
    border-radius: 10px;
}

.des {
    color: #fafafa;
    text-align: left;
    line-height: 1.8;
}

.des h1 {
    font-size: 2.5rem;
    margin: 6px 0 26px 0;
    font-weight: bold;
    text-align: center;
    color:#FECF00;
    font-weight: bold;
}

.des p {
    margin-bottom: 15px;
    color: #fafafa;
    font-size: 1rem;
    line-height: 1.6;
    padding: 0 70px 0 70px;
    font-weight: 200;
    letter-spacing: 0.6px;
    word-spacing: 1.5px;
}

  
  .registration-section {
    padding: 50px;
    text-align: center;
    padding: 50px 20px;
    /* background: url('regbg1.jpg') no-repeat center center/cover; */
    color: #fafafa;
    justify-content: center;
    align-items: center;
    /* display: flex; */
  }

  .registrations{
    justify-content: center;
    align-items: center;
  }

  h1, h2, h3 {
    text-align: center;
  }
  
  h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  
  h2 {
    font-size: 2rem;
    color: #041B78;
    margin-bottom: 16px;
  }
  #tech{
    margin: 20px 0 16px 0;
    color: #FECF00;
  }
  .events-list1 {
    background: url('/assets/img/regbg3.png') no-repeat center center / cover;
    width: 88%;
    padding: 20px 0;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    margin: 18px auto;
    align-items: center;
    justify-content: center;
}

.technical-events {
    width: 88%;
    background: #f8feff;
    border-radius: 2px;
    padding: 10px;
    margin: 20px auto;
    text-align: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.workshop-events {
    margin: 0px auto;
    width: 92%;
    border-radius: 20px;
    padding: 20px;
}

  
  .carousel-wrapper {
    display: flex;
    gap: 20px;
  }

.workshop-carousel {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 10px 0;
    scroll-behavior: smooth;
}

.event-card {
    background: url('/assets/img/regbg1.png') no-repeat center center / cover;
    width: 235px;
    height: 255px;
    border-radius: 15px;
    box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.3);
    padding: 15px;
    color: #f8feff;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    margin: 2px;
    overflow: hidden;
}

.event-card h3 {
    font-size: 1.2rem;
    color: #041B78;
    text-align: left;
    padding: 8px;
    text-shadow: 1px 1px 8px rgba(40, 46, 113, 0.6);
}

.workshop1{
  margin-bottom: 18px;
}

.workshop2{
  margin-bottom: 18px;
}

.workshop3{
  margin-bottom: 60px;
}

.workshop4{
  margin-bottom: 40px;
}

.event-details {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    color: black;
    font-weight: 400;
}

.event-footer{
    display: flex;
    justify-content: space-between;
}
.event-info{
    display: flex;
    margin: 20px 0 6px 0;
}
.event-info .icon {
    font-size: 1.2rem;
}

.price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #041B78;
}

.event-card1 {
  background: url('/assets/img/regbg4.png') no-repeat center center / cover;
  width: 255px;
  height: 210px;
  border-radius: 16px;
  box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.3);
  padding: 15px;
  color: #f8feff;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  margin: 2px;
  overflow: hidden;
}

.event-card1 h3 {
  font-size: 1rem;
  color: #041B78;
  text-align: left;
  padding: 8px;
  text-shadow: 1px 1px 8px rgba(40, 46, 113, 0.6);
}

.register-btn {
    padding: 7px 15px;
    font-size: 0.8rem;
    background-color: #041B78;
    color: #f8feff;
    border-radius: 8px;
}

.register-btn:hover{
    background-color: #FECF00;
    color: #041B78;
    font-weight: bold;
}

.workshop-carousel::-webkit-scrollbar {
    height: 6px;
  }
  
  .workshop-carousel::-webkit-scrollbar-thumb {
    background: #FECF00;
    border-radius: 10px;
  }
  
  .workshop-carousel::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
  }

  .container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 20px;
}

.event {
    background: #f8feff;
    border-radius: 2px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* margin-bottom: 20px; */
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.event-details1 {
    flex: 1;
    width: 143.5px;
    margin-top: 14px;
    margin-left: 40px;
    margin-right: 40px;
}

.event-details1 h3 {
    font-size: 1.5rem;
    color: #041B78;
    width: 200px;
    margin-bottom: 10px; 
}

.event-details1 p strong{
    font-size: 1rem;
    color: black;
    margin-bottom: 5px;
    /* display: flex; */
}

.event-buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 50px;
    margin-right: 50px;
    gap: 12px;
}

/* .register-btn,
.contact-btn {
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 5px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.register-btn:hover,
.contact-btn:hover {
    background-color: #0056b3;
} */

.contact-btn {
    background-color: white;
    border: 2px solid #041B78;
    padding: 6px 15px;
    font-size: 0.8rem;
    color: #041B78;
    border-radius: 8px;
}

.contact-btn:hover {
    background-color: #FECF00;
    color: #041B78;
    font-weight: bold;
}


/* General media query for mobile screens */
@media (max-width: 768px) {
    html, body {
      padding: 0;
      background: url('/assets/img/regbg2.png') center center / cover no-repeat, 
      linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
      background-attachment: fixed;
      color: #fff;
      overflow-x: hidden;
    }
  
    .hero {
      padding-top: 60px;
      min-height: auto;
    }
  
    .ashv-logo-container {
      width: 100%;
      top: 0;
    }
  
    .ashv-logo {
      width: 200px;
      margin: 100px auto;
    }
  
    .shows-events-schedule {
      width: 100%;
      margin-top: 150px;
      padding: 15px;
    }
  
    .contains {
      padding: 15px;
      margin: 0 15px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    }
  
    .des p {
      font-size: 0.95rem;
      padding: 0 20px;
    }
  
    .des h1 {
      font-size: 2rem;
      /* margin: 10px 0 20px; */
    }
  
    .registration-section {
      padding: 20px 10px;
    }
  
    .events-list1 {
      width: 95%;
      padding: 15px;
    }
  
    .technical-events {
      width: 95%;
      padding: 10px;
    }
  
    .workshop-events {
      width: 95%;
      padding: 10px;
    }
  
    .workshop-carousel {
      gap: 10px;
    }
  
    .carousel-wrapper {
      gap: 10px;
    }
  
    .event-card {
      /* width: 80px;
      height: auto; */
      width: 204px;
      height: 220px;
      padding: 10px;
    }
  
    .event-card h3 {
      font-size: 1rem;
    }

    .workshop1{
        margin-bottom: 38px;
    }

    .workshop2{
        margin-bottom: 18px;
    }

    .workshop3{
        margin-bottom: 56px;
    }
    .event-details {
        margin: 15px 0;
    }

    .event-info{
        display: flex;
        margin: 30px 0 6px 0;
    }
    .event-info .icon {
        font-size: 1.2rem;
    }

    .event-footer {
      margin-top: 12px;
      justify-content: space-between;
    }
  
    .price {
      font-size: 1rem;
    }
  
    .register-btn {
      font-size: 0.7rem;
      padding: 5px 10px;
    }
  
    .mits-logo img {
      width: 50px;
      height: auto;
    }
  
    nav ul {
      flex-direction: column;
      gap: 10px;
    }
  
    nav ul li a {
      font-size: 0.9rem;
    }
  
    /* .25-years-logo img {
      width: 70px;
    } */
  
    .contact-btn {
      font-size: 0.8rem;
      padding: 5px 10px;
    }
    
    .workshop1{
      margin-bottom: 48px;
    }
    
    .workshop2{
      margin-bottom: 30px;
    }
    
    .workshop3{
      margin-bottom: 66px;
    }
    
    .workshop4{
      margin-bottom: 48px;
    }
    .event-details {
      display: flex;
      justify-content: space-between;
      margin: 0px;
      color: black;
      font-weight: 400;
  }
  .event-info{
    margin: 35px 0 6px 0;
  }
  .event-info .icon {
    font-size: 0.8rem;
}
  .event-info p{
    font-size: 0.725rem;
}
.event-card1{
  height: 158px;
  width: 175px;
  padding: 8px;
}
.container{
  padding: 0px;
  width: 400px;
}
.event{
  width: 400px;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  margin: 10px auto;
  flex-direction: column;
  text-align: center;
}
.event-details1 {
  flex: 1;
  width: 243.5px;
  margin-top: 4px;
  margin: 10px;
  text-align: center;
  align-items: center;
}
.event-details1 h3 {
  /* font-size: 1.5rem; */
  color: #041B78;
  width: 243px;
  text-align:center;
}
.event-buttons {
  width: 150px;
  gap: 6px;
}
/* .event-card1{
  height: 170px;
  width: 170px;
} */
/* .container{
  padding: 0px;
  width: 300px;
} */
/* .event{
  align-items: center;
  padding: 10px;
  border-radius: 8px;
}
.event-details1 {
  flex: 1;
  width: 243.5px;
  margin-top: 4px;
  align-items: center;
}
.event-details1 h3 {
  font-size: 1.5rem;
  color: #041B78;
  width: 243px;
  text-align:center;
}
.event-buttons {
  width: 150px;
  gap: 6px;
} */
  }
  

/* Tablet and smaller screens */
@media (max-width: 768px) {
  .hero {
      padding-top: 60px;
      min-height: auto;
  }

  .ashv-logo {
      width: 200px;
      margin: 100px auto;
  }

  .shows-events-schedule {
      width: 100%;
      margin-top: 150px;
      padding: 15px;
  }

  .contains {
      margin: 0 15px;
      padding: 15px;
  }

  .des h1 {
      font-size: 2rem;
  }

  .des p {
      padding: 0 20px;
      font-size: 0.95rem;
  }

   .event-card1 {
      width: 160px;
      height: 148px;
      /* min-height: 200px; */
      margin: 10px auto;
  }

  .workshop-carousel {
      padding: 5px;
      gap: 10px;
      justify-content: flex-start;
  }

  .event {
      flex-direction: column;
      width: 100%;
      max-width: 400px;
      margin: 10px auto;
      padding: 15px;
  }

  .event-details1 {
      width: 100%;
      margin: 10px 0;
      text-align: center;
  }

  .event-details1 h3 {
      width: 100%;
      /* font-size: 1.3rem; */
  }

  .event-buttons {
      flex-direction: row;
      margin: 15px 0;
      width: 100%;
      justify-content: center;
      gap: 15px;
  }
}

/* Mobile screens */
@media (max-width: 480px) {
  .hero {
      padding-top: 40px;
  }

  .ashv-logo {
      width: 150px;
      margin: 80px auto;
  }

  .des h1 {
      font-size: 1.5rem;
  }

  .des p {
      padding: 0 15px;
      font-size: 0.9rem;
  }

  /* .event-card, .event-card1 {
      width: 160px;
      min-height: 180px;
  } */

  .event-card h3, .event-card1 h3 {
      font-size: 0.9rem;
      padding: 5px;
  }

  .event-info {
      margin: 20px 0 6px 0;
  }

  .event-info .icon {
      font-size: 0.9rem;
  }

  .event-info p {
      font-size: 0.8rem;
  }

  .price {
      font-size: 0.9rem;
  }

  .register-btn, .contact-btn {
      font-size: 0.8rem;
      padding: 6px 12px;
  }

  .container {
      padding: 10px;
      width: 100%;
  }

  .event {
      max-width: 300px;
  }

  .event-details1 h3 {
      font-size: 1.2rem;
  }

  .workshop1, .workshop2, .workshop3, .workshop4 {
      margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  /* .ashv-logo {
    width: 180px;
  } */

  /* .des h1 {
    font-size: 1.8rem;
  } */

  /* .des p {
    font-size: 0.8rem;
    padding: 0 10px;
  } */

  .events-list1 {
    width: 100%;
    padding: 10px;
  }

  .workshop-events {
    width: 100%;
    padding: 5px;
  }

  .event-card {
    width: 150px;
    height: 168px;
    padding: 8px;
  }

  .event-card h3 {
    font-size: 0.9rem;
  }

  .price {
    font-size: 0.9rem;
  }

  .register-btn {
    font-size: 0.6rem;
    padding: 4px 8px;
  }

  .mits-logo img {
    width: 40px;
  }

  nav ul li a {
    font-size: 0.8rem;
  }

  .container {
    margin: 5px auto;
    padding: 5px;
  }

  .event-details1 h3 {
    font-size: 1rem;
  }

  .contact-btn {
    font-size: 0.7rem;
    padding: 4px 8px;
  }
  .workshop1{
    margin-bottom: 28px;
  }
  
  .workshop2{
    margin-bottom: 16px;
  }
  
  .workshop3{
    margin-bottom: 40px;
  }
  
  .workshop4{
    margin-bottom: 28px;
  }
  .event-details {
    display: flex;
    justify-content: space-between;
    margin: 0px;
    color: black;
    font-weight: 400;
}
.event-info{
  margin: 35px 0 6px 0;
}
.event-info .icon {
  font-size: 0.8rem;
}
.event-info p{
  font-size: 0.725rem;
}
.event-card1{
height: 126px;
width: 140px;
}
.container{
padding: 0px;
width: 300px;
}
.event{
align-items: center;
padding: 10px;
border-radius: 8px;
}
.event-details1 {
flex: 1;
width: 243.5px;
margin-top: 4px;
align-items: center;
}
.event-details1 h3 {
font-size: 1.5rem;
color: #041B78;
width: 243px;
text-align:center;
}
.event-buttons {
width: 150px;
gap: 6px;
}
}

/* Extra small devices */
@media (max-width: 360px) {
  .event-card, .event-card1 {
      width: 140px;
      min-height: 160px;
  }

  .des h1 {
      font-size: 1.3rem;
  }

  .des p {
      padding: 0 10px;
      font-size: 0.85rem;
  }

  .event {
      max-width: 280px;
      padding: 10px;
  }

  .event-buttons {
      flex-direction: column;
      align-items: center;
  }

  .register-btn, .contact-btn {
      width: 120px;
  }
} 