/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");

:root {
  --color1: #050505;
  --color2: #D4A24C;
  --color3: #292c2d;
  --color4: #fff;
}

/* Custom CSS can go here */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1240px !important;
  }
}
label {
  width: 100%;
}

/* home banner css start */

a:hover .e-fas-download,
button:hover .e-fas-download {
    fill: #fff !important;
}


.hero-banner .carousel-caption {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: inherit;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: left !important;
  transform: translate(0%, -50%);
}
.hero-banner .carousel-caption h3 {
  font: normal normal normal 52px/62px 'Lato', sans-serif;
  letter-spacing: 0px;
  color: #d4a24c;
}
.arrow-control-slider {
  display: flex;
}
.arrow-control-slider span {
  background-color: var(--color1);
  padding: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  margin-right: 5px;
}
.arrow-control-slider span:hover {
  background-color: var(--color2);
}

.arrow-control-slider .control-prev {
  border-radius: 5px;
}
.arrow-control-slider .control-next {
  border-radius: 5px;
}
.arrow-control-bottom {
  display: flex;
  position: absolute;
  bottom: 15%;
  left: 0;
  z-index: 9;
  width: 100%;
}

/* my css start */

h2.pri{
      font-size: 20px !important;
    font-family: 'Lato', sans-serif;
    padding-top: 20px !important;
    color: #d4a24c !important;

}
.wpcf7-response-output {
    color: #fff !important;
}
.codedropz-btn-wrap a {
     color: #ffffff !important; 
    background-color: #d4a24c;
    padding: 5px 14px;
    font-size: 15px;
    border-radius: 4px;
}
.codedropz-upload-handler {
    border-width: 0px 0px 1px 0px;
	    border-style: solid;
	border-color: var(--e-global-color-text);
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
}
.codedropz-btn-wrap{
  width: 250px;
  margin-top: 10px;
}
.codedropz-upload-inner h3 {
    margin: 5px 15px;
    font-size: 16px !important;
    line-height: 32px;
	  font-weight:400 !important;
    word-break: break-word;
    float: left !important;
	  color:#ffffff63 !important;
}
.codedropz-upload-container {
     padding: 0px;
}
.dnd-upload-counter {
    display: none !important;
}
.codedropz-upload-inner span{ 
	display: none !important;
} 
.accordion {
    display: flex;
    flex-direction: column;
}

.accordion .accordion-item:nth-child(6) { order: 1; } 
.accordion .accordion-item:nth-child(4) { order: 2; }
.accordion .accordion-item:nth-child(7) { order: 4; } 
.accordion .accordion-item:nth-child(3) { order: 3; } 
.accordion .accordion-item:nth-child(5) { order: 6; } 
.accordion .accordion-item:nth-child(2) { order: 5; } 


.featured-post img{
    width:100%;
    height:520px;
    object-fit:cover;
    border-radius:20px;
}

.featured-post h2 a{
    font-size:32px;
    line-height:1.2;
    margin-top:25px !important;
    font-weight:600;
	padding-top:20px !important;
	  color:#fff !important;
}
.featured-post h2 a:hover{
    font-size:32px;
    line-height:1.2;
    margin-top:25px !important;
    font-weight:600;
	padding-top:20px !important;
	  color:#D4A24C !important;
}
.featured-post p{
    color:#777;
    margin-top:15px;
}

.side-post{
    display:flex;
    align-items:start;
    gap:20px;
    padding-bottom:25px;
    margin-bottom:25px;
    border-bottom:1px solid #FFFFFF3D;
}
.side-post .content p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}
.side-post .content h3{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.side-post img{
    height:140px !important;
    object-fit:cover;
    border-radius:15px;
}

.side-post h3 a{
    font-size:18px;
	  margin-top:0px !important;
    margin-bottom:10px;
	line-height:1.1;
		color:#fff !important
}

.side-post h3 a:hover{
    font-size:18px;
	  margin-top:0px !important;
    margin-bottom:10px;
	line-height:1.1;
		color:#D4A24C !important
}
		.side-post .content p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}
	.side-post .content h3{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
!important;
    font-weight:600;
	  color:#fff !important;
}

.side-post p{
    color:#777;
    margin-bottom:0 !important;
}

@media(max-width:991px){

    .featured-post img{
        height:225px;
    }

    .featured-post h2{
        font-size:30px;
    }

    .side-post{
        flex-direction:column;
        align-items:flex-start;
    }

    .side-post img{
      width: 100%;
        height:225px !important;
    }

    .side-post h3{
        font-size:24px;
    }
}
.footer-text .elementor-heading-title{
    font-family: var(--tl-ff-heading);
    font-size: 300px;
    background: linear-gradient(
        179.69deg,
        #FFFAF2 0.27%,
        rgba(255, 251, 244, 0) 90.85%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.64;
    line-height: 1;
    margin: 0;
}
/* elementor button */
.elementor-button {
  position: relative;
  overflow: hidden;
}
.elementor-button .elementor-button-content-wrapper {
  align-items: center;
  position: relative;
  z-index: 9;
}
.elementor-button .elementor-button-text {
  margin: 0 10px 0 5px;
  position: relative;
  z-index: 9;
}
.elementor-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--color1);
  transition: 0.3s ease all;
  /* z-index: -1; */
}
.elementor-button:hover::before {
  width: 100%;
}
.elementor-button i {
  width: 30px;
  height: 30px;
  background: #fff !important;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: #fff;
  font-size: 12px;
  padding: 0 0 2px 3px;
  position: relative;
  z-index: 9;
}
.elementor-button:hover i {
  background: #fff !important;
  color: var(--color1);
}
.elementor-button:hover .elementor-button-text {
  color: var(--color4);
}
.elementor-button:hover {
  border-color: var(--color1) !important;
}
/* elementor button end */

