* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
}
/* header css  */
header {
  background: #968775;
  position: relative;
}
.clear{
  clear: both;
}
.stickyNav {
  text-align: center;
  width: 100%;
  position: sticky;
  /* background: #d3d3d326; */
  top: 0px;
  z-index: 3;
}

body {
  background: #f2f2f2;
}
p{line-height: normal}
#finishes_popup_data{
  display: none;
}
#finishes_popup_data.active{
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
}
.cell-phone a {
  cursor: context-menu;
}
.cursor-context {
  cursor: context-menu;
}
.liveResults.open-results {
  display: block !important;
  overflow-y: scroll;
  max-height: 550px;
  padding-right: 1em;
  width: 100.35%;
}
.color-red[class] {
  color: #E22D43;
}
.container {
  max-width: 1440px;
  padding: 0 50px;
  margin: 0 auto;
}
.rel{
  position: relative;
}
.tmp_form_message {
    font-size: 12px;
    color: red;
    padding-top: 0px;
    position: absolute;
    margin-top: -1px;
    bottom: -15px;
    right: 0;
}
.subscribe .tmp_form_message{
  bottom: -25px;
  right: auto;
  left: 34%;
}
.request-quote-form .tmp_form_message{
  left: 0;
  right: unset;
}
#preview_up_req img{
  margin-right: 1em;
}
#preview_up_req img:last-child{
  margin-right: 0;
}
.form-step2 .tmp_form_message{
  top:-21px;
  left: 0;
  right: unset;
  bottom: unset;
}
.equal-height {
  margin: 46px 0px;
}
/* custom css classes  */
.font-family {
  font-family: Georgia;
  letter-spacing: 1px;
}
.menu-item {
  display: inline-block;
}

.menu-item + .menu-item {
  border-left: 1px solid white;
}
.menu-item a {
  margin: 8px;
}

.font-10 {
  font-size: 10px;
}

