.about-us-page .top-banner {
    background-size: cover;
    background-position: center;
    height: 130px;
    display: flex;
    align-items: center;
    color: white;
    padding-left:45px;
}
.swiper-button-next svg, .swiper-button-prev svg {
    width: 10px;
}
.about-us-page .banner-content h1 {
    font-size: 36px;
    font-weight: 600;
    margin: 0;
}

.about-section {
    padding: 60px 0px;
    background: #FCFCFC;
    position: relative;
}

.about-section.alt {
    background: #FFF;
}
.about-section:not(.alt)::before {
    content: '';
    background-color: #FCFCFC;
    height: 100%;
    width: 100vw;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    display: block;
    z-index: -1;
    top: 0;
}
.container.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 150px;
    margin: 0 auto;
    align-items: center;
}

.text-block h3 {
    font-size: 24px;
    margin-bottom: 0px;
    font-weight: 500;
}
.text-block h3::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--color-primary);
    margin-right: 8px;
    vertical-align: middle;
}

.text-block p {
    font-size: 16px;
    color: #828282;
    line-height: 1.2;
}

.image-block img {
    max-width: 100%;
    height: auto;
    display: block;
}

.bottom-banner {
    background-size: cover;
    background-position: center;
    padding: 35px 0;
    text-align: center;
    color: white;
    position: relative;
    height: 100%;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.bottom-banner .banner-overlay {
    display: flex;
    justify-content: space-between;
    max-width: 1420px;
    margin: auto;
    align-items: center;
}
.bottom-banner .banner-overlay a {
    color:#FFF;
}
.bottom-banner .banner-overlay p {
    margin: 0;
}
.bottom-banner h2 {
    font-size: 28px;
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 600;
}

.banner-button {
    padding: 10px 15px;
    width: 230px;
    border: 2px solid white;
    color: white;
    text-decoration: none;
    transition: background 0.3s;
    display: flex
;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    justify-content: center;
}

.banner-button:hover {
    background: white;
    color: black;
}


.points-section {
    padding: 60px 0px;
    background-color: #fff;
    text-align: center;
}

.section-heading {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}

.section-heading::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--color-primary);
    margin-right: 8px;
    vertical-align: middle;
}

.points-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    margin: 0 auto;
}

.point-card {
    background: #fff;
    border: 1px solid var(--color-border);
    padding: 20px;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-id-109 .point-card {
    flex-direction: column;
}

.point-card:hover {
    border-color: var(--color-primary);
    box-shadow: 0 0 10px rgba(0, 80, 255, 0.1);
}

.point-icon img {
    height: auto;
    margin-bottom: 0px;
    width: 250px;
}
.page-id-109 .point-card img{
    width: 35px;
}
.point-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.point-description {
    font-size: 14px;
    color: #444;
    line-height: 1.2;
    margin-top:0;
}




.home-product-categories {
    position: relative;
    border: 1px solid var(--color-border);
    display: flex;
}
.home-categories-slider {
    position: relative;
    width: calc(100% - 80px);
}
.home-categories-slider .swiper-wrapper {
    width: calc(100% - 80px);
    margin: 0;
}
.category-slide {
    width: auto;
    text-align: center;
    padding: 10px 0;
    transition: all 0.2s ease;
}
.home-categories-slider  .swiper-slide img{
    transition: all 0.2s ease;
}

.category-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    padding: 3px 40px;
    border: 1px solid transparent;
    transition: all 0.2s ease;
    color: #1C1C1C;
    font-size: 14px;
    border-right:1px solid #E1E1E1;
    cursor: pointer;
}

.category-link img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-bottom: 10px;
}

.category-link span {
    font-size: 14px;
    font-weight: 500;
    line-break: anywhere;
}
.home-categories-slider  .swiper-slide {
    padding: 20px 0;
}
.home-categories-slider  .swiper-slide:hover {
    background-color: var(--color-primary);
}
.home-categories-slider  .swiper-slide:hover img{
    filter: brightness(0) invert(1);
}
.home-categories-slider  .swiper-slide:hover .category-link {
    color:#FFF;
    border-color: transparent;
}
.swiper-button-next,
.swiper-button-prev {
    position: static;
    margin: 0;
    height: 100%;
    top: 0;
    width:40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 105px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display:none;
}
.swiper-button-prev { left: 0; }
.swiper-button-next { right: 0; }



.bottom-product-categories {
    margin-bottom:50px;
    margin-top:100px;
}
.bottom-product-categories .section-title {
    margin-bottom:50px;
}


.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 0 20px 0;
    margin-bottom:50px;
}

.section-title::before,
.section-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #ccc;
}

.section-title h2 {
    margin: 0;
    font-weight: 600;
    white-space: nowrap;
}

@media(max-width:768px) {
    .category-link {
        padding: 3px 30px;
    }
    .container.grid-2 {
        flex-direction: column-reverse;
        display: flex;
        gap: 20px;
    }
    .about-section{
        padding: 30px 0px;
    }
    .points-section {
        padding: 60px 0 0 0;
    }
    .text-block h3 {
        font-size: 20px;
    }
    .text-block p {
        font-size: 14px;
    }
    .about-section.alt .container.grid-2, .bottom-banner .banner-overlay{
        flex-direction: column;
        display: flex;
    }
    .about-section.alt {
        gap: 20px;
    }
    .banner-button {
        justify-content: center;
        max-width: 320px;
        margin: auto;
    }
    .bottom-banner h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .bottom-banner {
        padding: 35px 15px;
    }
}