.captcha{
	  scale: 0.7;
    transform-origin: top right;
	  justify-items:end !important;
}

.submit-arrow {
    position: relative !important;
}

.submit-arrow span::after {
    content: "\e8c0" !important;
    font-family: eicons !important;
    margin-left: 8px !important;
    font-size: 14px !important;
    vertical-align: middle;
}
.elementor-widget-text-editor a.gold-link{
    color:#d4a548 !important;
}



.elementor-16 .elementor-element.elementor-element-6bc050c .owl-content {
    color: #FFFFFF80;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-style: normal;
    border-top: 2px solid #D4A24C6B !important;
	 padding-top: 15px; 	
}

.owce-carousel-testimonial-four .item {
    padding: 30px 25px;
    height: 300px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #ce9d4a !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff96 !important;
}

.products .product-category .woocommerce-loop-category__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
}

.products .product-category .woocommerce-loop-category__title::after {
    content: "\e8c0";
    font-family: eicons;
    font-size: 16px;
    font-weight: normal;
	  margin-right: 15px;
   
}

.products .product-category a:hover .woocommerce-loop-category__title::after {
    color: #D4A24C !important;
}


mark.count {
    display: none;
}
/* .woocommerce.columns-5 ul.products{
justify-content:center;
display:flex;
flex-wrap:wrap;
gap:0px;
} */
h2.woocommerce-loop-category__title{
	font-size:18px !important;
	color:#fff !important;
	font-weight:500;  
	text-align: left;
    margin-left: 14px !important;
  margin-top: 1px !important;
  margin-bottom: 15px !important;
}

/* .woocommerce ul.products li.product a img {
    width: 100%;
    height: auto !important;
    aspect-ratio: 1 / 1; 
    object-fit: cover;
    display: block;
   margin:0px !important;
    border-radius: 0px !important; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04) !important;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s ease !important;
} */


.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto !important;
    aspect-ratio: 1 / 1;
    object-fit: contain !important;
    display: block;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04) !important;
}
.woocommerce ul.products li.product:hover a img {
    transform: scale(1.03); 
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important; 
}
.woocommerce ul.products li.product:hover a img {
    transform: none !important;
}

.woocommerce ul.products li.product a {
    display: block;
    overflow: hidden; 
    border-radius: 8px !important;
	 padding: 0px;
	border: 1px solid #D4A24C!important;
  background-color:#ffffff1c !important; 
}

.woocommerce-shop-banner{
    background: url('https://legacyprimemodular.com/wp-content/uploads/2026/06/pro-i.jpg') top center/cover no-repeat;
	  object-fit: cover;
    position:relative !important;
    min-height: 215px;
    display: flex;
    align-items: center;
}

.woocommerce-shop-banner::before{
    content: "";
    position: absolute;
    inset: 0;
    background: #050505;
    opacity: 0.8;
    z-index: 1;
}

.woocommerce-shop-banner::before{
    content: "";
    position: absolute;
    inset: 0;
}

.banner-title{
    position: relative;
    z-index: 2;
}

.banner-title h1{
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}
.tax-product_cat .site-btn,
.tax-product_cat .button,
.tax-product_cat .add_to_cart_button,
.tax-product_cat .product_type_simple {
    display: none !important;
}

@media screen and (max-width: 768px) {
	.woocommerce-shop-banner {
    background: url('https://legacyprimemodular.com/wp-content/uploads/2026/06/pro-i.jpg') top center/cover no-repeat;
    object-fit: cover;
    min-height: 110px;
    display: flex;
    align-items: center;
}

button.htslider-carosul-prev.slick-arrow {
    display: none !important;
}

button.htslider-carosul-next.slick-arrow {
    display: none !important;
}

.featured-post h2 a{
    font-size:24px;
   
}
.featured-post h2 a:hover{
    font-size:24px;
   
}
	.banner-title h1{
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}
	
	.footer-text .elementor-heading-title{

    font-size: 50px;

}
	
	h2.woocommerce-loop-category__title {
    font-size: 13px !important;
    color: #fff !important;
    font-weight: 500;
    text-align: left;
    margin-left: 14px !important;
  
    margin-bottom: 15px !important;
}
}

@media (max-width: 767px){

	.captcha {
   scale: 0.7;
   transform-origin: left;
}
}


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}



/* my css end */

/* blog start */

