.elementor-19 .elementor-element.elementor-element-fe873ea{--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;--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-19 .elementor-element.elementor-element-b0fd922{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-c578e88 */@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

.gstc-contact-hero{
  --blue:#2040E8;--bg:#F5F6FA;--text:#0A0E1A;--text2:#4B5563;
  font-family:'Manrope',sans-serif;width:100%;background:var(--bg);
  padding:5rem 5% 4rem;
}
.gstc-contact-hero *{box-sizing:border-box}
.gstc-contact-hero .ch-inner{max-width:1240px;margin:0 auto;width:100%}

.gstc-contact-hero h1{
  font-size:clamp(2.4rem,5vw,4rem);font-weight:800;letter-spacing:-.04em;
  line-height:1.05;color:var(--text);margin:0 0 1rem;
}
.gstc-contact-hero h1 span{color:var(--blue)}
.gstc-contact-hero p{
  font-size:1.05rem;color:var(--text2);line-height:1.7;
  max-width:560px;margin:0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-31b9848 */@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

.gstc-contact-cards{
  --blue:#2040E8;--blue2:#1530C8;--bluebg:#EEF1FD;--bg:#F5F6FA;
  --text:#0A0E1A;--text2:#4B5563;--border:rgba(0,0,0,.07);
  font-family:'Manrope',sans-serif;width:100%;background:var(--bg);
  padding:0 5% 5rem;
}
.gstc-contact-cards *{box-sizing:border-box}
.gstc-contact-cards .cc-grid{
  max-width:1240px;margin:0 auto;width:100%;
  display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;
}

/* CARD */
.gstc-contact-cards .cc-card{
  position:relative;overflow:hidden;
  background:#fff;border:1px solid var(--border);border-radius:20px;
  padding:2.25rem;transition:transform .3s,box-shadow .3s,border-color .3s;
  display:flex;flex-direction:column;
}
.gstc-contact-cards .cc-card:hover{
  transform:translateY(-6px);border-color:rgba(32,64,232,.25);
  box-shadow:0 20px 48px rgba(32,64,232,.14);
}

/* ICON TILE — blue gradient, soft glow */
.gstc-contact-cards .cc-icon{
  width:58px;height:58px;border-radius:16px;flex:0 0 auto;
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  display:flex;align-items:center;justify-content:center;
  margin-bottom:1.4rem;box-shadow:0 10px 24px rgba(32,64,232,.32);
}
.gstc-contact-cards .cc-icon svg{width:28px;height:28px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

.gstc-contact-cards .cc-title{font-size:1.2rem;font-weight:800;color:var(--text);letter-spacing:-.02em;margin:0 0 .5rem}
.gstc-contact-cards .cc-desc{font-size:.9rem;color:var(--text2);line-height:1.7;margin:0 0 1.5rem}

/* LINKS / ACTIONS */
.gstc-contact-cards .cc-actions{margin-top:auto;display:flex;flex-direction:column;gap:.55rem}
.gstc-contact-cards .cc-link{
  display:inline-flex;align-items:center;gap:.45rem;
  font-size:.9rem;font-weight:700;color:var(--blue);text-decoration:none;
  transition:gap .25s,color .2s;width:fit-content;
}
.gstc-contact-cards .cc-link:hover{color:var(--blue2);gap:.75rem}
.gstc-contact-cards .cc-link svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}

/* primary pill button (Write For Us) */
.gstc-contact-cards .cc-btn{
  display:inline-flex;align-items:center;gap:.5rem;width:fit-content;
  background:var(--blue);color:#fff;text-decoration:none;
  padding:.7rem 1.4rem;border-radius:100px;font-size:.88rem;font-weight:700;
  line-height:1;transition:.3s;
}
.gstc-contact-cards .cc-btn:hover{background:var(--blue2);color:#fff;transform:translateY(-2px);box-shadow:0 10px 26px rgba(32,64,232,.32)}
.gstc-contact-cards .cc-btn svg{width:15px;height:15px;stroke:#fff;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.gstc-contact-cards .cc-sub{font-size:.82rem;color:var(--text2)}
.gstc-contact-cards .cc-sub a{color:var(--blue);font-weight:700;text-decoration:none}
.gstc-contact-cards .cc-sub a:hover{color:var(--blue2)}

/* BACK TO HOME */
.gstc-contact-cards .cc-back{max-width:1240px;margin:2.25rem auto 0;width:100%}
.gstc-contact-cards .cc-back-btn{
  display:inline-flex;align-items:center;gap:.5rem;
  font-size:.9rem;font-weight:700;color:var(--blue);text-decoration:none;
  transition:gap .25s,color .2s;
}
.gstc-contact-cards .cc-back-btn:hover{color:var(--blue2);gap:.75rem}
.gstc-contact-cards .cc-back-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}

/* RESPONSIVE */
@media(max-width:780px){
  .gstc-contact-cards .cc-grid{grid-template-columns:1fr;gap:1.25rem}
}/* End custom CSS */