 .space-x-2 {
    margin-right: 2px;
}
  .course-card {
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.course-image {
  position: relative;
}
 .checklist-text {
      width: 90%;
      margin-bottom: 20px;
      margin-left: 20px;
      font-family: 'Playfair Display', serif!important;
      color: #0d090d;
      font-size: 17px;
      line-height: 26px;
      font-weight: 300;
  }
  .group.rounded {
      overflow: hidden;
      width: 25%;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.26);
    border-radius: 20px!important;
}
.section.home {
    display: block;
     padding-top: 90px;
    padding-bottom: 90px;
}
.deep-link {
    padding-top: 160px;
}
.visual-content.vertical-flex.rounded {
    overflow: hidden;
    border-radius: 20px!important;
    background-color: #fff;
    box-shadow: 2px 5px 6px 0 rgb(0 0 0 / 11%);
}
h1.white-text {
    color: #fff!important;
}
.section.first-section.wf-section {
    padding-top: 70px;
    padding-bottom: 50px;
}

.card-heading {
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    padding: 10px 15px;
    color: #52585e;
}
.p-t-5.p-b-5 {
    padding-top: 10px;
    padding-bottom: 20px;
}
.read-more {
    display: inline-block;
    padding: 4px 14px;
    background-color: #f37122;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
.course-details {
    padding: 19px!important;
    background-color: #f5f5f5;
    border-radius: 0 0 5px 5px;
}


.course-categories {
  position: sticky;
  top: 20px;
}

.course-categories h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.course-categories ul {
  list-style: none;
  padding: 0;
}

.course-categories li {
  margin-bottom: 5px;
}

.course-categories a {
  color: #333;
  text-decoration: none;
}

.course-card {
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
}

.course-card:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.course-image {
  position: relative;
  overflow: hidden;
}

.course-image img {
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
  transition: transform 0.3s ease-in-out;
}

.course-image:hover img {
  transform: scale(1.1);
}

.course-category {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.course-details {
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 0 0 5px 5px;
}

.course-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.course-description {
  font-size: 14px;
  margin-bottom: 10px;
}

.course-price {
  font-size: 16px;
  font-weight: bold;
  color: #f00;
  margin-top: auto;
}

.course-categories {
  top: 80px; /* adjust this value to fit your design */
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.course-categories h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.course-categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.course-categories li {
  margin-bottom: 10px;
}

.course-categories a {
  display: block;
  font-size: 18px;
  padding: 10px;
  border-radius: 5px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}

.course-categories a:hover {
  background-color: #333;
  color: #fff;
}
.no-results {
    font-size: 20px;
    text-align: center;
    padding: 20px;
    background-color: #f2f2f2;
    color: red;
    width: 100%;
}
.section.home.wf-section {
   /* background-image: url(images/1.jpg);
    background-color: #4e1b3c;*/
    background-position: top center;
    padding: 100px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}
.col-md-12.pb-20 {
    padding-bottom: 40px;
}
  
.course-image img {
  width: 100%;
  height: auto;
}

.course-category {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ff6a00;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
}

.course-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: bold;
}

.price-lesson {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.price {
  font-size: 24px;
  font-weight: bold;
  color: #ff6a00;
}

.lesson-count {
  font-size: 16px;
  color: #999999;
}

.read-more {
  background-color: #ff6a00;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.read-more:hover {
  background-color: #ff8533;
}
.price-lesson {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}

.price {
  font-size: 15px;
  font-weight: bold;
  color: #ff6a00;
  margin-right: 20px;
}

.lesson-count {
  font-size: 15px;
  color: #999999;
}
section.jobfactory_program {
    padding-top: 40px;
    background-image: url(tamale-and-takoradi+GA/images/1.jpg);
    padding-bottom: 40px;
    background-position: top center;
    padding: 100px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}
.iti.iti--allow-dropdown {
    width: 100%!important;
}
a.button.big.desktop-only.w-button.blue-button.header-menu {
    width: auto!important;
}
h1.smaller-on-mobile {
    margin-bottom: 30px;
    font-family: 'Titillium Web', sans-serif;
    color: #0d090d;
   /* font-size: 70px;*/
    line-height: 70px;
    font-weight: 600;
    letter-spacing: -0.5px;
}
h1 {
    margin-bottom: 30px!important;
    font-family: 'Playfair Display', serif!important;
    color: #0d090d!important;
   /* font-size: 70px!important;*/
    line-height: 70px!important;
    font-weight: 600!important;
    letter-spacing: -0.5px!important;
}

div#overflow {
    /* position: fixed; */
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    width: 95%;
    height: auto;
    margin-bottom: 60px;
    font-size: 0.95rem;
}
h2.second-title {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    font-family: 'Titillium Web', sans-serif;
    color: #0d090d;
    /*font-size: 55px!important;*/
    line-height: 58px!important;
    font-weight: 600!important;
    letter-spacing: 0px!important;
}
h2.bottom-padding {
    font-family: 'Titillium Web', sans-serif;
    color: #0d090d;
   /* font-size: 55px!important;*/
    line-height: 58px!important;
    font-weight: 600!important;
    letter-spacing: 0px!important;
}


a.button.big.desktop-only.w-button.blue-button:hover {
    color: #fff!important;
}

i.fa-brands.fa-linkedin {
    font-size: 33px!important;
}
i.fa-brands.fa-twitter-square {
    font-size: 33px!important;
}
i.fa-brands.fa-facebook-square {
    font-size: 33px!important;
}
i.fa-brands.fa-instagram-square {
    font-size: 33px!important;
}
h1.first-title.white {
    color: #fff!important;
}
.modal-dialog.modal-dialog-centered {
    max-width: 900px;
}
.modal-content{
    border: none;
    border-radius: 20px!important;
}
.modal-header{

    border-bottom: 1px solid #ffffff!important;
}
html {
    scroll-behavior: smooth;
  }
  h1.third-title.white.center {
      
    color: #fff!important;
}
  .white {
    color: #fff!important;
}
section.diploma_program {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #fffbfb;
}
section.university_program {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #f3efef;
}
section.certificate_program {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #f7fbff;
}
.col-md-4.p-t-5.p-b-5 {
    padding-top: 10px;
    padding-bottom: 20px;
}
header.site-navbar.js-sticky-header.site-navbar-target {
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
}
/* Card Styles */

.card-sl {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-image img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 8px 8px 0px 0;
}

.card-action {
    position: relative;
    float: right;
    margin-top: -25px;
    margin-right: 20px;
    z-index: 2;
    color: #E26D5C;
    background: #fff;
    border-radius: 100%;
    padding: 15px;
    font-size: 15px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}

.card-action:hover {
    color: #fff;
    background: #E26D5C;
    -webkit-animation: pulse 1.5s infinite;
}

.card-heading {
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    padding: 10px 15px;
}

.card-text {
    padding: 10px 15px;
    background: #fff;
    font-size: 14px;
    color: #636262;
}

.card-button {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    background-color: #ff5003;
    color: #fff;
    border-radius: 0 0 8px 8px;
}

.card-button:hover {
    text-decoration: none;
    background-color: #0060ac;
    color: #fff;

}


@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }

    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

