/*heading -page -header*/

.container {
    max-width: max-content;
    max-width: 100% !important;
    max-width: 100%;
    padding: 0 !important;
}

.home-domain-search {
    background-color: #05195f !important;
}

.w-whmcs-header .navbar {
    position: revert !important;
    padding: 0 !important;
}

#login-hero .barmetal-title {
	font-size: 31px !important;
	font-weight: 700;
	color: white;
	margin-top: 0px;
}
.whmcs-navbar {
    background-color: #e9ecef !important;
}

#whmcs-navbar {
    display: flex !important;
    padding: 0 !important;
    max-height: 100% !important;
}

.nav-menu {
    gap: 26px !important;
}

.navbar {
    padding: 0px !important
}

.navbar-collapse {
   z-index: 999 !important;
}

.header.header .search {
    border: 1px solid var(--primary-color);
}

.header .search:hover {
    border: 1px solid var(--secondary-color);
}

#eservers-billing-nav .logo-img {
    max-height: 125px !important;
}

#eservers-billing-nav .ncustom-link {
    color: white;
}



.master-breadcrumb .breadcrumb {
    padding: 20px;
}

.breadcrumb-item {
    display: flex;
    margin-top: 9px;
    margin-bottom: 9px;
}

.data-centehero {
    padding: 0px 39px 0px !important;
    height: 300PX !important;
}

/* @media (max-width: 965px) {
    .data-centehero {
        margin-top: -103px !important;
    }
} */

.header.header .btn {
    font-size: 35px;
}

li#Primary_Navbar-Services:hover .dropdown-menu,
li#Primary_Navbar-Domains:hover .dropdown-menu,
li#Primary_Navbar-Billing:hover .dropdown-menu,
li#Primary_Navbar-Support:hover .dropdown-menu {
    display: flex !important;
    flex-direction: column;
}

@media (max-width: 1015px) {
    #custom-navbar #nav-menu {
        display: none !important;
    }
}

.dropdown-content.wide .locations-column {
    flex: 0 0 65% !important;
    
}

