section{
    margin:3.5% 0%;
}

.button{
    background-color: #FF7B00;
    padding: 9px 31px;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 27px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    color: #fff;
    transition: all 0.3s;
}

.button:hover{
    background-color: #262626;
}

.seeMore{
  background-color: #FF7B00;
  padding: 5px 10px;
  font-size: 11px;
  letter-spacing: .5px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 5px;
  border: none;
  color: #fff;
  transition: all 0.3s;
}

.seeMore:hover{
  background-color: #262626;
}



/*Navbar section starts */
.logo img{
  height: 70px !important;
}
.navbar-strip{
  background-color: #eee;
  
}
.navbar-strip li{
  list-style-type:none;
  color: #666;
  padding: 0px 2%;
 border-right: 1px solid #666;
  font-size: 14px;
}

.navbar-strip form input{
  width: 100%;
  border: 1px solid rgb(157, 157, 157);
}

.navbar-strip form input:focus{

  box-shadow: 1px 1px 10px  #888888;
}


.social-media i{
  padding:0 8px;
  font-size: 20px;
  color: #262626;
}

.social-media i:hover{
color: #FF7B00;
transition: all 0.2s;
}



.dropbtn {
  color: #000000;
  font-weight: 600;
  font-size: 12px;
  padding: 0px 15px;
  border: none;
  background-color: #fff;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  padding: 10px;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  
  color: black;
  padding: 5px;
  font-size: 14px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  
}

