/**********************************/
/********** General CSS ***********/
/**********************************/
body {
    color: #666666;
    font-family: 'Open Sans', sans-serif;   
    font-weight: 400;
    background: #ffffff;
  
    
    
}
html{
    word-wrap: normal;
}



/* .links5{
    color: #3F69AA;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;

    
} */


.contact-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1px;
    gap: 15px; /* Adds space between email and phone */
}

.contact-info a {
    font-size: 15px;
    color: #333;
    text-decoration: none;
}

.contact-info a:hover {
    color: #007bff;
}

/* Hide on mobile */
@media (max-width: 768px) {
    .contact-info {
        display: none;
    }
}

a {
    color: #3F69AA;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #666666;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    margin: 0 0 15px 0;
    padding: 0;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #3F69AA;
    color: #ffffff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}



.back-to-top i {
    padding-top: 12px;
    color: #ffffff;
}































/**********************************/
/********* Form Input CSS *********/
/**********************************/
.form-control,
.custom-select {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #3F69AA;
    border-radius: 0;
    margin-bottom: 15px
}

.custom-radio,
.custom-checkbox {
    margin-bottom: 15px;
}

.custom-radio .custom-control-label::before,
.custom-checkbox .custom-control-label::before {
    border-color: #3F69AA;
    border-radius: 0;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    color: #ffffff;
    background: #3F69AA;
}

button.btn {
    color: #ffffff;
    background: #3F69AA;
    border-radius: 0;
}



/**********************************/
/********* Top Header CSS *********/
/**********************************/
/* 

/* General Styles */
/* General Styles */
/* General Navbar Styles */
/* General Navbar Styles */
.top-navbar {
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    
}

/* Logo Styling */
.top-navbar .logo img {
    max-height: 90px;
    width: 300px;
    position: relative;
    
}

/* Toggler Button Styling */
/* .navbar-toggler {
    border: 1px solid #333;
    padding: 0;
    
} */



.navbar-light .navbar-toggler-icon {
    background-color: #333;
}




/* Navbar Links */
.navbar-nav .nav-link {
    color: #333;
    padding: 5px 15px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #007bff;
}

/* Dropdown Styling */
.navbar-nav .dropdown-menu {
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.dropdown-item {
    color: #000000;
    padding: 10px 15px;
}

.dropdown-item:hover {
    background-color: #007bff;
    color: white;
    border-radius: 5px;
}

/* Flexbox Styling for Navbar Items */
.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.navbar-nav .nav-item {
    margin-right: 20px;
}

.navbar-nav a {
    font-size: 16px;
    font-weight: bold;
    
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
    .top-navbar {
        padding: 8px 0;
    }

    .top-navbar .logo img {
        max-height: 50px;
        width: auto;
    }

    .logo-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .navbar-toggler {
        order: 0;
     
        margin-left: 10px;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }

    .navbar-nav .nav-item {
        margin-right: 0;
        margin-bottom: 8px;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        width: 100%;
        box-shadow: none;
    }

    .dropdown-menu .dropdown-item {
        padding: 10px 20px;
    }
}

@media (min-width: 768px) {
    .logo-container {
        text-align: left;
    }

    .top-navbar .logo {
        text-align: left;
    }
}

@media (max-width: 991.98px) {
    .top-navbar .logo img {
        max-height: 55px;
        width: auto;
    }

    .navbar-collapse {
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .navbar-nav .nav-item {
        font-size: 14px;
    }

    .dropdown-item {
        font-size: 14px;
    }

    .top-navbar .logo img {
        max-height: 50px;
        width: auto;
        position: relative;
        right: 11vh;
    }
}

/* Adjust Flex on Large Screens */
.navbar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Dropdown Menu Styling */
.navbar-nav .nav-item.dropdown .dropdown-toggle {
    cursor: pointer;
}

.navbar-nav .nav-item.dropdown .dropdown-menu {
    width: 200px;
}


/* .header {
    position: relative;
}

.header .navbar {
    height: 100%;
    padding: 0;
}

.header .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

@media (min-width: 768px) {
    .header,
    .header .navbar {
        background: #3F69AA !important;
    }
    
    .header .navbar-brand {
        display: none;
    }
    
    .header a.nav-link {
        padding: 8px 15px;
        font-size: 15px;
        text-transform: uppercase;
    }
}

@media (max-width: 768px) {   
    .header,
    .header .navbar {
        background: #333333 !important;
    }
    
    .header a.nav-link {
        padding: 5px;
    }
    
    .header .dropdown-menu {
        box-shadow: none;
    }
} */




    




/* Main slider container styling */
/* Main slider container styling */
/* Main slider container styling */
.slider-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: auto;
}

/* Slider wrapper that holds the slides */
.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

/* Individual slide */
.slider-slide {
    position: relative;
    min-width: 100%;
    box-sizing: border-box;
}

/* Image styling */
.slider-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* Overlay styling */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark transparent overlay */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* Show overlay on hover */
.slider-slide:hover .overlay {
    opacity: 1;
}

/* Button styling inside the overlay */
.overlay-button {
    padding: 15px 30px;
    font-size: 18px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    z-index: 999;
}

/* Smooth hover effect for the button */
.overlay-button:hover {
    background-color: #fff;
    color: #000;
}

/* Slider controls */
.slider-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.slider-control.prev {
    left: 10px;
}

.slider-control.next {
    right: 10px;
}

/* Responsive styling */
@media (max-width: 768px) {
    .slider-container {
        height: auto;
    }

    .slider-image {
        height: auto;
        max-height: 450px;
        width: 100%;
        object-fit: cover;
    }

    .overlay-button {
        padding: 10px 20px;
        font-size: 16px;
    }

    .slider-control {
        padding: 8px;
    }
}

@media (max-width: 480px) {
    .slider-image {
        height: auto;
       
        width: 100%;
        object-fit: contain;
        overflow: hidden;
    }

    .overlay-button {
        display: none; /* Hide the button on smaller screens */
    }

    .slider-control {
        padding: 6px;
    }
    
}


/* Adjust the logo's position for mobile */
@media (max-width: 980px) {
    .top-navbar .logo img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 200px;
        max-height: 70px;
    }
}

@media (max-width: 763.98px) {
    .top-navbar .logo img {
        max-height: 90px;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}












/**********************************/
/********* Breadcrumb CSS *********/
/**********************************/
/**********************************/
/********* Breadcrumb CSS *********/
/**********************************/
/* Breadcrumb container styling */
.breadcrumb-wrap {
    position: relative;
    width: 100%;
    background: #f8f9fa;
    padding: 15px 0;
}

/* Breadcrumb list styling */
.breadcrumb-wrap .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
}

/* Individual breadcrumb item */
.breadcrumb-wrap .breadcrumb-item a {
    text-decoration: none;
    color: #007bff;
    padding: 8px 12px;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    font-size: 16px; /* Larger font size for better readability */
}

/* Active breadcrumb item */
.breadcrumb-wrap .breadcrumb-item.active {
    color: #6c757d;
    font-weight: bold;
}

/* Hover effect for breadcrumb links */
.breadcrumb-wrap .breadcrumb-item a:hover {
    background-color: #007bff;
    color: #fff;
}

/* Responsive styling */
@media (max-width: 768px) {
    .breadcrumb-wrap {
        padding: 10px 0;
    }

    .breadcrumb-wrap .breadcrumb {
        flex-direction: row;
        gap: 8px;
    }

    .breadcrumb-wrap .breadcrumb-item a {
        padding: 10px;
        font-size: 14px;
    }
}


/**********************************/
/********** Category CSS **********/
/**********************************/
.category-section {
    padding: 30px 15px;
    background: #c6cfd3;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.85);
    border-radius: 50px;
   

}

.category-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.8);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-item:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.category-image {
    width: 100%;
    height: auto;
    aspect-ratio: 8 / 9; /* Keeps the images proportional */
    object-fit: cover;
    border-radius: 10px;
    transition: filter 0.3s ease;
}

