/* gallery-compare */
.gallery-compare {
    width: 100%;
    display: block;

}
.gallery-inner-boot {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.gall-imag-cont {
	width: 25%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.gall-imag-cont:hover img {
    transform: scale(1.5);
	filter: brightness(0.5);
}
.gall-imag-cont img {
    width: 100%;
    object-fit: cover;
    height: 300px;
    position: relative;
    transition: .6s;
}
.gal-content h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
}

.gal-content p {
    font-size: 15px;
    font-weight: 400;
}
.gal-content {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    display: none;
    transition: .6s;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    padding: 0 2rem;
    text-align: center;

}
.gall-imag-cont:hover .gal-content {
	visibility: visible;
	opacity: 1;
	display: block;
}
div#gallery-3 {
    margin: 2rem 0;
}
div#gallery-2 {
    margin-bottom: 2rem;
}

div#gallery-4 {
    padding: 0 0 3rem;
}



.pfc-slide-gallry {
  position: relative;
}

.pfc-slide-gallry {
      width: 100%;
      display: block;
      padding: 50px 0 50px 0;
      background: #ededed;
background: linear-gradient(180deg,rgba(237, 237, 237, 1) 0%, rgba(237, 237, 237, 1) 50%, rgba(247, 247, 247, 1) 100%);

}

    .pfc_slider-con {
      width: 100%;
      display: flex;
      gap: 10px;

    }

    .pfc_slides {
      margin: 0 10px;
    }

    .pfc_slides img {
      width: 100%;
      display: block;
      object-fit: contain;
      border-radius: 10px;
    }

.prd_slick-arrow {
  position: absolute;
  bottom: 10px;
  background: transparent !important;
  border: 1px solid #000;
  color: #000;
  border-radius: 50%;
  width: 55px !important;
  height: 55px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
  z-index: 2;
}

.prd_slick-arrow:hover {
  background: #198754;
  color: #198754;
    border: 1px solid #198754;

}

.flex-prev {
  right: 150px; /* more space to separate from next arrow */
}

.flex-next {
  right: 90px;
}
.prd_request_quote_btn {
    margin-bottom: 50px;
}
.prd_request_quote_btn a, .prd_brochure_card a{
    font-weight: 600;
	    padding: 16px 30px;
}
/* Ensure arrows are above background but not covering content */
.pfc-slider-con {
  position: relative;
  z-index: 1;
}

.prd_slick-arrow i {
  pointer-events: none;
}


