body {
  font-family: 'Roboto Serif', serif;
  -webkit-font-smoothing: antialiased;  /* Safari, Chrome */
  -moz-osx-font-smoothing: grayscale;   /* Firefox */
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  color: #000;
}

.mini_font {
  font-size: 0.8rem;
}


.top-section {
  background-color: #FFE500;
  text-align: center;
  padding: 80px 40px;
}

.logo {
  max-width: 180px;
  padding-bottom: 40px;
}

.top-section h1 {
  font-size: 4rem;
  margin-bottom: 0.1rem;  /* Add spacing below the h1 */
}

.subtitle {
  font-size: 1.5rem;
  margin-top: 0;         /* Ensure no extra margin above subtitle */
  margin-bottom: 2rem;   /* Maintain or adjust bottom margin as needed */
}

.cta-button {
  font-size: 1rem;
  background-color: #000;
  color: #FFF;
  padding: 16px 24px;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  margin: 0;
}

.offer {
  font-size: 1rem;
  padding-bottom: 16px;
}

.contact-info {
  font-size: 1.5rem;
  background-color: #F6F6F6;
  text-align: center;
  padding: 8px;
}

@media (max-width: 768px) { 
  .top-section h1 {
      font-size: 2.5rem; /* Adjust to a smaller size for mobile */
  }
  .subtitle{
    font-size: 1rem;
  }
  .offer {
    font-size: .7rem;
  }
  .contact-info{
    font-size: 1rem;
  }
}

/* Add more detailed styles for each section and ensure responsiveness */

.about-us {
  text-align: center;
  margin: 50px auto;
}

.about-us h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.carousel-container {
  width: 768px;
  height: 400px;
  margin: 0 auto;
  background-color: #F6F6F6;
  overflow: hidden;
  position: relative;
}

.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
} 

.carousel-item {
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px;
}

.carousel-item img {
  width: 80px;
  max-height: 200px;
  object-fit: cover;
  padding: 40px 0 8px 0;
  margin-bottom: 0px;
}

.carousel-item p {
  font-size: 1rem;
  line-height: 24px;
  color: #000;
  padding: 0 40px;
}

