.elementor-5993 .elementor-element.elementor-element-d69bc9e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-5993 .elementor-element.elementor-element-6215238{width:100%;max-width:100%;text-align:center;}.elementor-5993 .elementor-element.elementor-element-6215238 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:61px;}.elementor-5993 .elementor-element.elementor-element-f2ec1a8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5993 .elementor-element.elementor-element-dabdf48{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-5993 .elementor-element.elementor-element-6be2c37{width:100%;max-width:100%;text-align:center;}.elementor-5993 .elementor-element.elementor-element-6be2c37 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:61px;}.elementor-5993 .elementor-element.elementor-element-dbb6a0d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-5993 .elementor-element.elementor-element-6be2c37 .elementor-heading-title{font-size:51px;}}@media(min-width:768px){.elementor-5993 .elementor-element.elementor-element-d69bc9e{--content-width:100%;}.elementor-5993 .elementor-element.elementor-element-dabdf48{--content-width:100%;}}/* Start custom CSS for heading, class: .elementor-element-6215238 */.color{
    color: #73be44
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-63a3ccd *//* Import Montserrat font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.course-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
}

/* Header Styling */
.course-table th {
  background: linear-gradient(90deg, #73be44, #5aa832);
  color: white;
  padding: 10px;
  border: 1px solid #ddd;
  font-weight: bold;
  font-size: 16px;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.4;
}

/* Serial Number Header Special Color */
.course-table th:first-child {
  background: #4caf50; /* Change color if needed */
  color: white;
}

/* Table cells */
.course-table td {
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 15px;
}

/* Alternating row colors */
.course-table tbody tr:nth-child(odd) {
  background: #f9fff5;
}

.course-table tbody tr:nth-child(even) {
  background: #e9f7e3;
}

/* Hover effect */
.course-table tbody tr:hover {
  background: #d5f0c9;
  transition: 0.3s;
}

/* -------- Tablet Responsive -------- */
@media (max-width: 1024px) and (min-width: 481px) {
  .course-table th,
  .course-table td {
    font-size: 14px;
    padding: 8px;
  }

  .table-container {
    overflow-x: auto;
  }

  .course-table {
    min-width: 600px; /* Prevents breaking */
  }
}

/* -------- Mobile Card Style -------- */
@media (max-width: 480px) {
  .course-table thead {
    display: none;
  }

  .course-table,
  .course-table tbody {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
  }

  .course-table tr {
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: transform 0.2s;
  }

  .course-table tr:hover {
    transform: scale(1.01);
  }

  .course-table td {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
    gap: 6px;
    font-size: 14px;
  }

  .course-table td:last-child {
    border-bottom: none;
  }

  .course-table td:before {
    content: attr(data-label);
    font-weight: 600;
    color: #73be44;
    font-size: 13px;
    line-height: 1.2;
    white-space: normal;
  }

  /* Highlight Serial No Cell */
  .course-table td[data-label="S.No"],
  .course-table td[data-label="Serial No"] {
    background: #73be44;
    color: white;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    border-radius: 8px 8px 0 0;
    grid-template-columns: 100% !important;
    padding: 10px;
  }

  /* Remove before label for serial no */
  .course-table td[data-label="S.No"]:before,
  .course-table td[data-label="Serial No"]:before {
    content: '';
  }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-6be2c37 */.color{
    color: #73be44
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9324d73 *//* Import Montserrat font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.course-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
}

/* Header Styling */
.course-table th {
  background: linear-gradient(90deg, #73be44, #5aa832);
  color: white;
  padding: 10px;
  border: 1px solid #ddd;
  font-weight: bold;
  font-size: 16px;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.4;
}

/* Serial Number Header Special Color */
.course-table th:first-child {
  background: #4caf50; /* Change color if needed */
  color: white;
}

/* Table cells */
.course-table td {
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 15px;
}

/* Alternating row colors */
.course-table tbody tr:nth-child(odd) {
  background: #f9fff5;
}

.course-table tbody tr:nth-child(even) {
  background: #e9f7e3;
}

/* Hover effect */
.course-table tbody tr:hover {
  background: #d5f0c9;
  transition: 0.3s;
}

/* -------- Tablet Responsive -------- */
@media (max-width: 1024px) and (min-width: 481px) {
  .course-table th,
  .course-table td {
    font-size: 14px;
    padding: 8px;
  }

  .table-container {
    overflow-x: auto;
  }

  .course-table {
    min-width: 600px; /* Prevents breaking */
  }
}

/* -------- Mobile Card Style -------- */
@media (max-width: 480px) {
  .course-table thead {
    display: none;
  }

  .course-table,
  .course-table tbody {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
  }

  .course-table tr {
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: transform 0.2s;
  }

  .course-table tr:hover {
    transform: scale(1.01);
  }

  .course-table td {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
    gap: 6px;
    font-size: 14px;
  }

  .course-table td:last-child {
    border-bottom: none;
  }

  .course-table td:before {
    content: attr(data-label);
    font-weight: 600;
    color: #73be44;
    font-size: 13px;
    line-height: 1.2;
    white-space: normal;
  }

  /* Highlight Serial No Cell */
  .course-table td[data-label="S.No"],
  .course-table td[data-label="Serial No"] {
    background: #73be44;
    color: white;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    border-radius: 8px 8px 0 0;
    grid-template-columns: 100% !important;
    padding: 10px;
  }

  /* Remove before label for serial no */
  .course-table td[data-label="S.No"]:before,
  .course-table td[data-label="Serial No"]:before {
    content: '';
  }
}/* End custom CSS */