/* Product css started here */

/* ------------
---------------- */
#Product{
  padding-top: 40px;
}
#Product .header{
  text-align: center;
  color: rgb(225, 175, 39);
}
#Product .hpara{
  text-align: center;
  color: #6a6868;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 30px;
}
.te-portfolio-card {
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 30px;
}
.te-portfolio-card .image {
  overflow: hidden;
  position: relative;
}
.te-portfolio-card .image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 100%;
  min-height: 45vh;
  max-height: 45vh;
}
.te-portfolio-card.style-3 .te-content-wrapper {
  padding: 30px;
  background-color: rgba(0, 0, 0 , 0.9);
}
.project-cat{
  color: #b0b0ba;
  font-weight: 500;
}
.te-portfolio-card .te-content-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.project-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.project-details .image {
  overflow: hidden;
}
.project-details .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
  color: #6a6868;
  font-weight: 500;
  text-align: justify;
  font-size: 18px;
}

.project-details-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.project-details-overview img {
  object-fit: cover; /* Keeps image well-fitted without distortion */
}

.te-project-details-wrapper .project-details {
  padding: 20px;
  display: flex;
  justify-content: center; /* Centers content horizontally */
}

.te-project-details-wrapper .project-details img {
  width: 100%;
  height: 500px;
  object-fit: cover; /* Ensures image fills space without distortion */
  display: block; /* Prevents extra spacing from inline elements */
  margin: 0 auto; /* Centers image within its container */
}

/* Wrapper for the image */
.thumbnail-wrapper {
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  cursor: pointer;
}

/* Image styling */
.thumbnail {
  display: block;
  width: 100%;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
  border: 6px solid transparent; /* Initially no border */
  position: relative;
}

/* Active state - Golden Border */
.thumbnail-wrapper {
  position: relative; /* Ensure relative positioning for pseudo-elements */
  display: inline-block; /* Prevents collapsing */
}

.thumbnail-wrapper.active .thumbnail img {
  border: 3px solid rgba(225, 175, 39, 1); /* Golden Border */
  width: 160px;
}

/* Dark overlay effect on hover */
.thumbnail-wrapper::before {
  content: "";
  position: absolute; /* Required for overlay positioning */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Fully cover the image */
  background: rgba(0, 0, 0, 0.8); /* Dark overlay */
  opacity: 0; /* Initially hidden */
  transition: opacity 0.8s ease-in-out;
  z-index: 2; /* Ensure overlay is above the image */
}

.thumbnail-wrapper:hover::before {
  opacity: 1; /* Show overlay on hover */
}


/* Show black screen from top to bottom on hover */
.thumbnail-wrapper:hover::before {
  height: 100%; /* Expand from top to bottom */
}

/* Lighten the image on hover */
.thumbnail-wrapper:hover .thumbnail {
  filter: brightness(1.2);
  transform: scale(1.1); /* Slight zoom effect */
}

.thumbnail-wrapper img {
  max-width: 100%; /* Ensures the image scales down on smaller screens */
  width: 140px; /* Default size */
  height: auto; /* Maintains aspect ratio */
  display: block; /* Ensures proper rendering */
}

/* Border animation (Top to Bottom effect) */
.thumbnail-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px; /* Height of bottom border */
  background: rgba(225, 175, 39, 1);
  transform: scaleX(0); /* Initially hidden */
  transform-origin: left;
  transition: transform 1s ease-in-out;
  z-index: 3; /* Ensure it's above overlay */
}

/* Show bottom border on hover */
.thumbnail-wrapper:hover::after {
  transform: scaleX(1); /* Expand border */
}

/* Arrow positioning */
.hover-arrow {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 1.3s ease-in-out;
  z-index: 4; /* Ensure it's above everything */
}

/* Show arrow on hover */
.thumbnail-wrapper:hover .hover-arrow {
  opacity: 1;
}

