/*** 

=============================================

    contact area style

=============================================

***/

.contact-area {
  padding-bottom: 80px;

  padding-top: 74px;
}

.contact-area .contact-details {
  margin-right: 100px;
}

.contact-area .contact-details h2 {
  color: #292929;

  font-size: 24px;

  font-weight: 600;

  margin: 0 0 52px;

  text-transform: uppercase;
}

.contact-info-carousel {
}

.contact-info-carousel .item .contact-details-title h5 {
  color: #292929;

  font-size: 18px;

  font-weight: 600;

  margin: 0 0 28px;

  text-transform: capitalize;
}

.contact-info-carousel .item .contact-info {
}

.contact-info-carousel .item .contact-info li {
  padding-left: 45px;

  position: relative;

  padding-bottom: 30px;
}

.contact-info-carousel .item .contact-info li:last-child {
  padding-bottom: 0;
}

.contact-info-carousel .item .contact-info li .icon-box {
  left: 0;

  position: absolute;

  top: 10px;
}

.contact-info-carousel .item .contact-info li .icon-box span::before {
  /* color: #fdc716; */

  font-size: 35px;

  font-weight: 700;
}

.contact-info-carousel .item .contact-info li .text-box p {
  line-height: 22px;

  margin: 0;
}

.contact-info-carousel .item .contact-info li .text-box p span {
  color: #292929;

  font-weight: 600;

  font-family: "Montserrat", sans-serif;
}

.contact-info-carousel.owl-theme .owl-nav {
  margin-top: 0;
}

.contact-info-carousel.owl-theme .owl-dots {
  bottom: 72%;

  margin-bottom: 45px;

  position: absolute;

  right: 20px;
}

.contact-info-carousel.owl-theme .owl-dots .owl-dot + .owl-dot {
  margin-left: 10px;
}

.contact-info-carousel.owl-theme .owl-dots .owl-dot span {
  background: #f7f7f7 none repeat scroll 0 0;

  border: medium none;

  margin: 0;
}

.contact-info-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #fdc716;
}

.contact-social-links {
  border-top: 1px solid #f7f7f7;

  margin-top: 24px;

  overflow: hidden;

  padding-top: 30px;
  margin-bottom: 24px;
}

.contact-social-links ul li {
  display: inline-block;

  margin-right: 11px;
}

.contact-social-links ul li:last-child {
  margin-right: 0;
}

.contact-social-links ul li a i {
  background: #f7f7f7 none repeat scroll 0 0;

  border-radius: 50%;

  color: #9e9e9e;

  display: block;

  font-size: 15px;
  font-size: 25px;

  height: 40px;

  line-height: 38px;

  text-align: center;

  width: 40px;

  transition: all 500ms ease;
}

.send-message-form .title {
  padding-bottom: 32px;
}

.send-message-form .title h2 {
  color: #292929;

  font-size: 24px;

  font-weight: 600;

  margin: 0 0 17px;

  text-transform: uppercase;
}

.send-message-form .title .border {
  background: #f7f7f7 none repeat scroll 0 0;

  display: block;

  height: 2px;

  width: 70px;
}

.send-message-form h3 {
  margin: 0 0 15px;

  text-transform: none;
}

.send-message-form form .ui-state-default {
  margin-bottom: 22px;
}

.send-message-form form textarea {
  height: 100px;

  padding: 15px 15px;
}

.send-message-form form button {
  height: 55px;
}

.send-message-form form textarea:focus {
  border: 1px solid #fdc716;
}

#contact-google-map {
  width: 100%;

  height: 500px;
}

.thm-btn-1 {
  display: inline-block;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  /* important for <a> */
  transition: all 0.3s ease;
  color: white;
}

.thm-btn-1:hover {
  background-color: #23729a;
  /* background changes on hover */
  transform: translateY(-2px);
  /* subtle lift effect */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  /* shadow on hover */
  color: white;
  /* text stays white */
}

.contact-social-links ul li a:hover i,
.latest-project-area .sec-title:before {
  background: #23729a;
}

.button-group {
  display: flex;
  /* justify-content: center; */
  gap: 15px;
  /* Space between buttons */
  flex-wrap: nowrap;
  /* Keep buttons in one line */
}

.send-message-form form input[type="email"] {
  border: 1px solid #eaeaea;
  color: #9e9e9e;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  height: 50px;
  margin-bottom: 30px;
  padding: 0 15px;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
  width: 100%;
}

.yellow-bg {
  background: #23729a;
}

.send-message-form form input,
.send-message-form form textarea {
  color: #000 !important;
}
