
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); 

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
	--lightestbrown: #968b7f;
	--lightbrown: #786f60;
	--brown: #a88d78;
	--darkestbrown: #31251b;
	--darkbrown: #9a7a60;
	--black: #010101;
	--midgrey: #555555;
	--lightgrey: #bdbdbd;
	--lightergrey: #858585;
	--white: #ffffff;
	--creamwhite: #f6f4e8;
	--pink: #ffcdb3;
}

body,
html {
    font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
    color: var(--darkestbrown);
    background: var(--creamwhite);
    overflow-x: hidden;
    scroll-behavior: smooth;
}


/* Back To Home Button */
#goToHome {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: fixed;
  width: 50px;
  height: 50px;
  top: 25px;
  right: 25px;
  border: none;
  outline: none;
  background-color: var(--pink);
  color: var(--darkestbrown);
  cursor: pointer;
  border-radius: 50%;
  font-size: 30px;
  z-index: 99;
}

/* Always show button on small screens (< 1024px) */
@media (max-width: 1023px) {
  #goToHome {
    opacity: 1;
    visibility: visible;
  }
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: var(--lightbrown);
  overflow-x: hidden;
  transition: 1s;
  padding-top: 60px;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 85%;
  font-weight: 600;
  color: var(--white);
  display: block;
  transition: 0.1s;
}
.sidenav a:hover {
  color: var(--pink);
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
 .sidenav-services {
		width: 175px;
        height: 30px;
        color: #000000;
        background: var(--pink);
        margin: 3px 0 3px 100px;
        font-size: 13px;
        border: none;
        border-radius: 50px 0 0 50px;
        cursor: pointer;
        transition: background 0.5s, transform 0.5s;
    }
	.last-one {
		width: 175px;
        height: 30px;
        color: #000000;
        background: var(--pink);
        margin: 5px 0 20px 100px;
        font-size: 13px;
        border: none;
        border-radius: 50px 0 0 50px;
        cursor: pointer;
        transition: background 0.5s, transform 0.5s;
    }
    .sidenav-services:hover {
        color: #ffffff;
        background: #000000;
    }	
	.sidenav-contacts {
		width: 175px;
        height: 30px;
        color: var(--white);
        background: transparent;
        margin: 5px 0 5px 110px;
        font-size: 13px;
        text-align: right;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        transition: background 0.5s, transform 0.5s;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
    }
    .sidenav-contacts:hover {
        color: #ffffff;
        background: transparent;
    }
	.sidenav-lines{
		border: 1px solid var(--lightestbrown);
	}
.sidenav img{
	width: 25px;
	height: 25px;
}

.reveal {
    position: relative;
    transform: translateY(25px);
    opacity: 0;
    transition: all 1s ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.reveal3 {
    position: relative;
    left: -30%;
    opacity: 0;
	transition-delay: 0.25s;
    transition-duration: 1s;
}
.reveal3.active3 {
    left: 0;
    opacity: 1;
}


.reveal-one {
	transition-delay: 0.2s;
}

.reveal-two {
	transition-delay: 0.4s;
}

.reveal-three {
	transition-delay: 0.6s;
}

.reveal-four {
	transition-delay: 0.8s;
}


@media screen and (max-width: 900px) and (min-width: 600px) {
    .counters>div {
        grid-template-columns: repeat(1fr, 1fr);
    }

    .counter:not(:last-child)::before {
        display: none;
    }
}

@media screen and (max-width: 599px) {
    .counters>div {
        grid-template-columns: 1fr;
        row-gap: 5em;
    }

    .counter:not(:last-child)::before {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {

.small-screens, .tablet, .mobile{
		display: none;
	}

.background-about{ 
	border-radius: 5px;
    height: auto;
    background-image: url(Images/Designs/Background.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	 
} 
.over-about{
	    background: rgba(0,0,0,0.8);
		height: 60vh;
	border-radius: 5px;
}

.background-service{ 
	border-radius: 5px;
    height: auto;
    background-image: url(Images/Designs/Background.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	 
} 
.over-service{
	    background: rgba(0,0,0,0.8);
		height: 75vh; 
}
/* ******************** LANDING PAGE ******************** */

#landing {
    width: 100%;
    height: 75vh;
} 

/* Header **************************************** */

#header {
	position: absolute;
	z-index: 2;
	width: 90%;
	margin: 0 5%;
    height: 20vh;
    top: 0;
    display: flex;
	align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.logo {
    height: auto;
    width: 170px;
    border-radius: 5px;
}

#header ul {
	font-size: 14px; 
    background: var(--darkbrown);
	padding: 0 2.5%;
	border-radius: 4px; 
	z-index: 2;
} 

#header ul li {
	width: 75px;
    display: inline-block;
    list-style: none;
    margin: 10px 15px;
	text-align: center;
}

#header ul li .page-link {
    color: var(--darkestbrown);
    text-decoration: none;
    font-weight: 600;
    position: relative;
}


#header ul li .page-link.dropdown-open {
    color: var(--pink); 
}

#header ul li .page-link::after {
    content: '';
    width: 0;
    height: 3px;
    background: var(--creamwhite);
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.5s;
}

#header ul li .page-link:hover {
    color: var(--creamwhite);
}

#header ul li .page-link:hover::after {
    width: 100%;
}

#header ul li .active-page {
    color: var(--creamwhite);
    text-decoration: none;
    font-weight: 600;
    position: relative;
}

/* Dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
} 
.service-dropdown-menu {
	display: flex;
	align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/* Initially set the height to 0 */
.dropdown-menu {
    display: block; /* Hidden by default */
    height: 0; /* Start with height 0 */
    padding: 0; /* Start with no padding */
    overflow: hidden; /* Hide content */
    transition: height 0.5s ease, padding 0.5s ease; /* Smooth transition for height */
    position: absolute;
    background: var(--white);
    width: 250px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}



/* Service items layout */
.service-item {
    flex: 1;
    text-align: center; 
    background: var(--white);
	cursor: pointer;
	border-Radius: 5px;
	padding: 1vh 0;
}

.service-item.active-service { 
    background: var(--pink); 
}

.service-item:hover { 
    background: var(--pink); 
}

