/* ==========================================
   VPS PRICING - CLEAN FINAL VERSION
========================================== */

/* BILLING CYCLE */

.price_top{
    position:relative;
    z-index:9999;
    margin-bottom:25px !important;
}

#changeBillingCycle{
    display:flex !important;
    flex-wrap:wrap !important;
    justify-content:center !important;
    gap:6px;
    padding:6px !important;
    margin:10px auto 25px !important;
    background:#f5fbff !important;
    border:1px solid #dff6ff !important;
    border-radius:999px !important;
}

#changeBillingCycle li{
    list-style:none !important;
    margin:0 !important;
    padding:0 !important;
}

#changeBillingCycle li a{
    display:block !important;
    padding:8px 16px !important;
    font-size:13px !important;
    font-weight:700 !important;
    color:#000 !important;
    text-decoration:none !important;
    border-radius:999px !important;
    white-space:nowrap;
    transition:.25s ease;
}

#changeBillingCycle li a:hover{
    background:#dff6ff !important;
}

#changeBillingCycle li a.active{
    background:#00b7ff !important;
    color:#fff !important;
    box-shadow:0 3px 10px rgba(0,183,255,.25);
}

/* CARDS */

.pricing-block-vps-page-V1 .price_sect{
    position:relative;
    background:#fff !important;
    border:1px solid rgba(125,249,255,.35) !important;
    border-radius:28px !important;
    overflow:visible !important;
    box-shadow:
        0 5px 18px rgba(0,183,255,.08),
        0 0 10px rgba(125,249,255,.10);
    transition:.3s ease;
}

.pricing-block-vps-page-V1 .price_sect:hover{
    transform:translateY(-4px);
    box-shadow:
        0 12px 28px rgba(0,183,255,.15),
        0 0 18px rgba(125,249,255,.25);
}

.price_sect.featured{
    border:2px solid #7df9ff !important;
    box-shadow:
        0 0 20px rgba(125,249,255,.30),
        0 0 35px rgba(125,249,255,.15);
}

/* HEADER */

.pricing-block-vps-page-V1 .price_sect h2{
    background:#00b7ff !important;
    color:#fff !important;
    margin:12px !important;
    padding:14px 18px !important;
    border-radius:20px !important;
    text-align:center !important;
    font-weight:800;
    box-shadow:0 0 14px rgba(125,249,255,.20);
}

/* PRICE AREA */


/* CENTER PRICE */
.pricing-block-vps-page-V1 .image-price-wrapper strong{
    display:block !important;

    font-size:38px !important;
    font-weight:800 !important;
    color:#00b7ff !important;

    text-align:center !important;
    line-height:1.1 !important;

    margin:8px auto !important;
}

.pricing-block-vps-page-V1 strong{
    color:#000000;
    font-weight:800;
}

/* FEATURE LIST */

.pricing-block-vps-page-V1 .price_sect ul{
    margin:10px 0 !important;
    padding:0 20px !important;
}

.pricing-block-vps-page-V1 .price_sect ul li{
    list-style:none;
    padding:8px 0 !important;
    margin:0 !important;
    font-size:14px !important;
    line-height:1.5 !important;
    border-bottom:1px solid #eef7fb;
}

.pricing-block-vps-page-V1 .price_sect ul li:last-child{
    border-bottom:none;
}

/* BUTTON AREA */

.pricing-block-vps-page-V1 .bottom_sect{
    position:relative !important;
    z-index:999 !important;
    padding:15px 20px 20px !important;
}

/* SHOW ONLY LAST BUTTON */
.pricing-block-vps-page-V1 .bottom_sect a:not(:last-child){
    display:none !important;
}

.pricing-block-vps-page-V1 .bottom_sect a{
    display:block !important;
    position:relative !important;
    z-index:9999 !important;
    padding:12px !important;
    font-size:14px !important;
    font-weight:700 !important;
    background:#00b7ff !important;
    color:#fff !important;
    border-radius:999px !important;
    text-align:center;
    text-decoration:none !important;
    box-shadow:0 0 10px rgba(125,249,255,.20);
    transition:.25s ease;
}

.pricing-block-vps-page-V1 .bottom_sect a:hover{
    transform:translateY(-2px);
}


.pricing-block-vps-page-V1 .price_sect h5.blpr {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 70px;
    position: relative;
    display: block;
}

.pricing-block-vps-page-V1 .price_sect h5.blpr {
    line-height: 74px;
    padding-bottom: 3px;
    margin-bottom: 3px;
}


.pricing-block-vps-page-V1 .price_sect h5.blpr::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
}

/* ICON */

.configoption-image-wrapper.text-center{
    width:60px !important;
    height:60px !important;
    background:#fff;
    border:2px solid #00b7ff;
    border-radius:50%;
    box-shadow:0 0 10px rgba(125,249,255,.20);
}

/* MOBILE */

