@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
:root{
    --primary: rgb(53, 123, 191);
    --primary-light: rgb(237, 246, 255);
    --secondary: rgb(241, 96, 36);
    --dark: rgb(3, 10, 17);
    --gray: rgb(178, 180, 182);
    --blue-dark: rgb(21, 31, 41);
    --gray-light: rgb(239, 241, 243);
    --neutral: #fff;
    --standard-transition: 0.3s ease-in-out;
    --primary-font: "Nunito", sans-serif;
    --secondary-font: helvetica, sans-serif;
}
body{
    font-family: var(--primary-font);
    color: var(--blue-dark);
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}
/* -----End of presets----- */
a{
    color: var(--dark);
    text-decoration: none;
}
.wrapper-container{
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 1.2rem;
}
.ambient-777{
    background: var(--gray-light);
}
.ambient-green{
    background: rgb(27, 239, 165);
}
.ambient-orange{
    background: rgb(255, 128, 0);
}
.ambient-primary{
    background: var(--primary);
}
.ambient-primary-light{
    background: var(--primary-light);
}
.img-bg{
    height: 450px;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../img/uslvc-photo-achive-0005.jpg');
    background-size: cover;
    background-position: center;
}
.decos{
    max-width: 750px;
    margin-top: 6rem;
}
.decos .line-000{
    height: 3px;
    display: inline-block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.decos .line-000.ambient-primary{
    width: 45%;
}
.decos .line-000.ambient-green,
.decos .line-000.ambient-orange{
    width: 25%;
}
.btn{
    border: none;
    font: 1rem var(--secondary-font);
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 2.5rem;
    cursor: pointer;
    transition: var(--standard-transition);
    box-sizing: border-box;
    letter-spacing: 0.5px;
    border-radius: 50px;
    outline: none;
}

.btn:focus,
.btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(53, 123, 191, 0.2);
}
.btn-solid-001{
    background: var(--secondary);
    color: var(--neutral);
    box-shadow: 0 4px 15px rgba(241, 96, 36, 0.3);
    font-weight: 700;
}
.btn-solid-001:hover{
    background: #d85820;
    color: var(--neutral);
    box-shadow: 0 6px 20px rgba(241, 96, 36, 0.5);
    transform: translateY(-2px);
}
.btn-solid-002{
    background: var(--primary);
    border: 2px solid var(--primary);
    color: var(--neutral);
    font-weight: 700;
}
.btn-solid-002:hover{
    background: #2e6bb8;
    border: 2px solid #2e6bb8;
    color: var(--neutral);
    box-shadow: 0 4px 15px rgba(53, 123, 191, 0.4);
    transform: translateY(-2px);
}
.btn-border-light-000{
    background: none;
    border: 2px solid var(--primary);
    color: var(--primary);
    font-weight: 700;
}
.btn-border-light-000:hover{
    background: var(--primary);
    color: var(--neutral);
    box-shadow: 0 4px 15px rgba(53, 123, 191, 0.3);
    transform: translateY(-2px);
}
.btn-border-light-003{
    background: none;
    border: 2px solid var(--neutral);
    color: var(--neutral);
    font-weight: 700;
}
.btn-border-light-003:hover{
    background: var(--neutral);
    color: var(--primary);
    transform: translateY(-2px);
}
.btn-border-primary-000{
    background: none;
    border: 2px solid var(--secondary);
    color: var(--secondary);
    font-weight: 700;
}
.btn-border-primary-000:hover{
    background: var(--secondary);
    color: var(--neutral);
    box-shadow: 0 4px 15px rgba(241, 96, 36, 0.4);
    transform: translateY(-2px);
}
.curved-corners{
    border-radius: 5px;
}
[class^="main-heading-"]{
    width: auto;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    hyphens: auto;
}
/* ===== Modern Section Heading Styles ===== */
.main-heading-solid-003{
    font: 2rem var(--secondary-font);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary);
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    transition: all 0.3s ease;
}
.main-heading-solid-fff{
    font: 2rem var(--secondary-font);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--neutral);
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    transition: all 0.3s ease;
}
.main-heading-solid-fff::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 50%;
    background: linear-gradient(to bottom, rgba(255,255,255,0.9), var(--neutral));
    border-radius: 2px;
}
.heading-design-003{
    font: 2rem var(--secondary-font);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary);
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    transition: all 0.3s ease;
}
.heading-design-003::after,
.heading-design-003::before{
    position: absolute;
    content: '';
    background: var(--primary);
    width: 4px;
    height: 50%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
}
.heading-design-003::after{
    display: none;
}
.heading-design-003::before{
    left: 0;
}
.sub-heading{
    color: var(--dark);
    font: 1rem var(--secondary-font);
    letter-spacing: 0.5px;
    font-weight: 500;
}
.sub-heading-design-000{
    position: relative;
    font: 1rem var(--secondary-font);
    color: var(--dark);
    letter-spacing: 0.5px;
    font-weight: 500;
}
.sub-heading-design-000::after,
.sub-heading-design-000::before{
    display: none;
}
/* -----End of presets----- */
#header{
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),url('../img/uslvc-photo-achive-community-outreach-001.jpeg') top/cover;
    width: 100%;
    height: 85vh;
    display: grid;
    place-items: center;
}
#header .header-content{
    width: 60%;
    margin-left: 2rem;
}
#header h1{
    font: 3rem var(--secondary-font);
    padding: 0.5rem;
    font-weight: 500;
    background: var(--primary);
    color: var(--neutral);
    margin-bottom: 15px;
}
#header p{
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--neutral);
    margin-bottom: 15px;
}
#company-statements h2{
    color: var(--neutral);
    text-transform: uppercase;
}
#company-statements i{
    margin: 15px 0;
    display: inline-grid;
    place-content: center;
    width: 4rem;
    height: 4rem;
    font-size: 1.5rem;
    border: 1px solid var(--neutral);
    border-radius: 50%;
    color: var(--neutral);
}
#company-statements p{
    color: var(--neutral);
    margin-bottom: 10px;
}
#company-statements .grid-item{
    text-align: center;
    transition: var(--standard-transition);
}
#company-statements .grid-item:not(:nth-child(2)){
    background: var(--primary);
}
#company-statements .grid-item:nth-child(2) p{
    color: var(--dark);
}
#company-statements .content{
    padding: 2rem;
}
#company-statements .grid-item:hover{
    background: linear-gradient(rgba(0, 22, 32,0.8), rgba(0, 22, 32,0.8)), url(../img/uslvc-photo-achive-0005.jpg) center/cover;
}
#company-statements .grid-item:hover i{
    color: var(--neutral);
    border: 1px solid var(--neutral);
}
#company-statements .grid-item:hover h2{
    color: var(--neutral);
}
#company-statements .grid-item:nth-child(2):hover p{
    color: var(--neutral);
}
#focus .grid-item-100px{
    text-align: center;
    padding: 2rem;
}
#focus .grid-item-100px i{
    display: inline-grid;
    place-content: center;
    margin-bottom: 15px;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}