/* Service images */
.service-item .img-container {
    width: 10vh;
    height: 10vh; 
    margin: 1vh auto;
	background: var(--pink);
	border-radius: 50%;
	display: flex;
	align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.service-item .img-container img {
    width: 6vh;
    height: 6vh;  
}

/* Service links */
.service-item a {
    display: block;
    font-weight: bold;
    color: var(--darkestbrown);
    text-decoration: none;
    transition: color 0.3s;
} 


.phone-img{
        width: 20vh;
        height: 20vh;
        margin: -10vh 0 5vh 0;
		border-radius: 50%;
		Background: var(--brown);
		display: flex;
		align-items: center;
		justify-content: center;
    }
	
	
.phone{
    width: 10vh;
    height: 10vh; 
} 

    .projects {
        width: 30vh;
        height: 7vh;
        font-size: 14px;
        font-weight: 600;
        border-radius: 50px;
        border: none;
        background: var(--darkestbrown);
        color: var(--white);
        cursor: pointer;
    }

    .projects:hover {
        color: #ffffff;
        background: #d51312;
    }
	
	
.social-links a {
    display: inline-block;
    text-align: center;
    height: 4vh;
    width: 4vh;
    background-color: var(--lightbrown);
    opacity: 0.99;
    margin: 7.5vh 5px 10px 0;
    line-height: 4vh;
    border-radius: 10%;
    color: var(--white);
    transition: all 0.5s ease;
}

.social-links a:hover {
    color: var(--white);
    background-color: var(--darkestbrown);
}

.header-social-links {
    display: flex;
	justify-content: space-between;
	width: 170px;
	height: 35px;
}

.header-social-links a {
    text-align: center;
    height: 35px;
    width: 35px;
    background-color: var(--lightbrown);
    opacity: 0.99;
    line-height: 35px;
    border-radius: 5px;
    color: var(--white);
    transition: all 0.5s ease;
}

.header-social-links a:hover {
    color: var(--white);
    background-color: var(--pink);
}

/* Hero Section **************************************** */

.background-image{
    width: 100%;
    height: 70vh;
    background-image: url(Images/Warehouse.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.over {
    background: rgba(0, 0, 0, 0.55);
    height: 70vh;
}
 
		
		.hero {
			position: relative;
			width: 100%;
			height: 75vh;	
            color: var(--white);
			 display: flex;	
			justify-content: space-between;
			align-items: center;
			margin-bottom: 30vh;
}

.hero.about-page { 
			margin-bottom: 10vh;
}

.hero .left,
.hero .right {
			flex-basis: 50%;
			height: 75vh;  
			background: var(--lightestbrown);
			display: flex;
			flex-direction: column;
			justify-content: flex-end;
			overflow: hidden;
}

.hero.about-page .left{ 
			background: var(--darkestbrown); 
}

.hero.service-page .left{ 
            flex-basis: 100%;
			height: 75vh;  
			background: var(--transparent);
}


.hero .content{
			width: 100%;
			height: auto;
			display: flex;
			flex-direction: column;
			justify-content: flex-end;
			margin: auto 0 7vh 0;
			padding-left: 10%;
}

.hero .content.contact-page{ 
			padding-bottom: 7vh;
}

.hero.service-page .content{ 
			justify-content: center; 
			align-items: center;
			padding-left: 0;
}

.img-slider {
	position: relative;
	width: 100%;
	height: 75vh;
	background: var(--darkbrown);
}

.img-slider .slide {
	z-index: 1;
	position: absolute;
	width: 100%;
	 display: flex;	
			justify-content: space-between;
			align-items: center;
			clip-path: circle(0% at 0 50%);
}

.img-slider .slide.active-slide { 
    clip-path: circle(150% at 0 50%);
	transition: 1.25s;
	transition-property: clip-path;
}

.img-slider .slide .warehouse{
			width: 100%;
			height: 75vh; 
}

.sub-services {
	z-index: 2;
	position: absolute;
	width: 50%;
	display: flex;
	justify-content: space-between;
	bottom: -20vh;
	left: 50%;
	transform: translateX(-50%);
}

.tab-links{
    font-size: 15px;
    font-weight: 600;
    width:14vh;
    height: 14vh;
    border: none;
    border-radius: 50%;
    color: var(--white); 
    background: var(--darkbrown); 
	cursor: pointer;
}

.tab-links.active-slide{    background: var(--darkestbrown);
}

 
.display-none{
	display: none;
}

        .hero h1 {
    font-size: 45px;
	color: var(--white);
}

.hero h1 span {
	color: var(--darkestbrown);
}
 
 .hero h1.about-page span {
	color: var(--lightestbrown);
}
 
 
.hero p {
    margin-top: 1vh;
    color: var(--white);
}

.hero .service-p {
    margin-top: 1vh;
	width: 70%;
	text-align: center;
    color: var(--white);
}
  	
.load-1,
#load-1 {
    margin-left: -20%;
    opacity: 0;
    transition-delay: 0.5s;
    transition-duration: 0.75s;
}

.load-2,
#load-2 {
    margin-left: -20%;
    opacity: 0;
    transition-delay: 0.65s;
    transition-duration: 0.75s;
}

.load-3,
#load-3 {
    margin-left: -20%;
    opacity: 0;
    position: relative;
    z-index: 99;
    transition-delay: 0.8s;
    transition-duration: 0.7s;
}

#load-5{
	transform: translateY(0);
	opacity: 0;
	transition-delay: 0.10s;
	transition-duration: 0.50s;
}
#load-6{
	transform: translateY(0);
	opacity: 0;
	transition-delay: 0.20s;
	transition-duration: 0.50s;
}
#load-7{
	transform: translateY(0);
	opacity: 0;
	transition-delay: 0.30s;
	transition-duration: 0.50s;
}
#load-8{
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.40s;
	transition-duration: 0.25s;
}
#load-9{
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.50s;
	transition-duration: 0.25s;
}

.button-fill {
    margin: 2vh 5px 0 0;
    font-weight: 600;
	font-size: 13px;
    width: 150px;
    height: 5vh;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    color: var(--white);
    background: var(--darkestbrown);
}

.button-fill.about-page { 
    color: var(--darkestbrown);
    background: var(--white);
}

.button-fill.about-page-2 { 
    color: var(--darkestbrown);
    background: var(--lightestbrown);
}
 
.hero-button {
	 width: 200px;
    height: 6vh;
    margin-top: 3vh;
}

.about-button {
	 width: 180px;
    height: 6vh;
    margin-top: 3vh;
	color: var(--white);
    background: var(--brown);
}

.contact-button {
    background: var(--darkestbrown);
	color: var(--white);
}
 
/* Hero Section Slides Control **************************************** */
  

.slide {
    width: 100%;
}

.slide .slide-icon {
    width: 12vh;
    height: 12vh;
    background: var(--lightgrey);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 50%;
}

.slide .slide-icon.active {
    background: var(--darkestbrown);
}

.slide:hover .slide-icon {
    background: var(--darkestbrown);
}

.slide .slide-icon img {
    width: 45px;
    height: 45px;
}

/* ******************** ABOUT SECTION ******************** */

	
.heading {
    font-size: 40px;
    color: var(--darkestbrown);
    margin-top: 3vh;
    text-align: center;
}

.heading span {
    color: var(--brown);
}


.paragraph {
    color: var(--darkestbrown); 
    margin: 3vh auto;
}

.paragraph.center {
    text-align: center;
}

.paragraph.w-900{
    width: 900px; 
}



.about-section {
	
    margin: 3vh 5% 10vh 5%;
}

.enhance-banner{
	width: 100%;
    height: auto;
	margin: 7vh 0; 
	border-radius: 5px;
	 overflow: hidden; 
	background: radial-gradient(var(--lightestbrown), var(--darkestbrown));
} 

.enhance-banner.home{ 
	border-radius: 0; 
} 

.enhance-left{
	flex-basis: 100%;
	 padding: 5vh 5%;
    color: #ffffff;
	display: flex;
	flex-direction: column;
    flex-wrap: wrap;  
	align-items: center;
	text-align: center;
} 

.enhance-left.team{ 
height: 60vh; 
justify-content: center;
}

.enhance-left .mission {
    font-size: 30px; 
	margin-bottom: 2vh;
	color: var(--white);
}

.features { 
	margin-top: 2vh; 
}

.values { 
	list-style: none;
	margin: 2vh 0;
}

.values li { 
	margin-bottom: 2vh;
}

.what-we-offer{
	width: 99%;
	margin: 0vh 0.5% 10vh 0.5%;
}

.sub-service-icon {
    width: 15vh;
    height: 15vh;
	margin: 2vh 0;
	background: var(--creamwhite);
	border-radius: 50%;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}

.sub-service-icon .icon-sub {
    width: 5vh;
    height: 5vh; 
}
  
/* Company Statistics **************************************** */

.stats {
    background: var(--white);
    height: auto;
    margin: 5vh 5% 10vh 5%;
    border-radius: 10px;
}

.stats .counters {
    padding: 2em 1em;
    color: var(--darkestbrown);
    text-align: center;
}

.stats .counters>div {
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4em 0.5em;
}

.stats .counter {
    position: relative;
}

.stats .counter h3 {
    font-size: 32px;
    margin-bottom: 0.5em;
}

.stats .counter h4 {
    font-size: 12px;
    font-weight: 500;
}

.stats .counter:not(:last-child)::before {
    content: '';
    background: var(--white);
    position: absolute;
    width: 1px;
    height: 3em;
    top: 50%;
    transform: translateY(-50%);
    right: -1em;
} 