/*.input-group{*/
/* display: none !important;*/
/*}*/
/*heading -page -header*/
/*home*/
.whms-main-section {
    background-image: url(https://img.freepik.com/premium-photo/light-satin-soft-blue-abstract-creative-background-design_851755-210596.jpg?semt=ais_items_boosted&w=740) !important;
    padding: 60px 11px 10px 15px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.whms-section-heading {
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #000036 !important;
    margin-top: 40px !important;
    margin-bottom: 30px !important;
}

.card-columns.home .card {
    box-shadow: 0 4px 10px rgb(3 0 0 / 65%) !important;
    border-radius: 16px !important;
    transition: transform 0.3s ease !important;
}

.card-columns.home .card:hover {
    transform: translateY(-5px) !important;
}

.card .btn-outline-primary {
    border-radius: 50px !important;
    font-weight: 500 !important;
    padding: 8px 8px !important;
}

.whms-action-icon-btns {
    text-align: center !important;
    gap: 20px !important;
}

.whms-action-icon-btns a {
    display: block;
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 20px 10px !important;
    text-decoration: none !important;
    color: #000 !important;
    font-weight: 500 !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease-in-out !important;
}

.whms-action-icon-btns a:hover {
    background-color: #f1f5f9 !important;
    transform: translateY(-4px) !important;
}

.whms-action-icon-btns .ico-container {
    font-size: 2.5rem !important;
    margin-bottom: 10px !important;
    color: #2b8aca !important;
}

.card-accent-teal {
    background-color: #e0f7f4 !important;
}

.card-accent-pomegranate {
    background-color: #fdecea !important;
}

.card-accent-sun-flower {
    background-color: #fff9e6 !important;
}

.card-accent-asbestos {
    background-color: #f1f2f3 !important;
}

.card-accent-green {
    background-color: #e6f4ea !important;
}

.card-accent-midnight-blue {
    background-color: #e6eaf6 !important;
}

.card-accent-teal:hover,
.card-accent-pomegranate:hover,
.card-accent-sun-flower:hover,
.card-accent-asbestos:hover,
.card-accent-green:hover,
.card-accent-midnight-blue:hover {
    background-color: #d4d4d4 !important;
}

.whms-product-card {
    background-color: #d6d6d6 !important;
    padding: 10px 10px;
    height: 250px;
}

.btn-outline-primary {
    color: #ffffff !important;
    border-color: #ffffff !important;
    background-color: var(--secondary-color-two) !important;
}

.btn-outline-primary:hover {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #ffffff !important;
}

.whms-icon-card {
    background-color: #000036 !important;
    border-radius: 12px !important;
    padding: 20px 15px !important;
    text-align: center !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    height: 100% !important;
    border: 1px solid rgba(145, 10, 103, 0.1) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px;
    text-decoration: none !important;
}

.whms-icon-card:hover {
    background-color: #525252 !important;
    box-shadow: 0 6px 18px rgba(43, 138, 202, 0.3) !important;
    transform: translateY(-5px) scale(1.02);
    color: #ffffff !important;
    text-decoration: none !important;
}

.ico-container {
    background: rgba(233, 225, 225, 0.5);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1;
    position: relative;
    padding: 10px 20px;
    border-radius: 15px;
}

.action-icon-btns a:hover .ico-container {
    font-size: 2.6em !important;
}

@media (max-width: 1220px) {
    #custom-navbar {
        display: flex !important;
    }

    .main-navbar-wrapper {
        display: none !important;
    }

    .w-whmcs-header .navbar {
        padding: 0 !important;
    }

    #whmcs-navbar:hover #mainNavbar {
        display: flex !important;
    }

    #nav-menu {
        margin-right: 0px !important;
    }

    #eservers-billing-nav .logo-img {
        margin-left: 0px !important;
    }
}

#eservers-billing-nav .logo-img {
    margin-left: 20px !important;
}

.breadcrumb {
    background-color: #494949;
    display: flex;
    align-items: center !important ;
    border-radius: 0 !important;
    height: 60px !important;
}

.master-breadcrumb {
    background-color: #000036;
}

.breadcrumb-item.active {
    color: #ffffff !important;
}

.copyright {
    color: #fffdfd;
}

@media (min-width: 1200px) {
    .card-columns.home {
        -moz-column-count: 1;
        column-count: 4;
    }
}

li#Primary_Navbar-Store:hover .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    max-height: 400px !important;
    overflow-y: scroll;
}

li#Secondary_Navbar-Account:hover .dropdown-menu {
    display: flex !important;
    flex-direction: column;
}

.whms-icon-cards {
    margin-bottom: 20px !important;
}

.navbar {
    z-index: 1000 !important;
}

/*home-end*/
/*footer*/
/*footer.footer{*/
/* font-size: 20px;*/
/* height: 546px;*/
/* padding: 10px 265px;*/
/*}*//* ========================
Base Footer Styling
======================== */
.footer {
    background-color: #0a0a23;
    color: #f1f1f1;
    font-size: 0.9rem;
    padding: 3rem 0;
}

.footer .container {
    max-width: 1345px !important;
    margin: 0 auto;
    font-size: 20px;
}

.footer-secondary {
    color: white !important;
    font-size: 14px;
}

.text-secondary {
    color: #ffffff !important;
}

