@charset "utf-8";
    /* General Font Settings */
    body {
      font-family: 'Gotham', Arial, sans-serif;
    }
    h1, h2, h3, h4, h5, h6 {
      font-family: 'Gotham', Arial, sans-serif;
      font-weight: bold;
    }
    p, a, button, .navbar-brand {
      font-family: 'Gotham', Arial, sans-serif;
      font-weight: normal;
    }
	  /* General Fixes */
	  section {
  scroll-margin-top: 70px; /* Adjust for fixed navbar height */
}
	  html {
  scroll-behavior: smooth;
}
/* Navbar */
.navbar {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1000;
  background: black;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Navbar Brand (Logo) */
.navbar .navbar-brand img {
  width: 200px; /* Keeps logo intact */
  height: auto;
  max-height: 50px;
}

/* Centered Navbar Links */
.navbar-collapse {
  justify-content: center;
	display: flex;
	flex-grow: 1;
}

/* Navbar Links */
.navbar .nav-link {
  font-size: 1rem;
  color: #fff;
  margin: 0 15px;
  text-transform: uppercase;
}
.navbar .nav-link:hover {
  color: #007bff;
}

/* Navbar Toggler */
.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.8);
}
.navbar-toggler-icon {
  filter: invert(1) brightness(150%); /* White toggle icon */
  transform: scale(0.75);
}

/* Navbar Dropdown (Small Screens) */
.navbar-collapse {
  background: black; /* Matches navbar background */
  padding: 10px;
  text-align: center;
}

/* Social Media Icons (Larger Screens) */
.social-icons {
  display: flex;
  gap: 15px;
}
.social-icons a {
  color: #fff;
  transition: color 0.3s ease;
}
.social-icons a:hover {
  color: #007bff;
}

/* Ensures consistent icon sizing */
.social-icons a i {
  font-size: 20px; /* Ensures icons are 20px tall */
}

/* X Logo (Larger Screens) */
.social-icons .x-logo {
  width: 20px;
  height: 20px;
}

/* Hide top social icons on small screens */
@media (max-width: 992px) {
  .social-icons {
    display: none; /* Hide default position */
  }
  
  /* Show icons inside dropdown on small screens */
  .navbar-collapse .social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 10px;
  }

  /* X Logo inside dropdown */
  .navbar-collapse .social-icons .x-logo {
    width: 20px; /* Slightly larger for better visibility */
    height: 20px;
  }
}

/* Hero Section*/
.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.hero picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
}


/* 🔹 Clients Section */
.clients {
  padding: 64px 32px;
  background-color: #f8f9fa;
  overflow: hidden;
}

/* 🔹 Horizontal Scrolling Wrapper */
.client-slider {
  display: flex;
  gap: 20px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  max-width: 100%;
}

/* 🔹 Animated Scrolling Effect */
.client-slider .logo-track {
  display: flex;
  gap: 30px;
  animation: scroll 10s linear infinite; /* Adjust speed here */
}

/* 🔹 Adjust Logo Sizing */
.client-logo {
  width: 150px;
  height: auto;
  flex-shrink: 0;
}

/* 🔹 Keyframes for Infinite Scroll */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); } /* Moves left continuously */
}
/* Apply the new speed */
.client-slider .logo-track {
  animation: scroll 20s linear infinite; /* Slowed down from 10s to 20s */
}

/* 🔹 Duplicate Logos for Seamless Scrolling */
.client-slider .logo-track::after {
  content: "";
  display: flex;
}
	  
  /* About Us Section */
  .about {
    padding: 4rem 2rem;
  }
  .about h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  .about .text-box {
	  font-size: 0.9rem;
    text-align: left;
    line-height: 1.6rem;
    color: #333;
  }
  .about .image-placeholder .placeholder {
    width: 100%;
    height: 300px;
    background-color: #ddd; /* Light gray background for the placeholder */
    display: flex;
    align-items: center;
    justify-content: center;
	  overflow: hidden;
  }

