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

html{
   scroll-behavior: smooth;
}

body{
   color: #444;
   background: #fff;
   font-weight: 300;
}

:root{
     font-size: 16px;

   --primary-color:#1273eb;
   --primary-dark-color:#135bb3;
   --primary-light-color:#97c5fd;
   --primary-light2-color:#ecf5ff;

   --dark-color: #212529;

   --primary-font:'Nunito', sans-serif;
}
/* =================== Start of Default css or Global css for ll parts of website =================
================================================================================================= */

.hero-image-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px; /* optional */
}

input:focus{
   box-shadow: none!important;
   border: 1px solid var(--primary-color)!important;
}
.padding-top-bottom{
   padding-top: 80px;
   padding-bottom: 80px;
}
.solid-head-underline{
   width: 10%;
   height: 1px;
   background: var(--secondry-color);
   margin-top: 0px;
}
.dispay-vh-center{
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
.dispay-h-center{
   display: flex;
   flex-direction: column;
   justify-content: center;
}
.dispay-v-center{
   display: flex;
   flex-direction: column;
   align-items: center;
}
.tite-description-text-left-right-padding{
   padding-left: 15%;
   padding-right: 15%;
}
.my-button{
   width: 100%;
   display: flex;
   justify-content: center;
   padding-top: 40px;
}
.my-button button{
   background: var(--primary-color);
   color: #fff;
   font-family: var(--primary-font);
   padding: 6px 18px;
   border-radius: 4px;
   border-style: none;
}
.my-button button:hover{
   background: var(--primary-dark-color);
}
.form-select:focus{
   outline: 1px solid var(--primary-color);
   border-style: none;
   box-shadow: none;
}
.form-border-focus:focus{
   outline: 1px solid var(--primary-color);
   border-style: none;
   box-shadow: none;
}
/* =================== Start of Header Section ===========================
========================================================================= */
header{
   background: #212529;
   z-index: 100;
}
#site-logo{
   height: 65px;
   width: auto;
   border-radius: 50%!important;
   margin-left: -30px;
}
.nav-link{
   color: #fff!important;
   font-family: var(--primary-font);
   font-weight: 400;
}
.navbar-nav .active{
   color: var(--primary-light-color)!important;
}
header #searchButton{
   background: var(--primary-color)!important;
   color: #fff!important;
   font-family: var(--primary-font)!important;
   font-weight: 400!important;
   border-style: none!important;
}
header button:hover{
   background: var(--primary-dark-color)!important;
}
.dropdown-menu{
   background: #212529!important;
   box-shadow: 1px 1px 1px 1px #65a8fa, -1px -1px 1px 1px #65a8fa ;
   color: #fff!important;
}
.dropdown-menu li a{
   color: #fff!important;
   font-size: 0.9rem;
   font-weight: 300;
}
.dropdown-menu .dropdown-item:hover{
   background: var(--secondry-light-color);
}
button.navbar-toggler{
   color: var(--primary-color)!important;
}
span.navbar-toggler-icon{
   color: var(--primary-color)!important;
}
.navbar-toggler:focus{
     background: #000!important;
}
span.navbar-toggler-icon:focus{
   color: #fff!important;
}

/* =================== Start of Hero Section ===========================
========================================================================= */
.heroSection{
   padding-bottom: 80px;
   background-color: #212529;
   overflow: hidden;
}
/* hero left part */
.hero-left{
   padding-top: 50px;
   display: flex;
   justify-content: center;
   align-items: center;
}
.hero-left h1{
   color: var(--primary-light-color);
   font-family: var(--primary-font);
}
.hero-left h5{
   color: #fff;
   font-family: var(--primary-font);
}
.hero-left p{
   color: #fff;
   font-family: var(--primary-font);
   font-weight: 300;
}
#live_chat_button{
   padding: 8px 15px;
}
#contactButton{
   color: #fff;
   border: 2px solid #fff;
}
#contactButton:hover{
   border: 2px solid var(--primary-light-color);
}
/* hero right part */
.hero-right{
   padding-top: 50px;
   display: flex;
   justify-content: center;
   align-items: center;
   height: 500px;
}

/* <!----------------------- Chat With US Starts------------------------------ --> */
.whats_app_chat{
   position: fixed;
   bottom: 40px;
   right: 60px;
   background: var(--primary-color);
   color: #fff;
   padding: 10px 20px;
   border-radius: 50px;
   display: flex;
   align-items: center;
   z-index: 100;
}
.whats_app_chat2{
   position: static;
   width: 140px;
   background: var(--primary-color);
   color: #fff;
   padding: 10px 20px;
   border-radius: 50px;
   display: flex;
   align-items: center;
   z-index: 100;
}
.whats_app_chat i{
   font-size: 24px;
   margin-right: 5px;
}
.whats_app_chat a{
   color: #fff;
   font-family: var(--primary-font);
   text-decoration: none;
   font-weight: 600;
}
.whats_app_chat a:hover{
   color: #ccc;
}
@media(max-width:768px){
   .whats_app_chat{
      position: fixed;
      bottom: 20px;
      right: 40px;
   }
}
@media(max-width: 550px){
   .whats_app_chat{
      position: fixed;
      bottom: 20px;
      right: 20px;
   }
   .whats_app_chat span{
      display: none;
   }
}