#focus .grid-item-100px:nth-child(2) i,
#focus .grid-item-100px:nth-child(3) i{
    border: 1px solid var(--neutral);
}
#focus .grid-item-100px:nth-child(2),
#focus .grid-item-100px:nth-child(3){
    color: var(--neutral);
}
#focus .grid-item-100px:nth-child(1) i,
#focus .grid-item-100px:nth-child(4) i{
    border: 1px solid var(--dark);
}
#focus .grid-item-100px:nth-child(1),
#focus .grid-item-100px:nth-child(4){
    color: var(--dark);
}
#focus .focus-desc p{
    color: var(--neutral);
}
.heading-container .lines{
    position: relative;
    width: 100%;
    padding: 2rem 1rem;
}
.heading-container .lines h1{
    padding: 0 0.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.card .grid-item{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    overflow: hidden;
    position: relative;
}
.card .grid-item img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.card .card-details-content{
    padding: 1rem;
    position: absolute;
    width: 75%;
    bottom: -30%;
    left: 50%;
    background-color: rgba(255,255,255,0.95);
    transform: translateX(-50%);
    transition: var(--standard-transition);
}
.card .card-details-content h2,
.card .card-details-content h3{
    font-family: var(--secondary-font);
}
.card .card-details-content h2{
    color: var(--primary);
    font-weight: 500;
    margin-bottom: 10px;
}
.card .card-details-content h3{
    color: var(--dark);
    font-weight: 400;
    margin-bottom: 30px;
}
.card .grid-item:hover .card-details-content{
    bottom: 25%;
}
.card .card-details-content p{
    margin-bottom: 15px;
}
.card .social{
    text-align: center;
}
.card .social a{
    display: inline-grid;
    place-content: center;
    width: 2rem;
    height: 2rem;
    background-color: var(--dark);
    color: var(--neutral);
}
.card .social a:not(:last-of-type){
    margin-right: 10px;
}
.card .social a:hover{
    background-color: var(--secondary);
    transform: scale(1.1);
}
#events .e-card{
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 22, 32, .2);
}
#events .e-flex{
    display: flex;
}
#events .e-img{
    width: 10rem;
    height: 10rem;
    overflow: hidden;
}
#events .e-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#events .f-date{
    background: var(--primary);
    color: var(--neutral);
    padding: 0.5rem;
    text-align: center;
}
#events .f-date span{
    display: block;
}
#events .f-date .day{
    font: 2rem var(--secondary-font);
    font-weight: 700;
}
#events .f-date .year-month{
    font-size: 0.8rem;
    width: max-content;
}
#events .date-col .venue p{
    font-size: 0.8rem;
}
#events .date-col .venue i{
    color: var(--primary);
}
#events .date-col .venue span{
    font-size: 0.8rem;
}
#events .e-name{
    transition: var(--standard-transition);
}
#events .e-name:hover{
    color: var(--secondary);
}
#events .e-right-card{
    margin-left: 20px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 22, 34, 0.2);
}
#events .e-right-card .card-img{
    width: 100%;
    height: 12.5rem;
    margin-bottom: 15px;
}
#events .e-right-card .card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#events .e-right-card .post-content{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.page-header{
    height: 55dvh;
    position: relative;
    z-index: -1;
}
.page-header h1{
    color: var(--neutral);
    font-size: 8vw;
    text-align: center;
    padding-top: 3rem;
    max-width: 100%;
    overflow-wrap: anywhere;
    hyphens: auto;
    text-wrap: balance;
}
.page-header.contact-page{
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../img/uslvc-photo-achive-0005.jpg) top /cover no-repeat;
}
.page-header .breadcrumb{
    background-color: var(--neutral);
    position: absolute;
    left: 50%; transform: translateX(-50%);
    bottom: 0;
    padding: 1rem;
    text-transform: uppercase;
    color: var(--dark);
    font-family: var(--secondary-font);
}
/* --------contact page--------- */
.custom-grid-item{
    background-color: var(--primary-light);
    padding: 1rem;
}
.custom-grid-item .grid-head{
    margin-bottom: 10px;
}
.custom-grid-item i{
    display: inline-grid;
    place-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border: 1px solid var(--primary);
    border-radius: 5px;
    color: var(--primary);
}
.custom-grid-item span{
    color: var(--primary);
    text-transform: uppercase;
    font-weight: 600;
}
.custom-grid-item p{
    color: var(--dark);
}
.msg-form .contact-form{
    box-shadow: var(--standard-shadow);
    padding: 1rem;
}
.msg-form .wrap-input{
    display: flex;
    gap: 10px;
}
.msg-form .wrap-input .input{
    width: 100%;
}
.msg-form textarea{
    resize: none;
    margin-bottom: 15px;
}
.msg-form .wide{
    width: 100%;
    padding: 0.8rem;
    border: 1px solid var(--primary-light);
}
.msg-form .wide:focus{
    border: 1px solid var(--primary);
    box-shadow: 0 0 10px rgba(0, 22, 32, .2);
    outline: none;
}
.msg-form button{
    background-color: var(--secondary);
    border: none;
    padding: 1rem 2.5rem;
    color: var(--neutral);
    text-transform: uppercase;
    font: 1rem var(--secondary-font);
    font-weight: 700;
    transition: var(--standard-transition);
    box-shadow: 0 4px 15px rgba(241, 96, 36, 0.3);
    border-radius: 50px;
    letter-spacing: 0.5px;
}
.msg-form button:hover{
    background-color: #d85820;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(241, 96, 36, 0.5);
    transform: translateY(-2px);
}
::placeholder{
    font-family: var(--primary-font);
}
.map .map-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-15px);
}
.map iframe{
    width: 80%;
    box-shadow: var(--standard-shadow);
}
/* --------end contact page--------- */
/* ----------Who We Are----------- */
.page-header.about-page{
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../img/uslvc-photo-achive-pastor-praying-for-vulnerable-children-for-spiritual-empowerment') center /cover no-repeat;
}
#about ul{
    list-style: none;
}
#about ul li{
    position: relative;
}
#about ul li::before{
    position: absolute;
    content: '';
    background-color: var(--primary);
    width: 6px;
    height: 6px;
    left: -8px;
    top: 10px;
}
#about ul li:not(:last-of-type){
    margin-bottom: 10px;
}
.underline-grad{
    background: repeating-linear-gradient(
        90deg, var(--primary),
        transparent 50px,
        var(--primary) 25px,
        transparent 50px
    );
    width: 100%;
    height: 10px;
    border-radius: 50px;
}
.underline{
    background-color: var(--primary);
    width: 50%;
    height: 2px;
}
.img-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
}
.img-grid img{
    width: 100%;
    height: 25rem;
    object-fit: cover;
}
.grid-column-reverse{
    direction: rtl;
}
.grid-msg{
    display: grid;
    grid-template-columns: 1fr 3fr;
    column-gap: 2rem;
    justify-content: center;
    align-items: center;
}
#mission p,
#vision p{
    font-size: 1.5rem;
    text-align: center;
}
#mission h2,
#vision h2{
    font-size: 5vw;
    margin-bottom: 20px;
}
#mission p{
    color: var(--neutral);
}
#mission h2, #mission i{
    color: var(--neutral);
}
#vision p{
    color: var(--dark);
}
#vision h2, #vision i{
    color: var(--dark);
}
#mission blockquote,
#vision blockquote{
    font-style: italic;
}
#mission blockquote hr{
    border: 1px solid var(--neutral);
}
#vision blockquote hr{
    border: 1px solid var(--dark);
}
#where-we-work{
    background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)),
    url('../img/uslvc-photo-achive-0005.jpg') top/cover no-repeat;
}
#where-we-work .container{
    background: rgba(255,255,255,0.85);
    width: 70%;
    height: 70%;
}
#where-we-work p{
    color: var(--dark);
}

