.contact-form h2 {
    color: #0078d4;
    font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
    font-size: 2.2em;
    font-weight: 900;
    letter-spacing: 2px;
    text-shadow:
        1px 1px 0 #fff,
        2px 2px 0 #b0b0b0,
        3px 3px 2px #142850,
        0 2px 16px rgba(20,40,80,0.25);
    margin-bottom: 0.5em;
}
.horizontal-bar button[onclick*='index.html']:hover,
.horizontal-bar button[onclick*='windows.html']:hover,
.horizontal-bar button[onclick*='android.html']:hover,
.horizontal-bar button[onclick*='games.html']:hover,
.horizontal-bar button[onclick*='iptv.html']:hover,
.horizontal-bar button[onclick*='contact.html']:hover {
    color: #42a5f5 !important;
    text-decoration: underline;
    cursor: pointer;
}
.horizontal-bar .platform-btn {
    min-width: 50px;
    max-width: 70px;
    width: 60px;
    padding: 2px 4px 2px 4px;
    font-size: 0.75rem;
    border: none;
    outline: none;
    background: #fff !important;
    box-shadow: none !important;
    border: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 18px 8px 18px;
.horizontal-bar .platform-btn {
    min-width: 120px;
    max-width: 160px;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 18px 8px 18px;
    font-size: 1rem;
    outline: none;
    border: none;
    box-shadow: 0 2px 8px rgba(79,140,255,0.10);
}
.horizontal-bar .platform-btn:focus {
    outline: none;
    box-shadow: none;
}
    align-items: center;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 2px 12px rgba(79,140,255,0.08);
    padding: 0.5px 0;
    margin: 0 0 24px 0;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.horizontal-bar .platform-select {
    display: flex;
    gap: 12px;
    background: none;
    box-shadow: none;
    padding: 0;
    max-width: none;
    width: auto;
    margin: 0;
}
.horizontal-bar .platform-btn {
    min-width: 70px;
    min-height: 70px;
    max-width: 80px;
    max-height: 80px;
    padding: 8px 10px 4px 10px;
    font-size: 0.95rem;
    border-radius: 10px;
}
.horizontal-bar .platform-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 6px;
}
footer p {
    text-align: center;
    margin-bottom: 0.5em;
    color: #142850;
    font-size: 1.1em;
}
/* Header title link styling and hover effect */
.header-title-link {
    color: #0078d4;
    text-decoration: none;
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    transition: color 0.2s, text-shadow 0.2s, transform 0.2s;
}
.header-title-link:hover {
    color: #324a6d;
    text-shadow: 0 0 12px #b0e0ff, 0 0 32px #b0e0ff;
    transform: scale(1.04) rotate(-2deg);
    cursor: pointer;
}
/* Center footer social icons */
.footer-icons {
    margin-top: 0.5em;
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
}
.footer-icons a {
    margin: 0 0.5em;
    text-decoration: none;
    color: #000000;
    transition: color 0.2s;
}
.footer-icons a:hover {
    color: #0078d4;
}
/* Center footer social icons */
.footer-icons {
    margin-top: 0.5em;
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
}
.footer-icons a {
    margin: 0 0.5em;
    text-decoration: none;
    color: #000000;
    transition: color 0.2s;
}
.footer-icons a:hover {
    color: #0078d4;
}
/* Make header icons clickable and add hover effect */
.icon-link {
    display: inline-block;
    border-radius: 12px;
    transition: box-shadow 0.2s, transform 0.2s;
}
.icon-link:hover .side-icon {
    box-shadow: 0 0 0 4px #0078d4, 0 2px 16px rgba(0,120,212,0.18);
    transform: scale(1.08);
    cursor: pointer;
}
/* Welcome page styles moved from welcome.html */
body {
    background: #f4f7fa;
    font-family: 'Segoe UI', Arial, sans-serif;
    margin: 0;
    padding: 0;
}
.welcome-container {
    max-width: 500px;
    margin: 5% auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(20,40,80,0.10);
    padding: 2.5em 2em 2em 2em;
    text-align: center;
}
.welcome-logo {
    width: 150px;
    margin-bottom: 1em;
}
.welcome-container h1 {
    font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
    font-size: 3.2rem;
    font-weight: 900;
    letter-spacing: 3px;
    margin: 0;
    color: #0078d4;
    text-shadow:
        0 2px 8px rgba(20,40,80,0.18), /* subtle shadow */
        0 1px 0 #fff, /* emboss highlight */
        0 4px 24px #0078ff, /* blue glow */
        2px 2px 0 #324a6d, /* 3D effect */
        3px 3px 8px rgba(20,40,80,0.12); /* depth */
}
.welcome-desc {
    color: #324a6d;
    font-size: 1.1em;
    margin-bottom: 2em;
}
/* Platform button layout for consistent sizing and fit */
.platform-select {
    display: flex;
    justify-content: center;
    gap: 1.2em;
    margin-bottom: 1.5em;
    flex-wrap: wrap;
}
.platform-btn {
    background: #fff;
    color: #142850;
    border: 2px solid #142850;
    border-radius: 10px;
    padding: 1em 1.5em;
    font-size: 1.1em;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(20,40,80,0.12);
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    display: flex;
    align-items: center;
    gap: 0.7em;
    min-width: 140px;
    justify-content: center;
    flex: 1 1 140px;
    max-width: 180px;
}
.platform-btn:hover {
    background: #e6f0fa;
    color: #0078d4;
    border-color: #0078d4;
}
.platform-icon {
    width: 28px;
    height: 28px;
}
.welcome-container {
    /* Ensure buttons fit inside white box */
    box-sizing: border-box;
}
/* Side icons in header */
.side-icon {
    height: 48px;
    width: 48px;
    object-fit: contain;
    margin: 0 1rem;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,120,255,0.10);
    background: #fff;
}
.left-icon {
    margin-left: 0;
    margin-right: 1.5rem;
}
.right-icon {
    margin-right: 0;
    margin-left: 1.5rem;
}
/* Tagline styling */
.tagline {
    color: #fff;
    font-weight: normal;
    font-size: 1.2rem;
    margin-top: 0.5rem;
    text-align: center;
    width: 100%;
    display: block;
    text-shadow: 0 0 12px #0078ff, 0 0 32px #0078ff, 0 0 48px #0078ff;
}
/* Make HashCrack text bold and larger */
.header-content h1 {
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 2px;
    margin: 0;
    color: #0078d4;
    text-shadow:
        1px 1px 0 #fff,
        2px 2px 0 #b0b0b0,
        3px 3px 2px #142850,
        0 2px 16px rgba(20,40,80,0.25);
}
/* Header logo and layout */
.header-content {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
}
.site-logo {
    height: 80px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    display: block;
}
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f3f3f3;
    color: #222;
    margin: 0;
    padding: 0;
}
header {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding: 2rem 0 1rem 0;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
header img {
    height: 80px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    display: block;
    margin: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(0,120,255,0.12), 0 0 32px 8px rgba(0,120,255,0.25);
    font-weight: 600;
    color: #0078d4;
    letter-spacing: 1px;
}
header p {
    margin: 0.5rem 0 0 0;
    color: #444;
    font-size: 1.1rem;
}
main {
    max-width: 900px;
    margin: 2.5rem auto;
    background: #fff;
    border-radius: 10px;
    padding: 2.5rem 2rem 2rem 2rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    min-height: 110vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}
.product-card {
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 1.5rem 1rem;
    text-align: center;
    transition: box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.product-card:hover {
    box-shadow: 0 2px 12px rgba(0,120,212,0.08);
}
.product-card img {
    height: 80px;
    width: auto;
    max-width: 100%;
    margin-bottom: 1rem;
    object-fit: contain;
    aspect-ratio: 1.5 / 1;
    background: #fff;
    border-radius: 4px;
}
.product-card h2 {
    font-size: 1.2rem;
    margin: 0 0 0.5rem 0;
    color: #0078d4;
}
.product-card p {
    font-size: 1rem;
    color: #444;
    margin: 0 0 1rem 0;
}
.product-card a {
    display: inline-block;
    background: #0078d4;
    color: #fff;
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    font-weight: 500;
    transition: background 0.2s;
    margin-top: auto;
}
.product-card a:hover {
    background: #005fa3;
}
    .horizontal-bar {
      width: 100%;
      min-height: 22px; /* reduced by another 25% */
      background-color: #f0f0f0; /* light gray background */
      display: flex;
      align-items: center;
      justify-content: space-around;
      border-bottom: 1px solid #ccc; /* optional visual line */
      padding-top: 1px;
      padding-bottom: 1px;
    }
@media (max-width: 600px) {
    main {
        padding: 1rem;
    }
    .products {
        grid-template-columns: 1fr;
    }
}
body {
  font-family: Arial, sans-serif;
  background: #f4f4f4;
  padding: 20px;
}

.contact-form {
  background: #f0feff;
  padding: 30px;
  max-width: 600px;
  margin: auto;
  border-radius: 8px;
  box-shadow: 0 0 24px 4px #1976d2, 0 4px 24px rgba(20,40,80,0.18), 0 1px 0 #fff;
}

.contact-form h2 {
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

input, select, textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

textarea {
  resize: vertical;
  height: 100px;
}

.submit-btn {
  background: #00adcb;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
}

.submit-btn:hover {
  background: #0090a3;
}