*{
    box-sizing:border-box;
}

body{
    font-family:'Prompt', Arial, sans-serif;
    color:#1e293b;
    background:#fff;
}

.navbar{
    background:#fff;
    box-shadow:0 4px 18px rgba(15,23,42,.06);
}

.navbar-brand{
    font-weight:700;
    color:#1455c8;
}

.logo-img{
    max-height:80px;
}

.nav-link{
    font-weight:500;
    color:#334155;
}

/* HERO */
.hero{
    background:linear-gradient(135deg,#1455c8,#0b2f73);
    color:#fff;
    padding:90px 0;
}

.hero h1{
    font-size:44px;
    font-weight:700;
}

.hero p{
    font-size:18px;
    opacity:.9;
}

.hero-badge{
    display:inline-block;
    background:rgba(255,255,255,.12);
    padding:8px 16px;
    border-radius:999px;
    font-weight:700;
    margin-bottom:18px;
}

.business-hero-card{
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(0,0,0,.18);
}

.business-hero-card-top{
    background:#f1f5f9;
    padding:16px;
    display:flex;
    gap:8px;
}

.business-hero-card-top span{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#cbd5e1;
}

.business-hero-card-body{
    padding:35px;
    color:#0f172a;
}

.business-hero-card-body h3{
    font-size:28px;
    font-weight:800;
}

.business-line{
    height:12px;
    background:#eaf1ff;
    border-radius:999px;
    margin:18px 0;
}

.business-line.short{
    width:70%;
}

.business-mini-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    margin-top:25px;
}

.business-mini-grid div{
    background:#f8fafc;
    border:1px solid #e5e7eb;
    border-radius:14px;
    padding:14px;
    text-align:center;
    color:#1455c8;
    font-weight:700;
}

/* BUTTONS */
.btn-main{
    background:#fff;
    color:#1455c8;
    border-radius:999px;
    padding:13px 28px;
    font-weight:700;
    text-decoration:none;
    display:inline-block;
}

.btn-outline-main{
    border:2px solid #1455c8;
    color:#1455c8;
    border-radius:999px;
    padding:12px 26px;
    font-weight:700;
    text-decoration:none;
    display:inline-block;
}

.btn-outline-main:hover{
    background:#1455c8;
    color:#fff;
}

.btn-hero-outline{
    display:inline-block;
    padding:13px 28px;
    border:2px solid rgba(255,255,255,.75);
    border-radius:999px;
    color:#fff;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
}

.btn-hero-outline:hover{
    background:#fff;
    color:#1455c8;
}

/* GENERAL */
.section{
    padding:70px 0;
}

.section-title{
    font-size:32px;
    font-weight:700;
    margin-bottom:35px;
}

.page-content{
    font-size:17px;
    line-height:1.9;
    color:#475569;
}

/* CARDS */
.card-item{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 8px 24px rgba(15,23,42,.08);
    height:100%;
    transition:.3s ease;
}

.card-item:hover{
    transform:translateY(-5px);
    box-shadow:0 16px 35px rgba(15,23,42,.12);
}

.card-item img{
    width:100%;
    height:210px;
    object-fit:cover;
}

.card-body-box{
    padding:24px;
}

.card-item h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:12px;
}

/* STATS */
.business-stats-pro{
    margin-top:-70px;
    position:relative;
    z-index:10;
}

.stats-pro-box{
    background:#082b6f;
    border-radius:30px;
    padding:50px 45px;
    box-shadow:0 20px 60px rgba(0,0,0,.18);
}

.stat-pro-item{
    text-align:center;
}

.stat-pro-item h3{
    color:#fff;
    font-size:52px;
    font-weight:800;
    margin-bottom:15px;
    line-height:1;
}

.stat-pro-item p{
    color:#dbeafe;
    font-size:17px;
    font-weight:600;
    margin:0;
}

.stat-pro-contact{
    color:#fff;
    padding-left:20px;
}

.stat-pro-contact p{
    margin-bottom:15px;
    font-size:18px;
    font-weight:600;
}

/* TRUSTED */
.trusted-section{
    padding:50px 0 20px;
    background:#fff;
}

