/* body {
      font-family: "Open Sans", sans-serif;
} */

.top-header {
    background: #000;
    padding: 8px;
}

.top-header a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.header-social ul {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-social ul li svg path {
    fill: #fff;
}

.header-social ul li a {
    height: 35px;
    width: 35px;
    display: flex;
    border: 1px solid #ddd;
    background: #000;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
         transition: all 0.5s ease-in-out;
}

.header-social ul li a:hover{
        background: #f0c040;
        transition: all 0.5s ease-in-out;
}

.header-wrapper {
    background-color: #fff;
    padding: 12px 0;
    border-bottom: 1px solid #eaeaea;
    transition: all 0.3s ease-in-out;
    position: sticky;
    top: 0;
    z-index: 1030;
}

.header-wrapper.scrolled {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-wrapper .navbar-brand img {
    height: 40px;
    width: 40px;
}

.header-wrapper .navbar-brand span {
    color: #1a1a1a;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.navbar-nav li {
    padding: 0 15px;
}

.navbar-nav li a {
    font-size: 16px;
    font-weight: 600;
    color: #374151;
    line-height: 24px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    position: relative;
}

.navbar-nav li a:focus {
    color: #374151;
}

.navbar-nav li a:hover {
    color: #273847;
}

.navbar-nav li a::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: #f0c040;
    transition: all 0.5s ease-in-out;
}

.navbar-nav li a:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

/*breadcrumb*/
.breadcrumb-wrapper {
    background: url("/images/product2.jpg") no-repeat center center/cover;
    text-align: center;
    position: relative;
}

.breadcrumb-wrapper::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 50%);
    top: 0;
    left: 0;
}

.breadcrumb-wrapper nav {
    position: relative;
}

.breadcrumb-wrapper .breadcrumb {
    justify-content: center;
    margin-bottom: 10px;
}

.breadcrumb-wrapper .breadcrumb li {
    font-size: 14px;
}

.breadcrumb-wrapper .breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-wrapper .breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-wrapper .breadcrumb-title {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 0;
    line-height: 42px;
}

/*Hero section*/

.carousel-control-next,
    .carousel-control-prev {
        width: 5%;
    }

.hero-section {
    position: relative;
    color: #fff;
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 100px 20px 100px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgb(0 0 0 / 50%);
}

.hero-content {
    position: relative;

    z-index: 1;
}

.hero-content h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    color: #f0c040;
}

.hero-content h1 span {
    color: #f0c040;
}

.hero-content p {
    margin: 30px 0 20px 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    color: #e5e7eb;
    max-width: 600px;
}