.category-item:hover .category-image {
    filter: brightness(0.7);
}

.category-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 10px;
}

.category-item:hover .category-overlay {
    opacity: 1;
}

.category-overlay h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 992px) {
    .category-overlay h2 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .category-overlay h2 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .category-overlay h2 {
        font-size: 16px;
    }
    .category-image{
    width: 100%;
    height: auto;
    aspect-ratio: 12 / 9; /* Keeps the images proportional */
    object-fit: cover;
    border-radius: 10px;

        
    }
}



@media (max-width: 480px) {
    .category-image{
        max-width: auto;
        max-height: 150px;
        object-fit: cover;
    }
    
}


/**********************************/
/******* Section Header CSS *******/
/**********************************/
.section-header {
    position: relative;
    max-width: 700px;
    margin: 0 auto 30px auto;
}

.section-header h2,
.section-header h3 {
    position: relative;
    color: #3F69AA;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 15px;
}

.section-header h2::after,
.section-header h3::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 5px;
    left: calc(50% - 25px);
    bottom: 0;
    background: #3F69AA;
}

.section-header p {
    font-size: 16px;
    text-align: center;
    margin: 0
}



/**********************************/
/*********** Feature CSS **********/
/**********************************/
.feature {
    position: relative;
    padding: 0;
}

.feature .feature-col {
    height: inherit;
    border-right: 1px solid #ffffff;
    padding: 66px 0;
}

.feature .feature-col:last-child {
    border-right: none;
}

.feature .feature-content {
    position: relative;
    width: 100%;
    padding: 0 30px;
    text-align: center;
}

.feature .feature-content i {
    color: #3F69AA;
    font-size: 60px;
    margin-bottom: 10px;
}

.feature .feature-content h2 {
    color: #666666;
    font-size: 20px;
    font-weight: 700;
}

.feature .feature-content p {
    color: #666666;
    font-size: 15px;
    margin: 0;
}



/**********************************/
/******** Product Item CSS ********/
/**********************************/


/**********************************/
/******** Featured Product ********/
/**********************************/