/* =================== Start of LED Light First Section ===========================
========================================================================= */
.product-section {
   overflow: hidden;
}
.LED_Bright_Section{
   background: var(--primary-light2-color);
}
.LED_Dark_Section .section-header-content h1{
   color: var(--dark-color);
}
.LED_Dark_Section .section-header-content span{
   color: var(--dark-color);
}
.LED_Bright_Section .section-header-content a{
   text-decoration: none;
   color: var(--primary-color);
   font-size: 1rem;
   padding: 5px 15px;
   border: 2px solid var(--primary-color);
   font-family: var(--primary-font);
   font-weight: 600;
   border-radius: 4px;
}
.LED_Bright_Section .section-header-content a:hover{
   background: var(--primary-color);
   color: #fff;
}

.LED_Bright_Section .section-body .product-image{
   height: 280px;
   width: auto;
}
.LED_Bright_Section .section-body .product-image img{
   height: 100%;
   width: 100%;
   object-fit: cover;
   filter: drop-shadow(4px 4px 10px #222);
}

/* =================== Start of LED Dark First Section ============================== */
.LED_Dark_Section{
   background: #ffffff;
}
.custom-padding1{
   padding: 40px 20px;
}
.LED_Dark_Section .dark-bg{
   background: #f8f9fa;
   border: 1px solid #e9ecef;
   border-radius: 12px;
   box-shadow: 0 2px 8px rgba(0,0,0,0.08);
   transition: all 0.3s ease;
}
.LED_Dark_Section .dark-bg:hover{
   box-shadow: 0 4px 16px rgba(0,0,0,0.12);
   transform: translateY(-2px);
}
.LED_Dark_Section .section-header-content h1{
   color: #2c3e50;
   font-weight: 600;
}
.LED_Dark_Section .section-header-content span{
   color: #6c757d;
   font-weight: 400;
}
.LED_Dark_Section .section-header-content a{
   text-decoration: none;
   color: var(--primary-color);
   font-size: 1rem;
   padding: 8px 20px;
   border: 2px solid var(--primary-color);
   font-family: var(--primary-font);
   font-weight: 500;
   border-radius: 6px;
   transition: all 0.3s ease;
}
.LED_Dark_Section .section-header-content a:hover{
   background: var(--primary-color);
   color: #fff;
   transform: translateY(-1px);
   box-shadow: 0 4px 8px rgba(18, 115, 235, 0.3);
}
.LED_Dark_Section .section-body .product-image{
   height: 360px;
   width: auto;
}
.LED_Dark_Section .section-body .product-image img{
   height: 100%;
   width: 100%;
   object-fit: cover;
   filter: drop-shadow(2px 4px 8px rgba(0,0,0,0.15));
   border-radius: 8px;
}
/* =================== Start of LED Dark Second Section ========================== */
.LED_Dark_Section2 .smaller-professional-card{
   padding-left: 40px;
   padding-right: 20px;
}
.LED_Dark_Section2 .section-header-content h3{
   color: #2c3e50;
   font-weight: 600;
}
.LED_Dark_Section2 #product-image-smaller{
   height: 250px;
   width: auto;
}
.LED_Dark_Section2 #product-image-smaller img{
   height: 100%;
   width: 100%;
   object-fit: cover;
   padding-bottom: 40px;
}

/* third */
.LED_Dark_Section3{
   background: #f8f9fa;
}

/* =================== Start of Popular Categories Section ============================== */
.Popular_Categories_Section{
   overflow: hidden;
}
.Popular_Categories_Section .category{
   margin-top: 30px;
}
.Popular_Categories_Section .category-item-wrapper{
   box-shadow: 0 0 6px #ccc;
   padding: 20px 20px 0px 20px;
   border-radius: 2px;
}
.Popular_Categories_Section .category_image{
   height: 220px;
   width: 100%;
   padding: 20px;
   border: 2px solid #ccc;
   border-radius: 4px;
 }
