body {
    background-color: #000000 !important;; /* Black */
    color: #ffffff; /* White text color */
    font-family: Arial, sans-serif;
    text-align: center;
}
/* Base styles */
.hamburger {
    display: none;
    font-size: 30px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
  }
  
  #nav-menu ul {
    display: flex;
    gap: 20px;
  }
  
  /* MOBILE styles */
  @media (max-width: 768px) {
    .hamburger {
      display: block;
      position: absolute;
      top: 25px;
      right: 20px;
      z-index: 1001;
    }
  
    #nav-menu ul {
      display: none;
      flex-direction: column;
      background-color: black;
      width: 100%;
      position: absolute;
      top: 80px;
      left: 0;
      z-index: 1000;
      padding: 10px 0;
      text-align: center;
    }
  
    #nav-menu ul.show {
      display: flex;
    }
  }
  @media (max-width: 768px) {
    .phone-number {
      display: none;
    }
  }
  
header {
    position: sticky;
    top: 0;
    background: #000000;
    color: #fff;
    padding: 1rem 0rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000; /* Ensures the header stays on top of other content */
    width: 100%;
}

header nav ul {
    list-style-type: none;
    display: flex;
    justify-content: center; /* Add this line */
    width: 100%; /* Ensure the ul spans the full width of the nav */
    padding: 1000; /* Ensures there is no default padding */
}


header nav ul li {
    padding: 10.5px 35px;
}

header nav ul li a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}
header nav ul li a:hover {
    color: #20e7ff; /* Change to your preferred hover color */
}

nav {
    width: 100%; /* Full width to ensure it can center contents within the header */
    text-align: center;
}

nav ul {
    display: inline-block; /* Allows the list to resize according to its content */
    margin: 0; /* Removes default margin */
    padding: 10px; /* Removes default padding */
}
.logo {
    transition: box-shadow 0.3s ease-in-out; /* Smooth transition for the glow effect */
}

.logo:hover {
    box-shadow: 0 0 15px rgba(5, 255, 255, 0.75); /* White glow */
}
.phone-number a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: -1rem;
    position: absolute; /* or fixed */
    right: 20px; /* Move it left from the edge */
    white-space: nowrap;
}
.hero {
    position: relative;
    width: 100%;
    height: 50vh;              /* adjust height as you like */
    overflow: hidden;
  }
  
  .hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 99%;               /* stretch to fill width */
    height: auto;
    min-height: 10%;          /* ensure it covers the container vertically */
    transform: translate(-50%, -50%);
    object-fit: fill;         /* crop to fill without distortion */
    z-index: 0;
  }
  
  /* Optional: dark overlay so white text pops */
  .hero-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  
  .hero-overlay h1 {
    font-size: 3rem;
    margin: 0;
    color: #fff;
  }
  
/* contact */
* {
    margin: 0;
    padding: 0;
    color: #ffffff;
}

html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    background-color: rgb(10, 10, 10);
    font-family: Arial, Helvetica, sans-serif;
    max-width: 100rem;
    margin: auto;
    font-size: 1rem;
}

