/* ================================================================
   HOSTING PAGES SHARED STYLES
   ================================================================ */

/* Hero Section - Dark Theme */
/* Hero Section - Dark Theme - Image Match */
/* CRITICAL: Layout isolation - hero height is FIXED and immune to dropdown */
.hosting-hero {
    background: radial-gradient(circle at center top, #0b1a33 0%, #050a14 100%);
    padding: 160px 0 100px;
    position: relative;

    /* CRITICAL: Allow dropdown overlay to be visible */
    overflow: visible;

    /* Stacking context for dropdown */
    z-index: 20;
}


/* Pricing Section - Overlap and Tabs */
/* Pricing Section - Overlap and Tabs */
.pricing-section {
    position: relative;
    z-index: 10;
    margin-top: 0;
    padding-top: 60px !important;
}

.modern-pricing-tabs {
    border: none;
    margin-bottom: 30px !important;
    gap: 10px !important;
    display: flex !important;
    justify-content: center !important;
    max-width: 1150px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.modern-pricing-tabs .nav-link {
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 600;
    margin: 3px;
    background: rgba(255, 255, 255, 0.05);
    /* Glass effect */
    color: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: none;
    white-space: nowrap;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .modern-pricing-tabs {
        max-width: 800px !important;
        gap: 8px !important;
    }

    .modern-pricing-tabs .nav-link {
        padding: 8px 12px;
        font-size: 12px;
    }
}

.modern-pricing-tabs .nav-link i {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s;
}

.modern-pricing-tabs .nav-link:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.3);
}

.modern-pricing-tabs .nav-link.active {
    background: linear-gradient(135deg, #00b19a 0%, #008a7a 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 10px 20px -5px rgba(0, 177, 154, 0.4);
}

.modern-pricing-tabs .nav-link.active i {
    color: #fff;
}

.hosting-hero::before {
    content: '';
    position: absolute;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(0, 255, 136, 0.03) 0%, transparent 70%);
    top: -400px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    pointer-events: none;
}

.hosting-hero::after {
    display: none;
}

@keyframes floatBg {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-25px) scale(1.05);
    }
}

.hosting-hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: #00d4aa;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 24px;
    border: 1px solid rgba(0, 212, 170, 0.2);
    backdrop-filter: blur(8px);
}

.hosting-hero h1 {
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 24px;
    font-family: "Outfit", sans-serif;
}

.hosting-hero .gradient-text {
    color: #00d4aa;
    background: none;
    -webkit-text-fill-color: #00d4aa;
}

.hosting-hero p {
    font-size: var(--font-size-lg);
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: var(--space-8);
    max-width: 540px;
    line-height: var(--line-height-relaxed);
}

/* Hero Stats */
.hero-stats {
    display: flex;
    gap: 40px;
    margin-bottom: 35px;
}

.hero-stats .stat-item {
    text-align: center;
}

.hero-stats .stat-item strong {
    display: block;
    font-size: 32px;
    color: #00b19a;
    font-weight: 800;
    font-family: "Outfit", sans-serif;
}

.hero-stats .stat-item span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

/* Hero Buttons */
.hero-buttons {
    display: flex;
    gap: 15px;
}

.hosting-hero .outline-btn {
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.hosting-hero .outline-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.hero-content {
    position: relative;
    z-index: 3;
}

.hero-illustration {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 30px 0;
}

.hero-illustration .hero-img {
    width: 100%;
    max-width: 500px;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.3));
}

/* Floating Hero Shapes - positioned at corners of the mockup image */
.hero-illustration.banner-content-img .hero-shape-1,
.banner-content-img .hero-shape-1 {
    position: absolute;
    right: -30px;
    top: 0;
    width: auto;
    max-width: 130px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    filter: none;
    z-index: 10;
}

/* Cloud icon - bottom-left corner of the image */
.hero-illustration.banner-content-img .hero-shape-2,
.banner-content-img .hero-shape-2 {
    position: absolute;
    right: calc(100% - 60px);
    bottom: 50px;
    width: auto;
    max-width: 60px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    filter: none;
    z-index: 10;
}