.blog-page .blog-post-card {
  border: solid 2px #ffffff1c !important;
  border-radius: 20px !important;
  background-color: #050505 !important;
}
.blog-page .blog-post-card img {
  border-radius: 20px 20px 0px 0px !important;
}

.blog-page .blog-content {
  padding: 0px 20px 30px 20px !important;
}

.blog-page .blog-content h2 {
  font: normal normal 600 18px/26px 'Lato', sans-serif !important;
  color: #fff !important;
  margin-bottom: 15px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;   
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 20px;
}

.blog-page .blog-content .blog-para {
  font: normal normal normal 14px/20px 'Lato', sans-serif !important;
  color: #ffffff9e !important;
  /* height: 240px !important; */
}

.blog-single-post .blog-para ul,
.blog-single-post .blog-para li,
.blog-single-post .blog-para p{
  font: normal normal normal 15px/20px 'Lato', sans-serif !important;
  color : #ffffff9e !important;
}
.blog-page .date {
  display: none !important;
}

.blog-page .date {
  background-color: #D4A24C;
  padding: 8px 12px;
  border-radius: 8px 0 0 8px;
  width: fit-content;
  margin-top: -20px;
  position: relative;

}
.blog-page .blog-date {
  justify-items: end;
}
.blog-page .blog-date {
  display: flex;
  justify-content: flex-end;
}
.blog-page span.month {
  font: normal normal bold 16px 'Lato', sans-serif;
  color: #fcfcfc !important;
}

.blog-page a.read-more-btn.elementor-button {
  padding: 0 !important;
  color: #D4A24C !important;
  background-color: transparent !important;
  font-weight: 700;
  margin-top: 0 !important;
  border:none !important;
}

.blog-page a.read-more-btn.elementor-button:hover {
  padding: 0 !important;
  color: #fff !important;
  background-color: transparent !important;
  font-weight: 700;
}
.blog-page a.read-more-btn.elementor-button::before  {
  padding: 0 !important;
  color: #fff !important;
  background-color: transparent !important;
}

.blog-page .read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.blog-page .read-more-btn::after {
  content: "\e8c0";
  font-family: "eicons";
  font-size: 18px;
  font-weight: 400;
  color: #d4a24c;
  line-height: 1;
  margin-top: 3px !important;
}

.blog-page .read-more-btn:hover::after {
  color: #fff;
}

a.page-numbers,
span.page-numbers.current {
  padding-right: 10px;
	font-family: 'Lato', sans-serif !important;
}

span.page-numbers.current {
	text-decoration: underline !important;
	color: #D4A24C !important;
}

a.page-numbers{
	color: #222 !important;
}

.eicon-chevron-left:before,
.eicon-chevron-right:before{
	color:#D4A24C !important;
}
.blog-inner .eicon-chevron-left:before,
.blog-inner .eicon-chevron-right:before{
	color:#fff !important;
}

/* blog end */

/* blog inner start */

.blog-sidebar{
  position: sticky;
  top: 20px !important;
}

/* breadcrumb start*/
.blog-inner .blog-baner {
  padding: 0 !important;
  margin: 0 !important;
}

.blog-inner .blog-baner {
  position: relative;
  background-color: #D4A24C;
  margin-top: -35px !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  z-index: 1;
}

.blog-inner .blog-baner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 0;
}

.blog-inner .blog-baner > * {
  position: relative;
  z-index: 2;
}

.blog-inner .banner-title h1 {
  font: normal normal 600 24px/60px 'Lato', sans-serif;
  color: #fff !important;
  text-align: start !important;
}

.blog-inner .blog-breadcrumb a,
.blog-breadcrumb {
  font: normal normal 500 18px / 20px 'Lato', sans-serif;
  letter-spacing: 0px;
  color: #fff;
}

.blog-inner .blog-breadcrumb {
  color: #fff;
  text-align: left;
}
.blog-inner .blog-breadcrumb i {
  color: #fff !important;
}
/* breadcrumb end*/

.blog-inner .blog-featured-img img {
  border-radius: 20px !important;
}

.blog-inner .blog-inner-content {
  padding: 100px 0 100px 0px !important;
}

.blog-inner span.date {
  background-color: #D4A24C !important;
  color: #fff !important;
  display: none !important;
  padding: 10px !important;
  border-radius: 8px;
  font: normal normal bold 16px/60px 'Lato', sans-serif;
}

.blog-inner .blog-title {
  font: normal normal bold 38px/45px 'Lato', sans-serif;
}

.blog-inner .blog-sidebar h4.widget-title {
  font: normal normal bold 25px 'Lato', sans-serif;
  border-bottom: solid 2px #d4a24c !important;
  padding-bottom: 20px !important;
  color :#fff !important;
}

.blog-inner .recent-post-link img {
  height: 80px;
  object-fit: cover !important;
  border-radius: 10px !important;
}
.sidebar-widget{
	  border: 2px solid #D4A24C;
    padding: 15px;
	  border-radius:12px !important;
}

.blog-inner .recent-info h6 {
  font: normal normal 500 16px 'Lato', sans-serif;
  margin: 5px 0px !important;
  color: #fff !important;
}

