.elementor-24 .elementor-element.elementor-element-43aa260{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-8ea2a01 */.contact-page {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  box-sizing: border-box;
}

.contact-header {
  background-color: #011813;
  padding: 80px 40px;
  text-align: center;
}

.contact-header h1 {
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 16px 0;
}

.contact-header p {
  color: #FFFFFF;
  font-size: 18px;
  margin: 0;
  opacity: 0.8;
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
}

.contact-info h2,
.contact-form-wrap h2 {
  color: #011813;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.contact-info > p {
  color: #000000;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 30px 0;
  opacity: 0.8;
}

.contact-details {
  margin-bottom: 30px;
}

.contact-item {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.contact-icon {
  width: 50px;
  height: 50px;
  background-color: #011813;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon svg {
  width: 22px;
  height: 22px;
}

.contact-text h4 {
  color: #011813;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px 0;
}

.contact-text p {
  color: #000000;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.contact-text a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-text a:hover {
  color: #011813;
}

.contact-social {
  display: flex;
  gap: 12px;
}

.contact-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #011813;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-social a:hover {
  background-color: #000000;
}

.contact-form-wrap {
  background-color: #f9f9f9;
  padding: 40px;
}

.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form label {
  display: block;
  color: #011813;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  border: 1px solid #e0e0e0;
  background-color: #FFFFFF;
  color: #000000;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #011813;
}

.contact-form textarea {
  resize: vertical;
}

.form-submit {
  display: block;
  width: 100%;
  background-color: #011813;
  color: #FFFFFF;
  padding: 16px 40px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.form-submit:hover {
  background-color: #000000;
}

.contact-map {
  width: 100%;
  line-height: 0;
}

.contact-map iframe {
  width: 100%;
  height: 400px;
}

@media (max-width: 992px) {
  .contact-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .contact-header {
    padding: 60px 20px;
  }
  
  .contact-header h1 {
    font-size: 32px;
  }
  
  .contact-container {
    padding: 60px 20px;
  }
  
  .contact-info h2,
  .contact-form-wrap h2 {
    font-size: 24px;
  }
  
  .contact-form-wrap {
    padding: 30px 20px;
  }
  
  .contact-form .form-row {
    grid-template-columns: 1fr;
  }
  
  .contact-map iframe {
    height: 300px;
  }
}/* End custom CSS */