* {
  box-sizing: border-box;
}

.courses-section-breadcrumb {
  background: #F5F5F5;
}

/* Common styles for the main container and it's child elementes */
@media (max-width: 1370px) {
  .main-content > * {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin:auto
  }
}

/* Container for the entire content */
.excellence-container {
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 50px;
  padding-left: 350px;
  padding-right: 224px;
  background: #F5F5F5;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}

.excellence-container img {
  max-width: 100%;
}

@media (max-width: 1370px) {
  .excellence-container {
    flex-direction: column;
    row-gap: 35px;
  }
}

.excellence-content-container {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  display: inline-flex;
}

@media (max-width: 1370px) {
  .excellence-content-container {
    align-items: center;
  }
}

/* Headline styling */
.excellence-headline {
  color: #333333;
  font-size: 45px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 52px;
  word-wrap: break-word;
}

.excellence-highlight-bold {
  color: #ED1C24;
  font-weight: 700;
}

.excellence-highlight-light {
  color: #ED1C24;
  font-weight: 500;
}

.excellence-main-text {
  color: #333333;
  font-weight: 500;
}

/* Description text styling */
.excellence-description {
  width: auto;
  color: #777777;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}

@media (max-width: 1370px) {
  .excellence-headline,
  .excellence-description {
    text-align: center;
  }
}

/* Register button styling */
.register-button {
  padding: 7px 15px;
  background: #ED1C24;
  border: 1px solid #ED1C24;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  cursor: pointer;
  color: white;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
}






/* Container for the entire content */
.online-courses-container {
  width: 100%;
  height: 100%;
  padding-top: 116px;
  padding-bottom: 3px;
  padding-left: 200px;
  padding-right: 224px;
  background: #FFFFFF;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 103px;
}

@media (max-width: 1370px) {
  .online-courses-container {
    flex-direction: column-reverse;
    row-gap: 35px;
    padding-bottom: 50px;
    align-items: center;
  }
  .online-courses-container img {
    max-width: 100%;
    width: 100vw;
  }
}

.skills-container {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  display: inline-flex;
}

@media (max-width: 1370px) {
  .skills-container {
    width: auto;
    margin: auto;
    align-items: center;
  }
}

/* Headline text styling */
.headline {
  width: auto;
  max-width: 421px;
}

.main-text {
  color: #333333;
  font-size: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 40px;
  word-wrap: break-word;
}

.highlight-bold {
  color: #ED1C24;
  font-size: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 40px;
  word-wrap: break-word;
}

/* Description text styling */
.description {
  width: auto;
  max-width: 564px;
  color: #777777;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}








/* General container styling */
.program-highlights {
  width: 100%;
  height: 100%;
  padding: 100px 390px;
  background: #2d3e50;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1370px) {
  .program-highlights {
    padding: 50px;
  }
}

/* Main content container */
.highlights-container {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 80px;
}

/* Title styling */
.title {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 30px;
  font-family: Lato, sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 40px;
}

/* Highlight items container */
.highlight-items {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 108px;
}

@media (max-width: 1370px) {
  .highlight-items {
    flex-direction: column;
    align-items: center;
  }
}

/* Individual highlight item styling */
.highlight-item {
  width: 308px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

/* Highlight icon styling */
.highlight-icon {
  width: 87px;
  height: 87px;
  position: relative;
}

.outer-circle {
  width: 87px;
  height: 87px;
  position: absolute;
  background: #ed1c24;
  box-shadow: inset 8px 8px 50px #eebaba;
  border-radius: 50%;
}

.inner-circle {
  width: 73px;
  height: 73px;
  position: absolute;
  top: 7px;
  left: 7px;
  background: white;
  box-shadow: inset 8px 8px 50px #eebaba;
  border-radius: 50%;
}

.center-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 28.5px;
  left: 28.5px;
  background: #ed1c24;
  border-radius: 50%;
}

.center-image {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 25.5px;
  left: 25.5px;
}

/* Content for each highlight */
.highlight-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 26px;
}

.highlight-title {
  text-align: center;
  color: white;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 26px;
}

.highlight-description {
  text-align: center;
  color: #e2e2e2;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 26px;
}

.courses-container {
  width: 100%;
  height: 100%;
  padding: 120px 392px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1370px) {
  .courses-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0;
  }
}

.content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  width: 100%;
}

@media (max-width: 1370px) {
  .content {
    padding-bottom: 0;
  }
}









/* Header Section */
.courses-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}

.header-main {
  color: #333333;
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 40px;
}

.header-highlight {
  color: #ED1C24;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 40px;
}

