* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* defining primary and secondary background color */
:root {
     --primary-color: #2E3192;
    --secondary-color: #FFF;
    --primary-bg: #313237;
    --secondary-bg: #2E3192;
    --teritory-bg: #FFF;
    --hover-bg: #2E3192;
     --border-color: #ddd;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--primary-bg);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{
    padding: 4px;
}
img {
    vertical-align: middle;
}
a {
    text-decoration: none !important;
     
}
ul{
    list-style: none !important;
    li{
        list-style: none;
    }
}
.logo img{
   /* mix-blend-mode: multiply;
        background: transparent; */
}
/* go to top button */
#goTopBtn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: var(--secondary-bg);
    color: var(--secondary-color);
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: 0.3s ease-in-out;
}

#goTopBtn:hover {
    background-color: var(--secondary-bg);
}

/* / go to top button */


/* whatsapp from */
#whatsappBtn {
    /* display: none; */
    position: fixed;
    bottom: 40px;
    left: 30px;
    z-index: 99;
    font-size: 25px;
    border: none;
    outline: none;
    background-color: var(--secondary-bg);
    color: var(--secondary-color);
    cursor: pointer;
    padding: 12px 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

#whatsappBtn:hover {
    background-color: #0c7b72;
}

.whatsapp {
    background-color: var(--secondary-color);
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99;
    display: none;
}

.whatsapp form input {
    border: 1px solidn gray;
}

.whatsapp .container-box {
    max-width: 400px;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
    /* margin: 1rem auto; */
    display: flex;
    flex-direction: column;
    height: 500px;
}

.whatsapp .header {
    background-color: var(--secondary-bg);
    color: var(--secondary-color);
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem; */
}

.whatsapp .header button {
    background: none;
    border: none;
    color: var(--secondary-color);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}

.whatsapp .scroll-area {
    padding: 0.75rem 1rem;
    overflow-y: auto;
    flex-grow: 1;
}

.whatsapp .info-box {
    background-color: var(--secondary-color);
    color: var(--primary-bg);
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    margin-bottom: 0.5rem;
    position: relative;
}

.whatsapp .whatsapp-btn {
    background-color: #22c55e;
    color: var(--secondary-color);
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
}

.whatsapp .whatsapp-btn:hover {
    background-color: #16a34a;
}

.whatsapp .form-control {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.whatsapp .form-control::placeholder {
    color: #9ca3af;
}

.whatsapp .wholesale-text {
    font-size: 0.75rem;
    color: #b91c1c;
    margin-bottom: 0.25rem;
}

.whatsapp textarea.form-control {
    resize: vertical;
}

.whatsapp .btn-contact {
    background-color: var(--secondary-bg);
    color: var(--secondary-color);
    font-size: 0.875rem;
    width: 100%;
    border: none;
    padding: 0.5rem 0;
    border-radius: 0.375rem;
    cursor: pointer;
}

.whatsapp .btn-contact:hover,
.whatsapp .btn-contact:focus {
    background-color: var(--secondary-bg);
    color: var(--secondary-color);
    outline: none;
    box-shadow: 0 0 0 0.25rem rgb(13 148 136 / 0.5);
}

/* / whatsapp from */
/*------------------------------------------------------------------------------------------------
---------------------------------------- STYLING NAVBAR ------------------------------------------
-------------------------------------------------------------------------------------------------*/
nav .nav-link{
    color: var(--secondary-bg);
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s;
    &:hover{
        color: #2E3192;
    }
}
nav .separator{
    color: var(--secondary-bg);
    padding: 5px 20px;
    font-size: 22px;
}
.navbar-brand{
    mix-blend-mode: multiply;
    padding: 5px 0 !important;
    margin: 0;
    width: 80px;
}
.navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* category nav */
.category-nav-section {
    background: #fff;
    /* border-bottom: 1px solid #ddd; */


.categories {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0 20px;
    /* justify-content: space-around; */
    position: relative;
}

.category-item {
    
    margin-right: 40px;
    font-size: 18px;
    font-weight: 700;
}

.category-item .category-item-a {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
}

.category-item a:hover {
    
    background-color: #181a60;
    color: #fff;
}

/* Default hidden */
.subcategory-dropdown {
    display: none; /* initially hidden */
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #f8f9fa;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 999;
    flex-wrap: wrap; /* multiple columns */
}

/* Show on hover */
.category-item:hover .subcategory-dropdown {
    display: grid;
    grid-template-columns: repeat(5,20%);
}

/* Columns inside dropdown */
.subcategory-column {
    flex: 1; /* each column equal width */
    margin-right: 20px;
     /* &:nth-child(1){
        margin-left: 20px;
    } */
}

.subcategory-column h6 a {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px !important;
    color: #2f2f2f;
    display: inline-block;
    padding: 5px 15px;
    &:hover{
    }
    
   
}
.subcategory-column-item-drop{
    display: none;
}
.subcategory-column:hover{
   .subcategory-column-item-drop{
        display: block;
    } 
}
.subcategory-column ul {
    list-style: none;
    padding: 0;
    margin: 0;

}

/* .subcategory-column ul li {
    margin-bottom: 6px;
} */

.subcategory-column ul li a {
    text-decoration: none;
    color: #555;
    font-size: 14px;
    font-weight: 500;
    padding: 1px;
    padding-left: 20px;
    text-align: start;
    
    padding: 5px 15px;
    &:hover{
        color: #ffff;
    }
    
}

.subcategory-column ul li a:hover {
    
}
}
.sub-img-main-footer-show {
    grid-column: 1 / -1; /* FULL WIDTH */
    margin-top: 20px;
}

.sub-img-main-footer-show img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
}


