@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container-img {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("/assets/images/background_nav_5.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1rem;
}

/* .leader-text{
  color: #F5E075;
  font-weight: bold;
} */
.installation-text{
  color: #F5E075;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.container-img .text {
  color: #fff;
  font-size: 4.5rem;
  font-weight: bold;
}


.installation-text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 4px;
  background-color: #F5E075;
  border-radius: 2px;
}






@media (max-width: 768px) {
  .container-img .text {
    font-size: 2.5rem;
    margin-top: 100px;

  }

.installation-text{
  color: #F5E075;
  font-weight: bold;
  display: inline-block;
  position: relative;
}


  .installation-text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 4px;
  background-color: #F5E075;
  border-radius: 2px;
}

  .navbar-brand img {
    width: 4rem;
  }

  .btn-go {
    padding: 0.3rem 0.8rem;
    font-size: 0.85rem;
  }

  .btn-quote {
    font-size: 1rem;
  }
}



.btn-go {
  background-color: #ffd700;
  color: #000;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

.btn-quote {
  background-color: #ffb400;
  color: #000;
  padding: 0.8rem 1.5rem;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 2rem;
}


.btn-go {
  display: inline-block;
  text-align: center;
  background: none;
  padding: 0.5rem 1rem;
  border: 2px solid white;
  border-radius: 2rem;
  font-size: 0.9rem;
  font-weight: bold;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  
}
.btn-go:hover {
  background-color: #F6DE79;
  color: black;
}
.text {
  font-size: 3rem;
  text-align: center;
  color: white;
}
.btn-quote {
  margin-top: 3rem;
  display: inline-block;
  text-align: center;
  background-color: #012954;
  padding: 1rem 1.5rem;
  border-radius: 2rem;
  border: 1px solid white;
  font-size: 1.1rem;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Cormorant", serif;
}
.btn-quote:hover {
  background-color: #1f47bf;
}

/*Map Css*/
.mapdiv {
  display: flex;
  /* margin-left: rem; */
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 50px;
  width: 100%;
  height: 100%;

  /* justify-content: center; */
  height: auto;
}
svg {
  margin-top: 20px; /* Adjust if necessary */
  width: 100%; /* Make width responsive */
  height: auto; /* Maintain aspect ratio */
}

/* Default map style */
.mapdiv path {
  stroke: #a9a9a9;
  fill: #dadada;
  transition: fill 0.1s ease-in-out;
}

/* Hover effect */
.mapdiv path:hover {
  fill: #c3c3c3;
}

.map-head h1 {
  margin-top: 50px;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
}
.quote {
  text-align: center;
}
.quote h2 {
  margin-top: 40px;
  font-size: 60px;
  color: #a9a9a9;
}
.quote h3 {
  font-family: "Cormorant", serif;
}
.quote p {
  font-family: "Cormorant", serif;
  color: #848484;
}
.line {
  height: 0.5px;
  width: 70%;
  margin: 70px auto; /* Centering the line */
  background-color: #dadada;
}

/*Map css end*/
.steps h2 {
  color: #4b4b4a;
  text-align: center;
  font-family: "Urbanist", sans-serif;
}
.steps h3 {
  color: #5e5e5e;
  text-align: center;
  font-family: "Cormorant", serif;
}
.steps p {
  color: #454545;
  font-size: 20px;
  text-align: center;
  font-family: "Cormorant", serif;
  font-weight: 400;
}
.container-box {
  max-width: 1100px;
  margin: 50px auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section:nth-child(even) {
  flex-direction: row-reverse; /* Alternating sections */
}

.text-section {
  flex: 1;
  text-align: center;
  padding: 20px;
}

.text-section h3 {
  font-size: 14px;
  letter-spacing: 2px;
  color: gray;
  font-family: "Urbanist", sans-serif;
  text-transform: uppercase;
}

.text-section p {
  font-size: 18px;
  /* margin: 15px 0; */
  color: black;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #2f65b9;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  transition: background 0.3s;
  font-family: "Urbanist", sans-serif;
  font-weight: normal;
}

.btn:hover {
  background-color: #1e4a8c;
}

.image-section {
  flex: 1;
  text-align: center;
}

.image-section img {
  width: 90%;
  height: auto;
  border-radius: 5px;
}
.logo-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 50px;
  max-width: 1200px;
  margin:auto;
}
.logo-container img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.footer {
  background-color: #1c1c1c;
  color: white;
  padding: 40px 0;
  text-align: center;
  margin-top: 5rem;
  font-family: "Urbanist", sans-serif;
}
.footer a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: bold;
  margin: 0 10px;
  font-size: 14px;

}
.footer a:hover {
  text-decoration: underline;
}
.footer .social-icons a {
  display: inline-block;
  text-align: center;
  color: rgb(0, 0, 0);
  border-radius: 15px;
  margin: 10px 10px;
}

.social-icons img{
  width: 30px;
      }

.footer .social-icons a:hover {
  scale: 1.2;
  transition: all 0.1s ease-in-out;
  box-shadow: 0 0 0 10px rgb(109, 104, 104);
  
}



.work-side{
  background-color: #0062ff;
  height: 15px;
  width: 15px;
  /* display: inline-block; */
}

.color-span{
  font-size: 1rem;
}




@media (max-width: 768px) {
 
  .navbar-brand img {
    width: 4rem; /* Adjust logo size for smaller screens */
  }
  .text {
    font-size: 2rem; /* Reduce font size for mobile */
    font-size: 2rem; /* Reduce font size for mobile */
  }
  .mapdiv svg{
    margin-left: 10px;
  }
  
  .quote{
    margin: 2rem;
  }
  .btn-quote {
    font-size: 1rem;
    padding: 0.8rem 1.2rem;
  }
  .steps p{
    margin: 2rem;
  }
  .section {
    flex-direction: column !important;
    text-align: center;
  }

  .image-section img {
    width: 100%;
  }
  .map-head{
    padding: 0px;
  }
 
  .mapdiv{
    margin-left: 0px;
  }


  .logo-container {
    margin: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
  .line {
    width: 90%; /* Adjust width for smaller screens */
  }
}
