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

.about-section{

padding:100px 0;

background:#ffffff;

position:relative;

overflow:hidden;

}

.about-image-wrapper{

position:relative;

}

.about-image{

width:100%;

border-radius:30px;

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

}

.experience-card{

position:absolute;

bottom:35px;

right:-30px;

width:220px;

padding:25px;

background:#fff;

border-radius:22px;

box-shadow:0 25px 60px rgba(0,0,0,.15);

text-align:center;

}

.experience-card h2{

font-size:48px;

font-weight:800;

color:var(--primary);

margin-bottom:5px;

}

.experience-card span{

font-weight:600;

color:#666;

}

.about-content{

padding-left:50px;

}

.about-content .section-tag{

margin-bottom:18px;

}

.about-content h2{

font-size:48px;

font-weight:800;

line-height:1.2;

color:var(--dark);

margin-bottom:25px;

}

.about-content p{

font-size:17px;

line-height:1.9;

color:#666;

margin-bottom:20px;

}

.about-feature-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:20px;

margin:35px 0;

}

.about-feature{

display:flex;

align-items:flex-start;

gap:15px;

padding:18px;

background:#F8FBFF;

border-radius:18px;

transition:.35s;

}

.about-feature:hover{

transform:translateY(-6px);

box-shadow:0 15px 35px rgba(15,76,129,.12);

}

.about-feature i{

width:55px;

height:55px;

border-radius:50%;

background:var(--primary);

color:#fff;

display:flex;

align-items:center;

justify-content:center;

font-size:20px;

flex-shrink:0;

}

.about-feature h5{

font-size:18px;

font-weight:700;

margin-bottom:6px;

color:var(--dark);

}

.about-feature p{

font-size:14px;

margin:0;

line-height:1.7;

}

.about-btn{

margin-top:15px;

}

@media(max-width:1199px){

.about-content{

padding-left:25px;

}

}

@media(max-width:991px){

.about-section{

padding:80px 0;

}

.about-content{

padding-left:0;

margin-top:50px;

text-align:center;

}

.about-content h2{

font-size:36px;

}

.about-feature-grid{

grid-template-columns:1fr;

}

.experience-card{

position:relative;

right:0;

bottom:0;

margin:25px auto 0;

}

}

@media(max-width:576px){

.about-content h2{

font-size:30px;

}

.about-feature{

padding:16px;

}

.about-feature i{

width:48px;

height:48px;

font-size:18px;

}

.experience-card{

width:180px;

}

.experience-card h2{

font-size:36px;

}

}