.j-new-host-asia-hero-section-container *,
    .j-new-host-asia-hero-section-container *::before,
    .j-new-host-asia-hero-section-container *::after {
        box-sizing: inherit;
    }

    .j-new-host-asia-hero-section-hero {
        position: relative;
        background-color: #ededed;
        overflow: hidden;
    }

    .j-new-host-asia-hero-section-bg-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        z-index: 0;
    }

    .j-new-host-asia-hero-section-bg-image {
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url('/assets/imgs/new/hostasia-new-banner.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .j-new-host-asia-hero-section-bg-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to right, rgb(236 236 236) 0%, rgb(171 171 171 / 20%) 50%, rgb(0 0 0 / 0%) 100%);
    }

    .j-new-host-asia-hero-section-content {
        position: relative;
        z-index: 10;
        max-width: 1700px;
        margin: 0 auto;
        padding: 190px 32px 70px 32px;
    }

    .j-new-host-asia-hero-section-content-inner {
        max-width: 60%;
    }

    @media (max-width: 799px) {
        .j-new-host-asia-hero-section-content-inner {
            max-width: 100%;
        }

        .j-new-host-asia-hero-section-bottom-ribbon {
            display: none;
        }

        .j-new-host-asia-hero-section-handdrawn-wrap {
            top: -106% !important;
            right: -49% !important;
        }
    }

    @media (max-width: 992px) {
        .j-new-host-asia-hero-section-domains-container {
            margin-top: 80px !important;
        }

        .j-new-host-asia-hero-section-search-wrapper {
            margin-top: 50px;
        }
    }

    .j-new-host-asia-hero-section-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 6px 12px;
        border-radius: 9999px;
        background-color: #ffffff;
        border: 1px solid #e5e7eb;
        font-size: 14px;
        font-weight: 600;
        color: #1f2937;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        margin-bottom: 32px;
    }

    .j-new-host-asia-hero-section-flag {
        display: flex;
        height: 16px;
        width: 24px;
        border-radius: 2px;
        overflow: hidden;
        background-color: #facc15;
        position: relative;
    }

    .j-new-host-asia-hero-section-flag-green {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 8px;
        background-color: #15803d;
    }

    .j-new-host-asia-hero-section-flag-orange {
        position: absolute;
        left: 8px;
        top: 0;
        bottom: 0;
        width: 8px;
        background-color: #f97316;
    }

    .j-new-host-asia-hero-section-flag-red {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 8px;
        background-color: #b91c1c;
    }

    .j-new-host-asia-hero-section-title {
        font-size: 50px;
        font-weight: 800;
        color: #0b132b;
        line-height: 1.1;
        margin-bottom: 32px;
        margin-top: 0;
    }

    .j-new-host-asia-hero-section-highlight {
        color: #c50808;
    }

    .j-new-host-asia-hero-section-subtitle {
        font-size: 20px;
        font-weight: 700;
        color: #1f2937;
        margin-bottom: 16px;
        margin-top: 0;
    }

    .j-new-host-asia-hero-section-description {
        font-size: 16px;
        color: #4b5563;
        margin-bottom: 32px;
        margin-top: 0;
        max-width: 512px;
        line-height: 1.625;
    }

    .j-new-host-asia-hero-section-features-grid {
        display: flex;
        gap: 20px 32px;
        margin-bottom: 40px;
    }

    .j-new-host-asia-hero-section-feature-item {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .j-new-host-asia-hero-section-feature-icon {
        font-size: 24px;
    }

    .j-new-host-asia-hero-section-feature-text {
        font-size: 14px;
        font-weight: 500;
        color: #374151;
        line-height: 1.25;
    }

    .j-new-host-asia-hero-section-btn-primary {
        background-color: #c50808;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        padding: 14px 32px;
        border-radius: 8px;
        border: none;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        box-shadow: 0 10px 15px -3px rgb(255 0 0 / 30%);
        transition: background-color 0.2s;
    }

    .j-new-host-asia-hero-section-btn-primary:hover {
        background-color: #0b132b;
        box-shadow: 0 10px 15px -3px rgb(0 7 74 / 30%);
    }

    .j-new-host-asia-hero-section-blue-area {
        background: linear-gradient(157deg, #4e0000, #0b132b, black);
        position: relative;
        padding-top: 70px;
        padding-bottom: 60px;
    }

    .j-new-host-asia-hero-section-search-wrapper {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 1300px;
        padding: 0 16px;
        z-index: 20;
    }

    .j-new-host-asia-hero-section-search-card {
        background-color: #ffffff;
        border-radius: 16px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding: 24px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        margin-top: 45px;
        border: 1px solid #f3f4f6;
    }

    .j-new-host-asia-hero-section-search-info h3 {
        font-size: 18px;
        font-weight: 700;
        color: #111827;
        margin: 0 0 4px 0;
    }

    .j-new-host-asia-hero-section-search-info p {
        font-size: 14px;
        color: #6b7280;
        margin: 0;
    }

    .j-new-host-asia-hero-section-search-actions {
        display: flex;
        flex-direction: row;
        flex: 1;
        align-items: center;
        gap: 12px;
        margin-left: 32px;
    }

    .j-new-host-asia-hero-section-search-input-wrap {
        display: flex;
        flex: 1;
        align-items: center;
        border: 1px solid #d1d5db;
        border-radius: 8px;
        overflow: hidden;
    }

    .j-new-host-asia-hero-section-search-input {
        flex: 1;
        padding: 12px 16px;
        border: none;
        outline: none;
        font-size: 14px;
        color: #374151;
        width: 100%;
    }

    .j-new-host-asia-hero-section-search-divider {
        width: 1px;
        height: 32px;
        background-color: #e5e7eb;
    }

    .j-new-host-asia-hero-section-search-select {
        padding: 12px 16px;
        background-color: #f9fafb;
        border: none;
        outline: none;
        font-size: 14px;
        font-weight: 500;
        color: #374151;
        cursor: pointer;
    }

    .j-new-host-asia-hero-section-btn-outline {
        border: 1px solid #c50808;
        background-color: transparent;
        color: #c50808;
        font-size: 14px;
        font-weight: 600;
        padding: 12px 24px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        cursor: pointer;
        white-space: nowrap;
    }

    .j-new-host-asia-hero-section-domains-container {
        max-width: 1700px;
        margin: 0 auto;
        padding: 0 32px;
    }

    .j-new-host-asia-hero-section-domains-heading {
        text-align: center;
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
        margin-top: 20px;
        margin-bottom: 32px;
    }

    .j-new-host-asia-hero-section-domains-grid {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 16px;
    }

    .j-new-host-asia-hero-section-domain-box {
        background-color: #ffffff;
        border-radius: 12px;
        padding: 20px;
        text-align: center;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s;
    }

    .j-new-host-asia-hero-section-domain-box:hover {
        transform: translateY(-4px);
    }

    .j-new-host-asia-hero-section-domain-logo-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 48px;
        margin-bottom: 12px;
    }

    .j-new-host-asia-hero-section-domain-logo {
        width: 70px;
    }

    .j-new-host-asia-hero-section-domain-logo img {
        width: 100%;
    }

    .j-new-host-asia-hero-section-domain-dot {
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin-right: 4px;
    }

    .j-new-host-asia-hero-section-domain-square {
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 3px;
        margin-right: 4px;
    }

    .j-new-host-asia-hero-section-domain-ext {
        font-size: 24px;
        font-weight: 800;
    }

    .j-new-host-asia-hero-section-domain-type {
        font-size: 14px;
        color: #4b5563;
        font-weight: 500;
        margin: 0 0 8px 0;
    }

    .j-new-host-asia-hero-section-domain-price-wrap {
        margin-bottom: 16px;
    }

    .j-new-host-asia-hero-section-domain-price {
        font-size: 18px;
        font-weight: 700;
        color: #c50808;
    }

    .j-new-host-asia-hero-section-domain-oldprice {
        font-size: 12px;
        color: #9ca3af;
        text-decoration: line-through;
        font-weight: 400;
        margin-left: 4px;
    }

    .j-new-host-asia-hero-section-btn-block {
        width: 100%;
        background: linear-gradient(157deg, #c50808, #0b132b);
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        padding: 10px 0;
        border-radius: 8px;
        border: none;
        cursor: pointer;
    }

    .j-new-host-asia-hero-section-bottom-ribbon {
        max-width: 1280px;
        margin: -24px auto 0 auto;
        padding: 0 32px 48px 32px;
        position: relative;
        z-index: 10;
    }

    .j-new-host-asia-hero-section-ribbon-content {
        background-color: #ffffff;
        border-radius: 12px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        padding: 24px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        border: 1px solid #f3f4f6;
    }

    .j-new-host-asia-hero-section-ribbon-item {
        display: flex;
        align-items: center;
        gap: 15px;
        flex: 1;
    }

    .j-new-host-asia-hero-section-ribbon-item:not(:first-child) {
        border-left: 1px solid #f3f4f6;
        padding-left: 24px;
    }

    .j-new-host-asia-hero-section-ribbon-icon {
        font-size: 50px;
        color: #0b132b;
    }

    .j-new-host-asia-hero-section-ribbon-text h5 {
        font-size: 14px;
        font-weight: 700;
        color: #111827;
        margin: 0 0 2px 0;
    }

    .j-new-host-asia-hero-section-ribbon-text p {
        font-size: 13px;
        color: #3f3f3f;
        line-height: 1.4;
        margin: 0;
    }

    .j-new-host-asia-hero-section-cta-wrapper {
        position: relative;
        display: inline-block;
        margin-top: 20px;
    }

    .j-new-host-asia-hero-section-handdrawn-wrap {
        position: absolute;
        top: -50%;
        right: -90%;
        color: #ea580c;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        transform: rotate(5deg);
        pointer-events: none;
    }

    .j-new-host-asia-hero-section-handdrawn-text {
        font-family: 'Caveat', cursive;
        font-size: 26px;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: -5px;
        margin-left: 10px;
    }

    .j-new-host-asia-hero-section-handdrawn-arrow {
        width: 60px;
        height: auto;
    }

    @keyframes j-hero-bounce {

        0%,
        100% {
            transform: translateY(0) rotate(5deg);
        }

        50% {
            transform: translateY(-8px) rotate(5deg);
        }
    }

    @media (max-width: 1024px) {
        .j-new-host-asia-hero-section-bg-wrapper {
            width: 100%;
            opacity: 0.2;
        }

        .j-new-host-asia-hero-section-bg-overlay {
            background: linear-gradient(to right, rgb(236 236 236) 0%, rgb(171 171 171 / 20%) 50%, rgb(0 0 0 / 0%) 100%);
        }

        .j-new-host-asia-hero-section-domains-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .j-new-host-asia-hero-section-search-card {
            flex-direction: column;
            align-items: flex-start;
        }

        .j-new-host-asia-hero-section-search-actions {
            margin-left: 0;
            width: 100%;
            flex-wrap: wrap;
        }

        .j-new-host-asia-hero-section-search-input-wrap {
            width: 100%;
            flex: auto;
        }

        .j-new-host-asia-hero-section-blue-area {
            margin-top: 0;
        }

        .j-new-host-asia-hero-section-ribbon-content {
            flex-wrap: wrap;
        }

        .j-new-host-asia-hero-section-ribbon-item {
            min-width: 250px;
        }

        .j-new-host-asia-hero-section-ribbon-item:not(:first-child) {
            border-left: none;
            padding-left: 0;
        }
    }

    @media (max-width: 768px) {
        .j-new-host-asia-hero-section-title {
            font-size: 44px;
        }

        .j-new-host-asia-hero-section-domains-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .j-new-host-asia-hero-section-features-grid {
            flex-wrap: wrap;
        }
    }

    @media (max-width: 399px) {
        .j-new-host-asia-hero-section-search-card {
            margin-top: 100px;
        }

        .j-new-host-asia-hero-section-domains-container {
            margin-top: 140px !important;
        }

        .j-new-host-asia-hero-section-handdrawn-wrap {
            right: -20% !important;
        }
    }


    /* ---------------------- */
    ::selection {
        background-color: #ef4444;
        color: #ffffff;
    }

    .j-new-host-asia-custom-sol-wrapper {
        padding: 40px 0 40px 0;
        position: relative;
        overflow: hidden;
        background: #ebebeb;
    }

    @media (min-width: 1024px) {
        .j-new-host-asia-custom-sol-wrapper {
            /* padding: 128px 0px; */
        }
    }

    .j-new-host-asia-custom-sol-container {
        max-width: 1700px;
        margin: 0 auto;
        padding: 0px 16px;
        position: relative;
        z-index: 10;
    }

    @media (min-width: 640px) {
        .j-new-host-asia-custom-sol-container {
            padding: 0px 24px;
        }
    }

    @media (min-width: 1024px) {
        .j-new-host-asia-custom-sol-container {
            padding: 0px 32px;
        }
    }

    .j-new-host-asia-custom-sol-main-box {
        background: linear-gradient(to bottom right, #0f172a, #172554, #0f172a);
        border-radius: 20px;
        padding: 32px;
        box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
        position: relative;
        overflow: hidden;
        border: 1px solid rgba(148, 163, 184, 0.3);
    }

    @media (min-width: 768px) {
        .j-new-host-asia-custom-sol-main-box {
            padding: 48px;
            border-radius: 48px;
        }
    }

    @media (min-width: 1024px) {
        .j-new-host-asia-custom-sol-main-box {
            padding: 64px;
        }
    }

    .j-new-host-asia-custom-sol-inner-glow {
        position: absolute;
        top: 0;
        right: 0;
        width: 640px;
        height: 640px;
        background-color: rgba(239, 68, 68, 0.1);
        border-radius: 50%;
        filter: blur(64px);
        transform: translate(33%, -33%);
        pointer-events: none;
    }

    .j-new-host-asia-custom-sol-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 48px;
        align-items: center;
        position: relative;
        z-index: 10;
    }

    @media (min-width: 1024px) {
        .j-new-host-asia-custom-sol-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 32px;
        }
    }

    .j-new-host-asia-custom-sol-left {
        max-width: 576px;
    }

    .j-new-host-asia-custom-sol-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 8px 16px;
        border-radius: 9999px;
        background-color: rgba(30, 41, 59, 0.8);
        border: 1px solid rgba(148, 163, 184, 0.4);
        color: #cbd5e1;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.4px;
        text-transform: uppercase;
        margin-bottom: 24px;
    }

    .j-new-host-asia-custom-sol-pulse {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #ef4444;
        animation: j-new-host-asia-custom-sol-pulse-anim 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    @keyframes j-new-host-asia-custom-sol-pulse-anim {

        0%,
        100% {
            opacity: 1;
        }

        50% {
            opacity: 0.5;
        }
    }

    .j-new-host-asia-custom-sol-title {
        font-size: 36px;
        line-height: 40px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 24px;
    }

    @media (min-width: 768px) {
        .j-new-host-asia-custom-sol-title {
            font-size: 48px;
            line-height: 52px;
        }
    }

    @media (min-width: 1024px) {
        .j-new-host-asia-custom-sol-title {
            font-size: 55px;
            line-height: 66px;
        }
    }

    .j-new-host-asia-custom-sol-gradient-text {
        background-image: linear-gradient(to right, #c50808, #cbd5e1, #3b82f6);
        -webkit-background-clip: text;
        color: transparent;
    }

    .j-new-host-asia-custom-sol-desc {
        font-size: 18px;
        line-height: 29px;
        color: #cbd5e1;
        margin-bottom: 32px;
    }

    .j-new-host-asia-custom-sol-buttons {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 16px;
    }

    .j-new-host-asia-custom-sol-btn-primary {
        padding: 16px 32px;
        background-color: #c50808;
        color: #ffffff;
        font-weight: 600;
        font-size: 16px;
        border-radius: 12px;
        text-decoration: none;
        transition: all 0.3s ease;
        box-shadow: 0px 10px 15px -3px rgba(239, 68, 68, 0.25);
        display: inline-block;
    }

    .j-new-host-asia-custom-sol-btn-primary:hover {
        background-color: #ef4444;
        box-shadow: 0px 10px 15px -3px rgba(239, 68, 68, 0.4);
        transform: translateY(-4px);
    }

    .j-new-host-asia-custom-sol-btn-secondary {
        padding: 16px 32px;
        background-color: rgba(37, 99, 235, 0.2);
        color: #eff6ff;
        font-weight: 600;
        font-size: 16px;
        border-radius: 12px;
        text-decoration: none;
        border: 1px solid rgba(96, 165, 250, 0.3);
        transition: all 0.3s ease;
        backdrop-filter: blur(4px);
        display: inline-block;
    }

    .j-new-host-asia-custom-sol-btn-secondary:hover {
        background-color: rgba(37, 99, 235, 0.3);
    }

    .j-new-host-asia-custom-sol-right {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    @media (min-width: 640px) {
        .j-new-host-asia-custom-sol-right {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (min-width: 1024px) {
        .j-new-host-asia-custom-sol-right {
            padding-left: 40px;
        }
    }

    .j-new-host-asia-custom-sol-feature-card {
        background-color: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(12px);
        border: 1px solid rgba(148, 163, 184, 0.2);
        border-radius: 16px;
        padding: 24px;
        transition: background-color 0.3s ease;
    }

    .j-new-host-asia-custom-sol-feature-card:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    @media (min-width: 640px) {
        .j-new-host-asia-custom-sol-card-offset {
            transform: translateY(24px);
        }
    }

    .j-new-host-asia-custom-sol-icon-box {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        margin-bottom: 16px;
    }

    .j-new-host-asia-custom-sol-icon-blue {
        background-color: rgba(59, 130, 246, 0.2);
        color: #60a5fa;
    }

    .j-new-host-asia-custom-sol-icon-red {
        background-color: rgba(239, 68, 68, 0.2);
        color: #f87171;
    }

    .j-new-host-asia-custom-sol-icon-silver {
        background-color: rgba(148, 163, 184, 0.2);
        color: #cbd5e1;
    }

    .j-new-host-asia-custom-sol-feature-title {
        color: #ffffff;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .j-new-host-asia-custom-sol-feature-desc {
        color: #cbd5e1;
        font-size: 14px;
        line-height: 21px;
    }

    /* ------------------------------------- */

    .j-new-host-asia-about-us-modern-wrapper {
        padding: 50px 0px 70px 0;
        position: relative;
        background-color: #fdfdfd;
        overflow: hidden;
    }

    @media (min-width: 1024px) {
        .j-new-host-asia-about-us-modern-wrapper {
            padding: 50px 0px;
        }
    }

    .j-new-host-asia-about-us-bg-blob-1 {
        position: absolute;
        top: -100px;
        right: -100px;
        width: 400px;
        height: 400px;
        background-image: linear-gradient(135deg, rgba(220, 38, 38, 0.1), rgba(220, 38, 38, 0.01));
        border-radius: 50%;
        filter: blur(80px);
        z-index: 0;
        pointer-events: none;
    }

    .j-new-host-asia-about-us-bg-blob-2 {
        position: absolute;
        bottom: -50px;
        left: -100px;
        width: 300px;
        height: 300px;
        background-image: linear-gradient(135deg, rgba(15, 23, 42, 0.05), rgba(15, 23, 42, 0.01));
        border-radius: 50%;
        filter: blur(60px);
        z-index: 0;
        pointer-events: none;
    }

    .j-new-host-asia-about-us-container {
        max-width: 1700px;
        margin: 0 auto;
        padding: 0px 20px;
        position: relative;
        z-index: 10;
    }

    @media (min-width: 768px) {
        .j-new-host-asia-about-us-container {
            padding: 0px 32px;
        }
    }

    .j-new-host-asia-about-us-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 60px;
        align-items: center;
    }

    @media (min-width: 1024px) {
        .j-new-host-asia-about-us-grid {
            grid-template-columns: 1fr 1fr;
            gap: 80px;
        }
    }

    .j-new-host-asia-about-us-image-col {
        position: relative;
    }

    .j-new-host-asia-about-us-image-frame {
        position: relative;
        border-radius: 32px;
        overflow: hidden;
        box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
        border: 8px solid #ffe3e3;
    }

    .j-new-host-asia-about-us-main-img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 24px;
        object-fit: cover;
        transform: scale(1);
        transition: transform 0.7s ease;
    }

    .j-new-host-asia-about-us-image-frame:hover .j-new-host-asia-about-us-main-img {
        transform: scale(1.03);
    }

    .j-new-host-asia-about-us-floating-card {
        position: absolute;
        bottom: -30px;
        right: -20px;
        background-color: #ffffff;
        padding: 24px 32px;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        display: flex;
        align-items: center;
        gap: 16px;
        z-index: 20;
        border: 1px solid rgba(0, 0, 0, 0.04);
        animation: j-new-host-asia-about-us-float 6s ease-in-out infinite;
    }

    @media (max-width: 640px) {
        .j-new-host-asia-about-us-floating-card {
            bottom: -20px;
            right: 10px;
            padding: 16px 24px;
        }
    }

    @keyframes j-new-host-asia-about-us-float {
        0% {
            transform: translateY(0px);
        }

        50% {
            transform: translateY(-10px);
        }

        100% {
            transform: translateY(0px);
        }
    }

    .j-new-host-asia-about-us-floating-icon {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background-color: #fef2f2;
        color: #c50808;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
    }

    .j-new-host-asia-about-us-floating-text {
        display: flex;
        flex-direction: column;
    }

    .j-new-host-asia-about-us-floating-num {
        font-size: 28px;
        font-weight: 800;
        color: #0f172a;
        line-height: 1;
        margin-bottom: 4px;
    }

    .j-new-host-asia-about-us-floating-desc {
        font-size: 14px;
        font-weight: 500;
        color: #64748b;
    }

    .j-new-host-asia-about-us-content-col {
        position: relative;
        z-index: 10;
    }

    .j-new-host-asia-about-us-badge {
        display: inline-block;
        padding: 8px 16px;
        background-color: #fef2f2;
        color: #c50808;
        font-size: 14px;
        font-weight: 700;
        border-radius: 100px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 24px;
        border: 1px solid rgba(220, 38, 38, 0.1);
    }

    .j-new-host-asia-about-us-heading {
        font-size: 36px;
        line-height: 44px;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 20px;
    }

    @media (min-width: 768px) {
        .j-new-host-asia-about-us-heading {
            font-size: 48px;
            line-height: 58px;
        }
    }

    .j-new-host-asia-about-us-highlight {
        position: relative;
        display: inline-block;
        color: #c50808;
        white-space: nowrap;
    }

    .j-new-host-asia-about-us-highlight::after {
        content: '';
        position: absolute;
        bottom: 4px;
        left: 0;
        width: 100%;
        height: 12px;
        background-color: rgba(220, 38, 38, 0.15);
        z-index: -1;
        transform: skewX(-15deg);
    }

    .j-new-host-asia-about-us-subheading {
        font-size: 20px;
        font-weight: 600;
        color: #334155;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .j-new-host-asia-about-us-subheading::before {
        content: '';
        display: block;
        width: 40px;
        height: 3px;
        background-color: #c50808;
        border-radius: 2px;
    }

    .j-new-host-asia-about-us-paragraph {
        font-size: 16px;
        line-height: 28px;
        color: #232323;
        font-weight: 400;
        margin-bottom: 40px;
    }

    .j-new-host-asia-about-us-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        padding: 16px 36px;
        background-color: #c50808;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        border-radius: 12px;
        text-decoration: none;
        transition: all 0.3s ease;
        box-shadow: 0px 10px 20px -5px rgba(220, 38, 38, 0.4);
        position: relative;
        overflow: hidden;
    }

    .j-new-host-asia-about-us-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
        transform: translateX(-100%);
        transition: transform 0.6s ease;
    }

    .j-new-host-asia-about-us-btn:hover {
        background-color: #b91c1c;
        transform: translateY(-3px);
        box-shadow: 0px 15px 25px -5px rgba(220, 38, 38, 0.5);
    }

    .j-new-host-asia-about-us-btn:hover::before {
        transform: translateX(100%);
    }

    .j-new-host-asia-about-us-btn-icon {
        font-size: 14px;
        transition: transform 0.3s ease;
    }

    .j-new-host-asia-about-us-btn:hover .j-new-host-asia-about-us-btn-icon {
        transform: translateX(6px);
    }

    /* -------------------------------- */
    .j-new-host-asia-features-wrapper {
        background-color: #ffffff;
        padding-bottom: 50px;
    }



    .j-new-host-asia-features-container {
        max-width: 1700px;
        margin: 0 auto;
        padding: 0px 24px;
    }

    @media (min-width: 768px) {
        .j-new-host-asia-features-container {
            padding: 0px 40px;
        }
    }

    .j-new-host-asia-features-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 32px;
    }

    @media (min-width: 1024px) {
        .j-new-host-asia-features-grid {
            grid-template-columns: 1fr 1fr;
            gap: 40px;
        }
    }

    .j-new-host-asia-features-item {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 32px;
        background-color: #f8fafc;
        border-radius: 15px;
        border: 1px solid #f1f5f9;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    }

    @media (min-width: 640px) {
        .j-new-host-asia-features-item {
            flex-direction: row;
            align-items: flex-start;
        }
    }

    .j-new-host-asia-features-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 0%;
        background-color: #c50808;
        transition: height 0.3s ease;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
    }

    .j-new-host-asia-features-item:hover {
        background-color: #ffffff;
        box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.08);
        border-color: #e2e8f0;
        transform: translateY(-4px);
    }

    .j-new-host-asia-features-item:hover::before {
        height: 100%;
    }

    .j-new-host-asia-features-icon-box {
        width: 72px;
        height: 72px;
        min-width: 72px;
        border-radius: 20px;
        background-color: #fef2f2;
        color: #c50808;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        box-shadow: inset 0px 0px 0px 1px rgba(220, 38, 38, 0.1);
    }

    .j-new-host-asia-features-content {
        flex-grow: 1;
    }

    .j-new-host-asia-features-title {
        font-size: 22px;
        font-weight: 700;
        color: #0f172a;
        margin-bottom: 8px;
        line-height: 30px;
    }

    .j-new-host-asia-features-subtitle {
        font-size: 14px;
        font-weight: 700;
        color: #c50808;
        margin-bottom: 16px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        display: block;
    }

    .j-new-host-asia-features-text {
        font-size: 16px;
        line-height: 26px;
        color: #1a1a1a;
        font-weight: 500;
    }

    /* -------------------------- */
    /* Bandwidth Carriers Section Styles */
    .j-new-host-asia-bandwidth-carrier-wrapper {
        padding: 30px 0px;
        background-color: #fafbfc;
        text-align: center;
        border-top: 1px solid #f1f5f9;
    }

    @media (min-width: 1024px) {
        .j-new-host-asia-bandwidth-carrier-wrapper {
            padding: 50px 0px;
        }
    }

    .j-new-host-asia-bandwidth-carrier-container {
        max-width: 1700px;
        margin: 0 auto;
        padding: 0px 24px;
    }

    .j-new-host-asia-bandwidth-carrier-title {
        font-size: 32px;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 60px;
    }

    @media (min-width: 768px) {
        .j-new-host-asia-bandwidth-carrier-title {
            font-size: 40px;
        }
    }

    .j-new-host-asia-bandwidth-carrier-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    @media (min-width: 640px) {
        .j-new-host-asia-bandwidth-carrier-grid {
            grid-template-columns: repeat(3, 1fr);
            gap: 15px;
        }
    }

    @media (min-width: 1024px) {
        .j-new-host-asia-bandwidth-carrier-grid {
            grid-template-columns: repeat(5, 1fr);
            gap: 15px;
        }
    }

    .j-new-host-asia-bandwidth-carrier-item {
        position: relative;
        background-color: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 16px;
        padding: 24px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .j-new-host-asia-bandwidth-carrier-logo {
        max-width: 100%;
        max-height: 45px;
        object-fit: contain;
        transition: all 0.4s ease;
    }

    .j-new-host-asia-bandwidth-carrier-tooltip {
        position: absolute;
        top: -45px;
        left: 50%;
        transform: translateX(-50%) translateY(10px);
        background-color: #0f172a;
        color: #ffffff;
        padding: 8px 14px;
        border-radius: 8px;
        font-size: 13px;
        font-weight: 600;
        white-space: nowrap;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 10;
        box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    }

    .j-new-host-asia-bandwidth-carrier-tooltip::after {
        content: '';
        position: absolute;
        bottom: -6px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 6px 6px 0;
        border-style: solid;
        border-color: #0f172a transparent transparent transparent;
    }

    /* Desktop Behaviors: Grayscale + Tooltip on Hover */
    @media (min-width: 768px) {
        .j-new-host-asia-bandwidth-carrier-logo {}

        .j-new-host-asia-bandwidth-carrier-item:hover {
            transform: translateY(-6px);
            box-shadow: 0px 15px 30px -10px rgba(0, 0, 0, 0.1);
            border-color: #cbd5e1;
        }

        .j-new-host-asia-bandwidth-carrier-item:hover .j-new-host-asia-bandwidth-carrier-logo {
            filter: grayscale(0%) opacity(1);
            transform: scale(1.05);
        }

        .j-new-host-asia-bandwidth-carrier-item:hover .j-new-host-asia-bandwidth-carrier-tooltip {
            opacity: 1;
            visibility: visible;
            transform: translateX(-50%) translateY(0);
        }
    }

    /* Mobile Behaviors: Color Default + No Tooltip */
    @media (max-width: 767px) {
        .j-new-host-asia-bandwidth-carrier-logo {
            filter: grayscale(0%) opacity(1);
        }

        .j-new-host-asia-bandwidth-carrier-tooltip {
            display: none !important;
        }
    }

    /* Card Colors */
    .j-new-design-card-1,
    .j-new-design-card-3,
    .j-new-design-card-4,
    .j-new-design-card-6 {
        background: linear-gradient(to bottom right, #2C5F8A, #101047);
    }

    .j-new-design-card-2,
    .j-new-design-card-5 {
        background: linear-gradient(to bottom right, #1F2533, #3E465E);
    }

    .j-new-design-tile-wide {
        grid-column: span 1;
    }

    .j-new-design-container {
        grid-auto-rows: 385px;
        gap: 2px;
    }

/* ── Shared Utilities ───────────────────────────────────────── */
.ha-section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #c50808;
    background: rgba(197, 8, 8, 0.08);
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 18px;
}

.ha-section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.18;
    letter-spacing: -0.6px;
    margin: 0 0 16px;
}

.ha-section-sub {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #64748b;
    font-weight: 400;
    line-height: 1.7;
    max-width: 1000px;
    margin: 0 auto;
}

/* ============================================================
   SECTION 1 — DOMAIN SEARCH + CARDS
   ============================================================ */

.ha-domain-section {
    background: #0f172a;
    position: relative;
    overflow: hidden;
}

/* Background pattern */
.ha-domain-section::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -80px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(197,8,8,0.15) 0%, transparent 70%);
    pointer-events: none;
}

