/*
Theme Name: Custom Theme
Theme URI: http://skyhawksfusion.com/
Description: .
Version: 1.0.0
Author: skyhawksfusion
Author URI: http://skyhawksfusion.com/
*/

.banner-wrapper {
    position: relative;
    padding: 50px 0px;
    background-position: top center;
    background-size: cover !important;
    margin-top: -90px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    z-index: 1;
}
body:not(.home) section.banner-wrapper:before {
    content: "";
    width: 100%;
    height: 33%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #fff, transparent);
}
.main-heading, .main-heading span {
    color: #000;
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
}
section.contentArea.blog {
    padding: 60px 0;
    position: relative;
}
.blogwrap {
    padding: 20px;
    box-shadow: 5px 0px 15px #00000066;
    height: 100%;
    position: relative;
    z-index: 9;
    background: #fff;
}
.blogwrap .post-thumb img {
    width: 100%;
    object-fit: cover;
}
.datepo {
    margin-top: 10px;
}
.secondary-btn {
    background: #041f3b;
    border-radius: 60px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 14px 30px;
    transition: 0.3s allease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    border: 1px solid #041f3b;
}
.secondary-btn svg {
    width: 14px;
    height: auto;
}
.theme-flexbox {
    display: flex;
    flex-wrap: wrap;
}
.list-2 {
    width: 47%;
}
.list-2:nth-child(even) {
    padding-right: 0;
}
.list-2 {
    padding: 0 21px;
    margin-bottom: 80px;
}
.blogwrap a {
    text-decoration: none;
}
section.postsinglepos {
    padding: 60px 0;
}
.single.post-item h2.post-title {
    max-width: 70%;
}
.single.post-item .post-title ul {
    list-style: none;
    padding: 0;
    margin: 14px 0;
    gap: 1rem;
    display: flex
;
}
.single.post-item p {
    margin-top: 20px;
}
.single.post-item img {
    width: 100%;
    margin-bottom: 15px;
}
.postsidebar {
    background: #fba41654;
    padding: 20px;
}
.searchd form {
    border: solid 1px #ffffff;
    padding: 15px 8px;
    background: #fff;
    border-radius: 30px;
    position: relative;
}
.searchd button {
    border: 0;
    background: transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.catlist h2, .recpos h2, .tagsli h2 {
    font-size: 20px;
    margin: 23px 0 11px;
    text-transform: uppercase;
}
.catlist ul, .recpos ul, .tagsli ul {
    list-style: none;
    padding: 0;
}
.catlist ul li {
    border-bottom: solid 1px #c4c4c4;
    padding: 10px 25px 10px;
    position: relative;
}
.catlist ul li a {
    color: #000;
}
.catlist ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 13px;
    left: 0;
    background: url(staticimage/right-arrowlist.png);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
}
.recpos a {
    align-items: center;
    display: flex
;
    gap: 1rem;
    text-decoration: none;
}
.titl {
    color: #000;
    font-size: 14px;
}
.cmtns {
    display: flex
;
    align-items: center;
    gap: 5px;
    color: #5E5E5E;
    font-size: 15px;
}
.cmtns img {
    width: 12px;
}
.cmtns span {
    font-size: 12px;
}
.tagsli ul {
    display: flex
;
    flex-wrap: wrap;
}
.tagsli li {
    width: 42%;
    background: #041F3B;
    margin: 0 5px 11px;
    padding: 10px 0;
}
.tagsli li a {
    color: #fff;
    background: #041F3B;
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: block;
}
h3#reply-title {
    text-transform: uppercase;
}
p.logged-in-as, p.logged-in-as a {
    color: #000;
}
section.commentbox.faq-wrapper form#commentform input, section.commentbox.faq-wrapper form#commentform textarea {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    border: solid 1px #000;
    padding: 10px;
}
section.commentbox.faq-wrapper form#commentform input#submit {
    background: #041f3b;
    border-radius: 60px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 14px 30px;
    transition: 0.3s allease;
    align-items: center;
    text-align: center;
    border: 1px solid #041f3b;
    width: auto;
    margin-bottom: 10px;
}
.postsidebar input#search-form- {
    width: 100%;
    border: 0;
}
@media (min-width: 768px) {
    .list-9 {
        flex: 0 0 auto;
        width: 75%;
    }
	.list-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}
@media(max-width:768px){
	.list-2{
		width:100%;
		padding: 0;
	}
	section.postsinglepos {
    padding: 25px 0;
}
}


*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{

font-family:'Inter',sans-serif;
color:#fff;
background:#111;

}

img{

max-width:100%;
display:block;

}

a{

text-decoration:none;

}

.container{

width:min(1360px,96%);
margin:auto;

}

/* HEADER */

.site-header{

position:absolute;
top:18px;
left:0;
width:100%;
z-index:20;

}

.header-wrap{

display:flex;
align-items:center;
justify-content:space-between;
gap:20px;

}

.logo img{

width:90px;

}

.desktop-menu{

background:rgba(255,255,255,.25);
backdrop-filter:blur(18px);
border-radius:50px;
padding:13px 20px;

}

.desktop-menu ul{

display:flex;
gap:28px;
list-style:none;

}

.desktop-menu a{

color:#fff;
font-size:18px;
font-weight:500;

}

.header-btn{

background:#000;
color:#fff;
padding:13px 24px;
border-radius:40px;
font-size:14px;
transition:.3s;

}

.header-btn:hover{

background:#F2823B;

}

.menu-toggle{

display:none;
background:none;
border:0;
color:#fff;
font-size:28px;
cursor:pointer;

}

/* HERO */

.hero{

position:relative;
min-height:780px;
display:flex;
align-items:flex-end;

}
.hero:not(.home) {
    min-height: 590px;
    display: flex;
}

.overlay{

position:absolute;
inset:0;
background:rgba(0,0,0,.45);

}
.overlay:not(.home) {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 15%);
}

.hero-inner{

position:relative;
z-index:2;
display:grid;
grid-template-columns:1.3fr .8fr;
gap:50px;
padding:150px 0 70px;
margin: 0 auto 0;

}

.hero-left h1{

font-family:'Sora',sans-serif;
font-size:64px;
font-weight:400;
line-height:1.05;

}

.hero-right{

align-self:end;

}

.hero-right p{

font-size:17px;
line-height:1.8;
margin-bottom:30px;
color:#f3f3f3;

}

.hero-buttons{

display:flex;
gap:20px;
align-items:center;
flex-wrap:wrap;

}

.btn-primary{

background:#F2823B;
color:#000;
padding:14px 24px;
border-radius:40px;
font-weight:600;
font-size:15px;

}

.btn-link{

color:#fff;
padding-bottom:6px;
border-bottom:1px solid rgba(255,255,255,.5);

}

/* MOBILE MENU */

.mobile-menu{

position:fixed;
top:0;
left:-100%;
width:300px;
height:100%;
background:#111;
padding:25px;
display:flex;
flex-direction:column;
transition:.35s;
z-index:99;

}

.mobile-menu.active{

left:0;

}

.mobile-top{

display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:35px;

}

.mobile-top img{

width:90px;

}

.close-menu{

background:none;
border:0;
color:#fff;
font-size:30px;
cursor:pointer;

}

.mobile-menu ul{

list-style:none;
display:flex;
flex-direction:column;
gap:18px;

}

