/*
|--------------------------------------------------------------------------
| Boostify PH Premium Theme
|--------------------------------------------------------------------------
| Version : 1.1.0
| Author  : Oliver
|--------------------------------------------------------------------------
*/

/* ===========================
   BRAND VARIABLES
=========================== */

:root{
    --primary:#6C5CE7;
    --primary-hover:#5A4BD1;

    --secondary:#00B894;

    --success:#28A745;
    --warning:#F39C12;
    --danger:#E74C3C;

    --dark:#1F2937;
    --light:#F8FAFC;

    --text:#374151;
    --text-light:#6B7280;

    --border:#E5E7EB;

    --radius:14px;

    --shadow:
        0 10px 30px rgba(0,0,0,.08);

    --transition:.25s ease;
}

/* ===========================
   GLOBAL
=========================== */

body{
    background:#F8FAFC;
    color:var(--text);
    transition:var(--transition);
}

/* Smooth transition */

*{
    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

/* ===========================
   BUTTONS
=========================== */

.btn{
    border-radius:12px;
    transition:.25s ease;
}

.btn:hover{
    transform:translateY(-2px);
}

.btn-primary{
    background:linear-gradient(135deg,#6C5CE7,#4F46E5);
    border:none;
}

.btn-primary:hover{
    box-shadow:0 12px 30px rgba(108,92,231,.35);
}
/* ==========================================
   BOOSTIFY LOGIN PAGE
========================================== */

.auth-login-form .btn.btn-primary{
    background:linear-gradient(135deg,#6C5CE7,#4F46E5) !important;
    border:none !important;
    color:#fff !important;

    height:54px;
    border-radius:14px;
    font-weight:600;
    transition:all .25s ease;
}

.auth-login-form .btn.btn-primary:hover,
.auth-login-form .btn.btn-primary:focus{
    background:linear-gradient(135deg,#5B4AD9,#4338CA) !important;
    border:none !important;
    transform:translateY(-2px);
    box-shadow:0 15px 35px rgba(79,70,229,.35);
}
 
.auth-login-form button[type="submit"]{
    background:#000 !important;
    background-image:none !important;
    border:5px solid red !important;
    color:#fff !important;
}
.login-bg-image{
    background:
        url("../images/boostify-login-bg.png")
        center center / cover
        no-repeat !important;

    filter:none !important;
    -webkit-filter:none !important;
}
/* ==========================================
   BOOSTIFY HOMEPAGE HERO
========================================== */

.header-top{

    background:
        radial-gradient(circle at top left,#7C3AED 0%,transparent 35%),
        radial-gradient(circle at bottom right,#2563EB 0%,transparent 35%),
        linear-gradient(135deg,#0F172A,#111827);

    color:#fff;

    position:relative;

    overflow:hidden;

    padding:120px 0;
}

.header-top:before{

    content:"";

    position:absolute;

    inset:0;

    background:

        linear-gradient(
            rgba(255,255,255,.03),
            rgba(255,255,255,0)
        );

    pointer-events:none;
}

.intro_text h1{

    font-size:54px;

    font-weight:800;

    line-height:1.1;

    color:#fff;
}

.intro_text p{

    font-size:18px;

    color:#CBD5E1;

    max-width:550px;

    margin-top:20px;
}

.intro_banner img{

    max-width:100%;

    animation:floatHero 5s ease-in-out infinite;
}

@keyframes floatHero{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-12px);
    }

    100%{
        transform:translateY(0);
    }

}
/* ==========================================
   BOOSTIFY HERO BUTTON
========================================== */

.header-top .btn-gradient{

    background:linear-gradient(135deg,#6C5CE7,#2563EB) !important;

    border:none !important;

    color:#fff !important;

    border-radius:14px;

    padding:14px 34px;

    font-weight:700;

    box-shadow:0 15px 35px rgba(79,70,229,.35);

    transition:all .3s ease;
}

.header-top .btn-gradient:hover{

    transform:translateY(-3px);

    box-shadow:0 20px 40px rgba(79,70,229,.45);

    color:#fff !important;
}
/* Whole homepage background */

body{
    background:#0F172A !important;
}

.services,
.social-icon-area,
.our-features,
.section-1,
.how-it-works,
.footer{
    background:#0F172A !important;
}.services .section-title h3,
.services .section-title span,
.our-features h1,
.our-features p,
.section-1 .title,
.section-1 .desc,
.how-it-works .title,
.how-it-works span{
    color:#fff !important;
}
.header-top .intro_text h1{
    color:#ffffff !important;
}

.header-top .intro_text p{
    color:#cbd5e1 !important;
}
#headerNav{

    background:rgba(15,23,42,.75)!important;

    backdrop-filter:blur(15px);

    -webkit-backdrop-filter:blur(15px);

    border-bottom:1px solid rgba(255,255,255,.08);
}

#headerNav .nav-link,
#headerNav a{

    color:#fff!important;

}

.site-logo{

    filter:brightness(1.1);
}
.sigle-service{

    background:#1E293B!important;

    border:1px solid rgba(255,255,255,.06);

    border-radius:18px;

    transition:.35s;
}

.sigle-service:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 50px rgba(0,0,0,.35);
}

.sigle-service h4,
.sigle-service p{

    color:#fff!important;
}
/* HERO BUTTONS */

.boostify-hero-buttons{

    margin-top:35px;

}

.boostify-hero-buttons .btn{

    padding:15px 34px;

    border-radius:14px;

    font-weight:700;

}

.boostify-hero-buttons .btn-outline-light{

    border:2px solid rgba(255,255,255,.35);

    color:#fff;

}

.boostify-hero-buttons .btn-outline-light:hover{

    background:#fff;

    color:#111827;

}
/* ==============================
   HOW IT WORKS
============================== */

.how-it-works{
    padding:90px 0;
    background:#0f172a;
}

.how-it-works .header-top .title{
    font-size:48px;
    font-weight:800;
    color:#fff;
}

.how-it-works .header-top span{
    color:#94a3b8;
    font-size:18px;
}

.step{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    padding:30px;
    transition:.35s;
    overflow:hidden;
    position:relative;
    backdrop-filter:blur(12px);
    margin-bottom:25px;
}

.step:hover{
    transform:translateY(-10px);
    border-color:#7c3aed;
    box-shadow:0 20px 50px rgba(124,58,237,.35);
}

.step h3{
    color:#fff;
    font-size:24px;
    margin-bottom:15px;
}

.step .desc{
    color:#cbd5e1;
    line-height:1.7;
}

.step .bg-number{
    position:absolute;
    right:20px;
    bottom:10px;
    font-size:90px;
    font-weight:900;
    color:rgba(124,58,237,.12);
}
/* ===== HOW IT WORKS FIX ===== */

.how-it-works .step-lists{
    display:flex;
    flex-wrap:wrap;
    margin-top:50px;
}

.how-it-works .step{
    display:flex;
    margin-bottom:30px;
}

.how-it-works .step .header-name{
    width:100%;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    padding:30px;
    position:relative;
    overflow:hidden;
    transition:.35s;
    backdrop-filter:blur(10px);
}

.how-it-works .step .header-name:hover{
    transform:translateY(-8px);
    border-color:#7c3aed;
    box-shadow:0 20px 45px rgba(124,58,237,.35);
}

.how-it-works .step h3{
    color:#fff;
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}

.how-it-works .step .desc{
    color:#cbd5e1;
    line-height:1.7;
}

.how-it-works .step .bg-number{
    position:absolute;
    right:22px;
    bottom:12px;
    font-size:90px;
    font-weight:900;
    color:rgba(124,58,237,.12);
    z-index:0;
}

.how-it-works .step .header-name>*{
    position:relative;
    z-index:2;
}
/* =====================================================
   BOOSTIFY HOW IT WORKS
===================================================== */

.boostify-how-it-works{
    padding:60px 0 90px;
    background:linear-gradient(180deg,#ffffff 0%,#f5f2ff 100%);
}

.boostify-badge{
    display:inline-block;
    padding:8px 20px;
    border-radius:30px;
    background:#6f42c1;
    color:#fff;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:20px;
}

.boostify-title{
    font-size:42px;
    font-weight:800;
    color:#222;
    margin-bottom:15px;
}

.boostify-subtitle{
    max-width:650px;
    margin:auto;
    color:#777;
    font-size:18px;
}

.boostify-step-card{

    position:relative;

    background:#fff;

    border-radius:22px;

    padding:45px 30px;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

    overflow:hidden;
}

.boostify-step-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 50px rgba(111,66,193,.25);

}

.step-number{

    position:absolute;

    right:20px;

    top:18px;

    font-size:15px;

    font-weight:700;

    color:#bbb;

}
.step-icon img{
    max-width:48px;
    max-height:48px;
    width:auto;
    height:auto;
    display:block;
}
.step-icon{

    width:80px;

    height:80px;

    margin:auto;

    border-radius:50%;

    background:#fff;

    border:2px solid rgba(111,66,193,.08);

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:25px;

}

.boostify-step-card h4{

    font-weight:700;

    margin-bottom:15px;

}

.boostify-step-card p{

    color:#666;

    line-height:1.8;

}

@media(max-width:991px){

.boostify-title{

font-size:32px;

}

}
/* =====================================================
   BOOSTIFY WHY CHOOSE
===================================================== */

.boostify-why{
    padding:90px 0;
    background:linear-gradient(
        180deg,
        #ffffff,
        #f7f2ff
    );
}

.boostify-feature-card{

    position:relative;

    overflow:hidden;

    background:rgba(255,255,255,.9);

    backdrop-filter:blur(12px);

    border-radius:24px;

    padding:45px 30px;

    transition:.35s;

    border:1px solid rgba(111,66,193,.08);

    box-shadow:0 20px 60px rgba(0,0,0,.06);

}

.boostify-feature-card:before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:5px;

    background:linear-gradient(90deg,#6f42c1,#8b5cf6);

}

.boostify-feature-card:hover{

    transform:translateY(-12px) scale(1.02);

    border-color:#6f42c1;

    box-shadow:0 25px 60px rgba(111,66,193,.25);

    cursor:pointer;

}

.feature-icon{

    width:90px;

    height:90px;

    margin:auto;

    border-radius:50%;

    background:linear-gradient(135deg,#6f42c1,#8b5cf6);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:38px;
box-shadow:0 15px 35px rgba(111,66,193,.35);
    margin-bottom:25px;

}

.boostify-feature-card h4{

    font-weight:700;

    margin-bottom:15px;

    color:#222;

}

.boostify-feature-card p{

    color:#666;

    line-height:1.8;

}
/* =====================================================
   BOOSTIFY PAYMENT METHODS
===================================================== */

.boostify-payments{
    padding:90px 0;
    background:linear-gradient(180deg,#ffffff,#f8f5ff);
}

.payment-card{

    background:#fff;

    border-radius:22px;

    padding:35px 20px;

    text-align:center;

    height:100%;

    transition:.35s ease;

    border:1px solid rgba(111,66,193,.08);

    box-shadow:0 12px 35px rgba(0,0,0,.05);

}

.payment-card:hover{

    transform:translateY(-10px) scale(1.03);

    border-color:#6f42c1;

    box-shadow:0 20px 50px rgba(111,66,193,.18);

    cursor:pointer;

}

.payment-logo{

    width:80px;

    height:80px;

    margin:auto;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:36px;

    background:linear-gradient(135deg,#6f42c1,#8b5cf6);

    color:#fff;

    margin-bottom:20px;

    box-shadow:0 12px 30px rgba(111,66,193,.30);

}
.payment-logo img{

    max-width:60px;

    max-height:40px;

    width:auto;

    height:auto;

}
.payment-card h5{

    font-weight:700;

    margin:0;

    color:#222;

}

.payment-note{

    color:#666;

    font-size:16px;

    margin-top:20px;

}
/* ===========================
   BOOSTIFY PAYMENT V2
=========================== */

.boostify-payments{
    padding:90px 0;
    background:#fafbff;
}

.boostify-payments .section-title{
    margin-bottom:55px;
}

.boostify-payments .section-title h2{
    font-size:46px;
    font-weight:800;
    margin:15px 0;
}

.boostify-payments .section-title p{
    color:#777;
}

.payment-card{

    background:#fff;

    border-radius:24px;

    padding:40px 25px;

    text-align:center;

    transition:.35s;

    box-shadow:0 20px 60px rgba(0,0,0,.06);

    margin-bottom:30px;

    height:100%;
}

.payment-card:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 70px rgba(111,66,193,.18);

}

.payment-card img{

    width:70px;

    height:70px;

    object-fit:contain;

    margin-bottom:20px;

}

.payment-card h5{

    font-size:18px;

    font-weight:700;

    margin:0;

}

.payment-note{

    text-align:center;

    margin-top:20px;

    color:#666;

    font-weight:600;

}
/* ==========================================
   BOOSTIFY HOW IT WORKS V2
========================================== */

.boostify-how{
    padding:100px 0;
    background:#fafbff;
}

.boostify-how .section-title{
    margin-bottom:60px;
}

.boostify-how .section-title h2{
    font-size:48px;
    font-weight:800;
    margin:18px 0;
}

.boostify-how .section-title p{
    color:#777;
    font-size:18px;
}

.boostify-step-card{

    position:relative;

    background:#fff;

    border-radius:24px;

    padding:45px 30px;

    text-align:center;

    height:100%;

    overflow:hidden;

    transition:.35s;

    box-shadow:0 20px 60px rgba(0,0,0,.06);

    border:1px solid rgba(111,66,193,.08);

}

.boostify-step-card:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 80px rgba(111,66,193,.18);

}

.boostify-step-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:linear-gradient(90deg,#6f42c1,#8b5cf6);

}

.step-number{

    position:absolute;

    right:22px;

    top:18px;

    color:#d6d6d6;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

}

.step-icon{

    width:95px;

    height:95px;

    margin:auto;

    margin-bottom:25px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    background:linear-gradient(135deg,#6f42c1,#8b5cf6);

    font-size:42px;

    box-shadow:0 18px 45px rgba(111,66,193,.25);

}

.boostify-step-card h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:15px;

}

.boostify-step-card p{

    color:#666;

    line-height:1.8;

}
/* =====================================
   Boostify Premium FAQ
===================================== */

#boostify-faq{
    padding:80px 0;
}

#boostify-faq .card{
    border:none;
    border-radius:16px;
    overflow:hidden;
    margin-bottom:18px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

#boostify-faq .card:hover{
    transform:translateY(-3px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

#boostify-faq .card-header{
    background:#fff;
    border:none;
    padding:0;
}

#boostify-faq .btn-link{
    width:100%;
    text-align:left;
    padding:22px 28px;
    font-size:17px;
    font-weight:600;
    color:#222;
    text-decoration:none;
}

#boostify-faq .btn-link:hover{
    text-decoration:none;
    color:#0d6efd;
}

#boostify-faq .card-body{
    padding:24px 28px;
    color:#666;
    line-height:1.8;
    background:#fafafa;
}
/* =====================================
   BOOSTIFY FOOTER
===================================== */

