/*==================================================
    PSN HERO BANNER CSS
==================================================*/

.psn-hero {
    position: relative;
    overflow: hidden;
}

.psnHeroSlider {
    width: 100%;
    height: 100vh;
}

.psn-slide {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.psn-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    transform: scale(1);
    transition: transform 8s linear;
}

.swiper-slide-active .psn-bg {
    transform: scale(1.08);
}

.psn-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 79, 118, 0.82) 0%,
        rgba(0, 79, 118, 0.55) 45%,
        rgba(0, 79, 118, 0.20) 100%
    );
    z-index: 2;
}

.psn-slide .container {
    position: relative;
    z-index: 5;
}

.psn-content {
    color: #fff;
    max-width: 1000px;
}

.psn-subtitle {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.psn-title {
    font-size: 68px;
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 25px;
}

.psn-desc {
    font-size: 18px;
    line-height: 32px;
    color: rgba(255,255,255,.90);
    margin-bottom: 40px;
    max-width: 650px;
}

.psn-buttons{
    display:flex;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
}

.psn-btn:hover{
    background:#fff;
    color:#111;
}

.psn-btn-outline{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 40px;
    border:2px solid #fff;
    color:#fff;
    border-radius:50px;
    text-decoration:none;
    transition:.35s;
}

.psn-btn-outline:hover{
    background:#fff;
    color:#111;
}

/*=========================
Navigation
==========================*/

.psn-prev,
.psn-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:60px;
    height:60px;
    border-radius:50%;
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(8px);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    cursor:pointer;
    transition:.35s;
    z-index:100;
}

.psn-prev:hover,
.psn-next:hover{
    background:#fd7e14;
}

.psn-prev{
    left:40px;
}

.psn-next{
    right:40px;
}

.psn-prev i,
.psn-next i{
    font-size:20px;
}

/*=========================
Pagination
==========================*/

.psn-pagination{
    bottom:40px !important;
}

.psn-pagination .swiper-pagination-bullet{
    width:14px;
    height:14px;
    background:#fff;
    opacity:.5;
}

.psn-pagination .swiper-pagination-bullet-active{
    background:#fd7e14;
    opacity:1;
}

/*=========================
Animation
==========================*/

.swiper-slide-active .psn-content{
    animation:fadeUp 1s ease;
}

