/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* Custom CSS for Nexus Cart
 *
 * This block allows you to customize theme colors and styles for the entire Nexus Cart template.
 *
 * To customize colors:
 * - Replace the var() references with your own hex colors or other CSS values.
 * - For example, instead of --primary: #4b5563; use --primary: #your-color;
 * - You can also override any CSS properties here.
 */

html {
    font-size: 14px;
}

:root {
    --white: #fff;

    /* Neutral shades */
    --neutral-50: #fbf9fa;
    --neutral-100: #f4f5f7;
    --neutral-200: #e4e4e7;
    --neutral-300: #d0d5dd;
    --neutral-400: #9ca3af;
    --neutral-500: #6b7280;
    --neutral-600: #4b5563;
    --neutral-700: #374151;
    --neutral-800: #1f2937;
    --neutral-900: #111827;
    --neutral-950: #030712;

    /* Neutral shades */
    /* define own pallet with brand colors */
    --primary-50: var(--neutral-50);
    --primary-100: var(--neutral-100);
    --primary-200: var(--neutral-200);
    --primary-300: var(--neutral-300);
    --primary-400: var(--neutral-400);
    --primary-500: var(--neutral-500);
    --primary-600: var(--neutral-600);
    --primary-700: var(--neutral-700);
    --primary-800: var(--neutral-800);
    --primary-900: var(--neutral-900);
    --primary-950: var(--neutral-900);

    /* Primary colors */
    /* Use shades from comments if `primary` colors use other colors, then neutral */
    --primary: var(--neutral-900);          /* var(--primary-600) */
    --primary-lifted: var(--neutral-800);   /* var(--primary-700) */
    --primary-accented: var(--neutral-700); /* var(--primary-800) */

    /* Secondary colors */
    --secondary: var(--neutral-500);
    --secondary-lifted: var(--neutral-600);
    --secondary-accented: var(--neutral-700);

    /* Success colors */
    --success: #00a63e;
    --success-lifted: #008236;
    --success-accented: #016630;

    /* Info colors */
    --info: #155dfc;
    --info-lifted: #1447e6;
    --info-accented: #193cb8;

    /* Notice colors */
    --notice: #7f22fe;
    --notice-lifted: #7008e7;
    --notice-accented: #5d0ec0;

    /* Warning colors */
    --warning: #f54a00;
    --warning-lifted: #ca3500;
    --warning-accented: #9f2d00;

    /* Error colors */
    --error: #e7000b;
    --error-lifted: #c10007;
    --error-accented: #9f0712;

    /* Grayscale colors */
    --grayscale: var(--neutral-900);
    --grayscale-lifted: var(--neutral-800);
    --grayscale-accented: var(--neutral-700);

    /* Neutral colors */
    --neutral: var(--neutral-500);
    --neutral-lifted: var(--neutral-600);
    --neutral-accented: var(--neutral-700);

    /* Text neutral colors */
    --text-inverted: var(--white);
    --text-muted: var(--neutral-400);
    --text-lifted: var(--neutral-500);
    --text-accented: var(--neutral-600);
    --text: var(--neutral-900);

    /* Border neutral colors */
    --border-muted: var(--neutral-200);
    --border: var(--neutral-300);
    --border-lifted: var(--neutral-400);
    --border-accented: var(--neutral-600);

    /* Background neutral colors */
    --bg: var(--white);
    --bg-muted: var(--neutral-50);
    --bg-lifted: var(--neutral-100);
    --bg-accented: var(--neutral-200);
    --bg-inverted: var(--neutral-900);

    /* Additional colors */
    --yellow-200: #fff085;
    --yellow-300: #ffdf20;
    --teal-300: #46edd5;
    --teal-400: #00d5be;
    --emerald-300: #5ee9b5;
    --pink-400: #fb64b6;

    /* Additional custom properties */
    /* Font sizes */
    --text-xs: 0.625rem;
    --text-sm: 0.75rem;
    --text-md: 0.875rem;
    --text-lg: 1rem;

    /* Spacing */
    --outline-sm: 1px;
    --outline-md: 2px;
    --outline-lg: 3px;

    /* Rounding */
    --rounding-sm: 0.25rem;
    --rounding-md: 0.5rem;
    --rounding-lg: 0.75rem;

    /* Other */
    --letter-spacing: 0em;
    --disabled-opacity: 25%;
}

