/*=========================================
INNER PAGE HERO
=========================================*/

.page-hero{

    position:relative;

    overflow:hidden;

    padding:130px 0 100px;

    background:
    linear-gradient(135deg,#081120 0%,#132340 100%);

    color:#fff;

    text-align:center;

}

.page-hero .container{

    position:relative;

    z-index:2;

}

.page-badge{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:rgba(255,255,255,.12);

    color:#fff;

    font-weight:700;

    letter-spacing:2px;

    margin-bottom:25px;

}

.page-hero h1{

    font-size:58px;

    font-weight:800;

    margin-bottom:25px;

}

.page-hero p{

    max-width:760px;

    margin:auto;

    opacity:.85;

    line-height:1.9;

    font-size:18px;

}

.page-breadcrumb{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:15px;

    margin-top:40px;

}

.page-breadcrumb a{

    color:#ffffff;

    text-decoration:none;

}

.page-breadcrumb span{

    color:#00C8FF;

}

.hero-circle{

    position:absolute;

    border-radius:50%;

    filter:blur(100px);

}

.hero-circle-1{

    width:350px;

    height:350px;

    background:#5B3DF5;

    top:-150px;

    left:-100px;

    opacity:.35;

}

.hero-circle-2{

    width:280px;

    height:280px;

    background:#00C8FF;

    right:-80px;

    bottom:-120px;

    opacity:.30;

}
/*=========================================
INNER PAGE
=========================================*/

.page-section{

    padding:50px 0;

}

.section-title{

    font-size:42px;

    font-weight:800;

    color:var(--dark);

    margin-bottom:25px;

}

.section-text{

    font-size:17px;

    line-height:1.9;

}
.content-card{

    background:#fff;

    border-radius:24px;

    padding:45px;

    border:1px solid #EEF2F7;

    box-shadow:0 20px 45px rgba(15,23,42,.05);

    transition:.35s;

}

.content-card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 60px rgba(15,23,42,.10);

}
.info-card{

    background:#fff;

    padding:40px;

    border-radius:24px;

    text-align:center;

    border:1px solid #EEF2F7;

    height:100%;

    transition:.35s;

}

