/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");

:root {
  --color1: #a51a2d;
  --color2: #010100;
  --color3: #2d2d2d;
  --color4: #fff;
}

/* Custom CSS can go here */

@media (max-width: 1499px) {
  .e-con {
    --container-max-width: 1180px;
  }
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
  display: none;
}
.hfe-nav-menu .menu-item-has-children .sub-menu {
  padding-bottom: 20px;
}
label {
  width: 100%;
}
.fix-header #masthead {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
.common-cta-text {
  translate: 0 -50%;
}
.captcha .cf7sr-g-recaptcha {
  scale: 0.8;
  transform-origin: top left;
}
/* home banner css start */

.banner-text {
  translate: 0 -50%;
}

/* home banner css end */

/* pagination style one css start  */
.pagination-style-one {
  display: inline-flex;
  justify-content: center;
}
.pagination-style-one .page-numbers.current {
  font-weight: 700 !important;
  color: var(--color1) !important;
}
.pagination-style-one .page-numbers {
  font: normal normal 700 22px / 27px EB Garamond !important;
  letter-spacing: 0px;
  color: #292c2d !important;
  background: transparent 0% 0% no-repeat padding-box;
  border: 0px solid #ececec;
  border-radius: 0px;
  text-decoration: none !important;
  width: auto;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
}
/* pagination style one css start  */

/* Blog css start */

.blog-post-card {
  margin-bottom: 40px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.blog-image-wrapper {
  position: relative;
}

.blog-image-wrapper img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

.blog-category-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--color1) !important;
  color: #fff;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 8px;
  text-transform: capitalize;
}

.blog-content {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.blog-content h2 {
  font-size: 34px !important;
  color: #0073aa;
  margin: 0;
}

.blog-content h2 a {
  color: #0073aa;
  text-decoration: none;
}

.blog-content p {
  margin-top: 10px;
}

.read-more-btn {
  display: inline-block;
  background: var(--color2);
  font-size: 16px !important;
  color: #fff !important;
  padding: 12px 30px !important;
  border-radius: 10px !important;
  margin-top: 15px;
  font-weight: 500;
  text-decoration: none;
}

.read-more-btn:hover {
  background: #292c2d !important;
  color: #fff !important;
}

h3.cat-color {
  color: var(--color1) !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding-bottom: 2px !important;
}

.sidebar-box h3 {
  margin-bottom: 15px;
}

.sidebar-box {
  background: #fff;
  border: solid 1px #ececec;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.sidebar-box h3 {
  margin-bottom: 15px;
}

.category-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.category-list li {
  margin-bottom: 8px;
}

.category-list a {
  color: #292c2d;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px !important;
  width: 100%;
  display: block;
}
.category-list a span {
  float: right;
}
.category-list a:hover {
  color: #292c2d;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px !important;
}
.article-detail {
  padding: 70px 0;
}
.prevnext-post {
  font-size: 14px;
}
.recent-post {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  align-items: center !important;
}

.recent-post img {
  width: 70px;
  display: block;
}

.recent-post a {
  font-size: 16px !important;
  color: #292c2d !important;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  line-height: 21px;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-date {
  font-size: 14px !important;
  color: #292c2d !important;
  margin-top: 2px;
}

/* blog css end */

/* testimonials css start */

/* testimonials box one  css start */

.testimonials-box-one {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #ececec;
  border-radius: 10px 150px 10px 10px;
  padding: 0px 50px 50px 50px;
  text-align: center;
  margin-top: 55px;
  position: relative;
}
.testimonials-box-one:before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: calc(100% + 4px);
  height: 10px;
  background: var(--color1);
  left: -2px;
  border-radius: 0px 0px 10px 10px;
  transition: all 0.4s ease;
}
.testimonials-box-one:hover:before {
  content: "";
  background: var(--color2);
}

.testimonials-box-one .img-wrap {
  position: relative;
  margin-top: -50px;
}

.testimonials-box-one .img-wrap img {
  width: 100px !important;
  margin: 0px auto;
  border-radius: 50%;
}
.testimonials-box-one .title,
.testimonials-box-one-popup .title {
  font: normal normal normal 21px / 25px EB Garamond;
  letter-spacing: 0px;
  color: var(--color1);
  margin-bottom: 5px;
  margin-top: 20px;
}
.testimonials-box-one .quate-img img {
  width: 25px;
  margin: 0 auto;
}
.testimonials-box-one .rating-area {
  color: #ffc107;
  font-size: 20px;
  margin-top: 24px;
}
.testimonials-box-one .content-box {
  height: 130px;
}
.testimonials-box-one .content-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.read-more-link {
  text-decoration: underline !important;
  font: normal normal 700 15px / 28px EB Garamond;
  letter-spacing: 0px;
  color: #292c2d !important;
}

