/* Final Header */
#header1 {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

#logo1 {
  width: 67px;
  
}

/* Frame 1000004120 */

/* Border Line spanning full screen width */
.border-line1 {
  width: 98.9vw;
  /* Full viewport width */
  height: 0px;
  border: 0.5px solid #9f9f9f;
  margin-top: 40px;
  position: relative;
  left: 50%;
  /* Ensure it stretches across */
  transform: translateX(-50%);
  /* Correct alignment */
}

/* Group 1000004118 */
.second-logo1 {
  /* Frame 1000004120 */

  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 120px 0px 0px;
  gap: 10px;

  width: 276.85px;
  height: 50px;

  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

/* Layout for header content */
.header-top1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  padding-top: 15px;
  gap: 32px;
}

.nav-menu1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /* Allow wrapping for smaller screens */
  padding: 0 2%;
  /* Use percentage for padding */
  margin-top: 24px;
  /* Add 24px spacing from the separator line */
}

/* Nav Links */
.nav-item1 a {
  color: #ffffff;
  font-weight: bold;
  text-transform: capitalize;
}

/* User Info buttons */
.user-info1 .login {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 20px;
  border: 2px solid #c7830e;
  color: #fff;
  text-decoration: none;
  margin-right: 20px;
  /* 20px between login and signup */
}

/* User Info buttons */
.user-info1 .login:hover {
  background: #c7830e;
  border-color: #c7830e;
}

.acmic {
  /* Academic and training affairs */

  width: 214.75px;
  height: 32px;

  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 16px;
  /* or 129% */
  display: flex;
  align-items: center;
  text-transform: capitalize;

  color: #ffffff;

  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

.user-info1 .signup {
  background-color: #c7830e;
  border-color: #c7830e;
  /* Purple background for Signup */
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  margin-right: 24px;
  /* 24px between signup and 'ar' */
}

.user-info1 .signup:hover {
  background-color: #ffffff;
  color: #c7830e;
}

.language-switch1 {
  padding: 5px 10px;
  background-color: #6c757d;
  color: white;
  border-radius: 20px;
  font-size: 14px;
}

/* Final Header */
#header {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

#logo {
  width: 67px;
  
}

/* Bottom Border Line */
.border-line {
  width: 100%;
  height: 0px;
  border: 0.5px solid #9f9f9f;
  margin-top: 20px;
}

/* Group 1000004118 */
.second-logo {
  width: 156.85px;
  height: 50px;
}

/* Layout for header content */
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2%;
  gap: 32px;
}

.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /* Allow wrapping for smaller screens */
  padding: 0 2%;
  /* Use percentage for padding */
}

/* Nav Links */
header[id="second-header"] nav .nav-item a {
  color: #000;
  font-weight: bold;
  text-transform: capitalize;
}

/* User Info buttons */
.user-info .login,
.user-info .signup {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 20px;
  border: 2px solid #6f42c1;
  color: #fff;
  text-decoration: none;
}

.user-info .signup {
  background-color: #6f42c1;
  /* Purple background for Signup */
  margin-left: 10px;
}

.language-switch {
  margin-left: 10px;
  padding: 5px 10px;
  background-color: #6c757d;
  color: white;
  border-radius: 20px;
  font-size: 14px;
}

/* Cover Image Section */
/* #cover-section {
    position: relative;
    width: 100%;
    height: 1024px;
    background: linear-gradient(180deg, #252525 0%, rgba(37, 37, 37, 0) 100%), url('img/businessman-wearing-face-mask-while-giving-presentation-conference-hall 1.png');
    background-blend-mode: multiply, normal;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  } */