.blog-inner .recent-post-item:hover h6 {
  font: normal normal 500 16px 'Lato', sans-serif;
  margin: 5px 0px !important;
  color: #d4a24c !important;
}
.blog-inner .recent-info span {
  font: normal normal 400 15px 'Lato', sans-serif;
  color: #222;
  display: none !important;
}


.blog-inner-content .blog-para h1{
	font-size: 30px !important;
  font-family:'Lato', sans-serif;
  padding-top: 20px !important;
  color: #d4a24c !important;
}
.blog-inner-content .blog-para h2{
	font-size: 28px !important;
  font-family: 'Lato', sans-serif;
  padding-top: 20px !important;
  color: #fff !important;
}
.blog-inner-content .blog-para h3{
	font-size: 20px !important;
  font-family: 'Lato', sans-serif;
  padding-top: 20px !important;
  color: #d4a24c !important;
}
.blog-inner-content .blog-para h4{
	font-size: 22px !important;
  font-family: 'Lato', sans-serif;
  padding-top: 20px !important;
  color: #fff !important;
}
.blog-inner-content .blog-para h5{
	font-size: 18px !important;
  font-family: 'Lato', sans-serif;
  padding-top: 20px !important;
  color: #fff !important;
}
.blog-inner-content .blog-para h6{
	font-size: 16px !important;
  font-family: 'Lato', sans-serif;
  padding-top: 20px !important;
  color: #D4A24C !important;
}

/* blog inner end */



/* css start */

.captcha{
	  scale: 0.7;
    transform-origin: top right;
	  justify-items:end !important;
}

.submit-arrow {
    position: relative !important;
}

.submit-arrow span::after {
    content: "\e8c0" !important;
    font-family: eicons !important;
    margin-left: 8px !important;
    font-size: 14px !important;
    vertical-align: middle;
}
.elementor-widget-text-editor a.gold-link{
    color:#d4a548 !important;
}
.woocommerce.columns-5 ul.products{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:0 !important;
    row-gap:10 !important;
    column-gap:10 !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
    margin:8px !important;
    padding:0 !important;
}
.elementor-16 .elementor-element.elementor-element-6bc050c .owl-content {
    color: #FFFFFF80;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-style: normal;
    border-top: 2px solid #D4A24C6B !important;
	 padding-top: 15px; 	
}
.owce-carousel-testimonial-four .item {
    padding: 30px 25px;
    height: 300px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #ce9d4a !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff96 !important;
}

.products .product-category .woocommerce-loop-category__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
}
.products .product-category .woocommerce-loop-category__title::after {
    content: "\e8c0";
    font-family: eicons;
    font-size: 16px;
    font-weight: normal;
	  margin-right: 15px;  
}
.products .product-category a:hover .woocommerce-loop-category__title::after {
    color: #D4A24C !important;
}

mark.count {
    display: none;
}
.woocommerce.columns-5 ul.products{
justify-content:center;
display:flex;
flex-wrap:wrap;
gap:0px;
}
h2.woocommerce-loop-category__title{
	font-size:18px !important;
	color:#fff !important;
	font-weight:500;  
	text-align: left;
  margin-left: 14px !important;
  margin-bottom: 15px !important;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto !important;
    aspect-ratio: 1 / 1; 
    object-fit: cover;
    display: block;
   margin:0px !important;
    border-radius: 0px !important; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04) !important;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s ease !important;
}
.woocommerce ul.products li.product:hover a img {
    transform: scale(1.03); 
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important; 
}
.woocommerce ul.products li.product a {
    display: block;
    overflow: hidden; 
    border-radius: 8px !important;
	 padding: 0px;
	border: 1px solid #D4A24C!important;
  background-color:#ffffff1c !important ; 
  height: 100%;
}

.woocommerce-shop-banner{
    background: url('https://legacyprimemodular.com/wp-content/uploads/2026/06/pro-i.jpg') top center/cover no-repeat;
	  object-fit: cover;
    position:relative !important;
    min-height: 215px;
    display: flex;
    align-items: center;
}

.woocommerce-shop-banner::before{
    content: "";
    position: absolute;
    inset: 0;
    background: #050505;
    opacity: 0.8;
    z-index: 1;
}

.woocommerce-shop-banner::before{
    content: "";
    position: absolute;
    inset: 0;
}
.banner-title{
    position: relative;
    z-index: 2;
}

.banner-title h1{
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}
.tax-product_cat .site-btn,
.tax-product_cat .button,
.tax-product_cat .add_to_cart_button,
.tax-product_cat .product_type_simple {
    display: none !important;
}

@media screen and (max-width: 768px) {
	.woocommerce-shop-banner {
    background: url('https://legacyprimemodular.com/wp-content/uploads/2026/05/switches.jpg') center center / cover no-repeat;
    object-fit: cover !important;
    min-height: 110px;
    display: flex;
    align-items: center;
}

.blog-inner .recent-post-item:hover h6 {
  font: normal normal 600 16px 'Lato', sans-serif;
  margin: 5px 0px !important;
  color: #d4a24c !important;
}
	.banner-title h1{
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}
	
	h2.woocommerce-loop-category__title {
    font-size: 13px !important;
    color: #fff !important;
    font-weight: 500;
    text-align: left;
    margin-left: 14px !important;
    margin-bottom: 15px !important;
}
}

