*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
}

html{
    scroll-behavior:smooth;
}

body{
    background:#f5f7fb;
    color:#333;
}

.navbar{
    background:#0d6efd;
    padding:12px 0;
}

.navbar-brand img{
    height:48px;
}

.hero{

    background:linear-gradient(135deg,#0d6efd,#2563eb);

    color:#fff;

    padding:50px 0;

}

.hero-logo{

    width:220px;

    max-width:100%;

}

.hero-badge{

    display:inline-block;

    background:#ffc107;

    color:#222;

    padding:8px 18px;

    border-radius:40px;

    font-weight:600;

    font-size:14px;

}

.hero-title{

    font-size:46px;

    font-weight:700;

    margin-top:20px;

    line-height:1.2;

}

.hero-subtitle{

    font-size:18px;

    opacity:.95;

    margin-top:15px;

}

.hero-buttons{

    margin-top:25px;

}

.hero-btn{

    border-radius:50px;

    padding:12px 24px;

    margin-right:10px;

    margin-bottom:10px;

}

.packages{

    padding:55px 0;

}

.section-title{

    text-align:center;

    font-weight:700;

    color:#0d6efd;

    margin-bottom:10px;

}

.section-subtitle{

    text-align:center;

    color:#777;

    margin-bottom:35px;

}

.package-card{

    background:#fff;

    border-radius:18px;

    padding:25px;

    text-align:center;

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

    height:100%;

    transition:.25s;

    position:relative;

}

.package-card:hover{

    transform:translateY(-6px);

}

.package-card.popular{

    border:2px solid #ffc107;

}

.popular-badge{

    position:absolute;

    top:-12px;

    left:50%;

    transform:translateX(-50%);

    background:#ffc107;

    color:#222;

    font-size:12px;

    font-weight:bold;

    padding:5px 12px;

    border-radius:30px;

}

.package-card h3{

    color:#0d6efd;

    font-size:26px;

    margin-bottom:15px;

}

.speed{

    font-size:22px;

    font-weight:600;

}

.price{

    color:#16a34a;

    font-size:32px;

    font-weight:700;

    margin:15px 0;

}

.price span{

    font-size:15px;

    color:#666;

}

.package-list{

    list-style:none;

    padding:0;

    margin:20px 0;

}

.package-list li{

    margin-bottom:8px;

}

.package-btn{

    width:100%;

    border-radius:40px;

}

.features{

    background:#fff;

    padding:45px 0;

}

.feature-item{

    padding:15px;

}

.feature-item i{

    font-size:42px;

    color:#0d6efd;

}

.feature-item h5{

    margin-top:15px;

    font-weight:600;

}

.feature-item p{

    font-size:14px;

    color:#666;

}

.contact-section{

    padding:60px 0;

}

.contact-card{

    background:#fff;

    border-radius:20px;

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

    padding:35px;

}

.contact-card h2{

    text-align:center;

    margin-bottom:10px;

}

.contact-desc{

    text-align:center;

    color:#777;

    margin-bottom:30px;

}

.contact-item{

    display:flex;

    gap:18px;

    margin-bottom:25px;

}

.contact-item i{

    font-size:28px;

    color:#0d6efd;

}

footer{

    background:#0d6efd;

    color:#fff;

    padding:25px 0;

    text-align:center;

}

@media(max-width:768px){

.hero{

padding:35px 0;

text-align:center;

}

.hero-title{

font-size:34px;

}

.hero-logo{

width:150px;

margin-bottom:25px;

}

.package-card{

margin-bottom:20px;

}

.contact-card{

padding:25px;

}

}