/* ----------Who We Are----------- */
/* ---------What We Do-------- */
.activities-page{
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../img/uslvc-photo-achive-0011.jpg') center /cover no-repeat;
}
.activities li:not(:last-of-type){
    margin-bottom: 15px;
}
/* ---------End What We Do-------- */
/* ---------News-------- */
#news .news-img{
    width: 100%;
    height: 70vh;
    overflow: hidden;
    margin-bottom: 20px;
}
#news .news-img img{
    width: 100%;
    height: 70vh;
    object-fit: cover;
    object-position: top;
}
#news h2{
    font: 2rem var(--secondary-font);
    color: var(--primary);
    font-weight: 500;
    text-align: center;
}
#news .news-header{
    display: flex;
    justify-content: space-around;
}
#news .news-header p{
    font-family: var(--secondary-font);
}
#news .news-header p span{
    color: var(--dark);
}
#news .news-content p:not(:last-of-type){
    margin-bottom: 10px;
}
#news .underline{
    width: 100%;
}
#news blockquote{
    margin-top: 20px;
}
#news blockquote hr{
    border: 1px solid var(--primary);
    margin: 0 2rem;
}
#news blockquote .margin-tp{
    margin-top: 30px;
}
#news blockquote .margin-bt{
    margin-bottom: 30px;
}
#news blockquote p{
    color: var(--dark);
    font-style: italic;
    font-size: 1.1rem;
    text-align: center;
}
/* ---------End News-------- */
@keyframes animate-img {
    from{
        transform: rotate(-10deg);
    }
    to{
        transform: rotate(10deg);
    }
}

/* -----Media Queries----- */
@media all and (max-width: 1050px){
    .btn{
        font-size: 0.9rem;
        padding: 0.8rem 1.8rem;
    }
    #activities .lines::after,
    #activities .lines::before{
        background: transparent;
    }
    .hero-content h1 {
        font-size: 2.5rem;
    }
    .hero-subtitle {
        font-size: 1.3rem;
    }
    #mission h2,
    #vision h2{
        font-size: 4.8vw;
    }
}

@media all and (max-width: 798px){
    h1, h2, h3, h4, h5, h6 {
        text-align: center;
    }
    
    .heading-container .lines {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        padding: 2rem 1rem;
    }
    
    .heading-container .lines h1 {
        position: static;
        transform: none;
        padding: 0;
        width: 100%;
    }
    
    .main-heading-solid-003 {
        display: block;
        text-align: center;
        margin: 0 auto;
        padding-left: 0;
    }
    
    .main-heading-solid-003::before {
        display: none;
    }
    
    .main-heading-solid-003::after {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 0.5rem;
    }
    
    .slide-title {
        text-align: center;
    }
    
    .page-header h1 {
        text-align: center;
    }
}

@media all and (max-width: 768px){
    .main-heading-solid-003{
        font-size: 1.5rem;
    }
    #events .e-right-card{
        margin-left: 0;
        margin-top: 20px;
    }
    #news h2{
        font-size: 1.5rem;
    }
    .hero-content h1 {
        font-size: 2.2rem;
    }
    .hero-subtitle {
        font-size: 1.2rem;
    }
    #mission h2,
    #vision h2{
        font-size: 4.5vw;
    }
    .card-item h3 {
        font-size: 1.1rem;
    }
    .value-card h3 {
        font-size: 1rem;
    }
}
@media all and (max-width: 550px){
    .curved-corners{
        border-radius: 2.5px;
    }
    .main-heading-solid-003{
        font-size: 1.3rem;
    }
    #header .header-content{
        width: 80%;
        margin-left: 1rem;
    }
    #header h1{
        font-size: 2rem;
        padding: 1rem;
    }
    #events .e-img{
        width: 5rem;
        height: 5rem;
    }
    .msg-form .wrap-input{
        flex-direction: column;
    }
    #mission p,
    #vision p{
        font-size: 1.1rem;
    }
    .hero-content h1 {
        font-size: 1.8rem;
    }
    .hero-subtitle {
        font-size: 1rem;
    }
    #mission h2,
    #vision h2{
        font-size: 4vw;
    }
    .card-item h3 {
        font-size: 1rem;
    }
    .value-card h3 {
        font-size: 0.95rem;
    }
    .page-header h1 {
        font-size: 1.8rem;
    }
}
@media all and (max-width: 440px){
    .img-grid img{
        height: 15rem;
    }
    #where-we-work .lines::after,
    #where-we-work .lines::before{
        background: transparent;
    }
    .hero-content h1 {
        font-size: 1.4rem;
    }
    .hero-subtitle {
        font-size: 0.9rem;
    }
    #mission h2,
    #vision h2{
        font-size: 3.5vw;
    }
    .card-item h3 {
        font-size: 0.95rem;
    }
    .value-card h3 {
        font-size: 0.9rem;
    }
}

/* ===== TLCC MODERN STYLES ===== */

/* SECONDARY Button Style */
.btn-secondary {
    background: var(--secondary);
    color: var(--neutral);
    border: none;
    box-shadow: 0 4px 15px rgba(241, 96, 36, 0.3);
    transition: var(--standard-transition);
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 1rem 2.5rem;
    border-radius: 50px;
}

.btn-secondary:hover {
    background: #d85820;
    color: var(--neutral);
    box-shadow: 0 6px 20px rgba(241, 96, 36, 0.5);
    transform: translateY(-2px);
}

/* Ambient Secondary Background */
.ambient-secondary {
    background: var(--secondary);
}

/* Section Padding & Margins */
.section-padding {
    padding: 3rem 0;
}

.margin-top-1rem {
    margin-top: 1rem;
}

.margin-top-2rem {
    margin-top: 2rem;
}

.margin-top-3rem {
    margin-top: 3rem;
}

.margin-bottom-1rem {
    margin-bottom: 1rem;
}

.margin-bottom-2rem {
    margin-bottom: 2rem;
}

.margin-bottom-3rem {
    margin-bottom: 3rem;
}

.gap-1rem {
    gap: 1rem;
}

.gap-1-5rem {
    gap: 1.5rem;
}

.gap-2rem {
    gap: 2rem;
}

.gap-3rem {
    gap: 3rem;
}

.text-center {
    text-align: center;
}

/* Grid Systems */
.grid-2-col {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

/* About Intro Section */
.about-intro {
    background: var(--neutral);
}

.about-intro-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3rem;
    align-items: center;
}

.about-intro-content {
    max-width: 520px;
}

.about-intro-label {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 0.8rem;
    color: var(--secondary);
    margin-bottom: 0.6rem;
}

.about-intro-text {
    line-height: 1.7;
    margin: 1rem 0 2rem;
}

.about-intro-images {
    position: relative;
    min-height: 420px;
}

.about-intro-image {
    position: absolute;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(3, 10, 17, 0.2);
}

.about-intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-intro-image-main {
    width: 72%;
    height: 380px;
    top: 0;
    left: 0;
}

.about-intro-image-accent {
    width: 46%;
    height: 200px;
    bottom: -90px;
    right: 0;
    border: 6px solid var(--neutral);
}

.about-intro-badge {
    position: absolute;
    left: 18px;
    bottom: 18px;
    background: var(--primary);
    color: var(--dark);
    border-radius: 16px;
    padding: 0.9rem 1.2rem;
    box-shadow: 0 16px 32px rgba(3, 10, 17, 0.2);
    display: grid;
    gap: 0.2rem;
    text-align: left;
}

.about-intro-badge-number {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--neutral);
}

.about-intro-badge-text {
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--neutral);
}

.grid-3-col {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.grid-4-col {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

/* HERO SECTION */
.hero-section {
    padding: 6rem 0;
    color: var(--neutral);
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(53, 123, 191, 0.85), rgba(241, 96, 36, 0.3));
    z-index: -1;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.hero-description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.8;
    max-width: 600px;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-buttons .btn {
    padding: 1.2rem 2.5rem;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 50px;
}

/* CARD ITEMS */
.card-item {
    padding: 1.5rem;
    background: var(--neutral);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: var(--standard-transition);
    text-align: center;
}

.card-item:hover {
    box-shadow: 0 8px 20px rgba(53, 123, 191, 0.15);
    transform: translateY(-5px);
}

.card-item .card-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--primary);
}