.header-hero-wrapper {
  position: relative;
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Hero Section */
.hero-section {
  height: 600px;
  /* Adjust as necessary */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 120px;
  /* Offset the fixed header */
}

.hero-content-text-large {
  /* Welcome to KFSH & RC Training and development Platform */

  position: absolute;
  width: 777px;
  height: 104px;
  left: calc(50% - 777px / 2 + 0.5px);
  top: 357.52px;

  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  /* or 124% */
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: capitalize;

  color: #ffffff;
}

.hero-content-text-small {
  /* Book now in our specialized courses in medical, nursing, and administrative fields. */

  position: absolute;
  width: 977px;
  height: 52px;
  left: calc(50% - 977px / 2);
  top: 460px;

  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 52px;
  /* identical to box height, or 217% */
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: capitalize;

  color: #ffffff;
}

@media (max-width: 991px) {
  .hero-content-text-large {
    /* Welcome to KFSH & RC Training and development Platform */

    position: absolute;
    width: 100%;
    height: 104px;
    left: calc(50% - 98% / 2 + 0px);
    top: 250.52px;

    font-family: "Noto Serif";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    /* or 124% */
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: capitalize;

    color: #ffffff;
  }
  .hero-content-text-small {
    /* Book now in our specialized courses in medical, nursing, and administrative fields. */
    position: absolute;
    width: 100%;
    height: 52px;
    left: calc(50% - 100% / 2);
    top: 350px;

    font-family: "Noto Serif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    /* identical to box height, or 217% */
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: capitalize;

    color: #ffffff;
  }
  .header-top1 {
    padding-top: 40px !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
  }
  .acmic {
    /* Academic and training affairs */

    width: fit-content;
    height: 32px;

    font-family: "Noto Serif";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;

    /* or 129% */
    display: flex;
    align-items: center;
    text-transform: capitalize;

    color: #ffffff;

    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
  }
  /* Second Header */
  #second-header {
    display: none !important;
  }

  .nav-menu1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* Allow wrapping for smaller screens */
    padding: 0 2%;
    /* Use percentage for padding */
    margin-top: 24px;
    /* Add 24px spacing from the separator line */
  }
  .Logo {
    width: 150px;
  }
}
/* Custom styles for the select inputs and button */
.custom-select {
  appearance: none;
  /* Remove the default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 10px 20px;
  width: 326.03px;
  height: 50px;
  border: 1px solid transparent;
  margin-right: 10px;
  color: rgb(255, 255, 255);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><polygon points="0,0 10,0 5,6" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: right 20px center;
  /* Adjust arrow position */
  background-size: 10px 6px;
  font-size: 12px;
  text-align: left;
  cursor: pointer;

  /* Size of the arrow */
}
/* Custom styles for the select inputs and button */
.custom-select1 {
  appearance: none;
  /* Remove the default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #212529;
  border-radius: 30px;
  padding: 10px 20px;
  width: 326.03px;
  height: 50px;
  border: 1px solid transparent;
  margin-right: 10px;
  margin-top: 5px;
  color: rgb(255, 255, 255);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><polygon points="0,0 10,0 5,6" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: right 20px center;
  /* Adjust arrow position */
  background-size: 10px 6px;
  font-size: 12px;
  text-align: left;
  cursor: pointer;

  /* Size of the arrow */
}

.custom-select1:focus {
  background-color: #373d44;
  border-color: #373d44;
  outline: none;
  /* border-color: #6f42c1; */
  box-shadow: 0 0 5px #416185;
}

.custom-select:focus {
  background-color: #c7830ed9;
  border-color: #c7830ed9;
  outline: none;
  /* border-color: #6f42c1; */
  box-shadow: 0 0 5px #c7830ed9;
}

.dropdown-menu {
  background-color: #ccccccc9;
}

.dropdown-item {
  color: rgb(0, 0, 0);
  font-size: 12px;
}

.dropdown-item.active,
.dropdown-item:hover {
  background-color: #c7830ed4;
}

.dropdown-menu.show {
  margin-left: 10% !important;
}

.search-btn {
  background-color: #c7830e;
  border-radius: 30px;
  color: white;
  padding: 10px 30px;
  border: none;
  font-weight: bold;
  margin: 0 auto;
  width: 177.4px;
  height: 50px;
  flex: none;
  order: 3;
  flex-grow: 0;
}

.form-container {
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  gap: 10px;
  margin-left: 120px;
  margin-right: 120px;
}

/* Second Header */
#second-header {
  background-color: #fff;
  padding: 10px 0;
  border-top: 8px solid #c7830e;
  position: fixed;
  width: 100%;
  top: -250px;
  z-index: 999;
  transition: top 0.1s;
}

/* Logo Styling */
#logo {
  
  width: 67px;
}

/* Navigation Links */
.nav-item a {
      color: #fff;

  /* White text on the first header */
  font-weight: bold;
  padding: 0 20px;
  text-transform: capitalize;
}

/* User Info */
.user-info {
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 20px;
  background-color: #c7830e;
  color: #fff;
}