.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 16px;
}
.f21 {
  font-size: 21px;
}
.f27 {
  font-size: 27px;
}
.f34 {
  font-size: 34px;
}
.f42 {
  font-size: 40px;
}
.f60 {
  font-size: 60px;
}
.d-block{
  display: block;
}
.live_result_block{
  border-top: 1px solid #bababa ;
}
.d-flex {
  display: flex;
}
.align-center {
  align-items: center;
}
.align-end{
  align-items: end;
}
.content-center {
  justify-content: center;
}
.space-btw {
  justify-content: space-between;
}
.space-around {
  justify-content: space-around;
}
.flex-wrap {
  flex-wrap: wrap;
}
.width {
  width: 100%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.w-60 {
  width: 60%;
}
.w-25 {
  width: 25%;
}
.border-radius {
  border-radius: 5px;
}
.bg-lightgray {
  background: #f8f8f8 !important;
}
.border {
  border: 1px solid #a6a6a6;
}
.silver-gray {
  color: #a6a6a6;
}
.color-lightgray {
  color: #888888;
}
.gap {
  gap: 20px;
}
.p-1 {
  padding: 10px;
}
.p-2 {
  padding: 20px;
}
.pl-2 {
  padding-left: 20px;
}
.pl-4 {
  padding-left: 4em;
}
.pr-1 {
  padding-right: 10px;
}
.pr-2 {
  padding-right: 20px;
}
.pr-4 {
  padding-right: 4em;
}
.pt-1 {
  padding-top: 10px;
}
.ptb-1 {
  padding: 10px 0;
}
.ptb-2 {
  padding: 20px 0;
}
.pt-3 {
  padding-top: 30px;
}
.pt-60{
  padding-top: 4em !important;
}
.cursor{
  cursor: pointer;
}
.pb-3 {
  padding-bottom: 30px;
}
.pb-2 {
  padding-bottom: 20px;
}
.pl-1 {
  padding-left: 10px;
}
.mt-1 {
  margin-top: 10px;
}
.mr-1 {
  margin-right: 10px;
}
.ml-1 {
  margin-left: 10px;
}
.mr-2 {
  margin-right: 20px;
}
.ml-2 {
  margin-left: 20px;
}
.mt-3 {
  margin-top: 30px;
}
.mt-2 {
  margin-top: 20px;
}
.mt-9 {
  margin-top: 150px;
}
.mt-6 {
  margin-top: 60px;
}
.mx-auto {
  margin: auto;
}
.mauto {
  margin: 0 auto;
}
.line-height {
  line-height: 30px;
}
.mb-1 {
  margin-bottom: 5px;
}
.mb-3 {
  margin-bottom: 30px;
}
.mb-3em {
  margin-bottom: 2em;
}
.mb-2 {
  margin-bottom: 20px;
}
.letter-space {
  letter-spacing: 1px;
}

.line-height-normal {
    line-height: 26px;
}

.normal {
  font-weight: 400;
 
}
.bold {
  font-weight: 700;
}
.font-500 {
  font-weight: 500;
}
.font-700 {
  font-weight: 700;
}
.font-800 {
  font-weight: 800;
}
.float-left {
  float: left;
}
/* .hero-section .container .navbar .navbar-content{
  display: none;
} */
#file_count_selected{
  text-align: center;
  color: green;
  font-weight: 500;
}
.custom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.custom-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
}
.casestudy_top .custom-flex-center.about-body{
  padding: 2px 0;
}
a {
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
  transition: all 0.4s ease-in;
}
.section-spaces {
  height: 50px;
}
.start_pro_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.start_pro_btns a.browse_btn_white{
  padding: 13px 30px;
  border-radius: 25px;
  border: 1px solid #968775;
  font-size: 14px;
  background: #fff;
  color: #968775;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px;
  text-align: center;
  min-width: 260px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.start_pro_btns a.browse_btn_white:hover{
  background: #968775;
  color: white;
}
.start_pro_btns a.browse_btn_brown{
  padding: 13px 30px;
  border-radius: 25px;
  margin-right: 2em;
  border: 1px solid #968775;
  background: #968775;
  color: #FFF;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  min-width: 260px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.start_pro_btns a.browse_btn_brown:hover{
  background: #FFF;
  color: #968775;
}




.custom-button {
  padding: 14px 30px;
  border-radius: 25px;
  border: 1px solid #968775;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px;
}
.custom-input {
  width: 25%;
  border: 1px solid #a6a6a6;
  border-radius: 5px;
}

.gray {
  background: #968775;
}
.bg-gray {
  background: lightgray;
}
.pointer {
  cursor: pointer;
}
/* Style the button on hover */
.custom-button:hover {
  background-color: #6c6152;
  border: 1px solid #fff;
  color: #fff;
  /* border-color: #fff; */
}
.custom-button1:hover {
  color: #6c6152;
  border: 1px solid #6c6152;
  background: #fff;
}
li {
  list-style: none;
}
.p-3 {
  padding: 20px;
}
.testimonials_p-3{
  padding: 20px;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}

.bg-dark {
  background: #25292d;
}
.bg-white {
  background: #fff !important;
}
.direction-column {
  flex-direction: column;
}
.color-white {
  color: #fff;
}
.color-dark {
  color: #25292d;
}
.bg-orange{
  background: #968775;
}
.color-gray {
  color: #968775;
}
.color-gold {
  color: #b89561;
}
.light-gray {
  color: #cdcdcd;
}
.color-secondry {
  color: #545352;
}
.color-secondry2 {
  color: #25292d;
}
.mt {
  margin-top: 10px;
}
.fa,
.fas {
    font-weight: 600;
}
.color-brw{
  color: #b6b5b2;
}
#icon-doorlux{
  background: url("../images/icon-doorlux.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 21px;
  display:inline-block;

  background-blend-mode: difference;
  background-color: #524e48;
}
.custom-main-heading {
  font-family: Georgia;
  font-size: 40px;
  font-weight: 400;
}
.georgia-family{
  font-family: Georgia;
}
.custom-heading {
  font-family: Georgia;
  font-weight: 300;
  line-height: normal;
}
.custom-flex span.gradient-background {
  background-image: linear-gradient(white);
}



.hero-section {
  min-height: 100vh; /* Adjust height as needed */
}

/* hero section css  */
.hero-section {
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.38) 13.85%, rgba(0, 0, 0, 0) 23.56%, rgba(0, 0, 0, 0) 88.09%, rgba(0, 0, 0, 0.38) 98.16%),
  url(https://doorlux-crm.s3.eu-west-2.amazonaws.com/uploads/main-banner-homepage.jpg)
;
  height: 97vh;
  min-height: 90vh;
  background-size: cover;
  background-position: center;
  position: relative;
  top: -62px;
  z-index: 1;
}
#homepage-banner-text{

  width: 100%;
  position: absolute;
  transform: translate(0%, 0%);
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 6vh;
  padding-left: 1em;
  padding-right: 1em;
  z-index: 1;
}