/* ========================
Headings & Typography
======================== */
.footer h6 {
    font-size: 18px !important;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer p.copyright {
    font-size: 0.8rem;
    color: #999;
}

/* ============================
Links & List Item Styling
============================ */
.footer a {
    color: #f1f1f1;
    text-decoration: none;
}

.footer a:hover {
    color: #0d6efd;
    text-decoration: underline;
}

.footer ul.list-inline>li {
    margin-left: 1rem;
}

.footer .btn-link {
    color: #f1f1f1;
    font-size: 0.9rem;
    padding: 0;
}

.footer .btn-link:hover {
    color: #0d6efd;
    text-decoration: none;
}

/* ===================
Icons & Flag Styles
=================== */
.iti-flag.us {
    width: 20px;
    height: 15px;
    background-image: url('/path-to-your-flag-sprites.png');
    background-position: -10px -5px;
    display: inline-block;
}

.footer .bi {
    font-size: 1.1rem;
}

.whmcs-list-footer {
    font-size: 16px !important;
}

/* ============================
Image & Logo Adjustments
============================ */
.footer img.logo-img,
.footer img.img-fluid {
    max-height: 50px;
    height: auto;
    width: auto;
}

.logo-img {
    height: 100% !important;
    /* width: 271px !important; */
    /* margin-left: 50px; */
    margin-left: 5px !important;
    margin-top: -5px !important;
    max-height: 37px !important;
}

#billing-logo{
 width: 200px !important;
      max-height: 85px !important;
}

/* =====================
Responsive Breakpoints
===================== */
/* Small devices (sm) */
@media (max-width: 575.98px) {
    #footer {
        height: auto !important;
    }

    .footer .col-12 {
        text-align: left;
    }

    .footer .list-inline {
        float: none !important;
        padding-left: 0;
    }

    /* .footer .d-flex {
        justify-content: center !important;
    } */

    .footer .btn-link {
        font-size: 0.8rem;
    }
}

/* Medium devices (md) */
@media (min-width: 576px) and (max-width: 767.98px) {
    #footer {
        height: 1235px !important;
    }

    /* .footer .row {
        text-align: left;
    } */

    /* .footer .d-flex {
        justify-content: center !important;
    } */

    .footer .list-inline {
        float: none !important;
    }
}

/* Large devices (lg) */
@media (min-width: 768px) and (max-width: 991.98px) {
    #footer {
        height: auto !important;
    }

    /* .footer .d-flex {
        justify-content: flex-start !important;
    } */
}

/* Extra large devices (xl) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    #footer {
        height: auto !important;
    }
}

/* Extra extra large (xxl) */
@media (min-width: 1200px) {
    #footer {
        height: auto !important;
    }
}

/* Section Headings */
.footer h6 {
    font-size: 20px !important;
    font-weight: 600;
    margin-bottom: 1rem;
}

/* List Items under Footer Sections */
.footer ul li {
    font-size: 16px;
}

/*footer-end*/
/*login*/
.login-card {
    overflow: hidden;
    background: #fff;
    border-radius: 1rem;
}

.image-side {
    background-image: url('https://media.istockphoto.com/id/827226378/photo/it-engineer-installing-hard-drive-in-rack-server.jpg?s=170667a&w=0&k=20&c=ELdx0YHF5ijSyv7ZURqVUlLDWXhuGLfBiITdaRoO6cE=');
    background-size: cover;
    background-position: center center;
    min-height: 500px;
    color: white;
    position: relative;
    padding: 3rem 2rem;
}

