
body {
  font-family: 'Trebuchet MS', 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #000; /* Set background to black */
  color: #fff;            /* Set default text to white */
}


.navbar {
  display: flex;
  justify-content: center;
  background-color: #111;
  padding: 1rem;
}

.navbar a {
  color: #fff;
  margin: 0 1rem;
  text-decoration: none;
}

.navbar a:hover {
	color: #0af;
  text-decoration: underline;
}

.gallery {
  text-align: center;
  padding: 2rem;
}

.gallery h1 {
  margin-bottom: 2rem;
}

.image-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.image-grid img {
  width: 100%;
  height: auto; /* Maintain aspect ratio */
  object-fit: cover; /* Crop the image to fill without stretching */
  aspect-ratio: 4 / 3; /* Keep a consistent aspect ratio of 4:3 */
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}



.image-grid img:hover {
  transform: scale(1.05);
}

footer {
  text-align: center;
  padding: 1rem;
  background-color: #000;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .image-grid img {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    background-color: #111;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
  }

  .nav-links.show {
    display: flex;
  }

  .hamburger {
    display: block;
    cursor: pointer;
    font-size: 2rem;
    color: white;
  }
}

.hamburger {
  display: none;
}


@font-face {
  font-family: 'Jaturat';
  src: url('../fonts/Jaturat.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.hero-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
  background-color: #000;
  overflow: hidden;
}

.hero-text {
  font-family: 'Jaturat', sans-serif;
  font-size: 4rem;
  color: #fafa63;
  text-transform: uppercase;
  line-height: .5;
  letter-spacing: 0.03em;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  animation: slideFromLeft 1.2s ease-out forwards;
  opacity: 0;
}

.hero-text .line {
  display: block;
}

/* Video background styles */
.background-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(1.5); /* Adjust this value to increase brightness */
}

/* Hero text styles */
.hero-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
  background-color: rgba(0, 0, 0, 0.5); /* Optional overlay to keep text readable */
  overflow: hidden;
}

.hero-text {
  font-family: 'Jaturat', sans-serif;
  font-size: 8rem;
  color: #fafa63;
  text-transform: uppercase;
  line-height: .5;
  letter-spacing: 0.03em;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  animation: slideFromLeft 1.2s ease-out forwards;
  opacity: 0;
}

.hero-text .line {
  display: block;
}

/* Slide-in animation */
@keyframes slideFromLeft {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Diagnostics & Repairs Section */
.diagnostics-repairs {
  background-color: #000; /* Light background color */
  padding: 40px 20px; /* Adds padding around the content */
  text-align: left; /* Aligns the text to the left */
  color: #333; /* Dark text color for readability */
}

.diagnostics-repairs h2 {
  font-family: 'Jaturat', sans-serif;
  font-size: 2.5rem;
  color: #007BFF; /* Blue color for the heading */
  margin-bottom: 20px;
}


.diagnostics-repairs .content {
  max-width: 1000px;
  margin: center; /* Centers the content */
}

.text-image-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text {
  width: 60%; /* Takes up 60% of the space for text */
  padding-right: 20px;
}

.text p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 20px;
	margin-left: 30px;
  color: #FFFFFF;
}

.image {
  width: 35%; /* Image container takes up 35% of the space */
  text-align: right;
}



/* Custom PC Builds Section */
.custom-pc-builds {
  padding: 40px 20px;
  background-color: #000; /* Light background color */
  text-align: left;
  color: #333;
}

.custom-pc-builds-header {
  background-color: #000; /* Blue background color similar to "Get your IT needs Dunrite" */
  color: #000; /* Black font color */
  padding: 5px 10px; /* Padding around the heading */
  text-align: left; /* Align the text to the left */
  margin-bottom: 10px;
  width: auto; /* Ensures background width adjusts to text width */
  display: inline-block; /* Ensures the background stops when the text ends */
  font-family: 'Jaturat', sans-serif; /* Assuming you have Jaturat or an alternative font */
}

.custom-pc-builds-header h2 {
  font-size: 2.5rem;
  margin: 0; /* Remove default margin */
  padding-left: 20px; /* Indentation to move text from the left */
  font-style: italic; /* Italicize the text */

}

.pc-builds-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}

.pc-build {
  text-align: center;
  width: 30%; /* Each box takes up 30% of the container width */
  overflow: hidden; /* Ensures no overflow from the zoom effect */
}

.pc-build img {
  width: 100%;
  height: 300px; /* Fixed height to make the image square */
  object-fit: cover; /* Ensures the image fills the square without distortion */
  border: 5px solid #000; /* Optional border to define the square */
  transition: transform 0.5s ease; /* Smooth transition for zoom effect */
}