/* Language Switch */
.language-switch {
  margin-left: 10px;
  padding: 5px 10px;
  background-color: #6c757d;
  color: white;
  border-radius: 20px;
  font-size: 14px;
}

/* Second Logo Styling */
.right-logo img {
  height: 46px;
}

/* Content to scroll */
.content {
  height: 1500px;
  padding-top: 1024px;
  /* Height of the cover image */
}

/* Main Category Section Styles */
.category-section {
  padding: 50px 0;

  position: relative;
}

/* Adjust h2 to be 120px from the left */
.category-section h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;

  text-align: left;
}

.category-section p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 40px;
  text-align: left;
}

.carousel-item-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
}
.category-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  &:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  h4 {
    font-size: 1rem;
  }
}

/* Custom styles for the category cards */
.category-card {
  border-radius: 12px;
  padding: 20px;
  color: white;
  text-align: center;
  font-weight: bold;
  height: 278.09px;
  width: 276px;
  display: flex;
  flex-direction: column;
  /* Stack items vertically */
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  background-color: #007bff;
  margin-left: 8px;
  margin-right: 8px;
  /* Default background for cards */
}

.category-card img {
  margin-bottom: 15px;
  /* Space between image and text */
}

.category-card h4 {
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
}

.category-card.yellow {
  background-color: #f0b52b;
}

.category-card.orange img {
  width: 62px;
  height: 41px;
}

.category-card.orange {
  background-color: #cf8000;
}

.category-card.cyan {
  background-color: #00b5e5;
}

.category-card.blue {
  background-color: #00577d;
}

/* Position the carousel controls (arrows) on the sides of the cards */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 77px;
  /* Set the arrow size to 77px */
  height: 77px;
  /* Set the arrow size to 77px */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  /* Remove border if necessary */
}

.carousel-control-prev {
  left: -7%;
  /* Adjust the position if necessary */
  background-image: url("https://tdp.kfshrc.edu.sa/public/uploads/img/arrow-ios-downward.png");
  /* Update with correct image path */
}

.carousel-control-next {
  right: -7%;
  /* Adjust the position if necessary */
  background-image: url("https://tdp.kfshrc.edu.sa/public/uploads/img/arrow-ios-downward.png");
  /* Update with correct image path */
  transform: rotate(180deg) translateY(50%);
  /* Rotate for the right arrow */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: none;
  /* Hide the default Bootstrap icons */
}

/* Popular Courses Section */
.popular-courses {
  padding: 50px 0;
}

/* Course Card */
.course-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  position: relative !important;
  padding-bottom: 10px;
}