.trusted-box h2{
    font-size:28px;
    font-weight:800;
    margin-bottom:10px;
}

.trusted-box p{
    color:#64748b;
    margin:0;
}

.trusted-item{
    background:#f8fafc;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:22px 15px;
    height:100%;
}

.trusted-item strong{
    display:block;
    color:#1455c8;
    font-size:22px;
    margin-bottom:6px;
}

.trusted-item span{
    color:#64748b;
    font-size:14px;
}

/* PROCESS */
.process-section{
    background:#f8fafc;
}

.process-box{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:26px;
    padding:35px 28px;
    height:100%;
    position:relative;
    overflow:hidden;
    transition:.3s;
    box-shadow:0 10px 30px rgba(15,23,42,.08);
}

.process-box:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(15,23,42,.14);
}

.process-icon{
    width:65px;
    height:65px;
    background:#eaf1ff;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:20px;
}

.process-number{
    position:absolute;
    right:24px;
    top:20px;
    color:#dbeafe;
    font-size:36px;
    font-weight:800;
}

.process-box h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}

.process-box p{
    color:#64748b;
    line-height:1.9;
    margin:0;
}

/* WHY US */
.why-us-section{
    background:#fff;
}

.why-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:24px;
    padding:35px 28px;
    text-align:center;
    height:100%;
    transition:.3s;
    box-shadow:0 8px 25px rgba(15,23,42,.06);
}

.why-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(15,23,42,.12);
}

.why-icon{
    width:72px;
    height:72px;
    margin:auto;
    margin-bottom:20px;
    border-radius:20px;
    background:#eaf1ff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
}

.why-card h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}

.why-card p{
    color:#64748b;
    line-height:1.8;
    margin:0;
}

/* PROJECTS */
.project-more-btn{
    display:inline-block;
    margin-top:14px;
    color:#1455c8;
    font-weight:700;
    text-decoration:none;
}

.project-more-btn:hover{
    color:#0b2f73;
    text-decoration:underline;
}

.project-card{
    overflow:hidden;
}

.project-card img{
    transition:.5s;
}

.project-card:hover img{
    transform:scale(1.05);
}

.project-badge{
    display:inline-block;
    background:#eaf1ff;
    color:#1455c8;
    padding:6px 14px;
    border-radius:999px;
    font-size:13px;
    font-weight:700;
    margin-bottom:14px;
}

/* TESTIMONIAL */
.testimonial-card{
    background:#fff;
    border-radius:22px;
    padding:28px;
    height:100%;
    box-shadow:0 8px 24px rgba(15,23,42,.08);
    border:1px solid #eef2f7;
}

.testimonial-stars{
    color:#f59e0b;
    letter-spacing:2px;
    margin-bottom:14px;
    font-size:18px;
}

.testimonial-text{
    color:#475569;
    line-height:1.8;
    margin-bottom:22px;
}

.testimonial-profile{
    display:flex;
    align-items:center;
    gap:14px;
}

.testimonial-profile img{
    width:52px;
    height:52px;
    border-radius:50%;
    object-fit:cover;
}

/* FAQ */
.faq-box{
    max-width:860px;
    margin:0 auto;
}

.faq-box .accordion-item{
    border:none;
    margin-bottom:14px;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 8px 24px rgba(15,23,42,.08);
}

.faq-box .accordion-button{
    font-weight:700;
    color:#0f172a;
    padding:18px 22px;
}

.faq-box .accordion-button:not(.collapsed){
    background:#eaf1ff;
    color:#1455c8;
}

.faq-box .accordion-body{
    color:#475569;
    line-height:1.8;
}

