:root {
    --primary-color: #1a1a1a;
    --accent-color: #f8f9fa;
    --secondary-color: #2a343a;
}

body {
  font-family: "Outfit", sans-serif;
  color: #000;
  line-height: 30px;
  font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #000;
    line-height: 50px;
}
h3, h4, h5, h6{
    line-height: 30px;
}

.lh-2 {
    line-height: 25px !important;
}

a{
    color: #000;
    text-decoration: none;
    align-items: center;
}
.py-8{
    padding: 80px 0;
}
.pt-8{
    padding-top: 80px;
}
.mt-8{
    margin-top: 80px;
}
.bg-light{
    background-color: #f2f2f2 !important;
}

.mt-n30 {
  margin-top: -30px !important;
}

.w-mx-content{
    width: max-content;
}
.list-unstyled{
    padding-left: 30px;
}








header {
    background: rgba(0, 0, 0, 0.52);
    backdrop-filter: blur(20px);
    position: fixed;
    width: 100%;
    z-index: 99;
}
header .header-logo{
    width: 100px;
}

header .navbar-toggler{
    background-color: #fff;
}

.navbar-nav li.nav-item{
    margin: 0 15px;
}
.nav-item.dropdown{
    position: relative;
}
.dropdown-menu{
    position: absolute;
    top: 40px;
}
.dropdonw-menu li{
    line-height: 10px;
}
/* Multilevel Dropdown Styles */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    position: relative;
    top: 0;
    left: 100%;
    margin-top: -1px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
dropdown-submenu .fa-caret-down:before{
    font-size: 22px;
}
.dropdown-item:hover {
    background-color: #000;
    color: #fff;
}



.dropdown-item {
    padding: 5px 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


.dropdown-arrow, .submenu-arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
}

.dropdown-submenu .dropdown-toggle .submenu-arrow {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.dropdown-submenu.show .dropdown-toggle .submenu-arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}



/* Submenu toggle button styling */
.navbar .submenu-toggle {
    background: transparent;
    border: 0;
    color: #fff;
    padding: 0 .25rem;
    font-size: 0.9rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 16px;
}

.navbar .dropdown-submenu .submenu-toggle{
    color: #000;
}
.navbar .dropdown-submenu:hover .submenu-toggle{
    color: #fff;
}
.dropdown-item:hover .submenu-toggle{
    color: #fff;
}


/* On small screens make dropdowns flow rather than overlap */
@media (max-width: 991.98px) {
    
}


.nav-link{
    font-weight: 600;
    color: #fff;
    padding: ;
}
.nav-link:hover {
    color: #fff !important;
}

.btn{
    padding: 10px 30px;
    font-weight: 700;
    font-size: 20px;
    color: var(--primary-color);
    text-decoration: none;
    align-items: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-color: white;
}
.btn-secondary{
    background-color: #000;
    color: white;
}
.btn-secondary:hover{
    background-color: #fff;
    color: #000;
}

.btn-phone:hover {
    background-color: var(--primary-color);
    color: white;
}

