
/* Source: /private/tmp/duhosting-accessibility.css */
.body-cloudx :where(a, button, input, select, textarea, [tabindex]):focus-visible {
    outline: 2px solid #135fd1 !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 3px rgba(19, 95, 209, .28) !important;
}
.body-cloudx :where(.form-control, input[type="text"], input[type="email"], input[type="password"], select, textarea) {
    color: #172033;
    background-color: #fff;
    border-color: #7d8998;
}
.body-cloudx :where(.form-control, input, textarea)::placeholder {
    color: #667386;
    opacity: 1;
}
.body-cloudx #wgsCompleteOrder,
.body-cloudx .checkout-btn:not(:disabled) {
    min-height: 44px;
    color: #fff !important;
    background-color: #a63b12 !important;
    border-color: #a63b12 !important;
}
.body-cloudx .btn-add {
    min-height: 38px;
    color: #fff !important;
    background-color: #176b3a !important;
    border-color: #176b3a !important;
}
body.body-cloudx.body-cloudx .btn.btn-primary,
body.body-cloudx.body-cloudx .btn.modal-submit {
    color: #fff !important;
    background-color: #a63b12 !important;
    border-color: #a63b12 !important;
}
body.body-cloudx.body-cloudx .btn.btn-success {
    color: #fff !important;
    background-color: #176b3a !important;
    border-color: #176b3a !important;
}
body.body-cloudx.body-cloudx .btn.btn-danger {
    color: #fff !important;
    background-color: #a61b1b !important;
    border-color: #a61b1b !important;
}
body.body-cloudx.body-cloudx .btn.btn-info {
    color: #fff !important;
    background-color: #0b6075 !important;
    border-color: #0b6075 !important;
}
body.body-cloudx.body-cloudx .btn.btn-default,
body.body-cloudx.body-cloudx .btn.btn-secondary {
    color: #172033 !important;
    background-color: #fff !important;
    border-color: #7d8998 !important;
}
.body-cloudx :where(.label-success, .badge-success) {
    color: #fff !important;
    background-color: #176b3a !important;
}
.body-cloudx :where(.label-danger, .badge-danger) {
    color: #fff !important;
    background-color: #a61b1b !important;
}
.body-cloudx :where(.label-warning, .badge-warning) {
    color: #fff !important;
    background-color: #7a4b00 !important;
}
.body-cloudx :where(.label-info, .badge-info) {
    color: #fff !important;
    background-color: #0b6075 !important;
}
.body-cloudx :where(.status-paid, .status-active, .status-completed) {
    color: #0c4a28 !important;
    background-color: #dff5e7 !important;
    border-color: #70b78b !important;
}
.body-cloudx :where(.status-unpaid, .status-overdue, .status-fraud) {
    color: #761010 !important;
    background-color: #fde3e3 !important;
    border-color: #cf7777 !important;
}
.body-cloudx :where(.status-pending, .status-pendingtransfer, .status-incomplete) {
    color: #563500 !important;
    background-color: #fff0c7 !important;
    border-color: #c79731 !important;
}
.body-cloudx :where(.status-cancelled, .status-refunded, .status-terminated, .status-expired) {
    color: #364152 !important;
    background-color: #e8ecf1 !important;
    border-color: #aeb8c5 !important;
}
.body-cloudx :where(.card, .panel, .domain-overview, .product-details) {
    color: #172033;
}
.body-cloudx :where(.text-muted, small, .help-block) {
    color: #526077 !important;
}
.body-cloudx :where(.table, .dataTables_wrapper, .list-group-item) {
    color: #172033;
}
.body-cloudx :where(.table-responsive, .dataTables_wrapper) {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.body-cloudx .dropdown-menu .dropdown-item.setBulkAction {
    color: #172033 !important;
    background-color: #fff !important;
}
.body-cloudx .dropdown-menu .dropdown-item.setBulkAction i {
    color: #a63b12 !important;
}
.body-cloudx .dropdown-menu .dropdown-item.setBulkAction:hover,
.body-cloudx .dropdown-menu .dropdown-item.setBulkAction:focus-visible {
    color: #172033 !important;
    background-color: #f0f3f7 !important;
}
.body-cloudx .du-credit-balance-link {
    color: #0c4a28 !important;
    font-weight: 700;
}
.body-cloudx .du-credit-balance-link:hover,
.body-cloudx .du-credit-balance-link:focus-visible {
    color: #176b3a !important;
}
.body-cloudx .du-credit-usage-notice {
    margin: 0 0 1rem;
    padding: .875rem 1rem;
    color: #0c4a28;
    background: #e5f6eb;
    border: 1px solid #70b78b;
    border-radius: .5rem;
}
.body-cloudx .du-credit-usage-notice a {
    color: #0c4a28 !important;
    font-weight: 800;
    text-decoration: underline;
}
.body-cloudx .du-credit-payment-option {
    margin: 1rem 0;
    color: #172033;
    background: #f3fbf6;
    border: 2px solid #176b3a;
    border-radius: .625rem;
    box-shadow: 0 3px 12px rgba(23, 107, 58, .12);
}
.body-cloudx .du-credit-payment-option :where(.card-header, h2) {
    color: #fff !important;
    background: #176b3a !important;
}
.body-cloudx .du-credit-payment-option h2 {
    margin: 0 0 .75rem;
    padding: .75rem 1rem;
    border-radius: .45rem .45rem 0 0;
    font-size: 1.125rem;
}
.body-cloudx .du-credit-payment-option .du-credit-payment-help {
    margin: 0 0 .75rem;
    color: #253247;
}
.body-cloudx .du-credit-payment-option input[name="creditamount"] {
    color: #172033;
    background: #fff;
    border-color: #176b3a;
}
.body-cloudx .du-credit-payment-option #btnInvoiceAddCreditApply {
    min-height: 44px;
    color: #fff !important;
    background: #176b3a !important;
    border-color: #176b3a !important;
    font-weight: 800;
}
.body-cloudx .checkout-security-msg {
    color: #563500;
    background: #fff0c7;
    border-color: #c79731;
}
.body-cloudx .du-vat-notice {
    max-width: 1140px;
    margin: 0 auto 1rem;
    padding: .75rem 1rem;
    color: #3f2b00;
    background: #fff7df;
    border: 1px solid #d6a84d;
    border-radius: .5rem;
    font-size: .9375rem;
    font-weight: 600;
}
.body-cloudx.du-checkout-enhanced .du-checkout-progress {
    position: sticky;
    top: 0;
    z-index: 90;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .5rem;
    max-width: 1140px;
    margin: 0 auto 1rem;
    padding: .75rem;
    background: rgba(255, 255, 255, .97);
    border: 1px solid #c7cfda;
    border-radius: .625rem;
    box-shadow: 0 4px 14px rgba(23, 32, 51, .1);
}
.du-checkout-enhanced,
.body-cloudx.du-checkout-enhanced {
    overflow-x: hidden;
}
.body-cloudx.du-checkout-enhanced .du-checkout-progress a {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .625rem .75rem;
    color: #172033 !important;
    background: #f5f7fb;
    border: 1px solid #c7cfda;
    border-radius: .45rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}