.header-description {
  width: 582px;
  color: #777777;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

/* Courses Section */
.courses {
  width: 100%;
  padding: 63px 89px;
  background: #F5F5F5;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.courses__learn-more {
  margin: auto;
}

@media (max-width: 1370px) {
  .courses {
    padding: 20px 20px 60px;
  }
}

/* Course Card Container */
.course-card {
  padding: 36px 54px;
  background: white;
  box-shadow: 0px 8px 24px rgba(168, 168, 168, 0.25);
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 58px;
}

@media (max-width: 1370px) {
  .course-card {
    padding: 20px 15px;
    flex-direction: column;
    max-width: 675px;
    margin: auto;
    align-items: stretch;
  }
}



.course-card:hover {
  background: #333333;
}

.course-card:hover .course-title,
.course-card:hover .course-description {
  color: #E2E2E2;
}

/* Course Content Section */
.course-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}

/* Course Info (Title & Description) */
.course-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 22px;
}

.course-title {
  color: #333333;
  font-size: 20px;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 24px;
  word-wrap: break-word;
}

.course-action {
  display: flex;
}



.course-description {
  max-width: 622px;
  color: #777777;
  font-size: 14px;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 400;
  line-height: 22px;
  word-wrap: break-word;
}

/* Action Section (Button) */
.join-button {
  color: white;
  font-size: 16px;
  background: #ED1C24;
  border: 1px solid #ED1C24;
  padding: 7px 15px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
}

.join-button:hover {
  background: #d01820;
  transform: scale(1.05);
}








/* Container */
.help-container {
  width: 100%;
  padding: 120px 390px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333333;
}

/* Content Section */
.help-content {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
}

@media (min-width: 1371px) {
  .help-content {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto;
  }
  .help-info {
      grid-row: 1 / 2;
  }
  .help-info__contact {
      grid-row:2 / 3;
  }
  .help-form {
      grid-row: 1 / 3;
      gap: 0 !important;
  }
}

@media (max-width: 1370px) {
  .help-content {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .help-info {
    order: 1;
  }
  .help-info__contact {
    order: 3;
  }
  .help-form {
    order: 2;
    margin-bottom: 45px;
  }
}

@media (max-width: 1370px) {
  .help-info,
  .help-form {
    width: 100% !important;
    max-width: 600px;
  }
}

/* Help Info Section */
.help-info {
  gap: 60px;
}

.help-heading h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  color: #E2E2E2;
}

.help-heading p {
  font-size: 16px;
  line-height: 24px;
  color: #E2E2E2;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* Spacing between contact items */
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  /* Spacing between icon and text */
  color: #E2E2E2;
}

.contact-section {
  flex-grow: 1;
}

.contact-section h3 {
  margin: 0 0 5px;
  color: white;
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 24px;
  word-wrap: break-word
}

.contact-section p {
  margin: 0;
  color: #E2E2E2;
  font-size: 14px;
  font-family: Lato;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word
}

/* Form Section */
.help-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.form-group__icon {
  position: absolute;
  bottom: calc((49.75 - 13) * 0.5 * 1px);
  left: 13px;
}

.form-group__icon-select {
  bottom: calc((43 - 13) * 0.5 * 1px);
}

.form-group input,
.form-group select {
  padding-left: 36px;
}

label {
  font-size: 14px;
  font-weight: 400;
  color: #E2E2E2;
}

input,
select {
  width: 100%;
  padding: 12px 16px;
  background: #F7F7F7;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-family: 'Lato', Arial, sans-serif;
  color: #333;
  outline: none;
}

input::placeholder,
select::placeholder {
  color: #B2B2B2;
}

select option {
  color: #333;
}

/* Submit Button */
.btn {
  padding: 15px 20px;
  background: #ED1C24;
  color: #FFF;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn:hover {
  background: #d01820;
}




/* Image gallery styles for the grid */
.gallery-container {
  width: 100%;
  height: 100%;
  position: relative;
  background: white;
}

.gallery-header {
  text-align: center;
  margin: 120px auto 30px;
  max-width: 600px;
}

.gallery-header h2 {
  color: #333333;
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 40px;
}

.gallery-header p {
  color: #777777;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.gallery-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 30px;
}

@media (max-width: 1370px) {
  .gallery-images {
    padding: 0;
  }
}

