
.product-list-page{
	background: #f5f5f5;
}

.products-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-bottom: 100px;
}

.product-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;;
    transition: transform 0.3s ease;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 35px;
}

.product-item:last-child{
	border-bottom:none;
}

.product-info {
    flex: 1;
    padding-right: 100px;
}

.product-info h2 {
    margin: 0 0 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.product-info .product-excerpt {
    margin: 0;
}

.product-thumbnail {
    flex-shrink: 0;
    width: 588px; /* Adjust the width as needed */
    height: 377px; /* Adjust the height as needed */
    overflow: hidden;
    position: relative;
}

.product-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.product-thumbnail:hover img {
    transform: scale(1.1);
    cursor: none;
}

.inner-page-title{
	font-size: 14px;
	margin-top: 25px;
	text-align: center;
	margin-bottom: 50px;
}

.inner-page-title p{
	text-transform: uppercase;
	color:var(--primary-color);
}

@media (max-width: 768px) {
    .product-item {
        flex-direction: column;
    }

    .product-info {
        padding-right: 0;
    }

    .product-thumbnail {
        margin-top: 20px;
        width: 100%; /* Adjust width for responsiveness */
        height: auto; /* Adjust height for responsiveness */
    }
}



.square {
    height: 653px;
    overflow: hidden;
}



.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    padding: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}


button.accordion-button.collapsed {
    background: transparent;
}



.windows-background{
    background-image: url(../img/windows-img-one.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}





/* project page style */



.door-showcase {
  display: flex;
  align-items: center;
}

.door-image img {
    object-fit: cover;
  height: auto;
  display: block;
  transition: opacity 0.5s ease; /* Smooth transition for image */
  opacity: 1; /* Ensure image is visible */
}

.door-image {
    max-width: 400px;
}

.color-circles {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    grid-area: content;
    padding-left: 5rem;
  
    padding-right: 35px;
    padding-top: 25px;
    padding-left: 35px;
    padding-bottom: 25px;
}

.color-circles h2{
    margin-bottom: 0;
}




.circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  border: 3px solid #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.circle:hover {
  transform: scale(1.1);
  transition: transform 0.2s;
}

.pagination-swipe {
    /* display: flex; */
    align-items: center;
    background-color: unset;
    break-inside: avoid;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    font-family: Plain,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-weight: 600;
    gap: 0.5rem;
    letter-spacing: -.055em;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    position: relative;
   
}

.pagination-swipe span {
    font-size: 14px;
    letter-spacing: 0.1rem;
    font-weight: 500;
}

.showcase-colors__pagination {
    display: flex;
    flex-wrap: wrap;
        margin-left: -1rem;
}


.embed-badge {
   display: flex;
overflow: hidden;
height: 67px;
border-radius: 4rem;
padding: 0.5rem 0.5rem;
text-align: center;
justify-content: flex-start;
align-items: center;
color: #dd141a;
margin-bottom: 30px;
}

.embed-badge span {
    width: 51px;
height: auto;
display: inline-block;
background-color: #fff;
margin-right: 15px;
border-radius: 4rem;
}

#special-title{
    font-weight: 600;
    position: relative;
}

#special-title::after{
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 5px;
  background-color: #ED1C24;
}



.white-content-acc .accordion-item button {
    color: #fff!important;
}

.white-content-acc .accordion-body {
    color: #fff;
}

.list-items-acc.white-content-acc .accordion-item{
    border-bottom: solid 1px #fff!important;
}

.white-content-acc .accordion-item .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: url(../img/arrow-down-wht.svg);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}


.sales-pitch-block{
  border-top: 1px solid #e1e0e0;
  padding-top: 100px;
  margin-top: 50px;

}

.sales-pitch-block .wp-block-column {
  background: #fff;
  padding: 25px;
  
}

.sales-pitch-block .wp-block-column p{
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sales-pitch-block .wp-block-column p::before {
    content: '';
    width: 39px;
    height: 30px;
    background-image: url(../img/arrow-btn-box-blk.svg);
    display: inline-block;
    margin-right: 15px;
    /* margin-bottom: 30px; */
    background-repeat: no-repeat;
    background-color: #e9e9e9;
    border-radius: 4rem;
    padding: 7px;
    background-size: 16px;
    background-position: center;
}

.basic-links{
    margin-top: 15px;
    display: block;
}


.sales-pitch-block ul li{
    margin-top: 20px;
}

.sales-pitch-block ul li a {
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
  margin-top: 15px;
  display: inline;
}

.sales-pitch-block ul li a::after{
     content: "";
    display: block;
    width: 10%;
    height: 5px;
    background-color: transparent;
    margin-top: 5px;
    transition: width 0.3s ease; /* Add transition for smooth animation */
   
}


.sales-pitch-block a:hover::after{
    width: 15%; /* Expand to 80px on hover */
    background-color: #ed1c24;
}


.product-des-box p {
  font-size: 14px;
  color: #424242;
  font-weight: 300;
}

.product-des-box h3 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
}

.product-des-box figure {
  margin-bottom: 25px;
}



.box-circle{
    width: 150px;
height: 150px;
display: flex;
align-items: center;
justify-content: center;
background: #bdaead;
border-radius: 100%;
font-family: Roboto Slab,sans-serif;
font-size: .875em;
font-weight: 500;
text-align: center;
line-height: 1.2;
flex-shrink: 0;
padding: .5em;
background: var(--primary-color);
color:#fff;
}


.box-circle p{
    font-size: 1.285em;
    font-weight: 500;
}




.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 7px!important;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px;
}

.bafg-twentytwenty-container.slider-946.twentytwenty-container {
    max-height: 600px!important;
}


.teaser-item__badge {
    margin-left: 1em;
    margin-right: 1em;
    position: relative;
    z-index: 1;
    margin-top: -15px;
	    padding-top: 25px;
}

.teaser-item__badge h3{
	margin-bottom: 15px;
}


