/*=========================================
PAGE BANNER
=========================================*/

.page-banner{

    position:relative;
    background:url("../images/about/main.jpeg") center center/cover no-repeat;
    height:340px;

    display:flex;
    align-items:center;
    justify-content:center;

}

.page-banner::before{

    content:"";
    position:absolute;
    inset:0;
    /* background:rgba(16,42,99,.55); */

}

.banner-content{

    position:relative;
    z-index:2;
    text-align:center;
    color:#fff;

}

.banner-content h1{

    font-size:58px;
    margin-bottom:15px;
    font-family:'Playfair Display',serif;

}

.breadcrumb-nav{

    font-size:17px;

}

.breadcrumb-nav a{

    color:#fff;
    text-decoration:none;

}

.breadcrumb-nav span{

    margin:0 8px;

}

@media(max-width:768px){

.page-banner{

height:250px;

}

.banner-content h1{

font-size:38px;

}

}



/*====================================
 PREMIUM ABOUT SECTION
====================================*/


.premium-about-section{

    padding:120px 0;
    background:#f8f9fc;
    overflow:hidden;

}



.premium-about-images{

    position:relative;
    padding:20px 40px 40px 0;

}



.main-about-img{

    width:90%;
    border-radius:25px;
    box-shadow:0 30px 60px rgba(0,0,0,.15);

}



.floating-about-img{

    position:absolute;
    width:270px;
    right:0;
    bottom:0;

    border-radius:22px;
    border:10px solid #fff;

    box-shadow:0 25px 50px rgba(0,0,0,.18);

}



/* Experience */


.experience-box{

    position:absolute;
    top:35px;
    left:-25px;

    background:#12295B;
    color:white;

    width:150px;
    height:150px;

    border-radius:50%;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    z-index:5;

    box-shadow:0 20px 40px rgba(18,41,91,.35);

}


.experience-box h3{

    font-size:45px;
    margin:0;
    font-weight:700;

}


.experience-box span{

    font-size:13px;
    text-align:center;
    line-height:20px;

}



/* Content */


.premium-about-content{

    padding-left:25px;

}



.premium-subtitle{

    color:#284A8C;

    text-transform:uppercase;

    letter-spacing:3px;

    font-weight:600;

    font-size:14px;

    display:inline-block;

    margin-bottom:18px;

}



.premium-about-content h2{

    font-size:48px;

    line-height:1.25;

    color:#12295B;

    font-weight:700;

    margin-bottom:25px;

}


.premium-about-content h2 span{

    color:#284A8C;

}



.premium-about-content p{

    color:#666;

    line-height:30px;

    font-size:16px;

}



/* Features */


.premium-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin:35px 0;

}



.premium-features div{

    display:flex;

    align-items:center;

    gap:12px;

    font-weight:600;

    color:#222;

}



.premium-features i{

    width:38px;
    height:38px;

    background:#12295B;

    color:white;

    border-radius:50%;

    display:flex;

    align-items:center;
    justify-content:center;

}



/* Stats */


.about-stats{

    display:flex;

    gap:20px;

    margin-bottom:35px;

}


.stat-card{

    background:white;

    padding:22px 35px;

    border-radius:15px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}



.stat-card h3{

    color:#12295B;

    font-size:35px;

    margin:0;

}



.stat-card p{

    margin:0;

    font-size:14px;

}




/* Button */


.premium-btn{

    display:inline-block;

    background:#12295B;

    color:white;

    padding:16px 40px;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}



.premium-btn:hover{

    background:#284A8C;

    transform:translateY(-4px);

}





/* Responsive */


@media(max-width:991px){


.premium-about-content{

    padding-left:0;

}


.premium-about-content h2{

    font-size:38px;

}


}



@media(max-width:767px){


.premium-about-section{

    padding:80px 0;

}


.premium-about-images{

    padding-right:0;

}


.floating-about-img{

    width:170px;

}


.experience-box{

    width:110px;
    height:110px;

}


.experience-box h3{

    font-size:32px;

}


.premium-about-content h2{

    font-size:30px;

}


.premium-features{

    grid-template-columns:1fr;

}


.about-stats{

    flex-direction:column;

}


.stat-card{

    text-align:center;

}

}


/*====================================
WHY CHOOSE SECTION
====================================*/


.why-choose-section{

padding:110px 0;
background:#f8f9fc;

}



.why-subtitle{

font-size:14px;
letter-spacing:3px;
color:#284A8C;
font-weight:700;

}



