a {
    text-decoration: none;
}

.btn-link {
    text-decoration: none;
}

.bg-light {
    background-color: #f4f7fe !important;
}

.btn-lg-square {
    padding-bottom: 8px;
}

.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
}

.aboutUs {
    padding: 70px 0;
}

.aboutUs .about-img::after {
    display: none;
}

.aboutUs img {
    height: 650px;
    width: 100%;
    object-fit: cover;
}

.feature {
    background: var(--primary);
    background-image: url(../img/bg-hero.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.footer .btn.btn-link::before {
    font-family: "Font Awesome 5 Pro";
}

.testimonial-carousel .owl-nav .owl-prev {
    padding: 4px 4px 0px 0px;
}

.testimonial-carousel .owl-nav .owl-next {
    padding: 4px 0px 0px 0px;
}

.service-item a.btn {
    display: none;
}

.contact-us .card {
    position: relative;
    padding: 45px 30px;
    background: #ffffff;
    text-align: center;
    color: var(--bs-body-color);
    height: 100%;
}

.contact-us .card i {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    color: var(--primary);
    background: var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 30px;
}

.contact-us .card a {
    color: var(--bs-body-color);
}

.contact-us .card a:hover {
    color: var(--secondary);
}

.contact-us .card h5 {
    margin-bottom: 20px;
}

.contact-us .card p {
    margin-bottom: 6px;
}

.productPage .card {
    height: 100%;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000026;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.productPage .card:hover {
    cursor: pointer;
    box-shadow: 0 0 10px #0000004f;
}

.productPage .card:hover h5 {
    color: var(--primary);
}

.productPage .card .card-header {
    padding: 14px;
    height: 250px;
    overflow: hidden;
    background: #eef5ff;
    border: 0;
}

.productPage .card img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: all .3s ease-in-out;
}

.productPage .card:hover img{
    transform: scale(1.1);
}

.productPage .card button {
    background: transparent;
    color: var(--primary);
    border: 1px solid var(--primary);
    padding: 4px 14px 7px;
    border-radius: 28px;
}

.productPage .card button.active{
    color: #c44c4b;
    border: 1px solid #c44c4b;
}
