@font-face {
  font-family: PoppinsReguler;
  src:url("../../fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: Monoton;
  src:url("../../fonts/Monoton-Regular.ttf");
}

/* @font-face {
  font-family: EduAUVICWANTPre;
  src:url("../../fonts/EduAUVICWANTPre-VariableFont_wght.ttf");
} */

@font-face {
  font-family: Oswald-Regular;
  src:url("../../fonts/Oswald/static/Oswald-Regular.ttf");
}

@font-face {
  font-family: Oswald-Medium;
  src:url("../../fonts/Oswald/static/Oswald-Medium.ttf");
}

@font-face {
  font-family: Oswald-Bold;
  src:url("../../fonts/Oswald/static/Oswald-Bold.ttf");
}


:root {
  --dark: #282F34;
  --light: #969595;
  --white: #FFFFFF;
  --primary: #d79e29;
  --secondary:#2b2121;
  --hoverprim: #02e3e3;
  --hoversec: #6f8290;
  --green: #9cbb78;
}

/* common */
*{
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  font-family: Oswald-Regular;
}
a, a:hover, a:focus{
  color: #212529;
  box-shadow: none !important;
}
.text-primary{
  color: var(--primary) !important;
}
.text-secondary{
  color: var(--secondary) !important;
}
.text-light{
  color: var(--light) !important;
}
.text-green{
  color: var(--green) !important;
}
.btn-primary, .btn-primary:hover,
.btn-primary:focus, .btn-primary:active,
.btn-primary:disabled, 
.btn-primary:active:focus:not(:disabled):not(.disabled){
  border: 0;
  z-index: 1;
  outline: 0;
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
  border-radius: 8px;
  padding: 13px 28px;
  position: relative;
  color: var(--white);
  transition: 0.2s ease;
  text-transform: capitalize;
  border-color: var(--primary);
  /*background: var(--primary);*/
  background: teal;
  box-shadow: 0 0 20px rgba(0, 0, 0, .11);
}
.btn-primary:hover {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  box-shadow: 0 0 30px rgba(0,0,0,.2);
  background-color: var(--secondary) !important;
}
.btn-secondary, .btn-secondary:hover,
.btn-secondary:focus, .btn-secondary:active,
.btn-secondary:disabled, 
.btn-secondary:active:focus:not(:disabled):not(.disabled){
  border: 0;
  z-index: 1;
  outline: 0;
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
  border-radius: 8px;
  padding: 13px 28px;
  position: relative;
  color: var(--white);
  transition: 0.2s ease;
  text-transform: capitalize;
  border-color: var(--secondary);
  background: var(--secondary);
  box-shadow: 0 0 20px rgba(0, 0, 0, .11);
}
.btn-secondary:hover {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  box-shadow: 0 0 30px rgba(0,0,0,.2);
  background-color: var(--primary) !important;
}
.btn-lg{
  font-size: 18px !important;
  height: 80px !important;
  line-height: 80px !important;
  padding: 0 80px !important;
}
.btn-yellow{
  color: var(--secondary) !important;
  background-color: var(--primary) !important;
}
.btn-yellow:hover{
  background-color: var(--white) !important; 
}
.btn-green{
  color: var(--white) !important;
  border-color: var(--green) !important;
  background-color: var(--green) !important;
}
.title-brand{
  font-size: 50px;
  font-weight: 500;
  font-family: Monoton;
}
.main{
  margin-top: 95px;
}
.scroll-top{
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 995;
  width: 40px;
  height: 40px;
  position: fixed;
  visibility: hidden;
  border-radius: 40px;
  transition: all 0.4s;
  background: var(--primary);
}
.scroll-top.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 576px) {}

/* header */
.navbar-custom{
  background-color: #FFFFFF;
}
.navbar-custom .brand-img{
  width: 100%;
  height: 70px;
}
.navbar-custom .nav-item .nav-link:hover{
  color: rgba(0,0,0,1);
}
.navbar-custom .nav-item .nav-link.active{
  /*color: var(--primary);*/
  color: #003366;
  font-weight: 600;
}
.navbar-custom .drop-toggle{
  position: relative;
  display: inline-block;
}
.navbar-custom .drop-menu{
  min-width: 180%;
  background: #f2f2f2;
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
}
.navbar-custom .drop-toggle:hover .drop-menu{
  display: block;
  list-style: none;
  padding: 10px 0px 10px 0px;
}
.navbar-custom .drop-list a{
  text-decoration: none;
  padding: 7px 0px 7px 0px;
}

