

/* Section 1 course page */
#course-info {
  background-image: url(./assets/bg4.png);
  margin: 0;
  min-height: 30rem;
  padding: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: left;
  padding-top: 21px;
  padding-right: 63px;
  padding-left: 60px;
}
.course-info-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 1rem;
}
.course-info-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.course-info-details-links {
  margin-bottom: 40px;
}
.course-info-details-links ul {
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  box-shadow: 0 0 12px 0 rgba(255, 255, 255, 0.16);
  background: rgba(46, 51, 71, 0.4);
  list-style-type: none;
  padding: 8px 14.66px 7.6px 13px;
  width: fit-content;
  align-items: center;
}
.course-info-details-links ul li {
  position: relative;
}
.course-info-details-links ul li:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
  color: #ccc;
}

.course-info-details-links ul li a {
  color: #ccc;
  text-decoration: none;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.course-info-details-links ul li a:hover {
  text-decoration: underline;
}
.course-info-details-links ul li img {
  width: 17px;
  height: 17px;
  margin-right: 2px;
}
.course-info-rating {
  margin-top: 8px;
  font-weight: 800;
  font-size: 0.9rem;
  color: #fff;
  display: inline-flex;
  gap: 4px;
  align-items: baseline;
}
.course-info-rating span {
  font-weight: 400;
}
.course-info-title {
  max-width: 32rem;
  font-weight: 800;
  color: #e1e1e1;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 8px;
}
.course-info-desc {
  max-width: 30rem;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
.course-info-features {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  position: relative;
  max-width: 35rem;
  display: grid;
  gap: 24px;
  grid-template-columns: 250px 250px;
}
.course-info-features p {
  color: #dedede;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 220px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.course-info-features p::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 20px;
  background: url(./assets/done.png) no-repeat center center;
  background-size: cover;
}
.course-info-dashboard {
  display: flex;
  flex-direction: row;
  gap: 24px;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 500;
}
.course-info-dashboard h1 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.course-info-dashboard p {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.course-info-dashboard-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.course-info-dashboard-item:first-child::after {
  content: "";
  display: inline-block;
  background: url(./assets/separator.png) no-repeat center center;
  background-size: contain; /* or set specific dimensions */
  width: 15px;
  height: 38px;
  margin-left: 24px;
  vertical-align: middle;
}
.course-info-dashboard-span {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 12px;
  line-height: 167%;
  color: #fff;
}
.course-info-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1.5rem;
}
.course-info-actions button {
  border: 1px solid #fff;
}
.course-info-actions button:first-child {
  background: transparent;
  display: flex;
  width: 179px;
  height: 42px;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.course-info-action-start-now {
  display: flex;
  width: 179px;
  height: 42px;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.course-info-video img {
  border-radius: 12px;
  display: flex;
  width: 558px;
  height: 382px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}


#content4{
  display: none;
}


/* Section 2 course page  */
#course-content {
  display: flex;
  flex-direction: row;
  text-align: left;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 47px;
  gap: 2.5rem;
}
.course-content-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.course-content-list-ul {
  margin-left: 16px;
  margin-top: 16px;
}
.course-content-info h1 {
  color: #0a0a0a;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.course-content-info h4 {
  color: #0a0a0a;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.course-content-info ul li {
  color: #252525;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.6px; /* 185% */
  /* margin-left: 2rem; */
}
.course-content-overview {
  color: #fd4705;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.course-content-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.course-content-item {
  display: block;
  border: none;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
  cursor: pointer;
}

.course-content-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
.course-content-title span {
  margin-right: 0;
}
.course-content-title span:last-child {
  margin-left: auto; /* Push the last item to the end of the container */
}
.course-content-topic {
  color: #252525;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.6px; /* 160% */
}
.course-content-topics h1 {
  color: #0a0a0a;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 33px;
}
.course-content-sub-topic {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 183%;
  color: #666;
  position: relative;
}
.course-content-sub-topic::before {
  position: relative;

  content: url(./assets/circle_play.png);
  top: 5px;
  margin-right: 4px;
}
.course-content-chip {
  font-weight: 600;
  font-size: 0.75rem;
  color: #666;
}
.chip1 {
  font-weight: 600;
  color: #fd4c12;
  border-radius: 1px;
  padding: 4px 12px;
  background-color: #f8e1da;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  line-height: normal;
}

.course-content-icon {
  font-size: 18px;
  color: #000000;
  transition: transform 0.3s ease;
}

.course-content-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  margin-top: 32px;
}

.course-expand-checkbox {
  display: none;
}

.course-expand-checkbox:checked + label .course-content-details {
  max-height: 500px; /* Adjust based on your content */
}

.course-expand-checkbox:checked + label .course-content-icon {
  transform: rotate(45deg);
}

.course-content-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  /* border-bottom: 1px solid rgb(200, 200, 200); */
}
/* Topics */
.chips-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; /* Space between chips */
  row-gap: 16px;
  margin-top: 32px;
}
.chips-container .chip1 {
  border-radius: 8px;
  padding: 8px 16px;
  color: #fe4205;
  font-size: 16px;
  line-height: 29.6px; /* 185% */
}
.features-container {
  display: grid;
  grid-template-columns: repeat(2, 200px);
  gap: 44px;
  row-gap: 10px;
  /* padding: 1rem; */
  margin-top: 32px;
}