.image-side::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.overlay-content {
    position: relative;
    z-index: 1;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.overlay-content h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.overlay-content p {
    font-size: 1.1rem;
    line-height: 1.5;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.login-sec {
    padding: 3rem 2rem;
}

.login-form .card {
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

.login-form .input-group {
    border: 2px solid var(--primary-color);
    border-radius: 6px;
    transition: border-color 0.3s ease;
    background-color: var(--input-bg);
}

.login-form .form-control {
    border: none;
    background: transparent;
    box-shadow: none;
}

.login-form .input-group:hover {
    border-color: var(--secondary-color);
}

.login-form .form-group:focus-within .input-group {
    border-color: var(--primary-color);
}

.input-group-text {
    background-color: var(--primary-color);
    border: none;
    color: white;
}

.login-form button[type="submit"] {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
}

.login-form button[type="submit"]:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.login-form .form-check-label {
    font-size: 0.9rem;
    color: #666;
}

@media (max-width: 767.98px) {
    .login-card {
        flex-direction: column;
        max-width: 100%;
    }

    .image-side {
        min-height: 250px;
        padding: 2rem 1rem;
    }

    .overlay-content {
        max-width: 100%;
    }

    .login-sec {
        padding: 2rem 1rem;
    }
}

.btn-recaptcha {
    width: 120px;
}

/*login-end*/
/*contact-us*/
.cont-info-col {
    background-color: var(--primary-color) !important;
}

.contact-btn {
    width: 200px;
    height: 70px;
}

.cont-cardmain {
    text-align: center;
}

.cont-card {
    border: 2px solid var(--primary-color) !important;
    background-color: #f3f3f3;
    border-radius: 65px !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05) !important;
}

/* Inner card content padding */
.cont-cardexta {
    padding: 2rem;
}

/* Section heading */
.cont-cardtext {
    font-size: 40px;
    font-weight: 600;
    color: #000036;
    /* Primary color */
}

/* Paragraph under the heading */
.cont-cardp {
    font-size: 1rem;
    color: #6c757d;
}

/* Form side spacing (optional) */
.contact-form-column {
    padding-right: 1rem;
}

/* Contact info side spacing */
.contact-info-column {
    padding-left: 1rem;
}

/* Icon + Text box styling */
.contact-info-column .border {
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
    border: 2px solid var(--primary-color) !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px !important;
}

.contact-info-column .border:hover {
    background-color: #f1f8ff;
    transform: translateY(-2px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06) !important;
    border: 2px solid var(--primary-color) !important;
}

/* Icons */
.contact-info-column i {
    color: #000000 !important;
}

/* Responsive tweaks */
@media (max-width: 768px) {

    .contact-form-column,
    .contact-info-column {
        padding: 0 !important;
        margin-top: 1rem;
    }
}

.robot-sec {
    display: flex;
    flex-direction: row;
    gap: 180px;
    padding: 15px 65px 15px;
}

.contact-row {
    row-gap: 55px;
}

/*contact-us*/
/*announcements*/
/* Overall layout adjustments */
.whms-main-section {
    padding: 2rem 0;
    background-color: #f4f6f9;
    font-family: 'Segoe UI', sans-serif;
}

/* Card base */
.card {
    border: 2px solid var(--primary-color);
    border-radius: 7px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.03);
}

/* Sidebar styling */
.sidebar .card-sidebar {
    border-radius: 12px;
    background-color: #fff;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.sidebar .card-sidebar:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}

.card-header {
    background-color: #000036;
    color: #ffffff;
    padding: 0.75rem 1.25rem;
    font-weight: 600;
    font-size: 1rem;
    border-bottom: none;
}

.card-title {
    margin: 0;
    font-size: 1.1rem;
}

.card-title i {
    color: white;
    margin-right: 6px;
}

/* Sidebar list items */
.sidebar .list-group-item {
    border: none;
    padding: 0.75rem 1.25rem;
    font-size: 0.95rem;
    color: #333;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f0f0f0;
}

.sidebar .list-group-item.active {
    background-color: #eaf5ff;
    color: white !important;
}

.sidebar .list-group-item:hover {
    color: black !important;
}

/* Icon wrapper */
.sidebar-menu-item-icon-wrapper i {
    color: var(--secondary-color);
    margin-right: 0.5rem;
}

/* Main content area */
.primary-content .card-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000036;
}

.primary-content .announcement h1 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.primary-content .announcement article {
    font-size: 1rem;
    color: #4a4a4a;
    margin-bottom: 1rem;
}

.primary-content .btn.btn-default {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 6px;
    font-size: 0.875rem;
    padding: 0.4rem 0.9rem;
    transition: all 0.3s ease;
}

.primary-content .btn.btn-default:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

/* Mobile card dropdown */
.card.d-block.d-md-none select.form-control {
    border-radius: 8px;
    padding: 0.5rem;
}

/* Extra small fix */
.sidebar-menu-item-label {
    font-weight: 500;
}

.sidebar {
    margin-top: 10px;
    max-width: 420px !important;
}

.alert-info {
    color: white;
    background-color: var(--primary-color);
}

/*.form-control{*/
/* border: 2px solid var(--primary-color) !important;*/
/*}*/
.form-control {
    padding: 5px 50px !important;
}

.form-control:hover,
.form-select:hover {
    border: 2px solid var(--secondary-color) !important;
}

/*announcements-end*/
/*register*/
#login-card-body {
    margin-bottom: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#inputCompanyName,
#inputAddress2,
#inputNewPassword1,
#inputNewPassword2 {
    border: 2px solid var(--primary-color) !important;
    transition: border-color 0.3s ease;
}