.Popular_Categories_Section .category_image img{
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  filter: drop-shadow(0px 0px 5px #888);
}
.Popular_Categories_Section .category_image img:hover{
   transform: scale(1.2);
 } 
 .Popular_Categories_Section .category_text{
   padding: 5px 0px;
 } 
 .Popular_Categories_Section .category_text a{
   font-family: var(--primary-font);
   font-weight: 400;
   text-decoration: none;
   color: #222;
 } 
 .Popular_Categories_Section .category_text a:hover{
   color: var(--primary-color);
 } 


/* =================== Footer Section Started ===========================
========================================================================= */
#footer{
  /* background: url("../img/backgrounds/bgfooter.svg"); */
  background: #212529;
  background-size: cover;
  overflow: hidden;
  padding-top: 60px;
}
.footer-about-text p{
   font-size: 1rem;
   font-weight: 300;
   color: #fff;
   font-family: var(--primary-font);
}
.footer-headings{
   margin-bottom: 20px;
   color: #fff;
   font-size: 1.5rem;
   font-family: var(--primary-font);
   font-weight: 300;
}
#footor-imp-link-head{
   padding-left: 20%;
}
.footer-important-links-item{
   padding-left: 20%;
}
.anchor-links{
   cursor: pointer;
   width: auto;
}
.anchor-links a{
   color: #fff;
   font-family: var(--primary-font);
   font-weight: 300;
   text-decoration: none;
}
.anchor-links a:hover{
   color: #ccc;
   text-decoration: none;
}
.footer-contact-social span{
   color: #fff;
   font-family: var(--primary-font);
   font-weight: 300;
}
.footer-contact-social{
  cursor: pointer;
}
.footer-contact-social ion-icon{
   padding: 8px;
   border-radius: 4px;
   background: var(--primary-color);
   font-size: 20px;
   color: #fff;
}
.footer-contact-social ion-icon:hover{
   color: #ccc;
}
#footer-visitor{
   background:var(--primary-color);
   text-align: center;
   color: #fff;
   margin-top: 10px;
   border-top-left-radius: 20px;
   border-bottom-right-radius: 20px;
}
#footer-logo{
   height: 120px;
   width: auto;
 }
.footer-logo img{
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 50%;
}
/* newsletter */
.newsletter{
   padding-top: 10px;
   width: 100%;
   display: flex;
   flex-direction: column;
}
.newsletter-title{
   text-align: left;
   font-size: 28px;
   font-weight: 300;
   font-family: var(--primary-font);
   color: #fff;
   line-height: 30px;
}
.newsletter input{
   height: 40px;
   width: 100%;
   border: 2px solid var(--primary-color);
   border-radius: 4px;
   padding-left: 6px;
}
.newsletter input:focus{
   outline: 2px solid var(--primary-color);
}
.newsletter ul{
   height: 40px;
}
#newsletter-button{
   height: 40px;
   padding: 0 15px;
   border-style: none;
   background: var(--primary-color);
   color: #fff;
   border-radius: 4px;
   font-size: 1rem;
   font-weight: 300;
   font-family: var(--primary-font);
}
#newsletter-button:hover{
   color: #ccc;
}
.social-connect-and-subscribe{
   margin-top: 40px;
}
/* footer bottom */
.footer-bottom {
   padding-top: 15px;
   padding-bottom: 13px;
   background: #212529;
   color: #fff;
   font-weight: 300;
}
.footer-bottom a{
   color: var(--primary-light2-color);
   text-decoration: none;
   font-weight: 300;
}
.footer-bottom a:hover{
   color: var(--secondry-color);
   text-decoration: none;
}
.footer-bottom .powered-by{
   text-align: right;
}



/* ===================  Page Title (Breadcrum)  page Section Started ==============
=============================================================================== */
#breadcrum{
   background: url('../img/backgrounds/breadcrum_bg.jpg');
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
   overflow: hidden;
}
#breadcrum h1{
   color: #fff;
   font-family: var(--primary-font);
}
#breadcrum ul{
   list-style: none;
   display: inline-flex;
   padding: 0 25px;
}
#breadcrum ul li{
   margin: 0px 10px;
}
#breadcrum ul li a{
   color: #fff;
   font-family: var(--primary-font);
   font-weight: 600;
   text-decoration: none;
}
#breadcrum ul li a:hover{
   color: var(--primary-light-color);
}
#breadcrum ul .arrow{
   color: #fff;
   font-family: var(--primary-font);
   font-weight: 600;
   font-size: 2rem;
   margin-top: -12px;
}