.ha-domain-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -100px;
    width: 500px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.03) 0%, transparent 70%);
    pointer-events: none;
}

/* Search Band */
.ha-domain-search-wrap {
    padding: 55px 0 35px;
    position: relative;
    z-index: 2;
}

.ha-domain-search-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 60px;
    align-items: center;
}

.ha-domain-search-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c50808;
    margin-bottom: 14px;
}

.ha-domain-search-eyebrow i {
    font-size: 9px;
    animation: ha-pulse 1.8s ease-in-out infinite;
}

@keyframes ha-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.ha-domain-search-title {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.18;
    letter-spacing: -0.5px;
    margin: 0;
    white-space: nowrap;
}

.ha-domain-search-title em {
    font-style: normal;
    color: #c50808;
}

/* Search Form */
.ha-search-form {
    width: 100%;
}

.ha-search-input-group {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.25s ease;
    box-shadow: 0 8px 40px rgba(0,0,0,0.3);
}

.ha-search-input-group:focus-within {
    border-color: #c50808;
}

.ha-search-icon {
    padding: 0 16px 0 20px;
    color: var(--ha-slate-light);
    font-size: 18px;
    flex-shrink: 0;
}

.ha-search-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 18px 12px 18px 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #0f172a;
    background: transparent;
}

.ha-search-input::placeholder {
    color: #b0bec5;
}