.boostify-footer{
    background:#0f172a;
}

.boostify-footer h5{
    color:#fff;
    margin-bottom:20px;
}

.boostify-footer p,
.boostify-footer li,
.boostify-footer a{
    color:#cbd5e1;
}

.boostify-footer a{
    transition:.25s;
}

.boostify-footer a:hover{
    color:#8b5cf6;
    text-decoration:none;
}

.boostify-footer hr{
    margin:40px 0 25px;
}
/* ===========================
   BOOSTIFY STATS
=========================== */

.boostify-stats{
    background:#ffffff;
    padding:90px 0;
    position:relative;
    z-index:10;
}

.boostify-stats h2{
    font-size:48px;
    font-weight:700;
    color:#5b5ce6;
    margin-bottom:12px;
}

.boostify-stats p{
    color:#666;
    font-size:16px;
    margin-top:10px;
}
.boostify-stats .col-md-3{
    padding:30px;
}

.boostify-stats .col-md-3:hover{
    transform:translateY(-6px);
    transition:.3s;
}
/* Premium Stats Cards */

.stat-card{
    background:#fff;
    border-radius:18px;
    padding:35px 20px;
    text-align:center;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.stat-card:hover{
    transform:translateY(-8px);
}

.stat-icon{
    width:70px;
    height:70px;
    margin:0 auto 20px;
    border-radius:50%;
    background:linear-gradient(135deg,#6c5ce7,#4f46e5);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
}

.stat-card h2{
    font-size:42px;
    color:#5b5ce6;
    margin-bottom:10px;
    font-weight:700;
}

.stat-card p{
    margin:0;
    color:#666;
    font-size:16px;
}
/* ===========================
   Boostify Footer V2
=========================== */

.boostify-footer{
    background:#0f172a;
    color:#fff;
    padding:80px 0 30px;
    margin-top:80px;
}

.boostify-footer h5{
    color:#fff;
    font-weight:700;
    margin-bottom:20px;
}

.boostify-footer ul{
    list-style:none;
    padding:0;
    margin:0;
}

.boostify-footer li{
    margin-bottom:12px;
    color:#cbd5e1;
}

.boostify-footer a{
    color:#cbd5e1;
    transition:.25s;
}

.boostify-footer a:hover{
    color:#3b82f6;
    text-decoration:none;
}

.footer-logo{
    max-width:220px;
}

.footer-description{
    color:#cbd5e1;
    line-height:1.8;
}

.footer-trust{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.footer-trust span{
    background:#1e293b;
    border:1px solid rgba(255,255,255,.08);
    padding:8px 14px;
    border-radius:30px;
    font-size:13px;
}

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

.footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
}

.footer-social a{
    margin-left:18px;
    font-weight:600;
}

@media(max-width:768px){

.footer-bottom{
    text-align:center;
    justify-content:center;
}

.footer-social a{
    margin:0 10px;
}

.boostify-footer{
    padding:60px 0 30px;
}

}
/*=========================================
  Boostify Header V2
=========================================*/

#headerNav{
    background:rgba(15,23,42,.88);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    border-bottom:1px solid rgba(255,255,255,.06);
    transition:.35s ease;
    box-shadow:0 8px 30px rgba(0,0,0,.12);
}

#headerNav .container{
    max-width:1240px;
}

