* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}

body {
    background-color: #000;
    color: white;
}

/* Navigation Bar Styles */
nav {
    background-color: #000;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 50px;
    border-bottom: 1px solid #333;
}

.logo {
    
   
    
    .logo {
    width: 250px;
    height: 100px;
    background-color: #333;
    display: flex;
    align-items: left;
    justify-content: left;
    color: white;
    border-radius: 10px;
    text-align: left;
    position: relative;
    margin-right: auto; /* ✅ Left align karega */

    
    
}


}



.nav-links {
    display: flex;
    list-style: none;
    align-items: center;
}

.nav-links li {
    margin: 0 10px;
    display: flex;
    align-items: center;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    padding: 5px 10px;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #ccc;
}

.dot {
    width: 4px;
    height: 4px;
    background-color: white;
    border-radius: 50%;
    margin: 0 15px;
}

.get-in-touch {
    margin-left: 20px;
}

.get-in-touch button {
    background-color: #808080;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.get-in-touch button:hover {
    background-color: #6e6e6e;
}


nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo {
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    
    
}

.hamburger {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: white;
    z-index: 1001;
}

@media (max-width: 768px) {
    .hamburger {
        display: block;
        position: absolute;
        right: 20px;
        top: 15px;
    }

    .nav-links {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #000;
        flex-direction: column;
        display: none;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        margin: 15px 0;
        text-align: center;
    }

    .get-in-touch button {
        width: 80%;
        margin: 0 auto;
    }
}
/* Footer Styles */
footer {
    background-color: #000;
    color: #ccc;
    padding: 60px 50px 30px;
    border-top: 1px solid #333;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section {
    flex: 1;
    min-width: 300px;
    margin-bottom: 30px;
    padding: 0 20px;
}

.footer-section h3 {
    color: white;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #808080;
}

.footer-section p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: white;
}

.contact-info {
    list-style: none;
}

.contact-info li {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.contact-info i {
    margin-right: 10px;
    color: #808080;
}

.whatsapp-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    border: 1px solid #808080;
}

.whatsapp-icon img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #333;
    color: #808080;
    font-size: 14px;
}

@media (max-width: 768px) {
    .footer-section {
        min-width: 100%;
        margin-bottom: 40px;
    }
}
@media (max-width: 768px) {
    nav {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 20px;
    }
    .nav-links {
        flex-direction: column;
        width: 100%;
        margin-top: 10px;
    }
    .nav-links li {
        margin: 10px 0;
    }
    .get-in-touch {
        margin-left: 0;
        width: 100%;
    }
    .get-in-touch button {
        width: 100%;
    }
}
.hamburger {
    display: none;
    font-size: 26px;
    cursor: pointer;
    color: white;
}

@media (max-width: 768px) {
    nav {
        flex-direction: row;
        justify-content: space-between;
    }
    .logo {
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
    }
    .hamburger {
        display: block;
        position: absolute;
        right: 20px;
        top: 15px;
    }
    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        margin-top: 50px;
    }
    .nav-links.active {
        display: flex;
    }
}
.google-reviews {
  padding: 50px 20px;
  background-color: #111;
  text-align: center;
  overflow: hidden;
}
.google-reviews h2 {
  font-size: 28px;
  margin-bottom: 40px;
  color: white;
}
.carousel-container {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.review {
  min-width: 400px;
  background-color: #222;
  margin: 0 10px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(255,255,255,0.05);
  display: flex;
  align-items: center;
  gap: 15px;
}
.review img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #444;
  object-fit: cover;
}
.review-content {
  text-align: left;
}
.review-content h3 {
  margin: 0;
  font-size: 18px;
  color: white;
}
.review-content .stars {
  color: gold;
  font-size: 16px;
  margin: 4px 0;
}
.review-content p {
  font-size: 14px;
  color: #ccc;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  padding: 10px;
  border-radius: 50%;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 30px;
  height: 30px;
}