.btn {
    padding: 1rem 2rem;
    border-radius: 2rem;
    border: none;
    background: linear-gradient(267deg, #20e7ff 1%, #20e7ff 100%);
    font-size: 1.2rem;
    text-decoration: none;
}

.animation {
    cursor: pointer;
    transition: 0.5s;
}

.animation:hover {
    transform: scale(1.03);
}

.flex {
    display: flex;
    align-items: center;
}

.text-effect {
    background: linear-gradient(267deg, #20e7ff 1%, #20e7ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.container {
    flex-direction: column;
    justify-content: fixed;
    gap: 4rem;
    margin: 4rem 10rem 10rem;
}

.container-title {
    position: relative;
}

.container-title h2 {
    padding: 0 2rem;
    font-size: 2.5rem;
}

.container-title img {
    position: absolute;
    bottom: -1rem;
    right: 0;
    z-index: -1;
    width: 6rem;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-height: 7rem;
    gap: 3rem;
}

.grid-container img {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0.5rem;
}

.grid-container img {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0.5rem;
}

.contact-section {
    gap: 4rem;
}

.contact-left {
    align-items: start;
    flex-direction: column;
    gap: 2rem;
}

.contact-left p {
    line-height: 2rem;
}

.contact-details {
    align-items: start;
    flex-direction: column;
    gap: 2rem;
}

.contact-detail {
    align-items: fixed;
    gap: 1rem;
}

.contact-right {
    flex-direction: column;
    align-items: start;
    gap: 1.5rem;
    font-size: 1.2rem;
}

.contact-right input,
.contact-right textarea {
    border: none;
    width: 20rem;
    height: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0.5rem;
    border-radius: 0.2rem;
    color: #000;
}

@media (max-width: 668px) {
    .contact-section {
        flex-direction: column;
    }
}

.review-form {
    width: 300px;
    margin: auto;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.review-form form {
    display: flex;
    flex-direction: column;
}

.review-form input, .review-form select, .review-form textarea {
    margin-bottom: 10px;
    padding: 8px;
}

.review-form button {
    background-color: #20e7ff;
    color: rgb(0, 0, 0);
    border: none;
    padding: 10px;
    cursor: pointer;
}

.review-form button:hover {
    background-color: #20e7ff;
}
.review-display {
    margin-top: 40px;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
  }
  
  .review-box {
    background: white;
    border-left: 4px solid #222;
    padding: 15px;
    margin-bottom: 20px;
  }
.review-form input,
.review-form textarea {
    color: #000000; /* Sets the text color to black */
    background-color: #ffffff; /* Optional: Sets a white background for better contrast */
    border: 1px solid #ccc; /* Optional: Adds a light grey border */
    padding: 8px; /* Adds some padding inside the input fields and textarea */
}

.review-form input::placeholder,
.review-form textarea::placeholder {
    color: #ffffff; /* Lighter color for placeholders */
}
.review-form select {
    color: #000000; /* Text color inside the dropdown */
    background-color: #ffffff; /* Light grey background for the dropdown */
    border: 1px solid #ffffff; /* Subtle border color */
    padding: 8px; /* Padding for better text alignment */
    width: 100%; /* Ensures the dropdown takes up the full container width */
}

.review-form select:hover {
    background-color: #000000; /* Slightly darker background on hover */
}

.review-form select:focus {
    border-color: #000000; /* Highlight color when the dropdown is focused */
}
.content-box {
    background-color: #000000; /* or any color you prefer */
    color: #fff; /* for text color */
    padding: 20px;
    max-width: 1200px; /* or any max width you prefer */
    margin: auto; /* centers the box horizontally */
    overflow: hidden; /* ensures all content is contained within the box */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* optional: adds shadow for better visibility */
    border-radius: 10px; /* optional: rounds the corners of the box */
}
footer {
    background-color: #000000; /* Dark background */
    color: #fff; /* White text */
    display: flex;
    justify-content: space-between; /* Align items on opposite ends */
    align-items: center; /* Vertical alignment */
    padding: 20px 50px; /* Padding around the content */
}

.footer-left {
    text-align: left;
}

.footer-left p {
    margin: 20px 0; /* Small margin between text lines for better readability */
}

.footer-logo {
    width: 300px; /* Adjust size as needed */
    margin-bottom: 10px; /* Space below the logo */
}

.footer-right a {
    color: #fff; /* Ensures links are white */
    text-decoration: none; /* No underline */
    margin-left: 20px; /* Space between links */
    font-size: 16px; /* Font size for readability */
}

.footer-right a:hover {
    text-decoration: underline; /* Underline on hover for better UX */
}

@media (max-width: 768px) {
    footer {
        flex-direction: column;
        text-align: fixed;
    }

    .footer-right {
        margin-top: 20px; /* Add space between the sections */
    }

    .footer-right a {
        margin: 10px; /* More space around links on small screens */
    }
}
.footer-bottom {
    text-align: center;
    color: #aaa; /* Light gray color for less emphasis */
    font-size: 14px; /* Smaller font size */
    padding: 10px 0; /* Padding for spacing */
    border-top: 1px solid #333; /* Optional: adds a subtle line above the text */
    width: 100%; /* Ensures it spans the width of the footer */

}

.footer-bottom a {
    color: #ccc; /* Lighter color for the link */
    text-decoration: none; /* No underline */
}

.footer-bottom a:hover {
    text-decoration: underline; /* Underline on hover */
    overflow-x: hidden; /* Hides horizontal scrollbar */
}
@media screen and (max-width: 768px) {
    header, nav ul {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  
    nav ul li {
      margin: 10px 0;
    }
  
    .phone-number {
      margin-top: 10px;
    }
  
    .hero-image, .service-card, .description, .contact-section {
      padding: 10px;
      width: 100%;
    }
  
    .service-card img {
      width: 100%;
      height: auto;
    }
  
    .contact-left, .contact-right {
      flex-direction: column;
      width: 100%;
      padding: 10px;
    }
  
    .contact-section {
      flex-direction: column;
    }
  
    footer {
      flex-direction: column;
      text-align: center;
    }
  
    .footer-left, .footer-right {
      width: 100%;
    }
  }
  @media (max-width: 768px) {
    .contact-right input,
    .contact-right textarea,
    .contact-right button {
      width: 100%;
      box-sizing: border-box;
    }
  
    .contact-right {
      padding: 10px;
    }
  }
  