/* about-details */
/* product-dropdown */
/* Main Product Dropdown */
.product-dropdown {
    position: relative;
    
}

.product-dropdown > a {
    color: var(--secondary-bg);
    font-weight: 600;
    padding: 10px 15px;
    display: inline-block;
    text-align: left;
    transition: color 0.3s ease;
    font-size: 18px;
}

.product-dropdown > a:hover {
    color: #2E3192;
}

/* Main Menu */
.product-dropdown .menu {
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    background: #fff;
    padding: 0;
    margin: 0;
    min-width: 220px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    z-index: 999;
}

/* Show Menu on Hover */
.product-dropdown:hover .menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Menu Items */
.product-dropdown .menu-item {
    position: relative;
}

.product-dropdown .menu-item > a {
    display: block;
    padding: 10px 15px;
    color: #333;
    transition: background 0.3s, color 0.3s;
    text-decoration: none;
}

.product-dropdown .menu-item > a:hover {
    background: #2E3192;
    color: #fff;
    text-decoration: none;
}

/* Submenu */
.product-dropdown .menu-item .submenu {
    position: absolute;
    top: 0;
    left: 100%;
    list-style: none;
    background: #fff;
    padding: 0;
    margin: 0;
    min-width: 200px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateX(15px);
    transition: all 0.3s ease;
}

/* Show Submenu on Hover */
.product-dropdown .menu-item:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* Submenu Items */
.product-dropdown .submenu li a {
    padding: 10px 15px;
    color: #333;
    display: block;
    transition: background 0.3s, color 0.3s;
    text-decoration: none;
}

.product-dropdown .submenu li a:hover {
    background: #2E3192;
    color: #fff;
}

/* Arrow for Submenu */
/* */

/*------------------------------------------------------------------------------------------------
---------------------------------------- /STYLING NAVBAR ------------------------------------------
-------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------
---------------------------------------- HERO SECTION --------------------------------------------
-------------------------------------------------------------------------------------------------*/

.slider{
    overflow:hidden;
}

.slide-item{
    position:relative;
    max-height: 600px;
    min-height:100px ;
    overflow: hidden;
}

.slide-item img{
    width:100%;
    height: 520px;
    /* object-fit:contain; */
    /* transform:scale(1.2); */
    transition:transform 6s ease;
}

.slick-current img{
    
}

/* arrows */

.slick-prev,
.slick-next{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#fff;
    display:flex !important;
    align-items:center;
    justify-content:center;
    z-index:10;
}

.slick-prev{
    left:30px;
}

.slick-next{
    right:30px;
}

.slick-prev:before,
.slick-next:before{
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    color:#000;
}

.slick-prev:before{
    content:"\f104";
}

.slick-next:before{
    content:"\f105";
}

.slick-prev:hover,
.slick-next:hover{
    background:#2E3192;
}

.slick-prev:hover:before,
.slick-next:hover:before{
    color:#fff;
}

.bg-custom-teal {
    background-color: var(--secondary-bg);
}

.bg-custom-yellow {
    background-color: #f0a500;
}

.text-custom-dark {
    color: #1a1a1a;
}

.tracking-widest {
    letter-spacing: 0.1em;
}

