body {
  margin: 0;
  font-family: 'Lexend Deca', sans-serif;
  background-color: #f0f0f0;
}

* {
  box-sizing: border-box;
  margin: 0;
}

/* CSS for wrapper div */
#wrapper {
  background: #000;
}

.logo {
  width: 200px;
  height: auto;
}


@media (max-width: 600px) {
  .logo {
    content: url('/images/mobilelogo.png');
    /* Replace with smaller logo */
    width: 200px;
    /* Adjust the size if needed */

  }
}



/* CSS for logo */
#logo svg {
  width: 50px;
  height: 50px;
  border-radius: 10px;
}

/* CSS rules for navbar */
#navbar {
  background-color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

#nav-links {
  display: block;
}

#navbar #hamburger_button {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #000;
  border-radius: 5px;
  border: 3px solid #333;
  position: absolute;
  top: 25px;
  right: 11px;
}

nav #hamburger_button span {
  background-color: #fff;
  display: block;
  height: 4px;
  margin: 7px 7px 7px 7px;
}

nav ul#nav-links {
  margin: 0;
  padding: 3px;
  width: 200px;
  position: absolute;
  top: 51px;
  right: 11px;
  background-color: #cfcfcf;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
  transform: scale(1, 0);
  transition: transform 380ms ease-in-out;
  z-index: 2;
  visibility: hidden;
  opacity: 0;

  transition: all .4s ease-in-out;
}

/* open the navlist on a :hover */
nav:hover ul#nav-links {
  visibility: visible;
  opacity: 1;
  transform: rotateY(0deg);
}

nav ul#nav-links li {
  list-style-type: none;
  margin-bottom: 3px;
  background-color: #666;
}

/* Prevent the LAST li from having margin on the bottom */
nav ul#nav-links li:last-of-type {
  margin-bottom: 0;
}

nav ul#nav-links li a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 8px 18px 7px 18px;
}

.overlay h1 p {
  font-size: 1.5rem;
  margin: 0;
}

/* CSS for banner */
#banner {
  position: relative;
  background-color: #000;
  max-width: 100%;
}

#banner img {
  width: 100%;
  opacity: 0.7;
  object-fit: contain;
  /* height: 83vh; */
  width: 100%;
}

/* CSS for overlay div */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  /* padding: 100px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: auto;
  z-index: 1;
}

.overlay h1 button {
  margin-top: 10px;
  padding: 10px;
}

/* CSS for  */
.repair-services-container {
  width: 100%;
  max-width: 960px;
  display: flex;
  justify-content: space-evenly;
  background-color: #fff7ef;
  align-items: center;
  flex-flow: wrap;
  padding: 70px 0 70px 0;
}

.repair-service {
  width: 274px;
  margin: 0px;
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: auto;

}

.repair-service-image img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 5px;
}

.repair-service-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
}

.repair-service-description {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}


#services-section {
  position: relative;
  background-color: #fff7ef;
}

#repair-service-head h2 {
  display: block;
}

.card-container {
  width: 100%;
  max-width: 960px;
  display: flex;
  justify-content: space-evenly;
  background-color: silver;
  align-items: center;
  flex-flow: wrap;
  padding: 70px 0 70px 0;
}

.card-1 .card-2 .card-3 h1 {
  color: #000;
}

.card {
  width: 300px;
  padding: 15px;
  min-height: 630px;
}



.card-1 {
  background-color: #331c00;
  border-radius: 10px;
  position: relative;
  top: 0;
  transition: top ease 0.5s;
  margin-bottom: 15px;
}

.card-1:hover {
  top: -10px;
}

.card-2 {
  background-color: #00391f;
  border-radius: 10px;
  position: relative;
  top: 0;
  transition: top ease 0.5s;
  margin-bottom: 15px;
}

.card-2:hover {
  top: -10px;
}

.card-3 {
  background-color: #004241;
  border-radius: 10px;
  position: relative;
  top: 0;
  transition: top ease 0.5s;
  margin-bottom: 15px;
}

.card-3:hover {
  top: -10px;
}

.card-content {
  padding: 10px;
}

h1 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Lexend Deca', sans-serif;
  margin: 20px 0;
}

#sub-header>h2 {
  color: #fff;
  font-family: 'Big Shoulders Display', sans-serif;
  padding: 5px;
}

.btn {
  margin: 10px 0;
  padding: 15px 20px;
  border: 0;
  border-radius: 30px;
  outline: none;
  background-color: #FFF;
  font-size: 15px;
  cursor: pointer;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 700;
}

.btn-1 {
  color: hsl(31, 77%, 52%);
}

.btn-2 {
  color: hsl(184, 100%, 22%);
}

.btn-3 {
  color: #004241;
}

.btn:hover {
  background-color: transparent;
  border: 2px solid #FFF;
  color: #FFF;
  transition: 0.4s;
}

/* about us page */

#about-section h1 {
  position: relative;
  top: 50px;
}

.about-container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  justify-content: center;
  margin-top: 50px;
}

.about-container p {
  color: #000;
}


.founder-pic {
  max-width: 260px;

  height: auto;
  justify-content: center;
  border-radius: 10px;
  object-fit: cover;
}

.founder-details {
  text-align: center;
  color: #fff;
  padding: 10px;
  font-family: 'Lexend Deca', sans-serif;

}

