/*==========================================
PAGE BANNER
==========================================*/

.page-banner{

    position:relative;

    background-size:cover;

    background-position:center;

    background-repeat:no-repeat;

    min-height:420px;

    display:flex;

    align-items:center;

    justify-content:center;

    overflow:hidden;

}

.page-banner .overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(

        rgba(27,36,51,.85),

        rgba(27,36,51,.75)

    );

}

.banner-content{

    position:relative;

    z-index:2;

    text-align:center;

    color:#fff;

}

.banner-content h1{

    font-size:60px;

    font-weight:800;

    margin-bottom:20px;

}

.banner-content p{

    font-size:18px;

    max-width:700px;

    margin:auto;

}

.breadcrumb{

    margin-top:20px;

}

.breadcrumb-item a{

    color:#fff;

    text-decoration:none;

}

.breadcrumb-item.active{

    color:var(--secondary);

}

.breadcrumb-item+.breadcrumb-item::before{

    color:#fff;

}

/*==========================================
ABOUT SECTION
==========================================*/

.about-section{

    position:relative;

    overflow:hidden;

}

.about-section img{

    width:100%;

    border-radius:20px;

    transition:all .4s ease;

}

.about-section img:hover{

    transform:scale(1.03);

}

.about-section .section-title{

    margin-bottom:25px;

}

.about-section p{

    margin-bottom:18px;

    line-height:1.9;

}

/* Decorative Shape */

.about-section::before{

    content:"";

    position:absolute;

    width:280px;

    height:280px;

    border-radius:50%;

    background:rgba(212,175,55,.08);

    top:-100px;

    left:-100px;

}

/*==========================================
FEATURE BOX
==========================================*/

.feature-box{

    background:#fff;

    border-radius:16px;

    padding:25px;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    transition:all .35s ease;

    height:100%;

}

.feature-box:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(0,0,0,.12);

}

.feature-box i{

    width:70px;

    height:70px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 20px;

    font-size:28px;

    background:rgba(212,175,55,.12);

    color:var(--secondary);

    transition:all .35s ease;

}

.feature-box:hover i{

    background:var(--secondary);

    color:var(--primary);

    transform:rotateY(180deg);

}

.feature-box h5{

    margin-bottom:12px;

}

.feature-box p{

    margin-bottom:0;

    font-size:15px;

}

/*==========================================
SECTION TITLE
==========================================*/

.section-title{

    margin-bottom:60px;

}

.section-title span{

    display:inline-block;

    color:var(--secondary);

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:1px;

    margin-bottom:10px;

}

.section-title h2{

    font-size:42px;

    margin-bottom:18px;

}

.section-title p{

    max-width:720px;

    margin:auto;

}

/*==========================================
IMAGE SHADOW
==========================================*/

.shadow{

    box-shadow:0 20px 50px rgba(0,0,0,.12)!important;

}

/*==========================================
RESPONSIVE
==========================================*/

@media(max-width:991px){

.banner-content h1{

font-size:46px;

}

.about-section{

text-align:center;

}

.about-section img{

margin-bottom:40px;

}

}

@media(max-width:767px){

.page-banner{

min-height:320px;

}

.banner-content h1{

font-size:36px;

}

.section-title h2{

font-size:32px;

}

}

@media(max-width:576px){

.banner-content h1{

font-size:30px;

}

.section-title h2{

font-size:28px;

}

.feature-box{

padding:20px;

}

}

/*==========================================
VISION • MISSION • VALUES
==========================================*/

.card-custom{
    position:relative;
    background:#fff;
    border-radius:20px;
    padding:40px 35px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:all .35s ease;
    height:100%;
}

.card-custom::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:5px;

    height:100%;

    background:var(--secondary);

}

.card-custom:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 50px rgba(0,0,0,.12);

}

.card-custom .service-icon{

    width:85px;

    height:85px;

    border-radius:50%;

    background:rgba(212,175,55,.12);

    display:flex;

    align-items:center;

    justify-content:center;

    color:var(--secondary);

    font-size:34px;

    margin-bottom:25px;

    transition:.4s;

}

.card-custom:hover .service-icon{

    background:var(--secondary);

    color:var(--primary);

    transform:rotateY(180deg);

}

