:root{

    --primary:#11B8C8;
    --primary-dark:#0D9BAA;
    --primary-light:#DDF8FA;

    --secondary:#0F172A;

    --text:#334155;
    --muted:#64748B;

    --bg:#F8FCFD;
    --white:#FFFFFF;

    /* overide css bootstrap */
    --bs-danger: var(--primary) !important;

}

/* overide css bootsrap */
.text-danger{
    color:var(--primary)!important;
}
.bg-danger{
    background-color:var(--primary)!important;
}
.primary-color{
    background-color:var(--primary)!important;
}
.btn-login{
    background: var(--primary)!important;
}
.btn-register{
    background: var(--primary)!important;
}
.auth-link{
    color: var(--primary)!important;
}
.login-footer a{
    color: var(--primary)!important;
}
.feature-item i {
    color: var(--primary)!important;
}

/* =========================
   GLOBAL
========================= */
body{
    font-family:'Plus Jakarta Sans',sans-serif;
    color:var(--text);
    background:var(--bg);
    overflow-x:hidden;
}

section{
    overflow:hidden;
}

a{
    text-decoration:none;
}

.text-primary-custom{
    color:var(--primary)!important;
}

.text-gradient{
    background: linear-gradient(
                135deg,
                #11B8C8,
                #35D8E6
            );
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* =========================
   NAVBAR
========================= */

.navbar{
    padding:20px 0;
    background:rgba(255,255,255,.95);
    backdrop-filter:blur(12px);
    border-bottom:1px solid #eef2f7;
}

.navbar-brand{
    font-size:32px;
    font-weight:800;
    color:var(--primary)!important;
}

.nav-link{
    color:#475569!important;
    font-weight:500;
}

.nav-link:hover{
    color:var(--primary)!important;
}

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

.btn-primary{
    background:var(--primary);
    border-color:var(--primary);
    border-radius:14px;
    padding:8px 20px;
    font-weight:600;
    transition:.3s;
}

.btn-primary:hover{
    background:var(--primary-dark);
    border-color:var(--primary-dark);
    transform:translateY(-2px);
}

.btn-outline-dark{
    border-radius:14px;
    padding:14px 30px;
    border:1px solid #dbe4ee;
    transition:.3s;
}

.btn-outline-dark:hover{
    background:#0f172a;
}

.btn-filter{
    border-radius:999px;
    padding:12px 24px;
    border:1px solid #e5e7eb;
    background:#fff;
    transition:.3s;
}

.btn-filter:hover{
    border-color:var(--primary);
}

.btn-filter.active{
    background:var(--primary);
    color:#fff;
    border-color:var(--primary);
}

/* =========================
   HERO
========================= */

.hero-section{
    min-height:100vh;
    background:
    radial-gradient(
        circle at top right,
        rgba(17,184,200,.15),
        transparent 35%
    ),

    radial-gradient(
        circle at bottom left,
        rgba(17,184,200,.08),
        transparent 40%
    ),

    #ffffff;
    position:relative;
}

.hero-badge{
    display:inline-block;
    background:var(--primary-light);
    color:var(--primary-dark);
    padding:10px 18px;
    border-radius:999px;
    font-size:13px;
    font-weight:700;
    letter-spacing:.5px;
}

.hero-title{
    font-size:68px;
    font-weight:800;
    line-height:1.05;
    letter-spacing:-2px;
    color:#0f172a;
}

.hero-description{
    font-size:20px;
    color:#64748b;
    line-height:1.8;
    max-width:600px;
}

.hero-preview{
    position:relative;
    height:650px;
}

/* =========================
   PHONE MOCKUP
========================= */

.phone-mockup{
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index:10;
}

.phone-frame{
    width:300px;
    filter: drop-shadow(
        0 30px 60px rgba(0,0,0,.15)
    );
}

/* =========================
   FLOATING TEMPLATE
========================= */

.template-card-float{
    position:absolute;
    width:220px;
    border-radius:24px;
    overflow:hidden;
    background:#fff;
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

.card-1{
    top:60px;
    left:10px;
    transform:rotate(-12deg);
}

.card-2{
    bottom:80px;
    right:10px;
    transform:rotate(12deg);
}

.template-card-float img{
    width:100%;
    height:320px;
    object-fit:cover;
}

/* =========================
   STATS
========================= */

.stats-number{
    font-size:56px;
    font-weight:800;
    color:var(--primary);
}

.stats-label{
    color:#64748b;
}

/* =========================
   SECTION TITLE
========================= */

.section-badge{
    display:inline-block;
    background:var(--primary-light);
    color:var(--primary-dark);
    padding:8px 18px;
    border-radius:999px;
    font-weight:700;
}

.section-title{
    font-size:48px;
    font-weight:800;
    color:#0f172a;
    letter-spacing:-1px;
}

/* =========================
   TEMPLATE SECTION
========================= */

.template-section{
    background:#fff;
}

.template-box{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    border:1px solid #eef2f7;
    transition:.35s;
    box-shadow:
    0 10px 30px rgba(15,23,42,.05);
}

.template-box:hover{
    transform:translateY(-10px);
    box-shadow:
    0 25px 50px rgba(15,23,42,.12);
}

.template-image{
    position:relative;
    overflow:hidden;
}

.template-image img{
    width:100%;
    height:420px;
    object-fit:cover;
    transition:.4s;
}

.template-box:hover img{
    transform:scale(1.05);
}

.template-overlay{
    position:absolute;
    inset:0;
    background:rgba(15,23,42,.55);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:.3s;
}

.template-box:hover .template-overlay{
    opacity:1;
}

.template-info{
    padding:20px;
}

.template-category{
    display:inline-block;
    background:#eefcff;
    color:#0d9baa;
    padding:6px 14px;
    border-radius:999px;
    font-size:12px;
    font-weight:600;
    margin-bottom:12px;
}

/* =========================
   FEATURES
========================= */

.card{
    border:none;
    border-radius:24px;
    transition:.3s;
}

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

.card-body{
    padding:30px;
}

.card-body i{
    color:var(--primary);
}

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

.bg-light{
    background:#f8fafc!important;
}

/* =========================
   PRICING
========================= */

#pricing .card{
    border-radius:28px;
    border:1px solid #eef2f7;
    transition:.35s;
}

#pricing .card:hover{
    transform:translateY(-10px);
    box-shadow: 0 25px 50px rgba(17,184,200,.15);
}

