/* CSS Document */
.home-banner {
  position: relative;
  overflow: hidden;
  height: 88vh;
  min-height: 580px;
  padding: 0;
  background-color: #000;
}
.home-banner .slider-wrapper {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: .95;
}	
.home-banner .slider-wrapper .slick-slide .slick-bnn {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  min-height: 580px;
  height: 100vh;
  background-color: #000;
}
.home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax {
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70%;
  opacity: .8;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+20,0+20,0.65+80,0.95+100 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.65) 80%,rgba(0,0,0,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax iframe {
  position: absolute;
  height: 56vw;
  width: 100%;
}
@media (max-width: 1500px) {
  .home-banner .slider-wrapper .slick-slide .slick-bnn  span.parallax iframe {
    height: 100%;
    width: 410%;
    left: 50%;
    transform: translate(-50%,0);
  }
}
.home-banner .text-content {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 50px;
  opacity: 0;
  text-align: left;
  max-width: 100%;
  padding: 0 40px;
}
.home-banner.ready .text-content {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.home-banner .text-content h1 {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home-banner .text-content p {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 20px;
}

@media (max-width: 1200px) {}
@media (max-width: 991px) {
  .home-banner .text-content h1 { font-size: 34px }
}
@media (max-width: 768px) {
  .home-banner .text-content h1 { font-size: 28px }
}
/*=========================================== Banner contact ==============================================*/

.form-overlay {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 5;
  max-width: 350px;
  width: 100%;
  justify-self: end;
  padding: 0;
}

.appointment-box {
  background: rgba(255, 255, 255, 0.95);
  padding: 25px 20px;
  padding-bottom: 0px;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  background: rgba(229, 231, 230, 0.70);
  backdrop-filter: blur(4px);
  /* height: 630px; */
}

.appointment-box h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
  color: #222;
  display: flex;
  align-items: center;
  gap: 8px;
}

.appointment-form input,
.appointment-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  font-size: 14px;
  border: 1px solid #999;
  border-radius: 6px;
  font-family: inherit;
  background: #fff;
}

.appointment-form button {
  width: 100%;
  padding: 14px;
  font-size: 15px;
  background: #2d7bd1;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.appointment-form button i {
  margin-right: 8px;
}

.appointment-form button:hover {
  background: #1d5fb4;
}
@media (max-width: 991px) {
  .form-overlay {
    display: none;
  }
}
@media (max-width: 768px) {
  .form-overlay {
    position: relative;
    margin: 20px auto;
    padding: 0 15px;
    z-index: 43;
  }

  .appointment-box {
    border-radius: 12px;
  }

  .appointment-box h3 {
    font-size: 20px;
    text-align: center;
    justify-content: center;
  }
}

.formHead {
  background: #2C2C34; 
  padding: 15px 20px;
  border-radius: 20px 20px 0 0;
  margin: -25px -20px 20px -20px;  
}

.formHead h3 {
  margin: 0;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  justify-content: center;
}
/*=========================================== Awards SECTION ==============================================*/

.award-section {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
}

.award-left {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  background-color: #F54;
  box-sizing: border-box;
}

.award-content {
  color: #fff;
  padding-left: 50px;
  flex: 1;
}

.award-content h4 {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
}

.award-content h3 {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
}

.award-badge {
  background: #fff;
  border-radius: 50%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  min-width: 120px;
  min-height: 120px;
  margin-right: 40px;
}

.award-badge img {
  max-width: 120px;
  height: auto;
  display: block;
}

.award-right {
  flex: 1 1 50%;
}

.award-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 991px) {
  .award-section {
    flex-direction: column;
  }

  .award-left,
  .award-right {
    width: 100%;
    padding: 20px;
    justify-content: center;
    text-align: center;
    min-height: 200px;
  }
  .award-right {
    padding: 0
  }

  .award-badge {
    margin-top: 20px;
  }

  .award-right img {
    height: auto;
  }

  .award-left {
    flex-direction: column;
  }

  .award-content {
    padding-left: 0; 
  }
}





/*=========================================== Services SECTION ==============================================*/

.servicesHome.alt-layout {
  position: relative;
  padding: 120px 20px;
  text-align: center;
  color: #fff;
  background-image: url(http://candsconstructiongroup.d09.colophonhosting.com/wp-content/uploads/2025/04/ourServices-bnn-.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.servicesHome.alt-layout::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 44, 52, 0.8);
  z-index: 0;
}
.servicesHome.alt-layout > * {
  position: relative;
  z-index: 1;
}
.servicesHome.alt-layout .container {
  max-width: 1200px;
  margin: 0 auto;
}
.servicesHome.alt-layout .h1-style {
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.services-grid {
  display: flex;
  gap: 30px;
}
.service-box {
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 12px;
  padding: 20px;
  text-align: left;
  background: transparent;
  color: #fff;
  max-width: 412px;
  display: flex;
  gap: 15px;
  align-items: center;
  transition: border 0.3s ease;
}
.service-box:hover,
.service-box:focus {
  color: #fff;
}
.service-box i {
  font-size: 36px;
  min-width: 48px;
}
.service-box h3 {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.6px;
}
.service-box:hover {
  border-color: #fff;
}
.service-box.highlight {
  
}
.cta-button {
  margin-top: 40px;
}
.btn-learn {
  background: #9A8A78;
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  display: inline-block;
  text-decoration: none;
}

.info span {
  color: var(--color-3, #9A8A78);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.left-right-section .info h2{color: var(--color-2, #2C2C34);font-family: "Montserrat", sans-serif;font-size: 30px;font-style: normal;font-weight: 700;line-height: normal;margin-top: 0;}

.left-right-section .info p {
  color: var(--color-2, #2C2C34);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.left-right-section .bnn {
  
  min-height: 683px;
}