.elementor-80 .elementor-element.elementor-element-7fa73cf{--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;}.elementor-80 .elementor-element.elementor-element-789c07d{--display:flex;}.elementor-80 .elementor-element.elementor-element-579025c{--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;}.elementor-80 .elementor-element.elementor-element-db2f08f{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-80 .elementor-element.elementor-element-3055095{--display:grid;--min-height:291px;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--justify-items:start;--align-items:start;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-80 .elementor-element.elementor-element-da8c489{width:100%;max-width:100%;}.elementor-80 .elementor-element.elementor-element-5daa7a6 iframe{height:422px;}@media(max-width:1024px){.elementor-80 .elementor-element.elementor-element-db2f08f{--grid-auto-flow:row;}.elementor-80 .elementor-element.elementor-element-3055095{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-80 .elementor-element.elementor-element-db2f08f{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-80 .elementor-element.elementor-element-3055095{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-53268c1 *//* Background & Container */
#contact-evanx {
  background: linear-gradient(135deg, #ffffff, #f0f8ff);
  padding: 80px 20px;
  border-radius: 16px;
  margin: 50px 0;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.contact-box {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

/* Titles */
.contact-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #004080;
  margin-bottom: 25px;
}

.sub-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0073e6;
  margin: 40px 0 20px;
}

/* Intro */
.contact-intro p {
  font-size: 1.15rem;
  color: #444;
  line-height: 1.7;
  max-width: 750px;
  margin: 0 auto 40px;
}

/* Contact Cards */
.contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.contact-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.contact-card .icon {
  font-size: 2rem;
  margin-bottom: 10px;
}

.contact-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #004080;
  margin-bottom: 8px;
}

.contact-card p a {
  color: #0073e6;
  font-weight: 600;
  text-decoration: none;
}

.contact-card p a:hover {
  text-decoration: underline;
}

/* Why Contact List */
.contact-list ul {
  list-style: none;
  padding: 0;
  max-width: 650px;
  margin: 0 auto 40px;
  text-align: left;
}

.contact-list li {
  background: #f9fbff;
  margin: 10px 0;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 1rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* CTA Button */
.cta-button a {
  display: inline-block;
  background: #0073e6;
  color: #fff;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.cta-button a:hover {
  background: #005bb5;
}/* End custom CSS */