    /* 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 2%;
      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 #6f42c1;
      color: #fff;
      text-decoration: none;
      margin-right: 20px;
      /* 20px between login and signup */
    }

    /* User Info buttons */
    .user-info1 .login:hover {
      background: #b777d4;
      border-color: #b777d4;
    }

    .acmic {
      /* Academic and training affairs */

      width: 214.75px;
      height: 32px;

      font-family: 'Noto Serif';
      font-style: normal;
      font-weight: 500;
      font-size: 12px;
      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: #6f42c1;
      border-color: #6f42c1;
      /* 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: #6f42c1;
    }

    .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:
        url('https://tdp.kfshrc.edu.sa/public/uploads/img/businessman-wearing-face-mask-while-giving-presentation-conference-hall 1.png');
      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;


    }


    /* 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-select:focus {
      background-color: #664180c7;
      border-color: #664180c7;
      outline: none;
      /* border-color: #6f42c1; */
      box-shadow: 0 0 5px #664180c7;
    }

    .dropdown-menu {
      background-color: #664180c7;
    }

    .dropdown-item {
      color: white;
      font-size: 12px;
    }

    .dropdown-item.active,
    .dropdown-item:hover {
      background-color: #019871;
    }

    .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;
      
      position: fixed;
      width: 100%;
      top: -100px;
      z-index: 999;
      transition: top 0.3s;
    }

    /* 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: #6f42c1;
      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;
      background-color: #f5f5f5;
      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;
      max-width: 800px;

      margin-bottom: 40px;
      text-align: left;
    }

    .carousel-item-row {
      display: flex;
    }

    /* Custom styles for the category cards */
    .category-card {
      border-radius: 12px;
      padding: 20px;
      color: white;
      text-align: center;
      font-weight: bold;
      height: 263px;
      width: 261px;
      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;
      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: 49px;
        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;
      width: 221.738px;
    }

    .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;
    }

    /* 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,
    .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:hover {
      transform: scale(1.03);
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    }

    .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;
    }

    .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;
    }


    /* Footer Styles */
    .footer-section {
      background-color: #09705C;
      color: white;
      padding: 50px 0;
    }

    .footer-logo {
      width: 150px;
      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: #c7830e; */
      /* Purple background */
    }

    /* Left Side (Purple) */
    .purple-side {
      /* background-color: #c7830e; */
      padding: 50px;
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .contact-section-background-div {
      background-color: #c7830e;
      height: 82%;
      width: 100%;
      position: absolute;
      z-index: -1;
    }

    /* Right Side (White) */
    .white-side {
      padding: 0px;
      color: black;
      display: flex;
      flex-direction: column;
      justify-content: end;
    }



    .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: #00bfff;
      /* Cyan color for button */
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 8px;
      width: 100%;
      font-weight: bold;
    }

    /* Map Section */
    .map-section {
      width: 100%;
      height: 500px;
      margin-bottom: 60px;
    }

    .map-section iframe {
      width: 100%;
      height: 100%;
      border-radius: 12px;
    }


    .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: #c7830e;
      stop-color: #c7830e;
    }

    .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 {
      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: #3eb2ff;
      stop-color: #c7830e;
    }

    .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;
    }

    .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;
    }

    .center-container {
      margin-top: 100px;
      margin-left: 12.5%;
      margin-right: auto;
      margin-bottom: 60px;
      width: 85%;
    }

    .about-us-header-text {
      width: 783.012px;
      color: #c7830e;
      font-size: 52px;
      font-style: normal;
      font-weight: 700;
      line-height: 62.4px;
      margin-bottom: 16px;
      /* 120% */
    }

    .about-us-description {
      width: 100%;
      flex-shrink: 0;
      border-radius: 12px;
      background: #c7830e;
      padding-top: 16px;
     
      padding-bottom: 16px;

    }

    .about-us-description-content {
      color: #FFF;
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
      /* 125% */
      text-transform: capitalize;
      text-align: start;
      max-width: 67.6%;
    }

