
    #tech-specs-inventory {
        
        background-color: #dbdee1;
        padding: 60px 20px;
        color: #1e293b;
        line-height: 1.5;
        box-sizing: border-box;
    }

    #tech-specs-inventory * {
        box-sizing: border-box;
    }

    #tech-specs-inventory h2 {
        font-size: 2.25rem;
        font-weight: 800;
        text-align: center;
        margin: 0 0 16px 0;
        color: #0f172a;
        letter-spacing: -0.025em;
    }

    #tech-specs-inventory p {
        font-size: 1.125rem;
        text-align: center;
        color: #64748b;
        max-width: 700px;
        margin: 0 auto 48px auto;
    }

    #tech-specs-inventory .table-wrapper {
        max-width: 1400px;
            margin: auto;
        overflow-x: auto;
        border-radius: 12px;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    }

    #tech-specs-inventory table {
        width: 100%;
        border-collapse: collapse;
        background-color: #ffffff;
        min-width: 800px; 
    }

    #tech-specs-inventory thead {
        background-color: #1e293b;
    }

    #tech-specs-inventory th {
        text-align: left;
        padding: 18px 24px;
        color: #ffffff;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.75rem;
        letter-spacing: 0.05em;
        border-bottom: 2px solid #334155;
    }

    #tech-specs-inventory tbody tr {
        border-bottom: 1px solid #e2e8f0;
        transition: background-color 0.2s ease;
    }

    #tech-specs-inventory tbody tr:last-child {
        border-bottom: none;
    }

    #tech-specs-inventory tbody tr:hover {
        background-color: #f8fafc;
    }

    #tech-specs-inventory td {
        padding: 20px 24px;
        font-size: 0.95rem;
        color: #334155;
        vertical-align: middle;
    }

    #tech-specs-inventory td:nth-child(1) {
        font-weight: 700;
        color: #0f172a;
        font-size: 1rem;
    }

    #tech-specs-inventory td:nth-child(2), 
    #tech-specs-inventory td:nth-child(3), 
    #tech-specs-inventory td:nth-child(4), 
    #tech-specs-inventory td:nth-child(5), 
    #tech-specs-inventory td:nth-child(6) {
        font-feature-settings: "tnum";
        font-variant-numeric: tabular-nums;
    }

  
    #tech-specs-inventory td:last-child {
        color: #0ea5e9;
        font-weight: 600;
    }
    @media screen and (max-width: 900px) {
        #tech-specs-inventory .table-wrapper {
            box-shadow: none;
            background: transparent;
        }

        #tech-specs-inventory table, 
        #tech-specs-inventory thead, 
        #tech-specs-inventory tbody, 
        #tech-specs-inventory th, 
        #tech-specs-inventory td, 
        #tech-specs-inventory tr {
            display: block;
            width: 100%;
        }

        #tech-specs-inventory thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        #tech-specs-inventory table {
            background-color: transparent;
            min-width: 0;
        }

        #tech-specs-inventory tbody tr {
            background-color: #ffffff;
            margin-bottom: 24px;
            border-radius: 12px;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            border: 1px solid #e2e8f0;
            overflow: hidden;
        }

        #tech-specs-inventory td {
            display: flex;
            justify-content: space-between;
            align-items: center;
            text-align: right;
            padding: 16px 20px;
            border-bottom: 1px solid #f1f5f9;
        }

        #tech-specs-inventory td:last-child {
            border-bottom: none;
        }

        #tech-specs-inventory td:before {
            content: attr(data-label);
            font-weight: 600;
            color: #64748b;
            text-transform: uppercase;
            font-size: 0.75rem;
            text-align: left;
            margin-right: 20px;
            flex-shrink: 0;
        }
        #tech-specs-inventory td:nth-child(1) {
            background-color: #1e293b;
            color: #ffffff;
            justify-content: center;
            text-align: center;
            font-size: 1.1rem;
            padding: 16px;
        }

        #tech-specs-inventory td:nth-child(1):before {
            display: none; 
        }
        
        #tech-specs-inventory td:last-child {
            justify-content: flex-end; 
        }
    }

    #engineered-workloads {

        background-color: rgba(0, 131, 116, .1);
        color: #334155;
        padding: 80px 20px;
        line-height: 1.6;
        box-sizing: border-box;
    }

    #engineered-workloads * {
        box-sizing: border-box;
    }

    #engineered-workloads .header-group {
        text-align: center;
        max-width: 800px;
        margin: 0 auto 60px auto;
    }

    #engineered-workloads h2 {
        font-size: 2.25rem;
        font-weight: 800;
        color: #0f172a;
        margin: 0 0 16px 0;
        letter-spacing: -0.025em;
    }

    #engineered-workloads .sub-heading {
        font-size: 1.125rem;
        color: #64748b;
        margin: 0;
    }

    #engineered-workloads .grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto 60px auto;
    }

    #engineered-workloads .workload-card {
        background-color: #f8fafc;
        border: 1px solid #e2e8f0;
        border-radius: 16px;
        padding: 40px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        display: flex;
        flex-direction: column;
    }

    #engineered-workloads .workload-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        border-color: #cbd5e1;
    }

    #engineered-workloads h3 {
        font-size: 1.5rem;
        font-weight: 700;
        color: #1e293b;
        margin-top: 0;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 2px solid #e2e8f0;
    }

    #engineered-workloads p.card-desc {
        margin-bottom: 30px;
        flex-grow: 1;
    }

    #engineered-workloads .feature-list {
        background-color: #ffffff;
        border-radius: 8px;
        padding: 20px;
        border: 1px solid #f1f5f9;
    }

    #engineered-workloads .feature-item {
        margin-bottom: 12px;
        font-size: 0.95rem;
    }

    #engineered-workloads strong {
        color: #0f172a;
        font-weight: 700;
        display: block;
        margin-bottom: 4px;
    }

    #engineered-workloads .cta-container {
        text-align: center;
        margin-top: 40px;
    }

    #engineered-workloads .cta-button {
        display: inline-block;
        background-color:  #0b2a54; 
        color: #ffffff;
        text-decoration: none;
        padding: 18px 36px;
        font-size: 1.1rem;
        font-weight: 600;
        border-radius: 8px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }

    #engineered-workloads .cta-button:hover {
        background-color: #1e293b; 
        transform: translateY(-2px);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    }

    #engineered-workloads .cta-button:active {
        transform: translateY(0);
    }

    @media screen and (max-width: 850px) {
        #engineered-workloads .grid-container {
            grid-template-columns: 1fr;
        }

        #engineered-workloads h2 {
            font-size: 1.75rem;
        }

        #engineered-workloads .cta-button {
            width: 100%; 
            text-align: center;
        }
    }