/**********************************/
/******** Product View CSS ********/
/**********************************/
.product-view {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.product-view .product-search {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.product-view .product-search input {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #3F69AA;
}

.product-view .product-search button {
    position: absolute;
    width: 35px;
    height: 33px;
    top: 1px;
    right: 1px;
    text-align: center;
    background: #ffffff;
    color: #3F69AA;
    border: none;
}

.product-view .product-search button i {
    font-size: 16px;
}

.product-view .product-search button:hover {
    background: #3F69AA;
    color: #ffffff;
}

.product-view .product-short {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    text-align: right;
}

.product-view .product-short .dropdown a.dropdown-toggle {
    display: block;
    width: 100%;
    height: 35px;
    padding: 5px 10px;
    background: #ffffff;
    border: 1px solid #3F69AA;
    text-align: left;
}

.product-view .product-short .dropdown a.dropdown-toggle::after {
    float: right;
    margin-top: 10px;
}

.product-view .product-short .dropdown-menu {
    margin: -2px 0 0 0;
    border-radius: 0;
}

.product-view .product-item {
    margin-bottom: 30px;
}

.product-view .pagination {
    margin: 0;
}

.product-view .pagination .page-item .page-link {
    color: #3F69AA;
    background: #ffffff;
    border-color: #3F69AA;
    border-radius: 0;
}

.product-view .pagination .page-item:hover .page-link,
.product-view .pagination .page-item.active .page-link {
    color: #ffffff;
    background: #3F69AA;
}



/**********************************/
/******* Product Detail CSS *******/
/**********************************/
.product-detail {
    position: relative;
    width: 100%;
    padding: 60px 0 15px 0;
}

.product-detail .product-detail-top,
.product-detail .product-detail-bottom,
.product-detail .product-slider.product-slider-3 {
    margin-bottom: 45px;
}

.product-detail .product-slider-single img {
    width: 100%;
    background: #3F69AA;
}

.product-detail .product-content,
.product-detail .product-content .title,
.product-detail .product-content .ratting,
.product-detail .product-content .price,
.product-detail .product-content .details,
.product-detail .product-content .quantity,
.product-detail .product-content .action {
    position: relative;
    width: 100%;
}

.product-detail .product-content .title h2 {
    color: #3F69AA;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

.product-detail .product-content .ratting i {
    color: #3F69AA;
    font-size: 18px;
}

.product-detail .product-content .price {
    color: #3F69AA;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}

.product-detail .product-content .price span {
    color: #666666;
    text-decoration: line-through;
    margin-left: 12px;
}

.product-detail .product-content .details {
    margin-bottom: 20px;
}

.product-detail .product-content .details p {
    color: #666666;
    font-size: 16px;
}

.product-detail .product-content .quantity {
    margin-bottom: 20px;
}

.product-detail .product-content .quantity h4 {
    display: inline-block;
    color: #666666;
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}

.product-detail .product-content .quantity .qty {
    display: inline-block;
}

.product-detail .product-content .quantity button {
    width: 30px;
    height: 30px;
    padding: 2px 0;
    text-align: center;
    color: #ffffff;
    background: #3F69AA;
    border: none;
}

.product-detail .product-content .quantity input {
    width: 60px;
    height: 30px;
    color: #ffffff;
    text-align: center;
    background: rgba(63, 105, 170, .5);
    border: none;
}

.product-detail .product-content .action a {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 7px 0;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    background: #3F69AA;
    border: 1px solid #3F69AA;
}

.product-detail .product-content .action a:hover {
    color: #3F69AA;
    background: #ffffff;
}

.product-detail  .nav.nav-pills .nav-link {
    color: #ffffff;
    background: rgba(63, 105, 170, .5);
    border-radius: 0;
}

.product-detail  .nav.nav-pills .nav-link:hover,
.product-detail  .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #3F69AA;
}

.product-detail .tab-content {
    background: rgba(63, 105, 170, .1);
}

.product-detail .tab-content {
    padding: 10px;
}

.product-detail .tab-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-detail .tab-content ul li {
    margin-bottom: 10px;
}

.product-detail .tab-content ul li::before {
    content: '\f061';
    font-family: 'FontAwesome';
    padding-right: 5px;
}

.product-detail .tab-content .reviews-submitted {
    position: relative;
    margin-bottom: 45px;
}

.product-detail .tab-content .reviewer {
    color: #3F69AA;
    font-size: 18px;
    font-weight: 600;
}

.product-detail .tab-content .reviewer span {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

.product-detail .tab-content .ratting {
    color: #3F69AA;
    margin-bottom: 15px;
}

.product-detail .tab-content .reviews-submit .ratting {
    font-size: 24px;
}

.product-detail .tab-content .form input {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #666666;
    background: #ffffff;
    border: none;
    margin-bottom: 15px;
}

.product-detail .tab-content .form textarea {
    width: 100%;
    height: 80px;
    padding: 6px 15px;
    color: #666666;
    background: #ffffff;
    border: none;
    margin-bottom: 15px;
}

.product-detail .tab-content .form button {
    display: inline-block;
    height: 35px;
    padding: 0 15px;
    color: #666666;
    background: #ffffff;
    border: none;
    margin-bottom: 15px;
}

.product-detail .tab-content .form button:hover {
    color: #ffffff;
    background: #3F69AA;
}



/**********************************/
/********** Sidebar CSS ***********/
/**********************************/
.sidebar-widget {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}

.sidebar-widget .title {
    position: relative;
    color: #3F69AA;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.sidebar-widget .title::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    left: calc(50% - 25px);
    bottom: 0;
    background: #3F69AA;
}

.sidebar-widget.brands ul,
.sidebar-widget.category ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-widget.brands ul li,
.sidebar-widget.category ul li {
    margin-bottom: 12px; 
}

.sidebar-widget.brands ul li:last-child,
.sidebar-widget.category ul li:last-child {
    margin-bottom: 0; 
}

.sidebar-widget.brands ul li a,
.sidebar-widget.category ul li a {
    color: #3F69AA;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    display: inline-block;
    line-height: 23px;
}

.sidebar-widget.brands ul li a::before,
.sidebar-widget.category ul li a::before {
    content: '\f061';
    font-family: 'FontAwesome';
    padding-right: 5px;
}

.sidebar-widget.brands ul li a:hover,
.sidebar-widget.category ul li a:hover {
    padding-left: 10px; 
}

.sidebar-widget.brands ul li span,
.sidebar-widget.category ul li span {
    display: inline-block;
    float: right;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

.sidebar-widget.image a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar-widget.image img {
    max-width: 100%;
    transition: .3s;
}

.sidebar-widget.image img:hover {
    transform: scale(1.1);
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.sidebar-widget.tag a {
    display: inline-block;
    margin: 0 0 4px 0;
    padding: 3px 8px;
    font-size: 14px;
    font-weight: 400;
    color: #3F69AA;
    background: #ffffff;
    border: 1px solid #3F69AA;
}

.sidebar-widget.tag a:hover {
    color: #ffffff;
    background: #3F69AA;
}



/**********************************/
/************ Cart CSS ************/
/**********************************/
.cart-page {
    position: relative;
    padding: 60px 0;
}

.cart-page .table {
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
}

.cart-page .table .thead-dark th {
    text-align: center;
    background: #3F69AA;
    border-color: #3F69AA;
    vertical-align: middle;
}

.cart-page .table td {
    color: #666666;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}

.cart-page .table img {
    max-width: 100px;
    max-height: 100px;
}

.cart-page .table .qty {
    display: inline-block;
}

.cart-page .table button {
    height: 30px;
    padding: 2px 10px;
    text-align: center;
    color: #ffffff;
    background: #3F69AA;
    border: none;
}

.cart-page .table input {
    width: 60px;
    height: 30px;
    color: #ffffff;
    text-align: center;
    background: rgba(63, 105, 170, .5);
    border: none;
}

.cart-page .coupon {
    position: relative;
    width: 100%;
}

.cart-page .coupon input {
    width: calc(100% - 135px);
    height: 50px;
    padding: 0 15px;
    color: #666666;
    background: #ffffff;
    border: 1px solid #3F69AA;
    margin-right: 10px;
}

.cart-page .coupon button {
    width: 120px;
    height: 50px;
    padding: 2px 10px;
    text-align: center;
    color: #ffffff;
    background: #3F69AA;
    border: none;
}

.cart-page .cart-summary {
    position: relative;
    width: 100%;
}

.cart-page .cart-summary .cart-content {
    padding: 30px;
    background: #3F69AA;
}

.cart-page .cart-summary .cart-content h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
}

.cart-page .cart-summary .cart-content p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.cart-page .cart-summary .cart-content p span,
.cart-page .cart-summary .cart-content h4 span {
    float: right;
}

.cart-page .cart-summary .cart-content h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding-top: 12px;
    border-top: 1px solid #ffffff;
    margin: 0;
}

.cart-page .cart-summary .cart-btn button {
    margin-top: 15px;
    width: calc(50% - 15px);
    height: 50px;
    padding: 2px 10px;
    text-align: center;
    color: #ffffff;
    background: #3F69AA;
    border: none;
}

.cart-page .cart-summary .cart-btn button:first-child {
    margin-right: 25px;
    color: #3F69AA;
    background: #ffffff;
    border: 1px solid #3F69AA;
}



/**********************************/
/********** Checkout CSS **********/
/**********************************/



/* Responsive Slider Container */
.responsive-slider {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden;
}

/* Slider Wrapper */
.responsive-slider-wrapper {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s ease-in-out;
}

/* Individual Slider Item */
.responsive-slider-item {
    position: relative;
    min-width: 100%;
    box-sizing: border-box;
}

/* Slider Images */
.responsive-slider-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Button Styling for Slider */
.responsive-button {
    position: absolute;
    bottom: 30%;
    left: 50%;
    margin-bottom: 10px;
    transform: translateX(-50%);
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: center;
    text-decoration: none;
}

/* Button Hover Effect */
.responsive-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transform: translateX(-50%) scale(1.1);
}

/* Responsive Slider Adjustments */
@media (max-width: 768px) {
    .responsive-button {
        padding: 12px 24px;
        font-size: 16px;
        bottom: 15%;
    }
}

@media (max-width: 576px) {
    .responsive-button {
        padding: 10px 20px;
        font-size: 14px;
        bottom: 10%;
    }

    .responsive-slider-wrapper {
        flex-direction: column;
    }
}








.responsive-buttonsl2 {
    position: absolute;
    bottom: 30%;
    left: 50%;
    margin-bottom: 10px;
    transform: translateX(-50%);
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 1);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: center;
    text-decoration: none;
}

/* Button Hover Effect */
.responsive-buttonsl2:hover {
    background-color: #d86c08;
    transform: translateX(-50%) scale(1.2);
    
}



/* Responsive Slider Adjustments */
@media (max-width: 768px) {
    .responsive-buttonsl2 {
        padding: 12px 24px;
        font-size: 16px;
        bottom: 15%;
    }
}

@media (max-width: 576px) {
    .responsive-buttonsl2 {
        padding: 10px 20px;
        font-size: 14px;
        bottom: 10%;
    } 
}






















.checkout {

    position: relative;
    padding: 60px 0;
}

.checkout .billing-address,
.checkout .shipping-address {
    position: relative;
    width: 100%;
}

.checkout .shipping-address {
    display: none;
    margin-top: 30px;
}

.checkout .billing-address h2,
.checkout .shipping-address h2 {
    color: #666666;
    font-size: 30px;
    font-weight: 700;
}

.checkout .checkout-summary,
.checkout .checkout-payment {
    position: relative;
    width: 100%;
}

.checkout .checkout-payment {
    margin-top: 30px;
}

.checkout .checkout-summary h2,
.checkout .checkout-payment h2 {
    color: #666666;
    font-size: 30px;
    font-weight: 700;
}

.checkout .checkout-summary .checkout-content,
.checkout .checkout-payment .payment-methods {
    padding: 30px;
    background: #3F69AA;
}

.checkout .checkout-summary .checkout-content h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
}

.checkout .checkout-summary .checkout-content p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.checkout .checkout-summary .checkout-content p.sub-total,
.checkout .checkout-summary .checkout-content p.ship-cost {
    padding-top: 15px;
    border-top: 1px solid #ffffff;
}

.checkout .checkout-summary .checkout-content p span,
.checkout .checkout-summary .checkout-content h4 span {
    float: right;
}

.checkout .checkout-summary .checkout-content h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding-top: 12px;
    border-top: 1px solid #ffffff;
    margin: 0;
}

.checkout .checkout-payment .payment-methods {
    color: #ffffff;
}

.checkout .checkout-payment .payment-methods .payment-content {
    display: none;
}

.checkout .checkout-payment .checkout-btn button {
    margin-top: 15px;
    width: calc(50% - 15px);
    height: 50px;
    padding: 2px 10px;
    text-align: center;
    color: #ffffff;
    background: #3F69AA;
    border: none;
}



/**********************************/
/********* My Account CSS *********/
/**********************************/
.my-account {
    position: relative;
    padding: 60px 0;
}

.my-account .nav.nav-pills .nav-link {
    padding: 15px 22px;
    color: #3F69AA;
    font-weight: 400;
    background: rgba(63, 105, 170, .1);
    border-radius: 0;
    border-bottom: 1px solid #ffffff;
}

.my-account .nav.nav-pills .nav-link:hover,
.my-account .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #3F69AA;
}

