body, html {
    scroll-behavior: smooth;
}

.page-load-animate {
    opacity: 0;
    transform: translateY(28px);
    animation: pageLoadRise 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.page-load-animate-delay-1 {
    animation-delay: 0.15s;
}

.page-load-animate-delay-2 {
    animation-delay: 0.28s;
}

.page-load-animate-delay-3 {
    animation-delay: 0.42s;
}

.page-load-animate-delay-4 {
    animation-delay: 0.58s;
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(42px) scale(0.985);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

.reveal-on-scroll.in-view {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.stats-value.is-counting-done {
    animation: statPop 0.45s ease;
}

@keyframes pageLoadRise {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes statPop {
    0% {
        transform: scale(1);
    }
    45% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}

.homepage-section,
.homepage-section * {
    box-sizing: border-box;
}

.section {
    position: relative;
    padding: 5rem;
}

.section .container {
    position: relative;
    z-index: 1
}

.section-top {
    padding-top: calc(5rem + 5.8125rem)
}

.bg-mgm-bosco-dark-blue {
    background-color: #4280ae;
}

.bg-mgm-bosco-dark-gray {
    background-color: #3c3c3b;
}

.bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bg-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #4280ae;
    background: linear-gradient(90deg,rgba(9, 70, 107, 1) 40%, rgba(9, 70, 107, 0) 100%);
    opacity: .85;
}

.homepage-section {
    min-height: 100vh;
    padding-bottom: 4rem;
}

.homepage-section .hero-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    object-fit: cover;
    transition: transform 1s ease-in-out;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-position: center;
}

.hero-particles {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.hero-particles canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
    opacity: 0.8;
}

.homepage-section .container {
    z-index: 3;
}

.homepage-section .bg-overlay::before {
    background: linear-gradient(180deg, rgba(11, 82, 129, 0.76) 0%, rgba(8, 58, 92, 0.72) 55%, rgba(6, 31, 47, 0.84) 100%);
    opacity: 1;
}

.homepage-section::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 84px 84px;
    opacity: 0.12;
    pointer-events: none;
}

.homepage-section::after {
    content: '';
    position: absolute;
    right: -10%;
    top: 10%;
    width: 36rem;
    height: 36rem;
    z-index: 2;
    background: radial-gradient(circle, rgba(66, 128, 174, 0.28) 0%, rgba(66, 128, 174, 0.08) 38%, rgba(66, 128, 174, 0) 72%);
    pointer-events: none;
}

.hero-eyebrow {
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.4;
}

.hero-badge {
    padding: 0.5rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
}

.hero-badge-dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    margin-right: 0.7rem;
    background: #77d1ff;
    box-shadow: 0 0 0.75rem rgba(119, 209, 255, 0.85);
}

.hero-title-accent {
    width: 5rem;
    height: 0.3rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #77d1ff 0%, #ffffff 100%);
    box-shadow: 0 0 1rem rgba(119, 209, 255, 0.45);
}

.hero-title {
    font-size: 4rem;
    line-height: 1.05;
    letter-spacing: -0.04em;
    max-width: 680px;
}

.hero-lead {
    max-width: 620px;
    font-size: 1.08rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
}

.hero-tech-panel {
    position: relative;
    max-width: 360px;
    padding: 1.5rem 1.5rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 1.25rem;
    background: linear-gradient(180deg, rgba(9, 44, 69, 0.72) 0%, rgba(8, 31, 49, 0.5) 100%);
    backdrop-filter: blur(12px);
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2);
}

.hero-tech-line {
    width: 100%;
    height: 1px;
    margin-bottom: 1.1rem;
    background: linear-gradient(90deg, rgba(119, 209, 255, 0.95) 0%, rgba(119, 209, 255, 0) 100%);
}

.hero-tech-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.hero-tech-value {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #ffffff;
}