.mobile-menu a{

color:#fff;
font-size:15px;

}

.mobile-footer{

margin-top:auto;

}

.mobile-btn{

display:block;
text-align:center;
background:#F2823B;
padding:14px;
border-radius:40px;
color:#000;
font-weight:600;

}

/* RESPONSIVE */

@media(max-width:991px){

.desktop-menu,
.header-btn{

display:none;

}

.menu-toggle{

display:block;
order:1;

}

.logo{

margin-left:0;

}

.header-wrap{

justify-content:space-between;

}

.hero{

min-height:650px;

}
.hero:not(.home) {
    min-height: 470px;
    display: flex;
}

.hero-inner{

grid-template-columns:1fr;
gap:30px;
padding:130px 0 50px;

}

.hero-left h1{

font-size:42px;

}

.hero-right{

max-width:500px;

}

}

@media(max-width:576px){

.container{

width:92%;

}

.logo img{

width:75px;

}

.hero{

min-height:600px;

}
.hero:not(.home) {
    min-height: 420px;
    display: flex;
}
.hero-left h1{

font-size:34px;
line-height:1.15;

}

.hero-right p{

font-size:14px;
line-height:1.7;

}

.hero-buttons{

flex-direction:column;
align-items:flex-start;
gap:15px;

}

.btn-primary{

width:100%;
text-align:center;

}

}

/*======================
BRANDS
======================*/

.brands-section{

padding:40px 0 15px;
background:#eef2f4;

}

.brands-row{

display:flex;
justify-content:space-evenly;
align-items:center;
gap:20px;
flex-wrap:wrap;

}

.brands-row img{

max-height:55px;
width:auto;
opacity:.7;
filter:grayscale(100%);

}

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

.about-section{

background:#eef2f4;
padding:20px 0 50px;

}

.about-grid{

display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:start;

}

.about-content{

position:relative;

}

.about-content h2{

font-family:'Sora',sans-serif;
font-size:58px;
font-weight:500;
line-height:1.08;
color:#0f3557;
margin-bottom:25px;

}

.about-content p{

font-family:'Inter',sans-serif;
font-size:17px;
line-height:1.9;
color:#16314b;
max-width:520px;
margin-bottom:61px;

}

.about-content strong{

font-weight:700;

}

.about-link{

display:inline-flex;
align-items:center;
gap:10px;
font-size:16px;
font-weight:500;
color:#0f3557;
padding-bottom:10px;
border-bottom:2px solid #0f3557;

}

.small-image{

margin-top:35px;
border-radius:22px;
overflow:hidden;

}

.small-image img{

width:100%;
display:block;

}

.about-image img{

width:100%;
display:block;
border-radius:28px;

}

.badge-image{

position:absolute;
right:-50px;
bottom:320px;

}

.badge-image img{

width:140px;

}

/*======================
TABLET
======================*/

@media(max-width:991px){

.about-grid{

grid-template-columns:1fr;
gap:35px;

}

.about-content h2{

font-size:42px;

}

.badge-image{

position:relative;
right:auto;
bottom:auto;
margin:30px 0;

}

.badge-image img{

width:150px;

}

}

/*======================
MOBILE
======================*/

@media(max-width:767px){

.brands-section{

padding:25px 0;

}

.brands-row{

justify-content:center;
gap:20px;

}

.brands-row img{

max-height:40px;

}

.about-section{

padding:20px 0 35px;

}

.about-content h2{

font-size:34px;
margin-bottom:18px;

}

.about-content p{

font-size:15px;
line-height:1.8;
margin-bottom:20px;

}

.about-link{

font-size:15px;

}

.small-image{

margin-top:25px;

}

.about-image img{

border-radius:18px;

}

}

.why-section{

    background:#eef3f7;
    padding:60px 0;

}

.section-heading{

    margin-bottom:30px;

}

.section-heading h2{

    font-family:'Sora',sans-serif;
    font-size:42px;
    font-weight:500;
    color:#103456;
    line-height:1.2;

}

.why-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;

}

.why-card{

    position:relative;
    background:#fff;
    border:1px solid #f2dfb6;
    border-radius:24px;
    padding:42px 28px 28px;
    min-height:320px;
    display:flex;
    flex-direction:column;

}

.card-number{

    position:absolute;
    top:18px;
    right:28px;
    font-family:'Sora',sans-serif;
    font-size:72px;
    font-weight:700;
    color:#f2f2f2;
    line-height:1;

}

.why-card img{

    width:50px;
    height:50px;
    object-fit:contain;
    margin-bottom:24px;

}

.why-card h3{

    font-family:'Sora',sans-serif;
    font-size:22px;
    color:#103456;
    font-weight:600;
    line-height:1.25;
    margin-bottom:18px;
    max-width:320px;

}

.why-card p{

    font-family:'Inter',sans-serif;
    font-size:15px;
    color:#5a6572;
    line-height:1.8;

}

.why-image{

    border-radius:24px;
    overflow:hidden;

}

.why-image img{

    width:100%;
    height:100%;
    display:block;
    object-fit:cover;

}

/* Tablet */

@media(max-width:991px){

.why-grid{

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

}

.why-image{

    grid-column:1/-1;
    height:420px;

}

.section-heading h2{

    font-size:36px;

}

}

/* Mobile */

@media(max-width:767px){

.why-section{

    padding:20px 0;

}

.section-heading{

    margin-bottom:20px;

}

.section-heading h2{

    font-size:30px;

}

.why-grid{

    grid-template-columns:1fr;
    gap:18px;

}

.why-card{

    min-height:auto;
    padding:26px 22px;

}

.card-number{

    font-size:52px;
    top:16px;
    right:18px;

}

.why-card img{

    width:42px;
    height:42px;
    margin-bottom:16px;

}

.why-card h3{

    font-size:20px;
    margin-bottom:12px;

}

.why-card p{

    font-size:14px;
    line-height:1.7;

}

.why-image{

    height:300px;

}

}

.solutions-sec{

    background:#eef3f7;
    padding:60px 0;

}

.solutions-grid{

    display:grid;
    grid-template-columns:260px 1fr;
    gap:55px;

}

.solutions-left{

    position:sticky;
    top:90px;

}

.solutions-left img{

    width:100%;
    border-radius:22px;
    display:block;

}

.solutions-right h2{

    font-family:'Sora',sans-serif;
    font-size:42px;
    font-weight:500;
    color:#0e3556;
    margin-bottom:30px;

}

.solutions-list{

    border-top:1px solid #bcc5cd;

}

.solution-item{

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:25px;

    padding:24px 0;

    border-bottom:1px solid #bcc5cd;

    color:#8b9caf;

    text-decoration:none;

    transition:.35s;

}

.solution-inner{

    flex:1;

    display:flex;
    align-items:center;
    gap:35px;

}

.solution-inner h3{

    font-family:'Sora',sans-serif;
    font-size:22px;
    font-weight:500;
    text-transform:uppercase;
    transition:.35s;
    flex:1;

}

.solution-inner img{

    width:0;
    height:0;

    opacity:0;

    border-radius:20px;

    object-fit:cover;

    transform:rotate(-6deg);

    transition:.35s;

}

.arrow{

    font-size:34px;

    transition:.3s;

}

/* ACTIVE */

.solution-item.active{

    padding:38px 0;

    color:#0e3556;

}

.solution-item.active h3{

    color:#0e3556;

}