/*#background-img-home::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #524e48; !* Adjust the color to match the image *!
  z-index: -1;
  clip-path:polygon(66% 88%, 70% 94%, 100% 94%, 100% 73%, 100% 100%, 50% 100%, 0 100%, 0% 94%, 30% 94%, 34% 88%);
}*/
.stickyNav.active {
  background-color: rgb(
    216,
    31,
    31
  ); /* Show with white background when active */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add shadow for better visibility */
}


.hero-section-case-study2 img{
  width: 100%;
  height: 100%;
}

.hero-section-case-study2 {
 /* background-image: url("../images/caseStudy-hero-img.png");

  background-size: cover;*/
  position: relative;
  top: -102px;
}
.casestudy_top{
  position: relative;
  top: -102px;
}
.p-auto {
  padding: 0px 30px;
}
.navbar nav {
padding: 4px;
}
.navbar span:last-child img {
  width: 24px;
  height: 24px;
}
.navbar span:first-child img {
  width: 30px;
  height: 20px;
}
.navbar span:nth-child(2) img {
  width: 180px;
  height: 22px;
}

.navbar .hero-text {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  bottom: 0;
  width: 40%;
}

.custom-button {
  padding: 13px 30px;
  border-radius: 25px;
  border: 1px solid #968775;
  background: #968775;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px;
  transition: 0.4;
}
.configuration-btn {
  margin-top: 30px !important; /* Adjust this value as needed */
}

.configuration-btn a {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 15px 20px;
  background: #ffffff;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  border-radius: 25px;
}

.configuration-btn a {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 15px 20px;
  background: #ffffff;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  border-radius: 25px;
}
.configuration-btn a:hover {
  background-color: #6c6152;
  color: #fff;
  transition: 0.1s;
}
/* about page css  */
.about-review-content {
  padding: 60px;
  text-align: center;
}
.about-review div {
  border-left: none;
  height: 80px;
  padding: 0 16px;
}

/* viewcollection css  */
.view-collection {
  position: relative;
}
.collection-content .text {
  background: #968775;
  padding: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
/* services offer  */
.services div {
  border-left: 2px solid #968775;
  padding: 0 16px;
}
/* gallery products css */
.gallery-images {
  margin-top: 16px;
}

.image-container {
  position: relative;
  overflow: hidden;
}
.image-container:before {
  background: black;
  height: 100%;
  content: "";
  width: 100%;
  position: absolute;
  opacity: 0.2;
  z-index: 2;
}
.image-link:hover .image-container:after {
  background: black;
  height: 100%;
  content: "";
  width: 100%;
  opacity: 0.3;
}

.image-container img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  display: block;
}
.image-container:hover img {
  transform: scale(1.1);
}
.image-button {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  color: white;
  background: none;
  border: 1px solid;
  padding: 14px 20px 15px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 1000;
  letter-spacing: 1px;
}
.image-container .image-button:hover {
  background: #00000073;
}
.image-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
/* case study section css  */
.case-study-text {
  display: flex;
  justify-content: space-between;
}
.fa-chevron-left {
  color: #888;
}
.case-study-images {
  gap: 20px;
  /* justify-content: start; */
}
.centered{
  margin: 0 auto;
  float: none;
}
.blogs-list-all {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blogs-list-all .blog-list-content{
margin-bottom: 20px;
  flex-basis: calc((100% / 3) - 20px);
}
.blogs-list-all .blog-list-content a{
  display: block;

  border-radius: 0;
}
.blogs-list-all .blog-list-content a div.img,#blog_post_slider .item a div.card{
  display: block;
  overflow: hidden;
  border-radius: 0;
}
.blogs-list-all .blog-list-content a img,#blog_post_slider .item a div.card img{
  width: 100%;
  transition: transform .4s;
  display: block;
}
.blogs-list-all .blog-list-content a:hover img,#blog_post_slider .item a:hover img{
  transform: scale(1.1);
  transform-origin: 50% 50%;
}
.post-content ul{
  padding-left: 1.3em;
}
.post-content ul li{
  padding-bottom: 0.8em;
  padding-left: 0.5em;
}
.post-content ul li::marker{
 font-weight: bold;
}
.list-style-disc li{
  list-style: disc;
}
.list-style-decimal li{
  list-style: decimal;
}
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.slideshow-container .mySlides1 {
  padding-top: 60px;
}