.ha-search-btn {
    background: #c50808;
    color: #ffffff;
    border: none;
    padding: 18px 32px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    transition: background 0.2s;
    letter-spacing: 0.3px;
}

.ha-search-btn:hover {
    background: #a00606;
}

.ha-search-actions-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    flex-wrap: wrap;
    gap: 12px;
}

.ha-search-hints {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.ha-search-hints span {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255,255,255,0.4);
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 4px 12px;
    border-radius: 100px;
    transition: all 0.25s ease;
}

.ha-search-hints span:hover {
    color: #ffffff;
    border-color: rgba(255,255,255,0.25);
}

.ha-transfer-btn {
    background: transparent;
    border: 1.5px solid rgba(255,255,255,0.18);
    color: rgba(255,255,255,0.65);
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s ease;
}

.ha-transfer-btn:hover {
    border-color: rgba(255,255,255,0.4);
    color: #ffffff;
}

/* Domain Cards */
.ha-domain-cards-wrap {
    background: rgba(255,255,255,0.03);
    border-top: 1px solid rgba(255,255,255,0.07);
    padding: 40px 0 56px;
    position: relative;
    z-index: 2;
}

.ha-domain-cards-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px;
}

.ha-domain-cards-label {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    margin: 0 0 20px;
}

.ha-domain-cards-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