.course-card:hover {
  transform: scale(1.03);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

/* Image Styling */
.course-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.course-title {
  font-size: 0.9rem;
  font-weight: bold;
  color: #6f42c1;
  margin-top: 10px;
  padding-left: 15px;
}

.course-subtitle {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  padding-left: 15px;
}

.course-rating .star {
  color: gold;
  margin-right: 5px;
  font-size: 0.9rem;
}

.course-description {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.course-pricing {
  display: flex;
  align-items: center;
  padding-left: 15px;
  margin-bottom: 10px;
}

.course-pricing .original-price {
  font-size: 0.85rem;
  color: #999;
  text-decoration: line-through;
  margin-right: 10px;
}

.course-pricing .discount-price {
  font-size: 1.2rem;
  color: #6f42c1;
  font-weight: bold;
}

/* Separator Line */
.separator {
  border-top: 1px solid #ddd;
  margin: 10px 15px;
}

/* Location and Instructor Info */
.course-info {
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: #666;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}

.course-info .icon {
  margin-right: 5px;
}

.course-info i {
  margin-right: 5px;
}

/* Hide the default carousel controls */
/* .carousel-control-prev,
    .carousel-control-next {
      display: none;
    } */

/* Achievements Section */
.achievements-section {
  background-color: #e0e0e0;
  padding: 50px 0;
}

.achievements-heading {
  font-size: 1.75rem;
  font-weight: bold;
  color: #333;
}

.achievements-subheading {
  font-size: 1.2rem;
  color: #666;
  margin-top: 10px;
}

.achievements-stats {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
}

.achievement-item {
  text-align: center;
}

.achievement-item span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #f39c12;
}

.achievement-item .stat-value {
  font-size: 1.8rem;
  font-weight: bold;
}

.achievement-item .stat-text {
  font-size: 1rem;
  margin-top: 5px;
}

.achievement-interns .stat-value {
  color: #f39c12;
  /* Orange */
}

.achievement-instructors .stat-value {
  color: #8e44ad;
  /* Purple */
}

.achievement-courses .stat-value {
  color: #2980b9;
  /* Blue */
}

/* Instructor Section */
.instructor-section {
  padding: 50px 0;
  background-color: white;
}

.instructor-section h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.instructor-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  padding: 0px 0px 15px 0px;
  height: 100%;
}

.instructor-card:hover {
  transform: scale(1.03);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.instructor-card img {
  width: 100%;
  height: 293.18px;
  object-fit: contain;
  border-radius: 8px;
}

.instructor-name {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 15px;
  color: #333;
  padding: 0px 0px 0px 15px;
}

.instructor-rating {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -20px;
  margin-bottom: 15px;
}

.instructor-rating .star {
  color: gold;
  font-size: 1rem;
  margin-right: 5px;
}

.instructor-rating .rating-value {
  font-size: 1rem;
  color: #6f42c1;
}

.instructor-description {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 10px;
  padding: 8px 0px 0px 15px;
}

/* Footer Styles */
.footer-section {
  background-color: #09705c;
  color: white;
  padding: 50px 0;
}

.footer-logo {
  width: 275.48px;
  margin-bottom: 15px;
}

  .social-icons {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 15px;
    }

    .social-icons a {
             display: flex;
      align-items: center;
      justify-content: center;
  padding: 2px 5px;
      background: #ffffff1f;
      border-radius: 4px;
    }

    .social-icons a i {
      font-size: 24px !important;
      color: white;
    }

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
  color: white;
  text-decoration: none;
}

.footer-links li a:hover {
  text-decoration: underline;
}

.footer-contact-info {
  list-style: none;
  padding: 0;
}

.footer-contact-info li {
  margin-bottom: 10px;
}

.footer-contact-info i {
  margin-right: 10px;
}

h4 {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

/* Contact Us Section */
.contact-section {
  padding: 0;
  color: white;
  /* background-color: #8030A6; */
  /* Purple background */
}

/* Left Side (Purple) */
.purple-side {
  /* background-color: #8030A6; */
  padding: 50px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-section-background-div {
  background-color: #212529;
  height: 82%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

/* Right Side (White) */
.white-side {
  padding: 0px;
  color: black;
  display: flex;
  flex-direction: column;
  margin-top: 0px;
  justify-content: center !important;
}

.white-side form button {
  position: relative;
  top: -33px;
  height: 62px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Form and Button Styles */
.contact-section input,
.contact-section textarea {
  border-radius: 8px;
  padding: 15px;
  width: 346px;
  border: none;
  margin-bottom: 20px;
}

.contact-section textarea {
  height: 192px;
  width: 100%;
}

.btn-submit {
  background-color: #c7830e;
  /* Cyan color for button */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  width: 100%;
  font-weight: bold;
  margin-top: -63px;
}
footer {
                background-color: var(--bs-dark) !important;}

/* Map Section */
.map-section {
  width: 100%;
  height: 500px;
  margin-bottom: 60px;
}

.map-section iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: #c7830e;
  --bs-nav-link-hover-color: #c7830e;
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-item-hover-div {
  position: fixed;
  background-color: #664180c7;
  border-radius: 8px;
  padding: 10px;
  margin-left: 1%;
}

.hidden {
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.5s ease;
}

.visible {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.color-change-svg .color-change,
.color-change-svg #paint0_linear_1768_12144 stop,
.color-change-svg #paint0_linear_1768_12133 stop,
.color-change-svg #paint0_linear_1768_12345 stop,
.color-change-svg #paint0_linear_1768_54321 stop {
  transition: all 0.5s ease;
}

.category-card.orange:hover .color-change-svg .color-change,
.category-card.cyan:hover .color-change-svg .color-change,
.category-card.blue:hover .color-change-svg .color-change,
.category-card.orange:hover
  .color-change-svg
  #paint0_linear_1768_12144
  stop:first-child,
.category-card.yellow:hover
  .color-change-svg
  #paint0_linear_1768_12133
  stop:first-child,
.category-card.cyan:hover
  .color-change-svg
  #paint0_linear_1768_12345
  stop:first-child {
  fill: #8030a6;
  stop-color: #8030a6;
}


.category-card.orange:hover
  .color-change-svg
  #paint0_linear_1768_12144
  stop:last-child,
.category-card.cyan:hover
  .color-change-svg
  #paint0_linear_1768_12345
  stop:last-child {
    fill: #3d0f54;
  stop-color: #3d0f54;
}

.category-card.yellow:hover .color-change-svg .color-change,
.category-card.blue:hover
  .color-change-svg
  #paint0_linear_1768_54321
  stop:first-child {
  fill: #8030a6;
  stop-color: #8030a6;
}

.category-card.yellow:hover
  .color-change-svg
  #paint0_linear_1768_12133
  stop:last-child,
.category-card.blue:hover
  .color-change-svg
  #paint0_linear_1768_54321
  stop:last-child {
  stop-color: #3d0f54;
}

/* Responsive Design */
.hero-section1 {
  height: 350px;
  /* Adjust as necessary */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 120px;
  /* Offset the fixed header */
}
.hero-content-text-large1 {
  /* Welcome to KFSH & RC Training and development Platform */

  position: absolute;
  width: 777px;
  height: 104px;
  left: calc(50% - 777px / 2 + 0.5px);
  top: 257.52px;

  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  /* or 124% */
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: capitalize;

  color: #ffffff;
}
.hero-content-text-small1 {
  /* Book now in our specialized courses in medical, nursing, and administrative fields. */

  position: absolute;
  width: 977px;
  height: 52px;
  left: calc(50% - 977px / 2);
  top: 380px;

  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 52px;
  /* identical to box height, or 217% */
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: capitalize;

  color: #ffffff;
}

@media (max-width: 768px) {
  .custom-select1 {
    width: 100% !important;

    /* Size of the arrow */
  }
  .instructor-card img,
  .course-card .course-image,
  .related-course-card .course-image {
    width: 100%;
    height: 300px;
    object-fit: contain !important;
    border-radius: 8px;
    border-radius: 8px 8px 0px 0px;
  }
  /* Image Styling */
  .course-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .hor-divider {
    width: 100% !important;
    height: 1px;
    stroke-width: 0.5px;
    background-color: #666666;
  }
  .hero-content-text-large1 {
    /* Welcome to KFSH & RC Training and development Platform */

    position: absolute;
    width: 100%;
    height: 104px;
    left: calc(50% - 100% / 2 + 0.5px);
    top: 257.52px;

    font-family: "Noto Serif";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    /* or 124% */
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: capitalize;

    color: #ffffff;
  }
  .hero-content-text-small1 {
    /* Book now in our specialized courses in medical, nursing, and administrative fields. */

    position: absolute;
    width: 100%;
    height: 52px;
    left: calc(50% - 100% / 2);
    top: 350px;

    font-family: "Noto Serif";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    /* identical to box height, or 217% */
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: capitalize;

    color: #ffffff;
  }

  .hero-section1 {
    height: 250px;
    /* Adjust as necessary */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 120px;
    /* Offset the fixed header */
  }
  .purple-side {
    width: 100%;
    padding: 15px;
  }
  .category-card {
    border-radius: 12px;
    color: white;
    text-align: center;
    font-weight: bold;
    height: 278.09px;

    width: 95%;
    display: flex;
    flex-direction: column;
    /* Stack items vertically */
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    background-color: #007bff;

    /* Default background for cards */
  }
  .carousel-control-next,
  .carousel-control-prev {
    display: none !important;
  }
  .category-section {
    width: 100%;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  .achievements-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: 30px;
  }
  .contact-section input,
  .contact-section textarea {
    border-radius: 8px;
    padding: 15px;
    width: 100%;
    border: none;
    margin-bottom: 20px;
  }
  .contact-section-background-div {
    background-color: #212529;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
  }
  /* Right Side (White) */
  .white-side {
    padding: 15px;
    color: black;
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    width: 100%;
  }
  .contact-section textarea {
    height: fit-content;
    width: 100%;
  }
  .course-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding-bottom: 10px;
    width: 100% !important;
  }
}
/* .loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; 
  animation: spin 2s linear infinite;
} */

/* Safari */
/* @-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
} */

/* @keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
} */

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.875rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  -webkit-box-shadow: var(--bs-toast-box-shadow);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid
    var(--bs-toast-header-border-color);
  border-top-left-radius: calc(
    var(--bs-toast-border-radius) - var(--bs-toast-border-width)
  );
  border-top-right-radius: calc(
    var(--bs-toast-border-radius) - var(--bs-toast-border-width)
  );
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
body {
 overflow-x: hidden !important;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #fff;
}
.toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
}
#toast-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > div:hover {
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

#toast-container {
  z-index: 999999;
}
#toast-container > div {
  padding: 15px 25px 15px 50px !important;
  opacity: 1;
  margin-bottom: 1.25rem;
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: rgba(145, 158, 171, 0.16) 0px 16px 32px -4px !important;
  box-shadow: rgba(145, 158, 171, 0.16) 0px 16px 32px -4px !important;
  border-radius: 0.3125rem;
}
[dir="rtl"] #toast-container > div {
  direction: rtl;
  background-position: center right 0.9375rem;
  padding: 15px 50px 15px 25px !important;
}
[dir="rtl"] #toast-container.toast-top-left {
  right: 12px;
  left: auto;
}
[dir="rtl"] #toast-container.toast-top-right {
  left: 12px;
  right: auto;
}
[dir="rtl"] #toast-container.toast-bottom-left {
  right: 12px;
  left: auto;
}
[dir="rtl"] #toast-container.toast-bottom-right {
  left: 12px;
  right: auto;
}
[dir="rtl"] #toast-container.toast-top-full-width#toast-container > div,
[dir="rtl"] #toast-container.toast-bottom-full-width#toast-container > div {
  left: 0;
  right: 0;
}
#toast-container > .toast {
  max-width: 100%;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 15px 16px;
  overflow: visible;
}
#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
  padding: 15px 50px 15px 50px !important;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0 !important;
}
#toast-container.toast-bottom-full-width > div .toast-close-button,
#toast-container.toast-top-full-width > div .toast-close-button {
  top: 12px !important;
}
html:not([dir="rtl"])
  #toast-container.toast-bottom-full-width
  > div
  .toast-close-button,
