@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&family=Unbounded&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@200&family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,600&family=Montserrat:ital,wght@0,200;1,200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
body,
html {
  overflow-x: hidden;
}

.text1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* .safety-image {
  max-width: 2000px;
  height: 548px;
  margin-left: -100px;
} */

.custom-container {
  background-color: #f8f9fa; /* Light background for contrast */
  padding: 50px 0;
}
.custom-card {
  border: 1px solid #ddd; /* Light border */
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}
.card-img {
  height: 250px; /* Ensures images have the same height */
  object-fit: cover; /* Prevents stretching and keeps images looking good */
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.card-title {
  width: 412px;
  height: 33px;
  top: 423px;
  left: 17px;
  padding: 0px, 79px, 0px, 0px;
  color: #3f67af !important;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.03em;
  text-align: left;
}
.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-content {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}

.safety-img {
  width: 100%;
  height: auto;
  max-height: 600px;
  position: relative;
}

.safety {
  margin-top: 50px;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #495057;
}
.vision-text {
  font-family: "Montserrat";
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
}
.list1,
.list2,
.list3,
.list4,
.list5,
.list6,
.list7 {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #9a9797;
}
.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.card-img-top:hover {
  opacity: 0.9;
}

footer {
  color: #333;
  padding-top: 20px;
}
footer {
  color: #333;
  padding-top: 20px;
  background-image: url('../../images/footer-pattern-triangle.png'); 
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center; 

}

footer .social-media {
  background-color: #21D192;
  color: white;
}

footer .social-media .me-5 {
  margin-right: 1.5rem;
}

footer .social-media a {
  color: white;
  margin-right: 15px;
  text-decoration: none;
}

footer h6 {
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #14274a;
  margin-bottom: 15px;
}

/* footer hr {
  width: 60px;
  background-color: #7c4dff;
  height: 2px;
  border: none;
  margin: 0 auto;
} */
.head1{
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #ffffff;
 
}

footer a {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s;
}

footer a:hover {
  color: #7c4dff;
  text-decoration: none;
}

footer .contact-info p {
  margin-bottom: 10px;
}

footer .copyright {
  background-color: rgba(203, 201, 201, 0.2);
  color: #333;
  padding: 1px;
  font-size: 0.9rem;
}
.safety-img {
  max-width: 100%;
  height: auto;
}

.typo {
  margin: 10px 0;
  font-size: 1rem; /* Adjust font size for better readability */
}

@media (min-width: 768px) {
  .typo {
      font-size: 1.1rem; /* Increase font size for larger screens */
  }
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: -100%; 
  margin-top: -1px; 
}

.navbar-nav .nav-item:hover .fas {
  color: #007bff; 
}

.dropdown-menu .dropdown-item .fas {
  color: #555; 
  transition: color 0.3s ease-in-out;
}
.card-sub{
  color: #555;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}

  .safety-image {
    width: 100%;
    height: auto;
    max-height: 600px;
    position: relative;
  
  }
  .image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
  }
  
  .overlay-text {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 8px 12px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    margin-bottom: 450px;
  }