.ha-domain-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 24px 18px 22px;
    text-align: center;
    position: relative;
    transition: all 0.25s ease;
    overflow: hidden;
}

.ha-domain-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #c50808;
    transform: scaleX(0);
    transition: transform 0.25s ease;
}

.ha-domain-card:hover {
    background: rgba(255,255,255,0.08);
    border-color: rgba(197,8,8,0.4);
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.3);
}

.ha-domain-card:hover::before {
    transform: scaleX(1);
}

.ha-domain-card--featured {
    background: rgba(197,8,8,0.12);
    border-color: rgba(197,8,8,0.35);
}

.ha-domain-card--featured::before {
    transform: scaleX(1);
}

.ha-domain-card-badge {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Poppins', sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    background: #c50808;
    padding: 3px 12px;
    border-radius: 0 0 8px 8px;
}

.ha-domain-card-ext {
    font-family: 'Poppins', sans-serif;
    font-size: 33px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.5px;
    margin-bottom: 4px;
        width: 100px;
    margin: auto;
    min-height: 85px;
    display: flex;
}

.ha-domain-card-ext img{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin: auto 0;
}

.ha-domain-card-ext .small-logo-img{
    width: 90%;
}

.ha-domain-card-name {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: rgba(255,255,255,0.35);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ha-domain-card-pricing {
    margin-bottom: 18px;
    display: none;
}

.ha-domain-card-price {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.ha-domain-card-old {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,0.4);
    text-decoration: line-through;
    font-weight: 400;
}

.ha-domain-card-btn {
    width: 100%;
    background: transparent;
    border: 1.5px solid rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.7);
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 9px 0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
    letter-spacing: 0.3px;
}

