/* input(464,2): run-time error CSS1030: Expected identifier, found ' '
input(464,2): run-time error CSS1019: Unexpected token, found ' ' */
/* General Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

body {
  line-height: 1.6;
  color: #333;
  background: #fff;
  font-family: in;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}

/* Hero Section */
.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 20px 120px;
    background-image: url("../images/FurnitureRent/cta.png?v=fSCRJ1zdwlLRReEUNl1lGwQ28K8");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin: 0 auto;
    gap: 40px;
    text-align: center;
    position: relative;
}
.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-content {
  flex: 1;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.hero-subtitle {
  font-size: 16px;
  margin-bottom: 40px;
  opacity: 0.95;
  line-height: 1.6;
}

.hero-features {
  display: flex;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.feature-text {
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  padding: 5px 20px;
  text-align: left;
}
.feature-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #027583;
  font-weight: 700;
}


.hero-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* Tagline Section */
.tagline-section {
  background: #027583;
  color: #fff;
  text-align: center;
  padding: 35px 20px;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
}

/* Services Section */
.services-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.services-header {
  text-align: center;
  margin-bottom: 50px;
}

.services-header h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #212529;
}

.services-header p {
  font-size: 16px;
  color: #212529;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

.services-grid {
  display: flex;
  gap: 40px;
}

.service-card-one img, .service-card-two img {
  max-width: 100%;
}

/* Experts Section */
.experts-section {
    background-image: url("../images/FurnitureRent/cta.png?v=fSCRJ1zdwlLRReEUNl1lGwQ28K8");
    color: #fff;
    padding: 100px 20px 120px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.experts-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.experts-content {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.experts-content h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 15px;
}

.experts-content p {
  font-size: 18px;
  line-height: 1.8;
  opacity: 1;
}

/* Why Stage Section */
.why-stage-section {
  padding: 80px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.why-stage-content-outer {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-bottom: 50px;
}

.why-stage-image {
  flex: 1;
  max-width: 50%;
}

.why-stage-image img {
  max-width: 100%;
}

.why-stage-content {
  flex: 1;
  max-width: 300px;
}

.why-stage-content h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #027583;
}

.why-stage-content p {
  font-size: 16px;
  color: #212529;
  line-height: 1.5;
  margin-bottom: 30px;
}

.benefits-list {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.benefit-item {
  font-size: 15px;
  color: #027583;
  padding: 5px 15px;
  position: relative;
}
.benefit-item:before {
  content: "";
  position: absolute;
  left: 0;
  background: #027583;
  height: 100%;
  width: 4px;
  top: 0;
  left: 0;
}

.benefit-text {
  color: #027583;
}

/* Art Section */
.art-section {
    position: relative;
    background: url("../images/FurnitureRent/artOfStaging.png?v=fSCRJ1zdwlLRReEUNl1lGwQ28K8");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}
.art-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.art-container {
  display: flex;
  gap: 50px;
  align-items: center;
  max-width: 700px;
  margin: 0 0 0 auto;
  padding: 30px 60px 30px 30px;
  background-color: #fff;
  position: relative;
  z-index: 1;

}


.art-image img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.art-content {
  flex: 1;
}

.art-content h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #212529;
}

.art-features {
  display: flex;
  gap: 25px;
}
.art-feature {
  max-width: 50%;
}


.art-feature p {
  font-size: 14px;
  color: #212529;
  font-weight: 500;
  line-height: 1.5;
  padding: 5px 20px;
  position: relative;
}
.art-feature p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #027583;
}

/* Testimonial Section */
.testimonial-section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
  color: #212529;
}

.testimonial-container {
  max-width: 600px;
  margin: 0 auto;
}

.testimonial-quote {
  font-size: 24px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 20px;
}

.testimonial-rating {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 30px;
}

.star {
  color: #ffc107;
  font-size: 20px;
}

.testimonial-author {
  font-size: 14px;
  color: #212529;
  line-height: 1.5;
  text-align: center;
}

.testimonial-author p {
  margin-bottom: 15px;
}
.testimonial-author p strong {
  font-weight: 600;
}

/* Zip Code Section */
.zipcode-section {
  padding: 60px 20px;
  background: #f5f5f5;
}

.zipcode-container {
  display: flex;
  gap: 25px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.zipcode-container:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 56px);
    border: 4px solid #d6d6d6;
    z-index: 1;
}

.zipcode-image {
  flex: 1;
}

.zipcode-image img {
  max-width: 100%;
}

.zipcode-form {
  flex: 1;
  padding: 25px 50px 25px 25px;
  position: relative;
  z-index: 2;
}

.zipcode-form h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #027583;
  line-height: 1.4;
  text-align: center;
}