/* CTA */
.contact-cta{
    background:linear-gradient(135deg,#1455c8,#0b2f73);
    color:#fff;
}

.contact-cta h2{
    font-size:34px;
    font-weight:700;
}

.contact-cta p{
    opacity:.9;
    font-size:18px;
}

/* PREMIUM CTA */
.premium-cta{
    padding:90px 0;
    background:#f8fafc;
}

.premium-cta-box{
    background:linear-gradient(135deg,#1455c8,#0b2f73);
    border-radius:35px;
    padding:70px 60px;
    color:#fff;
    box-shadow:0 25px 60px rgba(15,23,42,.15);
}

.premium-cta-label{
    display:inline-block;
    background:rgba(255,255,255,.12);
    padding:8px 16px;
    border-radius:999px;
    margin-bottom:20px;
    font-size:14px;
    font-weight:700;
}

.premium-cta h2{
    font-size:42px;
    font-weight:800;
    margin-bottom:20px;
}

.premium-cta p{
    color:#dbeafe;
    font-size:18px;
    line-height:1.9;
    margin:0;
}

.btn-premium-cta{
    background:#fff;
    color:#1455c8;
    padding:18px 35px;
    border-radius:999px;
    text-decoration:none;
    font-weight:700;
    display:inline-block;
    transition:.3s;
}

.btn-premium-cta:hover{
    background:#f1f5f9;
    transform:translateY(-4px);
    color:#1455c8;
}

/* PAGE HERO */
.page-hero{
    background:linear-gradient(135deg,#1455c8,#0b2f73);
    color:#fff;
    padding:70px 0;
}

.page-hero h1{
    font-size:42px;
    font-weight:700;
}

.page-hero p{
    font-size:18px;
    opacity:.9;
}

.contact-page-hero,
.about-page-hero{
    min-height:320px;
    display:flex;
    align-items:center;
}

.contact-page-hero h1,
.contact-page-hero p,
.about-page-hero h1,
.about-page-hero p{
    color:#fff;
}

/* CONTACT */
.contact-info-item{
    background:#f8fafc;
    border-radius:16px;
    padding:18px;
    margin-bottom:14px;
    border:1px solid #e5e7eb;
}

.contact-form-box{
    background:#fff;
    border-radius:22px;
    padding:32px;
    box-shadow:0 8px 24px rgba(15,23,42,.08);
}

.contact-form-box .form-control{
    min-height:52px;
    border-radius:14px;
    border:1px solid #dbe3ef;
}

.contact-form-box textarea.form-control{
    min-height:160px;
}

.btn-submit{
    background:#1455c8;
    color:#fff;
    border:none;
    padding:14px 30px;
    border-radius:999px;
    font-weight:700;
}

.btn-submit:hover{
    background:#0b2f73;
}

/* SIDEBAR */
.sidebar-box{
    background:#fff;
    border-radius:20px;
    padding:24px;
    box-shadow:0 8px 24px rgba(15,23,42,.08);
}

.latest-item{
    padding:12px 0;
    border-bottom:1px solid #e5e7eb;
}

.latest-item:last-child{
    border-bottom:none;
}

.latest-item a{
    color:#1e293b;
    font-weight:600;
    text-decoration:none;
}

.latest-item a:hover{
    color:#1455c8;
}

/* FLOATING SOCIAL */
.floating-actions{
    position:fixed;
    right:20px;
    bottom:25px;
    z-index:9999;
    display:flex;
    flex-direction:column;
    gap:14px;
}

.floating-btn{
    width:60px;
    height:60px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#fff;
    font-size:26px;
    box-shadow:0 10px 25px rgba(0,0,0,.18);
    transition:.25s;
    animation:pulse 2s infinite;
}

.floating-btn:hover{
    transform:translateY(-5px) scale(1.08);
    color:#fff;
}

.phone-btn{
    background:#0d6efd;
}

.line-btn{
    background:#06C755;
}

.messenger-btn{
    background:#0084FF;
}

@keyframes pulse{
    0%{
        box-shadow:0 0 0 0 rgba(0,0,0,.2);
    }

    70%{
        box-shadow:0 0 0 15px rgba(0,0,0,0);
    }

    100%{
        box-shadow:0 0 0 0 rgba(0,0,0,0);
    }
}

/* POPUP */
.contact-popup-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.55);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:10000;
}

.contact-popup-box{
    background:#fff;
    max-width:450px;
    width:90%;
    border-radius:24px;
    padding:35px;
    text-align:center;
    position:relative;
}

.contact-popup-box h3{
    color:#1455c8;
    margin-bottom:10px;
}

.popup-close{
    position:absolute;
    top:15px;
    right:15px;
    border:none;
    background:none;
    font-size:28px;
    cursor:pointer;
}

.popup-buttons{
    margin-top:25px;
    display:flex;
    flex-direction:column;
    gap:12px;
}

.popup-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    text-decoration:none;
    color:#fff;
    padding:14px;
    border-radius:14px;
    font-weight:600;
}

