/* GLOBAL */

body{
    font-family:'Inter',sans-serif;
    background:#f8fafc;
    color:#1e293b;
    line-height:1.7;
}

h1,h2,h3,h4{
    font-family:'Plus Jakarta Sans',sans-serif;
    font-weight:700;
}


/* NAVBAR */

.main-navbar{
    padding:18px 0;
    background:rgba(15,23,42,0.45);
    backdrop-filter:blur(12px);
    transition:all .4s ease;
}

.main-navbar.scrolled{
    background:#0f172a;
    box-shadow:0 10px 30px rgba(0,0,0,.2);
}

.logo-text{
    font-size:26px;
    font-weight:700;
    letter-spacing:2px;
    color:white;
}

.nav-link{
    color:#e2e8f0 !important;
    margin-left:18px;
    font-weight:500;
    position:relative;
}

.nav-link:hover{
    color:#38bdf8 !important;
}

/* underline animation */

.nav-link::after{
    content:'';
    width:0;
    height:2px;
    background:#38bdf8;
    position:absolute;
    bottom:-5px;
    left:0;
    transition:.3s;
}

.nav-link:hover::after{
    width:100%;
}


/* CTA BUTTON */

.btn-contact{
    background:linear-gradient(135deg,#0ea5e9,#22c55e);
    border:none;
    padding:10px 22px;
    font-weight:600;
    border-radius:30px;
}

.btn-contact:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 20px rgba(0,0,0,.25);
}


/* FOOTER */

.footer-section{

    background:#020617;
    color:#cbd5e1;
    padding:80px 0 30px;
    /*margin-top:100px;*/

}

.footer-logo{
    font-size:22px;
    font-weight:700;
    color:white;
    margin-bottom:15px;
}

.footer-links{
    padding:0;
    margin:0;
}

.footer-links li{
    list-style:none;
    margin-bottom:10px;
}

.footer-links a{
    color:#94a3b8;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#38bdf8;
    padding-left:4px;
}


/* SOCIAL */

.social-icons a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    background:#1e293b;
    border-radius:50%;
    margin-right:10px;
    color:white;
    transition:.3s;
}

.social-icons a:hover{
    background:#38bdf8;
    transform:translateY(-3px);
}


/* FOOTER BOTTOM */

.footer-bottom{
    text-align:center;
    font-size:14px;
    color:#64748b;
}


/* MOBILE */

@media(max-width:991px){

    .nav-link{
        margin-left:0;
        padding:10px 0;
    }

    .main-navbar{
        background:#020617;
    }

}

/* HERO */



.hero-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(120deg,rgba(2,6,23,.9),rgba(2,6,23,.6));
}

.hero-section .container{
    position:relative;
    z-index:2;
}

.hero-title{
    font-size:52px;
    font-weight:700;
    margin-bottom:20px;
}

.hero-subtitle{
    font-size:18px;
    margin-bottom:30px;
}

.hero-btn{
    margin-right:15px;
    padding:12px 26px;
    border-radius:30px;
}

.hero-btn2{
    border-radius:30px;
    padding:12px 26px;
}


/* SECTIONS */

.section{
    padding:100px 0;
}

.section-title h2{
    font-size:36px;
    margin-bottom:10px;
}

.section-title p{
    color:#64748b;
    margin-bottom:50px;
}


/* FEATURES */

.feature-box{
    background:white;
    padding:30px;
    border-radius:12px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
    transition:.3s;
}

.feature-box i{
    font-size:30px;
    color:#0ea5e9;
    margin-bottom:15px;
}

.feature-box:hover{
    transform:translateY(-5px);
}


/* SERVICES */

.services-section{
    padding:100px 0;
    background:#f1f5f9;
}

