/*=========================================
ABOUT COMPANY
=========================================*/

.marangy-about-company{
    padding:100px 0;
    background:#ffffff;
}

.about-content-full{
    max-width:1100px;
    margin:auto;
}

.about-tag{
    display:inline-block;
    background:#d4af37;
    color:#fff;
    padding:8px 22px;
    border-radius:30px;
    font-size:13px;
    letter-spacing:2px;
    font-weight:600;
    margin-bottom:20px;
}

.about-content-full h2{
    font-size:52px;
    color:#1f2937;
    margin-bottom:25px;
    line-height:1.2;
}

.company-description{
    font-size:19px;
    line-height:2;
    color:#555;
    text-align:justify;
    margin-bottom:45px;
}

.company-highlights{
    display:flex;
    gap:40px;
    flex-wrap:wrap;
    margin-bottom:60px;
}

.highlight-item{
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:600;
    color:#333;
}

.highlight-item i{
    color:#d4af37;
    font-size:22px;
}

.about-boxes{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:35px;
}

.about-box{
    background:#fff;
    padding:40px;
    border-radius:16px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    border-top:5px solid #d4af37;
    transition:.35s;
}

.about-box:hover{
    transform:translateY(-8px);
}

.box-icon{
    width:70px;
    height:70px;
    background:#d4af37;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:20px;
}

.about-box h3{
    font-size:28px;
    margin-bottom:18px;
    color:#222;
}

.about-box p{
    color:#666;
    line-height:1.8;
}
/*==================================================
    ABOUT PAGE
==================================================*/

.marangy-about-company{
    padding:90px 0;
    background:#ffffff;
}

.marangy-about-company .container{
    width:90%;
    max-width:1300px;
    margin:auto;
}

/*==================================================
    ABOUT GRID
==================================================*/

.about-grid{

    display:grid;

    grid-template-columns:1fr;

    gap:50px;

}

/*==================================================
    CONTENT
==================================================*/

.about-content{

    text-align:center;

}

.about-content h2{

    font-size:42px;

    color:#1b1b1b;

    margin-bottom:25px;

    font-weight:700;

}

.about-content>p{

    max-width:900px;

    margin:auto;

    font-size:18px;

    line-height:1.9;

    color:#555;

}

/*==================================================
    MISSION & VISION
==================================================*/

.about-boxes{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:35px;

    margin-top:50px;

}

.about-box{

    background:#ffffff;

    padding:40px;

    border-radius:18px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    border-left:6px solid #d4af37;

    transition:.35s;

}

.about-box:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.about-box h3{

    font-size:30px;

    color:#222;

    margin-bottom:18px;

}

.about-box p{

    line-height:1.9;

    color:#555;

    font-size:17px;

}

/*==================================================
    LEADERSHIP
==================================================*/

.marangy-leadership{

    padding:100px 0;

    background:#f8f8f8;

}

.leadership-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:40px;

}

/*==================================================
    CARD
==================================================*/

.leader-card{

    background:#fff;

    border-radius:20px;

    padding:35px;

    text-align:center;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.35s;

}

.leader-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

/*==================================================
    IMAGES
==================================================*/

.leader-card img{

    width:100%;

    max-width:320px;

    height:380px;

    object-fit:cover;

    object-position:center;

    display:block;

    margin:auto;

    border-radius:18px;

    border:6px solid #d4af37;

    box-shadow:0 15px 35px rgba(0,0,0,.18);

}

/*==================================================
    TEXT
==================================================*/

.leader-card h3{

    margin-top:25px;

    font-size:30px;

    color:#222;

}

.leader-card span{

    display:block;

    margin:10px 0 20px;

    color:#d4af37;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:2px;

}

.leader-card p{

    line-height:1.9;

    color:#555;

    font-size:17px;

}

/*==================================================
    LARGE TABLETS
==================================================*/

@media(max-width:992px){

.about-boxes{

grid-template-columns:1fr;

}

.leadership-grid{

grid-template-columns:1fr;

}

.about-content h2{

font-size:36px;

}

}

/*==================================================
    TABLETS
==================================================*/

@media(max-width:768px){

.marangy-about-company{

padding:70px 0;

}

.about-content h2{

font-size:32px;

}

.about-content>p{

font-size:16px;

}

.about-box{

padding:30px;

}

.about-box h3{

font-size:26px;

}

.leader-card{

padding:30px;

}

.leader-card img{

max-width:280px;

height:340px;

}

}

/*==================================================
    MOBILE
==================================================*/

@media(max-width:576px){

.about-content h2{

font-size:28px;

}

.about-content>p{

font-size:15px;

line-height:1.8;

}

.about-box{

padding:25px;

}

.about-box h3{

font-size:24px;

}

.leader-card{

padding:25px;

}

.leader-card img{

max-width:100%;

height:auto;

aspect-ratio:4/5;

}

.leader-card h3{

font-size:24px;

}

.leader-card span{

font-size:13px;

}

.leader-card p{

font-size:15px;

}

}