.tracking-wide {
    letter-spacing: 0.05em;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

/*------------------------------------------------------------------------------------------------
---------------------------------------- / HERO SECTION --------------------------------------------
-------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------
-------------------------------------- RECOMMENDED CATEGORY --------------------------------------
-------------------------------------------------------------------------------------------------*/
.category-section {
    background: linear-gradient(to top, #ffffff, #2e319271, #2E3192);
    padding: 4rem 0;
}

.category-section .cat-heading {
    padding: 1.5rem 0;
    text-align: left;
}

.category-section h4 {
    color:#ffffff;
    border-bottom: 2px solid #ffffff;
    display: inline-block;
    padding-left: 2rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom: 0.5rem;
    font-size: 1.5rem;
    text-align: left !important;
}

.category-section .category-slider {
    width: 100%;
    padding-top: 2rem;
}

.category-section .category-slider .category-item {
    padding: 0 10px;
    height: 50vh;
    max-height: 400px;
}

.category-section .category-slider .category-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Slick arrows */
.category-section .slick-next:before,
.category-section .slick-prev:before {
    font-size: 2rem !important;
    color: #fff !important;
}

.category-section .slick-prev:before {
    margin-left: -1.5rem;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
    .category-section h4 {
        font-size: 1.25rem;
        padding-left: 1rem;
    }

    .category-section .category-slider .category-item {
        height: 40vh;
    }
}

@media (max-width: 576px) {
    .category-section h4 {
        font-size: 1.1rem;
        letter-spacing: 2px;
        padding-left: 0.5rem;
    }

    .category-section .category-slider .category-item {
        height: 30vh;
    }

    .category-section .category-slider {
        padding-top: 1rem;
    }

    .category-section .slick-next:before,
    .category-section .slick-prev:before {
        font-size: 1.5rem !important;
    }
    .about-us-main-div {
        img {
            height: auto !important;
        }
    }
}
/* slider  */
.slider {
    .slick-next{
        right: 20px !important;
        background-color: #03576e88;
        width: 40px;
        height: 40px;
        border-radius: 8px !important;
        &:hover{
            background-color: #015957;
        }
    }
    .slick-prev{
        left: 20px !important;
        background-color: #03576e88;
        width: 40px;
        height: 40px;
        border-radius: 8px !important;
        &:hover{
            background-color: #015957;
        }
    }
    img{
        height: 520px !important;
        object-fit: cover;
    }
}

/*------------------------------------------------------------------------------------------------
-------------------------------------- / RECOMMENDED CATEGORY -------------------------------------
-------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------
-------------------------------------- COMPOANY PORFILE -----------------------------------------
-------------------------------------------------------------------------------------------------*/
.bg-custom {
    background-color: #1aa9b8;
}

.text-xs {
    font-size: 0.65rem;
}

.font-extrabold {
    font-weight: 800;
}

.leading-tight {
    line-height: 1.2;
}
.company-desc{
    height: 600px;
    overflow: hidden;
}

.company-desc h1 {
    /* width: 50%; */
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.1em;
    border-bottom: 3px solid #fff;
    display: inline-block;

}

.company-desc p {
    /* max-width: 800px; */
    margin: 10px auto;
    font-size: 14px;
    line-height: 1.5rem;
    }

/*------------------------------------------------------------------------------------------------
-------------------------------------- / COMPOANY PORFILE -----------------------------------------
-------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------
-------------------------------------- RECOMMENDED PRODUCTS -------------------------------------
-------------------------------------------------------------------------------------------------*/
.products {
    margin-bottom: 40px;
    padding-top: 65px;
}

.products .cat-heading {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid var(--primary-color);
    display: inline-block;
    margin-bottom: 1.5rem;
    padding-bottom: 4px;
    letter-spacing: 3px;
    padding-left: 30px;
}

.products .product-card {
    background: var(--secondary-color);
    padding: 1rem;
    text-align: center;
    margin: 0 6px;

}
.products .product-slider{
    margin: 10px;
}
.products .product-slider .product-card{
    /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); */
    box-shadow: 0 0 5px var(--primary-color);
    border-radius: 5px;
    margin: 10px;
    padding-top: 5px;
}

.products .product-slider .product-card img {
    height: 18rem;
    width: 100%;
    object-fit: contain;
    overflow: hidden;
    transition: .5s ease-in-out;
}

.products .product-slider .product-card:hover img {
    /* transform: scale(1.1); */
    overflow: hidden;
}

.products .product-text {
    font-size: 15px;
    color: black;
    margin-top: 1rem;
    line-height: 1.1;
}

/* Container to position arrows vertically centered and outside slider */
.products .slider-container {
    position: relative;
}

.products .slick-prev,
.products .slick-next {
    width: 39px;
    height: 45px;
    background-color: rgba(107, 114, 128, 0.7);
    border-radius: 0;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    font-size: 1rem;
    cursor: pointer;
    position: absolute;
    transition: 0.3s ease;
    /* opacity: .7; */
}

.products .slick-prev:hover,
.products .slick-next:hover {
    background-color: rgba(87, 91, 98, 0.7);
    color: var(--secondary-color);
    opacity: 1;
}

.products .slick-prev {
    left: 5px;
    /* placed outside slider on left */
}

.products .slick-next {
    right: 5px;
    /* placed outside slider on right */
}

.products .slick-prev:before,
.products .slick-next:before {
    content: "";
}

.products .slick-slide {
    outline: none;
}

/* Responsive adjustments for arrow position */
@media (max-width: 576px) {
    .products .slick-prev {
        left: -8px;
    }

    .products .slick-next {
        right: -8px;

    }

    .category-section .slick-prev {
        left: -8px;
    }
}

/*------------------------------------------------------------------------------------------------
------------------------------------- / RECOMMENDED PRODUCTS -------------------------------------
-------------------------------------------------------------------------------------------------*/
/* //////////////////////////////////////////////////////////// */
.about-us-main-div{

    img{
        height: 600px !important;
        width: 100%;
    }
}
/*------------------------------------------------------------------------------------------------
--------------------------------------- GET IN TOUCH ---------------------------------------------
-------------------------------------------------------------------------------------------------*/
.get-in-touch {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 100px;
    color: var(--secondary-color);
}

.get-in-touch .container-center {
    /* min-height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    text-align: center;
}

.get-in-touch .icon-circle {
    border: 1px solid var(--secondary-color);
    border-radius: 50%;
    width: 95px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1rem auto;
}

.get-in-touch .icon-circle svg {
    width: 55px;
    height: 55px;
    stroke: gray;
}

.get-in-touch .stay-text {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}

.get-in-touch .description-text {
    color: #7b7d8a;
    margin-top: 15px;
    font-size: 18px;
}

.get-in-touch .btn-inquiry {
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color);
    font-size: 1rem;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 0.675rem 2.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: transparent;
    transition: background-color 0.3s, color 0.3s;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}

.get-in-touch .btn-inquiry:hover,
.btn-inquiry:focus {
    background-color: black;
    color: var(--secondary-color);
    border-color: var(--secondary-color);
    /* keep border on hover */
    text-decoration: none;
}

.get-in-touch .btn-inquiry span.text {
    display: inline-block;
    transition: transform 0.3s ease;
}

.get-in-touch .btn-inquiry svg {
    width: 12px;
    height: 12px;
    stroke: currentColor;
    transition: transform 0.3s ease;
    display: inline-block;
}

.get-in-touch .btn-inquiry:hover span.text {
    transform: translateX(-10px);
}

.get-in-touch .btn-inquiry:hover svg {
    transform: translateX(10px);
}

/*------------------------------------------------------------------------------------------------
------------------------------------- / GET IN TOUCH ---------------------------------------------
-------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------
------------------------------------- FOOTER -----------------------------------------------------
-------------------------------------------------------------------------------------------------*/
.footer {
    background-color:  #f8f9fa;;
    font-family: "Inter", sans-serif;
    color: #6b7280;
}

.footer footer {
    padding: 1rem 1.5rem 0;
}

.footer h3 {
    color: var(--primary-color);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.footer h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 34px;
    background-color: var(--hover-bg);
    transition: width 0.3s ease;
}

.footer ul {
    list-style: none;
    padding-left: 0;
    padding-top: 1rem;
}

.footer ul li a {
    color: #616060;
    font-size: 1rem;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s ease;
    text-transform: capitalize;
}

.footer ul li a:hover {
    /* color: var(--secondary-color); */
    text-decoration: underline;
}

.footer .footer-logo {
    width: 160px;
    height: 90px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.footer .social-icons a {
    color: var(--primary-color);
    font-size: 1.35rem;
    padding: 0.6rem;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin: 0.3rem;
    width: 40px;
    height: 40px;
}

.footer .social-icons a:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.footer .copyright {
    color: rgb(211, 211, 211);
    padding-top: 2rem;
    font-size: 0.9rem;
}

.footer h3.underline-expand::after {
    width: 100% !important;
}


/*------------------------------------------------------------------------------------------------
------------------------------------- / FOOTER ---------------------------------------------------
-------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------
-------------------------------------  BREADCRUMS ---------------------------------------------
-------------------------------------------------------------------------------------------------*/
.breadcrums-section .header-container {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
}


.breadcrums-section .about-header {
    position: absolute;
    color: var(--secondary-color);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    max-width: 90%;
}

.breadcrums-section .about-header h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
    margin-bottom: 5px;
}

.breadcrums-section .about-header h2 {
    font-size: 2rem;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin: 0 0 10px 0;
}

.breadcrums-section .about-header .breadcrumbs-nav {
    background-color: var(--secondary-bg);
    position: relative;
    padding: 12px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
}

.breadcrums-section .about-header .breadcrumbs-nav li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}