.rating-btn a {
  margin-top: -350px;
  cursor: pointer;
}
.rating-btn a:hover {
  color: #6c6152;
}

.left {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -5%;
}
.right {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -5%;
}
.next {
  right: 0;
}
.prev:hover,
.next:hover {
  color: #7a7978;
}
/* request a quote  multistep form css  */
button {
  height: 47px;
}
.rating-section {
  min-height: 500px;
}
.multistep-form {
  position: relative;
  margin-top: 52px;
}
.form-step {
  display: none;
}
.form-step.active {
  display: block;
}
.form-group option:hover {
  color: #6c6152;

}
.form-group label {
  display: block;
  margin-bottom: 5px;
}
.form-group select {
  height: 46px;
}

button {
  float: right;
}
.form-step .previous-button {
  float: left;
}
.form-step button:hover {
  background-color: #6c6152;
}
.progress-bar {
  margin-top: 20px;
  height: 8px;
  background-color: #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}
.progress {
  height: 100%;
  width: 0;
  background-color: #968775;
  transition: width 0.3s ease;
}
.step-headings {
  justify-content: space-between;
  margin-top: 10px;
}
.step-heading {
  color: #a6a6a6;
  font-size: 16px;
}
.step-heading-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-heading i {
  margin: 0px 10px;
  font-size: 8px;
}
.step-heading.active {
  color: #25292d;
  font-size: 16px;
  font-weight: 400;
}
/* multistep-form step 2 products css */
.custom-checkbox {
  position: relative;
  display: inline-block;
}
.checkbox-bg {
  background: url("../images/internal-doors.png") center/cover;
  cursor: pointer;
  width: 200px;
  height: 200px;
  position: relative;
}
.checkbox-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.fa-check {
  float: right;
  background: white;
  border-radius: 50px;
  margin: 20px 10px 0 0;
}
.quantity-select {
  text-align: center;
  position: absolute;
  top: 85%;
  left: 52%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 400;
  width: 100%;
  display: none;
}
.quantity-select select {
  padding: 8px;
}
.additional-text {
  text-align: start;
}
.all-recently-view-images {
  overflow-x: auto;
padding-bottom: 1em;
}
.all-recently-view-images::-webkit-scrollbar {

    height: 6px;
    border-radius:10px;

}
::-webkit-scrollbar:horizontal{
  height: 6px;
  background-color: #ccc;
}
::-webkit-scrollbar-thumb:horizontal{
  background: #000;
  border-radius: 10px;


}
.recently-viewed-images img {
  width: 200px;
  display: block;
}
.checkbox-container {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.checkbox-container input {
  display: none;
}
.image-section {
  position: relative;
  display: inline-block;
}
.checkbox-container {
  position: absolute;
  top: 4px;
  background-color: rgb(239, 237, 237);
  display: flex;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  right: -15px;
  left: unset;
  border: 3px solid white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.checkbox-toggle {
  margin: auto;
  display: none;
  background-color: white;
  color: #968775;
  background-color: transparent;
}
.progress-bar {
  height: 8px;
  /* background-color: #161414; */
  width: 100%;
}
.progress-fill {
  height: 100%;
  width: 30%;
}
.custom-progress-bar {
  height: 4px;
  background-color: #ccc;
  width: 100%;
}
.custom-progress-fill {
  height: 100%;
  width: 20%;
  background-color: black;
}
.bosco-checks {
  justify-content: start;
}
input[type="checkbox"],input[type="radio"] {
  appearance: none;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 1px solid #bbb7b7;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  padding: 0px !important;
}
input[type="checkbox"]:hover,input[type="radio"]:hover {
  border: 1px solid #323131;
}
input[type="checkbox"]:checked,input[type="radio"]:checked {
  background-color: transparent;
}
input[type="checkbox"]:checked::before,input[type="radio"]:checked::before {
  content: "\2713";
  font-size: 16px;
  color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* form step 3 uploads css  */
.file-upload-label {
  border: 1px solid #c0baba;
  padding: 40px;
  border-radius: 5px;
  cursor: pointer;
  background: #f3f0f1;
}
.file-input {
  display: none;
}
#testimonials_slider .item{

}

#testimonials_slider .item .item_testimonial{
  min-height: 470px;
  height: 100%;
  width: 80% !important;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-items: center;
  padding: 3em 2em;
}
#testimonials_slider .item .item_testimonial h6{
  letter-spacing: 2px;
  margin-top: 8px;
}
.form-group {
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}
.edit-step-1 {
  justify-content: space-between;
  position: relative;
  padding-bottom: 8px;
}
.edit-step-1 p {
  color: #968775;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.edit-step-1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #968775;
}
.edit-step-1-content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 72px;
}
.summary-step-2 {
  display: flex;
  justify-content: space-between;
  margin: 40px 0px;
}
.step-2 {
  display: flex;
  justify-content: space-between;
}
.summary-step-3 img {
  height: 100px;
  width: 100px;
}
.step-2-content {
  width: 35%;
}
.step-3-content {
  width: 57%;
}
.other-informatin {
  margin: 40px 0;
}
.edit-step-4-content {
  display: flex;
  justify-content: space-between;
}
.updates {
  padding: 4em 0px 0px 0px;
}
.subscribe {
  display: flex;
  justify-content: center;
}
/* footer css  */
.footer {
  height: auto;
  padding: 170px 0px;
}
.footer-gap {
  gap: 120px;
}
.footer-gap p {
  margin-bottom: 20px !important;
}
.footer-gap ul li {
  margin-bottom: 7px !important;
}
.footer-height {
  height: 290px;
}
.footer-height ul li a:hover {
  color: white;
  transition: 0.1;
}
/* sidebar manue  */
.faq-item .question {
  gap: 70px;
}
.sidbar-button {
  font-size: 14px;
  background: #968775;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  width: 176px;
  height: 46px;
  border-radius: 25px;
  text-transform: uppercase;
}

