  .maniBannerAll {
    background-color: #1E1B4B;
    /*background-color: #031119;*/
    padding: 30px 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
  }

  .maniBannerAll h1 {
    font-size: 3rem;
    font-weight: 700;
  }

  .maniBannerAll p {
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .maniBannerAll .btn-warning {
    background: linear-gradient(to right, #ff416c, #ff4b2b);
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 999px;
    font-size: 16px;
  }

  .maniBannerAll .row.align-items-center {
    align-items: flex-start !important;
  }

  .maniBannerAll img {
    max-height: 400px;
    width: 100%;
    /*object-fit: cover;*/
    object-fit: contain;
  }

  @media (max-width: 767.98px) {
    .maniBannerAll {
      text-align: center;
      padding: 15px 0;
    }
    .maniBannerAll h1 {
      font-size: 2.2rem;
    }
    .maniBannerAll img {
      max-height: 300px;
    }
  }


/*end*/

/*start*/



.contact .container {
  max-width: 1280px;
}

.contact .contact-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 992px) {
  .contact .contact-wrapper {
    grid-template-columns: 38% 62%;
    gap: 30px;
  }
}

.contact .contact-info-panel {
  background: #031119;
  color: #ffffff;
/*  border-radius: 20px;*/
  padding: 40px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.contact .contact-info-panel .contact-info-header {
  margin-bottom: 30px;
}

.contact .contact-info-panel .contact-info-header h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}

.contact .contact-info-panel .contact-info-header p {
  font-size: 15px;
  opacity: 0.85;
  line-height: 1.6;
}

.contact .contact-info-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: auto;
}

@media (min-width: 576px) and (max-width: 991px) {
  .contact .contact-info-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact .info-card {
  background-color: #051c2c;
/*  border-radius: 12px;*/
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.contact .info-card:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-5px);
}

.contact .info-card .icon-container {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact .info-card .icon-container i {
  font-size: 20px;
  color: #ffffff;
}

.contact .info-card .card-content h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #ffffff;
}

.contact .info-card .card-content p {
  font-size: 14px;
  margin-bottom: 0;
  opacity: 0.8;
}

.contact .social-links-panel {
  margin-top: 35px;
}

.contact .social-links-panel h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.contact .social-links-panel .social-icons {
  display: flex;
  gap: 12px;
}

.contact .social-links-panel .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #051c2c;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease;
}

.contact .social-links-panel .social-icons a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-5px);
}

.contact .contact-form-panel {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact .map-container {
  width: 100%;
  height: 280px;
/*  border-radius: 15px;*/
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.contact .form-container {
  background-color: #031119;
/*  border-radius: 20px;*/
  padding: 35px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
}


@media (max-width: 768px) {
  .contact .contact-info-panel {
    padding: 30px 25px;
  }

  .contact .form-container {
    padding: 30px 25px;
  }
}

@media (max-width: 576px) {
  .contact .social-links-panel .social-icons {
    flex-wrap: wrap;
  }
}

.contact button {
  overflow: visible;
}

.contact button, 
.contact select {
  text-transform: none;
}

.contact button, 
.contact input, 
.contact select, 
.contact textarea {
  color: #5A5A5A;
  font: inherit;
  margin: 0;
}

.contact input {
  line-height: normal;
}

.contact textarea {
  overflow: auto;
}

.contact #container {
  border: solid 3px #fff;
  max-width: 768px;
  margin: 60px auto;
  position: relative;
}

.contact .email {
  float: right;
  width: 45%;
}

.contact input[type='text'], 
.contact input[type='email'], 
.contact select, 
.contact textarea {
  background: none;
  border: none;
  border-bottom: solid 2px #fff;
  color: #fff;
  font-size: 1.000em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0em 0 1.875em 0;
  padding: 0 0 0.875em 0;
/*  text-transform: uppercase;*/
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
}

.contact select option {
  color: #474544;
}

.contact input[type='text']:focus, 
.contact input[type='email']:focus, 
.contact textarea:focus {
  outline: none;
  padding: 0 0 0.875em 0;
}

.contact .message {
  float: none;
}

.contact .name {
  float: left;
  width: 45%;
}

.contact select {
  background: url('assets/img/icon-ios7-arrow-down-32.webp') no-repeat right;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.contact select::-ms-expand {
  display: none;
}

.contact .subject {
  width: 100%;
}

.contact .telephone {
  width: 100%;
}

.contact textarea {
  line-height: 150%;
  height: 150px;
  resize: none;
  width: 100%;
}

.contact ::-webkit-input-placeholder {
  color: #fff;
}

.contact :-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.contact ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.contact :-ms-input-placeholder {
  color: #fff;
}

.contact #form_button {
  background: none;
  border: solid 2px #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  padding: 20px 35px;
  text-transform: uppercase;
  transition: all 0.3s;
}

.contact #form_button:hover {
  background: #fff;
  color: #000;
}

@media screen and (max-width: 768px) {
  .contact #container {
    margin: 20px auto;
    width: 95%;
  }
}

@media screen and (max-width: 480px) {
  .contact #form_button {
    padding: 15px 25px;
  }
}

@media screen and (max-width: 420px) {
  .contact input[type='text'], 
  .contact input[type='email'], 
  .contact select, 
  .contact textarea {
    font-size: 0.875em;
  }
}



/*end*/