body{
    margin: 0;
    font-family: arial, sans-serif;
    background: #111;
    color: white;

}




/* ICONS */

.fa{
    font-size: 7px;
}


/* RESET */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

/* BODY */
body {
background: #111;
color: white;
font-family: 'Roboto', sans-serif;
}

/* NAVBAR */
nav {
position: fixed;
width: 100%;
top: 0;
z-index: 100;
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 50px;
background: rgba(0,0,0,0.85);
/*backdrop-filter: blur(5px);*/
}

nav h1 {
font-family: 'Oswald', sans-serif;
letter-spacing: 2px;
}

nav a {
color: white;
text-decoration: none;
margin-left: 25px;
transition: 0.3s;
}

nav a:hover {
color: orange;
}

 /*HERO SECTION */
 
 
 .hero {
  min-height: 100vh;
  width: 100%;
  /*padding:120px 20px 40px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.hero-content{
    width:100%;
    max-width:1000px;
    margin:0 auto;
    text-align:center;
}


.sweeping-hero {
  background-image:
    linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
    url("new-images/sweeping-7.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.civil-hero {
  background-image:
    linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
    url("new-images/civil-2.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
 
.hero h2 {
font-size: 4rem;
max-width: 900px;
font-family: 'Oswald', sans-serif;
margin-bottom: 20px;
}

.hero p {
font-size: 1.3rem;
margin-bottom: 30px;
}

/* BUTTON */
.btn {
padding: 15px 35px;
background: orange;
color: black;
text-decoration: none;
font-weight: bold;
border-radius: 5px;
transition: 0.3s;
}

.btn:hover {
transform: scale(1.05);
background: white;
}

/* SERVICES */
.services {
padding: 100px 20px;
text-align: center;
}

.services h2 {
font-size: 3rem;
margin-bottom: 50px;
font-family: 'Oswald', sans-serif;
}

.service-box {
background: #1d1d1d;
padding: 30px;
margin: 20px auto;
max-width: 600px;
border-left: 5px solid orange;
transition: 0.3s;
}

.service-box:hover {
transform: translateY(-5px);
}

/* CONTACT */
.contact {
background: #1a1a1a;
padding: 100px 20px;
text-align: center;
}

.phone-link{
    color: orange;
    font-weight: bold;
    text-decoration: none;
}

.phone-link:hover{
    color: white;
}

/* FORM */
form {
max-width: 500px;
margin: 40px auto 0;
display: flex;
flex-direction: column;
gap: 15px;
}

input,
select,
textarea {
padding: 15px;
border: none;
border-radius: 5px;
font-size: 16px;
}

textarea {
min-height: 120px;
}

form button {
padding: 15px;
background: orange;
color: black;
border: none;
font-weight: bold;
cursor: pointer;
border-radius: 5px;
transition: 0.3s;
}

form button:hover {
background: white;
}

/* gallery */

.gallery-section{
    margin-top:0;
    padding: 100px 20px;
    background: #111;
    text-align: center;
}
.gallery-section h2{
    font-family: 'Oswald', sans-serif;
    font-size:3rem;
    margin-bottom: 15px;
}

.gallery-section p{
    margin-bottom: 40px;
    font-size:1.1rem;
}

.gallery-scroll{
    display: flex;
    gap:20px;
    overflow-x:auto;
    padding: 20px;
    scroll-snap-type: x mandatory;
}

.gallery-scroll img{
    min-width: 320px;
    height: 240px;
    object-fit: cover;
    border-radius: 12px;
    scroll-snap-align: center;
    transition: transform 0.3s ease;
}

.gallery-scroll img:hover{
    transform: scale(1.05);
}

/* Scrollbar style */

.gallery-scroll::-webkit-scrollbar{
    height:10px;
}

.gallery-scroll::-webkit-scrollbar-track{
    background: #1a1a1a;
    border-radius: 20px;
}

.gallery-scroll::-webkit-scrollbar-thumb{
    background: orange;
    border-radius: 20px;
}

.gallery-scroll::-webkit-scrollbar-thumb:hover{
    background: #ffb347;
}

/* google Maps inlay */

.map-section{
    padding: 100px 20px;
    background: #111;
    text-align: center;
}

.map-section h2{
    font-family: 'Oswald', sans-serif;
   font-size: 3rem;
   margin-bottom:15px ;
}

.map-section p{
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.map-section iframe{
    max-width: 1000px;
    border-radius: 10px;
}


.service-area-list{
    max-width: 900px;
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.service-area-list span{
    background: #1d1d1d;
    border: 1px solid orange;
    padding: 10px 18px;
    border-radius: 30px;
    font-weight: bold;
}


.business-address{
    margin-top: 35px;
}

.business-address h3{
    font-family: 'Oswald', sans-serif;
    margin-bottom: 10px;
    font-size: 1.8em;
}

.business-address p{
    line-height: 1.8;
    font-size: 1.1rem;
}

/* FOOTER */
footer {
background: black;
text-align: center;
padding: 25px;
}

/* MOBILE */
@media (max-width: 768px) {

nav {
padding: 15px 20px;
}

.hero h2 {
font-size: 2.5rem;
}

nav a {
margin-left: 10px;
font-size: 14px;
}

}

/* CIVIL STYLE on OFFSITE SWEEPING PAGE */


.civil-link{
    padding: 100px 20px;
    text-align: center;
    background: #111;
}


.civil-link h2{
    font-family: 'Oswald', sans-serif;
    font-size: 3rem;
    margin-bottom: 20px;

}

.civil-link p{
    max-width: 650px;
    margin: 0 auto 30px;
    font-size: 1.1rem;
}

.nav-btn{
    color: orange;
    font-weight: bold;
}

