/* Stylesheet */

html,
body {
  height: 100% !important;
  margin: 0 !important;
  scroll-behavior: smooth !important;
  font-family: 'Poppins', sans-serif !important;
}
.dropdown-menu{
  background-color: #003366 !important
  
}
.dropdown-item{
  color: white !important;
}
.dropdown-item:hover {
  color: lightsalmon !important; /* Keeps the original text color */
  background-color: transparent !important; /* Removes background change */
}
.nav-link{
  color: white !important;
}
.nav-link:hover {
  color: lightsalmon !important; /* Keeps the original text color */
  background-color: transparent !important; /* Removes background change */
}
.brand-img{
  padding: 17px;
  width: 120px;
}

#contact-button {
  position: fixed;
  bottom: 20px; /* Distance from the bottom */
  right: 20px;   /* Distance from the left */
  width: 170px;  /* Adjust size as needed */
  height: auto; /* Maintain aspect ratio */
  cursor: pointer;
  z-index: 1000; /* Ensure it stays above other elements */
}

#contact-button:hover {
  transform: scale(1.1); /* Slight zoom effect on hover */
  transition: transform 0.3s ease;
}

.header {
  height: 100vh;
  display: flex;
  justify-content: center;  /* Horizontally center */
  align-items: center;      /* Vertically center */
  text-align: center;       /* Center text */
  position: relative;
  background-image: url("../elements/first_background.jpg");
  background-size: cover;


}
/* Transparent navbar */
.navbar-transparent {
  background-color: transparent !important; /* Make navbar background transparent */
  position: fixed !important; /* Fix navbar at the top */
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; /* Ensure navbar stays on top */
  box-shadow: none; /* Remove any default box shadow */
  width: 100%;
  transition: background-color 0.3s ease;
  font-family: 'Poppins', sans-serif !important;
}

/* Dark blue background when navbar is scrolled */
.navbar-scrolled {
  background-color: #003366 !important; /* Dark blue */
}

/* Navbar logo size */
.navbar-logo {
  max-width: 100px;
  height: auto;
}

/* Navbar links and spacing */
.navbar-nav {
  margin-left: auto; /* Align the navbar items to the right */
}

.nav-link, .navbar-link, .header-title, .header-text {
  color: white !important; /* Make navbar links and text white */
  font-weight: 200 !important;
  font-size: 0.8rem; /* Control the font size of the navbar links */
}

/* Spacing between navbar items */
.navbar-nav .nav-item {
  margin-right: 15px; /* Space between links */
  font-family: 'Poppins', sans-serif !important;
}

/* Video background styling */
.header-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Keep the video behind the content */
}

.background-video {
  
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure the video covers the entire section */
}

/* Content styling */
.header-content {
  position: relative;
  z-index: 2; /* Content stays above video */
  padding: 40px 0;
  text-align: center;
}

.header-title {
  font-size: 2rem;
  font-weight: 700 !important;
}

.header-text {
  font-size: 1.0rem;
  margin-top: 20px;
  line-height: 1.6;
}

/* Control size of the header logo image */
.header-logo-img {
  max-width: 200px; /* Control the width of the image */
  height: auto; /* Maintain aspect ratio */
  margin-bottom: 20px; /* Space below the image */
}

/* Search bar styling */
.search-bar {
  width: 150px !important;
  height: 10px !important;
  border-radius: 20px; /* Rounded search bar */
  padding-left: 15px;
  border: 1px solid #222020; /* Light gray border */
}

.search-container {
  border-radius: 20px;
  display: flex;
  align-items: center;
  background-color: lightgrey;
}

.search-container input {
  border-radius: 20px;
  border: none;
  outline: none;
  background-color: lightgrey;
}

.search-container button {
  background: none;
  border: none;
}
.about_us {
  padding: 60px 0; /* Space around the section */
  background-image: url("../elements/second_background2.jpg");
  background-size: cover; /* Cover the entire section */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  color: white; /* Change text color for better contrast */
  height: 80vh;
  display: flex;  /* Enable Flexbox */
  justify-content: flex-start;  /* Keep the content horizontally aligned as per default */
  align-items: center; 
}
.about_us_title {
  color: rgb(78, 212, 210);
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.about_us_text {
  
  font-size: 1.1rem;
  color: black;
  line-height: 1.6;
}
.vision {
  padding: 60px 0; /* Space around the section */
  background-image: url("../elements/third_background2.jpg");
  background-size: cover;         /* Make sure the background covers the entire container */
  background-position: center;    /* Center the background image */
  background-repeat: no-repeat;   /* Prevent the background from repeating */
  color: white; /* Change text color for better contrast */
  height: 80vh;
  display: flex;  /* Enable Flexbox */
  justify-content: flex-start;  /* Keep the content horizontally aligned as per default */
  align-items: center; 
}
.vision_title {
  color: rgb(7, 36, 72);
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.vision_text {
  color: white !important;
  font-size: 0.9rem;
  color: black;
  line-height: 1.6;
}
.services {
  padding: 60px 0; /* Space around the section */
  background-image: url("../elements/fourth_background.jpg");
  background-size: cover; /* Cover the entire section */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  color: white; /* Change text color for better contrast */
  height: 100vh;
 
 
}
.services-title {
  color: rgb(78, 212, 210); /* Set the color for the title */
  font-size: 2.5rem; /* Adjust the font size */
  margin-bottom: 30px; /* Add some spacing below the title */
}
/* Basic styling for services section */

/* Basic styling for the services section */
.services-title {
  color: rgb(78, 212, 210);
  font-size: 5rem !important;
  margin-bottom: 20px;
}

.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: max-content; /* Keeps the list at minimum width */
  position: relative;
}

.service-item {
  position: relative;
  padding: 10px 15px;
  border-radius: 0px;
  margin-bottom: 10px;
  transition: background-color 0.3s;
  border-left: solid 5px cyan !important;
  padding-left: 10px !important;
}

.service-item:hover {
  background-color: rgba(169, 169, 169, 0.5); /* Darker grey when hovered */
  cursor: pointer;
}

.sub-list {
  list-style: none;
  display: none;
  position: absolute;
  font-size: 0.8rem;
  top: 0;
  left: 100%; /* Aligns to the right of the service item */
  margin-left: 10px;
  background-color: rgba(169, 169, 169, 0.5); /* Transparent grey background */
  border-radius: 0px;
  padding: 15px;
  width: max-content; /* Keeps the sub-list at minimum width */
}

.service-item:hover .sub-list {
  display: block;
}

.sub-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px; /* Space for the blue circle */
}