/* footer */
#footer{
  color: var(--secondary);
  background-color: #FFFFFF;
}
#footer .comp-info .link-content a{
  transition: .7s;
}
#footer .comp-info .link-content a:hover{
  letter-spacing: 2px;
}
#footer .contact-content h3 {
  position: relative;
}
#footer .contact-content h3::after {
  left: 0;
  bottom: 0;
  width: 50px;
  content: "";
  position: absolute;
  border: 3px solid var(--primary);
  background-color: var(--primary);
}
#footer .contact-content .addr-two,
#footer .contact-content .addr-three {
  padding-left: 8px;  
}
/* #footer .all-rights{
  background-color: #ececec;
} */

/* landing */
#landing{
  width: 100%;
}
#landing .carousel-caption{
  top: 50%;
  left: 4%;
  width: 40%;
}
#landing .carousel-caption h4{
  color: #fff;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  padding: 30px 30px;
  letter-spacing: 2px;
  box-sizing: border-box;
  backdrop-filter: blur(9px);
  background: rgba(9,9,9,.2);
  border-radius: 25px 5px 25px 5px;
  border: 3px solid var(--primary);
}

/* expertise */
#expertise{
  width: 100%;
  /* background: var(--white); */
  background: #003366;
}
#expertise .container{
  padding-top: 30px;
  padding-bottom: 20px;
}
#expertise .expertise-block{
  padding: 20px 20px 20px 20px;
}
#expertise .expertise-block .flip-card {
  width: 240px;
  height: 240px;
  perspective: 1000px;
  border-radius: 10px;
  border: 1px solid var(--white);
  background-color: transparent;
}
#expertise .expertise-block .flip-card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  border-radius: 10px;
  border: 1px solid var(--white);
  transition: transform 0.6s;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
#expertise .expertise-block .flip-card:focus {
  outline: 0;
}
#expertise .expertise-block .flip-card:hover .flip-card-inner,
#expertise .expertise-block .flip-card:focus .flip-card-inner{
  transform: rotateY(180deg);
}
#expertise .expertise-block .flip-card-front,
#expertise .expertise-block .flip-card-back {
  width: 100%;
  height: 100%;
  position: absolute;
}
#expertise .expertise-block .flip-card-front img{
  width: 105px;
  height: 105px;
}
#expertise .expertise-block .flip-card-front {
  z-index: 2;
  color: black;
  border-radius: 10px;
  background: var(--white);
  padding: 30px 15px 10px 15px;
  border: 1px solid var(--white);
}
#expertise .expertise-block .flip-card-back {
  z-index: 1;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transform: rotateY(180deg);
  background: var(--secondary);
  padding: 10px 15px 10px 15px;
  border: 1px solid var(--primary);
}

/* how-it-works */
#how-it-works {
  width: 100%;
	background-color: #FFF8E6;
}
#how-it-works .container{
  padding-top: 30px;
  padding-bottom: 30px;
}
#how-it-works .work-block{
  padding: 20px 20px 20px 20px;
}
#how-it-works .work-img{
  text-align: center;
  padding: 20px 50px 20px 50px;
}
#how-it-works .work-img img{
  height: 80%;
}
#how-it-works .work-body{
  text-align: justify;
  border-radius: 10px;
  background: #FFFFFF;
  padding: 20px 10px 20px 10px;
  
}
#how-it-works .swiper-button-prev,  
#how-it-works .swiper-button-next{
  top: 35%;
  width: 30px;
  height: 15px;
  padding: 15px 5px;
  border-radius: 20px;
  background-size: 10px 16px;
  background-color: var(--primary);
}
@media (min-width: 992px) {}
@media (max-width: 576px) {
  #how-it-works .work-img{
    padding: 10px 25px 10px 25px;
  }
  #how-it-works .swiper-button-prev,  
  #how-it-works .swiper-button-next{
    top: 25%;
  }
  #how-it-works .swiper-button-prev{
    left: 0px;
  }
  #how-it-works .swiper-button-next{
    right: 0px;
  }
}  

