:root{
    --primary:#6C63FF;
    --secondary:#00C2FF;
    --dark:#0F172A;
    --light:#F8FAFC;
    --text:#475467;
    --white:#ffffff;
}

body{
    font-family:'Poppins',sans-serif;
    color:var(--dark);
    background:#fff;
    overflow-x:hidden;
}

a{
    text-decoration:none;
}

.navbar{
    background:#fff;
    box-shadow:0 4px 20px rgba(0,0,0,0.05);
}

.navbar-brand{
    font-size:32px;
    font-weight:800;
    color:var(--primary)!important;
}

.nav-link{
    font-weight:500;
    margin-left:15px;
    color:var(--dark)!important;
}

.btn-main{
    background:linear-gradient(135deg,var(--primary),var(--secondary));
    color:#fff;
    border:none;
    padding:14px 30px;
    border-radius:50px;
    font-weight:600;
    transition:0.3s;
}

.btn-main:hover{
    transform:translateY(-3px);
    color:#fff;
}

.hero{
    padding:120px 0 100px;
    background:linear-gradient(135deg,#eef2ff,#f5fbff);
}

.hero h1{
    font-size:64px;
    font-weight:800;
    line-height:1.2;
}

.hero p{
    font-size:20px;
    margin-top:20px;
    color:var(--text);
}

.hero-img{
    width:100%;
    border-radius:30px;
    box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

.section-padding{
    padding:90px 0;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title h2{
    font-size:48px;
    font-weight:800;
}

.section-title p{
    color:var(--text);
    margin-top:15px;
}

.service-card{
    background:#fff;
    padding:40px;
    border-radius:25px;
    box-shadow:0 15px 40px rgba(0,0,0,0.06);
    transition:0.4s;
    height:100%;
}

.service-card:hover{
    transform:translateY(-10px);
}

.service-icon{
    width:85px;
    height:85px;
    border-radius:20px;
    background:linear-gradient(135deg,var(--primary),var(--secondary));
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:34px;
    margin-bottom:25px;
}

.service-card h3{
    font-weight:700;
    margin-bottom:20px;
}

.service-card p{
    color:var(--text);
}

.price{
    font-size:28px;
    font-weight:800;
    color:var(--primary);
    margin-top:20px;
}

.feature-list{
    list-style:none;
    padding:0;
}

.feature-list li{
    margin-bottom:14px;
    color:var(--text);
}

.feature-list li i{
    color:var(--primary);
    margin-right:10px;
}

.dark-section{
    background:var(--dark);
    color:#fff;
    border-radius:30px;
    padding:70px;
}

.dark-section p{
    color:#cbd5e1;
}

.page-banner{
    padding:120px 0;
    background:linear-gradient(135deg,var(--primary),var(--secondary));
    text-align:center;
    color:#fff;
}

.page-banner h1{
    font-size:58px;
    font-weight:800;
}

.content-box{
    background:#fff;
    padding:50px;
    border-radius:25px;
    box-shadow:0 10px 35px rgba(0,0,0,0.06);
    margin-bottom:40px;
}

.content-box h2{
    font-weight:800;
    margin-bottom:20px;
}

.contact-box{
    background:#fff;
    padding:50px;
    border-radius:25px;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
}

.form-control,
.form-select{
    padding:14px;
    border-radius:12px;
    margin-bottom:20px;
}

.footer{
    background:#020617;
    color:#fff;
    padding:40px 0;
}

.footer a{
    color:#fff;
}

.about-img{
    width:100%;
    border-radius:30px;
    box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

.blog-card{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
    transition:0.3s;
}

.blog-card:hover{
    transform:translateY(-8px);
}

.blog-card img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.blog-content{
    padding:30px;
}

.cta-box{
    background:linear-gradient(135deg,var(--primary),var(--secondary));
    color:#fff;
    padding:70px;
    border-radius:30px;
    text-align:center;
}

@media(max-width:768px){

    .hero{
        text-align:center;
    }

    .hero h1{
        font-size:42px;
    }

    .page-banner h1{
        font-size:40px;
    }

    .dark-section,
    .cta-box{
        padding:40px 25px;
    }
}

.contact-box{
    background:#fff;
    padding:50px;
    border-radius:30px;
    box-shadow:0 20px 50px rgba(0,0,0,0.08);
}

.form-control,
.form-select{
    height:58px;
    border-radius:14px;
    border:1px solid #e5e7eb;
    padding-left:18px;
    font-size:15px;
    box-shadow:none !important;
}

textarea.form-control{
    height:auto;
    padding-top:15px;
}

.form-control:focus,
.form-select:focus{
    border-color:#6C63FF;
}

.form-label{
    margin-bottom:10px;
}

@media(max-width:768px){

    .contact-box{
        padding:30px 20px;
    }

}

/* BLOG MODAL */

.blog-modal{
    border:none;
    border-radius:30px;
    overflow:hidden;
}

.modal-blog-img{
    width:100%;
    height:350px;
    object-fit:cover;
}

.blog-modal .modal-header{
    position:absolute;
    right:20px;
    top:20px;
    z-index:10;
}

.blog-modal .btn-close{
    background-color:#fff;
    border-radius:50%;
    padding:12px;
    opacity:1;
}

.blog-modal h2{
    font-size:38px;
    line-height:1.3;
}

.blog-modal p{
    font-size:17px;
    line-height:1.8;
}

.modal-content{
    border:none;
}

/* BLOG POPUP CONTENT */

.blog-popup-section{
    margin-bottom:40px;
}

.blog-popup-section h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:18px;
    line-height:1.5;
}

.blog-popup-section p{
    color:var(--text);
    line-height:1.9;
    margin-bottom:18px;
}

.popup-cta-box{
    background:linear-gradient(135deg,#eef2ff,#f5fbff);
    padding:40px;
    border-radius:25px;
    text-align:center;
    margin-top:50px;
}

.popup-cta-box p{
    color:var(--text);
}

/* MODAL SCROLL */

.modal-body{
    max-height:90vh;
    overflow-y:auto;
}

/* SCROLLBAR */

.modal-body::-webkit-scrollbar{
    width:8px;
}

.modal-body::-webkit-scrollbar-thumb{
    background:#d1d5db;
    border-radius:20px;
}

/* MOBILE */

@media(max-width:768px){

    .modal-blog-img{
        height:240px;
    }

    .blog-modal h2{
        font-size:28px;
    }

    .blog-popup-section h4{
        font-size:20px;
    }

    .popup-cta-box{
        padding:30px 20px;
    }
}