/* Override for hosting hero - position relative to the image on the right side */
.hosting-hero .hero-illustration .hero-shape-2 {
    right: auto;
    left: auto;
    right: 470px;
    bottom: 30px;
}

.hero-illustration.banner-content-img .hero-shape-3,
.banner-content-img .hero-shape-3 {
    position: absolute;
    right: -40px;
    bottom: 0;
    width: auto;
    max-width: 180px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    filter: none;
    z-index: 10;
}

/* Benefits Strip */
.hosting-benefits-strip {
    background: linear-gradient(135deg, #00b19a 0%, #00d4aa 100%);
    padding: 28px 0;
}

.hosting-benefits-strip .benefits-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.hosting-benefits-strip .benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.hosting-benefits-strip .benefit-item i {
    font-size: 22px;
}

/* Section Tag */
.section-tag {
    display: inline-block;
    background: linear-gradient(135deg, #00b19a 0%, #00d4aa 100%);
    color: #fff;
    padding: 8px 22px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 18px;
}

/* How It Works Section */
.hosting-how-works {
    background: #f8fafc;
    padding: 100px 0;
}

.how-works-timeline {
    position: relative;
    margin-top: 60px;
}

.how-works-timeline .timeline-line {
    position: absolute;
    top: 60px;
    left: 15%;
    right: 15%;
    height: 4px;
    background: linear-gradient(90deg, #00b19a, #00d4aa);
    z-index: 1;
    border-radius: 2px;
}

.how-works-timeline .step-box {
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}

.how-works-timeline .step-number {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #00b19a 0%, #00d4aa 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    margin: 0 auto 25px;
    box-shadow: 0 10px 30px rgba(0, 177, 154, 0.4);
}

.how-works-timeline .step-icon {
    width: 85px;
    height: 85px;
    background: #fff;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    color: #00b19a;
    font-size: 32px;
    transition: all 0.3s ease;
}

.how-works-timeline .step-box:hover .step-icon {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(0, 177, 154, 0.2);
}

.how-works-timeline .step-box h4 {
    font-size: 19px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
    font-family: "Outfit", sans-serif;
}

.how-works-timeline .step-box p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
}

/* Feature Cards - Scoped to hosting pages to avoid conflicts with style.css */
.hosting-features {
    background: linear-gradient(180deg, #f0fdf9 0%, #fff 100%);
    padding: 100px 0;
}

.hosting-features .feature-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 40px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 0;
}

.hosting-features .feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 177, 154, 0.15);
    border-color: #00b19a;
}

.hosting-features .feature-card .icon-box {
    width: 75px;
    height: 75px;
    background: linear-gradient(135deg, #00b19a 0%, #00d4aa 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    font-size: 32px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 177, 154, 0.3);
    flex-shrink: 0;
}

.hosting-features .feature-card h4 {
    font-size: 21px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 14px;
    font-family: "Outfit", sans-serif;
}

.hosting-features .feature-card p {
    color: #64748b;
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 15px;
}

.hosting-features .feature-card .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: auto;
}

.hosting-features .feature-card .feature-list li {
    padding: 12px 0 12px 30px;
    position: relative;
    color: #475569;
    font-size: 14px;
    border-top: 1px solid #f1f5f9;
}

.hosting-features .feature-card .feature-list li:first-child {
    border-top: none;
}

.hosting-features .feature-card .feature-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #00b19a;
    font-weight: 700;
    font-size: 16px;
}

/* Use Cases */
.hosting-use-cases {
    background: #f8fafc;
    padding: 100px 0;
}

.use-case-card {
    background: linear-gradient(135deg, #f0fdfa 0%, #e6fff9 100%);
    border: 1px solid #99f6e4;
    border-radius: 24px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    transition: all 0.4s ease;
}

.use-case-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 177, 154, 0.15);
    border-color: #00b19a;
}