/* RoyalHost Redesign */

:root{
    --primary:#ff008c !important;
    --primary-lifted:#ff1493 !important;
}

body{
    background:#000;
}

#header{
    background:#000 !important;
    border:none !important;
}

#main-menu{
    background:#050505 !important;
}

.navbar-nav li a{
    color:#fff !important;
    font-weight:600;
}

#home-banner{
    background:linear-gradient(rgba(0,0,0,.75),rgba(0,0,0,.75)),
    url('../img/banner.jpg');
    background-size:cover;
    background-position:center;
    padding:120px 0;
}

#home-banner h2{
    color:#fff !important;
    font-size:52px !important;
    font-weight:800 !important;
}

#btnDomainSearch{
    background:#ff008c !important;
    color:#fff !important;
    border:none !important;
}

.home-shortcuts{
    background:#111827 !important;
}

.home-shortcuts a{
    color:#fff !important;
}

.primary-action .btn{
    background:#ff008c !important;
    color:#fff !important;
    border-radius:10px !important;
}

.logo img{
    max-height:60px !important;
}

@media(max-width:768px){

    #home-banner{
        padding:80px 15px;
    }

    #home-banner h2{
        font-size:34px !important;
    }

}
/* RoyalHost Hero Upgrade */

#home-banner h2{
    font-size:42px !important;
    color:#fff !important;
    text-shadow:0 0 20px #ff00aa;
}

#home-banner .container{
    background:rgba(0,0,0,.45);
    padding:25px;
    border-radius:15px;
}

.news,
.announcement-single{
    background:#111827 !important;
    color:#fff !important;
}

.announcement-single h3 a,
.announcement-single p{
    color:#fff !important;
}

#header{
    box-shadow:0 0 20px rgba(255,0,140,.4);
}

.primary-action .btn{
    background:#ff008c !important;
    border-radius:12px !important;
    font-weight:bold;
}
.royal-plans{
background:#0b1020;
padding:40px 20px;
}

.plan-box{
background:#111827;
color:#fff;
text-align:center;
padding:25px;
margin:15px 0;
border-radius:15px;
border:1px solid #ff008c;
}

.btn-plan{
display:inline-block;
background:#ff008c;
color:#fff;
padding:10px 20px;
border-radius:8px;
text-decoration:none;
}
.hosting-card{
    background:#000;
    padding:25px;
    border-radius:20px;
    margin:30px auto;
    max-width:420px;
    color:#fff;
    text-align:left;
    border:2px solid #ff008c;
}

.hosting-img{
    width:100%;
    border-radius:15px;
    margin-bottom:20px;
}

.hosting-card h2{
    text-align:center;
    color:#fff;
    font-size:32px;
    margin-bottom:20px;
}

.hosting-card ul{
    list-style:none;
    padding:0;
}

.hosting-card ul li{
    padding:10px 0;
    font-size:18px;
}

.hosting-btn{
    display:block;
    text-align:center;
    background:#ff008c;
    color:#fff !important;
    padding:15px;
    border-radius:12px;
    margin-top:20px;
    text-decoration:none;
    font-weight:bold;
}
.hosting-img{
    width:250px;
    height:auto;
    display:block;
    margin:auto;
}
.hosting-card{
    background:#0b1020;
    border:2px solid #ff008c;
    border-radius:20px;
    padding:25px;
    margin:25px auto;
    max-width:420px;
    color:#fff;
}

.hosting-img{
    width:280px;
    max-width:100%;
    display:block;
    margin:0 auto 20px;
}

.hosting-card h2{
    text-align:center;
    color:#fff;
    margin-bottom:20px;
}

.hosting-card h3{
    text-align:center;
    color:#00ff88;
    font-size:32px;
    font-weight:700;
}

.hosting-card ul{
    list-style:none;
    padding:0;
}