/* why choose */
#why-choose{
  width: 100%;
  background: url("../../../images/why-choose/backgroud.png");
}
#why-choose .container{
  padding-top: 30px;
  padding-bottom: 20px;
}
#why-choose .choose-block{
  padding: 20px 20px 20px 20px;
}
#why-choose .choose-content{
  height: 193px;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  margin: 15px 10px;
  padding: 20px 15px 15px 15px;
  box-shadow: 0 35px 30px 0 rgba(0,0,0,.06);
}
#why-choose .choose-content img{
  width: 70px;
}

/* packages */
#packages{
  background: rgb(250, 250, 250) none repeat scroll 0% 0%;
}
#packages .container{
  padding-top: 30px;
  padding-bottom: 20px;
}
#packages .package-block{
  background-color: #fff;
  margin: 20px 10px 20px 10px;
  padding: 5px 15px 15px 15px;
  box-shadow: 0 0 20px rgb(0 0 0 / 7%); 
}
#packages .acc-header{
  padding: 10px 10px 10px 10px;
}
#packages .acc-header img{
  width: 90px;
  padding: 10px 10px 10px 10px;
}
#packages .acc-header h5{
  font-weight: 600;
  padding: 0px 0px 0px 15px;
}
#packages .accordion-item{
  border: unset;
  border-top: 1px solid rgba(0,0,0,.125);
}
#packages .accordion-button:not(.collapsed){
  color: unset;
  background-color: unset;
  box-shadow: unset;
}
#packages .accordion-button:focus{
  border-color: unset;
  box-shadow: unset;
}
#packages .list-group-item{
  border: unset;
}

/* faq */
#faq {
  width: 100%;
	background-color: #F5F5F5;
}
#faq .container{
  padding-top: 30px;
  padding-bottom: 20px;
}
#faq .faq-block{
  padding: 30px 40px;
  border-radius: 15px;
  background-color: rgba(0,0,0,0.7);
}
#faq .faq-block .accordion-item,
#faq .faq-block .accordion-header,
#faq .faq-block .accordion-button,
#faq .faq-block .accordion-collapse,
#faq .faq-block .accordion-body{
  background-color: transparent
}
#faq .faq-block .accordion-header,
#faq .faq-block .accordion-button{
  color: var(--primary);
}
#faq .faq-block .accordion-collapse,
#faq .faq-block .accordion-body{
  color: var(--white);
}
#faq .accordion-item{
  border: unset;
  border-top: 1px solid rgba(0,0,0,.125);
}
#faq .accordion-button:not(.collapsed){
  color: unset;
  background-color: unset;
  box-shadow: unset;
}
#faq .accordion-button::after{
  display: none;
}
#faq .accordion-button:focus{
  border-color: unset;
  box-shadow: unset;
}
#faq .list-group-item{
  border: unset;
}

/* brands */
#brands {
  width: 100%;
	background: url("../../../images/why-choose/backgroud.png");
}
#brands .container{
  padding-top: 30px;
  padding-bottom: 30px;
}
#brands .swiper-block{
  padding: 25px 15px 25px 15px;
}
#brands .swiper-container{
  padding: 25px 20px;
}

/* testimonials */
#testimonials {
  width: 100%;
	background-color: #fff;
}
#testimonials .container{
  padding-top: 30px;
  padding-bottom: 20px;
}
#testimonials .swiper-block{
  padding: 20px 15px 20px 15px;
}
#testimonials .slider-container {
	position: relative;
}
#testimonials .swiper-container {
	position: static;
	width: 86%;
	text-align: center;
}
#testimonials .swiper-button-prev:focus,
#testimonials .swiper-button-next:focus {
	outline: none;
}
#testimonials .swiper-button-prev {
	left: -12px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}
#testimonials .swiper-button-next {
	right: -12px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}
