.elementor-448 .elementor-element.elementor-element-24f6c714{--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;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--padding-top:5%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}.elementor-448 .elementor-element.elementor-element-24f6c714:not(.elementor-motion-effects-element-type-background), .elementor-448 .elementor-element.elementor-element-24f6c714 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-ddcf944 );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-448 .elementor-element.elementor-element-3e319099{text-align:center;}.elementor-448 .elementor-element.elementor-element-3e319099 .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-448 .elementor-element.elementor-element-6fa50164{text-align:center;}.elementor-448 .elementor-element.elementor-element-6fa50164 .elementor-heading-title{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-9a5645d );}.elementor-448 .elementor-element.elementor-element-0ef4bfa{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-448 .elementor-element.elementor-element-f39eb90{width:var( --container-widget-width, 50% );max-width:50%;--container-widget-width:50%;--container-widget-flex-grow:0;}.elementor-448 .elementor-element.elementor-element-e5c8141{--display:flex;}@media(min-width:768px){.elementor-448 .elementor-element.elementor-element-e5c8141{--width:50%;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-448 .elementor-element.elementor-element-6fa50164 .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-448 .elementor-element.elementor-element-6fa50164 .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for html, class: .elementor-element-f39eb90 *//* ===============================
   Contact Page Wrapper
================================ */
.itescs-contact-page {
  max-width: 1200px;
  margin: auto;
  padding: 50px 20px;
  font-family: "Inter", sans-serif;
}

/* ===============================
   Header
================================ */
.contact-header {
  text-align: center;
  margin-bottom: 50px;
}

.contact-header h1 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-header p {
  font-size: 17px;
  color: #555;
  max-width: 700px;
  margin: auto;
}

/* ===============================
   Grid
================================ */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

/* ===============================
   Card
================================ */
.contact-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 26px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.contact-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #ff6600;
}

.org-name {
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.contact-card p {
  font-size: 14.5px;
  line-height: 1.6;
  color: #555;
}

/* ===============================
   Meta
================================ */
.contact-meta {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
}

/* ===============================
   Opening Soon
================================ */
.contact-card.upcoming {
  background: linear-gradient(#fff, #fff7f0);
  border: 1px dashed #ff6600;
}

.contact-card .status {
  font-weight: 600;
  color: #ff6600;
}

/* ===============================
   Mobile
================================ */
@media (max-width: 600px) {
  .contact-header h1 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-80ba90d *//* ===============================
   ITESCS Contact Form
================================ */
.itescs-contact-form {
  background: #ffffff;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  max-width: 900px;
  margin: auto;
  font-family: "Inter", sans-serif;
}

/* ===============================
   Rows
================================ */
.itescs-form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 18px;
}

.itescs-form-field {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.itescs-form-field.full {
  flex: 100%;
}

/* ===============================
   Labels
================================ */
.itescs-form-field label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #222;
}

.itescs-form-field label span {
  color: #ff6600;
}

/* ===============================
   Inputs
================================ */
.itescs-contact-form input,
.itescs-contact-form textarea,
.itescs-contact-form select {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  transition: all 0.25s ease;
}

.itescs-contact-form input:focus,
.itescs-contact-form textarea:focus {
  border-color: #ff6600;
  box-shadow: 0 0 0 3px rgba(255,102,0,0.15);
  outline: none;
}

/* ===============================
   Submit Button
================================ */
.itescs-form-submit {
  text-align: center;
  margin-top: 20px;
}

.itescs-contact-form input[type="submit"] {
  background: linear-gradient(135deg, #ff9933, #ff6600);
  color: #fff;
  border: none;
  padding: 14px 40px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.itescs-contact-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(255,102,0,0.35);
}

/* ===============================
   Note
================================ */
.itescs-form-note {
  margin-top: 16px;
  font-size: 12.5px;
  color: #666;
  text-align: center;
}

/* ===============================
   Validation Errors
================================ */
.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #d63638;
  margin-top: 4px;
}

.wpcf7-response-output {
  border-radius: 10px;
  padding: 12px;
  font-size: 14px;
  margin-top: 20px;
}

/* ===============================
   Mobile
================================ */
@media (max-width: 768px) {
  .itescs-form-row {
    flex-direction: column;
  }

  .itescs-contact-form {
    padding: 25px;
  }
}/* End custom CSS */