.my-account .tab-content {
    padding: 30px;
    background: rgba(63, 105, 170, .1);
}

.my-account .tab-content .table {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.my-account .tab-content .table .thead-dark th {
    text-align: center;
    background: #3F69AA;
    border-color: #3F69AA;
    vertical-align: middle;
}

.my-account .tab-content .table td {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
}

.my-account .tab-content button {
    height: 35px;
    padding: 2px 15px;
    text-align: center;
    color: #ffffff;
    background: #3F69AA;
    border: none;
}

.my-account .tab-content input {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #666666;
    background: #ffffff;
    border: 1px solid #ffffff;
    margin-bottom: 15px;
}



/**********************************/
/********* Newsletter CSS *********/
/**********************************/
.newsletter {
    position: relative;
    padding: 60px 0;
    text-align: center;
    background: #3F69AA;
}

.newsletter .section-header h2,
.newsletter .section-header h3,
.newsletter .section-header p {
    color: #ffffff;
}

.newsletter .section-header h2::after,
.newsletter .section-header h3::after {
    background: #ffffff;
}

.newsletter .form {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter .form input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #ffffff;
}

.newsletter .form button {
    position: absolute;
    width: 80px;
    height: 40px;
    top: 0;
    right: 0;
    padding: 0 15px;
    border: none;
    background: #3F69AA;
    color: #ffffff;
    border: 1px solid #ffffff;
}



/**********************************/
/*********** Brand CSS ************/
/**********************************/
.brand {
    position: relative;
    padding: 0 0 60px 0;
}

.brand-item {
    text-align: center; 
}

.brand-item img {
    max-width: 100%;
    margin: auto; 
}



/**********************************/
/********** Contact CSS ***********/
/**********************************/
.contact {
    position: relative;
    padding: 60px 0;
}

.contact .contact-info .section-header h3,
.contact .contact-info .section-header p {
    text-align: left;
}

.contact .contact-info .section-header p {
    font-weight: 400;
}

.contact .contact-info .section-header h3::after {
    left: 0;
}

.contact .contact-info img {
    max-width: 100%;
    margin-bottom: 15px;
}

.contact .contact-info h4 {
    margin-bottom: 10px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
}

.contact .contact-info h4 i {
    color: #3F69AA;
    margin-right: 5px;
}

.contact .social {
    position: relative;
    width: 100%;
}

.contact .social a {
    display: inline-block;
    margin: 10px 10px 0 0;
    width: 40px;
    height: 40px;
    padding: 3px 0;
    text-align: center;
    font-size: 20px;
    border: 1px solid #3F69AA;
}

.contact .social a i {
    color: #3F69AA;
}

.contact .social a:hover {
    background: #3F69AA;
}

.contact .social a:hover i {
    color: #ffffff;
}

.contact .form {
    color: #666666;
}

@media (max-width: 767.98px) {
    .contact .form {
        margin-bottom: 30px;
    }
}

.contact .form input,
.contact .form textarea {
    color: #666666;
    font-size: 16px;
    padding: 10px 15px;
    border: none;
    border: 1px solid #3F69AA;
    border-radius: 0;
    box-shadow: none;
}

.contact .form input:focus,
.contact .form textarea:focus {
    box-shadow: none;
}

.contact .form button[type="submit"] {
    padding: 6px 25px 7px 25px;
    color: #3F69AA;
    letter-spacing: 1px;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #3F69AA;
    background: #ffffff;
}

.contact .form button[type="submit"]:hover {
    background: #3F69AA;
    color: #FFFFFF;
}



/**********************************/
/****** Register & Login CSS ******/
/**********************************/
.login {
    position: relative;
    padding: 60px 0;
}



/**********************************/
/********** Footer CSS ************/
/**********************************/
.footer {
    position: relative;
    padding: 60px 0 0 0;
    background: #3F69AA;
}

@media (min-width: 992px) {
    .footer .container-fluid {
        max-width: 95%;
    }
}

.footer .footer-widget {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.footer .footer-widget h1 {
    color: #ffffff;
    margin-bottom: 18px; 
    
}

.footer .footer-widget .title {
    color: #ffffff;
    white-space: nowrap;
}

.footer .footer-widget p {
    color: #ffffff;
}

.footer .footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .footer-widget ul li {
    margin-bottom: 12px; 
}

.footer .footer-widget ul li:last-child {
    margin-bottom: 0; 
}

.footer .footer-widget ul li a {
    color: #ffffff;
    white-space: nowrap;
    display: block;
    line-height: 23px;
}

.footer .footer-widget ul li a::before {
    content: '\f061';
    font-family: 'FontAwesome';
    padding-right: 5px;
}

.footer .footer-widget ul li a:hover {
    padding-left: 10px; 
}

.footer .contact-info p {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 16px;
}

.footer .contact-info p i {
    color: #ffffff;
    margin-right: 5px;
}

.footer .social {
    position: relative;
    width: 100%;
}

.footer .social a {
    display: inline-block;
    margin: 10px 5px 0 0;
    width: 35px;
    height: 35px;
    padding: 2px 0;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ffffff;
}

.footer .social a i {
    color: #ffffff;
}

.footer .payment {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #4977bf;
}

@media (min-width: 992px) {
    .footer .payment {
        max-width: 80%;
        margin: 0 auto;
    }
}

.footer .payment-method,
.footer .payment-security {
    overflow: hidden;
}

.footer .payment-method {
    text-align: left;
}

.footer .payment-security {
    text-align: right;
}

@media (max-width: 768.98px) {
    .footer .payment-method,
    .footer .payment-security {
        text-align: center; 
    } 
}

.footer .payment-method p,
.footer .payment-security p{
    display: inline-block;
    margin: 0 10px 0 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
}

.footer .payment-method img,
.footer .payment-security img {
    height: 25px;
}



/**********************************/
/******** Footer Bottom CSS *******/
/**********************************/
.footer-bottom {
    position: relative;
    padding: 25px 0;
    background: #ffffff;
}

.footer-bottom .copyright {
    text-align: left;
}

.footer-bottom .template-by {
    text-align: right;
}

.footer-bottom .copyright p,
.footer-bottom .template-by p {
    color: #666666;
    font-weight: 400;
    margin: 0;
}

.footer-bottom .copyright p a,
.footer-bottom .template-by p a {
    font-weight: 600;
}

@media (max-width: 768.98px) {
    .footer-bottom .copyright,
    .footer-bottom .template-by {
        text-align: center; 
    } 
}















.carousel img {
    width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
  }
  .carousel-inner {
    padding: 1em;
  }
  
  @media screen and (min-width: 576px) {
    .carousel-inner {
      display: flex;
      width: 90%;
      margin-inline: auto;
      padding: 1em 0;
      overflow: hidden;
    }
    .carousel-item {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 2);
    }
  }
  @media screen and (min-width: 768px) {
    .carousel-item {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 3);
    }
  }
  .carousel .card {
    margin: 0 0.5em;
    border: 0;
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: grey;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
  


/* Center the heading */
.testimonial-heading {
    text-align: center;
    font-size: 2rem; /* Adjust heading size */
    margin-bottom: 1.5rem;
    font-weight: bold;
    color: #3F69AA;
}

/* Make heading responsive */
@media (max-width: 768px) {
    .testimonial-heading {
        font-size: 1.75rem; /* Slightly smaller font size for tablets */
    }
}

@media (max-width: 576px) {
    .testimonial-heading {
        font-size: 1.5rem; /* Smaller font size for mobile devices */
    }
}



/* Footer Container */
.site-footer {
    background-color: #3F69AA;
    color: #ffffff;
    padding: 40px 20px 20px 20px;
    font-family: 'Arial', sans-serif;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px; /* Add spacing between elements */
}

.footer-logo {
    flex: 1 1 30%;
    margin-bottom: 20px;
    text-align: center; /* Center logo for better alignment */
}

.footer-logo-img {
    width: 250px;
    height: auto;
}

/* Footer Contact and Social Sections */
.footer-contact, .footer-social {
    flex: 1 1 30%;
    margin-bottom: 20px;
    text-align: left;
}

.footer-contact h3, .footer-social h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: bold;
}