.phone-popup{
    background:#0d6efd;
}

.line-popup{
    background:#06C755;
}

.messenger-popup{
    background:#0084FF;
}

/* BACK TO TOP */
#backToTop{
    position:fixed;
    right:22px;
    bottom:240px;
    width:56px;
    height:56px;
    background:#1455c8;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    text-decoration:none;
    box-shadow:0 10px 25px rgba(20,85,200,.25);
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
    z-index:9998;
}

#backToTop.show{
    opacity:1;
    visibility:visible;
}

#backToTop:hover{
    background:#0b2f73;
    color:#fff;
    transform:translateY(-5px);
}

/* MOBILE CONTACT BAR */
.mobile-contact-bar{
    display:none;
}

/* FOOTER */
.site-footer{
    background:#0f172a;
    color:#fff;
    padding:60px 0 25px;
}

.footer{
    background:#0b2f73;
    color:#fff;
    padding:35px 0;
}

.footer-content{
    display:flex;
    justify-content:space-between;
    gap:40px;
    flex-wrap:wrap;
}

.footer-left,
.footer-right{
    flex:1;
}

.footer-left h4{
    margin-bottom:20px;
}

.footer-right div{
    margin-bottom:12px;
}

.footer-bottom{
    display:flex;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap;
    color:#94a3b8;
    font-size:14px;
}

.site-footer hr{
    border-color:rgba(255,255,255,.12);
    margin:35px 0;
}

.admin-link{
    color:rgba(255,255,255,.55);
    font-size:13px;
    text-decoration:none;
}

.admin-link:hover{
    color:#fff;
}

/* RESPONSIVE */
@media(max-width:991px){

    .business-stats-pro{
        margin-top:-40px;
    }

    .stats-pro-box{
        padding:35px 20px;
    }

    .stat-pro-item{
        margin-bottom:25px;
    }

    .stat-pro-item h3{
        font-size:38px;
    }

    .stat-pro-contact{
        padding-left:0;
        text-align:center;
        margin-top:10px;
    }

    .premium-cta-box{
        padding:45px 30px;
        text-align:center;
    }

    .premium-cta h2{
        font-size:32px;
    }

    .btn-premium-cta{
        margin-top:30px;
    }
}

@media(max-width:768px){

    body{
        padding-bottom:70px;
    }

    .hero{
        padding:60px 0;
    }

    .hero h1{
        font-size:32px;
    }

    .section{
        padding:50px 0;
    }

    .floating-actions{
        display:none;
    }

    .mobile-contact-bar{
        position:fixed;
        left:0;
        bottom:0;
        width:100%;
        z-index:99999;
        background:#ffffff;
        display:flex;
        justify-content:space-between;
        box-shadow:0 -5px 20px rgba(0,0,0,.12);
    }

    .mobile-contact-bar a{
        flex:1;
        display:flex;
        align-items:center;
        justify-content:center;
        height:65px;
        text-decoration:none !important;
        font-size:15px;
        font-weight:700;
        color:#1455c8 !important;
        border-right:1px solid #e5e7eb;
    }

    .mobile-contact-bar a:last-child{
        border-right:none;
    }

    #backToTop{
        width:52px;
        height:52px;
        right:15px;
        bottom:215px;
        font-size:22px;
    }

    .footer-bottom{
        flex-direction:column;
        text-align:center;
    }
}

@media(max-width:576px){

    .stats-pro-box{
        border-radius:22px;
        padding:30px 20px;
    }

    .stat-pro-item h3{
        font-size:32px;
    }

    .stat-pro-item p{
        font-size:14px;
    }
}

.team-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    text-align:center;
    box-shadow:0 10px 30px rgba(15,23,42,.08);
    border:1px solid #e5e7eb;
    height:100%;
}

.team-card img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.team-body{
    padding:24px;
}

.team-body h4{
    font-size:22px;
    font-weight:800;
    margin-bottom:8px;
}