.carousel-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.carousel-dots .dot {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.carousel-dots .dot.active {
  background-color: #000;
}

/* Responsive Design */
@media (max-width: 768px) {
  .carousel-container {
      width: 90%;
      height: auto;
  }

  .carousel-item img {
      max-height: 150px;
  }
}


/* --------- Service section ---------  */

.services {
  padding: 40px 24px;
  background-color: #fff;
  text-align: center;
}

.services h2 {
  font-size: 2rem;
  margin-bottom: 24px;
}

.services-container {
  width: 100%;
  overflow-x: auto;
  display: flex;
  scroll-behavior: smooth;
  margin-bottom: 20px;
}

.service-boxs {
  display: flex;
  gap: 20px;
  padding: 0 20px;
}

.service-box {
  width: 240px;
  background-color: #FFE500;
  padding: 24px;
  text-align: left;
  flex-shrink: 0; /* Prevent shrinking */
}

.service-box h3 {
  font-size: 1.2rem;
  margin-top: 8px;
  margin-bottom: 8px;
}

.service-box p {
  font-size: 1rem;
  margin-bottom: 16px;
}

.service-box ul {
  list-style-type: none;
  padding-left: 0;
}

.service-box ul li {
  font-size: 1rem;
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px; /* Add space for the icon */
}

.service-box ul li::before {
  content: ''; /* Empty content for the bullet icon */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #000; /* Black bullet color */
  border-radius: 50%; /* Make the bullet circular */
}


.service-icon {
  width: 64px;
  margin-bottom: 16px;
}

.scroll-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.scroll-buttons button {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 8px 24px;
  cursor: pointer;
  font-size: 1rem;
}

.scroll-buttons button:hover {
  background-color: #333;
}

@media (max-width: 768px) {
  .service-boxs {
      flex-direction: column; /* Stack items vertically */
      gap: 20px;
  }

  .service-box {
      width: 90%; /* Full width for mobile */
  }

  .scroll-buttons {
      display: none; /* Hide scroll buttons on mobile */
  }
}



/* --------- Portfolio section ---------  */
.portfolio {
  text-align: center;
  padding: 40px 0 ;
}

.portfolio h2 {
  font-size: 2em;
  margin-bottom: 24px;
}

.portfolio-container {
  position: relative;
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}

.portfolio-carousel {
  display: flex;
  transition: transform 0.5s ease;
}

.portfolio-item {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  background-color:#FFE500;
}

.portfolio-item img {
  width: 100%;
}

.portfolio-content {
  display: flex;
  flex-direction: row; /* Stack content vertically on mobile */
  justify-content: space-between;
  margin-top: 15px;
  padding: 8px 24px; /* Add padding for spacing */
}

.left-column {
  width: 45%;  /* Full width on mobile */
  text-align: left;  /* Center-align text */
  padding: 0;
}

.right-column {
  width: 45%;  /* Full width on mobile */
  text-align: right;  /* Center-align text */
  padding: 0;
}

button.nav-left, button.nav-right {
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 5px;
  position: absolute;
  font-size: 1rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 8px 24px;
  z-index: 10;
}

button.nav-left { left: 24px; }  /* Move outside the container */
button.nav-right { right: 24px; }

/* Responsive Design */
@media (max-width: 768px) {
  .portfolio-content {
    flex-direction: column;     /* Stack columns vertically on mobile */
    gap: 15px;                  /* Add spacing between stacked items */
  }

  .left-column,
  .right-column {
    width: 100%;                /* Full width on mobile */
    text-align: center;         /* Center-align for consistency */
    padding:0;
  }
}





.testimonial {
  text-align: center;
  padding: 40px 0 80px 0;
}

.testimonial h2 {
  font-size: 2em;
  margin-bottom: 24px;
}

.testimonial-container {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  line-height: 1.2rem;
}

.testimonial-box {
  background-color:#F6F6F6;
  padding: 24px;
  width: 240px;
  text-align: center;
}

.testimonial-box img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 16px 0;
}

.testimonial-box h3 {
  color: #333;
  margin-bottom: 10px;
}

.testimonial-box p {
  font-size: 1rem;
  color: #555;
}

.testimonial-box strong {
  font-weight: bold;
}

@media (max-width: 768px) {
  .testimonial-container {
    flex-direction: column;
    align-items: center;
  }

  .testimonial-box {
    width: 100%;
    max-width: 320px;
    margin-bottom: 20px;
  }
}







.quote-section {
  background-color: #FFE500; /* Primary color */
  padding: 40px 24px 80px 24px;
  text-align: center;
}

.quote-section h2 {
  font-size: 2em;
  margin-bottom: 40px;
}

.quote-form {
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
}

.form-group {
  margin-bottom: 20px;
  text-align: left;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}

.form-group input[type="text"],
.form-group input[type="email"] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

.checkbox-group {
  display: flex;
  flex-direction: column;
}

.checkbox-group label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 100;
}

.checkbox-group input[type="checkbox"] {
  margin-right: 10px;
}

.quote-button {
  font-size: 1rem;
  background-color: #000;
  color: #FFF;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .quote-form {
    padding: 20px;
  }
}




.did-you-know {
  background-color: #FFFFFF;
  padding: 60px 20px;
  text-align: center;
}

.did-you-know h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.did-you-know p {
  font-size: 18px;
  color: #333333;
  max-width: 800px;
  margin: 0 auto;
}






footer {
  background-color: #000000;
  color: #FFFFFF;
  padding: 80px 20px;
  text-align: center;
  font-weight: 100;
}

.footer-container {
  max-width: 768px;
  margin: 0 auto;
}

.footer-logo {
  width: 100px; /* Adjust logo width as necessary */
  margin-bottom: 0px;
}

.footer-address {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.6;
}

.footer-copywrite {
  font-size: 0.8rem;
  margin-top: 40px;
}










