l body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: lightgray;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.body::-webkit-scrollbar {
    display: none;
}
.nav-bg-dark {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
}

.index-container {
  display: flex;
  position: relative;
  padding-top: 250px;
  flex-direction: column;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/block-1.png);
  background-position: center;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

.nav-container {
  position: absolute;
  width: 100%;
  height: 250px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

@media (max-width: 768px) {
    .index-container {
  display: flex;
  position: relative;
  padding-top: 600px;
  flex-direction: column;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/block-1.png);
  background-position: center;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

.nav-container {
  position: absolute;
  width: 100%;
  height: 600px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.nav-bg-dark {
    display:flex;
    justify-content: center;
    
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
}
.nav-buttons{
    width:100%;
}

}


.nav-link.active {
  border-top: #17a2b8 solid 7px;
  border-radius: 0px;
  background-color: transparent !important;
  color: #17a2b8 !important;
  width: fit-content;
}

.redirect-button {
  width: 100px;
  height: 40px;
  border-radius: 20px;
  padding:0;
  margin: 5px;
  transition: color 0.3s ease-in-out;
}

.services-conatiner {
  justify-content: center;
  align-items: center;
  margin: 10px;
  border-radius: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 20px;
}

.services-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  margin: 20px;
}

.features-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.feature {
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  width: 250px;
  height: 350px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  flex-grow:1;
}

.feature img {
  width: 60px;
  margin-bottom: 15px;
}

.feature h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  height: 3rem;
  align-content: center;
}

.feature p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.about-us {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  gap: 30px;
  padding: 30px;
  flex-wrap:wrap-reverse;
}

.about-us-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  max-width: 700px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.about-us-text h2 {
  color: #17a2b8;
  font-size: 2.2rem;
  font-weight: bolder;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.about-us-text h1 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 10px 0;
}

.about-us-text p {
  font-size: 1.2rem;
  color: #000;
  line-height: 1.6;
}

.image-container {
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.stats-section {
  background: url(../image.png);
  color: white;
  padding: 40px 20px;
  text-align: center;
  background-attachment: fixed;
}
.stats-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 50px;
}
.stat-item {
  max-width: 400px;
}
.stat-item img {
  height: 100px;
  margin-bottom: 10px;
}
.stat-number {
  font-size: 30px;
  color: #17a2b8;
  font-weight: bold;
}
.stat-text {
  font-size: 16px;
  font-weight: normal;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #f9f9f9;
  color: #333;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

h1 {
  text-align: center;
  color: #17a2b8;
  margin-bottom: 10px;
}

h2 {
  color: #17a2b8;
  margin-bottom: 20px;
}

.courses-section {
  margin-bottom: 40px;
}

.courses-grid {
  display: flex;
  justify-content: space-between;
  align-items:center;
  width:100%;

}

.course-card {
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s linear;
}

.course-card:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.course-card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.course-title {
    
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 10px;
}

.course-price {
  font-size: 16px;
  color: #28a745;
}

.course-price del {
  color: #888;
  margin-right: 10px;
}

.read-more {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background: #17a2b8;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.read-more:hover {
  background: #138496;
}
.courses-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
    flex-wrap: wrap;
    gap:20px
}

.course-card {
  width: 350px;
  height: 540px;
}

.skills-card {
  width: 350px;
}

.skills-card {
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s linear;
}

.skills-card:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Add more space in the middle */
.empty-space {
  width: 40%;
}

.carouselm-container {
  font-family: Arial, sans-serif;
  background-color: #f5f5f5;
  margin-bottom: 100px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}

.carouselm {
  position: relative;

  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.carouselm-track {
  height: 100%;
  display: flex;
  animation: scroll-left 20s linear infinite;
  gap: 0;
  width: 50%; /* Makes the carouselm stretch full width */
}

.carouselm-track:hover {
  animation-play-state: paused;
}

.carouselm-item {
  flex: 0 0 100%;
  font-size: 0;
  margin: 20px;
}

.carouselm-item img {
  width: 100%;
  height: 100%;
  display: block;
  direction: rtl;
  object-fit: fill;
  object-position: center;
}

/* Animation for infinite scroll */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-300%);
  }
}

.containerb {
  display: flex;
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.text-section {
  background-color: #424242;
  color: white;
  padding: 30px;
}

.text-section h2 {
  color: #00bcd4;
  margin-bottom: 20px;
}

.text-section h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.text-section p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.icon-section {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.icon-section img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.carouselm-container2 {
  font-family: Arial, sans-serif;
  background-color: #f5f5f5;
  margin-bottom: 100px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}

.carouselm2 {
  position: relative;

  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.carouselm-track2 {
  height: 100%;
  display: flex;
  animation: scroll-left2 20s linear infinite;
  gap: 0;
  width: 50%; /* Makes the carouselm stretch full width */
}

.carouselm-track:hover {
  animation-play-state: paused;
}

.carouselm-item2 {
  flex: 0 0 36%;
  font-size: 0;
  margin: 20px;
}

.carouselm-item2 img {
  /*width: 100%;*/
  max-width:250px;
  height: 100%;
  display: block;
  direction: rtl;
  object-fit: fill;
  object-position: center;
}

/* Animation for infinite scroll */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-300%);
  }
}
/* Animation for infinite scroll */
@keyframes scroll-left2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-126%);
  }
}

.footer {
  background-color: #0f1f18;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  padding: 20px;
}

.footer-section {
  flex: 1 1 250px;
  margin: 10px;
}

.footer-section h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

.footer-section p,
.footer-section ul,
.footer-section a {
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
}

.footer-section ul {
  list-style-type: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a:hover {
  text-decoration: underline;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.social-icons a {
  font-size: 20px;
  color: #ffffff;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #4caf50;
}

.footer-bottom {
  background-color: #000000;
  color: #aaaaaa;
  padding: 10px 0;
  font-size: 14px;
}

.footer-bottom a {
  color: #4caf50;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}
/* CONTACT US STYLE*/
.bg-contact-form {
  background-color: #f2f1f8 !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

  border-radius: 30px;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 20px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::placeholder {
  color: #495057;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 8px;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
/* CONTACT US STYLE END*/

.nav-links {
  font-size: 15px !important;
}
.video-container {
   display:flex;
   flex-direction:column;
   justify-content:center;
   align-items: center;
   margin: 20px 0;
   padding-top:350px;
}
iframe {
  width: 80%;
  height: 450px;
  margin:20px;
  border: none;
}
.videos-head{
    display: flex;
    text-align: center;
    color: #00c7c4;
    font-size: 45px;
    font-weight: 800;
}
.me-2{
        width: 50px;
}
.fs-4{
    font-size: 1rem !important;
        margin-bottom: 0rem;
}