.ca_custom_calculator_main_section.container {
    padding: 0!important;
}
/* TOTAL ROW BASE */
.ca-sticky-total {
    background: #6754E9;
    padding: 15px 20px;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.08);
    align-items: center;
    z-index: 999;
}

/* PRICE */
.total_cost_service {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
}

.total_cost_service .currency {
    font-size: 24px!important;
    margin-right: 2px;
    color: white;
}
.total_price_here{
    font-size: 24px!important;

}
.delivery-boxes.row .col-md-3 {
    padding: 0 !important;
    width: 24%;
    margin: 0.5%;
}

/* BUTTON */
#add_to_cart_button {
    width: 100%;
    color: #fff;
    border: none;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}
button#add_to_cart_button {
    background: white;
    color: black;
    margin-top: 10px;
    margin-bottom: 10px;
}

#add_to_cart_button:hover {
    background: black;
    transform: translateY(-1px);
    color: white!important;
}

/* DESKTOP */
@media (min-width: 999px) {
    .total-left {
        display: flex;
        align-items: center;
    }

    .total-right {
        text-align: right;
    }

    #add_to_cart_button {
        width: auto;
        min-width: 200px;
    }
    .total_row.row.ca-sticky-total-inner {
        width: 1200px!important;
        margin-left: auto!important;
        margin-right: auto!important;
    }
    /* LEFT & RIGHT LINES */
    .main_heading_calc::before,
    .main_heading_calc::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 80px;
        height: 2px;
        background-color: #6754E9;
    }
    
    .main_heading_calc::before {
        left: 0;
    }
    
    .main_heading_calc::after {
        right: 0;
    }
    .main_heading_calc {
        position: relative;
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        margin: 40px 0;
        padding: 0 20px;
    }
    .delivery-box{
        padding: 0!important;
        width: 100%;
    }
    .delivery-box span {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    input#ca-domain-input {
        width: 50% !important;
        max-width: 50%;
    }
    .domain-checker {
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
    }
}
.own-domain label{
    color: white!important;
}
/* MOBILE */
@media (max-width: 999px) {
    .domain-checker {
        display: block;
        gap: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
    div#ca-domain-result,
    div#ca-domain-result span{
        margin-top: 10px;
    }
    button#ca-domain-btn {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    input#ca-domain-input {
        width: 100% !important;
        max-width: 100%;
    }
    .delivery-box{
        padding: 0!important;
        width: 100%;
    }
    .delivery-box span {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ca-sticky-total {
        padding: 12px 15px;
    }

    .total_cost_service {
        font-size: 20px;
        margin-bottom: 10px;
        text-align: center;
    }

    .total-right {
        text-align: center;
    }
    .main_heading_calc {
        position: relative;
        text-align: center;
        font-size: 22px!important;
        font-weight: 700;
        margin: 40px 0;
        padding: 0 20px;
    }

}

/* ---------- DOMAIN CHECKER SECTION ---------- */
.delivery_section.domain-check-section {
    font-family: 'Segoe UI', sans-serif;
}

.delivery_section.domain-check-section h3 {
    margin-bottom: 15px;
    color: #6754E9;
    font-size: 20px;
    font-weight: 600;
}


.domain-checker input[type="text"] {
    flex: 1;
    padding: 12px 15px;
    border: 2px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    transition: border 0.3s ease;
}

.domain-checker input[type="text"]:focus {
    outline: none;
    border-color: #6754E9;
    box-shadow: 0 0 5px rgba(103, 84, 233, 0.4);
}

.domain-checker button {
    background: #6754E9;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.domain-checker button:hover {
    background: white!important;
    color: black!important;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.domain-checker button:hover {
    opacity: 0.9;
}

#ca-domain-result {
    margin-top: 0;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    display: flex;
}


.available { color: #2ecc71; }
.taken     { color: #e74c3c; }
.error     { color: #ff9800; }


/* ---------- CHECKBOX AND RADIO STYLING ---------- */
.own-domain, #hosting-question {
    margin-top: 20px;
}

.own-domain label, #hosting-question label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    cursor: pointer;
    user-select: none;
    color: white;
}

.own-domain input[type="checkbox"],
#hosting-question input[type="radio"],
input[type="checkbox"]{
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #6754E9; /* Modern browsers highlight the color */
}

/* Hosting Question Text */
#hosting-question p {
    margin-bottom: 8px;
    font-weight: 500;
    color: white;
}


/* ---------- HOSTING CREDENTIALS ---------- */
#hosting-credentials {
    margin-top: 20px;
}

#hosting-credentials h4 {
    margin-bottom: 12px;
    color: #6754E9;
    font-size: 17px;
    font-weight: 600;
}

#hosting-credentials input[type="text"],
#hosting-credentials input[type="password"] {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 10px;
    border: 2px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    transition: border 0.3s ease;
}

#hosting-credentials input[type="text"]:focus,
#hosting-credentials input[type="password"]:focus {
    outline: none;
    border-color: #6754E9;
    box-shadow: 0 0 5px rgba(103, 84, 233, 0.4);
}


/* ---------- HOSTING PACKAGES ---------- */
#hosting-packages {
    margin-top: 20px;
}

#hosting-packages h4 {
    margin-bottom: 12px;
    color: #6754E9;
    font-size: 17px;
    font-weight: 600;
}

.hosting-boxes {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.hosting-box {
    flex: 1 1 30%;
    padding: 20px;
    border: 2px solid #ccc;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #f8f8f8;
    min-width: 150px;
}

.hosting-box h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.hosting-box p {
    font-size: 14px;
    color: #555;
}
p.hosting_price {
    color: red;
    font-size: 25px;
    font-weight: bold;
}
.package-info {
    font-size: 14px;
    color: white;
    margin-bottom: 10px;
    font-style: italic;
}
.hosting-box:hover {
    border-color: #6754E9;
    box-shadow: 0 6px 15px rgba(103, 84, 233, 0.25);
}

.hosting-box.active {
    border-color: #6754E9;
    background-color: #6754E9;
    color: #fff;
    box-shadow: 0 8px 25px rgba(103, 84, 233, 0.35);
}

/* Hidden select stays hidden */
#hosting_package {
    display: none;
}

.delivery_section {
    margin-top: 23px;
}

.hosting-box.active h5,
.hosting-box.active p{
    color: white!important;
}