@media (max-width: 767px){

.woocommerce.columns-5 ul.products{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:15px !important;
    row-gap:0 !important;
    column-gap:0 !important;
}

.captcha {
   scale: 0.7;
   transform-origin: left;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
    margin:0 !important;
    padding:0 !important;
}
	
.woocommerce.columns-5 ul.products{
justify-content:center;
display:flex;
flex-wrap:wrap;
gap:5px !important;
}

}
@media screen and (max-width: 768px) {
    .woocommerce-shop-banner {
        background-image: url('https://legacyprimemodular.com/wp-content/uploads/2026/05/switches.jpg') !important;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        min-height: 110px;
    }

    .woo-shop {
    padding-top: 40px;
    padding-bottom: 40px;
}
}

/* css end */

/* form start */

.contact-form select{
  font-family: 'Lato', sans-serif;
	color: #5F5F5F !important;
  padding: 8px !important;
	border-radius: 10px !important;
	font-size: 15px !important;
}

.contact-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23000' viewBox='0 0 20 20'%3E%3Cpath d='M5 7l5 5 5-5H5z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px;
  padding-right: 40px; 
}


.btn-lg{
  padding:	10px 30px !important;
  background-color: #D4A24C !important;
	border: none !important;
	border-radius: 10px !important
}
.btn-lg:hover{
  background-color: #e00646 !important;
}
.wpcf7-spinner{
	position: absolute !important;
}


/* form end */


.shad:hover{
box-shadow: rgba(33, 33, 33, 0.06) 0px 3px 4px, rgba(33, 33, 33, 0.04) 0px 3px 3px, rgba(33, 33, 33, 0.08) 0px 1px 8px;
}
.blog-para,
.featured-home{
	margin-bottom: 10px !important;
}

.blog-page .blog-para {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  line-height: 1.6;
  max-height: calc(1.3em * 5);
}

.stick {
  position: -webkit-sticky; 
  position: sticky;
  top: 20px; 
  height: fit-content;
  align-self: flex-start; 
  z-index: 2;
}

.col-head{
	color: #D4A24C !important;
  font-weight: 700 !important;
}

.ser-price{
  background-color: #D4A24C !important ;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 5px 20px;
  border-radius: 10px;
}