.solution-item.active img{

    width:420px;

    height:220px;

    opacity:1;

}

.solution-item.active .arrow{

    transform:translateX(6px);

}

/* Tablet */

@media(max-width:991px){

.solutions-grid{

    grid-template-columns:1fr;

}

.solutions-left{

    position:relative;
    top:auto;
    max-width:300px;

}

.solution-inner{

    gap:20px;

}

.solution-item.active img{

    width:260px;
    height:160px;

}

}

/* Mobile */

@media(max-width:767px){

.solutions-sec{

    padding:20px 0;

}

.solutions-grid{

    gap:30px;

}

.solutions-right h2{

    font-size:30px;

    margin-bottom:20px;

}

.solution-item{

    padding:20px 0;

}

.solution-item.active{

    padding:26px 0;

}

.solution-inner{

    display:block;

}

.solution-inner h3{

    font-size:18px;

}

.solution-inner img{

    display:block;

    margin-top:18px;

}

.solution-item.active img{

    width:100%;
    height:180px;

}

.arrow{

    display:none;

}

}

.impact-section{

    background:#edf3f7;
    padding:60px 0;

}

.impact-heading{

    max-width:700px;
    margin:0 auto 40px;
    text-align:center;

}

.impact-heading h2{

    font-family:'Sora',sans-serif;
    font-size:48px;
    font-weight:500;
    color:#103456;
    margin-bottom:15px;

}

.impact-heading p{

    font-family:'Inter',sans-serif;
    font-size:16px;
    line-height:1.8;
    color:#35506c;

}

.impact-box{

    background:#000;
    border-radius:30px;
    overflow:hidden;

    display:grid;
    grid-template-columns:1fr 45%;
    align-items:center;
    position: relative;


}

.impact-content{

    padding:90px 60px;
       position: relative;
    z-index: 9;

}

.impact-list{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:38px 45px;

}

.impact-item{

    display:flex;
    align-items:center;
    gap:14px;

}

.impact-item img{

    width:42px;
    height:42px;
    flex-shrink:0;

}

.impact-item span{

    font-family:'Inter',sans-serif;
    font-size:16px;
    font-weight:500;
    line-height:1.6;
    color:#fff;

}

.impact-image{

    height:100%;
    position: absolute;
    right: 0;
    width: 60%;

}

.impact-image img{

    width:100%;
    height:100%;
    display:block;
    object-fit:cover;

}

/* Tablet */

@media(max-width:991px){

.impact-box{

    grid-template-columns:1fr;

}

.impact-content{

    padding:40px;

}

.impact-image{

    height:420px;

}

}

/* Mobile */

@media(max-width:767px){

.impact-section{

    padding:20px 0;

}

.impact-heading{

    margin-bottom:25px;

}

.impact-heading h2{

    font-size:34px;

}

.impact-heading p{

    font-size:14px;

}

.impact-content{

    padding:25px;

}

.impact-list{

    grid-template-columns:1fr;
    gap:20px;

}

.impact-item img{

    width:36px;
    height:36px;

}

.impact-item span{

    font-size:15px;

}

.impact-image{

    height:260px;

}

}

.success-stories{

    background:#eef3f7;
    padding:60px 0;
    overflow:hidden;

}

.success-head{

    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:40px;
    margin-bottom:35px;

}

.success-head h2{

    font-family:'Sora',sans-serif;
    font-size:42px;
    font-weight:500;
    color:#0d3556;

}

.success-head p{

    max-width:420px;
    font-size:15px;
    line-height:1.8;
    color:#23425f;

}

/* ======================= */

.marquee{

    overflow:hidden;
    margin-bottom:26px;

}

.marquee-track{

    display:flex;
    gap:24px;
    width:max-content;

}

.marquee-left .marquee-track{

    animation:marqueeLeft 45s linear infinite;

}

.marquee-right .marquee-track{

    animation:marqueeRight 45s linear infinite;

}

/* pause */

.success-stories:hover .marquee-track{

    animation-play-state:paused;

}

/* ======================= */

.review-card{

    width:420px;
    background:#fff;
    border:1px solid #f0dba8;
    border-radius:24px;
    padding:28px;

    flex-shrink:0;

}

.review-top{

    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;

}

.review-top img{

    width:28px;

}

.rating{

    display:flex;
    align-items:center;
    gap:10px;

    font-size:18px;
    color:#f5b301;

}

.rating strong{

    color:#123456;
    font-size:16px;

}

.review-card p{

    font-size:16px;
    line-height:1.8;
    color:#23425f;
    margin-bottom:35px;

}

.review-user{

    display:flex;
    align-items:center;
    gap:18px;

}

.review-user img{

    width:68px;
    height:68px;
    border-radius:50%;
    object-fit:cover;

}

.review-user h4{

    font-size:18px;
    color:#123456;
    margin-bottom:6px;

}

.review-user span{

    font-size:15px;
    color:#5f6d7a;

}

/* ======================= */

.video-card{

    width:420px;
    height:470px;
    position:relative;
    flex-shrink:0;

}

.video-card img{

    width:100%;
    height:100%;
    border-radius:24px;
    object-fit:cover;

}

.play-btn{

    position:absolute;
    left:50%;
    top:50%;

    transform:translate(-50%,-50%);

    width:75px;
    height:75px;

    border:none;
    border-radius:50%;

    background:rgba(255,255,255,.35);

    color:#fff;

    font-size:28px;

    cursor:pointer;

    backdrop-filter:blur(8px);

}

/* ======================= */

.video-modal{

    position:fixed;
    inset:0;

    background:rgba(0,0,0,.85);

    display:flex;

    justify-content:center;

    align-items:center;

    opacity:0;

    visibility:hidden;

    transition:.3s;

    z-index:999;

}

.video-modal.active{

    opacity:1;
    visibility:visible;

}

.video-box{

    width:min(900px,92%);

    position:relative;

}

.video-box iframe{

    width:100%;
    aspect-ratio:16/9;

    border:none;

    border-radius:14px;

}

.close-video{

    position:absolute;

    right:-10px;

    top:-45px;

    width:38px;
    height:38px;

    border:none;

    border-radius:50%;

    cursor:pointer;

    font-size:18px;

}

/* ======================= */

@keyframes marqueeLeft{

    from{

        transform:translateX(0);

    }

    to{

        transform:translateX(-50%);

    }

}

@keyframes marqueeRight{

    from{

        transform:translateX(-50%);

    }

    to{

        transform:translateX(0);

    }

}

/* ======================= */

@media(max-width:991px){

.success-head{

    flex-direction:column;

}

.review-card{

    width:340px;

}

.video-card{

    width:340px;
    height:390px;

}

}

@media(max-width:767px){

.success-stories{

    padding:20px 0;

}

.success-head{

    margin-bottom:20px;

}

.success-head h2{

    font-size:30px;

}

.review-card{

    width:290px;

    padding:20px;

}

.review-card p{

    font-size:14px;

}

.video-card{

    width:290px;

    height:340px;

}

.play-btn{

    width:60px;
    height:60px;

}

}

.faq-section{

    background:#eef3f7;
    padding:60px 0;

}

.faq-wrapper{

    display:grid;
    grid-template-columns:170px 1fr;
    gap:45px;
    align-items:start;

}

.faq-title{

    position:sticky;
    top:100px;

}