.breadcrums-section .about-header .breadcrumbs-nav li:last-child a::after {
    display: none;
}

.breadcrums-section .about-header .breadcrumbs-nav li a {
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: 500;
}

.breadcrums-section .about-header .breadcrumbs-nav li a::after {
    content: "|";
    color: var(--secondary-color);
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .breadcrums-section .about-header {
        right: 5%;
        align-items: flex-start;
        text-align: left;
    }

    .breadcrums-section .about-header h2 {
        font-size: 1.75rem;
    }

    .breadcrums-section .about-header h4 {
        font-size: 16px;
    }

    .breadcrums-section .about-header .breadcrumbs-nav {
        font-size: 13px;
        padding: 10px 16px;
    }
}

@media (max-width: 576px) {
    .breadcrums-section .about-header {
        right: 5%;
        left: 5%;
        align-items: center;
        text-align: center;
    }

    .breadcrums-section .about-header h2 {
        font-size: 1.5rem;
    }

    .breadcrums-section .about-header h4 {
        font-size: 14px;
    }

    .breadcrums-section .about-header .breadcrumbs-nav {
        justify-content: center;
        text-align: center;
    }
}


/*------------------------------------------------------------------------------------------------
------------------------------------- / BREADCRUMS ---------------------------------------------
-------------------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------------------
------------------------------------- ABOUT US PAGE ---------------------------------------------
-------------------------------------------------------------------------------------------------*/