.card-item h3 {
    color: var(--primary);
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.card-item p {
    color: var(--gray);
    line-height: 1.6;
}

.vision-card .card-icon,
.mission-card .card-icon {
    color: var(--primary);
}

/* VALUE CARDS */
.value-card {
    padding: 1.5rem;
    background: var(--neutral);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: var(--standard-transition);
    text-align: center;
}

.value-card:hover {
    box-shadow: 0 8px 20px rgba(53, 123, 191, 0.12);
    transform: translateY(-3px);
}

.value-card .value-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--primary);
    color: white;
    font-size: 1.8rem;
    margin: 0 auto 1rem;
}

.value-card h3 {
    color: var(--primary);
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.value-card p {
    font-size: 0.95rem;
    line-height: 1.5;
}

.value-detailed-card {
    padding: 2rem;
    background: var(--neutral);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: var(--standard-transition);
    text-align: center;
}

.value-detailed-card:hover {
    box-shadow: 0 12px 24px rgba(53, 123, 191, 0.12);
    transform: translateY(-5px);
}

.value-detailed-card .value-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--primary);
    color: white;
    font-size: 2rem;
    margin: 0 auto 1rem;
}

.value-detailed-card h4 {
    color: var(--primary);
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.value-detailed-card p {
    color: var(--gray);
    line-height: 1.6;
}

/* OBJECTIVES SECTION */
.objectives-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.objective-item {
    padding: 2rem;
    background: var(--neutral);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: var(--standard-transition);
}

.objective-item:hover {
    box-shadow: 0 8px 20px rgba(53, 123, 191, 0.12);
    transform: translateX(5px);
}

.objective-number {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.objective-item h4 {
    color: var(--primary);
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.objective-item p {
    color: var(--gray);
    line-height: 1.6;
    font-size: 0.95rem;
}

.objective-detailed-item {
    padding: 2rem;
    background: var(--neutral);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: var(--standard-transition);
}

.objective-detailed-item:hover {
    box-shadow: 0 8px 20px rgba(53, 123, 191, 0.12);
    transform: translateX(5px);
}

.objective-detailed-item .objective-number {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1rem;
}

.objective-detailed-item h4 {
    color: var(--primary);
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

/* SERVICE CARDS */
.service-preview-card {
    padding: 2rem;
    background: var(--neutral);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: var(--standard-transition);
}

.service-preview-card:hover {
    box-shadow: 0 12px 24px rgba(53, 123, 191, 0.12);
    transform: translateY(-5px);
}

.service-preview-card .service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--primary);
    color: white;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.service-preview-card h4 {
    color: var(--primary);
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.service-preview-card p {
    color: var(--gray);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.service-link {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--standard-transition);
}

.service-link:hover {
    color: var(--secondary);
    transform: translateX(5px);
}

/* SERVICE DETAIL SECTION */
.service-detail-item {
    padding: 1rem;
}

.service-detail-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--primary);
    color: white;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.service-detail-item h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.service-detail-item p {
    line-height: 1.8;
    margin-bottom: 1rem;
}

.service-list {
    list-style: none;
    padding: 0;
}

.service-list li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.6;
}

.service-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--secondary);
    font-weight: bold;
}

.service-detail-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-detail-image .about-intro-images {
    width: 100%;
    max-width: 520px;
}

/* SERVICE TABLE */
.service-table-responsive {
    overflow-x: auto;
}

.service-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--neutral);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.service-table th {
    background: var(--primary);
    color: var(--neutral);
    padding: 1rem;
    text-align: left;
    font-weight: 600;
}

.service-table td {
    padding: 1rem;
    border-bottom: 1px solid var(--primary-light);
    color: var(--gray);
}

.service-table tbody tr:hover {
    background: var(--primary-light);
}

/* PROCESS GRID */
.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.process-step {
    text-align: center;
    padding: 1.5rem;
    background: var(--neutral);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: var(--standard-transition);
}

.process-step:hover {
    box-shadow: 0 8px 20px rgba(53, 123, 191, 0.12);
    transform: translateY(-5px);
}

.process-step::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--primary);
    border-radius: 10px 10px 0 0;
}

.step-number {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: var(--neutral);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1rem;
}

.process-step h4 {
    color: var(--primary);
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.process-step p {
    color: var(--gray);
    font-size: 0.95rem;
    line-height: 1.5;
}

/* OUTCOME CARDS */
.outcome-card {
    padding: 2rem;
    background: var(--neutral);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: var(--standard-transition);
}

.outcome-card:hover {
    box-shadow: 0 12px 24px rgba(53, 123, 191, 0.12);
    transform: translateY(-5px);
}

.outcome-card .outcome-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--primary);
    color: white;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.outcome-card h4 {
    color: var(--primary);
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.outcome-card ul {
    list-style: none;
    padding: 0;
}

.outcome-card ul li {
    color: var(--gray);
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.5;
}

.outcome-card ul li::before {
    content: '►';
    position: absolute;
    left: 0;
    color: var(--primary);
}

.outcomes-slider {
    position: relative;
    padding: 0 3.2rem;
}

.outcomes-viewport {
    overflow: hidden;
}

.outcomes-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0.1rem;
}

.outcomes-track::-webkit-scrollbar {
    display: none;
}

.outcomes-slide {
    flex: 0 0 calc(50% - 1rem);
    scroll-snap-align: start;
}

.outcomes-nav {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    border-radius: 50%;
    border: none;
    background: var(--primary);
    color: var(--neutral);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--standard-transition);
    z-index: 2;
}

.outcomes-nav:hover:not(:disabled) {
    background: var(--secondary);
    transform: scale(1.05);
}

.outcomes-nav:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.outcomes-prev {
    left: 0;
}

.outcomes-next {
    right: 0;
}

.outcomes-dots {
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 1.25rem;
}

.outcomes-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(53, 123, 191, 0.35);
    cursor: pointer;
    transition: var(--standard-transition);
}

.outcomes-dot:hover {
    background: rgba(53, 123, 191, 0.65);
}

.outcomes-dot.active {
    background: var(--secondary);
    transform: scale(1.2);
}

/* ADVANTAGE CARDS */
.advantage-card {
    padding: 1.5rem;
    border-radius: 8px;
    text-align: center;
    transition: var(--standard-transition);
    border: none;
}

.advantage-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.advantage-card i {
    font-size: 2.3rem;
    color: var(--neutral);
    margin-bottom: 1rem;
}

.advantage-card h4 {
    color: var(--neutral);
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
}

.advantage-card p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    line-height: 1.5;
}

.advantage-slideshow {
    position: relative;
    max-width: 720px;
    margin: 2rem auto 0;
    padding: 1.5rem 4rem 3rem;
}

.advantage-track {
    position: relative;
    min-height: 220px;
}

.advantage-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    display: flex;
    justify-content: center;
}

.advantage-slide.active {
    position: relative;
    opacity: 1;
    transform: translateX(0);
}

.advantage-slide.exit-left {
    opacity: 0;
    transform: translateX(-40px);
}

.advantage-card {
    width: 100%;
    max-width: 520px;
}

.advantage-nav {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: var(--neutral);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.advantage-nav:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: scale(1.05);
}

.advantage-prev {
    left: 10px;
}

.advantage-next {
    right: 10px;
}

.advantage-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.6rem;
    background: rgba(255, 255, 255, 0.12);
    padding: 0.5rem 0.9rem;
    border-radius: 40px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.advantage-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
}

.advantage-dot.active {
    background: var(--secondary);
    box-shadow: 0 0 10px rgba(241, 96, 36, 0.5);
    transform: scale(1.2);
}