.team-body p{
    color:#64748b;
    margin:0;
}

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

.team-section{
    background:#f8fafc;
}

.team-card{
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    height:100%;
    box-shadow:0 12px 35px rgba(15,23,42,.08);
    border:1px solid #eef2f7;
    transition:.3s ease;
}

.team-card:hover{
    transform:translateY(-8px);
    box-shadow:0 22px 50px rgba(15,23,42,.14);
}

.team-card img{
    width:100%;
    height:300px;
    object-fit:cover;
}

.team-body{
    padding:28px;
    text-align:center;
}

.team-body h4{
    font-size:24px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:8px;
}

.team-position{
    color:#1455c8;
    font-weight:700;
    margin-bottom:18px;
}

.team-social{
    display:flex;
    justify-content:center;
    gap:12px;
}

.team-social a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#eaf1ff;
    color:#1455c8;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:18px;
    transition:.25s;
}

.team-social a:hover{
    background:#1455c8;
    color:#fff;
}

@media(max-width:768px){

    .team-card img{
        height:260px;
    }

    .team-body{
        padding:22px;
    }

}

/* ===============================
   PARTNERS PREMIUM
================================ */

.partner-section{
    background:#ffffff;
    position:relative;
}

.partner-card{
    background:#ffffff;
    border-radius:28px;
    padding:34px 28px;
    height:170px;

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

    border:1px solid #eef2f7;
    box-shadow:0 12px 35px rgba(15,23,42,.07);

    transition:.3s ease;
}

.partner-card:hover{
    transform:translateY(-8px);
    box-shadow:0 24px 55px rgba(15,23,42,.13);
    border-color:#dbeafe;
}

.partner-card a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
}

.partner-card img{
    max-width:175px;
    max-height:90px;
    width:auto;
    height:auto;
    object-fit:contain;
    filter:saturate(.95);
    transition:.3s ease;
}

.partner-card:hover img{
    transform:scale(1.06);
    filter:saturate(1.15);
}

@media(max-width:768px){
    .partner-card{
        height:135px;
        padding:24px 18px;
    }

    .partner-card img{
        max-width:130px;
        max-height:70px;
    }
}

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

.solutions-section{
    background:#f8fafc;
}

.solution-card{
    background:#fff;
    border:1px solid #eef2f7;
    border-radius:30px;
    padding:40px 35px;
    height:100%;
    position:relative;
    overflow:hidden;
    transition:.3s ease;
    box-shadow:0 10px 35px rgba(15,23,42,.07);
}

.solution-card:hover{
    transform:translateY(-8px);
    box-shadow:0 22px 55px rgba(15,23,42,.14);
}

.solution-card.featured{
    border:2px solid #1455c8;
    transform:scale(1.03);
}

.solution-badge{
    position:absolute;
    top:20px;
    right:20px;

    background:#1455c8;
    color:#fff;

    padding:8px 16px;
    border-radius:999px;

    font-size:13px;
    font-weight:700;
}

.solution-card h3{
    font-size:28px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:15px;
}

.solution-subtitle{
    color:#64748b;
    line-height:1.9;
    margin-bottom:25px;
}

.solution-card ul{
    padding:0;
    margin:0 0 30px;
    list-style:none;
}

.solution-card ul li{
    padding:12px 0;
    color:#334155;
    border-bottom:1px solid #f1f5f9;
}

.solution-card ul li:last-child{
    border:none;
}

.solution-btn{
    display:inline-block;

    background:#1455c8;
    color:#fff;

    text-decoration:none;

    padding:15px 30px;

    border-radius:999px;

    font-weight:700;

    transition:.3s;
}

.solution-btn:hover{
    background:#0b2f73;
    color:#fff;
}

@media(max-width:991px){

    .solution-card.featured{
        transform:none;
    }

}

@media(max-width:768px){

    .solution-card{
        padding:30px 25px;
    }

    .solution-card h3{
        font-size:24px;
    }

}

.dash-stat-card.is-active{
    border-color:#2563eb;
    box-shadow:0 0 0 2px rgba(37,99,235,.12);
    background:#eff6ff;
}

.dash-stat-card.is-active h3{
    color:#1d4ed8;
}