.service-header-container{
	width: 90%;
	height: 30vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 5%;
	background: transparent;
}

.service-header-container.services-page{
	width: 100%;  
	margin: 0; 
	border-radius: 5px;
}

.darkestbrown{
	background: var(--darkestbrown);
}

.lightestbrown{
	background: var(--lightestbrown);
}

.pink{
	background: var(--darkbrown);
}

.left-br{ 
	border-radius: 5px 0 0 5px;
}

.right-br{ 
	border-radius: 0 5px 5px 0;
}

.service-header-container .service-header-left{
	flex-basis: 20%;
	height: 26vh; 
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.service-header-container .service-header-left img{
	height: 7vh;
	width: auto;
}
.service-header-container .service-header-right{
	flex-basis: 80%;
	height: 26vh;
	padding: 4vh; 
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
}

.service-header-container.services-page .service-header-left{ 
	height: 25vh;  
}
.service-header-container.services-page .service-header-right{ 
	height: 25vh; 
	justify-content: center; 
}

.service-header-container .service-header-right hr{
	width: 3vh;
	height: 3vh;
	background: var(--darkestbrown);
}

.service-header-container .service-header-right h3{
	font-size: 30px;
	color: var(--darkestbrown);
}

.service-header-container.services-page .service-header-right h3{
	font-size: 20px;
	margin-bottom: 1vh;
	color: var(--darkestbrown);
}

.service-header-container .service-header-right p{
	color: var(--darkestbrown);

}

/* ******************** SERVICES SECTION ******************** */

.service-heading {
    width: auto;
    font-size: 30px;
    margin: 5vh 5% 2vh 5%;
    font-weight: 600;
    color: var(--darkestbrown);
}

.service-heading span {
    width: 5vh;
    height: 5vh;
    background: var(--darkestbrown);
    border-radius: 3px;
    color: var(--darkestbrown);
}

/* Services **************************************** */

.services-section {
    height: auto;
    margin: 5vh 0 7vh 0;
    border-radius: 10px;
}

.services-section.services-page{ 
    margin: 2vh 0; 
}
  


.background-image-2{
    width: 100%;
    height: 70vh;
    background-image: url(Images/Designs/Residential-Design.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
	margin-top: 12vh;
}


/* Clients **************************************** */
 
.get-in-touch {
    width: 90%;
    height: auto;
    margin: 5vh 5%;
    border-radius: 5px;
}
 
.get-in-touch p {
    margin: 2vh 0;
}

.get-in-touch h5 {
    font-size: 25px;
    color: var(--darkestbrown);
} 

.get-in-touch span{
    font-weight: 600;
}
 
 
/* Why Choose Us ************************************************** */

.contact-benefits {
    height: 26vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 10vh 5%;
}

.contact-benefits.about-page { 
    margin: 2vh 5%;
}

.contact-benefits div {
    height: auto;
    width: 23%; 
    overflow: hidden;
    padding: 10px;
    font-size: 12px;
    font-weight: 300;
    text-align: center; 
}

.contact-benefits div .benefit-icon {
	width: 15vh;
	height: 15vh;
	background: var(--darkestbrown);
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 50%;
	border: none;
	margin: 2vh auto;
}

.contact-benefits div .benefit-icon img {
    width: 8vh;
    height: auto;
}

.contact-benefits div h2 {
    min-height: 4vh;
    font-size: 15px; 
    color: var(--midgrey);
	font-weight: 600; 
    position: relative;
}



    #contact {
        width: 94%;
        margin: 0 3%;
    }


    #contact p {
        font-size: 12px;
        font-weight: lighter;
        margin: 5vh auto;
        color: #090909;
    }

    #contact h6 {
        font-size: 16px;
        margin: 4vh auto;
        color: #090909;
        font-weight: 500;
    }

    .contact-us {
        width: 100%;
        height: auto;
        margin: 10vh 0 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .contact-us .left,
    .contact-us .middle,
    .contact-us .right {
        flex-basis: 100%;
        height: auto;
        margin-bottom: 5vh;
    }

    .contact-us img {
        height: 5vh;
        width: auto;
    }

    .contact-us h5 {
        font-size: 15px;
        color: #181818;
        font-weight: 300;
    }

    .contact-us h4 {
        font-size: 15px;
        color: #090909;
        font-weight: 300;
        margin: 2vh 0;
    }

    .contact-us h3 {
        font-size: 15px;
        color: #090909;
        margin: 2vh 0;
    }
	
	 .contact-us h3 a { 
        color: #090909; 
    }



/*
** Footer **************************************************
*/

footer {
    background: var(--darkestbrown);
    padding: 10vh 0 5vh 0;
}

footer .logo-container {
    height: 22vh;
    width: 30%;
    margin-top: 0;
}

footer .footer-logo {
    height: auto;
    width: 60%;
	border-radius: 3px;
}

.top-footer {
    margin: 0 auto 10vh auto;
    width: 90%;
    color: var(--brown);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bottom-footer {
    margin: 10vh auto 0 auto;
    width: 100%;
    color: var(--white);
	background: var(--brown);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding: 2vh 5%;
}

footer .footer-contact i {
    color: var(--white);
    font-size: 12px;
}

footer .top-footer .column1 {
    flex-basis: 25%;
}


footer .top-footer .column2,
footer .top-footer .column3 {
    flex-basis: 25%;
}

footer .top-footer h4 {
    font-size: 15px;
    font-weight: 600;
    color: var(--white);
}

footer .top-footer .column2 ul {
    list-style: none;
    font-size: 13px;
    margin-top: 4vh;
}

footer .top-footer .column2 ul li {
    margin-top: 1vh;
}

footer .top-footer .column2 ul li a {
    color: var(--brown);
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
}

footer .top-footer .column2 ul li .active-page {
    color: var(--creamwhite);
}

footer .top-footer .column2 ul li a:hover {
    color: var(--creamwhite);
}

footer .top-footer .column2 ul li .icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--lightergrey);
    border-radius: 50%;
    cursor: pointer;
    margin-top: 10px;
}

footer .top-footer .column2 ul li .icon:hover {
    background: var(--lightergrey);
}

footer .top-footer .column2 ul li .icon img {
    width: 20px;
    height: 20px;
    margin: auto;
}

footer .top-footer .social-links a {
    margin: 5vh 4px 10px 0;
}

footer .bottom-footer .column1 {
    flex-basis: 90%;

}