.hosting-card li{
    padding:8px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.hosting-btn{
    display:block;
    text-align:center;
    background:#ff008c;
    color:#fff !important;
    padding:14px;
    border-radius:12px;
    margin-top:20px;
    font-weight:bold;
    text-decoration:none;
}
.hosting-card{
    transition: all 0.4s ease;
    animation: floatCard 3s ease-in-out infinite;
}

.hosting-card:hover{
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 0 30px #ff008c;
}

@keyframes floatCard{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-8px);
    }
    100%{
        transform: translateY(0px);
    }
}
.hosting-card img{
    animation: zoomImg 4s infinite ease-in-out;
}

@keyframes zoomImg{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.08);
    }
    100%{
        transform: scale(1);
    }
}
.hosting-card{
    border:2px solid #ff008c;
    animation:borderGlow 2s infinite alternate;
}

@keyframes borderGlow{
    from{
        box-shadow:0 0 10px #ff008c;
    }
    to{
        box-shadow:0 0 25px #ff008c,0 0 40px #ff008c;
    }
}
.tech-section{
padding:60px 20px;
background:#f6f8ff;
}

.section-title{
text-align:center;
margin-bottom:40px;
}

.section-title span{
display:inline-block;
padding:10px 25px;
border:1px solid #cfd8ff;
border-radius:30px;
color:#2d5cff;
font-weight:700;
}

.section-title h2{
font-size:38px;
font-weight:800;
color:#123a8f;
margin-top:20px;
}

.section-title p{
color:#6b7280;
font-size:18px;
}