.contact-info {
    list-style: none;
    padding: 0;
}

.contact-info li {
    margin-bottom: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.contact-info li i {
    margin-right: 10px;
}

.contact-info li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-info li a:hover {
    color: #FFD700; /* Hover color */
}

/* Social Links */
.social-links {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
}

.social-links li a {
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    transition: color 0.3s, transform 0.3s;
}

.social-links li a:hover {
    color: #FFD700; /* Optional hover color */
    transform: scale(1.1); /* Slight zoom on hover */
}

/* Footer Bottom */
.footer-bottom {
    background-color: #355086;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}

.footer-bottom p {
    font-size: 14px;
    margin: 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-logo, .footer-contact, .footer-social {
        flex: 1 1 100%;
    }

    .footer-contact, .footer-social {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .footer-logo-img {
        width: 200px;
        height: auto;
    }

    .social-links li a {
        font-size: 18px;
    }

    .contact-info li {
        font-size: 14px;
    }

    .footer-contact h3, .footer-social h3 {
        font-size: 18px;
    }
}









  /* About Header Section */
.about-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('img/header-bg.jpeg') no-repeat center center/cover;
    padding: 80px 20px;
    color: #fff;
    text-align: center;
  }
  
  .about-header h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .about-header p {
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
  }
  
  /* About Content Section */
  .about-content {
    padding: 60px 20px;
    background-color: #f9f9f9;
  }
  
  .about-content .about-description {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }
  
  .about-content .about-description h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
  }
  
  .about-content .about-description p {
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  
  /* Gallery Section */
  .about-gallery {
    padding: 60px 20px;
    background-color: #ffffff;
  }
  
  .about-gallery .container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  
  .about-gallery h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
  }
  
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
  
  .gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
  }
  
  .gallery-item:hover img {
    transform: scale(1.05);
  }
  
  /* Responsive Styles */
  @media (max-width: 1024px) {
    .gallery-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .about-content .about-description p {
      font-size: 16px;
    }
  }
  
  @media (max-width: 768px) {
    .gallery-grid {
      grid-template-columns: 1fr;
    }
  
    .about-header h1 {
      font-size: 28px;
    }
  
    .about-content .about-description h2 {
      font-size: 28px;
    }
  }
  
  @media (max-width: 576px) {
    .about-header h1 {
      font-size: 24px;
    }
  
    .about-header p {
      font-size: 16px;
    }
  
    .about-content .about-description h2 {
      font-size: 24px;
    }
  }
  





  /* Gallery Section */