.about .image-placeholder img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}
  .about .image-placeholder .placeholder:before {
    content: "Image Placeholder"; /* Optional placeholder text */
    color: #666;
    font-size: 1rem;
  }

    /* Call-to-Action Section */
    .cta {
      padding: 4rem 4rem;
      text-align: center;
      background-color: #f8f9fa;
    }
    .cta h1 {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .cta button {
      padding: 10px 20px;
	margin-top: 20px;
      font-size: 1.2rem;
      border-radius: 5px;
    }
	  /* Services Section */
  .services {
    padding: 20px 20px; /* Padding above and below each section */
	  background-color: #f8f9fa;
  }
  .services .text-box {
    width: 500px;
    max-width: 100%; /* Ensure responsiveness on smaller screens */
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .services .text-box h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .services .text-box p {
    font-size: 14px ;
    line-height: 1.6;
  }
	  .services .text-box h3 {
    font-size: 18px ;
    line-height: 1.6;
  }
	  .services .text-box ul {
    font-size: 14px ;
    line-height: 1.6;
  }
  .services .image-box img {
    width: 500px;
    height: 350px;
    object-fit: cover;
    border-radius: 0px; /* Optional rounded corners */
  }
/* Additional Services Section */
  .additional-services {
    padding: 4rem 2rem;
	background-color: #f8f9fa;
  }
  .additional-services .service-box {
    border: 1px solid #ddd; /* Light border for the box */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    background-color: #f8f9fa;; /* White background */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effect */
    overflow: hidden; /* Ensures content stays inside the box */
  }
  .additional-services .service-box:hover {
    transform: translateY(-5px); /* Lift effect on hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Emphasized shadow on hover */
  }
  .additional-services img {
    width: 50%; /* Stretch the image to the full width of the box */
    height: auto; /* Maintain aspect ratio */
  }
  .additional-services h2 {
    font-size: 1.5rem;
    margin: 1rem 0;
  }
  .additional-services p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    padding: 0 1rem; /* Add padding for text readability */
  }

  /* Responsive Fixes for Smaller Screens */
  @media (max-width: 768px) {
    .additional-services {
      padding: 3rem 1rem; /* Adjust padding for smaller screens */
    }
    .additional-services img {
      margin-bottom: 1.5rem; /* Add spacing below images */
    }
	   .about .image-placeholder {
    display: none;
  } 
  .services .image-box {
    margin-bottom: 1.5rem;
  }
  .services .text-box {
	  margin-top:20px;
    height: auto;
  }

	  #footer .col-md-6,
  #footer .text-md-end {
    text-align: left !important;
  }

  #footer .social-icons {
    justify-content: flex-start !important;
    gap: 10px;
  }

  .footer-logo-container {
    justify-content: flex-start !important;
  }

  .footer-logo img {
    max-height: 40px;
  }

  #footer .row {
    gap: 20px;
  }

  #footer .col-md-6 {
    padding-bottom: 20px;
  }
  }


	/* Testimonial Section */
  .testimonials {
  padding: 4rem 2rem;
  background-color: #fff;
}

.testimonials h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.testimonials .lead {
  font-size: 1.2rem;
  color: #6c757d;
}

.testimonials .rating .bi-star-fill {
  margin-right: 5px;
}

.testimonials .carousel .blockquote {
  font-style: italic;
  font-size: 1.1rem;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
}

.testimonials .blockquote-footer {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #6c757d;
}

.testimonials .btn-primary {
  font-size: 1.2rem;
  padding: 10px 20px;
}

    /* Embedded Google Map */
    iframe {
      border: 0;
      width: 100%;
      height: 100%;
    }

/* Footer Styling */
#footer {
  background-color: #f8f9fa;
  color: #6c757d;
}

#footer h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #000;
}

#footer a {
  color: #007bff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer .social-icons {
  display: flex;
  gap: 0px; /* Adds spacing between icons */
  justify-content: flex-end;
  align-items: center;
}

#footer .social-icons a {
  color: #6c757d;
  font-size: 20px;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#footer .social-icons a:hover {
  color: #007bff;
}

#footer .logo img {
	display: block;
  max-width: 100px;
  height: auto;
	object-fit: contain;
}

#footer p {
  font-size: 0.875rem;
}
.footer-logo-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
	padding-bottom: 5px;
	vertical-align: middle;
}

.footer-logo {
  width: 200px;
	max-width: 200px;
	max-height: autopx;
  display: inline-block;
}
@media (max-width: 768px) {
  .footer-logo img {
    max-height: 40px;
  }
	  /* Adjust social media icons inside the footer */
  #footer .social-icons a {
    padding: 5px; /* Matches navbar padding */
    font-size: 20px;
  }
	#footer .row {
    gap: 20px; /* Adds space between columns */
  }

  #footer .col-md-6 {
    padding-bottom: 20px; /* Adds spacing between sections */
  }
}
/* Reduce spacing under Contact Us details */
.col-md-6 p {
  margin-bottom: 5px;
  line-height: 1.4;
}

    /* Smaller Hero Section */
    .hero-small {
      height: 40vh;
      display: flex;
      justify-content: center;
      align-items: center;
      background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                  url('https://via.placeholder.com/1920x400') no-repeat center center/cover;
      color: #fff;
      text-align: center;
    }

    .hero-small h1 {
      font-size: 2.5rem;
      font-weight: bold;
    }

    /* Privacy Policy Section */
    #privacy-policy {
      padding: 4rem 2rem;
      background-color: #f8f9fa;
    }

    #privacy-policy h1 {
      font-size: 2.5rem;
      margin-bottom: 2rem;
    }

    #privacy-policy h2 {
      font-size: 1.5rem;
      margin-bottom: 1rem;
    }

    #privacy-policy .accordion-button {
      font-weight: bold;
      color: #007bff;
      background: none;
    }

    #privacy-policy .accordion-button:focus {
      box-shadow: none;
    }

    #privacy-policy .accordion-body {
      font-size: 1rem;
      line-height: 1.6;
    }