.body-cloudx.du-checkout-enhanced .du-checkout-progress a:hover,
.body-cloudx.du-checkout-enhanced .du-checkout-progress a:focus-visible {
    color: #fff !important;
    background: #a63b12;
    border-color: #a63b12;
}
.body-cloudx.du-checkout-enhanced #frmCheckout :where(input:not([type="hidden"]), select, textarea) {
    min-height: 44px;
    max-width: 100%;
    font-size: 16px;
}
.body-cloudx.du-checkout-enhanced #frmCheckout textarea {
    min-height: 100px;
    resize: vertical;
}
.body-cloudx.du-checkout-enhanced #frmCheckout :where(input[type="radio"], input[type="checkbox"]) {
    min-width: 20px;
    min-height: 20px;
}
.body-cloudx.du-checkout-enhanced :where(.account, .payment-details, .payment-wrapper label, .gateway) {
    cursor: pointer;
}
.body-cloudx.du-checkout-enhanced :where(.account, .payment-wrapper, .additional-nots, .existing-customer-container) {
    border-radius: .625rem;
}
.body-cloudx.du-checkout-enhanced .du-new-customer-help {
    margin: .25rem 0 1rem;
    padding: .75rem 1rem;
    color: #253247;
    background: #eef4ff;
    border-left: 4px solid #135fd1;
    border-radius: .35rem;
}
.body-cloudx.du-checkout-enhanced #wgsCompleteOrder {
    width: 100%;
    max-width: 420px;
    min-height: 50px;
    padding: .8rem 1.25rem;
    font-size: 1.05rem;
    font-weight: 800;
}
.body-cloudx.du-checkout-enhanced .wgs-choose-dms {
    height: auto !important;
    min-height: 0 !important;
    padding: .75rem 0 0 !important;
}
.body-cloudx.du-checkout-enhanced .wgs-choose-dms h2 {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: .75rem 1.5rem .5rem !important;
    font-size: 1.25rem !important;
    line-height: 1.3 !important;
}
.body-cloudx.du-checkout-enhanced .wgs-choose-dms ul {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 1.5rem .5rem !important;
}
.body-cloudx.du-checkout-enhanced .wgs-choose-dms li {
    height: auto !important;
    min-height: 36px;
    padding: .3rem 0 !important;
}
.body-cloudx.du-checkout-enhanced .wgs-choose-dms li.ownDm.hidden {
    display: block !important;
}
.body-cloudx.du-checkout-enhanced .du-missing-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 1140px;
    margin: 0 auto .75rem;
    padding: .75rem 1rem;
    color: #572300;
    background: #fff3df;
    border: 1px solid #c87320;
    border-left: 5px solid #a63b12;
    border-radius: .45rem;
    font-weight: 700;
}
.body-cloudx.du-checkout-enhanced .du-missing-section button {
    flex: 0 0 auto;
    min-height: 40px;
    padding: .5rem .8rem;
    color: #fff;
    background: #a63b12;
    border: 0;
    border-radius: .35rem;
    font-weight: 800;
}
.body-cloudx.du-checkout-enhanced .checkout-error-feedback.du-validation-routed {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.body-cloudx.du-checkout-enhanced .input-search-container {
    height: auto !important;
    min-height: 0 !important;
    padding: .75rem 1.5rem 1.25rem !important;
}
.body-cloudx.du-checkout-enhanced .input-search-domain,
.body-cloudx.du-checkout-enhanced .input-search-box {
    min-width: 0;
}
.body-cloudx.du-checkout-enhanced #domainname,
.body-cloudx.du-checkout-enhanced #search-icon-box {
    height: 48px !important;
    min-height: 48px !important;
}
.body-cloudx.du-checkout-enhanced .du-stage-actions {
    display: flex;
    clear: both;
    width: 100%;
    justify-content: space-between;
    gap: .75rem;
    margin: 1rem 0;
}
.body-cloudx.du-checkout-enhanced .du-add-service-toggle {
    display: block;
    width: 100%;
    min-height: 44px;
    margin: .75rem 0;
    color: #a63b12;
    background: #fff;
    border: 1px solid #a63b12;
    border-radius: .4rem;
    font-weight: 800;
}
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="1"].du-has-cart:not(.du-show-services) .choose-plan-container {
    display: none !important;
}
.body-cloudx.du-checkout-enhanced .du-stage-actions button {
    min-width: 150px;
    min-height: 48px;
    padding: .75rem 1.25rem;
    border: 0;
    border-radius: .4rem;
    font-weight: 800;
}
.body-cloudx.du-checkout-enhanced .du-stage-prev {
    color: #172033;
    background: #e9edf4;
}
.body-cloudx.du-checkout-enhanced .du-stage-next {
    margin-left: auto;
    color: #fff;
    background: #a63b12;
}
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="1"] #wgs_checkout_data,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="2"] .du-stage-plan,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="3"] .du-stage-plan,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="4"] .du-stage-plan {
    display: none !important;
}
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="2"] .payment-wrapper,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="2"] .additional-nots,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="2"] #wgs-extra-btn-checkout,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="3"] #containerExistingAccountSelect,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="3"] .existing-customer-container,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="3"] .login-details.create-account,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="3"] .additional-nots,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="3"] #wgs-extra-btn-checkout,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="4"] #containerExistingAccountSelect,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="4"] .existing-customer-container,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="4"] .login-details.create-account,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="4"] .payment-wrapper {
    display: none !important;
}
.body-cloudx.du-checkout-enhanced .du-checkout-progress a[aria-current="step"] {
    color: #fff !important;
    background: #a63b12;
    border-color: #a63b12;
}
.body-cloudx.du-checkout-enhanced .login-details.create-account.du-account-paged {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .5rem 1rem;
}
.body-cloudx.du-checkout-enhanced .login-details.create-account.du-account-paged > .du-account-page {
    display: none !important;
}
.body-cloudx.du-checkout-enhanced .login-details.create-account.du-account-paged[data-du-account-page="1"] > .du-account-page-1,
.body-cloudx.du-checkout-enhanced .login-details.create-account.du-account-paged[data-du-account-page="2"] > .du-account-page-2,
.body-cloudx.du-checkout-enhanced .login-details.create-account.du-account-paged[data-du-account-page="3"] > .du-account-page-3 {
    display: block !important;
}
.body-cloudx.du-checkout-enhanced .login-details.create-account.du-account-paged > :where(h4, .m-cl, .du-new-customer-help, .du-account-subnav, .wgs-custom-field-container) {
    grid-column: 1 / -1;
}
.body-cloudx.du-checkout-enhanced.du-new-account:not(.du-choose-account)[data-du-checkout-stage="2"] #containerExistingAccountSelect {
    display: none !important;
}
.body-cloudx.du-checkout-enhanced:not(.du-choose-account)[data-du-checkout-stage="2"]:has(input[name="account_id"][value="new"]:checked) #containerExistingAccountSelect {
    display: none !important;
}
.body-cloudx.du-checkout-enhanced .du-change-account {
    grid-column: 1 / -1;
    justify-self: start;
    min-height: 36px;
    padding: .4rem .75rem;
    color: #a63b12;
    background: #fff;
    border: 1px solid #a63b12;
    border-radius: .35rem;
    font-weight: 700;
}
.body-cloudx.du-checkout-enhanced .wgs-custom-field-container .row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
    margin: 0 !important;
}
.body-cloudx.du-checkout-enhanced .wgs-custom-field-container .row > [class*="col-"] {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
}
.body-cloudx.du-checkout-enhanced .login-details.create-account.du-account-paged > .form-group {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
}
.body-cloudx.du-checkout-enhanced .du-account-subnav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .5rem;
    margin: .25rem 0 .5rem;
}
.body-cloudx.du-checkout-enhanced .du-account-subnav button {
    min-height: 40px;
    padding: .5rem;
    color: #172033;
    background: #f2f5f9;
    border: 1px solid #c7cfda;
    border-radius: .35rem;
    font-weight: 700;
}
.body-cloudx.du-checkout-enhanced .du-account-subnav button[aria-selected="true"] {
    color: #fff;
    background: #a63b12;
    border-color: #a63b12;
}
.body-cloudx.du-checkout-enhanced #right-box .checkout-btn:disabled {
    cursor: default;
    opacity: 1;
    color: #3c4657;
    background: #e4e8ef;
}
.body-cloudx.du-checkout-enhanced .du-privacy-consent {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    margin: 1rem 0;
    padding: 1rem;
    color: #253247;
    background: #f7f9fc;
    border: 1px solid #c7cfda;
    border-radius: .5rem;
}
.body-cloudx.du-checkout-enhanced .du-privacy-consent input {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    min-width: 22px !important;
    min-height: 22px !important;
    margin-top: .1rem;
}
.body-cloudx.du-checkout-enhanced .du-privacy-consent label {
    margin: 0;
    cursor: pointer;
    line-height: 1.5;
}
.body-cloudx.du-checkout-enhanced .du-privacy-consent a {
    color: #a63b12;
    font-weight: 800;
    text-decoration: underline;
}
.body-cloudx.du-checkout-enhanced #wgsCompleteOrder:disabled {
    cursor: not-allowed;
    opacity: .55;
}
/* Keep the checkout form and order summary usable at laptop widths. The
   parent one-step template changes the summary to position:fixed and mixes
   two Bootstrap grid generations, which can collapse the summary column. */