.faq-title h2{

    font-family:'Sora',sans-serif;
    font-size:42px;
    font-weight:500;
    color:#0d3556;

}

.faq-list{

    display:flex;
    flex-direction:column;
    gap:14px;

}

.faq-item{

    background:#fff;
    border:1px solid #f1dfb4;
    border-radius:22px;
    overflow:hidden;
    transition:.3s;

}

.faq-question{

    width:100%;
    padding:26px 24px;

    display:flex;
    justify-content:space-between;
    align-items:center;

    background:none;
    border:none;
    cursor:pointer;

    text-align:left;

}

.faq-question span{

    font-family:'Sora',sans-serif;
    font-size:20px;
    color:#123456;
    font-weight:500;

}

.faq-question img{

    width:18px;
    transition:.35s;

}

.faq-answer{

    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease;

}

.faq-answer p{

    padding:0 24px 24px;

    font-size:15px;
    line-height:1.8;
    color:#5f6f7e;

}

.faq-item.active .faq-answer{

    max-height:220px;

}

.faq-item.active .faq-question img{

    transform:rotate(45deg);

}

/* Tablet */

@media(max-width:991px){

.faq-wrapper{

    grid-template-columns:1fr;

    gap:25px;

}

.faq-title{

    position:relative;
    top:auto;

}

}

/* Mobile */

@media(max-width:767px){

.faq-section{

    padding:20px 0;

}

.faq-title h2{

    font-size:30px;

}

.faq-question{

    padding:18px;

}

.faq-question span{

    font-size:17px;
    padding-right:15px;

}

.faq-answer p{

    padding:0 18px 18px;

    font-size:14px;

}

}

.cta-section{

    background:#edf3f7;
    padding:60px 0;

}

.cta-banner{

    position:relative;
    overflow:hidden;
    border-radius:32px;
    min-height:620px;

}

.cta-bg{

    position:absolute;
    inset:0;

    width:100%;
    height:100%;

    object-fit:cover;

}

.cta-overlay{

    position:absolute;
    inset:0;

    background:rgba(0,0,0,.45);

}

.cta-content{

    position:relative;
    z-index:2;

    min-height:620px;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-align:center;

    max-width:900px;

    margin:auto;

    padding:40px;

}

.cta-content h2{

    font-family:'Sora',sans-serif;
    font-size:68px;
    font-weight:500;
    line-height:1.1;

    color:#fff;

    margin-bottom:24px;

}

.cta-content p{

    max-width:650px;

    font-family:'Inter',sans-serif;

    font-size:17px;
    line-height:1.8;

    color:#fff;

    margin-bottom:34px;

}

.cta-btn{

    display:inline-flex;
    align-items:center;
    gap:12px;

    background:#f4bc12;

    color:#111;

    font-family:'Inter',sans-serif;
    font-size:16px;
    font-weight:600;

    padding:18px 32px;

    border-radius:50px;

    text-decoration:none;

    transition:.3s;

}

.cta-btn img{

    width:16px;
    height:16px;

}

.cta-btn:hover{

    background:#ffd13c;

    transform:translateY(-2px);

}

/* ====================== */

@media(max-width:991px){

.cta-banner{

    min-height:520px;

}

.cta-content{

    min-height:520px;

}

.cta-content h2{

    font-size:48px;

}

.cta-content p{

    font-size:15px;

}

}

/* ====================== */

@media(max-width:767px){

.cta-section{

    padding:20px 0;

}

.cta-banner{

    border-radius:22px;
    min-height:420px;

}

.cta-content{

    min-height:420px;
    padding:25px;

}

.cta-content h2{

    font-size:34px;
    line-height:1.2;
    margin-bottom:18px;

}

.cta-content p{

    font-size:14px;
    line-height:1.7;
    margin-bottom:24px;

}

.cta-btn{

    width:100%;
    justify-content:center;

    padding:15px 20px;

    font-size:15px;

}

}

.site-footer{

    position:relative;
    background:#050505;
    overflow:hidden;
    padding:70px 0 180px;

}

.site-footer .container{

    position:relative;
    z-index:2;

}

/*----------------*/

.footer-top{

    display:grid;
    grid-template-columns:1.5fr 1fr 1fr;
    gap:70px;

}

.footer-logo{

    display:inline-block;
    margin-bottom:25px;

}

.footer-logo img{

    width:135px;
    display:block;

}

.footer-about p{

    max-width:360px;

    color:#9c9c9c;

    font-size:16px;

    line-height:1.8;

    margin-bottom:30px;

}

/*----------------*/

.footer-social{

    display:flex;
    gap:16px;

}

.footer-social a{

    width:44px;
    height:44px;

    border:1px solid rgba(255,255,255,.12);

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    transition:.3s;

}

.footer-social img{

    width:20px;

}

.footer-social a:hover{

    background:#f4bc12;

}

/*----------------*/

.footer-menu h5{

    font-family:'Inter',sans-serif;

    color:#707070;

    text-transform:uppercase;

    letter-spacing:3px;

    font-size:13px;

    margin-bottom:22px;

}

.footer-menu ul{

    list-style:none;

    padding:0;

    margin:0;

}

.footer-menu li{

    margin-bottom:16px;

}

.footer-menu a{

    color:#f2f2f2;

    font-size:18px;

    font-weight:500;

    text-decoration:none;

    transition:.3s;

}

.footer-menu a:hover{

    color:#f4bc12;

}

/*----------------*/

.footer-bottom{

    margin-top:55px;

    padding-top:28px;

    border-top:1px solid rgba(255,255,255,.08);

    display:flex;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap;

}

.footer-bottom p{

    color:#7d7d7d;

    font-size:15px;

}

/*----------------*/

.footer-watermark{

    position: absolute;
    left: 50%;
    bottom: -180px;
    transform: translateX(-50%);
    white-space: nowrap;
    font-family: 'Sora', sans-serif;
    font-size: 140px;
    font-weight: 700;
    line-height: .9;
    color: #4a3600;
    opacity: .45;
    pointer-events: none;
    user-select: none;

}

/*====================*/

@media(max-width:991px){

.footer-top{

    grid-template-columns:1fr 1fr;

    gap:45px;

}

.footer-about{

    grid-column:1/-1;

}

.footer-watermark{

    font-size:120px;

    bottom:-25px;

}

}

@media(max-width:767px){

.site-footer{

    padding:50px 0 60px;

}

.footer-top{

    grid-template-columns:1fr;

    gap:35px;

}

.footer-logo img{

    width:115px;

}

.footer-about p{

    font-size:14px;

}

.footer-menu h5{

    margin-bottom:15px;

}

.footer-menu li{

    margin-bottom:12px;

}

.footer-menu a{

    font-size:16px;

}

.footer-bottom{

    margin-top:35px;

    padding-top:20px;

    flex-direction:column;

    gap:10px;

}

.footer-bottom p{

    font-size:13px;

}

.footer-watermark{

    font-size:36px;

    bottom:-50px;

}

}


@media (max-width: 767px) {
    .impact-image {
        position: relative;
        width: 100%;
    }
	.impact-box {
    flex-direction: column-reverse;
    display: flex;
    flex-wrap: wrap;
}
	    .solutions-left {
        max-width: 100%;
        width: 100%;
    }
	.hero-right .btn-link {
    text-align: center;
    width: 100%;
}
	.brands-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow: auto;
}
	    .success-head {
        gap: 10px;
    }
}

