.main-header .info-btn {
  color: #ffffff !important;; 
}

.main-header .info-btn a:hover {
  color: var(--theme-color2) !important;
}
.main-header .ui-btn{
	color: #ffffff !important; 
}

.main-header .ui-btn:hover{
	 color: var(--theme-color2) !important;
}
.mobile-nav-toggler{
	color: #ffffff !important;
}

.courses-details__content p {
 color:#000000 !important;
}
.courses-details__content .points li{
	 color:#000000 !important;
}
.course-details-info-link{
	padding:10px !important;
}
.page-title{
	padding-top:70px !important;
	padding-bottom:80px !important;
}
.page-title .title{
	font-size: 50px !important;
	text-align:center;
}
.course-details-price{
	background-color: #232331 !important;
	border-color: #d67f22 !important;
}
.course-details-price-amount{
	color: #ffffff !important;
}
.latest-course h5{
	color:#000000 !important;
	font-size: 18px !important;
	line-height:25px !important;
}
.latest-course-item + .latest-course-item{
	padding-top: 5px !important;
    margin-top: 5px !important;
}
.latest-course-img {
  width: 100% !important;
  margin-right: 30px !important;  
}
.latest-course{
	background-color: #f3f3f3 !important;  
}
.latest-course-title{
	color: #d67f22 !important;
}
.course-details-info{
	border-color: #11b7b2 !important;
}
.nav-tabs{
	border-bottom: 2px solid #11b7b2 !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  color: #11b7b2 !important;
  font-weight:bold !important; 
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #11b7b2 !important;
  border-bottom: 2px solid #11b7b2 !important;
  font-weight:bold !important;
}
#curriculum  ul{
	padding-left: 0px !important;
}
#curriculum .accordion-box .block{
	border-radius: 0px !important;
}

#contactModal{

	.bg-primary {
		background-color: #11b7b2 !important;
	}
	.btn-primary {	 
	  background-color: #d67f22 !important;
	  border-color: #d67f22;
	}
	.text-primary{
		color: #11b7b2 !important;
	}

}
.tab-content h2,.tab-content h3{
	font-size: 22px !important;
	font-weight:bold !important;
}
.page-breadcrumb{
	text-align: center;
}
.enroll-container h2,.fees-container h2 {
	color: #000000 !important;
	font-size: 22px !important;
	font-weight:bold !important;
	margin-top:25px;
}
.enroll-container p,.fees-container p {
	color: #000000 !important;	
}
.pricing-section{
	padding: 50px 0 70px !important;
}

.fees-container,.enroll-container { 
  background-color: #fff;
  padding: 30px; 
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}    
.highlight {
      font-weight: bold;
      color: #e67e22;
    }
.note {
  background-color: #fff4e6;
  border-left: 4px solid #f39c12;
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
}
.tip {
  background-color: #e8fcef;
  border-left: 4px solid #27ae60;
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
}

 .quote {
  font-style: italic;
  margin: 20px 0;
  padding: 15px;
  background-color: #f1f8ff;
  border-left: 4px solid #3498db;
  border-radius: 8px;
}
.text h6{color:#ffffff !important;}


.mobile-hero {
    text-align: center;
    padding: 20px;
}

.mobile-hero img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.mobile-hero h2 {
    font-size: 22px;
    margin-top: 20px;
    color: #222;
}

.mobile-hero p {
    font-size: 16px;
    color: #555;
}


/* Mobile Slider Section - Show only on mobile */
.custom-mobile-view {
  display: none;
}

/* Hide desktop slider on mobile */
@media (max-width: 767.98px) {
  .custom-main-slider.style-two {
      display: none;
  }
  .custom-mobile-view {
      display: block;
  }
}

/* Mobile Slider Styles */
.custom-mobile-view {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.custom-slider-container {
  position: relative;
  width: 100%;
}

.custom-slider-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 300px;
}

.custom-slider-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.5) 60%, transparent 100%);
  padding: 15px;
  color: #000;
  text-align: center;
}

.custom-slider-text {
  max-width: 90%;
  margin: 0 auto;
}

.custom-slider-title {
  font-size: 1.5rem;
  margin-bottom: 8px;
  color: #000000; /* Dark text */
  font-weight: 700;
  line-height: 1.2;
}

.custom-slider-description {
  font-size: 0.9rem;
  margin-bottom: 15px;
  color: #333; /* Slightly lighter dark text */
  line-height: 1.4;
}