/* mini slider */
.about-mini-slider {
    background-color: var(--primary-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40vh;
    padding: 1rem;
    margin: 0;
}

.about-mini-slider .carousel-container {
    max-width: 1300px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.about-mini-slider .carousel-track {
    display: flex;
    transition: transform 0.7s ease-in-out;
    will-change: transform;
}

.about-mini-slider .carousel-image {
    width: 400px;
    height: 250px;
    object-fit: cover;
    border: 1px solid var(--primary-bg);
    /* gray-700 */
    margin-right: 12px;
    margin-bottom: 50px;
    flex-shrink: 0;
    box-sizing: border-box;
    transition: border-color 0.3s, border-width 0.3s;
}

.about-mini-slider .carousel-image.active {
    border: 4px solid var(--primary-color);
    /* greenish border */
    margin-right: 12px;
}

.about-mini-slider .dots-container {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 1rem;
}

.about-mini-slider .dot {
    cursor: pointer;
    background-color: var(--secondary-color);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    transition: all 0.3s ease;
}

.about-mini-slider .dot.active {
    width: 48px;
    height: 12px;
    border-radius: 9999px;
    background-color: var(--primary-color);
}

@media (max-width: 450px) {
    .about-mini-slider .carousel-image {
        width: 280px;
        height: 175px;
    }
}


/* slider with content overlay */

.slider-with-content-overlay .slider-container {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.slider-with-content-overlay .slider-wrapper {
    display: flex;
    width: 300%;
    height: 600px;
    transition: transform 0.7s ease-in-out;
}

.slider-with-content-overlay .slider-wrapper img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    flex-shrink: 0;
}

.slider-with-content-overlay .content-overlay {
    position: absolute;
    inset: 0;

    color: var(--secondary-color);
    margin: auto;
    overflow-y: auto;
    top: 20%;
    left: 20%;
    transform: translate(-20%, -20%);
    border-radius: 0.25rem;
    max-height: 90%;
    width: 100%;
    box-sizing: border-box;
}

.slider-with-content-overlay .content-overlay  {
    padding: 30px;
    /* line-height: 30px;
    letter-spacing: 2px; */
    background-color: rgba(9, 28, 30, 0.5);
    p{
        text-align: justify;
        line-height: 20px;
    }
}

@media (min-width: 768px) {
    .slider-with-content-overlay .content-overlay {
        font-size: 14px;
        line-height: 14px;
        max-width: 1100px;
        padding: 16px 24px;
    }
}

/* .slider-with-content-overlay .content-overlay a {
    color: var(--primary-color);
    text-decoration: underline;
}

.slider-with-content-overlay .stats-bar {
    background-color: var(--secondary-bg);
    color: var(--secondary-color);
    font-weight: 800;
    font-size: 20px;
    padding: 24px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.slider-with-content-overlay .stat-item {
    max-width: 350px;
    flex: 1 1 300px;
    margin: 8px 16px;
}

.slider-with-content-overlay .stat-number {
    font-size: 32px;
    font-weight: 800;
    position: relative;
    display: inline-block;
}

.slider-with-content-overlay .stat-number .plus {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: -18px;
    
}

.slider-with-content-overlay .stat-label {
    font-weight: 400;
    font-size: 12px;
    margin-top: 4px;
} */

/* Vertical divider lines between stats on md+ */
@media (min-width: 640px) {
    .slider-with-content-overlay .stat-item:not(:last-child) {
        border-right: 1px solid var(--secondary-color);
        padding-right: 24px;
        margin-right: 24px;
    }
}

/* global customer */
/* .globla-customer {
    padding: 120px;
} */

.globla-customer h2 {
    font-size: 3em;
    font-weight: bolder;
    text-transform: uppercase;
    color: var(--secondary-color);
}

.globla-customer p {
    color: var(--secondary-color);
}

.globla-customer a {
    border: 2px solid var(--secondary-color);
    background-color: none;
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color);
    border-radius: 1.5em;
    text-decoration: none;
    padding: 10px 30px;
    transition: .3s ease-in;
}

.globla-customer a i {
    margin-left: 13px;
}

.globla-customer a:hover {
    background-color: #000;
}

.globla-customer .customer-form {
    background-color: var(--teritory-bg);
    padding: 20px;
    width: 100%;
    margin: auto;
}

.globla-customer .customer-form .heading {
    background-color: #013E5A;
    color: var(--secondary-color);
    margin: 0 0 20px 0;
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
}

.globla-customer .customer-form form input {
    /* background-color: rgb(197, 197, 197); */
    padding: 5px;
}

.globla-customer .customer-form form textarea {
    /* background-color: rgb(197, 197, 197); */
    color: gray;
    padding: 5px;
}
.customer-form label{
    color: gray;
}

.globla-customer .customer-form form button {
    margin-top: 15px;
    height: 38px;
    border-radius: 3px;
    width: 100%;
    border: 1px solid #ff6f00;
    background: #ff6f00;
    color: var(--secondary-color);
    text-align: center;
    text-transform: capitalize;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

/* Make padding and font sizes responsive */
@media (max-width: 991.98px) {
    .globla-customer {
        padding: 60px 30px;
    }

    .globla-customer h2 {
        font-size: 2.2em;
    }

    .globla-customer .customer-form {
        width: 90%;
        margin-top: 60px;
    }
}

@media (max-width: 575.98px) {
    .globla-customer {
        padding: 40px 20px;
    }

    .globla-customer h2 {
        font-size: 1.8em;
    }

    .globla-customer .customer-form {
        width: 100%;
        padding: 15px;
    }
}

/* /global customer */
/*------------------------------------------------------------------------------------------------
------------------------------------- / ABOUT US PAGE ---------------------------------------------
-------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------
------------------------------------- NEWS PAGE -------------------------------------------------
-------------------------------------------------------------------------------------------------*/
.news {
    background-color: var(--primary-bg);
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 40px 16px;
}

.news .left-content {
    background: var(--secondary-color);
    flex: 1 1 600px;
    padding: 32px;
    box-sizing: border-box;
    position: relative;
}

.news .left-content a {
    text-decoration: none;
    color: #0d0d0d;

}

.news .left-content a:hover .btn-readmore {
    font-weight: 700;
    font-size: 14px;
    padding: 4px 16px;
}

.news .right-sidebar {
    background: var(--secondary-color);
    max-width: 320px;
    width: 100%;
    padding: 24px 24px 24px 24px;
    box-sizing: border-box;
}

.news h2 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 8px;
}

.news .date {
    font-weight: 300;
    font-size: 10px;
    color: #9b9b9b;
    margin-bottom: 8px;
}

.news .desc {
    font-weight: 300;
    font-size: 14px;
    color: #4b4b4b;
    line-height: 18px;
}

.news .btn-readmore {
    background-color: var(--secondary-bg);
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 10px;
    padding: 4px 16px;
    border: none;
    transition: .4s ease-in-out;
    /* border-radius: 0.25rem; */
    margin-top: 10px;
    position: absolute;
    right: 30px;
    margin-bottom: 20px;
}

.news .news-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.news .news-header-line {
    width: 24px;
    height: 1.5px;
    background-color: var(--secondary-bg);
}

.news .news-header-text {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #222829;
    margin: 0;
}

.news .news-btn {
    background-color: var(--primary-bg);
    color: var(--secondary-color);
    font-weight: 400;
    font-size: 12px;
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    border-radius: 0;
}

.news .news-btn:last-child {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .news .container-custom {
        flex-direction: column;
    }

    .news .left-content,
    .news .right-sidebar {
        max-width: 100%;
        flex: 1 1 100%;
    }

    .news .right-sidebar {
        padding: 24px 16px 24px 16px;
    }
}

/*------------------------------------------------------------------------------------------------
----------------------------------- / NEWS PAGE -------------------------------------------------
-------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------
----------------------------------- PRODUCTS PAGE -------------------------------------------------
-------------------------------------------------------------------------------------------------*/
.all-products {
    background-color: #EEEEEE;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #d1d5db;
    margin: 0;
    padding: 20px 40px;
}

.all-products a {
    text-decoration: none;
}

.all-products .sidebar {
    width: 100%;
    /* max-height: 550px;
    overflow-y: auto !important; */
}

.all-products .section-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    color: black;
}

