/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
Description: Child theme for Hello Elementor
Author: Your Name
*/

@import url("../hello-elementor/style.css");


.carousel-cont h2 {
    font-size: calc(2.6rem + 0.2vw);
    color:white;
}

h1,.carousel-cont h2, h3, h4, h5, h6 {
/*     font-family: "Oswald", sans-serif; */
	font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
}

.tp-cont-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    max-width: 50%;
}

.right-side-bx1 {
    width: 100%;
    min-height: 48.5%;
    background-color: var(--primary);
/*     margin-bottom: 17px; */
    padding: 8px;
}
.right-side-bx2 {
    width: 100%;
    height: 48.5%;
    background-color: var(--primary);
/*     margin-top: 15px; */
    padding: 8px;
}

.right-side-bx1-cont {
    width: 100%;
    height: 100%;
   
    background-position: center;
    background-size: cover;
    /*display: flex;*/
    /*align-items: flex-end;*/
    /*justify-content: flex-start;*/
}
.right-side-bx2-cont {
    width: 100%;
    height: 100%;
   
    background-position: center;
    background-size: cover;
    /*display: flex;*/
    /*align-items: flex-end;*/
    /*justify-content: flex-start;*/
}






.custom-nav {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-nav button {
  margin-left: 5px;
}
.carousel-inner{
  height: 85vh;
}
.carousel-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.carousel {
  position: relative;
}
.sl-top-rght{
  width: 12%;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 99;
}
.sl-top-rght img{
  width: 100%;
}
.sl-bt-left{
  width: 8%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 99;
}
.sl-bt-left img{
  width: 100%;
}
.slider-sec{
  width: 100%;
  height: 85vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-sec .carousel-item{
  position: relative;
}
.slider-sec .left-side{
  width: 80%;
  height: 100%;
}
.left-side .carousel-item{
  width: 100%;
  height: 100%;
}
.left-side .carousel-item img{
  width:100%;
  height: 100%;
  object-fit: center;
   object-position: center;
}
.right-side{
  width: 20%;
  height: 100%;
  background-color: #fff;
}
.right-side-bx1{
  width: 100%;
  height: 48.5%;
  background-color: var(--primary);
/*   margin-bottom: 17px; */
  padding: 8px;
}
.right-side-bx2{
  width: 100%;
  height: 48.5%;
  background-color: var(--primary);
/*    margin-top: 15px; */
   padding: 8px;
}
.carousel-cont{
  position: absolute;
  top: 30%;
  left: 5%;
  z-index: 99;
  color: #fff!important;
  max-width: 50%;
}
.car-sub{
  text-transform: uppercase;
}
.carousel-cont p{
  color: #fff;
  max-width: 80%;
}
.ban-cta{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.prim-btn{
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #8C0303;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.prim-btn:hover{
  background-color: #a80808;
}
.prim-brd{
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sec-btn{
  padding: 0.5rem 1rem;
  background-color: #0D0D0D;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sec-btn:hover{
  background-color: #252525;
}
.ban-cta a{
  margin-right: 2%;
}
.c-nav-btn{
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
  border: 0px;
  width: 50px;
  height: 50px;
}
.c-nav-btn img{
  width: 100%;
}
.banner-slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust color and opacity */
    z-index: 1;
}
.slick-banner-slider {
    position: relative;
}

.slick-custom-arrows {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.slick-custom-arrows button {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.8);
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.slick-custom-arrows button:hover {
    background: rgba(0, 0, 0, 1);
}

















.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
	padding: 50px 0;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.prod-bx-img{
  overflow: hidden;
}
.prod-bx-img img{
  width: 100%;
  height: 100%;
  object-fit: center;
  object-position: center;
  transition: 0.3s all ease-in-out;
}
.prod-tit-bx{
  width: 100%;
  min-height: 50px;
  background-color: #781216;
  color:white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
	padding: 10px;
	font-family:Roboto Condensed;
}
.prod-bx:hover .prod-bx-img img{
  transform: scale(1.1);
}
.prod-bx:hover{
  cursor: pointer;
}
.prod-bx:hover .prod-tit-bx{
  background-color: #8C0303;
  color: #fff;
}
.prod-tit-bx:hover{
	background-color:#1e85bd!important;
}
.prod-tit-sec{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}



/* Ensure banner slider container can scale */
.slick-banner-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Background Image Full Cover */
.banner-slide {
    background-size: cover;
    background-position: center;
    /*height: 80vh; */
    display: flex;
    align-items: center;
    padding: 0 5%;
    color: #fff;
    position: relative;
}

.carousel-cont {
    max-width: 600px;
}

.carousel-cont h2 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.carousel-cont p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.ban-cta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.prim-btn,
.sec-btn {
    padding: 10px 20px;
    font-size: 0.95rem;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.prim-btn {
    background-color: #c00;
    color: #fff;
}

.sec-btn {
    background-color: #000;
    color: #fff;
}

/* Custom Arrows */
.slick-custom-arrows {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.slick-custom-arrows button {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.8);
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
    .banner-slide {
        height: 60vh;
        padding: 0 3%;
    }

    .carousel-cont h2 {
        font-size: 2rem;
    }

    .carousel-cont p {
        font-size: 1rem;
    }

    .slick-custom-arrows {
        bottom: 10px;
        right: 10px;
    }

    .slick-custom-arrows button {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .banner-slide {
        height: 50vh;
        padding: 0 2%;
    }

    .carousel-cont h2 {
        font-size: 1.5rem;
    }

    .carousel-cont p {
        font-size: 0.9rem;
    }

    /*.ban-cta {*/
    /*    flex-direction: column;*/
    /*}*/

    .slick-custom-arrows {
        flex-direction: row;
        bottom: 8px;
        right: 8px;
    }
}







@media (max-width: 1024px) {

.right-side-bx1 {
    width: 100%;
    height: auto;
    background-color: var(--primary);
    margin-bottom: 17px;
    padding: 8px;
    min-height: 100%;
}
.right-side-bx2 {
    width: 100%;
    height: auto;
    background-color: var(--primary);
    margin-top: 0px;
    padding: 8px;
    min-height: 100%;
}
}
@media (max-width: 768px) {
    .right-side-bx1,.right-side-bx2  {
        min-height: auto;
    }
}
.swiper-pagination-bullet{
    width:10px;
    height:10px;
    
}


.swiper-pagination-bullet-active{
    background:#9B2602;
}














.home-banner-slider {
                position: relative;
            }
            .banner-slide {
                padding: 100px 40px;
                color: white;
                position: relative;
                min-height: 505px;
                display: flex;
                align-items: center;
            }
            .banner-inner {
                display: flex;
                justify-content: space-between;
                align-items: center;
                max-width: 1200px;
                width: 100%;
                margin: 0 auto;
                flex-wrap: wrap;
            }
            .banner-left {
                flex: 1 1 50%;
                padding: 20px;
                text-align: left;
            }
            .banner-left h2 {
                font-size: 18px;
                margin-bottom: 0px;
                font-weight: 300;
            }
            .banner-left p {
                font-size: 40px;
                margin-bottom: 20px;
                line-height: 1em;
                color: black;
                font-weight: 600;
            }
            .banner-btn {
                background: #EC2023;
                color: #fff!important;
                padding: 6px 25px;
                text-decoration: none;
                display: inline-block;
                border-radius: 0px;
                transition: background 0.3s;
            }
            .banner-btn:hover {
                background: #333;
                color: #fff;
            }

            .banner-right {
                flex: 1 1 50%;
                text-align: center;
            }
            .banner-side-image {
                max-width: 100%;
                height: auto;
            }
            
            .slick-dots {
                position: absolute;
                bottom: 20px;
                width: 100%;
                text-align: center;
                z-index: 10;
            }
            
            .slick-dots li {
                display: inline-block;
                margin: 0 5px;
            }
            
            .slick-dots li button {
                font-size: 0;
                width: 12px;
                height: 12px;
                border-radius: 50%;
                border: 1px solid #e50000;
                background: white;
                cursor: pointer;
                transition: all 0.3s ease;
            }
            
            .slick-dots li.slick-active button {
                background: #e50000;
            }



            @media (max-width: 768px) {
                .banner-inner {
                    flex-direction: column;
                }
                .banner-left, .banner-right {
                    flex: 1 1 100%;
                    text-align: center;
                }
                .banner-left {
                    text-align: center;
                }
            }
            
            @media only screen and (min-width: 1024px) and (max-width: 1299px)  {
    .banner-slide{
        padding: 60px 40px;
        /*min-height: 400px;*/
    }
   
    }
            
            
            
            
            
/*Latest Products style*/

  .latest-products-slider {
            display: flex;
        }
    .latest-products-slider .product-item {
        min-height: 380px;
        padding: 20px;
        text-align: center;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0 8px rgba(0,0,0,0.1);
        margin: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .product-item img {
        max-width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
     .product-item h4.latest-title
     
     {
         font-size:18px!important;
         font-weight:500;
     
     }
    .regular-price {
        text-decoration: line-through;
        color: red;
        margin-right: 5px;
    }
    .sale-price {
        color: black;
        font-weight: bold;
    }
    .latest-products-slider .slick-dots{
        bottom:-50px;
    }
    .slick-dots li button:before{
        font-size:0px;
    }
    
   .latest-products-slider  button{
       /*padding: 2.5rem 3rem!important;*/
       z-index: 9!important;
       /*border: none!important;*/
       /*background:#00000000!important;*/
   }
   .slick-prev:before, .slick-next:before{
       color: black;
   }
    
    /* Slick Arrows Style */
/*.slick-prev, .slick-next {*/
/*    width: 35px;*/
/*    height: 35px;*/
/*    background: #fff;*/
/*    border: 1px solid #ddd;*/
/*    border-radius: 50%;*/
/*    box-shadow: 0 2px 6px rgba(0,0,0,0.1);*/
/*    z-index: 10;*/
/*}*/

.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    background: #ffffff!important;
    border: none;
    border-radius: 50%!important;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
    z-index: 10;
    border-radius: 50%;
}

.slick-prev::before, .slick-next::before {
    font-family: 'dashicons'!important;
    font-size: 20px;
    color: black;
    top: -4px;
    position: relative;
    justify-content: center;
    display: flex;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
    background: red;
    border: red;
}



.slick-prev {
    left: 0px!important;
}

.slick-next {
    right: 0px;
}


/*product category style*/
.product-categories-slider .category-item {
            padding: 10px;
        }

        .category-image {
            position: relative;
            width: 100%;
            height: 200px;
            background-size: cover!important;
            background-position: center;
            border-radius: 10px;
            overflow: hidden;
            background:white;
        }
        
        .category-image::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /*background: rgba(0, 0, 0, 0.4); */
            /* adjust darkness here */
            z-index: 1;
        }

        .category-name {
            position: absolute;
            bottom: 10px;
            right: 0;
            left: 0;
            color: #fff;
            font-size: 18px;
            font-weight: 600;
           z-index: 1;
            padding: 5px 10px;
            border-radius: 0px;
            background:#EC2023;
            justify-content: center;
            text-align:center;
            display: flex;

        }


/*product tab style*/
 .product-tab-nav {
            display: flex;
            gap: 20px;
            margin-bottom: 25px;
            justify-content: center;
            padding: 0;
            list-style: none;
        }

        .product-tab-nav li {
            cursor: pointer;
            padding: 8px 18px;
            background: #eee;
            font-weight: bold;
            color: #888;
            border-radius: 4px;
            transition: 0.3s;
        }

        .product-tab-nav li.active {
            background: #e00000;
            color: #fff;
        }

        .tab-pane {
            display: none;
        }

        .tab-pane.active {
            display: block;
        }

        ul.products.columns-5 {
            display: flex;
            flex-wrap: wrap;
            /*gap: 20px;*/
        }

        ul.products.columns-5 li.product {
            width: calc(20% - 16px);
            box-sizing: border-box;
            text-align: center;
        }

       .product-tabs .woocommerce ul.products li.product, .product-tabs.woocommerce-page ul.products li.product{
            border-radius: 10px;
            box-shadow: 0 0 8px rgb(0 0 0 / 10%);
            padding: 10px 22px;
            
        }
        .product-tabs .woocommerce ul.products li.product .star-rating,
        .product-tabs .woocommerce ul.products li.product span.onsale,
        .product-tabs .woocommerce ul.products li.product .button,
        .product-tabs .woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-category__title,
        .product-tabs .woocommerce ul.products li.product .product-tabs .woocommerce-loop-product__link .product_type_simple,
       .product-tabs .woocommerce ul.products li.product .product-category {
            display: none !important;
        }

        /* Product title styling */
        .product-tabs .woocommerce ul.products li.product h2,
        .product-tabs .woocommerce ul.products li.product .woocommerce-loop-product__title {
            font-size: 16px;
            margin: 10px 0 5px;
        }

        /* Product price styling */
        .product-tabs .woocommerce ul.products li.product .price {
            font-size: 15px;
            color: #000;
            font-weight: 600;
        }

        @media screen and (max-width: 1024px) {
           .product-tabs ul.products.columns-5 li.product {
                width: calc(33.333% - 16px);
            }
        }

        @media screen and (max-width: 768px) {
          .product-tabs  ul.products.columns-5 li.product {
                width: calc(50% - 16px);
            }
        }

        @media screen and (max-width: 480px) {
           .product-tabs ul.products.columns-5 li.product {
                width: 100%;
            }
        }
        
        /*trending products style*/
         .trending-products-slider {
            display: flex;
        }
        .trending-products-slider .product-item {
            min-height: 380px;
            padding: 20px;
            text-align: center;
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 0 8px rgba(0,0,0,0.1);
            margin: 20px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .product-item img {
            max-width: 100%;
            height: auto;
            margin-bottom: 10px;
        }
        .product-item h4.trending-title {
            font-size:18px!important;
            font-weight:500;
        }
        .regular-price {
            text-decoration: line-through;
            color: red;
            margin-right: 5px;
        }
        .sale-price {
            color: black;
            font-weight: bold;
        }
        .slick-prev, .slick-next {
            width: 40px;
            height: 40px;
            background: #ffffff!important;
            border: none;
            border-radius: 50%!important;
            box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
            z-index: 10;
        }
        .slick-prev::before, .slick-next::before {
            font-family: 'dashicons'!important;
            font-size: 20px;
            color: black;
        }
        
        .logout-menu .hfe-nav-menu .sub-menu{
            min-width:110px!important;
        }




.service-link ul li a {
  background-image: linear-gradient(
    to right,
    #9B2602,
    #9B2602 50%,
    #000 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
/*   -webkit-text-fill-color: transparent; */
  transition: all 0.3s ease-in-out;
}

.service-link ul li a:before {
  content: '';
/*   background: #9B2602; */
	 background: #fff;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

.service-link ul li a:hover {
 background-position: 0;
}

.service-link ul li a:hover::before {
  width:100%;
}