.hero-section {
    background: url(../img/home-hero-bg.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 100px;
}

.hero-section .content-area{
    padding: 230px 0;
}
.hero-section .content-area h1 {
    font-size: 4.5vw;
  	line-height: 1.2;
  	text-transform: uppercase;
  	font-weight: 800;
  	font-family: Outfit;
  	color: #fff;
  	text-align: left;
  	display: inline-block;
  	text-shadow: 2px 0 0 #000, 0 2px 0 #000, -2px 0 0 #000, 0 -2px 0 #000;
}
.hero-section .content-area h1 span{
  	font-size: 4vw;
}




.title-area {
    background: url(../img/home-hero-bg.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 100px;
}
.title-area .content-area{
    padding: 150px 0;
}
.title-area .content-area h1, .title-area .content-area h4, .title-area .content-area h4 a {
    color: #fff;
    text-shadow: 0px 15px 10px rgba(0, 0, 0, 0.25);
}

.title-area .btn-phone{
    display: flex;
    gap: 10px;
    align-items: center;
}


ul.roof li{
    align-items: center;
    margin-bottom: 5px;
}
ul.roof li::before {
    content: url(../img/home/list-icon.png);
    margin-right: 10px;
    margin-left: -20px;
}


.stats-icon {
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}


.customer-avatars {
    display: flex;
}

.customer-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid white;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.carousel-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.stahl-usp{
    background-image: url('../img/home/bg-usp.png');
    background-size: cover;
    background-position: center;
}

.home-materials{
    background: linear-gradient(to bottom, #f2f2f2 60%, #fff 40%);
}
.home-materials .owl-carousel .owl-dots{
    display: none;
}
.home-materials .owl-carousel .owl-nav{
    position: absolute;
    top: -50px;
    right: 0;
    font-weight: 800;
}
.home-materials .owl-carousel p{
    margin-bottom: 0;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    margin: 0 5px;
}

.cta{
    background-image: url('../img/home/cta-bg.png');
}


/* work-gallery */

.work-gallery .nav-tabs{
  margin-bottom: 40px;
  border-bottom: none !important;
  gap: 30px;
}
.work-gallery .nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: 0 0;
  border-radius: 24.5px;
  border: 2px solid #D9D9D9;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  padding: 0px 40px;
  height: 48px;
}
.work-gallery .nav-link.active {
  color:#fff !important;
  background-color: #000 !important;
  border-color: #D9D9D9 !important;
}



.homegallery .owl-stage
{
    display: flex;
    align-items: center;
}
.homegallery .owl-stage-outer{
    min-height: 400px;
}
.owl-carousel.homegallery .item{
  	position: relative;
  	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  	border-radius: 10px;
  	border: 3px solid #fff;
  	box-sizing: border-box;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	-ms-border-radius: 10px;
  	-o-border-radius: 10px;
}

.homegallery .owl-item {
    transition: all 0.4s ease;
    opacity: 0.6;
    transform: scale(1);
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.homegallery .owl-item.center {
    transform: scale(1.5);
    opacity: 1;
    z-index: 3;
    -webkit-transform: scale(1.5.0);
    -moz-transform: scale(1.5.0);
    -ms-transform: scale(1.5.0);
    -o-transform: scale(1.5.0);
    padding: 35px 0;
    margin: 50px 0;
}
.homegallery .owl-nav{
    display: none;
}

.homegallery .owl-dots{
    text-align: center;
    margin-top: px;
}
.homegallery .owl-dot{
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 5px rgba(0 0 0 / 90%);
    height: 10px;
    width: 10px;
}
.homegallery .owl-dot.active{
    background: #000;
}


/*

.work-gallery h2{
  position: sticky;
}

.work-gallery .feat-projects__items {
  position: relative;
  height: 300vh;
}

.work-gallery .feat-projects__item {
  position: sticky; 
  top: 50px;
  width: 100%;
  transition: transform 1s ease, opacity 1s ease; 
}
.work-gallery .feat-projects__item img {
  display: block;
  margin: 0 auto;
  width: 100%;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.work-gallery .hidden {
 transform: scale(0.8);
 -moz-transform: scale(0.8);
 -ms-transform: scale(0.8);
 -o-transform: scale(0.8);
 -webkit-transform: scale(0.8);
}

.work-gallery .focused {
  transform: scale(1);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
} */

.our-process .process-area .item{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 20%;
    height:350px;
    position: relative;

}

.our-process .process-area .item img.arrow {
    position: absolute;
    right: -94px;
    top: -61px;
    z-index: -1;
}

.our-process .process-area .items-area{
    display: flex;
    gap: 20px;
}
.our-process .process-area .items-area .item.item2{
    margin-top: 30px;
}

.our-process .process-area .items-area .item.item3{
    margin-top: 60px;
}

.our-process .process-area .items-area .item.item4{
    margin-top: 90px;
}

.our-process .process-area .items-area .item.item5{
    margin-top: 120px;
}

.our-process .process-area .items-area .item .icon img{
    position: absolute;
    bottom: 0;
    right: 0;
}



#testimonials .owl-stage
{
    display: flex;
    align-items: end;
    align-items: flex-end;
}
.owl-carousel#testimonials .item{
  	width: 100%;
  	position: relative;
  	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  	border-radius: 10px;
  	background: linear-gradient(102.08deg, #000, #434242);
  	border: 3px solid #fff;
  	box-sizing: border-box;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	-ms-border-radius: 10px;
  	-o-border-radius: 10px;
}


#testimonials .owl-item {
    transition: all 0.4s ease;
    opacity: 0.6;
    transform: scale(0.9);
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    align-self: flex-end;
}
#testimonials .owl-item.center {
    transform: scale(1.1);
    opacity: 1;
    z-index: 3;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    padding: 35px 0;
}

#testimonials .owl-nav{
    display: none;
}
#testimonials .owl-dots{
    text-align: center;
    margin-top: px;
}
#testimonials .owl-dot{
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 5px rgba(0 0 0 / 90%);
    height: 10px;
    width: 10px;
}
#testimonials .owl-dot.active{
    background: #000;
}



