
body{font-family:Segoe UI;}
.hero{
height:90vh;
background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),
url('https://images.unsplash.com/photo-1500382017468-9049fed747ef') center/cover;
}
.product:hover{transform:translateY(-8px);transition:.3s;}
.director:hover{transform:scale(1.04);transition:.3s;}
.gallery-img{
    width:100%;
    height:260px;        /* you can change 220 / 240 / 300 */
    object-fit:cover;
}
.logo-img{
    height:40px;
    width:auto;
}

.contact-modern{
    background:linear-gradient(to right,#f8fbf8,#eef7ee);
}

.contact-card{
    background:#fff;
    padding:35px 25px;
    border-radius:14px;
    transition:.3s;
}

.contact-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.contact-icon{
    font-size:38px;
    margin-bottom:15px;
}

.award-card{
    background:#fff;
    padding:12px;
    border-radius:14px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.award-card:hover{
    transform:translateY(-6px);
}

.award-img{
    width:100%;
    height:260px;
    object-fit:cover;
    border-radius:10px;
}

.mv-card{
    background:#fff;
    padding:30px;
    border-radius:14px;
    transition:.3s;
}

.mv-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.mv-title{
    color:#198754;
    margin-bottom:15px;
    font-weight:600;
}

.director-img{
    height:260px;
    object-fit:cover;
}

.director{
    cursor:pointer;
    transition:.3s;
}

.director:hover{
    transform:translateY(-8px);
}

.contact-link{
    color:#198754;
    text-decoration:none;
    font-weight:500;
}

.contact-link:hover{
    text-decoration:underline;
}