@media (min-width: 992px) {
    .body-cloudx.du-checkout-enhanced #wrapper > .row {
        display: grid !important;
        grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
        gap: 1.25rem;
        align-items: start;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .body-cloudx.du-checkout-enhanced #wrapper > .row > .col-md-8,
    .body-cloudx.du-checkout-enhanced #wrapper > .row > #right-box {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .body-cloudx.du-checkout-enhanced #right-box .right-side {
        position: sticky !important;
        top: 5.5rem !important;
        right: auto !important;
        width: 100% !important;
        max-width: none !important;
    }
    .body-cloudx.du-checkout-enhanced #right-box .oredr-summary,
    .body-cloudx.du-checkout-enhanced #right-box #wgs-right-cart {
        width: 100% !important;
        min-width: 0 !important;
    }
}
@media (min-width: 992px) and (max-height: 900px) {
    .body-cloudx.du-checkout-enhanced #main-body {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important;
    }
    .body-cloudx.du-checkout-enhanced .du-vat-notice {
        margin-bottom: .6rem;
        padding: .55rem .85rem;
    }
    .body-cloudx.du-checkout-enhanced .du-checkout-progress {
        margin-bottom: .75rem;
        padding: .5rem;
    }
    .body-cloudx.du-checkout-enhanced .du-checkout-progress a {
        min-height: 40px;
        padding: .45rem .65rem;
    }
    .body-cloudx.du-checkout-enhanced .currency-domain-div {
        height: 34px !important;
        margin-bottom: .5rem !important;
    }
    .body-cloudx.du-checkout-enhanced #btnDomainManages {
        height: 34px !important;
        min-height: 34px !important;
        margin-bottom: 0 !important;
    }
    .body-cloudx.du-checkout-enhanced .du-stage-actions {
        position: fixed;
        left: max(1rem, calc((100vw - 1140px) / 2));
        bottom: 1rem;
        z-index: 110;
        width: min(calc(66.666vw - 2rem), 760px);
        margin: 0;
        padding: .5rem;
        background: rgba(255, 255, 255, .96);
        border: 1px solid #c7cfda;
        border-radius: .5rem;
        box-shadow: 0 4px 18px rgba(23, 32, 51, .16);
    }
}
@media (min-width: 768px) {
    .body-cloudx.du-checkout-enhanced #right-box .right-side {
        position: sticky;
        top: 5.5rem;
    }
}
@media (max-width: 767.98px) {
    .body-cloudx.du-checkout-enhanced .du-checkout-progress {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-inline: .5rem;
        padding: .5rem;
    }
    .body-cloudx.du-checkout-enhanced .du-checkout-progress a {
        padding: .5rem;
        font-size: .875rem;
    }
    .body-cloudx.du-checkout-enhanced :where(#wrapper, #order-standard_cart, #frmCheckout, .container) {
        max-width: 100%;
    }
    .body-cloudx.du-checkout-enhanced #frmCheckout :where(.row, [class*="col-"]) {
        min-width: 0;
    }
    .body-cloudx.du-checkout-enhanced #wgsCompleteOrder {
        max-width: 100%;
    }
    .body-cloudx.du-checkout-enhanced .du-stage-actions {
        display: grid;
        grid-template-columns: 1fr;
    }
    .body-cloudx.du-checkout-enhanced .du-stage-actions button {
        width: 100%;
        min-width: 0;
    }
    .body-cloudx.du-checkout-enhanced .du-stage-next {
        margin-left: 0;
    }
    .body-cloudx.du-checkout-enhanced button.bttn {
        display: none !important;
    }
    .body-cloudx.du-checkout-enhanced #btnDomainManages {
        width: 100% !important;
        min-height: 44px !important;
        padding: .65rem 1rem !important;
    }
    .body-cloudx.du-checkout-enhanced #btnDomainManages .du-domain-toggle-label {
        margin-left: .5rem;
        font-weight: 800;
    }
    .body-cloudx.du-checkout-enhanced .login-details.create-account.du-account-paged,
    .body-cloudx.du-checkout-enhanced .wgs-custom-field-container .row {
        grid-template-columns: 1fr;
    }
    .body-cloudx.du-checkout-enhanced .login-details.create-account.du-account-paged > :where(h4, .m-cl, .du-new-customer-help, .du-account-subnav, .du-change-account, .wgs-custom-field-container) {
        grid-column: 1;
    }
}

/* Source: live-seo-priority-20260902/templates/cloudx/css/header_clean.css */
/* Clean Namecheap-style header */
/* Hide the entire right section that contained duplicates */
.nav-top-right-section,
header .nav-top-right-section,
.top-nav-main-sec-header .nav-top-right-section {
    display: none !important;
}

/* Hide any remaining utility items in main nav */
.right-sec-top-br,
.view-currency-top,
.view-cart-top,
.single-side-rght {
    display: none !important;
}

/* Ensure top navigation uses full width */
.top-nav-main-sec-header {
    display: flex;
    align-items: center;
    width: 100%;
}

.nav-top-left-section {
    display: flex;
    align-items: center;
    width: 100%;
}

/* Center primary navigation */
.nav-primary-top-nav-section {
    flex: 1;
    display: flex;
    justify-content: center;
}

/* Better spacing for logo */
.top-nav-main-sec-header .nav-logo-section {
    margin-right: 40px;
    flex-shrink: 0;
}

/* Clean header spacing */
header.header .main-navbar-wrapper {
    padding: 15px 0;
}

/* Sign in/Sign up styling */
.utility-link {
    white-space: nowrap;
}

/* Mobile: ensure utility bar is always visible */
@media (max-width: 991px) {
    .top-utility-bar {
        display: block !important;
    }

    /* Hide duplicates on mobile too */
    .view-currency-top-mobile-menu,
    .currency-li-top-mobile,
    .lang-li-top-mobile {
        display: none !important;
    }
}

/* ===== BOLD AND CLEAN NAMECHEAP-STYLE NAVBAR ===== */

/* Make main navbar links bold */
header.header .main-navbar-wrapper .navbar-nav a,
.top-bar-nav-active a,
#nav a {
    font-weight: 600 !important;
}

/* Hide dropdown arrows by default */
header.header .main-navbar-wrapper .navbar-nav .dropdown-toggle .fa-angle-down,
.top-bar-nav-active .dropdown-toggle .fa-angle-down,
#nav .dropdown-toggle .fa-angle-down {
    opacity: 0;
    transition: opacity 0.2s ease;
}