.feature-item {
  display: flex;
  align-items: center;
}

.feature-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  margin-right: 15px;
}

.feature-text {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 214%;
  color: #000;
}

/* Related Courses */
.related-courses-section {
  background-color: white;
  margin: 20px auto;
  padding: 0 60px;
}

.courses-header {
  font-family: "Poppins", sans-serif;
  display: flex;
  margin: 0 auto;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.courses-header h2 {
  font-size: 24px;
  margin: 0;
  color: var(--Base-02, #090914);
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.view-all-courses {
  text-align: center;
  color: #fe3803;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 15px;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 12px;
  border: 1px solid #fe3803;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}

.view-all-courses:hover {
  background-color: #e74c3c;
  color: white;
}

.courses-container {
  display: flex;
  gap: 20px;
}

.course-card {
  font-family: "Inter", sans-serif;
  border: 1px solid #eef3f6;
  overflow: hidden;
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background: var(--White, #fff);
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
    0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.course-card img {
  width: 100%;
  height: auto;
}

.course-details {
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-grow: 1; /* Ensures the details section grows to take available space */
}

.course-category {
  margin-top: 10px;
  font-size: 14px;
  color: #6941c6;
  font-weight: 400;
}

.course-card h3 {
  font-size: 24px;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4px;
  color: var(--Gray-900, #101828);
  font-weight: 600;
}

.external-link-icon::before {
  content: "\2197"; /* Unicode for external link icon */
  font-size: 14px;
}

.enrollment-info {
  font-size: 14px;
  color: #7f8c8d;
  display: flex;
  align-items: center;
  gap: 5px;
}

.course-description {
  font-size: 16px;
  margin-bottom: 16px;
  color: #34495e;
}

.request-quote-btn {
  width: 80%;
  font-family: "Rubik", sans-serif;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25),
    inset -2px -4px 10px 0 rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #71add9 0%, #485a67 100%);
  color: white;
  padding: 12px 16px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
  align-self: center;
  margin-top: auto;
  font-size: 16px;
}




.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  overflow: hidden; /* Disable scrolling */
}

.popup-course-card{
  display: flex;
  flex: 0 1 calc(33% - 2vw);
}
 .achievements-content{
    margin-top: 20px;
    align-items: center;
    justify-content: center;
  }

.popup {
  display: none;
  position: fixed;
  scroll-behavior: smooth;
  z-index: 1000;
  left: 50%;
  top: 50%;
  width: 90%;
  max-height: 90%;
  transform: translate(-50%, -50%);
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.popup-blog {
  position: fixed;
  scroll-behavior: smooth;
  z-index: 1000;
  left: 50%;
  top: 50%;
  width: 90%;
  max-height: 90%;
  transform: translate(-50%, -50%);
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
}

/* Scrollbar styles */
.popup .achievements-content::-webkit-scrollbar {
  width: 10px;
}
.popup .achievements-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.popup .achievements-content::-webkit-scrollbar-thumb {
  background-color: #007cff;
  border-radius: 10px;
  height: 12px;
  border: 3px solid #f1f1f1;
}
.popup-content {
  position: relative;
  max-height: 100%;
  overflow-y: auto;
}

.popup .close {
  position: absolute;
  top: 0%;
  right: 10px;
  font-size: 2.5rem;
  color: gray;
  cursor: pointer;
  z-index: 2;
}
.popup .close-blog {
  position: absolute;
  top: 0%;
  right: 10px;
  font-size: 1.8rem;
  color: gray;
  cursor: pointer;
  z-index: 2;
}

/* Specific Styles for Popup Content */
.popup .achievements-content {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  flex-wrap: wrap;
  overflow-y: auto;
  gap: 20px;
  height: 550px;
  margin-bottom: 50px;
  
}

.popup .achievement-card {
  display: flex;
  width: auto;
  flex: 0 1 calc(48% - 2vw);
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: white;
  border: 1px solid #e5efff;
  border-radius: 10px;
}

.popup .images-container {
  display: flex;
  flex-direction: row;
  padding: 2% 5%;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  border-bottom: 1px solid #e5efff;
  gap: 20px;
}
.popup .card-content {
  padding: 0;
  justify-content: space-around;
  gap: 0px;
}

.popup .achievement-card-img {
  width: 50%;
  height: 100%;
  aspect-ratio: 16/8;
  object-fit: contain;
  border-radius: 10px;
}

.popup .card-content h2 {
  margin: 0;
  width: 100%;
  text-align: left;
  align-self: stretch;
  font-weight: 600;
  border: none;
  background: none;
  color: #262626;
  padding: 8px 0;
}

.popup .card-content h2 a {
  text-decoration: none;
  color: #262626;
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;

  font-weight: 500;
  line-height: 150%; /* 30px */
}

.popup .card-content h3 {
  font-size: 14px;
  color: #666666;
  text-align: left;
  color: var(--Grey-15, #262626);
}

.popup .card-content p {
  font-size: 0.75rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popup .author-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.popup .author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.popup .author-details p {
  margin: 0;
  font-size: 12px;
  color: #555;
  color: var(--Grey-50, #808080);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.popup .author-details .author-name {
  margin: 0;
  font-size: 12px;
  color: var(--Grey-20, #333);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.popup .social-icons-blog {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.popup .social-icons-blog a img {
  width: 24px;
  height: 24px;
}

.pop-blog-heading {
  margin-left: 20px;
  color: var(--Grey-20, #333);
  text-align: left;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.pop-blog-subheading {
  color: var(--Grey-30, #4c4c4c);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}


























/* Newsletter Section */

/* Testimonial Section */

#content2 {
  width: 95%;
  padding: 0 20px;
}

.card-el {
  background-color: #fff;
  border-radius: 10px;

  height: fit-content;
  padding: 10px;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 10px;
  width: calc(30% - 30px);
  height: auto;
  padding: 10px;
  align-items: flex-start;
  border-radius: 14px;
  border: 1px solid var(--Primary-95, #e5efff);
  background: #fff;
  margin: 2px 16px;
}
.cards {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 16px;
}
.card-el:nth-child(2),
.card-el:nth-child(3),
.card-el:nth-child(4) {
  background-color: #fff;
}
.card-description {
  color: var(--Grey-40, #666);
  font-family: Inter;
  font-size: 14px;
  width: 100%;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 18px;
}

.card-info-sec {
  gap: 3px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
}
.card-info-sec img {
  width: 40px;
  height: 40px;
}

.card-info-sec p {
  margin-bottom: 5px;
  margin-right: 2px;
}

.card-footer-rev {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.read-more-btn {
  margin-top: 10px;
  padding: 8px 20px !important;
  width: fit-content;
  border: none;
  /* border-radius: 15px !important; */
  cursor: pointer;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 150% !important;
  width: fit-content !important;
  color: transparent;
  border-radius: 100px !important;
  background-color: #f7faff !important;
  background: linear-gradient(90deg, #0062ff 0%, #65d1ff 100%) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text !important;
  color: transparent !important;
}
.testi-subheading {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #666;
  margin: 0px 1%;
  margin-bottom: 20px;
}
.testi-heading {
  font-family: Inter;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  color: #333;
}
.courses-testimonial-rating span {
  color: gold;
  font-size: 1rem;
}
.students-section {
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-top: 1px solid #e5efff;
  padding: 14px 0px 0px 0px;
  width: 85%;
  margin: 20px auto;
}

.students-section p {
  margin: 0;
  font-size: 14px;
  color: #555;
  color: var(--Grey-50, #808080);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
}

.enrolled-highlight {
  color: #4285f4;
}

.scroll-carousel-container {
  display: flex;
  align-items: center;
}

.carousel-status {
  margin: 0 10px;
  font-size: 14px;
  color: #555;
}

.scroll-testi-prev {
  background: transparent;
  color: #808080;
  width: 30px;
  height: 30px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
}
.scroll-testi-next {
  color: #fff;
  width: 30px;
  height: 30px;
  border: 10px;
  border-radius: 50%;
  background-color: #4285f4;
  background: linear-gradient(90deg, #0062ff 0%, #65d1ff 100%);
}
.scroll-btn.prev {
  margin-right: 10px;
}

.scroll-btn.next {
  margin-left: 10px;
}

@media (min-width: 1910px) {
 #course-info{
  margin: 0px;
  padding:2rem 4rem;
 }

#content2 h2{
  font-size: 38px;
}
.course-info-details-links ul li a{
  font-size: 18px;
}
.testi-subheading{
  font-size: 21px;
}

 .course-info-title{
  max-width: fit-content;
  font-size: 30px;
 }

 .course-info-desc{
  font-size: 20px;
  max-width: 31rem;
 }
 .course-info-features p{
  max-width: 230px;
  font-size: 16px;
 }
.course-info-features p::before{
  width: 21px;
  height: 24px;
}


.course-info-actions button:first-child{
  width: 220px;
}
.course-info-dashboard p{
  font-size: 16px;
}
.course-info-dashboard h1{
  font-size: 48px;
}

.course-info-action-start-now{
  width: 190px;
}


 .course-info-features{
  justify-content: space-between;
 }

 .courses-header{
  width: 100%;
 }

 .related-courses-section{
  padding: 0 3rem;
 }



 .course-content-info ul li{
  font-size: 20px;
  line-height: 45px;

 }

 .course-content-info h1{
  font-size: 38px;
 }


.course-content-overview{
  font-size: 16px;
}

.course-info-rating{
  font-size: 1.1rem;
}

.feature-item{
  min-width: 240px;
}

.feature-text{
  
  font-size: 1.1rem;
}

.course-category{
  font-size: 18px;
}

.course-card h3{
  font-size: 28px;
}

.enrollment-info{
  display: flex;
  align-items: flex-start;
  font-size: 18px;
}
.course-description{
  font-size: 20px;
}
.enrollment-info img{
  width: 25px;
  height: 25px;
}

.courses-header h2{
  font-size: 38px;
}

.request-quote-btn{
  font-size: 20px;
}

.card-description{
  font-size: 20px;
}

.card-info-sec p{
  font-size: 16.4px;
}
.card-info-sec img{
  width: 60px;
  height: 60px;
}
.courses-testimonial-rating span{
  font-size: 1.2rem;
}

.card-el button{
  font-size: 18px !important;
  padding: 14px 24px !important;
}
.students-section p,.carousel-status{
  font-size: 18px;
}
.scroll-testi-next,.scroll-testi-prev{
  width: 40px;
  height: 40px;
}

}

@media (min-width: 1800px) {
 #course-info,#course-content{
  margin: 0px;
  padding:2rem 6rem;
 }
 .related-courses-section{
  padding: 0 6rem;
 }
}

@media (min-width: 860px) and (max-width: 1160px) {
  #course-info{
    padding: 1.5rem 1.5rem;
  }
  .course-info-video img{
    width: 320px;
    height: 255px;
  }
.course-info-container{
  gap: 0rem;
}
  .course-info-details{
   
    gap: 16px;
  }
  .course-info-features p{
    max-width: 180px;
  }
}




@media (max-width: 850px) {
  #course-info {
    margin-top: 72px;
    padding-top: 17px;
    padding-left: 35px;
    padding-right: 37px;
    min-height: 346.905px;
  }
  .course-info-details-links {
    margin-bottom: 19px;
  }
  .course-info-details-links ul li a {
    font-size: 9.36px;
  }

  .course-info-details-links ul {
    padding: 4.68px 8.12px 4.446px 7.606px;
    gap: 14px;
  }
  .course-info-details-links ul li img {
    width: 10.29px;
    height: 11.115px;
  }
  .course-info-details {
    gap: 14.04px;
  }
  .course-info-title {
    font-size: 14.04px;
    max-width: 269px;
  }
  .course-info-rating {
    font-size: 8.19px;
  }

  .course-info-rating img {
    width: 8.19px;
    height: 8.19px;
  }
  .course-info-desc {
    font-size: 9.36px;
    line-height: 15.21px;
    max-width: 248.625px;
  }
  .course-info-features p {
    font-size: 7.02px;
  }
  .course-info-dashboard {
    gap: 14px;
  }
  .course-info-dashboard-item {
    gap: 7px;
  }
  .course-info-dashboard h1 {
    font-size: 24.57px;
  }
  .course-info-dashboard p {
    font-size: 7.02px;
    line-height: 11.7px;
  }
  .course-info-features {
    max-width: 278px;
    grid-template-columns: 125px 125px;
  }
  .course-info-features p::before {
    width: 9.945px;
    height: 11.7px;
  }
  .course-info-dashboard-item:first-child::after {
    width: 8.775px;
    height: 22.23px;
    margin-left: 14px;
  }
  .course-info-actions button:first-child {
    width: 104.715px;
    height: 24.57px;
    padding: 9.36px;
    gap: 5.85px;
    border-radius: 4.68px;
    border: 0.585px solid #fff;
    font-size: 9.36px;
  }
  .course-info-action-start-now {
    width: 104.715px;
    height: 24.57px;
    padding: 9.36px;
    gap: 5.85px;
    font-size: 9.36px;
    border-radius: 4.68px;
    border: 0.585px solid #fff;
  }
  .course-info-video img {
    width: 326.43px;
    height: 223.47px;
  }
  #course-content {
    margin-top: 58px;
    padding-left: 24px;
    padding-right: 32px;
  }
  .course-content-info {
    gap: 9px;
  }
  .course-content-overview {
    font-size: 7.939px;
  }
  .course-content-info h1,
  .course-content-topics h1 {
    font-size: 15.877px;
  }
  .course-content-info h4 {
    font-size: 11.341px;
  }
  .course-content-list-ul {
    margin-left: 14px;
  }
  .course-content-info ul li {
    font-size: 9.073px;
    line-height: 16.785px;
    min-width: 342.909px;
  }
  .chips-container .chip1 {
    font-size: 7.939px;
    line-height: 16.785px;
  }
  .chips-container {
    margin-top: 18.145px;
    gap: 13.609px;
    row-gap: 9px;
  }
  .features-container {
    grid-template-columns: repeat(2, 118px);
    gap: 24.95px;
    margin-top: 18.5px;
  }
  .feature-text {
    font-size: 7.939px;
    line-height: 17.011px;
  }
  .feature-icon {
    width: 14.743px;
    height: 14.743px;
  }
  .course-content-title span {
    font-size: 9.073px;
    line-height: 14.516px;
  }
  .course-content-sub-topic {
    font-size: 0.6rem;
  }
  .related-courses-section {
    padding-left: 31.6px;
    padding-right: 19.5px;
  }
  .courses-header h2 {
    font-size: 19.183px;
  }
  .view-all-courses {
    width: 123.489px;
    padding: 9.591px;
    gap: 5.995px;
    border-radius: 7.194px;
    border: 0.599px solid #fe3803;
    font-size: 9.591px;
  }
  #content2 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .course-card {
    /* width: 232.191px; */
    width: 100% !important;
    padding: 14.387px;
    gap: 14.387px;
  }
  .course-card h3 {
    font-size: 14.387px;
  }
  .course-category {
    font-size: 8.392px;
    line-height: 11.989px;
  }
  .enrollment-info {
    font-size: 8.392px;
  }
  .course-description {
    font-size: 9.591px;
    line-height: 14.387px;
  }
  .course-card .course-details p img,
  .course-card .course-details h3 a svg {
    width: 14.387px;
    height: 14.387px;
  }
  .request-quote-btn {
    width: 151.664px;
    height: 26.376px;
    padding: 7.194px 9.591px;
    gap: 5.995px;
    border-radius: 5.995px;
    font-size: 9.591px;
  }
  .testi-heading {
    font-size: 20.374px;
  }
  .testi-subheading {
    font-size: 14.553px;
  }
  .cards {
    animation: slide 12s linear infinite;
    width: fit-content;
  }
  .card-el {
    padding: 17.724px;
    gap: 14.501px;
    border-radius: 11.279px;
    border: 0.806px solid var(--Primary-95, #e5efff);
    width: 303px;
  }
  .card-description {
    font-size: 12.89px;
    margin-bottom: 0px;
  }
  .card-info-sec p {
    font-size: 12.89px;
  }
  .card-info-sec img {
    width: 30.614px;
    height: 30.614px;
    margin-right: 8px;
  }
  .read-more-btn {
    padding: 6.445px 16.113px;
    align-items: flex-start;
    border-radius: 80.564px;
    gap: 8.056px;
    font-size: 11.279px !important;
    line-height: 150%;
  }
  .courses-testimonial-rating span {
    font-size: 12.89px;
  }
}


@media (min-width: 450px) and (max-width: 700px) {

  #course-content{
    display: flex;
    padding: 0 2rem;
    flex-direction: column;
  }

  @media (min-width: 450px) and (max-width: 700px) {
  .courses-container {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; /* Allows the cards to wrap onto the next line */
  }
  
  .course-card img{
    max-width: 300px;
  }

  .course-card {
    flex: 1 1 calc(50% - 20px); 
    max-width: 300px;
  }
}

  .course-info-container{
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .course-info-title{
    text-align: center;
    max-width: fit-content;
  }
  .course-info-details{
    width: 100%;
    align-items: center;
  }

  .course-info-features{
    max-width: 300px;
    grid-template-columns: 135px 135px;
  }
  .course-info-dashboard{
    gap: 28px;

  }
  .course-info-dashboard-item:first-child::after{
    margin-left: 16px;
  }
}












@media (max-width: 450px) {

  .achievements-content{
    margin-top: 20px;
    align-items: center;
    justify-content: center;
  }


.popup-course-card{
  display: flex;
  flex: 0 1 calc(100% - 2vw);
}


  #content4{
  display: block;
}
  #course-info {
    
    padding: 10px 12px 11.482px 12px;
    margin-top: 40px;
    min-height: 153px;
  }
  .course-info-container {
    gap: 10px;
  }
  .course-info-details-links {
    margin-bottom: 9px;
    display: none;
  }
  .course-info-details-links ul li a {
    font-size: 6px;
  }

  .course-info-details-links ul {
    height: 15.702px;
    padding: 2.254px 3.975px 2.139px 3.661px;
    gap: 6.759px;
  }
  .course-info-details-links ul li img {
    width: 4.788px;
    height: 4.788px;
  }
  .course-info-details-links ul li:not(:last-child)::after {
    font-size: 5.5px;
  }
  .course-info-details {
    gap: 6.76px;
  }
  .course-info-title {
    font-size: 12px;
    max-width: 163px;
  }
  .course-info-rating {
    font-size: 6px;
    gap: 1px;
  }

  .course-info-rating img {
    width: 3.943px;
    height: 3.943px;
  }
  .course-info-desc {
    font-size: 9px;
    line-height: 12.3px;
    max-width: 193px;
  }
  .course-info-features p {
    font-size: 6px;
  }
  .course-info-dashboard {
    gap: 6.759px;
  }
  .course-info-dashboard-item {
    gap: 3.38px;
  }
  .course-info-dashboard h1 {
    font-size: 14px;
  }
  .course-info-dashboard p {
    font-size: 6px;
    line-height: 5.632px;
  }
  .course-info-features {
    gap: 6.75px;
    max-width: 134px;
    grid-template-columns: 62px 62px;
  }
  .course-info-features p {
    gap: 4.5px;
  }
  .course-info-features p::before {
    width: 7.788px;
    height: 9.162px;
  }
  .course-info-dashboard-item:first-child::after {
    width: 4.224px;
    height: 10.701px;
    margin-left: 6px;
  }
  .course-info-actions button:first-child {
    font-size: 10px;
    width: 88px;
    height: 23px;
    padding: 4.506px;
    gap: 2.816px;
    border-radius: 2.253px;
    border: 0.282px solid #fff;
  }
  .course-info-action-start-now {
    border-radius: 2.253px;
    border: 0.282px #fff;
    font-size: 10px;
    width: 88px;
    height: 23px;
    padding: 4.506px;
    gap: 2.816px;
  }
  .course-info-video img {
    width: 133px;
    height: 98px;
  }
  #course-content {
    margin-top: 10px;
    padding-left: 18px;
    padding-right: 18px;
    flex-direction: column;
    gap: 16px;
  }
  .course-content-info {
    gap: 9px;
  }
  .course-content-overview {
    font-size: 10px;
  }
  .course-content-info h1,
  .course-content-topics h1 {
    font-size: 12px;
  }
  .course-content-info h4 {
    font-size: 10px;
  }
  .course-content-info ul li {
    font-size: 9px;
    line-height: 14.985px;
    min-width: 300px;
  }
  .chips-container .chip1 {
    font-size: 10px;
    line-height: 14.985px;
  }
  .chips-container {
    margin-top: 18.145px;
    gap: 12.15px;
    row-gap: 8.1px;
  }
  .features-container {
    grid-template-columns: repeat(2, 140px);
    gap: 22.275px;
    row-gap: 4.05px;
    margin-top: 16.2px;
  }
  .feature-text {
    font-size: 8px;
    line-height: 15.187px;
  }
  .feature-icon {
    width: 13.162px;
    height: 13.162px;
    margin-right: 4.05px;
  }
  .course-content-title span {
    font-size: 9.073px;
    line-height: 14.516px;
  }
  .related-courses-section {
    padding-left: 8px;
    padding-right: 8.5px;
  }
  .courses-header{
    padding: 0 0.5rem;
  }
  .courses-header h2 {
    font-size: 16px;
  }
  .view-all-courses {
    border-radius: 3.565px;
    border: 0.297px solid #fe3803;
    width: 92px;
    padding: 8px;
    gap: 2.971px;
    font-size: 8px;
  }
  .courses-container,
  .cards {
    flex-direction: row;
  }
  #content2 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 0;
  }
  .course-card {
    display: flex;
    height: 120px;
    flex-direction: row;
    align-items: center;
    padding: 7.131px;
    gap: 9.508px;
  }

  .course-card img{
    border-radius: 4px;
    height: 80px;
    width: 160px;
  }

  .course-card h3 {
    font-size: 10px;
  }
  .course-category {
    font-size: 6.16px;
    line-height: 5.942px;
  }
  .enrollment-info {
    font-size: 6.16px;
  }
  .course-description {
    font-size: 6.5px;
    line-height: 10.131px;
    margin-bottom: 0px;
  }
  .course-card .course-details p img,
  .course-card .course-details h3 a svg {
    width: 10.131px;
    height: 10.131px;
  }
  .request-quote-btn {
    width: 102.113px;
    height: 22.602px;
    padding: 4.843px 6.458px;
    gap: 2.971px;
    border-radius: 2.971px;
    font-size: 8.072px;
  }
  .testi-heading {
    font-size: 14px;
  }
  .testi-subheading {
    font-size: 12px;
  }
  .cards {
    padding: 12.179px;
    gap: 9.965px;
  }
  .card-el {
    padding: 12.179px;
    gap: 9.965px;
    border-radius: 7.75px;
    border: 0.806px solid var(--Primary-95, #e5efff);
    width: 200px;
    flex-direction: column;
    max-height: none;
  }
  .card-description,
  .card-info-sec p {
    font-size: 8.857px;
    margin-bottom: 0px;
  }
  .card-info-sec img {
    width: 30.614px;
    height: 30.614px;
    margin-right: 8px;
  }
  .read-more-btn {
    padding: 4.429px 11.072px;
    align-items: flex-start;
    gap: 5.536px;
    border-radius: 55.359px;
    font-size: 7.75px !important;
  }
  .courses-testimonial-rating span {
    font-size: 12.89px;
  }

  #content4
{
  padding-top: 4.5rem;
  padding-bottom: 0;
  margin-bottom: -20px;
  background: none;
}

.students-section{
  display: none;
}

  .mobile-heading-and-view-link{
    display: none;
  }

  #category-tabs-container{
    display: none;
  }
  .sidebar{
    display: none;
  }
  .courses-container{
     display:block !important;
  }

  #courses-container{
    border: none;
    background: none;
  }




}
@media (max-width: 345px) {
.course-info-video img {
width: 100%;
height: 100%;
}
}