.pfc-slide-gallry .slick-list.draggable {
    margin-bottom: 80px;
}
.ai-product-banner-pfbnr {
    position: relative;
    width: 100%;
    height: 50vh;
    min-height: 300px;
    overflow: visible;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .ai-product-banner__background-pfbnr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .ai-product-banner__background-pfbnr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .ai-product-banner__background-placeholder-pfbnr {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f0f4f8 0%, #e2e8f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ai-product-banner__background-placeholder-pfbnr svg {
    width: 60%;
    height: 60%;
    max-width: 400px;
    max-height: 400px;
    opacity: 0.3;
    color: #94a3b8;
  }

  .ai-product-banner__product-container-pfbnr {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    z-index: 2;
    width: 800px;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ai-product-banner__product-image-pfbnr {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0px;
    background-color: rgba(0,0,0,0);
    padding: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
  }

  .ai-product-banner__product-placeholder-pfbnr {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
  }

  .ai-product-banner__product-placeholder-pfbnr svg {
    width: 70%;
    height: 70%;
    color: #94a3b8;
  }

  .ai-product-banner__overlay-pfbnr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }

  .ai-product-banner__spacer-pfbnr {
    height: 250px;
    width: 100%;
  }
.prd_description {
    padding: 0 60px 50px 60px;
    font-size: 15px;
    font-weight: 400;
}
@media screen and (max-width: 992px) {
    .ai-product-banner-pfbnr {
      height: 50vh;
      min-height: 280px;
    }

    .ai-product-banner__product-container-pfbnr {
      width: 600.0px;
      height: 600.0px;
    }

    .ai-product-banner__spacer-pfbnr {
      height: 250.0px;
    }
  }

  @media screen and (max-width: 480px) {
    .ai-product-banner-pfbnr {
      height: 35vh;
      min-height: 200px;
    }

    .ai-product-banner__product-container-pfbnr {
      width: 400.0px;
      height: 400.0px;
    }

    .ai-product-banner__spacer-pfbnr {
      height: 150.0px;
    }
  }


.single-listing header.page-header {
    display: none;
}
.main_banner_section {
    position: relative;
    width: 100%;
    margin-bottom: 10%;
}

.main_banner_section  .main-bg-img {
    width: 100%;
	height:80vh
}

.main_banner_section .main-bg-img img {
    width: 100%;
    object-fit: cover;
    display: block;
	    height: 70%;
}
.main_banner_section img.hover-img_main {
    position: absolute;
    top: 25%;
    width: 75%;
    left: 50%;
    object-fit: cover;
    transform: translateX(-50%);
}

    .prd_section {
      text-align: center;
      padding: 40px 20px 20px;
    }

    .prd_image-wrapper {
      max-width: 100%;
      overflow: hidden;
    }

    .prd_image-wrapper img {
      width: 100%;
      max-width: 600px;
      height: auto;
    }

.prd_title {
    font-size: 36px;
    font-weight: 600;
    margin: 15px 0 20px;
	color:#000000;
}

    .prd_swatches {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 15px;
      margin-bottom: 30px;
    }

    .prd_swatch {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      border: 2px solid #ccc;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .prd_swatch:hover {
      transform: scale(1.1);
      border-color: #3e7f48;
    }

  
	
	
	
.prd_info_section {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.prd_info_top {
  margin-bottom: 30px;
}

.prd_info_top-images {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.prd_info_top-images img {
  width: calc(50% - 10px);
  height: auto;
  object-fit: cover;
}

.prd_info_bottom {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.prd_info_text {
  flex: 1 1 50%;
}

.prd_info_text h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

.prd_info_text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.prd_info_right {
  flex: 1 1 45%;
  text-align: center;
}

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







  .prd_banner_section {
    width: 100%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;

    padding: 100px 20px;
    color: white;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
  }

  .prd_banner_content {
    max-width: 600px;
    background: rgba(0, 0, 0, 0.5); /* Optional overlay for readability */
    padding: 30px;
    border-radius: 8px;
    margin-left: 5%;
  }

  .prd_banner_content h2 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #ffffff;
  }

  .prd_banner_content p {
    font-size: 14px;
    line-height: 1.6;
    color: #f0f0f0;
  }
.prd_spec_section {
  padding: 50px 60px;
}
 




.prd_feature_section {
  padding: 60px 20px;
  background-color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.prd_feature_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.prd_feature_item {
  flex: 1 1 calc(50% - 20px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

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

.prd_feature_item h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.prd_feature_item p {
  font-size: 16px;
  line-height: 1.6;
}







/* Common Title Style */
.prd_section_title {
  text-align: center;
  font-size: 30px;
	font-weight:600;
  margin-bottom: 20px;
  position: relative;
}


/* Accordion Styles */
.prd_accordion {
  max-width: 800px;
  margin: auto;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.prd_accordion_item {
  border-bottom: 1px solid #ddd;
}

.prd_accordion_header {
  width: 100%;
  text-align: left;
  padding: 16px;
  background: #fff;
  border: none;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
.prd_accordion_header::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 20px;
}
.prd_accordion_content {
  padding: 10px 0;
  display: none;
  color: #64666C;
  font-size: 15px;
	font-weight:400;
}
.prd_accordion_item.open .prd_accordion_content {
  display: block;
}
.prd_accordion_item.open .prd_accordion_header::after {
  content: "−";
}

/* Brochure Section */
.prd_brochure_section {
  background: #f9f9f9;
  padding: 50px 60px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.prd_brochure_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1000px;
  margin: auto;
}
/* Two columns on screens above 600px */
.prd_brochure_card {
  flex: 1 1 calc(50% - 80px);
  background: #fff;
  padding: 30px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

/* Brochure Content */
.prd_brochure_card img {
  width: 40px;
  margin-bottom: 20px;
}
.prd_brochure_card h4 {
  font-size: 18px;
	font-weight:600;
  margin-bottom: 10px;
  color: #000000;
}
.prd_brochure_card p {
 font-size: 15px;
	font-weight:400;
  color: #64666C;
  margin-bottom: 16px;
}


.prd_feature_item p:empty {
    display: none;
}
.prd_accordion_item .prd_accordion_header {
    color: #000000;
    padding-left: 0;
    padding-right: 0;
}
.prd_accordion_item .prd_accordion_header:hover {
    background: #ffffff;
}
div#themesflat-content {
    padding-top: 0;
	    padding-bottom: 0px!important;

}
div#themesflat-content .prd_section {
    padding: 0;
}
.prd_swatch {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.prd_banner_section {
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}


div#main-content {
    margin-top: 5%;
}
.prdftr_area {
  height: 70%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;

    padding: 50px 60px 0 60px;
}

.prdftr_area img {
 
  width: 35%;
  height: auto;
  display: block;
}
/* Responsive Design */


	
 
@media (max-width: 768px) {
	.prd_brochure_section,.prd_spec_section {
	  padding: 50px 35px;
	}
	.prd_description {
	padding: 0 35px 50px 35px;
	  font-size: 13px;
	}
	.prdftr_area {
	
		padding: 50px 35px 0 35px;
	}

	.prd_section_title {
		font-size: 26px;
	}
	.prdftr_area img {
		width: 60%;
	}
	 .prd_banner_content {
      margin-left: 0;
      padding: 20px;
    }

    .prd_banner_content h2 {
      font-size: 24px;
    }
  .prd_info_top-images img {
    width: 100%;
  }

  .prd_info_bottom {
    flex-direction: column;
  }

  .prd_info_text, .prd_info_right {
    flex: 1 1 100%;
  }
}
/*  Devices up to 767px wide (tabs and below) */

@media (max-width: 767px) {
	
	.gall-imag-cont {
    width: 50%;
	}
	.prd_title {
		font-size: 30px;
		font-weight: 600;
		
	}
	.prd_accordion_content,.prd_brochure_card p {
	
	  font-size: 13px;
	}
}

/*  Devices up to 600px wide (mid-size phones, small devices) */

@media (max-width: 600px) {
	 .prd_title {
        font-size: 24px;
      }

      .prd_swatch {
        width: 30px;
        height: 30px;
      }
	
  .prd_brochure_card {
    flex: 1 1 100%;
  }

  .prd_feature_item {
    flex: 1 1 100%;
  }

  .prd_feature_item h3 {
    font-size: 15px;
  }

  .prd_feature_item p {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
	.prd_brochure_section,.prd_spec_section,.prd_description {
	  padding: 30px 30px;
	}
	.prd_description {
	padding: 0 30px 30px 30px;
	}
	.prdftr_area {
	
		padding: 30px 30px 0 30px;
	}
	.prd_section_title {
		font-size: 22px;
	}
	div#main-content {
    margin-top: 15%;
}
	.gall-imag-cont {
    width: 100%;
	}
}

