/* index */

/* hero section */
.position-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main-head {
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 3.1px;
  text-transform: uppercase;
  max-width: 654px;
}
.main-para {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.6px;
  max-width: 564px;
}
.white {
  color: #fff;
}
.brown {
  color: #c09a77;
}
.explore-btn {
  padding: 11px 30px;
  background: #86613f;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
/* end */

/*  */
.black {
  color: #2b2b2b;
}
.card-head {
  color: #ffffff;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.more-btn {
  color: #86613F;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 192%;
  letter-spacing: 0.63px;
}

/* .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.img-container img {
  display: block;
  width: 100%;
  transition: opacity 0.5s ease;
}

.img-container img.door-img-hover,
.img-container img.bath-img-hover,
.img-container img.window-img-hover,
.img-container img.railing-img-hover,
.img-container img.opening-img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.img-container:hover img.door-img-hover,
.img-container:hover img.bath-img-hover,
.img-container:hover img.window-img-hover,
.img-container:hover img.railing-img-hover,
.img-container:hover img.opening-img-hover {
  opacity: 1;
}

.img-container:hover img.door-img,
.img-container:hover img.bath-img,
.img-container:hover img.window-img,
.img-container:hover img.railing-img,
.img-container:hover img.opening-img {
  opacity: 0;
} */
.hover-effect-card {
  background: #fff;
  width: 100%;
  height: auto;
  display: flex;
  padding: 79px 24px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  position: relative;
  width: 100%; /* Adjust width as needed */
  height: 300px; /* Set a fixed height */
  overflow: hidden;
  transition: all 0.3s ease;
}
.door-img {
  width: 77px !important;
}
/* .door-hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.hover-effect-card:hover > .door-hover-img {
  visibility: visible;
}

.hover-effect-card:hover {
  visibility: hidden; Hide the original content on hover but keep the space
} */

.door-hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.hover-effect-card:hover .door-hover-img {
  opacity: 1;
}

.hover-effect-card:hover img,
.hover-effect-card:hover p {
  opacity: 0;
}
/*  */

/*  */
.bg-grey {
  background: #f4f4f4;
}

.why-head {
  color: #2b2b2b;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.why-para {
  color: #2b2b2b;
  text-align: justify;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  max-width: 234px;
  letter-spacing: 1.3px;
}
.left-seprator {
  width: 1px;
  height: 256px;
  background: #c0c0c0;
}
.about-window-overflow {
  width: 600px;
  height: 422px;
  position: relative;
  right: -30px;
}
.about-window-right-bottom-overflow {
  position: absolute;
  bottom: -120px;
  right: -68px;
  width: 291px;
  height: 214px;
}
.viewmore-btn {
  color: #86613f;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.6px;
}
/*  */

/*  */
.about-doors-overflow {
  width: 600px;
  height: 422px;
  position: relative;
  left: -30px;
}
.about-doors-right-bottom-overflow {
  position: absolute;
  bottom: -120px;
  left: -68px;
  width: 291px;
  height: 214px;
}
/*  */

/*  */
.our-service-card {
  display: flex;
  padding: 40px 49px 38px 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 300px;
  background: #86613f;
  cursor: pointer;
}
.our-service-card h4 {
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.05px;
  text-transform: uppercase;
}
/*  */

/*  */
.school-bottom {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -20px);
}
.school-link {
  padding: 20px 30px;
  background: #fff;
  color: #86613f;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
.back-grey-bg {
  width: 821px;
  height: 562px;
  background: #f4f4f4;
}
.grey-bg-custom-position {
  top: -50px;
  left: 0;
}
/*  */

/*  */
.input-style {
  width: 100%;
  padding: 25px 211px 12px 0px;
  border: none;
  border-bottom: 1px solid #c2c2c2;
  background: transparent;
  outline: none;
  border-radius: 0;
}

/*  */
/*  */
.list-group-item {
  border: none;
  border-radius: 0px;
}
.how-subhead {
  color: #2b2b2b;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}
.how-subpara {
  color: #2b2b2b;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  letter-spacing: 1.4px;
  max-width: 632px;
}
.how-item-active {
  border-left: 3px solid #86613f !important;
}
.list-group-item:focus {
  border-left: 3px solid #86613f;
  border-radius: 0;
}
.list-group-item {
  border-radius: 0;
  background: none !important;
  border-left: 2px solid #ededed;
}
.list-group-item:first-child {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
/*  */
