/* =========================================================
DOCMAKERHUB
ULTIMATE PREMIUM FULL CSS
MODERN • ADSENSE FRIENDLY • MOBILE PERFECT
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root{

    --primary:#2563eb;
    --primary-dark:#1d4ed8;
    --secondary:#ff8c1a;
    --dark:#0f172a;
    --light:#f8fafc;
    --white:#ffffff;
    --text:#64748b;

}

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

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:'Poppins',sans-serif;

    background:#f3f6fb;

    color:#0f172a;

    overflow-x:hidden;

    line-height:1.7;

}

.container{
    max-width:1240px;
}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
    transition:.3s;
}

ul{
    padding-left:18px;
}

section{
    position:relative;
}

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

.navbar{

    position:fixed;
    top:0;
    left:0;

    width:100%;

    z-index:999;

    padding:16px 0;

    background:
    rgba(15,23,42,.82);

    backdrop-filter:blur(14px);

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

}

.navbar-brand{

    color:#fff!important;

    font-size:30px;
    font-weight:800;

}

.navbar-brand span{
    color:#ff8c1a;
}

.navbar-nav .nav-link{

    color:#fff!important;

    margin:0 12px;

    font-size:14px;
    font-weight:500;

    position:relative;

}

.navbar-nav .nav-link::after{

    content:"";

    position:absolute;

    left:0;
    bottom:-6px;

    width:0%;
    height:2px;

    background:#fff;

    transition:.3s;

}

.navbar-nav .nav-link:hover::after{
    width:100%;
}

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

.hero{

    position:relative;

    overflow:hidden;

    padding:110px 0 140px;

    background:linear-gradient(
    135deg,
    #2563eb 0%,
    #1d4ed8 40%,
    #0f172a 100%
    );

}

/* CIRCLE EFFECT */

.hero::before{

    content:"";

    position:absolute;

    width:750px;
    height:750px;

    border-radius:50%;

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

    top:-320px;
    right:-220px;

}

.hero::after{

    content:"";

    position:absolute;

    width:500px;
    height:500px;

    border-radius:50%;

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

    bottom:-220px;
    left:-160px;

}

.hero .container{
    position:relative;
    z-index:5;
}

/* =========================================================
BADGE
========================================================= */

.hero-badge{

    display:inline-block;

    background:
    linear-gradient(
        135deg,
        #ff8c1a,
        #fb923c
    );

    color:#fff;

    padding:12px 24px;

    border-radius:60px;

    font-size:14px;
    font-weight:700;

    margin-bottom:35px;

    box-shadow:
    0 15px 35px rgba(255,140,26,.35);

}

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

.hero-title{

    font-size:82px;
    line-height:1.1;

    font-weight:800;

    color:#fff;

    text-align:center;

    margin-bottom:30px;

}