.hero-tech-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.72);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hero-scroll {
    width: 3.2rem;
    height: 3.2rem;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.hero-scroll:hover,
.hero-scroll:focus {
    color: #fff;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(2px);
}

.hero-scroll-icon {
    width: 0.85rem;
    height: 0.85rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
}

@media (max-width: 991.98px) {
    .homepage-section {
        min-height: 85vh;
        padding: 7rem 2rem 3rem;
    }

    .homepage-section .bg-overlay::after {
        width: 58%;
        height: 18%;
    }

    .hero-title {
        font-size: 3.1rem;
        max-width: 560px;
    }

    .hero-lead {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .section {
        padding: 3rem 1.5rem;
    }

    .section-top {
        padding-top: calc(3rem + 5.8125rem);
    }

    .homepage-section {
        min-height: 78vh;
        padding-bottom: 2.5rem;
    }

    .homepage-section .bg-overlay::after {
        width: 72%;
        height: 14%;
    }

    .hero-eyebrow {
        font-size: 1rem;
    }

    .hero-title {
        font-size: 2.5rem;
        max-width: 100%;
    }

    .hero-lead {
        font-size: 1rem;
        line-height: 1.6;
    }

    .hero-scroll {
        width: 2.9rem;
        height: 2.9rem;
        margin-top: 1.25rem;
        margin-bottom: 0;
    }
}

.about-home-section {
    padding: 5.5rem 0;
    background: #ffffff;
}

.about-home-container {
    padding: 0 10%;
}

.about-home-title {
    color: #0d74bd;
    font-size: 3.25rem;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.about-home-description {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.22rem;
    line-height: 1.75;
    color: #1d1d1d;
}

.about-home-button {
    min-width: 140px;
    padding: 0.7rem 1.75rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #0b6fb7 0%, #0d74bd 100%);
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    box-shadow: 0 0.8rem 1.8rem rgba(13, 116, 189, 0.22);
}

.about-home-button:hover,
.about-home-button:focus {
    color: #fff;
    transform: translateY(-1px);
}

.about-home-grid {
    margin-top: 3.5rem;
}

.about-home-intro-card {
    min-height: 100%;
    padding: 2.2rem 1.7rem;
    border-radius: 1.1rem;
    background: #dfeefa;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-home-intro-title {
    color: #0d74bd;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.04em;
    text-transform: none;
}

.about-home-intro-text {
    color: #1f2933;
    font-size: 1.12rem;
    line-height: 1.85;
}

.about-service-card {
    position: relative;
    min-height: 18.5rem;
    padding: 1.7rem 1.5rem 1.35rem;
    border-radius: 1rem;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    box-shadow: 0 1rem 2.5rem rgba(10, 26, 43, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-service-card:hover,
.about-service-card:focus {
    transform: translateY(-4px);
    box-shadow: 0 1.2rem 2.8rem rgba(10, 26, 43, 0.18);
}

.about-service-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8, 91, 156, 0.78) 0%, rgba(8, 45, 76, 0.82) 100%);
}

.about-service-content {
    position: relative;
    z-index: 1;
    max-width: 74%;
}

.about-service-title {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin-bottom: 1.8rem;
}

.about-service-text {
    font-size: 0.95rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
}

.about-service-arrow {
    position: absolute;
    right: 1.35rem;
    bottom: 1.2rem;
    width: 3.6rem;
    height: 3.6rem;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    z-index: 1;
}

.about-service-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 42%;
    width: 0.95rem;
    height: 0.95rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

.about-service-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 47%;
    width: 1.1rem;
    height: 2px;
    background: #fff;
    transform: translate(-50%, -50%);
}

@media (max-width: 991.98px) {
    .about-home-section {
        padding: 4.5rem 0;
    }

    .about-home-container {
        padding: 0 10%;
    }

    .about-home-title {
        font-size: 2.8rem;
    }

    .about-home-description {
        font-size: 1.08rem;
        line-height: 1.65;
    }

    .about-home-grid {
        margin-top: 2.75rem;
    }

    .about-home-intro-card {
        min-height: auto;
    }

    .about-home-intro-title {
        font-size: 2.5rem;
    }

    .about-service-card {
        min-height: 15.5rem;
    }
}

@media (max-width: 767.98px) {
    .about-home-section {
        padding: 3.5rem 0;
    }

    .about-home-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .about-home-title {
        font-size: 2.35rem;
    }

    .about-home-description {
        font-size: 1rem;
        line-height: 1.7;
    }

    .about-home-intro-title {
        font-size: 2rem;
    }

    .about-service-card {
        min-height: 15rem;
    }

    .about-service-content {
        max-width: 80%;
    }

    .about-service-title {
        font-size: 1.85rem;
    }
}

.stats-feature-section {
    padding: 0 0 5.5rem;
    background: #fff;
}

.stats-row {
    margin-bottom: 2.7rem;
}

.stats-item {
    padding: 0.5rem 0;
}

.stats-value {
    color: #44a7f1;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
}

.stats-label {
    color: #57b0f2;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.3;
}

.feature-showcase {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    min-height: 26.25rem;
    margin-bottom: 1.6rem;
    background: #0d5f99;
}

.feature-showcase-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-showcase-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 107, 181, 0.9) 0%, rgba(8, 74, 122, 0.88) 50%, rgba(8, 74, 122, 0.7) 100%);
}