.company-details {
  margin-top: 50px;
  text-align: center;
  /* padding-left: 50px; */
  color: #fff;
  margin-bottom: 50px;
  padding: 10px;
  font-family: 'Lexend Deca', sans-serif;
}

table {
  width: auto;
  color: #FFF;
  margin: 0 auto;
}

/* Styles for table with ID "table-about-us" */
table#table-about-us {
  width: auto;
}

/* Styles for table cells */
table tr td {
  font-size: 14px;
  padding: 3px;
}

/* Styles for table header cells */
table tr th {
  font-size: 14px;
  padding: 3px;
}

/* Styles for table caption */
table caption {
  font-size: 14px;
  padding: 3px;
}

form {
  max-width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  padding: 10px 20px;
  background: #f4f7f8;
  border-radius: 8px;
  margin-bottom: 50px;
}


select {
  padding: 6px;
  height: 32px;
  border-radius: 2px;
}


#form-container button {
  padding: 19px 39px 18px 39px;
  color: #FFF;
  background-color: #000;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #3ac162;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
  /* margin-bottom: 10px; */
}

fieldset {
  margin-bottom: 30px;
  border: none;
}

label {
  display: inline-block;
  margin-right: 10px;
  padding: 2px;
  color: #000;
}

legend {
  text-align: center;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 20px;
  width: 100%;

}

/* appointment form */

#appointment-container button {
  padding: 19px 39px 18px 39px;
  color: #FFF;
  background-color: #006970;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #3ac162;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
  margin-bottom: 10px;
}

select {
  padding: 6px;
  height: 32px;
  border-radius: 2px;
}

.blog-container h1 {
  position: relative;
}

.blog-row img {
  margin-right: 10px;
  width: 120px;
  padding: 5px;
  border-radius: 10px;
}

.blog-row {
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 10px;
  border: 2px solid #F6F0C4;
  border-radius: 5px;
}

.blog-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFF;
}

.blog-text-container a {
  text-decoration: none;
  color: #fff;
}





footer {
  background-color: #24262b;
  color: #fff;
  padding: 3em 1em;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #cccccc;
}

.main {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 3em;
  /* justify-content: center; */
}

.main img {
  height: 40px;
  width: 40px;
}

.footer-column {
  flex-basis: 200px;
  flex-grow: 1;
  text-align: center;
  margin-bottom: 30px;
}

.footer-heading {
  margin-bottom: 1em;
}

.main img {
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}

.main img:hover {
  top: -10px;
}


.footer-link {
  display: block;
  padding: 5px 10px;

}

.footer-bott {
  display: flex;
}

.copyright {
  margin: 0 auto;
  text-align: center;
}

#last_modified {
  text-align: center;
}


.gallery .text-blk.card-text {
  width: 100%;
}

.gallery .text-blk.heading {
  font-size: 18px;
}

.gallery .text-blk.title {
  font-size: 32px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  line-height: 40px;
  color: #f49892;
}

.gallery .container-block {
  padding: 5px; /* Adjust padding for smaller screens */
  text-align: center; /* Center-align content */
}

#image-carousel {
  width: 100%; /* Ensure carousel spans full width */
  margin: 0 auto; /* Center the carousel */
}

.splide__slide img {
  width: 90%; /* Make images responsive */
  height: auto; /* Maintain aspect ratio */
  margin: 0 auto; /* Center the images */
  padding: 0; /* Remove unnecessary padding */
  display: block;
  border-radius: 8px; /* Add rounded corners (optional) */
}

.text-blk.title,
.text-blk.heading {
  font-size: 18px; /* Smaller font size for titles on mobile */
  padding: 10px;
}

.splide__track {
  padding: 10px 0; /* Add spacing around the carousel */
}


.gallery .responsive-container-block {
  text-align: center;
  padding: 10px 20px;
}

.text-blk.title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.products-container {
  display: flex;
  flex-direction: column; /* Stack products vertically */
  gap: 20px; /* Distance between products */
  padding: 15px; /* Add some padding around the container */
}

.product-card {
  width: 100%; /* Full width on mobile */
  margin: 0 auto; /* Center the product card */
  border: 1px solid #ddd; /* Light gray border around the card */
  border-radius: 8px; /* Subtle rounded corners */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  background-color: #fff; /* White background for the card */
  overflow: hidden; /* Ensure content stays inside the card boundaries */
}

.product-card img {
  width: 100%; /* Ensure images are responsive */
  margin: 0; /* Remove extra margins */
  padding: 0; /* Remove extra padding */
  border-bottom: 1px solid #ddd; /* Add a border under the image for separation */
}

.product-info {
  padding: 15px; /* Add spacing around text */
  text-align: left; /* Align text to the left for better readability */
}

.product-info h2 {
  font-size: 18px; /* Adjust font size for the heading */
  margin-bottom: 10px; /* Add space below the heading */
}

.product-info .price {
  font-size: 16px; /* Adjust font size for price */
  font-weight: bold; /* Emphasize the price */
  color: #d32f2f; /* Red color for the price */
  margin-bottom: 8px; /* Add space below the price */
}

.product-info .description {
  font-size: 14px; /* Font size for description */
  color: #333; /* Darker text color for readability */
  line-height: 1.5; /* Improve readability with line spacing */
}