/* Show dropdown arrows on hover */
header.header .main-navbar-wrapper .navbar-nav .dropdown-toggle:hover .fa-angle-down,
.top-bar-nav-active .dropdown-toggle:hover .fa-angle-down,
#nav .dropdown-toggle:hover .fa-angle-down,
header.header .main-navbar-wrapper .navbar-nav .dropdown.show .dropdown-toggle .fa-angle-down {
    opacity: 1;
}

/* Make navbar cleaner with better spacing */
header.header .main-navbar-wrapper .navbar-nav a {
    letter-spacing: 0.3px;
}

/* Bold currency selector text */
.utility-currency {
    font-weight: 700 !important;
}

/* Bold language selector text */
.utility-lang span {
    font-weight: 600;
}

/* Source: live-seo-priority-20260902/templates/cloudx/css/hero-height-reduction.css */
/**
 * Hero Section Height Reduction
 * Reduces vertical spacing while keeping illustration intact
 * Author: Custom CSS for DuHosting
 */

/* Reduce top and bottom padding of hero section */
.hero-banner {
    padding: 40px 0 30px !important;
    /* Reduced from 80px 0 40px */
}

/* Reduce spacing in banner text elements */
.banner-text h1 {
    margin: 0 0 10px !important;
    /* Reduced from 15px */
}

.banner-text h6 {
    margin: 0 0 15px !important;
    /* Reduced from 20px */
}

.banner-text ul {
    margin: 0 0 25px !important;
    /* Reduced from 35px */
}

.banner-text li {
    padding: 5px 0 5px 27px !important;
    /* Reduced from 7px */
}

/* Ensure illustration stays properly sized and visible */
.banner-img img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .hero-banner {
        padding: 30px 0 20px !important;
    }

    .banner-text h1 {
        font-size: 40px !important;
        margin: 0 0 8px !important;
    }

    .banner-text h6 {
        font-size: 18px !important;
        margin: 0 0 12px !important;
    }

    .banner-text ul {
        margin: 0 0 20px !important;
    }
}

@media (max-width: 767px) {
    .hero-banner {
        padding: 25px 0 15px !important;
    }

    .banner-text h1 {
        font-size: 32px !important;
    }

    .banner-text h6 {
        font-size: 16px !important;
    }
}

@media (max-width: 575px) {
    .hero-banner {
        padding: 20px 0 10px !important;
    }
}

/* Source: live-seo-priority-20260902/templates/cloudx/css/footer-dark-redesign.css */
/**
 * ========================================================================
 * MODERN DARK FOOTER REDESIGN - DuHosting Tanzania
 * ========================================================================
 * Based on Namecheap-style dark, professional footer design
 * Choose ONE of the three solutions below
 */

/* ========================================================================
   SOLUTION 1: PREMIUM DARK FOOTER (RECOMMENDED ⭐)
   Best for: Modern, professional hosting website look
   ======================================================================== */

/**
 * This is the

 complete Namecheap-inspired dark footer redesign with:
 * - Pure black background (#0f0f0f)
 * - White/light gray text with proper hierarchy
 * - Elegant hover effects
 * - Modern flex grid layout
 * - Social media icon support
 * - Fully responsive
 */

/* Main footer section - Dark background */
footer .foot-one {
    background-color: #0f0f0f !important;
    padding: 60px 0 40px !important;
    border-bottom: 1px solid #2a2a2a;
}

/* Column headings - White, uppercase, modern */
footer .foot-one h5 {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 25px !important;
}

/* Contact info icons - Orange brand color */
footer .foot-one h5 i {
    color: #ff6311 !important;
}

/* All link text - Light gray */
footer .foot-one a,
footer .foot-one p,
footer .foot-one li {
    color: #a0a0a0 !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    transition: all 0.3s ease !important;
}

/* Link hover effects - Orange underline */
footer .foot-one a:hover {
    color: #ff6311 !important;
    text-decoration: none !important;
    padding-left: 5px;
}

/* Copyright section - Darker black */
footer .copyright {
    background-color: #000000 !important;
    border-top: 1px solid #1a1a1a !important;
    padding: 25px 0 !important;
}

footer .copyright p,
footer .copyright a,
footer .copyright li {
    color: #888888 !important;
    font-size: 13px !important;
}

footer .copyright a:hover {
    color: #ff6311 !important;
}

/* Footer columns spacing */
footer .foot-one .col-lg-3,
footer .foot-one .col-md-6 {
    margin-bottom: 30px;
}

/* Responsive mobile stacking */
@media (max-width: 767px) {
    footer .foot-one {
        padding: 40px 0 30px !important;
    }

    footer .foot-one .col-lg-3,
    footer .foot-one .col-md-6 {
        margin-bottom: 35px;
    }

    footer .copyright {
        text-align: center !important;
    }

    footer .copyright .col-md-6 {
        text-align: center !important;
    }
}

/* Back to top button - Modern dark */
#myBtn {
    background-color: #ff6311 !important;
    color: #ffffff !important;
    border: none !important;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(255, 99, 17, 0.4);
    transition: all 0.3s ease;
    z-index: 999;
}

#myBtn:hover {
    background-color: #e55a0f !important;
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(255, 99, 17, 0.6);
}


/* ========================================================================
   SOLUTION 2: SIMPLER CSS-ONLY DARK THEME (SAFE 👍)
   Best for: Quick implementation without changing structure
   ======================================================================== */

/**
 * This applies dark colors while keeping the original layout intact
 * Safer approach with minimal code
 */

/* Uncomment below if you want to use Solution 2 instead of Solution 1 */

/*
footer .foot-one {
    background-color: #121212 !important;
    padding: 50px 0 30px !important;
}

footer .foot-one h5 {
    color: #ffffff !important;
    font-weight: 600 !important;
}

footer .foot-one a,
footer .foot-one p {
    color: #cccccc !important;
}

footer .foot-one a:hover {
    color: #ff6311 !important;
}

footer .copyright {
    background-color: #0a0a0a !important;
    border-top: 1px solid #222222 !important;
}

footer .copyright p,
footer .copyright a {
    color: #999999 !important;
}

footer .copyright a:hover {
    color: #ff6311 !important;
}
*/


/* ========================================================================
   SOLUTION 3: EXTENDED FEATURES (ADVANCED 🚀)
   Best for: Complete Namecheap-style footer with extras
   ======================================================================== */

/**
 * This includes everything from Solution 1 PLUS:
 * - Social media icon section
 * - Payment badges area
 * - Newsletter signup styling
 * - ICANN/certification badges
 * 
 * To use this, first apply Solution 1, then add the sections below
 */