.card-custom h3{

    margin-bottom:18px;

    font-weight:700;

}

.card-custom p{

    margin-bottom:0;

    line-height:1.8;

}

/*==========================================
MANAGING DIRECTOR
==========================================*/

.md-section{

    position:relative;

    overflow:hidden;

}

.md-section img{

    border-radius:22px;

    width:100%;

    transition:.4s;

}

.md-section img:hover{

    transform:scale(1.02);

}

.md-section .section-title{

    margin-bottom:25px;

}

.md-section p{

    line-height:1.9;

    margin-bottom:18px;

}

.md-signature{

    margin-top:35px;

    border-top:1px solid #e5e5e5;

    padding-top:25px;

}

.md-signature h5{

    margin-bottom:5px;

    font-weight:700;

}

.md-signature span{

    color:#777;

    font-size:15px;

}

/*==========================================
PHILOSOPHY
==========================================*/

.philosophy-section{

    position:relative;

}

.philosophy-section .feature-box{

    padding:35px 25px;

}

.philosophy-section .feature-icon{

    width:80px;

    height:80px;

    border-radius:50%;

    margin:0 auto 20px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(212,175,55,.12);

    color:var(--secondary);

    font-size:34px;

    transition:.35s;

}

.philosophy-section .feature-box:hover .feature-icon{

    background:var(--secondary);

    color:var(--primary);

    transform:rotate(12deg);

}

.philosophy-section h5{

    margin-bottom:15px;

}

.philosophy-section p{

    margin-bottom:0;

}

/*==========================================
QUALITY COMMITMENT
==========================================*/

.quality-section{

    position:relative;

}

.quality-section img{

    width:100%;

    border-radius:22px;

}

.quality-list{

    margin-top:35px;

}

.quality-list li{

    display:flex;

    align-items:flex-start;

    gap:15px;

    margin-bottom:22px;

    font-size:16px;

}

.quality-list i{

    color:var(--secondary);

    font-size:22px;

    margin-top:2px;

}

.quality-list strong{

    display:block;

    color:var(--primary);

    margin-bottom:4px;

}

/*==========================================
HIGHLIGHT BOX
==========================================*/

.highlight-box{

    background:linear-gradient(
        135deg,
        var(--primary),
        #253448
    );

    color:#fff;

    padding:30px;

    border-radius:18px;

    margin-top:35px;

}

.highlight-box h4{

    color:#fff;

    margin-bottom:15px;

}

.highlight-box p{

    margin-bottom:0;

    color:rgba(255,255,255,.85);

}

/*==========================================
ANIMATION
==========================================*/

.card-custom,
.feature-box,
.highlight-box{

    transition:all .35s ease;

}

.card-custom:hover,
.feature-box:hover{

    transform:translateY(-10px);

}

.quality-section img{

    transition:.4s;

}

.quality-section img:hover{

    transform:scale(1.03);

}

/*==========================================
RESPONSIVE
==========================================*/

@media(max-width:991px){

.md-section{

text-align:center;

}

.md-section img{

margin-bottom:40px;

}

.quality-section{

text-align:center;

}

.quality-section img{

margin-top:40px;

}

.quality-list{

text-align:left;

display:inline-block;

}

}

@media(max-width:767px){

.card-custom{

padding:30px 25px;

}

.card-custom .service-icon{

width:70px;

height:70px;

font-size:28px;

}

.highlight-box{

padding:25px;

}

}

@media(max-width:576px){

.card-custom{

padding:25px 20px;

}

.quality-list li{

font-size:15px;

}

.highlight-box{

text-align:center;

}

}

/*==========================================
WHY CHOOSE US
==========================================*/

.why-choose-section{
    position:relative;
    background:var(--light);
}

.why-choose-section .feature-box{
    padding:35px 25px;
    border-radius:18px;
    transition:all .35s ease;
    height:100%;
}

.why-choose-section .feature-box:hover{
    transform:translateY(-10px);
}

.why-choose-section .feature-icon{
    width:80px;
    height:80px;
    border-radius:50%;
    background:rgba(212,175,55,.12);
    color:var(--secondary);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin:0 auto 25px;
    transition:.35s;
}

