@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root {
    --stat-bg: rgba(0, 0, 0, 0.16);
}

body {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.hero {
    background: url('../assets/hero/bg-hero.47b57ae7.jpg') no-repeat center/cover;
}

.stat {
    text-align: center;
    background-color: var(--stat-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    min-height: 179px;
    backdrop-filter: blur(16px);
}

.stat h3 {
    font-size: 64px;
    line-height: 1;
    font-weight: 700;
}

.featuresSwiper {
    padding: 40px 0 60px;
}

.featuresSwiper .swiper-slide {
    width: 600px;
    transform-origin: center;
    transition: transform .3s ease, filter .3s ease;
    filter: blur(3px) brightness(.7);

    overflow: hidden;
    height: 412px;
    @media (max-width: 787px) {
        width: 300px;
        height: fit-content;
    }
}

.featuresSwiper .swiper-slide-active {
    transform: scale(1.05);
    filter: blur(0) brightness(1);
    z-index: 10;
}

.featuresSwiper .swiper-slide-prev, .featuresSwiper .swiper-slide-next {
    filter: blur(2px) brightness(.85);
}

.featuresSwiper .swiper-button-prev, .featuresSwiper .swiper-button-next {
    color: #fff;
}
.pillar-title {
    padding: 0 2rem 2rem 0;
    @media (max-width: 1024px) {
        padding: 0
    }
}
.links {
    gap: 12rem;
}

.dropbtn {
    width: 100px;
    height: 40px;
    background: white;
    padding: 0 14px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    font-weight: 300;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #3c3c3b;
}

.arrow {
    display: block;
    width: 14px;
    height: 14px;
    transition: transform 0.25s ease;
    font-size: 14px;
}

.arrow::after {
    content: "";
}

.dropbtn.open .arrow {
    transform: rotate(180deg);
}


.dropdown {
    float: right;
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: white;
    min-width: 100px;
    overflow: hidden;
    box-shadow: 0px 8px 20px rgba(0,0,0,0.18);
    z-index: 1000;
}

.dropdown-content a {
    color: #3c3c3b;
    padding: 14px 18px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.show {
    display: block;
}

.pillar {
    height: 238px;
    @media (max-width: 787px) {
        width: 100%;
        height: 192px;
        margin: auto;
        font-size: 14px;
    }
}
.img-pillar {
    padding-bottom: 24px;
    @media (max-width: 787px) {
        padding-bottom: 12px;
    }
}
.section-pillar {
    background: RGBA(46, 65, 207, 1);
    background: linear-gradient(270deg,rgba(46, 65, 207, 1) 0%, rgba(15, 159, 233, 1) 100%);
}
.pillars {
    background: #4D7EBE;
    background: linear-gradient(90deg, rgba(77, 126, 190, 0.86) 0%, rgba(182, 62, 105, 1) 100%);
}
.wall-glass {
    background: linear-gradient(42.17deg, #003A44 21.47%, #00D396 84.98%);
}
.glass {
    background: RGBA(0, 202, 244, 1);
    background: linear-gradient(-45deg, rgba(0, 202, 244, 1) 0%, rgba(68, 0, 189, 1) 100%);
}
.customer-care {
    background: RGBA(255, 183, 0, 1);
    background: linear-gradient(164deg, rgba(255, 183, 0, 1) 0%, rgba(133, 20, 0, 1) 100%);
}
.training {
    background: linear-gradient(226.14deg, #A1D3D4 0%, #0D3637 75.08%);

}
.material {
    background: RGBA(95, 11, 0, 1);
    background: linear-gradient(45deg, rgba(95, 11, 0, 1) 0%, rgba(219, 0, 157, 1) 100%);
}
.guarantee {
    background: RGBA(86, 0, 103, 1);
    background: linear-gradient(45deg, rgba(86, 0, 103, 1) 0%, rgba(165, 0, 211, 1) 100%);
 }

.swiper-slide {
    transition: transform 0.35s ease, opacity 0.35s ease;
}
.nav-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: transparent !important;
    border: 3px solid white;
}

.nav-btn::after {
    font-size: 22px;
    color: white !important;
}


.swiper-button-prev::after {
    content: url("../assets/carousel/Arrow.b55229e8.png");
    position: absolute;
    bottom: 8px;
    left: 14px;
}

.swiper-button-next {
    top: 449px;
    right: 84px;
    @media (max-width: 1024px) {
        display: none !important;
    }

}
.swiper-button-prev {
    top: 449px;
    left: 84px;
    @media (max-width: 1024px) {
        display: none !important;
    }
}


.swiper-button-next::after {
    content: url("../assets/carousel/Arrow.b55229e8.png");
    rotate: 180deg;
    position: absolute;
    top: 8px;
    right: 14px;
}
#progressContainer {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 1px !important;
    background: rgba(255, 255, 255, 0.3);
    margin-top: 2rem;
    overflow: visible;
    @media (max-width: 576px) {
        width: 90%;
    }
}

#featuresProgress {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px !important;
    width: 120px;
    background: #ffffff;
    transition: transform 0.5s ease;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    @media (max-width: 1024px) {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}
.grid-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    @media (max-width: 1024px) {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}