.linear-line{
    background: linear-gradient(90.06deg, #bfdbf3 .05%, #fff 87.89%);
    text-align: center;
    padding: 10px 0;
    margin: 10px 0;
    text-align: left;
    padding-left: 15px;
    width: 65%;
}
@media only screen and (max-width: 768px) {
    .blog-inner-content .blog-para h1 {
        font-size: 20px !important;
        font-family: "'Lato', sans-serif", Sans-serif;
        padding-top: 20px !important;
        color: #D4A24C !important;
    }
}

@media only screen and (max-width: 768px) {

  .blog-page {
    padding: 10px;
    overflow: hidden;
  }

  .blog-inner-content .blog-para h3 {
    font-size: 16px !important;
    font-family: 'Lato', sans-serif;
    padding-top: 20px !important;
    color: #d4a24c !important;
}
  .blog-inner .blog-baner {
    margin-top: -35px !important;
    padding-top: 40px !important;
    padding-bottom: 20px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog-inner .blog-breadcrumb a,
  .product-breadcrumb {
    font: normal normal 500 16px/50px 'Lato', sans-serif;
  }
  .blog-inner .blog-breadcrumb {
    font: normal normal 500 16px/20px 'Lato', sans-serif;
  }
  .blog-inner .banner-title h1 {
    font: normal normal 600 24px/30px 'Lato', sans-serif;
    color: #fff !important;
    text-align: start !important;
  }
  .blog-inner .blog-breadcrumb a,
  .blog-breadcrumb {
    font: normal normal 500 16px / 20px 'Lato', sans-serif;
    letter-spacing: 0px;
    color: #fff;
  }
  .blog-inner .blog-inner-content {
    padding: 40px 10px 40px 10px !important;
  }
  .blog-inner .blog-title {
    font: normal normal bold 25px/30px 'Lato', sans-serif;
  }
  .blog-inner .recent-info h6 {
    font: normal normal 600 16px 'Lato', sans-serif;
  }

  .blog-inner .recent-info h6 {
  font: normal normal 600 16px 'Lato', sans-serif;
  margin: 5px 0px !important;
  color: #fff !important;
}
  .blog-page .blog-content .blog-para {
    height: auto !important;
  }
  .stick {
    position: relative;
    top: 0;
  }
  .linear-line{
    background: linear-gradient(90.06deg, #bfdbf3 .05%, #fff 87.89%);
    text-align: center;
    padding: 10px 0;
    margin: 10px 0;
    text-align: left;
    padding-left: 10px;
    width: 100%;
  }
  .blog-inner .banner-title h1 {
    font: normal normal 600 24px/30px 'Lato', sans-serif;
    color: #fff !important;
    text-align: start !important;
  }
  .blog-breadcrumb{
     display: none !important;;
  }
  .blog-inner-content .blog-para h1{
    font-size: 25px !important;
    font-family: "'Lato', sans-serif", Sans-serif;
    padding-top: 20px !important;
    color: #D4A24C !important;
  }
  .blog-inner-content .blog-para h2{
    font-size: 24px !important;
    font-family: "'Lato', sans-serif", Sans-serif;
    padding-top: 20px !important;
    color: #D4A24C !important;
  }
  .blog-inner-content .blog-para h3{
    font-size: 16px !important;
    font-family: "'Lato', sans-serif", Sans-serif;
    padding-top: 20px !important;
    color: #D4A24C !important;
  }
  .blog-inner-content .blog-para h4{
    font-size: 20px !important;
    font-family: "'Lato', sans-serif", Sans-serif;
    padding-top: 20px !important;
    color: #D4A24C !important;
  }
  .blog-inner-content .blog-para h5{
    font-size: 18px !important;
    font-family: "'Lato', sans-serif", Sans-serif;
    padding-top: 20px !important;
    color: #D4A24C !important;
  }
  .blog-inner-content .blog-para h6{
    font-size: 16px !important;
    font-family: "'Lato', sans-serif", Sans-serif;
    padding-top: 20px !important;
    color: #D4A24C !important;
  }
  .blog-sidebar{
    position: inherit;
  }

  


}




.hero-banner .indicators-num {
  display: flex;
  position: absolute;
  bottom: 5%;
  left: 0;
  z-index: 9;
  width: 100%;
}
.hero-banner  .carousel-indicator {
  display: flex;
}
.hero-banner  .carousel-indicator span {
color: #fff;
}
.hero-banner  .carousel-indicator button  {
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0;
  border: 0 !important;
  margin-right: 8px;
}
.hero-banner  .carousel-indicator button .budge {
  background: #eee !important;
  opacity: 1 !important;
  padding: 3px 15px 3px 15px !important;
  border: 0 !important;
  border-radius: 0;
  width: 30px !important;
  height: 10px !important;
  display: inline-block;
}
.hero-banner .carousel-indicator button.active .budge {
  background: var(--color1) !important;
}
.hero-banner  .carousel-indicator button .number {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.hero-banner .carousel-indicator button.active .number {
  color: var(--color1) !important;
}

/* home banner css end */

/* pagination style one css start  */
.pagination-style-one {
  display: inline-flex;
  justify-content: center;
}
.pagination-style-one .page-numbers.current {
  font-weight: 700 !important;
  color: var(--color1) !important;
}
.pagination-style-one .page-numbers {
  font: normal normal 700 18px / 22px 'Lato', sans-serif;
  letter-spacing: 0px;
  color: #292c2d !important;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #ececec;
  border-radius: 8px;
  text-decoration: none !important;
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
/* pagination style one css start  */

/* Blog css start */

.blog-post-card {
  margin-bottom: 40px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.blog-image-wrapper {
  position: relative;
}

.blog-image-wrapper img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

.blog-category-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--color1) !important;
  color: #fff;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 8px;
  text-transform: capitalize;
}

.blog-content {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.blog-content h2 {
  font-size: 34px !important;
  color: #0073aa;
  margin: 0;
}

.blog-content h2 a {
  color: #0073aa;
  text-decoration: none;
}

.blog-content p {
  margin-top: 10px;
}

.read-more-btn {
  display: inline-block;
  background: var(--color2);
  font-size: 16px !important;
  color: #fff !important;
  padding: 12px 30px !important;
  border-radius: 10px !important;
  margin-top: 15px;
  font-weight: 500;
  text-decoration: none;
}

.read-more-btn:hover {
  background: #292c2d !important;
  color: #fff !important;
}

h3.cat-color {
  color: var(--color1) !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding-bottom: 2px !important;
}

.sidebar-box h3 {
  margin-bottom: 15px;
}

.sidebar-box {
  background: #fff;
  border: solid 1px #ececec;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.sidebar-box h3 {
  margin-bottom: 15px;
}

.category-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.category-list li {
  margin-bottom: 8px;
}

.category-list a {
  color: #292c2d;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px !important;
  width: 100%;
  display: block;
}
.category-list a span {
  float: right;
}
.category-list a:hover {
  color: #292c2d;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px !important;
}
.article-detail {
  padding: 70px 0;
}
.prevnext-post {
  font-size: 14px;
}
.recent-post {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  align-items: center !important;
}

.recent-post img {
  width: 70px;
  display: block;
}

.recent-post a {
  font-size: 16px !important;
  color: #292c2d !important;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  line-height: 21px;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-date {
  font-size: 14px !important;
  color: #292c2d !important;
  margin-top: 2px;
}

/* blog css end */

/* testimonials css start */

/* testimonials box one  css start */

.testimonials-box-one {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #ececec;
  border-radius: 10px 150px 10px 10px;
  padding: 0px 50px 50px 50px;
  text-align: center;
  margin-top: 55px;
  position: relative;
}
.testimonials-box-one:before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: calc(100% + 4px);
  height: 10px;
  background: var(--color1);
  left: -2px;
  border-radius: 0px 0px 10px 10px;
  transition: all 0.4s ease;
}
.testimonials-box-one:hover:before {
  content: "";
  background: var(--color2);
}

.testimonials-box-one .img-wrap {
  position: relative;
  margin-top: -50px;
}

.testimonials-box-one .img-wrap img {
  width: 100px !important;
  margin: 0px auto;
  border-radius: 50%;
}
.testimonials-box-one .title,
.testimonials-box-one-popup .title {
  font: normal normal normal 21px / 25px 'Lato', sans-serif;
  letter-spacing: 0px;
  color: var(--color1);
  margin-bottom: 5px;
  margin-top: 20px;
}
.testimonials-box-one .quate-img img {
  width: 25px;
  margin: 0 auto;
}
.testimonials-box-one .rating-area {
  color: #ffc107;
  font-size: 20px;
  margin-top: 24px;
}
.testimonials-box-one .content-box {
  height: 130px;
}
.testimonials-box-one .content-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.read-more-link {
  text-decoration: underline !important;
  font: normal normal 700 15px / 28px 'Lato', sans-serif;
  letter-spacing: 0px;
  color: #292c2d !important;
}

/* testimonials box one  css end */

/* testimonials box two  css start */
.testimonials-box-two {
  background: #f9f9f9 0% 0% no-repeat padding-box;
  box-shadow: 2px 5px 10px #d9d6cd29;
  border-radius: 20px;
  padding: 25px;
}
.testimonials-box-two .testimonials-wrap,
.testimonials-box-two-slider .testimonials-wrap {
  display: flex;
  align-items: center;
  justify-content: start;
}
.testimonials-box-two .content-box {
  font: normal normal 500 16px / 24px 'Lato', sans-serif;
  letter-spacing: 0px;
  color: #3a3a3a;
  margin-bottom: 30px;
}
.testimonials-box-two .content-box strong {
  color: #bfa74b;
  font-weight: 500 !important;
  font-style: italic;
}
.testimonials-box-two .testimonials-wrap .img-wrap img,
.testimonials-box-two-slider .testimonials-wrap .img-wrap img {
  width: 70px !important;
  min-width: 70px !important;
  height: 70px;
  border-radius: 50%;
  margin-right: 10px;
}
.testimonials-box-two .testimonials-wrap .title,
.testimonials-box-two-slider .testimonials-wrap .title {
  font: normal normal 600 16px / 24px 'Lato', sans-serif;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}
.testimonials-box-two .testimonials-wrap {
  color: #ffc107;
  font-size: 16px;
}

/* testimonials css start */

/* testimonials popup css start */
.model-testimonial .img-wrap img {
  width: 130px !important;
  margin: 0px auto;
  border-radius: 50%;
}
.model-testimonial button.btn-close {
  position: absolute;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  right: -50px;
  top: 5px;
  z-index: 9;
  opacity: 1;
  filter: invert(1);
  padding: 0;
  width: 20px;
  box-shadow: none !important;
  outline: none;
}
@media only screen and (max-width: 991px) {
  .model-testimonial button.btn-close {
    right: 15px;
    top: 15px;
    filter: none;
  }
}
@media (min-width: 1280px) {

#menu-item-31 {
display: none !important;
}

}
.model-testimonial button.btn-close:hover,
.model-testimonial button.btn-close:focus,
.model-testimonial button.btn-close:focus-visible {
  filter: brightness(0) saturate(100%) invert(24%) sepia(63%) saturate(7327%)
    hue-rotate(348deg) brightness(102%) contrast(103%);
}
.model-testimonial .modal-content {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 40px;
}
.model-testimonial .testimonials-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 15px;
}
.model-testimonial .testimonials-wrap .img-wrap {
  width: 80px;
  margin-right: 10px;
}
.model-testimonial .testimonials-wrap .img-wrap img {
  border-radius: 50%;
}
.model-testimonial .testimonials-wrap .title {
  font: normal normal 600 16px / 24px 'Lato', sans-serif;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}
.model-testimonial .rating {
  color: #ffc107;
  font-size: 16px;
}

.modal-backdrop {
  background-color: #000 !important;
  opacity: 0.8 !important;
}

/* testimonials popup css end */

/* slick dots start  */

.arrowbtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #3a3a3a;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 99;
  color: #fff;
  cursor: pointer;
}
.arrowbtn:hover {
  background: var(--color2);
  color: #fff;
}
.left-btn {
  left: 0;
}
.right-btn {
  right: 0;
}

ul.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  list-style: none;
}
ul.slick-dots li {
  margin: 0 5px;
}
ul.slick-dots li button {
  padding: 5px;
  font-size: 0;
  border-radius: 50% !important;
  width: 10px;
  height: 10px !important;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}
