

.ast-container, .ast-container-fluid{
	padding-left:0;
padding-right:0;
}

/* portfolio styling */
.et-portfolio{

    background:#F0F5FA;


}

.et-portfolio-header{

    max-width:800px;

    margin:auto;

    text-align:center;

    margin-bottom:60px;
}

.et-subtitle{

    color:#0352b3;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    display:block;

    margin-bottom:15px;
}

.et-portfolio-header h2{

    color:#0a2983;

    font-size:48px;

    font-weight:800;

    margin-bottom:20px;
}

.et-portfolio-header p{

    color:#4d5f7d;

    font-size:18px;

    line-height:1.8;
}

.et-project-grid{

    max-width:1300px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;
}

.et-project-card{

    background:#ffffff;

    border-radius:20px;

    overflow:hidden;

    transition:.3s;

    box-shadow:
    0 10px 30px rgba(0,0,0,.06);
}

.et-project-card:hover{

    transform:translateY(-8px);

    box-shadow:
    0 20px 40px rgba(0,0,0,.12);
}

.et-project-card img{

    width:100%;

    height:240px;

    object-fit:cover;

    display:block;
}

.et-project-content{

    padding:25px;
}

.et-tag{

    display:inline-block;

    background:#F0F5FA;

    color:#0352b3;

    padding:8px 14px;

    border-radius:50px;

    font-size:13px;

    font-weight:600;

    margin-bottom:15px;
}

.et-project-content h3{

    color:#0a2983;

    font-size:24px;

    font-weight:700;

    margin-bottom:12px;
}

.et-project-content p{

    color:#5d6a80;

    line-height:1.7;

    margin-bottom:20px;
}

.et-project-content a{

    color:#0352b3;

    font-weight:700;

    text-decoration:none;
}

.et-project-content a:hover{

    color:#0a2983;
}

.et-portfolio-cta{

    text-align:center;

    margin-top:60px;
}

.et-portfolio-cta a{

    display:inline-block;

    background:#0a2983;

    color:#fff;

    text-decoration:none;

    padding:18px 34px;

    border-radius:12px;

    font-weight:600;

    transition:.3s;
}

.et-portfolio-cta a:hover{

    background:#0352b3;

    transform:translateY(-2px);
}

@media(max-width:1024px){

    .et-project-grid{

        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){

    .et-project-grid{

        grid-template-columns:1fr;
    }

    .et-portfolio-header h2{

        font-size:34px;
    }
}

/* TESTIMONIALS */


.et-testimonials-header{


max-width:800px;

margin:0 auto 60px;

text-align:center;


}

.et-testimonials-subtitle{


display:block;

color: #F0F5FA;

font-size:13px;

font-weight:700;

letter-spacing:2px;

text-transform:uppercase;

margin-bottom:15px;


}

.et-testimonials-header h2{


color:#F0F5FA;

font-size:48px;

font-weight:800;

margin-bottom:20px;


}

.et-testimonials-header p{


color:#F0F5FA;

font-size:18px;

line-height:1.8;


}

.et-testimonials-grid{


max-width:1300px;

margin:auto;

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;


}

.et-testimonial-card{


background:#ffffff;

padding:35px;

border-radius:20px;

box-shadow:
0 10px 30px rgba(0,0,0,.06);

transition:.3s;


}

.et-testimonial-card:hover{

transform:translateY(-8px);

box-shadow:
0 20px 40px rgba(0,0,0,.10);


}

.et-stars{


color:#0352b3;

font-size:20px;

margin-bottom:20px;

letter-spacing:3px;


}

.et-review{


color:#4d5f7d;

line-height:1.8;

margin-bottom:30px;

font-size:16px;


}

.et-client{


border-top:1px solid #e4eaf3;

padding-top:20px;


}

.et-client h4{


margin:0;

color:#0a2983;

font-size:18px;

font-weight:700;


}

.et-client span{


color:#0352b3;

font-size:14px;

font-weight:500;

}

@media(max-width:1024px){


.et-testimonials-grid{

    grid-template-columns:repeat(2,1fr);
}


}

@media(max-width:767px){


.et-testimonials-grid{

    grid-template-columns:1fr;
}

.et-testimonials-header h2{

    font-size:34px;
}


}

/* =========================
ELEGANCO TEAM SECTION
========================= */

.et-team{


background:#F0F5FA;

padding:100px 20px;


}

.et-team-header{


max-width:800px;

margin:0 auto 70px;

text-align:center;


}

.et-team-subtitle{


display:block;

color:#0352b3;

font-size:13px;

font-weight:700;

letter-spacing:2px;

text-transform:uppercase;

margin-bottom:15px;


}

.et-team-header h2{


color:#0a2983;

font-size:48px;

font-weight:800;

margin-bottom:20px;


}

.et-team-header p{


color:#5d6a80;

font-size:18px;

line-height:1.8;


}

.et-team-grid{


max-width:1300px;

margin:auto;

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;


}

.et-team-card{


background:#ffffff;

border-radius:24px;

overflow:hidden;

box-shadow:
0 10px 30px rgba(0,0,0,.06);

transition:.3s;


}

.et-team-card:hover{


transform:translateY(-8px);

box-shadow:
0 20px 40px rgba(0,0,0,.10);


}

.et-team-image{


height:330px;

overflow:hidden;


}

.et-team-image img{


width:100%;

height:100%;

object-fit:cover;

display:block;


}

.et-team-content{


padding:30px;


}

.et-team-content h3{


color:#0a2983;

font-size:30px;

font-weight:800;

margin-bottom:10px;


}

.et-team-role{


display:inline-block;

background:#0352b3;

color:#ffffff;

padding:8px 16px;

border-radius:50px;

font-size:14px;

font-weight:600;

margin-bottom:25px;


}

.et-team-content ul{


list-style:none;

padding:0;

margin:0;


}

.et-team-content ul li{


color:#4d5f7d;

font-size:16px;

margin-bottom:14px;

padding-left:28px;

position:relative;


}

.et-team-content ul li:before{


content:"✓";

position:absolute;

left:0;

top:0;

color:#0352b3;

font-weight:700;


}

@media(max-width:1024px){


.et-team-grid{

    grid-template-columns:repeat(2,1fr);
}


}

@media(max-width:767px){


.et-team-grid{

    grid-template-columns:1fr;
}

.et-team-header h2{

    font-size:34px;
}

.et-team-image{

    height:350px;
}


}