.pc-build p {
  font-size: 1.2rem;
  margin-top: 10px;
  color: #FFFFFF;
}

/* Square Image Styling */
.square-img {
  width: 100%;
  height: 300px; /* Fixed height to make the image square */
  object-fit: cover; /* Ensures the image covers the square without distortion */
  border: 5px solid #000; /* Optional border to define the square */
}

/* Zoom effect on hover */
.pc-build img:hover {
  transform: scale(1.1); /* Zooms in the image by 10% */
}

/* Style for clickable links */
.custom-link,
.diagnostics-link {
  color: #000; /* Text color for the link */
  text-decoration: none; /* Remove underline */
  font-style: italic; /* Keeps the italic styling */
  background-color: #fafa63; /* Yellow background color similar to "Get your IT needs Dunrite" */
  padding: 10px 20px; /* Adds padding around the link */
  display: inline-block; /* Ensures the background color is around the text */
  border-radius: 5px; /* Optional rounded corners */
}

.custom-link:hover,
.diagnostics-link:hover {
  background-color: #0056b3; /* Darker blue on hover */
  transition: background-color 0.3s ease; /* Smooth hover transition */
}


.builds-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 40px 30px;
  background-color: #000;
  gap: 40px;
}

.info-text {
  flex: 1;
  color: #111;
}

.info-text h2 {
  font-family: 'Jaturat', sans-serif;
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #007BFF; /* Blue title */
}

.info-text p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 15px;
	color: #FFFFFF
}

.info-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-image img {
  width: 100%;
  max-width: 350px; /* ðŸ‘ˆ Adjust the image size here */
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Main Header */
.diag-header h2 {
  text-align: center;
  font-family: 'Jaturat', sans-serif;
  font-size: 2.5rem;
  font-style: italic;
  color: #007BFF; /* Match your other headers */
  margin-top: 40px;
  margin-bottom: 30px;
}

/* Text and Image Section */
.diag-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 40px;
  gap: 40px;
}

.diag-text {
  flex: 1;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #ffffff;
}

.diag-image {
  flex: 0 0 350px;
}

.diag-image img {
  width: 100%;
  max-width: 350px;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/* Sub-header below */
.diag-subsection h3 {
  text-align: center;
  font-size: 2rem;
  color: #007BFF;
  font-family: 'Jaturat', sans-serif;
  margin-top: 60px;
  margin-bottom: 30px;
}

/* Text Boxes */
.diag-boxes {
  display: flex;
  justify-content: space-around;
  padding: 0 40px 60px;
  gap: 20px;
}

.diag-boxes .box {
  flex: 1;
  padding: 20px;
  background-color: #f1f1f1;
  border-radius: 12px;
  text-align: center;
  font-size: 1rem;
  color: #333;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}


/* Header */
.pricing-header h2 {
  text-align: center;
  font-family: 'Jaturat', sans-serif;
  font-size: 2.5rem;
  font-style: italic;
  color: #fafa63;
  margin-top: 40px;
  margin-bottom: 30px;
}

/* Pricing Box Layout */
.pricing-boxes {
  display: flex;
  justify-content: space-between;
  padding: 0 40px 60px;
  gap: 20px;
}

.price-box {
  flex: 1;
  background-color: #f1f1f1;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  text-align: left;
  min-height: 300px; /* Ensures balance even if some boxes have less text */
  display: flex;
  flex-direction: column;
}

.price {
  color: #28a745; /* Bootstrap-style green, or use #00cc00 for brighter green */
  font-weight: bold;
}


.price-box h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #111;
}

.price-box p {
  font-size: 1rem;
  color: #333;
  flex-grow: 1;
}


/* Contact Us Section */
.contact-us {
  padding: 40px;
  text-align: right;
}

.contact-us h2 {
  text-align: center;
  font-family: 'Jaturat', sans-serif;
  font-size: 2.5rem;
  font-style: italic;
  color: #fafa63;
  margin-bottom: 30px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 25px;
  max-width: 500px;
  margin-left: auto;
}

.contact-block h4 {
  font-size: 1.25rem;
  color: #fafa63;
  margin-bottom: 5px;
}

.contact-info {
  font-size: 2rem;
  color: #ffffff;
  padding: 12px 15px;
  border-radius: 8px;
  width: 100%;
  text-align: left;
	font-weight: bold;
}



/* Video Background */
#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  filter: brightness(1.2);
}

/* Optional: add a background overlay if needed for contrast */
body.contact-page {
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: overlay;
}


/* Navigation Bar Styling */
.navbar {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 20px;
  background-color: #000; /* Dark clean background */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  position: sticky;
  top: 0;
  z-index: 999;
}