.ha-domain-card:hover .ha-domain-card-btn,
.ha-domain-card--featured .ha-domain-card-btn {
    background: #c50808;
    border-color: #c50808;
    color: #ffffff;
}

/* Domain Responsive */
@media (max-width: 1100px) {
    .ha-domain-cards-grid { grid-template-columns: repeat(3, 1fr); }
    .ha-domain-search-inner { grid-template-columns: 1fr; gap: 32px; }
    .ha-domain-search-title { font-size: 28px; white-space: normal; }
}
@media (max-width: 640px) {
    .ha-domain-cards-grid { grid-template-columns: repeat(2, 1fr); }
    .ha-domain-search-wrap { padding: 36px 0 32px; }
    .ha-section-title { font-size: 26px; }
}


/* ============================================================
   SECTION 2 — TRUST RIBBON
   ============================================================ */

.ha-ribbon {
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.ha-ribbon-container {
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: stretch;
}

.ha-ribbon-item {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    padding: 30px 24px;
    transition: background 0.2s;
}

.ha-ribbon-item:hover {
    background: #fafbfc;
}

.ha-ribbon-divider {
    width: 1px;
    background: #e2e8f0;
    align-self: stretch;
    margin: 20px 0;
}

.ha-ribbon-icon-wrap {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: rgba(197, 8, 8, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #c50808;
    transition: all 0.25s ease;
}

.ha-ribbon-item:hover .ha-ribbon-icon-wrap {
    background: #c50808;
    color: #ffffff;
    transform: scale(1.05);
}

.ha-ribbon-text strong {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 3px;
}

.ha-ribbon-text span {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #64748b;
    font-weight: 400;
    line-height: 1.4;
}

@media (max-width: 1024px) {
    .ha-ribbon-container { flex-wrap: wrap; }
    .ha-ribbon-item { flex: 1 1 45%; }
    .ha-ribbon-divider { display: none; }
    .ha-ribbon-item { border-bottom: 1px solid #e2e8f0; }
}
@media (max-width: 580px) {
    .ha-ribbon-item { flex: 1 1 100%; }
}


/* ============================================================
   SECTION 3 — SERVICES
   ============================================================ */

.ha-services {
    background: var(--ha-bg-soft);
    padding: 50px 0 0;
}

.ha-services-header {
    text-align: center;
    margin-bottom: 56px;
    padding: 0 32px;
}

.ha-services-header-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.ha-services-header .ha-section-title { font-size: 40px; }

.ha-services-grid {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px 90px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Image tiles */
.ha-services-img-tile {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    height: 340px;
    margin-bottom: 20px;
}

.ha-services-img-tile--right {
    margin-top: 20px;
    margin-bottom: 0;
}

.ha-services-img-tile-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
}

.ha-services-img-tile:hover .ha-services-img-tile-bg {
    transform: scale(1.04);
}

.ha-services-img-tile-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(10,15,30) 0%, rgba(10,15,30,0.4) 60%, rgba(10,15,30,0.1) 100%);
}

.ha-services-img-tile-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 48px;
    z-index: 2;
}