.sidbar-button:hover {
  color: white !important;
  background: #6c6152;
}
.overlay a:hover,
.overlay a:focus {
  color: #968775;
}

.overlay-body {
  padding: 60px 60px 20px 60px;
}

.overlay-content {
  padding: 0px 60px;
}
#myNav {
  display: block;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slide 0.5s forwards;
  animation-delay: 2s;
  width: 0;
}
@-webkit-keyframes slide {
  100% { left: 0; }
}

@keyframes slide {
  100% { left: 0; }
}
.overlay {
  height: 100%;
  width: 300px; /* Set your desired fixed width value */
  position: fixed;
  z-index: 1;
  top: 0;
  left: -999999px;
  background: white;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 4;
}
#filter_selected_content{
  display: flex;
  margin-top: 1.5em;
}
.filters_data_s_l{
  display: flex;
}
#filter_selected_content.hide{
  display: none !important;
}
.filter_remove_all{
  padding: 8px;
}
.remove_filter{
  color: black;
  padding-left: 0.5em;
  font-size: 17px;
  cursor: pointer;
  display: inline-block;
}
#filter_remove_all{
  color: black;
  cursor: pointer;
  text-decoration: underline;

}
.filter_s_data{
  width: auto;
  padding: 8px;
  border: 1px solid #c3bebe;
  border-radius: 8px;
  margin-right: 1em;
}

.overlay-content {
  position: relative;
}
.sidbar-product-content {
  position: relative;
}
.hover-show a {
  margin-bottom: 20px;
}
.sidbar-inner-content {
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
  left: 30%;
  z-index: 111;
}
.sidbar-inner-content div {
  width: 40%;
}

