.elementor-959 .elementor-element.elementor-element-738b69a{z-index:9999;}.elementor-959 .elementor-element.elementor-element-d01dc8e{z-index:0;}/* Start custom CSS for html, class: .elementor-element-cd5cf70 *//* ===============================
   PREMIUM UNIVERSITIES GRID
================================ */

.gbd-universities-section{
  padding:130px 20px;
  background:linear-gradient(180deg,#f6f9ff 0%,#ffffff 100%);
  font-family:'Poppins',sans-serif;
}

.gbd-universities-container{
  max-width:1300px;
  margin:auto;
  text-align:center;
}

/* HEADING */
.gbd-uni-heading{
  font-size:46px;
  font-weight:800;
  color:#0d2b4d;
  margin-bottom:12px;
}
.gbd-uni-sub{
  font-size:19px;
  color:#5a6473;
  margin-bottom:70px;
}

/* GRID: 4 PER ROW */
.gbd-uni-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:32px;
}

/* CARD */
.uni-card{
  position:relative;
  background:linear-gradient(145deg,#ffffff,#f3f6ff);
  border-radius:22px;
  padding:38px 26px 34px;
  min-height:220px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border:1px solid rgba(0,0,0,0.05);
  box-shadow:
    0 12px 35px rgba(0,0,0,0.06),
    inset 0 1px 0 rgba(255,255,255,0.6);
  transition:all .45s cubic-bezier(.4,0,.2,1);
}

/* HOVER CARD LIFT */
.uni-card:hover{
  transform:translateY(-12px) scale(1.02);
  box-shadow:
    0 25px 60px rgba(0,0,0,0.12),
    0 0 0 1px rgba(217,35,45,0.15);
}

/* UNIVERSITY NAME */
.uni-card h4{
  font-size:20px;
  font-weight:700;
  color:#0d2b4d;
  line-height:1.4;
  margin-bottom:28px;
}

/* ===============================
   PREMIUM CTA BUTTON (NO SHINE OVER TEXT)
================================ */

.uni-btn{
  display:inline-block;
  padding:15px 30px;
  border-radius:50px;
  background:linear-gradient(135deg,#d9232d,#8b0000);
  color:#fff !important;
  text-decoration:none !important;
  font-weight:700;
  letter-spacing:.4px;
  box-shadow:0 10px 30px rgba(217,35,45,0.35);
  transition:all .4s ease;
  position:relative;
  overflow:hidden;
}

/* INNER GLOW LAYER (BACKGROUND ONLY) */
.uni-btn::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:radial-gradient(circle at 30% 30%, rgba(255,255,255,0.35), transparent 60%);
  opacity:0;
  transition:.4s ease;
}

/* HOVER EFFECT */
.uni-btn:hover{
  transform:translateY(-3px) scale(1.05);
  box-shadow:0 18px 45px rgba(217,35,45,0.55);
  background:linear-gradient(135deg,#ff3a3a,#a80000);
  color:#fff !important;
}

/* SHOW SOFT WHITE GLOW (NOT OVER TEXT) */
.uni-btn:hover::after{
  opacity:1;
}

/* FORCE WHITE TEXT ALWAYS */
.uni-btn,
.uni-btn:hover,
.uni-btn:focus,
.uni-btn:active{
  color:#fff !important;
}

/* ===============================
   RESPONSIVE
================================ */

@media(max-width:1200px){
  .gbd-uni-grid{grid-template-columns:repeat(3,1fr);}
}
@media(max-width:768px){
  .gbd-uni-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:480px){
  .gbd-uni-grid{grid-template-columns:1fr;}
  .gbd-uni-heading{font-size:32px;}
}/* End custom CSS */