#industry-solutions-section {
    position: relative;
    padding: 80px 20px;
    color: #c6cbca;
    background: linear-gradient(rgba(4, 33, 56, 0.95), rgba(4, 33, 56, 0.90)), url('/assets/img/dedicated-server-background1.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; 
}

#industry-solutions-section * {
    box-sizing: border-box;
}

#industry-solutions-section .iss-container {
    max-width: 1200px;
    margin: 0 auto;
}


#industry-solutions-section .iss-header {
    text-align: center;
    margin-bottom: 60px;
}

#industry-solutions-section .iss-headline {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff; 
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#industry-solutions-section .iss-subheadline {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #c6cbca;
    max-width: 800px;
    margin: 0 auto;
}

#industry-solutions-section .iss-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

#industry-solutions-section .iss-card {
    background-color: rgba(4, 33, 56, 0.6);
    border: 1px solid #21559b;
    padding: 30px;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    position: relative;
    overflow: hidden;
}

#industry-solutions-section .iss-icon-bar {
    width: 50px;
    height: 4px;
    background-color: #008374;
    margin-bottom: 20px;
    transition: width 0.3s ease;
}

#industry-solutions-section .iss-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}

#industry-solutions-section .iss-card-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #c6cbca;
    margin: 0;
}

#industry-solutions-section .iss-card:hover {
    transform: translateY(-5px);
    border-color: #008374;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

#industry-solutions-section .iss-card:hover .iss-icon-bar {
    width: 100%;
    background-color: #21559b;
}

@media screen and (max-width: 992px) {
    #industry-solutions-section .iss-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    #industry-solutions-section .iss-grid {
        grid-template-columns: 1fr;
    }

    #industry-solutions-section .iss-headline {
        font-size: 2rem;
    }
    
    #industry-solutions-section {
        padding: 50px 20px;
    }
}

#tech-specs-section {
  background-color: #e6e9ed;
  color: #042138;
  padding: 80px 20px;
  box-sizing: border-box;
}

#tech-specs-section * {
  box-sizing: border-box;
}


#tech-specs-section .tech-specs-container {
  max-width: 1400px;
  margin: 0 auto;
}

#tech-specs-section .tech-specs-header {
  text-align: center;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#tech-specs-section .tech-specs-header h2 {
  color: #042138;
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
}

#tech-specs-section .tech-specs-header p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #556677;
}

#tech-specs-section .tech-specs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

#tech-specs-section .tech-feature-card {
  background-color: #ffffff;
  border: 1px solid #e1e4e8; 
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); 
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

#tech-specs-section .tech-feature-card:hover {
  transform: translateY(-5px);
  border-color: #008374; 
  box-shadow: 0 15px 30px rgba(0, 131, 116, 0.15); 
}

#tech-specs-section .tech-icon-wrapper {
  margin-bottom: 20px;
}

#tech-specs-section .tech-icon-wrapper i {
  font-size: 3rem;
  color: #008374; 
}


#tech-specs-section .tech-feature-card h3 {
  color: #042138; 
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 600;
}

#tech-specs-section .tech-feature-card p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #4a5568; 
}


#tech-specs-section .tech-feature-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#tech-specs-section .tech-feature-card ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #4a5568;
}

#tech-specs-section .tech-feature-card ul li::before {
  content: "•";
  color: #008374; 
  font-weight: bold;
  position: absolute;
  left: 0;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

#tech-specs-section .tech-feature-card ul li strong {
  color: #21559b;
}


#tech-specs-section .tech-cta-wrapper {
  text-align: center;
}

#tech-specs-section .tech-cta-button {
  display: inline-block;
  background-color: #008374; 
  color: #ffffff;
  padding: 16px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: 2px solid #008374;
}

#tech-specs-section .tech-cta-button:hover {
  background-color: #042138; 
  border-color: #042138;
  color: #ffffff;
}

#tech-specs-section .tech-cta-button i {
  margin-left: 10px;
}

@media screen and (max-width: 992px) {
  #tech-specs-section .tech-specs-grid {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  #tech-specs-section .tech-specs-grid {
    grid-template-columns: 1fr; 
  }
  
  #tech-specs-section .tech-specs-header h2 {
    font-size: 2rem;
  }
  
  #tech-specs-section {
    padding: 60px 15px;
  }
  
  #tech-specs-section .tech-feature-card {
    padding: 30px;
  }
}