.feature-card{
background:#fff;
padding:30px;
margin-bottom:20px;
border-radius:25px;
box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.icon{
width:60px;
height:60px;
background:#eef2ff;
border-radius:18px;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
font-weight:bold;
color:#123a8f;
margin-bottom:20px;
}

.feature-card h3{
font-size:28px;
font-weight:700;
margin-bottom:10px;
color:#111827;
}

.feature-card p{
color:#6b7280;
font-size:18px;
}
.feature-card{
background:#fff;
padding:35px;
margin-bottom:25px;
border-radius:30px;
border:2px solid #dbe7ff;
box-shadow:0 10px 30px rgba(0,0,0,.05);
transition:.4s;
}

.feature-card:hover{
transform:translateY(-8px);
border-color:#4f7cff;
}
.feature-list{
background:#fff;
padding:25px;
border-radius:20px;
margin:20px 0;
}

.feature-item{
font-size:20px;
font-weight:700;
color:#222;
margin-bottom:25px;
padding-bottom:20px;
border-bottom:1px solid #eee;
}

.feature-item span{
display:block;
font-size:15px;
font-weight:400;
color:#666;
margin-top:5px;
line-height:1.6;
}
.feature-card{
background:#fff;
border:1px solid #e5e7eb;
border-radius:20px;
padding:30px;
margin-bottom:20px;
box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.feature-icon{
width:60px;
height:60px;
background:#eef2ff;
border-radius:15px;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
color:#1e40af;
margin-bottom:20px;
}

.feature-card h3{
font-size:28px;
font-weight:700;
margin-bottom:10px;
color:#0f172a;
}

.feature-card p{
font-size:18px;
color:#64748b;
line-height:1.7;
margin:0;
}
.feature-card{
background:#fff;
border:1px solid #e8edf7;
border-radius:30px;
padding:35px;
margin-bottom:25px;
box-shadow:0 10px 30px rgba(0,0,0,.05);
transition:.4s ease;
overflow:visible !important;
height:auto !important;
}

.feature-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 40px rgba(0,0,0,.1);
}

.feature-icon{
width:70px;
height:70px;
background:#f1f4ff;
border-radius:20px;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
color:#1e40af;
margin-bottom:25px;
}

.feature-card h3{
font-size:32px;
font-weight:700;
color:#0f172a;
margin-bottom:15px;
}

.feature-card p{
font-size:18px;
line-height:1.8;
color:#64748b;
margin:0;
}
.feature-card.active{
background:#fff;
border:2px solid #c8d9ff;
border-radius:30px;
padding:35px;
box-shadow:0 10px 30px rgba(37,99,235,.08);
}
.feature-card{
opacity:0;
transform:translateY(50px);
animation:fadeUp .8s ease forwards;
}

@keyframes fadeUp{
from{
opacity:0;
transform:translateY(50px);
}
to{
opacity:1;
transform:translateY(0);
}
}
.trust-section{
padding:80px 20px;
background:#f7f9ff;
}

.section-title{
text-align:center;
margin-bottom:40px;
}

.section-title span{
display:inline-block;
padding:12px 35px;
border:1px solid #c8d9ff;
border-radius:50px;
color:#2453ff;
font-size:14px;
font-weight:700;
letter-spacing:3px;
}

.section-title h2{
font-size:48px;
font-weight:800;
color:#12338b;
margin-top:25px;
line-height:1.2;
}

.feature-card{
background:#fff;
border:1px solid #edf1fa;
border-radius:30px;
padding:35px;
margin-bottom:25px;
box-shadow:0 10px 25px rgba(0,0,0,.05);
transition:.3s;
}

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

.feature-icon{
width:70px;
height:70px;
background:#eef2ff;
border-radius:20px;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
color:#12338b;
margin-bottom:20px;
}

.feature-card h3{
font-size:32px;
font-weight:700;
color:#0f172a;
margin-bottom:15px;
}

.feature-card p{
font-size:20px;
line-height:1.7;
color:#64748b;
}
.locations-section,
.testimonial-section{
padding:80px 20px;
background:#f7f9ff;
}

.section-title{
text-align:center;
margin-bottom:40px;
}

.section-title span{
display:inline-block;
padding:12px 30px;
border:1px solid #c8d9ff;
border-radius:50px;
color:#2453ff;
font-weight:700;
letter-spacing:3px;
}

.section-title h2{
font-size:48px;
color:#12338b;
margin:20px 0;
font-weight:800;
}

.section-title p{
font-size:22px;
color:#64748b;
}

.location-card{
display:flex;
align-items:center;
justify-content:space-between;
background:#fff;
padding:25px;
border-radius:25px;
margin-bottom:20px;
border:1px solid #e5eaf5;
}

.country{
width:70px;
height:70px;
background:linear-gradient(135deg,#2453ff,#12338b);
color:#fff;
font-size:26px;
font-weight:700;
display:flex;
align-items:center;
justify-content:center;
border-radius:20px;
}

.info{
flex:1;
margin-left:20px;
}

.info h3{
font-size:30px;
margin:0;
color:#0f172a;
}

.info p{
font-size:20px;
color:#64748b;
margin-top:5px;
}

.status{
color:#10b981;
font-size:20px;
font-weight:700;
}

.testimonial-card{
background:#fff;
padding:35px;
border-radius:30px;
margin-bottom:25px;
border:1px solid #e5eaf5;
}

.testimonial-card p{
font-size:26px;
line-height:1.8;
color:#334155;
}

.user{
display:flex;
align-items:center;
margin-top:25px;
}

.avatar{
width:70px;
height:70px;
background:linear-gradient(135deg,#2453ff,#12338b);
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:30px;
font-weight:700;
margin-right:15px;
}

.user h4{
font-size:28px;
margin:0;
color:#0f172a;
}

.user span{
font-size:20px;
color:#64748b;
}
.cta-section{
    padding:60px 20px;
}

.cta-box{
    background:linear-gradient(135deg,#173baf,#3f72ff);
    border-radius:35px;
    padding:60px 30px;
    text-align:center;
    color:#fff;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.cta-box h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:20px;
    line-height:1.3;
}

.cta-box p{
    font-size:20px;
    color:#e8ecff;
    margin-bottom:35px;
    line-height:1.7;
}

.cta-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.btn-primary{
    background:#fff;
    color:#173baf;
    padding:15px 35px;
    border-radius:15px;
    text-decoration:none;
    font-weight:700;
}

.btn-secondary{
    border:2px solid rgba(255,255,255,.3);
    color:#fff;
    padding:15px 35px;
    border-radius:15px;
    text-decoration:none;
    font-weight:700;
}










.