.body {
  font-family: 'Arial', sans-serif;
  overflow-x: hidden;
  overflow-y: hidden;
}
.start {
  background-color: #fff;
  padding: 0px 0;
  text-align: center;
}
.mid {
  background-color: #f8f9fa;
  padding: 50px 0;
  text-align: center;
}
.h11 {
    margin: -8px;
}
.h11 + .h11 {
    margin-top: -30px;
}
.img-fluid-1 {
  max-width: 50%;
    height: auto;
}
.start h1 {
  font-size: 68px;
  font-weight: bold;
  margin-bottom: 30px;
}
.btn-custom {
  background: linear-gradient(45deg , #ff6347, #e19f3d);
  color: #fff;
  text-align: center;
  padding: 8px 240px; 
  font-weight: bold;
  font-size: 18px;
  /* border-radius: 20px; */
  margin-top: 10px;
  border: none;
}
.wap{
  font-size: xx-large;
  font-weight: bold;
}
.f22{
  background-image: url(/image/bg.png);
  image-orientation:90deg;
  color: #fff;
}
.wap2{
  font-size: x-large;
  font-weight: 500;
}
.checklist {
  list-style: none;
  padding-left: 0;
}

.checklist li {
  margin-bottom: 10px;
  text-align: left;
}
.checklist li::before {
  color: #28a745;
  font-weight: bold;
  margin-right: 10px;
}
.form-section {
  background-color: white;
  border: #333;
  color: black;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.form-section h3 {
  font-weight: bold;
}

.btn-webinar {
  background-color: #FF6347;
  color: white;
  border: none;
  padding: 15px 85px;
  font-size: 20px;
  border-radius: 5px;
}

.btn-webinar:hover {
  background-color: #ff7b63;
}

.check-list {
  list-style-type: none;
  padding: 0;
}

.check-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.check-list li i {
  color: #4CAF50;
  margin-right: 10px;
}

.experience-options {
  margin-top: 20px;
}
.start .btn-custom:hover {
  background-color: #e5533c;
}
.video-section {
  position: relative;
}
.video-section img {
  max-width: 100%;
  border-radius: 15px;
}
.city-name {
  position: absolute;
  top: 880px;
  left: -20px;
  color: rgba(0, 0, 0, 0.1);
  font-size: 145px;
  font-weight: bold;
  transform: rotate(-90deg);
  transform-origin: left top;
}
.h2 {
  font-weight: bold;
}
.d2{
  position: absolute;
  left: 500px;
  top: 3950px;
}
.s3{
  position: absolute;
  left: 500px;
  top: 4550px;
}
.navbar {
  padding: 20px 0;
  font-size: large;
  font-weight: bold;
}
.navbar-nav .nav-link {
  color: #333;
  font-size:x-large;
  text-align: left;
  font-weight: bold;
  margin-left: 20px;
}
.navbar-nav .nav-link:hover {
  color: #ff6347;
  
}
footer {
  padding: 30px 0;
  background-color: #f8f9fa;
  text-align: center;
}
footer p {
  margin: 0;
}
.card {
  width: 590px;
  height: 500px;
  overflow: hidden;
}  
.card-text {
  font-size: 19px;
}
.card-1 {
  width: 990px;
  height: 600px;
  overflow: hidden;
  border-radius: 10px; /* Rounded corners */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}
.card-1:hover {
  transform: scale(1.05); /* Slightly enlarge the card */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Increase shadow on hover */
}
.card-img-top {
  transition: transform 0.3s ease; /* Smooth image transition */
}
.card-1:hover .card-img-top {
  transform: scale(1.1); /* Zoom in on the image when card is hovered */
}
.chapter-section {
  background-color: #f8f9fa;
  padding: 50px 0;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  color: #28b42f;
  margin-bottom: 30px;
}

.chapter-card {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin: 10px;
  transition: box-shadow 0.3s ease;
}

.chapter-card:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.chapter-card h5 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
}

.chapter-card ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.chapter-card ul li {
  font-size: 16px;
  color: #555;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.chapter-card ul li::before {
  content: "✔";
  color: #28b42f  !important;
  margin-right: 10px;
}

.btn-primary {
  background: linear-gradient(45deg, #ff6347, #e19f3d);
  color: #fff;
  padding: 20px 20px;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
}

.btn-primary:hover {
  background: linear-gradient(45deg, #e5533c, #d4832b);
}

.iz {
  width: auto;
  height: auto;
}
.p1 {
  text-align: justify;
}
.p2 {
  text-align: left;
}
.asr {
  display: flex;
  justify-content: center;
}
.asd{
  display: flex;
  justify-content: center;
  margin-left: 8%;
  padding: 20px;
}

.checklist {
  list-style: none; /* Remove default list styling */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margin */
  display: flex; /* Use flexbox for layout */
  flex-direction: column; /* Stack items vertically */
  justify-content: center; /* Center items vertically */
  align-items: center; /* Center items horizontally */
  height: auto; /* Adjust height to auto */
  max-height: 200px; /* Limit the height to prevent overlap */
  overflow: hidden; /* Prevent overflow */
}

.checklist li {
  display: flex; 
  align-items: center; 
  justify-content: flex-start;
  width: 100%; 
  text-align: left; 
  margin: 5px 0; 
}

.text-success {
  color: #28a745; 
  margin-right: 10px; 
}

.container {
  padding: 20px;
}

.row {
  margin-bottom: 20px; 
}

.fs-2 {
  margin-bottom: 20px; 
}

.form-section {
  background-color: #f8f9fa; 
  padding: 20px;
  border-radius: 8px; 
}

.card1 {
  width: 250px;
  height: 70px;
  border: none;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card1:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.video-item {
  display: block;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.img-custom {
  width: 80%; /* Adjust as needed for your design */
  margin: 0 auto; /* Center the image within the column */
  display: block; /* Ensure images are treated as block-level elements */
}

 .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 Aspect ratio */
  background-color: #000;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.videos-section {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
}
.video-item {
  position: relative;
  width: 280px; /* Fixed width for consistency */
  height: 500px; /* Adjust as needed */
  border-radius: 15px;
  overflow: hidden;
  background-color: black;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
  transition: transform 0.2s; /* Smooth hover effect */
}

.video-item:hover {
  transform: scale(1.05);
}

.video-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.course-link {
  color: white; /* Set default color to white */
  text-decoration: none; /* Remove underline */
  margin-left: 5px; /* Add space between icon and link */
}

.course-link:hover {
  color: #ff7e5f; /* Change color on hover */
}

.contact-link {
  color: white; /* Set default color to white */
  text-decoration: none; /* Remove underline */
  margin-left: 5px; /* Add space between icon and text */
}

.contact-link:hover {
  color: #ff7e5f; /* Change color on hover */
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.social-btn {
  color: white;
  font-size: 2rem; /* Increase the icon size */
  text-decoration: none;
}

.social-btn:hover {
  color: #ff7e5f; /* Changes color on hover */
}

.hc {
  color: #2f0080;
}

.journey-container {
  position: relative;
  padding-left: 30px; /* Space for the vertical line */
}

.journey-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding-left: 25px; /* Space for each step with icons */
}

.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* background-color: #c5c1b2; */
  color: #555;
  font-size: 1.4rem;
  margin-right: 1rem;
  z-index: 1;
}

.step-line {
  width: 2px;
  background-color: #d1d1d1;
  position: absolute;
  top: 20px; /* Increase the top value */
  bottom: 30px; /* Decrease the bottom value */
  left: 80px;
  z-index: 0;
}

.journey-step h5  {
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
}
.journey-step p  {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}

#learning{
  text-align: justify;
  text-justify: inter-word;
}
.learning-container {
  background-color: #f8f9fa;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.15);
}

#starticon {
  background-color: #e9acc3;

}
#bookicon {
  background-color: #c9d6cc;

}
#practiceicon {
  background-color: #a6ddb3;

}
#createicon {
  background-color: #8db5e9;

}