.use-case-card .icon-circle {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #00b19a 0%, #00d4aa 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: #fff;
    font-size: 32px;
    box-shadow: 0 12px 35px rgba(0, 177, 154, 0.35);
}

.use-case-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
    font-family: "Outfit", sans-serif;
}

.use-case-card p {
    color: #64748b;
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
}

/* Stats Section */
.hosting-stats {
    background: linear-gradient(135deg, #0a1628 0%, #1a2d4a 100%);
    padding: 80px 0;
}

.stat-box {
    text-align: center;
    padding: 30px;
}

.stat-box .stat-number {
    font-size: 52px;
    font-weight: 800;
    color: #00b19a;
    font-family: "Outfit", sans-serif;
    line-height: 1;
    margin-bottom: 10px;
}

.stat-box .stat-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}

/* Comparison Table */
.hosting-comparison {
    padding: 100px 0;
    background: #fff;
}

.comparison-table {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.comparison-table table {
    width: 100%;
    border-collapse: collapse;
}

.comparison-table th {
    background: linear-gradient(135deg, #00b19a 0%, #00d4aa 100%);
    color: #fff;
    padding: 20px;
    font-weight: 700;
    text-align: center;
}

.comparison-table td {
    padding: 18px 20px;
    text-align: center;
    border-bottom: 1px solid #e2e8f0;
}

.comparison-table tr:hover td {
    background: #f8fafc;
}

/* Responsive */
@media (max-width: 1199px) {
    .hosting-hero h1 {
        font-size: 44px;
    }
}

@media (max-width: 991px) {
    .hosting-hero h1 {
        font-size: 38px;
    }

    .hero-stats {
        gap: 25px;
    }

    .how-works-timeline .timeline-line {
        display: none;
    }

    .hosting-benefits-strip .benefits-row {
        justify-content: center;
    }

    /* STEP-BOX MOBILE VERTICAL SPACING - BULLETPROOF */
    .how-works-timeline .row {
        display: block !important;
    }

    .how-works-timeline .row>.col-lg-3,
    .how-works-timeline .row>.col-md-6,
    .how-works-timeline .row>[class*="col-"] {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        float: none !important;
        padding-bottom: 40px !important;
        position: relative !important;
        transform: none !important;
    }

    .how-works-timeline .row>.col-lg-3:last-child,
    .how-works-timeline .row>.col-md-6:last-child,
    .how-works-timeline .row>[class*="col-"]:last-child {
        padding-bottom: 0 !important;
    }

    .how-works-timeline .step-box {
        position: relative !important;
        transform: none !important;
        margin: 0 auto !important;
        max-width: 300px !important;
    }

    .hosting-how-works .row::after {
        content: "" !important;
        display: table !important;
        clear: both !important;
    }
}

@media (max-width: 768px) {
    /* ================================================================
       MOBILE OVERFLOW FIX - Critical for preventing horizontal scroll
       ================================================================ */

    /* Lock viewport width - prevent ANY horizontal overflow from hero */
    .hosting-hero {
        padding: 110px 0 60px;
        position: relative;
        /* CRITICAL: Use overflow-x:clip to prevent horizontal scroll
           while allowing vertical overflow (for dropdown) */
        overflow-x: clip;
        overflow-y: visible;
        /* Constrain to viewport width */
        max-width: 100vw;
        width: 100%;
        /* Prevent any margin/padding from extending beyond viewport */
        box-sizing: border-box;
    }

    /* Ensure the ::before pseudo-element doesn't cause overflow */
    .hosting-hero::before {
        /* Constrain to parent bounds */
        max-width: 100%;
        width: 100%;
        inset-inline-start: 0;
        inset-inline-end: 0;
        /* Use translate that doesn't extend bounds */
        transform: none;
        /* Keep centered via auto margins */
        margin-inline: auto;
    }

    .hosting-hero h1 {
        font-size: 30px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-stats {
        flex-wrap: wrap;
        justify-content: center;
    }

    /* Disable transforms (movement) on mobile, keep opacity */
    /* Transforms can extend visual bounds beyond viewport causing overflow */
    .hosting-hero [data-aos] {
        transform: none !important;
        transition-property: opacity !important;
        transition-duration: 0.4s !important;
        opacity: 1 !important;
    }

    /* Constrain SVGs and animated elements */
    .hosting-hero .hero-hosting-svg,
    .hosting-hero svg {
        transform: none !important;
        animation: none !important;
        max-width: 100% !important;
        height: auto !important;
    }

    /* Contain illustration - clip any overflow */
    .hosting-hero .hero-illustration {
        max-width: 100%;
        width: 100%;
        overflow: hidden;
        margin-top: 40px;
        /* Ensure no negative margins cause overflow */
        margin-inline: 0;
    }

    /* Hero content - allow dropdown to expand vertically */
    .hosting-hero .hero-content {
        max-width: 100%;
        width: 100%;
        /* Clip horizontal overflow, allow vertical for dropdown */
        overflow-x: clip;
        overflow-y: visible;
        margin-top: 0;
    }

    /* All images within hero must be contained */
    .hosting-hero img {
        max-width: 100%;
        height: auto;
    }

    /* Hide floating decorative shapes that cause overflow */
    .banner-content-img .hero-shape-1,
    .banner-content-img .hero-shape-2,
    .banner-content-img .hero-shape-3,
    .hosting-hero .hero-shape-1,
    .hosting-hero .hero-shape-2,
    .hosting-hero .hero-shape-3 {
        display: none !important;
    }

    /* Ensure Bootstrap row/container doesn't overflow */
    .hosting-hero .container,
    .hosting-hero .row {
        max-width: 100%;
        margin-inline: auto;
        padding-inline: 15px;
    }
}

/* Domain Hero Search Box - Glassmorphism Style */
.domain-search-box-hero {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    padding: 40px;
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.domain-search-box-hero h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: "Outfit", sans-serif;
}

.domain-hero-form .domain-input-wrap {
    display: flex;
    gap: 0;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.domain-hero-form .form-control {
    flex: 1;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 18px 20px;
    font-size: 16px;
    color: #0f172a;
    height: 60px;
}

.domain-hero-form .form-control::placeholder {
    color: #94a3b8;
}

.domain-hero-form .form-control:focus {
    outline: none;
    box-shadow: none;
}

.domain-hero-form .domain-ext-select {
    background: #f1f5f9;
    border: none;
    border-left: 2px solid #e2e8f0;
    border-radius: 0;
    padding: 18px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    min-width: 110px;
    height: 60px;
    cursor: pointer;
    transition: background 0.3s;
}

.domain-hero-form .domain-ext-select:hover {
    background: #e2e8f0;
}

.domain-hero-form .domain-ext-select:focus {
    outline: none;
}

.domain-hero-form .domain-search-btn {
    width: auto;
    min-width: 160px;
    padding: 18px 30px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(135deg, #00b19a 0%, #00d4aa 100%);
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 8px 25px rgba(0, 177, 154, 0.4);
}

.domain-hero-form .domain-search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(0, 177, 154, 0.5);
}

.domain-tld-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
    justify-content: center;
}

.domain-tld-list span {
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.9);
    padding: 10px 18px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s;
}

.domain-tld-list span:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .domain-search-box-hero {
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    .domain-hero-form .domain-input-wrap {
        flex-direction: column;
        background: transparent;
        gap: 12px;
    }

    .domain-hero-form .form-control {
        background: rgba(255, 255, 255, 0.95);
        border-radius: 12px;
    }

    .domain-hero-form .domain-ext-select {
        width: 100%;
        border-left: none;
        border-radius: 12px;
    }

    .domain-hero-form .domain-search-btn {
        width: 100% !important;
    }
}

/* ================================================================
   DOMAIN TRANSFER CTA SECTION - Modern Redesign
   ================================================================ */
.domain-transfer-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f0fdf9 50%, #e0f7f4 100%);
    position: relative;
    overflow: hidden;
}

.domain-transfer-cta::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 177, 154, 0.08) 0%, transparent 70%);
    top: -200px;
    right: -100px;
    border-radius: 50%;
}