#testimonials .card {
	border: none;
  position: relative;
  padding: 10px 10px 10px 10px;
	background-color: transparent;
}
#testimonials .card-image {
	width: 80px;
	height: 80px;
	margin-right: auto;
	margin-bottom: 1.25rem;
	margin-left: auto;
	border-radius: 50%;
}
#testimonials .card-body {
	padding: 0;
}
#testimonials .testimonial-text {
	margin-bottom: 1rem;
}
#testimonials .testimonial-author {
	margin-bottom: 0;
	color: #181c3b;
  font-weight: 500;
}
@media (min-width: 1200px) {
  #testimonials .swiper-container {
    width: 96%;
  }
  #testimonials .swiper-button-prev {
    left: -28px;
  }
  #testimonials .swiper-button-next {
    right: -28px;
  }
}
@media (min-width: 992px) {
  #testimonials .swiper-container {
    width: 92%;
  }
  #testimonials .swiper-button-prev {
    left: -16px;
    width: 22px;
    background-size: 22px 34px;
  }
  #testimonials .swiper-button-next {
    right: -16px;
    width: 22px;
    background-size: 22px 34px;
  }
}

/* consultation */
#consultation{
  width: 100%;
  /* background-color: #F5F5F5; */
  background: #f4f6e4;
}
#consultation .container{
  padding-top: 30px;
  padding-bottom: 20px;
}

#consultation .container > .row{
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
#consultation .consult-block{
  padding: 15px 10px 15px 10px;
}
#consultation .video-block iframe{
  width: 100%;
  height: 280px;
  border-radius: 15px;
}

/* recent works */
#recent-work{
  width: 100%;
  background-color: #FFFFFF;
}
#recent-work .container{
  padding-top: 30px;
  padding-bottom: 30px;
}
#recent-work .work-content{
  padding: 15px 10px 15px 10px;
}
#recent-work .img-content img{
  border-radius: 15px;
}
#recent-work .info-content{
  border-radius: 15px;
  padding: 15px 10px 15px 10px;
  box-shadow: 0 0 20px rgba(0,0,0,.1);
}
#recent-work .info-content .col-6:nth-child(1),
#recent-work .info-content .col-6:nth-child(3){
  border-right: 1px solid var(--light);
}
#recent-work .info-content .recent-btn{
  background-color: #fdc315;
  border: 1px solid #fdc315;
}

/* about */
#about{
  width: 100%;
  background: #FFFFFF;
}
#about .container{
  padding-top: 30px;
  padding-bottom: 30px;
}
#about .about-block{
  padding: 0px 10px 20px 10px;
}
#about .about-img,
#about .about-content{
  padding: 15px 10px 15px 10px;
}
#about .about-img img{
  width: 100%;
  height: 310px;
  border-radius: 15px;
}
#about .about-video iframe{
  width: 100%;
  height: 280px;
  border-radius: 15px;
}
#about .about-content p{
  font-size: 13px;
  line-height: 28px;
  text-align: justify;
}

/* contact form */
#contact-form{
  width: 100%;
  background: #FFFFFF;
}
#contact-form .container{
  padding-top: 30px;
  padding-bottom: 30px;
}
#contact-form .form-block{
  border-radius: 25px;
  background: #F5F5F5;
  padding: 25px 10px 25px 10px;
}

/* contact info */
#contact-info{
  width: 100%;
  background: #003366;
  color: white;
}
#contact-info .container{
  padding-top: 30px;
  padding-bottom: 30px;
}
#contact-info .info-content{
  padding: 25px 10px 25px 10px;
}
#contact-info .map-content{
  background: #F5F5F5;
}
#contact-info .map-content iframe{
  width: 100%;
  height: 400px;
}

/* construction types */
#const-types{
  width: 100%;
  background: url("../../../images/why-choose/backgroud.png");
}
#const-types .container{
  padding-top: 30px;
  padding-bottom: 30px;
}
#const-types .const-block{
  padding: 20px 10px 20px 10px;
}
#const-types .const-image img{
  width: 100%;
  height: 450px;
  border-radius: 15px;
}
#const-types .const-content{
  position: relative;
  border-radius: 15px;
  text-align: justify;
  margin: -40px 15px 5px 15px;
  padding: 15px 10px 15px 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
}

/* greenhome landing */
#greenhome-landing{
  width: 100%;
  background: url("../../../images/green-home/green-city.jpg") center center no-repeat;
  background-size: cover;  
}
#greenhome-landing .container{
  padding-top: 30px;
  padding-bottom: 30px; 
}
#greenhome-landing .lt-content{
  padding-top: 25px;
  padding-bottom: 25px; 
}
#greenhome-landing .rt-content{
  padding: 25px 55px 25px 55px;
}
#greenhome-landing .rt-content img{
  border-radius: 5px;
  box-shadow: 0 35px 30px 0 rgba(0,0,0,.06);
}