.site-logo{
    max-height:48px;
    transition:.25s;
}

.site-logo:hover{
    transform:scale(1.04);
}

#headerNav .navbar{
    min-height:78px;
}

#headerNav .nav-link{

    color:#e2e8f0!important;

    font-weight:600;

    font-size:15px;

    margin:0 8px;

    transition:.25s;

}

#headerNav .nav-link:hover{

    color:#3b82f6!important;

}

#headerNav .nav-item.active .nav-link{

    color:#60a5fa!important;

}

.btn-login{

    color:#ffffff!important;

    font-weight:600;

    margin-right:15px;

}

.sign-up{

    border-radius:30px!important;

    padding:11px 24px!important;

    background:#2563eb!important;

    border:none!important;

    color:#fff!important;

    box-shadow:0 10px 25px rgba(37,99,235,.30);

}

.sign-up:hover{

    background:#1d4ed8!important;

    transform:translateY(-2px);

}
/*=============================
Services V2
==============================*/

.card{

border:none;

border-radius:20px;

overflow:hidden;

box-shadow:0 15px 40px rgba(0,0,0,.08);

margin-bottom:35px;

}

.card-header{

background:#111827;

padding:22px 30px;

border:none;

}

.boostify-category-title{

color:#fff;

font-size:26px;

font-weight:700;

margin:0;

}

