@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,400&family=Montserrat:wght@500;700&display=swap");

* {
  margin: 0%;
  padding: 0%;
}
body{
  background-color: #000;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.image-section-container {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: #111;
  color: white;
}
/* Styling for each section box */
.image-section {
  flex: 1;
  margin: 0 10px;
  background-color: #222;
  border-radius: 8px;
  overflow: hidden;
}

/* Image styling */
.image-section img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
/* Service Section */
h1.page-title {
  text-align: center;
  margin: 30px 0;
  font-size: 2.5em;
}

.services-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin: 20px;
}

.service-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.service-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-box:hover .service-overlay {
  opacity: 1;
}

.service-overlay h2 {
  font-size: 1.2em;
  text-align: center;
  margin: 0;
}
.footer-section {
  background-color: #000;
  color: #fff;
  padding: 40px 0;
  text-align: center;
  font-family: Arial, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.footer-logo h2 {
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: 2px;
}

.footer-logo p {
  margin: 5px 0;
  font-size: 0.9em;
}

.footer-links {
  display: flex;
  gap: 50px;
}

.link-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.link-column a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
  text-transform: uppercase;
}

.link-column a:hover {
  color: #ddd;
}

.footer-social p {
  font-size: 0.9em;
  margin-bottom: 10px;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #ddd;
}

.footer-address {
  font-size: 0.8em;
  color: #888;
}
/* Services Content Section */
.services-content1 {
  padding: 2em;
  max-width: 800px;
  margin: 0 auto;
}

.services-content1 h2,
h3,
h4 {
  color: #fff;
  margin-bottom: 0.5em;
}

.services-content1 p {
  margin-bottom: 1.5em;
  line-height: 1.6;
  color: #bfbfbf;
  text-align: center;
}
.services-content {
  padding-top: 4%;
}

.page-title{
  font-family: "Gruppo", sans-serif;
    font-weight:bold;
    font-style:normal;
    font-size: 45px;
    color: #ffffff;
    padding-bottom: 8px;
    padding-top: 10px;
}

.services-content1 p{
  padding-bottom: 40px;
}

#ask-us{
  font-size: 22px;
  color: white;
}

.logo_sec img{
  height: 100px;
}

.logo_sec {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}



/* Mobile-specific styles */
@media screen and (max-width: 768px) {
  .background-video-container {
    position: absolute; /* Keep video in the background */
    width: 100%;
    height: 100%;
    overflow: hidden; /* Prevent overflow issues */
  }

  .background-video {
    object-fit: cover; /* Ensure the video covers the area */
    width: 100%; /* Full width for mobile */
    height: auto; /* Adjust height proportionally */
  }

  .heroContent {
    padding: 100px; /* Reduce padding for smaller screens */
    text-align: center; /* Center-align text for better appearance */
    background-color: rgba(0, 0, 0, 0.6); /* Slightly darker background for better contrast */
  }

  .heroContent p {
    font-size: 24px; /* Smaller font size for paragraph */
    padding-bottom: 0px; /* Adjust padding for balance */
    padding-top: 63px;
  }

  .heroContent h1 {
    font-size: 30px; /* Reduce font size for headings */
    line-height: 1.2; /* Improve spacing between lines */
  }
  .half-page h2{
    font-size: 36px;
  }
  .half-page p{
    font-size: 16px;
  }
  .inquire-section h2{
    font-size: 24px;
  }
  .inquire-email{
    text-align: center;
    border: white;
    border-style: double;
    border-radius: 12px ;
    padding: 3%;
    margin-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 90px;
    margin-right: 90px;
  }
  .half-page h2{
    font-size: 18px;
  }
  .half-page p{
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .logo-section img{
    height: 40px;
  }
  .service-overlay {
    bottom: 0;
    width: 100%;        /* Cover the full width */
    height: 30%;        /* Cover 50% of the height */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background for overlay effect */
    opacity: 1;         /* Ensure the overlay is visible */
  }
  
}

@media screen and (max-width: 564px) {

  .background-video-container {
    position: absolute; /* Keep video in the background */
    width: 100%;
    height: 100%;
    overflow: hidden; /* Prevent overflow issues */
  }

  .background-video {
    object-fit: cover; /* Ensure the video covers the area */
    width: 100%; /* Full width for mobile */
    height: auto; /* Adjust height proportionally */
  }

  .heroContent {
    padding: 100px; /* Reduce padding for smaller screens */
    text-align: center; /* Center-align text for better appearance */
    background-color: rgba(0, 0, 0, 0.6); /* Slightly darker background for better contrast */
  }

  .heroContent p {
    font-size: 20px; /* Smaller font size for paragraph */
    padding-bottom: 0px; /* Adjust padding for balance */
    padding-top: 63px;
  }

  .heroContent h1 {
    font-size: 26px; /* Reduce font size for headings */
    line-height: 1.2; /* Improve spacing between lines */
  }
  .half-page h2{
    font-size: 26px;
  }
  .half-page p{
    font-size: 14px;
  }
  .inquire-section h2{
    font-size: 22px;
  }
  .inquire-email{
    text-align: center;
    border: white;
    border-style: double;
    border-radius: 12px ;
    padding: 3%;
    margin-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 70px;
    margin-right: 70px;
  }
  .inquiry-form{
    margin: 50px;
  }
  .half-page h2{
    font-size: 16px;
  }
  .half-page p{
    font-size: 12px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .logo-section img{
    height: 35px;
  }
}


@media screen and (max-width: 430px) {
  
  .background-video-container {
    position: absolute; /* Keep video in the background */
    width: 100%;
    height: 100%;
    overflow: hidden; /* Prevent overflow issues */
  }

  .background-video {
    object-fit: cover; /* Ensure the video covers the area */
    width: 100%; /* Full width for mobile */
    height: auto; /* Adjust height proportionally */
  }

  .heroContent {
    padding: 100px; /* Reduce padding for smaller screens */
    text-align: center; /* Center-align text for better appearance */
    background-color: rgba(0, 0, 0, 0.6); /* Slightly darker background for better contrast */
  }

  .heroContent p {
    font-size: 18px; /* Smaller font size for paragraph */
    padding-bottom: 0px; /* Adjust padding for balance */
    padding-top: 63px;
  }

  .heroContent h1 {
    font-size: 24px; /* Reduce font size for headings */
    line-height: 1.2; /* Improve spacing between lines */
  }
  .half-page h2{
    font-size: 24px;
  }
  .half-page p{
    font-size: 12px;
  }
  .inquire-section h2{
    font-size: 20px;
  }
  .inquire-email{
    text-align: center;
    border: white;
    border-style: double;
    border-radius: 12px ;
    padding: 3%;
    margin-bottom: 50px;
    padding-left: 70px;
    padding-right: 70px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 12px;
  }
  .inquiry-form{
    margin: 50px;
  }
  .half-page h2{
    font-size: 14px;
  }
  .half-page p{
    font-size: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .logo-section img{
    height: 25px;
  }
}