.zipcode-form .form-group {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.zipcode-form .form-group input {
  flex: 1;
  padding: 12px 15px;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 14px;
  max-width: 300px;
  background-color: rgba(217,217,217,0.5);
}

.zipcode-form .btn-submit {
  padding: 12px 30px;
  background: #027583;
  color: #fff;
  border: none;
  border-radius: 8px 0 8px 0;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.3s;
}

.zipcode-form .btn-submit:hover {
  background: #007399;
}

/* Contact Section */
. contact-form-input {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.validation-error-msg {
    color: #ff6b6b;
    font-size: 12px;
    margin-top: -15px;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 4px 8px;
    border-radius: 4px;
}

.error-input {
    border: 2px solid #ff6b6b !important;
}

.contact-section {
    background: url("../images/FurnitureRent/ctaFormSec.png?v=fSCRJ1zdwlLRReEUNl1lGwQ28K8");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 70px 20px;
    position: relative;
}
.contact-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.contact-container {
  display: flex;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  align-items: center;
}

.contact-left, .contact-right {
  width: 50%;
}

.contact-left h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  max-width: 350px;
}

.contact-left p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 30px;
  max-width: 400px;
}

.contact-form-row {
  display: flex;
  flex-direction: row;
  gap:25px;
}

.contact-form-row input {
  padding: 12px 15px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  height: 42px;
  margin-bottom: 20px;
  max-width: 100%;
  min-width: 270px;
}
.contact-form-row button, .modal-btn {
  border: 0px;
  background-color: #009092;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-width: 270px;
  clip-path: polygon(
      0 0, 
      100% 0, 
      100% calc(100% - 16px), 
      calc(100% - 16px) 100%, 
      0 100%
  )
}
.contact-form-feat {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.contact-form-feat-item {
  background-color: rgba(126,126,126,0.8);
  padding: 20px;
  color: #fff;
  max-width: 48%;
}
.contact-form-feat-item:nth-child(2), .contact-form-feat-item:nth-child(3) {
  background-color: rgba(245,245,245,0.5);
}
.contact-form-feat-item .feat-item-icon img {
  max-width: 30px;
  margin-bottom: 5px;
}
.contact-form-feat-item h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.contact-form-feat-item p {
  font-size: 14px;
  margin-bottom: 0px;
}

/* Solution Section */
.solution-section {
  background: #fff;
}
.solution-container {
  display: flex;
  align-items: center;
}
.solution-content, .solution-image {
  width: 50%;
}
.solution-content {
  padding: 50px 100px 50px 80px;
}
.solution-content h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
  line-height: 1.5;
}

.solution-content p {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 20px;
}

.solution-list {
  padding-left: 0;
  padding-top: 25px;
  list-style: none;
}

.solution-list li {
  font-size: 16px;
  color: #000;
  margin-bottom: 25px;
  padding-left: 25px;
  position: relative;
}
.solution-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background: #000;
}

.solution-image img {
  max-width: 100%;
}
/* Thankyou Modal css */
.contact-msg-modal {
    display: none;
}
.contact-msg-modal.show {
  display: flex;
}
.contact-msg-modal-outer {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.contact-msg-modal-inner {
  background: #fff;
  padding: 40px 30px;
  max-width: 600px;
  width: 90%;
  text-align: center;
  position: relative;
}
.contact-msg-modal-body {
  color: #027583;
  text-align: center;
  border: 2px solid #6D6D6D;
  padding: 40px 30px;
}
.contact-msg-modal-body h2 {
  line-height: 1.4;
  font-size: 22px;
  margin-bottom: 20px;
}
.modal-btn {
  min-width: 100px;
  width: auto;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .contact-form-row input, .contact-form-row button {
    min-width: 200px;
  }
  .contact-form-feat-item {
    width: 46%;
  }
}
@media (max-width: 991px) {
  .zipcode-container:before {
    left: 16px;
    height: calc(100% - 12px);
  }
  .contact-left, .contact-right, .solution-content, .solution-image {
    width: 100%;
  }
  .hero {
    flex-direction: column;
  }

  .hero-title {
    font-size: 36px;
  }

  .why-stage-content-outer,
  .art-container,
  .zipcode-container,
  .solution-container,
  .contact-container {
    flex-direction: column;
  }
}
/* Responsive */
@media (max-width: 576px) {
  .hero {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .hero-features, .benefits-list, .art-features {
    flex-wrap: wrap;
  }
  .tagline-section {
    font-size: 16px;
  }
  .why-stage-image, .why-stage-content, .art-feature, .contact-form-row input, .contact-form-row button, .contact-form-feat-item {
    max-width: 100%;
  }
  .contact-form-feat-item {
    width: 100%;
  }
  .zipcode-container:before {
    display: none;
  }
  .contact-form-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }
  .solution-content {
    padding: 40px 20px;
  }
  .experts-section {
    padding: 40px 20px 40px;
  }
  .experts-content h2 {
    font-size: 26px;
  }
  .experts-content p {
    font-size: 16px;
    line-height: 1.5;
  }

}