/* testimonials box one  css end */

/* testimonials box two  css start */
.testimonials-box-two {
  background: #f9f9f9 0% 0% no-repeat padding-box;
  box-shadow: 2px 5px 10px #d9d6cd29;
  border-radius: 20px;
  padding: 25px;
}
.testimonials-box-two .testimonials-wrap,
.testimonials-box-two-slider .testimonials-wrap {
  display: flex;
  align-items: center;
  justify-content: start;
}
.testimonials-box-two .content-box {
  font: normal normal 500 16px / 24px EB Garamond;
  letter-spacing: 0px;
  color: #3a3a3a;
  margin-bottom: 30px;
}
.testimonials-box-two .content-box strong {
  color: #bfa74b;
  font-weight: 500 !important;
  font-style: italic;
}
.testimonials-box-two .testimonials-wrap .img-wrap img,
.testimonials-box-two-slider .testimonials-wrap .img-wrap img {
  width: 70px !important;
  min-width: 70px !important;
  height: 70px;
  border-radius: 50%;
  margin-right: 10px;
}
.testimonials-box-two .testimonials-wrap .title,
.testimonials-box-two-slider .testimonials-wrap .title {
  font: normal normal 600 16px / 24px EB Garamond;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}
.testimonials-box-two .testimonials-wrap {
  color: #ffc107;
  font-size: 16px;
}

/* testimonials css start */

/* testimonials popup css start */
.model-testimonial .img-wrap img {
  width: 130px !important;
  margin: 0px auto;
  border-radius: 50%;
}
.model-testimonial button.btn-close {
  position: absolute;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  right: -50px;
  top: 5px;
  z-index: 9;
  opacity: 1;
  filter: invert(1);
  padding: 0;
  width: 20px;
  box-shadow: none !important;
  outline: none;
}
@media only screen and (max-width: 991px) {
  .model-testimonial button.btn-close {
    right: 15px;
    top: 15px;
    filter: none;
  }
}

.model-testimonial button.btn-close:hover,
.model-testimonial button.btn-close:focus,
.model-testimonial button.btn-close:focus-visible {
  filter: brightness(0) saturate(100%) invert(24%) sepia(63%) saturate(7327%)
    hue-rotate(348deg) brightness(102%) contrast(103%);
}
.model-testimonial .modal-content {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 40px;
}
.model-testimonial .testimonials-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 15px;
}
.model-testimonial .testimonials-wrap .img-wrap {
  width: 80px;
  margin-right: 10px;
}
.model-testimonial .testimonials-wrap .img-wrap img {
  border-radius: 50%;
}
.model-testimonial .testimonials-wrap .title {
  font: normal normal 600 16px / 24px EB Garamond;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}
.model-testimonial .rating {
  color: #ffc107;
  font-size: 16px;
}

.modal-backdrop {
  background-color: #000 !important;
  opacity: 0.8 !important;
}

/* testimonials popup css end */

/* slick dots start  */

.arrowbtn {
  z-index: 99;
  color: #2d2d2d;
  cursor: pointer;
  position: absolute;
  bottom: -50px;
  font-size: 30px;
}
.arrowbtn:hover {
  color: #a51a2d;
}
.left-btn {
  left: 45%;
}
.right-btn {
  right: 45%;
}
.arrowbtn::before {
  content: "";
  position: absolute;
  top: 58%;
  translate: 0 -50%;
  width: 50px;
  background-color: #2d2d2d;
  height: 2px;
}
.left-btn::before {
  left: 30px;
}
.right-btn::before {
  right: 31px;
}

ul.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  list-style: none;
}
ul.slick-dots li {
  margin: 0 5px;
}
ul.slick-dots li button {
  padding: 5px;
  font-size: 0;
  border-radius: 50% !important;
  width: 10px;
  height: 10px !important;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}
ul.slick-dots li.slick-active button,
ul.slick-dots li button:hover {
  background-color: var(--color1) !important;
  border-color: var(--color1) !important;
}
/* slick dots end  */

/* download pdf start */

.download-box .img-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #bec0c5;
  border-radius: 20px;
  overflow: hidden;
}
.download-box .img-box img {
  transition: 0.3s ease all;
}
.download-box:hover .img-box img {
  scale: 1.1;
}
.download-box .text-box h4 {
  text-align: left;
  font: normal normal 500 20px/26px EB Garamond;
  letter-spacing: 0px;
  color: var(--color1);
  opacity: 1;
}
.download-box .text-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.download-box .text-box .elementor-button img {
  filter: brightness(10);
}
.download-box .text-box .elementor-button:hover img {
  filter: inherit;
}

/* download pdf end */