@media (max-width: 768px) {
  .row {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .asd {
    display: flex;
  justify-content: center;
  margin-left: 1%;
  padding: 20px;
  }
  .chapter-card {
    width: 90%;
  }
  .journey-container {
    padding-left: 0; /* Remove extra padding on smaller screens */
    margin-top: 2rem; /* Add spacing between sections */
  }

  .step-line {
    left: 50px; /* Adjust positioning for small screens */
    top: 10px; /* Optional: fine-tune top position */
    left: 20px;
    bottom: 20px; /* Optional: fine-tune bottom position */
  }

  .icon-container {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }

  .journey-step {
    padding-left: 0;
    text-align: center;
  }

  .learning-container {
    padding: 1rem;
  }
  .start h1 {
    font-size: 40px;
  }
  .video-container {
    align-items: center;
    width: 100%;
    padding-bottom: 56.25%; 
  }
  .btn-custom {
    padding: 10px 30px;
    font-size: 17px;
  }
  .city-name {
    display: none;
  }
  .nav-link {
    font-size: medium;
    margin-left: 15px;
  }
  .btn-webinar {
    padding: 12px 60px;
    font-size: 18px;
  }
  .check-list li {
    font-size: 16px;
  }
  .f22 {
    font-size: 1.5rem;
  }
  .img-custom {
    width: 70%;
  }
  .video-item {
    display: none;
  }
  .video-item:first-of-type {
    display: block;
  }
  .col-12 {
  padding: 5%; 
  }
  .col-md-5 {
  flex: 0 0 auto;
  }
  .img-fluid-1 {
    max-width: 80%;
  }

  .video-container {
    max-width: 900px; 
    margin: 0 auto; 
    height: 515px;
    padding-bottom: 0%; 
  }

  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
}