/* ===========================
   COLLEGE HERO
=========================== */

.college-hero{

    min-height:55vh;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    padding:140px 8% 80px;

   background:
radial-gradient(
    circle at center,
    rgba(212,175,55,.12),
    transparent 60%
),
linear-gradient(
    180deg,
    #050505,
    #0B0B0B,
    #050505
);
}

.college-hero h1{

    font-size:72px;

    font-weight:800;

    margin-bottom:20px;

    background:
linear-gradient(
135deg,
#FFFFFF,
#F8E7A1,
#D4AF37,
#B8860B
);

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;
}

.college-hero p{

    max-width:800px;

    color:#D5D5D5;

    font-size:18px;

    line-height:1.8;
}

/* ===========================
   SEARCH
=========================== */

.college-search{

    padding:40px 8%;

    display:flex;

    justify-content:center;
}

#collegeSearch{

    width:100%;

    max-width:750px;

    padding:18px 25px;

    border:none;

    outline:none;

    border-radius:60px;

    background:#111111;
    border:1px solid rgba(212,175,55,.18);
    backdrop-filter:
    blur(20px);

    color:#fff;

    font-size:16px;
}

#collegeSearch::placeholder{

    color:#BEBEBE;
}
#collegeSearch:focus{

border-color:#D4AF37;

box-shadow:

0 0 20px rgba(212,175,55,.20);

}
/* ===========================
   FILTERS
=========================== */

.college-filters{

    display:flex;

    justify-content:center;

    gap:15px;

    flex-wrap:wrap;

    padding:20px 8% 60px;
}

.filter-btn{

    padding:14px 28px;

    border:none;

    cursor:pointer;

    border-radius:50px;

    background:#171717;
    color:#fff;

    border:1px solid rgba(212,175,55,.18);

    transition:0.4s;
}

.filter-btn:hover{

    transform:
    translateY(-3px);

   border-color:#D4AF37;
}

.filter-btn.active{

   background:
linear-gradient(
135deg,
#B8860B,
#D4AF37,
#F7D774
);

color:#111111;

font-weight:700;
}

/* ===========================
   COLLEGE GRID
=========================== */

.college-grid{

    padding:0 8% 100px;

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(340px,1fr));

    gap:35px;
}

/* ===========================
   COLLEGE CARD
=========================== */

.college-card{

    overflow:hidden;

    border-radius:25px;

    background:#111111;

    border:1px solid rgba(212,175,55,.18);

    backdrop-filter:
    blur(20px);

    transition:0.5s;
}

.college-card:hover{

    transform:
    translateY(-12px);

    box-shadow:

0 20px 50px rgba(212,175,55,.25),

0 0 25px rgba(212,175,55,.15);
}

.college-card img{

    width:100%;

    height:240px;

    object-fit:cover;
}

.college-info{

    padding:25px;
}

.college-info h2{

    font-size:28px;

    margin-bottom:12px;
    color:#F7D774;
}

.college-info p{

    color:#D5D5D5;

    line-height:1.8;

    margin-bottom:20px;
}
.college-card img{

transition:.7s;

}

.college-card:hover img{

transform:

scale(1.08)

rotate(.5deg);

filter:

brightness(1.08)

contrast(1.08);

}
/* ===========================
   BUTTON
=========================== */

.view-college{

    padding:14px 28px;

    border:none;

    cursor:pointer;

    border-radius:50px;

    color:white;

    font-weight:600;

    background:
linear-gradient(
135deg,
#B8860B,
#D4AF37,
#F7D774
);

color:#111111;

    transition:0.4s;
}

.view-college:hover{

transform:

translateY(-4px)

scale(1.05);

box-shadow:

0 12px 35px rgba(212,175,55,.35);

}

/* ===========================
   DETAILS SECTION
=========================== */

.college-details{

    padding:120px 8%;
}

.college-container{

    padding:50px;

    border-radius:30px;

   background:#111111;

    border:1px solid rgba(212,175,55,.18);

    backdrop-filter:
    blur(25px);

    box-shadow:
    0 20px 60px rgba(0,0,0,0.35);
}

.college-container h2{

    font-size:42px;

    margin-bottom:35px;
    color:#F7D774;
}

/* ===========================
   COLLEGE CONTENT
=========================== */

#collegeContent{

    display:flex;

    flex-direction:column;

    gap:20px;
}

.college-box{

    padding:25px;

    border-radius:20px;

    background:#171717;

    border:1px solid rgba(212,175,55,.18);

    transition:0.4s;
}

.college-box:hover{

    transform:
    translateX(10px);

   border-color:#D4AF37;

box-shadow:

0 0 20px rgba(212,175,55,.20);
}

.college-box h3{

    color:#F7D774;

    margin-bottom:10px;
}

.college-box p{

    color:#D5D5D5;

    line-height:1.8;
}

/* ===========================
   STATS GRID
=========================== */

.college-stats{

    display:grid;

    grid-template-columns:
    repeat(3,1fr);

    gap:20px;

    margin-top:20px;
}

.college-stat{

    padding:25px;

    text-align:center;

    border-radius:20px;

    background:#171717;

    border:1px solid rgba(212,175,55,.18);
}

.college-stat h4{

    color:#F7D774;

    margin-bottom:10px;
}

.college-stat span{

    font-size:22px;

    font-weight:700;
}
.college-stat:hover{

transform:translateY(-8px);

border-color:#D4AF37;

box-shadow:

0 12px 30px rgba(212,175,55,.22);

transition:.35s;

}
.college-card,
.college-container,
.college-box,
.college-stat{

backdrop-filter:blur(20px);

-webkit-backdrop-filter:blur(20px);

}
.college-card{

position:relative;

overflow:hidden;

}

.college-card::before{

content:"";

position:absolute;

top:0;

left:-100%;

width:100%;

height:2px;

background:linear-gradient(

90deg,

transparent,

#F7D774,

transparent

);

transition:.8s;

}

.college-card:hover::before{

left:100%;

}
/* ===========================
   RESPONSIVE
=========================== */

@media(max-width:992px){

    .college-stats{

        grid-template-columns:1fr;
    }

}

@media(max-width:768px){

    .college-hero h1{

        font-size:48px;
    }

    .college-container{

        padding:30px;
    }

    .college-container h2{

        font-size:30px;
    }

}