#inputCompanyName:hover,
#inputAddress2:hover,
#inputNewPassword1:hover,
#inputNewPassword2:hover {
    border: 2px solid var(--secondary-color) !important;
}

#registration .field-icon i {
    color: var(--secondary-color) !important;
    ;
}

/*register-end*/
/*supporttickets*/
.tableTicketsList {
    background-color: #e1d8d8;
}

.table-container {
    background-color: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
    margin-bottom: 2rem;
    border: 2px solid var(--primary-color);
}

/* DataTables Table */
.table-list {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0.6rem;
    font-size: 0.95rem;
}

.table-list thead th {
    background-color: #f1f3f5;
    color: #000036;
    font-weight: 600;
    border: none;
    padding: 0.75rem 1rem;
}

.table-list tbody td {
    background-color: #fff;
    padding: 1rem;
    border-top: none;
    vertical-align: middle;
}

.table-list tbody tr:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(-1px);
    transition: 0.2s ease-in-out;
}

/* Empty Row */
.dataTables_empty {
    text-align: center;
    color: #6c757d;
    font-style: italic;
}

/* Search Input */
.dataTables_filter label {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 500;
    color: #495057;
    margin-bottom: 1rem;
}

.dataTables_filter input {
    margin-left: 0.5rem;
    border: 1px solid #ced4da;
    border-radius: 6px;
    padding: 0.4rem 0.6rem;
    font-size: 0.875rem;
}

/* Length Dropdown */
.dataTables_length label {
    font-weight: 500;
    color: #495057;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.dataTables_length select {
    border-radius: 6px;
    padding: 0px 20px;
    font-size: 0.875rem;
    border: 1px solid #ced4da;
}

/* Pagination */
.dataTables_paginate {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
}

.dataTables_paginate .pagination {
    margin-bottom: 0;
}

.pagination .page-item .page-link {
    border-radius: 8px;
    margin: 0 0.25rem;
    color: #000036;
    border: 1px solid #dee2e6;
    padding: 0.45rem 0.75rem;
    font-size: 0.875rem;
}

.pagination .page-item.active .page-link {
    background-color: #2b8aca;
    color: #fff;
    border-color: #2b8aca;
}

.pagination .page-item.disabled .page-link {
    color: #adb5bd;
    cursor: not-allowed;
}

/* Info Text */
.dataTables_info {
    font-size: 0.875rem;
    color: #000000;
    margin-top: 0.5rem;
}

/* Loading Spinner */
#tableLoading p {
    font-size: 1rem;
    color: #6c757d;
    margin-top: 2rem;
}

/* Pagination Wrapper */
.dataTables_paginate {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
}