.dropdown-content a:hover {color: #FF7B00 !important; }

.dropdown:hover .dropdown-content { display: block; }

.dropdown:hover  i{
  transform: rotate(180deg);
  transition: all 0.4s;
  
}

.navbar-strip li a{
  text-decoration: none;
  color: #555;
}

.dropdown:hover .dropbtn {}

/* navbar for mobile */
/*============Mobile section start ==============*/

.mobile .accordion-item {
  border: 0;
}

.accordion-body{
  background-color: #fcfcfc;
  transition: all 0.3s;
}

.mobile .accordion a{
  display: block !important;
  font-size: 12px;
  padding: 5px;
}

.mobile .accordion a:hover{
  color: #FF7B00;
}

.mobile .accordion .accordion-button{
  font-size: 12px;
  font-weight: 500;
  color: #262626;
  border: 0;
}
.mobile .accordion .accordion-button:focus{
  box-shadow: none;

}
.mobile .accordion-button::after {
  font-size: 20px;
  font-weight: 700;
  content: '\f0d7';
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  background-image: none;

}

.mobile .accordion-button:not(.collapsed)::after {
  font-size: 20px;
  font-weight: 700 ;
  content: '\f0d7';
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  background-image: none;
}




/* carousel start */
.active{
    background-color: #FF7B00 !important;
    
   
}


.indicator{
    height: 15px !important;
    width: 15px !important;
    border-radius: 50%;
}

.carousel-text{
    padding: 6.5% 12%;
}
.carousel-text h2{
    font-size: 40px;
    line-height: 50px;
    color:  #262626;;
}


.carousel-1{
    background-image: url(../img/slide-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-2{
    background-image: url(../img/slide-2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-3{
    background-image: url(../img/slide-3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* ========Category section start======== */
.category img{
    border-radius: 10px;
    transition: transform 1.5s;
  
}
.category img:hover{
    transform: scale(1.1); 
   
}

.category p{
    text-align: center !important;
    font-size: 16px;
    margin-top: 10px;
    color: #919191;
}

.category:hover p{
    color: #FF7B00 !important;
}


/* ========Subhero section start========= */
.sub-hero-1{
    background-image: url(../img/sub-banner-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.sub-hero-1 span{
    position: relative;
    z-index: 1;
  }

  .sub-hero-1 a{
    text-decoration: none;
    color: #111;
  }
  .sub-hero-1 a:hover{
    text-decoration: none;
    color: #000 !important;
  }

  .sub-hero-2 span{
    position: relative;
    z-index: 1;
  }
  .sub-hero-2 a{
    text-decoration: none;
    color: #111;
  }
  .sub-hero-2 a:hover{
    text-decoration: none;
    color: #000 !important;
  }

.zoom-in{
  &::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    background-size: cover;
    transform-origin: center;
    transition: transform .5s ease-in-out;
  }
}


.zoom-in {
    &:focus,
    &:hover {
      &::after {
        transform: scale(1.06);
      }
    }
  }
.sh-text{
    padding: 6%;
}

.sh-text p{
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
   
    
}

.sh-text p:hover{
  color: #FF7B00;
  text-decoration: none;
  cursor: pointer;
}

.sh-text h6{
 
  font-weight: 400;
  font-size: 18px;
  
}

.sub-hero-2{
    background-image: url(../img/sub-banner-2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    overflow: hidden;

}



/* Product carousel start */
.slider {
    width: 100%;
    height: 350px;
    position: relative;
    margin: auto;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  
  .item p{
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
  }

  .slider::-webkit-scrollbar {
    display: none;
  }
  
  .slider .slide {
    display: flex;
    position: absolute;
    left: 0;
    transition: 0.3s left ease-in-out;
  }
  
  .slider .item {
   
    margin-right: 10px;
    padding: 10px ;
    height: 300px;
    width: 238px;
    
  }

  .slider .item img{
    border-radius: 5px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

  }

  .slider .item p:hover{
    color: #FF7B00;
    cursor: pointer;
  }


  .slider .item:hover img{
 
    -webkit-transform: scale(1.07);
	transform: scale(1.07);

  }
  
  .slider .item:last-child {
    margin-right: 0;
  }
  
  .ctrl {
    text-align: center;
    margin-top: 5px;
  }
  
  .ctrl-btn {
   
    background:#FF7b00;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    cursor: pointer;
    outline: none;
    transition: all 0.3s;
    border-radius: 5px;
  }

  .ctrl-btn i{
    padding:0 5px;
  }

  .ctrl-btn:hover{
    background-color: #eee;
    border: 1px solid #ff7b00;
    color: #ff7b00;
  }
  
  .ctrl-btn.pro-prev {
    left: 0;
  }
  
  .ctrl-btn.pro-next {
    right: 0;
  }
  
  /* Decorative lights info section start  */
  .info-text p{
    font-size: 15px;
    word-spacing: 1px;
    text-align: justify;
    color: #262626;
    padding: 10px 0;
  }


  /* black Banner section start */
  .banner{
    background:url(../img/lines.svg) #111;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2% 0;
  }

  .banner h2 i{
    color: #fff;
    font-size: 40px;
    transition: all 0.3s;
  }
  .quality:hover i{
    color:#FF7B00;
    
  }

  .banner h6{
    color: #fff;
    font-size: 17px;
  }

  .banner p{
    color: #eee;
    font-size: 15px;
  }

  /* discount card section start */
  .discount-card-1{
    background-image: url(../img/discount-card.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    overflow: hidden;

  }

  .discount-card-2{
    background-image: url(../img/discount-card-2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    overflow: hidden;

  }

  .discount-card-3{
    background-image: url(../img/discount-card-3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 100%;


  }

  .dc-text span{
    position: relative;
    z-index: 1;
  }


  .dc-text{
    padding: 40px 0px;
  
}
.dc-text a{
  color: #333;
}
.dc-text a{
  text-decoration: none;
}

.dc-text p{
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    
}

.dc-text h6{
 
  font-weight: 400;
  font-size: 18px;
  
}

.dc-text p:hover{
  color: #FF7B00;
  text-decoration: none;
  cursor: pointer;
}

.center{
  margin: 0;
  position: absolute;
  top: 25%;
  /* transform: translateY(-50%); */
}

/* banner section start */
.ro-banner{
  background: #ff7b00 url(../img/product/lines.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2% 5%;
  border-radius: 30px;
}

.ro-banner .padding{
  padding: 0% 10%;
}

.button-2{
  background-color: #262626;
  padding: 9px 31px;
  font-size: 14px;
  letter-spacing: .5px;
  line-height: 27px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 5px;
  border: none;
  color: #ffffff;
  transition: all 0.3s;
}

.button-2:hover{
  background-color: #fff;
  color: black;
}

/* footer section start */


  /* footer */

  .footer {
    padding: 3% 0 2%;
    background-image: url(../img/footer-bg-shapes.png);
    background-color: #111;
  }

 /* footer contact */

 .footer-contact {
  margin-bottom: 30px;
  color: #fff;
}

.footer-contact span {
  color: #ececec;
  font-size: 15px;
}

.footer-contact i {
  color: #FF7B00;
  font-size: 30px;
}

.socialmedia a:hover{
  color: #FF7B00 !important;
  transition: all 0.3s;
}

.reach-us a i {
  margin-right: 5px;
  font-size: 20px;
  color: #FF7B00;
}

.footer-services a,
.reach-us a {
  display: block;
  margin: 10px 0;
  color: #f9f9f9;
}

.footer-services a:hover,
.reach-us a:hover {
  color: #FF7B00;
}

.footer-services a:before {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  color: #FF7B00;
  display: inline-block;
  padding-right: 10px;
  font-weight: 900;
}

.footer h3 {
  color: #FF7B00;
}

.footer span {
  color: #ecebeb;
}

.footer h4 {
  color: #fff;
}


.socialmedia a {
  color: #fff;
  text-decoration: none;
}

.social {
  margin-right: 15px;
  color: aliceblue;
  font-size: 20px;
}

/* copyright */

#copyright {
  padding: 20px 0;
  background-color: #111;
  color: #ecebeb;
  font-size: 14px;
  font-weight: lighter;
  text-align: center;
}

#copyright a {
  color: #ffffff;
  font-weight: 600;
}



/* categories page start */

.product-page button {
  background-color: #FF7B00;
    padding: 7px 15px;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    color: #fff;
    transition: all 0.3s;
    margin-left: 10px;
    margin-top: 10px;
}

.product-page button:hover{
  background-color: #262626;

}
.product-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.product-card {
  width: 24%;
  padding: 15px;
  margin: 0.5%;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid rgb(235, 235, 235);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.product-image {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  padding: 30px;
}
.product-card:hover{
  background-color: #ebebeb;
  border: 1px solid rgb(225, 225, 225);
  transition: all 0.3s;
}
.product-name {
  font-weight: 500;
  text-align: center;
}

.banner2{
  background-color: #262626;
  color: #aaa;
  padding: 1%;
}

.banner2 span{
  font-size: 16px;
  color: #fff;

}

.banner2 p{
font-size: 14px;
color: #bbb;
}

.product-btn{
  font-size: 9px !important;
  padding: 5px 20px !important;
  background-color: rgb(40, 40, 40) !important;
  transition: 0.3s !important;

 
}

.product-card a {
  text-decoration: none !important;
}

.product-card:hover .product-btn{
  background-color: rgb(255, 166, 0) !important;
}





/* ====================
     Search result
  ===================== */

  .result-container {
    display: flex;
    flex-wrap: wrap;
  }
  
  .result-category {
    width: 22%; /* Set the width to 25% to display 4 images in one row */
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ebebeb; /* Add border to each image box */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-sizing: border-box;
    text-align: center;
  }
  
  .result-category img {
    width: 100%;
    height: auto;
  }
  
  .result-category h3 {
    margin-top: 10px;
  }

/* =========================
      Sub Hero Section           
============================ */
p{
  text-align: justify;
}


#sub-hero {
  background-image: url(../img/light-bg.webp);
  background-position: center;
  background-size: cover;
  padding: 5% 0;
}

#sub-hero h1 {
  background-color: #ffd289;
  padding: 10px 20px;
  width: fit-content;
}

  
  /* =========================
       About Us             
============================ */



/* Why choose us */

#whyus i {
  font-size: 50px;
}

#whyus .col-11 {
  padding-left: 30px;
}

.r-1 {
  border: 2px dashed #ffd289;
  padding: 20px 10px 15px;
  margin-bottom: 25px;
}

.r-1:hover i {
  color: #FF7B00;
}

.r-1:hover {
  border: 2px dashed #f39c12;
}

/* banner 3 */

#banner-3 {
  background-color: #ffe3b6;
  padding: 5% 0; 
}

#banner-3 .banner-border {
  padding: 5% 3%;
  border: 5px solid #FF7B00;
}



/* ===============================
          Contact Us
  ================================== */

  #contact-info .contact-card {
    text-align: center;
    border: 1px solid #111;
    width: 95%;
    margin: auto;
    padding: 15% 0;
  }
  
  .icon {
    background-color: #111;
    width: fit-content;
    margin: auto;
    margin-bottom: 20px;
    outline: 3px solid #111;
  }
  
  #contact-info .contact-card .icon i {
    color: #fff;
    font-size: 25px;
    padding: 15px;
    border: 1px solid #fff !important;
    
  }
  
  #contact-info .contact-card:hover {
    border: 1px solid #262626;
  }
  
  #contact-info .contact-card:hover .icon {
    background-color: #FF7B00;
    outline: 3px solid #bbb;
    transition: 0.3s;
  }
  
  
  /* contact form */
  
  
   /*contact-form*/
   .contact_form {
    padding: 0;
    width: 100%;
    margin: auto;
   }
  
   .contact_form input {
    border-radius: 0 !important;
    padding: 15px 20px !important;
   }
   .contact_form select {
    border-radius: 0 !important;
    padding: 17px 5px !important;
    border: 1px solid #ddd;
    color: #666;
   }
   .contact_form .top_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
   }
   
   .outer .success-message {
    color: #404040;
    min-height: 24rem;
    display: none;
    width: 100%;
    font-size: 1.2rem;
    border-radius: 0;
  }
  
  .outer .success-message> div {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  
   .contact_form button:focus {
     box-shadow: none;
   }
  
    .hero-form .pr {
      position: relative;
   }



   /* modal css */
   .modal-css{
    background-color: yellow !important;
   }


   /* Pagination for product category page */
   .paginationactive.active {
    background-color: orange !important;
    color: white !important;
    padding: 5px 10px !important;
    cursor: pointer;
    margin-right: 5px !important;
  }
  
  .paginationactive.active:hover {
    background-color: darkorange !important;
  }
  .pagination-container {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    align-items: center;
  }
  
  .pagination-link {
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    color: #333;
    text-decoration: none;
  }
  
  .pagination-link:hover {
    background-color: #eee;
  }
  
  .pagination-link.active {
    background-color: orange;
    color: white; /* Set text color to white for better visibility */
   
    margin-right: 5px; /* Add some margin between the buttons */
  }
  
  /* Add hover effect for better user interaction */
  
  
  .pagination-link.previous-button,
  .pagination-link.next-button {
    background-color: #FF7B00;
    color: white;
    transition: all 0.3s;
    border-radius: 5px;
    margin-right: 5px; /* Add some margin between the buttons */
  }
  
  /* Add hover effect for better user interaction */
  .pagination-link.previous-button:hover,
  .pagination-link.next-button:hover {
    background-color: #262626; /* Darken the color on hover */
  
  }
  