@media all and (max-width: 768px) {
    .advantage-slideshow {
        padding: 1.5rem 3.2rem 3rem;
    }

    .advantage-track {
        min-height: 240px;
    }
}

@media all and (max-width: 550px) {
    .advantage-slideshow {
        padding: 1.5rem 2.6rem 3rem;
    }

    .advantage-nav {
        width: 36px;
        height: 36px;
        margin-top: -18px;
    }
}

.advantage-detailed-card {
    padding: 2rem;
    background: var(--neutral);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: var(--standard-transition);
}

.advantage-detailed-card:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.advantage-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: var(--primary-light);
    border-radius: 50%;
    color: var(--primary);
    font-size: 2rem;
    margin: 0 auto 1rem;
}

.advantage-detailed-card h4 {
    color: var(--dark);
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
}

.advantage-detailed-card p {
    color: var(--gray);
    line-height: 1.6;
}

/* CLIENT TAGS */
.client-tag {
    padding: 1.5rem;
    background: var(--neutral);
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: var(--standard-transition);
    border: 2px solid transparent;
}

.client-tag:hover {
    border-color: var(--primary);
    box-shadow: 0 8px 16px rgba(53, 123, 191, 0.2);
    transform: translateY(-3px);
}

.client-tag i {
    font-size: 2rem;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.client-tag span {
    display: block;
    color: var(--dark);
    font-weight: 600;
    font-size: 0.9rem;
}

/* TEAM MEMBER CARDS */
.team-member-card {
    padding: 1.5rem;
    background: var(--neutral);
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(53, 123, 191, 0.12);
    transition: var(--standard-transition);
    overflow: hidden;
}

.team-member-card:hover {
    box-shadow: 0 12px 32px rgba(53, 123, 191, 0.18);
    transform: translateY(-5px);
}

.member-image {
    margin-bottom: 1.5rem;
}

.member-info h3 {
    color: var(--primary);
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.member-info .role {
    color: var(--primary);
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.member-info .title {
    color: var(--dark);
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.member-info .experience {
    color: var(--gray);
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Team Member Accordion Styles */
.member-summary {
    color: var(--gray);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0.8rem;
}

.member-details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
}

.member-details.expanded {
    max-height: 500px;
    opacity: 1;
    margin-bottom: 0.8rem;
}

.member-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.2rem;
    background: transparent;
    border: 2px solid var(--secondary);
    color: var(--secondary);
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
}

.member-toggle-btn:hover {
    background: var(--secondary);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(241, 96, 36, 0.3);
}

.member-toggle-btn .toggle-icon {
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}

.member-toggle-btn.active .toggle-icon {
    transform: rotate(180deg);
}

/* COMPETENCY CARDS */
.competency-card {
    padding: 1.5rem;
    background: var(--neutral);
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: var(--standard-transition);
}

.competency-card:hover {
    box-shadow: 0 8px 20px rgba(53, 123, 191, 0.12);
    transform: translateY(-5px);
}

.competency-card .competency-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--primary);
    color: white;
    font-size: 1.8rem;
    margin: 0 auto 1rem;
}

.competency-card h4 {
    color: var(--primary);
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.competency-card p {
    color: var(--gray);
    font-size: 0.85rem;
    line-height: 1.4;
}

/* VALUE HIGHLIGHT CARDS */
.value-highlight-card {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    text-align: center;
    transition: var(--standard-transition);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.value-highlight-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.value-highlight-card .highlight-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 50%;
    color: white;
    font-size: 1.5rem;
    margin: 0 auto 1rem;
}

.value-highlight-card h4 {
    color: var(--neutral);
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.value-highlight-card p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

/* Value Card Read-More Styles */
.value-preview {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 0.8rem;
}

.value-full-text {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.value-full-text.expanded {
    max-height: 200px;
    opacity: 1;
    margin-bottom: 0.8rem;
}

.value-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: white;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0.8rem;
}

.value-toggle-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.value-toggle-btn .toggle-icon {
    font-size: 0.7rem;
    transition: transform 0.3s ease;
}

.value-toggle-btn.active .toggle-icon {
    transform: rotate(180deg);
}

/* SERVICE OFFERINGS */
.service-offerings {
    position: relative;
}

.service-preview,
.service-full-list {
    transition: all 0.3s ease;
}

.service-details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
}

.service-details.expanded {
    max-height: 9999px;
    overflow: hidden;
    opacity: 1;
    margin-bottom: 0.8rem;
}

.service-offering-accordion {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offering-accordion-item:not(:not(ul.bullet-list) > li) {
    border: 1px solid var(--primary-light);
    border-radius: 8px;
    background: var(--neutral);
    margin-bottom: 0.7rem;
    overflow: hidden;
}

.offering-accordion-btn {
    width: 100%;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 0.85rem 1rem;
    color: var(--dark);
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--standard-transition);
}

.offering-accordion-btn:hover {
    color: var(--primary);
}

.offering-accordion-btn.no-details {
    cursor: default;
}

.offering-accordion-btn.no-details:hover {
    color: var(--dark);
}

.offering-accordion-btn i {
    color: var(--primary);
    transition: transform 0.3s ease;
}

.offering-accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 1rem;
    transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.25s ease;
}

.offering-accordion-content p {
    margin: 0.5rem 0;
    line-height: 1.8;
}

.offering-accordion-item.active .offering-accordion-content {
    overflow: hidden;
    opacity: 1;
    padding: 0 1rem 0.9rem;
}

.offering-accordion-item.active .offering-accordion-btn i {
    transform: rotate(180deg);
}

.offering-accordion-content ul {
    list-style: circle;
    padding-left: 1.2rem;
    margin: 0.5rem 0 0.2rem;
}

.offering-accordion-content ul li {
    padding: 0.3rem 0;
    padding-left: 0;
    position: static;
    line-height: 1.5;
}

.offering-accordion-content ul li::before {
    content: none;
}

.bullet-list{
    list-style: none;
    padding: 0;
}

/* SERVICE TOGGLE BUTTONS */
.service-toggle-btn {
    background-color: transparent;
    color: var(--secondary);
    border: 2px solid var(--secondary);
    padding: 0.6rem 1.2rem;
    cursor: pointer;
    margin-top: 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.service-toggle-btn:hover {
    background-color: var(--secondary);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(241, 96, 36, 0.3);
}

.service-toggle-btn:active {
    transform: translateY(0);
}

.service-toggle-btn.active {
    background-color: var(--secondary);
    color: #fff;
}

/* PRINCIPLES SECTION */
.principles-section {
    margin-top: 2rem;
}

.principle-item {
    padding: 1.5rem;
    background: var(--neutral);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: var(--standard-transition);
    position: relative;
}

.principle-item:hover {
    box-shadow: 0 8px 16px rgba(53, 123, 191, 0.12);
    transform: translateY(-3px);
}

.principle-number {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: var(--primary);
    color: var(--neutral);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
}

.principle-item h5 {
    color: var(--primary);
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.principle-item p {
    color: var(--gray);
    font-size: 0.9rem;
    line-height: 1.5;
}

/* TRUST ITEMS */
.trust-item {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    text-align: center;
    transition: var(--standard-transition);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.trust-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.trust-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.trust-item h4 {
    color: var(--neutral);
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.trust-item p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    line-height: 1.5;
}

/* CONTACT PAGE STYLES */
.contact-info-section p {
    line-height: 1.6;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--primary-light);
    border-radius: 5px;
    font-family: var(--primary-font);
    font-size: 1rem;
    transition: var(--standard-transition);
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 8px rgba(53, 123, 191, 0.2);
    outline: none;
}

/* FAQ STYLES */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.faq-item {
    background: var(--neutral);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 1rem;
    background: var(--primary-light);
    user-select: none;
    transition: var(--standard-transition);
}

.faq-question:hover {
    background: linear-gradient(135deg, var(--primary-light), rgba(53, 123, 191, 0.15));
}

.faq-question h4 {
    color: var(--primary);
    margin: 0;
    font-size: 1rem;
}

.faq-question i {
    color: var(--primary);
    transition: transform 0.3s ease;
}

.faq-answer {
    padding: 1rem;
    background: white;
    display: none;
}

.faq-answer p {
    color: var(--gray);
    line-height: 1.6;
    margin: 0;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

/* PAGE HEADER STYLES */
.page-header {
    min-height: 300px;
    position: relative;
    z-index: -1;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/home-about-us.jpg') top/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.page-header.about-page,
.page-header.services-page,
.page-header.team-page,
.page-header.contact-page {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/home-about-us.jpg') top/cover no-repeat;
}

.page-header h1 {
    color: var(--neutral);
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-header .breadcrumb {
    background-color: var(--neutral);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 1rem 2rem;
    text-transform: uppercase;
    color: var(--dark);
    font-family: var(--secondary-font);
    font-size: 0.9rem;
}

/* .page-header.about-page {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), linear-gradient(135deg, var(--primary), var(--secondary));
}

.page-header.services-page {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), linear-gradient(135deg, var(--secondary), var(--primary));
}

.page-header.team-page {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), linear-gradient(135deg, var(--dark), var(--primary));
}

.page-header.contact-page {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), linear-gradient(135deg, var(--secondary), var(--dark));
} */

/* MISSION VISION DETAILED CARDS */
.mission-vision-card {
    padding: 2rem;
    background: var(--neutral);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: var(--standard-transition);
    text-align: center;
}

.mission-vision-card:hover {
    box-shadow: 0 12px 24px rgba(53, 123, 191, 0.12);
    transform: translateY(-5px);
}

.mission-vision-card .mv-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: var(--primary-light);
    border-radius: 50%;
    color: var(--primary);
    font-size: 2rem;
    margin: 0 auto 1rem;
}

.mission-vision-card h3 {
    color: var(--primary);
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.mission-vision-card blockquote {
    font-style: italic;
    background: var(--primary-light);
    padding: 1rem;
    border-radius: 5px;
    margin: 1rem 0;
    line-height: 1.6;
}

.mission-vision-card blockquote p {
    color: var(--blue-dark);
    margin: 0;
}

.mission-vision-card p {
    color: var(--gray);
    line-height: 1.6;
}

/* RESPONSIVE DESIGN */
@media all and (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .page-header h1 {
        font-size: 2.5rem;
    }

    .grid-2-col,
    .grid-3-col,
    .grid-4-col {
        grid-template-columns: 1fr;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-buttons .btn {
        width: 100%;
    }

    .process-grid {
        grid-template-columns: 1fr 1fr;
    }

    .outcomes-slider {
        padding: 0 2.6rem;
    }

    .outcomes-slide {
        flex: 0 0 100%;
    }
}

@media all and (max-width: 550px) {
    .hero-content h1 {
        font-size: 1.5rem;
    }

    .page-header h1 {
        font-size: 1.8rem;
    }

    .page-header .breadcrumb {
        font-size: 0.8rem;
        padding: 0.8rem 1rem;
    }

    .section-padding {
        padding: 2rem 0;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 1rem;
    }

    .process-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .contact-form input,
    .contact-form textarea,
    .contact-form select {
        font-size: 16px;
    }

    .objective-number,
    .step-number,
    .principle-number {
        font-size: 1rem;
    }

    /* Slideshow Responsive */
    .slide-number {
        font-size: 3rem;
    }

    .slide-title {
        font-size: 1.8rem;
    }

    .slide-description {
        font-size: 1rem;
    }

    .prev, .next {
        font-size: 1.2rem;
    }

    .offering-tag {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
    }

    .outcomes-slider {
        padding: 0 2.3rem;
    }

    .outcomes-nav {
        width: 36px;
        height: 36px;
        margin-top: -18px;
    }

    .outcomes-dots {
        margin-top: 1rem;
    }
}

/* ===== MODERN SLIDESHOW STYLES ===== */

.hero-slideshow {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.slideshow-container {
    position: relative;
    width: 100%;
    min-height: 510px;
    margin: 0;
    padding: 0;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transform: translateX(100%);
    transition: transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    z-index: 5;
}

.slide.active {
    transform: translateX(0);
    z-index: 10;
    visibility: visible;
}

.slide-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
}

.slide-inner {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 2rem;
    text-align: left;
    color: var(--neutral);
    animation: slideInFromLeft 0.8s ease-out;
}

@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.slide.active .slide-inner {
    animation: slideInFromLeft 0.8s ease-out;
}

.slide-number {
    font-size: 5rem;
    font-weight: 700;
    color: var(--secondary);
    margin: 0;
    line-height: 1;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    animation: numberCountUp 0.8s ease-out;
}

@keyframes numberCountUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide-title {
    font-size: 3rem;
    font-weight: 700;
    margin: 0.5rem 0;
    line-height: 1.3;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    color: var(--neutral);
    font-family: var(--secondary-font);
    animation: titleSlideIn 0.8s ease-out 0.1s both;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
}

@keyframes titleSlideIn {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.slide-description {
    font-size: 1.2rem;
    margin: 1.5rem 0;
    line-height: 1.6;
    opacity: 0.95;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    animation: descriptionFadeIn 0.8s ease-out 0.2s both;
}

@keyframes descriptionFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.95;
    }
}

.slide-offerings {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin: 1.5rem 0;
    animation: offeringsFadeIn 0.8s ease-out 0.3s both;
}

@keyframes offeringsFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.offering-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    color: var(--neutral);
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.offering-tag:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

.slide-inner .btn {
    margin-top: 1.5rem;
    padding: 1.2rem 2.5rem;
    font-size: 1rem;
    font-weight: 700;
    animation: buttonSlideUp 0.8s ease-out 0.4s both;
    display: inline-block;
    letter-spacing: 0.5px;
    border-radius: 50px;
}

@keyframes buttonSlideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Navigation Arrows */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    padding: 0;
    font-size: 1.5rem;
    font-weight: bold;
    transition: all 0.3s ease;
    border-radius: 50%;
    background: var(--secondary);
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    box-shadow: 0 4px 15px rgba(241, 96, 36, 0.3);
}

.prev:hover, .next:hover {
    background: #d85820;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(241, 96, 36, 0.5);
}

.prev {
    left: 30px;
}

.next {
    right: 30px;
}

.prev:active, .next:active {
    transform: scale(0.95);
}

/* Dots Indicator */
.dots-container {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    display: flex;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.12);
    padding: 1rem;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.dot {
    cursor: pointer;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.dot.active {
    background-color: var(--secondary);
    width: 14px;
    height: 14px;
    border-color: var(--neutral);
    box-shadow: 0 0 10px rgba(241, 96, 36, 0.5);
}

.dot:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
}

/* Slideshow Info */
.slideshow-info {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    text-align: center;
    animation: pulseArrow 2s ease-in-out infinite;
}

.slideshow-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

@keyframes pulseArrow {
    0%, 100% {
        opacity: 0.7;
        transform: translateX(-50%) translateY(0);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) translateY(5px);
    }
}

/* Fade Animation Classes */
.fade {
    animation: fade 0.8s;
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Media Queries for Slideshow */
@media all and (max-width: 1024px) {
    .slideshow-container {
        height: 70vh;
    }

    .slide-number {
        font-size: 4rem;
    }

    .slide-title {
        font-size: 2.2rem;
    }

    .slide-description {
        font-size: 1rem;
    }

    .prev, .next {
        width: 45px;
        height: 45px;
        margin-top: -22.5px;
        font-size: 1.3rem;
    }

    .prev {
        left: 15px;
    }

    .next {
        right: 15px;
    }
}

@media all and (max-width: 900px) {
    .about-intro-images {
        min-height: 360px;
    }

    .about-intro-image-main {
        width: 80%;
        height: 340px;
    }

    .about-intro-image-accent {
        width: 52%;
        height: 190px;
    }

    .about-intro-badge {
        left: 14px;
        bottom: 14px;
    }
}

@media all and (max-width: 768px) {
    .about-intro-grid {
        grid-template-columns: 1fr;
    }

    .about-intro-content {
        max-width: 100%;
        text-align: center;
    }

    .about-intro-text {
        margin: 1rem auto 2rem;
    }

    .about-intro-images {
        min-height: 320px;
        margin: 0 auto;
        max-width: 520px;
    }

    .about-intro-image-main {
        width: 100%;
        height: 320px;
        position: relative;
    }

    .about-intro-image-accent {
        width: 62%;
        height: 180px;
        bottom: -16px;
    }

    .about-intro-badge {
        left: 12px;
        bottom: -10px;
    }
}

@media all and (max-width: 768px) {
    .slideshow-container {
        height: 60vh;
    }

    .slide-inner {
        max-width: 90%;
        text-align: center;
    }

    .slide-number {
        font-size: 3rem;
    }

    .slide-inner {
        max-width: 90%;
        text-align: center;
    }

    .slide-title {
        font-size: 1.8rem;
        word-break: break-word;
    }

    .slide-description {
        font-size: 0.95rem;
    }

    .slide-offerings {
        justify-content: center;
    }

    .offering-tag {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }

    .prev, .next {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        font-size: 1.1rem;
    }

    .prev {
        left: 10px;
    }

    .next {
        right: 10px;
    }

    .dots-container {
        gap: 0.8rem;
        padding: 0.8rem;
        bottom: 30px;
    }

    .dot {
        width: 10px;
        height: 10px;
    }

    .dot.active {
        width: 12px;
        height: 12px;
    }
}

@media all and (max-width: 550px) {
    .slideshow-container {
        height: 50vh;
    }

    .slide-inner {
        max-width: 95%;
        margin: 0 auto;
        padding: 0 1rem;
    }

    .slide-number {
        font-size: 2.5rem;
    }

    .slide-inner {
        max-width: 95%;
    }

    .slide-title {
        font-size: 1.3rem;
        word-break: break-word;
    }

    .slide-description {
        font-size: 0.9rem;
        margin: 1rem 0;
    }

    .slide-inner .btn {
        padding: 0.8rem 1.2rem;
        font-size: 0.85rem;
    }

    .offering-tag {
        font-size: 0.7rem;
        padding: 0.35rem 0.7rem;
    }

    .slide-inner .btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
        margin-top: 1rem;
    }

    .prev, .next {
        width: 35px;
        height: 35px;
        margin-top: -17.5px;
        font-size: 1rem;
        opacity: 0.8;
    }

    .prev {
        left: 5px;
    }

    .next {
        right: 5px;
    }

    .dots-container {
        gap: 0.6rem;
        padding: 0.6rem;
        bottom: 20px;
    }

    .dot {
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }

    .slideshow-info {
        display: none;
    }
}

@media all and (max-width: 380px) {
    .slideshow-container {
        height: 45vh;
    }

    .slide-inner {
        max-width: 100%;
        padding: 0 0.5rem;
    }

    .slide-number {
        font-size: 2rem;
    }

    .slide-title {
        font-size: 1.1rem;
        margin: 0.3rem 0;
        word-break: break-word;
    }

    .slide-description {
        font-size: 0.75rem;
        margin: 0.5rem 0;
        line-height: 1.4;
    }

    .offering-tag {
        font-size: 0.65rem;
        padding: 0.25rem 0.5rem;
        margin: 0.2rem 0.2rem;
    }

    .slide-inner .btn {
        padding: 0.6rem 1rem;
        font-size: 0.75rem;
        margin-top: 0.5rem;
    }

    .prev, .next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 0.8rem;
    }

    .prev {
        left: 2px;
    }

    .next {
        right: 2px;
    }

    .dots-container {
        gap: 0.5rem;
        padding: 0.4rem;
        bottom: 15px;
    }

    .dot {
        width: 6px;
        height: 6px;
        margin: 0 2px;
    }
}

/* ===== ACCESSIBILITY & BEST PRACTICES ===== */

/* Focus states for better keyboard navigation */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}

/* Smooth transitions for all interactive elements */
button,
a,
input,
textarea,
select {
    transition: all 0.3s ease-in-out;
}

/* ===== ENHANCED HEADING STYLES ===== */

/* Global Heading Enhancements */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
    transition: all 0.3s ease;
}

/* Main Page Headers */
.page-header h1 {
    position: relative;
    display: inline-block;
    max-width: 100%;
    overflow-wrap: anywhere;
    hyphens: auto;
    background: linear-gradient(135deg, var(--neutral) 0%, rgba(255, 255, 255, 0.9) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
    font-size: 4rem;
    font-weight: 800;
    animation: slideInDown 0.8s ease-out;
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-40px);
        filter: blur(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

/* Main Content Section Headings */
section h1, section h2 {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    max-width: 100%;
    overflow-wrap: anywhere;
    hyphens: auto;
    text-wrap: balance;
}

section h1::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    background: var(--primary);
    border-radius: 2px;
    animation: expandWidth 0.8s ease-out;
}

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 60px;
    }
}

