Afficient Academy
Learning Center
at ICC, Milpitas, CA.
525 Los Coches St, Milpitas, CA 95035
Learn More
.afficient-opening-banner{
width:1200px;
height:413px;
background:#ffffff;
position:relative;
overflow:hidden;
display:flex;
font-family:'Inter',sans-serif;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}
/* LEFT RED PANEL */
.opening-panel{
width:220px;
height:100%;
background:linear-gradient(180deg,#B30000 0%,#8E0000 100%);
clip-path:polygon(0 0,100% 0,82% 100%,0 100%);
color:#fff;
padding:70px 0 0 40px;
box-sizing:border-box;
z-index:5;
}
.calendar-icon{
margin-bottom:24px;
}
.opening-date{
font-size:30px;
font-weight:800;
line-height:1.15;
letter-spacing:-0.5px;
}
/* CONTENT */
.banner-content{
display:flex;
align-items:center;
padding-left:30px;
z-index:4;
}
.vertical-divider{
width:1px;
height:230px;
background:#D0D5DD;
margin-right:40px;
}
.content-copy{
width:520px;
display:flex;
flex-direction:column;
align-items:flex-start;
}
.content-copy h1{
margin:0;
font-size:35px;
line-height:1.35;
color:#101828;
font-weight:850;
letter-spacing:-0.8px;
}
.content-copy h1 span{
color:#A50000;
}
.accent-line{
width:82px;
height:3px;
background:#A50000;
margin:28px 0 22px;
}
.address{
margin:0;
font-size:21px;
font-weight:500;
color:#1D2939;
text-align:left;
}
/* BUTTON */
.learn-more-btn,
.learn-more-btn:link,
.learn-more-btn:visited,
.learn-more-btn:hover,
.learn-more-btn:focus,
.learn-more-btn:active{
color:#ffffff !important;
text-decoration:none !important;
}
.learn-more-btn{
width:240px;
height:58px;
margin-top:28px;
display:flex;
align-items:center;
justify-content:center;
gap:12px;
background:linear-gradient(
180deg,
#B10000 0%,
#8D0000 100%
);
border-radius:10px;
font-size:20px;
font-weight:700;
box-shadow:
0 10px 25px rgba(177,0,0,.25);
transition:all .25s ease;
}
.learn-more-btn:hover,
.learn-more-btn:focus{
transform:translateY(-3px);
box-shadow:
0 14px 30px rgba(177,0,0,.35);
}
.learn-more-btn svg{
transition:transform .25s ease;
}
.learn-more-btn:hover svg,
.learn-more-btn:focus svg{
transform:translateX(4px);
}
/* DOTS */
.dot-grid{
position:absolute;
top:72px;
left:735px;
width:110px;
display:grid;
grid-template-columns:repeat(5,1fr);
gap:10px;
z-index:4;
}
.dot-grid span{
width:6px;
height:6px;
background:#A50000;
border-radius:50%;
}
/* BUILDING IMAGE */
.building-image{
position:absolute;
right:0;
top:0;
width:650px;
height:100%;
background:url('https://www.afficienta.com/wp-content/uploads/2026/06/indian-community-center.jpg')
center center / cover no-repeat;
z-index:1;
}
.building-image::before{
content:'';
position:absolute;
inset:0;
background:
linear-gradient(
90deg,
#ffffff 0%,
rgba(255,255,255,.95) 10%,
rgba(255,255,255,.80) 22%,
rgba(255,255,255,.35) 40%,
rgba(255,255,255,.08) 55%,
rgba(255,255,255,0) 70%
);
}
/* RESPONSIVE */
@media (max-width:1200px){
.afficient-opening-banner{
width:100%;
}
}
@media (max-width:768px){
.afficient-opening-banner{
height:auto;
flex-direction:column;
}
.opening-panel{
width:100%;
clip-path:none;
padding:30px;
}
.banner-content{
padding:35px 25px;
}
.vertical-divider{
display:none;
}
.content-copy{
width:100%;
}
.content-copy h1{
font-size:28px;
}
.address{
font-size:18px;
}
.learn-more-btn{
width:100%;
max-width:260px;
}
.building-image{
position:relative;
width:100%;
height:260px;
}
.dot-grid{
display:none;
}
}