/* Toast Customization */
.toast-container .toast-item-content-center .toast-body p {
    color: #fff !important;
}

.toast-container .toast-item {
    background-color: #000 !important;
    color: #fff !important;
}

/* Navbar Customizations */
.img-logo-nav {
    max-height: 60px;
    width: auto;
}

.fa-spin-slow-10s {
    animation-duration: 10s;
}

.badge-sm-middle {
    font-size: 0.6rem;
    vertical-align: middle;
}

.notification-scroll {
    max-height: 300px;
    overflow-y: auto;
}

.text-main-opacity-95 {
    color: var(--text-main);
    opacity: 0.95;
}

.text-main-opacity-70-fw500 {
    color: var(--text-main);
    opacity: 0.7;
    font-weight: 500;
}

.fs-095 {
    font-size: 0.95rem;
}

.desc-text {
    font-size: 0.75rem;
    line-height: 1.4;
    color: var(--text-muted);
    opacity: 0.85;
}

/* Mega Menu */
.icon-circle-mega {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    padding: 0;
}

.mega-icon-fs {
    font-size: 1.25rem;
    line-height: 1;
    margin: 0;
}

/* Index Page Customizations */
.z-0 {
    z-index: 0;
}

.d-block-important {
    display: block !important;
}

.va-middle {
    vertical-align: middle;
}

.ls-neg-1 {
    letter-spacing: -1px;
}

.d-none-important {
    display: none !important;
}

.max-w-600 {
    max-width: 600px;
}

.br-50 {
    border-radius: 50%;
}

.domain-form-legendary .custom-select-wrapper {
    display: none !important;
}

/* About Page Customizations */
.min-h-450 {
    min-height: 450px;
}

.icon-box-secondary {
    background: var(--secondary);
    box-shadow: 0 10px 20px rgba(236, 72, 153, 0.3);
}

.icon-box-accent {
    background: var(--accent);
    box-shadow: 0 10px 20px rgba(139, 92, 246, 0.3);
}

/* Contact Page Customizations */
.min-h-100vh {
    min-height: 100vh;
}

.min-w-100-px {
    min-width: 100px;
}

.border-0-style {
    border: 0 !important;
}

/* Services Page Customizations */
.pb-100 {
    padding-bottom: 100px;
}

/* Hosting Configure Page */
.py-100 {
    padding: 100px 0;
}

.text-purple-700 {
    color: #722ed1;
    font-weight: 700;
}

.fs-14-grey {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.fs-32-purple {
    font-size: 32px;
    font-weight: 700;
    color: #722ed1;
}

.fs-12-grey {
    font-size: 12px;
    color: #999;
}

.nav-tabs-custom {
    padding: 20px 20px 0;
}

.nav-link-custom {
    border: none;
    border-bottom: 3px solid transparent;
    padding: 15px 30px;
    font-weight: 600;
    transition: all 0.3s;
}

.alert-info-custom {
    background: #e6f7ff;
    border: 1px solid #91d5ff;
    border-radius: 8px;
}

.btn-success-custom {
    padding: 15px;
    border-radius: 8px;
    font-weight: 600;
}

.nav-tabs .nav-link.active {
    color: #722ed1 !important;
    border-bottom-color: #722ed1 !important;
    background: transparent !important;
}

.nav-tabs .nav-link:hover {
    color: #722ed1 !important;
}

.rs-domain-search-area,
.domain-search-wrapper {
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.domain-search-form .search-input-wrapper {
    border: 2px solid var(--auth-input-border);
    background: var(--auth-input-bg);
}