/* Responsive adjustments */
@media (max-width: 575.98px) {
  .custom-slider-title {
      font-size: 1.3rem;
  }
  
  .custom-slider-description {
      font-size: 0.8rem;
      margin-bottom: 10px;
  }
  
  .custom-slider-button {
      padding: 8px 20px;
      font-size: 0.9rem;
  }
  
  .custom-slider-overlay {
      padding: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .custom-slider-image {
      min-height: 350px;
  }
  
  .custom-slider-title {
      font-size: 1.7rem;
  }
  
  .custom-slider-description {
      font-size: 1rem;
  }
  .about-section{
    padding-top:0px !important; 
  }
}



/* Categories */

/* Mobile Slider Section - Show only on mobile */
.mobile-slider {
  display: none;
}

/* Hide desktop slider on mobile */
@media (max-width: 767.98px) {
  .main-slider.style-two {
    display: none;
  }
  .mobile-slider {
    display: block;
  }
  .about-section{
    padding-top:40px !important; 
  }
}

/* Mobile Slider Styles */
.mobile-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-content {
  position: relative;
  width: 100%;
}

.slider-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 300px;
}

/* New: Content section below the image (no overlay) */
.slider-bottom-content {
  background: #fff;
  padding: 40px 20px; /* Increase padding for better spacing */
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add a light shadow */
  border-radius: 8px; /* Rounded corners */
  margin-top: -20px; /* Slightly lift content for a better effect */
  position: relative;
}

.slider-text {
  max-width: 90%;
  margin: 0 auto;
  align-items: center; 
}

/* Title Styling - Centered and enhanced */
.slider-title {
    margin-top: 10px;
  font-size: 2rem; /* Larger title for better emphasis */
  margin-bottom: 12px; /* Increased space between title and description */
  color: #fff;
  font-weight: 700;
  line-height: 1.3; /* Adjust line height for readability */
  text-transform: uppercase; /* Optional: Uppercase letters for style */
  letter-spacing: 1px; /* Spaced letters for more clarity */
  text-align: center; /* Ensures title is centered */
}

/* Description Styling - Centered and improved readability */
.slider-description {
  font-size: 1.1rem; /* Slightly larger text */
  margin-bottom: 20px; /* Increased margin for better spacing */
  color: #7d8185; /* Slightly lighter color for better contrast */
  line-height: 1.6; /* More spacing between lines */
  text-align: center; /* Centered description */
}



/* Responsive adjustments */
@media (max-width: 575.98px) {
  .slider-title {
    font-size: 1.5rem; /* Slightly smaller title on mobile */
  }

  .slider-description {
    font-size: 1rem;
    margin-bottom: 15px;
  }

  .slider-button {
    padding: 10px 25px;
    font-size: 1rem;
    align-items: center;
  }

  .slider-bottom-content {
    padding: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .slider-image {
    min-height: 350px;
  }

  .slider-title {
    font-size: 1.8rem;
  }

  .slider-description {
    font-size: 1.1rem;
  }
}
/* Style for the hot badge */
.hot-link {
  position: relative;
  text-align: center;  /* Centers the "HOT" badge */
}

.hot-badge {
  position: absolute;
  top: -8px;  /* Slightly adjusted to make it closer to the link */
  left: 50%;
  transform: translateX(-50%);  /* Centers the badge horizontally */
  background-color: #FFD700;  /* Yellow color for HOT badge */
  color: black;  /* Black text for better contrast */
  font-weight: bold;
  padding: 3px 6px;  /* Smaller padding */
  border-radius: 10px;  /* Rounded corners */
  font-size: 10px;  /* Smaller font size */
  text-transform: uppercase;
  z-index: 1;
}

.navigation li a {
  position: relative;
  padding-right: 30px;  /* Space to make room for the badge */
}

.hot-link a {
  color: #333;  /* Regular link color */
  font-weight: bold;
}

.hot-link a:hover {
  color: #FF4500;  /* Change color on hover */
}
/* Responsive video container */
    .video-container {
      position: relative;
      padding-bottom: 56.25%; /* 16:9 aspect ratio */
      height: 0;
      overflow: hidden;
      max-width: 100%;
      background: #000;
    }

    /* Responsive iframe */
    .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

.batch-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto;
    }
    .batch-card {
      background: white;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .batch-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    }
    .batch-title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px;
      color: #2c3e50;
    }
    .batch-details {
      font-size: 14px;
      color: #555;
      line-height: 1.5;
    }
    .enroll-btn {
      display: inline-block;
      margin-top: 15px;
      padding: 10px 15px;
      background-color: #3498db;
      color: white;
      border: none;
      border-radius: 6px;
      text-decoration: none;
      font-size: 14px;
      transition: background-color 0.3s;
    }
    .enroll-btn:hover {
      background-color: #2980b9;
    }
	.requirements-list,
    .benefits-list {
      margin: 10px 0 20px 20px;
      padding-left: 20px;
    }

    .requirements-list li {
      list-style: disc;
      margin-bottom: 8px;
    }

    .benefits-list li {
      list-style: circle;
      margin-bottom: 8px;
    }

    .button-container {
      text-align: center;
      margin-top: 20px;
    }

    .register-button {
      display: inline-block;
      background-color: #2980b9;
      color: white;
      padding: 12px 25px;
      font-size: 16px;
      border: none;
      border-radius: 6px;
      text-decoration: none;
      transition: background-color 0.3s ease;
    }

    .register-button:hover {
      background-color: #1c5980;
    }