/* Social Media Icons Section (Add to footer.tpl as needed) */
.footer-social {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a0a0a0 !important;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.footer-social a:hover {
    background-color: #ff6311;
    color: #ffffff !important;
    transform: translateY(-3px);
    padding-left: 0 !important;
}

/* Payment Badges Section */
.footer-payments {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    opacity: 0.7;
}

.footer-payments img {
    height: 30px;
    width: auto;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.footer-payments img:hover {
    filter: grayscale(0%);
}

/* Newsletter Signup Box */
.footer-newsletter {
    background-color: #1a1a1a;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.footer-newsletter h5 {
    color: #ffffff !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
}

.footer-newsletter .newsletter-form {
    display: flex;
    gap: 10px;
}

.footer-newsletter input[type="email"] {
    flex: 1;
    padding: 12px 15px;
    background-color: #0f0f0f;
    border: 1px solid #333333;
    border-radius: 6px;
    color: #ffffff;
    font-size: 14px;
}

.footer-newsletter input[type="email"]:focus {
    outline: none;
    border-color: #ff6311;
}

.footer-newsletter button {
    padding: 12px 25px;
    background-color: #ff6311;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.footer-newsletter button:hover {
    background-color: #e55a0f;
    transform: translateY(-2px);
}

/* Certification/ICANN Badge */
.footer-certifications {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 15px;
}

.footer-certifications img {
    height: 50px;
    width: auto;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.footer-certifications img:hover {
    opacity: 1;
}

/* Trust badges / Secure checkout icons */
.footer-trust-badges {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 15px;
}

.footer-trust-badge {
    background-color: #1a1a1a;
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 11px;
    color: #888888;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-trust-badge i {
    color: #4caf50;
    font-size: 16px;
}

/* Divider line between sections */
.footer-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #333333 50%, transparent);
    margin: 40px 0;
}

/* Mobile optimization for extras */
@media (max-width: 767px) {

    .footer-social,
    .footer-payments,
    .footer-certifications {
        justify-content: center;
    }

    .footer-newsletter .newsletter-form {
        flex-direction: column;
    }

    .footer-newsletter button {
        width: 100%;
    }
}


/* ========================================================================
  BONUS: SMOOTH ANIMATIONS
   ======================================================================== */

/* Fade-in animation for footer sections */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

footer .foot-one .col-lg-3,
footer .foot-one .col-md-6 {
    animation: fadeInUp 0.6s ease-out;
}

footer .foot-one .col-lg-3:nth-child(1) {
    animation-delay: 0.1s;
}

footer .foot-one .col-lg-3:nth-child(2) {
    animation-delay: 0.2s;
}

footer .foot-one .col-lg-3:nth-child(3) {
    animation-delay: 0.3s;
}

footer .foot-one .col-lg-3:nth-child(4) {
    animation-delay: 0.4s;
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}


/* ========================================================================
   IMPLEMENTATION NOTES
   ======================================================================== */

/**
 * HOW TO USE:
 * 
 * 1. SOLUTION 1 (RECOMMENDED):
 *    - Copy all CSS under "SOLUTION 1" to your WHMCS Custom CSS
 *    - Location: Setup > General Settings > Customization > Custom Head HTML
 *    - Wrap in <style></style> tags
 *    - Clear template cache
 * 
 * 2. SOLUTION 2 (SIMPLER):
 *    - Uncomment the CSS under "SOLUTION 2"
 *    - Remove/comment out Solution 1
 *    - Same implementation as above
 * 
 * 3. SOLUTION 3 (ADVANCED):
 *    - First implement Solution 1
 *    - Then add HTML sections to footer.tpl for:
 *      • Social media icons
 *      • Newsletter signup
 *      • Payment badges
 *    - CSS styling is already included
 * 
 * TESTING CHECKLIST:
 * ✓ Check footer on homepage
 * ✓ Test all links still work
 * ✓ Verify mobile responsiveness
 * ✓ Test hover effects
 * ✓ Clear browser cache
 * ✓ Clear WHMCS template cache
 * 
 * CUSTOMIZATION:
 * - Change #ff6311 to your brand color
 * - Adjust #0f0f0f background if too dark
 * - Modify font sizes as needed
 * - Add/remove columns in footer.tpl
 */

/* Source: live-seo-priority-20260902/templates/cloudx/css/whatsapp-float.css */
/**
 * Floating WhatsApp Chat Button - Left Side
 * Modern, clean design with pulse animation
 * Position: Fixed left side, always visible
 */

/* Main WhatsApp Button Container */
.whatsapp-float {
    position: fixed;
    left: 25px;
    bottom: 40px;
    z-index: 9999;
    transition: all 0.3s ease;
}

/* The actual button/circle */
.whatsapp-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    cursor: pointer;
    animation: whatsapp-pulse 2s infinite;
}

/* WhatsApp Icon */
.whatsapp-button i {
    font-size: 32px;
    color: #ffffff;
    transition: transform 0.3s ease;
}

/* Hover Effect - Scale up */
.whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
}

.whatsapp-button:hover i {
    transform: scale(1.1);
}

/* Pulse Animation - Elegant, not aggressive */
@keyframes whatsapp-pulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
    }
}

/* Optional: Ripple effect ring */
.whatsapp-float::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.3);
    animation: whatsapp-ripple 2s infinite;
    z-index: -1;
}

@keyframes whatsapp-ripple {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* Tooltip (optional - shows "Chat with us") */
.whatsapp-tooltip {
    position: absolute;
    left: 75px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    color: #128C7E;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.whatsapp-tooltip::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #ffffff;
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
    left: 80px;
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
    .whatsapp-float {
        left: 20px;
        bottom: 30px;
    }

    .whatsapp-button {
        width: 55px;
        height: 55px;
    }

    .whatsapp-button i {
        font-size: 28px;
    }

    /* Hide tooltip on mobile to save space */
    .whatsapp-tooltip {
        display: none;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .whatsapp-float {
        left: 15px;
        bottom: 25px;
    }

    .whatsapp-button {
        width: 50px;
        height: 50px;
    }

    .whatsapp-button i {
        font-size: 26px;
    }
}

/* Ensure it doesn't overlap with footer on very small screens */
@media (max-width: 375px) {
    .whatsapp-float {
        bottom: 80px;
        /* Move up to avoid footer overlap */
    }
}

/* Active/Click effect */
.whatsapp-button:active {
    transform: scale(0.95);
}

/* Accessibility - Focus state for keyboard navigation */
.whatsapp-button:focus {
    outline: 3px solid #25D366;
    outline-offset: 3px;
}

/* Alternative: Bounce animation (comment pulse and uncomment this if preferred) */
/*
@keyframes whatsapp-bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.whatsapp-button {
    animation: whatsapp-bounce 2s infinite ease-in-out;
}
*/

/* Print media - hide button when printing */
@media print {
    .whatsapp-float {
        display: none !important;
    }
}

/* Source: live-seo-priority-20260902/templates/cloudx/css/payment-methods.css */
/**
 * ========================================================================
 * "WE ACCEPT" PAYMENT METHODS SECTION - TANZANIA
 * ========================================================================
 * Shows M-Pesa, Tigo Pesa, Airtel Money, DPO payment logos
 * Dark theme compatible, fully responsive
 */

/* ========================================================================
   OPTION 1: PURE CSS SOLUTION (Using background images/colors)
   ======================================================================== */

/**
 * This creates colored boxes representing each payment method
 * Best for: Quick implementation without image files
 */

.payment-methods-section {
    background-color: #000000;
    padding: 30px 0;
    border-top: 1px solid #1a1a1a;
}

.payment-methods-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}

.payment-methods-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.payment-methods-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.payment-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 12px 20px;
    border-radius: 8px;
    min-width: 100px;
    height: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.1);
}

.payment-logo:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}

