.elementor-499 .elementor-element.elementor-element-60abc85{--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-dbbffac *//* =========================
GMSU FAQ PAGE
========================= */

.gmsu-faq-page{
  position:relative;
  background:#ffffff;
  overflow:hidden;
  color:#0f172a;
}

/* CONTAINER */

.gmsu-faq-container{
  width:100%;
  max-width:1240px;
  margin:0 auto;
  padding:0 24px;
}

/* HERO */

.gmsu-faq-hero{
  position:relative;
  padding:110px 0 90px;
  background:
  linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
}

.gmsu-faq-hero::before{
  content:'';
  position:absolute;
  top:-120px;
  right:-120px;
  width:360px;
  height:360px;
  border-radius:50%;
  background:rgba(59,130,246,.08);
  filter:blur(90px);
}

.gmsu-faq-badge{
  display:inline-flex;
  align-items:center;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(30,58,138,.08);
  color:#1E3A8A;
  font-size:13px;
  font-weight:600;
  letter-spacing:.08em;
  margin-bottom:28px;
}

.gmsu-faq-hero h1{
  margin:0 0 20px;
  color:#0B1F5E;
  font-size:clamp(40px,6vw,72px);
  line-height:1.08;
  font-weight:600;
  letter-spacing:-.03em;
  max-width:920px;
}

.gmsu-faq-subtitle{
  max-width:820px;
  margin:0;
  color:#64748b;
  font-size:18px;
  line-height:1.9;
}

/* SECTION */

.gmsu-faq-section{
  padding:90px 0;
}

/* CATEGORY */

.gmsu-faq-category{
  margin-bottom:90px;
}

.gmsu-faq-category:last-child{
  margin-bottom:0;
}

.gmsu-faq-category-head{
  text-align:center;
  margin-bottom:50px;
}

.gmsu-faq-category-head span{
  display:inline-block;
  margin-bottom:16px;
  color:#3B82F6;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
}

.gmsu-faq-category-head h2{
  margin:0;
  color:#0B1F5E;
  font-size:clamp(30px,4vw,48px);
  line-height:1.2;
  font-weight:600;
  letter-spacing:-.02em;
}

/* GRID */

.gmsu-faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:26px;
}

/* CARD */

.gmsu-faq-card{
  background:#fff;
  border-radius:28px;
  padding:36px;
  box-shadow:0 16px 55px rgba(15,23,42,.05);
}

.gmsu-faq-card h3{
  margin:0 0 18px;
  color:#0B1F5E;
  font-size:24px;
  line-height:1.4;
  font-weight:600;
}

.gmsu-faq-card p{
  margin:0;
  color:#64748b;
  line-height:1.9;
  font-size:16px;
}

/* SERVICES */

.gmsu-faq-services-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  margin-bottom:28px;
}

.gmsu-faq-service-card{
  background:#f8fbff;
  border-radius:24px;
  padding:30px;
}

.gmsu-faq-service-card h3{
  margin:0 0 16px;
  color:#0B1F5E;
  font-size:22px;
  line-height:1.4;
  font-weight:600;
}

.gmsu-faq-service-card p{
  margin:0;
  color:#64748b;
  line-height:1.8;
}

/* TIMELINE */

.gmsu-faq-timeline{
  display:flex;
  flex-direction:column;
  gap:24px;
  margin-bottom:30px;
}

.gmsu-faq-timeline-item{
  display:grid;
  grid-template-columns:220px 1fr;
  gap:24px;
  align-items:start;
  background:#fff;
  border-radius:28px;
  padding:32px;
  box-shadow:0 16px 55px rgba(15,23,42,.05);
}

.gmsu-faq-year{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:90px;
  border-radius:20px;
  background:#0B1F5E;
  color:#fff;
  font-size:24px;
  font-weight:600;
}

.gmsu-faq-content h3{
  margin:0 0 14px;
  color:#0B1F5E;
  font-size:26px;
  line-height:1.3;
  font-weight:600;
}

.gmsu-faq-content p{
  margin:0;
  color:#64748b;
  line-height:1.9;
}

/* IMPACT */

.gmsu-faq-impact-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  margin-bottom:30px;
}

.gmsu-faq-impact-card{
  background:linear-gradient(135deg,#0B1F5E 0%,#16389f 100%);
  border-radius:28px;
  padding:34px;
  text-align:center;
}

.gmsu-faq-impact-card h3{
  margin:0 0 14px;
  color:#D4AF37;
  font-size:42px;
  font-weight:600;
}

.gmsu-faq-impact-card p{
  margin:0;
  color:rgba(255,255,255,.82);
  line-height:1.8;
}

/* CTA */

.gmsu-faq-cta{
  padding:0 0 100px;
}

.gmsu-faq-cta-box{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  padding:70px 50px;
  background:linear-gradient(135deg,#0B1F5E 0%,#16389f 100%);
  text-align:center;
}

.gmsu-faq-cta-box span{
  display:inline-block;
  margin-bottom:16px;
  color:#D4AF37;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
}

.gmsu-faq-cta-box h2{
  margin:0 0 20px;
  color:#fff;
  font-size:clamp(32px,5vw,56px);
  line-height:1.15;
  font-weight:600;
}

.gmsu-faq-cta-box p{
  max-width:820px;
  margin:0 auto 44px;
  color:rgba(255,255,255,.82);
  line-height:1.9;
  font-size:17px;
}

/* CONTACT */

.gmsu-faq-contact-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  margin-bottom:34px;
}

.gmsu-faq-contact-card{
  background:rgba(255,255,255,.08);
  border-radius:22px;
  padding:26px;
}

.gmsu-faq-contact-card h4{
  margin:0 0 10px;
  color:#D4AF37;
  font-size:16px;
  font-weight:600;
}

.gmsu-faq-contact-card p{
  margin:0;
  color:#fff;
  font-size:15px;
  line-height:1.7;
}

/* NOTE */

.gmsu-faq-note{
  max-width:820px;
  margin:0 auto;
  color:rgba(255,255,255,.75);
  line-height:1.8;
  font-size:14px;
}

/* RESPONSIVE */

@media (max-width:1024px){

  .gmsu-faq-grid,
  .gmsu-faq-services-grid,
  .gmsu-faq-impact-grid,
  .gmsu-faq-contact-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .gmsu-faq-timeline-item{
    grid-template-columns:1fr;
  }

}

@media (max-width:767px){

  .gmsu-faq-hero{
    padding:90px 0 70px;
  }

  .gmsu-faq-section{
    padding:70px 0;
  }

  .gmsu-faq-container{
    padding:0 18px;
  }

  .gmsu-faq-grid,
  .gmsu-faq-services-grid,
  .gmsu-faq-impact-grid,
  .gmsu-faq-contact-grid{
    grid-template-columns:1fr;
  }

  .gmsu-faq-card,
  .gmsu-faq-service-card,
  .gmsu-faq-timeline-item,
  .gmsu-faq-impact-card,
  .gmsu-faq-cta-box{
    padding:28px 22px;
  }

  .gmsu-faq-year{
    min-height:72px;
    font-size:20px;
  }

  .gmsu-faq-content h3{
    font-size:24px;
  }

  .gmsu-faq-category{
    margin-bottom:70px;
  }

}/* End custom CSS */