.all-products .section-header .line {
    width: 20px;
    height: 2px;
    background-color: var(--secondary-bg);
    display: inline-block;
}

.all-products .search-input {
    font-size: 10px;
    color: #9ca3af;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    padding: 4px 28px 4px 8px;
    width: 100%;
    outline: none;
    position: relative;
}

.all-products .search-container {
    position: relative;
}

.all-products .search-container button {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: var(--secondary-bg);
    font-size: 12px;
    cursor: pointer;
    padding: 0;
}

.all-products .products-list {
    font-size: 11px;
   
    margin-top: 4px;
    padding-left: 16px;
    /* list-style-type: square; */
    margin: 0px;
    padding: 0px;
    
    
}
/* ul li{
    list-style: none;
    } */
.all-products .products-list li {
    margin-bottom: 4px;
    font-size: 17px;
    border-bottom:1px solid var(--border-color);
    /* padding: 7px 0px; */
    list-style: none;

    a{
         color: #5f6a7a;
         
    }
}

.all-products .category-btn {
    background-color: var(--primary-bg);
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 500;
    border: none;
    padding: 6px 12px;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: default;
}

.all-products .category-btn i {
    font-size: 10px;
}

.all-products .product-card {
    background: var(--secondary-color);
    /* padding: 12px; */
    text-align: center;
    font-size: 12px;
    color: #4b5563;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* gap: 6px; */
    height: 100%;
    border-radius: 8px;
    transition: transform 0.2s ease-in-out;
}