/* M-Pesa - Red background with white text */
.payment-logo.mpesa {
    background: linear-gradient(135deg, #E30613 0%, #C4001D 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
}

/* Tigo Pesa - Purple/Blue background */
.payment-logo.tigo {
    background: linear-gradient(135deg, #0066CC 0%, #004C99 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}

/* Airtel Money - Red background */
.payment-logo.airtel {
    background: linear-gradient(135deg, #ED1C24 0%, #C4001D 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}

/* DPO - Blue/White background */
.payment-logo.dpo {
    background: #ffffff;
    border: 2px solid #0052A5;
    color: #0052A5;
    font-weight: 700;
    font-size: 16px;
}

/* Bank Transfer - Generic */
.payment-logo.bank {
    background: #1a1a1a;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .payment-methods-title {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .payment-methods-logos {
        gap: 12px;
    }

    .payment-logo {
        min-width: 80px;
        height: 45px;
        padding: 10px 15px;
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {
    .payment-methods-section {
        padding: 20px 0;
    }

    .payment-methods-logos {
        gap: 10px;
    }

    .payment-logo {
        min-width: 70px;
        height: 40px;
        padding: 8px 12px;
        font-size: 12px !important;
    }
}


/* ========================================================================
   OPTION 2: IMAGE-BASED SOLUTION (For actual logo images)
   ======================================================================== */

/**
 * This version uses actual logo images
 * Best for: Professional look with real brand logos
 */

.payment-methods-section-img {
    background-color: #000000;
    padding: 30px 0;
    border-top: 1px solid #1a1a1a;
}

.payment-methods-container-img {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}

.payment-methods-title-img {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.payment-methods-logos-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.payment-logo-img {
    background-color: #ffffff;
    padding: 10px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-logo-img:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.25);
    filter: brightness(1.1);
}

.payment-logo-img img {
    height: 35px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
}

/* Mobile responsive for images */
@media (max-width: 768px) {
    .payment-methods-title-img {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .payment-methods-logos-img {
        gap: 15px;
    }

    .payment-logo-img img {
        height: 30px;
        max-width: 100px;
    }
}

@media (max-width: 480px) {
    .payment-methods-section-img {
        padding: 20px 0;
    }

    .payment-methods-logos-img {
        gap: 10px;
    }

    .payment-logo-img {
        padding: 8px 12px;
    }

    .payment-logo-img img {
        height: 25px;
        max-width: 80px;
    }
}


/* ========================================================================
   ALTERNATIVE: INLINE WITH COPYRIGHT (Compact Version)
   ======================================================================== */

/**
 * This places payment methods inline with copyright
 * Best for: Saving vertical space
 */

.copyright-with-payments {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.payment-methods-inline {
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment-methods-inline-title {
    color: #888888;
    font-size: 13px;
    font-weight: 600;
    margin-right: 5px;
}

/* Payment methods logos container */
.payment-methods-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

/* Individual payment logo wrapper */
.payment-logo-img {
    background: #ffffff;
    padding: 12px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    height: 60px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.payment-logo-img:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Payment logo images */
.payment-logo-img img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    object-fit: contain;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
}

.payment-logo-img:hover img {
    filter: grayscale(0%);
}

.payment-methods-inline-logos {
    display: flex;
    gap: 10px;
    align-items: center;
}

.payment-logo-small {
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.payment-logo-small:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.2);
}

/* Colors for inline version */
.payment-logo-small.mpesa {
    background: #E30613;
    color: #fff;
}

.payment-logo-small.tigo {
    background: #0066CC;
    color: #fff;
}

.payment-logo-small.airtel {
    background: #ED1C24;
    color: #fff;
}

.payment-logo-small.dpo {
    background: #fff;
    color: #0052A5;
    border: 1px solid #0052A5;
}

@media (max-width: 768px) {
    .copyright-with-payments {
        flex-direction: column;
        text-align: center;
    }

    .payment-methods-inline {
        flex-direction: column;
    }
}


/* ========================================================================
   BONUS: ICON-BASED VERSION (Using Font Awesome)
   ======================================================================== */

/**
 * Uses Font Awesome mobile phone and payment icons
 * Best for: Lightweight, no image dependencies
 */

.payment-methods-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.payment-icon-box {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #1a1a1a;
    padding: 10px 18px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid #333333;
}

.payment-icon-box i {
    font-size: 20px;
}

.payment-icon-box:hover {
    background: #252525;
    border-color: #ff6311;
    transform: translateY(-2px);
}

.payment-icon-box.mpesa i {
    color: #E30613;
}

.payment-icon-box.tigo i {
    color: #0066CC;
}

.payment-icon-box.airtel i {
    color: #ED1C24;
}

.payment-icon-box.dpo i {
    color: #0052A5;
}

.payment-icon-box.bank i {
    color: #4CAF50;
}


/* ========================================================================
   ACCESSIBILITY & PRINT
   ======================================================================== */

/* Focus states for accessibility */
.payment-logo:focus,
.payment-logo-img:focus,
.payment-logo-small:focus {
    outline: 2px solid #ff6311;
    outline-offset: 2px;
}

/* Hide from print */
@media print {

    .payment-methods-section,
    .payment-methods-section-img {
        display: none !important;
    }
}

/* Source: live-seo-priority-20260902/templates/cloudx/css/domain-page-redesign.css */
/**
 * ========================================================================
 * DOMAIN REGISTRATION PAGE REDESIGN - NAMECHEAP STYLE
 * ========================================================================
 * Transforms large cards into compact pricing table
 * Makes domain search prominent at top
 * Shows many TLDs in compact rows
 */

/* ========================================================================
   OPTION 1: CSS-ONLY SOLUTION (Transform existing layout)
   ======================================================================== */

/**
 * This CSS transforms the current card layout into a compact table
 * without modifying the template file
 */

/* Move hero section up and make it compact */
.about-wrp.bg-purple {
    padding: 40px 0 30px !important;
}

.about-wrp .abt-bx h1 {
    font-size: 36px !important;
    margin-bottom: 10px !important;
}

.about-wrp .abt-bx h6 {
    font-size: 16px !important;
    margin-bottom: 15px !important;
}

/* Make domain search more prominent */
.online-business-wpr {
    padding: 0 !important;
    margin-top: -30px;
    position: relative;
    z-index: 10;
}

.online-business-box {
    background: #ffffff !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    border-radius: 12px !important;
    padding: 30px !important;
}

.online-business-box h3 {
    font-size: 24px !important;
    color: #2F1C6A !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
}

/* Transform domain cards into compact table-like rows */
.domain-pricing-section {
    padding: 60px 0 !important;
}

.domain-pricing-section .titlebar h2 {
    font-size: 28px !important;
    margin-bottom: 10px !important;
}

.domain-pricing-section .titlebar p {
    font-size: 16px !important;
    margin-bottom: 40px !important;
}

/* Transform cards into compact rows */
.domain-pricing-section .row {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.domain-pricing-section .col-lg-4,
.domain-pricing-section .col-md-6 {
    width: 100% !important;
    max-width: 900px;
    margin: 0 auto 0 auto !important;
    padding: 0 !important;
}

.domain-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 20px 25px !important;
    margin-bottom: 1px !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    border: 1px solid #e8eaed !important;
    border-bottom: none !important;
    min-height: auto !important;
    box-shadow: none !important;
    transition: all 0.3s ease !important;
}

.domain-card:first-child {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

.domain-card:last-child {
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    border-bottom: 1px solid #e8eaed !important;
}

.domain-card:hover {
    background: #f8f9fa !important;
    border-color: #ff6311 !important;
    box-shadow: 0 2px 12px rgba(255, 99, 17, 0.1) !important;
    position: relative;
    z-index: 5;
}

/* Featured card styling */
.domain-card.featured {
    background: linear-gradient(135deg, #fff5f0 0%, #ffffff 100%) !important;
    border-color: #ff6311 !important;
    border-width: 2px !important;
}

/* Domain card header - Left aligned */
.domain-card-header {
    flex: 0 0 120px;
    margin: 0 !important;
    padding: 0 !important;
}

.domain-name {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #2F1C6A !important;
    margin: 0 !important;
}

/* Domain price - Center */
.domain-card-price {
    flex: 0 0 180px;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
}

.price-amount {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #ff6311 !important;
    display: block !important;
    margin-bottom: 2px !important;
}

.price-period {
    font-size: 13px !important;
    color: #ffffff !important;
    display: block !important;
}

/* Hide divider */
.domain-divider {
    display: none !important;
}

/* Description - Hide or minimize */
.domain-card-desc {
    flex: 1;
    margin: 0 !important;
    padding: 0 20px !important;
    display: none !important;
    /* Hide long descriptions */
}

/* Or show short version only */
.domain-card-desc p {
    font-size: 14px !important;
    color: #666 !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

.domain-card-desc strong {
    display: none !important;
    /* Hide "Commercial Domain" etc */
}

/* Order button - Right aligned */
.btn-domain-order {
    flex: 0 0 140px;
    padding: 12px 24px !important;
    font-size: 14px !important;
    border-radius: 6px !important;
    background: #ff6311 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    text-align: center !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
}

.btn-domain-order:hover {
    background: #e55a0f !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 99, 17, 0.3) !important;
}

/* International domains section - same compact style */
.pricing-wrp.bg-purple .row {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.pricing-wrp.bg-purple .col-lg-3 {
    width: auto !important;
    flex: 0 0 calc(25% - 15px);
    max-width: 280px;
    margin: 0 !important;
}

.domain-price-box {
    background: #ffffff;
    padding: 25px !important;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.domain-price-box:hover {
    border-color: #ff6311;
    box-shadow: 0 8px 20px rgba(255, 99, 17, 0.15);
    transform: translateY(-5px);
}

.domain-price-box h3 {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #2F1C6A !important;
    margin-bottom: 8px !important;
}

.domain-type {
    font-size: 13px !important;
    color: #666 !important;
    margin-bottom: 15px !important;
}

.price-tag .period {
    display: block;
    font-size: 12px;
    color: #888;
    margin-bottom: 5px;
}

.price-tag .amount {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #ff6311;
    margin-bottom: 15px;
}

/* Mobile responsive */
@media (max-width: 991px) {
    .domain-card {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 20px !important;
    }

    .domain-card-header,
    .domain-card-price,
    .domain-card-desc {
        flex: 1 !important;
        width: 100% !important;
        text-align: left !important;
        margin-bottom: 12px !important;
    }

    .btn-domain-order {
        width: 100% !important;
        flex: 1 !important;
    }

    .pricing-wrp.bg-purple .col-lg-3 {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 576px) {
    .domain-card-desc {
        display: none !important;
        /* Always hide on mobile */
    }

    .pricing-wrp.bg-purple .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* ========================================================================
   BONUS: SALE BADGES & DISCOUNTS (For future dynamic pricing)
   ======================================================================== */

/* Sale badge */
.sale-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff0000;
    color: #ffffff;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Original price strikethrough */
.price-original {
    text-decoration: line-through;
    color: #999;
    font-size: 16px;
    margin-right: 10px;
}

/* Discount percentage */
.price-discount {
    background: #ff0000;
    color: #ffffff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    margin-left: 8px;
}

/* Example usage in HTML:
<div class="domain-card-price">
    <span class="price-original">TZS 30,000</span>
    <span class="price-amount">23,500</span>
    <span class="price-discount">-22%</span>
    <span class="price-period">/Annually</span>
</div>
*/


/* ========================================================================
   TABLE VERSION (Alternative approach)
   ======================================================================== */

/**
 * This creates actual table styling (uncomment to use)
 * Best for: Maximum compactness like Namecheap
 */

/*
.domain-pricing-table {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.domain-pricing-table-header {
    display: flex;
    background: #f8f9fa;
    padding: 15px 25px;
    border-bottom: 2px solid #e8eaed;
    font-weight: 700;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.domain-pricing-table-row {
    display: flex;
    align-items: center;
    padding: 18px 25px;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease;
}

.domain-pricing-table-row:hover {
    background: #f8f9fa;
}

.domain-pricing-table-col-tld {
    flex: 0 0 150px;
    font-size: 18px;
    font-weight: 700;
    color: #2F1C6A;
}

.domain-pricing-table-col-price {
    flex: 0 0 180px;
    font-size: 20px;
    font-weight: 700;
    color: #ff6311;
}

.domain-pricing-table-col-desc {
    flex: 1;
    font-size: 14px;
    color: #666;
}

.domain-pricing-table-col-action {
    flex: 0 0 120px;
    text-align: right;
}
*/

/* Source: live-seo-priority-20260902/templates/cloudx/css/news-guides-section.css */
/**
 * ============================================================================
 * LATEST NEWS & GUIDES SECTION - NAMECHEAP STYLE
 * ============================================================================
 * Colorful announcement cards with hover effects
 * Responsive: 3 cards desktop, 2 tablet, 1 mobile
 */

/* ========================================================================
   SECTION CONTAINER
   ======================================================================== */

.news-teaser-section {
    padding: 40px 0 60px 0;
    background: #ffffff;
}

/* ========================================================================
   SECTION HEADER
   ======================================================================== */

.news-teaser-header {
    text-align: center;
    margin-bottom: 30px;
}

.news-teaser-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.news-teaser-subtitle {
    font-size: 1.15rem;
    color: #666;
    margin: 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* ========================================================================
   CARDS GRID - CSS Grid Layout
   ======================================================================== */

.news-teaser-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 0;
}

/* 2-column grid variant */
.news-teaser-grid-2 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* ========================================================================
   INDIVIDUAL CARD STYLING
   ======================================================================== */

.news-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* ========================================================================
   CARD HEADER - Colored Background with Icon
   ======================================================================== */

.news-card-header {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* Decorative background pattern */
.news-card-header::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);
    animation: float 8s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(-5%, 5%) rotate(3deg);
    }
}

.news-card-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(5px);
    transition: transform 0.3s ease;
}

.news-card:hover .news-card-icon {
    transform: scale(1.1) rotate(-5deg);
}

.news-card-icon i {
    font-size: 2.2rem;
    color: rgba(255, 255, 255, 0.95);
}

/* ========================================================================
   CARD COLOR VARIATIONS
   ======================================================================== */

/* Blue Card */
.news-card-blue .news-card-header {
    background: linear-gradient(135deg, #a8d8ea 0%, #7ec8e3 100%);
}

.news-card-blue .news-card-icon {
    background: rgba(63, 136, 197, 0.35);
}

.news-card-blue .news-card-icon i {
    color: #2c5f8a;
}

/* Green Card */
.news-card-green .news-card-header {
    background: linear-gradient(135deg, #b8e6c1 0%, #8ed1a0 100%);
}

.news-card-green .news-card-icon {
    background: rgba(60, 145, 100, 0.35);
}

.news-card-green .news-card-icon i {
    color: #2d7a4c;
}

/* Orange Card */
.news-card-orange .news-card-header {
    background: linear-gradient(135deg, #ffd4a8 0%, #ffba78 100%);
}

.news-card-orange .news-card-icon {
    background: rgba(230, 126, 34, 0.35);
}

.news-card-orange .news-card-icon i {
    color: #c45c00;
}

/* Purple Card */
.news-card-purple .news-card-header {
    background: linear-gradient(135deg, #d4b8e8 0%, #b899d4 100%);
}

.news-card-purple .news-card-icon {
    background: rgba(142, 68, 173, 0.35);
}

.news-card-purple .news-card-icon i {
    color: #6b3a8c;
}

/* Teal Card */
.news-card-teal .news-card-header {
    background: linear-gradient(135deg, #a8e6e6 0%, #7ed4d4 100%);
}

.news-card-teal .news-card-icon {
    background: rgba(32, 178, 170, 0.35);
}

.news-card-teal .news-card-icon i {
    color: #1a6b6b;
}

/* Red Card */
.news-card-red .news-card-header {
    background: linear-gradient(135deg, #f5b7b7 0%, #f09090 100%);
}

.news-card-red .news-card-icon {
    background: rgba(192, 57, 43, 0.35);
}

.news-card-red .news-card-icon i {
    color: #a93226;
}

/* ========================================================================
   SECTION BLOCK STYLES
   ======================================================================== */

.news-section-block {
    margin-bottom: 60px;
}

.news-section-block:last-child {
    margin-bottom: 0;
}

.news-section-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.news-section-title i {
    color: #ff6311;
    font-size: 1.3rem;
}

.news-section-cta {
    text-align: center;
    margin-top: 30px;
}

.news-card-category {
    font-size: 0.85rem;
    color: #888;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
}

.news-card-category i {
    font-size: 0.8rem;
    color: #ff6311;
}

/* ========================================================================
   ALL BUTTONS - ORANGE THEME COLOR
   ======================================================================== */

.news-card-btn {
    background: #ff6311 !important;
}

.news-card-btn:hover {
    background: #e55a0f !important;
}

/* ========================================================================
   CARD BODY - Title & Excerpt
   ======================================================================== */

.news-card-body {
    padding: 25px 25px 15px 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
    line-height: 1.4;
}

.news-card-excerpt {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.65;
    margin-bottom: 15px;
    flex: 1;
}

.news-card-date {
    font-size: 0.85rem;
    color: #999;
    display: flex;
    align-items: center;
    gap: 6px;
}

.news-card-date i {
    font-size: 0.8rem;
}

/* ========================================================================
   CARD FOOTER - CTA Button
   ======================================================================== */

.news-card-footer {
    padding: 0 25px 25px 25px;
}

.news-card-btn {
    display: block;
    width: 100%;
    padding: 14px 20px;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.news-card-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    color: #ffffff !important;
}

/* ========================================================================
   VIEW ALL BUTTON
   ======================================================================== */

.news-teaser-cta {
    text-align: center;
}

.news-view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: transparent;
    border: 2px solid #ff6311;
    border-radius: 10px;
    color: #ff6311 !important;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.news-view-all-btn:hover {
    background: #ff6311;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 99, 17, 0.3);
}

.news-view-all-btn i {
    transition: transform 0.3s ease;
}

.news-view-all-btn:hover i {
    transform: translateX(5px);
}

/* ========================================================================
   RESPONSIVE DESIGN
   ======================================================================== */

/* Tablet: 2 cards per row */
@media (max-width: 991px) {
    .news-teaser-section {
        padding: 40px 0;
    }

    .news-teaser-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .news-teaser-grid-2 {
        grid-template-columns: repeat(2, 1fr);
        max-width: 100%;
    }

    .news-teaser-title {
        font-size: 2rem;
    }

    .news-card-header {
        height: 140px;
    }

    .news-card-icon {
        width: 70px;
        height: 70px;
    }

    .news-card-icon i {
        font-size: 1.8rem;
    }
}

/* Mobile: 1 card per row */
@media (max-width: 576px) {
    .news-teaser-section {
        padding: 30px 0;
    }

    .news-teaser-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .news-teaser-grid-2 {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .news-teaser-header {
        margin-bottom: 25px;
    }

    .news-teaser-title {
        font-size: 1.75rem;
    }

    .news-teaser-subtitle {
        font-size: 1rem;
    }

    .news-card-header {
        height: 130px;
    }

    .news-card-body {
        padding: 20px 20px 10px 20px;
    }

    .news-card-footer {
        padding: 0 20px 20px 20px;
    }

    .news-card-title {
        font-size: 1.15rem;
    }

    .news-card-excerpt {
        font-size: 0.9rem;
    }

    .news-card-btn {
        padding: 12px 18px;
    }

    .news-view-all-btn {
        padding: 14px 28px;
        font-size: 0.95rem;
        width: 100%;
        justify-content: center;
    }
}

/* ========================================================================
   ANIMATION ENHANCEMENTS
   ======================================================================== */

/* Stagger entrance animation */
.news-card {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

.news-card:nth-child(1) {
    animation-delay: 0.1s;
}

.news-card:nth-child(2) {
    animation-delay: 0.2s;
}

.news-card:nth-child(3) {
    animation-delay: 0.3s;
}

.news-card:nth-child(4) {
    animation-delay: 0.4s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .news-card {
        animation: none;
        opacity: 1;
    }

    .news-card-header::before {
        animation: none;
    }
}

/* ========================================================================
   DARK MODE SUPPORT (Optional)
   ======================================================================== */

@media (prefers-color-scheme: dark) {
    /* Uncomment to enable dark mode */
    /*
    .news-teaser-section {
        background: #1a1a2e;
    }
    
    .news-teaser-title {
        color: #ffffff;
    }
    
    .news-teaser-subtitle {
        color: #aaa;
    }
    
    .news-card {
        background: #252540;
    }
    
    .news-card-title {
        color: #ffffff;
    }
    
    .news-card-excerpt {
        color: #bbb;
    }
    */
}

/* Source: live-seo-priority-20260902/templates/cloudx/css/domain-search-sticky.css */
/**
 * ============================================================================
 * STICKY DOMAIN SEARCH BAR - FULL WIDTH
 * ============================================================================
 */

/* Main Full-Width Wrapper */
.sticky-domain-search-wrapper {
    position: -webkit-sticky !important;
    /* Safari */
    position: sticky !important;
    top: 70px !important;
    /* Adjust based on your header height */
    z-index: 1020 !important;
    /* Higher than other content */
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    /* Soft shadow */
    padding: 20px 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* Inner Content Layout */
.online-business-box-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #2e3442;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .online-business-box-content h3 {
        margin-bottom: 15px;
        text-align: center;
    }
}

/* Domain Search Form Styling */
.domain-box {
    position: relative;
    width: 100%;
}

.domain-box form {
    display: flex;
    background: #f4f6f8;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 5px;
    transition: all 0.3s ease;
}

.domain-box form:focus-within {
    background: #fff;
    border-color: #ff6311;
    box-shadow: 0 0 0 3px rgba(255, 99, 17, 0.1);
}

.domain-box input[type="text"] {
    flex: 1;
    border: none;
    background: transparent;
    padding: 10px 20px;
    font-size: 16px;
    color: #333;
    height: 50px;
    outline: none !important;
    box-shadow: none !important;
}

.btn-domainb {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* TLD Select */
.domain-box select.form-control {
    width: auto;
    min-width: 100px;
    border: none;
    background: transparent;
    height: 50px;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    box-shadow: none !important;
    padding-right: 30px;
    /* Adjust if needed */
}

/* Search Button */
.domain-box button {
    background: #ff6311;
    color: #fff;
    border: none;
    padding: 0 30px;
    height: 44px;
    /* Slightly smaller than container to fit nicely */
    border-radius: 6px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 3px;
}

.domain-box button:hover {
    background: #e55a0f;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(255, 99, 17, 0.3);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .sticky-domain-search-wrapper {
        padding: 15px 0;
        top: 60px !important;
        /* Adjust for mobile header */
    }

    .online-business-box-content h3 {
        font-size: 18px;
    }

    .domain-box form {
        flex-direction: column;
        padding: 10px;
        background: #fff;
    }

    .domain-box input[type="text"] {
        width: 100%;
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
        height: 45px;
        text-align: center;
    }

    .btn-domainb {
        width: 100%;
        gap: 10px;
    }

    .domain-box select.form-control {
        width: 40% !important;
        border: 1px solid #eee;
        border-radius: 4px;
        height: 45px;
    }

    .domain-box button {
        width: 60%;
        height: 45px;
    }
}