.sidbar-product-content .sidbar-inner-content {
  display: none; /* Hide initially */
}
.hide{
  display: none;
}
.sidbar-product-content:hover .sidbar-inner-content {
  display: block; /* Show when parent is hovered */
}
.sidbar-sub-list ul li a {
  color: #25292d;
  font-size: 18px;
  font-weight: 400;
}
.sidbar-sub-list ul{
 min-width:  186px;;
}
.hover-show a {
  text-decoration: none;
  font-size: 21px;
  font-family: Georgia;
  color: #000000;
  display: block;
  transition: 0.3s;
}
.overlay a {
  display: block;
}
.overlay a:hover,
.overlay a:focus {
  color: #968775;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
.backbtn{
  color: #968775;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 3em;
  display: block;
}
.question {
  display: flex;
  align-items: center;
  justify-content: start;
}
.answer {
  display: none;
  font-size: 16px;
  color: #666;
}
.answer ul li {
  line-height: 40px;
}
.closeIcon img{
  width: 20px;
  height: 20px;
}
.mobileLogo{
  display: none;
}
.showOnLarge {
  display: flex;
}
.arrow-icon {
  margin-left: auto;
  transition: transform 0.6s ease-in-out;
  width: 17px;
  height: 10px;
}
.open {
  transform: rotate(180deg);
}
.showOnMobile {
  display: none;
}
.sidbar-sub-list {
  border-left: 1px solid #968775;
  display: flex;
  gap: 50px;
}
.sidbar-image img {
/*  width: 300px;
  height: 350px;*/
  width: auto;
  height: 205px;
}
.case-study-styles {
/*  max-width: 500px;*/
}
.case-study-product-overlay {
  gap: 5px;
}
.case-study-product-overlay {
  display: flex;
  flex-wrap: wrap;
  gap: 5px; /* Adjust the gap between cards */
}
#case-study >div{
  flex-basis: calc((100% / 3) - 20px);
}
#case-study >div img {
  width: 100%;
}
.case-study-product-overlay .card {
/*  width: 30%; !* Set width to 48% for two cards per row on mobile *!
  max-width: 200px; !* Set max-width to 200px *!
  height: 170px; !* Set height to 200px *!*/
  width: calc((100% / 4) - 5px);
  padding: 10px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.2s;
}

.case-study-product-overlay .card img {
  width: 100%;
  height: 100px;
}

.case-study-product-overlay .card h6 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}

/* Media query for larger screens */

.case-study-product-overlay .card:hover {
  border: 1px solid #545352;
}
#image {
  display: none;
}
#detail {
  display: none;
}
.caseStudy-styleDetails {
  height: 55%;
  width: 59%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 21%;
  left: 19%;
}
.caseStudy-styleDetails .closebtn {
  position: absolute;
  top: -54px;
  right: 12px;
  font-size: 52px;
  cursor: pointer;
  color: white;
}

.caseStudy-styleDetails .closebtn:hover {
  color: #ccc;
}
/* brocher download css section  */
.details-form {
  width: 55%;
  margin: auto;
}
.details-form input {
  padding: 13px;
}
.fill-detail {
  padding-left: 280px;
}
.contact-from-heading {
  padding-left: 324px;
}
.fill-check {
  padding-left: 300px;
}
input.mt-2.checkbox {
  width: 16px;
  height: 16px;
}
.wardrob-body-content .wardrob-page-content  {
  flex-basis: calc(25% - 20px);
  text-align: center;
  padding: 10px;
  background: #fff;
  cursor: pointer;
}
/* external-doors css  */
.external-door .card {
  flex-basis: calc(25% - 20px);
  text-align: center;
  padding: 10px;
  background: #fff;
  cursor: pointer;
}

.external-door .card img {
  width: 250px;
  height: 250px;
}
.confi-detail {
  padding: 200px 40px;
}
.inner-components {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.links-heading {
  margin-bottom: 50px;
}
.links-content {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 60px;
}
.links-content img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
}
.external-door-links {
  display: flex;
  justify-content: space-evenly;
}

.external-door-links .card-content a img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
}

.main-comp {
  gap: 130px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 60px;
  left: 0;
  top: 80px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}
.modal-content {
  margin: 0 auto;
  display: block;
  max-width: 900px;
  height: auto;
  position: relative;
}
#finishes-material-modal .modal-content {
  max-width: 700px;
}
#finishes-material-modal .normal_w.modal-content {
  max-width: 900px;
}
.closebtn {
  position: absolute;
  top: -49px;
  right: -2px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}