#pricing ul li{
    padding:8px 0;
    color:#475569;
}

#pricing .btn{
    border-radius:14px;
    padding:14px;
    font-weight:600;
}

/* =========================
   CTA
========================= */

.cta-section{
    background: linear-gradient(
                135deg,
                #11B8C8,
                #0D9BAA
            );
    color:#fff;
}

.cta-section h2{
    font-weight:800;
}

.cta-section .btn{
    border-radius:14px;
    padding:14px 30px;
    font-weight:600;
}

/* =========================
   FOOTER
========================= */

footer{
    background:#0f172a;
    color:#cbd5e1;
}

footer h5{
    color:#fff;
    font-weight:700;
}

footer a{
    color:#cbd5e1;
    transition:.3s;
}

footer a:hover{
    color:var(--primary);
}

footer hr{
    border-color: rgba(255,255,255,.1);
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .hero-title{
        font-size:48px;
        text-align:center;
    }

    .hero-description{
        text-align:center;
    }

    .hero-preview{
        height:500px;
        margin-top:50px;
    }

    .section-title{
        font-size:36px;
    }
}

@media(max-width:768px){

    .hero-title{
        font-size:40px;
    }

    .hero-description{
        font-size:18px;
    }

    .phone-frame{
        width:240px;
    }

    .template-card-float{
        width:150px;
    }

    .template-card-float img{
        height:220px;
    }

    .stats-number{
        font-size:42px;
    }

    .section-title{
        font-size:30px;
    }
}


/* =========================
   FEATURE
========================= */

#features .card{
    border-radius:16px;
    transition:all .3s ease;
}

#features .card:hover{
    transform:translateY(-6px);
    box-shadow:0 1rem 2rem rgba(0,0,0,.08)!important;
}

#features .card i{
    width:60px;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#DDF8FA;;
    border-radius:14px;
}


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

#how-it-works .step-card{
    position:relative;
    background:#fff;
    padding:30px 25px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.3s;
}

#how-it-works .step-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

#how-it-works .step-number{
    position:absolute;
    top:15px;
    right:15px;
    width:35px;
    height:35px;
    border-radius:50%;
    background:#11B8C8;
    color:#fff;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
}

#how-it-works .step-icon{
    width:80px;
    height:80px;
    margin:0 auto 20px;
    border-radius:20px;
    background:#DDF8FA;
    display:flex;
    align-items:center;
    justify-content:center;
}

#how-it-works .step-icon i{
    font-size:2rem;
    color:#11B8C8;
}



/* =========================
   FAQ
========================= */

#faq .accordion-item{
    border:1px solid rgba(0,0,0,.05)!important;
}

#faq .accordion-button{
    background:#fff;
    box-shadow:none;
    padding:1.25rem 1.5rem;
}

#faq .accordion-button:not(.collapsed){
    background:#DDF8FA;
    color:#11B8C8;
}

#faq .accordion-button:focus{
    box-shadow:none;
}

#faq .accordion-body{
    padding:1.5rem;
}


/* =========================
   FLOATING WA
========================= */
.floating-wa{
    position:fixed;
    right:20px;
    bottom:20px;
    z-index:9999;
    display:flex;
    align-items:center;
    gap:10px;
    background:#25D366;
    color:#fff;
    padding:14px 18px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    box-shadow:0 10px 25px rgba(37,211,102,.35);
    transition:all .3s ease;
}

.floating-wa:hover{
    transform:translateY(-3px);
    color:#fff;
    box-shadow:0 15px 35px rgba(37,211,102,.45);
}

.floating-wa i{
    font-size:1.5rem;
    line-height:1;
}