.faqs .accordion-item{
    border: unset;
    outline: unset;
    padding: 8px 0px;
    border-bottom: 1px solid var(--secondary-color);
}
.faqs .accordion-button{
    padding: 5px 0;
    border-radius: unset !important;
    -webkit-border-radius: unset !important;
    -moz-border-radius: unset !important;
    -ms-border-radius: unset !important;
    -o-border-radius: unset !important;
}
.faqs .accordion-button:focus{
    box-shadow: unset;
}

.faqs .accordion-button:not(.collapsed), .faqs .accordion-button{
    background-color: unset;
    font-weight: 500;
    color: #000;
    border-radius: unset !important;
    -webkit-border-radius: unset !important;
    -moz-border-radius: unset !important;
    -ms-border-radius: unset !important;
    -o-border-radius: unset !important;
    box-shadow: none !important;
}
button:focus:not(:focus-visible){
    outline: unset;
}
.faqs .accordion-body{
    padding: 5px 0 10px;
    border: unset;
}

.faqs .accordion-button:not(.collapsed)::after, .faqs .accordion-button::after{
    background-image: unset;
}
.faqs .accordion-button:not(.collapsed)::after{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.faqs .accordion-button::after{
    content: '\f0a9';
    font-family: 'fontawesome';
    font-size: 35px;
    width: unset;
    transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
}

.service-areas{
    background-image: url('../img/home/service-areas-bg.webp');
    background-position: center
}
.service-areas ul li{
    color: #fff;
    width: 33%;
    margin-top: 30px;
}



.footer-cta .form-area .content p.title{
    color: #fff;
    font-size: 35px;
    font-weight: 500;

}
.footer-cta .form-area img{
    margin: -85px auto 0px;
    text-align: center;
}
.footer-cta .form-area {
    border-radius: 10px;
    border: 3px solid #FFF;
    background: #000;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25);
    padding: 0 40px 20px;
}
.footer-cta .form-area .form-control{
    background-color: #000;
    color: #fff;
    margin-top: 20px;
}

.footer-cta .form-area .form-control::placeholder{
    color: #fff;
}


.footer-cta .form-area textarea{
    height: 105px;
}
.footer-cta .form-area .button-area{
    margin-top: 20px;
}
.footer-cta .form-area .button-area .btn-submit{
    width: 270px;
}

.footer-cta .wpcf7 form .wpcf7-response-output {
    color: #fff !important;
}



footer{
    background-color:#000000;
    margin-top: -150px;
    padding-top: 200px;
}




/* single service page */
.servcices-provided .card{
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.servcices-provided .card:hover{
    background-color: #000;
    color: #fff;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.servcices-provided .card:hover h5, .servcices-provided .card:hover a, .servcices-provided .card:hover .fas.fa-chevron-circle-right{
    color: #fff;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}



/* about us page */
.home-materials.bg-white{
    background: transparent;
}


.contact-info iframe{
    height: 430px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.contact-form .form-control{
    height: 60px;
}
.contact-form textarea.form-control{
    height: 150px;
}

.materials-styles .card p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogs-section .item h5, .blogs-section .item p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	min-height: 60px;
}

.page-numbers {
    padding: 8px 14px;
    margin: 0 4px;
    background: #f1f1f1;
    border-radius: 4px;
    text-decoration: none;
}

.page-numbers.current {
    background: #000;
    color: #fff;
}

.blog-post .content-area img{
	margin: 0 auto;
	display: flex;
}

.blog-post a{
    font-weight: bold;
	text-decoration: underline;
}