a.custom-logo-link img {
    width: 110px;
	height:auto
}
.footer-watermark {
    text-transform: uppercase;
}
.solution-item:not(.active) span.arrow svg {
    transform: rotate(45deg);
    opacity: 0.2;
}
.solution-item span.arrow svg {
    width: 20px;
}
.faq-item:not(.active) button.faq-question svg {
    transform: rotate(90deg);
    opacity: 0.2;
}
.faq-item button.faq-question svg {
    width: 20px;
}
a.btn-primary {
    display: flex;
    align-items: center;
    gap: 4px;
}

.story-section{

    background:#edf3f7;
    padding:55px 0;

}

.story-top{

    display:grid;
    grid-template-columns:0.8fr 1.2fr;
    gap:45px;
    align-items:start;
    position:relative;
    z-index:2;

}

.story-heading h2{

    font-family:'Sora',sans-serif;
    font-size:46px;
    line-height:1.1;
    font-weight:500;
    color:#0f3557;

}

.story-content{
    padding:0 100px 20px;
    border-radius:0 0 15px 0px;

}

.story-content p{

    font-family:'Inter',sans-serif;
    font-size:15px;
    line-height:1.7;
    color:#1e4260;
    margin-bottom:14px;

}

.story-content p:last-child{

    margin-bottom:0;

}

.story-image{

    margin-top:-190px;
    position:relative;
    z-index:1;

}

.story-image img{

    width:100%;
    display:block;
    border-radius:24px;
    object-fit:cover;

}

@media(max-width:1200px){
.story-heading h2 {
    font-size: 36px;
}
	.story-content {
    padding: 0 15px 45px 80px;
    border-radius: 0 0 15px 0px;
}
.story-content p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}
}
@media(max-width:991px){

.story-top{

    grid-template-columns:1fr;
    gap:10px;

}

.story-heading h2{

    font-size:38px;

}

.story-content{

    padding:25px;

}

.story-image{

    margin-top:20px;

}

}

/* Mobile */

@media(max-width:767px){

.story-section{

    padding:40px 0;

}

.story-heading h2{

    font-size:30px;
    line-height:1.2;

}

.story-content{

    padding:0px;

}

.story-content p{

    font-size:14px;
    line-height:1.8;
    margin-bottom:10px;

}

.story-image{

    margin-top:15px;

}

.story-image img{

    border-radius:18px;

}

}

/* ===========================
MISSION SECTION
=========================== */

.mission-section{

    background:#EEF3F7;
    padding:70px 0;

}

.mission-wrapper{

    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:80px;

}

.mission-image{

    overflow:hidden;
    border-radius:28px;

}

.mission-image img{

    width:100%;
    display:block;
    object-fit:cover;
    aspect-ratio:1/0.92;
    transition:.4s ease;

}

.mission-image:hover img{

    transform:scale(1.04);

}

.mission-content{

    max-width:560px;

}

.mission-content h2{

    font-family:'Sora',sans-serif;
    font-size:48px;
    font-weight:500;
    line-height:1.1;
    color:#0E3556;
    margin-bottom:35px;

}

.mission-content p{

    font-family:'Inter',sans-serif;
    font-size:16px;
    line-height:1.7;
    color:#23425F;
    margin-bottom:18px;

}

.mission-content p:last-child{

    margin-bottom:0;

}

/* ===========================
Tablet
=========================== */

@media (max-width:991px){

.mission-wrapper{

    grid-template-columns:1fr;
    gap:45px;

}

.mission-content{

    max-width:100%;

}

.mission-content h2{

    font-size:44px;
    margin-bottom:25px;

}

.mission-content p{

    font-size:17px;

}

}

/* ===========================
Mobile
=========================== */

@media (max-width:767px){

.mission-section{

    padding:45px 0;

}

.mission-wrapper{

    gap:30px;

}

.mission-image{

    border-radius:20px;

}

.mission-content{

    text-align:center;

}

.mission-content h2{

    font-size:34px;
    margin-bottom:18px;

}

.mission-content p{

    font-size:15px;
    line-height:1.8;
    margin-bottom:18px;

}

}

/*=============================
Coach Section
=============================*/

.coach-section{

    background:#fff;
    padding:70px 0;

}

.coach-wrapper{

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;

}

.coach-content h2{

    font-family:'Sora',sans-serif;
    font-size:58px;
    font-weight:500;
    line-height:1.1;
    color:#0F3557;
    margin-bottom:35px;

}

.coach-content h5{

    font-family:'Inter',sans-serif;
    font-size:22px;
    font-weight:700;
    color:#14395C;
    margin-bottom:25px;

}

.coach-content p{

    font-family:'Inter',sans-serif;
    font-size:18px;
    line-height:1.9;
    color:#23425F;
    margin-bottom:28px;

}

.coach-content strong{

    font-weight:700;

}

.coach-info{

    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    gap:30px;

    margin-top:45px;
    padding-top:35px;

    border-top:1px solid #C8D0D8;

}

.coach-box{

    text-align:center;

}

.coach-box h3{

    font-family:'Sora',sans-serif;
    font-size:40px;
    font-weight:600;
    color:#123456;
    margin-bottom:15px;

}

.coach-box p{

    margin:0;
    font-size:17px;
    line-height:1.8;

}

.coach-badge img{

    width:140px;

}

.coach-image{

    border-radius:28px;
    overflow:hidden;

}

.coach-image img{

    width:100%;
    display:block;
    object-fit:cover;
    transition:.4s;

}

.coach-image:hover img{

    transform:scale(1.03);

}

/*=========================
Tablet
=========================*/

@media(max-width:991px){

.coach-wrapper{

    grid-template-columns:1fr;
    gap:45px;

}

.coach-content h2{

    font-size:44px;

}

.coach-content h5{

    font-size:20px;

}

.coach-content p{

    font-size:16px;

}

}

/*=========================
Mobile
=========================*/

@media(max-width:767px){

.coach-section{

    padding:45px 0;

}

.coach-wrapper{

    gap:30px;

}

.coach-content{

    order:2;

}

.coach-image{

    order:1;

    border-radius:18px;

}

.coach-content h2{

    font-size:34px;
    margin-bottom:20px;

}

.coach-content h5{

    font-size:18px;
    margin-bottom:15px;

}

.coach-content p{

    font-size:15px;
    line-height:1.8;
    margin-bottom:18px;

}

.coach-info{

    grid-template-columns:1fr;
    gap:25px;
    margin-top:30px;
    padding-top:25px;

}

.coach-box h3{

    font-size:28px;

}

.coach-box p{

    font-size:15px;

}

.coach-badge img{

    width:110px;

}

}

/*=========================
Program Section
=========================*/

.program-section{

    background:#EEF3F7;
    padding:60px 0;

}

.program-heading{

    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:60px;
    align-items:end;
    margin-bottom:35px;

}

.program-left h2{

    font-family:'Sora',sans-serif;
    font-size:48px;
    font-weight:500;
    line-height:1.08;
    color:#0F3557;

}

.program-right{

    max-width:520px;
    margin-left:auto;

}

.program-right p{

    font-family:'Inter',sans-serif;
    font-size:18px;
    line-height:1.8;
    color:#6B7785;

}

/*========================*/

.program-grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;

}