/* Pagination List */
.pagination {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

/* Pagination Buttons */
.page-item {
    margin: 0 0.25rem;
}

.page-item .page-link {
    color: #000036;
    border: 1px solid #dee2e6;
    padding: 0.45rem 0.75rem;
    border-radius: 8px;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    background-color: #fff;
}

/* Hover Effect */
.page-item .page-link:hover {
    background-color: #f1f3f5;
    color: #d0142c;
    border-color: #d0142c;
}

/* Active Page */
.page-item.active .page-link {
    background-color: #2b8aca;
    color: #fff;
    border-color: #2b8aca;
}

/* Disabled State */
.page-item.disabled .page-link {
    color: #ffffff !important;
    pointer-events: none;
    background-color: var(--primary-color);
    border-color: #ffffff;
    cursor: not-allowed;
}

.page-item.disabled .page-link:hover {
    color: #ffffff !important;
    pointer-events: none;
    background-color: var(--secondary-color);
    border-color: #ffffff;
    cursor: not-allowed;
}

/*supporttickets-end*/
/*store/london-gpu-dedicated-servers-uk*/
#order-standard_cart .products .product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 5px 15px var(--shadow-color);
    border: 3px solid var(--primary-color) !important;
    transition: 0.3s ease-in-out;
}

#order-standard_cart .products .product:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px var(--shadow-color);
}

#order-standard_cart .product .product-header span {
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--dark-blue);
}

#order-standard_cart .products .product div.product-desc {
    width: 100% !important;
}

#order-standard_cart .product-desc {
    padding: 10px 0;
    font-size: 0.95rem;
    color: #555;
}

#order-standard_cart .product-desc ul {
    padding-left: 18px;
    list-style-type: disc;
    margin-bottom: 15px;
}

#order-standard_cart .product-desc ul li {
    font-size: 0.85rem;
    color: #333;
    margin-bottom: 6px;
}

#order-standard_cart .product-pricing {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--accent-color);
    margin-bottom: 10px;
}

#order-standard_cart .btn-order-now {
    background-color: var(--primary-color);
    border: none;
    padding: 10px 20px;
    font-size: 0.95rem;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease-in-out;
}

#order-standard_cart .btn-order-now:hover {
    background-color: #1f6fb2;
    color: #fff;
}

#order-standard_cart .cart-body {
    background-color: var(--light-bg) !important;
    padding: 30px !important;
    border-radius: 10px;
}

#order-standard_cart .header-lined h1 {
    color: var(--dark-blue);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 10px;
}

#order-standard_cart .header-lined p {
    font-size: 1rem;
    color: #555;
}

#order-standard_cart .products .product header span {
    color: white !important;
}

#order-standard_cart .products .product header {
    background: var(--primary-color) !important;
}

#order-standard_cart .products .product footer {
    width: 100% !important;
}

.fa-share {
    color: var(--secondary-color) !important;
}

.fa-globe {
    color: var(--secondary-color) !important;
}

.list-group-item.active {
    background-color: var(--primary-color) !important;
}

.product-ro {
    padding: 30px;
}

/* store/london-gpu-dedicated-servers-uk-end*/
/* confproduct */
#order-standard_cart {
    padding: 20px;
    background-color: #f8f9fa;
}

.card-sidebar {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    background: white;
}

.panel-title {
    font-weight: 600;
    font-size: 1.1rem;
}

.list-group-item-action {
    padding: 10px 15px;
    font-size: 0.95rem;
    transition: 0.3s;
}

.list-group-item-action:hover {
    background-color: #f1f5fb;
    color: #2b8aca;
}

.select-inline {
    max-width: 100%;
    padding: 8px;
}

.product-info {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.product-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000036;
}

.alert-warning.info-text-sm {
    font-size: 0.9rem;
    margin-top: 20px;
    background-color: #fff3cd;
    color: #856404;
    border-radius: 8px;
}

.order-summary {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    background: #ffffff;
    padding: 20px;
    margin-top: 20px;
}

.order-summary h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #000036;
}

.total-due-today {
    background-color: #f1f5fb;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
}

.total-due-today .amt {
    font-size: 1.4rem;
    color: #d0142c;
}