.hero-sectoin-btn {
    margin-top: 40px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-sectoin-btn .btn {
    text-decoration: none;
    padding: 15px 20px;
    font-size: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #2b3d51;
    font-size: 18px;
}

.hero-sectoin-btn .btn-yellow {
    background: #f0c040;
}

.hero-sectoin-btn .btn-yellow:hover {
    background: rgb(255 255 255 / 10%);
    color: #fff;
}

.hero-sectoin-btn .btn-outline {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

.hero-sectoin-btn .btn-outline:hover {
    background: #fff;
    color: #000;
}

.hero-sectoin-btn .btn.btn-light {
    color: #000;
    background-color: rgb(255 255 255 / 10%);
    border: none;
    color: #fff;
}

.hero-sectoin-btn .btn.btn-light:hover {
    background: #f0c040;
    color: #2b3d51;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Initial hidden state */
.hero-content {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

/* Active slide’s content fades in */
.carousel-item.active .hero-content {
    animation: fadeUp 1s ease forwards;
    max-width: 700px;
}

.top-section-padding {
    padding: 90px 20px 90px;
}

.section-padding {
    padding: 90px 20px;
    text-align: center;
}

.section-title {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #2b3d51;
    text-align: center;
}

.section-sub-title {
    font-size: 18px;
    color: #2b3d51;
    margin-bottom: 40px;
    max-width: 535px;
    margin: 0 auto 60px;
    text-align: center;
}

/*Collection Css*/
.collections-section {
    background: #fff;
}

.collection-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* .collections-section .collection-item {
    height: 380px;
} */

.collection-item {
    border-radius: 12px;
    overflow: hidden;
    padding: 0 20px;
    transition: all 0.5s ease-in-out;
}

.collection-item:hover img{
    transform: translateY(-5px);
    transition: all 0.5s ease-in-out;
}

.collection-item a {
    text-decoration: none;
}

.collection-item img {
    width: 250px !important;
    height: 250px;
    object-fit: cover;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
}

.collection-info {
    padding: 15px 0 0;
    text-align: center;
}

.collection-info h3 {
    font-size: 18px;
    margin: 5px 0;
    font-weight: 700;
    color: #2b3d51;
}

.collection-info p {
    font-size: 14px;
    color: #2b3d51;
    margin: 0;
    line-height: 22px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card img {
    object-fit: cover;
    height: 200px;
}

.collection-carousel .owl-nav .owl-prev {
    left: -15px !important;
}

.collection-carousel .owl-nav .owl-next {
    right: -15px !important;
}

/*Card Section Css*/

.card-section .card{
    padding: 30px;
}

.card-section .card-body{
    padding: 0px;
}

.card-section .svg-wrapper {
      width: 70px;
    height: 70px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    background: #f0c040;
}

.card-section .svg-wrapper img {
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.card-section .card {
    border: none;
        border-radius: 16px;
    padding: 30px 20px;
    color: #000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    text-align: center;
    background: #fff;
        transition: all 0.3s
ease-in-out;
}

.card-section .card:hover{
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        transition: all 0.3s
ease-in-out;
}

.card-section .card .card-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #2b3d51;
}

.card-section .card .card-text {
    max-width: 350px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
}

.card-section .card:hover .svg-wrapper {
    background: #f0c040;
    transition: all 0.5s ease-in-out;
}

.card-section .card:hover .svg-wrapper svg path {
    fill: #fff;
    transition: all 0.5s ease-in-out;
}

/*Featured Collection Css*/

.featured-section {
    background: #fff;
}
.featured-collection-grid {
    position: relative;
    cursor: pointer;
}
.featured-collection-grid .featured-img {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.featured-collection-grid .featured-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 40%);
    border-radius: 15px;
    z-index: 1;
}

.featured-collection-grid .featured-img img {
    border-radius: 15px;
    width: 100%;
    height: 350px;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}

.featured-collection-grid .featured-content {
    position: absolute;
    bottom: 0px;
    z-index: 11;
    text-align: left;
    padding-left: 30px;
    z-index: 2;
}

.featured-collection-grid .featured-content h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.featured-collection-grid .featured-content p {
    color: #e5e7eb;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.featured-collection-grid:hover .featured-img img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}
.featured-section .featured-carousel {
    position: relative;
}

.custom-owl-carousel .owl-nav {
    display: block !important;
}

.custom-owl-carousel .owl-nav .owl-prev,
.custom-owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000 !important;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.custom-owl-carousel .owl-nav .owl-prev {
    left: -5px;
}

.custom-owl-carousel .owl-nav .owl-next {
    right: -5px;
}

.custom-owl-carousel .owl-nav .owl-prev svg path,
.custom-owl-carousel .owl-nav .owl-next svg path {
    fill: #fff;
}

/*Heritage Css*/

.heritage-section {
    background: #2b3d51;
        padding: 100px 020px;
}

.heritage-content {
    text-align: left;
    max-width: 560px;
}

.heritage-content h2 {
    color: #fff;
    font-size: 26px;
    line-height: 46px;
    font-weight: 700;
}

.heritage-content p {
    color: #d1d5db;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 30px;
}

.heritage-img img {
    height: 385px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.btn-yellow {
    background: #f0c040;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #2b3d51;
    font-size: 16px;
}

.btn-yellow:hover {
    background: transparent;
    border: 1px solid #f0c040;
    color: #fff;
}

/*Feature Section Css*/
.home-feature-section {
    background: #fff;
    padding: 90px 20px 0;
}
.home-feature-section .feature-box {
    border-radius: 16px;
    padding: 30px 20px;
    color: #000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    text-align: center;
    background: #f8f9fa;
}

.home-feature-section .feature-box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.home-feature-section .icon-box {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    background: #f0c040;
}

.home-feature-section .icon-box svg {
    font-size: 24px;
}

.home-feature-section .feature-title {
    font-weight: 700;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.home-feature-section .feature-subtitle {
    color: #666;
    font-size: 0.95rem;
}

/*Client Css*/
.client-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
}

.client-card .client-img {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}

.client-card .client-img img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 50px;
}

.client-card .client-title .name {
    color: #2b3d51;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.client-card .client-title .designation {
    color: #4b5563;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.client-quote .quote {
    color: #374151;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    text-align: left;
}

.client-section .owl-dots span {
    height: 10px;
    width: 10px;
    background: #ddd;
    border-radius: 10px;
    display: block;
    margin: 0 5px;
}

.client-section .owl-dots button.active span {
    background: #000;
}

/*Subscribe Css*/
.subscription-section {
    background-color: #f0c040;
    padding: 90px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subscription-content {
    text-align: center;
    width: 100%;
}

.subscription-content h2 {
    font-size: 36px;
    color: #2b3d51;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 0px;
}

.subscription-content p {
    font-size: 20px;
    font-weight: 400;
    color: #2b3d51;
    margin: 20px 0;
}

.subscription-content form {
    display: flex;
    justify-content: center;
}

.subscription-content input {
    padding: 15px;
    font-size: 16px;
    margin-right: 10px;
    border: none;
    border-radius: 8px;
    width: 300px;
}

.subscription-content button {
    padding: 10px 20px;
    background-color: #1d2a44;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.subscription-content button:hover {
    background-color: #f0c040;
    color: #000;
    transition: all 0.5s ease-in-out;
}

/*Footer Css*/
footer {
    background-color: #2b3d51;
    color: #b1b1b1;
    padding: 90px 20px 40px;
}
footer .brand-info h3 {
    color: white;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}

footer h4 {
    color: white;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}

footer .brand-info p {
    font-size: 16px;
    line-height: 24px;
    color: #d1d5db;
    margin-bottom: 20px;
}

/* footer .quick-links {
    display: flex;
    justify-content: center;
    flex-direction: column;
} */

.brand-info,
.quick-links,
.services,
.contact-info {
    margin-bottom: 30px;
}

footer .social-links a {
    color: #fff;
}

footer .social-links a svg {
    color: #fff;
    margin-right: 10px;
    font-size: 22px;
    line-height: 24px;
}

footer .social-links a svg:hover {
    color: #f0c040;
}

footer .services .collection-list ul{
    display: flex;
    flex-wrap: wrap;
gap: 10px;
width: 100%;
}

footer .services .collection-list ul li{
    width: 40%;;
}

footer .quick-links ul,
footer .services ul,
footer .contact-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .quick-links ul li,
footer .services ul li,
footer .contact-info ul li {
    margin-bottom: 15px;
}

footer .quick-links ul li a,
footer .services ul li a,
footer .contact-info ul li a {
    color: #d1d5db;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

footer .quick-links ul li a:hover,
footer .services ul li a:hover,
footer .contact-info ul li a:hover {
    color: #f0c040;
}

footer .contact-info ul li svg {
    margin-right: 8px;
}
footer .bottom-text {
    font-size: 16px;
    color: #9ca3af;
    line-height: 24px;
    margin-top: 30px;
}

#chat-window {
    z-index: 9;
}

footer .chatbot-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #f0c040;
    border: none;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

footer .chatbot-btn svg {
    stroke: #2b3d51;
    height: 20px;
    width: 20px;
}

footer .chatbot-btn svg path {
    stroke-width: 1px;
}

/*Contact Page Css*/
.contact-page-wrapper {
    background: #fcfdfd;
}

.contact-top-img {
    width: 80px;
    margin: 0 auto 20px;
}

.contact-page-form .card {
    text-align: left;
    padding: 30px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.19), 0 6px 6px rgb(0 0 0 / 1%);
    border-radius: 16px;
}

.contact-page-form .card .card-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #1f2937;
    margin-bottom: 20px;
}

.contact-page-form .card .form-label {
    font-size: 16px;
    color: #374151;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-page-form .card .form-control,
.contact-page-form .card .form-select,
#inquiryForm .form-control,
#inquiryForm .form-select {
    padding: 12px 15px;
}

.contact-page-form .card .form-control:focus,
.contact-page-form .card .form-select:focus,
#inquiryForm .form-control:focus,
#inquiryForm .form-select:focus {
    border-color: #000000;
    box-shadow: none;
}

.form-control::placeholder {
    color: #adaebc;
}

.contact-page-form .card .btn {
    background: #1f2937;
    color: #fff;
    height: 50px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    width: 100%;
}

.contact-page-form .card .btn:hover {
    background: #f0c040;
    color: #2b3d51;
    transition: all 0.3s ease-in-out;
}

.contact-page-form .card.mb {
    margin-bottom: 35px;
}

.contact-page-info .contact-info-inner {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 15px;
    margin-bottom: 25px;
}

.contact-page-info .contact-info-inner:last-child {
    margin-bottom: 0px;
}

.contact-page-info .contact-info-inner .icon svg {
    height: 25px;
    background: #fbf7eb;
    color: #f0c040;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 15px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

.contact-page-info .contact-info-inner h6 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0px;
}

.contact-page-info .contact-info-inner p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #4b5563;
    width: 250px;
    margin-bottom: 0px;
}

.contact-info-inner:hover .icon svg {
    background: #f0c040;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.contact-page-form .contact-follow {
    height: 50px;
    width: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.contact-page-form .contact-follow.bg-facebook {
    background: #2563eb;
}

.contact-page-form .contact-follow.bg-instagram {
    background: #db2777;
}

.contact-page-form .contact-follow.bg-linkedin {
    background: #3b82f6;
}

.contact-page-form .contact-follow.bg-twitter {
    background: #000;
}

.contact-page-form .contact-follow.bg-youtube {
    background: #ff0000;
}

.contact-page-form .contact-follow svg {
    fill: #fff;
}

.map-wrapper {
    background-image: #f9fafb;
}

.map-wrapper iframe {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.19), 0 6px 6px rgb(0 0 0 / 1%);
}

/*Product Filter*/
@media (min-width: 992px) {
    .product-filter-inner {
        display: flex;
        gap: 25px;
    }
}

.product-filter-inner {
    position: relative;
}
.product-filter-left {
    background: #fff;
    padding: 30px 20px;
    border-radius: 8px;
    text-align: left;
    width: 25%;
    max-height: max-content;
}

.product-filter-left h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.product-filter-left h6 {
    color: #111827;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.product-filter-left .form-check-label {
    font-size: 16px;
    color: #374151;
    line-height: 24px;
    margin-bottom: 5px;
}

.product-filter-right {
    text-align: left;
    width: 75%;
}

.product-filter-right .title h4 {
    font-size: 24px;
    font-weight: 600;
    color: #111827;
}

.product-filter-right .title span {
    font-size: 16px;
    color: #4b5563;
}

.product-filter-right .sort-by {
    font-size: 14px;
    color: #4b5563;
    width: -webkit-fill-available;
    text-align: end;
}

.product-filter-right .form-select,
.product-filter-right .form-select option {
    font-size: 14px;
}

.product-filter-right .card {
    border-radius: 8px;
    transition: all 0.5s ease-in-out;
    margin-bottom: 30px;
    padding: 20px;
}

.product-filter-right .card:hover {
    transition: all 0.5s ease-in-out;
        border: 1px solid #000;
}

.product-filter-right .card:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
    border-radius: 8px;
}

.product-filter-right .card .trending-feature-list {
    position: absolute;
    top: 10px;
    left: 10px;
}

.product-filter-right .card .feature {
    color: #fff;
    padding: 5px 15px;
    width: max-content;
    border-radius: 50px;
    font-size: 12px;
    margin: 0;
    font-weight: 500;
}

.trending-feature {
    background: #ef4444;
}

.premium-feature {
    background: #a855f7;
}

.new-feature {
    background: #3b82f6;
}

.product-right-filter-img {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px;
}

.product-filter-right .card img {
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-filter-right .material-list {
    margin-bottom: 15px;
}

.product-filter-right .material-list .badge-material {
    background: #f3f4f6;
    font-size: 12px;
    padding: 5px;
    font-weight: 500;
    border-radius: 4px;
    color: #000;
}

.product-filter-right .material-list .badge-export {
    background: #dcfce7;
    color: #166534;
    font-size: 12px;
    padding: 5px;
    border-radius: 4px;
    font-weight: 500;
    margin: 0 10px;
}

.product-filter-right .material-list .badge-moq {
    color: #6b7280;
    font-size: 12px;
    font-weight: 500;
}

.product-filter-right .card .card-body {
    padding: 20px 0px 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.product-filter-right .card .card-title {
    font-size: 16px;
    color: #111827;
    line-height: 24px;
}

.product-filter-right .card .card-text {
    font-size: 14px;
    color: #4b5563;
    line-height: 20px;
    font-weight: 400;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.product-filter-left .btn,
.product-filter-right .card .btn {
    background: #000;
    color: #fff;
    width: 100%;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    padding: 12px;
}

.product-filter-left .btn:hover,
.product-filter-right .card:hover .btn {
    background: #f0c040;
    color: #000;
}

.product-filter-left .btn:focus,
.product-filter-right .card .btn:focus {
    box-shadow: none;
}

.form-select:focus {
    box-shadow: none;
}

/*Product detail*/
.product-detail-wrapper {
    background: #fff;
}
.product-detail-left {
    position: relative;
}
.product-detail-left .img-thumbnail-main img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    cursor: pointer;
    border: 1px solid #e5e7eb;
    padding: 0px;
    border-radius: 12px;
    padding: 5px;
}

.product-detail-left .img-thumbnail-main {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 15px;
}

.product-detail-left .left-img.zoom-container {
    height: auto;
        border-radius: 15px;
}

.product-detail-left .left-img img {
    object-fit: cover;
    height: 550px;
    width: 100%;
    border-radius: 15px;
}

.product-detail-left .badge-top {
    position: absolute;
    top: 20px;
    left: 10px;
}

.product-detail-left .badge-top .badge {
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
}

.product-detail-left .badge-top .bg-danger {
    background-color: #ef4444;
}

.product-detail-left .badge-top .bg-warning {
    background-color: #eab308;
}

.product-detail-right {
    padding-left: 20px;
    text-align: left;
}

.product-detail-right .product-title {
    font-size: 30px;
    color: #111827;
    font-weight: 700;
    line-height: 36px;
}

.product-detail-right .product-price {
    color: #111827;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.product-detail-right .product-desc {
    color: #4b5563;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.product-detail-right .sku-category {
    display: flex;
    gap: 30px;
}

.product-detail-right .sku-category p {
    font-size: 16px;
    color: #000;
    line-height: 20px;
    margin-bottom: 30px;
    font-weight: 500;
}

.product-detail-right .sku-category p span {
    color: #4b5563;
    font-weight: 400;
}

.product-detail-right .color-variation {
    margin-bottom: 30px;
}

.product-detail-right .size-variaton h6,
.product-detail-right .fabric h6,
.product-detail-right .color-variation h6 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.product-detail-right .color-variation .color .btn {
    width: 48px;
    height: 48px;
    border: 2px solid #d1d5db !important;
    cursor: pointer;
    border-radius: 50px;
}

.product-detail-right .color-variation .color .btn-red {
    background: red;
}

.product-detail-right .color-variation .color .btn-blue {
    background: blue;
}

.product-detail-right .color-variation .color .btn-green {
    background: green;
}

.product-detail-right .color-variation .color .btn.selected {
    border-color: #000 !important;
}

.product-detail-right .fabric {
    margin-bottom: 30px;
}

.product-detail-right .size-variaton {
    margin-bottom: 30px;
}
.product-detail-right
    .color-variation
    .color
    .product-detail-right
    .size-variaton
    .size {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.product-detail-right .size-variaton .size .btn {
    height: 50px;
    width: 50px;
    border: 2px solid #d1d5db;
    border-radius: 8px;
    padding: 5px;
}

.product-detail-right .size-variaton .size .btn:hover,
.product-detail-right .size-variaton .size .btn.selected {
    background: #111827;
    border-color: #111827;
    color: #fff;
}

.product-detail-right .moq {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    gap: 0;
    align-items: center;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    padding: 15px;
    margin-bottom: 30px;
}

.product-detail-right .moq h4 {
    font-size: 30px;
    font-weight: 600;
    color: #111827;
}

.product-detail-right .moq p {
    color: #4b5563;
    font-size: 14px;
    margin-bottom: 0;
}

.product-detail-right .btn-price,
#inquiryModal .modal-body .btn {
    font-size: 18px;
    color: #fff;
    background: #111827;
    border-radius: 16px;
    width: 100%;
    padding: 15px;
}

#inquiryModal .modal-body .form-select:disabled {
    background-color: transparent;
}

#inquiryModal .modal-header {
    background: #f8f9fa;
}

.product-detail-right .btn-price:hover {
    background: #f0c040;
    color: #2b3d51;
}

.color-variation .color-selected {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.color-variation .color-selected span {
    height: 25px;
    width: 25px;
    border-radius: 30px;
    display: block;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.product-description {
    background: #fff;
    padding: 25px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    margin-top: 50px;
    border-radius: 16px;
    text-align: left;
}

.product-description .nav-tabs .nav-item {
    padding: 10px 20px 15px 0;
}

.product-description .nav-tabs .nav-link {
    padding: 0;
}

.nav-tabs .nav-link.active {
    background-color: #fff;
    border: none;
}

.product-description .nav-tabs .nav-link {
    position: relative;
    border: none;
    color: #111827;
    font-size: 16px;
}

.product-description .nav-tabs .nav-link:focus {
    border: none;
}

.product-description .nav-tabs .nav-link::before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    background: #111827;
    height: 2px;
    width: 100%;
    display: none;
}

.nav-tabs .nav-link.active::before {
    display: block;
}

.additional-info {
    background: #fff;
    padding: 40px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    margin-top: 50px;
    border-radius: 16px;
}

.additional-info .section-sub-title {
    font-size: 16px;
}

.additional-info .feature-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 15px;
}
.additional-info .bg-green {
    background-color: #d4f8e8;
}
.additional-info .bg-blue {
    background-color: #e0ecff;
}
.additional-info .bg-purple {
    background-color: #f2e8ff;
}
.additional-info .feature-box {
    text-align: center;
    padding: 0 20px;
}
.additional-info .feature-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
}
.additional-info .main-heading {
    font-weight: bold;
}