.program-card{

    background:#fff;
    border:1px solid #F1E8D1;
    border-radius:26px;
    padding:28px;
    min-height:230px;

    display:flex;
    flex-direction:column;
    justify-content:space-between;

    text-decoration:none;

    transition:.35s;

}

.program-top{

    display:flex;
    justify-content:space-between;
    align-items:flex-start;

}

.program-number{

    font-family:'Sora',sans-serif;
    font-size:58px;
    font-weight:700;
    color:#D9DFE6;
    line-height:1;

}

.program-arrow{

    width:46px;
    height:46px;

    border:1px solid #D7DEE6;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    transition:.3s;

}

.program-arrow img{

    width:18px;

}

.program-card h3{

    font-family:'Sora',sans-serif;
    font-size:20px;
    line-height:1.4;
    color:#123456;
    font-weight:600;

}

/* Hover */

.program-card:hover{

    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.program-card:hover .program-arrow{

    background:#123456;
    border-color:#123456;

}

.program-card:hover .program-arrow img{

    filter:brightness(0) invert(1);

}

/*=========================
Tablet
=========================*/

@media(max-width:991px){

.program-heading{

    grid-template-columns:1fr;
    gap:25px;

}

.program-left h2{

    font-size:42px;

}

.program-right{

    margin:0;
    max-width:100%;

}

.program-right p{

    font-size:16px;

}

.program-grid{

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

}

}

/*=========================
Mobile
=========================*/

@media(max-width:767px){

.program-section{

    padding:40px 0;

}

.program-heading{

    margin-bottom:25px;

}

.program-left h2{

    font-size:32px;

}

.program-right p{

    font-size:14px;
    line-height:1.7;

}

.program-grid{

    grid-template-columns:1fr;
    gap:18px;

}

.program-card{

    min-height:180px;
    padding:22px;

}

.program-number{

    font-size:44px;

}

.program-card h3{

    font-size:18px;

}

.program-arrow{

    width:42px;
    height:42px;

}

}
/*====================================
Program Detail
====================================*/

.program-detail-section{

    background:#EEF3F7;
    padding:60px 0;

}

.program-detail-wrapper{

    display:flex;
    gap:55px;
    align-items:center;
	margin-bottom:60px;

}
.program-detail-wrapper> div{
	width:50%
}
.program-detail-section .program-detail-wrapper:nth-child(even) {
    flex-direction: row-reverse;
	
}
.program-detail-section .program-detail-wrapper:last-child {
  margin-bottom:0px;
	
}

/*================*/

.program-detail-image{

    position:relative;

}

.program-detail-image img{

    width:100%;
    display:block;
    border-radius:28px;
    object-fit:cover;

}

.program-tag{

    position:absolute;
    top:18px;
    left:18px;

    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:10px 16px;

    background:#fff;

    border-radius:40px;

    font-family:'Inter',sans-serif;

    font-size:11px;

    letter-spacing:2px;

    color:#4F5E6F;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

}

.program-tag strong{

    color:#103456;

}

/*================*/

.program-subtitle{

    display:block;

    margin-bottom:12px;

    font-size:12px;

    letter-spacing:3px;

    color:#6B7684;

    font-family:'Inter',sans-serif;

}

.program-detail-content h2{

    font-family:'Sora',sans-serif;

    font-size:44px;

    line-height:1.08;

    font-weight:500;

    color:#103456;

    margin-bottom:22px;

}

.program-detail-content h4{

    font-family:'Inter',sans-serif;

    font-size:22px;

    font-weight:600;

    line-height:1.6;

    color:#123456;

    margin-bottom:22px;

}

.program-detail-content>p{

    font-size:17px;

    line-height:1.8;

    color:#6B7785;

    margin-bottom:30px;

}

/*================*/

.program-features{

    background:#fff;

    border:1px solid #F1E5C7;

    border-radius:22px;

    padding:24px;

    margin-bottom:26px;

}

.program-features h5{

    font-size:12px;

    letter-spacing:3px;

    color:#7D8792;

    margin-bottom:20px;

    font-family:'Inter',sans-serif;

}

.feature-grid{

    display:grid;

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

    gap:18px 35px;

}

.feature-item{

    display:flex;

    align-items:center;

    gap:12px;

    font-size:15px;

    color:#23425F;

    line-height:1.6;

}

.feature-item img{

    width:18px;
    height:18px;

}

/*================*/

.program-result{

    display:flex;
    align-items:center;
    gap:18px;

}

.program-result span{

    width:3px;
    height:42px;
    background:#F4BC12;

    border-radius:10px;

}

.program-result p{

    margin:0;

    font-family:'Sora',sans-serif;

    font-size:18px;

    line-height:1.4;

    color:#103456;

}

/*============================
Tablet
============================*/

@media(max-width:991px){

.program-detail-wrapper{
	width:100%

}

.program-detail-content h2{

    font-size:42px;

}

.program-detail-content h4{

    font-size:18px;

}

.feature-grid{

    grid-template-columns:1fr;

}

.program-result p{

    font-size:22px;

}

}

/*============================
Mobile
============================*/

@media(max-width:767px){

.program-detail-section{

    padding:40px 0;

}

.program-detail-wrapper{

    gap:30px;

}

.program-detail-image img{

    border-radius:18px;

}

.program-tag{

    top:12px;
    left:12px;

    font-size:10px;

    padding:8px 12px;

}

.program-detail-content h2{

    font-size:32px;

    margin-bottom:18px;

}

.program-detail-content h4{

    font-size:17px;

    margin-bottom:16px;

}

.program-detail-content>p{

    font-size:14px;

    margin-bottom:22px;

}

.program-features{

    padding:18px;

}

.feature-item{

    font-size:14px;

}

.program-result{

    align-items:flex-start;

}

.program-result span{

    height:34px;

}

.program-result p{

    font-size:16px;

}
.program-detail-section .program-detail-wrapper:nth-child(even) {
  margin-bottom:20px;
	
}

}

/*==============================
Benefits Section
==============================*/

.benefits-section{

    background:#EEF3F7;
    padding:60px 0;

}

.benefits-heading{

    display:grid;
    grid-template-columns:1.3fr .7fr;
    gap:60px;
    align-items:end;
    margin-bottom:35px;

}

.heading-left h2{

    font-family:'Sora',sans-serif;
    font-size:46px;
    line-height:1.05;
    font-weight:500;
    color:#0E3556;
    margin:0;

}

.heading-right{

    max-width:430px;
    margin-left:auto;

}

.heading-right p{

    margin:0;

    font-family:'Inter',sans-serif;
    font-size:18px;
    line-height:1.8;
    color:#6D7682;

}

/*========================*/

.benefits-grid{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:28px;

}

/*========================*/

.benefit-card{

    position:relative;

    background:#fff;

    border:1px solid #F2E9D2;

    border-radius:28px;

    padding:34px;

    overflow:hidden;

    transition:.35s;

}

.benefit-card:hover{

    transform:translateY(-8px);

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

}

/*========================*/

.card-count{

    position:absolute;

    top:18px;
    right:28px;

    font-family:'Sora',sans-serif;

    font-size:74px;

    font-weight:700;

    color:#EEF1F5;

    line-height:1;

}

/*========================*/

.benefit-top{

    display:flex;
    align-items:center;
    gap:14px;

    margin-bottom:28px;

}

.benefit-top img{

    width:48px;
    height:48px;
    object-fit:contain;

}

.benefit-top span{

    font-family:'Inter',sans-serif;

    font-size:11px;

    text-transform:uppercase;

    letter-spacing:3px;

    color:#7D8692;

}

/*========================*/

.benefit-card h3{

    font-family:'Sora',sans-serif;

    font-size:22px;

    line-height:1.35;

    color:#123456;

    margin-bottom:18px;

}

.benefit-card h4{

    font-family:'Inter',sans-serif;

    font-size:18px;

    line-height:1.6;

    font-weight:600;

    color:#16395B;

    margin-bottom:18px;

}

.benefit-card>p{

    font-family:'Inter',sans-serif;

    font-size:16px;

    line-height:1.9;

    color:#6E7682;

    margin-bottom:35px;

}

/*========================*/

.benefit-bottom{

    border-top:1px solid #E8EBEF;

    padding-top:22px;

}

.benefit-bottom h5{

    font-family:'Sora',sans-serif;

    font-size:22px;

    color:#123456;

    font-weight:500;

    margin-bottom:8px;

}

.benefit-bottom small{

    display:block;

    font-family:'Inter',sans-serif;

    font-size:14px;

    line-height:1.6;

    color:#707986;

}

/*========================*/


/*========================*/

@media(max-width:991px){

.benefits-section{

    padding:50px 0;

}

.benefits-heading{

    grid-template-columns:1fr;

    gap:20px;

    margin-bottom:30px;

}

.heading-left h2{

    font-size:38px;

}

.heading-right{

    margin:0;
    max-width:100%;

}

.heading-right p{

    font-size:16px;

}

.benefits-grid{

    grid-template-columns:1fr;

    gap:22px;

}

.benefit-card{

    padding:28px;

}

.card-count{

    font-size:60px;

}

}

/*========================*/

@media(max-width:767px){

.benefits-section{

    padding:40px 0;

}

.heading-left h2{

    font-size:30px;

    line-height:1.15;

}

.heading-right p{

    font-size:14px;

    line-height:1.8;

}

.benefit-card{

    padding:22px;

    border-radius:20px;

}

.benefit-top{

    gap:10px;

    margin-bottom:20px;

}

.benefit-top img{

    width:40px;
    height:40px;

}

.benefit-top span{

    font-size:10px;
    letter-spacing:2px;

}

.card-count{

    top:14px;
    right:18px;

    font-size:48px;

}

.benefit-card h3{

    font-size:20px;

    margin-bottom:14px;

}

.benefit-card h4{

    font-size:16px;

    margin-bottom:14px;

}

.benefit-card>p{

    font-size:14px;

    line-height:1.8;

    margin-bottom:24px;

}

.benefit-bottom{

    padding-top:18px;

}

.benefit-bottom h5{

    font-size:20px;

}

.benefit-bottom small{

    font-size:13px;

}

}

/*====================================
Contact Section
====================================*/

.contact-section{

    background:#EEF3F7;
    padding:70px 0;

}

.contact-wrapper{

    display:grid;
    grid-template-columns:530px 1fr;
    gap:60px;
    align-items:start;
    margin-bottom:50px;

}

/*======================
LEFT
======================*/

.contact-left h2{

    font-family:'Sora',sans-serif;
    font-size:46px;
    line-height:1.05;
    font-weight:500;
    color:#0F3557;
    margin-bottom:15px;

}

.contact-intro{

    max-width:100%;

    font-size:18px;
    line-height:1.6;
    color:#677380;
    margin-bottom:25px;

}

.contact-info{

    display:flex;
    flex-direction:column;
    gap:24px;

}

.contact-item{

    display:flex;
    align-items:center;
    gap:18px;

}

.contact-icon{

    width:52px;
    height:52px;

    border-radius:50%;

    background:#FFF2D3;

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;

}

.contact-icon img{

    width:20px;

}

.contact-item span{

    display:block;

    text-transform:uppercase;

    letter-spacing:3px;

    font-size:11px;

    color:#7D8794;

    margin-bottom:6px;

}

.contact-item a,
.contact-item strong{

    font-size:18px;

    color:#14385A;

    font-weight:500;

    text-decoration:none;

}

/*======================
FORM CARD
======================*/

.contact-form-card{

    background:#fff;

    border:1px solid #F2E6C8;

    border-radius:30px;

    padding:45px;

}

.mini-title{

    display:block;

    font-size:12px;

    letter-spacing:4px;

    color:#7B8793;

    margin-bottom:12px;

}

.contact-form-card h3{

    font-family:'Sora',sans-serif;

    font-size:42px;

    color:#123456;

    margin-bottom:30px;

}

/*======================
CF7
======================*/

.cf7-row{

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;

    margin-bottom:20px;

}

.cf7-field{

    width:100%;

}

.cf7-field label{

    display:block;

    margin-bottom:8px;

    font-size:12px;

    letter-spacing:3px;

    text-transform:uppercase;

    color:#7B8793;

}

.cf7-field input,
.cf7-field select,
.cf7-field textarea{

    width:100%;

    height:48px;

    padding:0 18px;

    border:1px solid #DCE4EB;

    border-radius:8px;

    background:#F8FBFD;

    font-size:14px;

    color:#123456;

    outline:none;

}
.cf7-checkbox {
    width: 85%;
}
.cf7-field textarea{

    height:130px;

    padding:18px;

    resize:none;

}

/*======================*/

.cf7-bottom{

    margin-top:25px;

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;

}

.cf7-checkbox{

    font-size:14px;

    color:#677380;

}

.cf7-checkbox input{

    margin-right:8px;

}

.cf7-submit{

    margin-left:auto;

}

.cf7-submit input{

    border:none;

    cursor:pointer;

    background:#FDB515;

    color:#fff;

    height:56px;

    padding:0 34px;

    border-radius:50px;

    font-size:17px;

    font-weight:600;

    transition:.35s;

}

.cf7-submit input:hover{

    background:#0F3557;

}

/*======================
CTA
======================*/

.contact-cta{

    background:#0F3557;

    border-radius:28px;

    padding:42px 45px;

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;

}

.contact-cta span{

    display:block;

    font-size:12px;

    letter-spacing:4px;

    text-transform:uppercase;

    color:#9DB4C8;

    margin-bottom:15px;

}

.contact-cta h3{

    color:#fff;

    font-family:'Sora',sans-serif;

    font-size:34px;

    line-height:1.4;

    font-weight:400;

    max-width:560px;

}

.cta-link{

    display:inline-flex;
    align-items:center;
    gap:10px;

    text-decoration:none;

    color:#FDB515;

    font-size:15px;

    letter-spacing:3px;

    text-transform:uppercase;

    white-space:nowrap;

}

.cta-link img{

    width:16px;

}

/*====================================
TABLET
====================================*/

@media(max-width:991px){

.contact-wrapper{

    grid-template-columns:1fr;

    gap:40px;

}

.contact-left h2{

    font-size:44px;

}

.contact-intro{

    max-width:100%;

    margin-bottom:35px;

}

.contact-form-card{

    padding:30px;

}

.contact-form-card h3{

    font-size:34px;

}

.contact-cta{

    flex-direction:column;
    align-items:flex-start;

}

.contact-cta h3{

    font-size:28px;

}

}

/*====================================
MOBILE
====================================*/

@media(max-width:767px){

.contact-section{

    padding:40px 0;

}

.contact-left h2{

    font-size:32px;

}

.contact-intro{

    font-size:15px;

    margin-bottom:28px;

}

.contact-item{

    gap:12px;

}

.contact-icon{

    width:44px;
    height:44px;

}

.contact-item a,
.contact-item strong{

    font-size:15px;

}

.contact-form-card{

    padding:22px;

    border-radius:20px;

}

.contact-form-card h3{

    font-size:28px;

    margin-bottom:22px;

}

.cf7-row{

    grid-template-columns:1fr;

    gap:15px;

}

.cf7-field input,
.cf7-field select{

    height:50px;

    font-size:14px;

}

.cf7-field textarea{

    height:140px;

    font-size:14px;

}

.cf7-bottom{

    flex-direction:column;
    align-items:flex-start;

}

.cf7-submit{

    width:100%;

    margin:0;

}

.cf7-submit input{

    width:100%;

}

.contact-cta{

    padding:28px 24px;

    border-radius:20px;

}

.contact-cta h3{

    font-size:22px;

}

.cta-link{

    margin-top:10px;

}
.cf7-checkbox {
    width: 100%;
}
	form.wpcf7-form.init .wpcf7-spinner {
    display: none;
}
}

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

.case-study-section{
    padding:55px 0;
    background:#EEF3F7;
}

.case-heading{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:30px;
    margin-bottom:28px;
}

.case-heading-left{
    max-width:540px;
}

.case-heading-left h2{
    margin:0;
    font-family:'Sora',sans-serif;
    font-size:44px;
    line-height:1.1;
    font-weight:500;
    color:#0F3557;
}

.case-heading-right{
    max-width:370px;
}

.case-heading-right p{
    margin:0;
    font-size:17px;
    line-height:1.7;
    color:#707A84;
}

/*==========================
GRID
==========================*/

.case-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

/*==========================
CARD
==========================*/

.case-card{
    background:#fff;
    border:1px solid #F1E8D3;
    border-radius:18px;
    overflow:hidden;
    transition:.3s;
}

.case-card:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(0,0,0,.06);
}

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

