.leadership {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}
.about-quote{
    margin-top:40px;
    padding-left:28px;
    border-left:4px solid var(--amber);
    font-family:var(--font-heading);
    font-size:1.35rem;
    line-height:1.8;
    color:var(--navy-deep);
    font-style:italic;
}

.about-quote strong{
    color:var(--amber);
}
.philosophy{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px; 
}

.leadership-img{
    width: 100%;
    /* height: 240px; */
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    margin-bottom: 20px;
}
.cta-card{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:60px;
    /* background:linear-gradient(135deg,var(--navy-deep),#17325e); */
    background: var(--amber);
    border-radius:24px;
    padding:60px;
}

.cta-content{
    flex:1;
    max-width:700px;
}

.cta-content h2{
    margin:15px 0 20px;
    color:#fff;
}

.cta-content p{
    color:rgba(255,255,255,.8);
    margin:0;
}

.cta-actions{
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:flex-end;
}

.cta-actions .btn{
    white-space:nowrap;
}
/* .hero{
    height: 720px;
    position: relative;
} */
.hero.otherpages{
    height: 420px;
    position: relative;
}

.hero .wrap.slide-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}
.services-advisory{
    background:#fff;
}

.services-grid{

    display:grid;
    grid-template-columns:1.1fr 1.5fr 1.5fr;
    border:1px solid #e6e6e6;
    border-radius:18px;
    overflow:hidden;
    margin-top:60px;

}

.services-grid-heading{

    background:var(--navy-deep);
    color:#fff;
    padding:24px 28px;
    font-weight:600;
    font-size:18px;
    border-right:1px solid rgba(255,255,255,.12);

}

.services-grid-heading:last-child{
    border-right:none;
}

.services-grid-cell{

    padding:28px;
    border-right:1px solid #ececec;
    border-top:1px solid #ececec;
    background:#fff;

}

.services-grid-cell:nth-child(3n){
    border-right:none;
}

.services-grid-cell h4{

    margin:0;
    color:var(--navy-deep);

}

.services-grid-cell p{

    margin:0;
    color:var(--muted-light);
    line-height:1.8;

}

.services-grid-cell:hover{

    background:#fafafa;

}
.what-we-do{
     display:flex;
    justify-content:space-between;
    align-items:center;
    gap:60px;
    background:var(--cream-2);
    /* border-radius:24px; */
    padding:60px;
}
.learning-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}
.services-pillar-tech{
    background:var(--amber);
    color:#fff;
    overflow:hidden;
}

.services-pillar-layout{

    display:grid;
    grid-template-columns:1.4fr .9fr;
    gap:70px;
    align-items:center;

}

.services-pillar-content h2{

    color:#fff;
    margin:15px 0 22px;

}

.services-pillar-content .hero-sub{

    max-width:700px;
    opacity:.95;

}

/* Quote Card */

.services-pillar-card{

    background:linear-gradient(135deg,
        rgba(255,255,255,.18),
        rgba(255,255,255,.08));

    backdrop-filter:blur(10px);

    border:1px solid rgba(255,255,255,.15);

    border-radius:24px;

    padding:40px;

    position:relative;

    box-shadow:0 20px 50px rgba(0,0,0,.18);

}



.services-pillar-card blockquote{

    margin:0;

    font-size:1.2rem;
    line-height:1.8;
    font-weight:500;
    color:#fff;

}
.contact-layout{

display:grid;
grid-template-columns:420px 1fr;
gap:70px;
align-items:start;

}

.contact-info h2{

margin:15px 0 25px;

}

.contact-card{

padding:24px;

border:1px solid rgba(0,0,0,.08);

border-radius:18px;

margin-top:20px;

background:#fff;

}

.contact-card h4{

margin-bottom:8px;

color:var(--amber);

}

.contact-form-box{

padding:45px;

background:#fff;

border-radius:24px;

box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.form-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:22px;

}

.form-group{

margin-bottom:22px;

}

.form-group label{

display:block;

margin-bottom:8px;

font-weight:600;

}