/* ===================  Single Product page  Started ==============
=============================================================================== */
/* left side image-slider */
.photo-slider-section{
   padding-top: 20px;
   padding-bottom: 20px;
}
.photo-slider-section .photo-slider{
   width: 100%;
}
.photo-slider-section .photo{
   height: 50vh;
   width: 100%;
   border: 2px solid #ccc;
   border-radius: 4px;
}
.photo-slider-section .photo img{
   height: 100%;
   width: 100%;
   object-fit: contain;
   object-position: center;
   border-radius: 4px;
}
.photo-slider-section .small-image{
   margin-top: 20px;
   cursor: pointer;
   display: inline-flex;
   transition: all 0.3s ease;
}
.photo-slider-section .small-image:hover{
   transform: scale(1.08);
}
.photo-slider-section .small-slider-images img{
   object-fit: cover;
   object-position: center;
   border: 2px solid #ccc;
   border-radius: 4px;
}
/* .active_image{
   border: 2px solid var(--primary-color);
} */

/* right-side-content */
.product-detail-container{
   border-radius: 4px;  
   padding-top: 20px;
   padding-bottom: 20px;
}
.product-detail-container .heading{
  width: 100%;
}
.product-detail-container .heading hr{
   height: 2px;
   width: 20%;
   color: #135bb3;
   background-color: #135bb3;
   opacity: 1;
 }
.specification_property{
   font-size: 1rem;
   font-family: var(--primary-font);
   font-weight: 600;
}
.specification_value{
   font-family: var(--primary-font);
}
.product_specifications table{
   border: 2px solid #aaa;
   width: 100%;
}
.product_specifications table tr{
   border: 1px solid #aaa;
}
.product_specifications table td{
   border: 1px solid #aaa;
   padding: 2px 10px;
}

/* /* ============== Start of Category Page===========
========================================================================= * */
.Popular_Categories_Section .sub_category_image{
   height: 120px;
   width: 100%;
   padding: 20px;
   border: 2px solid #ccc;
   border-radius: 4px;
 }
.Popular_Categories_Section .sub_category_image img{
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  filter: drop-shadow(0px 0px 5px #888);
}
.Popular_Categories_Section .heading{
   width: 100%;
 }
 .Popular_Categories_Section .heading hr{
    height: 2px;
    width: 10%;
    color: #135bb3;
    background-color: #135bb3;
    opacity: 1;
  }
/* =================================== Start of Dealership Form===========
========================================================================= */
.dealership-heading,.Career-form-heading{
   display: flex;
   justify-content:start;
   align-items: center;
   gap: 30px;
   font-family: var(--primary-font);
}
.dealership-page{
   font-family: var(--primary-font);
}
.dealership-img,.career-img{
   width: 400px;
   height: auto;
}
.dealer-form-box{
   padding:10px 150px !important;
   text-align: left;
}
.dealer-form-box h6{
   font-weight: 600 !important;
}
input:focus , textarea:focus , select:focus{
   outline: none;
   border: 1px solid #38ccf9 !important;
   box-shadow: 0 0 8px #38ccf9 !important;
 }
@media(max-width:980px){
   .dealer-form-box{padding: 1px !important;}
   .dealership-img,.career-img{width:300px;}
}
@media(max-width:768px){
   .dealership-heading{
      display: flex;
      flex-direction: column;
   }
}
@media(max-width:400px){
     .dealership-heading,.Career-form-heading{
       flex-direction: column;
       gap: 10px;}
}
.bg-blue-circle-img{
   position:absolute;
   top:73%;
   left:2%;
   z-index:-2;
}
.career-heading{
   position:relative;
}
@media(max-width:770px){
   .bg-blue-circle-img{
      top:220px;
      left:20px;
      z-index:-2;
   }
}


/* =================== Start of Contact Page ===========================
========================================================================= */
.contact-page{
   text-align: center;
 }
 .contact-page h3{
     font-family: var(--primary-font);
     font-size: 1.9rem;
     font-weight: 600;
 }
 .contact-page:hover h3{
     font-size: 30px;
     font-weight: 700;
 }
 .contact-page p{
     font-size: 16px;
     color: #444;
     font-family: var(--primary-font);
 }
 .contact-page h5{
   font-family: var(--primary-font);
 }
 .our-phone-number, .our-address, .for-general-enquire-and-information{
     background-color: #eee;
     border-radius: 6px;
     padding: 20px 30px;
     box-shadow: 1px 1px rgb(196, 193, 193);
 }
 .contact-page-second-row a,  .contact-page-second-row span{
   font-family: var(--primary-font);
   font-size: 1rem;
   font-weight: 500;
   text-align: start;
   text-decoration: none;
   color: #212529;
   font-family: var(--primary-font);
}
 .phone h5,.email h5,.location h5{
     padding-bottom: 10px;
     font-family: var(--primary-font);
 }
 .phone i,.email i,.location i{
     font-size: 18px;
 }
 .form-floating textarea:focus{
    outline: 1px solid var(--primary-color);
    border-style: none;
    box-shadow: none;
 }
 #contact-page-button{
      display: flex;
      justify-content: start;
      align-items: start;
 }
 .receptionist-image {
   width: 100%;
 }
 .contact-page-second-row {
   background: var( --primary-light2-color) !important;
   border-radius: 5px;
 }
 .contact-page-icon-container {
   width: 60px;
   height:60px;
   margin-left: auto;
   margin-right: auto;
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: var(--primary-color);
   border-radius: 100%;
   color: white;
 }
 .text-grey{
   color: #666 !important;
   font-size: 16px;
 }
 @media(max-width:980px){
     .our-phone-number, .our-address, .for-general-enquire-and-information{margin-top: 20px;
     text-align: center;}
 }
 .map iframe{
   border-radius: 4px;
 }
 @media(max-width: 768px){
   .map{
       margin-top: 50px;
   }
}

