:root {
    --primary-color: #0d6efd;
    --secondary-color: #0d1b2a;
    --text-color: #495057;
    --light-text: #6c757d;
    --background-color: #f5f7fb;
    --white-color: #ffffff;
    --border-radius: 24px;
    --primary-font: 'Nunito', sans-serif;
    }
    body {
    background: var(--background-color);
    font-family: var(--primary-font);
    color: var(--text-color);
    overflow-x: hidden;
    line-height: 1.8;
    font-size: clamp(15px, 1vw, 17px);
    font-weight: 500;
    letter-spacing: -0.2px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
    font-family: var(--primary-font);
    color: var(--secondary-color);
    letter-spacing: -1.2px;
    line-height: 1.15;
    font-weight: 800;
    }
    a {
    text-decoration: none;
    transition: 0.3s ease;
    }
    p {
    color: var(--light-text);
    line-height: 1.9;
    letter-spacing: -0.2px;
    font-size: clamp(18px, 1vw, 18px);
    }
    .service-box h3,
    .feature-card h4,
    .pricing-card h3,
    .demo-card h3 {
    font-size: clamp(24px, 3vw, 30px);
    font-weight: 700;
    letter-spacing: -1px;
    }
    section {
    position: relative;
    }
    /* ==== NAVBAR ========= */
    .custom-navbar{
    padding:10px 0;
    background:rgba(255,255,255,.88);
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
    border-bottom:1px solid rgba(15,23,42,.06);
    transition:.35s ease;
    }
    .site-logo{
    max-height:55px;
    width:auto;
    max-width:100%;
    display:block;
    }
    .navbar-nav{
    gap:10px;
    }
    .navbar-nav .nav-link{
    position:relative;
    color:#334155;
    font-weight:600;
    padding:10px 16px !important;
    transition:.3s;
    font-size: clamp(18px, 1vw, 18px);
    }
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active{
    color:var(--primary-color);
    }
    .navbar-nav .nav-link::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    width:0;
    height:2px;
    background:var(--primary-color);
    transition:.3s;
    transform:translateX(-50%);
    }
    .navbar-nav .nav-link:hover::after,
    .navbar-nav .nav-link.active::after{
    width:60%;
    }
    .nav-btn{
    padding:8px 24px;
    border-radius:50px;
    font-weight:600;
    }
    .btn-outline-primary{
    border-radius:50px;
    padding:12px 24px;
    }
    .navbar-toggler{
    font-size:30px;
    color:var(--primary-color);
    }
    @media(max-width:991px){
    .navbar-collapse{
    background:#ffffff;
    margin-top:20px;
    padding:25px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(15,23,42,.08);
    }
    .navbar-nav{
    margin-bottom:20px;
    gap:0;
    }
    .navbar-nav .nav-link{
    padding:8px 0 !important;
    }
    .navbar-nav .nav-link::after{
    display:none;
    }
    @media (max-width:991px){
    .nav-btn{
    width:100%;
    }
    }
    }
    /*=====================================
    Hero Section
    ======================================*/
    .hero-section{
    padding:40px 0;
    background:#f8fbff;
    overflow:hidden;
    }
    .hero-section .hero-badge{
    display:inline-flex;
    align-items:center;
    padding:10px 18px;
    background:#eef5ff;
    color:#2563eb;
    border-radius:50px;
    font-size:0.9rem;
    font-weight:600;
    letter-spacing:0.05rem;
    }
    .hero-section h1{
    font-size:clamp(2rem,5vw,3.8rem);
    line-height:1.2;
    color:#0f172a;
    margin-bottom:20px;
    margin-top: 20px;
    }
    .hero-section h1 span{
    color:#2563eb;
    }
    .hero-section p{
    color:#64748b;
    line-height:1.9;
    }
    .hero-section .hero-buttons .btn{
    padding:12px 30px;
    border-radius:50px;
    font-weight:600;
    }
    .hero-section .hero-buttons .btn-outline-primary{
    border-width:2px;
    }
    .hero-section .stat-box{
    background:#ffffff;
    border:1px solid #edf2f7;
    border-radius:18px;
    padding:18px 15px;
    text-align:center;
    height:100%;
    transition:0.3s ease;
    box-shadow:0 10px 30px rgba(15,23,42,.05);
    }
    .hero-section .stat-box:hover{
    transform:translateY(-5px);
    }
    .hero-section .stat-box h3{
    font-size:1.5rem;
    font-weight:700;
    color:#2563eb;
    margin-bottom:6px;
    }
    .hero-section .stat-box p{
    margin:0;
    color:#64748b;
    line-height:1.5;
    }
    .hero-section .hero-image{
    width:130%;
    max-width:650px;
    height:auto;
    display:block;
    margin:auto;
    }
    /*=====================================
    Tablet
    ======================================*/
    @media (max-width:991.98px){
    .hero-section{
    padding:70px 0;
    }
    .hero-section p{
    margin-left:auto;
    margin-right:auto;
    }
    .hero-section .hero-image{
    width:100%;
    margin-top:20px;
    }
    }
    /*=====================================
    Mobile
    ======================================*/
    @media (max-width:575.98px){
    .hero-section{
    padding:20px 0;
    }
    .hero-section .hero-badge{
    font-size:0.8rem;
    padding:8px 14px;
    }
    .hero-section h1{
    font-size:2rem;
    }
    .hero-section p{
    font-size:1rem;
    }
    .hero-section .hero-buttons .btn{
    width:100%;
    }
    .hero-section .stat-box{
    padding:15px 10px;
    }
    .hero-section .stat-box h3{
    font-size:1.3rem;
    }
    .hero-section .stat-box p{
    font-size:0.82rem;
    }
    }
    /*=====================================
    Stats Section
    ======================================*/
    .stats-section{
    padding:40px 0;
    background:#ffffff;
    }
    .stats-section .stats-card{
    background:#ffffff;
    border:1px solid #edf2f7;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    transition:all .3s ease;
    box-shadow:0 5px 20px rgba(15,23,42,.04);
    }
    .stats-section .stats-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 45px rgba(15,23,42,.08);
    }
    .stats-section .stats-icon{
    width:50px;
    height:50px;
    margin:0 auto 20px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#2563eb,#0f172a);
    }
    .stats-section .stats-icon i{
    color:#ffffff;
    font-size:16px;
    }
    .stats-section .stats-card h2{
    color:#0f172a;
    margin-bottom:10px;
    font-size: clamp(25px, 1vw, 25px);
    }
    .stats-section .stats-card p{
    margin:0;
    color:#64748b;
    line-height:1.7;
    }
    /*==========================
    Tablet
    ==========================*/
    @media (max-width:991.98px){
    .stats-section{
    padding:70px 0;
    }
    .stats-section .stats-card{
    padding:30px 20px;
    }
    }
    /*==========================
    Mobile
    ==========================*/
    @media (max-width:575.98px){
    .stats-section .stats-card{
    padding:20px 15px;
    border-radius:16px;
    }
    .stats-section .stats-icon{
    width:50px;
    height:50px;
    margin-bottom:15px;
    }
    .stats-section .stats-icon i{
    font-size:18px;
    }
    .stats-section .stats-card h2{
    font-size:1.5rem;
    }
    .stats-section .stats-card p{
    font-size:0.85rem;
    line-height:1.5;
    }
    }
    /*=====================================
    About Platform
    ======================================*/
    .about-platform{
    padding:100px 0;
    background:#f8fbff;
    }
    .about-platform .section-badge{
    display:inline-flex;
    align-items:center;
    padding:8px 18px;
    background:#eaf2ff;
    color:#2563eb;
    border-radius:50px;
    font-size:.9rem;
    font-weight:700;
    letter-spacing: 0.05rem;
    }
    .about-platform h2{
    font-size:clamp(2rem,5vw,3.5rem);
    font-weight:700;
    line-height:1.25;
    color:#0f172a;
    margin-top: 20px;
    }
    .about-platform h2 span{
    color:#2563eb;
    }
    .about-platform p{
    color:#64748b;
    line-height:1.9;
    margin-top: 20px;
    }
    .about-platform .feature-item{
    display: flex;
    align-items: center;
    gap: 12px;
    }
    .about-platform .feature-item i{
    color:#10b981;
    flex-shrink:0;
    }
    .about-platform .feature-item span{
    color:#64748b;
    font-weight:500;
    line-height:1.2;
    font-size: clamp(18px, 1vw, 18px);
    }
    /*=========================
    Platform Cards
    =========================*/
    .about-platform .platform-card{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    }
    .about-platform .platform-box{
    background:#ffffff;
    border:1px solid #edf2f7;
    border-radius:20px;
    padding:35px 20px;
    text-align:center;
    transition:all .3s ease;
    box-shadow:0 5px 20px rgba(15,23,42,.04);
    }
    .about-platform .platform-box:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 40px rgba(15,23,42,.08);
    }
    .about-platform .platform-box i{
    font-size:36px;
    color:#2563eb;
    margin-bottom:15px;
    }
    .about-platform .platform-box h5{
    margin:0;
    font-weight:600;
    color:#0f172a;
    }
    /*=====================================
    Tablet
    ======================================*/
    @media (max-width:991.98px){
    .about-platform{
    padding:70px 0;
    }
    .about-platform p{
    margin-bottom:10px;
    }
    }
    /*=====================================
    Mobile
    ======================================*/
    @media (max-width:575.98px){
    .about-platform h1{
    font-size:2rem;
    }
    .about-platform p{
    font-size:1rem;
    }
    .about-platform .feature-item{
    align-items:flex-start;
    }
    .about-platform .feature-item span{
    font-size:.95rem;
    }
    .about-platform .platform-card{
    grid-template-columns:1fr;
    gap:15px;
    }
    .about-platform .platform-box{
    padding:25px 15px;
    }
    .about-platform .platform-box i{
    font-size:30px;
    }
    .about-platform .platform-box h5{
    font-size:1rem;
    }
    }
    /*==================================
    FEATURES SECTION
    ==================================*/
    .features-section{
    padding:80px 0;
    background:#ffffff;
    }
    .features-section .section-badge{
    display:inline-flex;
    align-items:center;
    padding:8px 18px;
    background:#eaf2ff;
    color:#2563eb;
    border-radius:50px;
    font-size:.9rem;
    font-weight:700;
    letter-spacing: 0.05rem;
    }
    .features-section h2{
    font-size:clamp(2rem,5vw,3rem);
    font-weight:700;
    line-height:1.25;
    color:#0f172a;
    margin-top: 20px;
    }
    .features-section h2 span{
    color:#2563eb;
    }
    .features-section p{
    color:#64748b;
    line-height:1.7;
    margin-top: 20px;
    max-width:750px;
    }
    .features-section .feature-card{
    background:#ffffff;
    border:1px solid #edf2f7;
    border-radius:20px;
    padding:15px 5px;
    text-align:center;
    height:100%;
    transition:all .3s ease;
    box-shadow:0 5px 20px rgba(15,23,42,.04);
    }
    .features-section .feature-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 45px rgba(15,23,42,.08);
    border-color:#2563eb20;
    }
    .features-section .feature-icon{
    width:50px;
    height:50px;
    margin:0 auto 20px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#2563eb,#0f172a);
    }
    .features-section .feature-icon i{
    color:#ffffff;
    font-size:18px;
    }
    .features-section .feature-card h4{
    font-size:1.3rem;
    font-weight:700;
    color:#0f172a;
    margin-bottom:15px;
    line-height:1.4;
    }
    .features-section .feature-card p{
    margin:0;
    color:#64748b;
    line-height:1.5;
    }
    /*==================================
    Tablet
    ==================================*/
    @media (max-width:991.98px){
    .features-section{
    padding:40px 0;
    }
    .features-section .feature-card{
    padding:15px 5px;
    }
    }
    /*==================================
    Mobile
    ==================================*/
    @media (max-width:575.98px){
    .features-section .feature-card{
    padding:22px 1px;
    border-radius:16px;
    }
    .features-section .feature-icon{
    width:50px;
    height:50px;
    margin-bottom:15px;
    }
    .features-section .feature-icon i{
    font-size:18px;
    }
    .features-section .feature-card h4{
    font-size:1.1rem;
    margin-bottom:10px;
    }
    .features-section .feature-card p{
    font-size:.9rem;
    line-height:1.6;
    }
    }
    /*==================================
    Templates Section
    ==================================*/
    .templates-section{
    padding:80px 0;
    background:#f8fbff;
    }
    .templates-section .section-badge{
    display:inline-flex;
    align-items:center;
    padding:8px 18px;
    background:#eaf2ff;
    color:#2563eb;
    border-radius:50px;
    font-size:.9rem;
    font-weight:700;
    letter-spacing: 0.05rem;
    }
    .templates-section h2{
    font-size:clamp(2rem,5vw,3rem);
    font-weight:700;
    line-height:1.25;
    color:#0f172a;
    margin-top: 20px;
    }
    .templates-section h2 span{
    color:#2563eb;
    }
    .templates-section p{
    color:#64748b;
    line-height:1.5;
    margin-top: 10px;
    max-width:750px;
    }
    .templates-section .template-card{
    background:#ffffff;
    border:1px solid #edf2f7;
    border-radius:20px;
    overflow:hidden;
    height:100%;
    transition:all .3s ease;
    box-shadow:0 5px 20px rgba(15,23,42,.04);
    }
    .templates-section .template-card:hover{
    transform:translateY(-2px);
    box-shadow:0 20px 45px rgba(15,23,42,.08);
    }
    .templates-section .template-image{
    overflow:hidden;
    background:#eef5ff;
    aspect-ratio:16/9;
    padding: 10px;
    }
    .templates-section .template-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.5s;
    }
    .templates-section .template-card:hover .template-image img{
    transform:scale(1.03);
    }
    .templates-section .template-content{
    padding:30px;
    }
    .templates-section .template-content h4{
    font-weight:700;
    color:#0f172a;
    margin-bottom:12px;
    }
    .templates-section .template-content p{
    color:#64748b;
    line-height:1.5;
    margin-bottom:25px;
    }
    .templates-section .template-content .btn{
    border-radius:50px;
    padding:10px 26px;
    font-weight:600;
    }
    .templates-section .template-tag,
    .template-badge{
    display:inline-flex;
    align-items:center;
    padding:6px 14px;
    border-radius:50px;
    background:#eef5ff;
    color:#2563eb;
    font-size:.85rem;
    font-weight:600;
    }
    .templates-section .coming-soon .template-image{
    background:#f1f5f9;
    }
    .templates-section .coming-soon i{
    font-size:70px;
    color:#2563eb;
    }
    /*==================================
    Tablet
    ==================================*/
    @media (max-width:991.98px){
    .templates-section{
    padding:70px 0;
    }
    .templates-section .template-content{
    padding:25px;
    }
    }
    /*==================================
    Mobile
    ==================================*/
    @media (max-width:575.98px){
    .templates-section .template-content{
    padding:20px;
    text-align:center;
    }
    .templates-section .template-content h4{
    font-size:1.25rem;
    }
    .templates-section .template-content p{
    line-height:1.6;
    }
    .templates-section .template-content .btn{
    width:100%;
    }
    }
    /*==================================
    Process Section
    ==================================*/
    .process-section{
    padding:80px 0;
    background:#ffffff;
    }
    .process-section .section-badge{
    display:inline-flex;
    align-items:center;
    padding:8px 18px;
    background:#eaf2ff;
    color:#2563eb;
    border-radius:50px;
    font-size:.9rem;
    font-weight:700;
    letter-spacing: 0.05rem;
    }
    .process-section h2{
    font-size:clamp(2rem,5vw,3rem);
    font-weight:700;
    line-height:1.25;
    color:#0f172a;
    margin-top: 20px;
    }
    .process-section h2 span{
    color:#2563eb;
    }
    .process-section p{
    color:#64748b;
    line-height:1.5;
    margin-top: 10px;
    max-width:750px;
    }
    .process-section .process-card{
    background:#ffffff;
    border:1px solid #edf2f7;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    transition:all .3s ease;
    box-shadow:0 5px 20px rgba(15,23,42,.04);
    }
    .process-section .process-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 45px rgba(15,23,42,.08);
    border-color:#2563eb20;
    }
    .process-section .process-number{
    width:50px;
    height:50px;
    margin:0 auto 20px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#2563eb,#0f172a);
    color:#ffffff;
    font-weight:700;
    }
    .process-section .process-card h4{
    font-weight:700;
    color:#0f172a;
    margin-bottom:15px;
    line-height:1.4;
    }
    .process-section .process-card p{
    margin:0;
    color:#64748b;
    line-height:1.5;
    }
    /*==================================
    Tablet
    ==================================*/
    @media (max-width:991.98px){
    .process-section .process-section{
    padding:30px 0;
    }
    .process-section .process-card{
    padding:30px 20px;
    }
    .process-section .process-number{
    width:55px;
    height:55px;
    }
    }
    /*==================================
    Mobile
    ==================================*/
    @media (max-width:575.98px){
    .process-section .process-section{
    padding:30px 0;
    }
    .process-section .process-card{
    padding:22px 18px;
    border-radius:16px;
    }
    .process-section .process-number{
    width:50px;
    height:50px;
    margin-bottom:15px;
    }
    .process-section .process-card h4{
    margin-bottom:10px;
    }
    .process-section .process-card p{
    line-height:1.6;
    }
    }
    /*==================================
    Why Choose MFDSpace
    ==================================*/
    .why-section{
    padding:80px 0;
    background:#f8fbff;
    }
    .why-section .section-badge{
    display:inline-flex;
    align-items:center;
    padding:8px 18px;
    background:#eaf2ff;
    color:#2563eb;
    border-radius:50px;
    font-size:.9rem;
    font-weight:700;
    letter-spacing: 0.05rem;
    }
    .why-section h2{
    font-size:clamp(2rem,5vw,3rem);
    font-weight:700;
    line-height:1.25;
    color:#0f172a;
    margin-top: 20px;
    }
    .why-section h2 span{
    color:#2563eb;
    }
    .why-section p{
    color:#64748b;
    line-height:1.5;
    margin-top: 10px;
    max-width:750px;
    }
    .why-section .why-card{
    background:#ffffff;
    border:1px solid #edf2f7;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    transition:all .3s ease;
    box-shadow:0 5px 20px rgba(15,23,42,.04);
    }
    .why-section .why-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 45px rgba(15,23,42,.08);
    border-color:#2563eb20;
    }
    .why-section .why-card i{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:50px;
    height:50px;
    border-radius:18px;
    background:linear-gradient(135deg,#2563eb,#0f172a);
    color:#ffffff;
    font-size:18px;
    margin-bottom:20px;
    }
    .why-section .why-card h4{
    font-weight:700;
    color:#0f172a;
    margin-bottom:15px;
    line-height:1.4;
    }
    .why-section .why-card p{
    margin:0;
    color:#64748b;
    line-height:1.5;
    }
    /*==================================
    Tablet
    ==================================*/
    @media (max-width:991.98px){
    .why-section{
    padding:70px 0;
    }
    .why-section .why-card{
    padding:30px 20px;
    }
    }
    /*==================================
    Mobile
    ==================================*/
    @media (max-width:575.98px){
    .why-section{
    padding:60px 0;
    }
    .why-section .why-card{
    padding:22px 18px;
    border-radius:16px;
    }
    .why-section .why-card i{
    width:50px;
    height:50px;
    font-size:20px;
    margin-bottom:15px;
    }
    .why-section .why-card h4{
    margin-bottom:10px;
    }
    .why-section .why-card p{
    line-height:1.6;
    }
    }
    /*==================================
    ROADMAP SECTION
    ==================================*/
    .roadmap-section{
    padding:80px 0;
    background:#ffffff;
    }
    .roadmap-section .section-badge{
    display:inline-flex;
    align-items:center;
    padding:8px 18px;
    background:#eaf2ff;
    color:#2563eb;
    border-radius:50px;
    font-size:.9rem;
    font-weight:700;
    letter-spacing: 0.05rem;
    }
    .roadmap-section h2{
    font-size:clamp(2rem,5vw,3rem);
    font-weight:700;
    line-height:1.25;
    color:#0f172a;
    margin-top: 20px;
    }
    .roadmap-section h2 span{
    color:#2563eb;
    }
    .roadmap-section p{
    color:#64748b;
    line-height:1.5;
    margin-top: 10px;
    max-width:750px;
    }
    .roadmap-section .roadmap-card{
    background:#f8fbff;
    border:1px solid #edf2f7;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    transition:all .3s ease;
    box-shadow:0 5px 20px rgba(15,23,42,.04);
    }
    .roadmap-section .roadmap-card:hover{
    transform:translateY(-6px);
    background:#ffffff;
    box-shadow:0 20px 45px rgba(15,23,42,.08);
    border-color:#2563eb20;
    }
    .roadmap-section .roadmap-card i{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:50px;
    height:50px;
    border-radius:18px;
    background:linear-gradient(135deg,#2563eb,#0f172a);
    color:#ffffff;
    font-size:18px;
    margin-bottom:20px;
    }
    .roadmap-card h4{
    font-weight:700;
    color:#0f172a;
    margin-bottom:15px;
    }
    .roadmap-card p{
    margin:0;
    color:#64748b;
    line-height:1.5;
    }
    /*==================================
    Tablet
    ==================================*/
    @media (max-width:991.98px){
    .roadmap-section{
    padding:70px 0;
    }
    .roadmap-section .roadmap-card{
    padding:30px 20px;
    }
    }
    /*==================================
    Mobile
    ==================================*/
    @media (max-width:575.98px){
    .roadmap-section{
    padding:60px 0;
    }
    .roadmap-section .roadmap-card{
    padding:22px 18px;
    border-radius:16px;
    }
    .roadmap-section .roadmap-card i{
    width:50px;
    height:50px;
    font-size:20px;
    margin-bottom:15px;
    }
    .roadmap-section .roadmap-card h4{
    margin-bottom:10px;
    }
    .roadmap-card p{
    line-height:1.6;
    }
    }
    /*==================================
    CTA SECTION
    ==================================*/
    .cta-section{
    padding:80px 0;
    background:#ffffff;
    }
    .cta-section .cta-wrapper{
    background:linear-gradient(135deg,#0f172a,#1e3a8a);
    border-radius:30px;
    padding:70px 60px;
    position:relative;
    overflow:hidden;
    }
    .cta-section .cta-badge{
    display:inline-flex;
    align-items:center;
    padding:8px 18px;
    background:rgba(255,255,255,.12);
    color:#ffffff;
    border-radius:50px;
    font-size:.9rem;
    font-weight:600;
    }
    .cta-section h2{
    font-size:clamp(2rem,5vw,3rem);
    font-weight:700;
    color:#ffffff;
    line-height:1.25;
    margin-top: 20px;
    }
    .cta-section h2 span{
    color:#60a5fa;
    }
    .cta-section p{
    color:rgba(255,255,255,.85);
    line-height:1.5;
    max-width:650px;
    margin-top: 20px;
    }
    .cta-section .cta-btn{
    padding:10px 30px;
    border-radius:50px;
    font-weight:600;
    min-width:220px;
    font-size: 1rem;
    transition:all .3s ease;
    }
    .cta-section .cta-btn:hover{
    transform:translateY(-3px);
    }
    /*==================================
    Tablet
    ==================================*/
    @media (max-width:991.98px){
    .cta-section{
    padding:70px 0;
    }
    .cta-section  .cta-wrapper{
    padding:50px 35px;
    text-align:center;
    }
    .cta-section p{
    margin-left:auto;
    margin-right:auto;
    }
    }
    /*==================================
    Mobile
    ==================================*/
    @media (max-width:575.98px){
    .cta-section{
    padding:60px 0;
    }
    .cta-section .cta-wrapper{
    padding:35px 20px;
    border-radius:20px;
    }
    .cta-section  h2{
    font-size:2rem;
    }
    .cta-section p{
    line-height:1.7;
    }
    .cta-section .cta-btn{
    width:100%;
    min-width:100%;
    }
    }
    /*==================================
    FOOTER
    ==================================*/
    .footer-section{
    background:#0f172a;
    padding:80px 0 30px;
    }
    .footer-section .footer-logo img{
    max-height:55px;
    }
    .footer-section .footer-text{
    color:rgba(255,255,255,.75);
    line-height:1.5;
    max-width:420px;
    margin-bottom:0;
    }
    .footer-section .footer-title{
    color:#ffffff;
    font-weight:700;
    margin-bottom:20px;
    }
    .footer-section .footer-links,
    .footer-contact{
    list-style:none;
    padding:0;
    margin:0;
    }
    .footer-section .footer-links li{
    margin-bottom:8px;
    }
    .footer-section .footer-links a{
    color:rgba(255,255,255,.75);
    text-decoration:none;
    transition:.3s;
    font-size: 1rem;
    }
    .footer-section .footer-links a:hover{
    color:#60a5fa;
    padding-left:5px;
    }
    .footer-section .footer-contact li{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin-bottom:14px;
    color:rgba(255,255,255,.75);
    line-height:1.5;
    font-size: 1rem;
    }
    .footer-section .footer-contact i{
    color:#60a5fa;
    margin-top:4px;
    flex-shrink:0;
    }
    .footer-section .footer-social{
    display:flex;
    gap:12px;
    }
    .footer-section .footer-social a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffffff;
    transition:.3s;
    }
    .footer-section .footer-social a:hover{
    background:#2563eb;
    transform:translateY(-3px);
    }
    .footer-section .footer-divider{
    border-color:rgba(255,255,255,.08);
    margin:30px 0 25px;
    }
    .footer-section .footer-bottom{
    color:rgba(255,255,255,.65);
    }
    .footer-section .footer-bottom p{
    margin:0;
    color:rgba(255,255,255,.65);
    font-size: 1rem;
    }
    .footer-section .footer-contact a{
    color:rgba(255,255,255,.75);
    text-decoration:none;
    transition:.3s;
    }
    .footer-section .footer-contact a:hover{
    color:#60a5fa;
    }
    /*==================================
    Tablet
    ==================================*/
    @media (max-width:991.98px){
    .footer-section{
    padding:40px 0 25px;
    }
    .footer-section .footer-title{
    margin-top:10px;
    }
    }
    /*==================================
    Mobile
    ==================================*/
    @media (max-width:767.98px){
    .footer-section{
    text-align:center;
    padding:40px 0 25px;
    }
    .footer-section .footer-logo{
    display:inline-block;
    }
    .footer-section .footer-text{
    max-width:100%;
    }
    .footer-section .footer-social{
    justify-content:center;
    }
    .footer-section .footer-contact li{
    justify-content:center;
    text-align:left;
    }
    .footer-section .footer-bottom{
    text-align:center;
    }
    .footer-section .footer-bottom .text-md-end{
    text-align:center !important;
    }
    }
    /*======= PRICING PAGE CSS STATRS =========*/
    .pricing-hero{
    padding:40px 0;
    background:#ffffff;
    }
    .pricing-hero .section-badge{
    display:inline-flex;
    align-items:center;
    padding:8px 18px;
    background:#eaf2ff;
    color:#2563eb;
    border-radius:50px;
    font-size:.9rem;
    font-weight:700;
    letter-spacing: 0.05rem;
    }
    .pricing-hero h1{
    font-size:clamp(2rem,5vw,3rem);
    font-weight:700;
    line-height:1.25;
    color:#0f172a;
    margin-top: 20px;
    }
    .pricing-hero h1 span{
    color:#2563eb;
    }
    .pricing-hero p{
    color:#64748b;
    line-height:1.5;
    margin-top: 10px;
    max-width:750px;
    }
    .pricing-section{
    padding:60px 0;
    background:#f8fbff;
    }
    .pricing-section .pricing-card{
    position: relative;
    background:#ffffff;
    border:1px solid #edf2f7;
    border-radius:20px;
    padding:35px 30px;
    height:100%;
    transition:all .3s ease;
    box-shadow:0 5px 20px rgba(15,23,42,.04);
    }
    .pricing-section .pricing-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 45px rgba(15,23,42,.08);
    }
    .pricing-section .featured{
    border:2px solid var(--primary-color);
    }
    .pricing-section .popular-tag{
    position:absolute;
    top:-20px;
    right:20px;
    background:var(--primary-color);
    color:#fff;
    padding:6px 14px;
    border-radius:50px;
    font-weight:600;
    z-index:2;
    }
    .pricing-section .pricing-card h3{
    font-weight:700;
    margin-bottom:10px;
    }
    .pricing-section .plan-desc{
    margin-bottom:25px;
    color:#64748b;
    font-size: 1.1rem;
    }
    .pricing-section .pricing-card ul{
    list-style:none;
    padding:0;
    margin:0 0 30px;
    font-size: 1rem;
    }
    .pricing-section .pricing-card ul li{
    padding:8px 0;
    border-bottom:1px solid #f1f5f9;
    color:#475569;
    }
    .pricing-section .pricing-card .btn{
    border-radius:50px;
    padding:8px;
    font-weight:600;
    }
    /*==================================
    FAQ
    ==================================*/
    .faq-section{
    padding:60px 0;
    background:#ffffff;
    }
    .faq-section .section-badge{
    display:inline-flex;
    align-items:center;
    padding:8px 18px;
    background:#eaf2ff;
    color:#2563eb;
    border-radius:50px;
    font-size:.9rem;
    font-weight:700;
    letter-spacing: 0.05rem;
    }
    .faq-section h2{
    font-size:clamp(2rem,5vw,3rem);
    font-weight:700;
    line-height:1.25;
    color:#0f172a;
    margin-top: 20px;
    }
    .faq-section h2 span{
    color:#2563eb;
    }
    .faq-section p{
    color:#64748b;
    line-height:1.5;
    margin-top: 10px;
    max-width:750px;
    }
    .faq-section .custom-faq{
    max-width:800px;
    margin:auto;
    }
    .custom-faq .accordion-item{
    border:none;
    border-radius:18px;
    overflow:hidden;
    margin-bottom:18px;
    box-shadow:0 8px 25px rgba(15,23,42,.05);
    }
    .custom-faq .accordion-button{
    padding:22px 25px;
    font-size:1.1rem;
    font-weight:600;
    background:#ffffff;
    box-shadow:none;
    }
    .custom-faq .accordion-button:not(.collapsed){
    background:#eef5ff;
    color:var(--primary-color);
    }
    .custom-faq .accordion-button:focus{
    box-shadow:none;
    }
    .custom-faq .accordion-body{
    padding:20px 25px;
    line-height:1.5;
    color:#64748b;
    font-size:1.1rem;
    }
    /*==================================
    FINAL CTA
    ==================================*/
    .final-cta{
    padding:40px 0;
    background:#f8fbff;
    }
    .final-cta .final-cta-wrapper{
    background:linear-gradient(135deg,#0f172a,#1e3a8a);
    border-radius:30px;
    padding:50px 60px;
    }
    .final-cta .cta-badge{
    display:inline-flex;
    padding:10px 20px;
    border-radius:50px;
    background:rgba(255,255,255,.12);
    color:#ffffff;
    font-size:1rem;
    font-weight:600;
    letter-spacing: 0.06rem;
    }
    .final-cta .cta-heading{
    font-size:clamp(2rem,5vw,3.2rem);
    font-weight:700;
    color:#ffffff;
    line-height:1.2;
    }
    .final-cta .cta-heading span{
    color:#60a5fa;
    }
    .final-cta p{
    color:rgba(255,255,255,.85);
    line-height:1.6;
    max-width:650px;
    }
    .final-cta .cta-primary,
    .cta-secondary{
    width:100%;
    padding:10px 25px;
    border-radius:50px;
    font-weight:600;
    font-size: 1.1rem;
    }
    .cta-secondary{
    border:2px solid rgba(255,255,255,.4);
    color:#ffffff;
    }
    .cta-secondary:hover{
    background:#ffffff;
    color:#0f172a;
    }
    @media (max-width:991.98px){
    .pricing-section,
    .faq-section,
    .final-cta{
    padding:70px 0;
    }
    .pricing-card{
    padding:30px 22px;
    }
    .final-cta-wrapper{
    padding:50px 35px;
    text-align:center;
    }
    .cta-text{
    margin-left:auto;
    margin-right:auto;
    }
    }
    @media (max-width:575.98px){
    .pricing-section,
    .faq-section,
    .final-cta{
    padding:60px 0;
    }
    .pricing-card{
    padding:24px 18px;
    border-radius:16px;
    }
    .pricing-card h3{
    font-size:1.7rem;
    }
    .popular-tag{
    right:15px;
    font-size:.75rem;
    }
    .final-cta-wrapper{
    padding:35px 20px;
    border-radius:20px;
    }
    .cta-heading{
    font-size:2rem;
    }
    .cta-text{
    font-size:.95rem;
    line-height:1.7;
    }
    .cta-primary,
    .cta-secondary{
    width:100%;
    }
    }
    /*======= PRICING PAGE CSS ENDS =========*/
    /*================================== TEMPLATES PAGE CSS STARTS==================================*/
    .templates-hero{
    padding:40px 0;
    background:#ffffff;
    }
    .templates-hero .section-badge{
    display:inline-flex;
    align-items:center;
    padding:8px 18px;
    background:#eaf2ff;
    color:#2563eb;
    border-radius:50px;
    font-size:.9rem;
    font-weight:700;
    letter-spacing: 0.05rem;
    }
    .templates-hero h1{
    font-size:clamp(2rem,5vw,3rem);
    font-weight:700;
    line-height:1.25;
    color:#0f172a;
    margin-top: 20px;
    }
    .templates-hero h1 span{
    color:#2563eb;
    }
    .templates-hero p{
    color:#64748b;
    line-height:1.5;
    margin-top: 10px;
    max-width:750px;
    }
    .templates-page{
    padding:60px 0;
    background:#f8fbff;
    }
    .templates-page .template-item{
    background:#ffffff;
    border:1px solid #edf2f7;
    border-radius:24px;
    overflow:hidden;
    height:100%;
    transition:.3s ease;
    box-shadow:0 5px 20px rgba(15,23,42,.04);
    }
    .templates-page .template-item:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 45px rgba(15,23,42,.08);
    }
    .templates-page .template-preview{
    overflow:hidden;
    background:#eef5ff;
    }
    .templates-page .template-preview img{
    width:100%;
    transition:.35s;
    padding: 10px;
    }
    .templates-page .template-item:hover .template-preview img{
    transform:scale(1.03);
    }
    .templates-page .template-details{
    padding:30px;
    }
    .templates-page .template-label{
    display:inline-flex;
    padding:8px 16px;
    border-radius:50px;
    background:#eef5ff;
    color:var(--primary-color);
    font-size:.85rem;
    font-weight:600;
    }
    .templates-page .template-details h3{
    font-weight:700;
    margin-top:15px;
    margin-bottom:15px;
    }
    .templates-page .template-details p{
    color:#64748b;
    line-height:1.5;
    }
    .templates-page .template-details .btn{
    padding:12px;
    border-radius:50px;
    font-weight:600;
    }
    .demo-includes{
    padding:80px 0;
    background:#ffffff;  
    }
    .demo-includes h3{
    font-size:clamp(2rem,5vw,2.2rem);
    font-weight:700;
    line-height:1.25;
    color:#0f172a;
    margin-top: 20px;
    }
    .demo-includes .feature-card i{ 
    width:50px;
    height:50px;
    margin:0 auto 20px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#2563eb,#0f172a);
    color:#ffffff;
    }
    .demo-includes .feature-card p{
    color:#64748b;
    line-height:1.3; 
    margin-top: 10px;
    }
    /*=============================
    Responsive
    ==============================*/
    @media (max-width:991.98px){
    .templates-page .template-details{
    padding:24px;
    }
    }
    @media (max-width:575.98px){
    .templates-page .template-item{
    border-radius:18px;
    }
    .templates-page .template-details{
    padding:20px;
    }
    .templates-page .template-details h3{
    font-size:1.6rem;
    }
    }
    /*================================== TEMPLATES PAGE CSS ENDS ==================================*/
    /*==================================
    CONTACT SECTION
    ==================================*/
    .contact-hero{
    padding:40px 0;
    background:#ffffff;
    }
    .contact-hero .section-badge{
    display:inline-flex;
    align-items:center;
    padding:8px 18px;
    background:#eaf2ff;
    color:#2563eb;
    border-radius:50px;
    font-size:.9rem;
    font-weight:700;
    letter-spacing: 0.05rem;
    }
    .contact-hero h1{
    font-size:clamp(2rem,5vw,3rem);
    font-weight:700;
    line-height:1.25;
    color:#0f172a;
    margin-top: 20px;
    }
    .contact-hero h1 span{
    color:#2563eb;
    }
    .contact-hero p{
    color:#64748b;
    line-height:1.5;
    margin-top: 10px;
    max-width:750px;
    }
    .contact-hero h4{
    font-size:clamp(1.5rem,5vw,1.5rem);
    font-weight:700;
    line-height:1.25;
    color:#0f172a;
    margin-top: 20px;
    }
    .contact-hero .feature-card i{ 
    width:50px;
    height:50px;
    margin:0 auto 20px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 2.2rem;
    color: var(--primary-color);
    }
    .contact-hero .feature-card p{
    color:#64748b;
    line-height:1.3; 
    margin-top: 10px;
    }
    .contact-section{
    padding:50px 0;
    background:#f8fbff;
    overflow:hidden;
    }
    .contact-section .section-badge{
    display:inline-flex;
    align-items:center;
    padding:8px 18px;
    background:#eaf2ff;
    color:#2563eb;
    border-radius:50px;
    font-size:.9rem;
    font-weight:700;
    letter-spacing: 0.05rem;
    }
    .contact-section h2{
    font-size:clamp(2rem,5vw,3rem);
    font-weight:700;
    line-height:1.25;
    color:#0f172a;
    margin-top: 20px;
    }
    .contact-section h2 span{
    color:#2563eb;
    }
    .contact-section p{
    color:#64748b;
    line-height:1.5;
    margin-top: 10px;
    max-width:750px;
    }
    .contact-section .info-box{
    display:flex;
    align-items:flex-start;
    gap:16px;
    margin-top:25px;
    }
    .contact-section .info-box i{
    width:50px;
    height:50px;
    min-width:50px;
    border-radius:16px;
    background:linear-gradient(135deg,#2563eb,#0f172a);
    color:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
    }
    .contact-section .info-box h6{
    margin-bottom:5px;
    font-weight:700;
    color:#0f172a;
    }
    .contact-section .info-box p{
    margin-bottom:0;
    }
    .contact-section .contact-form-wrapper{
    background:#ffffff;
    padding:40px;
    border-radius:24px;
    box-shadow:0 15px 40px rgba(15,23,42,.05);
    }
    .contact-section .contact-form-wrapper .form-label{
    font-weight:600;
    margin-bottom:8px;
    }
    .contact-section .contact-form-wrapper .form-control{
    border:1px solid #dbe4ee;
    border-radius:14px;
    padding:14px 18px;
    box-shadow:none;
    }
    .contact-section .contact-form-wrapper .form-control:focus{
    border-color:#2563eb;
    box-shadow:none;
    }
    .contact-section .contact-form-wrapper textarea{
    resize:none;
    }
    .contact-section .contact-form-wrapper .btn{
    padding:14px 32px;
    border-radius:50px;
    font-weight:600;
    }
    .contact-section .form-control{
    width:100%;
    max-width:100%;
    }
    /*==================================
    Tablet
    ==================================*/
    @media (max-width:991.98px){
    .contact-section{
    padding:70px 0;
    }
    .contact-info{
    text-align:left;
    }
    .contact-form-wrapper{
    padding:30px;
    }
    }
    /*==================================
    Mobile
    ==================================*/
    @media (max-width:575.98px){
    .contact-section{
    padding:60px 0;
    }
    .contact-form-wrapper{
    padding:22px 18px;
    border-radius:18px;
    }
    .contact-section .info-box{
    flex-direction:row;
    align-items:center;
    justify-content:flex-start;
    text-align:left;
    gap:15px;
    }
    .contact-section .info-box i{
    width:50px;
    height:50px;
    min-width:50px;
    font-size:18px;
    }
    }
    /*=====================================
    Privacy Policy
    ======================================*/
    .page-header{
    padding:40px 0;
    background:#f8fbff;
    }
    .page-header .section-badge{
    display:inline-flex;
    align-items:center;
    padding:8px 18px;
    background:#eaf2ff;
    color:#2563eb;
    border-radius:50px;
    font-size:.9rem;
    font-weight:700;
    letter-spacing: 0.05rem;
    }
    .page-header h1{
    font-size:clamp(2rem,5vw,3rem);
    font-weight:700;
    line-height:1.25;
    color:#0f172a;
    margin-top: 20px;
    }
    .page-header h1 span{
    color:#2563eb;
    }
    .page-header p{
    color:#64748b;
    line-height:1.5;
    margin-top: 10px;
    max-width:750px;
    }
    .policy-section{
    background:#ffffff;
    padding:40px 0;
    }
    .policy-section .policy-card{
    max-width:1100px;
    margin:auto;
    background:#ffffff;
    padding:50px;
    border-radius:24px;
    border:1px solid #edf2f7;
    box-shadow:0 10px 35px rgba(15,23,42,.05);
    }
    .policy-section .policy-card h2{
    font-weight:700;
    color:#0f172a;
    margin-bottom:20px;
    }
    .policy-section .policy-card h4{
    margin-top:30px;
    margin-bottom:10px;
    font-weight:700;
    color:#0f172a;
    }
    .policy-section .policy-card p{
    color:#64748b;
    line-height:1.9;
    margin-bottom:18px;
    }
    .policy-section .policy-card ul,
    .policy-card ol{
    padding-left:1.25rem;
    margin-bottom:20px;
    }
    .policy-section .policy-card ul li,
    .policy-card ol li{
    color:#64748b;
    line-height:1.9;
    margin-bottom:4px;
    font-size: 1.1rem;
    }
    .policy-section .policy-card a{
    color:var(--primary-color);
    text-decoration:none;
    }
    .policy-section .policy-card a:hover{
    text-decoration:underline;
    }
    .policy-section .last-updated{
    display:inline-block;
    background:#eef5ff;
    color:#2563eb;
    padding:8px 18px;
    border-radius:30px;
    font-size:0.95rem;
    font-weight:600;
    margin-bottom:25px;
    }
    /*=====================================
    Responsive
    ======================================*/
    @media (max-width:991.98px){
    .policy-section .policy-card{
    padding:40px 30px;
    }
    }
    @media (max-width:767.98px){
    .policy-section .policy-card{
    padding:25px 20px;
    border-radius:18px;
    }
    .policy-section .policy-card h2{
    font-size:1.6rem;
    }
    .policy-section .policy-card h3{
    font-size:1.2rem;
    margin-top:28px;
    }
    .policy-section .last-updated{
    font-size:0.85rem;
    padding:6px 14px;
    }
    }