.elementor-597 .elementor-element.elementor-element-026556b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-597 .elementor-element.elementor-element-6c4556f{width:100%;max-width:100%;}.elementor-597 .elementor-element.elementor-element-6c4556f > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-597 .elementor-element.elementor-element-6c4556f.elementor-element{--align-self:center;}.elementor-597 .elementor-element.elementor-element-856924b{--display:flex;}body.elementor-page-597:not(.elementor-motion-effects-element-type-background), body.elementor-page-597 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b86e596 *//* Google Font */
body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  background-color: #16163F;
  color: white;
}

/* Contact Section */
.contact-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
}

/* Container */
.contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #ffffff10;
  backdrop-filter: blur(10px);
  border-radius: 20px;
  overflow: hidden;
  max-width: 1100px;
  width: 100%;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

/* Left Panel */
.contact-info {
  background: #AC020A;
  padding: 50px 40px;
  color: white;
}

.contact-info h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.contact-info p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.contact-info ul {
  list-style: none;
  padding: 0;
}

.contact-info li {
  margin-bottom: 15px;
  font-size: 1rem;
}

/* Right Form */
.contact-form {
  background: #fff;
  color: #16163F;
  padding: 50px 40px;
}

.contact-form h2 {
  font-size: 2rem;
  margin-bottom: 25px;
}

/* Contact Form 7 Styling */
.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  transition: 0.3s;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #AC020A;
  outline: none;
  box-shadow: 0 0 6px rgba(172, 2, 10, 0.4);
}

.wpcf7-form textarea {
  resize: vertical;
  min-height: 120px;
}

.wpcf7-form input[type="submit"] {
  background: #AC020A;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  transition: background 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background: #16163F;
}

/* ===================== */
/* RESPONSIVENESS */
/* ===================== */
@media (max-width: 992px) {
  .contact-container {
    grid-template-columns: 1fr;
  }

  .contact-info,
  .contact-form {
    padding: 40px 25px;
  }

  .contact-info h2,
  .contact-form h2 {
    font-size: 1.7rem;
  }
}

@media (max-width: 600px) {
  .contact-section {
    padding: 40px 15px;
  }

  .contact-info h2,
  .contact-form h2 {
    font-size: 1.5rem;
  }

  .contact-info li {
    font-size: 0.9rem;
  }

  .wpcf7-form input,
  .wpcf7-form textarea {
    font-size: 0.9rem;
    padding: 10px 12px;
  }

  .wpcf7-form input[type="submit"] {
    font-size: 1rem;
    padding: 12px;
  }
}/* End custom CSS */