.ha-services-img-tile-tag {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #7dd3fc;
    margin-bottom: 10px;
}

.ha-services-img-tile-content h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 10px;
    letter-spacing: -0.4px;
}

.ha-services-img-tile-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: rgba(255,255,255,0.8);
    margin: 0 0 20px;
    max-width: 800px;
    line-height: 1.6;
}

.ha-services-img-tile-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: #0f172a;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 11px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.ha-services-img-tile-btn:hover {
    background: #c50808;
    color: #ffffff;
}

/* 6 Service Cards */
.ha-services-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.ha-service-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 30px 26px 26px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}

.ha-service-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #c50808;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.ha-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
    border-color: rgba(197,8,8,0.15);
}

.ha-service-card:hover::after {
    transform: scaleX(1);
}

.ha-service-card--accent {
    background: #0f172a;
    border-color: #0f172a;
}

.ha-service-card--accent .ha-service-card-top .ha-service-card-num { color: rgba(255,255,255,0.2); }
.ha-service-card--accent .ha-service-card-icon { background: rgba(197,8,8,0.2); color: #fc8585; }
.ha-service-card--accent .ha-service-card-title { color: #ffffff; }
.ha-service-card--accent .ha-service-card-desc { color: rgba(255,255,255,0.5); }
.ha-service-card--accent .ha-service-card-list li { color: rgba(255,255,255,0.6); border-color: rgba(255,255,255,0.08); }
.ha-service-card--accent .ha-service-card-list li::before { color: #c50808; }
.ha-service-card--accent .ha-service-card-link { color: rgba(255,255,255,0.5); border-color: rgba(255,255,255,0.12); }
.ha-service-card--accent:hover .ha-service-card-link { color: #ffffff; border-color: rgba(197,8,8,0.5); }
.ha-service-card--accent::after { background: #c50808; }

.ha-service-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ha-service-card-icon {
    width: 50px;
    height: 50px;
    background: rgba(197, 8, 8, 0.08);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #c50808;
    transition: all 0.25s ease;
}

.ha-service-card:hover .ha-service-card-icon {
    background: #c50808;
    color: #ffffff;
    transform: scale(1.05);
}

.ha-service-card-num {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #d1d5db;
}

.ha-service-card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 10px;
    letter-spacing: -0.3px;
    line-height: 1.25;
}

.ha-service-card-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #232323;
    line-height: 1.65;
    margin: 0 0 18px;
    font-weight: 500;
}

.ha-service-card-list {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1;
}

.ha-service-card-list li {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #475569;
    font-weight: 500;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ha-service-card-list li:last-child { border-bottom: none; }

.ha-service-card-list li::before {
    content: '\f111';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 5px;
    color: #c50808;
    flex-shrink: 0;
}

.ha-service-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #64748b;
    border: 1.5px solid #e2e8f0;
    padding: 9px 18px;
    border-radius: 8px;
    transition: all 0.25s ease;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-top: auto;
    width: fit-content;
}

.ha-service-card:hover .ha-service-card-link {
    background: #c50808;
    color: #ffffff;
    border-color: #c50808;
}

/* Services Responsive */
@media (max-width: 1100px) {
    .ha-services-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
    .ha-services-cards { grid-template-columns: 1fr; }
    .ha-services-header .ha-section-title { font-size: 28px; }
    .ha-services-img-tile { height: 260px; }
    .ha-services-img-tile-content { padding: 24px; }
    .ha-services-img-tile-content h3 { font-size: 22px; }
}


/* ============================================================
   SECTION 4 — GET ONLINE / COSMOTOWN
   ============================================================ */

.ha-getonline {
    background: #ffffff;
    padding: 50px 0;
}

.ha-getonline-container {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 32px;
}

.ha-getonline-header {
    text-align: center;
    margin-bottom: 56px;
}

.ha-getonline-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    align-items: start;
}

/* Cards */
.ha-getonline-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.25s ease;
    height: 100%;
}

.ha-getonline-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
    border-color: rgba(197,8,8,0.15);
}