.feature-showcase .row {
    z-index: 1;
    min-height: 26.25rem;
}

.feature-list-panel {
    padding: 1.8rem 1.35rem 1.8rem 1.8rem;
}

.feature-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 0.95rem 1rem;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.03em;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.feature-list-item:hover,
.feature-list-item:focus {
    outline: none;
    transform: translateX(2px);
}

.feature-list-item.is-active {
    border-radius: 0.45rem;
    background: #ffffff;
    color: #0d67ad;
    box-shadow: 0 0.8rem 2rem rgba(6, 40, 67, 0.2);
}

.feature-list-text {
    max-width: 78%;
}

.feature-list-arrow {
    position: relative;
    flex: 0 0 2.35rem;
    width: 2.35rem;
    height: 2.35rem;
    border: 1.5px solid currentColor;
    border-radius: 50%;
}

.feature-list-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 45%;
    width: 0.55rem;
    height: 0.55rem;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: translate(-50%, -50%) rotate(45deg);
}

.feature-list-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 44%;
    width: 0.7rem;
    height: 1.5px;
    background: currentColor;
    transform: translate(-50%, -50%);
}

.feature-showcase-content {
    padding: 2rem 2.6rem 2rem 1.35rem;
}

.feature-icon {
    width: 3.1rem;
    height: 3.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.9rem;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    font-size: 1.2rem;
}

.feature-showcase-title {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.feature-showcase-text {
    font-size: 0.98rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.88);
}

.location-network-row {
    align-items: stretch;
}

.location-info-block,
.location-visual-block,
.location-service-cta {
    min-height: 100%;
    border-radius: 1rem;
}

.location-info-block {
    padding: 2rem 2.1rem;
    background: linear-gradient(180deg, #eef7ff 0%, #d8ecff 100%);
    box-shadow: 0 1rem 2rem rgba(12, 67, 108, 0.08);
}

.location-info-eyebrow {
    color: #0f7fd3;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.location-info-title {
    color: #0e63a7;
    font-size: 3.05rem;
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.location-info-text {
    max-width: 34rem;
    color: #24445f;
    font-size: 1.06rem;
    line-height: 1.65;
}

.location-info-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.location-info-stat {
    min-width: 9rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(13, 116, 189, 0.12);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.72);
}

.location-info-stat strong {
    display: block;
    color: #0d74bd;
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.2;
}

.location-info-stat span {
    display: block;
    color: #50708b;
    font-size: 0.82rem;
    line-height: 1.4;
    margin-top: 0.15rem;
}

.location-visual-block {
    position: relative;
    overflow: hidden;
    min-height: 20.5rem;
    background: #0a2438;
}

.location-visual-slides {
    position: absolute;
    inset: 0;
}

.location-visual-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: locationVisualFade 15s infinite;
}

.location-visual-slide.is-first {
    animation-delay: 0s;
}

.location-visual-slide.is-second {
    animation-delay: 5s;
}

.location-visual-slide.is-third {
    animation-delay: 10s;
}

.location-visual-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 28, 46, 0.28) 0%, rgba(4, 28, 46, 0.72) 100%);
}

.location-visual-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(132, 200, 255, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(132, 200, 255, 0.12) 1px, transparent 1px);
    background-size: 56px 56px;
    opacity: 0.18;
}

.location-visual-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.4rem;
}

.location-visual-label {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 0.75rem;
    padding: 0.42rem 0.7rem;
    border-radius: 999px;
    background: rgba(88, 190, 255, 0.14);
    border: 1px solid rgba(88, 190, 255, 0.2);
    color: #d9f2ff;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.location-visual-caption {
    max-width: 16rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.94rem;
    line-height: 1.55;
}

.location-service-cta {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 1.4rem 1.2rem;
    background: #050505;
    color: #fff;
    box-shadow: 0 1.2rem 2rem rgba(0, 0, 0, 0.18);
}