.form-group input,
.form-group textarea{

width:100%;

padding:14px 18px;

border:1px solid #ddd;

border-radius:12px;

outline:none;

font-family:inherit;

}

.form-group input:focus,
.form-group textarea:focus{

border-color:var(--amber);

}

.map-section iframe{

width:100%;

height:550px;

border:0;

display:block;

}
.contact-info-list{

    margin-top:40px;

}

.contact-item{

    display:flex;
    align-items:flex-start;
    gap:20px;

    padding:22px 0;

    border-bottom:1px solid rgba(0,0,0,.12);

}

.contact-item:first-child{

    border-top:1px solid rgba(0,0,0,.12);

}

.contact-icon{

    width:58px;
    height:58px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid rgba(221,122,53,.25);

    border-radius:16px;

    color:var(--amber);

    font-size:22px;

    flex-shrink:0;

    transition:.35s;

}

.contact-item:hover .contact-icon{

    background:var(--amber);

    color:#fff;

    transform:translateY(-3px);

}

.contact-item span{

    display:block;

    font-size:13px;

    text-transform:uppercase;

    letter-spacing:1.5px;

    color:var(--amber);

    font-weight:600;

    margin-bottom:8px;

}

.contact-item p{

    margin:0;

    color:var(--text);

    line-height:1.7;

}

.contact-item a{

    color:inherit;

    text-decoration:none;

    transition:.3s;

}

.contact-item a:hover{

    color:var(--amber);

}
/*==============================
Thank You
==============================*/

.thankyou-section{

    padding:120px 0;

    background:#faf8f5;

    min-height:75vh;

    display:flex;

    align-items:center;

}

.thankyou-card{

    max-width:760px;

    margin:auto;

    background:#fff;

    padding:70px;

    border-radius:28px;

    text-align:center;

    box-shadow:0 30px 70px rgba(0,0,0,.08);

    border:1px solid rgba(0,0,0,.06);

}

.thankyou-icon{

    margin-bottom:30px;

}

.thankyou-card h1{

    margin:15px 0 25px;

}

.thankyou-text{

    max-width:620px;

    margin:auto;

    color:var(--muted-light);

    line-height:1.9;

}

.thankyou-info{

    margin:45px 0;

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:20px;

}

.thankyou-info div{

    padding:24px;

    border:1px solid rgba(221,122,53,.15);

    border-radius:18px;

    background:linear-gradient(135deg,#fff,#faf6f2);

}

.thankyou-info strong{

    display:block;

    color:var(--amber);

    margin-bottom:8px;

}

.thankyou-info span{

    color:var(--muted-light);

}

.thankyou-actions{

    display:flex;

    justify-content:center;

    gap:18px;

    flex-wrap:wrap;

}
.insight-top {
    height:0px;
   
}
/* .insight-card img{
    height: 200px;
} */
.blog-sidebar{

    position:sticky;
    top:110px;

}

.sidebar-box{

    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius:18px;
    padding:30px;
    margin-bottom:30px;
    box-shadow:0 15px 35px rgba(0,0,0,.05);

}

.sidebar-box h4{

    font-size:22px;
    margin-bottom:22px;

}

/* Categories */

.category-list{

    list-style:none;
    padding:0;
    margin:0;

}

.category-list li{

    border-bottom:1px solid #ececec;

}

.category-list li:last-child{

    border:none;

}

.category-list a{

    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:14px 0;
    color:var(--text-dark);
    text-decoration:none;
    transition:.3s;

}

.category-list a:hover{

    color:var(--amber);
    padding-left:8px;

}

/* Recent Blog */

.recent-post{

    display:flex;
    gap:15px;
    margin-bottom:20px;
    text-decoration:none;
    color:inherit;

}

.recent-post:last-child{

    margin-bottom:0;

}

.recent-post-image{

    width:100px;
    height:85px;
    flex-shrink:0;
    overflow:hidden;
    border-radius:12px;

}

.recent-post-image img{

    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s;

}

.recent-post:hover img{

    transform:scale(1.08);

}

.recent-post-content span{

    display:inline-block;
    margin-bottom:8px;
    color:var(--amber);
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.08em;

}

.recent-post-content h5{

    margin:0;
    font-size:16px;
    line-height:1.45;
    color:var(--heading);

}

.recent-post:hover h5{

    color:var(--amber);

}

/* Blog Content */

.blog-article{

    font-size:17px;
    line-height:1.9;

}

.blog-article h2{

    margin-top:45px;
    margin-bottom:20px;

}

.blog-article p{

    margin-bottom:22px;

}

.blog-article img{

    width:100%;
    border-radius:18px;
    margin:30px 0;

}

.blog-article blockquote{

    margin:40px 0;
    padding:30px;
    border-left:5px solid var(--amber);
    background:#faf7f4;
    font-size:20px;
    font-style:italic;
    border-radius:12px;

}
.btn{
color:var(--bg-white)
}
.btn:hover {
    color: var(--bg-white);
    background-color: var(--amber);
    border-color: var(--amber);
}
.bg-main{
    background: var(--amber);
}
.nav-links a.active{
    color: var(--amber);
    font-weight: 600;
}

.nav-links a.active::after{
    width:100%;
}
/* .hero {
    position: relative;
    height: 100vh;
} */

/*.heroSwiper,*/
/*.heroSwiper .swiper-wrapper,*/
/*.heroSwiper .swiper-slide {*/
/*    height: 100vh;*/
/*}*/

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide-scrim {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
}

.slide-content {
    position: relative;
    z-index: 5;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 120px 20px !important; */
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: .5;
}

.swiper-pagination-bullet-active {
    background: #dd7a35;
    opacity: 1;
}

.mobile-nav-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:18px 10px;
    border-bottom:1px solid #e5e5e5;
}