.info-card i{

    width:80px;

    height:80px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:auto auto 25px;

    border-radius:20px;

    background:linear-gradient(135deg,#5B3DF5,#7B61FF);

    color:#fff;

    font-size:34px;

}

.info-card h3{

    margin-bottom:20px;

    font-size:24px;

    color:var(--dark);

}

.info-card:hover{

    transform:translateY(-10px);

}

.timeline{

position:relative;

max-width:900px;

margin:auto;

}

.timeline::before{

content:"";

position:absolute;

left:30px;

top:0;

bottom:0;

width:3px;

background:#5B3DF5;

}

.timeline-item{

position:relative;

padding-left:90px;

margin-bottom:50px;

}

.timeline-item::before{

content:"";

position:absolute;

left:18px;

top:5px;

width:24px;

height:24px;

background:#5B3DF5;

border-radius:50%;

border:5px solid white;

box-shadow:0 0 0 3px rgba(91,61,245,.2);

}

.timeline-item h4{

font-weight:800;

color:#5B3DF5;

margin-bottom:10px;

}

.policy-sidebar{

background:#fff;

padding:30px;

border-radius:24px;

box-shadow:0 15px 40px rgba(15,23,42,.05);

top:120px;

}

.policy-sidebar h5{

margin-bottom:25px;

font-weight:700;

}

.policy-sidebar ul{

padding:0;

margin:0;

list-style:none;

}

.policy-sidebar li{

margin-bottom:15px;

}

.policy-sidebar a{

text-decoration:none;

color:#64748B;

font-weight:600;

transition:.3s;

}

.policy-sidebar a:hover{

color:var(--primary);

padding-left:8px;

}

.policy-card{

background:#fff;

padding:50px;

border-radius:24px;

box-shadow:0 20px 50px rgba(15,23,42,.05);

}

.policy-card h2{

font-size:32px;

margin-bottom:20px;

font-weight:800;

color:var(--dark);

}

.policy-card p{

line-height:1.9;

margin-bottom:25px;

}

.policy-card ul{

padding-left:20px;

margin-bottom:30px;

}

.policy-card li{

margin-bottom:12px;

}

.policy-meta{

display:flex;

gap:25px;

margin-bottom:40px;

padding-bottom:20px;

border-bottom:1px solid #eee;

color:#64748B;

font-weight:600;

}

.support-box{

display:flex;

justify-content:space-between;

align-items:center;

padding:35px;

margin-top:40px;

border-radius:20px;

background:linear-gradient(135deg,#5B3DF5,#7B61FF);

color:#fff;

}

.support-box h4{

margin-bottom:8px;

}

.support-box p{

margin:0;

color:#fff;

opacity:.9;

}

@media(max-width:991px){

.policy-sidebar{

display:none;

}

.policy-card{

padding:30px;

}

.support-box{

flex-direction:column;

text-align:center;

gap:20px;

}

.policy-meta{

flex-direction:column;

gap:10px;

}

}
html{
    scroll-behavior:smooth;
}

.policy-card section{
    scroll-margin-top:130px;
}

.contact-card{

background:#fff;

padding:40px;

border-radius:24px;

text-align:center;

border:1px solid #eef2f7;

box-shadow:0 15px 40px rgba(15,23,42,.05);

transition:.35s;

height:100%;

}

.contact-card:hover{

transform:translateY(-8px);

}

.contact-card i{

font-size:48px;

color:var(--primary);

margin-bottom:20px;

display:block;

}

.contact-card a{

text-decoration:none;

font-weight:700;

color:var(--primary);

}

.office-card{

background:linear-gradient(135deg,#081120,#132340);

padding:45px;

border-radius:24px;

color:#fff;

height:100%;

}

.office-card hr{

border-color:rgba(255,255,255,.15);

margin:25px 0;

}

.map-card{

overflow:hidden;

border-radius:24px;

box-shadow:0 15px 40px rgba(15,23,42,.08);

}

.form-control{

padding:15px 20px;

border-radius:12px;

border:1px solid #dbe4ee;

}

.form-control:focus{

border-color:var(--primary);

box-shadow:none;

}

.hosting-hero{
    padding:90px 0;
}

.hosting-feature-item{
    font-weight:600;
    color:#475569;
}

.hosting-feature-item i{
    color:var(--primary);
    margin-right:8px;
}

.hosting-price-box h2{
    font-size:58px;
    font-weight:800;
    color:var(--primary);
}

.hosting-price-box span{
    font-size:22px;
    color:#64748B;
}

.trust-strip{
    background:#fff;
    padding:30px 0;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}

.trust-item{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    font-weight:700;
}

.trust-item i{
    font-size:34px;
    color:var(--primary);
}

.plan-card{
    background:#fff;
    padding:40px 10px;
    border-radius:24px;
    border:1px solid #EEF2F7;
    box-shadow:0 15px 40px rgba(15,23,42,.05);
    position:relative;
    transition:.3s;
    height:100%;
    text-align:center;
}

.plan-card:hover{
    transform:translateY(-10px);
}

.plan-card.popular{
    border:2px solid var(--primary);
    
}

.popular-badge{
    position:absolute;
    top:-15px;
    left:50%;
    transform:translateX(-50%);
    background:var(--primary);
    color:#fff;
    padding:6px 18px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
}

.plan-card ul{
    list-style:none;
    padding:0;
    margin:25px 0;
}

.plan-card li{
    padding:10px 0;
    border-bottom:1px solid #f2f2f2;
}


.plan-card li i{
   margin-right: 10px;
}

.plan-card h2{
    font-size:46px;
    color:var(--primary);
}

.plan-card h2 span{
    font-size:18px;
}

.performance-item{
    padding:12px 0;
    font-weight:600;
    color:#475569;
}

.performance-item i{
    color:var(--primary);
    margin-right:10px;
}

.migration-banner{
    background:linear-gradient(135deg,var(--primary),#7b61ff);
    color:#fff;
    padding:80px 0;
}

.migration-banner h2{
    font-size:42px;
    font-weight:800;
    margin-bottom:20px;
}

.migration-banner p{
    opacity:.95;
    margin-bottom:25px;
}

.migration-features{
    display:flex;
    gap:25px;
    flex-wrap:wrap;
}

.migration-features span{
    font-weight:600;
}

.migration-features i{
    margin-right:8px;
}

.hosting-hero img,
.performance-section img,
.control-panel img{
    border-radius:20px;
}

@media(max-width:991px){

.migration-banner{
    text-align:center;
}

.migration-features{
    justify-content:center;
}

}

/* ===============================
Comparison Table
================================ */

.compare-table{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 15px 40px rgba(15,23,42,.05);

}

.compare-table thead{

background:var(--primary);

color:#fff;

}

.compare-table th,
.compare-table td{

padding:18px;

text-align:center;

}

.compare-table td:first-child{

font-weight:700;

text-align:left;

}

/* ===============================
Testimonials
================================ */

.testimonial-card{

background:#fff;

padding:35px;

border-radius:24px;

box-shadow:0 15px 40px rgba(15,23,42,.05);

height:100%;

transition:.3s;

}

.testimonial-card:hover{

transform:translateY(-8px);

}

.stars{

font-size:22px;

color:#FFC107;

margin-bottom:20px;

}

/* ===============================
FAQ
================================ */

.accordion-item{

border-radius:16px!important;

overflow:hidden;

margin-bottom:15px;

border:none;

box-shadow:0 8px 25px rgba(15,23,42,.05);

}

.accordion-button{

font-weight:700;

padding:22px;

}

.accordion-button:not(.collapsed){

background:var(--primary);

color:#fff;

}

/* ===============================
CTA
================================ */

.hosting-cta{

padding:100px 0;

background:linear-gradient(135deg,var(--primary),#7B61FF);

color:#fff;

}

.hosting-cta h2{

font-size:48px;

font-weight:800;

margin-bottom:20px;

}

.hosting-cta p{

font-size:18px;

opacity:.9;

margin-bottom:30px;

}

.cta-features{

display:flex;

justify-content:center;

gap:30px;

flex-wrap:wrap;

font-weight:700;

}
.policy-feature{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:15px;
    padding:25px;
    text-align:center;
    height:100%;
    transition:.3s;
}

.policy-feature:hover{
    transform:translateY(-5px);
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.policy-feature i{
    font-size:38px;
    color:var(--bs-primary);
    margin-bottom:15px;
}

.policy-feature h5{
    font-weight:700;
    margin-bottom:10px;
}

.policy-feature p{
    margin:0;
    color:#6b7280;
}

.policy-sidebar{
    background:#fff;
    border-radius:15px;
    padding:25px;
    border:1px solid #e5e7eb;
}

.policy-sidebar ul{
    list-style:none;
    padding:0;
    margin:0;
}

.policy-sidebar li{
    margin-bottom:12px;
}

.policy-sidebar a{
    text-decoration:none;
    color:#4b5563;
    font-weight:500;
}

.policy-sidebar a:hover{
    color:var(--bs-primary);
}

.policy-card section{
    scroll-margin-top:100px;
}

.policy-card h2{
    font-weight:700;
    margin-bottom:20px;
}

.policy-card p{
    line-height:1.8;
    color:#4b5563;
}

.policy-card li{
    margin-bottom:10px;
}

.support-box{
    background:#f8fafc;
    border-radius:15px;
    padding:25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
}

.coming-card{
    background:#fff;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
    border:1px solid #eef2ff;
}

.coming-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.coming-icon{
    width:80px;
    height:80px;
    margin:auto;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#4f46e5,#6366f1);
    color:#fff;
    font-size:32px;
    margin-bottom:25px;
}

.coming-badge{
    display:inline-block;
    margin-top:20px;
    padding:8px 20px;
    border-radius:50px;
    background:#eef2ff;
    color:#4f46e5;
    font-weight:600;
    font-size:14px;
}


/* Pricing Card */
.pricing-card{

    position:relative;

    background:#fff;

    border-radius:22px;

    padding:45px;

    border:1px solid #edf2ff;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    text-align:center;

}

.pricing-card.featured{

    border:2px solid var(--primary-color);

}

.pricing-badge{

    position:absolute;

    top:-14px;

    left:50%;

    transform:translateX(-50%);

    background:var(--primary-color);

    color:#fff;

    padding:8px 22px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

}

.price{

    font-size:48px;

    font-weight:700;

    color:var(--primary-color);

    margin:25px 0;

}

.price small{

    font-size:18px;

    color:#666;

}

.currency{

    font-size:34px;

    vertical-align:top;

}

.pricing-features{

    list-style:none;

    padding:0;

    margin:35px 0;

    text-align:left;

}

.pricing-features li{

    padding:10px 0;

    border-bottom:1px solid #eee;

}

.pricing-features i{

    color:#22c55e;

    margin-right:10px;

}

.calling-table{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    border:1px solid #edf2ff;

}

.calling-table table{

    margin:0;

}

.calling-table th{

    background:var(--primary-color);

    color:#fff;

    padding:18px;

    border:none;

}

.calling-table td{

    padding:16px 18px;

    vertical-align:middle;

}

.calling-table tbody tr:not(:last-child){

    border-bottom:1px solid #eef2f7;

}

.calling-table .badge{

    padding:8px 14px;

    font-size:13px;

}