footer .bottom-footer .column2 {
    flex-basis: 450px;
    background: var(--black);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

footer .bottom-footer h4 {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: var(--darkestbrown);
    text-align: center;
    margin-bottom: 3vh;
}

footer .bottom-footer .column2 .column-1 button,
footer .bottom-footer .column2 .column-2 button {
    padding: 10px;
    width: 140px;
    border-radius: 5px;
    background: var(--darkestbrown);
    color: var(--white);
    border: none;
    cursor: pointer;
    transition: 0.25s;
}

footer .bottom-footer .column2 .column-1 button:hover,
footer .bottom-footer .column2 .column-2 button:hover {
    background: var(--white);
    color: var(--darkestbrown);
}

footer .bottom-footer .column1 .copyright {
    font-size: 12px;
	margin-top: 1vh;
}

footer .bottom-footer .column1 .copyright a {
    font-size: 12px;
    font-weight: 600;
    color: var(--white);
}

footer .bottom-footer .column1 .copyright:hover a {
    color: var(--white);
}

.footer-contact {
    font-size: 13px;
    margin-top: 1vh;
}

.additional {
    height: 5vh;
    background: linear-gradient(45deg, var(--lightbrown) 2.34%, var(--darkestbrown) 100.78%);
    width: 76%;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.additional h6 {
    font-size: 13px;
    color: var(--white);
}


}

@media only screen and (min-width: 683px) and (max-width: 1023px) {

 .desktop, .mobile{
		display: none;
	}

.background-about{ 
	border-radius: 5px;
    height: auto;
    background-image: url(Images/Designs/Background.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	 
} 
.over-about{
	    background: rgba(0,0,0,0.8);
		height: 60vh;
	border-radius: 5px;
}

.background-service{ 
	border-radius: 5px;
    height: auto;
    background-image: url(Images/Designs/Background.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	 
} 
.over-service{
	    background: rgba(0,0,0,0.8);
		height: 75vh; 
}
/* ******************** LANDING PAGE ******************** */

#landing {
    width: 100%;
    height: 75vh;
} 

/* Header **************************************** */

#header {
	position: absolute;
	z-index: 2;
	width: 90%;
	margin: 0 5%;
    height: 20vh;
    top: 0;
    display: flex;
	align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.logo {
    height: auto;
    width: 170px;
    border-radius: 5px;
}

#header ul {
	font-size: 14px; 
    background: var(--darkbrown);
	padding: 0 2.5%;
	border-radius: 4px; 
	z-index: 2;
} 

#header ul li {
	width: 75px;
    display: inline-block;
    list-style: none;
    margin: 10px 15px;
	text-align: center;
}

#header ul li .page-link {
    color: var(--darkestbrown);
    text-decoration: none;
    font-weight: 600;
    position: relative;
}


#header ul li .page-link.dropdown-open {
    color: var(--pink); 
}

#header ul li .page-link::after {
    content: '';
    width: 0;
    height: 3px;
    background: var(--creamwhite);
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.5s;
}

#header ul li .page-link:hover {
    color: var(--creamwhite);
}

#header ul li .page-link:hover::after {
    width: 100%;
}

#header ul li .active-page {
    color: var(--creamwhite);
    text-decoration: none;
    font-weight: 600;
    position: relative;
}

/* Dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
} 
.service-dropdown-menu {
	display: flex;
	align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/* Initially set the height to 0 */
.dropdown-menu {
    display: block; /* Hidden by default */
    height: 0; /* Start with height 0 */
    padding: 0; /* Start with no padding */
    overflow: hidden; /* Hide content */
    transition: height 0.5s ease, padding 0.5s ease; /* Smooth transition for height */
    position: absolute;
    background: var(--white);
    width: 250px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}



/* Service items layout */
.service-item {
    flex: 1;
    text-align: center; 
    background: var(--white);
	cursor: pointer;
	border-Radius: 5px;
	padding: 1vh 0;
}

.service-item.active-service { 
    background: var(--pink); 
}

.service-item:hover { 
    background: var(--pink); 
}

/* Service images */
.service-item .img-container {
    width: 10vh;
    height: 10vh; 
    margin: 1vh auto;
	background: var(--pink);
	border-radius: 50%;
	display: flex;
	align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.service-item .img-container img {
    width: 6vh;
    height: 6vh;  
}

/* Service links */
.service-item a {
    display: block;
    font-weight: bold;
    color: var(--darkestbrown);
    text-decoration: none;
    transition: color 0.3s;
} 


.phone-img{
        width: 20vh;
        height: 20vh;
        margin: -10vh 0 5vh 0;
		border-radius: 50%;
		Background: var(--brown);
		display: flex;
		align-items: center;
		justify-content: center;
    }
	
	
.phone{
    width: 10vh;
    height: 10vh; 
} 

    .projects {
        width: 30vh;
        height: 7vh;
        font-size: 14px;
        font-weight: 600;
        border-radius: 50px;
        border: none;
        background: var(--darkestbrown);
        color: var(--white);
        cursor: pointer;
    }

    .projects:hover {
        color: #ffffff;
        background: #d51312;
    }
	
	
.social-links a {
    display: inline-block;
    text-align: center;
    height: 4vh;
    width: 4vh;
    background-color: var(--lightbrown);
    opacity: 0.99;
    margin: 7.5vh 5px 10px 0;
    line-height: 4vh;
    border-radius: 10%;
    color: var(--white);
    transition: all 0.5s ease;
}

.social-links a:hover {
    color: var(--white);
    background-color: var(--darkestbrown);
}

/* Hero Section **************************************** */

.background-image{
    width: 100%;
    height: 70vh;
    background-image: url(Images/Warehouse.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.over {
    background: rgba(0, 0, 0, 0.55);
    height: 70vh;
}
 
		
		.hero {
			position: relative;
			width: 100%;
			height: 75vh;	
            color: var(--white);
			 display: flex;	
			justify-content: space-between;
			align-items: flex-end;
			margin-bottom: 30vh;
}

.hero.about-page { 
			margin-bottom: 10vh;
}

.hero .left {
	        position: absolute;
			width: 100%;
			height: 75vh;  
			/*background: rgba(150,139,127,0.75);*/
			background-image: linear-gradient(to top right, rgba(150,139,127,1), rgba(150,139,127,0.75), transparent);
			display: flex;
			flex-direction: column;
			justify-content: flex-end;
			overflow: hidden;
			z-index: 2;
}

.hero .right {
            position: absolute;
			width: 100%;
			height: 75vh;   
			display: flex; 
			overflow: hidden; 
			 background-image: url("Images/Header.png");
        background-size: auto 80vh;
        background-repeat: no-repeat;
        bottom: 0;
        left: 0;
		z-index: 1;
}

.hero.about-page .left{ 
			background: var(--darkestbrown); 
}

.hero.service-page .left{ 
            flex-basis: 100%;
			height: 75vh;  
			background: var(--transparent);
}


.hero .content{
			width: 100%;
			height: 75vh;
			display: flex;
			flex-direction: column;
			justify-content: flex-end;
			margin: auto 0 7vh 0;
			padding-left: 5%;
			align-items: center;
			text-align: center;
}

.hero .content.contact-page{ 
			padding-bottom: 7vh;
}

.hero.service-page .content{ 
			justify-content: flex-end; 
			align-items: center;
			padding-left: 0;
}

.img-slider {
	position: relative;
	width: 100%;
	height: 75vh;
	background: var(--darkbrown);
}

.img-slider .slide {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 75vh;
	 display: flex;	
			justify-content: space-between;
			align-items: center;
			clip-path: circle(0% at 0 50%);
}

.img-slider .slide.active-slide { 
    clip-path: circle(150% at 0 50%);
	transition: 1.25s;
	transition-property: clip-path;
}

.img-slider .slide .warehouse{
			width: 100%;
			height: 75vh; 
}

.sub-services {
	z-index: 2;
	position: absolute;
	width: 80%;
	display: flex;
	justify-content: space-between;
	bottom: -20vh;
	left: 50%;
	transform: translateX(-50%);
}

.tab-links{
    font-size: 15px;
    font-weight: 600;
    width:14vh;
    height: 14vh;
    border: none;
    border-radius: 50%;
    color: var(--white); 
    background: var(--darkbrown); 
	cursor: pointer;
}

.tab-links.active-slide{    background: var(--darkestbrown);
}

 
.display-none{
	display: none;
}

        .hero h1 {
    font-size: 45px;
	color: var(--white);
}

.hero.service-page h1 {
    font-size: 35px;
	color: var(--white);
}

.hero h1 span {
	color: var(--darkestbrown);
}
 
 .hero h1.about-page span {
	color: var(--lightestbrown);
}
 
 
.hero p {
    margin-top: 1vh;
    color: var(--white);
}

.hero .service-p {
    margin-top: 1vh;
	width: 70%;
	text-align: center;
    color: var(--white);
}
  	
.load-1,
#load-1 {
    margin-left: -20%;
    opacity: 0;
    transition-delay: 0.5s;
    transition-duration: 0.75s;
}

.load-2,
#load-2 {
    margin-left: -20%;
    opacity: 0;
    transition-delay: 0.65s;
    transition-duration: 0.75s;
}

.load-3,
#load-3 {
    margin-left: -20%;
    opacity: 0;
    position: relative;
    z-index: 99;
    transition-delay: 0.8s;
    transition-duration: 0.7s;
}

