

body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

 ::selection{
  background-color: #121d5a;
  color: white;
}

.justified-text {
  text-align: justify;
}


.main_menu .navbar-brand img {
  max-height: 70px;
  
}

.menu_right {
  list-style: none;
  margin: 0;
  padding: 0;
}

.manu_btn {
  margin-left: 15px;
}

.nav-link{ 
    /* padding: 20px; */
    margin: 20px;
    transition: all 1s ease-out;

/* color: white; */
color: #121d5a;
}

.nav-link:hover{
transform: skew(5deg, 5deg);}

h4{
    color: #ffffff;

}
.common_btn {
  background: #121d5a;
  color:white;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  border: none;
  transition: all 0.3s ease;
}

.common_btn:hover {
    background: linear-gradient(135deg, #001a8d, #764ba2);
color: white;
  /* background: #121d5a; */
}

.btn-bottom {
  width: 100%;
  margin-top: 10px;
}



.banner {
  background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)),
              url("image/image.png") center/cover no-repeat;
  min-height: 90vh;
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 80px 0;
  position: relative;
}

.banner-content {
  max-width: 500px;
  margin-left: 6%;
  color: #fff;
}

.banner h1 {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
}

.banner p {
  font-size: 16px;
  margin-top: 15px;
}

.form-wrapper {
  position: relative;
  margin-top: -470px;
  z-index: 10;
}

.enquiry-form {
  max-width: 420px;
  margin-left: auto;
  margin-right: 5px;
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.enquiry-form input,
.enquiry-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-bottom: 14px;
  font-size: 14px;
}

.enquiry-form textarea {
  resize: none;
  height: 90px;
}



.main-wrapper {
  overflow-x: hidden;
}

.content-section {
  padding: 60px 0;
}

.content-section h3 {
  font-size: 28px;
  margin-bottom: 20px;
}


.what-we-do {
  background: #f8f9fa;
}

.what-we-do .card {
  padding: 30px 20px;
  border-radius: 15px;
  transition: transform .3s ease;
}

.what-we-do .card:hover {
  transform: translateY(-6px);
}


.ico {
  color:#121d5a;
}

.icon-col {
  width: 22px;        
  text-align: center;
  margin-right: 8px;
}



.row.row-cols-lg-4 .card {
  position: relative;
  overflow: hidden;
  /* border-radius: 12px; */
  margin-bottom: 20px;
}


.row.row-cols-lg-4 .card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}


.row.row-cols-lg-4 .card .card-img-overlay {
  background: rgba(0,0,0,0.4);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.row.row-cols-lg-3 .card {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 20px;
}
.row.row-cols-lg-3 .card .card-img-overlay {
  background: rgba(0,0,0,0.4);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.card:hover img {
  transform: scale(1.4);
  transition: 0.4s ease-in;
}

.btn-sm:hover{
    background-color: #121d5a;

    color: white;
}

.footer {
  font-size: 15px;
  background-color: rgb(153, 152, 152);
  padding-top: 50px;
}


.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
}

.copy_right {
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
}


.sidebar-contact-2 {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 999;
}

.toggle-2 a {
  display: block;
  padding: 10px 12px;
  color: #fff;
  margin-bottom: 5px;
  text-decoration: none;
}

.whatsapp-btn { background: #25d366; }
.call-btn { background: #007bff; }
.email-btn { background: #ffc107; color: #000; }

.call-btn span {
  font-size: 13px;
}


.phn-bottom,
.whatsapp-bottom {
  position: fixed;
  bottom: 15px;
  z-index: 999;
}

.phn-bottom {
  right: 15px;
    bottom: 50px;

}

.whatsapp-bottom {
right: 15px;
  bottom: 120px;
}

.phn-bottom a,
.whatsapp-bottom a {
  background: #121d5a;
  color: #fff;
  padding: 14px;
  border-radius: 50%;
  font-size: 18px;
}
/* .phn-bottom a, */
.whatsapp-bottom a {
  background: linear-gradient(135deg, #25d366, #1ebe5d);
  color: #fff;
  padding: 14px;
  border-radius: 50%;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;

  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.45);
  transition: all 0.3s ease;
  position: relative;
}

.phn-bottom a:hover,
.whatsapp-bottom a:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 15px 35px rgba(37, 211, 102, 0.6);
}


lable{
color: blue;
}





@media (max-width: 991px) {
  .banner {
    min-height: auto;
    padding: 100px 0 60px;
    text-align: center;
  }

  .banner-content {
    margin: auto;
    padding: 0 15px;
  }

  .banner h1 {
    font-size: 30px;
  }

  .form-wrapper {
    margin-top: 30px;
  }

  .enquiry-form {
    max-width: 100%;
    margin: auto;
  }

  .row.row-cols-lg-4 .card img {
    height: 300px;
  }
  
}

@media (max-width: 576px) {
  .banner h1 {
    font-size: 26px;
  }

  .banner p {
    font-size: 14px;
  }

  .row.row-cols-lg-4 .card img {
    height: 300px;
  }
}