/* Overlay General Styles */
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 90%; /* 90% width */
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25); /* 25% black overlay */
  display:flex;
  justify-content: flex-start; /* Align content to the right */
  z-index: 1000;
  overflow: hidden;
  animation: slideIn 0.5s forwards;
}

/* Animation for Slide In from Right */
@keyframes slideIn {
  from {
      transform: translateX(100%);
  }
  to {
      transform: translateX(0);
  }
}

@keyframes slideOut {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(100%);
  }
}



/* Banner Styles */
.banner {
  width: 40%;
  background-color: #FFE500;
  flex-direction: column; /* Stack elements vertically */
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 20px;
}

/* Banner Header */
.banner-header {
  text-align: center;
  padding: 20px; /* Add spacing for the header */
}

.banner-header h1 {
  font-size: 1.5rem;
  color: #000;
  margin: 0; /* Remove default margins */
}

.banner-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-image img {
  width: 75%;
  height: auto;
  object-fit: cover;
}

.banner-footer {
  text-align: center;
  padding: 20px; /* Add spacing for the footer */
}

.banner-footer p {
  font-size: 0.625rem;
  color: #000;
  margin: 0; /* Remove default margins */
}


@media (max-width: 768px) {
  .banner-header h1,
  .banner-footer p {
      font-size: 1.2rem; /* Adjust text size for smaller screens */
  }
}

/* Form Section */

.overlay-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Lightbox effect */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Form Section Styling */
.form-section {
  width: 60%; /* Keep existing width */
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 20px;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 0 auto; /* Center align */
}

/* Form Styles */
.form-section form {
  max-width: 400px;
  margin: 0 auto;
}

.form-section label {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
}

.form-section input[type="text"],
.form-section input[type="email"],
.form-section textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  font-size: 1rem;
  color: #333;
  box-sizing: border-box;
}

.form-section textarea {
  resize: none;
}

.form-section button {
  font-size: 1rem;
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px; /* Add subtle rounded corners */
  cursor: pointer;
}

.form-section button:hover {
  background-color: #333;
}


.form-inner-container {
  max-width: 75%; /* Adjust width as needed */
  margin: 0 auto; /* Center the container */
  padding: 40px; /* Add some padding for better spacing */
  background-color: #fff; /* Optional: ensure a clean background */
}


/* Progress Bar */
#progress-bar {
  display: flex;
  justify-content: space-between;
}

.progress-bar-step {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ccc;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
}

.progress-bar-step.active {
  background-color: #FFE500;
  color: #000;
}

/* Form Steps */
.form-step {
  display: none;
}

.form-step.active {
  display: flex; /* Use flexbox for alignment */
  flex-direction: column; /* Stack items vertically */
  justify-content: center; /* Center items vertically */
  align-items: center; /* Center items horizontally */
  text-align: center; /* Center-align text content */
  height: 100%; /* Ensure it takes the full container height */
  padding: 20px; /* Add some spacing */
  box-sizing: border-box; /* Include padding in size calculations */
}

/* Navigation Buttons */
.sub-btn,
.prev-btn,
.next-btn {
  padding: 10px 20px;
  background-color: #FFE500;
  border: none;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  margin: 10px 5px 0;
}

.prev-btn:hover,
.next-btn:hover {
  background-color: #FFD700;
}

button[type="submit"] {
  padding: 10px 20px;
  background-color: #000;
  border: none;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}


/* Close Button Styles */
.close-btn {
  position: absolute; /* Position relative to the overlay content */
  top: 0; /* Distance from the top of the overlay */
  right: 4px; /* Distance from the left of the overlay */
  font-size: 24px; /* Adjust size */
  font-weight: bold; /* Make it bold */
  color: #fff; /* White color for better contrast */
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  padding: 10px 15px; /* Add padding for a clickable area */
  border: none; /* Remove border */
  cursor: pointer; /* Pointer cursor for interactivity */
  z-index: 1001; /* Ensure it's above the overlay content */
}

