body {
    background-color: #efefef;
}

.dropdown-item {
    background: none !important;
    color: black !important;
}

.navbar-design {
    background-color: whitesmoke;
    background-color: transparent;
}

.navbar.active {
    color: #ca2333 !important;
}

.design-text {
    color: black;
    font-weight: 600;
    margin: 8px;
    text-transform: capitalize;
}

.design-Textile {
    padding: 20px;
    background-color: #ca2333;
}

.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5rem;
    margin-top: 20px;
}

.grid-item {
    text-align: center;
}

.grid-item .texttile-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.grid-item .heading-text {
    color: black;
    margin-top: 8px;
    font-size: 20px;
    font-weight: 600;
}

.textile {
    background-color: white;
    padding: 20px;
}

.carousel-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: #ca2333;
    border-radius: 50%;
}

.design-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.design-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.design-images img {
    width: 100%;
    height: auto;
}

.footer-text {
    color: #ca2333;
}

.btn-social {
    background-color: #ca2333 !important;
}

.design-card {
    background-color: whitesmoke;
}


.btn-login {
    width: 100%;
    background-color: #ca2333 !important;
    color: white !important;
    font-weight: bold;
    border: 0;
}


.filter {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.filter .saree-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-download {
    padding: 10px;
    background-color: black !important;
    color: white !important;
    font-weight: bold;
    margin-inline-end: 10px;
    letter-spacing: 1px;
}

.btn-favorite {
    padding: 10px;
    background-color: #ca2333 !important;
    color: white !important;
    font-weight: bold;
    letter-spacing: 1px;
}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #ca2333 !important;
    font-weight: bold;
}


.btn-navtabs {
    color: #ca2333;
    font-weight: 600;
}

.btn-navtabs:hover {
    color: #ca2333;
}

.box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 450px;
}

.box .digit-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-small {
    background-color: #ca2333 !important;
    color: white !important;
    font-weight: 600;
}

.overflow-auto {
    height: 600px;
    overflow-y: hidden;
    border: 1px solid #ccc;
    padding: 15px;
}

.whats-app {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    background-color: #25d366;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    right: 50px;
}


.package-img {
    width: 100%;
}

.categories-card {
    background-color: #343a40;
    color: white;
    font-weight: 600;
}

.search-box {
    width: 250px;
    overflow: hidden;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.btn-account {
    color: black;
    font-weight: 600;
    transition: 0.5s ease-in-out;
}

.btn-account:hover {
    color: #ca2333;
}

.uploded-img {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}


.carousel-inner {
    display: flex;
}

.carousel-item {
    display: none;
    flex: 0 0 auto;
    width: 100%;
}

.carousel-item.active {
    display: flex;
}

.carousel-item .textiles-card {
    flex: 1;
    margin: 0 10px;
}


th {
    background-color: black !important;
    color: white !important;
    text-align: center !important;
}

td {
    text-align: center !important;
}


.carousel-img {
    width: 100%;
    height: 400px;
}

/* Responsive Design */

@media only screen and (min-width:300px) and (max-width:1024px) {
    .grid {
        gap: 20px;
    }

    .grid-item .texttile-img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .grid-item .heading-text {
        color: black;
        margin-top: 8px;
        font-size: 12px;
        font-weight: 600;
    }

    .btn-small {
        font-size: 10px;
        margin: 5px;
    }

    .design-text {
        font-size: 11px;
        margin: 5px !important;
    }

    .btn-account {
        font-size: 12px;
        padding: 10px 20px;
    }
}



@media (max-width: 853px) {
    .carousel-item .textiles-card {
        margin: 0 5px;
    }
}