.nav-close{
    width:42px;
    height:42px;
    border:none;
    background:transparent;
    font-size:34px;
    line-height:1;
    cursor:pointer;
    color:#222;
}

.nav-close:hover{
    color:var(--amber);
}
body, p , ul , li {
    text-align: justify !important;
}
.modal-header{
    background-color: var(--amber);
    color:#fff;
}

.tiles h1,.tiles h2,.tiles h3,.tiles h4,.tiles h5,.tiles h6{
    text-align: start;
}
.eyebrow{
    text-align: start !important;
}
h2,h4{
   text-align: start !important;  
}


.page-hero-section{
    position: relative;
    overflow: hidden;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-hero-section img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay{
    position: absolute;
    inset: 0;
    background: rgba(7, 18, 38, 0);
}

.page-header{
    position: relative;
    z-index: 2;
    width: 100%;
    /* text-align: center; */
    color: #fff;
}

.page-header h1{
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 18px;

    font-size: clamp(38px, 3vw, 44px);
    font-weight: 700;
    line-height: 1.1;

    /* Gold Gradient */
    background: linear-gradient(
        90deg,
        #e5a254 0%,     /* Dark Gold */
        #eeb772 35%,    /* Gold */
        #f2c383 70%,    /* Light Gold */
        #FFF2B3 100%    /* Soft Light Gold */
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Half Underline */
.page-header h1::after{
    content: "";
    position: absolute;
    left: 40%;
    bottom: 0;
    transform: translateX(-50%);

    width: 80%;
    height: 4px;
    border-radius: 20px;

    background: linear-gradient(
        90deg,
        #e5a254,
        #eeb772,
        #F4E18A
    );

    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.35);
}
.breadcrumb{
    display: inline-flex;
    /* align-items: center; */
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.breadcrumb li{
    color: rgba(255,255,255,.75);
    font-size: 16px;
}

.breadcrumb li a{
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.breadcrumb li a:hover{
    color: var(--amber);
}

.breadcrumb .separator{
    color: rgba(255,255,255,.5);
}

.breadcrumb .active{
    color: var(--amber);
    font-weight: 600;
}
.text-amber{
    color: var(--amber);
}
/* Keep SweetAlert feedback aligned consistently across contact forms. */
.swal2-popup {
    text-align: center !important;
}

.swal2-title,
.swal2-html-container {
    text-align: center !important;
}

.swal2-actions {
    justify-content: center !important;
}