.gallery__single-image {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

/* .image-large-vertical {
  width: 367px;
  height: 506px;
  border-radius: 6px;
}

.image-large-horizontal {
  width: 754px;
  height: 260px;
  border-radius: 6px;
}

.image-small-horizontal {
  width: 377px;
  height: 240px;
  border-radius: 6px;
} */

/* Gallery - start of image grid desktop styles */
@media (min-width: 900px) {
  .gallery-container .gallery-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery-container .gallery-images img {
    width: 100%;
    height: 100%;
  }

  .image-large-vertical:nth-of-type(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 3;
    clip-path: polygon(0 0, 49% 0%, 49% 100%, 0% 100%);
  }

  .image-large-horizontal {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
  }

  .image-small-horizontal:nth-of-type(3) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
  }

  .image-small-horizontal:nth-of-type(4) {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
  }

  .image-small-horizontal:nth-of-type(6) {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
  }

  .image-large-vertical:nth-of-type(5) {
    grid-row: 2 / 4;
    grid-column: 3 / 4;
  }
}
/* Gallery - end of image grid desktop styles */

.view-more-section {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
}

@media (max-width: 1370px) {
  .view-more-section {
    margin-bottom: 40px;
  }
}

.view-more-button {
  padding: 17px 30px;
  background: #ED1C24;
  color: white;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 4px;
}

.view-more-button:hover {
  background: #D11A22;
  border-color: #B0181F;
}









/* Drones Jobs Section Container */
.drones-container {
  width: 100%;
  height: 100%;
  padding: 100px 390px;
  background: #2D3E50;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Content Container */
.drones-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  width: 100%;
}

/* Header Section */
.drones-header {
  text-align: center;
  color: white;
  gap: 30px;
  display: flex;
  flex-direction: column;
}

.drones-header h1 {
  font-size: 30px;
  font-family: Lato, sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 40px;
  margin: 0;
}

.drones-header p {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 24px;
  color: #E2E2E2;
  margin: 0;
}

@media (max-width: 767px) {
  .drones-header,
  .drones-industries {
    max-width: 500px;
    margin: auto;
  }
  .drones-header h1 {
    font-size: 25px;
    line-height: 37px;
  }
  
  .drones-header p {
    font-size: 13px;
  }

  .industry-text {
    font-size: 14px;
  }
}

/* Industries Section */
.drones-industries {
  display: flex;
  flex-direction: row;
  gap: 40px;
  width: 100%;
}

@media (max-width: 767px) {
  .drones-industries {
    flex-direction: column;
    gap: 15px;
  }
  .industry-row {
    flex-direction: column;
    align-items: flex-start !important;
  }
}

.industry-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

/* Industry Item */
.industry-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  color: white;
  font-size: 16px;
  font-family: Lato, sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 24px;
  padding-right: 0 !important;
}

.industry-icon {
  min-width: 34px;
  min-height: 34px;
  max-width: 34px;
  max-height: 34px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2D3E50;
  border-radius: 50%;
  /* box-shadow: inset 7px 11px 15px white; */
  color: #333333;
  font-size: 14px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  border: 2px dotted white;
  padding: 2px;
}

.industry-icon div {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}








/* General Styles */
.drone-courses-container {
  width: 100%;
  padding: 100px 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5F5F5;
}

.drone-courses-wrapper {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}

.drone-courses-header {
  text-align: center;
}

.header-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

.highlight {
  color: #ED1C24;
}

.header-description {
  color: #777777;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  width: auto;
  max-width: 564px;
  margin: 0 auto;
}

/* Courses Grid */
.drone-courses-grid {
  width: 100%;
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(466px, 1fr)); */
  /* gap: 16px; */
}

.drone-courses-row {
  display: inline-flex;
  gap: 16px;
}

/* Course Card */
.drone-course-card {
  position: relative;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  height: 512px;
}

.drone-course-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 80%);
}

.drone-course-gradient img {
  max-width: 100%;
  height: 100%;
}

.drone-courses-row {
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (max-width: 1000px) {
  .drone-courses-row {
    flex-direction: column;
  }
  .drone-course-card {
    width: 100% !important;
  }
}

.drone-courses-row:nth-of-type(1) .drone-course-card:nth-of-type(1) {
  width: 40%;
}

.drone-courses-row:nth-of-type(1) .drone-course-card:nth-of-type(2) {
  width: 60%;
}

.drone-courses-row:nth-of-type(2) .drone-course-card:nth-of-type(1) {
  width: 60%;
}

.drone-courses-row:nth-of-type(2) .drone-course-card:nth-of-type(2) {
  width: 40%;
}

.drone-course-gradient {
  height: 100%;
}

.drone-course-content {
  position: absolute;
  bottom: 10px;
  left: 0;
  top: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
}

.drone-course-description .register-button {
  padding: 6px 15px;
}

.drone-logo-row {
  display: flex;
  column-gap: 20px;
}

.drone-course-description > * {
  margin-top: 5px;
  margin-bottom: 5px;
}

.drone-logo__img {
  max-height: 43px;
  width: auto;
}

.drone-course-text {
  color: #fff;
}

.drone-course-title {
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}

.drone-course-duration {
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}

.drone-course-card__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.7s ease;
}