.domain-transfer-card {
    background: #fff;
    border-radius: 32px;
    padding: 60px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 177, 154, 0.1);
    position: relative;
    overflow: hidden;
}

.domain-transfer-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #00b19a, #00d4aa, #00b19a);
    background-size: 200% 100%;
    animation: shimmer 3s ease infinite;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.transfer-content {
    position: relative;
    z-index: 2;
}

.transfer-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(0, 177, 154, 0.1) 0%, rgba(0, 212, 170, 0.1) 100%);
    color: #00b19a;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
    border: 1px solid rgba(0, 177, 154, 0.2);
}

.transfer-content h2 {
    font-size: 38px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: "Outfit", sans-serif;
}

.transfer-content .gradient-text {
    background: linear-gradient(135deg, #00b19a 0%, #00d4aa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.transfer-content p {
    font-size: 17px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 28px;
    max-width: 480px;
}

.transfer-features {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
}

.transfer-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f0fdf9;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #047857;
    border: 1px solid #99f6e4;
    transition: all 0.3s ease;
}

.transfer-feature:hover {
    background: #d1fae5;
    transform: translateY(-2px);
}

.transfer-feature svg {
    color: #00b19a;
    flex-shrink: 0;
}

.transfer-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #00b19a 0%, #059669 100%);
    color: #fff;
    padding: 18px 36px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(0, 177, 154, 0.35);
}