.location-service-cta:hover,
.location-service-cta:focus {
    color: #fff;
    text-decoration: none;
}

.location-service-cta-label {
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.location-service-cta-title {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.location-service-cta-text {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
    line-height: 1.6;
}

.location-service-cta-arrow {
    position: relative;
    width: 3rem;
    height: 3rem;
    border: 1.5px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
}

.location-service-cta-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 47%;
    width: 0.72rem;
    height: 0.72rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

.location-service-cta-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 44%;
    width: 0.88rem;
    height: 2px;
    background: #fff;
    transform: translate(-50%, -50%);
}

@keyframes locationVisualFade {
    0%, 28% {
        opacity: 1;
        transform: scale(1);
    }
    33%, 95% {
        opacity: 0;
        transform: scale(1.04);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 991.98px) {
    .stats-feature-section {
        padding-bottom: 4.5rem;
    }

    .stats-value {
        font-size: 1.9rem;
    }

    .stats-label {
        font-size: 1rem;
    }

    .feature-showcase,
    .feature-showcase .row {
        min-height: auto;
    }

    .feature-list-panel {
        padding: 1.5rem 1.25rem 0.5rem;
    }

    .feature-list-item {
        font-size: 1.25rem;
    }

    .feature-showcase-content {
        padding: 1.5rem 1.5rem 2rem;
        max-width: 100%;
    }

    .feature-showcase-title {
        font-size: 2.55rem;
    }

    .location-info-block {
        padding: 1.6rem;
    }

    .location-info-title {
        font-size: 2.5rem;
    }

    .location-visual-block {
        min-height: 17rem;
    }

    .location-service-cta {
        min-height: 17rem;
    }
}

@media (max-width: 767.98px) {
    .stats-feature-section {
        padding-bottom: 3.5rem;
    }

    .stats-row {
        margin-bottom: 2rem;
    }

    .stats-value {
        font-size: 1.6rem;
    }

    .stats-label {
        font-size: 0.95rem;
    }

    .feature-showcase {
        border-radius: 1rem;
    }

    .feature-list-panel {
        padding: 1.2rem 1rem 0.25rem;
    }

    .feature-list-item {
        font-size: 1.05rem;
        padding: 0.9rem 0.85rem;
    }

    .feature-showcase-content {
        padding: 1.2rem 1rem 1.5rem;
    }

    .feature-icon {
        width: 3rem;
        height: 3rem;
        font-size: 1.2rem;
    }

    .feature-showcase-title {
        font-size: 2rem;
    }

    .feature-showcase-text {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .location-info-block {
        padding: 1.35rem;
    }

    .location-info-title {
        font-size: 2.15rem;
    }

    .location-info-text {
        font-size: 0.96rem;
    }

    .location-info-stat {
        min-width: calc(50% - 0.5rem);
    }

    .location-visual-block {
        min-height: 15rem;
    }

    .location-service-cta {
        min-height: 13.5rem;
        padding: 1.2rem 1rem;
    }

    .location-service-cta-title {
        font-size: 1.7rem;
    }

    .location-service-cta-text {
        font-size: 0.88rem;
    }
}

.clients-testimonials-section {
    padding: 1rem 0 5.5rem;
    background: #fff;
}

.clients-heading {
    color: #0d74bd;
    font-size: 3.1rem;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.clients-marquee {
    overflow: hidden;
    width: 100%;
    margin-bottom: 5%;
}

.clients-marquee-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: clients-marquee-scroll 24s linear infinite;
}

.client-logo-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 11rem;
    min-width: 11rem;
    height: 4.5rem;
    margin-right: 2rem;
}

.client-logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: saturate(0.95);
}

@keyframes clients-marquee-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.testimonials-showcase {
    position: relative;
    overflow: visible;
    padding: 3rem 1.25rem 1.25rem;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: 0 1.4rem 2.8rem rgba(14, 93, 146, 0.12);
}

.testimonials-header {
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
}

.testimonials-title {
    color: #3a9bec;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.testimonials-controls {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 0 0.15rem;
}

.testimonials-arrow {
    width: 3.1rem;
    height: 3.1rem;
    flex: 0 0 auto;
    border: 1.5px solid rgba(27, 93, 146, 0.16);
    border-radius: 50%;
    background: #ffffff;
    color: #8eb3d0;
    box-shadow: 0 0.5rem 1.2rem rgba(23, 88, 136, 0.08);
    transition: background-color 0.2s ease, transform 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.testimonials-arrow:hover,
.testimonials-arrow:focus {
    outline: none;
    background: #eef7ff;
    border-color: rgba(27, 93, 146, 0.3);
    color: #1d7ec5;
    transform: translateY(-1px);
}

.testimonials-arrow:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
}

.testimonials-arrow-icon {
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 1rem;
}

.testimonials-arrow-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 42%;
    width: 0.7rem;
    height: 0.7rem;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: translate(-50%, -50%) rotate(45deg);
}