@media(max-width:768px){

    .floating-wa{
        width:60px;
        height:60px;
        padding:0;
        border-radius:50%;
        justify-content:center;
    }

    .floating-wa span{
        display:none;
    }

    .floating-wa i{
        font-size:2rem;
    }

}


@keyframes waPulse{
    0%{
        box-shadow:0 0 0 0 rgba(37,211,102,.6);
    }
    70%{
        box-shadow:0 0 0 15px rgba(37,211,102,0);
    }
    100%{
        box-shadow:0 0 0 0 rgba(37,211,102,0);
    }
}

.floating-wa{
    animation:waPulse 2s infinite;
}



/* =========================
   NAVBAR
========================= */

.invitera-navbar{
    background:rgba(255,255,255,.85);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    border-bottom:1px solid rgba(0,0,0,.05);
    transition:.3s ease;
    padding:.9rem 0;
}

.invitera-navbar .navbar-brand{
    font-family:'Plus Jakarta Sans',sans-serif;
}

.invitera-navbar .nav-link{
    font-weight:500;
    color:#495057;
    margin:0 .35rem;
    transition:.3s;
}

.invitera-navbar .nav-link:hover

.invitera-navbar .btn{
    border-radius:12px;
    font-weight:600;
}

@media(max-width:991px){

    .invitera-navbar .navbar-collapse{
        background:#fff;
        margin-top:15px;
        padding:20px;
        border-radius:16px;
        box-shadow:0 10px 30px rgba(0,0,0,.08);
    }

    .invitera-navbar .nav-link{
        padding:.75rem 0;
    }

}

/* =========================
   FILTER TEMPLATE
========================= */

.btn-filter{
    border:1px solid #dee2e6;
    background:#fff;
    margin:5px;
    border-radius:30px;
    padding:10px 20px;
    transition:.3s;
}

.btn-filter:hover{
    background:#11B8C8;
    color:#fff;
    border-color:#11B8C8;
}

.btn-filter.active{
    background:#11B8C8;
    color:#fff;
    border-color:#11B8C8;
}


/* Template Page */
.template-description{
    color:#6c757d;
    font-size:.95rem;
    line-height:1.7;
}

.template-box{
    border-radius:24px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.3s;
    height:100%;
}

.template-box:hover{
    transform:translateY(-8px);
}

.template-image{
    position:relative;
    overflow:hidden;
}

.template-image img{
    width:100%;
    aspect-ratio:9/16;
    object-fit:cover;
}

.template-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:.3s;
}

.template-box:hover .template-overlay{
    opacity:1;
}

.template-info{
    padding:24px;
}

.template-category{
    display:inline-block;
    padding:6px 14px;
    border-radius:50px;
    background:#e8f9fb;
    color:#0dcaf0;
    font-size:.85rem;
    font-weight:600;
    margin-bottom:12px;
}

.pagination{
    gap:8px;
}

.page-link{
    border:none;
    border-radius:12px !important;
    color:#00bcd4;
    padding:12px 18px;
}

.page-item.active .page-link{
    background:#00bcd4;
    color:#fff;
}

.page-link:hover{
    background:#e8f9fb;
    color:#00bcd4;
}

.templates-page{
    padding-top:140px;
    padding-bottom:80px;
}


/* ==========================
   Stats Section
========================== */
.stats-section{
    background:#FAFCFD;
}

.section-badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:30px;
    background:#DDF8FA;
    color:#11B8C8;
    font-size:13px;
    font-weight:600;
}

.section-title{
    font-size:38px;
    font-weight:800;
    color:#1B1B1B;
}

.section-subtitle{
    color:#777;
    max-width:650px;
    margin:auto;
}

.stat-card{
    background:#fff;
    border-radius:24px;
    padding:45px 30px;
    text-align:center;
    height:100%;
    border:1px solid #EEF3F5;
    transition:.35s;
    box-shadow:0 12px 35px rgba(0,0,0,.04);
}

.stat-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(17,184,200,.18);
}

.stat-icon{
    width:72px;
    height:72px;
    margin:auto;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(
        135deg,
        #11B8C8,
        #53D3DF
    );
    color:#fff;
    font-size:30px;
    margin-bottom:25px;
}

.counter{
    font-size:46px;
    font-weight:800;
    color:#11B8C8;
    margin-bottom:10px;
}

.stat-card p{
    color:#666;
    font-size:16px;
    margin:0;
}

@media(max-width:768px){
    .section-title{
        font-size:28px;
    }
    .counter{
        font-size:34px;
    }
}

.landing-content{
    padding-top:90px;
}

@media(max-width:991px){

    .landing-content{
        padding-top:75px;
    }

}

/* HERO BUTTON */
.hero-buttons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.hero-buttons .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:58px;
    padding:0 34px;
    line-height:1;
    font-weight:700;
}

@media(max-width:768px){

    .hero-buttons{
        display:flex;
        gap:14px;
        flex-wrap:wrap;
        margin-top:28px;
    }

     .hero-buttons .btn{
        padding:14px 26px;
        font-size:17px;
        border-radius:16px;
    }


}




