.hero-container {
    padding: 50px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.01);
    overflow: hidden;
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

    .hero-content h5 {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .hero-content .hero-title {
        font-size: 2.7rem;
        font-weight: 700;
        line-height: 74px;
        text-align: right;
    }

.hero-title span {
    position: relative;
}

    .hero-title span::before {
        content: '';
        background-image: url(../img/svg/circular-highlight.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        width: 77%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: -1;
    }

.hero-content .hero-desc {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 26.78px;
    text-align: right;
    color: #5d6c7c;
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* animation: slideUpandDown 2s infinite; */
}

/* end hero */

/* Start knowMore */
@media screen and (max-width:480px) {
}

.knowMore .text .description {
    font-size: 0.9rem;
    font-weight: 400;
}
/* End knowMore */

/* start products */
.product-cards-container .product-card {
    border-radius: 32px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

    .product-cards-container .product-card img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: center;
    }

    .product-cards-container .product-card .product-card-content {
        padding: 20px;
    }

        .product-cards-container .product-card .product-card-content a {
            font-size: 1.6rem;
            font-weight: 700;
            line-height: 26.78px;
            text-align: right;
            padding-bottom: 10px;
            display: block;
        }

        .product-cards-container .product-card .product-card-content p {
            font-size: 1.2rem;
            font-weight: 400;
            line-height: 32px;
            text-align: right;
        }
/* end products */

/* start services */
.services-section {
    padding: 50px 0 0;
}

.services-content.lhs h4 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 32px;
    text-align: right;
}

.service-card-title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 26.78px;
    text-align: right;
    color: #777777;
}

.service-card-desc {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
}
/* end services */

/* start anywheretime */

.anywheretime-section {
    padding: 50px 0 0;
    position: relative;
}

.anywheretime-container {
}

.anywheretime-content {
    /* padding: 45px 25px; */
    border-radius: 50px;
    width: 100%;
    position: relative;
    /* z-index: 1; */
    text-align: center;
}

    .anywheretime-content .swiper-slide {
        background-image: url('../img/cta.png');
        background-size: cover;
        background-repeat: no-repeat;
        padding: 45px 25px;
        background-position: center;
        border-radius: 50px;
    }

    .anywheretime-content ::after {
        background-color: rgba(255, 255, 255, 0.41);
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 32px;
        z-index: -1;
    }

    .anywheretime-content .sec-title {
        padding: 70px 10px;
        margin-bottom: 0 !important;
    }

        .anywheretime-content .sec-title span {
            font-weight: 700;
            text-align: center;
            display: block;
            margin: 1rem 0;
        }

.anywheretime-desc {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 36px;
    text-align: right;
}

.anywheretime-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 29%; /* Adjust width as needed */
    height: auto;
    z-index: 0;
}

    .anywheretime-img img {
        max-width: 100%;
        height: auto;
    }

.anywheretime-section-row {
    justify-content: end;
}

*/
/* end anywheretime */
/* start cta section */
.cta-section {
    padding: 50px 0 0;
    display: none;
}

.cta-section .cta-content {
    background-image: url(../img/cta.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem 2rem;
    position: relative;
    z-index: 1;
    background-position: center;
}

    .cta-section .cta-content::after {
        background-color: rgba(35, 20, 23, 0.79);
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .cta-section .cta-content h2 {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        line-height: 1.7;
    }
/* end cta section */



/* start faq section */
.faq-section {
    padding: 50px 0 0;
}

/* end faq section */



@media screen and (max-width: 992px) {
    .anywheretime-content {
        width: 100%;
    }

    .anywheretime-img {
        display: none;
    }
}

@media screen and (max-width:678px) {
    .hero-content .hero-title {
        font-size: 2rem;
        line-height: 50px;
    }
}