/* =================== Start of media queries for resonsiveness ===========================
========================================================================= */
@media screen and (max-width: 992px) {
   /* single product page */
   .single-product-detail-wrapper{
         margin-top: 60px;
   }

   /* global css */
   .section-heading-content-wrapper{
       text-align: left;
   }
   .solid-divider{
       justify-content: flex-start;
    }
   .tite-description-text-left-right-padding{
       padding-left: 0%;
       padding-right: 0%;
   }
/* footer */
#footor-imp-link-head{
   padding-left: 0%;
}
.footer-important-links-item{
   padding-left: 0%;
}
.footer-div{
   display: block;
   margin-top: 30px;
   margin-bottom: 30px;
}
#footer-logo{
   height: 0px;
 }
.footer-logo{
   display: none;
}
.newsletter{
   margin-top: 40px;
}
.footer-important-links, .footer-company-links, .footer-contact-links{
   margin: 0px;
}
}
@media screen and (max-width: 767px) {
   header{
       padding:0px 0px 0px 0px !important;
   }
   .footer-bottom{
       padding: 10px  0px!important;
   }
   /* .footer-bottom */
   .footer-bottom .powered-by, .copyright{
       text-align: center;
   }
   /* global css */
   .custom-container-width{
       padding: 60px 40px;
   }
   /* single-product-page */
   .product_video iframe{
      width: 90%;
   }
}
@media screen and (max-width: 600px) {
   /*testimonials*/
   .sub-itm{
   display: inline-block;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   }  
   .car-img{
   margin: 0px;
   padding: 0px;
   }   
   .car-content p{
   padding: 0px 0px;
   }
    /* global css */
    .custom-container-width{
       padding: 60px 20px;
   }
}
@media screen and (max-width:550px) {
   /* hero */
   .glow{
      height: 260px;
      width: 260px;
   }

   /* single-product-page */
   .product_video iframe{
      width: 100%;
   }
}
/* =================== Feedback page css =========================*/
.feedback-page{
   overflow: hidden;
}
.form-and-image-container{
   width: 100%;
   background-color: var(--primary-light2-color);
   padding: 10px;
   border-radius: 5px;
}
@media screen and (max-width:450px) {
.feedback-image img{
   width: 260px;
   padding-bottom: 40px;
}
}
/* =================== Start of About us Section ===========================
========================================================================= */
#about-image img{
   height: 90%;
   width: 90%;
   object-fit: contain;
}
.about-text-wrapper{
   height: 100%;
}
.solid-head-underline{
   width: 10% ;
   height: 1px !important;
   background:blue;
   margin-top: 0px;
}
#our-mission{
   background: #eeeeee;
}
.about-mission-image img{
   height: 360px;
   width: 260px;
   border-radius: 50%;
}
.counter-item{
 display: flex;
}
.counter-icon{
   height: 80px;
   width: 80px;
   background: #eee;
   padding: 12px;
   border-radius: 50%;
   margin-right: 10px;
}
.counter-icon img{
   height: 100%;
   width: 100%;
   object-position: center;
   object-fit: cover;
}
.counter-content h2{
   margin-top: 10px;
}
.counter-content p{
   margin-top: -12px;
   font-family: var(--primary-font);
   font-size: 1rem;
   font-weight: 600;
   color: #444;
}