.case-image{
    position:relative;
}

.case-image img{
    width:100%;
    height:250px;
    object-fit:cover;
    display:block;
}

.case-badge{
    position:absolute;
    top:14px;
    left:14px;

    display:flex;
    align-items:center;
    gap:8px;

    padding:7px 14px;

    background:#fff;
    border-radius:30px;

    font-size:9px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#7D8794;
}

.case-badge strong{
    font-size:13px;
    color:#0F3557;
}

/*==========================
CONTENT
==========================*/

.case-content{
    padding:18px;
}

.case-category{
    display:block;
    margin-bottom:10px;

    font-size:10px;
    text-transform:uppercase;
    letter-spacing:2px;

    color:#F28B38;
}

.case-content h3{
    margin:0 0 10px;

    font-family:'Sora',sans-serif;
    font-size:20px;
    line-height:1.25;
    font-weight:600;
    color:#0F3557;
}

.case-content p{
    margin:0;

    font-size:14px;
    line-height:1.65;
    color:#6D7783;
}

/*==========================
FOOTER
==========================*/

.case-footer{
    margin-top:18px;
    padding-top:16px;

    border-top:1px solid #ECECEC;

    display:flex;
    justify-content:space-between;
    align-items:center;
}

.case-link{
    font-size:10px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#7D8794;
}