.testimonials-arrow-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 40%;
    width: 0.9rem;
    height: 2px;
    background: currentColor;
    transform: translate(-50%, -50%);
}

.testimonials-arrow-icon.is-prev {
    transform: scaleX(-1);
}

.testimonials-slider-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0 0.2rem 0.5rem;
}

.testimonials-slider {
    display: flex;
    gap: 1.5rem;
    transition: transform 0.35s ease;
    will-change: transform;
}

.testimonial-card {
    position: relative;
    flex: 0 0 calc((100% - 3rem) / 3);
    min-width: calc((100% - 3rem) / 3);
    padding-top: 0.5rem;
    padding-bottom: 0.35rem;
}

.testimonial-card-body {
    min-height: 18rem;
    padding: 1.5rem;
    border-radius: 1rem;
    background: linear-gradient(180deg, #1c80c8 0%, #1370b4 100%);
    box-shadow: 0rem 0.3rem 0.3rem rgba(16, 93, 148, 0.24);
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

.testimonial-card-text,
.testimonial-card-text p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.96rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.testimonial-author-badge img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #d6d6d6;
    object-fit: cover;
    z-index: 2;
}

.testimonial-author-panel {
    align-items: center;
    padding: 1rem;
    border-radius: 2.5rem;
    background: #292929;
    display: flex;
    width: 100%;
}

.testimonial-author-name {
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.2;
}

.testimonial-author-company {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.72rem;
    line-height: 1.3;
}

.testimonials-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    flex: 1 1 auto;
}

.testimonials-dot {
    width: 0.45rem;
    height: 0.45rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #abd5f3;
    transition: transform 0.2s ease, background-color 0.2s ease, width 0.2s ease;
}

.testimonials-dot.is-active {
    width: 1.15rem;
    background: #39a0ec;
}

@media (max-width: 991.98px) {
    .clients-testimonials-section {
        padding-bottom: 4.5rem;
    }

    .clients-heading {
        font-size: 2.7rem;
    }

    .clients-marquee {
        margin-bottom: 3rem;
    }

    .client-logo-item {
        width: 9rem;
        min-width: 9rem;
        height: 4rem;
        margin-right: 1.5rem;
    }

    .testimonials-title {
        font-size: 2.35rem;
    }

    .testimonials-slider-wrap {
        padding-bottom: 0.35rem;
    }

    .testimonial-card {
        flex-basis: calc((100% - 1.5rem) / 2);
        min-width: calc((100% - 1.5rem) / 2);
    }
}

@media (max-width: 767.98px) {
    .clients-testimonials-section {
        padding: 0.5rem 0 3.5rem;
    }

    .clients-heading {
        font-size: 2.3rem;
    }

    .clients-marquee {
        margin-bottom: 2.5rem;
    }

    .client-logo-item {
        width: 7.5rem;
        min-width: 7.5rem;
        height: 3.5rem;
        margin-right: 1.25rem;
    }

    .testimonials-showcase {
        padding: 1.5rem 1rem 1rem;
        margin-bottom: 2rem;
    }

    .testimonials-header {
        margin-bottom: 1.5rem;
    }

    .testimonials-title {
        font-size: 2rem;
    }

    .testimonials-slider-wrap {
        padding-bottom: 0.3rem;
    }

    .testimonial-card {
        flex-basis: 100%;
        min-width: 100%;
    }

    .testimonial-card-body {
        min-height: 12.8rem;
    }

    .testimonials-controls {
        gap: 0.75rem;
    }

    .testimonials-arrow {
        width: 2.7rem;
        height: 2.7rem;
    }
}

.related-news-section {
    position: relative;
    overflow: hidden;
    padding: 4.4rem 0 3.2rem;
    background: #0a5f99;
}