/* other box one css start */

.other-box-one .img-wrap {
  position: relative;
  overflow: hidden;
}
.other-box-one .img-wrap img {
  transition: all 0.4s ease;
}
.other-box-one .img-wrap .btn-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s ease;
}
.other-box-one:hover .img-wrap .btn-center {
  opacity: 1;
}
.other-box-one:hover .img-wrap img {
  transform: scale(1.05);
}
.other-box-one .content-box .date {
  font: normal normal 600 13px / 18px EB Garamond;
  letter-spacing: 1.6px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.other-box-one .content-box .title {
  font: normal normal 500 20px/28px EB Garamond;
  letter-spacing: 0px;
  color: var(--color1);
  margin-bottom: 10px;
}
/* other box one css start */

/* filter css start */
ul#project-filter-list {
  display: flex;
  justify-content: center;
  margin-bottom: 40px !important;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}
/* ul#project-filter-list li {
  margin: 0 10px;
}
ul#project-filter-list li .cats {
  font: normal normal bold 18px / 30px EB Garamond;
  letter-spacing: 0px;
  color: #292c2d;
  padding: 5px 15px;
  text-decoration: none;
} */
ul#project-filter-list li .cats.active {
  color: var(--color1);
}
/* filter css end */

/* portfolio css start  */

.other-box-two {
  background: #fafafa 0% 0% no-repeat padding-box;
  border-radius: 20px;
}
.other-box-two .text-box {
  padding: 30px;
}
.other-box-two h4 {
  text-align: left;
  font: normal normal 600 24px / 34px EB Garamond;
  letter-spacing: 0px;
  color: #101010;
  opacity: 1;
}
.other-box-two .videos-box video {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  min-height: 240px;
  object-fit: cover;
}

button.close-top-right,
button.close-top-right:hover,
button.close-top-right:focus,
button.close-top-right:focus-visible {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: transparent;
  border: 0;
  filter: invert(1);
  opacity: 1;
  border-radius: 0;
  box-shadow: none !important;
  outline: none;
  z-index: 9999;
}

