.elementor-1224 .elementor-element.elementor-element-66eaba7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5fd743b */.contact-section {
      display: flex;
      flex-wrap: wrap;
     
      justify-content: space-between;
    }

    .contact-info {
      flex: 1;
      min-width: 300px;
      margin-right: 2rem;
    }

    .contact-info h2 {
      font-size: 28px;
      margin-bottom: 1rem;
    }

    .contact-info p {
      color: #555;
      margin-bottom: 2rem;
    }

    .info-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 1.5rem;
    }

    .info-item i {
      font-size: 22px;
      color: #0a1f44;
      margin-right: 1rem;
    }

    .info-item span {
      display: block;
    }

    .info-title {
      font-weight: bold;
      color: #0a1f44;
    }

    .quote-form {
      flex: 1;
      min-width: 300px;
    }

    .quote-form h3 {
      margin-bottom: 1rem;
    }

    .form-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
    }

    .form-grid input, .form-grid textarea {
      flex: 1 1 48%;
      padding: 10px;
      font-size: 14px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }

    .form-grid textarea {
      flex: 1 1 100%;
      height: 120px;
      resize: none;
    }

    .form-grid input.full-width {
      flex: 1 1 100%;
    }

    .send-btn {
      background: #0a1f44;
      color: white;
      padding: 10px 20px;
      border: none;
      margin-top: 1rem;
      border-radius: 4px;
      cursor: pointer;
    }

    .social-icons {
      margin-top: 2rem;
    }

    .social-icons a {
      display: inline-block;
      margin-right: 10px;
      background: #0a1f44;
      color: white;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      text-align: center;
      line-height: 35px;
      text-decoration: none;
      font-size: 16px;
    }
.info-item a {
    color: #000;
}
  
    @media (max-width: 768px) {
      .contact-section {
        flex-direction: column;
      }

      .form-grid input, .form-grid textarea {
        flex: 1 1 100%;
      }
    }/* End custom CSS */