/* lists */

.fla-list {
    list-style: none;
    margin: 20px 0px 0px;
    padding: 0;
}

.fla-list li {
    display: flex;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    align-items: flex-start;
}

.fla-list li p {
    margin-bottom: 0px;
    font-size: 18px;
    text-align: left;
    padding-bottom: 0px;
}

.fla-list i {
    margin-right: 15px;
    font-size: 20px;
    height: 22px;
    margin-top: 3px;
}

.fla-list li:last-child {
    margin-bottom: 0px;
}

@media (max-width: 1180px) {
    .fla-list {
        margin: 20px 0px 0px;
    }
}

@media (max-width: 768px) {
    .fla-list li p {
        margin-bottom: 0px;
        font-size: 16px;
        text-align: left;
        padding-bottom: 0px;
    }
}

@media (max-width: 645px) {
    .fla-list li {
        justify-content: left;
    }
}

/* hero section */

.hero-content h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .hero-content h2 {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .hero-content h2 {
        font-size: 16px;
        line-height: 24px;
    }
    .hero-content h1 {
        margin-bottom: 0;
    }
}

.hero-banner {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    padding: 60px 0;
    overflow: hidden;
}

@media (max-width: 1023px) {
    .hero-banner {
        padding: 80px 0;
    }
}

@media (max-width: 768px) {
    .hero-banner {
        padding: 45px 0;
    }
}

.hero-content {
    text-align: left;
    position: relative;
    max-width: 850px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

@media (max-width: 1400px) {
    .hero-content {
        max-width: 55%;
    }
}

@media (max-width: 1024px) {
    .hero-content {
        max-width: 100%;
    }
}

.container.hero-container {
    display: flex;
    color: #1F2732;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    justify-content: center;
}

@media (max-width: 1024px) {
    .container.hero-container {
        flex-direction: column;
        row-gap: 50px;
    }
}

h1.title-hero {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 72px;
    text-align: center;
}

@media (max-width: 1024px) {
    h1.title-hero {
        font-size: 48px;
        line-height: 58px;
        margin-bottom: 8px;
    }
}

@media (max-width: 768px) {
    h1.title-hero {
        font-size: 39px;
        line-height: 44px;
        margin-bottom: 12px;
    }
}

/* services section */

.services-section {
    text-align: center;
    background-color: #fff;
    box-shadow: 0 4px 8.8px 1px rgba(29, 61, 100, 0.22);
}

.services-section .container {
    padding: 115px 20px;
}

@media (max-width: 1024px) {
    .services-section .container {
        padding: 80px 20px;
    }
}

@media (max-width: 768px) {
    .services-section .container {
        padding: 45px 20px;
    }
}

.services-section h2 {
    color: #1F2732;
    text-align: center;
}

.services-section .services-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    padding-bottom: 48px;
}

@media (max-width: 768px) {
    .services-section .services-cards {
        padding-bottom: 25px;
    }
}

.services-section .service-card {
    background: #1F2732;
    color: #FFF;
    width: 100%;
    max-width: 277px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 1222px) and (max-width: 1525px) {
    .services-section .service-card {
        max-width: 18%;
    }
}

@media (max-width: 618px) {
    .services-section .service-card {
        max-width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

.services-section .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.services-section .service-card .card-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 214px;
}

.services-section .service-card .card-content {
    padding: 20px 24px 47px;
    text-align: left;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.services-section .service-card h3 {
    color: #F6FAFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px;
}

.services-section .service-card p {
    color: #F6FAFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 24px;
}

.services-section .services-buttons {
    display: inline-flex;
    column-gap: 29px;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
}

.services-section .btn-secondary {
    padding: 12px 20px;
    width: 100%;
}

.section-description {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.section-description p {
    max-width: 1040px;
    color: #1F2732;
}

@media (max-width: 1024px) {
    .section-description {
        padding-bottom: 40px;
    }
}

@media (max-width: 769px) {
    .section-description {
        padding-bottom: 30px;
    }
}

/* News section */
/* Cards section */

#our-news p {
    text-align: left;
    margin-top: 15px;
}

#our-news img {
    margin: 0 0 20px;
}

#our-news p.mb-10 {
    margin-top: 30px;
}

.fla-list p {
    margin-top: 0px !important;
}

.news-section {
    text-align: center;
    background-color: #fff;
    box-shadow: 0 4px 8.8px 1px rgba(29, 61, 100, 0.22);
}

.news-section .container {
    padding: 115px 20px;
}

@media (max-width: 1024px) {
    .news-section .container {
        padding: 80px 20px;
    }
}

@media (max-width: 768px) {
    .news-section .container {
        padding: 45px 20px;
    }
}

.news-section h2 {
    color: #1F2732;
    text-align: center;
}

.news-section .news-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 15px;
    row-gap: 30px;
    padding-bottom: 0px;
}

@media (max-width: 768px) {
    .news-section .news-cards {
        column-gap: 0px;
    }
}

.news-section .new-card {
    width: 100%;
    max-width: 410px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 618px) {
    .news-section .new-card {
        max-width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

.news-section .new-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.news-section .new-card .card-content {
    padding: 20px 24px 47px;
    text-align: left;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-section .new-card h3 {
    color: #1F2732;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px;
}

.news-section .new-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 24px;
    color: #1F2732;
}

.news-section .new-card h3:hover,
.news-section .new-card p:hover {
    text-decoration: none;
}

.news-section .news-buttons {
    display: inline-flex;
    column-gap: 29px;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
}

.news-section .btn-secondary-black {
    padding: 12px 20px;
    width: 100%;
}

.section-description {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.section-description p {
    max-width: 1040px;
    color: #1F2732;
}

@media (max-width: 1024px) {
    .section-description {
        padding-bottom: 40px;
    }
}

@media (max-width: 769px) {
    .section-description {
        padding-bottom: 30px;
    }
}

.container-post {
    display: flex;
    gap: 30px;
}

.container-post-video,
.video-ref{
    max-width: 400px;
    width: 100%;
}

@media (max-width: 767px) {
    .container-post {
        flex-direction: column;
    }
}

.w100 ul.menu.menu-inline,
.w50 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.w100 img,
.w50 img {
    margin-bottom: 0px !important;
}

.w100 h3.title,
.w50 h3.title {
    padding: 30px 20px 10px;
}

@media (max-width: 914px) {
    .w50 {
        gap: 0px;
    }
}