* {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: normal;
}
.nav-pills .nav-link.active {
    background-color: #291672 !important;
    color: #fff;
}
.nav-pills .nav-link {
    color: #000;
}
.nav-pills .nav-link:hover {
    color: #291672;
}
.t1 {
    font-weight: bold;
    color: #291672;
    font-size: 30px;
}
.bttn {
    padding: 10px 20px;
    text-decoration: none;
    border: none;
    color: #fff;
}
.catlogue {
    background: red;
}
.enquiry {
    background: #291672;
}
.card-title {
    font-size: 14px;
}

.form-control {
    border: none !important;
    border-bottom: 2px solid #eae8e8 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: border-color 0.3s ease !important;
}

.bg-color {
    background: #291672 !important;
}

.form-control:focus {
    border-color: #291672 !important;
    box-shadow: none !important;
    outline: none !important;
}

.text-color {
    color: #291672 !important;
}

#preloader {
    background: #fff url(../images/infinite-spinner.svg) no-repeat center center;
    height: 100vh;
    width: 100%;
    background-size: 8%;
    position: fixed;
    z-index: 9999;
}

#scrollTopBtn {
    position: fixed;
    bottom: 70px;
    right: 25px;
    display: none;
    /* Hidden by default */
    z-index: 99;
}

.btn-scroll {
    background-color: #291672;
    padding: 7px 10px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#wpBtn {
    position: fixed;
    bottom: 20px;
    right: 27px;
    /* display: none; Hidden by default */
    z-index: 99;
}

.animated-button {
    background-color: red;
    padding: 10px 20px;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateX(-40%) translateY(40%) rotate(-90deg);
    z-index: 999999999;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    animation: travelingBackground 3s infinite;
    transition: transform 0.3s ease;
}

.card-body a {
    text-decoration: none;
    color: #000;
}

@media (max-width: 768px) {
    .product-img {
        text-align: center;
    }

    .card-body {
        p {
            text-align: center;
        }
    }
}

/*  */
.gallery-main {
    max-width: 100%;
    /* padding: 20px; */
    text-align: center;
}

.gallery-main img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.thumbnail-slider {
    display: flex;
    justify-content: center;
    gap: 1px;
    margin-top: 20px;
    overflow-x: auto;
}

.thumbnail-slider img {
    height: 60px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s ease;
}

.thumbnail-slider img.active {
    border-color: #291672;
}