.hero-title span{

    background:
    linear-gradient(
        90deg,
        #facc15,
        #fb923c
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

}

/* =========================================================
DESCRIPTION
========================================================= */

.hero-description{

    max-width:920px;

    margin:auto;

    text-align:center;

    color:#dbeafe;

    font-size:20px;
    line-height:2;

}

.hero-description.hindi{

    margin-top:20px;

    font-size:18px;

    color:#e2e8f0;

}

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

.hero-buttons{

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

    gap:20px;

    margin-top:45px;

    flex-wrap:wrap;

}

.hero-btn{

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

    min-width:220px;

    padding:18px 36px;

    border-radius:60px;

    background:#fff;

    color:#2563eb;

    font-weight:700;

    box-shadow:
    0 20px 40px rgba(0,0,0,.18);

}

.hero-btn:hover{

    background:#2563eb;

    color:#fff;

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

}

.hero-btn-outline{

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

    min-width:220px;

    padding:18px 36px;

    border-radius:60px;

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

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

    backdrop-filter:blur(12px);

    color:#fff;

    font-weight:700;

}

.hero-btn-outline:hover{

    background:#fff;

    color:#111827;

    transform:translateY(-5px);

}
/* =========================================================
DOCMAKERHUB
ULTIMATE PREMIUM FULL CSS
FINAL MODERN UI
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root{

    --primary:#2563eb;
    --primary-dark:#1d4ed8;
    --secondary:#ff8c1a;
    --dark:#0f172a;
    --light:#f8fafc;
    --white:#ffffff;
    --text:#64748b;

}

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

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:'Poppins',sans-serif;

    background:#f3f6fb;

    color:#0f172a;

    overflow-x:hidden;

    line-height:1.7;

}

.container{
    max-width:1240px;
}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
    transition:.3s;
}

section{
    position:relative;
}

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

.navbar{

    position:fixed;
    top:0;
    left:0;

    width:100%;

    z-index:999;

    padding:16px 0;

    background:
    rgba(15,23,42,.82);

    backdrop-filter:blur(14px);

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

}

.navbar-brand{

    color:#fff!important;

    font-size:30px;
    font-weight:800;

}

.navbar-brand span{
    color:#ff8c1a;
}

.navbar-nav .nav-link{

    color:#fff!important;

    margin:0 12px;

    font-size:14px;
    font-weight:500;

    position:relative;

}

.navbar-nav .nav-link::after{

    content:"";

    position:absolute;

    left:0;
    bottom:-6px;

    width:0%;
    height:2px;

    background:#fff;

    transition:.3s;

}

.navbar-nav .nav-link:hover::after{
    width:100%;
}

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

.hero-section{

    position:relative;

    overflow:hidden;

    padding:170px 0 220px;

    background:
    linear-gradient(
        135deg,
        #2563eb 0%,
        #1d4ed8 45%,
        #0f172a 100%
    );

}

.hero-section::before{

    content:"";

    position:absolute;

    width:750px;
    height:750px;

    border-radius:50%;

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

    top:-320px;
    right:-220px;

}

.hero-section::after{

    content:"";

    position:absolute;

    width:500px;
    height:500px;

    border-radius:50%;

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

    bottom:-220px;
    left:-160px;

}

.hero-section .container{
    position:relative;
    z-index:5;
}

/* =========================================================
BADGE
========================================================= */

.hero-badge{

    display:inline-block;

    background:
    linear-gradient(
        135deg,
        #ff8c1a,
        #fb923c
    );

    color:#fff;

    padding:12px 24px;

    border-radius:60px;

    font-size:14px;
    font-weight:700;

    margin-bottom:35px;

    box-shadow:
    0 15px 35px rgba(255,140,26,.35);

}

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

.hero-title{

    font-size:82px;
    line-height:1.1;

    font-weight:800;

    color:#fff;

    text-align:center;

    margin-bottom:30px;

}

.hero-title span{

    background:
    linear-gradient(
        90deg,
        #facc15,
        #fb923c
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

}

/* =========================================================
DESCRIPTION
========================================================= */

.hero-description{

    max-width:920px;

    margin:auto;

    text-align:center;

    color:#dbeafe;

    font-size:20px;
    line-height:2;

}

.hero-description.hindi{

    margin-top:20px;

    font-size:18px;

    color:#e2e8f0;

}

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

.hero-buttons{

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

    gap:20px;

    margin-top:45px;

    flex-wrap:wrap;

}

.hero-btn{

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

    min-width:220px;

    padding:18px 36px;

    border-radius:60px;

    background:#fff;

    color:#2563eb;

    font-weight:700;

    box-shadow:
    0 20px 40px rgba(0,0,0,.18);

}

.hero-btn:hover{

    background:#2563eb;

    color:#fff;

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

}

.hero-btn-outline{

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

    min-width:220px;

    padding:18px 36px;

    border-radius:60px;

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

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

    backdrop-filter:blur(12px);

    color:#fff;

    font-weight:700;

}

.hero-btn-outline:hover{

    background:#fff;

    color:#111827;

    transform:translateY(-5px);

}

/* =========================================================
SEARCH BOX
========================================================= */

.search-box{

    max-width:820px;

    margin:55px auto 0;

    position:relative;

    z-index:10;

}

.search-box .input-group{

    background:#fff;

    border-radius:70px;

    overflow:hidden;

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

    border:
    4px solid rgba(255,255,255,.15);

    transition:.3s;

}

.search-box .input-group:hover{

    transform:translateY(-3px);

    box-shadow:
    0 28px 70px rgba(37,99,235,.18);

}

.search-input{

    height:72px;

    border:none!important;

    padding-left:32px;

    padding-right:20px;

    font-size:17px;

    font-weight:500;

    color:#0f172a;

    background:#fff!important;

    box-shadow:none!important;

}

.search-input::placeholder{

    color:#94a3b8;

    font-size:15px;

}

.search-btn{

    width:190px;

    border:none!important;

    background:
    linear-gradient(
        135deg,
        #ff8c1a,
        #fb923c
    )!important;

    color:#fff!important;

    font-size:17px;

    font-weight:700;

    letter-spacing:.3px;

    transition:.3s;

    position:relative;

    overflow:hidden;

}

.search-btn:hover{

    background:
    linear-gradient(
        135deg,
        #ea580c,
        #ff8c1a
    )!important;

    transform:scale(1.02);

}

.search-btn::before{

    content:"";

    position:absolute;

    top:0;
    left:-100%;

    width:100%;
    height:100%;

    background:
    linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.35),
        transparent
    );

    transition:.6s;

}