.table tbody tr{

transition:.25s;

}

.table tbody tr:hover{

background:#eef6ff;

}

.table td{

padding:16px;

vertical-align:middle;

}

.table thead{

background:#2563eb;

color:#fff;

}
/* ============================
   Boostify Services V2
============================ */

.boostify-card{
    border:none;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(15,23,42,.08);
    margin-bottom:32px;
}

.boostify-card-header{
    background:linear-gradient(135deg,#1e3a8a,#2563eb) !important;
    padding:22px 28px !important;
    border:none !important;
}

.boostify-card-header .card-title{
    color:#fff !important;
    font-size:24px;
    font-weight:700;
    margin:0;
}
/* ===== Boostify Services V2 ===== */

.boostify-card{
    border-radius:18px;
    overflow:hidden;
    border:none;
    box-shadow:0 12px 35px rgba(0,0,0,.15);
    transition:.25s;
}

.boostify-card:hover{
    transform:translateY(-3px);
    box-shadow:0 20px 45px rgba(37,99,235,.20);
}

.boostify-card-header{
    background:linear-gradient(135deg,#1d4ed8,#2563eb,#3b82f6)!important;
    padding:16px 24px!important;
}

.boostify-category-title{
    color:#fff!important;
    font-size:22px;
    font-weight:700;
    letter-spacing:.3px;
}

.boostify-card .table{
    margin:0;
}

.boostify-card .table thead{
    background:#eff6ff;
}

.boostify-card .table thead th{
    color:#2563eb;
    font-weight:700;
    border:none;
    padding:16px;
}

.boostify-card .table tbody tr{
    transition:.2s;
}

.boostify-card .table tbody tr:nth-child(even){
    background:#fafcff;
}

.boostify-card .table tbody tr:hover{
    background:#eef5ff;
}

.boostify-card .table td{
    padding:16px;
    border-top:1px solid #edf2f7;
}
/* ===== Platform Header Colors ===== */

.boostify-card-header.platform-facebook{
    background:linear-gradient(135deg,#1877F2,#0d6efd)!important;
}

.boostify-card-header.platform-instagram{
    background:linear-gradient(135deg,#833AB4,#E1306C,#FCAF45)!important;
}

.boostify-card-header.platform-tiktok{
    background:linear-gradient(135deg,#111111,#333333)!important;
}

.boostify-card-header.platform-youtube{
    background:linear-gradient(135deg,#FF0000,#CC0000)!important;
}

.boostify-card-header.platform-telegram{
    background:linear-gradient(135deg,#229ED9,#0088cc)!important;
}

.boostify-card-header.platform-spotify{
    background:linear-gradient(135deg,#1DB954,#179443)!important;
}

.boostify-card-header.platform-threads{
    background:linear-gradient(135deg,#000000,#333333)!important;
}

.boostify-card-header.platform-default{
    background:linear-gradient(135deg,#2563eb,#3b82f6)!important;
}
