    /* j-new-sri-lanka-data-center-infra-section */
    .j-new-sri-lanka-data-center-infra-section .container {
        width: 100%;
        max-width: 1500px;
        margin: 0 auto;
        padding: 0 20px;
    }

    @media (min-width: 768px) {
        .j-new-sri-lanka-data-center-infra-section .container {
            padding: 0 32px;
        }
    }

    .j-new-sri-lanka-data-center-infra-section .text-center {
        text-align: center;
    }

    /* --- INFRASTRUCTURE SECTION --- */
    .j-new-sri-lanka-data-center-infra-section {
        padding: 50px 20px;
        background-color: #ffffff;
        overflow: hidden;
    }

    .j-new-sri-lanka-data-center-infra-section .infra-container {
        max-width: 1500px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 80px;
    }

    @media (min-width: 1024px) {
        .j-new-sri-lanka-data-center-infra-section .infra-container {
            flex-direction: row;
            align-items: center;
        }
    }

    .j-new-sri-lanka-data-center-infra-section .infra-content {
        flex: 1;
        padding-right: 20px;
    }

    .j-new-sri-lanka-data-center-infra-section .infra-tag {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        color: #c50808;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 13px;
        margin-bottom: 20px;
        letter-spacing: 1.5px;
    }

    .j-new-sri-lanka-data-center-infra-section .infra-tag::before {
        content: "";
        display: block;
        width: 40px;
        height: 2px;
        background-color: #c50808;
    }

    .j-new-sri-lanka-data-center-infra-section .infra-title {
        color: #000000;
        font-size: 35px;
        font-weight: 800;
        margin-bottom: 30px;
        line-height: 1.2;
        letter-spacing: -0.5px;
    }

    .j-new-sri-lanka-data-center-infra-section .infra-desc {
        color: #475569;
        font-size: 17px;
        line-height: 1.8;
        margin-bottom: 24px;
    }

    .j-new-sri-lanka-data-center-infra-section .infra-desc strong {
        color: #0f172a;
        font-weight: 700;
    }

    /* Image styles */
    .j-new-sri-lanka-data-center-infra-section .infra-image-wrapper {
        margin-bottom: 20px;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
        position: relative;
        border: 1px solid #e2e8f0;
    }

    .j-new-sri-lanka-data-center-infra-section .infra-img {
        width: 100%;
        height: 320px;
        object-fit: cover;
        display: block;
        transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .j-new-sri-lanka-data-center-infra-section .infra-image-wrapper:hover .infra-img {
        transform: scale(1.05);
    }

    .j-new-sri-lanka-data-center-infra-section .infra-image-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        background: linear-gradient(to top, rgba(15, 23, 42, 0.9), transparent);
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        opacity: 0;
        transition: opacity 0.3s ease;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .j-new-sri-lanka-data-center-infra-section .infra-image-overlay i {
        color: #c50808;
    }

    .j-new-sri-lanka-data-center-infra-section .infra-image-wrapper:hover .infra-image-overlay {
        opacity: 1;
    }

    .j-new-sri-lanka-data-center-infra-section .infra-features-wrapper {
        flex: 1.2;
    }

    .j-new-sri-lanka-data-center-infra-section .infra-features-title {
        color: #000000;
        font-size: 28px;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .j-new-sri-lanka-data-center-infra-section .infra-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
    }

    @media (min-width: 768px) {
        .j-new-sri-lanka-data-center-infra-section .infra-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    .j-new-sri-lanka-data-center-infra-section .feature-card {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 16px;
        padding: 35px 30px;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        position: relative;
        overflow: hidden;
        cursor: default;
    }

    .j-new-sri-lanka-data-center-infra-section .feature-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
        border-color: #c50808;
    }

    .j-new-sri-lanka-data-center-infra-section .feature-icon {
        width: 56px;
        height: 56px;
        background-color: rgba(197, 8, 8, 0.06);
        color: #c50808;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 24px;
        transition: all 0.4s ease;
    }

    .j-new-sri-lanka-data-center-infra-section .feature-card:hover .feature-icon {
        background-color: #c50808;
        color: #ffffff;
        transform: scale(1.1) rotate(-5deg);
    }

    .j-new-sri-lanka-data-center-infra-section .feature-icon svg {
        width: 28px;
        height: 28px;
        fill: currentColor;
    }

    .j-new-sri-lanka-data-center-infra-section .feature-title {
        font-size: 19px;
        font-weight: 700;
        color: #0f172a;
        margin-bottom: 12px;
        transition: color 0.3s ease;
    }

    .j-new-sri-lanka-data-center-infra-section .feature-card:hover .feature-title {
        color: #c50808;
    }

    .j-new-sri-lanka-data-center-infra-section .feature-text {
        font-size: 15px;
        color: #475569;
        line-height: 1.6;
    }

    .j-new-sri-lanka-data-center-infra-section .feature-card::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 4px;
        background-color: #c50808;
        transition: width 0.4s ease;
    }

    .j-new-sri-lanka-data-center-infra-section .feature-card:hover::after {
        width: 100%;
    }

    /* --- ANIMATIONS --- */
    .j-new-sri-lanka-data-center-infra-section .infra-fade-up {
        opacity: 0;
        transform: translateY(40px);
        transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .j-new-sri-lanka-data-center-infra-section .infra-fade-up.infra-visible {
        opacity: 1;
        transform: translateY(0);
    }

    .j-new-sri-lanka-data-center-infra-section .delay-1 {
        transition-delay: 0.1s;
    }

    .j-new-sri-lanka-data-center-infra-section .delay-2 {
        transition-delay: 0.2s;
    }

    .j-new-sri-lanka-data-center-infra-section .delay-3 {
        transition-delay: 0.3s;
    }

    .j-new-sri-lanka-data-center-infra-section .delay-4 {
        transition-delay: 0.4s;
    }

    /* j-new-sri-lanka-data-center-infra-section */

    /* j-new-sri-lanka-data-center-specs-section */
    .j-new-sri-lanka-data-center-specs-section {
        padding: 50px 20px;
        background-color: #f1f5f9;
        font-family: 'Inter', sans-serif;
    }

    .j-new-sri-lanka-data-center-specs-section .specs-container {
        max-width: 1500px;
        margin: 0 auto;
    }

    .j-new-sri-lanka-data-center-specs-section .specs-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .j-new-sri-lanka-data-center-specs-section .specs-tag {
        color: #c50808;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 2px;
        display: inline-block;
        margin-bottom: 12px;
    }

    .j-new-sri-lanka-data-center-specs-section .specs-main-title {
        color: #0f172a;
        font-size: 35px;
        font-weight: 800;
        letter-spacing: -1px;
        line-height: 1.2;
    }

    /* Responsive Layout Grid */
    .j-new-sri-lanka-data-center-specs-section .specs-layout {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;
    }

    @media (min-width: 1024px) {
        .j-new-sri-lanka-data-center-specs-section .specs-layout {
            grid-template-columns: 340px 1fr;
            gap: 50px;
            align-items: start;
        }
    }

    /* Dynamic Tab Selector List */
    .j-new-sri-lanka-data-center-specs-section .specs-nav {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 15px;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
    }

    .j-new-sri-lanka-data-center-specs-section .specs-nav::-webkit-scrollbar {
        display: none;
        /* Safari & Chrome */
    }

    @media (min-width: 1024px) {
        .j-new-sri-lanka-data-center-specs-section .specs-nav {
            flex-direction: column;
            position: sticky;
            top: 50px;
            padding-bottom: 0;
            border-left: 2px solid #e2e8f0;
            gap: 5px;
        }
    }

    /* Custom Tab Buttons styling */
    .j-new-sri-lanka-data-center-specs-section .specs-nav-btn {
        background: none;
        border: none;
        outline: none;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 12px 24px;
        border-radius: 30px;
        cursor: pointer;
        text-align: left;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        white-space: nowrap;
        color: #64748b;
        font-weight: 600;
        font-size: 15px;
    }

    @media (min-width: 1024px) {
        .j-new-sri-lanka-data-center-specs-section .specs-nav-btn {
            border-radius: 0 12px 12px 0;
            margin-left: -2px;
            border-left: 2.5px solid transparent;
            padding: 16px 28px;
            font-size: 16px;
        }
    }

    .j-new-sri-lanka-data-center-specs-section .specs-nav-btn:hover {
        color: #0f172a;
        background-color: #f1f5f9;
    }

    .j-new-sri-lanka-data-center-specs-section .specs-nav-btn.active {
        color: #c50808;
        background-color: #ffffff;
        box-shadow: 0 4px 15px rgba(15, 23, 42, 0.05);
    }

    @media (min-width: 1024px) {
        .j-new-sri-lanka-data-center-specs-section .specs-nav-btn.active {
            border-left-color: #c50808;
            background-color: rgba(197, 8, 8, 0.04);
            box-shadow: none;
        }
    }

    .j-new-sri-lanka-data-center-specs-section .specs-nav-btn i {
        font-size: 18px;
        width: 24px;
        text-align: center;
        flex-shrink: 0;
    }

    /* Detail Panel Card */
    .j-new-sri-lanka-data-center-specs-section .specs-panels {
        position: relative;
    }

    .j-new-sri-lanka-data-center-specs-section .specs-panel {
        background-color: #ffffff;
        border-radius: 24px;
        padding: 30px 24px;
        box-shadow: 0 10px 40px rgba(15, 23, 42, 0.03);
        border: 1px solid #e2e8f0;
        display: none;
        animation: specsFadeInSlide 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    }

    @media (min-width: 768px) {
        .j-new-sri-lanka-data-center-specs-section .specs-panel {
            padding: 33px 30px;
        }
    }

    .j-new-sri-lanka-data-center-specs-section .specs-panel.active {
        display: block;
    }

    @keyframes specsFadeInSlide {
        0% {
            opacity: 0;
            transform: translateY(20px);
        }

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

    .j-new-sri-lanka-data-center-specs-section .panel-heading {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 25px;
        border-bottom: 1px solid #f1f5f9;
        padding-bottom: 13px;
    }

    .j-new-sri-lanka-data-center-specs-section .panel-icon-container {
        width: 56px;
        height: 56px;
        background-color: rgba(197, 8, 8, 0.06);
        color: #c50808;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
    }

    .j-new-sri-lanka-data-center-specs-section .panel-title {
        font-size: 24px;
        font-weight: 800;
        color: #0f172a;
    }

    /* Panel List Items Layout */
    .j-new-sri-lanka-data-center-specs-section .spec-list-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    @media (min-width: 768px) {
        .j-new-sri-lanka-data-center-specs-section .spec-list-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    /* Point Item Card Details */
    .j-new-sri-lanka-data-center-specs-section .spec-item {
        display: flex;
        gap: 18px;
        padding: 20px;
        border-radius: 16px;
        background-color: #f8fafc;
        border: 1px solid transparent;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .j-new-sri-lanka-data-center-specs-section .spec-item:hover {
        background-color: #ffffff;
        border-color: #e2e8f0;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
        transform: translateY(-3px);
    }

    .j-new-sri-lanka-data-center-specs-section .spec-bullet {
        color: #c50808;
        background-color: rgba(197, 8, 8, 0.04);
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-top: 2px;
        font-size: 12px;
    }

    .j-new-sri-lanka-data-center-specs-section .spec-text-wrapper {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .j-new-sri-lanka-data-center-specs-section .spec-item-label {
        font-size: 12px;
        color: #c50808;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .j-new-sri-lanka-data-center-specs-section .spec-item-value {
        font-size: 16px;
        color: #334155;
        line-height: 1.6;
    }

    .j-new-sri-lanka-data-center-specs-section .spec-item-value strong {
        font-weight: 700;
        color: #334155;
    }

    /* j-new-sri-lanka-data-center-specs-section */

    /* j-new-sri-lanka-data-center-experience-section */

    .j-new-sri-lanka-data-center-experience-section {
        padding: 50px 20px;
        background-color: #ffffff;
        font-family: 'Inter', sans-serif;
        overflow: hidden;
    }

    .j-new-sri-lanka-data-center-experience-section .exp-container {
        max-width: 1500px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 100px;
        /* Space between the two blocks */
    }

    .j-new-sri-lanka-data-center-experience-section .exp-row {
        display: flex;
        flex-direction: column;
        gap: 50px;
        align-items: center;
    }

    @media (min-width: 1024px) {
        .j-new-sri-lanka-data-center-experience-section .exp-row {
            flex-direction: row;
            gap: 80px;
        }

        .j-new-sri-lanka-data-center-experience-section .exp-row.reverse {
            flex-direction: row-reverse;
        }
    }

    /* Image Col */
    .j-new-sri-lanka-data-center-experience-section .exp-img-col {
        width: 100%;
        position: relative;
    }

    @media (min-width: 1024px) {
        .j-new-sri-lanka-data-center-experience-section .exp-img-col {
            width: 50%;
        }
    }

    .j-new-sri-lanka-data-center-experience-section .exp-img-wrapper {
        position: relative;
        z-index: 2;
        border-radius: 24px;
    }

    /* Decorative accents behind images */
    .j-new-sri-lanka-data-center-experience-section .exp-img-wrapper::before {
        content: '';
        position: absolute;
        top: -25px;
        left: -25px;
        width: 60%;
        height: 60%;
        background-color: rgba(197, 8, 8, 0.1);
        border-radius: 24px;
        z-index: -1;
        transition: transform 0.5s ease;
    }

    .j-new-sri-lanka-data-center-experience-section .exp-row.reverse .exp-img-wrapper::before {
        left: auto;
        right: -25px;
        top: auto;
        bottom: -25px;
        background-color: #0f172a;
        opacity: 0.05;
    }

    .j-new-sri-lanka-data-center-experience-section .exp-img-wrapper:hover::before {
        transform: scale(1.05);
    }

    .j-new-sri-lanka-data-center-experience-section .exp-img {
        width: 100%;
        height: 450px;
        object-fit: cover;
        border-radius: 24px;
        box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.15);
        display: block;
    }

    /* Content Col */
    .j-new-sri-lanka-data-center-experience-section .exp-content-col {
        width: 100%;
    }

    @media (min-width: 1024px) {
        .j-new-sri-lanka-data-center-experience-section .exp-content-col {
            width: 50%;
        }
    }

    .j-new-sri-lanka-data-center-experience-section .exp-tag {
        color: #c50808;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 1.5px;
        display: inline-flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
    }

    .j-new-sri-lanka-data-center-experience-section .exp-tag::before {
        content: "";
        display: block;
        width: 40px;
        height: 2px;
        background-color: #c50808;
    }

    .j-new-sri-lanka-data-center-experience-section .exp-title {
        font-size: 35px;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 24px;
        line-height: 1.25;
        letter-spacing: -0.5px;
    }

    .j-new-sri-lanka-data-center-experience-section .exp-text {
        font-size: 17px;
        line-height: 1.8;
        color: #475569;
        margin-bottom: 20px;
    }

    .j-new-sri-lanka-data-center-experience-section .exp-text:last-child {
        margin-bottom: 0;
    }

    .j-new-sri-lanka-data-center-experience-section .exp-highlight {
        color: #0f172a;
        font-weight: 600;
    }

    /* j-new-sri-lanka-data-center-experience-section */

    /* j-new-chennai-data-center-cta-pro-section */
    .j-new-chennai-data-center-cta-pro-section {
        padding: 50px 20px;
        background-color: #f8fafc;
        display: flex;
        justify-content: center;
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-container {
        width: 100%;
        max-width: 1200px;
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-card {
        background-color: #0f172a;
        /* Brand Dark */
        border-radius: 24px;
        padding: 60px 40px;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.25);
        border: 1px solid rgba(255, 255, 255, 0.05);
        transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 35px 60px -15px rgba(197, 8, 8, 0.2);
    }

    /* Ambient Glow Decor */
    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-glow {
        position: absolute;
        top: -50%;
        left: 50%;
        transform: translateX(-50%);
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(197, 8, 8, 0.15) 0%, transparent 60%);
        z-index: 0;
        pointer-events: none;
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-content {
        position: relative;
        z-index: 10;
        max-width: 800px;
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-title {
        font-size: 40px;
        font-weight: 800;
        color: #ffffff;
        margin-bottom: 24px;
        letter-spacing: -1px;
        line-height: 1.2;
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-text {
        font-size: 18px;
        color: #cbd5e1;
        line-height: 1.8;
        margin-bottom: 40px;
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-actions {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }

    @media (min-width: 640px) {
        .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-actions {
            flex-direction: row;
        }
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-btn {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        font-size: 16px;
        font-weight: 700;
        padding: 16px 36px;
        border-radius: 50px;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        text-decoration: none;
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-btn.primary {
        background-color: #c50808;
        /* Brand Red */
        color: #ffffff;
        box-shadow: 0 8px 20px -6px rgba(197, 8, 8, 0.5);
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-btn.primary:hover {
        background-color: #e50a0a;
        transform: translateY(-3px);
        box-shadow: 0 12px 25px -6px rgba(197, 8, 8, 0.6);
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-btn.secondary {
        background-color: transparent;
        color: #ffffff;
        border: 2px solid rgba(255, 255, 255, 0.2);
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-btn.secondary:hover {
        border-color: #ffffff;
        background-color: rgba(255, 255, 255, 0.05);
        transform: translateY(-3px);
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-btn i {
        transition: transform 0.3s ease;
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-btn.primary:hover i {
        transform: translateX(4px);
    }

    /* j-new-chennai-data-center-cta-pro-section */