.why-choose-section .feature-box:hover .feature-icon{
    background:var(--secondary);
    color:var(--primary);
    transform:rotateY(180deg);
}

.why-choose-section h4{
    margin-bottom:15px;
    font-weight:700;
}

.why-choose-section p{
    margin-bottom:0;
    line-height:1.8;
}

/*==========================================
COUNTER
==========================================*/

.counter-section{

    position:relative;

    padding:90px 0;

    background:
    linear-gradient(
        rgba(27,36,51,.92),
        rgba(27,36,51,.92)
    ),
    url('../images/banners/counter-bg.jpg');

    background-size:cover;
    background-position:center;
    overflow:hidden;

}

.counter-box{

    text-align:center;

    padding:35px 20px;

}

.counter-box i{

    font-size:50px;

    color:var(--secondary);

    margin-bottom:20px;

}

.counter-box h2{

    color:#fff;

    font-size:52px;

    font-weight:800;

    margin-bottom:10px;

}

.counter-box p{

    color:rgba(255,255,255,.85);

    margin:0;

}

/*==========================================
TIMELINE
==========================================*/

.timeline{

    position:relative;

    max-width:900px;

    margin:60px auto 0;

}

.timeline::before{

    content:"";

    position:absolute;

    left:50%;

    top:0;

    transform:translateX(-50%);

    width:4px;

    height:100%;

    background:var(--secondary);

}

.timeline-item{

    position:relative;

    width:50%;

    padding:20px 45px;

    margin-bottom:50px;

}

.timeline-item:nth-child(odd){

    left:0;

    text-align:right;

}

.timeline-item:nth-child(even){

    left:50%;

}

.timeline-year{

    display:inline-block;

    padding:10px 22px;

    background:var(--secondary);

    color:var(--primary);

    border-radius:30px;

    font-weight:700;

    margin-bottom:20px;

}

.timeline-content{

    background:#fff;

    padding:30px;

    border-radius:18px;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

}

.timeline-content h4{

    margin-bottom:15px;

}

.timeline-content p{

    margin-bottom:0;

}

.timeline-item::before{

    content:"";

    position:absolute;

    top:35px;

    width:18px;

    height:18px;

    border-radius:50%;

    background:var(--secondary);

    border:4px solid #fff;

    box-shadow:0 0 0 4px rgba(212,175,55,.25);

}

.timeline-item:nth-child(odd)::before{

    right:-9px;

}

.timeline-item:nth-child(even)::before{

    left:-9px;

}

/*==========================================
PROCESS
==========================================*/

.process-section{

    background:var(--light);

}

.process-card{

    position:relative;

    background:#fff;

    padding:35px 25px;

    border-radius:18px;

    text-align:center;

    height:100%;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    transition:.35s;

}

.process-card:hover{

    transform:translateY(-10px);

}

.process-number{

    position:absolute;

    top:15px;

    right:20px;

    font-size:42px;

    color:rgba(212,175,55,.15);

    font-weight:800;

}

.process-icon{

    width:85px;

    height:85px;

    margin:0 auto 25px;

    border-radius:50%;

    background:rgba(212,175,55,.12);

    color:var(--secondary);

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:34px;

    transition:.35s;

}

.process-card:hover .process-icon{

    background:var(--secondary);

    color:var(--primary);

}

.process-card h5{

    margin-bottom:15px;

}

.process-card p{

    margin-bottom:0;

}

/*==========================================
RESPONSIVE
==========================================*/

@media(max-width:991px){

.timeline::before{

left:25px;

}

.timeline-item{

width:100%;

left:0!important;

padding-left:70px;

padding-right:20px;

text-align:left!important;

}

.timeline-item::before{

left:16px!important;

right:auto!important;

}

}

@media(max-width:767px){

.counter-box{

margin-bottom:30px;

}

.counter-box h2{

font-size:42px;

}

.process-card{

padding:30px 20px;

}

.timeline-content{

padding:25px;

}

}

@media(max-width:576px){

.counter-section{

padding:70px 0;

}

.counter-box h2{

font-size:34px;

}

.process-icon{

width:70px;

height:70px;

font-size:28px;

}

.timeline-year{

font-size:14px;

padding:8px 18px;

}

}