.about-gallery {
    padding: 60px 20px;
    background-color: #ffffff;
  }
  
  .about-gallery .container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  
  .about-gallery h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
  }
  
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
  
  .gallery-item {
    position: relative;
    overflow: hidden;
  }
  
  .gallery-item img {
    width: 100%;
    height: 300px; /* Set a fixed height for the images */
    object-fit: cover; /* Ensures the image covers the container without distortion */
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
  }
  
  /* Hover effect for images */
  .gallery-item:hover img {
    transform: scale(1.05);
  }
  
  /* Responsive Styles */
  @media (max-width: 1024px) {
    .gallery-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .gallery-item img {
      height: 250px; /* Adjusted height for medium screens */
    }
  }
  
  @media (max-width: 768px) {
    .gallery-grid {
      grid-template-columns: 1fr;
    }
  
    .gallery-item img {
      height: 200px; /* Adjusted height for smaller screens */
    }
  }
  







/* Feature Products */
.responsive-buttonsl {
    position: absolute;
    top: 65vh;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #1b1ef0, #000000); /* Gradient for a more vibrant look */
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease; /* Updated transitions */
    text-align: center;
    text-decoration: none;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
}

.responsive-buttonsl:hover {
    transform: translate(-50%, -3px) scale(1.05); /* Smooth hover scaling and lift */
    background: linear-gradient(135deg, #feb47b, #ff7e5f); /* Gradient flip on hover */
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3); /* Deeper shadow on hover */
}