.about-icon-and-paregraph{
   display: flex;
   gap: 5px;
   /* padding-top: 50px; */
}
.product-services-img{
   position: relative;
   z-index: 0;
   /* overflow-x: hidden; */
}
.bg-circle-pattern-top{
   position: absolute;
   right: -40px;
   top: -25px;
   width: 120px !important;
   z-index: -1;

}
.bg-circle-pattern-bottom{
   width: 100px;
   position: absolute;
   bottom: -35px;
   left: -40px;
   z-index: -1;
}
@media (max-width:767px){
   .bg-circle-pattern-top{
     display: none ;
   }
   .bg-circle-pattern-bottom{
      display: none;
   }
}
.mission-icon{width: 50px;}
.product-services-section{background-color: #ECF5FF;}
.hr-line{ margin-left: auto;
   margin-right: auto;}
/* =================== Professional Card Styling ========================== */
.professional-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.professional-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

/* =================== Professional Large Card Styling ========================== */
.professional-card-large {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.professional-card-large:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    transform: translateY(-3px);
}

/* =================== Smaller Professional Card Styling ========================== */
.smaller-professional-card {
    padding-left: 40px;
    padding-right: 20px;
}

.smaller-professional-card h3 {
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.4rem;
}

.smaller-professional-card span {
    color: #6c757d;
    font-weight: 400;
}

.smaller-professional-card a {
    text-decoration: none;
    color: var(--primary-color);
    font-size: 0.95rem;
    padding: 6px 16px;
    border: 2px solid var(--primary-color);
    font-family: var(--primary-font);
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 8px;
}

.smaller-professional-card a:hover {
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(18, 115, 235, 0.3);
}

/* =================== Start of LED Dark Second Section ========================== */
.LED_Dark_Section2 .smaller-professional-card{
   padding-left: 40px;
   padding-right: 20px;
}
.LED_Dark_Section2 .section-header-content h3{
   color: #2c3e50;
   font-weight: 600;
}
.LED_Dark_Section2 #product-image-smaller{
   height: 250px;
   width: auto;
}
.LED_Dark_Section2 #product-image-smaller img{
   height: 100%;
   width: 100%;
   object-fit: cover;
   padding-bottom: 40px;
}

/* third */
.LED_Dark_Section3{
   background: #f8f9fa;
}

/* =================== Product Carousel Sections Styles =================== */

/* Section Titles */
.section-title {
    margin-bottom: 60px;
}

.main-title {
    font-size: 2.5rem;
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}

.sub-title {
    font-size: 1.1rem;
    color: #7f8c8d;
    margin-bottom: 20px;
    font-weight: 400;
}

.title-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(45deg, var(--primary-color), var(--primary-light-color));
    margin: 0 auto;
    border-radius: 2px;
    position: relative;
}

.title-divider::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -10px;
    width: 20px;
    height: 8px;
    background: var(--primary-color);
    border-radius: 4px;
    opacity: 0.6;
}

.title-divider::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -10px;
    width: 20px;
    height: 8px;
    background: var(--primary-color);
    border-radius: 4px;
    opacity: 0.6;
}

/* Featured Products Section - Clean Design */
.featured-products-section {
    background: #ffffff;
    position: relative;
}

.featured-title {
    font-size: 2.5rem;
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: var(--primary-font);
}

.featured-subtitle {
    font-size: 1.1rem;
    color: #7f8c8d;
    margin-bottom: 0;
    font-weight: 400;
}

.featured-products-grid {
    margin-top: 20px;
}

.featured-product-card {
    background: #fff;
    border: 1px solid #e8ecef;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    height: 320px;
    display: flex;
    flex-direction: column;
}

.featured-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    border-color: var(--primary-color);
}