@media(max-width:767px){

    #changeBillingCycle{
        flex-direction:column !important;
        border-radius:20px !important;
    }

    .pricing-block-vps-page-V1 .price_sect{
        border-radius:22px !important;
    }

    .pricing-block-vps-page-V1 .price_sect ul li{
        font-size:13px !important;
    }
}
/* ==========================================
HOSTING FEATURES - MODERN CARD DESIGN
========================================== */

.hosting_box{
background:#fff !important;
border:1px solid #eef2f7 !important;
border-radius:20px !important;
padding:22px !important;
margin-bottom:20px;
height:100%;
position:relative;
overflow:hidden;
transition:all .3s ease;
box-shadow:0 8px 24px rgba(15,23,42,.06) !important;
}

/* Gradient Top Border */
.hosting_box:before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:3px;
background:linear-gradient(
90deg,
#2563eb,
#7c3aed
);
}

.hosting_box:hover{
transform:translateY(-5px);
box-shadow:0 18px 35px rgba(15,23,42,.12) !important;
border-color:#dbeafe !important;
}

/* Header Area */
.hosting_box_left_sec{
display:flex !important;
align-items:center;
gap:14px;
margin-bottom:15px;
}

/* Icon Container */
.hosting_box_left_sec span{
width:58px;
height:58px;
min-width:58px;
border-radius:14px;
background:#f3f8ff !important;
display:flex;
align-items:center;
justify-content:center;
transition:.3s ease;
}

.hosting_box:hover .hosting_box_left_sec span{
background:#e8f1ff !important;
}

/* Keep Existing SVG Icons */
.hosting_box_left_sec img{
width:auto !important;
height:auto !important;
max-width:30px;
max-height:30px;
filter:none !important;
}

/* Use Website Typography */
.hosting_box_left_sec h6{
margin:0 !important;
color:#0f172a !important;
font-family:inherit !important;
font-size:inherit !important;
font-weight:700 !important;
line-height:1.4;
}

/* Description */
.hosting_box_right_Sec p{
margin:0 !important;
color:#64748b !important;
font-family:inherit !important;
font-size:inherit !important;
line-height:1.8;
}

/* Soft Background Glow */
.hosting_box:after{
content:"";
position:absolute;
top:-40px;
right:-40px;
width:100px;
height:100px;
border-radius:50%;
background:rgba(37,99,235,.03);
pointer-events:none;
}

/* Mobile */
@media(max-width:767px){

```
.hosting_box{
    padding:18px !important;
    border-radius:16px !important;
}

.hosting_box_left_sec{
    gap:12px;
}

.hosting_box_left_sec span{
    width:52px;
    height:52px;
    min-width:52px;
}

.hosting_box_left_sec img{
    max-width:26px;
    max-height:26px;
}
```

}


.footer_col h4,
.footer_col p {
    color: #ffffff !important;
}


.footer .footer_col ul.footer_links li a {
    color: #ffffff;
    transition: all 0.3s ease;
}

.footer .footer_col ul.footer_links li a:hover,
.footer .footer_col ul.footer_links li a:focus {
    color: #00c2ff; /* Change to your brand accent color */
}



.domain h2 {
    text-transform: lowercase;
    color: var(--secondary-section-heading-color);
}

.domain h2::first-letter {
    text-transform: uppercase;
}


.domain .top p {
    font-weight: 400 !important;
    color: var(--secondary-section-heading-color);
}


.hostx-ai-support {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #f5f7fb;
    font-family: Arial, sans-serif;
}

/* MAIN BOX */
.ai-support-box {
    width: 450px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* HEADER */
.chat-header {
    background: #1f2937;
    color: white;
    padding: 12px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

/* CHAT WINDOW (REDUCED HEIGHT) */
.chat-window {
    height: 190px;   /* 👈 reduced height */
    overflow-y: auto;
    padding: 10px;
    background: #f9fafb;
}

/* MESSAGE STYLE */
.user-message,
.bot-message {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
    align-items: flex-start;
}

.msg-icon {
    width: 26px;
    height: 26px;
    background: #e5e7eb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    flex-shrink: 0;
}

/* MESSAGE BUBBLE */
.msg-content {
    background: #e5e7eb;
    padding: 7px 10px;
    border-radius: 8px;
    font-size: 13px;
    max-width: 240px;
    word-wrap: break-word;
}

/* USER MESSAGE COLOR */
.user-message .msg-content {
    background: #dbeafe;
}

/* QUICK ACTIONS */
.quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 8px;
    border-top: 1px solid #eee;
    background: #fff;
}

.quick-actions button {
    font-size: 11px;
    padding: 5px 7px;
    background: #e5e7eb;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
}

.quick-actions button:hover {
    background: #d1d5db;
}

/* INPUT AREA */
.chat-input-area {
    display: flex;
    gap: 6px;
    padding: 8px;
    border-top: 1px solid #eee;
    background: #fff;
}

.chat-input-area input {
    flex: 1;
    padding: 9px;
    border: 1px solid #ddd;
    border-radius: 6px;
    outline: none;
    font-size: 13px;
}

.chat-input-area button {
    padding: 9px 12px;
    background: #2563eb;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.2s;
}

.chat-input-area button:hover {
    background: #1d4ed8;
}