.transfer-cta-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0, 177, 154, 0.45);
    color: #fff;
}

.transfer-cta-btn svg {
    transition: transform 0.3s ease;
}

.transfer-cta-btn:hover svg {
    transform: translateX(5px);
}

.transfer-illustration {
    display: flex;
    justify-content: center;
    align-items: center;
}

.transfer-illustration svg {
    width: 100%;
    max-width: 420px;
    height: auto;
}

/* Benefits Marquee */
.benefits-marquee {
    background: linear-gradient(135deg, #00b19a 0%, #00d4aa 100%);
    padding: 20px 0;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marqueeScroll 30s linear infinite;
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.benefits-marquee .marquee-content {
    display: flex;
    gap: 50px;
    padding: 0 25px;
}

.benefits-marquee .marquee-content span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

.benefits-marquee .marquee-content span svg {
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .domain-transfer-card {
        padding: 40px;
    }

    .transfer-content h2 {
        font-size: 30px;
    }

    .transfer-illustration {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .domain-transfer-cta {
        padding: 60px 0;
    }

    .domain-transfer-card {
        padding: 30px;
    }

    .transfer-content h2 {
        font-size: 26px;
    }

    .transfer-features {
        flex-direction: column;
    }

    .transfer-feature {
        width: fit-content;
    }
}

/* REDUCE MOBILE BLUR / GLOW - Fixes reduced visibility on small screens */
@media (max-width: 991px) {

    /* Reduce the size and opacity of the large hero gradient */
    .hosting-hero::before {
        width: 100% !important;
        height: 300px !important;
        top: -100px !important;
        background: radial-gradient(circle, rgba(0, 255, 136, 0.05) 0%, transparent 60%) !important;
        opacity: 0.4 !important;
    }

    /* Hide smaller decorative blurred shapes */
    .service-shape img,
    .hero-shape-1,
    .hero-shape-2,
    .hero-shape-3 {
        display: none !important;
    }

    /* Ensure no other banners have massive blurs */
    .banner-sec::before {
        display: none !important;
    }
}

/* =========================================
   MOBILE PRICING CARDS SPACING
   ========================================= */
@media (max-width: 768px) {
    #pricing .row {
        display: flex !important;
        flex-direction: column !important;
        gap: 24px !important;
    }

    #pricing .row>[class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .section-pad .row>.col-lg-4 {
        margin-bottom: 24px !important;
    }

    .section-pad .row>.col-lg-4:last-child {
        margin-bottom: 0 !important;
    }
}