.video-banner-wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    cursor: default;
    background: #000;
    margin: 0;
    padding: 0;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    transition: opacity 1s ease;
    background: #000;
    pointer-events: none;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    display: none !important;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    z-index: 10;
    pointer-events: none;
}

.video-container>div,
.video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    transform: translate(-50%, -50%);
    border: 0;
    pointer-events: none;
}

.video-banner-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 15;
    pointer-events: none;
}

.video-banner-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    pointer-events: auto;
    cursor: default;
}

.video-banner-logo {
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
    pointer-events: auto;
    text-align: center;
}

.video-banner-logo .logo-link {
    display: block;
    text-decoration: none;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.video-banner-logo .logo-link:hover {
    opacity: 0.9;
}

.video-banner-logo img {
    max-width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: transform 0.3s ease;
}

.video-banner-logo .logo-link:hover img {
    transform: scale(1.05);
}

.video-banner-logo h1 {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    text-align: center;
    transition: color 0.3s ease;
}

.video-banner-logo .logo-link:hover h1 {
    color: #f0f0f0;
}

.video-banner-wrapper.video-loaded .video-thumbnail {
    opacity: 0;
    pointer-events: none;
    display: none;
    transition-delay: 1s;
}

.video-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 25;
    text-align: center;
    color: #fff;
    width: 90%;
    max-width: 1200px;
    pointer-events: none;
}

.video-banner-content h2 {
    color: #fff;
    /* text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); */
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 5rem;
}

