        .hero-section {
    padding: 160px 0;
}

.about-us .content_button_link {
    background-color: #fff;
    color: #005eb8;
    border: 0.5px solid #005eb8;
    padding: 8px 30px;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    transition:
        background-color 0.35s,
        border-color 0.35s,
        color 0.35s;
}
.about-us .content_button_link:hover {
    background-color: #005eb8;
    color: #fff;
    transition:
        background-color 0.35s,
        border-color 0.35s,
        color 0.35s;
}
.about-us .tp-feature__text {
    margin: 40px auto;
    max-width: 960px;
}
.about-us .tp-feature__heading,
.company-section .tp-feature__heading{
    line-height: 40px;
    background: linear-gradient(102.7deg, #0250aa -2.97%, #61c9e0 98.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.breadcrumb-about {
    padding: 0;
    margin: 0 0 40px;
}
ul.breadcrumb-about li {
    display: inline;
}
ul.breadcrumb-about li:not(:first-child):before {
    content: " / ";
    color: #121212;
    margin: 0 3px;
}
ul.breadcrumb-about li a {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
ul.breadcrumb-about li:last-child {
    font-weight: 900;
    letter-spacing: 0.05em;
}
.bp-news-button-action {
    display: none;
}
.accordion-button:not(.collapsed),
.accordion-button {
    background: transparent;
    color: #005eb3;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
.accordion-item {
    border: none;
}
#accordionNews-97296332 {
    margin-top: 40px;
}
.vision-section img {
    max-width: 250px;
}
.vision-container {
    max-width: 960px;
}
.vision-section .content_button_link {
    background-color: #005eb8;
    color: #fff;
    border: 0.5px solid #005eb8;
    padding: 8px 30px;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    transition:
        background-color 0.35s,
        border-color 0.35s,
        color 0.35s;
    width: fit-content;
}
.contact-secion {
    background: linear-gradient(90deg, #21409a -5%, #00bce7 105%);
    color: #fff;
    padding: 100px 0;
}
.contact-section .tp-feature__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.contact-section {
    background: linear-gradient(90deg, #21409a -5%, #00bce7 105%);
    color: #fff;
    padding: 100px 0;
}
.contact-section .content_button_link {
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 17px;
    margin-top: 10px;
}
.banner-container {
    padding: 40px 0;
    background: linear-gradient(90deg, #21409a -5%, #00bce7 105%);
}

.banner-container .tp-feature__text {
    color: #fff;
}

.stats-banner {
    display: flex;
    overflow: hidden;
    height: 80px;
}

.stat-item {
    flex: 1;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    position: relative;
}

.stat-item:last-child {
    border-right: none;
}

.stat-number {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    letter-spacing: 0.5px;
}

.stat-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    opacity: 1;
}
.table-container {
    padding: 40px 0;
}
table {
    max-width: 900px;
    margin: auto;
    width: 100%;
    border-collapse: collapse;
}

thead {
    background-color: #3d3d3d;
    color: white;
}

thead th {
    padding: 12px 15px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    border-right: 1px solid #555;
}

thead th:last-child {
    border-right: none;
    text-align: center;
}

tbody tr {
    border-bottom: 1px solid #ddd;
}

tbody tr.category-row {
    background-color: #e8e8e8;
    font-weight: 700;
}

tbody tr.subcategory-row {
    background-color: #f5f5f5;
    font-weight: 600;
}

tbody td {
    padding: 10px 15px;
    font-size: 13px;
}

tbody td:first-child {
    text-align: center;
    font-weight: 600;
    width: 60px;
}

tbody td:nth-child(2) {
    padding-left: 20px;
}

tbody td:nth-child(3) {
    color: #666;
}

tbody td:last-child {
    text-align: center;
    font-weight: 600;
    width: 80px;
}

.total-row {
    background-color: #f9f9f9;
    font-weight: 700;
    font-size: 14px;
}

.total-row td:first-child {
    text-align: left;
    padding-left: 15px;
}

.total-row td:last-child {
    background-color: #00b8ff;
    color: white;
    font-size: 18px;
    padding: 15px;
}

@media (min-width: 992px) {
    .contact-section .tp-feature__heading {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .contact-section .tp-feature__text {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (max-width: 768px) {
    .stats-banner {
        flex-direction: column;
        height: auto;
    }

    .stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding: 20px;
    }

    .stat-item:last-child {
        border-bottom: none;
    }

    .stat-number {
        font-size: 20px;
    }

    .stat-label {
        font-size: 14px;
    }
    .table-container {
        overflow-x: auto;
    }

    table {
        min-width: 600px;
    }

    thead th,
    tbody td {
        padding: 8px 10px;
        font-size: 12px;
    }

    .total-row td:last-child {
        font-size: 16px;
    }
    
    #edit-849847516 {
        flex-direction: column-reverse;
    }
}

@media (max-width: 767.98px) {
    .box-member {
        padding: 15px 0;
    }
}

@media (max-width: 480px) {
    .stat-number {
        font-size: 18px;
    }

    .stat-label {
        font-size: 13px;
    }
}

