.header-logo img {
    width: 200px;
}
.project-content a:hover {
   color: #9bcd48 !important;
}
.our-values {
    padding: 100px 0;
}
.values-item {
    background: #190945;
    min-height: 235px;
    padding: 40px 20px;
    text-align: center;
    color: #fff;
    box-shadow: 0px 0px 20px 1px #afacac;
}
.values-item h4 {
    font-size: 25px;
    color: #fff;
}

.values-item p {
    color: #fff;
}

.values-item i {
    font-size: 50px;
    background: linear-gradient(90deg, #47cdcf, #adcd67);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.values-item:hover  {
    transform: scale(1.06);
}

.training-strategies-banner {
    background-image: url("../img/services/service-banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.faqs {
    padding: 100px 0;
}
.faq-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-button:focus {
    border-color: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(45deg, #48cdce, #9bcd48);
    color: #190945;
}

.faqs h5 {
    margin-top: 0px;
}

.faq-cta {
    padding: 50px 0;
    background: #190945;
}

.corporate-markets {
    padding: 100px 0;
}

.cm-card {
    box-shadow: 1px 2px 10px #e7e7e7;
    border-top: 10px solid #190945;
    border-radius: 10px;
    padding: 30px 20px;
    min-height: 500px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.cm-card:hover {
    transform: scale(1.06);
}
.cm-card i {
    background: linear-gradient(45deg, #48cdce, #9bcd48);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    margin-bottom: 10px;
}

.cm-card h4 {
    margin-bottom: 20px;
}

.learning-platforms {
    padding: 100px 0;
}

.form-check-label {
    font-size: 16px;
    color: #190945;
}

.form-check-label a {
    color: #48cdce;
}

.form-check-label a:hover {
    color: #9bcd48;
}

.footer-logo {
    width: 250px;
    margin-bottom: 30px;
}

.privacy-policy {
    padding: 100px 0;
}
.privacy-policy h2 {
    margin-top: 30px;
    margin-bottom: 15px;
}
.privacy-policy strong {
    color: #9bcd48;
    font-weight: bold;
}
.privacy-policy  ul {
    margin-left: 50px;
}
.privacy-policy  ul li{
    list-style: disc;
    padding-bottom: 10px;
}

.cookie-policy {
    padding: 100px 0;
}

.cookie-policy h2 {
    margin-top: 30px;
    margin-bottom: 15px;
}
.cookie-policy strong {
    color: #9bcd48;
    font-weight: bold;
}
.cookie-policy  ul {
    margin-left: 50px;
}
.cookie-policy  ul li{
    list-style: disc;
    padding-bottom: 10px;
}

#cookieModal .modal-header {
    display: block;
}

#cookieModal .modal-header button {
    float: right;
    background: transparent;
    border: 0;
    font-size: 25px;
}

#cookieModal .modal-body {
    text-align: center;
    padding: 10px 40px;
}

.learning-button{
    text-align: left;
}