section h1 {
    font-size: 2.8rem;
    color: var(--dark);
    font-weight: 800;
    letter-spacing: -1px;
}

section h2 {
    font-size: clamp(1.5rem, 2.2vw, 2.2rem);
    color: var(--primary);
    font-weight: 700;
    letter-spacing: -0.5px;
}

section h2:hover {
    color: var(--secondary);
    transform: translateX(5px);
}

/* Card & Component Headings */
.card-item h3,
.value-card h3,
.service-preview-card h4,
.outcome-card h4 {
    position: relative;
    color: var(--primary);
    font-weight: 700;
    transition: all 0.3s ease;
    text-transform: none;
}

.card-item h3:hover,
.value-card h3:hover,
.service-preview-card h4:hover,
.outcome-card h4:hover {
    color: var(--secondary);
    transform: scale(1.05) translateZ(0);
}

/* Team & Process Headers */
.team-member-card h3,
.process-step h4,
.objective-item h4 {
    color: var(--primary);
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    position: relative;
    transition: all 0.3s ease;
}

.team-member-card h3::before,
.process-step h4::before,
.objective-item h4::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 100%;
    background: var(--primary);
    border-radius: 2px;
    opacity: 0;
    transition: all 0.3s ease;
}

.team-member-card:hover h3::before,
.process-step:hover h4::before,
.objective-item:hover h4::before {
    opacity: 1;
    left: -15px;
}

