.registration-button {
  width: 100%;
  height: 40px;
  max-width: 840px;
  margin: 25px auto;
  background-color: red;
  text-align: center;
  padding: 35px;
  border-radius: 5px;
  font-size: 25px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.registration-button a {
  background-color: red;
  color: #fff;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.2rem;
  transition: background-color 0.3s ease;
}

.registration-button a:hover {
  background-color: #ff4500; /* Darker shade of red */
  transform: scale(0.95);
  transition: all 0.3s ease;
  color: aliceblue;
}

/* Button Link Style
.registration-button {
  text-align: center;
  margin: 20px 0;
}

.registration-button a {
  display: inline-block;
  background-color: #007BFF;
  color: red;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.registration-button a:hover {
  background-color: #0056b3;
  transform: translateY(-4px);
}

.registration-button a:active {
  transform: translateY(2px);
} */

/* Registration Form Style */
.form-container {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Overlay */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.form-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  width: 400px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.form-content h2 {
  text-align: center;
}

.form-content label {
  display: block;
  margin-top: 10px;
}

.form-content input,
.form-content select {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-content button {
  width: 100%;
  padding: 12px;
  background-color: #007bff;
  color: white;
  border: none;
  font-size: 16px;
  border-radius: 8px;
  margin-top: 15px;
  cursor: pointer;
}

.form-content button:hover {
  background-color: #0056b3;
}

.form-content button:active {
  transform: translateY(2px);
}

/* Cancel Button */
.form-content button[type="button"] {
  background-color: #ccc;
}

.form-content button[type="button"]:hover {
  background-color: #999;
}

/* Logo container */
.logo-container {
  position: absolute;
  top: 10px; /* Adjust as needed */
  left: 10px; /* Adjust as needed */
  z-index: 1000; /* Ensure it's above other elements */
}

.logo {
  width: 200px; /* Adjust the size of the logo */
  height: auto;
}

/* General styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f4f4f4;
}

/* Container for carousel */
.carousel-container {
  width: 100%;
  margin: 20px 0;
  cursor: pointer;
}

.carousel-img {
  width: 75% !important;
  /* height: 800px !important; */
  margin: auto;
  max-height: 500px;
}

/* Slick Carousel Styles */
.slick-prev,
.slick-next {
  font-size: 18px;
  color: #000;
  z-index: 1;
}

.slick-prev {
  left: 15px;
}

.slick-next {
  right: 15px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

/* Main Section */
/* .container-one {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
} */

.container-one {
  width: 100%;
  background-color: #172c35;
  color: white;
  padding: 30px 0;
}
.main-heading {
  font-size: 31px;
  padding-top: 20px;
}

.heading {
  text-align: center;
  color: white;
  padding: 20px 0;
  margin-bottom: 40px;
  padding-top: 15px;
}

.workshop-heading {
  font-size: 25px;
  margin: 10px 0;
  padding-left: 10px;
  padding-right: 10px;
}
.container-heading {
  font-size: 21px;
}

.head {
  font-size: 37px;
  color: red;
}

.intro {
  font-size: 35px;
  text-align: center;
  margin-top: 20px;
  color: yellow;
  text-align: center;
  margin: 20px;
}
.intro-heading {
  font-size: 25px;
}
/* .intro-head{
  color: rgb(255, 0, 81);
  font-size: 27px;
  text-align: center;
} */

.intro-para {
  font-size: 20px;
  margin: 20px 0;
  /* text-align: justify; */
  text-align: center;
  color: white;
  text-align: center;
  padding: 20px;
}

/* Video Container */
.video-container {
  margin: 30px 0;
  text-align: center;
}

.vid_container-one {
  width: 80%;
  max-width: 900px;
  border-radius: 10px;
}

/* Footer Section */
.footer {
  background-color: #211341;
  color: #fff;
  padding: 40px 0;
  /* padding: 30px 0; */
  margin: 20px;
  text-align: center;
}

.footer-heading {
  font-size: 30px;
  color: #fff;
  margin: 10px 0;
  text-align: center;
  padding: 10px;
}

.footer-heading.yellow {
  color: #ffdd57; /* Yellow for highlight */
}
.container-heading-case {
  text-align: center;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.footer-section {
  width: 45%;
}

.footer-section h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #ff6347;
}

/* .footer-section ul {
  list-style-type: none;
} */

.footer-section ul li {
  margin: 8px 0;
}

.footer-section ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.footer-section ul li a:hover {
  color: #ff6347;
}

/* Registration Section */
.container_two {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(211, 206, 206, 0.324);
  border-radius: 10px;
}

.footer-heading.black {
  font-size: 2rem;
  text-align: center;
  color: #333;
}

.flex-two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0;
}

.box-two {
  width: 45%;
  margin-bottom: 15px;
}

input[type="checkbox"] {
  margin-right: 10px;
}

.paragraph {
  font-size: 1.1rem;
  text-align: center;
  margin: 15px 0;
}

/* Faq Section */
.container-three {
  background-color: #fff;
  margin: 40px 0;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.heading-three {
  font-size: 2.5rem;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}

.flex-block {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.box-block {
  width: 45%;
  margin-bottom: 20px;
  width: 90%;
  background-color: #002950e3;
  margin: 10px 0;
  padding: 10px;
  color: white;
  cursor: pointer;
  font-size: 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

/* h3 {
  font-size: 1.5rem;
  cursor: pointer;
  color: #333;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 5px;
  transition: background-color 0.3s ease;
} */

/* .copyright {
  background-color: #1a3a50;
  width: 100%;
  font-size: 20px;
  margin-left: 20px;
  margin-right: 50px;
  height: 60px;
}
.copyright-para {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
} */

.box-block:hover {
  background-color: #1a3a50;
}
/* .box-block p {
  font-size: 1rem;
  text-align: left;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 5px;
  margin-top: 10px;
   display: none; 
}

.box-block p.active {
  display: block;
} */

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
  }

  .footer-section {
    width: 100%;
    margin-bottom: 20px;
    font-size: 24px;
  }
  /* .footer-section ul {
 
    padding-left: 0;
  } */

  /* .footer-section li {
  margin-bottom: 10px;
} */

  .footer-section a:hover {
    color: #f39c12; /* Change to gold on hover */
  }
  .unorder-list {
    color: #f39c12;
  }

  .flex-two {
    flex-direction: column;
    font-size: 50px;
    color: #f39c12;
  }

  .box-two {
    width: 100%;
  }

  .flex-block {
    flex-direction: column;
  }

  .box-block {
    width: 100%;
  }

  .vid_container-one {
    width: 100%;
  }
}

footer {
  background-color: #222;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

footer .social-icons {
  margin: 10px 0;
}

footer .social-icons a {
  color: #fff;
  margin: 0 15px;
  text-decoration: none;
  font-size: 30px;
}

footer .social-icons a:hover {
  color: #1a73e8;
}

footer .address {
  font-size: 16px;
  margin-top: 15px;
}

footer .address p {
  margin: 5px 0;
}

footer .address a {
  color: #fff;
  text-decoration: none;
}

footer .address a:hover {
  color: #1a73e8;
}

footer .copyright {
  font-size: 14px;
  margin-top: 20px;
  color: #bbb;
}

footer .copyright a {
  color: #bbb;
  text-decoration: none;
}

footer .copyright a:hover {
  color: #1a73e8;
}

/* Responsive Design */
@media (max-width: 600px) {
  footer .social-icons a {
    font-size: 24px;
    margin: 0 10px;
  }

  footer .address {
    font-size: 14px;
  }

  footer .copyright {
    font-size: 12px;
  }
}