.responsive-buttonsl:active {
    transform: translate(-50%, -1px) scale(1); /* Less pronounced effect on click */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); /* Subtle shadow on click */
}

.product-slider-container {
    width: 100%;
    height: 530px;
    margin: auto;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.product-slider-track {
    display: flex;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.product-slide {
    min-width: 280px;
    min-height: 350px;
    margin: 10px;
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Shadow border */
    transition: box-shadow 0.3s ease; /* Smooth transition on hover */
}

.product-slide:hover {
    box-shadow: 0 8px 20px rgba(224, 168, 83, 0.925); /* Stronger shadow on hover */
   
}

.product-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease, filter 0.3s ease;
    border-radius: 20px;
}

.product-slide:hover .product-image {
    transform: scale(1.2);
  
}

.view-details-btn {
    background-color: #ff6600;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.view-details-btn:hover {
    background-color: #e65c00;
}

/* Buttons for slider navigation */
.product-slider-prev,
.product-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
}

.product-slider-prev {
    left: 10px;
}

.product-slider-next {
    right: 10px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .product-slide {
        min-width: 220px;
        margin: 8px;
    }

    .product-image {
        height: 180px;
    }

    .product-slider-prev,
    .product-slider-next {
        padding: 8px;
    }
}

@media (max-width: 768px) {
    .product-slider-container {
        height: 280px;
    }
    
    .product-slide {
        min-width: 150px;
        margin: 4px;
        min-height: 150px;
        padding: 15px;
    }

    .product-image {
        height: 160px;
    }

    .product-slider-prev,
    .product-slider-next {
        padding: 6px;
    }
    
    .responsive-buttonsl {
        
        padding: 10px 20px;
        font-size: 14px;
        top: 1px;
    }
}