/* Nav Links */
.navbar a {
  color: #fafa63; /* Matches your site’s highlight color */
  text-decoration: none;
  font-family: 'Jaturat', sans-serif;
  font-size: 1.1rem;
  padding: 8px 12px;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}

/* Hover Effects */
.navbar a:hover {
  background-color: rgba(0, 170, 255, 0.1); /* subtle blue glow */
  color: #00aaff; /* bright blue text like your homepage links */
  transform: scale(1.05);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 40px;
  background-color: #000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  position: sticky;
  top: 0;
  z-index: 999;
}

.logo img {
  height: 50px;
  width: auto;
}

.nav-links {
  display: flex;
  gap: 30px;
}

.nav-links a {
  color: #fafa63;
  text-decoration: none;
  font-family: 'Jaturat', sans-serif;
  font-size: 1.1rem;
  padding: 8px 12px;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}

.nav-links a:hover {
  background-color: rgba(0, 170, 255, 0.1);
  color: #00aaff;
  transform: scale(1.05);
}

.logo img {
  height: 100px; /* Try 80px or go larger if needed */
  width: auto;
}

@media (max-width: 768px) {
  .logo img {
    height: 60px; /* Smaller size for mobile screens */
  }
}


.image-grid img {
  width: 100%;
  max-width: 300px;
}

@media (max-width: 768px) {
  .text-image-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* === Responsive Enhancements === */

/* Hamburger menu (hidden by default) */
.hamburger {
  display: none;
  font-size: 2rem;
  color: white;
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

/* Toggle mobile nav */
@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #111;
  }

  .nav-links.show {
    display: flex;
  }

  .nav-links a {
    padding: 0.75rem 1rem;
    border-top: 1px solid #222;
  }

  .hamburger {
    display: block;
  }

  .image-grid {
    flex-direction: column;
    align-items: center;
  }

  .image-grid img {
    width: 90%;
    max-width: 400px;
  }

  .text-image-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero-text {
    font-size: 2rem;
    padding: 1rem;
  }
}


/* === Global Font Resizing for Mobile === */
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  p, a, li {
    font-size: 1rem;
  }

  .hero-text {
    font-size: 2rem;
    text-align: center;
    padding: 1rem;
  }

  .navbar a {
    font-size: 1.1rem;
  }
}


@media (max-width: 768px) {
  /* General input fields and textareas */
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    width: 90%;
    font-size: 1rem;
    padding: 0.75rem;
    margin-bottom: 1rem;
  }

  /* Make sure containers for forms/text areas also scale */
  form,
  .form-container,
  .text-box-container {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
  }
}


@media (max-width: 768px) {
  .home-welcome h1 {
    font-size: 2rem; /* or adjust to your liking */
  }
}


.diagnostics-section img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; /* centers the image */
}

@media (max-width: 768px) {
  .diagnostics-section img {
    width: 90%;
    margin: 0 auto;
  }
}


body {
  overflow-x: hidden;
}


@media (max-width: 768px) {
  .diagnostics-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem;
  }

  .diagnostics-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  body {
    overflow-x: hidden; /* Prevent horizontal scroll */
  }
}



@media (max-width: 768px) {
  .text-image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .text-image-container .text {
    text-align: left;
    width: 90%;
  }

  .text-image-container .image {
    margin-top: 1rem;
    text-align: center;
  }

  .text-image-container .image img {
    max-width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
	
	
  body {
    overflow-x: hidden; /* Prevents horizontal scrolling */
  }
}

@media (max-width: 768px) {
  .hero-text {
    font-size: 2.2rem; /* increase as needed */
    line-height: 1.3;
  }
}


/* Make images responsive */
.image-grid img {
  width: 100%; /* Ensure images take up full width of their container */
  height: auto; /* Maintain aspect ratio */
  object-fit: cover; /* Ensures the image is cropped, not stretched */
}

/* Optional: If you want to prevent distortion at smaller screens, you can add media queries for mobile responsiveness */
@media (max-width: 768px) {
  .image-grid img {
    width: 100%; /* Ensure images take up full width */
    height: auto; /* Ensure images maintain their aspect ratio */
  }
}

.image-grid img {
  width: 18%;
}



@media (max-width: 480px) {
  .image-grid img {
    width: 100%; /* Full width on very small screens */
  }
}

.image-grid img {
  width: 100%;
  height: auto;
  max-width: 300px;
  object-fit: cover;
}
.hero-text {
  font-size: 8rem;
}

@media (max-width: 768px) {
  .hero-text {
    font-size: 4rem; /* Adjust based on needs */
  }
}

@media (max-width: 480px) {
  .hero-text {
    font-size: 3rem; /* For very small screens */
  }
}
.text-image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .text-image-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
body {
  overflow-x: hidden;
}