.modal-body {
  padding: 70px 40px;
  background: white;
}
.modal-body .inner-contents >div{
  width: 50%;
}
#finishes_popup_data >div{
  width: 80%;
}
  /* external door range css  */
.image-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  color: white;
}
.image-container img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}
.zoom-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  width: 101%;
  background-color: #0f0c0c;
  padding: 20px;
  border: 1px solid #ccc;
  text-align: center;
  transition: transform 0.3s ease;
  opacity: 0.79;
}
.image-container:hover .zoom-button {
  transform: translateX(-50%) translateY(0);
}
.image-container:hover img {
  transform: scale(1.08);
}
/* active list  links css  */
.range-list li a:hover {
  color: #968775;
  text-decoration: underline;
}
/* accessories page css  */
.accessories-filter-body img {
  width: 12px;
  height: 10px;
}
.accessories-filter-body .products {
  color: #a6a6a6;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.accessories .item {
  flex: 0 0 calc(25% - 16px);
  margin-bottom: 20px;
}
.accessories .item a{
cursor: pointer;
}
.step-2-content-images {
  width: 100%;
  display: block;
}
.step-2-content-images:hover {
  filter: none;
}

/* .item a p {
  color: #545352;
} */
.accessories-finishes {
  max-height: 500px;
  overflow: auto;
}
.accessories-finishes::-webkit-scrollbar {
  width: 5px;
}
.accessories-finishes::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 10px;
}
.accessories-finishes .item {
  background: #fff;
  padding: 5px;
}
.accessories-finishes .item:hover {
  border: 1px solid black;
}
.accordion {
  cursor: pointer;
  transform: rotate(-180deg);
  transition: transform 0.3s ease;
}
.d-inline-flex {
  display: inline-flex !important;
}
.panel {
  display: none;
  overflow: hidden;
}

/* .nextPre {
  margin-top: -100px;
} */

/* Styling for the card container */
.card-container {
  display: flex;
  flex-direction: row; /* Arrange cards horizontally */
  flex-wrap: wrap;
  gap: 10px; /* Add spacing between cards */
}

/* Styling for each card */
.card-container .card {
  padding: 10px;
  /* border: 1px solid #ccc; */
  border-radius: 1px;
}