/* greenhome necessity */
#greenhome-necessity{
  width: 100%;
  background-color:var(--white); 
}
#greenhome-necessity .container{
  padding-top: 30px;
  padding-bottom: 20px;
}
#greenhome-necessity .necessity-content{
  padding: 20px 25px 20px 25px;
}

/* greenhome how */
#greenhome-how{
  width: 100%;
  background: var(--white);
}
#greenhome-how .container{
  padding-top: 30px;
  padding-bottom: 20px;
}
#greenhome-how .how-block{
  padding: 20px 20px 20px 20px;
}
#greenhome-how .how-content{
  padding: 20px 20px;
}

/* greenhome why */
#greenhome-why{
  width: 100%;
  color: var(--white);
  background: url("../../../images/green-home/green-green.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#greenhome-why .container{
  padding-top: 30px;
  padding-bottom: 20px;
}
#greenhome-why .why-block{
  padding: 20px 20px 20px 20px;
}
#greenhome-why .why-content{
  height: 193px;
  text-align: left;
  padding: 20px 20px;
}
#greenhome-why .why-content img{
  width: 70px;
}



#architects{
  width: 100%;
  color: var(--white);
  background: url("../../../images/architecture/architects.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#greenhome-why .container{
  padding-top: 30px;
  padding-bottom: 20px;
}
#greenhome-why .why-block{
  padding: 20px 20px 20px 20px;
}
#greenhome-why .why-content{
  height: 193px;
  text-align: left;
  padding: 20px 20px;
}
#greenhome-why .why-content img{
  width: 70px;
}

#projects{
  width: 100%;
  color: var(--white);
  background: url("../../../images/projects/projects_1.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#greenhome-why .container{
  padding-top: 30px;
  padding-bottom: 20px;
}
#greenhome-why .why-block{
  padding: 20px 20px 20px 20px;
}
#greenhome-why .why-content{
  height: 193px;
  text-align: left;
  padding: 20px 20px;
}
#greenhome-why .why-content img{
  width: 70px;
}




#aboutus{
  width: 100%;
  color: var(--white);
  background: url("../../../images/about/about_us.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#greenhome-why .container{
  padding-top: 30px;
  padding-bottom: 20px;
}
#greenhome-why .why-block{
  padding: 20px 20px 20px 20px;
}
#greenhome-why .why-content{
  height: 193px;
  text-align: left;
  padding: 20px 20px;
}
#greenhome-why .why-content img{
  width: 70px;
}


#contactus{
  width: 100%;
  color: var(--white);
  background: url("../../../images/contact/contact2.png") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#contactus::before{
  background-color: rgba(0, 0, 0, 0.8); /* Black color with 80% opacity */
    z-index: -1; /* Place the overlay behind text but above the video */
    content: "";
    position: absolute;
}

#greenhome-why .container{
  padding-top: 30px;
  padding-bottom: 20px;
}
#greenhome-why .why-block{
  padding: 20px 20px 20px 20px;
}
#greenhome-why .why-content{
  height: 193px;
  text-align: left;
  padding: 20px 20px;
}
#greenhome-why .why-content img{
  width: 70px;
}

#home1{
  width: 100%;
  color: var(--white);
  background: url("../../../images/home1/home1.png") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#greenhome-why .container{
  padding-top: 30px;
  padding-bottom: 20px;
}
#greenhome-why .why-block{
  padding: 20px 20px 20px 20px;
}
#greenhome-why .why-content{
  height: 193px;
  text-align: left;
  padding: 20px 20px;
}
#greenhome-why .why-content img{
  width: 70px;
}

#home1 .swiper-slide .work-body{
     color: black;
    background: #fbfbfb;
    opacity: 0.8;
    padding: 10px;
    margin: 10px
}

#construction1{
  width: 100%;
  color: var(--white);
  background: url("../../../images/3d-geometric.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#greenhome-why .container{
  padding-top: 30px;
  padding-bottom: 20px;
}
#greenhome-why .why-block{
  padding: 20px 20px 20px 20px;
}
#greenhome-why .why-content{
  height: 193px;
  text-align: left;
  padding: 20px 20px;
}
#greenhome-why .why-content img{
  width: 70px;
}