/* services  */
.service-box {
}
.service-box .img-wrap {
  overflow: hidden;
  margin-bottom: 15px;
}
.service-box .img-wrap img {
  transition: 0.3s ease all;
}
.service-box:hover .img-wrap img {
  scale: 1.1;
}
.service-box .content-box {
  padding: 16px;
  position: relative;
}
.service-box .content-box::before,
.service-box .content-box::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(https://draftsite1.com/b16-construction/wp-content/uploads/2025/10/Group-10.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.service-box .content-box::before {
  top: 0;
  left: 0;
}
.service-box .content-box::after {
  bottom: 0;
  right: 0;
  scale: -1;
}
.service-box .content-box .service-name {
  text-align: center;
  font: normal normal 500 30px/40px EB Garamond;
  letter-spacing: 0px;
  color: #2d2d2d;
  opacity: 1;
  margin: 0;
}
.service-box .content-box .description {
  text-align: center;
  font: normal normal 500 18px / 28px EB Garamond;
  letter-spacing: 0px;
  color: #2d2d2d;
  opacity: 1;
  margin-top: 12px;
}
.center-box {
  height: 100% !important;
}
/* portfolio  */
.portfolio-filter {
  padding: 0;
  list-style-type: none;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.portfolio-filter li {
  padding: 7px;
  border: 2px solid var(--color3);
}
.portfolio-filter li a {
  padding: 7px 25px;
  border: 1px solid var(--color3);
  text-align: center;
  font: normal normal 500 22px/30px EB Garamond;
  letter-spacing: 0px;
  color: #2d2d2d;
  opacity: 1;
  display: inline-block;
}
.portfolio-filter li:hover,
.portfolio-filter li.active,
.portfolio-filter li:hover a,
.portfolio-filter li.active a {
  border-color: var(--color1);
  color: var(--color1);
}
.portfolio-box .img-wrap {
  position: relative;
}
.portfolio-box .img-wrap img {
  transition: 0.3s ease all;
}
.portfolio-box .img-wrap .elementor-button {
  transition: 0.3s ease all;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-color: #fff;
  color: #fff;
  font: normal normal 500 20px/28px EB Garamond;
}
.portfolio-box .img-wrap .elementor-button:hover {
  border-color: var(--color1);
}
.portfolio-box:hover .img-wrap .elementor-button {
  opacity: 1;
}
.portfolio-box:hover .img-wrap img {
  filter: brightness(0.5);
}
.portfolio-box .name {
  text-align: center;
  font: normal normal 500 30px/40px EB Garamond;
  letter-spacing: 0px;
  color: #2d2d2d;
  opacity: 1;
  margin: 0;
}

/* portfolio-details  */
.page-heading h1 {
  font-family: "EB Garamond", Sans-serif;
  font-weight: 500;
  text-align: center;
}
.page-heading p {
  text-align: center;
  font-family: "EB Garamond", Sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.portfolio-details {
  padding: 100px 0 100px;
  position: relative;
}
.portfolio-details .shape {
  position: absolute;
  top: 0;
  z-index: -1;
}
.portfolio-details .shape.shape-left {
  left: 0;
}
.portfolio-details .shape.shape-right {
  right: 0;
}
.portfolio-details .portfolio-text h1 {
  font-family: "EB Garamond", Sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.3em;
  color: var(--color1);
}
.portfolio-details .portfolio-text .location {
  text-align: left;
  font: normal normal 500 22px/30px EB Garamond;
  letter-spacing: 0px;
  color: #2d2d2d;
  margin-bottom: 10px;
}
.portfolio-details .portfolio-text .location span {
  width: 100px;
}

.call-us-text {
  color: #2d2d2d;
}

.contact-hm a {
  color: #2d2d2d;
}

/* contact form start */
.btn-stacked {
  color: #fff !important;
  background-color: transparent !important;
  border: solid 2px #fff !important;
  font-size: 20px !important;
}

.btn-stacked:hover {
  color: #a51a2d !important;
  background-color: #fff !important;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #959595;
  font-size: 17px;
  opacity: 1;
}
.wpcf7-response-output {
    color: #fff !important;
}

.wpcf7-not-valid-tip {
    color: #ffffff !important;  
}


img[src*="websential.png"] {
    margin-bottom: 6px !important; 
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border: none;
}
/* contact form end */
.service-slider  .owl-title {
  padding-top: 20px;
  position: relative;
  padding-bottom: 0px;
}
.service-slider .owl-title:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(https://draftsite1.com/b16-construction/wp-content/uploads/2025/10/Group-10.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  left: 0;
  top: 0;
}
.service-slider .eicon-chevron-left:before {
  content: '<' !important;
}
.service-slider .eicon-chevron-right:before {
  content: '>' !important;
}
.service-slider  .owl-subtitle {
  position: relative;
  padding-bottom: 25px;
}
h5.owl-subtitle:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(https://draftsite1.com/b16-construction/wp-content/uploads/2025/10/Group-10.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transform: rotate(180deg);
  right: 0;
  bottom: 0;
}
.service-slider .owl-nav {
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 80px;
  justify-content: center;
  margin: auto;
  left: 50%;
  transform: translate(-50%);
}
.service-slider .owl-nav:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 23px;
  width: 60px;
  height: 2px;
  background: #2d2d2d;
}
.service-slider  .item .owl-thumb {
  overflow: hidden;
}
.service-slider .item .owl-thumb img {
transition: all 0.4s ease;
}
.service-slider .item:hover .owl-thumb img {
 transform: scale(1.05);
}
ul.slick-dots {
  padding-left: 0 !important;
}
@media (min-width: 1199px) {
  .container,
  .container-xxl {
    max-width: 85% !important;
    width: 85%;
  }
}
@media only screen and (max-width: 1024px) {
  .portfolio-details .shape.shape-left,
  .portfolio-details .shape.shape-right {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  h3.cat-color {
    font-size: 18px !important;
  }
  .sidebar-box {
    padding: 10px;
  }
  .blog-content h2 {
    font-size: 24px !important;
  }
  .read-more-btn {
    font-size: 14px !important;
    padding: 8px 20px !important;
    border-radius: 7px !important;
  }
  .article-detail {
    padding: 30px 0;
  }

  /* banner responsive css  start */
  .hero-banner .carousel-caption h3 {
    font-size: 24px;
    line-height: 30px;
  }
  /* banner responsive css  end */

  .arrowbtn {
    width: 30px;
    height: 30px;
  }

  ul#project-filter-list li .cats {
    font-size: 16px;
    padding: 5px 4px;
  }

  .portfolio-info .title {
    font-size: 18px;
    line-height: 23px;
  }

  .other-box-two h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .common-cta-text {
    position: inherit !important;
    translate: inherit !important;
  }
  .arrowbtn::before {
    display: none !important;
  }
  .portfolio-details .portfolio-text h1 {
    font-size: 32px;
  }
  .portfolio-details {
    padding: 50px 0 80px;
  }
  .portfolio-box .name {
    font: normal normal 500 24px/32px EB Garamond;
    margin-bottom: 25px;
  }
  .portfolio-filter li a {
    font: normal normal 500 18px/20px EB Garamond;
    padding: 5px 10px;
  }
  .portfolio-filter {
    gap: 5px;
  }
  .portfolio-filter li {
    padding: 5px;
  }
}
