.elementor-467 .elementor-element.elementor-element-c41068b{--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-60ac612 */.gmsu-fee-section{
  background:linear-gradient(180deg,#f8fbff 0%,#ffffff 45%,#f5f8ff 100%);
  padding:90px 20px;
  font-family:inherit;
  color:#0f172a;
}

.gmsu-fee-container{
  max-width:1180px;
  margin:0 auto;
}

.gmsu-fee-hero{
  text-align:center;
  max-width:850px;
  margin:0 auto 46px;
}

.gmsu-fee-badge{
  display:inline-flex;
  padding:9px 18px;
  border-radius:999px;
  background:#eaf1ff;
  color:#1E3A8A;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:18px;
}

.gmsu-fee-hero h1{
  margin:0;
  font-size:clamp(34px,5vw,62px);
  line-height:1.05;
  font-weight:900;
  color:#0B1F5E;
}

.gmsu-fee-hero p{
  margin:18px auto 0;
  font-size:18px;
  line-height:1.7;
  color:#475569;
}

.gmsu-fee-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
  margin-bottom:28px;
}

.gmsu-fee-card,
.gmsu-provide-card,
.gmsu-summary-card,
.gmsu-contact-card{
  background:rgba(255,255,255,.92);
  border:1px solid rgba(30,58,138,.12);
  border-radius:26px;
  padding:32px;
  box-shadow:0 20px 55px rgba(15,23,42,.08);
}

.gmsu-fee-card-main{
  position:relative;
  overflow:hidden;
}

.gmsu-fee-card-main::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg,#1E3A8A,#3B82F6,#D4AF37);
}

.gmsu-step-label{
  display:inline-block;
  color:#1E3A8A;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:12px;
}

.gmsu-fee-card h2,
.gmsu-warning-box h2,
.gmsu-provide-card h2,
.gmsu-summary-card h2,
.gmsu-contact-card h2{
  margin:0 0 14px;
  color:#0B1F5E;
  font-size:26px;
  line-height:1.2;
  font-weight:900;
}

.gmsu-price{
  display:inline-flex;
  align-items:center;
  padding:12px 18px;
  border-radius:16px;
  background:#0B1F5E;
  color:#fff;
  font-size:24px;
  font-weight:900;
  margin-bottom:18px;
}

.gmsu-fee-card p,
.gmsu-provide-card p,
.gmsu-summary-card p,
.gmsu-contact-card p,
.gmsu-info-item p{
  color:#475569;
  line-height:1.75;
  font-size:16px;
  margin:0 0 14px;
}

.gmsu-fee-card ul{
  margin:12px 0 0;
  padding-left:20px;
}

.gmsu-fee-card li{
  color:#334155;
  line-height:1.7;
  margin-bottom:8px;
}

.gmsu-warning-box{
  display:flex;
  align-items:center;
  gap:18px;
  background:#fff7ed;
  border:1px solid rgba(234,88,12,.18);
  border-radius:24px;
  padding:24px;
  margin:28px 0;
}

.gmsu-warning-icon{
  width:52px;
  height:52px;
  min-width:52px;
  border-radius:50%;
  background:#ea580c;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  font-weight:900;
}

.gmsu-warning-box p{
  margin:0;
  color:#9a3412;
}

.gmsu-info-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-bottom:28px;
}

.gmsu-info-item{
  background:#ffffff;
  border:1px solid rgba(30,58,138,.10);
  border-radius:22px;
  padding:26px;
  box-shadow:0 14px 35px rgba(15,23,42,.06);
}

.gmsu-info-item h3{
  margin:0 0 10px;
  color:#0B1F5E;
  font-size:21px;
  font-weight:900;
}

.gmsu-provide-card{
  margin-bottom:28px;
  background:linear-gradient(135deg,#ffffff,#eef5ff);
}

.gmsu-provide-card span{
  color:#D4AF37;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.1em;
}

.gmsu-summary-card{
  margin-bottom:28px;
}

.gmsu-summary-steps{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin-top:18px;
}

.gmsu-summary-steps div{
  background:#f8fafc;
  border:1px solid rgba(30,58,138,.10);
  border-radius:18px;
  padding:22px;
}

.gmsu-summary-steps strong{
  display:block;
  color:#1E3A8A;
  font-size:18px;
  margin-bottom:8px;
}

.gmsu-note{
  margin-top:18px;
  padding:18px;
  border-radius:16px;
  background:#fff1f2;
  color:#9f1239;
  font-weight:800;
  line-height:1.5;
}

.gmsu-contact-card{
  text-align:center;
  background:#0B1F5E;
  color:#fff;
}

.gmsu-contact-card h2{
  color:#fff;
}

.gmsu-contact-card p{
  color:rgba(255,255,255,.78);
}

.gmsu-contact-links{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}

.gmsu-contact-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  color:#fff;
  text-decoration:none;
  font-weight:800;
  border:1px solid rgba(255,255,255,.18);
  transition:.25s ease;
}

.gmsu-contact-links a:hover{
  background:#D4AF37;
  color:#0B1F5E;
}

@media(max-width:900px){
  .gmsu-fee-section{
    padding:70px 16px;
  }

  .gmsu-fee-grid,
  .gmsu-info-list,
  .gmsu-summary-steps{
    grid-template-columns:1fr;
  }
}

@media(max-width:560px){
  .gmsu-fee-card,
  .gmsu-provide-card,
  .gmsu-summary-card,
  .gmsu-contact-card{
    padding:24px 20px;
    border-radius:22px;
  }

  .gmsu-warning-box{
    align-items:flex-start;
    padding:20px;
  }

  .gmsu-price{
    font-size:20px;
  }

  .gmsu-contact-links{
    flex-direction:column;
  }

  .gmsu-contact-links a{
    width:100%;
  }
}/* End custom CSS */