.service-card{
    background:white;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.service-card img{
    height:220px;
    object-fit:cover;
    width:100%;
}

.service-card h4{
    padding:20px;
}

.service-card p{
    padding:0 20px 20px;
    color:#64748b;
}


/* PROCESS */

.process-row{
    justify-content:center;
    gap:20px;
}

.process-box{
    background:white;
    padding:30px;
    border-radius:12px;
    text-align:center;
    box-shadow:0 10px 20px rgba(0,0,0,.08);
}

.process-box span{
    display:block;
    font-size:28px;
    font-weight:700;
    color:#0ea5e9;
    margin-bottom:10px;
}


/* AREAS */

.areas-section{
    padding:100px 0;
    background:#020617;
    color:white;
}

.areas-grid{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    justify-content:center;
}

.areas-grid span{
    background:#1e293b;
    padding:10px 20px;
    border-radius:30px;
    font-size:14px;
}


/* CTA */

.cta-section{
    padding:80px 0;
    background:linear-gradient(120deg,#0ea5e9,#22c55e);
    color:white;
}

.cta-section h2{
    font-size:36px;
    margin-bottom:15px;
}

/* WHY ATRAL SECTION */

.why-atral-section{
    padding:110px 0;
    background:linear-gradient(180deg,#f8fafc,#eef2f7);
    position:relative;
}

/* Section Header */

.why-atral-section .section-header{
    max-width:750px;
    margin:auto;
}

.why-atral-section .section-title{
    font-size:38px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:10px;
}

.why-atral-section .section-subtitle{
    color:#64748b;
    font-size:17px;
    line-height:1.6;
}

/* Cards */

.why-atral-section .why-card{
    background:white;
    border-radius:16px;
    padding:40px 30px;
    text-align:center;
    transition:all .35s ease;
    box-shadow:0 15px 35px rgba(0,0,0,0.05);
    position:relative;
    overflow:hidden;
}

/* Hover gradient border */

.why-atral-section .why-card:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#0ea5e9,#22c55e);
    opacity:0;
    transition:.3s;
}

.why-atral-section .why-card:hover:before{
    opacity:1;
}

.why-atral-section .why-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,0.1);
}

/* Icon */

.why-atral-section .why-icon{
    width:70px;
    height:70px;
    margin:auto;
    margin-bottom:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    font-size:26px;
    color:white;
    background:linear-gradient(135deg,#0ea5e9,#2563eb);
    box-shadow:0 10px 25px rgba(14,165,233,0.35);
}

/* Text */

.why-atral-section .why-card h4{
    font-size:20px;
    font-weight:600;
    margin-bottom:10px;
    color:#0f172a;
}

.why-atral-section .why-card p{
    font-size:15px;
    color:#64748b;
    line-height:1.6;
}

/* Responsive */

@media(max-width:992px){

    .why-atral-section .section-title{
        font-size:30px;
    }

    .why-atral-section .why-card{
        padding:30px 20px;
    }

}
/*-----------------------*/

/* SERVICES SECTION */

.services-section{
    padding:100px 0;
    background:#f7f9fc;
}

.services-section .section-title{
    text-align:center;
    margin-bottom:60px;
}

.services-section .section-title h2{
    font-size:36px;
    font-weight:700;
    color:#1a2a44;
    position:relative;
    display:inline-block;
}

.services-section .section-title h2::after{
    content:'';
    width:60px;
    height:3px;
    background:#2f6df6;
    display:block;
    margin:15px auto 0;
}

.services-section .section-title p{
    color:#6c757d;
    margin-top:15px;
}


/* GRID */

.services-section .services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}


/* CARD */

.services-section .service-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.07);
    transition:all .35s ease;
}

.services-section .service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,0.15);
}


/* IMAGE */

.services-section .service-img{
    overflow:hidden;
    height:220px;
}

.services-section .service-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .6s ease;
}

.services-section .service-card:hover img{
    transform:scale(1.1);
}


/* CONTENT */

.services-section .service-content{
    padding:30px;
}

.services-section .service-content h4{
    font-size:20px;
    font-weight:600;
    margin-bottom:15px;
    color:#1a2a44;
}