/* Mission & Vision Headers */
#mission h2, #vision h2 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

#mission h2 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

#vision h2 {
    background: linear-gradient(135deg, rgba(3, 10, 17, 0.95), rgba(53, 123, 191, 0.8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* News & Blog Headers */
#news h2 {
    font-size: 2.5rem;
    color: var(--primary);
    font-weight: 800;
    margin-bottom: 2rem;
    position: relative;
    letter-spacing: -0.5px;
}

#news h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
    border-radius: 2px;
}

/* Slide Titles */
.slide-title {
    position: relative;
    font-weight: 800;
    letter-spacing: -1px;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.95));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Service Category Headings */
.service-detail-item h2 {
    color: var(--dark);
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    position: relative;
    letter-spacing: -0.5px;
}

.service-detail-item h2::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 100%;
    background: var(--primary);
    border-radius: 3px;
}

/* Principle & Feature Headers */
.principle-item h5,
.competency-card h4 {
    color: var(--primary);
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
    position: relative;
}

.principle-item:hover h5,
.competency-card:hover h4 {
    color: var(--secondary);
    transform: translateX(3px);
}

/* Custom Grid Item Headers */
.main-heading-solid-003 {
    position: relative;
    color: var(--primary);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 2rem;
    transition: all 0.3s ease;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

/* .main-heading-solid-003::after {
    content: '';
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 3px;
    background: var(--primary);
    border-radius: 2px;
    opacity: 0;
    transition: all 0.4s ease;
}

.main-heading-solid-003:hover::after {
    opacity: 1;
    right: -80px;
} */

.main-heading-solid-fff {
    color: var(--neutral);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 2rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

/* Sub Headings */
.sub-heading {
    color: var(--dark);
    font: 1.1rem var(--secondary-font);
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}

.sub-heading::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: var(--secondary);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
}

.sub-heading:hover::before {
    opacity: 1;
}

/* Hero Content Heading */
.hero-content h1 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 1rem;
    color: var(--neutral);
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Heading Sizes */
@media all and (max-width: 768px) {
    section h1 {
        font-size: 2.2rem;
    }

    section h2 {
        font-size: 1.8rem;
    }

    #mission h2, #vision h2 {
        font-size: 2.8rem;
        letter-spacing: 1px;
    }

    #news h2 {
        font-size: 2rem;
    }

    .slide-title {
        font-size: 2.2rem;
    }

    .page-header h1 {
        font-size: 2.5rem;
    }
}