.case-status{
    padding:6px 12px;
    border-radius:30px;

    background:#EEF3F7;

    font-size:9px;
    text-transform:uppercase;
    letter-spacing:2px;

    color:#7D8794;
}

/*==========================
TABLET
==========================*/

@media(max-width:991px){

.case-heading{
    flex-direction:column;
    align-items:flex-start;
}

.case-heading-left,
.case-heading-right{
    max-width:100%;
}

.case-heading-left h2{
    font-size:28px;
}

.case-grid{
    grid-template-columns:repeat(2,1fr);
}

.case-image img{
    height:220px;
}

}

/*==========================
MOBILE
==========================*/

@media(max-width:767px){

.case-study-section{
    padding:40px 0;
}

.case-heading{
    margin-bottom:22px;
}

.case-heading-left h2{
    font-size:24px;
}

.case-heading-right p{
    font-size:13px;
}

.case-grid{
    grid-template-columns:1fr;
    gap:18px;
}

.case-image img{
    height:210px;
}

.case-content{
    padding:16px;
}

.case-content h3{
    font-size:18px;
}

.case-content p{
    font-size:13px;
    line-height:1.6;
}

.case-footer{
    flex-wrap:wrap;
    gap:10px;
}

}


/*=========================
SUCCESS STORIES
=========================*/

.stories-section{
    padding:55px 0;
    background:#EEF3F7;
}

.stories-heading{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:40px;
    margin-bottom:28px;
}

.stories-left{
    max-width:520px;
}

.stories-label{
    display:block;
    margin-bottom:12px;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:4px;
    color:#7B8793;
}

.stories-left h2{
    margin:0;
    font-family:'Sora',sans-serif;
    font-size:34px;
    line-height:1.1;
    font-weight:500;
    color:#0F3557;
}

.stories-right{
    max-width:420px;
}

.stories-right p{
    margin:0;
    font-size:14px;
    line-height:1.7;
    color:#6C7782;
}

/*================*/

.stories-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}

.story-card{
    background:#fff;
    border:1px solid #F2E7CC;
    border-radius:20px;
    padding:24px;
    transition:.3s;
}

.story-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.story-quote{
    font-size:42px;
    line-height:1;
    color:#F18A3A;
    margin-bottom:12px;
}

.story-card h3{
    margin:0;
    font-family:'Sora',sans-serif;
    font-size:18px;
    line-height:1.5;
    font-weight:400;
    color:#0F3557;
    min-height:115px;
}

.story-footer{
    margin-top:22px;
    padding-top:18px;
    border-top:1px solid #ECECEC;
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:15px;
}

.story-author h4{
    margin:0 0 4px;
    font-size:16px;
    font-weight:600;
    color:#0F3557;
}

.story-author span{
    display:block;
    font-size:13px;
    color:#7B8793;
}

.story-badge{
    background:#EEF3F7;
    padding:7px 14px;
    border-radius:30px;
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#7B8793;
    white-space:nowrap;
}

/*================*/

@media(max-width:991px){

.stories-heading{
    flex-direction:column;
    align-items:flex-start;
    gap:18px;
}

.stories-left,
.stories-right{
    max-width:100%;
}

.stories-left h2{
    font-size:28px;
}

.stories-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.stories-section{
    padding:40px 0;
}

.stories-left h2{
    font-size:24px;
}

.stories-right p{
    font-size:13px;
}

.stories-grid{
    grid-template-columns:1fr;
    gap:18px;
}

.story-card{
    padding:20px;
}

.story-card h3{
    font-size:16px;
    min-height:auto;
    line-height:1.45;
}

.story-footer{
    flex-wrap:wrap;
    gap:12px;
}

.story-author h4{
    font-size:15px;
}

.story-author span{
    font-size:12px;
}

.story-badge{
    font-size:9px;
}
a.btn-primary {
	justify-content:center;
}
	button.menu-toggle {
    font-size: 44px;
}
	section{
		padding:10px 0 !important
	}
	.coach-box img {
    margin: 0 auto;
}
	.coach-box p{
		margin-bottom:0
	}
}