.services-section .service-content p{
    font-size:15px;
    color:#6c757d;
    line-height:1.6;
}


/* RESPONSIVE */

@media(max-width:992px){

    .services-section .services-grid{
        grid-template-columns:1fr 1fr;
    }

}

@media(max-width:600px){

    .services-section .services-grid{
        grid-template-columns:1fr;
    }

}

/*
----------------------------*/
/* PROCESS SECTION */

.process-section{
    padding:100px 0;
    background:#ffffff;
}

.process-section .section-title{
    text-align:center;
    margin-bottom:70px;
}

.process-section h2{
    font-size:36px;
    font-weight:700;
    color:#1a2a44;
}

.process-section p{
    color:#6c757d;
}


/* PROCESS WRAPPER */

.process-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    position:relative;
    gap:20px;
}


/* CONNECTING LINE */

.process-wrapper::before{
    content:'';
    position:absolute;
    top:30px;
    left:0;
    right:0;
    height:3px;
    background:linear-gradient(90deg,#2f6df6,#00c6ff);
    z-index:0;
}


/* STEP */

.process-step{
    background:#fff;
    padding:30px 20px;
    border-radius:14px;
    text-align:center;
    width:20%;
    position:relative;
    z-index:2;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:all .35s ease;
}

.process-step:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 40px rgba(0,0,0,0.15);
}


/* STEP NUMBER */

.step-number{
    width:60px;
    height:60px;
    border-radius:50%;
    margin:0 auto 20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:20px;
    color:#fff;
    background:linear-gradient(135deg,#2f6df6,#00c6ff);
    box-shadow:0 5px 15px rgba(0,0,0,0.2);
}


/* TEXT */

.process-step h5{
    font-size:18px;
    font-weight:600;
    margin-bottom:10px;
    color:#1a2a44;
}

.process-step p{
    font-size:14px;
    line-height:1.6;
    color:#6c757d;
}


/* RESPONSIVE */

@media(max-width:992px){

    .process-wrapper{
        flex-wrap:wrap;
    }

    .process-step{
        width:48%;
        margin-bottom:30px;
    }

    .process-wrapper::before{
        display:none;
    }

}

@media(max-width:600px){

    .process-step{
        width:100%;
    }

}


/*
--------------------*/

/* AREAS SECTION */

.areas-section{
    padding:100px 0;
    background:linear-gradient(180deg,#f7f9fc,#ffffff);
}

.areas-section .section-title{
    text-align:center;
    margin-bottom:60px;
}

.areas-section h2{
    font-size:36px;
    font-weight:700;
    color:#1a2a44;
}

.areas-section p{
    color:#6c757d;
    margin-top:10px;
}


/* GRID */

.areas-section .areas-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:25px;
}


/* CARD */

.areas-section .area-card{
    background:#ffffff;
    border-radius:14px;
    padding:30px 20px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:all .35s ease;
    cursor:pointer;
    position:relative;
    overflow:hidden;
}


/* HOVER GRADIENT */

.areas-section .area-card::before{
    content:'';
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:linear-gradient(120deg,#2f6df6,#00c6ff);
    transition:all .4s ease;
    z-index:0;
}

.areas-section .area-card:hover::before{
    left:0;
}

.areas-section .area-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,0.15);
}


/* ICON */

.areas-section .area-card i{
    font-size:28px;
    color:#2f6df6;
    margin-bottom:15px;
    position:relative;
    z-index:2;
    transition:color .3s;
}


/* TEXT */

.areas-section .area-card span{
    display:block;
    font-size:16px;
    font-weight:600;
    /*color:#1a2a44;*/
    position:relative;
    z-index:2;
    transition:color .3s;
}


/* HOVER TEXT COLOR */

.areas-section .area-card:hover span,
.areas-section .area-card:hover i{
    color:#fff;
}


/* RESPONSIVE */

@media(max-width:768px){

    .areas-section .areas-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:480px){

    .areas-section .areas-grid{
        grid-template-columns:1fr;
    }

}