.ha-getonline-card--dark {
    background: #0f172a;
    border-color: #0f172a;
}

.ha-getonline-card--dark .ha-getonline-card-body h3 { color: #ffffff; }
.ha-getonline-card--dark .ha-getonline-card-body p { color: rgba(255,255,255,0.55); }

/* Image */
.ha-getonline-card-img-wrap {
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: var(--ha-bg-soft);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ha-getonline-card--dark .ha-getonline-card-img-wrap {
    background: rgba(255,255,255,0.04);
}

.ha-getonline-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ha-getonline-card:hover .ha-getonline-card-img-wrap img {
    transform: scale(1.05);
}

/* Body */
.ha-getonline-card-body {
    padding: 28px 28px 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ha-getonline-card-icon-badge {
    width: 44px;
    height: 44px;
    background: rgba(197, 8, 8, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #c50808;
    margin-bottom: 18px;
    flex-shrink: 0;
}

.ha-getonline-card-icon-badge--light {
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.8);
}

.ha-getonline-card-body h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 14px;
    letter-spacing: -0.2px;
    line-height: 1.3;
}

.ha-getonline-card-body p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 1.7;
    font-weight: 500;
    margin: 0 0 12px;
    flex: 1;
}

.ha-getonline-card-body p:last-of-type { margin-bottom: 0; }

.ha-getonline-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #c50808;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 11px 24px;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 22px;
    width: fit-content;
    transition: all 0.25s ease;
    border: none;
    cursor: pointer;
}

.ha-getonline-card-btn:hover {
    background: #a00606;
    transform: translateX(3px);
}

.ha-getonline-card-btn--outline {
    background: transparent;
    color: #ffffff;
    border: 1.5px solid rgba(255,255,255,0.2);
}

.ha-getonline-card-btn--outline:hover {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.4);
}

/* Getonline Responsive */
@media (max-width: 1024px) {
    .ha-getonline-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    .ha-getonline-grid { grid-template-columns: 1fr; }
    .ha-getonline { padding: 60px 0; }
}


/* ============================================================
   SECTION 5 — BANDWIDTH CARRIERS
   ============================================================ */

.ha-carriers {
    background: var(--ha-bg-soft);
    padding: 50px 0;
    border-top: 1px solid #e2e8f0;
}

.ha-carriers-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px;
}

.ha-carriers-header {
    text-align: center;
    margin-bottom: 52px;
}

.ha-carriers-sub {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #64748b;
    line-height: 1.7;
    max-width: 1000px;
    margin: 0 auto;
    font-weight: 400;
}

/* Grid */
.ha-carriers-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-bottom: 48px;
}

.ha-carrier-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 150px;
    transition: all 0.25s ease;
    cursor: default;
}

.ha-carrier-item:hover {
    border-color: rgba(197,8,8,0.3);
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.09);
}

.ha-carrier-item img {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
    transition: filter 0.3s ease;
}

.ha-carrier-item .small-image-logo{
    max-width: 100%;
    max-height: 72px;
    object-fit: contain;
    transition: filter 0.3s ease;
}

.ha-carrier-item:hover img {
    filter: grayscale(0%) opacity(1);
}

.ha-carrier-item span {
    font-family: 'Poppins', sans-serif;
    font-size: 9.5px;
    font-weight: 600;
    color: var(--ha-slate-light);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-align: center;
}

/* Stats bar */
.ha-carriers-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: #0f172a;
    border-radius: 20px;
    padding: 32px 48px;
    flex-wrap: wrap;
}

.ha-carriers-stat {
    flex: 1;
    text-align: center;
    min-width: 120px;
}

.ha-carriers-stat strong {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 44px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.5px;
    margin-bottom: 4px;
}