#load-5{
	transform: translateY(0);
	opacity: 0;
	transition-delay: 0.10s;
	transition-duration: 0.50s;
}
#load-6{
	transform: translateY(0);
	opacity: 0;
	transition-delay: 0.20s;
	transition-duration: 0.50s;
}
#load-7{
	transform: translateY(0);
	opacity: 0;
	transition-delay: 0.30s;
	transition-duration: 0.50s;
}
#load-8{
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.40s;
	transition-duration: 0.25s;
}
#load-9{
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.50s;
	transition-duration: 0.25s;
}

.button-fill {
    margin: 2vh 5px 0 0;
    font-weight: 600;
	font-size: 13px;
    width: 150px;
    height: 5vh;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    color: var(--white);
    background: var(--darkestbrown);
}

.button-fill.about-page { 
    color: var(--darkestbrown);
    background: var(--white);
}

.button-fill.about-page-2 { 
    color: var(--darkestbrown);
    background: var(--lightestbrown);
}
 
.hero-button {
	 width: 200px;
    height: 6vh;
    margin-top: 3vh;
}

.about-button {
	 width: 180px;
    height: 6vh;
    margin-top: 3vh;
	color: var(--white);
    background: var(--brown);
}

.contact-button {
    background: var(--darkestbrown);
	color: var(--white);
}
 
/* Hero Section Slides Control **************************************** */
  

.slide {
    width: 100%;
}

.slide .slide-icon {
    width: 12vh;
    height: 12vh;
    background: var(--lightgrey);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 50%;
}

.slide .slide-icon.active {
    background: var(--darkestbrown);
}

.slide:hover .slide-icon {
    background: var(--darkestbrown);
}

.slide .slide-icon img {
    width: 45px;
    height: 45px;
}

/* ******************** ABOUT SECTION ******************** */

	
.heading {
    font-size: 30px;
    color: var(--darkestbrown);
    margin-top: 3vh;
    text-align: center;
}

.heading span {
    color: var(--brown);
}


.paragraph {
    color: var(--darkestbrown); 
    margin: 3vh auto;
}

.paragraph.center {
    text-align: center;
}

.paragraph.w-900{
    width: 90%; 
}



.about-section {
	
    margin: 3vh 5% 10vh 5%;
}

.enhance-banner{
	width: 100%;
    height: auto;
	margin: 7vh 0; 
	border-radius: 5px;
	 overflow: hidden; 
	background: radial-gradient(var(--lightestbrown), var(--darkestbrown));
} 

.enhance-banner.home{ 
	border-radius: 0; 
} 

.enhance-left{
	flex-basis: 100%;
	 padding: 5vh 5%;
    color: #ffffff;
	display: flex;
	flex-direction: column;
    flex-wrap: wrap;  
	align-items: center;
	text-align: center;
} 

.enhance-left.team{ 
height: 60vh; 
justify-content: center;
}

.enhance-left .mission {
    font-size: 30px; 
	margin-bottom: 2vh;
	color: var(--white);
}

.features { 
	margin-top: 2vh; 
}

.values { 
	list-style: none;
	margin: 2vh 0;
}

.values li { 
	margin-bottom: 2vh;
}

.what-we-offer{
	width: 99%;
	margin: 0vh 0.5% 10vh 0.5%;
}

.sub-service-icon {
    width: 15vh;
    height: 15vh;
	margin: 2vh 0;
	background: var(--creamwhite);
	border-radius: 50%;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}

.sub-service-icon .icon-sub {
    width: 5vh;
    height: 5vh; 
}
  
/* Company Statistics **************************************** */

.stats {
    background: var(--white);
    height: auto;
    margin: 5vh 5% 10vh 5%;
    border-radius: 10px;
}

.stats .counters {
    padding: 2em 1em;
    color: var(--darkestbrown);
    text-align: center;
}

.stats .counters>div {
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4em 0.5em;
}

.stats .counter {
    position: relative;
}

.stats .counter h3 {
    font-size: 32px;
    margin-bottom: 0.5em;
}

.stats .counter h4 {
    font-size: 12px;
    font-weight: 500;
}

.stats .counter:not(:last-child)::before {
    content: '';
    background: var(--white);
    position: absolute;
    width: 1px;
    height: 3em;
    top: 50%;
    transform: translateY(-50%);
    right: -1em;
} 

.service-header-container{
	width: 90%;
	height: 30vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 5%;
	background: transparent;
}

.service-header-container.services-page{
	width: 100%;  
	margin: 0; 
	border-radius: 5px;
}

.darkestbrown{
	background: var(--darkestbrown);
}

.lightestbrown{
	background: var(--lightestbrown);
}

.pink{
	background: var(--darkbrown);
}

.left-br{ 
	border-radius: 5px 0 0 5px;
}

.right-br{ 
	border-radius: 0 5px 5px 0;
}