/*==========================================
LEADERSHIP TEAM
==========================================*/

.team-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:all .35s ease;
    height:100%;
}

.team-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,.12);
}

.team-card img{
    width:100%;
    height:420px;
    object-fit:cover;
    transition:.4s;
}

.team-card:hover img{
    transform:scale(1.05);
}

.team-content{
    padding:30px;
    text-align:center;
}

.team-content h4{
    margin-bottom:8px;
    font-weight:700;
}

.team-content span{
    display:block;
    color:var(--secondary);
    font-weight:600;
    margin-bottom:18px;
}

.team-content p{
    margin-bottom:25px;
    line-height:1.8;
}

.social-links{
    display:flex;
    justify-content:center;
    gap:12px;
}

.social-links a{
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(212,175,55,.12);
    color:var(--secondary);
    transition:.35s;
}

.social-links a:hover{
    background:var(--secondary);
    color:var(--primary);
    transform:translateY(-3px);
}

/*==========================================
CERTIFICATION
==========================================*/

.certification-section{
    position:relative;
}

.certification-section img{
    width:100%;
    border-radius:20px;
    box-shadow:0 15px 35px rgba(0,0,0,.10);
    transition:.4s;
}

.certification-section img:hover{
    transform:scale(1.02);
}

.certification-section .feature-box{
    margin-bottom:20px;
}

/*==========================================
TESTIMONIALS
==========================================*/

.testimonial-section{
    position:relative;
}

.testimonial-card{
    position:relative;
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.testimonial-card:hover{
    transform:translateY(-10px);
}

.testimonial-card::before{
    content:"\201C";
    position:absolute;
    top:15px;
    right:25px;
    font-size:80px;
    color:rgba(212,175,55,.15);
    font-family:Georgia, serif;
}

.testimonial-rating{
    color:#FFC107;
    font-size:18px;
    margin-bottom:20px;
}

.testimonial-user{
    display:flex;
    align-items:center;
    margin-top:25px;
}

.testimonial-user img{
    width:65px;
    height:65px;
    border-radius:50%;
    object-fit:cover;
    margin-right:15px;
    border:3px solid var(--secondary);
}

.testimonial-user h5{
    margin-bottom:5px;
}

.testimonial-user span{
    color:#777;
    font-size:14px;
}

/*==========================================
CALL TO ACTION
==========================================*/

.cta-section{
    position:relative;
    overflow:hidden;
    text-align:center;
    padding:100px 0;
    background:
    linear-gradient(
        rgba(27,36,51,.92),
        rgba(27,36,51,.92)
    ),
    url('../images/banners/cta-bg.jpg');

    background-size:cover;
    background-position:center;
}

.cta-section h2{
    color:#fff;
    font-size:48px;
    margin-bottom:20px;
}

.cta-section p{
    color:rgba(255,255,255,.88);
    max-width:720px;
    margin:0 auto 35px;
    line-height:1.8;
}

.cta-section .btn{
    margin:8px;
    min-width:190px;
}

/*==========================================
SMOOTH ANIMATIONS
==========================================*/

.team-card,
.testimonial-card,
.feature-box,
.process-card,
.card-custom{
    transition:all .35s ease;
}

img{
    transition:.4s;
}

.btn{
    transition:.35s;
}

.btn:hover{
    transform:translateY(-3px);
}

/*==========================================
RESPONSIVE
==========================================*/

@media(max-width:991px){

.team-card{
margin-bottom:30px;
}

.cta-section{
padding:80px 0;
}

.cta-section h2{
font-size:38px;
}

}

@media(max-width:767px){

.team-card img{
height:340px;
}

.team-content{
padding:25px;
}

.testimonial-card{
padding:28px;
}

.testimonial-user{
flex-direction:column;
text-align:center;
}

.testimonial-user img{
margin-right:0;
margin-bottom:15px;
}

.cta-section h2{
font-size:30px;
}

.cta-section p{
font-size:16px;
}

}

@media(max-width:576px){

.team-card img{
height:300px;
}

.cta-section{
padding:70px 0;
}

.cta-section .btn{
width:100%;
}

.social-links{
flex-wrap:wrap;
}

}