@media (max-width: 480px) {
    .product-slider-container {
        height: 280px;
    }

    .product-slide {
        min-width: 150px;
        margin: 4px;
        min-height: 150px;
        padding: 15px;
    }

    .product-image {
        height: 120px;
    }

    .product-title {
        font-size: 1rem;
    }

    .product-price {
        font-size: 0.9rem;
    }

    .responsive-buttonsl {
        
        top: 10px;
        padding: 5px 20px;
        font-size: 12px;
        max-height: 50px;
    }
}







/* Feature Products */
.workwear-button {
    position: absolute;
    top: 65vh;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #1b1ef0, #000000); /* Gradient for a more vibrant look */
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease; /* Updated transitions */
    text-align: center;
    text-decoration: none;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
}

.workwear-button:hover {
    transform: translate(-50%, -3px) scale(1.05); /* Smooth hover scaling and lift */
    background: linear-gradient(135deg, #feb47b, #ff7e5f); /* Gradient flip on hover */
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3); /* Deeper shadow on hover */
}

.workwear-button:active {
    transform: translate(-50%, -1px) scale(1); /* Less pronounced effect on click */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); /* Subtle shadow on click */
}

.workwear-slider-container {
    width: 100%;
    height: 530px;
    margin: auto;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.workwear-slider-track {
    display: flex;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.workwear-slide {
    min-width: 280px;
    min-height: 350px;
    margin: 10px;
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Shadow border */
    transition: box-shadow 0.3s ease; /* Smooth transition on hover */
}

.workwear-slide:hover {
    box-shadow: 0 8px 20px rgba(224, 168, 83, 0.925); /* Stronger shadow on hover */
}


.workwear-slide:hover .workwear-image {
    transform: scale(1.3);
    
}

.workwear-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.workwear-slider-prev,
.workwear-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
}

.workwear-slider-prev {
    left: 10px;
}

.workwear-slider-next {
    right: 10px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .workwear-slide {
        min-width: 220px;
        margin: 8px;
        padding: 20px;
    }

    .workwear-image {
        height: 200px;
    }

    .workwear-slider-prev,
    .workwear-slider-next {
        padding: 8px;
    }
}

@media (max-width: 768px) {
    .workwear-slider-container {
        height: 350px;
    }

    .workwear-slide {
        min-width: 150px;
        margin: 4px;
        min-height: 150px;
        padding: 15px;
    }

    .workwear-image {
        height: 160px;
    }

    .workwear-slider-prev,
    .workwear-slider-next {
        padding: 6px;
    }

    .workwear-button {
        top: 30vh;
       
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    

    .workwear-slide {
        min-width: 150px;
        margin: 4px;
        min-height: 150px;
        padding: 15px;
    }

    .workwear-image {
        height: 120px;
    }

    .workwear-button {
       top: 10px;
        padding: 5px 20px;
        font-size: 12px;
        max-height: 50px;
    }
   
}



    



/* General reset and styling */


  
  /* Container styling */
    .container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 20px;
    }
  
  
  /* Title styling */
  .title {
    text-align: center;
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
  }
  
  /* Product catalog grid */
  .product-catalog {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    padding: 10px;
  }
  
  /* Product card styling */
  .product-card {
    background-color: #ffffff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
  
  }
  
  .product-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    
  }


  .product-card p{
    color: #d86c08;
    font-weight: 600;
    font-size: 20px;
     
  }
  
  /* Image styling */
  .product-image {
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 8px;
  }

  .product-image:hover {
    transform: scale(1.13);
    transition: all 0.2s ease;
  }
  
  /* Product text styling */
  .product-name {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px 0;
    color: #333;

  }
  
  .product-price {
    color: #888;
    margin-bottom: 16px;
  }
  
  /* Button styling */
  .add-to-cart {
    background-color: #007bff;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }
  
  .add-to-cart:hover {
    background-color: #0056b3;
  }
  
  /* Responsive styling for mobile screens */
  @media (max-width: 768px) {
    .title {
      font-size: 1.5rem;
    }
    .product-card{
        height: 290px;
    }
  
    .product-catalog {
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
  
    .product-card {
      padding: 12px;
    }
  
    .product-image {
      height: 150px;
    }
  
    .product-name {
      font-size: 1rem;
    }
  
    .add-to-cart {
      padding: 8px;
    }
  }
  