.sub-list li::before {
  
  content: ''; /* Empty content to create the circle */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); /* Centers the circle vertically */
  width: 10px; /* Circle size */
  height: 10px; /* Circle size */
  border-radius: 50%; /* Makes the element circular */
  background-color: rgb(78, 212, 210); /* Blue circle color */
}
.brands {
  padding: 60px 0; /* Space around the section */
  background-size: cover; /* Cover the entire section */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  color: white; /* Change text color for better contrast */
}
.brand-title{
  color: rgb(78, 212, 210);
  font-weight: 700;
  
}
.contact-us{
  padding: 60px 0; /* Space around the section */
  background-image: url("../elements/sixth_background.jpg");
  background-size: cover; /* Cover the entire section */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  color: white; /* Change text color for better contrast */
  height: auto;
 

}
.contact-us {
  background-color: #f9f9f9;
  padding: 20px;
}

.contact-form {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  height: auto; /* Matching Google Maps height */
  width: 400px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-form h2 {
  margin-bottom: 10px;
}

.contact-form p {
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
}

.form-input, .form-textarea {
  width: 100%;
  border: 1px solid #000;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 3px;
}

.mail-name {
  display: flex !important;
  gap: 10px;
}

.form-textarea {
  height: 150px;
}
.info{
  margin-top: 18vh;
  font-weight: 100 !important;
}
.social-icons .fa-stack {
  font-size: 14px; /* Adjust this value as needed for larger or smaller icons */
}

.footer-logo {
  max-width: 150px;
  height: auto;
}
.google-map {
  width: 400px;
  height: 430px;
  border: 0;
}
.submit-btn {
  display: block;
  width: 100%;
  padding: 2px;
  background-color: rgb(78, 212, 210);
  border: none;
  color: white;
  font-size: 1.0rem;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.services2{
  /* Space around the section */
  background-image: url("../elements/white-background.jpg");
  background-size: cover; /* Cover the entire section */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  height: 100vh;
  
}
.blue-line{
  width: 70px;
  height: 40px;
}
.linetitle{
  margin-top: 10vh;
}
.yellow-line{
  max-width: 200px;
  max-height: 220px;

}
.yellow-image{
  max-width: 100%;
  

}
.yellow-title{
  font-size: 1rem;

}
.yellow-text{
  font-size: 1rem;

}
.custom-row{
  margin-top: 5vh;
}
.custom-col{
  
  border-left: solid 10px lightsalmon !important;
  padding-left: 10px !important;
  

}
.custom-col2{
  margin-left: -10px;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s 0s;
}
.nav-item.dropdown .dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}





@media only screen and (max-width: 768px) {
  .vision{
    background-image: url("../elements/third_background_mobile.jpg");

  }
  .vision_text{
    font-size: 0.8rem;
    max-width: 250px;
  }
  .about_us{
    background-image: url("../elements/second_background_mobile.jpg");

  }
  .about_us_text{
    font-size: 0.8rem;
    max-width: 200px;
  }
  .services{
    background-image: url("../elements/first_background.jpg") !important;

  } 
  .sub-list{
    position: static;
  }
  .services-title{
    font-size: 3rem !important;
  }
  

  .contact-us{
    background-image: url("../elements/sixth_background_mobile.jpg");
    

  }
  .google-map{
    width: 300px;
  }
  .contact-form{
    width: 300px !important;
  }
 
}


@media only screen and (max-width: 992px) {

  .vision{
    background-image: url("../elements/third_background_tablet.jpg");

  }
  .vision_text{
    font-size: 0.8rem;
    max-width: 250px;
  }
  .about_us{
    background-image: url("../elements/second_background_tablet.jpg");

  }
  .about_us_text{
    font-size: 0.8rem;
    max-width: 200px;
  }
  .services{
    background-image: url("../elements/fourth_background_tablet.jpg");

  } 
  .sub-list{
    position: static;
  }
  .services-title{
    font-size: 3rem !important;
  }
  
 
  .contact-us{
    background-image: url("../elements/sixth_background_tablet.jpg");
    

  }
  .google-map{
    width: 300px;
  }
  .contact-form{
    width: 300px !important;
  }
 
  
}


@media only screen and (max-width: 1200px) {
 
}


@media only screen and (min-width: 1201px) {
 
}