#btnCompleteProductConfig:hover {
    background-color: #1f6fb2;
    border-color: #1f6fb2;
}

#inputBillingcycle {
    padding: 8px 18px;
}

.alert-warning {
    color: white !important;
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.alert-warning .alert-link {
    color: white !important;
}

#btnCompleteProductConfig:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-primary:hover {
    background-color: var(--secondary-color);
    color: white !important;
}

.btn-primary {
    background-color: var(--secondary-color) !important;
    color: white !important;
}

#order-standard_cart .product-info {
    background-color: #bdbdbd !important;
}

#order-standard_cart label,
#order-standard_cart p.domain-renewal-desc,
.service-renewals .div-renewal-period-label {
    color: #ffffff !important;
}

#secondary-cart-pra {
    color: #ffffff !important;
}

/* confproduct -end*/
/*cart-view*/
#order-standard_cart .view-cart-items-header {
    background-color: var(--secondary-color) !important;
}

#order-standard_cart .empty-cart .btn {
    background-color: var(--primary-color) !important;
}

#order-standard_cart .btn-checkout {
    padding: 10px 25px !important;
    font-size: 14px;
}

#checkout {
    background-color: var(--primary-color) !important;
    border-color: white !important;
}

#checkout:hover {
    background-color: var(--secondary-color) !important;
    border-color: white !important;
}

#order-standard_cart .order-summary .btn-continue-shopping {
    color: #ffffff !important;
    font-size: 12px !important;
    background-color: var(--primary-color) !important;
    padding: 15px 5px !important;
}

.text-right {
    display: flex !important;
    gap: 40px !important;
}

/*cart-view-end*/
/*checkout*/
#order-standard_cart {
    padding: 30px 40px 40px 30px !important;
}

#order-standard_cart .field,
#order-standard_cart .form-control {
    border: 2px solid var(--primary-color) !important;
}

#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span {
    color: black !important;
    font-weight: 800 !important;
}

#btnAlreadyRegistered {
    color: #fff;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    ;
}

#order-standard_cart .secondary-cart-sidebar {
    background-color: var(--primary-color) !important;
    padding: 50px !important;
}

#order-standard_cart .secondary-cart-body {
    background-color: #bababa !important;
    padding: 10px 20px !important;
}

#order-standard_cart .view-cart-items .item {
    border: 2px solid var(--secondary-color) !important;
}

/*checkout-end*/
/*checkout-page */
#order-standard_cart label,
#order-standard_cart p.domain-renewal-desc,
.service-renewals .div-renewal-period-label {
    color: #000000 !important;
}

.label-info {
    background-color: var(--secondary-color);
}

#order-standard_cart label,
#order-standard_cart p.domain-renewal-desc,
.service-renewals .div-renewal-period-label {
    font-size: 20px !important;
}

/*checkout-page-end*/
/*clientarea-home*/
.tiles .tile .title {
    color: #ffffff !important;
}

.tiles .tile .stat {
    color: white !important;
}

.tiles .tile {
    background-color: var(--primary-color) !important;
}

.tiles .tile:hover {
    background-color: var(--secondary-color-two) !important;
}

.client-home-cards .card-header {
    background-color: #d0cdcd !important;
}

#order-standard_cart .account-select-container div.account {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
}

/*clientarea-home-page*/
/*your-profile*/
.profile-icon {
    color: var(--primary-color) !important;
}

/*your-profile-end*/
/*invoice*/
#invoice-whmcs {
    margin: 15px auto;
    padding: 70px;
    max-width: 850px;
    background-color: #fff;
    border: 1px solid #853030;
    border-radius: 6px;
}

/*Search bar*/
.map-search-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
}

.search-container {
    position: relative;
    /* This is crucial for positioning the dropdown */
    width: 100%;
    max-width: 600px;
    /* Adjust max-width as needed */
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #999;
    font-size: 16px;
}