.service-header-container .service-header-left{
	flex-basis: 25%;
	height: 26vh; 
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.service-header-container .service-header-left img{
	height: 7vh;
	width: auto;
}
.service-header-container .service-header-right{
	flex-basis: 75%;
	height: 26vh;
	padding: 2vh; 
	display: block; 
}

.service-header-container.services-page .service-header-left{ 
	height: 26vh;  
}
.service-header-container.services-page .service-header-right{ 
	height: 26vh; 
	justify-content: center; 
}

.service-header-container .service-header-right hr{
	width: 3vh;
	height: 3vh;
	background: var(--darkestbrown);
}

.service-header-container .service-header-right h3{
	font-size: 30px;
	margin-bottom: 1vh;
	color: var(--darkestbrown);
} 

.service-header-container .service-header-right p{
	color: var(--darkestbrown);

}

/* ******************** SERVICES SECTION ******************** */

.service-heading {
    width: auto;
    font-size: 30px;
    margin: 5vh 5% 2vh 5%;
    font-weight: 600;
    color: var(--darkestbrown);
}

.service-heading span {
    width: 5vh;
    height: 5vh;
    background: var(--darkestbrown);
    border-radius: 3px;
    color: var(--darkestbrown);
}

/* Services **************************************** */

.services-section {
    height: auto;
    margin: 5vh 0 7vh 0;
    border-radius: 10px;
}

.services-section.services-page{ 
    margin: 2vh 0; 
}
  


.background-image-2{
    width: 100%;
    height: 70vh;
    background-image: url(Images/Designs/Residential-Design.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
	margin-top: 12vh;
}


/* Clients **************************************** */
 
.get-in-touch {
    width: 90%;
    height: auto;
    margin: 5vh 5%;
    border-radius: 5px;
	
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
}
 
.get-in-touch p {
    margin: 2vh 0;
}

.get-in-touch h5 {
    font-size: 25px;
    color: var(--darkestbrown);
} 

.get-in-touch span{
    font-weight: 600;
}
 
 
/* Why Choose Us ************************************************** */

.contact-benefits {
    height: 26vh;
    display: flex;
    justify-content: space-between;
    align-items: top;
    flex-wrap: wrap;
    margin: 10vh 1%;
}

.contact-benefits.about-page { 
    margin: 2vh 5%;
}

.contact-benefits div {
    height: auto;
    width: 23%; 
    overflow: hidden;
    padding: 10px;
    font-size: 12px;
    font-weight: 300;
    text-align: center; 
}

.contact-benefits div .benefit-icon {
	width: 15vh;
	height: 15vh;
	background: var(--darkestbrown);
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 50%;
	border: none;
	margin: 2vh auto;
}

.contact-benefits div .benefit-icon img {
    width: 8vh;
    height: auto;
}

.contact-benefits div h2 {
    min-height: 4vh;
    font-size: 15px; 
    color: var(--midgrey);
	font-weight: 600; 
    position: relative;
}



    #contact {
        width: 94%;
        margin: 0 3%;
    }


    #contact p {
        font-size: 12px;
        font-weight: lighter;
        margin: 5vh auto;
        color: #090909;
    }

    #contact h6 {
        font-size: 16px;
        margin: 4vh auto;
        color: #090909;
        font-weight: 500;
    }

    .contact-us {
        width: 100%;
        height: auto;
        margin: 10vh 0 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .contact-us .left,
    .contact-us .middle,
    .contact-us .right {
        flex-basis: 100%;
        height: auto;
        margin-bottom: 5vh;
    }

    .contact-us img {
        height: 5vh;
        width: auto;
    }

    .contact-us h5 {
        font-size: 15px;
        color: #181818;
        font-weight: 300;
    }

    .contact-us h4 {
        font-size: 15px;
        color: #090909;
        font-weight: 300;
        margin: 2vh 0;
    }

    .contact-us h3 {
        font-size: 15px;
        color: #090909;
        margin: 2vh 0;
    }
	
	 .contact-us h3 a { 
        color: #090909; 
    }



/*
** Footer **************************************************
*/

footer {
    background: var(--darkestbrown);
    padding: 10vh 0 5vh 0;
} 

.footer-logo {
    height: auto;
    width: 90%;
	border-radius: 3px;
}

.top-footer {
    margin: 0 auto;
    width: 90%;
    color: var(--brown);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bottom-footer {
    margin: 0 auto;
    width: 100%;
    color: var(--white);
	background: var(--brown);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	padding: 2vh 5%;
}

footer .footer-contact i {
    color: var(--white);
    font-size: 12px;
}

footer .top-footer .column1 {
    flex-basis: 100%;
	margin-bottom: 5vh;
	display: flex;
    justify-content: center;
}


footer .top-footer .column2 {
    flex-basis: 50%; 
	margin-bottom: 5vh;
	text-align: center;
} 
 
footer .top-footer .column3 {
    flex-basis: 100%; 
	margin-bottom: 5vh; 
	display: flex;
    justify-content: center;
}

footer .top-footer h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
}

footer .top-footer .column2 ul {
    list-style: none;
    font-size: 13px;
    margin-top: 2vh;
}

footer .top-footer .column2 ul li {
    margin-top: 1vh;
}

footer .top-footer .column2 ul li a {
    color: var(--brown);
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
}

footer .top-footer .column2 ul li .active-page {
    color: var(--creamwhite);
}

footer .top-footer .column2 ul li a:hover {
    color: var(--creamwhite);
}

footer .top-footer .column2 ul li .icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--lightergrey);
    border-radius: 50%;
    cursor: pointer;
    margin-top: 10px;
}

footer .top-footer .column2 ul li .icon:hover {
    background: var(--lightergrey);
}

footer .top-footer .column2 ul li .icon img {
    width: 20px;
    height: 20px;
    margin: auto;
}

footer .top-footer .social-links a {
    margin: 2vh 4px 10px 0;
}

footer .bottom-footer .column1 {
    flex-basis: 90%;
    justify-content: center;
	text-align: center;
}
  
footer .bottom-footer .column1 .copyright {
    font-size: 12px;
	margin-top: 1vh;
}

footer .bottom-footer .column1 .copyright a {
    font-size: 12px;
    font-weight: 600;
    color: var(--white);
}

footer .bottom-footer .column1 .copyright:hover a {
    color: var(--white);
}

.footer-contact {
    font-size: 13px;
    margin-top: 1vh;
}

.additional {
    height: 5vh;
    background: linear-gradient(45deg, var(--lightbrown) 2.34%, var(--darkestbrown) 100.78%);
    width: 76%;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.additional h6 {
    font-size: 13px;
    color: var(--white);
}


}

@media only screen and (max-width: 682px) { 
 .desktop, .tablet{
		display: none;
	}

.background-about{ 
	border-radius: 5px;
    height: auto;
    background-image: url(Images/Designs/Background.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	 
} 
.over-about{
	    background: rgba(0,0,0,0.8);
		height: 100vh;
	border-radius: 5px;
}

.background-service{ 
	border-radius: 5px;
    height: auto;
    background-image: url(Images/Designs/Background.jpg);
    background-size: cover;
    background-position: center;  
	background-attachment: fixed;	 
} 
.over-service{
	    background: rgba(0,0,0,0.8);
		height: 75vh; 
}
/* ******************** LANDING PAGE ******************** */

#landing {
    width: 100%;
    height: 75vh;
} 

/* Header **************************************** */

#header {
	position: absolute;
	z-index: 2;
	width: 90%;
	margin: 0 5%;
    height: 20vh;
    top: 0;
    display: flex;
	align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.logo {
    height: auto;
    width: 170px;
    border-radius: 5px;
}

#header ul {
	font-size: 14px; 
    background: var(--darkbrown);
	padding: 0 2.5%;
	border-radius: 4px; 
	z-index: 2;
} 

#header ul li {
	width: 75px;
    display: inline-block;
    list-style: none;
    margin: 10px 15px;
	text-align: center;
}

#header ul li .page-link {
    color: var(--darkestbrown);
    text-decoration: none;
    font-weight: 600;
    position: relative;
}


#header ul li .page-link.dropdown-open {
    color: var(--pink); 
}

#header ul li .page-link::after {
    content: '';
    width: 0;
    height: 3px;
    background: var(--creamwhite);
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.5s;
}

#header ul li .page-link:hover {
    color: var(--creamwhite);
}

#header ul li .page-link:hover::after {
    width: 100%;
}

#header ul li .active-page {
    color: var(--creamwhite);
    text-decoration: none;
    font-weight: 600;
    position: relative;
}

/* Dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
} 
.service-dropdown-menu {
	display: flex;
	align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/* Initially set the height to 0 */
.dropdown-menu {
    display: block; /* Hidden by default */
    height: 0; /* Start with height 0 */
    padding: 0; /* Start with no padding */
    overflow: hidden; /* Hide content */
    transition: height 0.5s ease, padding 0.5s ease; /* Smooth transition for height */
    position: absolute;
    background: var(--white);
    width: 250px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}



/* Service items layout */
.service-item {
    flex: 1;
    text-align: center; 
    background: var(--white);
	cursor: pointer;
	border-Radius: 5px;
	padding: 1vh 0;
}

.service-item.active-service { 
    background: var(--pink); 
}

.service-item:hover { 
    background: var(--pink); 
}