/* Blinking effect for the arrow */
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.hover-arrow i {
  font-size: 50px;
  font-weight: bold;
  color: rgb(225, 175, 39);
}

/* Active state: Apply golden border & zoom effect */
.thumbnail-link.active .thumbnail-wrapper {
  border: 3px solid gold; /* Golden border */
  transform: scale(1.1); /* Zoom effect */
}

#Benefits h3{
  color: rgb(225, 175, 39);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
} 
#Benefits{
  padding-top: 40px;
  padding-bottom: 40px;
}



#Benefits {
  background: #f8f8f8;
  padding: 40px 0;
  overflow: hidden;
}

#Benefits .slider {  /* FIXED */
  height: 100px;
  overflow: hidden ;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

#Benefits .slide-track {
  display: flex;
  width: calc(180px * 10 * 4); /* Ensuring continuous scrolling */
  animation: scroll 40s linear infinite;
}

#Benefits .sliderBrand {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}

#Benefits .sliderBrand img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@keyframes scroll {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(calc(-200px * 10)); /* Moving left */
  }
}
#Benefits .sliderBrand {
  width: 100px;
  display: flex;
  flex-direction: column;  /* Change the direction to vertical */
  align-items: center;
  justify-content: flex-end; /* Aligns the text at the bottom */
  margin: 0 20px;
  height: 100%;  /* Ensures it takes the full height of the parent */
}

#Benefits .sliderBrand img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

#Benefits .sliderBrand h4 {
  font-size: 18px; /* Adjust the font size as needed */
  font-weight: 600; /* Semi-bold text */
  color: #333; /* Dark color for contrast */
  margin-top: 10px; /* Adds some space above the text */
  text-align: center; /* Centers the text */
  text-transform: uppercase; /* Makes the text uppercase for consistency */
  letter-spacing: 1px; /* Adds some space between the letters */
}

.Content-title {
  background-color: #000000;
  color: #f8f8f8;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.Content-title .title{
  color: gold;
}
.meta-title{
  color: rgb(161, 160, 160);
  font-weight: bold;
  width: 48%;
}

.te-portfolio-card.style-3 .te-content-wrapper .content .btn-wrapper {
  top: -50px;
  right: 0;
  -webkit-transform: translate(50%);
  transform: translate(50%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.te-portfolio-card .te-content-wrapper .content .btn-wrapper {
  position: absolute;
  top: 0;
  flex-shrink: 0;
  padding: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.te-portfolio-card.style-3 .te-content-wrapper .content .content-inner {
  border-radius: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 48px 30px 43px 30px;
  background-color: transparent;
}
.content-inner{
  margin: 100px 0px 100px 0px;

}
.te-portfolio-card .te-content-wrapper .content .title {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.te-portfolio-card a, button {
  color: rgb(225, 175, 39);
  outline: medium none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.te-portfolio-card a, .button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.te-portfolio-card:hover .image .te-content-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1); }
  .te-portfolio-card:hover .image .te-content-wrapper .content .content-inner {
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .te-portfolio-card:hover .image .te-content-wrapper .content .btn-wrapper {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .te-portfolio-card:hover .image .te-content-wrapper .content .content-inner {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
           }
.te-portfolio-card:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; 
}

  .te-portfolio-card.style-3:hover .te-content-wrapper .content .btn-wrapper {
    top: 30px;
    right: 0;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.te-portfolio-card:hover .image .te-content-wrapper .content .btn-wrapper {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.te-portfolio-card.style-3:hover .te-content-wrapper .content .btn-wrapper {
  top: 30px;
  right: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 50px;;
}
#Product-Details{
  padding: 80px 0px;
}
.te-project-details-wrapper .image{
  position: relative;
}
.btn-image{
  position: absolute;
  top: 40%;
  font-size: 60px;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.btn-image a{
  color: #ffbb00;
}

.btn-image a:hover{
  color: #fff;
}