/* CSS code for responsive layout */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap");

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}

.nav-link{
  color: #eae6e6;
}

.navbar-toggler {
  width: 20px;
  height: 20px;
  position: relative;
  transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}

.navbar-toggler span {
  margin: 0;
  padding: 0;
}

.toggler-icon{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #72a4d4;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.middle-bar {
  margin-top: 0px;
}

/* When navigation is clicked */

.navbar-toggler .top-bar {
  margin-top: 0px;
  transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  margin-top: 0px;
  transform: rotate(-135deg);
}

/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
  margin-top: -20px;
  transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  margin-top: 20px;
  transform: rotate(0deg);
}

/* END  */

.nav-main:hover{
  color: #72a4d4;
}
.nav-main{
  color: #00677F;
  text-decoration: none;
}

.nav-link:hover{
  color: #72a4d4;
}

.key-desc{
  font-size: 15px;
  font-weight: 100;
}

.nav-background{
  background: rgba(0, 0, 0, .75) url("https://wallpaperaccess.com/full/2655797.jpg");
  background-blend-mode: darken;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  max-height: 100%;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 40px;
}

.navbar.scrolled{
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.scrolled ul li a {
  color: #00677F;
}

.navbar.scrolled span a{
  color: #00677F;
}

.navlink.scrolled{
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navlink.scrolled {
  color: #00677F;
}

.navbar.scrolled span {
  color: #00677F;
}

.navbar.scrolled .navbar-toggler-icon {
  color: #000;
}

.container {
  /* max-width: 1500px; */
  margin: 0 auto;
  padding: 20px;
}
.container-home {
  max-width: 1200px;
  margin: 0 auto;
}

.login-form {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-left: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.login-form input[type="text"],
.login-form input[type="password"],
.login-form input[type="submit"] {
  margin-right: 10px;
  border: none;
  background-color: #fff;
  font-size: 0.9rem;
  /* width: 150px; */
}

.styled {
  border: 0;
  line-height: 2.5;
  padding: 0px 20px;
  font-size: 1rem;
  text-align: center;
  color: #3b6893;
  /* text-shadow: 1px 1px 1px #000; */
  font-weight: 600;
  border-radius: 10px;
  background-color: #fff;
  /* background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0)); */
  /* box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6), inset -2px -2px 3px rgba(0, 0, 0, 0.6); */
}

.styled-btn {
  border: 0.1px solid #e4e4e4;
  line-height: 2.5;
  padding: 0px 20px;
  font-size: 1rem;
  text-align: center;
  color: #3b6893;
  /* text-shadow: 1px 1px 1px #000; */
  font-weight: 600;
  border-radius: 10px;
  background-color: #fff;
  /* background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0)); */
  /* box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6), inset -2px -2px 3px rgba(0, 0, 0, 0.6); */
}

.login-form input[type="submit"] {
  width: 85px;
  height: 36px;
  left: 272px;
  top: 7px;
  background: #72a4d4;
  border-radius: 5px;
  color: #fff;
  font-size: 0.8rem;
}

.services-form input[type="submit"] {
  width: 115px;
  height: 36px;
  left: 273px;
  top: 7px;
  background: #72a4d4;
  border-radius: 5px;
  color: #fff;
  font-size: 0.8rem;
  padding-left: 2rem;
}

.vertical-line {
  border-left: 1px solid rgb(188, 172, 172);
  height: 14px;
  margin-top: 12px;
  margin-left: 5px;
  margin-right: 4px;
}

.login-box {
  flex-direction: column;
}

.card-container {
  width: 100%;
  height: 100%;
  background-image:  url('../images/bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  position: relative;
  padding-top: 50px;
}

.card-container-project {
  width: 100%;
  height: 100%;
  background-image:  url('../images/bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}

.card-container-project-about{
  width: 100%;
  height: 100%;
  border-radius: 2px;
  position: relative;
  background: #e8f0f8;
  padding-bottom: 2rem;
}

.card-container-about {
  width: 100%;
  height: 750px;
  border-radius: 2px;
  position: relative;
}

.card-container-about-content {
  width: 100%;
  height: 500px;
  border-radius: 2px;
  position: relative;
  background: #e8f0f8;
}

.card-container-service {
  width: 100%;
  height: 750px;
  background: #e8f0f8;
  /* border-radius: 2px; */
  position: relative;
  margin-top: 80px;
  padding-top: 20px;
}

@keyframes slide-up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}

.slide-up-div {
  animation: slide-up 0.5s ease-in-out;
}

.column-image {
  width: 100%;
  height: 100%;
  max-height: 250px;
  /* margin-bottom: 2rem; */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.column-header {
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  height: 50px;
}

.card-img-top{
  width: 300px;
  height: 150px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
}

.card-body{
  text-align: center;
  margin-top: 1rem;
}

.title-content {
  margin-top: 30px;
  font-size: 75px;
  color: #000000;
  font-weight: 500;
  line-height: 70px;
  margin-bottom: 30px;
}

.header-image {
  border-radius: 10px;
}

.title-content-about {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 61px;
  color: #000000;
  margin-bottom: 1rem;
}

.title-content-about-contact {
  width: 500px;
  height: 80px;
  left: 116px;
  margin-top: 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 55px;
  line-height: 61px;
  color: #000000;
}

.title-content-contact {
  width: 500px;
  height: 60px;
  left: 116px;
  margin-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 61px;
  color: #000000;
}

.title-content-services {
  margin-top: 50px;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  color: #000000;
  text-transform: uppercase;
}

.title-content-text {
  width: 550px;
  height: 120px;
  left: 116px;
  top: 350px;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
}

.title-content-text-about {
  width: 431px;
  height: 90px;
  left: 116px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #6a6464;
  line-height: 27px;
}

.title-content-text-about-view {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #6a6464;
  line-height: 27px;
}

.title-content-text-about-contact {
  width: 431px;
  height: 70px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 27px;
}

.title-content-text-contact {
  width: 431px;
  height: 30px;
  left: 116px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 27px;
}

.card-service {
  display: grid;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  background-color: #fdfeff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  width: 400px;
  height: 320px;
  padding-top: 15px;
}

.card-service-project {
  display: grid;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  background-color: #fdfeff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  width: 500px;
  height: 100%;
  padding-top: 15px;
}

.carousel {
  width: 100%;
  overflow: hidden;
}

.box {
  width: 25%;
  height: 200px;
  float: left;
  background-color: #ccc;
}

.carousel-inner {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel.slide-left {
  transform: translateX(-100%);
}

.carousel.slide-right {
  transform: translateX(100%);
}

.card-service img {
  max-width: 100%;
  max-height: 100%;
  width: 140px;
}

.card-title-service {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 230px;
}

.service-card {
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 500px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.card-subtitle-service {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  background-color: #72a4d4;
  width: 85px;
  padding: 5px;
  border: 1px solid #72a4d4;
  justify-content: center;
  display: flex;
  border-radius: 20px;
  color: #fff;
}

.service-content {
  display: flex;
  justify-content: center;
}

.custom-button {
  background-color: #72a4d4;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  margin-top: -25px;
}

.custom-line {
  height: 550px; /* Adjust the height as needed */
  width: 8%; /* Adjust the length as needed */
  border: 2px solid #72a4d4; /* Remove default border */
  margin-top: -10px;
}

.custom-line-solutions{
  height: 550px; /* Adjust the height as needed */
  width: 20%; /* Adjust the length as needed */
  border: 2px solid #72a4d4; /* Remove default border */
  margin-top: -10px;
}

.col-h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: black;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.col-p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  margin-top: 20px;
}

.services-container {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.service {
  width: 31%;
  margin-top: 15px;
  text-align: center;
}

.service img {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin-bottom: 15px;
}

.service h3 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.service p {
  font-size: 14px;
}

/* Partners */
.partners-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-top: 45px;
}

.partner {
  text-align: center;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 20px;
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 7rem;
}

.partner img {
  width: 100%;
  max-width: 150px;
  height: auto;
}

.swiper-container {
  /* Set the width and height of the swiper container as needed */
  width: 500px;
  height: 300px;
  /* Add any other styles for the swiper container */
}

.swiper-button-next,
.swiper-button-prev {
  /* Customize the position and styles of the navigation buttons */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #000;
  /* Add any other styles for the navigation buttons */
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  /* Add hover styles for the navigation buttons if desired */
  color: #ff0000;
}


/* Footer */
.footer {
  background-color: #e8f0f8;
  padding: 50px 0;
  color: #666;
  font-size: 14px;
  margin-top: 2rem;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: -2rem;
}

.footer-column {
  width: 30%;
  margin-bottom: 20px;
}

.footer-column h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-column p {
  margin-bottom: 5px;
}

.social-icons li {
  display: inline-block;
  margin-right: 10px;
}

.social-icons a {
  color: #666;
}

.footer-divider {
  border: none;
  border-top: 1px solid #ddd;
  margin: 10px 0;
}

.footer-text {
  text-align: center;
  margin-top: 10px;
  margin-bottom: -3rem;
}

/* contact css */
.card {
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.contact-form {
  background-color: #eef5fc;
}

.service-all {
  text-decoration: none;
  color: inherit;
}

.service-all:hover {
  text-decoration: none;
  color: inherit;
}

.navbar ul li.active a {
  font-weight: bold;
  color: #ff0000; /* Change to your desired active link color */
}

.service-all-nav {
  text-decoration: none;
  color: inherit;
}

.service-all-nav:hover {
  text-decoration: none;
  color: inherit;
}

.card-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.form-group label {
  font-weight: bold;
}

.custom-bg-color{
  background-color: #72a4d4;
  border: none;
  font-weight: 500;
}

.form-control {
  border-radius: 5px;
  padding: 10px;
  border-color: #ddd;
  box-shadow: none;
  /* box-shadow: 0 2px 5px rgba(149, 143, 143, 0.1); */
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}

.readmore-text {
  font-weight: 300;
  font-size: 15px;
}

.column-body {
  font-weight: 500;
  font-size: 16px;
  height: 85px;
  /* font-family: 'Roboto', sans-serif; */
}

.btn-primary:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}

@media only screen and (min-width: 800px) {
  /* .container {
    width: 100%;
  }
  .service {
    flex-direction: row;
    text-align: left;
  }

  .service img {
    margin-right: 20px;
    margin-bottom: 0;
  }

  .card-container{
    width: 100%;
  }

  .card-service{
    width: 100%;
  } */
}
.nav-link.selected {
  color: red; /* Set the desired color value */
}