.product-image-container {
    height: 180px;
    overflow: hidden;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.featured-product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.featured-product-card:hover .featured-product-image {
    transform: scale(1.05);
}

.product-content {
    padding: 15px 12px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.featured-product-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.3;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.buy-now-btn,
.view-more-btn {
    width: 100%;
    padding: 8px 12px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 36px;
}

.buy-now-btn {
    background: #25D366;
    color: #fff;
    border-color: #25D366;
}

.buy-now-btn:hover {
    background: #128C7E;
    border-color: #128C7E;
    color: #fff;
    transform: translateY(-1px);
}

.view-more-btn {
    background: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.view-more-btn:hover {
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-1px);
}

.buy-now-btn i,
.view-more-btn i {
    font-size: 0.9rem;
}

.buy-now-btn span,
.view-more-btn span {
    font-size: 0.85rem;
    line-height: 1;
}

/* Latest Products Section */
.latest-products-section {
    background: #f8f9fa;
    position: relative;
}

.latest-product-card {
    perspective: 1000px;
    height: 350px;
    margin: 15px;
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    cursor: pointer;
}

.latest-product-card:hover .card-inner {
    transform: rotateY(180deg);
}

.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.card-front {
    background: #fff;
    display: flex;
    flex-direction: column;
}

.card-back {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark-color) 100%);
    color: #fff;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.latest-product-card .product-image-container {
    height: 200px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-details {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-name {
    font-size: 1.2rem;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-price-tag {
    background: var(--primary-color);
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
}

.back-content h5 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.description {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 15px;
    opacity: 0.9;
}

.tags-list {
    margin-bottom: 20px;
}

.mini-tag {
    background: rgba(255,255,255,0.2);
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.8rem;
    margin: 2px;
    display: inline-block;
}

.details-btn {
    background: #fff;
    color: var(--primary-color);
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.details-btn:hover {
    background: var(--primary-light2-color);
    transform: scale(1.05);
}

/* Latest Products Owl Carousel Custom Styling */
.latest-products-section .owl-theme .owl-nav {
    display: none !important;
}

.latest-products-section .owl-theme .owl-dots {
    margin-top: 30px;
    text-align: center;
}

.latest-products-section .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.latest-products-section .owl-theme .owl-dots .owl-dot span {
    background: #ddd !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

.latest-products-section .owl-theme .owl-dots .owl-dot.active span,
.latest-products-section .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color) !important;
    transform: scale(1.3) !important;
}

/* 3D Product Showcase */
.product-3d-carousel {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
}

.showcase-card {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 30px;
    margin: 20px;
    border: 1px solid rgba(255,255,255,0.2);
    position: relative;
    overflow: hidden;
}

.showcase-content {
    display: flex;
    align-items: center;
    min-height: 400px;
}

.showcase-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.image-container {
    position: relative;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-product-img {
    width: 80%;
    height: 80%;
    object-fit: contain;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    position: relative;
    z-index: 2;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

.glow-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    border: 3px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    animation: rotate 20s linear infinite;
}

.glow-ring::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50%;
    animation: rotate 30s linear infinite reverse;
}

@keyframes rotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

.floating-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.particle {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    animation: particle-float 8s ease-in-out infinite;
}

.particle-1 { top: 20%; left: 20%; animation-delay: 0s; }
.particle-2 { top: 60%; right: 20%; animation-delay: 2s; }
.particle-3 { bottom: 30%; left: 30%; animation-delay: 4s; }

@keyframes particle-float {
    0%, 100% { transform: translateY(0px) scale(1); opacity: 0.8; }
    33% { transform: translateY(-30px) scale(1.2); opacity: 1; }
    66% { transform: translateY(10px) scale(0.8); opacity: 0.6; }
}

.showcase-info {
    flex: 1;
    padding-left: 40px;
    color: #fff;
}

.showcase-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.feature-tags {
    margin-bottom: 25px;
}

.feature-tag {
    background: rgba(255,255,255,0.2);
    padding: 8px 16px;
    border-radius: 25px;
    margin: 5px;
    display: inline-block;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

.price-display {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.currency, .suffix {
    font-size: 1.5rem;
    opacity: 0.8;
}

.action-buttons {
    display: flex;
    gap: 15px;
}

.primary-btn, .secondary-btn {
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.primary-btn {
    background: #fff;
    color: var(--primary-color);
    border-color: #fff;
}

.primary-btn:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
    transform: translateY(-2px);
}

.secondary-btn {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,0.5);
}

.secondary-btn:hover {
    background: rgba(255,255,255,0.2);
    border-color: #fff;
    transform: translateY(-2px);
}

/* Carousel Navigation */
.carousel-navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
}

.nav-btn {
    background: rgba(255,255,255,0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.nav-btn:hover {
    background: var(--primary-color);
    color: #fff;
    transform: scale(1.1);
}

.nav-btn i {
    font-size: 1.2rem;
}

/* Owl Carousel Customization */
.owl-theme .owl-dots {
    text-align: center;
    margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    transition: all 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    transform: scale(1.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-title {
        font-size: 2rem;
    }
    
    .showcase-content {
        flex-direction: column;
        text-align: center;
    }
    
    .showcase-info {
        padding-left: 0;
        padding-top: 30px;
    }
    
    .action-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .primary-btn, .secondary-btn {
        width: 200px;
        justify-content: center;
    }
    
    .image-container {
        width: 250px;
        height: 250px;
    }
    
    .carousel-navigation {
        display: none;
    }
}

@media (max-width: 576px) {
    .product-card {
        margin: 10px 5px;
    }
    
    .latest-product-card {
        margin: 10px 5px;
        height: 300px;
    }
    
    .showcase-card {
        margin: 10px;
        padding: 20px;
    }
    
    .showcase-title {
        font-size: 1.8rem;
    }
    
    .price-display {
        font-size: 2rem;
    }
}

/* Featured Products Responsive Design */
@media (max-width: 1199px) {
    .featured-product-card {
        height: 300px;
    }
    
    .product-image-container {
        height: 160px;
        padding: 12px;
    }
}

@media (max-width: 991px) {
    .featured-title {
        font-size: 2.2rem;
    }
    
    .featured-product-card {
        height: 280px;
        margin: 8px;
    }
    
    .product-image-container {
        height: 150px;
        padding: 10px;
    }
    
    .product-content {
        padding: 12px 10px;
    }
}

@media (max-width: 767px) {
    .featured-title {
        font-size: 1.8rem;
    }
    
    .featured-subtitle {
        font-size: 1rem;
    }
    
    .featured-product-card {
        height: 260px;
        margin: 5px;
    }
    
    .product-image-container {
        height: 140px;
        padding: 8px;
    }
    
    .featured-product-name {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    
    .buy-now-btn,
    .view-more-btn {
        padding: 7px 10px;
        font-size: 0.8rem;
        min-height: 32px;
    }
    
    .buy-now-btn i,
    .view-more-btn i {
        font-size: 0.8rem;
    }
    
    .buy-now-btn span,
    .view-more-btn span {
        font-size: 0.8rem;
    }
}

@media (max-width: 479px) {
    .featured-product-card {
        height: 240px;
        margin: 3px;
    }
    
    .product-image-container {
        height: 120px;
        padding: 6px;
    }
    
    .product-content {
        padding: 10px 8px;
    }
    
    .featured-product-name {
        font-size: 0.95rem;
        margin-bottom: 8px;
    }
    
    .product-actions {
        gap: 6px;
    }
    
    .buy-now-btn,
    .view-more-btn {
        padding: 6px 8px;
        font-size: 0.75rem;
        min-height: 28px;
    }
}

/* Latest Products Responsive Design */
@media (max-width: 1199px) {
    .latest-product-card {
        height: 330px;
        margin: 12px;
    }
    
    .latest-product-card .product-image-container {
        height: 180px;
    }
    
    .product-details {
        padding: 15px;
    }
}

@media (max-width: 991px) {
    .latest-product_card {
        height: 310px;
        margin: 10px;
    }
    
    .latest-product-card .product-image-container {
        height: 160px;
    }
    
    .product-name {
        font-size: 1.1rem;
    }
    
    .back-content {
        padding: 15px;
    }
    
    .back-content h5 {
        font-size: 1.2rem;
    }
}

@media (max-width: 767px) {
    .latest-product-card {
        height: 290px;
        margin: 8px;
    }
    
    .latest-product-card .product-image-container {
        height: 150px;
    }
    
    .product-details {
        padding: 12px;
    }
    
    .product-name {
        font-size: 1rem;
        margin-bottom: 8px;
    }
    
    .product-price-tag {
        padding: 6px 12px;
        font-size: 0.9rem;
    }
    
    .description {
        font-size: 0.9rem;
        margin-bottom: 12px;
    }
    
    .details-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}

@media (max-width: 479px) {
    .latest-product-card {
        height: 270px;
        margin: 5px;
    }
    
    .latest-product-card .product-image-container {
        height: 130px;
    }
    
    .product-details {
        padding: 10px;
    }
    
    .product-name {
        font-size: 0.95rem;
    }
    
    .back-content {
        padding: 12px;
    }
    
    .back-content h5 {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
    
    .description {
        font-size: 0.85rem;
        margin-bottom: 10px;
    }
    
    .mini-tag {
        font-size: 0.75rem;
        padding: 3px 8px;
    }
    
    .details-btn {
        padding: 8px 16px;
        font-size: 0.85rem;
    }
}

/* Loading animation for images */
.featured-product-image {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.featured-product-image.loaded {
    opacity: 1;
}

/* Featured Products Section Styles */
.featured-products-section {
    background-color: #ffffff !important;
}

.featured-products-section .main-title {
    color: #2c3e50 !important;
    font-weight: 600;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.featured-products-section .sub-title {
    color: #6c757d !important;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.featured-products-section .title-divider {
    width: 80px;
    height: 3px;
    background: var(--primary-color);
    margin: 0 auto;
    border-radius: 2px;
}

.featured-products-section .section-title {
    margin-bottom: 50px !important;
}

/* Ensure all text in featured products section is visible */
.featured-products-section h2,
.featured-products-section h3,
.featured-products-section h4,
.featured-products-section h5 {
    color: #2c3e50 !important;
}

.featured-products-section p,
.featured-products-section span {
    color: #6c757d !important;
}

/* Latest Collections Section Styles */

/* Latest product card text visibility */
.latest-product-card .product-name {
    color: #2c3e50 !important;
    font-weight: 600;
}

.latest-product-card .product-price {
    color: var(--primary-color) !important;
    font-weight: 600;
}

.latest-product-card .back-content h5 {
    color: #2c3e50 !important;
}

.latest-product-card .description {
    color: #6c757d !important;
}

.latest-product-card .mini-tag {
    background: var(--primary-light-color) !important;
    color: #2c3e50 !important;
}

/* Featured product card text visibility */
.featured-product-card .product-name {
    color: #2c3e50 !important;
    font-weight: 600;
}

.featured-product-card .product-description {
    color: #6c757d !important;
}

/* Ensure all text in latest products section is visible */