#architecture1{
  width: 100%;
  color: var(--white);
  background: url("../../../images/curve.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#greenhome-why .container{
  padding-top: 30px;
  padding-bottom: 20px;
}
#greenhome-why .why-block{
  padding: 20px 20px 20px 20px;
}
#greenhome-why .why-content{
  height: 193px;
  text-align: left;
  padding: 20px 20px;
}
#greenhome-why .why-content img{
  width: 70px;
}




#construction{
  width: 100%;
  color: var(--white);
  background: url("../../../images/construction/construct.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#greenhome-why .container{
  padding-top: 30px;
  padding-bottom: 20px;
}
#greenhome-why .why-block{
  padding: 20px 20px 20px 20px;
}
#greenhome-why .why-content{
  height: 193px;
  text-align: left;
  padding: 20px 20px;
}
#greenhome-why .why-content img{
  width: 70px;
}

/* greenhome consultation */
#greenhome-consult{
  width: 100%;
  background: url("../../../images/green-home/green-consult.png") center center no-repeat;
  background-size: cover;
}
#greenhome-consult .container{
  padding-top: 30px;
  padding-bottom: 20px;
}
#greenhome-consult .consult-block{
  padding: 15px 10px 15px 10px;
}



/* quote */
/* #quote{
  width: 100%;
  color: #000;
  background-color: var(--primary);
}
#quote .container{
  padding-top: 30px;
  padding-bottom: 20px;
}
#quote .quote-content{
  padding: 15px 10px 15px 10px;
} */


#testimonials .card-image{
  background: grey;
}

.navbar-light .navbar-nav a.nav-link{
  color: black;
}

.font-size-18{
  font-size: 18px;
}


/* Section Styling */
#horizontal-timeline {
  background-color: #f8f9fa;
  padding: 60px 0;
}

/* Container Styling */
.container {
  max-width: 100%;
  padding: 0 20px;
}

/* Timeline Container */
.timeline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; /* Allows wrapping on smaller screens */
  max-width: 1200px;
  margin: 0 auto;
}

/* Timeline Item Styling */
.timeline-item {
  text-align: center;
  width: 23%; /* Gives each item a good width for large screens */
  margin: 0 10px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: relative;
}

/* Timestamp Icon Styling */
.timestamp {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  position: absolute;
  top: -80px; /* Positions the icon above the content */
  left: 50%;
  transform: translateX(-50%);
}

.timestamp img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}

/* Content Styling */
.content {
  padding: 0 10px;
}

.content h5 {
  /* font-size: 1.2rem; */
  font-weight: bold;
  /* color: #007bff; */
  margin-bottom: 10px;
}

.content p {
  font-size: 0.9rem;
  color: #555;
}

/* Responsive Adjustments */
@media screen and (max-width: 768px) {
  .timeline {
    flex-direction: column; /* Stack the timeline items on smaller screens */
    align-items: center;
  }

  .timeline-item {
    width: 90%; /* Make items full width on smaller screens */
    margin-bottom: 20px;
  }

  .timestamp {
    top: -40px;
    left: 10%;
  }

  .timestamp{
    position: relative;
    margin: 0 auto;
  }
}


#footer, #footer a {
  background-color: #003366;
  color: white!important;
}

.comp-info .link-content a {
  color: white;
  text-decoration: none;
}

.comp-info .link-content a:hover {
  text-decoration: underline;
}


#footer .content p {
  /* font-size: 0.9rem; */
  color: white;
}

.font-weight-bold{
  font-weight: 700;
}

.separator {
  width: 100%;
  height: 2px;
  background: teal;
  margin: 20px 0;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .separator {
    height: 1px;
    margin: 15px 0;
  }
}

.about-block-bg {
  background-image: url('../../../images/about/about-us-4.avif');
  background-size: cover; 
  background-repeat: no-repeat; 
  display: flex; 
  position: relative; 
  padding: 20px;
}

@media (max-width: 768px) { /* Adjust max-width as needed */
  .about-block-bg {
    background-size: cover; /* Ensures the image scales to fill */
    background-position: center center; /* Center the image horizontally and vertically */
  }
}


.about-block-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); 
  z-index: 1;
}

.about-content-text {
  position: relative; 
  z-index: 2; 
  color: #fff; 
  /* text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);  */
  /* max-width: 800px; */
  padding: 20px;
  text-align: justify;
}
