@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

.body-wrapper {
  overflow: hidden;
  font-family: "Roboto", sans-serif;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.whatsapp-float:hover {
  background-color: #1ebc57;
  transform: scale(1.1);
}

.upper-nav-wrapper {
  font-size: small;
  background-color: rgb(243, 246, 248);
  font-weight: 600;
}

.social-link a i {
  color: #000;
}

.nav-item a {
  font-weight: 600;
  color: #ffffff;
}

.main-nav-wrapper {
  background-color: #000;
}

/* Move the dropdown slightly down */
.nav-item .dropdown-menu {
  margin-top: 25px !important;
  border-radius: 0; /* adds space below the nav-link */
  border-bottom: 3px solid black;
}

.dropdown-menu li a {
  color: #000;
  font-weight: 400 !important;
}

.toggle {
  border: none;
  background-color: transparent;
}

.toggle i {
  color: white;
}
.carousel {
  position: relative;
  z-index: -1;
}

/* Default: desktop */
.carousel-caption {
  position: absolute;
  top: 0;
  left: 25%;
  bottom: 0;
  width: 50%; /* Text takes half of carousel */
  padding-left: 50px;
  text-align: left;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Mobile: screens <768px (Bootstrap md breakpoint) */
@media (max-width: 767.98px) {
  .carousel-caption {
    width: 90%; /*
    Use more space on small screens */
    padding-left: 20px; /* Reduce padding */
    text-align: center; /* Center text on
    mobile */
    justify-content: flex-end; /* Optional: move text towards bottom */
    bottom: 0; /* Add space from bottom */
    top: auto; /* Remove top 0 */
  }
  .carousel-caption h1 {
    font-size: 1.5rem; /* Smaller heading on mobile */
  }
  .carousel-caption p {
    font-size: 1rem; /* Smaller paragraph */
  }
  .carousel-caption .btn {
    font-size: 0.9rem; /*
    Smaller button */
    padding: 0.5rem 1rem;
  }
  .about-bg-img {
    display: none;
  }
}
.carousel-caption {
  z-index: 1;
}
.why-us-wrapper {
  margin-top: -60px;
  z-index: 1000;
}
.why-us-card-wrapper {
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 15px;
}
.why-us-heading h5 {
  color: rgb(12, 12, 12);
  transition: 0.5s ease-in-out;
  text-align: center;
  padding: 2px;
}
.why-us-heading p {
  color: rgb(102, 99, 99);
  text-align: justify;
  font-size: 14px;
}
.why-us-card-wrapper:hover .why-us-heading h5 {
  color: rgb(241, 0, 0);
}
.about-us-wrapper {
  position: relative;
}
.about-us-btn {
  background-color: #000;
  color: white;
  padding: 15px 25px;
  text-decoration: none;
}
.about-us-img img {
  border-radius: 15px;
}
.abot-us-img-wrapper {
  position: relative;
}
.about-bg-img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -65px;
}
.our-services-wrapper {
  background-color: #fafafa;
}
#scrollnavbar {
  background-color: #000000;
  position: fixed;
  top: -150px;
  width: 100%;
  display: block;
  transition: top 0.3s;
  z-index: 100000;
}
.service-header {
  color: rgb(61, 58, 58);
}
.service-des p {
  color: #222121;
  text-align: justify;
  font-size: small;
}
.services-card-wrapper {
  border: 1px solid rgb(252, 252, 252);
  border-radius: 15px;
  transition: 0.5s ease-in-out;
}
.services-card-wrapper:hover {
  color: #fcfcfc !important;
  background-color: #f0eded;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.service-slider {
  position: relative;
}
.slick-prev {
  position: absolute;
  right: 0;
  opacity: 0;
  bottom: 0;
  border: none;
  background: transparent;
  display: flex;
}
.slick-next {
  position: absolute;
  left: 0;
  border: none;
  background: transparent;
  display: flex;
  opacity: 0;
} /* Overlay background */
.overlay {
  height: 100%;
  width: 0; /* Hidden by default */
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.95);
  overflow-x: hidden;
  transition: 0.4s;
} /* Overlay content */
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
}
.overlay-content a {
  padding: 15px;
  display: block;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.overlay-content a:hover {
  color: #0d6efd; /* Bootstrap primary color */
} /* Close button */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 3rem;
  color: #fff;
  background: none;
  border: none;
} /* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 90px; /* above WhatsApp */
  right: 20px;
  width: 60px;
  height: 60px;
  background: #000000;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 999;
} /* Progress Circle */
.progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}
.progress-ring__circle {
  stroke-dasharray: 157;
  stroke-dashoffset: 157;
  transition: stroke-dashoffset 0.35s;
}
.back-to-top i {
  position: absolute;
  font-size: 28px;
}
.brand-marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  background: #f8f9fa;
  padding: 20px 0;
}
.marquee-track {
  display: inline-flex;
  animation: scroll-left 25s linear infinite;
}
.marquee-track img {
  height: 60px;
  margin: 0 40px;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
.marquee-track img:hover {
  filter: grayscale(0%);
}
/* Animation */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.contact-form-wrapper {
  background-color: #ffffff;
}

/* footer */
.footer {
  overflow: hidden;
}

.footer-wrapper {
  background-color: rgb(0, 0, 0);
  color: white;
  font-weight: 200;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.footer-heading p {
  font-size: 20px;
  text-transform: uppercase;
}

.footer-hr {
  border: 1px solid rgb(12, 214, 12);
  width: 50px;
  opacity: 100%;
  transition: 0.5s ease-in-out;
}
.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  float: left;
}

.footer-links li a {
  text-decoration: none;
  color: grey;
}

.footer-links li a:hover {
  text-decoration: none;
  color: rgb(248, 246, 246);
}

#footer-area:hover .footer-hr {
  border: 1px solid rgb(12, 214, 12);
  width: 100px;
  opacity: 100%;
}

.designer-details p {
  color: rgb(209, 202, 202);
  text-decoration: none;
}

.designer-details p a {
  color: rgb(209, 202, 202);
  text-decoration: none;
}

.social-links {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.social-links a {
  padding: 15px 19px;
  border-radius: 50%;
  background-color: #0e6812;
  color: white;
}

.social-links .facebook {
  padding: 15px 19px;
  border-radius: 50%;
  background-color: #0e6812;
  color: white;
}