.about-us-image {
  width: 400px;

  height: 350px;
  flex-shrink: 0;
  object-fit: contain;
}
@media (max-width: 768px) {
  .about-us-image {
    width: fit-content !important;
    height: 200px !important;
    flex-shrink: 0;
    object-fit: contain;
    margin: 15px 0;
  }
  .about-kfsh-content {
    color: #262626;
    font-size: 25px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 58px !important;
  }
  .purple-side {
    width: 100%;
    padding: 30px;
  }
  .about-us-header-text {
    width: 100% !important;
    color: #c7830e;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 62.4px;
    margin-bottom: 16px;
    text-align: center;
    /* 120% */
  }
  .about-us-description {
    width: 100% !important;
    flex-shrink: 0;
    border-radius: 12px;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
  .about-us-description-content {
    color: #000;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 125% */
    text-transform: capitalize;
    text-align: start;
    max-width: 100% !important;
  }
}
    .about-kfsh {
      margin-left:5px ;
      display: flex;
      width: 887px;
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
    }

    .about-kfsh-content {
      color: #262626;
      font-size: 55px;
      font-style: normal;
      font-weight: 700;
      line-height: 88px;
    }

    .about-kfsh-content span {
      color: #c7830e;
    }

    .hor-divider-gray {
      height: 7px;
      align-self: stretch;
      background: var(--Neutral-40, #D0D5DD);
    }


.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;
}

.center-container {
  margin-top: 100px;
  margin-right: auto;
  margin-bottom: 60px;
  width: 85%;
}

.about-us-description {
  width: 100%;
  flex-shrink: 0;
  border-radius: 12px;
  background: #fff;
  padding-top: 16px;

  padding-bottom: 16px;
}

.about-us-description-content {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  text-align: start;
  max-width: 67.6%;
}
.about-kfsh {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.about-kfsh-content {
  color: #262626;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
}

.about-kfsh-content span {
  color: #c7830e;
}
@media (max-width: 768px) {
  .about-us-image {
    width: fit-content !important;
    height: 200px !important;
    flex-shrink: 0;
    object-fit: contain;
    margin: 15px 0;
  }
  .about-kfsh-content {
    color: #262626;
    font-size: 25px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 58px !important;
  }
  .purple-side {
    width: 100%;
    padding: 30px;
  }
  .about-us-header-text {
    width: 100% !important;
    color: #c7830e;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 62.4px;
    margin-bottom: 16px;
    text-align: center;
    /* 120% */
  }
  .about-us-description {
    width: 100% !important;
    flex-shrink: 0;
    border-radius: 12px;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
  .about-us-description-content {
    color: #000;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 125% */
    text-transform: capitalize;
    text-align: start;
    max-width: 100% !important;
  }
}
.hor-divider-gray {
  height: 7px;
  align-self: stretch;
  background: var(--Neutral-40, #d0d5dd);
}

.about-kfsh-table,
.about-us-our-value {
  display: flex;
  width: 100%;

  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 64px;
}

.about-kfsh-table {
  margin-top: 0px;
}

.about-kfsh-table-content {
  display: flex;
  align-items: flex-start;
  gap: 30%;
  align-self: stretch;
}

.about-kfsh-table-content-title {
  color: var(--Neutral-100, #262626);

  font-size: 22px;
  font-weight: 600;
  padding-right: 15%;
  padding-bottom: 12px;
}

.about-kfsh-table-content-description {
  color: var(--Neutral-80, #5d5f61);
  font-size: 18px;
  font-weight: 400;
  padding-left: 15%;
  padding-bottom: 12px;
  /* 122.222% */
}

.about-us-bottom-images {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 120px;
  margin-bottom: 60px;
}

.about-us-card {
  display: flex;
  width: 357px;
  padding-bottom: 16px;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}

.about-us-card-image {
  height: 200px;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 12px;
}

.about-us-card-name {
  color: #c7830e;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
  text-transform: capitalize;
  align-self: stretch;
}

.about-us-card-description {
  color: #252525;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 133.333% */
  text-transform: capitalize;
  align-self: stretch;
}

.about-us-learn-more-button {
  display: flex;
  padding: 2px 16px;
  justify-content: center;
  align-items: center;
  gap: 16.043px;
  align-self: stretch;
  border-radius: 32px;
  background: #c7830e;
  width: min-content;
}

.about-us-learn-more-button-content {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 41.632px;
  width: 90px;
  /* 260.201% */
}


    .main-course-container {
      flex-wrap: wrap;
      row-gap: 32px;
      column-gap: 8px;
    }

    .main-course-card {
      display: flex;
      width: 45%;
      padding-right: 24px;
      justify-content: space-between;
      align-items: center;
      align-content: center;
      row-gap: 16px;
      flex-wrap: wrap;
      border-radius: 12px;
      background: #D9D9D9;
    }

    .main-course-image {
      width: 250px;
      /* height: 241.003px; */
      flex-shrink: 0;
      border-radius: 12px;
      /* background: lightgray 50% / cover no-repeat; */
    }

    .main-course-details {
      display: flex;
      width: 44%;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 8px;
      flex-shrink: 0;
    }

    .main-course-name {
      align-self: stretch;
      color: #c7830e;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
      /* 171.429% */
      text-transform: capitalize;
    }

    .main-course-sub-name-details {
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-self: stretch;
    }

    .main-course-sub-name {
      width: 174px;
      color: #252525;
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
      /* 150% */
      text-transform: capitalize;
    }

    .main-course-description {
      color: #737373;
      font-size: 14px;
      font-style: normal;
      font-weight: 300;
      line-height: 16px;
      /* 114.286% */
      text-transform: lowercase;
      width: 221.738px;
    }

    .main-course-price-div {
      display: flex;
      padding: 5px 3px;
      align-items: flex-start;
      gap: 5px;
    }

    .main-course-first-price {
      color: var(--muted-color, #BDBDBD);
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px;
      /* 150% */
      letter-spacing: 0.1px;
    }

    .main-course-second-price {
      color: #c7830e;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px;
      /* 150% */
      letter-spacing: 0.1px;
    }

    .main-course-hor-divider {
      width: 100%;
      height: 1px;
      background-color: var(--Grays-Black, #000);
    }

    .main-course-tags {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .main-course-tag {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 6px;
    }


  .course-details-card {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap;
    }

@media (max-width: 768px) {
  .profile-user-username {
    color: var(--Gray-900, #1d2026);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
  }
  .course-details-choose-dates-button-container {
    display: flex;
    width: 100% !important;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background: #c7830e;
    cursor: pointer;
    margin-bottom: 20px !important;
  }
  .course-details-left-side {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    gap: 12px;
  }
}
    .course-details-course-name {
      color: #252525;
      text-align: center;
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
      /* 60% */
      text-transform: capitalize;
      max-width: fit-content;
    }

    .course-details-more-details {
      display: inline-flex;
      align-items: center;
      gap: 16px;
      margin-top: 16px;
    }

    .course-details-instracor-name-container {
      display: flex;
      align-items: center;
      gap: 4px;
    }

    .course-details-instracor-name-content {
      color: #181818;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 25.95px;
      /* 162.188% */
    }

    .course-details-more-details-rating-container {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 6px;
    }

    .course-details-more-details-rating-starts-container {
      display: flex;
      height: 18px;
      align-items: center;
      gap: 4px;
    }

    .course-details-more-details-rating-start-content {
      display: flex;
      width: 17px;
      height: 18px;
      align-items: flex-start;
      flex-shrink: 0;
    }

    .course-details-more-details-rating-start-content-text {
      color: #252525;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 25.95px;
      /* 162.188% */
    }

    .course-details-main-details-container {
      display: flex;
      width: 458px;
      height: 142px;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      flex-shrink: 0;
      margin-top: 50px;
    }

    .course-details-main-details-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-self: stretch;
      border-bottom: 0.5px solid #252525;
    }

    .course-details-main-details-row-left {
      display: flex;
      width: 250px;
      align-items: center;
      gap: 6px;
    }

    .course-details-main-details-row-left-text {
      color: #181818;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 25.95px;
      /* 162.188% */
    }

    .course-details-main-details-row-right-text {
      color: #181818;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 25.95px;
      /* 173% */
    }

    .course-details-price-container {
      display: flex;
      width: 455px;
      align-items: center;
      gap: 16px;
      margin-top: 42px;
    }

    .course-details-price-text:first-child {
      color: #252525;
      font-size: 22px;
      font-style: normal;
      font-weight: 600;
      line-height: 36px;
      /* 150% */
      text-transform: capitalize;
    }

    .course-details-choose-dates-button-container {
      display: flex;
      width: 471px;
      justify-content: center;
      align-items: center;
      gap: 16px;
      border-radius: 8px;
      background: #c7830e;
      cursor: pointer;
    }

    .course-details-choose-dates-button-text {
      color: #FFF;
      font-size: 22px;
      font-style: normal;
      font-weight: 600;
      line-height: 36px;
      /* 150% */
      text-transform: capitalize;
    }

    .course-details-price-text:last-child {
      color: #c7830e;
      font-size: 22px;
      font-style: normal;
      font-weight: 600;
      line-height: 36.075px;
      /* 150% */
      text-transform: capitalize;
    }


    .course-details-right-side {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

  

    .course-details-bottom-section {
      display: flex;
      flex-direction: column;
      margin-top: 80px;
    }
.course-details-bottom-section-navs {
  display: flex;
  padding-right: 0;
  justify-content: space-between;
  align-items: center;
}

.course-details-bottom-section-navs-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.course-details-bottom-section-navs-item-text {
  color: #252525;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 175% */
  text-transform: capitalize;
  cursor: pointer;
}

.course-details-bottom-section-navs-item-text.active {
  color: #c7830e;
  text-decoration-line: none;
}

.course-details-bottom-section-navs-bottom-devider {
  width: 100%;
  height: 1px;
  flex-shrink: 0;
  background-color: #252525;
  margin-top: 20px;
}

.course-details-bottom-section-navs-bottom-section {
  display: flex;
  margin-top: 40px;
  flex-direction: column;
  gap: 20px;
}

.course-details-bottom-section-navs-bottom-section-description,
.course-details-related-courses-description {
  color: #181818;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
}

.related-courses {
  margin-top: 16px;
  width: 88%;
}

.course-details-bottom-section-navs-bottom-section-description-content {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 28px;
  width: 100%;
  text-align: justify;
}
    .course-details-related-courses {
      margin-top: 50px;

    }







    /* General Calendar Wrapper Styling */
    .calendar-wrapper {
      position: relative !important;
      display: none;

      /* To ensure the calendar floats inside this container */
    }

    /* Customize the flatpickr calendar background, borders, and padding */
    .flatpickr-calendar {
      background-color: #f3e8ff !important;
      /* Light purple background */
      border: none !important;
      /* Remove border */
      border-radius: 12px !important;
      /* Rounded corners */
      padding: 10px !important;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1) !important;
      /* Soft shadow */
    }

    /* Make the inline calendar float above the containing div */
    .flatpickr-calendar.inline {
      position: absolute !important;
      top: 20px !important;
      width: 471px;
      /* Adjust the vertical position so it floats below "Choose Date" */
      left: 0 !important;
      z-index: 9999 !important;
      /* Ensure it floats above other elements */
      display: none;
      /* Hidden by default */
    }

    /* Display calendar when it becomes visible */
    .calendar-wrapper.show .flatpickr-calendar.inline {
      display: block !important;
    }

    /* Rest of your customizations (month styling, days, hover, etc.) */
    .flatpickr-months {
      display: flex !important;
      justify-content: center !important;
      font-family: 'Arial', sans-serif !important;
      font-size: 16px !important;
      color: #6a5acd !important;
      /* Darker purple for the month */
    }

    .flatpickr-prev-month,
    .flatpickr-next-month {
      color: #6a5acd !important;
      /* Darker purple for arrows */
    }

    .flatpickr-rContainer,
    .flatpickr-days {
      width: 100% !important;
    }

    .flatpickr-innerContainer {
      width: 471px !important;

    }

    .dayContainer {
      width: 471px !important;
      max-width: 471px !important;
      display: flex !important;
      justify-content: start !important;
    }

    .flatpickr-day.prevMonthDay {
      color: rgba(57, 57, 57, 0.3) !important;
    }

    .flatpickr-day {
      font-family: 'Arial', sans-serif !important;
      font-size: 14px !important;
      color: #4b0082 !important;
      /* Dark purple text for days */
      border-radius: 50% !important;
      /* Circular day buttons */
      padding: 0px !important;
      margin: 2px 10px !important;
      max-width: 46px !important;
      max-height: 46px !important;
      width: 46px !important;
      height: 46px !important;

    }

    .flatpickr-day.selected {
      background-color: #9a67ea !important;
      /* Medium purple for selected day */
      color: white !important;
      /* White text for selected day */
      border-radius: 50% !important;
    }

    .flatpickr-day:hover {
      background-color: #d1bbff !important;
      /* Light purple on hover */
      color: #4b0082 !important;
      cursor: pointer !important;
    }

    .flatpickr-day.today {
      background-color: #ffcccb !important;
      /* Light red for today */
      color: #4b0082 !important;
      border-radius: 50% !important;
    }

    .flatpickr-day.inRange {
      box-shadow: 0px 0 0 #e6e6e6, 0px 0 0 #e6e6e6 !important;
    }

    .flatpickr-weekdays {
      background-color: transparent !important;
      color: #6a5acd !important;
      font-family: 'Arial', sans-serif !important;
      font-size: 14px !important;
      width: 98% !important;
    }

    .course-details-filtered-by-dates table {
      margin-bottom: 50px;
    }

    .course-details-filtered-by-dates table td {
      color: #252525;
      text-align: center;
      font-family: "Noto Sans";
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 25.95px;
      /* 173% */
    }

    .course-details-filtered-by-dates table td.custom-button {
      display: flex;
      height: 24px;
      padding: 40x 10px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      flex-shrink: 0;
      align-self: stretch;
      border-radius: 20px;
      background: #c7830e;
      color: #FFF;
      text-align: center;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 25.95px;
      width: 81px;
      cursor: pointer;
    }

    .shopping-main-row {
      display: flex;
    }

    .shopping-cart-table {
      display: flex;
      width: 100%;
      padding-bottom: 24px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 24px;
      border: 1px solid var(--Gray-100, #E9EAF0);
      background: var(--Gray-White, #FFF);
    }

    .shopping-cart-table-header {
      display: flex;
      height: 54px;
      padding: 0px 66px 0px 24px;
      align-items: flex-start;
      justify-content: space-between;
      gap: 20px;
      align-self: stretch;
      border: 1px solid var(--Gray-100, #E9EAF0);
      background: var(--Gray-White, #FFF);
    }

    .shopping-cart-header-content {
      color: var(--Gray-700, #4E5566);
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 100%;
      margin-top: 20px;
      margin-bottom: 20px;
      margin-left: 24px;

      text-transform: uppercase;
    }

    .shopping-cart-top-table-body {
      display: flex;
      flex-direction: column;
    }

    .shopping-cart-top-table-body-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 24.587px;
      align-self: stretch;
    }



    .cancle-course {
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      cursor: pointer;
    }

    .shopping-cart-course-details {
      display: flex;
      align-items: flex-start;
      gap: 20px;
    }

    .shopping-cart-course-details-image {
      width: 160px;
      height: 120px;
    }

    .shopping-cart-course-details-content {
      display: flex;
      height: 119px;
      flex-direction: column;
      align-items: flex-start;
      gap: 4px;
    }

    .shopping-cart-course-details-content-header {
          color: var(--Gray-900, #1D2026);
         font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    }

    .shopping-cart-course-details-content-tail {
      display: flex;
      align-items: flex-start;
      gap: 6px;
      margin-top: 4px;
    }

    .shopping-cart-course-details-content-tail-content {
      color: var(--Gray-400, #A1A5B3);

      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
      /* 157.143% */
      letter-spacing: -0.14px;
    }

    .shopping-cart-course-details-content-tail-content span {
      color: #252525;

      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
      /* 157.143% */
      letter-spacing: -0.14px;
    }

    .shopping-cart-course-price {
      display: flex;
      align-items: center;
      gap: 4px;
    }

    .shopping-cart-course-price-left {
      color: #c7830e;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 26px;
      /* 130% */
    }

    .shopping-cart-course-price-right {
      color: var(--Gray-500, #8C94A3);
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      /* 133.333% */
      letter-spacing: -0.27px;
      text-decoration-line: line-through;
    }

    .shopping-right-section {
      display: flex;
      padding: 10px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 12px;
      background: white;
      height: fit-content;
          margin-top: 0 !important; /* إلغاء المسافة العلوية */

    }

    .shopping-total-with-buttons {
      display: flex;
      padding: 10px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 12px;
      background: #DEDDDB;
      height: fit-content;
    }

    .shopping-total-container {
      display: flex;
      width: 200px;
      justify-content: space-between;
      align-items: center;

    }

    .shopping-total-title {
      color: var(--Gray-Scales-Black, #202029);
      text-align: right;
      font-size: 13.901px;
      font-style: normal;
      font-weight: 400;
      line-height: 20.851px;
    }

    .shopping-total-content {
      color: var(--Gray-Scales-Black, #202029);
      text-align: right;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 26px;
    }

    .shopping-button {
      display: flex;
      width: 200px;
      padding: 10px;
      justify-content: center;
      align-items: center;
      gap: 10.426px;
      border-radius: 12px;
      background: #c7830e;
      cursor: pointer;
    }

    .shopping-button.flip {
      border: 1px solid #c7830e;
      background-color: #fff;
    }

    .shopping-button.no-color {
      border-radius: 12px;
      background: #AEAEAE;
      cursor: unset;
      user-select: none;
    }


    .shopping-checkout-button-title {
      color: var(--Gray-White, #FFF);
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      text-transform: capitalize;
    }

    .shopping-button.flip .shopping-checkout-button-title {
      color: #c7830e;
    }

    .shopping-checkout-button-icon {
      display: flex;
      width: 20.851px;
      height: 20.851px;
      justify-content: center;
      align-items: center;
      flex-shrink: 0;
    }

    .modal-content {
      width: 314px !important;
      border-radius: 20px !important;
    }

    /* Modal Header Custom Styles */
    .modal-header {
      background-color: #CF818A;
      /* Light Red Background */
      color: white;
      /* White Text Color */
      border-bottom: none;
      /* Remove Default Border */
      border-top-left-radius: inherit;
      border-top-right-radius: inherit;
    }

    .modal-title {
      font-weight: bold;
    }

    .modal-footer {
      border-top: none;
      /* Remove Default Border */
    }

    /* Buttons */
    .modal-footer .btn-secondary {
      background-color: #f8f9fa;
      /* Light Gray */
      color: black;
      border: none;
    }

    .modal-footer .btn-secondary:hover {
      background-color: #e2e6ea;
      /* Slight Darker Gray on Hover */
    }

    .modal-footer .btn-danger {
      background-color: #FF0000;
      /* Red for Delete Button */
      color: white;
      border: none;
    }

    .modal-footer .btn-danger:hover {
      background-color: #FF0000;
      /* Darker Red on Hover */
    }
  .btn-primary{
    background-color: #c7830e;
    height: 35px !important;
    padding: 0;
  }
    /* Modal Body Text */
    .modal-body {
      color: #333;
      /* Dark Text Color */
    }
.course-history-body-row {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  padding: 10px 0;
  align-items: center;
}

.course-history-header-row {
  font-weight: 600;
  background-color: #e6e6e6;
  padding: 12px 0;
}

.course-history-body-row svg {
  vertical-align: middle;
}
.profile-bottom-section-changer-item-text {
  white-space: nowrap;
}
.table-responsive{
  margin-bottom: 50px !important;
}
    /* Close Button Color */
    .btn-close {
      color: white;
      background-color: transparent;
      border: none;
      opacity: 1;
    }

       .checkout-container {
      width: 880px;
      display: flex;
      row-gap: 30px;
      column-gap: 60px;
      flex-wrap: wrap;
    }

    .checkout-input-container {
      display: flex;
      width: 252px;
      flex-direction: column;
      align-items: center;
      gap: 7px;
    }

    .checkout-input-content {
      width: 252px;
      height: 75.838px;
    }

    /* Custom styles for the select inputs and button */
    .custom-select.flip {
      appearance: initial;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: #c7830e7a;
      border-radius: 8px;
      padding: 10px 20px;
      width: 271px;
      height: 50px;
      border: 1px solid transparent;
      margin-right: 10px;
      color: rgb(255, 255, 255);
      background-repeat: no-repeat;
      background-position: right 20px center;
      /* Adjust arrow position */
      background-size: 10px 6px;
      font-size: 12px;
      text-align: left;
      cursor: pointer;
      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>');

      /* Size of the arrow */
    }

    .checkout-input-content-label {
      color: var(--Gray-900, #1D2026);
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
      /* 157.143% */
      letter-spacing: -0.14px;
    }

    .checkout-input-content-input {
      display: inline-flex;
      height: 48px;
      padding: 13px 4px 11px 18px;
      align-items: center;
      flex-shrink: 0;
      border-radius: 8px;
      border: 1px solid var(--Gray-100, #E9EAF0);
      background: #c7830e7a;
    }

    .checkout-input-content-input.with-data {
      background: #c7830e7a;
    }


    .checkout-input-content-input input {
      border: none;
      background-color: transparent;
      width: inherit;
    }

    .checkout-input-content-input input:focus {
      outline: none;
    }

    ::placeholder {
      color: #FFF;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      /* 171.429% */
    }

    .checkout-input-content-input-file {
      border-radius: 8px;
      border: 1px solid var(--Gray-100, #E9EAF0);
      background: #c7830e;
      display: inline-flex;
      height: 48px;
      padding: 13px 0px 11px 31.527px;
      align-items: center;
      flex-shrink: 0;
      width: 272px;
    }

    .checkout-input-required {
      align-self: stretch;
      color: rgba(29, 32, 38, 0.60);
      font-size: 10px;
      font-style: normal;
      font-weight: 400;
      line-height: 14.4px;
      /* 120% */
      letter-spacing: -0.12px;
    }

    .checkout-input-content-input-file-button {
      color: #FFF;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      cursor: pointer;
      /* 171.429% */
    }

    .checkout-bank-information {
      margin-top: 50px;
      width: 45%;
    }

    .checkout-bank-information-title,
    .checkout-bank-information-content {
      color: #252525;
      font-size: 12px;
      font-style: normal;
      font-weight: 800;
      line-height: 22px;
      /* 157.143% */
    }

    .checkout-bank-information-content {
      font-weight: normal;
    }


    .form-control {
      display: inline-flex;
      height: 48px;
      padding: 13px 4px 11px 18px;
      align-items: center;
      flex-shrink: 0;
      border-radius: 8px;
      border: 1px solid var(--Gray-100, #E9EAF0);
      background: rgb(228 196 140);
    }

    .form-control.with-data {
      background: rgb(228 196 140);
    }
@media (max-width: 768px) {
  .edit-account-container {
    flex-direction: column;
  }

  .edit-account-image-container img {
    max-width: 150px;
  }

  .edit-account-save-changes-button {
    width: 100%;
    text-align: center;
  }
}
    .checkout-input-content-input input {
      border: none;
      background-color: transparent;
      width: inherit;
    }

    .checkout-input-content-input input:focus {
      outline: none;
    }

    ::placeholder {
      color: #FFF;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      /* 171.429% */
    }

    .checkout-input-content-input-file {
      border-radius: 8px;
      border: 1px solid var(--Gray-100, #E9EAF0);
      background: #c7830e;
      display: inline-flex;
      height: 48px;
      padding: 13px 0px 11px 31.527px;
      align-items: center;
      flex-shrink: 0;
      width: 272px;
    }

    .checkout-input-required {
      align-self: stretch;
      color: rgba(29, 32, 38, 0.60);
      font-size: 10px;
      font-style: normal;
      font-weight: 400;
      line-height: 14.4px;
      /* 120% */
      letter-spacing: -0.12px;
    }

    .checkout-input-content-input-file-button {
      color: #FFF;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      cursor: pointer;
      /* 171.429% */
    }

    .checkout-bank-information {
      margin-top: 50px;
      width: 45%;
    }

    .checkout-bank-information-title,
    .checkout-bank-information-content {
      color: #252525;
      font-size: 12px;
      font-style: normal;
      font-weight: 800;
      line-height: 22px;
      /* 157.143% */
    }

    .checkout-bank-information-content {
      font-weight: normal;
    }

    .congratulations-container {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      margin-top: 32px;
    }

    .congratulations-content-container {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .congratulations-content-header {
      color: #c7830e;
      text-align: center;
      font-size: 30px;
      font-style: normal;
      font-weight: 800;
      line-height: 40px;
      text-transform: capitalize;
    }

    .congratulations-content-description {
      color: #000;
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: 40px;
      text-transform: capitalize;
    }

    .go-to-home-page-button {
      display: flex;
      width: 222.414px;
      padding: 0px 20.851px;
      justify-content: center;
      align-items: center;
      gap: 10.426px;
      border-radius: 12px;
      background: #c7830e;
      margin-top: 24px;
      cursor: pointer;
    }

    .go-to-home-page-button-text {
      color: var(--Gray-White, #FFF);
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 56px;
      /* 311.111% */
      letter-spacing: -0.18px;
      text-transform: capitalize;
    }

    /* profile styling */
    .profile-container {
      display: flex;
      align-items: center;
      align-content: center;
      gap: 19px;
      
    }

    .profile-container img {
      width: 120px;
      height: 120px;
      border-radius: 50%;
    }

    .profile-user-details-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
          gap: 6px;
    max-height: 172px;
    }

    .profile-user-username {
      color: var(--Gray-900, #1D2026);
      font-size: 22px;
      font-style: normal;
      font-weight: 600;
    }

    .profile-user-email {
      color: var(--Gray-600, #6E7485);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
    }

    .profile-user-edit-profile-button {
      display: flex;
      padding: 7px 14px;
      justify-content: center;
      align-items: center;
      align-content: center;
      gap: 10px;
      flex-wrap: wrap;
      border-radius: 6px;
      background: #c7830e;
      user-select: none;
      cursor: pointer;
    }

    .profile-user-edit-profile-button-text {
      color: #FFF;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: 14.4px;
      /* 120% */
      text-transform: capitalize;
    }

      .profile-achievement-container {
        display: flex;
        width: 100%;
        max-width: 100%;
        margin-top: 0px;
        margin-bottom: 32px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 32px 120px;
        justify-content: space-between;
        align-items: flex-start;
        background: #E6E6E6;
        user-select: none;
      }
    @media (max-width: 991px) {
          .checkout-input-content-input {
      display: inline-flex;
      height: 48px;
      padding: 0;
      align-items: center;
      flex-shrink: 0;
      border-radius: 8px;
      border: 1px solid var(--Gray-100, #E9EAF0);
      background: rgb(228 196 140);
    }
          .checkout-input-container {
      display: flex;
      width: 100%;
      flex-direction: column;
      align-items: center;
      gap: 7px;
    }

    .checkout-input-content {
      width: 100%;
      height: 75.838px;
    }

          .shopping-cart-course {
            width:100%;
      display: flex;
      justify-content: center !important;
      align-items: center;
      gap: 20px;
    }
      .custom-collapse {
  height: 100vh !important;
  overflow-y: auto;
  background-color: #ffffff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
    .profile-achievement-container {
    flex-direction: column;
    padding: 24px 16px;
    gap: 16px; 
  }

}




    .profile-bottom-section-changer-container {
      gap: 5px;
      display: flex;
      width: 100%;
      padding: 0px 50px;
      justify-content:center;
      align-items: center;
    }

    .profile-bottom-section-changer-item {
      display: flex;
      width: 100px;
      flex-direction: column;
      align-items: center;
      gap: -15px;
      flex-shrink: 0;
      user-select: none;
      cursor: pointer;
    }

    .profile-bottom-section-changer-item.active {
      border-bottom: 1px solid #c7830e;
    }

    .profile-bottom-section-changer-item-text {
      color: #000;
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
    }

    .profile-bottom-section-changer-item.active .profile-bottom-section-changer-item-text {
      color: #c7830e;
      font-weight: 700;
    }

    .profile-bottom-section-container {
      width: 100%;
      margin-top: 32px;
      margin-bottom: 32px;
    }

    .profile-bottom-section-item {
      display: none;
      user-select: none;
    }

    .profile-bottom-section-item.active {
      display: block;
    }

    .realted-courses-container {
      display: flex;
      flex-wrap: wrap;
      gap: 64px;
      padding: 0px 200px;
    }

    .realted-courses-container .related-course-card {
      width: 30% !important;
      background: #D9D9D9;
    }

    .course-buttons-container {
      display: flex;
      align-items: center;
      gap: 13px;
      align-self: stretch;
      justify-content: center;
      margin-bottom: 10px;
    }

    .course-button-item {
      display: flex;
      padding: 7px 14px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 6px;
      background: #c7830e;
      user-select: none;
      cursor: pointer;
    }

    .course-button-item-text {
      color: #FFF;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: 14.4px;
      /* 120% */
      letter-spacing: -0.048px;
      text-transform: capitalize;
    }

    .course-button-item.flip {
      display: flex;
      padding: 7px 14px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 6px;
      border: 0.5px solid #888686;
      background-color: #D9D9D9;
      width: fit-content !important;
      height: fit-content !important;
    }

    .course-button-item-text.flip {
      color: #666161;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: 14.4px;
      /* 120% */
      letter-spacing: -0.048px;
      text-transform: capitalize;
    }

    .course-history-header-container {
      display: flex;
      padding: 0px 120px;
      justify-content: space-between;
      align-items: center;
      align-self: stretch;
      background: #E6E6E6;
    }

    .course-history-header-item {
      color: #000;
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
      /* 137.5% */
      text-transform: capitalize;
    }

    .course-history-header-devider {
      width: 86.875%;
      height: 1px;
      margin-left: 7%;
      margin-top: 16px;
      margin-bottom: 16px;
      background-color: var(--Grays-Black, #000);
    }

    .course-history-body-container {
      padding: 0 120px;
      display: flex;
      justify-content: space-between;
      margin-bottom: 38px;
    }

    .course-history-body-item {
      color: #000;
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      width: fit-content;
      max-width: fit-content;
      text-transform: capitalize;
    }

    .course-history-body-item:nth-child(2) {
      width: 91.5px;
      margin-left: 16px;
    }

    .course-history-body-item:nth-child(3) {
      width: 50px;
    }

    .course-history-body-item:nth-child(8) {
      width: 20px;
      color: #c7830e;
    }

    .course-history-body-item:nth-child(9) {
      width: 83px;
      color: #c7830e;
    }

    .course-history-body-item:last-child {
      margin-right: 10px;
      cursor: pointer;
    }



    .certificates-container {
      width: 100%;
      justify-content: center;
      display: flex;
      gap: 55px;
      align-items: center;
      /* padding: 0 120px; */
      flex-wrap: wrap;
      margin-bottom: 50px !important;
    }

    .certificate-item-container {
      display: flex;
      padding: 16px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 16px;
      border-radius: 12px;
      background: #E5E2E2;
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.30);
    }
      .certificate-item-img {
        width: 100%;
        height: 250px;
        flex-shrink: 0;
        border-radius: 8px;
        object-fit: cover;
      }
  
      .certificate-item-details-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 7px;
      }

    .certificate-item-type {
      color: #8D8D8D;
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      text-transform: capitalize;
    }

    .certificate-item-course-name {
      color: #1D2026;
      font-size: 22px;
      font-style: normal;
      font-weight: 500;
    }

    .certificate-item-buttons-container {
      display: flex;
      align-items: flex-start;
      gap: 24px;
      align-self: self-start;
    }

    .certificate-item-button {
      display: flex;
      align-items: center;
      gap: 7px;
    }

    .certificate-item-button-text {
      color: #c7830e;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      text-transform: capitalize;
    }

    /* edit account page styling */

    .edit-account-container {
      display: flex;
      align-items: flex-start;
      gap: 30px;
    }

    .edit-account-image-container {
      display: flex;
      padding: 12px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 15px;
      border: 0.677px solid var(--Gray-100, #E9EAF0);
      background: var(--Gray-White, #FFF);
    }

    .edit-account-image-container img {
      width: 190px;
      height: 190px;
    }

    .edit-account-image-hint {
      color: var(--Gray-600, #6E7485);
      text-align: center;
      font-size: 9px;
      font-style: normal;
      font-weight: 400;
    }

    .edit-account-save-changes-button {
      display: flex;
      padding: 0px 24px;
      justify-content: center;
      align-items: center;
      gap: 12px;
      border-radius: 8px;
      background: #c7830e;
      user-select: none;
      cursor: pointer;
    }

    .edit-account-save-changes-button-text {
      color: var(--Gray-White, #FFF);

      /* Button/M */
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      text-transform: capitalize;
      padding: 10px 0px;
    }

    .edit-account-details-container {
      display: flex;
      width: 80%;
      align-items: flex-start;
      align-content: flex-start;
      row-gap: 32px;
      column-gap: 28px;
      flex-wrap: wrap;
    }

    .edit-account-details-last-row {
      width: 80%;
      display: flex;
      gap: 32px;
    }

    .edit-account-hor-devider {
      height: 1px;
      background-color: var(--Grays-Black, #000);
      width: 96%;
      margin-top: 130px;
      margin-bottom: 32px;
    }

    .edit-account-reset-password-container {
      display: flex;
      /* width: 588px; */
      flex-direction: column;
      align-items: flex-start;
      gap: 24px;
    }

    .password-state-changer {
      font-size: 24px;
      color: white;
      margin-right: 8px;
      cursor: pointer;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
          .edit-account-details-container {
      display: flex;
      width: 100%;
      align-items: flex-start;
      align-content: flex-start;
      row-gap: 32px;
      column-gap: 28px;
      flex-wrap: wrap;
    }
          .edit-account-details-last-row {
      width: 100%;
      display: flex;
       align-items: center;
      flex-direction: column;
      gap: 32px;
    }
    .edit-account-container {
      width: 100%;
      display: flex;
      align-items: center;
      flex-direction: column;
      gap: 30px;
    }
      .purple-side {
        width: 100%;
        padding: 30px;
      }
      .custom-select.flip{
        width: 100%;
      }
    }

        /* 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 2%;
          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 #6f42c1;
          color: #fff;
          text-decoration: none;
          margin-right: 20px;
          /* 20px between login and signup */
        }
    
        /* User Info buttons */
        .user-info1 .login:hover {
          background: #b777d4;
          border-color: #b777d4;
        }
    
        .acmic {
          /* Academic and training affairs */
    
          width: 214.75px;
          height: 32px;
    
          font-family: 'Noto Serif';
          font-style: normal;
          font-weight: 500;
          font-size: 12px;
          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: #6f42c1;
          border-color: #6f42c1;
          /* 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: #6f42c1;
        }
    
        .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: 
            url('https://tdp.kfshrc.edu.sa/public/uploads/img/businessman-wearing-face-mask-while-giving-presentation-conference-hall 1.png');
          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;
    
    
        }
    
    
        /* 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-select:focus {
          background-color: #664180c7;
          border-color: #664180c7;
          outline: none;
          /* border-color: #6f42c1; */
          box-shadow: 0 0 5px #664180c7;
        }
    
        .dropdown-menu {
          background-color: #664180c7;
        }
    
        .dropdown-item {
          color: white;
          font-size: 12px;
        }
    
        .dropdown-item.active,
        .dropdown-item:hover {
          background-color: #019871;
        }
    
        .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 */
              #third-header {
               /* Rectangle 400 */
  
                  box-sizing: border-box;
  
                  position: absolute;
                  width: 100%;
                  height: 90px;
                  left: 0px;
                  top: 0px;
  
                  background: #F4F4F4;
                  border-top: 8px solid #c7830e;
                  box-shadow: 0px 4px 23.6px rgba(0, 0, 0, 0.25);
  
              }

              @media (max-width: 576px) {
    #third-header {
       
                  box-sizing: border-box;
  
                  position: absolute;
                  width: 100%;
                  height:90px;
                  left: 0px;
                  top: 0px;
  
                  background: #F4F4F4;
                  border-top: 8px solid #c7830e;
                  box-shadow: 0px 4px 23.6px rgba(0, 0, 0, 0.25);
    }
    #third-header .container {
        padding: 0; /* optional: remove extra padding */
    }
   
    #third-header span {
        font-size: 14px; /* optional: smaller text */
    }
}

          
    
        /* Logo Styling */
        #logo {
          
          width: 67px;
        }
    
        /* Navigation Links */
        .nav-item a {
          color: #000000;
          /* 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: #6f42c1;
          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 {
          /* Layer_1 */
  
              width: 156.85px;
              height: 52px;
  
  
              /* Inside auto layout */
              flex: none;
              order: 0;
              flex-grow: 0;
  
        }
    
        /* Content to scroll */
        .content {
          height: 1500px;
          padding-top: 1024px;
          /* Height of the cover image */
        }
    
        /* Main Category Section Styles */
        .category-section {
          padding: 50px 0;
          background-color: #f5f5f5;
          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;
          max-width: 800px;
    
          margin-bottom: 40px;
          text-align: left;
        }
    
        .carousel-item-row {
          display: flex;
        }
    
        /* Custom styles for the category cards */
        .category-card {
          border-radius: 12px;
          padding: 20px;
          color: white;
          text-align: center;
          font-weight: bold;
          height: 263px;
          width: 261px;
          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://localhost/portal2/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://localhost/portal2/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;
          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-rating {
          display: flex;
          width: 49px;
            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;
          width: 221.738px;
        }
    
        .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;
        }
    
        /* 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,
        .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:hover {
          transform: scale(1.03);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
        }
    
        .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;
        }
    
        .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;
        }
    
    
        /* Footer Styles */
        .footer-section {
          background-color: #09705C;
          color: white;
          padding: 50px 0;
        }
    
        .footer-logo {
          width: 150px;
          margin-bottom: 15px;
        }
    
        .social-icons {
          display: flex;
          gap: 15px;
        }
    
        .social-icons a {
          padding: 6px 8px;
          background: #ffffff1f;
          border-radius: 4px;
        }
    
        .social-icons a i {
          font-size: 30px;
          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: #c7830e; */
          /* Purple background */
        }
    
        /* Left Side (Purple) */
        .purple-side {
          /* background-color: #c7830e; */
          padding: 50px;
          color: white;
          display: flex;
          flex-direction: column;
          justify-content: center;
        }
    
        .contact-section-background-div {
          background-color: #c7830e;
          height: 82%;
          width: 100%;
          position: absolute;
          z-index: -1;
        }
    
        /* Right Side (White) */
        .white-side {
          padding: 0px;
          color: black;
          display: flex;
          flex-direction: column;
          justify-content: end;
        }
    
    
    
        .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: #00bfff;
          /* Cyan color for button */
          color: white;
          padding: 10px 20px;
          border: none;
          border-radius: 8px;
          width: 100%;
          font-weight: bold;
        }
    
        /* Map Section */
        .map-section {
          width: 100%;
          height: 500px;
          margin-bottom: 60px;
        }
    
        .map-section iframe {
          width: 100%;
          height: 100%;
          border-radius: 12px;
        }
    
    
        .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: #c7830e;
          stop-color: #c7830e;
        }
    
        .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 {
          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: #3eb2ff;
          stop-color: #c7830e;
        }
    
        .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;
        }

        .main-course-container {
          flex-wrap: wrap;
          row-gap: 32px;
          column-gap: 8px;
        }
    
        .main-course-card {
          display: flex;
          width: 45%;
          padding-right: 24px;
          justify-content: space-between;
          align-items: center;
          align-content: center;
          row-gap: 16px;
          flex-wrap: wrap;
          border-radius: 12px;
          background: #D9D9D9;
        }
    
        .main-course-image {
          width: 250px;
          /* height: 241.003px; */
          flex-shrink: 0;
          border-radius: 12px;
          /* background: lightgray 50% / cover no-repeat; */
        }
    
        .main-course-details {
          display: flex;
          width: 44%;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start;
          gap: 8px;
          flex-shrink: 0;
        }
    
        .main-course-name {
          align-self: stretch;
          color: #c7830e;
          font-size: 14px;
          font-style: normal;
          font-weight: 600;
          line-height: 24px;
          /* 171.429% */
          text-transform: capitalize;
        }
    
        .main-course-sub-name-details {
          display: flex;
          justify-content: space-between;
          align-items: center;
          align-self: stretch;
        }
    
        .main-course-sub-name {
          width: 174px;
          color: #252525;
          text-align: center;
          font-size: 14px;
          font-style: normal;
          font-weight: 600;
          line-height: 24px;
          /* 150% */
          text-transform: capitalize;
        }
    
        .main-course-description {
          color: #737373;
          font-size: 14px;
          font-style: normal;
          font-weight: 300;
          line-height: 16px;
          /* 114.286% */
          text-transform: lowercase;
          width: 221.738px;
        }
    
        .main-course-price-div {
          display: flex;
          padding: 5px 3px;
          align-items: flex-start;
          gap: 5px;
        }
    
        .main-course-first-price {
          color: var(--muted-color, #BDBDBD);
          text-align: center;
          font-size: 16px;
          font-style: normal;
          font-weight: 700;
          line-height: 24px;
          /* 150% */
          letter-spacing: 0.1px;
        }
    
        .main-course-second-price {
          color: #c7830e;
          text-align: center;
          font-size: 16px;
          font-style: normal;
          font-weight: 700;
          line-height: 24px;
          /* 150% */
          letter-spacing: 0.1px;
        }
    
        .main-course-hor-divider {
          width: 100%;
          height: 1px;
          background-color: var(--Grays-Black, #000);
        }
    
        .main-course-tags {
          display: flex;
          align-items: center;
          gap: 12px;
        }
    
        .main-course-tag {
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 6px;
        }
    
    
        .course-details-card {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
        }
    
        .course-details-left-side {
          display: flex;
          flex-direction: column;
          width: 42%;
          gap: 12px;
        }
    
        .course-details-course-name {
          color: #252525;
          text-align: center;
          font-size: 24px;
          font-style: normal;
          font-weight: 600;
          line-height: 24px;
          /* 60% */
          text-transform: capitalize;
          max-width: fit-content;
        }
    
        .course-details-more-details {
          display: inline-flex;
          align-items: center;
          gap: 16px;
          margin-top: 16px;
        }
    
        .course-details-instracor-name-container {
          display: flex;
          align-items: center;
          gap: 4px;
        }
    
        .course-details-instracor-name-content {
          color: #181818;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 25.95px;
          /* 162.188% */
        }
    
        .course-details-more-details-rating-container {
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 6px;
        }
    
        .course-details-more-details-rating-starts-container {
          display: flex;
          height: 18px;
          align-items: center;
          gap: 4px;
        }
    
        .course-details-more-details-rating-start-content {
          display: flex;
          width: 17px;
          height: 18px;
          align-items: flex-start;
          flex-shrink: 0;
        }
    
        .course-details-more-details-rating-start-content-text {
          color: #252525;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 25.95px;
          /* 162.188% */
        }
    
        .course-details-main-details-container {
          display: flex;
          width: 458px;
          height: 142px;
          flex-direction: column;
          justify-content: space-between;
          align-items: flex-start;
          flex-shrink: 0;
          margin-top: 50px;
        }
    
        .course-details-main-details-row {
          display: flex;
          justify-content: space-between;
          align-items: center;
          align-self: stretch;
          border-bottom: 0.5px solid #252525;
        }
    
        .course-details-main-details-row-left {
          display: flex;
          width: 250px;
          align-items: center;
          gap: 6px;
        }
    
        .course-details-main-details-row-left-text {
          color: #181818;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 25.95px;
          /* 162.188% */
        }
    
        .course-details-main-details-row-right-text {
          color: #181818;
          font-size: 15px;
          font-style: normal;
          font-weight: 500;
          line-height: 25.95px;
          /* 173% */
        }
    
        .course-details-price-container {
          display: flex;
          width: 455px;
          align-items: center;
          gap: 16px;
          margin-top: 42px;
        }
    
        .course-details-price-text:first-child {
          color: #252525;
          font-size: 22px;
          font-style: normal;
          font-weight: 600;
          line-height: 36px;
          /* 150% */
          text-transform: capitalize;
        }
    
        .course-details-choose-dates-button-container {
          display: flex;
          width: 471px;
          justify-content: center;
          align-items: center;
          gap: 16px;
          border-radius: 8px;
          background: #c7830e;
          cursor: pointer;
        }
    
        .course-details-choose-dates-button-text {
          color: #FFF;
          font-size: 22px;
          font-style: normal;
          font-weight: 600;
          line-height: 36px;
          /* 150% */
          text-transform: capitalize;
        }
    
        .course-details-price-text:last-child {
          color: #c7830e;
          font-size: 22px;
          font-style: normal;
          font-weight: 600;
          line-height: 36.075px;
          /* 150% */
          text-transform: capitalize;
        }
    
    
         .course-details-right-side {
          display: flex;
          flex-direction: column;
          gap: 12px;
        }
    
        .course-details-right-image {
          max-width: 484px;
          height: 450.29px;
          flex-shrink: 0;
          object-fit: contain;
        }
    @media (max-width: 768px) {
  .course-details-main-details-container {
    display: flex;
    width: 100% !important;
    height: 142px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
    margin-top: 20px !important;
  }
  .course-details-course-name {
    width: 100% !important;
    color: #252525;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 60% */
    text-transform: capitalize;
    max-width: fit-content;
  }

  .course-details-right-image {
    width: 100% !important;
    height: 100% !important;
    flex-shrink: 0;
    object-fit: cover !important;
    border-radius: 20px;
  }
  .about-kfsh-content {
    font-size: 1.5rem;
  }

  td,
  th {
    white-space: nowrap !important;
    width: 100% !important;
    padding: 10px 20px;
  }

  .about-kfsh-table-content-title {
    padding-bottom: 5px;
  }

  .about-kfsh-table-content-description {
    padding-top: 0;
  }
}
        .course-details-bottom-section {
          display: flex;
          flex-direction: column;
          margin-top: 80px;
        }
    
        .course-details-bottom-section-navs {
          display: flex;
          padding-right: 0;
          justify-content: space-between;
          align-items: center;
        }
    
        .course-details-bottom-section-navs-item {
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .course-details-bottom-section-navs-item-text {
          color: #252525;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 28px;
          /* 175% */
          text-transform: capitalize;
          cursor: pointer;
        }

        .course-details-bottom-section-navs-item-text:hover {
          color: #c7830e;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 28px;
          /* 175% */
          text-transform: capitalize;
          cursor: pointer;
        }
    
        .course-details-bottom-section-navs-item-text.active {
          color: #c7830e;
          text-decoration-line: none;
        }
    
   
    
        .course-details-bottom-section-navs-bottom-section {
          display: flex;
          margin-top: 40px;
          flex-direction: column;
          gap: 20px;
        }
    
        .course-details-bottom-section-navs-bottom-section-description,
        .course-details-related-courses-description {
          color: #181818;

          font-style: normal;
          
          
          font-weight: 700;
          font-size: 30px;
          line-height: 40px;
          display: flex;
          align-items: center;

        }
    
        .related-courses {
          margin-top: 16px;
          width: 88%;
        }
    

        .course-details-related-courses {
          margin-top: 50px;
    
        }
    
    
    @media (max-width: 768px) {
  .main-course-sub-name-details {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
  }

  .main-course-sub-name,
  .course-description .main-course-description {
    width: 100%;
    color: #252525;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    text-transform: capitalize;
  }

  .main-course-card {
    display: flex;
    width: 100%;
    padding-right: 24px;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    row-gap: 16px;
    flex-wrap: wrap;
    border-radius: 12px;
    background: #d9d9d9;
    margin-bottom: 20px;
  }
  .main-course-details {
    display: flex;
    width: 100% !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
    padding: 10px 15px;
  }
  .main-course-image {
    width: 100% !important;
    /* height: 241.003px; */
    flex-shrink: 0;
    border-radius: 12px;
    /* background: lightgray 50% / cover no-repeat; */
  }
  .instructor-profile-about-me-info {
    width: 100%;
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .course-details-bottom-section-navs-bottom-devider {
    width: 100% !important;
    height: 1px;
    flex-shrink: 0;
    background-color: #252525;
    margin-top: 20px;
  }
  .course-details-bottom-section-navs {
    display: flex;
    padding-right: 0 !important;
    width: 100% !important;
    justify-content: space-between;
    align-items: center;
  }
  .purple-side {
    width: 100%;
    padding: 30px;
  }
}
    
    
    
    
        /* General Calendar Wrapper Styling */
        .calendar-wrapper {
          position: relative !important;
          display: none;
    
          /* To ensure the calendar floats inside this container */
        }
    
        /* Customize the flatpickr calendar background, borders, and padding */
        .flatpickr-calendar {
          background-color: #f3e8ff !important;
          /* Light purple background */
          border: none !important;
          /* Remove border */
          border-radius: 12px !important;
          /* Rounded corners */
          padding: 10px !important;
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1) !important;
          /* Soft shadow */
        }
    
        /* Make the inline calendar float above the containing div */
        .flatpickr-calendar.inline {
          position: absolute !important;
          top: 20px !important;
          width: 471px;
          /* Adjust the vertical position so it floats below "Choose Date" */
          left: 0 !important;
          z-index: 9999 !important;
          /* Ensure it floats above other elements */
          display: none;
          /* Hidden by default */
        }
    
        /* Display calendar when it becomes visible */
        .calendar-wrapper.show .flatpickr-calendar.inline {
          display: block !important;
        }
    
        /* Rest of your customizations (month styling, days, hover, etc.) */
        .flatpickr-months {
          display: flex !important;
          justify-content: center !important;
          font-family: 'Arial', sans-serif !important;
          font-size: 16px !important;
          color: #6a5acd !important;
          /* Darker purple for the month */
        }
    
        .flatpickr-prev-month,
        .flatpickr-next-month {
          color: #6a5acd !important;
          /* Darker purple for arrows */
        }
    
        .flatpickr-rContainer,
        .flatpickr-days {
          width: 100% !important;
        }
    
        .flatpickr-innerContainer {
          width: 471px !important;
    
        }
    
        .dayContainer {
          width: 471px !important;
          max-width: 471px !important;
          display: flex !important;
          justify-content: start !important;
        }
    
        .flatpickr-day.prevMonthDay {
          color: rgba(57, 57, 57, 0.3) !important;
        }
    
        .flatpickr-day {
          font-family: 'Arial', sans-serif !important;
          font-size: 14px !important;
          color: #c7830e !important;
          /* Dark purple text for days */
          border-radius: 50% !important;
          /* Circular day buttons */
          padding: 0px !important;
          margin: 2px 10px !important;
          max-width: 46px !important;
          max-height: 46px !important;
          width: 46px !important;
          height: 46px !important;
    
        }
    
        .flatpickr-day.selected {
          background-color: #9a67ea !important;
          /* Medium purple for selected day */
          color: white !important;
          /* White text for selected day */
          border-radius: 50% !important;
        }
    
        .flatpickr-day:hover {
          background-color: #d1bbff !important;
          /* Light purple on hover */
          color: #4b0082 !important;
          cursor: pointer !important;
        }
    
        .flatpickr-day.today {
          background-color: #ffcccb !important;
          /* Light red for today */
          color: #4b0082 !important;
          border-radius: 50% !important;
        }
    
        .flatpickr-day.inRange {
          box-shadow: 0px 0 0 #e6e6e6, 0px 0 0 #e6e6e6 !important;
        }
    
        .flatpickr-weekdays {
          background-color: transparent !important;
          color: #6a5acd !important;
          font-family: 'Arial', sans-serif !important;
          font-size: 14px !important;
          width: 98% !important;
        }
    
        .course-details-filtered-by-dates table {
          margin-bottom: 50px;
        }
    
        .course-details-filtered-by-dates table td {
          color: #252525;
          text-align: center;
          font-family: "Noto Sans";
          font-size: 15px;
          font-style: normal;
          font-weight: 500;
          line-height: 25.95px;
          /* 173% */
        }
    
        .course-details-filtered-by-dates table td.custom-button {
          display: flex;
          height: 24px;
          padding: 40x 10px;
          justify-content: center;
          align-items: center;
          gap: 10px;
          flex-shrink: 0;
          align-self: stretch;
          border-radius: 20px;
          background: #c7830e;
          color: #FFF;
          text-align: center;
          font-size: 15px;
          font-style: normal;
          font-weight: 500;
          line-height: 25.95px;
          width: 81px;
          cursor: pointer;
        }
    
        .shopping-main-row {
          display: flex;
          
        }
  
        .shopping-cart-header-content {
          color: var(--Gray-700, #4E5566);
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 100%;
          margin-top: 20px;
          margin-bottom: 20px;
          margin-left: 24px;
    
          text-transform: uppercase;
        }
    
        .shopping-cart-top-table-body {
          display: flex;
          flex-direction: column;
        }
    
        .shopping-cart-top-table-body-content {
           display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 24.587px;
      align-self: stretch;
        }
    
        .shopping-cart-course {
          width:100%;
          display: flex;
          justify-content: space-between;
          align-items: center;
          gap: 20px;
        }
    
        .cancle-course {
          width: 24px;
          height: 24px;
          flex-shrink: 0;
          cursor: pointer;
        }
    
        .shopping-cart-course-details {
          display: flex;
          align-items: flex-start;
          gap: 20px;
        }
    
        .shopping-cart-course-details-image {
          width: 160px;
          height: 120px;
        }
    
        .shopping-cart-course-details-content {
          display: flex;
          height: 119px;
          flex-direction: column;
          align-items: flex-start;
          gap: 4px;
        }
    
        .shopping-cart-course-details-content-header {
                    color: var(--Gray-900, #1D2026);
         font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
        }
        .shopping-cart-top-table-body-content,
.shopping-cart-course,
.shopping-cart-course-details,
.shopping-cart-course-details-content {
  box-sizing: border-box;
  width: 100%;
}

    
.shopping-cart-course-details-content-tail {
  display: flex;
  flex-wrap: wrap; /* allow wrapping on small screens */
  gap: 6px;
  margin-top: 4px;
}
    
       .shopping-cart-course-details-content-tail-content {
  flex: 1 1 100%; /* each item takes full width if needed */
  min-width: 140px;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal; /* allow text to wrap */
  overflow-wrap: break-word;
}
@media (min-width: 992px) {
  .shopping-cart-table {
    max-width: 900px; /* adjust this as needed */
    
    width: 100%;
  }

  .shopping-cart-top-table-body-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    background: #fff;
  }

  .shopping-cart-course {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }

  .shopping-cart-course-price {
    margin-left: auto;
    white-space: nowrap;
    font-weight: bold;
    font-size: 16px;
  }
}

    
        .shopping-cart-course-details-content-tail-content span {
          color: #252525;
    
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 22px;
          /* 157.143% */
          letter-spacing: -0.14px;
        }
    
        .shopping-cart-course-price {
          display: flex;
          align-items: center;
          gap: 4px;
        }
       @media (max-width: 991px) {
            .shopping-cart-table {
      display: flex;
      width: 100%;
      padding-bottom: 50px !important;}
           .shopping-cart-course-details-content-tail-content {
          color: var(--Gray-400, #A1A5B3);
    
          font-size: 11px !important;
          font-style: normal;
          font-weight: 400;
          line-height: 22px;
          /* 157.143% */
          letter-spacing: -0.14px;
        }
    
        .shopping-cart-course-details-content-tail-content span {
          color: #252525;
    
          font-size: 11px !important;
          font-style: normal;
          font-weight: 400;
          line-height: 22px;
          /* 157.143% */
          letter-spacing: -0.14px;
        }
                 .instructor-section,
    .courses-section {
      /* padding: 0 10px !important; */
      background-color: white;
    }
         .shopping-cart-course-price {
          display: flex;
          align-items: center;
          flex-direction: column;
          gap: 4px;
          font-size: 16px;
        }
               .shopping-cart-course-price-left {
          color: #c7830e;
        font-size: 12px !important;
          font-style: normal;
          font-weight: 500;
          line-height: 26px;
          /* 130% */
        }
    
        .shopping-cart-course-price-right {
          color: var(--Gray-500, #8C94A3);
        font-size: 12px !important;
          font-style: normal;
          font-weight: 400;
          line-height: 24px;
          /* 133.333% */
          letter-spacing: -0.27px;
          text-decoration-line: line-through;
        }
        .shopping-cart-course-details-image {
           width: 75px;
          height: 75px;
        }
       }
        .shopping-cart-course-price-left {
          color: #c7830e;
          font-size: 20px;
          font-style: normal;
          font-weight: 500;
          line-height: 26px;
          /* 130% */
        }
    
        .shopping-cart-course-price-right {
          color: var(--Gray-500, #8C94A3);
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px;
          /* 133.333% */
          letter-spacing: -0.27px;
          text-decoration-line: line-through;
        }
    
        .shopping-right-section {
          display: flex;
          padding: 10px;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          gap: 10px;
          border-radius: 12px;
          background: white;
          height: fit-content;
        }
    
        .shopping-total-with-buttons {
          display: flex;
          padding: 10px;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          gap: 10px;
          border-radius: 12px;
          background: #DEDDDB;
          height: fit-content;
        }
    
        .shopping-total-container {
          display: flex;
          width: 200px;
          justify-content: space-between;
          align-items: center;
    
        }
    
        .shopping-total-title {
          color: var(--Gray-Scales-Black, #202029);
          text-align: right;
          font-size: 13.901px;
          font-style: normal;
          font-weight: 400;
          line-height: 20.851px;
        }
    
        .shopping-total-content {
          color: var(--Gray-Scales-Black, #202029);
          text-align: right;
          font-size: 20px;
          font-style: normal;
          font-weight: 500;
          line-height: 26px;
        }
    
        .shopping-button {
          display: flex;
          width: 200px;
          padding: 10px;
          justify-content: center;
          align-items: center;
          gap: 10.426px;
          border-radius: 12px;
          background: #c7830e;
          cursor: pointer;
        }
    
        .shopping-button.flip {
          border: 1px solid #c7830e;
          background-color: #fff;
        }
    
        .shopping-checkout-button-title {
          color: var(--Gray-White, #FFF);
          font-size: 14px;
          font-style: normal;
          font-weight: 600;
          text-transform: capitalize;
        }
    
        .shopping-button.flip .shopping-checkout-button-title {
          color: #c7830e;
        }
    
        .shopping-checkout-button-icon {
          display: flex;
          width: 20.851px;
          height: 20.851px;
          justify-content: center;
          align-items: center;
          flex-shrink: 0;
        }
    
        /* Responsive Design */
        @media (max-width: 768px) {
    
          .purple-side {
            width: 100%;
            padding: 30px;
          }
        }
  
  
          
    
    
    /* 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 2%;
        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 #6f42c1;
        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: 12px;
        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: #6f42c1;
        border-color: #6f42c1;
        /* 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: 
          url('https://tdp.kfshrc.edu.sa/public/uploads/img/businessman-wearing-face-mask-while-giving-presentation-conference-hall 1.png');
        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;
  
  
      }
  
  
      /* 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: #c7830e;
            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: #c7830e;
            border-color: #c7830e;
            outline: none;
            /* border-color: #6f42c1; */
            box-shadow: 0 0 5px #664180c7;
          }
  
  
      .custom-select:focus {
        background-color: #664180c7;
        border-color: #664180c7;
        outline: none;
        /* border-color: #6f42c1; */
        box-shadow: 0 0 5px #664180c7;
      }
  
      .dropdown-menu {
        background-color: #664180c7;
      }
  
      .dropdown-item {
        color: white;
        font-size: 12px;
      }
  
      .dropdown-item.active,
      .dropdown-item:hover {
        background-color: #019871;
      }
  
      .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: -100px;
        z-index: 999;
        transition: top 0.1s;
      }
  
          /* Second Header */
          #fourth-header {
            background-color: #fff;
            padding: 10px 0;
            border-top: 8px solid #c7830e;
            width: 100%;
            z-index: 999;
            transition: top 0.1s;
          }
      
  
      /* Logo Styling */
      #logo {
        
        width: 67px;
      }
  
  
      /* User Info */
      .user-info {
        font-size: 14px;
        font-weight: bold;
        padding: 8px 16px;
        border-radius: 20px;
        background-color: #6f42c1;
        color: #fff;
      }
  
      /* Language Switch */
      .language-switch {
        margin-left: 10px;
        padding: 5px 10px;
        background-color: #6c757d;
        color: white;
        border-radius: 20px;
        font-size: 14px;
      }
  
  
      /* Content to scroll */
      .content {
        height: 1500px;
        padding-top: 1024px;
        /* Height of the cover image */
      }
  
      /* Main Category Section Styles */
      .category-section {
        padding: 50px 0;
        background-color: #f5f5f5;
        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;
        max-width: 800px;
  
        margin-bottom: 40px;
        text-align: left;
      }
  
      .carousel-item-row {
        display: flex;
        
      }
  
      /* 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;
      }
  
  
  
  
  
      /* Popular Courses Section */
      .popular-courses {
        padding: 50px 0;
        background-color: #f5f5f5;
      }
  
      /* Course Card */
      .course-card {
        border: 1px solid #ddd;
        border-radius: 8px;
        background-color: #fff;
        transition: all 0.3s ease-in-out;
        position: relative;
        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 {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 5px;
        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;
      }
  
  
      /* 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: 20px;
      }
  
      .instructor-card:hover {
        transform: scale(1.03);
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
      }
  
      .instructor-card img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-radius: 8px;
      }
  
      .instructor-name {
        font-size: 1.25rem;
        font-weight: bold;
        margin-top: 15px;
        color: #333;
      }
  
      .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;
      }
  
  
      /* Footer Styles */
      .footer-section {
        background-color: #09705C;
        color: white;
        padding: 50px 0;
      }
  
      .footer-logo {
        width: 275.48px;
        margin-bottom: 15px;
      }
  
      .social-icons {
        display: flex;
        gap: 15px;
      }
  
      .social-icons a {
        padding: 6px 8px;
        background: #ffffff1f;
        border-radius: 4px;
      }
  
      .social-icons a i {
        font-size: 30px;
        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: #c7830e; */
        /* Purple background */
      }
  
      /* Left Side (Purple) */
      .purple-side {
        /* background-color: #c7830e; */
        padding: 50px;
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
  
      .contact-section-background-div {
        background-color: #c7830e;
        height: 82%;
        width: 100%;
        position: absolute;
        z-index: -1;
      }
  
      /* Right Side (White) */
      .white-side {
        padding: 0px;
        color: black;
        display: flex;
        flex-direction: column;
        justify-content: end;
      }
  
  
  
      .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: #00bfff;
        /* Cyan color for button */
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 8px;
        width: 100%;
        font-weight: bold;
      }
  
      /* 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: #c7830e;
        stop-color: #c7830e;
      }
  
      .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 {
        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: #3eb2ff;
        stop-color: #c7830e;
      }
  
      .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 */
      @media (max-width: 768px) {
  
        .purple-side {
          width: 100%;
          padding: 30px;
        }
      }
  /* .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); }
  } */
  
  a {
    color: #000;
    text-decoration: none;
  }
  a:hover{
    color: #c7830e;
  }

  .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;
}


.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;
}

@media (min-width: 992px) {
  .shopping-main-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px; /* Reduce spacing between cart and total box */
  }

  .shopping-right-section {
    max-width: 240px;
    flex-shrink: 0;
  }
}