﻿a {
    text-decoration: none;
}

.navbar-collapse {
    flex-grow: 0;
}

.navbar-expand-lg {
    position: fixed;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    z-index: 9999;
    background: cornsilk;
    width: 100%;
    background: #FFFFFF;
}

.nav-item a {
    color: black;
    font-size: 18px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        gap: 30px;
    }
}

.slider-container2 {
    overflow: hidden;
    position: relative;
    background: ghostwhite;
    padding: 24px 12px 24px 12px;
}

.card-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    gap: 60px;
    padding: 25px;
    border-radius: 24px;
}

.slider2 {
    min-width: 97%;
    box-sizing: border-box;
    border: 0;
    border-radius: 24px;
}

.carousel-indicators2 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

    .carousel-indicators2 button {
        border: none;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        margin: 0 5px;
        opacity: 0.5;
        transition: opacity 0.3s ease;
        background: #000;
    }

        .carousel-indicators2 button.active {
            opacity: 1;
            background-color: #000;
        }

.card-body .card-title {
    text-align: center;
}

.card-body > p:first-of-type {
    font-size: 22px;
}

.card-img-top {
    max-width: 216px;
    margin: 0 auto 10px;
}

.custom-image {
    max-width: 100%;
    height: auto;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media(max-width: 480px) {
    .content h2 span {
        font-size: 1.5rem !important;
    }
    .about-section h2 span {
        font-size: 1.5rem !important;
    }
    .cus-con h2 span {
        font-size: 1.5rem !important;
    }
    .top-trendy {
        display: none;
    }

    .custom-color {
        background: none !important;
    }
}


@media screen and (min-width: 768px) and (max-width: 992px) {
    .content h2 span {
        font-size: 4rem !important;
    }
}

@media(min-width: 480px) {
    .for-mobile {
        display: none;
    }
}



.product-card {
    border: 0;
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.2s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .product-card:hover {
        transform: scale(1.05);
        cursor: pointer;
    }

    .product-card img {
        border-radius: 8px 8px 0 0;
        height: 18rem;
    }

.lb-dataContainer {
    position: relative;
    bottom: 614px;
}

.lb-data .lb-caption {
    font-size: 15px !important;
}

    @media screen and (min-width:575px) and (max-width: 1400px) {
        .product-card img {
            height: 184px !important;
        }
    }

    .slider-container {
    position: relative;
    width: 90%;
    margin: auto;
    overflow: hidden;
}

.trendy-slider {
    display: flex;
    transition: transform 0.5s ease;
    gap: 23px;
    padding: 0px 30px 0px 30px;
}

    .trendy-slider .card {
        min-width: 32.55%; /* Three cards in a row */
        box-sizing: border-box;
        padding: 20px;
        border: 0;
        text-align: center;
        border-radius: 18px;
    }

.indicator-container {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.indicator {
    width: 12px;
    height: 12px;
    background-color: gray;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

    .indicator.active {
        background-color: black; /* Change this color as needed */
    }

.about-section {
    padding-top: 160px;
    padding-bottom: 30px;
}

.catalogue-section {
    background-image: url('/images/slider2.webp');
    background-size: cover;
    color: white;
    padding: 100px 0;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

    .catalogue-section h1 {
        font-size: 2.5rem;
        font-weight: bold;
    }

    .catalogue-section p {
        font-size: 1.2rem;
        margin-bottom: 30px;
    }

.btn-custom {
    background-color: #007bff;
    border: none;
    padding: 15px 30px;
    font-size: 1.2rem;
    border-radius: 25px;
    transition: background-color 0.3s, transform 0.3s;
}

    .btn-custom:hover {
        background-color: #0056b3;
        transform: scale(1.05);
    }

.gold-line {
    width: 100px;
    height: 2px;
    background-color: #BB8940;
    margin: 10px auto;
}

.bottom-line {
    width: 100%;
    height: 4px;
    background-color: #BB8940;
    margin-bottom: 20px;
}

.social-icons .text-reset {
    font-size: 24px;
}
#back-top {
    background: #BB8940;
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 25px;
    position: fixed;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent;
    box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
    z-index: 9999;
}

@media (max-width: 575px) {
    #back-top {
        right: 10px;
    }

    .whatsapp-icon {
        right: 6px !important;
    }
}


 #back-top a i {
    display: block;
    line-height: 50px;
}


#back-top a {
    color: #fff !important;
}

.whatsapp-icon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 16px;
    right: 26px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 1000;
}

    .whatsapp-icon i {
        margin: -6px 0px 0px -2px;
        font-size: 40px;
        color:  white;
    }

    .whatsapp-icon:hover {
        background-color: #00f45b;
    }

.counter-box {
    display: block;
    background: #f6f6f6;
    padding: 40px 20px 37px;
    text-align: center;
}

    .counter-box p {
        margin: 5px 0 0;
        padding: 0;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
    }

    .counter-box i {
        font-size: 60px;
        margin: 0 0 15px;
        color: #fff;
    }

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
}

.counter-box {
    background: #BB8940;
    height: 228px;
}

.form-container {
    min-height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-box {
    width: 100%;
    max-width: 500px;
    padding: 20px;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

input, select, textarea {
     max-width: 100%; 
}
.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none;
    height: 0px;
}
body{
    top: 0px !important;
}
/* Hide the "Powered by Google Translate" branding */
.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none !important;
}

.goog-te-gadget > span {
    display: none !important;
}
.nav-l{
    z-index: 2;
}
@media(max-width: 768px)
{
    .email {
        justify-content: center;
    }
    .cus-flex{
        flex-direction: column-reverse;
        margin-top: 4rem;
    }
}

@media(max-width: 575px) {
    .product-card img {
        height: 16rem;
    }
}
@media(min-width: 575px) {
    .product-card {
        height: 480px;
    }
}
@media(min-width: 992px) {
    #navbarText{
        margin-top: 47px;
    }
}
.navbar-toggler{
    margin-top: 42px;
}

@media(max-width: 1200px)
{
    .email {
        display: flex !important;
        color: #212529;
        align-items: center;
    }
}
.goog-logo-link,
.goog-te-gadget span,
.goog-te-gadget a {
    display: none !important;
}
/*.card-img-top2 {
    width: 100%;
    height: auto;
    object-fit: contain;
}*/

.dropdown-wrapper {
    position: relative;
}

.dropdown-wrapper select {
    padding-right: 2.5rem !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.dropdown-wrapper .fa-chevron-down {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #6c757d;
}

.card-img-top2 {
    aspect-ratio: 4/5 !important;
}