body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #121212;
    color: #e0e0e0;
}

header {
    background-color: #1f1f1f;
    text-align: center;
    padding: 20px 0;
}

.windows-key-popup-button {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #2417e4;
    color: white;
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
    z-index: 9999;
    transition: background-color 0.3s, transform 0.3s;
}

.windows-key-popup-button:hover {
    background-color: #0818ff;
    transform: scale(1.05);
}


@media (max-width: 768px) {
    .windows-key-popup-button {
        top: 10px;
        right: 10px;
        padding: 10px 16px;
        font-size: 14px;
    }
}

.flash-sale-button {
    text-align: center;
    margin: 10px 0;
}

.flash-sale-button {
    position: fixed;
    top: 20px;
    left: 20px;
    background-color: #2417e4;
    color: white;
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
    z-index: 9999;
    transition: background-color 0.3s, transform 0.3s;
}

.flash-sale-button a:hover {
    background-color: #0818ff;
    transform: scale(1.05); 
}

.windows-key-popup-button {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #2417e4;
    color: white;
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
    z-index: 9999;
    transition: background-color 0.3s, transform 0.3s;
}

.windows-key-popup-button:hover {
    background-color: #0818ff;
    transform: scale(1.05);
}

.center-banner {
    text-align: center;
    margin: 20px 0;
  }
  
.flash-sale-popup-button {
    position: fixed;
    top: 80px; 
    right: 20px;
    background-color: #2417e4;
    color: white;
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
    z-index: 9999;
    transition: background-color 0.3s, transform 0.3s;
}

.flash-sale-popup-button:hover {
    background-color: #0818ff;
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .windows-key-popup-button, .flash-sale-popup-button {
        top: auto;
        bottom: 20px;
        right: 20px;
        width: 85%;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .flash-sale-popup-button {
        bottom: 70px;
    }
}

.statement-section {
    max-width: 900px;
    margin: 30px auto 10px auto;
    padding: 20px;
    background-color: #1f1f1f;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.statement-section h2 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 26px;
}

.statement-section p {
    color: #cccccc;
    font-size: 18px;
    line-height: 1.5;
}

.banner-slideshow {
    position: relative;
    width: 90%;
    max-width: 900px;
    height: 400px;
    margin: 20px auto 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.banner-slideshow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.banner-slideshow img.active {
    opacity: 1;
    z-index: 1;
}

.dots {
    text-align: center;
    margin-top: 10px;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #555;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.active-dot {
    background-color: #ffffff;
}

main {
    padding: 20px;
}

h2 {
    color: #ffffff;
    margin-bottom: 20px;
}

.builds-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
    max-width: 1400px;
    margin-left: auto; 
    margin-right: auto; 
}

.build {
    background-color: #1f1f1f;
    padding: 20px;
    border-radius: 8px;
    width: 450px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.build table {
    width: 100%;
    border-collapse: collapse;
}

.build th, .build td {
    padding: 12px 15px;
    border-bottom: 1px solid #333;
}

.build th {
    background-color: #2a2a2a;
    color: #ffffff;
    font-weight: bold;
}

.build tr:hover {
    background-color: #2c2c2c;
}

.social-links {
    text-align: center;
    margin-top: 10px;
}

.social-links a {
    color: #ffffff;
    margin: 0 10px;
    text-decoration: none;
    font-size: 18px;
}

.social-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    vertical-align: middle;
  }  

.social-icon:hover {
    transform: scale(1.1);
    transition: transform 0.2s ease-in-out;
}
  

.search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px; 
    margin-bottom: 20px;
    gap: 5px;
    flex-wrap: wrap; 
}

.search-form input[type="text"] {
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    flex: 1;
    max-width: 300px;
}

.search-form button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    transition: background-color 0.3s;
}

.search-form button:hover {
    background-color: #e0e0e0;
}


@media (max-width: 600px) {
    .search-container {
        flex-direction: column;
        align-items: center;
    }
    .search-container input[type="text"],
    .search-container button {
        width: 90%;
        max-width: 90%;
    }
}

.contact-form {
    max-width: 900px;  
    margin: 30px auto;  
    padding: 20px;
    background-color: #1f1f1f;
    border-radius: 8px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
}
.contact-form input,
.contact-form textarea {
    width: 95%; 
    padding: 12px;
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.contact-form button {
    width: 95%; 
    padding: 12px;
    background-color: #2417e4;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    margin: 10px auto 0; 
    transition: background 0.3s;
}
.contact-form button:hover {
    background-color: #3c2ff3;
}

.contact-image {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    display: block;
    border-radius: 8px;
}
  

@media (max-width: 1024px) {
    .builds-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .build {
        width: 45%;
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .builds-container {
        flex-direction: column;
        align-items: center;
    }

    .build {
        width: 90%;
        max-width: 500px;
    }
}

.banner-slideshow {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: auto;
    aspect-ratio: 16 / 9; 
    margin: 20px auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.banner-slideshow img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.banner-slideshow img.active {
    opacity: 1;
    z-index: 1;
}

.cdkeys-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
  }
  
  .cdkeys-banner {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
  }
  
  /* Mobile-specific cleanup */
  @media (max-width: 768px) {
    .cdkeys-wrapper {
      padding: 0 10px;
    }
  
    .cdkeys-banner {
      width: 100%;
      height: auto;
      object-fit: cover;
    }
  }
  
    main {
        padding: 10px;
    }

    h2 {
        font-size: 22px;
        text-align: center;
    }

    table, th, td {
        font-size: 14px;
    }

    .affiliate-link {
        text-align: center;
        margin: 20px 0;
    }
    
    .affiliate-link a {
        font-size: 18px;
        color: #2417e4;
        text-decoration: none;
        font-weight: bold;
    }
    
    .affiliate-link a:hover {
        text-decoration: underline;
    }    

.service-pricing {
    max-width: 900px;
    margin: 30px auto;
    padding: 20px;
    background-color: #1f1f1f;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.service-pricing table {
    width: 100%;
    border-collapse: collapse;
}

.service-pricing th, .service-pricing td {
    padding: 12px 15px;
    border-bottom: 1px solid #333;
    text-align: left;
    vertical-align: top;
}

.service-pricing th {
    background-color: #2a2a2a;
    color: #ffffff;
    font-weight: bold;
}

.service-pricing tr:hover {
    background-color: #2c2c2c;
}

.build-process {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    background-color: #1f1f1f;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.build-process h2 {
    color: #ffffff;
    margin-bottom: 15px;
    text-align: center;
}

.build-process ol {
    padding-left: 40px;
    text-align: left;
}

.build-process li {
    margin-bottom: 10px;
    color: #e0e0e0;
    text-align: left;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: #1f1f1f;
    border-radius: 8px;
    overflow: hidden;
}

th, td {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid #333;
}

th {
    background-color: #2a2a2a;
    color: #ffffff;
    font-weight: bold;
}

tr:hover {
    background-color: #2c2c2c;
}

footer {
    background-color: #1f1f1f;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    margin-top: 40px;
}
