.slider-banner-home .banner-1 h4{
    font-weight: 500;
}
.slider-banner-home .flickity-page-dots{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--red);
    border: 1px solid white;
    border-radius: 40px;
    padding: 10px 30px;
    bottom: -20px;
    z-index: 2;
}
.slider-banner-home .flickity-page-dots .dot{
    opacity: 1;
    border: 2px solid white;
}
.banner-1 .button-wrapper {
    display: flex;
    position: relative;
    width: 480px;
    border: 2px solid var(--red);
    padding: 5px;
}
.banner-1 .button-wrapper::before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/07/icon-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    right: 20px;
    top: 25px;
    z-index: 2;
}
.banner-1 .marquee {
    background: var(--red);
    color: white;
    font-size: 2.4em;
	font-weight: 600;
    position: relative;
    height: 70px;
    width: 480px;
    overflow: hidden;
    text-align: center;
}

.banner-1 .text-marquee {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 36px;
    text-transform: uppercase;
	left: 0;
    opacity: 0;
	margin-bottom: 2px;
    animation: slideInOut 6s cubic-bezier(0.22, 1, 0.36, 1) infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes slideInOut {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10% {
        transform: translateX(0);
        opacity: 1;
    }
    30% {
        transform: translateX(0);
        opacity: 1;
    }
    40% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

.banner-1 .text-marquee {
    animation: slideInOut 9s ease-in-out infinite;
}
.text-marquee:nth-child(1) { animation-delay: 0s; }
.text-marquee:nth-child(2) { animation-delay: 3s; }
.text-marquee:nth-child(3) { animation-delay: 6s; }



.banner-1 .button{
	border-radius: 10px;
}
.banner-1 .button span{
	color: #01D2BB;
}

.section1-home{
    padding-top: 100px !important;
}
.section1-home .row .col .col-inner,
.section2-home .row .col .col-inner,
.section3-home .row .col .col-inner .text{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.section1-home h2{
    color: var(--blue);
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    width: fit-content;
}
.section1-home h2::before{
    position: absolute;
    content: '';
    left: -22%;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: var(--red);
}
.section1-home h2::after{
    position: absolute;
    content: '';
    right: -22%;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: var(--red);
}
.category-item a{
    display: flex;
    flex-direction: column;
}
.product-categories-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 30px;
    grid-row-gap: 20px;
}
.product-categories-list .category-image img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.product-categories-list .category-content{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: white;
    width: 90%;
    height: 150px;
    margin: -15% auto 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 4px solid var(--red);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.product-categories-list .category-name{
    font-size: 20px;
    color: var(--black);
    text-align: center;
    margin-bottom: unset;
}
.product-categories-list .category-view-more{
    display: none;
}
.product-categories-list .category-item:hover .category-image{
    cursor: pointer;
}
.product-categories-list .category-view-more a,
.product-categories-list .category-item:hover h3{
    color: white;
}
.product-categories-list .category-item:hover .category-content{
    background-color: var(--red);
    transition: all .3s;
    cursor: pointer;
}
.product-categories-list .category-item:hover .category-view-more{
    display: block;
    color: white;
}
.product-categories-list .category-item:hover .category-content i{
    margin-right: 10px;
}

.section2-home h2{
    color: var(--blue);
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    width: fit-content;
}
.section2-home h2::before {
    position: absolute;
    content: '';
    left: -22%;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: var(--red);
}
.section2-home h2::after {
    position: absolute;
    content: '';
    right: -22%;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: var(--red);
}
.section2-home .latest-posts-wrapper{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 30px;
    grid-row-gap: 20px;
}
.section2-home .post-card img{
    width: 100%;
    height: 310px;
    object-fit: cover;
}
.section2-home .post-meta{
    margin: unset;
    padding: 15px 0;
}
.section2-home .post-meta span{
    color: #808080;
    font-weight: 400;
}
.section2-home h3{
    color: var(--blue);
    font-size: 20px;
}
.section2-home .content{
    color: var(--black);
}
.section2-home .post-content a{
    color: var(--red);
    font-weight: 400;
}
.section2-home .post-content a span{
    padding-right: 10px;
}
.section2-home .col-button span{
    font-size: 16px;
    font-weight: 500;
}
.section2-home .col-button .button{
    background-color: var(--red);
    border-radius: 8px;
    margin-top: 30px;
}

.section3-home h2 {
    color: var(--blue);
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    width: fit-content;
}
.section3-home h2::before {
    position: absolute;
    content: '';
    left: -50%;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: var(--red);
}
.section3-home h2::after {
    position: absolute;
    content: '';
    right: -50%;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: var(--red);
}
.section3-home .partner-slider {
    margin: 20px auto;
}
.section3-home .slick-list {
    margin-left: 25px;
    padding-bottom: 30px;
}
.section3-home .partner-slide {
    text-align: center;
    padding: 0 15px;
}
.section3-home .partner-slide img{
    width: 70%;
    height: 100px;
    object-fit: cover;
}
.section3-home .slick-dots li button:before{
    font-size: 5px;
    border: 2px solid #DDDDDD;
    border-radius: 50%;
    opacity: 1;
    width: 10px;
    height: 10px;
    color: transparent;
}
.section3-home .slick-dots li.slick-active button:before{
    background-color: var(--red);
    opacity: 1;
    border: unset;
}
.section3-home .slick-dots li{
    margin: 0 5px;
}

.section4-home .row{
    justify-content: end;
}
.section4-home .row .col{
    max-width: 45%;
    padding-top: 45px;
}
.section4-home h2 {
    color: white;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
    width: fit-content;
}
.section4-home h2::after {
    position: absolute;
    content: '';
    right: -50%;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: var(--red);
}
.section4-home .contact-form input,
.section4-home .contact-form textarea{
    border-radius: 8px;
}
.section4-home .contact-form .wpcf7-form-control{
    height: 3.2rem;
    margin-bottom: 25px;
}
.section4-home .contact-form  .wpcf7-submit{
    background-color: var(--red);
    text-transform: math-auto;
    width: 150px;
    height: 2.8rem;
    font-size: 16px;
    font-weight: 500;
    color: white;
    margin: unset;
}
.section4-home .contact-form .wpcf7-form-control::placeholder{
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
}
.section4-home .form-field{
    display: flex;
    flex-direction: row;
    column-gap: 30px;
}
.section4-home .wpcf7-response-output{
    color: white;
}


@media only screen and (min-width: 768px) and (max-width: 1023px){
    /*.section1-home h2::before{*/
    /*    left: 12%;*/
    /*}*/
    /*.section1-home h2::after{*/
    /*    right: 12%;*/
    /*}*/
    .product-categories-list{
        grid-template-columns: repeat(2,1fr);
        grid-row-gap: 30px;
    }
    /*.section2-home h2::before{*/
    /*    left: 14%;*/
    /*}*/
    /*.section2-home h2::after{*/
    /*    right: 14%;*/
    /*}*/
    .section2-home .latest-posts-wrapper{
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }
    /*.section3-home h2::before{*/
    /*    left: 28%;*/
    /*}*/
    /*.section3-home h2::after{*/
    /*    right: 28%;*/
    /*}*/
    /*.section4-home h2::after{*/
    /*    right: 46%;*/
    /*}*/
    .section4-home .row .col{
        max-width: 60%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    /*.section1-home h2::before{*/
    /*    left: 22%;*/
    /*}*/
    /*.section1-home h2::after{*/
    /*    right: 22%;*/
    /*}*/
    /*.section2-home h2::before{*/
    /*    left: 23%;*/
    /*}*/
    /*.section2-home h2::after{*/
    /*    right: 23%;*/
    /*}*/
    /*.section3-home h2::before{*/
    /*    left: 34%;*/
    /*}*/
    /*.section3-home h2::after{*/
    /*    right: 34%;*/
    /*}*/
}


@media only screen and (max-width: 767px){
    .banner-1 .marquee{
        width: 310px;
    }
    .banner-1 .button-wrapper{
        width: 310px;
    }
    .banner-1 .text-marquee{
        font-size: 20px;
    }
    .banner-1 .button-wrapper::before{
        top: 28px;
    }
    .product-categories-list,
    .section2-home .latest-posts-wrapper{
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }
    .section1-home{
        padding-top: 50px !important;
    }
    .section1-home h2::before,
    .section2-home h2::before,
    .section3-home h2::before{
        display: none;
    }
    .section1-home h2::after,
    .section2-home h2::after,
    .section3-home h2::after{
        display: none;
    }
    .section1-home h2,
    .section2-home h2{
        margin-bottom: 30px;
    }
    .section3-home .partner-slide img{
        height: 100px;
    }
    .section3-home .slick-dots li button:before{
        width: 10px;
        height: 10px;
    }
    .section4-home .form-field{
        column-gap: 20px;
    }
    .section4-home .row .col{
        max-width: 100%;
    }
    .section4-home h2::after{
        display: none;
    }
}