@media (max-width: 767px) {
  .drone-course-title {
    font-size: 17px;
    line-height: 25px;
  }

  .drone-course-text {
    font-size: 12px;
  }

  .drone-course-description .register-button {
    font-size: 14px;
  }

  .drone-logo__img {
    max-height: 35px;
  }

  .drone-course-card__overlay {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .drone-course-content {
    bottom: 50%;
    transform: translateY(40%);
  }
  .drone-course-description {
    height: 0;
    opacity: 0;
    max-height: max-content;
    transition: height 1s ease, opacity 0.5s ease;
  }

  .drone-course-card:hover .drone-course-description {
    height: 1000px;
    opacity: 1;
  }

  .drone-course-card:hover .drone-course-card__overlay {
    opacity: 1;
  }
}





/* Content Section */
.choose-container {
  width: 100%;
  height: 100%;
  padding: 100px calc((390 / 1920) * 100%);
  display: flex;
}

@media (max-width: 1650px) {
  .choose-container {
    padding: 100px 39px;
  }
  #choose-institute {
    max-width: 100%;
  }
}

@media (max-width: 1370px) {
  .choose-container {
    flex-direction: column-reverse;
    align-items: center;
  }
  .choose-content {
    margin-top: 30px;
  }
}

.choose-content-section {
  margin-bottom: 53px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (max-width: 1370px) {
  .choose-content-section {
    align-items: center;
  }
}

.choose-content-section .choose-title {
  color: #333333;
  font-size: 30px;
  font-family: Lato, sans-serif;
  font-weight: 500;
  line-height: 40px;
}

.choose-content-section .choose-description {
  max-width: 536px;
  color: #777777;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

/* Benefits Section */
.choose-benefits-section {
  top: 240px;
  left: 390px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.choose-benefit-card {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 26px;
  cursor: pointer;
}

.choose-benefit-card.selected {
  background: rgba(237, 28, 36, 0.1);
  border-radius: 6px;
  transition: transform 0.2s;
}

.choose-text-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.choose-text-content .choose-title {
  color: black;
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 26px;
}

.choose-text-content .choose-description {
  color: #333333;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 22px;
  max-width: 370px;
}

.choose-image {
  align-content: center;
}








.examination-container {
  width: 100%;
  height: 100%;
  padding: 100px 391px 100px 390px;
  background: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1370px) {
  .examination-container {
    padding: 50px 39px 100px 39px;
  }
  .examination-inner-container {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .examination-container {
    padding: 50px 0 100px 0;
  }
  .examination-inner-container {
    flex-direction: column;
  }
}

.examination-inner-container {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 83px;
}

.examination-course-details {
  width: 487px;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 54px;
}

@media (max-width: 767px) {
  .examination-course-details {
    width: auto;
    align-items: center;
  }
}

.examination-title-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 127px;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .examination-title-container {
    max-width: 310px;
    height: auto;
  }
}

.examination-title {
  font-size: 30px;
  font-family: Lato, sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  color: #333333;
  line-height: 40px;
}

.examination-description {
  font-size: 16px;
  font-family: Lato, sans-serif;
  font-weight: 500;
  color: #777777;
  line-height: 24px;
}

@media (max-width: 767px) {
  .examination-title,
  .examination-description {
    text-align: center;
  }
}

.examination-info-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.examination-duration-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 767px) {
  .examination-duration-section {
    align-items: center;
  }
}

.examination-duration-title {
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: black;
  line-height: 26px;
}

.examination-duration-details {
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

.examination-eligibility-title {
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: black;
  line-height: 26px;
}

@media (max-width: 767px) {
  .examination-eligibility-title {
    text-align: center;
  }
}

.examination-eligibility-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.examination-eligibility-item {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.examination-icon {
  width: 18px;
  height: 18px;
  background: #ed1c24;
}

.examination-eligibility-text {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: black;
  line-height: 26px;
}

.examination-highlights {
  width: 570px;
  display: inline-flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 767px) {
  .examination-highlights {
    width: auto;
  }
}

.examination-highlight-row {
  display: inline-flex;
  gap: 16px;
  align-items: center;
}

.examination-highlight-card {
  padding: 28px 20px;
  background: #f5f5f5;
  border-radius: 6px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  width: 100%;
  max-width: 50%;
}

@media (max-width: 767px) {
  .examination-highlight-row {
    flex-direction: column;
  }
  .examination-highlight-card {
    max-width: 100%;
  }
}

.examination-highlight-icon {
  width: 36px;
  height: 36px;
  position: relative;
}

.examination-highlight-title {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  text-align: center;
}

.examination-highlight-description {
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  text-align: center;
}