.ha-carriers-stat span {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.ha-carriers-stat-divider {
    width: 1px;
    height: 48px;
    background: rgba(255,255,255,0.1);
    flex-shrink: 0;
    margin: 0 24px;
}

/* Carriers Responsive */
@media (max-width: 1024px) {
    .ha-carriers-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 768px) {
    .ha-carriers-grid { grid-template-columns: repeat(3, 1fr); }
    .ha-carriers-stats { padding: 24px; }
    .ha-carriers-stat strong { font-size: 24px; }
    .ha-carriers-stat-divider { display: none; }
    .ha-carriers-stat { padding: 12px; }
}
@media (max-width: 500px) {
    .ha-carriers-grid { grid-template-columns: repeat(2, 1fr); }
    .ha-carriers { padding: 60px 0; }
}

/* ============================================================
   HOST ASIA — DOMAIN SECTION LIGHT THEME OVERRIDE
   Add this AFTER sections.css
   ============================================================ */

/* ── Section base: light with subtle pattern ── */
.ha-domain-section {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Subtle geometric background texture */
.ha-domain-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 15% 50%, rgba(197, 8, 8, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 85% 20%, rgba(15, 23, 42, 0.04) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.ha-domain-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
    pointer-events: none;
}

/* ── Search band ── */
.ha-domain-search-wrap {
    background: #0f172a;
    padding: 52px 0 36px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #f1f5f9;
}

/* Eyebrow stays red — already correct */
.ha-domain-search-eyebrow {
    color: #c50808;
}

/* Title switches to dark navy */
.ha-domain-search-title {
    color: #ffffff;
    font-size: 34px;
}

.ha-domain-search-title em {
    font-style: normal;
    color: #c50808;
}

.ha-search-input {
    color: #0f172a;
}

.ha-search-input::placeholder {
    color: #94a3b8;
}

/* Hint pills: dark on light */
.ha-search-hints span {
    color:rgba(255,255,255,0.4);
    background: rgba(255,255,255,0.06);
}

.ha-search-hints span:hover {
    color: #c50808;
    background: rgba(255,255,255,0.06);
}

/* ── Domain cards band ── */
.ha-domain-cards-wrap {
    background: #f8fafc;
    border-top: 1px solid #f1f5f9;
    padding: 36px 0 52px;
    position: relative;
    z-index: 2;
}

/* Section label */
.ha-domain-cards-label {
    color: #94a3b8;
    font-size: 10px;
    letter-spacing: 3px;
}

/* Domain cards: white on soft grey background */
.ha-domain-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.25s ease;
    position: relative;
    overflow: visible;
}

/* Red bottom accent on hover — keeps the brand energy */
.ha-domain-card::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: #c50808;
    border-radius: 0 0 6px 6px;
    transform: scaleX(0);
    transition: transform 0.25s ease;
}

.ha-domain-card:hover {
    background: #ffffff;
    border-color: rgba(197, 8, 8, 0.25);
    transform: translateY(-6px);
    box-shadow:
        0 4px 12px rgba(197, 8, 8, 0.08),
        0 16px 40px rgba(0, 0, 0, 0.1);
}

.ha-domain-card:hover::before {
    transform: scaleX(1);
}

/* Featured card: light red tint */
.ha-domain-card--featured {
    background: rgba(197, 8, 8, 0.03);
    border-color: rgba(197, 8, 8, 0.2);
    box-shadow:
        0 4px 12px rgba(197, 8, 8, 0.06),
        0 8px 24px rgba(0, 0, 0, 0.06);
}

.ha-domain-card--featured::before {
    transform: scaleX(1);
}

/* Badge */
.ha-domain-card-badge {
    background: #c50808;
    color: #ffffff;
}

/* Extension text — dark */
.ha-domain-card-ext {
    color: #0f172a;
    font-size: 30px;
}

/* Card name — muted slate */
.ha-domain-card-name {
    color: #94a3b8;
}

/* Price — red brand color */
.ha-domain-card-price {
    color: #c50808;
    font-size: 17px;
}

/* Old price — grey strikethrough */
.ha-domain-card-old {
    color: #cbd5e1;
}

/* Register button — inverted: navy outline, fills red on hover */
.ha-domain-card-btn {
    background: transparent;
    border: 1.5px solid #cbd5e1;
    color: #475569;
    font-size: 12px;
}

.ha-domain-card:hover .ha-domain-card-btn,
.ha-domain-card--featured .ha-domain-card-btn {
    background: #c50808;
    border-color: #c50808;
    color: #ffffff;
}

/* ── Domain Search: Fully Responsive ─────────────────────── */

.ha-domain-search-inner {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 48px;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px;
}

.ha-domain-search-title {
    white-space: nowrap;
}

.ha-search-input-group {
    flex-wrap: nowrap;  /* prevent wrapping on small screens */
}

.ha-search-input {
    min-width: 0;       /* allows input to shrink below its content size */
}

/* ── Tablet (≤ 1100px) ─────────────────────────────────────── */
@media (max-width: 1100px) {
    .ha-domain-search-inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .ha-domain-search-title {
        white-space: normal;
        font-size: 28px;
    }
}

/* ── Small Tablet (≤ 768px) ────────────────────────────────── */
@media (max-width: 768px) {
    .ha-domain-search-wrap {
        padding: 36px 0 28px;
    }
    .ha-domain-search-inner {
        padding: 0 20px;
    }
    .ha-domain-search-title {
        font-size: 24px;
    }
    .ha-search-btn {
        padding: 16px 18px;
        font-size: 13px;
    }
    .ha-search-actions-row {
        gap: 8px;
    }
}

/* ── Mobile (≤ 480px) ──────────────────────────────────────── */
@media (max-width: 480px) {
    .ha-domain-search-wrap {
        padding: 28px 0 20px;
    }
    .ha-domain-search-inner {
        padding: 0 16px;
        gap: 16px;
    }
    .ha-domain-search-title {
        font-size: 20px;
        line-height: 1.3;
    }
    .ha-search-input {
        padding: 13px 8px;
        font-size: 14px;
        max-width: 250px;
    }
    .ha-search-btn {
        padding: 13px 14px;
        font-size: 12px;
        gap: 6px;
    }
    .ha-search-btn i {
        display: none; /* hide arrow icon on tiny screens */
    }
    .ha-search-hints {
        gap: 5px;
    }
    .ha-search-hints span {
        font-size: 11px;
        padding: 3px 9px;
    }
    .ha-transfer-btn {
        font-size: 11px;
        padding: 6px 12px;
    }
}

/* ── Extra Small (≤ 360px) ─────────────────────────────────── */
@media (max-width: 360px) {
    .ha-domain-search-title {
        font-size: 18px;
    }
    .ha-search-hints span:nth-child(n+5) {
        display: none; /* hide .io on very small screens */
    }
}