.why-content h2{

font-size:46px;
line-height:1.25;
color:#12295B;
margin:20px 0;

}



.why-content p{

font-size:16px;
line-height:30px;
color:#666;
margin-bottom:35px;

}



.why-btn{

display:inline-block;
background:#12295B;
color:white;
padding:15px 35px;
border-radius:50px;
text-decoration:none;
font-weight:600;
transition:.3s;

}


.why-btn:hover{

background:#284A8C;
transform:translateY(-3px);

}




/* FEATURE */


.why-grid{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:25px;

}



.why-card{

background:white;

padding:35px 30px;

border-radius:20px;

display:flex;

gap:20px;

align-items:flex-start;

box-shadow:0 15px 40px rgba(0,0,0,.06);

transition:.35s;

}



.why-card:hover{

transform:translateY(-8px);

box-shadow:0 25px 50px rgba(0,0,0,.12);

}




.why-icon{

min-width:60px;
height:60px;

background:#12295B;

color:white;

border-radius:50%;

display:flex;
align-items:center;
justify-content:center;

font-size:22px;

}




.why-card h3{

margin:0 0 10px;

font-size:20px;

color:#12295B;

}



.why-card p{

margin:0;

font-size:15px;

line-height:25px;

color:#666;

}




@media(max-width:991px){


.why-content h2{

font-size:38px;

}


}



@media(max-width:767px){


.why-grid{

grid-template-columns:1fr;

}


.why-content h2{

font-size:30px;

}


.why-card{

padding:25px;

}


}



/*====================================
SIGNATURE COLLECTION
====================================*/


.collection-section{

padding:110px 0;
background:#ffffff;

}



.collection-heading{

max-width:750px;
margin:auto;
margin-bottom:60px;

}



.collection-heading span{

color:#284A8C;
letter-spacing:3px;
font-size:14px;
font-weight:700;

}



.collection-heading h2{

font-size:45px;
color:#12295B;
margin:18px 0;

}



.collection-heading p{

color:#666;
line-height:30px;

}




.collection-grid{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;

}




.collection-card{

height:430px;
position:relative;
overflow:hidden;
border-radius:22px;

}



.collection-card img{

width:100%;
height:100%;
object-fit:cover;

transition:.5s;

}



.collection-card:hover img{

transform:scale(1.08);

}




.collection-overlay{

position:absolute;

left:0;
bottom:0;

width:100%;

padding:35px 25px;

background:linear-gradient(
transparent,
rgba(0,0,0,.8)
);

color:white;

}



.collection-overlay h3{

font-size:24px;
margin-bottom:10px;

}



.collection-overlay p{

font-size:14px;
line-height:24px;

}




@media(max-width:991px){


.collection-grid{

grid-template-columns:repeat(2,1fr);

}


}



@media(max-width:767px){


.collection-grid{

grid-template-columns:1fr;

}


.collection-heading h2{

font-size:32px;

}


}


/*====================================
CTA SECTION
====================================*/


.tailor-cta-section{

position:relative;

padding:110px 0;

background:url("../images/about/cta.jpeg")
center center/cover no-repeat;

color:white;

overflow:hidden;

}



.cta-overlay{

position:absolute;

inset:0;

background:rgba(10,25,55,.75);

}



.cta-content{

position:relative;

text-align:center;

max-width:850px;

margin:auto;

}



.cta-content span{

font-size:14px;

letter-spacing:4px;

font-weight:600;

color:#dce5ff;

}



.cta-content h2{

font-size:50px;

line-height:1.25;

margin:20px 0;

font-weight:700;

}



.cta-content p{

font-size:17px;

line-height:30px;

color:#eee;

max-width:700px;

margin:0 auto 35px;

}



.cta-buttons{

display:flex;

justify-content:center;

gap:20px;

}



.cta-primary,
.cta-outline{

padding:16px 38px;

border-radius:50px;

text-decoration:none;

font-weight:600;

transition:.3s;

}



.cta-primary{

background:white;

color:#12295B;

}



.cta-primary:hover{

background:#284A8C;

color:white;

}



.cta-outline{

border:1px solid white;

color:white;

}



.cta-outline:hover{

background:white;

color:#12295B;

}




@media(max-width:767px){


.tailor-cta-section{

padding:80px 0;

}


.cta-content h2{

font-size:32px;

}


.cta-buttons{

flex-direction:column;

align-items:center;

}


.cta-primary,
.cta-outline{

width:100%;

text-align:center;

}


}