.elementor-8117 .elementor-element.elementor-element-d89f93f{--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-8117 .elementor-element.elementor-element-5e839a8{--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-8117 .elementor-element.elementor-element-c89dd82{--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-8117 .elementor-element.elementor-element-bd47f0e{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-8117 .elementor-element.elementor-element-1d944a7{text-align:center;}/* Start custom CSS for html, class: .elementor-element-7b38787 *//* ===== Campus-Style Header (Inspired by your sample) ===== */
.au-campus-header{
  background:#ffffff;
  padding: 18px 0;
  border-bottom: 1px solid rgba(0,0,0,.10);
}

.au-campus-inner{
  width: min(1200px, 92%);
  margin: 0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 18px;
}

/* Left block */
.au-campus-left{
  display:flex;
  align-items:center;
  gap: 14px;
  min-width: 0;
}



/* Text stack */
.au-campus-name-wrap{
  min-width: 0;
}

.au-campus-kicker{
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
  color:#6f6f6f;
  margin-bottom: 3px;
}

.au-campus-name{
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color:#1f1f1f;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}

.au-campus-sub{
  margin-top: 2px;
  font-size: 12px;
  color:#8a8a8a;
  font-weight: 600;
}

/* Right tagline */
.au-campus-right{
  display:flex;
  align-items:center;
  justify-content:flex-end;
}

.au-campus-tagline{
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800;
  color:#3b5bff;
  white-space: nowrap;
}

/* Mobile */
@media (max-width: 768px){
  .au-campus-inner{
    flex-direction: column;
    align-items: flex-start;
  }
  .au-campus-tagline{
    margin-top: 6px;
  }
  .au-campus-name{
    white-space: normal;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c79c468 *//* =====================================================
   Student Support Hero (Updated)
   ===================================================== */

.au-hero{
  background:#f7f2ea;
  border-radius:22px;
  padding: clamp(20px,5vw, 3px);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: clamp(15px, 4vw, 30px);
}

/* LEFT */

.au-hero-left{
  flex:1 1 55%;
  max-width:620px;
}

.au-hero-left h1{
  margin:0 0 14px 0;
  font-size:clamp(36px,5vw,64px);
  line-height:1.05;
  letter-spacing:-.02em;
  color:#1f1f1f;
}

.au-hero-left p{
  margin:0 0 16px 0;
  font-size:16px;
  line-height:1.6;
  color:#555;
  max-width:520px;
}

/* NOTE / DISCLAIMER */

.au-hero-note{
  font-size:14px;
  color:#777;
  margin-bottom:22px;
}

.au-hero-note small{
  display:block;
  margin-top:6px;
  font-size:12px;
  color:#999;
}

/* BUTTONS */

.au-hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.au-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 24px;
  border-radius:12px;
  font-weight:600;
  text-decoration:none!important;
  transition:.2s ease;
  border:1px solid transparent;
}

.au-primary{
  background:#3b5bff;
  color:#fff!important;
  box-shadow:0 10px 26px rgba(59,91,255,.28);
}

.au-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(59,91,255,.32);
}

.au-ghost{
  background:transparent;
  color:#1f1f1f!important;
  border-color:rgba(0,0,0,.18);
}

.au-ghost:hover{
  color:#3b5bff!important;
  border-color:#3b5bff;
}

/* RIGHT */

.au-hero-right{
  flex:1 1 45%;
  position:relative;
  min-height:420px;
  display:flex;
  justify-content:center;
  align-items:flex-end;
}

.au-hero-img{
  width:min(420px,95%);
  position:relative;
  z-index:3;
}

/* SHAPES */

.au-hero-right:before{
  content:"";
  position:absolute;
  width:320px;
  height:320px;
  background:#ff7a2f;
  border-radius:50%;
  right:18%;
  top:10%;
  z-index:1;
}

.au-hero-right:after{
  content:"";
  position:absolute;
  width:180px;
  height:240px;
  background:#ffd24a;
  border-radius:999px;
  right:4%;
  top:2%;
  z-index:0;
}

.au-hero-img:after{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  background:#3b5bff;
  border-radius:50%;
  right:-12px;
  bottom:70px;
  z-index:-1;
}

/* MOBILE */

@media(max-width:768px){

.au-hero{
  flex-direction:column;
  align-items:flex-start;
}

.au-hero-right{
  width:100%;
  min-height:320px;
  margin-top:24px;
  align-items:center;
}

.au-hero-img{
  width:min(300px,90%);
}

.au-hero-right:before{
  width:240px;
  height:240px;
  right:8%;
}

.au-hero-right:after{
  width:140px;
  height:200px;
}

}
.au-hero-guide{
  margin-top:22px;
  font-size:16px;
  font-weight:600;
  color:#C32424;
  letter-spacing:.02em;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f0d0ca *//* ===== Topics Hub ===== */
.au-topics{
  padding: clamp(10px, 4vw, 10px) 0;
}

.au-topics-head{
  text-align:center;
  margin-bottom: 24px;
}

.au-topics-head h2{
  margin: 0 0 8px 0;
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: -0.02em;
  color:#1f1f1f;
}

.au-topics-head p{
  margin:0;
  color:#666;
  font-size: 15px;
}

/* Grid */
.au-topics-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

/* Card */
.au-topic-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  padding: 18px 18px 16px;
  text-decoration:none!important;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
  color: inherit;
  position:relative;
  overflow:hidden;
}

.au-topic-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0,0,0,.10);
  border-color: rgba(179,0,0,.25);
}

/* Icon */
.au-topic-icon{
  width:42px;
  height:42px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(179,0,0,.08);
  font-size: 20px;
  margin-bottom: 12px;
}

/* Text */
.au-topic-card h3{
  margin: 0 0 6px 0;
  font-size: 16px;
  color:#1f1f1f;
}

.au-topic-card p{
  margin: 0 0 14px 0;
  color:#666;
  font-size: 13.5px;
  line-height: 1.5;
}

.au-topic-link{
  font-weight: 700;
  font-size: 13px;
  color:#b30000;
}

/* Responsive */
@media(max-width: 1024px){
  .au-topics-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media(max-width: 640px){
  .au-topics-grid{ grid-template-columns: 1fr; }
}
/* Center card text */
.au-topic-text{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Optional: tighten spacing */
.au-topic-text h3{
  margin-bottom: 6px;
}

.au-topic-text p{
  margin-bottom: 10px;
}

/* Center Open link */
.au-topic-link{
  margin-top: 4px;
}/* End custom CSS */