/* Service images */
.service-item .img-container {
    width: 10vh;
    height: 10vh; 
    margin: 1vh auto;
	background: var(--pink);
	border-radius: 50%;
	display: flex;
	align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.service-item .img-container img {
    width: 6vh;
    height: 6vh;  
}

/* Service links */
.service-item a {
    display: block;
    font-weight: bold;
    color: var(--darkestbrown);
    text-decoration: none;
    transition: color 0.3s;
} 


.phone-img{
        width: 16vh;
        height: 16vh;
        margin: -8vh 0 5vh 0;
		border-radius: 50%;
		Background: var(--brown);
		display: flex;
		align-items: center;
		justify-content: center;
    }
	
	
.phone{
    width: 7vh;
    height: 7vh; 
} 

    .projects {
        width: 30vh;
        height: 7vh;
        font-size: 14px;
        font-weight: 600;
        border-radius: 50px;
        border: none;
        background: var(--darkestbrown);
        color: var(--white);
        cursor: pointer;
    }

    .projects:hover {
        color: #ffffff;
        background: #d51312;
    }
	
	
.social-links a {
    display: inline-block;
    text-align: center;
    height: 4vh;
    width: 4vh;
    background-color: var(--lightbrown);
    opacity: 0.99;
    margin: 7.5vh 5px 10px 0;
    line-height: 4vh;
    border-radius: 10%;
    color: var(--white);
    transition: all 0.5s ease;
}

.social-links a:hover {
    color: var(--white);
    background-color: var(--darkestbrown);
}

/* Hero Section **************************************** */

.background-image{
    width: 100%;
    height: 70vh;
    background-image: url(Images/Warehouse.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.over {
    background: rgba(0, 0, 0, 0.55);
    height: 70vh;
}
 
		
		.hero {
			position: relative;
			width: 100%;
			height: 75vh;	
            color: var(--white);
			 display: flex;	
			justify-content: space-between;
			align-items: flex-end;
			margin-bottom: 30vh;
}

.hero.about-page { 
			margin-bottom: 10vh;
}

.hero .left {
	        position: absolute;
			width: 100%;
			height: 75vh;  
			/*background: rgba(150,139,127,0.75);*/
			background-image: linear-gradient(to top right, rgba(150,139,127,1), rgba(150,139,127,0.75), transparent);
			display: flex;
			flex-direction: column;
			justify-content: flex-end;
			overflow: hidden;
			z-index: 2;
}

.hero .right {
            position: absolute;
			width: 100%;
			height: 75vh;   
			display: flex; 
			overflow: hidden; 
			 background-image: url("Images/Header.png");
        background-size: auto 80vh;
        background-repeat: no-repeat;
        bottom: 0;
        left: 0;
		z-index: 1;
}

.hero.about-page .left{ 
			background: var(--darkestbrown); 
}

.hero.service-page .left{ 
            flex-basis: 100%;
			height: 75vh;  
			background: var(--transparent);
}


.hero .content{
			width: 100%;
			height: 75vh;
			display: flex;
			flex-direction: column;
			justify-content: flex-end;
			margin: auto 0 3vh 0;
			padding-left: 1% 0;
			align-items: center;
			text-align: center;
}

.hero .content.contact-page{ 
			padding-bottom: 7vh;
}

.hero.service-page .content{ 
			justify-content: flex-end; 
			align-items: center;
			padding-left: 0;
}

.img-slider {
	position: relative;
	width: 100%;
	height: 75vh;
	background: var(--darkbrown);
}

.img-slider .slide {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 75vh;
	 display: flex;	
			justify-content: space-between;
			align-items: center;
			clip-path: circle(0% at 0 50%);
}

.img-slider .slide.active-slide { 
    clip-path: circle(150% at 0 50%);
	transition: 1.25s;
	transition-property: clip-path;
}

.img-slider .slide .warehouse{
			width: 100%;
			height: 75vh; 
}

.sub-services {
	z-index: 2;
	position: absolute;
	width: 95%;
	display: flex;
	justify-content: space-between;
	bottom: -20vh;
	left: 50%;
	transform: translateX(-50%);
}

.tab-links{
    font-size: 15px;
    font-weight: 600;
    width:14vh;
    height: 14vh;
    border: none;
    border-radius: 50%;
    color: var(--white); 
    background: var(--darkbrown); 
	cursor: pointer;
}

.tab-links.active-slide{    background: var(--darkestbrown);
}

 
.display-none{
	display: none;
}

        .hero h1 {
    font-size: 30px;
	color: var(--white);
}

.hero.service-page h1 {
    font-size: 30px;
	color: var(--white);
}

.hero h1 span {
	color: var(--darkestbrown);
}
 
 .hero h1.about-page span {
	color: var(--lightestbrown);
}
 
 
.hero p {
    margin-top: 1vh;
    color: var(--white);
}

.hero .service-p {
    margin-top: 1vh;
	width: 95%;
	text-align: center;
    color: var(--white);
}
  	
.load-1,
#load-1 {
    margin-left: -20%;
    opacity: 0;
    transition-delay: 0.5s;
    transition-duration: 0.75s;
}

.load-2,
#load-2 {
    margin-left: -20%;
    opacity: 0;
    transition-delay: 0.65s;
    transition-duration: 0.75s;
}

.load-3,
#load-3 {
    margin-left: -20%;
    opacity: 0;
    position: relative;
    z-index: 99;
    transition-delay: 0.8s;
    transition-duration: 0.7s;
}

#load-5{
	transform: translateY(0);
	opacity: 0;
	transition-delay: 0.10s;
	transition-duration: 0.50s;
}
#load-6{
	transform: translateY(0);
	opacity: 0;
	transition-delay: 0.20s;
	transition-duration: 0.50s;
}
#load-7{
	transform: translateY(0);
	opacity: 0;
	transition-delay: 0.30s;
	transition-duration: 0.50s;
}
#load-8{
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.40s;
	transition-duration: 0.25s;
}
#load-9{
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.50s;
	transition-duration: 0.25s;
}

.button-fill {
    margin: 2vh 5px 0 0;
    font-weight: 600;
	font-size: 13px;
    width: 150px;
    height: 5vh;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    color: var(--white);
    background: var(--darkestbrown);
}

.button-fill.about-page { 
    color: var(--darkestbrown);
    background: var(--white);
}

.button-fill.about-page-2 { 
    color: var(--darkestbrown);
    background: var(--lightestbrown);
}
 
.hero-button {
	 width: 200px;
    height: 6vh;
    margin-top: 3vh;
}

.about-button {
	 width: 180px;
    height: 6vh;
    margin-top: 3vh;
	color: var(--white);
    background: var(--brown);
}

.contact-button {
    background: var(--darkestbrown);
	color: var(--white);
}
 
/* Hero Section Slides Control **************************************** */
  

.slide {
    width: 100%;
}

.slide .slide-icon {
    width: 12vh;
    height: 12vh;
    background: var(--lightgrey);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 50%;
}

.slide .slide-icon.active {
    background: var(--darkestbrown);
}

.slide:hover .slide-icon {
    background: var(--darkestbrown);
}

.slide .slide-icon img {
    width: 45px;
    height: 45px;
}

/* ******************** ABOUT SECTION ******************** */

	
.heading {
    font-size: 30px;
    color: var(--darkestbrown);
    margin-top: 3vh;
    text-align: center;
}

.heading span {
    color: var(--brown);
}


.paragraph {
    color: var(--darkestbrown); 
    margin: 3vh auto;
}

.paragraph.center {
    text-align: center;
}

.paragraph.w-900{
    width: 90%; 
}



.about-section {
	
    margin: 3vh 5% 10vh 5%;
}

.enhance-banner{
	width: 100%;
    height: auto;
	margin: 7vh 0; 
	border-radius: 5px;
	 overflow: hidden; 
	background: radial-gradient(var(--lightestbrown), var(--darkestbrown));
} 

.enhance-banner.home{ 
	border-radius: 0; 
} 

.enhance-left{
	flex-basis: 100%;
	 padding: 5vh 2.5%;
    color: #ffffff;
	display: flex;
	flex-direction: column;
    flex-wrap: wrap;  
	align-items: center;
	text-align: center;
} 

.enhance-left.team{ 
height: 100vh; 
justify-content: center;
}

.enhance-left .mission {
    font-size: 20px; 
	margin-bottom: 2vh;
	color: var(--white);
}

.features { 
	margin-top: 2vh; 
	text-align: center;
}

.values { 
	list-style: none;
	margin: 2vh 0;
}

.values li { 
	margin-bottom: 2vh;
}

.what-we-offer{
	width: 99%;
	margin: 0vh 0.5% 10vh 0.5%;
}

.sub-service-icon {
    width: 15vh;
    height: 15vh;
	margin: 2vh 0;
	background: var(--creamwhite);
	border-radius: 50%;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}

.sub-service-icon .icon-sub {
    width: 5vh;
    height: 5vh; 
}
  
/* Company Statistics **************************************** */

.stats {
    background: var(--white);
    height: auto;
    margin: 5vh 5% 0 5%;
    border-radius: 10px;
}

