.navbar-style {
  backdrop-filter: blur(10px);
  background: hsl(0deg 0% 0% / 50%) !important;
}

.text-section, .home-container {
  margin-top: 130px;
}

.contact-section {
  margin-top: 230px;
  margin-bottom: 130px;
}

@media (max-width: 991px) {
  .navbar-brand-image {
    width: 100px;
  }
  .text-section, .home-container {
    margin-top: 100px;
  }
  .home-container {
    padding: 30px 15px !important;
  }

}


.contact-wrapper {
  padding: 50px 30px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  position: relative;
}

.contact-form {
  padding: 0 40px;
}

.contact-form-header {
  margin-bottom: 30px;
  color: #110B25;
}

.contact-form-header h2 {
  color: #110B25;
  font-size: 30px;
  margin-bottom: 10px;
}

.contact-form .form-group {
  margin-bottom: 25px;
}

.contact-form .form-group .form-control {
  padding: 14px 20px;
  border-radius: 15px;
  box-shadow: none;
  transition: all .5s ease-in-out;
}

.contact-form .form-group .form-control:focus {
  border-color: #d9994f;
}

.contact-map {
  margin-top: 120px;
}

.contact-map iframe {
  width: 100%;
  height: 450px;
  border-radius: 15px;
}

.contact-content {
  margin-bottom: 50px;
}

.contact-form .theme-btn i {
  margin-right: 5px;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.contact-info-icon i {
  font-size: 25px;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  background: #d94f5c;
}

.contact-info h5 {
  color: #110B25;
  margin-bottom: 5px;
}

.contact-info p {
  color: #110B25;
}

.home-container {
  padding: 30px 0;
}

@media all and (max-width: 991px) {
  .contact-wrapper {
    padding: 50px 20px;
  }

  .contact-form {
    padding: 0px;
  }

  .contact-info {
    padding: 0px;
    margin-bottom: 50px;
  }

  .contact-section {
    margin-top: 120px;
    margin-bottom: 30px;
  }
  
}