.additional-info .feature-box p {
    font-size: 16px;
    color: #4b5563;
    margin-bottom: 0px;
}

.btn:focus {
    box-shadow: none;
}

.top-related-product {
    text-align: center;
    padding: 90px 20px 0;
}

/*New Arrival*/
.new-arrival-box {
    position: relative;
    text-align: left;
    transition: all 0.5s ease-in-out;
    border-radius: 8px;
    padding: 20px;
    overflow: hidden;
}

.new-arrival-box:hover {
    border: 1px solid #000;
    transition: all 0.5s ease-in-out;
}

.new-arrival-box .new-arrival-box-img {
    overflow: hidden;
    border-radius: 8px;
}

.new-arrival-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.5s ease-in-out;
}

.new-arrival-box:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
    border-radius: 8px;
}

.new-arrival-box .card-body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 1rem 0 0;
}

.new-arrival-box .card-body h5 {
    color: #000;
    font-size: 18px;
    line-height: 26px;
}

.new-arrival-box .card-body p {
    color: #858585;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.new-arrival-box .card-body h5,
.new-arrival-box .card-body p {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.new-arrival-box .arrival-list p {
    background: #000;
    color: #fff;
    width: fit-content;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 8px;
    margin: 0;
    position: absolute;
    top: 20px;
    left: 20px;
}

.new-arrival-box .material-list {
    display: flex;
    gap: 10px;
}

.new-arrival-box .material-list .badge-material,
.new-arrival-box .material-list .badge-moq {
    background: #e8e8e8;
    font-size: 14px;
    padding: 3px 8px;
}

.new-arrival-box .btn {
    background: #000;
    color: #fff;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    border: 1px solid #000;
    margin-top: 20px;
    border-radius: 8px;
    padding: 10px;
}

.new-arrival-box .btn:hover {
    background: #f0c040;
    color: #000;
    border: 1px solid #f0c040;
}

.collection-page-wrapper .collection-item {
    margin-bottom: 25px;
    background: #f8f9fa;
        padding: 20px;
}

.collection-page-wrapper{
    background: #fff;
}

/* Pagination Styling */
.pagination {
    justify-content: center;
}

.pagination .page-item {
    margin-right: 5px;
}

.pagination .page-item:first-child .page-link {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.page-item .page-link {
    border-radius: 8px;
    margin-left: 0 !important;
    padding: 8px 16px;
    color: #000;
    border: 1px solid #dee2e6;
    background-color: #fff;
    transition: all 0.2s ease;
}

.page-item .page-link:focus {
    box-shadow: none;
}

.page-item.active .page-link {
    background-color: #000;
    color: #fff;
    border-color: #000;
    margin: 0;
}

.page-item.disabled .page-link {
    color: #bbb;
    background-color: #f8f9fa;
    border-color: #dee2e6;
    margin: 0;
}

.page-link:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

/* product page zoom img */
.position-relative:hover .zoom-out-image {
    transform: scale(1);
    cursor: pointer;
}
.zoom-out-image {
    transform: scale(1.1); /* Start slightly zoomed in */
    transition: transform 0.4s ease;
}

.position-relative:hover .zoom-out-image {
    transform: scale(1); /* Zoom out to normal size on hover */
}

/* product detalis page img zoom */
.zoom-container {
    position: relative;
    overflow: hidden;
    cursor: crosshair;
    height: 450px;
}

.zoom-image {
    transition: transform 0.2s ease;
    transform-origin: center center;
}

@media (hover: none) {
    .zoom-container {
        cursor: default;
    }
    .zoom-image {
        transform: scale(1) !important;
    }
}

.color-circle.selected {
    border: 3px solid #000;
    box-shadow: 0 0 0 2px #fff; /* White ring outside black border */
}

/*About us page*/
.about-section {
    text-align: left;
    background: #fff;
}
.about-section .about-img {
    position: relative;
}

.about-section .about-img img {
    border-radius: 40px 0;
}

.about-section .experience-badge {
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    background-color: #f0c040;
    color: white;
    padding: 20px;
    font-size: 18px;
    border-radius: 50%;
    font-weight: bold;
    width: 130px;
    height: 130px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 5px solid #fff;
}

.about-section .testimonial-box {
    position: absolute;
    bottom: 10px;
    left: 20px;
    background: #333;
    color: #fff;
    padding: 20px;
    border-radius: 30px 0;
    max-width: 80%;
    border: 5px solid #fff;
}

.about-section .testimonial-box small {
    color: #f0c040;
}

.about-section .feature-icon {
    color: #f0c040;
    font-size: 1.5rem;
    margin-right: 15px;
}

.about-section .about-content {
    padding: 0 0 0 50px;
}

.about-section .about-content .title,
.why-about-content .title {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #2b3d51;
}

.about-section .about-content .sub-title {
    color: #f0c040;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
}

.about-section .about-content p,
.why-about-content p {
    color: #2b3d51;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.why-about-content .listing ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.why-about-content .listing ul li {
    padding: 10px 0;
    color: #2b3d51;
}

.why-about-content .listing ul li svg {
    padding-right: 5px;
}

.why-about-section{
    text-align: left;
}

.why-about-section .about-img img{
    border-radius: 15px;
}

.states-section {
    background: #fff;
}

.stats-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.stat-box {
    flex: 1 1 250px;
    text-align: center;
    padding: 20px;
    border-right: 1px solid #ddd;
    transition: all 0.5s;
}

.stat-box:hover .stat-icon {
    background: #000;
    transition: all 0.5s;
}

.stat-box:last-child {
    border-right: none;
}

.stat-icon {
    height: 80px;
    width: 80px;
    font-size: 30px;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f0c040;
    margin: 0 auto;
}

.stat-number,
.stat-box span {
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #2b3d51;
}

.stat-label {
    font-size: 16px;
    color: #2b3d51;
}

.team-leader-section .team-leader-card {
    transition: all 0.5s;
}

.team-leader-section .team-leader-card:hover {
    transform: translateY(-10px);
    transition: all 0.5s;
}

.team-leader-section .team-leader-card img {
    height: 250px;
    width: 250px;
    object-fit: cover;
    border-radius: 50%;
}

.team-leader-section .team-leader-card h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #2b3d51;
}

.team-leader-section .team-leader-card p {
    color: #2b3d51;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}


.time{
    font-size: 22px;
}

/* .product-detail-right .product-info{
    display: flex;
    gap: 30px;
}


.product-detail-right .product-info p{
font-size: 16px;
    color: #000;
    line-height: 20px;
    margin-bottom: 30px;
    font-weight: 500;
}

.product-detail-right .product-info p span{
    color: #4b5563;
    font-weight: 400;
} */

.product-specification{
    margin-bottom: 17px;
}
