.sib-hero{
    direction:rtl;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:90px 8%;
    background:linear-gradient(135deg,#0f172a,#2563eb);
    color:#fff;
    border-radius:0 0 40px 40px;
}


.hero-content{
    width:55%;
}


.hero-content h1{
    font-size:45px;
    font-weight:800;
    line-height:1.5;
}


.hero-content p{
    font-size:18px;
    margin:25px 0;
    color:#dbeafe;
}


.hero-buttons a{
    display:inline-block;
    padding:15px 35px;
    border-radius:12px;
    margin-left:10px;
    text-decoration:none;
}


.btn-primary{
    background:#fff;
    color:#2563eb;
}


.btn-secondary{
    border:1px solid #fff;
    color:#fff;
}


.hero-image i{
    font-size:180px;
    opacity:.8;
}
.sib-buy-btn{
    background:#2563eb;
    color:#fff !important;
    padding:10px 25px;
    border-radius:12px;
    font-weight:700;
    text-decoration:none;
    margin-right:15px;
    transition:.3s;
}

.sib-buy-btn:hover{
    background:#1d4ed8;
    color:#fff !important;
    transform:translateY(-2px);
}
.logo-img{
    max-height:100px;
    width:auto;
}
.logo-img{
    max-height:120px !important;
    width:auto !important;
    height:auto !important;
}
.main-navbar-wrapper{
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,.06);
}

#nav .nav-link{
    font-weight:600;
    color:#1e293b;
    padding:15px 18px;
    transition:.3s;
}

#nav .nav-link:hover{
    color:#2563eb;
}

.navbar-brand img{
    transition:.3s;
}

.navbar-brand img:hover{
    transform:scale(1.05);
}
.sib-hero{
    padding:90px 0;
    background:linear-gradient(135deg,#2563eb,#0f172a);
    color:#fff;
    text-align:center;
}

.sib-hero-content{
    max-width:800px;
    margin:auto;
}

.sib-hero h1{
    font-size:42px;
    font-weight:800;
    margin-bottom:20px;
}

.sib-hero p{
    font-size:20px;
    opacity:.9;
    margin-bottom:35px;
}

.sib-hero-buttons a{
    display:inline-block;
    margin:0 8px;
    padding:14px 35px;
    border-radius:12px;
    font-weight:700;
    text-decoration:none;
}

.sib-btn-primary{
    background:#fff;
    color:#2563eb !important;
}

.sib-btn-secondary{
    border:2px solid #fff;
    color:#fff !important;
}

.sib-domain{
    padding:70px 0;
    background:#f8fafc;
    text-align:center;
}

.sib-domain h2{
    font-size:36px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:15px;
}

.sib-domain p{
    color:#64748b;
    font-size:18px;
    margin-bottom:35px;
}

.sib-domain-box{
    max-width:750px;
    margin:auto;
    display:flex;
    background:#fff;
    padding:8px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.sib-domain-box input{
    flex:1;
    border:0;
    padding:18px;
    font-size:17px;
    outline:none;
}

.sib-domain-box button{
    background:#2563eb;
    color:#fff;
    border:0;
    padding:0 35px;
    border-radius:12px;
    font-size:16px;
    font-weight:700;
    cursor:pointer;
}

.sib-tlds{
    margin-top:35px;
    direction:ltr;
    text-align:center;
}

.sib-tlds span{
    direction:ltr;
    display:inline-block;
    background:#fff;
    padding:12px 25px;
    margin:5px;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,.05);
    font-weight:700;
    color:#2563eb;
}

.sib-tlds span{
    display:inline-block;
    background:#fff;
    padding:12px 25px;
    margin:5px;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,.05);
    font-weight:700;
    color:#2563eb;
}
.sib-features {
    margin-top: 80px;
    padding: 80px 0;
    background: linear-gradient(135deg, #f5f9ff 0%, #eef5ff 100%);
    position: relative;
}


.sib-features h2 {
    font-size: 34px;
    font-weight: 800;
    color: #1b2a4e;
}


.sib-features .text-muted {
    font-size: 17px;
}


.sib-feature-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 35px 25px;
    height: 100%;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0,0,0,.06);
    transition: .3s;
}


.sib-feature-card:hover {
    transform: translateY(-8px);
}


.sib-feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}


.sib-feature-card h4 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #1b2a4e;
}


.sib-feature-card p {
    color: #6c757d;
    line-height: 1.8;
}
.sib-about{

    padding:110px 0;
    
    margin-top:90px;
    
    background:linear-gradient(135deg,#071a38,#0c3d8d);
    
    border-radius:40px;
    
    overflow:hidden;
    
    position:relative;
    
    color:#fff;
    
    }
    
    .sib-about::before{
    
    content:"";
    
    position:absolute;
    
    width:550px;
    
    height:550px;
    
    background:rgba(255,255,255,.04);
    
    border-radius:50%;
    
    top:-220px;
    
    right:-220px;
    
    }
    
    .sib-badge{
    
    display:inline-block;
    
    padding:10px 22px;
    
    background:#1f6fff;
    
    border-radius:30px;
    
    font-weight:700;
    
    margin-bottom:25px;
    
    }
    
    .sib-about h2{
    
    font-size:46px;
    
    font-weight:800;
    
    line-height:1.4;
    
    margin-bottom:25px;
    
    }
    
    .sib-about p{
    
    font-size:18px;
    
    opacity:.9;
    
    line-height:2;
    
    max-width:520px;
    
    }
    
    .sib-server-image{
    
    max-width:520px;
    
    animation:float 4s ease-in-out infinite;
    
    filter:drop-shadow(0 25px 40px rgba(0,0,0,.35));
    
    }
    
    @keyframes float{
    
    0%{transform:translateY(0);}
    50%{transform:translateY(-12px);}
    100%{transform:translateY(0);}
    
    }
    
    .sib-mini-card{
    
    background:rgba(255,255,255,.08);
    
    backdrop-filter:blur(15px);
    
    border:1px solid rgba(255,255,255,.08);
    
    padding:24px;
    
    border-radius:18px;
    
    transition:.35s;
    
    height:100%;
    
    }
    
    .sib-mini-card:hover{
    
    transform:translateY(-8px);
    
    background:rgba(255,255,255,.12);
    
    }
    
    .sib-mini-card i{
    
    font-size:30px;
    
    margin-bottom:15px;
    
    color:#56c3ff;
    
    }
    
    .sib-mini-card h5{
    
    font-weight:700;
    
    margin-bottom:8px;
    
    }
    
    .sib-mini-card span{
    
    opacity:.8;
    
    }
    
    .sib-btn-main{
    
    display:inline-block;
    
    margin-top:40px;
    
    padding:16px 42px;
    
    background:#1f6fff;
    
    color:#fff;
    
    border-radius:12px;
    
    font-weight:700;
    
    text-decoration:none;
    
    transition:.3s;
    
    }
    
    .sib-btn-main:hover{
    
    background:#2e80ff;
    
    color:#fff;
    
    text-decoration:none;
    
    }