.all-products .product-card img {
    width: 100%;
    height: 230px;
    object-fit: contain;
    transition: 0.3s ease-in-out;
    margin-bottom: 12px;
    border-radius: 6px;
    mix-blend-mode: multiply;
}

/* .all-products .product-card:hover img {
    transform: scale(1.05);
} */



/* Responsive Styles */
@media (max-width: 991.98px) {
    .all-products {
        padding: 40px 20px;
    }

    .all-products .section-header {
        font-size: 18px;
    }

    .all-products .product-text {
        max-width: 120px;
        font-size: 13px;
    }

    .all-products .category-btn {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .all-products {
        padding: 24px 12px;
    }

    .all-products .product-card img {
        height: 180px;
    }

    .all-products .product-text {
        font-size: 12px;
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .all-products .product-card {
        font-size: 10px;
    }

    .all-products .product-card img {
        height: 150px;
    }

    .all-products .product-text {
        font-size: 11px;
    }
}

/*------------------------------------------------------------------------------------------------
--------------------------------- / PRODUCTS PAGE -------------------------------------------------
-------------------------------------------------------------------------------------------------*/


.product-detail {
    padding:10px 100px;
    /* background-color: #fff; */
}
.description-p-content{
    
    border: 2px solid rgba(128, 128, 128, 0.305);
    border-radius: 5px;
    padding-bottom: 20px;
    .dpc-t{
        background-color: rgba(128, 128, 128, 0.305);
        padding: 5px;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }
}

.product-detail nav.breadcrumb-nav {
    background-color: var(--secondary-bg);
    font-size: 13px;
    padding: 0.5rem 1rem;
    color: var(--secondary-color);
    user-select: none;
}

.product-detail nav.breadcrumb-nav a,
.product-detail nav.breadcrumb-nav span {
    color: var(--secondary-color);
    text-decoration: none;
    margin-right: 0.25rem;
}

.product-detail nav.breadcrumb-nav span.separator {
    color: #b0b0b0;
    margin: 0 0.25rem;
}

.product-detail nav.breadcrumb-nav span.current {
    color: #ffffff;
}

.product-detail .container-white {
    background-color: var(--secondary-color);
    padding: 1rem;
    /* margin-top: 0.5rem; */
}

.product-detail .product-title {
    font-size: 14px;
    margin-bottom: 1rem;
}

.product-detail .image-zoom-wrapper {
    position: relative;
    width: 400px;
    height: 350px;
    overflow: hidden;
    cursor: crosshair;
    border: 1px solid #ddd;
    background-color: var(--secondary-color);
}

.product-detail .image-zoom-wrapper img.main-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

.product-detail .zoom-result {
    position: absolute;
    top: 0;
    left: 0px;
    width: 400px;
    height: 350px;
    border: 1px solid #ddd;
    background-repeat: no-repeat;
    background-size: 900px 750px;
    /* 3x zoom */
    display: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    z-index: 20;
    border-radius: 4px;
    background-color: var(--secondary-color);
}

@media (max-width: 768px) {
    .product-detail .zoom-result {
        position: relative;
        top: 10px;
        left: 0;
        width: 100%;
        height: 200px;
        background-size: 300% 300%;
        margin-top: 10px;
    }
}

.product-detail #gallery-slider {
    max-width: 300px;
    margin-top: 1rem;
}

.product-detail .products {
    margin-top: -100px;
}

.product-detail .products .slick-prev .fa-arrow-left:before {
    margin-left: -50px;
}

.product-detail .products .slick-prev {
    margin-left: 40px;
}

.product-detail .products .slick-slide {
    max-width: 100% !important;
}

.product-detail .slick-slide {
    outline: none;
}

.product-detail .slick-slide img {
    width: 70px;
    height: 60px;
    object-fit: contain;
    cursor: pointer;
    /* border: 1px solid #ddd; */
    padding: 2px;
    /* background-color:rgb(232, 232, 232); */
    mix-blend-mode: multiply;
    border-radius: 3px;
}

.product-detail .slick-current img {
    border-color: var(--primary-color);
    /* box-shadow: 0 0 5px var(--primary-color); */
    border: 0;
    /* margin-left: 40px; */
}

.product-detail .slick-prev:before,
.product-detail .slick-next:before {
    color: var(--primary-color);
    font-size: 30px !important;
}

.product-detail table.product-info {
    font-size: 12px;
    border-collapse: collapse;
    width: 100%;
}

.product-detail table.product-info td,
.product-detail table.product-info th {
    border: 1px solid #ddd;
    padding: 0.25rem 0.5rem;
    vertical-align: middle;
}

.product-detail table.product-info td.label {
    width: 120px;
    color: #666;
    font-weight: normal;
}

.product-detail table.product-info td.value {
    color: #999;
}

.product-detail .btn-message {
    margin-top: 1rem;
    background-color: var(--secondary-bg);
    color: var(--secondary-color);
    font-size: 12px;
    padding: 0.25rem 0.75rem;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    border-radius: 0.25rem;
    cursor: pointer;
}

.product-detail .btn-message i {
    font-size: 10px;
}

.product-detail .order-text {
    font-size: 11px;
    color: #d26900;
    margin-top: 0.25rem;
    cursor: pointer;
    user-select: none;
}

.product-detail .slick-prev:before {
    margin-left: 20px;
    margin-right: 30px;
}

.product-detail .btn-group button {
    padding: 3px 8px;
    font-size: 12px;
    border: none;
    background: #797979;
    color: #fff;
}

.product-detail .btn-group .active {
    background-color: var(--primary-color);
}

.product-detail .method-details {
    color: #000;
}
/* contact-page */
.contact-section-main
{
    .contact-card{
background:#fff;
padding:30px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:all 0.3s ease;
height:100%;
}

.contact-card:hover{
transform:translateY(-6px);
box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

.card-header-section{
display:flex;
align-items:center;
justify-content:start;
margin-bottom:15px;
}

.icon-box{
width:40px;
height:40px;
background:#02787a;
color:white;
display:flex;
align-items:center;
justify-content:center;
border-radius:5px;
font-size:20px;
margin-right: 10px;
}

.title{
font-weight:600;
margin:0;
}

.contact-text{
color:#666;
margin:0;
line-height:1.7;
}
}
.born-to-win{
display: inline-block;       /* needed for transform to work properly */
    animation: changeText 1.5s infinite ease-in-out;
    font-size: 14px;
}

@keyframes changeText {
    0% {
        transform: scale(1);
    }
    
    50% {        
        transform: scale(1.1);   /* grows 10% */
    }

    100% {
        transform: scale(1);
    }
}
.product-description{
    table{
        border: 1px solid gray;
        
        thead{
            background-color: gray;

        }
        tbody{
            tr{
                border: 1px solid gray;
                td{
                    &:first-child {
                        font-weight: bold;
                        padding-right: 30px;
                        padding-left: 15px;
                    }
                    border: 1px solid gray;
                    padding: 5px;
                }
            }
        }

    }
}
.header-container{
    position: relative;
    &::before{
        content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to right, #ffffff00, #002580fa);
z-index: 0;
    }
}