ul.slick-dots li.slick-active button,
ul.slick-dots li button:hover {
  background-color: var(--color1) !important;
  border-color: var(--color1) !important;
}
/* slick dots end  */

/* download pdf start */

.download-box .img-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #bec0c5;
  border-radius: 20px;
  overflow: hidden;
}
.download-box .img-box img {
  transition: 0.3s ease all;
}
.download-box:hover .img-box img {
  scale: 1.1;
}
.download-box .text-box h4 {
  text-align: left;
  font: normal normal 500 20px/26px 'Lato', sans-serif;
  letter-spacing: 0px;
  color: var(--color1);
  opacity: 1;
}
.download-box .text-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.download-box .text-box .elementor-button img {
  filter: brightness(10);
}
.download-box .text-box .elementor-button:hover img {
  filter: inherit;
}

/* download pdf end */

/* other box one css start */

.other-box-one .img-wrap {
  position: relative;
  overflow: hidden;
}
.other-box-one .img-wrap img {
  transition: all 0.4s ease;
}
.other-box-one .img-wrap .btn-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s ease;
}
.other-box-one:hover .img-wrap .btn-center {
  opacity: 1;
}
.other-box-one:hover .img-wrap img {
  transform: scale(1.05);
}
.other-box-one .content-box .date {
  font: normal normal 600 13px / 18px 'Lato', sans-serif;
  letter-spacing: 1.6px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.other-box-one .content-box .title {
  font: normal normal 500 20px/28px 'Lato', sans-serif;
  letter-spacing: 0px;
  color: var(--color1);
  margin-bottom: 10px;
}
/* other box one css start */

/* filter css start */
ul#project-filter-list {
  display: flex;
  justify-content: center;
  margin-bottom: 40px !important;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}