.stats .counters {
    padding: 2em 1em;
    color: var(--darkestbrown);
    text-align: center;
}

.stats .counters>div {
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1fr, 1fr);
    gap: 4em 0.5em;
}

.stats .counter {
    position: relative;
}

.stats .counter h3 {
    font-size: 32px;
    margin-bottom: 0.5em;
}

.stats .counter h4 {
    font-size: 12px;
    font-weight: 500;
}

.stats .counter:not(:last-child)::before {
    content: '';
    background: var(--white);
    position: absolute;
    width: 1px;
    height: 3em;
    top: 50%;
    transform: translateY(-50%);
    right: -1em;
} 

.service-header-container{
	width: 90%;
	min-height: 60vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 5% 5vh 5%;
	background: transparent;
}

.service-header-container.services-page{
	width: 100%;
	min-height: 60vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 0 5vh 0;
	background: transparent;
}

.darkestbrown{
	background: var(--darkestbrown);
}

.lightestbrown{
	background: var(--lightestbrown);
}

.pink{
	background: var(--darkbrown);
}

.left-br{ 
	border-radius: 5px 5px 0 0;
}

.right-br{ 
	border-radius:  0 0 5px 5px;
}

.service-header-container .service-header-left{
	flex-basis: 100%;
	min-height: 25vh; 
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.service-header-container .service-header-left img{
	height: 7vh;
	width: auto;
}
.service-header-container .service-header-right{
	flex-basis: 100%;
	min-height: 35vh;
	padding: 2vh; 
	display: flex; 
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: top;
}

.service-header-container.services-page .service-header-left{ 
	min-height: 20vh;  
}
.service-header-container.services-page .service-header-right{ 
	min-height: 40vh; 
	justify-content: center; 
}

.service-header-container .service-header-right hr{
	width: 3vh;
	height: 3vh;
	background: var(--darkestbrown);
}

.service-header-container .service-header-right h3{
	font-size: 30px;
	margin-bottom: 1vh;
	color: var(--darkestbrown);
} 

.service-header-container .service-header-right p{
	color: var(--darkestbrown);

}

/* ******************** SERVICES SECTION ******************** */

.service-heading {
    width: auto;
    font-size: 30px;
    margin: 5vh 5% 2vh 5%;
    font-weight: 600;
    color: var(--darkestbrown);
}

.service-heading span {
    width: 5vh;
    height: 5vh;
    background: var(--darkestbrown);
    border-radius: 3px;
    color: var(--darkestbrown);
}

/* Services **************************************** */

.services-section {
    height: auto;
    margin: 5vh 0 7vh 0;
    border-radius: 10px;
}

.services-section.services-page{ 
    margin: 2vh 0; 
}
  


.background-image-2{
    width: 100%;
    height: 70vh;
    background-image: url(Images/Designs/Residential-Design.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
	margin-top: 12vh;
}


/* Clients **************************************** */
 
.get-in-touch {
    width: 90%;
    height: auto;
    margin: 5vh 5%;
    border-radius: 5px;
	
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
}
 
.get-in-touch p {
    margin: 2vh 0;
}

.get-in-touch h5 {
    font-size: 25px;
    color: var(--darkestbrown);
} 

.get-in-touch span{
    font-weight: 600;
}
 
 
/* Why Choose Us ************************************************** */

.contact-benefits {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: top;
    flex-wrap: wrap;
    margin: 5vh 1%;
}

.contact-benefits.about-page { 
    margin: 2vh 5%;
}

.contact-benefits div {
    height: auto;
    width: 100%; 
    overflow: hidden;
    padding: 10px;
    font-size: 12px;
    font-weight: 300;
    text-align: center; 
}

.contact-benefits div .benefit-icon {
	width: 15vh;
	height: 15vh;
	background: var(--darkestbrown);
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 50%;
	border: none;
	margin: 2vh auto;
}

.contact-benefits div .benefit-icon img {
    width: 8vh;
    height: auto;
}

.contact-benefits div h2 {
    min-height: 4vh;
    font-size: 15px; 
    color: var(--midgrey);
	font-weight: 600; 
    position: relative;
}



    #contact {
        width: 94%;
        margin: 0 3%;
    }


    #contact p {
        font-size: 12px;
        font-weight: lighter;
        margin: 5vh auto;
        color: #090909;
    }

    #contact h6 {
        font-size: 16px;
        margin: 4vh auto;
        color: #090909;
        font-weight: 500;
    }

    .contact-us {
        width: 100%;
        height: auto;
        margin: 10vh 0 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .contact-us .left,
    .contact-us .middle,
    .contact-us .right {
        flex-basis: 100%;
        height: auto;
        margin-bottom: 5vh;
    }

    .contact-us img {
        height: 5vh;
        width: auto;
    }

    .contact-us h5 {
        font-size: 15px;
        color: #181818;
        font-weight: 300;
    }

    .contact-us h4 {
        font-size: 15px;
        color: #090909;
        font-weight: 300;
        margin: 2vh 0;
    }

    .contact-us h3 {
        font-size: 15px;
        color: #090909;
        margin: 2vh 0;
    }
	
	 .contact-us h3 a { 
        color: #090909; 
    }



/*
** Footer **************************************************
*/

footer {
    background: var(--darkestbrown);
    padding: 10vh 0 5vh 0;
} 

.footer-logo {
    height: auto;
    width: 90%;
	border-radius: 3px;
}

.top-footer {
    margin: 0 auto;
    width: 90%;
    color: var(--brown);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bottom-footer {
    margin: 0 auto;
    width: 100%;
    color: var(--white);
	background: var(--brown);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	padding: 2vh 5%;
}

footer .footer-contact i {
    color: var(--white);
    font-size: 12px;
}

footer .top-footer .column1 {
    flex-basis: 100%;
	margin-bottom: 5vh;
	display: flex;
    justify-content: center;
}


footer .top-footer .column2 {
    flex-basis: 100%; 
	margin-bottom: 5vh;
	text-align: center;
} 
 
footer .top-footer .column3 {
    flex-basis: 100%; 
	margin-bottom: 5vh; 
	display: flex;
    justify-content: center;
}

footer .top-footer h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
}

footer .top-footer .column2 ul {
    list-style: none;
    font-size: 13px;
    margin-top: 2vh;
}

footer .top-footer .column2 ul li {
    margin-top: 1vh;
}

footer .top-footer .column2 ul li a {
    color: var(--brown);
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
}

footer .top-footer .column2 ul li .active-page {
    color: var(--creamwhite);
}

footer .top-footer .column2 ul li a:hover {
    color: var(--creamwhite);
}

footer .top-footer .column2 ul li .icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--lightergrey);
    border-radius: 50%;
    cursor: pointer;
    margin-top: 10px;
}

footer .top-footer .column2 ul li .icon:hover {
    background: var(--lightergrey);
}

footer .top-footer .column2 ul li .icon img {
    width: 20px;
    height: 20px;
    margin: auto;
}

footer .top-footer .social-links a {
    margin: 2vh 4px 10px 0;
}

footer .bottom-footer .column1 {
    flex-basis: 90%;
    justify-content: center;
	text-align: center;
}
  
footer .bottom-footer .column1 .copyright {
    font-size: 12px;
	margin-top: 1vh;
}

footer .bottom-footer .column1 .copyright a {
    font-size: 12px;
    font-weight: 600;
    color: var(--white);
}

footer .bottom-footer .column1 .copyright:hover a {
    color: var(--white);
}

.footer-contact {
    font-size: 13px;
    margin-top: 1vh;
}

.additional {
    height: 5vh;
    background: linear-gradient(45deg, var(--lightbrown) 2.34%, var(--darkestbrown) 100.78%);
    width: 76%;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.additional h6 {
    font-size: 13px;
    color: var(--white);
}


}