html:not([dir="rtl"])
  #toast-container.toast-top-full-width
  > div
  .toast-close-button {
  right: 12px !important;
}
[dir="rtl"] #toast-container.toast-bottom-full-width > div .toast-close-button,
[dir="rtl"] #toast-container.toast-top-full-width > div .toast-close-button {
  left: 12px !important;
}
#toast-container > .toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%2303c3ec' d='M256 90c44.3 0 86 17.3 117.4 48.6C404.7 170 422 211.7 422 256s-17.3 86-48.6 117.4C342 404.7 300.3 422 256 422s-86-17.3-117.4-48.6C107.3 342 90 300.3 90 256s17.3-86 48.6-117.4C170 107.3 211.7 90 256 90m0-42C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z'/%3E%3Cpath fill='%2303c3ec' d='M277 360h-42V235h42v125zm0-166h-42v-42h42v42z'/%3E%3C/svg%3E") !important;
}
#toast-container > .toast-info .toast-close-button {
  background-color: #0d5abf !important;
  -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
    0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
  box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
    0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%23ff3e1d' d='M405 136.798L375.202 107 256 226.202 136.798 107 107 136.798 226.202 256 107 375.202 136.798 405 256 285.798 375.202 405 405 375.202 285.798 256z'/%3E%3C/svg%3E") !important;
}
#toast-container > .toast-error .toast-close-button {
  background-color: #e03a1d !important;
  -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
    0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
  box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
    0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%2371dd37' d='M186.301 339.893L96 249.461l-32 30.507L186.301 402 448 140.506 416 110z'/%3E%3C/svg%3E") !important;
}
#toast-container > .toast-success .toast-close-button {
  background-color: #20b250 !important;
  -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
    0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
  box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
    0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
}
#toast-container [dir="rtl"] > .toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%2371dd37' d='M96 110l-32 30.5L325.7 402L448 280l-32-30.5l-90.3 90.4L96 110z'/%3E%3C/svg%3E") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%23ffab00' d='M32 464h448L256 48 32 464zm248-64h-48v-48h48v48zm0-80h-48v-96h48v96z'/%3E%3C/svg%3E") !important;
  background-size: 24px;
}
#toast-container > .toast-warning .toast-close-button {
  background-color: #fcac00 !important;
  -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
    0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
  box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
    0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
}
#toast-container:not(.toast-bottom-full-width, .toast-top-full-width) > div {
  width: 25rem !important;
}
.toast-progress {
  position: absolute;
  bottom: 0;
  top: auto;
  opacity: 0.2;
  height: 0.1875rem;
  background-color: #212b36;
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
[dir="rtl"] .toast-progress {
  left: auto;
  right: 0;
}
.toast-close-button {
  position: absolute;
  top: 6px;
  text-shadow: none;
  border-radius: 0.25rem;
  padding: 0.2rem 0.45rem !important;
  -webkit-transition: all 0.23s ease 0.1s;
  transition: all 0.23s ease 0.1s;
  opacity: 1 !important;
  line-height: 0.98;
}
html:not([dir="rtl"]) .toast-close-button {
  right: -7px !important;
}
[dir="rtl"] .toast-close-button {
  left: -7px !important;
  right: auto !important;
}
@media (max-width: 419.98px) {
  .toast {
    width: 300px !important;
  }
}
#toast-container .toast-close-button {
  font-weight: 300;
  color: #f4f6f8 !important;
  background-color: #fff;
  -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
    0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06);
  box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
    0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06);
}
[data-bs-theme="light"] #toast-container > .toast-success,
[data-bs-theme="light"] #toast-container > .toast-success .toast-message a,
[data-bs-theme="light"] #toast-container > .toast-success .toast-message label {
  background-color: #fff !important;
  color: #20b250;
}
[data-bs-theme="light"] #toast-container > .toast-error,
[data-bs-theme="light"] #toast-container > .toast-error .toast-message a,
[data-bs-theme="light"] #toast-container > .toast-error .toast-message label {
  background-color: #fff;
  color: #e03a1d;
}
[data-bs-theme="light"] #toast-container > .toast-info,
[data-bs-theme="light"] #toast-container > .toast-info .toast-message a,
[data-bs-theme="light"] #toast-container > .toast-info .toast-message label {
  background-color: #fff;
  color: #0d5abf;
}
[data-bs-theme="light"] #toast-container > .toast-warning,
[data-bs-theme="light"] #toast-container > .toast-warning .toast-message a,
[data-bs-theme="light"] #toast-container > .toast-warning .toast-message label {
  background-color: #fff;
  color: #fcac00;
}
[data-bs-theme="light"] #toast-container > .toast-success .toast-close-button,
[data-bs-theme="light"] #toast-container > .toast-error .toast-close-button,
[data-bs-theme="light"] #toast-container > .toast-info .toast-close-button,
[data-bs-theme="light"] #toast-container > .toast-warning .toast-close-button {
  color: #fff !important;
}
[data-bs-theme="dark"] #toast-container > div {
  border-color: var(--bs-border-color-translucent) !important;
}
[data-bs-theme="dark"] #toast-container > .toast-success,
[data-bs-theme="dark"] #toast-container > .toast-success .toast-message a,
[data-bs-theme="dark"] #toast-container > .toast-success .toast-message label {
  background-color: #161c24;
  color: #20b250;
}
[data-bs-theme="dark"] #toast-container > .toast-error,
[data-bs-theme="dark"] #toast-container > .toast-error .toast-message a,
[data-bs-theme="dark"] #toast-container > .toast-error .toast-message label {
  background-color: #161c24;
  color: #e03a1d;
}
[data-bs-theme="dark"] #toast-container > .toast-info,
[data-bs-theme="dark"] #toast-container > .toast-info .toast-message a,
[data-bs-theme="dark"] #toast-container > .toast-info .toast-message label {
  background-color: #161c24;
  color: #0d5abf;
}
[data-bs-theme="dark"] #toast-container > .toast-warning,
[data-bs-theme="dark"] #toast-container > .toast-warning .toast-message a,
[data-bs-theme="dark"] #toast-container > .toast-warning .toast-message label {
  background-color: #161c24;
  color: #fcac00;
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0px 14px 20px rgba(0, 4, 94, 0.04);
  --bs-toast-header-color: #64748b;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  -webkit-box-shadow: var(--bs-toast-box-shadow);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid
    var(--bs-toast-header-border-color);
  border-top-left-radius: calc(
    var(--bs-toast-border-radius) - var(--bs-toast-border-width)
  );
  border-top-right-radius: calc(
    var(--bs-toast-border-radius) - var(--bs-toast-border-width)
  );
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