.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.form {
  margin-bottom: 0;
}
.form-field {
  margin-bottom: 10px;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: inline-block;
  color: #25292d;
  position: relative;
}
.input-field {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.flex {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
  justify-content: center;
}
.checkbox-field {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  max-width: 656px;
  justify-content: start;
  margin-bottom: 10px !important;
}
.message {
  display: block;
  font-size: 14px;
  outline: none;
  width: 100%;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
}
.google-map {
  text-decoration: underline;
}
/* blog post page css  */
.blog-post-body {
  margin: 0 auto;
  max-width: 700px;
}
.post-content img {
  height: 430px;
}
/* privacy page css  */
.privacy-content h4 {
  color: #25292d;
}
/* internal doors css  */
.internaldoor-collection-content {
  display: flex;
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.internaldoor-collection-content::-webkit-scrollbar {
  display: none;
}
.internaldoor-collection-content {
  scrollbar-width: none;
}
.internaldoor-collection-content > div {
  flex-shrink: 0;
  margin-right: 10px;
}
.internaldoor-collection-content > div:last-child {
  margin-right: 0;
}

/* internal door collection css */
.internal-door-collection1 {
  gap: 48px;
}
.list-content li:hover,.list-content li.active {
  color: #968775;
  text-decoration: underline;
}
.crousel-content .mySlides,.crousel-content .mySlides.wardrobes_main_image,.crousel-content .mySlides.access_main_image {
  height: 500px;
}
.crousel-content .mySlides.roomdivider-slider {
  height: 600px;
  width: 610px;
}
.crousel-content .mySlides img {
/*  min-height: 500px;
  max-height: 650px;*/
  height: 100%;
  width: 100%;
  object-fit: contain;
/*  min-width: 550px;
  max-width: 650px;*/
}
.crousel-content .mySlides.roomdivider-slider img {
  object-fit: cover;
  object-position: center;
}
.crousel-content .mySlides.wardrobes_main_image img {
/*  min-width: 200px;
  max-width: 200px;*/
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.crousel-content .mySlides.access_main_image img {
/*  min-width: 550px;
  max-width: 560px;*/
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.nextPre {
  right: 5px !important;
  border-radius: 3px 0 0 3px;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

.door-detail img {
  width: 100px;
  height: 100px;
  background: white;
}
/* .door-detail div {
  width: 50%;
} */
/* finishes page css  */

.finishes-list {
  gap: 48px;
}
.finishes-page-content {
  flex-basis: calc((100% / 6) - 17px);
}
.collectionDetail-page-content {
  flex-basis: calc(25% - 16px);
}

.finishes-body-content .card {
  background: white;
}
.wardrob-body-content .card {
  background: white;
}
.finishes-body-content .card:hover {
  border: 1px solid rgb(62, 60, 60);
}

/* Style for active tab link */
.tablinks.active {
  color: #968775;
}
#myTopsearchbar .searchResultProducts{
  height: 180px;
  overflow-x: scroll;
  width: 100%;
  flex-wrap: nowrap;
}
/* search bar css  */
#myTopsearchbar {
  display: none;
  -webkit-animation: slidedown 1s forwards;
  -webkit-animation-delay: 4s;
  animation: slidedown 1s forwards;
  animation-delay: 4s;
}
.space-2{
  padding-top: 1em;
}
.space-1{
  padding-top: 0.5em;
}
.topsearchbar {
  width: 100%;
  max-width: 1440px !important;
  position: fixed;
  top: -999999px;
  background-color: #f9f9f9;
  padding: 60px 40px 40px 40px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
}

@-webkit-keyframes slidedown {
  100% { top: 0; }
}

@keyframes slidedown {
  100% { top: 0; }
}
.topsearchbar input {
  border: none;
  background-color: none;

}
.topsearchbar input[type="search"] {
  width: 100%;
  height: 50px;
  top: 100px;
  left: 32px;
  background-color: #f9f9f9;
}
.topsearchbar input[type="search"]:focus {
  outline: none;
}

.topsearchbar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #25292d;
}
.search-text p {
  color: #25292d;
}
.search-product-content h5 {
  color: #25292d;
}

.download-button {
  max-width: 1030px;
}
#main {
  position: relative;
}

.search-content .search-text {
  width: 30%;
}
.search-content .search-product {
  width: 70%;
}
#myTopsearchbar .search-product-content img {
  max-height: 120px;
  min-height: 120px;
  width: 120px;
  object-fit: cover;
}
.search_main_container .search-product-content img {

  width: 252px;
  height: 250px;
  object-fit: cover;
  display: block;
}
#searchResult {
  display: none;
}
body.search-open {

}
.footer-spaces {
  height: 90px;
}
.copyright {
  display: flex;
  gap: 20px;
}
.refresh {
  text-decoration: underline;
}

#racks-items,
#drawers-items,
#mirrors-items,
#ironing-items,
#door-items,
#modular-items {
  display: none;
}
#finishes-material-modal .tabcontent,#finishes-materials-all .tabcontent{
  display: none;
}
#finishes-material-modal .tabcontent.active,#finishes-materials-all .tabcontent.active{
  display: block;
}
#hangers-items {
  display: block;
}
.list-content .active {
  color: #968775;
}
.list-content li {
  cursor: pointer;
}
.list-content li.active {
  color: #968775;
}
.recently-viewed-images{
  cursor: pointer;
}
.step2_main {

  display: block;
  flex-basis: calc((100% / 4) - 20px);
  cursor: pointer;
}
.step2{
  position: relative;
  margin-bottom: 1em;
}
.step2-header {
  position: relative;
}

.check-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hidden {
  display: none;
}
.step2-header.clicked {
  border: 1px solid black;
}
.quantity-input {
  position: absolute;
  bottom: 24%;
  right: 0px;
  left: 0;
  font-size: 14px;
  padding: 5px;
  cursor: pointer;
  width: 100%;
  /* display: flex; */
}
.quantity-input-lable {
  font-size: 16px;
  color: white;
  font-weight: 700;
}

.quantity-input input {
  width: calc(35% - 10px);
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #ccc;
  outline: none;
}

.quantity-input label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  color: white;
}
.input-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.bordered {
  border: 1px solid black;
}