ul#project-filter-list li {
  margin: 0 10px;
}
ul#project-filter-list li .cats {
  font: normal normal bold 18px / 30px 'Lato', sans-serif;
  letter-spacing: 0px;
  color: #292c2d;
  padding: 5px 15px;
  text-decoration: none;
}
ul#project-filter-list li .cats.active {
  color: var(--color1);
}
/* filter css end */

/* portfolio css start  */

.portfolio-box {
  position: relative;
  z-index: 0;
}
.portfolio-box:before {
  content: "";
  background: transparent
    linear-gradient(180deg, #ffffff 0%, #e3e3e3 43%, #575757 60%, #000000 100%)
    0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  border-radius: 22px 155px 22px 22px;
  opacity: 0.75;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 0;
}

.portfolio-box .portfolio-wrap {
  transition: all 0.4s ease;
  border-radius: 22px 150px 22px 22px;
  transform: translateY(53px);
}
.portfolio-box .portfolio-effect {
  overflow: hidden;
}
.portfolio-box .portfolio-img img {
  border-radius: 22px 150px 22px 22px;
}
.portfolio-box:hover .portfolio-wrap {
  transition: all 0.4s ease;
  transform: translateY(0px);
}
.portfolio-info {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #fff;
}
.portfolio-info .title {
  font: normal normal normal 28px / 35px 'Lato', sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.portfolio-info p {
  font: normal normal normal 14px/21px 'Lato', sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-normal {
  display: flex !important;
  align-items: center !important;
  font: normal normal 700 16px / 20px 'Lato', sans-serif;
  letter-spacing: 0px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transition: all 0.4s ease;
}
.btn-normal svg {
  fill: #fff;
  margin-left: 10px;
  transition: all 0.4s ease;
  height: 14px !important;
}
.btn-normal:hover {
  color: var(--color1) !important;
}
.btn-normal:hover svg {
  fill: var(--color1) !important;
  transform: translateX(10px);
}
/* portfolio css end  */

.other-box-two {
  background: #fafafa 0% 0% no-repeat padding-box;
  border-radius: 20px;
}
.other-box-two .text-box {
  padding: 30px;
}
.other-box-two h4 {
  text-align: left;
  font: normal normal 600 24px / 34px 'Lato', sans-serif;
  letter-spacing: 0px;
  color: #101010;
  opacity: 1;
}
.other-box-two .videos-box video {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  min-height: 240px;
  object-fit: cover;
}

button.close-top-right,
button.close-top-right:hover,
button.close-top-right:focus,
button.close-top-right:focus-visible {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: transparent;
  border: 0;
  filter: invert(1);
  opacity: 1;
  border-radius: 0;
  box-shadow: none !important;
  outline: none;
  z-index: 9999;
}

@media only screen and (max-width: 768px) {
  h3.cat-color {
    font-size: 18px !important;
  }
  .sidebar-box {
    padding: 10px;
  }
  .blog-content h2 {
    font-size: 24px !important;
  }
  .read-more-btn {
    font-size: 14px !important;
    padding: 8px 20px !important;
    border-radius: 7px !important;
  }
  .article-detail {
    padding: 30px 0;
  }

  /* banner responsive css  start */
  .hero-banner .carousel-caption h3 {
    font-size: 24px;
    line-height: 30px;
  }
  /* banner responsive css  end */

  .arrowbtn {
    width: 30px;
    height: 30px;
  }

  ul#project-filter-list li .cats {
    font-size: 16px;
    padding: 5px 2px;
  }

  .portfolio-info .title {
    font-size: 18px;
    line-height: 23px;
  }

  .other-box-two h4 {
    font-size: 18px;
    line-height: 24px;
  }
  
}