/* Popular Courses Section */
.popular-courses {
  padding: 50px 0;
  background-color: #f5f5f5;
}

/* Course Card */
.course-card,
.related-course-card {
  /* border: 1px solid #ddd;
      border-radius: 8px;
      background-color: #fff;
      transition: all 0.3s ease-in-out;
      position: relative;
      padding-bottom: 10px; */
  display: flex;
  width: 276px;
  padding-bottom: 20px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.course-details {
  display: flex;
  width: 246px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.course-sub-name-details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.course-sub-name {
  color: #252525;

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  text-transform: capitalize;
}

.course-rating {
  display: flex;
  width: 100% !important;
    display: flex;
      align-items: center;
      justify-content: center;
  padding: 2px 5px;
  align-items: center;
  border-radius: 20px;
  background: #252b42;
  justify-content: flex-start;
  margin-top: 5px;
}

.course-rating img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 4px;
}

.course-rating .rating-value {
  color: var(--light-text-color, #fff);

  /* small */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: 0.2px;
}

.course-description {
  color: #737373;

  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  /* 114.286% */
  text-transform: lowercase;
}

.course-price-div {
  display: flex;
  padding: 5px 3px;
  text-align: center;
  color: #c7830e;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.1px;
}

.hor-divider {
  width: 247.593px;
  height: 1px;
  stroke-width: 0.5px;
  background-color: #666666;
}

.course-tags {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: self-start;
  margin-left: 12px;
  margin-bottom: 20px;
}

.course-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.course-tag svg {
  width: 16px;
  height: 16px;
  color: #666666;
}

.course-tag-name {
  color: #666;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 175% */
  text-transform: capitalize;
}

.course-card:hover {
  transform: scale(1.03);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

/* Image Styling */
.course-card .course-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.course-title {
  font-size: 0.9rem;
  font-weight: bold;
  color: #6f42c1;
  margin-top: 10px;
  padding-left: 15px;
}

.course-subtitle {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  padding-left: 15px;
}

.course-rating .star {
  color: gold;
  margin-right: 5px;
  font-size: 0.9rem;
}

.course-description {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.course-pricing {
  display: flex;
  align-items: center;
  padding-left: 15px;
  margin-bottom: 10px;
}

.course-pricing .original-price {
  font-size: 0.85rem;
  color: #999;
  text-decoration: line-through;
  margin-right: 10px;
}

.course-pricing .discount-price {
  font-size: 1.2rem;
  color: #6f42c1;
  font-weight: bold;
}

/* Separator Line */
.separator {
  border-top: 1px solid #ddd;
  margin: 10px 15px;
}

/* Location and Instructor Info */
.course-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: #666;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}

.course-info .icon {
  margin-right: 5px;
}

.course-info i {
  margin-right: 5px;
}

.achievement-courses .stat-value {
  color: #2980b9;
  /* Blue */
}
.instructor-section,
.courses-section {
  padding: 50px 10px;
  background-color: white;
}
.instructor-section h2,
.courses-section h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.instructor-card,
.course-card,
.related-course-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  padding: 20px;
}

.course-card,
.related-course-card {
  padding: 0;
  border-top: 0;
}

.related-course-card {
  width: 94%;
}
.instructor-card img,
.course-card .course-image,
.related-course-card .course-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  border-radius: 8px 8px 0px 0px;
}

.instructor-name {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 15px;
  color: #333;
  align-self: stretch;
}

.course-name {
  color: #c7830e;

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 171.429% */
  text-transform: capitalize;
}

.about-us-hero-section {
  display: inline-flex;
  padding: 0px 2px;
  align-items: center;
  gap: 12px;
  margin-left: 6%;
}

.about-us-hero-section .home {
  color: #252525;
  text-align: center;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  text-transform: capitalize;
}

.about-us-hero-section .about-us {
  color: #c7830e;
  text-align: center;
  font-size: 11px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  text-transform: capitalize;
}

.about-us-hero-section {
  display: inline-flex;
  padding: 0px 2px;
  align-items: center;
  gap: 12px;
  margin-left: 6%;
}

.about-us-hero-section .home {
  color: #252525;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  text-transform: capitalize;
}

.about-us-hero-section .about-us {
  color: #c7830e;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  text-transform: capitalize;
}
