/* Darker, modern gradient theme for technical page */
.technical-banner {
    background: linear-gradient(135deg, #0a3581 0%, #15095e 50%, #0f1a44 80%, #0b122e 100%);
    min-height: 750px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 50px 20px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    text-align: center;
}

.technical-banner h2.banner-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

/* Hosting Made in Germany style */
.hosting-title {
    font-size: 48px;
    font-weight: bold;
    color: #0288d1; /* Bright color for visibility */
    margin-bottom: 15px;
}

.hosting-description {
    font-size: 22px;
    color: #e0e0e0;
    max-width: 800px;
    margin: 0 auto;
}

.inner-welcome-image-group {
    position: relative;
}

.inner-welcome-image-group img {
    max-width: 100%;
    border-radius: 50%; /* Round image */
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.5); /* White shadow around the image */
    transition: all 0.5s ease;
    filter: brightness(70%);
}

.inner-welcome-image-group img:hover {
    filter: brightness(100%);
}

/* German flag stripes above the image */
.german-stripes {
    position: absolute;
    top: -30px; /* Position just above the image */
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 15px;
    display: flex;
    justify-content: space-between;
}

.german-stripes div {
    width: 33%;
    height: 100%;
}

.german-stripe-black {
    background-color: #000000;
}

.german-stripe-red {
    background-color: #FF0000;
}

.german-stripe-yellow {
    background-color: #FFD700;
}

.xs-banner.service-banner {
    text-align: center;
}

.xs-banner-content {
    z-index: 2;
    position: relative;
    padding-right: 15px;
    margin-bottom: 60px;
}

.technical-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Subtle dark overlay for text readability */
    z-index: 1;
}








/* Box-shadow for image */
.hosting-info-img {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

/* Black background box for Datacenter facts */
.datacenter-info-box {
    background-color: #000000; /* Black background */
    color: #ffffff; /* White text for contrast */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); /* Adds a subtle shadow */
}

/* Title styling */
.datacenter-info-box .content-title {
    color: #0288d1; /* Bright yellow to stand out on the black background */
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Styling for Datacenter Facts */
.datacenter-facts {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.datacenter-facts li {
    font-size: 18px;
    color: #f0f0f0; /* White text for facts */
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.datacenter-facts li i {
    font-size: 22px;
    color: #0288d1; /* Bright yellow icons to match the title */
    margin-right: 10px;
}

/* Add some spacing and structure */
.hosting-info-wraper {
    padding: 20px;
}

.box-shadow {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}






/* High-Quality Hardware Section */
.high-quality-hardware-section {
    padding: 80px 0;
    background-color: #1a1a1a;
    color: #ffffff;
}

.hardware-title {
    font-size: 36px;
    font-weight: 700;
    color: #00bcd4; /* Modern blue color */
    margin-bottom: 20px;
}

.hardware-description {
    font-size: 18px;
    color: #b0bec5; /* Softer grey */
    line-height: 1.6;
    margin-bottom: 20px;
}

.hardware-features {
    list-style: none;
    padding: 0;
}

.hardware-features li {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.hardware-features li i {
    font-size: 24px;
    color: #ffffff; /* White icons */
    margin-right: 10px;
}

/* Flexbox layout for images and text */
.hardware-layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px; /* Space between sections */
}

/* Left side for Supermicro and SSD images */
.hardware-images {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Space between images */
}

.hardware-images img {
    width: 100%;
    max-width: 250px; /* Fixed width for images */
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); /* Subtle shadow */
}

/* Right side for Maincubes image */
.maincubes-image {
    flex-shrink: 0; /* Prevents shrinking */
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); /* Subtle shadow */
    max-width: 300px; /* Fixed width for Maincubes image */
}


/* Kaltgang Section - Weißer Hintergrund */
.kaltgang-section {
    padding: 80px 0;
    background-color: #ffffff; /* White background */
    color: #000000; /* Black text for contrast */
}

/* Section Title Styling */
.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #1b5e20; /* Dark green for the title */
    text-align: center;
    margin-bottom: 20px;
}

/* Section Description */
.section-description {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
    color: #555555; /* Dark gray for the description */
}

/* Image Styling */
.kaltgang-image img {
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4); /* Adds a deeper shadow for depth */
    width: 100%;
    height: auto;
}

/* Image Captions */
.image-caption {
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
}

/* Facts Box Styling */
.fact-box {
    background-color: #1b5e20; /* Green background for fact box */
    padding: 20px;
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

/* Fact Title */
.fact-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
}

/* Fact List */
.fact-list {
    list-style: none;
    padding: 0;
}

/* Fact List Items */
.fact-list li {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

/* Icons in Fact List */
.fact-list li i {
    font-size: 18px;
    color: #ffcc00; /* Yellow icons for visibility */
    margin-right: 10px;
}