@keyframes fadeUp{

    from{
        opacity:0;
        transform:translateY(80px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

/*=========================
Responsive
==========================*/

@media(max-width:1200px){

.psn-title{
    font-size:56px;
}

}

@media(max-width:992px){

.psnHeroSlider,
.psn-slide{
    height:700px;
}

.psn-title{
    font-size:46px;
}

.psn-desc{
    font-size:17px;
    line-height:30px;
}

.psn-prev,
.psn-next{
    width:50px;
    height:50px;
}

}

@media(max-width:768px){

.psnHeroSlider,
.psn-slide{
    height:600px;
}

.psn-title{
    font-size:36px;
}

.psn-subtitle{
    color:#ffffff;
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:3px;
    margin-bottom:20px;
}

.psn-desc{
    font-size:16px;
    line-height:28px;
}

.psn-prev,
.psn-next{
    display:none;
}

.psn-btn,
.psn-btn-outline{
    width:100%;
    justify-content:center;
}

}

@media(max-width:576px){

.psnHeroSlider,
.psn-slide{
    height:560px;
}

.psn-title{
    font-size:30px;
}

.psn-desc{
    font-size:15px;
    line-height:26px;
}

.psn-subtitle{
    letter-spacing:1px;
}

}

/* ===============================
   Large Desktop (1600px)
==================================*/
@media (max-width:1600px){

    .psn-title{
        font-size:64px;
    }

}

/* ===============================
   Laptop (1400px)
==================================*/
@media (max-width:1400px){

    .psn-title{
        font-size:58px;
    }

    .psn-desc{
        max-width:600px;
    }

}

/* ===============================
   Desktop (1200px)
==================================*/
@media (max-width:1200px){

    .psnHeroSlider,
    .psn-slide{
        height:850px;
    }

    .psn-title{
        font-size:52px;
    }

    .psn-desc{
        font-size:17px;
    }

}

/* ===============================
   Tablet Landscape (992px)
==================================*/
@media (max-width:992px){

    .psnHeroSlider,
    .psn-slide{
        height:700px;
    }

    .psn-content{
        text-align:center;
        margin:auto;
    }

    .psn-title{
        font-size:42px;
        line-height:1.2;
    }

    .psn-desc{
        font-size:16px;
        line-height:30px;
        max-width:100%;
    }

    .psn-buttons{
        justify-content:center;
    }

    .psn-prev,
    .psn-next{
        width:50px;
        height:50px;
    }

}

/* ===============================
   Tablet Portrait (768px)
==================================*/
@media (max-width:768px){

    .psnHeroSlider,
    .psn-slide{
        height:620px;
    }

    .psn-title{
        font-size:34px;
    }

    .psn-subtitle{
        font-size:15px;
    }

    .psn-desc{
        font-size:15px;
        line-height:28px;
    }

    .psn-buttons{
        flex-direction:column;
        gap:15px;
    }

    .psn-btn,
    .psn-btn-outline{
        width:220px;
    }

    .psn-prev,
    .psn-next{
        display:none;
    }

}

/* ===============================
   Mobile (576px)
==================================*/
@media (max-width:576px){

    .psnHeroSlider,
    .psn-slide{
        height:560px;
    }

    .psn-title{
        font-size:28px;
    }

    .psn-subtitle{
        font-size:14px;
        letter-spacing:1px;
    }

    .psn-desc{
        font-size:14px;
        line-height:24px;
        margin-bottom:25px;
    }

    .psn-btn,
    .psn-btn-outline{
        width:100%;
        padding:14px 20px;
        font-size:15px;
    }

}

/* ===============================
   Small Mobile (480px)
==================================*/
@media (max-width:480px){

    .psnHeroSlider,
    .psn-slide{
        height:520px;
    }

    .psn-title{
        font-size:24px;
    }

    .psn-desc{
        font-size:13px;
        line-height:22px;
    }

}

/* ===============================
   Extra Small Mobile (360px)
==================================*/
@media (max-width:360px){

    .psn-title{
        font-size:22px;
    }

    .psn-subtitle{
        font-size:13px;
    }

    .psn-desc{
        font-size:12px;
    }

}

.psn-content{
    opacity:0;
    transform:translateY(60px);
    transition:all .8s ease;
}

.swiper-slide-active .psn-content{
    opacity:1;
    transform:translateY(0);
}

.project-process{
    background:#fff;
    overflow:hidden;
}

.process-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    position:relative;
    flex-wrap:wrap;
}

.process-wrapper::before{
    content:"";
    position:absolute;
    top:50%;
    left:10%;
    width:80%;
    height:4px;
    background:#fd7e14;
    z-index:0;
}

.process-item{
    width:25%;
    position:relative;
    display:flex;
    justify-content:center;
    z-index:2;
}

.process-circle{
    width:300px;
    height:300px;
    border-radius:50%;
    padding:60px 35px 35px;
    border-radius:50%;

    background:#fff;

    border:3px solid #fd7e14;

    text-align:center;

    box-shadow:0 15px 40px rgba(0,0,0,.12);

    transition:.4s;

    position:relative;
}

.process-circle:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 50px rgba(253,126,20,.35);

}

.step-number{

    position:absolute;

    top:-25px;

    left:50%;

    transform:translateX(-50%);

    width:60px;
    height:60px;

    border-radius:50%;

    background:#fd7e14;

    color:#fff;

    font-size:28px;

    font-weight:bold;

    display:flex;

    align-items:center;

    justify-content:center;

    box-shadow:0 10px 25px rgba(253,126,20,.4);
}

.process-icon{

    width:55px;
    height:55px;

    margin:auto;

    border-radius:50%;

    background:#fff4ea;

    color:#fd7e14;

    font-size:28px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:18px;
}

.process-circle h4{
    font-size:20px;
    margin-bottom:5px;
    font-weight:700;
    line-height: 1.25;
}

.process-circle p{
    font-size:14.5px;
    line-height:28px;
    color:#555;
}

@media(max-width:991px){

    .process-wrapper{
    
    flex-direction:column;
    
    }
    
    .process-wrapper::before{
    
    display:none;
    
    }
    
    .process-item{
    
    width:100%;
    
    margin-bottom:40px;
    
    }
    
    .process-circle{
    
    width:320px;
    
    height:320px;
    
    }
    
    }


    .ncc-logo-box{
        background: rgba(255,255,255,0.35);
        padding: 25px 30px;
        border-radius: 15px;
        backdrop-filter: blur(8px);
        border: 1px solid rgba(255,255,255,0.15);
        transition: 0.4s ease;
    }
    
    .ncc-logo-box:hover{
        transform: translateY(-5px);
        background: rgba(255,255,255,0.12);
    }
    
    .ncc-logo-box img{
        filter: drop-shadow(0px 5px 15px rgba(0,0,0,0.25));
    }


    .support__list-item .icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
        border-radius: 50%;
        background: rgba(253, 126, 20, 0.12);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 18px;
    }
    
    .support__list-item .icon i {
        color: #fd7e14;
        font-size: 18px;
    }
    
    .support__list-item .text p {
        line-height: 1.8;
    }
    
    .service-card {
        position: relative;
        display: flex;
        align-items: flex-start;
        gap: 25px;
        padding: 40px 35px;
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        transition: all 0.4s ease;
        height: 100%;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    }
    
    .service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    }
    
    .service-card.active {
        border-bottom: 4px solid #fd7e14;
    }
    
    .service-icon {
        min-width: 75px;
        width: 75px;
        height: 75px;
        border-radius: 15px;
        background: rgba(253, 126, 20, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .service-icon i {
        font-size: 38px;
        color: #fd7e14;
    }
    
    .service-content {
        flex: 1;
    }
    
    .service-content h4 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #111;
    }
    
    .service-content p {
        font-size: 17px;
        line-height: 1.8;
        color: #666;
        margin-bottom: 0;
    }
    
    /* Background Pattern */
    .service-card::before {
        content: "";
        position: absolute;
        right: -40px;
        bottom: -40px;
        width: 180px;
        height: 180px;
        background: rgba(0, 0, 0, 0.03);
        border-radius: 50%;
    }
    
    .service-card::after {
        content: "";
        position: absolute;
        right: 20px;
        bottom: 10px;
        width: 150px;
        height: 150px;
        background: url('../images/service-pattern.png') no-repeat center;
        background-size: contain;
        opacity: 0.08;
        pointer-events: none;
    }
    
    /* Active Card */
    .service-card.active .service-icon {
        background: #fd7e14;
    }
    
    .service-card.active .service-icon i {
        color: #fff;
    }
    
    .service-card.active h4 {
        color: #fd7e14;
    }
    
    /* Responsive */
    @media (max-width: 768px) {
    
        .service-card {
            padding: 30px 25px;
            gap: 18px;
        }
    
        .service-icon {
            width: 60px;
            height: 60px;
            min-width: 60px;
        }
    
        .service-icon i {
            font-size: 28px;
        }
    
        .service-content h4 {
            font-size: 22px;
        }
    
        .service-content p {
            font-size: 15px;
        }
    }