.best-precision-title {
    color: #333;
    font-size: 45px;
    font-weight: 700;
    max-width: 65%;
    margin: 0 auto 0;
    padding-bottom: 50px;
    text-align: center;
}

.best-precision-title strong {
    color: var(--primary-color);
    font-weight: 700;
}

.hero-section-title {
    color: var(--primary-color);
    font-size: 45px;
    width: 100%;
}

.best-precision-title::after {
    content: "";
    display: block;
    background: url(../images/best-precision-border-line.png);
    background-repeat: no-repeat;
    width: 120px;
    height: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.best-precision-content {
    padding: 0px 10px;
    font-size: 18px;
    line-height: 33px;
}

.footer-content-main div i {
    font-size: 24px;
    font-weight: 700;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px
}

.footer-content-main div h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

.footer-content-main div p {
    letter-spacing: 0.7px;
}

.hero-section {
    background: url('../images/hero-section-slider-image1.jpg') center/cover no-repeat;
    min-height: 500px;
    position: relative;
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.custom-shadow {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    /* small, soft shadow */
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-bottom-cards {
    position: relative;
    z-index: 3;
    width: 90%;
}

/* our product section */
#our-products {
    background: url('../images/product-bg.png') center/cover no-repeat;
    padding: 60px 0;
    min-height: 1000px;
}

.product-title {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 80%;
    font-weight: bold;
    padding: 8px;
    border-radius: 6px;
    margin-top: 10px;
    display: inline-block;
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
}

.product-item {
    text-align: center;
    padding: 10px;
    position: relative;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
}

.myProductSlider .swiper-wrapper {
    flex-wrap: nowrap !important;
}

.swiper-pagination-bullet {
    width: 15px !important;
    height: 4px !important;
    border-radius: 2px !important;
    background: var(--primary-color) !important;
    opacity: 0.4;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary-color) !important;
    width: 25px !important;
}

/* partner with accurex section start */
.partner-with-accurex {
    background-color: var(--primary-color);
    padding: 40px 0;
    color: white;
}

.partner-with-accurex-content {
    font-size: 28px;
    line-height: 40px;
}

.partner-with-accurex-right {
    gap: 20px;
}

.partner-with-accurex-right button {
    background-color: #fff;
    color: black;
    padding: 10px 30px;
    border-radius: 6px;
    font-weight: 600;
    border: none;
}

.partner-with-accurex-right>p:nth-of-type(1) {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 100%;
    font-weight: 600;
    margin-bottom: 0px;
}

.partner-with-accurex-right div i {
    font-size: 27px;
    font-weight: 700;
}

.partner-with-accurex-right div div p {
    font-size: 18px;
    margin-bottom: 0px;
}

/* review section start */


.reviewSlider .card {
    border-radius: 12px;
    min-height: 200px;
    margin-bottom: 10px;
}

.swiper-button-prev,
.swiper-button-next {
    color: #000;
    border-radius: 100%;
    border: 1px solid #000;
    padding: 12px 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    /* position: absolute;
    top: 65% !important;
    left: -10% !important; */
    display: none;
}

.swiper-button-prev {
    position: absolute;
    top: 65% !important;
    left: -3% !important;
    z-index: 9999 !important;
}

.swiper-button-next {
    position: absolute;
    top: 65% !important;
    right: -3% !important;
    z-index: 9999 !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 16px !important;
    font-weight: bold;
}


@media (min-width: 768px) {
    .swiper-slide {
        flex-direction: row;
        justify-content: center;
    }

    .product-item {
        flex: 1;
    }
}


@media (min-width: 768px) {

    .hero-bottom-cards {
        margin-top: -50px;
    }
}

@media (max-width: 767px) {
    .custom-shadow div {
        border-bottom: 1px solid var(--primary-color);
    }

    .custom-shadow div:last-child {
        border-bottom: none;
    }

    .hero-bottom-cards {
        margin-top: 20px;

    }
}



@media (max-width: 1024px) {
    .best-precision-content {
        padding: 0px 20px;
        font-size: 16px;
        line-height: 28px;
    }

    #our-products {
        min-height: 800px;
    }

    .hero-section-title {
        color: var(--primary-color);
        font-size: 35px;
        width: 100%;
    }
}

@media (max-width: 750px) {
    .best-precision-title {
        max-width: 90%;
        font-size: 24px;
        font-weight: 700;
    }

    .best-precision-content {
        padding: 0px 20px;
        font-size: 14px;
        line-height: 24px;
    }

    .hero-container-left h1 {
        font-size: 25px;
    }

    .hero-container-left p {
        font-size: 15px;
    }

    #our-products {
        min-height: 700px;
    }

    .partner-with-accurex-content {
        font-size: 20px;
        line-height: 30px;
    }

    .reviewSlider {
        width: 75%;
        margin: 0 auto;
    }

    .swiper-button-prev {
        left: 2% !important;
    }

    .swiper-button-next {
        right: 2% !important;
    }



}