.video-banner-content .small-title {
    font-size: 3rem;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.video-banner-content p {
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    font-size: 1.2rem;
    line-height: 1.6;
}

.video-banner-content .btn,
.video-banner-content a.btn {
    display: inline-block;
    padding: 15px 35px;
    margin-top: 2rem;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.8);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    pointer-events: auto;
    cursor: pointer;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.video-banner-content .btn:hover,
.video-banner-content a.btn:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.video-banner-content .btn:active,
.video-banner-content a.btn:active {
    transform: translateY(0);
}

.paragraph--type--video-banner,
.field--name-field-component {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.banner-section {
    position: relative;
}

.banner-flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;


    .banner-slider-wrapper {
        width: 100%;
        height: 50vh;
        position: relative;
    }

}

.swiper-wrapper {
    position: relative;
    height: 100%;
}

.swiper-slide {
    height: 100%;
    position: relative;
}

.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-image.rounded {
    border-radius: 1.5rem;
}

.banner-image-desktop {
    display: none;
}

.banner-image-mobile {
    display: block;
}

.banner-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1rem;
    padding: 1.5rem;
    max-width: calc(100% - 2rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-overlay.desktop-only {
    display: none;
}

.banner-overlay.mobile-only {
    display: flex;
}

.banner-title {
    font-size: 1.875rem;
    font-weight: bold;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.banner-description {
    font-size: 1.5rem;
    color: white;
}

.banner-title.mobile {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.banner-cta {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid white;
    color: white;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    transition: all 0.3s ease;
    align-self: flex-start;
    font-size: 1rem;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.banner-cta:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    text-decoration: none;
}

.banner-cta.mobile {
    font-size: 1rem;
}

.banner-slider~.swiper-button-next {
    width: 50px;
    height: 50px;
    right: 3%;
    top: 50%;
    background-color: white;
    border-radius: 9999px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23000000' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpolyline points='9 6 15 12 9 18'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-size: 24px 24px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.banner-slider~.swiper-button-prev {
    width: 50px;
    height: 50px;
    left: 3%;
    top: 50%;
    background-color: white;
    border-radius: 9999px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23000000' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpolyline points='15 6 9 12 15 18'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-size: 24px 24px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.banner-slider~.swiper-button-next:after,
.banner-slider~.swiper-button-prev:after {
    content: none !important;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -25px !important;
    display: none !important;
}

.economic-indicators {
    background-color: #000000;
    color: #ffffff;
    padding: 80px 20px;
    width: 100%;
}

.economic-indicators__container {
    max-width: 1400px;
    margin: 0 auto;
}

.economic-indicators__title {
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 80px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.economic-indicators__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    align-items: start;
}

.indicator-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.indicator-item__icon {
    font-size: 3.5rem;
    color: #ffffff;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.indicator-item__icon svg {
    width: 60px;
    height: 60px;
    fill: #ffffff;
}

.indicator-item__value {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 15px 0;
    color: #ffffff;
    text-align: center;
    width: 100%;
    white-space: nowrap;
}

.indicator-item__label {
    font-size: 1rem;
    line-height: 1.4;
    color: #ffffff;
    margin: 0 0 15px 0;
    max-width: 220px;
    font-weight: 400;
    text-align: center;
    min-height: 48px;
    display: flex;
    justify-content: center;
}

.indicator-item__date {
    font-size: 0.9rem;
    color: #ffffff;
    margin: 0;
    font-weight: 300;
    text-align: center;
}

.economic-indicators__cta {
    text-align: center;
    margin-top: 40px;
}

.services-grid {
    background-color: #f5f5f5;
    padding: 80px 20px;
    width: 100%;
}

.services-grid__container {
    max-width: 1400px;
    margin: 0 auto;
}

.services-grid__title {
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px 0;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.services-grid__description {
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto 60px auto;
    color: #666666;
    max-width: 900px;
    padding: 0 20px;
}

.services-grid__items {
    display: flex;
    width: 100%;
    height: 400px;
    gap: 0;
}

.service-item {
    position: relative;
    overflow: hidden;
    flex: 1;
    transition: flex 0.6s ease;
    cursor: pointer;
    min-width: 0;
}

.services-grid__items:hover .service-item {
    flex: 0.5;
}

.services-grid__items:hover .service-item:hover {
    flex: 2;
}

.service-item__image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.service-item__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter 0.4s ease;
}

.services-grid__items:hover .service-item:not(:hover) .service-item__image {
    filter: brightness(0.7);
}

.service-item:hover .service-item__image {
    filter: brightness(0.4);
}

.service-item__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    opacity: 0;
    transition: opacity 0.4s ease 0.2s;
    z-index: 2;
}

.service-item:hover .service-item__overlay {
    opacity: 1;
}

.service-item__overlay-content {
    text-align: center;
    color: #ffffff;
    max-width: 100%;
    transform: translateY(20px);
    transition: transform 0.4s ease 0.2s;
}

.service-item:hover .service-item__overlay-content {
    transform: translateY(0);
}

.service-item__overlay-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-item__overlay-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0;
    color: #ffffff;
    font-weight: 300;
}

.partners-slider-section {
    background-color: #ffffff;
    padding: 80px 20px;
    width: 100%;
}

.partners-slider__container {
    max-width: 1400px;
    margin: 0 auto;
}

.partners-flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    width: 100%;
    padding: 0 70px;
}

.partners-slider-wrapper {
    width: 100%;
    position: relative;
    padding: 0 20px;
}

.partners-slider .swiper-wrapper {
    align-items: center;
    display: flex;
}

.partners-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 30px 20px;
}

.partner-logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.partner-logo-wrapper a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.partner-logo {
    max-width: 200px;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.partner-logo:hover {
    transform: scale(1.05);
    opacity: 1;
}

.partners-slider~.swiper-button-next,
.partners-slider~.swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid #e5e5e5;
    z-index: 10;
}

.partners-slider~.swiper-button-next {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23333333' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpolyline points='9 6 15 12 9 18'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-size: 24px 24px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.partners-slider~.swiper-button-prev {
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23333333' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpolyline points='15 6 9 12 15 18'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-size: 24px 24px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.partners-slider~.swiper-button-next:hover,
.partners-slider~.swiper-button-prev:hover {
    background-color: #f5f5f5;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.partners-slider~.swiper-button-next:after,
.partners-slider~.swiper-button-prev:after {
    content: none !important;
}

.partners-slider~.swiper-pagination {
    bottom: -35px !important;
    position: relative !important;
    margin-top: 30px;
}

.partners-slider~.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #cccccc;
    opacity: 1;
    transition: all 0.3s ease;
}

.partners-slider~.swiper-pagination .swiper-pagination-bullet-active {
    background: #333333;
    width: 25px;
    border-radius: 5px;
}

.footer-section {
    background-color: #000000;
    color: #ffffff;
    padding: 60px 20px 30px;
    width: 100%;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    padding-bottom: 40px;
    border-bottom: 2px solid #FFFFFF;
}

.footer-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 30px 0;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.footer-address {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #cccccc;
}

.footer-address p {
    margin: 0 0 8px 0;
}

.footer-column--links {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-links-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.footer-links-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-link {
    font-size: 0.9rem;
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.footer-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-column--social {
    display: flex;
    justify-content: center;
    width: 100%;
}

.footer-social-icons {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.social-icon {
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.social-icon svg {
    width: 20px;
    height: 20px;
}

.footer-bottom {
    padding-top: 30px;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright {
    font-size: 0.875rem;
    color: #cccccc;
    margin: 0;
}

.footer-stats {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 0.875rem;
    color: #ffffff;
    align-items: flex-end;
}

.footer-stats p {
    margin: 0;
}

@media (max-width: 1200px) {
    .economic-indicators__title {
        font-size: 1.625rem;
    }

    .economic-indicators__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 50px 40px;
    }
}

@media (min-width: 1024px) {
    .banner-title {
        font-size: 2rem;
    }
}

@media (max-width: 1024px) {
    .services-grid__items {
        height: 350px;
    }

    .services-grid__title {
        font-size: 1.625rem;
    }

    .services-grid__description {
        font-size: 1rem;
        margin-bottom: 40px;
    }

    .service-item__overlay-title {
        font-size: 1.6rem;
    }

    .service-item__overlay-description {
        font-size: 1rem;
    }

    .service-item__overlay {
        padding: 30px;
    }

    .partners-flex-wrapper {
        padding: 0 65px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-links-wrapper {
        justify-content: flex-start;
    }

    .footer-bottom-content {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .footer-stats {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .services-grid__items {
        flex-direction: row;
        height: 350px;
    }
}

@media (min-width: 768px) {
    .banner-image-desktop {
        display: block;
    }

    .banner-image-mobile {
        display: none;
    }

    .banner-overlay {
        padding: 2rem;
        max-width: 800px;
    }

    .banner-overlay.desktop-only {
        display: flex;
    }

    .banner-overlay.mobile-only {
        display: none;
    }

    .banner-title {
        font-size: 1.875rem;
        margin-bottom: 1.5rem;
    }

    .video-container>div,
    .video-container iframe {
        width: 160%;
        height: 160%;
    }

    .video-banner-logo {
        top: 1rem;
    }

    .video-banner-logo img {
        max-width: 80px;
    }

    .video-banner-logo h1 {
        font-size: 0.9rem;
        margin-top: 0.5rem;
    }

    .video-banner-content h2 {
        font-size: 4rem;
    }

    .video-banner-content .small-title {
        font-size: 1.5rem;
    }

    .video-banner-content p {
        font-size: 1.5rem;
        max-width: 800px;
        margin: 0 auto;

    }
}

@media (max-width: 768px) {

    .video-container>div,
    .video-container iframe {
        width: 300% !important;
        height: 300% !important;
    }

    .video-banner-content h2 {
        font-size: 1.75rem;
    }

    .video-banner-content p {
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .video-banner-content .btn {
        padding: 12px 28px;
        font-size: 0.9rem;
    }

    .economic-indicators {
        padding: 60px 20px;
    }

    .economic-indicators__title {
        font-size: 1.5rem;
        margin-bottom: 50px;
        letter-spacing: 1px;
    }

    .economic-indicators__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 30px;
    }

    .indicator-item__icon {
        font-size: 3rem;
        height: 50px;
        width: 50px;
    }

    .indicator-item__icon svg {
        width: 50px;
        height: 50px;
    }

    .indicator-item__value {
        font-size: 2.5rem;
    }

    .indicator-item__label {
        font-size: 0.9rem;
    }

    .services-grid {
        padding: 60px 20px;
    }

    .services-grid__items {
        flex-direction: column;
        height: auto;
    }

    .service-item {
        height: 250px;
        flex: 1;
    }

    .services-grid__items:hover .service-item {
        flex: 1;
    }

    .services-grid__items:hover .service-item:hover {
        flex: 1;
    }

    .service-item__overlay {
        opacity: 1;
        transition: none;
        padding: 25px;
    }

    .service-item__overlay-content {
        transform: translateY(0);
        transition: none;
    }

    .service-item__image {
        filter: brightness(0.4);
    }

    .services-grid__items:hover .service-item:not(:hover) .service-item__image {
        filter: brightness(0.4);
    }

    .services-grid__title {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .services-grid__description {
        font-size: 0.95rem;
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .service-item__overlay-title {
        font-size: 1.4rem;
        margin-bottom: 12px;
    }

    .service-item__overlay-description {
        font-size: 0.9rem;
    }

    .partners-slider-section {
        padding: 60px 15px;
    }

    .partners-flex-wrapper {
        padding: 0 60px;
    }

    .partners-slider-wrapper {
        padding: 0 15px;
    }

    .partners-slider .swiper-slide {
        padding: 25px 15px;
    }

    .partner-logo {
        max-width: 160px;
        max-height: 100px;
        filter: grayscale(0%);
        opacity: 1;
    }

    .partner-logo:hover {
        transform: scale(1.05);
    }

    .partners-slider~.swiper-button-next,
    .partners-slider~.swiper-button-prev {
        width: 45px;
        height: 45px;
    }

    .footer-section {
        padding: 40px 20px 20px;
    }

    .footer-content {
        gap: 30px;
    }

    .footer-links-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .footer-links-group {
        gap: 12px;
    }

    .footer-social-icons {
        gap: 12px;
    }

    .social-icon {
        width: 40px;
        height: 40px;
    }

    .footer-stats {
        align-items: flex-start;
    }
}

@media (max-width: 480px) {

    .video-container>div,
    .video-container iframe {
        width: 350% !important;
        height: 350% !important;
    }

    .video-banner-logo img {
        max-width: 60px;
    }

    .video-banner-logo h1 {
        font-size: 0.75rem;
        letter-spacing: 0.5px;
    }

    .video-banner-content h2 {
        font-size: 1.5rem;
    }

    .video-banner-content .small-title {
        font-size: 1.2rem;
    }

    .video-banner-content p {
        font-size: 0.85rem;
        padding: 0 10px;
    }

    .video-banner-content .btn {
        padding: 10px 24px;
        font-size: 0.85rem;
    }

    .economic-indicators {
        padding: 40px 15px;
    }

    .economic-indicators__title {
        font-size: 1.25rem;
        margin-bottom: 40px;
    }

    .economic-indicators__grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .indicator-item__icon {
        font-size: 2.5rem;
        height: 45px;
        width: 45px;
    }

    .indicator-item__icon svg {
        width: 45px;
        height: 45px;
    }

    .indicator-item__value {
        font-size: 2rem;
    }

    .indicator-item__label {
        font-size: 0.85rem;
        max-width: 280px;
    }

    .indicator-item__date {
        font-size: 0.85rem;
    }

    .services-grid {
        padding: 40px 15px;
    }

    .service-item {
        height: 200px;
    }

    .services-grid__title {
        font-size: 1.25rem;
    }

    .services-grid__description {
        font-size: 0.9rem;
        margin-bottom: 25px;
    }

    .service-item__overlay {
        padding: 20px;
    }

    .service-item__overlay-title {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .service-item__overlay-description {
        font-size: 0.85rem;
        line-height: 1.5;
    }

    .partners-slider-section {
        padding: 40px 10px;
    }

    .partners-flex-wrapper {
        padding: 0 50px;
    }

    .partners-slider-wrapper {
        padding: 0 10px;
    }

    .partners-slider .swiper-slide {
        padding: 20px 10px;
    }

    .partner-logo {
        max-width: 140px;
        max-height: 90px;
        opacity: 1;
    }

    .partners-slider~.swiper-button-next,
    .partners-slider~.swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .partner-logo-wrapper {
        padding: 15px;
    }

    .footer-section {
        padding: 30px 15px 15px;
    }

    .footer-title {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .footer-address {
        font-size: 0.85rem;
    }

    .footer-link {
        font-size: 0.85rem;
    }

    .footer-copyright,
    .footer-stats {
        font-size: 0.8rem;
    }

    .footer-stats {
        gap: 8px;
        align-items: flex-start;
    }
}

@media (max-width: 480px) and (min-aspect-ratio: 9/16) {

    .video-container>div,
    .video-container iframe {
        width: 400% !important;
        height: 400% !important;
    }
}

.secondary-banner-slider {
    padding: 80px 20px;

    .banner-image {
        border-radius: 12px;
    }
}

.secondary-banner-slider .banner-title {
    color: #2c3e50;
    font-weight: 700;
    text-align: left;
    margin: 0 0 15px 0;
    text-transform: none;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.secondary-banner-slider>p {
    color: #5a6c7d;
    font-size: 1rem;
    text-align: left;
    margin: 0 0 40px 0;
    padding: 0 20px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.secondary-banner-container {
    max-width: 1400px;
    margin: 0 auto;
}

.secondary-banner-slider-wrapper {
    width: 100%;
    position: relative;
    border-radius: 12px;
    overflow: visible;
    box-shadow: none;
    background-color: #4c75a0;
    padding: 10px;
}

.secondary-banner-slider {
    position: relative;
}

.secondary-banner-slider .swiper-wrapper {
    position: relative;
    height: 100%;
}

.secondary-banner-slider .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.secondary-banner-slider .banner-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: transparent;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.secondary-banner-slider .banner-cta {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    text-decoration: none !important;
}

.secondary-banner-slider .banner-cta img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.secondary-banner-slider .banner-cta:hover img {
    transform: scale(1.02);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.secondary-banner-slider~.swiper-button-next {
    width: 40px;
    height: 40px;
    right: 2%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 9999px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    opacity: 0.5;
    transition: opacity 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' stroke-width='2' stroke='%23000000' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpolyline points='9 6 15 12 9 18'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-size: 20px 20px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.secondary-banner-slider~.swiper-button-next:hover {
    opacity: 1;
    background-color: white;
    transform: scale(1.1);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.15);
}

.secondary-banner-slider~.swiper-button-prev {
    width: 40px;
    height: 40px;
    left: 2%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 9999px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    opacity: 0.5;
    transition: opacity 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' stroke-width='2' stroke='%23000000' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpolyline points='15 6 9 12 15 18'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-size: 20px 20px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.secondary-banner-slider~.swiper-button-prev:hover {
    opacity: 1;
    background-color: white;
    transform: scale(1.1);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.15);
}

.secondary-banner-slider~.swiper-button-next:after,
.secondary-banner-slider~.swiper-button-prev:after {
    content: none !important;
}

.secondary-banner-flex-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.secondary-banner-text-wrapper {
    text-align: left;
}

@media (min-width: 992px) {
    .secondary-banner-container {
        padding-right: 3rem;
    }

    .secondary-banner-flex-content {
        flex-direction: row;
        align-items: center;
        gap: 3rem;
    }

    .secondary-banner-text-wrapper {
        width: 30%;
        flex-shrink: 0;
        text-align: left;
    }

    .secondary-banner-slider-wrapper {
        width: 70%;
        flex-grow: 1;
        position: relative;
        background-color: transparent;
        padding: 0;
        z-index: 1;
    }

    .secondary-banner-slider-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% + -60px);
        height: calc(100% + 40px);
        background-color: #4c75a0;
        border-radius: 12px;
        z-index: 0;
        transform: translate(60px, -20px);
    }

    .secondary-banner-slider-wrapper .swiper.secondary-banner-slider {
        position: relative;
        z-index: 2;
        padding: 20px;
    }

    .secondary-banner-slider-wrapper .swiper-pagination {
        bottom: -5px !important;
        display: flex !important;
        justify-content: center;
    }

    .secondary-banner-slider-wrapper .swiper-pagination-bullet {
        width: 30px;
        height: 6px;
        display: block;
        border-radius: 3px;
        opacity: 1;
        background: #cdd6e0;
        margin: 0 4px;
        background-color: #cdd6e0;
    }

    .secondary-banner-slider-wrapper .swiper-pagination-bullet-active {
        background: #ffffff;
    }
}

@media (max-width: 991px) {
    .secondary-banner-slider-wrapper::before {
        content: none;
    }

    .secondary-banner-slider~.swiper-button-next,
    .secondary-banner-slider~.swiper-button-prev,
    .secondary-banner-slider~.swiper-pagination {
        display: none !important;
    }
}