@media all and (max-width: 550px) {
    section h1 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

    section h2 {
        font-size: 1.5rem;
    }

    section h1::after, section h2::after {
        width: 40px;
        height: 3px;
    }

    #mission h2, #vision h2 {
        font-size: 2rem;
        letter-spacing: 0.5px;
    }

    .slide-title {
        font-size: 1.6rem;
    }

    .page-header h1 {
        font-size: 1.8rem;
    }

    .main-heading-solid-003 {
        font-size: 1.5rem;
    }

    .main-heading-solid-fff {
        font-size: 1.5rem;
    }

    .hero-content h1 {
        font-size: 1.8rem;
    }
}

@media all and (max-width: 440px) {
    section h1 {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }

    section h2 {
        font-size: 1.2rem;
    }

    #mission h2, #vision h2 {
        font-size: 1.6rem;
        letter-spacing: 0px;
    }

    .slide-title {
        font-size: 1.2rem;
    }

    .page-header h1 {
        font-size: 1.5rem;
    }

    .main-heading-solid-003 {
        font-size: 1.3rem;
        letter-spacing: 0px;
    }

    .main-heading-solid-fff {
        font-size: 1.3rem;
        letter-spacing: 0px;
    }

    .hero-content h1 {
        font-size: 1.4rem;
    }
}

@media all and (max-width: 380px) {
    section h1 {
        font-size: 1.2rem;
    }

    section h2 {
        font-size: 1rem;
    }

    #mission h2, #vision h2 {
        font-size: 1.3rem;
    }

    .slide-title {
        font-size: 1rem;
    }

    .page-header h1 {
        font-size: 1.2rem;
    }

    .main-heading-solid-003 {
        font-size: 1.1rem;
        letter-spacing: 0px;
    }

    .main-heading-solid-fff {
        font-size: 1.1rem;
        letter-spacing: 0px;
    }

    .hero-content h1 {
        font-size: 1.1rem;
    }

    .card-item h3 {
        font-size: 0.9rem;
    }

    .value-card h3 {
        font-size: 0.85rem;
    }
}

/* Improve text readability */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
}

/* Better form visibility */
input::placeholder,
textarea::placeholder {
    color: var(--gray);
    opacity: 0.7;
}

/* Enhanced button states */
button:active {
    transform: scale(0.98);
}

/* Skip to content link for accessibility */
.skip-to-content {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--primary);
    color: var(--neutral);
    padding: 8px;
    z-index: 100;
}

.skip-to-content:focus {
    top: 0;
}

/* ===== Scroll Reveal Animations ===== */
@keyframes revealFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes revealSlideUp {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes revealSlideLeft {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes revealSlideRight {
    from {
        opacity: 0;
        transform: translateX(60px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes revealScaleUp {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes revealRotateIn {
    from {
        opacity: 0;
        transform: rotate(-10deg) scale(0.9);
    }
    to {
        opacity: 1;
        transform: rotate(0) scale(1);
    }
}

/* Scroll Reveal Base Classes */
.reveal {
    opacity: 0;
}

.reveal.active {
    animation: revealFadeIn 0.6s ease-out forwards;
}

.reveal-slide-up {
    opacity: 0;
}

.reveal-slide-up.active {
    animation: revealSlideUp 0.7s ease-out forwards;
}

.reveal-slide-left {
    opacity: 0;
}

.reveal-slide-left.active {
    animation: revealSlideLeft 0.7s ease-out forwards;
}

.reveal-slide-right {
    opacity: 0;
}

.reveal-slide-right.active {
    animation: revealSlideRight 0.7s ease-out forwards;
}

.reveal-scale {
    opacity: 0;
}

.reveal-scale.active {
    animation: revealScaleUp 0.6s ease-out forwards;
}

.reveal-rotate {
    opacity: 0;
}

.reveal-rotate.active {
    animation: revealRotateIn 0.7s ease-out forwards;
}

/* Staggered animations for multiple elements */
.reveal-group > * {
    opacity: 0;
}

.reveal-group.active > .reveal-item-1 {
    animation: revealSlideUp 0.6s ease-out 0.1s forwards;
}

.reveal-group.active > .reveal-item-2 {
    animation: revealSlideUp 0.6s ease-out 0.2s forwards;
}

.reveal-group.active > .reveal-item-3 {
    animation: revealSlideUp 0.6s ease-out 0.3s forwards;
}

.reveal-group.active > .reveal-item-4 {
    animation: revealSlideUp 0.6s ease-out 0.4s forwards;
}

.reveal-group.active > .reveal-item-5 {
    animation: revealSlideUp 0.6s ease-out 0.5s forwards;
}

.reveal-group.active > .reveal-item-6 {
    animation: revealSlideUp 0.6s ease-out 0.6s forwards;
}

/* Abstract Background Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-glow {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

.abstract-blob {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    filter: blur(40px);
}

.abstract-blob-1 {
    width: 300px;
    height: 300px;
    background: var(--primary);
    top: -100px;
    left: -100px;
    animation: float 6s ease-in-out infinite;
}

.abstract-blob-2 {
    width: 250px;
    height: 250px;
    background: var(--secondary);
    bottom: -80px;
    right: -80px;
    animation: float 8s ease-in-out infinite 1s;
}

.abstract-blob-3 {
    width: 200px;
    height: 200px;
    background: var(--primary);
    bottom: 100px;
    left: 50%;
    animation: float 7s ease-in-out infinite 2s;
}

/* ===== FORM STYLES ===== */
input[type="text"],
input[type="email"],
input[type="phone"],
textarea,
select {
    outline: none;
    transition: all 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
textarea:focus,
select:focus {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 4px rgba(53, 123, 191, 0.1);
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="phone"]::placeholder,
textarea::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

/* Print styles for better printing */
@media print {
    .navbar-top,
    .navbar-bottom,
    .menu-icon,
    .donate,
    footer {
        display: none;
    }
    
    body {
        background: white;
        color: black;
    }
    
    a {
        text-decoration: underline;
    }
}