#search-bar {
    width: 100%;
    height: 50px;
    padding: 10px 20px 10px 50px;
    /* Left padding makes space for the icon */
    border: 1px solid #ddd;
    border-radius: 25px;
    /* Creates the rounded "pill" shape */
    font-size: 16px;
    box-sizing: border-box;
    /* Ensures padding doesn't affect the total width */
    transition: all 0.3s ease;
}

#search-bar:focus {
    outline: none;
    border-color: #007bff;
    /* Highlights the border with your theme's primary color */
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
}

.custom-dropdown-menu {
    display: none;
    /* Hidden by default; shown by JavaScript */
    position: absolute;
    top: calc(100% + 5px);
    /* Positions it 5px below the search bar */
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    /* Ensures it appears above other content */
    max-height: 300px;
    /* Limits height for long lists */
    overflow-y: auto;
    /* Adds a scrollbar if content overflows */
}

.custom-dropdown-item {
    padding: 12px 20px;
    cursor: pointer;
    font-size: 15px;
    transition: background-color 0.2s ease;
}

.custom-dropdown-item:hover {
    background-color: #f5f5f5;
}

header.header .toolbar .nav-link {
    padding: .5rem 1rem;
    border-radius: .25rem;
    border: 1px solid #ffffff;
    color: #ffffff ! IMPORTANT;
    position: relative;
    font-size: .9em;
}

.nav-menu a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}

.location-itemnav {
    color: black !important;
}

.location-search-results-dropdown h3 a {
    color: #ffffff !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding-left: 0px !important;
}

#nav>li>a {
    color: white !important;
}

#Secondary_Navbar-Account>a {
    color: white !important;
}

.nr-nav {
    gap: 0 !important;
    justify-content: flex-end !important;
}

.new-search-container {
    width: auto !important;
}
#login-hero{
    height: 180PX !important;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
    padding-left: 84px !important;
}
#unifiedNavbarContent{
    justify-content: end;
}

#billing-search{
        margin-left: 125px !important;
        margin-right: 20px;
        display: flex !important;
        flex-direction: column !important;
    justify-content: center !important;
}


#whmcs-navbar{
	height:40px;
}
@media(max-width:1199px) {
	#whmcs-navbar{
		height: 0px !important;
	}
}
/* @media(max-width:965px){
	#whmcs-navbar{
		height: 46px !important;
	} */

#client-sidebar{
	align-items: center;
    justify-items: center;
    margin-bottom:30px;
}
#c-sidebar{
	margin-bottom: 30px;
}
#billing-nav-p{
    gap:7px !important;
}
#billing-toggle{
        margin-right: 16px;
}

#login-dropdown{
        display: flex !important;
    flex-direction: column;
}
#footer-inline{

}
 
.breadcrumb .active

.header.header .main-navbar-wrapper .navbar-collapse{
    padding: 9px 70px 6px 70px;
}



.sidebar-billing {
    margin-top: 10px;
    max-width: 434px !important;
    width: 75% !important;
    background: #f8f9fa;
    border-right: 1px solid white;
    padding: 20px !important;
    /* max-width: 260px !important; */
    background-color: #f9fbff;
    padding: 1.5rem 1rem;
    border: 2px solid var()!important;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}



.responce-tab{
    color: #0e0d0d !important;
    font-weight: bolder !important;
    font-size: 13px !important;
   
}

.top-aash{
   
}


.topbar{
   height: 0; 
}

.no-text{
    font-size: 17px !important;
}


#registration .field, #registration .form-control{
        padding-left: 75px !important;
}



.nr-navbar {
    width: 100%;
    margin-top: 0;
    z-index: 999;
    

    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}


body.header-scrolled .nr-navbar {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;

    margin-top: 0px !important; 
    
    background-color: #ffffff; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.1); 
}


body.header-scrolled {
    padding-top: 100px; 
}