.close-btn:hover {
  background-color: rgba(0, 0, 0, 0.7); /* Darker on hover */
  color: #FFD700; /* Optional: Change text color on hover */
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .overlay {
      position:fixed;
      flex-direction: column;
      height: 100%;
      overflow-y: auto;
      background-color: rgba(0, 0, 0, 0.25); /* 25% black overlay */
  }

  .banner {
      width:auto;
      height: auto;
      display: none;
  }

  .form-section {
    width: 100%;
    height: 100%;
    
  }
}

/* Preview Container */
.preview-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px; /* Space between preview and input field */
}

/* Logo Preview */
.logo-preview {
  width: 100px; /* Circular preview size */
  height: 100px;
  border-radius: 50%; /* Rounded circular shape */
  background-color: #FFE500; /* Yellow background */
  display: flex;
  justify-content: center; /* Center text horizontally */
  align-items: center; /* Center text vertically */
  font-size: 3rem; /* Font size for the letter */
  font-weight: bold; /* Bold text */
  color: #000; /* Black text color */
  text-transform: uppercase; /* Ensure uppercase letter */
  margin: 0 auto 20px; /* Center the preview and add space below */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.business-card-preview {
  width: 300px; /* Landscape view width */
  height: 150px; /* Landscape view height */
  background-color: #FFE500; /* Yellow background */
  display: flex;
  flex-direction: column; /* Stack content vertically */
  justify-content: center; /* Center content vertically */
  align-items: center; /* Center content horizontally */
  text-align: center; /* Center-align text */
  font-size: 1rem; /* Base font size */
  color: #000; /* Black text color */
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  padding: 20px; /* Add padding */
  box-sizing: border-box; /* Include padding in width/height calculations */
}

.business-card-preview .name {
  font-size: 1.5rem; /* Larger font size for Business Name */
  font-weight: bold; /* Make Business Name bold */
  margin-bottom: 5px; /* Reduce space below Business Name */
}

.business-card-preview .tagline {
  font-size: 1rem; /* Standard font size for Tagline */
  font-weight: normal; /* Regular font weight */
  margin-top: -5px; /* Bring the Tagline closer to the Business Name */
}


.sign-board-preview {
  width: 350px;
  height: 200px;
  background-color: #FFE500; /* Yellow background */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.2rem;
  color: #000;
  padding: 20px;
  box-sizing: border-box;
  margin: 20px auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.sign-board-preview .sign-name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.sign-board-preview .sign-description {
  font-size: 1rem;
  margin-top: -5px;
}

.sign-board-preview .sign-address {
  font-size: 0.9rem; /* Slightly smaller than the tagline */
  margin-top: 10px; /* Add spacing below the tagline */
}


textarea#sign-board-address {
  width: 100%;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1rem;
  resize: none;
}


.brochure-preview {
    width: 200px;
    height: 300px;
    background-color: #FFE500; /* Yellow background */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.2rem;
    color: #000;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.sign-board-preview {
  width: 350px;
  height: 200px;
  background-color: #FFE500; /* Yellow background */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.2rem;
  color: #000;
  padding: 20px;
  box-sizing: border-box;
  margin: 20px auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}


/* Navigation Buttons */
.nav-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.prev-btn,
.next-btn {
  padding: 10px 20px;
  background-color: #ffe500;
  border: none;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
}

button[type="submit"] {
  padding: 10px 20px;
  background-color: #000;
  border: none;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

/* Additional Notes Step Styles */
#additional-name, #additional-phone, #additional-email, #additional-notes {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  font-size: 1rem;
  color: #333;
  box-sizing: border-box;
}

#mobile-banner-step {
  display: none; /* Hidden by default */
  text-align: center;
  padding: 40px;
  background-color: #FFE500;
}

#mobile-banner-step h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

#mobile-banner-step p {
  font-size: 1rem;
  margin-bottom: 1rem;
  padding: 0 20px;
}

#mobile-banner-step .terms-conditions {
  font-size: 0.8rem;
  color: #555;
}

#mobile-banner-step .banner-image img {
  width: 70%;
  height: auto;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  #mobile-banner-step {
      display: block; /* Show banner only on mobile */
  }

  #wizard-container {
      display: none; /* Hide the wizard initially on mobile */
  }
}


.spinner {
  display: none;
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}
