@import url(./Aboutus.css);
@import url(./OurServices.css);
@import url(./MediaQuery.css);

* {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
}

.container {
  max-width: 1320px; /* Similar to Bootstrap's container max-width */
  margin: 0 auto;
}

.bg-cust {
  background-color: #05375c;
}

.logo::before {
  content: "";
  display: block;
  background-color: white;
  width: 180px;
  height: 89px;
  position: absolute;
  left: -25px;
  top: -4px;
  right: 0;
  z-index: -4;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}

.Welcome-tag {
  font-size: 20px;
  background-color: #035089;
  color: white;
  padding: 20px 70px;
  border-radius: 50px;
  cursor: pointer;
}

.welcome-subline {
  color: white;
  font-size: 24px;
  text-align: left;
}

.drop-shadow {
  box-shadow: 0 0 35px rgba(255, 255, 255, 0.5);
}

.drop-shadow-12 {
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.25);
}

.Service-tag {
  font-size: 14px;
  color: #e11115;
  font-weight: bold;
  background-color: white;
  border-radius: 10px;
  padding: 15px 30px;
  margin-right: 10px;
  cursor: pointer;
}

.nav-link.active {
  color: #e11115;
}

.fit-image {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.service-desc {
  background-color: #035089;
  border-radius: 12px;
  padding: 30px 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.service-desc p {
  font-size: 40px;
  color: white;
  font-weight: 600;
}

.service-desc p:nth-of-type(2) {
  font-size: 19px;
  line-height: 35px;
  color: white;
  font-weight: 600;
}

.image-wrapper {
  position: relative;
  display: inline-block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-end; /* Align text at the bottom */
  border-radius: 30px;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  border-radius: 0.3rem; /* Match the rounded image corners */
}

.overlay-text {
  padding: 1.5rem;
  border-radius: 0.25rem;
}

.section-a p:nth-child(1) {
  font-size: 30px;
  text-align: left;
  margin: 0;
  font-weight: bold;
}

.section-a p:nth-child(2) {
  font-size: 19px;
  text-align: left;
  margin: 0;
}

.Second-desc {
  background-color: #ffff;
  border-radius: 12px;
  padding: 30px 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.Second-desc p {
  font-size: 40px;
  color: #ff0000;
  font-weight: bold;
}

.Second-desc p:nth-child(2) {
  font-size: 19px;
  line-height: 28px;
  color: #000;
  /* font-weight: 600; */
}

.list-unstyled li {
  cursor: pointer;
}

.list-unstyled li:hover {
  color: #ff0000;
  text-decoration: underline #ff0000;
}

.navbar-toggler-icon {
  background-image: url("./assets/menu.png");
}