.related-news-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-news-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 84, 136, 0.8) 0%, #f1f1f1 100%);
}

.related-news-section .about-home-container {
    z-index: 1;
    padding: 0 20%;
}

.related-news-title {
    font-size: 4.35rem;
    font-weight: 700;
    line-height: 0.94;
    letter-spacing: -0.05em;
}

.related-news-subtitle {
    font-size: 1.18rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
}

.related-news-grid {
    margin-bottom: 1.2rem;
}

.news-card {
    height: 100%;
    border-radius: 0.95rem;
    background: #ffffff;
    box-shadow: 0 1.2rem 2.5rem rgba(1, 20, 34, 0.22);
    overflow: hidden;
}

.news-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.news-card-link:hover,
.news-card-link:focus {
    color: inherit;
    text-decoration: none;
}

.news-card-image-wrap {
    width: 100%;
    aspect-ratio: 1 / 0.9;
    overflow: hidden;
}

.news-card-image-wrap-horizontal {
    flex: 0 0 36%;
    aspect-ratio: auto;
    height: 100%;
}

.news-card-image {
    width: 100%;
    object-fit: cover;
    padding: 5%;
    border-radius: 10%;
}

.news-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0.95rem 1.1rem 1.05rem;
}

.news-card-meta {
    color: #8d8d8d;
    font-size: 0.76rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0.55rem;
}

.news-card-title {
    color: #056fc2;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.28;
    margin-bottom: 0.65rem;
}

.news-card-text {
    color: #404040;
    font-size: 0.82rem;
    line-height: 1.55;
    margin-bottom: 1rem;
}

.news-card-cta {
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    color: #0d74bd;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.2;
}

.news-card-cta-icon {
    position: relative;
    width: 1.45rem;
    height: 1.45rem;
    margin-right: 0.55rem;
    border: 1.5px solid currentColor;
    border-radius: 50%;
}

.news-card-cta-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 47%;
    width: 0.4rem;
    height: 0.4rem;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: translate(-50%, -50%) rotate(45deg);
}

.news-card-cta-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 43%;
    width: 0.52rem;
    height: 1.5px;
    background: currentColor;
    transform: translate(-50%, -50%);
}

.news-card-horizontal {
    min-height: 10.5rem;
}

.news-card-link-horizontal {
    flex-direction: row;
}

.news-card-featured .news-card-body {
    padding-bottom: 1.25rem;
}

.news-card-featured .news-card-title {
    font-size: 1.32rem;
}

.news-card-featured .news-card-text {
    margin-bottom: 1.3rem;
}

.related-news-viewall {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 6.25rem;
    padding: 0.55rem 0.9rem;
    border-radius: 0.35rem;
    background: #4baef3;
    color: #fff;
    font-size: 0.86rem;
    font-weight: 500;
    text-decoration: none;
}

.related-news-viewall:hover,
.related-news-viewall:focus {
    color: #fff;
    text-decoration: none;
}

.related-news-viewall-icon {
    position: relative;
    width: 1.1rem;
    height: 1.1rem;
    margin-left: 0.55rem;
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    border-radius: 50%;
}

.related-news-viewall-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 47%;
    width: 0.38rem;
    height: 0.38rem;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

.related-news-viewall-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 43%;
    width: 0.48rem;
    height: 1.5px;
    background: #fff;
    transform: translate(-50%, -50%);
}

@media (max-width: 991.98px) {
    .related-news-section {
        padding: 3.8rem 0 3.2rem;
    }

    .related-news-title {
        font-size: 3.2rem;
    }

    .related-news-subtitle {
        font-size: 1.05rem;
    }

    .news-card-link-horizontal {
        flex-direction: column;
    }

    .news-card-image-wrap-horizontal {
        flex-basis: auto;
        height: auto;
        aspect-ratio: 1 / 0.72;
    }
}

@media (max-width: 767.98px) {
    .related-news-section {
        padding: 3.5rem 0 3rem;
    }

    .related-news-title {
        font-size: 2.55rem;
    }

    .related-news-subtitle {
        font-size: 1rem;
    }

    .news-card-body {
        padding: 0.95rem 1rem 1rem;
    }

    .news-card-title {
        font-size: 1.05rem;
    }

    .news-card-text {
        font-size: 0.84rem;
    }

    .related-news-viewall {
        width: 100%;
        max-width: 10rem;
    }
}
