/* General Styling */.page-jl-remodel-inc {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;  padding-top: 10px; /* Small decorative padding, relying on body padding for header offset */}@media (max-width: 768px) {  .page-jl-remodel-inc {    padding-top: 10px; /* Ensure consistency on mobile */  }}.page-jl-remodel-inc__section-title {  font-size: 2.2em;  color: #2c3e50;  text-align: center;  margin-bottom: 20px;  padding: 0 15px;  line-height: 1.2;}.page-jl-remodel-inc__section-description {  font-size: 1.1em;  color: #555;  text-align: center;  margin-bottom: 40px;  max-width: 800px;  margin-left: auto;  margin-right: auto;  padding: 0 15px;}/* Buttons */.page-jl-remodel-inc__hero-button,.page-jl-remodel-inc__cta-button,.page-jl-remodel-inc__floating-button {  display: inline-block;  background-color: #007bff; /* Primary brand color */  color: #ffffff;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.2s ease;  border: none;  cursor: pointer;  text-align: center;  box-sizing: border-box;}.page-jl-remodel-inc__hero-button:hover,.page-jl-remodel-inc__cta-button:hover,.page-jl-remodel-inc__floating-button:hover {  background-color: #0056b3;  transform: translateY(-2px);}/* Hero Section */.page-jl-remodel-inc__hero-section {  display: flex;  flex-direction: column;  align-items: center;  justify-content: center;  text-align: center;  padding: 60px 20px;  background-color: #ffffff;  position: relative;  overflow: hidden;  box-sizing: border-box;}.page-jl-remodel-inc__hero-content {  max-width: 900px;  z-index: 2;  margin-bottom: 30px;}.page-jl-remodel-inc__hero-title {  font-size: 3em;  color: #2c3e50;  margin-bottom: 15px;  line-height: 1.1;}.page-jl-remodel-inc__hero-subtitle {  font-size: 1.4em;  color: #555;  margin-bottom: 30px;}.page-jl-remodel-inc__hero-image-wrapper {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  overflow: hidden;  z-index: 1;}.page-jl-remodel-inc__hero-image {  width: 100%;  height: 100%;  object-fit: cover;  filter: brightness(0.6); /* Darken image for text readability */}/* Overlay for hero text readability */.page-jl-remodel-inc__hero-section::before {  content: '';  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: rgba(0, 0, 0, 0.5); /* Dark overlay */  z-index: 1;}.page-jl-remodel-inc__hero-title,.page-jl-remodel-inc__hero-subtitle {  color: #ffffff; /* White text on dark background */}/* Services Section */.page-jl-remodel-inc__services-section {  padding: 80px 20px;  background-color: #f0f2f5;  text-align: center;}.page-jl-remodel-inc__service-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-jl-remodel-inc__service-item {  background-color: #ffffff;  border-radius: 8px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: left;  transition: transform 0.3s ease;  box-sizing: border-box;}.page-jl-remodel-inc__service-item:hover {  transform: translateY(-5px);}.page-jl-remodel-inc__service-image {  width: 100%;  height: 250px;  object-fit: cover;  display: block;}.page-jl-remodel-inc__service-title {  font-size: 1.5em;  color: #2c3e50;  margin: 20px 15px 10px;}.page-jl-remodel-inc__service-text {  font-size: 1em;  color: #666;  padding: 0 15px 20px;}/* Why Us Section */.page-jl-remodel-inc__why-us-section {  padding: 80px 20px;  background-color: #ffffff;  text-align: center;}.page-jl-remodel-inc__why-us-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-jl-remodel-inc__why-us-item {  text-align: center;  padding: 30px;  background-color: #f8f8f8;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);  box-sizing: border-box;}.page-jl-remodel-inc__why-us-icon {  width: 100%;  max-width: 250px; /* Enforce min 200px, but allow larger for display */  height: auto;  margin-bottom: 20px;  border-radius: 5px;  object-fit: cover;  box-sizing: border-box;}.page-jl-remodel-inc__why-us-heading {  font-size: 1.4em;  color: #2c3e50;  margin-bottom: 10px;}.page-jl-remodel-inc__why-us-text {  font-size: 1em;  color: #666;}/* Testimonials Section */.page-jl-remodel-inc__testimonials-section {  padding: 80px 20px;  background-color: #f0f2f5;  text-align: center;}.page-jl-remodel-inc__testimonial-carousel {  display: flex;  overflow-x: auto; /* Enable horizontal scrolling for testimonials */  scroll-snap-type: x mandatory;  -webkit-overflow-scrolling: touch;  gap: 20px;  padding-bottom: 20px;  max-width: 1200px;  margin: 0 auto;}.page-jl-remodel-inc__testimonial-item {  flex: 0 0 90%; /* Show mostly one item at a time on mobile */  scroll-snap-align: center;  background-color: #ffffff;  padding: 30px;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);  text-align: center;  min-width: 280px; /* Ensure a minimum width */  box-sizing: border-box;}.page-jl-remodel-inc__testimonial-text {  font-size: 1.1em;  font-style: italic;  color: #444;  margin-bottom: 20px;}.page-jl-remodel-inc__testimonial-author {  font-weight: bold;  color: #2c3e50;}/* FAQ Section */.page-jl-remodel-inc__faq-section {  padding: 80px 20px;  background-color: #ffffff;}.page-jl-remodel-inc__faq-list {  max-width: 900px;  margin: 0 auto;}.page-jl-remodel-inc__faq-item {  background-color: #f8f8f8;  border-radius: 8px;  margin-bottom: 15px;  overflow: hidden;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);  box-sizing: border-box;}.page-jl-remodel-inc__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  background-color: #e9e9e9;  border-bottom: 1px solid #ddd;  user-select: none;  transition: background-color 0.3s ease;  box-sizing: border-box;}.page-jl-remodel-inc__faq-question:hover {  background-color: #e0e0e0;}.page-jl-remodel-inc__faq-heading {  font-size: 1.2em;  color: #2c3e50;  margin: 0;  pointer-events: none; /* Prevent text selection from interfering with click */}.page-jl-remodel-inc__faq-toggle {  font-size: 1.5em;  font-weight: bold;  color: #007bff;  transition: transform 0.3s ease;  pointer-events: none; /* Prevent icon from interfering with click */}.page-jl-remodel-inc__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  opacity: 0;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  box-sizing: border-box;}.page-jl-remodel-inc__faq-answer p {  margin: 0 0 15px 0;  color: #555;  padding-bottom: 5px; /* Small padding at the bottom of the paragraph */}.page-jl-remodel-inc__faq-item.active .page-jl-remodel-inc__faq-answer {  max-height: 2000px !important; /* Sufficiently large value */  padding: 20px 25px !important;  opacity: 1;}.page-jl-remodel-inc__faq-item.active .page-jl-remodel-inc__faq-toggle {  transform: rotate(45deg); /* Change + to X (or a minus sign) */}/* CTA Section */.page-jl-remodel-inc__cta-section {  padding: 80px 20px;  background-color: #007bff;  color: #ffffff;  text-align: center;}.page-jl-remodel-inc__cta-section .page-jl-remodel-inc__section-title {  color: #ffffff;}.page-jl-remodel-inc__cta-section .page-jl-remodel-inc__section-description {  color: #e0e0e0;  margin-bottom: 30px;}.page-jl-remodel-inc__cta-button {  background-color: #ffc107; /* Secondary accent color */  color: #333;  padding: 15px 35px;  font-size: 1.2em;  border-radius: 30px;}.page-jl-remodel-inc__cta-button:hover {  background-color: #e0a800;  color: #333;}/* Floating Buttons */.page-jl-remodel-inc__floating-buttons {  position: fixed;  bottom: 20px;  right: 20px;  display: flex;  flex-direction: column;  gap: 10px;  z-index: 1000;}.page-jl-remodel-inc__floating-button {  width: 120px;  padding: 10px 15px;  font-size: 1em;  border-radius: 25px;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);}.page-jl-remodel-inc__floating-register {  background-color: #28a745; /* Green for Register */}.page-jl-remodel-inc__floating-register:hover {  background-color: #218838;}.page-jl-remodel-inc__floating-login {  background-color: #6c757d; /* Grey for Login */}.page-jl-remodel-inc__floating-login:hover {  background-color: #5a6268;}/* Responsive Adjustments */@media (max-width: 1024px) {  .page-jl-remodel-inc__hero-title {    font-size: 2.5em;  }  .page-jl-remodel-inc__hero-subtitle {    font-size: 1.2em;  }  .page-jl-remodel-inc__section-title {    font-size: 2em;  }  .page-jl-remodel-inc__service-grid,  .page-jl-remodel-inc__why-us-grid {    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  }}@media (max-width: 768px) {  .page-jl-remodel-inc__hero-section {    padding: 40px 15px;  }  .page-jl-remodel-inc__hero-title {    font-size: 2em;  }  .page-jl-remodel-inc__hero-subtitle {    font-size: 1.1em;  }  .page-jl-remodel-inc__section-title {    font-size: 1.8em;  }  .page-jl-remodel-inc__section-description {    font-size: 1em;    margin-bottom: 30px;  }  .page-jl-remodel-inc__hero-button,  .page-jl-remodel-inc__cta-button {    padding: 10px 20px;    font-size: 1em;    width: 100%;    max-width: 300px;  }  .page-jl-remodel-inc__service-grid,  .page-jl-remodel-inc__why-us-grid {    grid-template-columns: 1fr; /* Stack items on small screens */    padding: 0 15px;  }  .page-jl-remodel-inc__service-item,  .page-jl-remodel-inc__why-us-item {    width: 100% !important; /* Enforce full width */    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-jl-remodel-inc__why-us-icon {    max-width: 200px; /* Adjust max-width for smaller screens if needed */  }  .page-jl-remodel-inc__testimonial-carousel {    padding: 0 15px 20px; /* Adjust padding for mobile scroll */  }  .page-jl-remodel-inc__testimonial-item {    flex: 0 0 100%; /* Show one item at a time */    padding: 25px;  }  .page-jl-remodel-inc__faq-question {    padding: 15px 20px;  }  .page-jl-remodel-inc__faq-answer {    padding: 0 20px;  }  .page-jl-remodel-inc__faq-item.active .page-jl-remodel-inc__faq-answer {    padding: 15px 20px !important;  }  .page-jl-remodel-inc__floating-buttons {    flex-direction: row;    width: calc(100% - 40px); /* 100% minus 2*20px right/left padding */    left: 20px;    right: 20px;    justify-content: center;    bottom: 15px;    gap: 15px;  }  .page-jl-remodel-inc__floating-button {    flex: 1;    max-width: 150px; /* Limit individual button width */    padding: 12px 10px;    font-size: 0.95em;  }  /* Image responsiveness */  .page-jl-remodel-inc__hero-image,  .page-jl-remodel-inc__service-image,  .page-jl-remodel-inc__why-us-icon {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;    overflow: hidden !important;    word-wrap: break-word !important; /* For alt text if visible */  }  .page-jl-remodel-inc__hero-image-wrapper,  .page-jl-remodel-inc__service-item,  .page-jl-remodel-inc__why-us-item {    width: 100% !important;    max-width: 100% !important;    overflow: hidden !important;    box-sizing: border-box !important;  }}@media (max-width: 480px) {  .page-jl-remodel-inc__hero-title {    font-size: 1.8em;  }  .page-jl-remodel-inc__hero-subtitle {    font-size: 1em;  }  .page-jl-remodel-inc__section-title {    font-size: 1.6em;  }  .page-jl-remodel-inc__faq-heading {    font-size: 1.1em;  }  .page-jl-remodel-inc__floating-buttons {    bottom: 10px;    left: 10px;    right: 10px;    width: calc(100% - 20px);    gap: 10px;  }  .page-jl-remodel-inc__floating-button {    padding: 10px 8px;    font-size: 0.9em;  }}