.search-btn:hover::before{

    left:100%;

}

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

.stats-section{

    margin-top:-90px;

    position:relative;
    z-index:20;

}

.stat-card{

    background:#fff;

    border-radius:28px;

    padding:42px 30px;

    text-align:center;

    box-shadow:
    0 20px 50px rgba(15,23,42,.08);

    transition:.35s;

}

.stat-card:hover{

    transform:translateY(-8px);

}

.stat-card h2{

    font-size:56px;
    font-weight:800;

    color:#2563eb;

    margin-bottom:12px;

}

.stat-card p{

    color:#64748b;

    font-size:16px;

}

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

.section-title{

    position:relative;

    font-size:50px;
    font-weight:800;

    margin-bottom:24px;

    padding-left:18px;

}

.section-title::before{

    content:"";

    position:absolute;

    left:0;
    top:10px;

    width:6px;
    height:58px;

    border-radius:20px;

    background:#facc15;

}

.section-subtitle{

    max-width:850px;

    color:#64748b;

    font-size:18px;
    line-height:2;

    margin-bottom:60px;

}

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

@media(max-width:991px){

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

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

}

@media(max-width:576px){

.hero-section{
    padding:100px 0 120px;
}

.hero-title{

    font-size:38px;
    line-height:1.3;

}

.hero-description{

    font-size:14px;
    line-height:1.9;

}

.hero-buttons{
    flex-direction:column;
}

.hero-btn,
.hero-btn-outline{
    width:100%;
}

.search-box .input-group{
    border-radius:20px;
}

.search-input{

    height:60px;

    font-size:14px;

    padding-left:18px;

}

.search-btn{

    width:110px;

    font-size:13px;

}

.stat-card{
    margin-bottom:20px;
}

.stat-card h2{
    font-size:38px;
}

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

}

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

.stats-section{

    margin-top:-90px;

    position:relative;
    z-index:20;

}

.stat-card{

    background:#fff;

    border-radius:28px;

    padding:42px 30px;

    text-align:center;

    box-shadow:
    0 20px 50px rgba(15,23,42,.08);

    transition:.35s;

}

.stat-card:hover{

    transform:translateY(-8px);

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

}

.stat-card h2{

    font-size:56px;
    font-weight:800;

    color:#2563eb;

    margin-bottom:12px;

}

.stat-card p{

    color:#64748b;

    font-size:16px;

}

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

.section-title{

    position:relative;

    font-size:50px;
    font-weight:800;

    margin-bottom:24px;

    padding-left:18px;

}

.section-title::before{

    content:"";

    position:absolute;

    left:0;
    top:10px;

    width:6px;
    height:58px;

    border-radius:20px;

    background:#facc15;

}

.section-subtitle{

    max-width:850px;

    color:#64748b;

    font-size:18px;
    line-height:2;

    margin-bottom:60px;

}

/* =========================================================
CATEGORY SECTION
========================================================= */

.category-section{
    padding:110px 0;
}

.category-card{

    background:#fff;

    border-radius:28px;

    overflow:hidden;

    height:100%;

    transition:.35s;

    box-shadow:
    0 20px 55px rgba(15,23,42,.06);

}

.category-card:hover{

    transform:
    translateY(-10px);

    box-shadow:
    0 35px 85px rgba(37,99,235,.14);

}

.category-image{

    overflow:hidden;
    position:relative;

}

.category-image img{

    width:100%;
    height:240px;

    object-fit:cover;

    transition:.5s;

}

.category-card:hover img{
    transform:scale(1.08);
}

.category-content{
    padding:10px;
}

.category-badge{

    display:inline-block;

    background:#dbeafe;

    color:#2563eb;

    padding:8px 18px;

    border-radius:40px;

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

    margin-bottom:16px;

}

.category-content h3{

    font-size:20px;
    font-weight:700;

    margin-bottom:1px;

}

.category-content p{

    color:#64748b;

    line-height:1.9;

    font-size:16px;

    min-height:90px;

}

.category-btn{

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

    padding:14px 28px;

    border-radius:14px;

    background:#2563eb;

    color:#fff;

    font-weight:700;

    margin-top:18px;

}

.category-btn:hover{

    background:#1d4ed8;

    color:#fff;

}

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

.features-section{

    padding:110px 0;

    background:#fff;

}

.feature-card{

    background:#f8fafc;

    border-radius:24px;

    padding:45px 30px;

    text-align:center;

    transition:.35s;

    height:100%;

}

.feature-card:hover{

    transform:translateY(-8px);

}

.feature-icon{

    width:90px;
    height:90px;

    border-radius:24px;

    background:
    linear-gradient(
        135deg,
        #2563eb,
        #1d4ed8
    );

    color:#fff;

    font-size:36px;

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

    margin:auto auto 25px;

}

.feature-card h3{

    font-size:26px;
    font-weight:700;

    margin-bottom:16px;

}

.feature-card p{

    color:#64748b;

    line-height:2;

}

/* =========================================================
SEO CONTENT
========================================================= */

.seo-main-section{
    padding:110px 0;
}

.seo-box{

    background:#fff;

    border-radius:30px;

    padding:70px;

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

}

.seo-box h2{

    font-size:44px;
    font-weight:800;

    margin-bottom:30px;

}

.seo-box h3{

    font-size:30px;
    font-weight:700;

    margin-top:50px;
    margin-bottom:20px;

    border-left:6px solid #2563eb;

    padding-left:18px;

}

.seo-box p{

    color:#475569;

    line-height:2.2;

    font-size:17px;

    margin-bottom:25px;

}

.seo-box li{

    margin-bottom:12px;

    line-height:2;

}

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

.faq-section{
    padding:100px 0;
}

.accordion-item{

    border:none!important;

    border-radius:20px!important;

    overflow:hidden;

    margin-bottom:20px;

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

}

.accordion-button{

    padding:24px;

    font-size:17px;
    font-weight:700;

    background:#fff;

}

.accordion-button:not(.collapsed){

    background:#2563eb!important;

    color:#fff!important;

}

.accordion-body{

    padding:24px;

    line-height:2;

    color:#475569;

}

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

.cta-section{
    padding-bottom:90px;
}

.cta-box{

    position:relative;

    overflow:hidden;

    background:
    linear-gradient(
        135deg,
        #2563eb,
        #1d4ed8
    );

    border-radius:34px;

    padding:80px;

    color:#fff;

}

.cta-box::before{

    content:"";

    position:absolute;

    width:420px;
    height:420px;

    border-radius:50%;

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

    top:-120px;
    right:-120px;

}

.cta-box h2{

    font-size:50px;
    font-weight:800;

    margin-bottom:20px;

}

.cta-box p{

    color:#dbeafe;

    font-size:18px;

    line-height:2;

}

.cta-btn{

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

    padding:18px 34px;

    border-radius:16px;

    background:#fff;

    color:#1d4ed8;

    font-weight:700;

    margin-top:24px;

}

.cta-btn:hover{

    transform:translateY(-5px);

}

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

.footer{

    background:#0f172a;

    color:#cbd5e1;

    padding:90px 0 30px;

}

.footer h4{

    color:#fff;

    font-size:22px;
    font-weight:700;

    margin-bottom:25px;

}

.footer p,
.footer li{

    line-height:2;

    font-size:15px;

}

.footer ul{

    list-style:none;

    padding:0;

}

.footer ul li{
    margin-bottom:10px;
}

.footer a{

    color:#cbd5e1;

}

.footer a:hover{
    color:#fff;
}

.footer-bottom{

    margin-top:50px;

    padding-top:25px;

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

    text-align:center;

}

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

@media(max-width:991px){

.hero{

    padding:130px 0 150px;

}

.hero-title{

    font-size:54px;

}

.hero-description{

    font-size:16px;

}

.search-box{

    margin-top:40px;

}

.stats-section{

    margin-top:-50px;

}

.seo-box{

    padding:40px;

}

}

@media(max-width:576px){

.hero{

    padding:100px 0 120px;

}

.hero-title{

    font-size:38px;
    line-height:1.3;

}

.hero-description{

    font-size:14px;
    line-height:1.9;

}

.hero-buttons{

    flex-direction:column;

}

.hero-btn,
.hero-btn-outline{

    width:100%;

}

.search-box .input-group{

    border-radius:20px;

}

.search-input{

    height:60px;

    font-size:14px;

    padding-left:18px;

}

.search-btn{

    width:110px;

    font-size:13px;

}

.stats-section{

    margin-top:-40px;

}

.stat-card{

    margin-bottom:20px;

}

.stat-card h2{

    font-size:38px;

}

.section-title{

    font-size:32px;

}

.category-content h3{

    font-size:22px;

}

.seo-box{

    padding:25px;

}

.cta-box{

    padding:40px 25px;

    text-align:center;

}

.cta-box h2{

    font-size:32px;

}

.footer{

    text-align:center;

}

}

/* FAQ FIX */

.collapse:not(.show){
    display:none;
}

.collapse.show{
    display:block;
}

.accordion-button{
    cursor:pointer;
}

.accordion-button:focus{
    box-shadow:none !important;
}

/* FAQ WORKING FIX */

.accordion-collapse{
    transition:all .3s ease;
}

.accordion-collapse:not(.show){
    display:none;
}

.accordion-collapse.show{
    display:block;
}