.window-types-banner {
  position: relative;
  height: 260px;
  background: url("../img/conbanner.jpg")
    center center / cover no-repeat;
  display: flex;
  align-items: center;
}
.benefits {
  position: relative;
  height: 260px;
  background: url("../img/benifites.jpeg")
    center center / cover no-repeat;
  display: flex;
  align-items: center;
}
.doublee {
  position: relative;
  height: 260px;
  background: url("../img/benifites.jpeg")
    center center / cover no-repeat;
  display: flex;
  align-items: center;
}
.about-banner-sec {
  position: relative;
  height: 260px;
  background: url("../img/House11.jpg")
    center center / cover no-repeat;
  display: flex;
  align-items: center;
}
.privacy-policy {
  position: relative;
  height: 260px;
  background: url("../img/privacy.jpg")
    center center / cover no-repeat;
  display: flex;
  align-items: center;
}
.blog-sec {
  position: relative;
  height: 260px;
  background: url("../img/privacy.jpg")
    center center / cover no-repeat;
  display: flex;
  align-items: center;
}
.bloginner-sec {
  position: relative;
  height: 260px;
  background: url("../img/blogimg1.jpg")
    center center / cover no-repeat !important;
  display: flex;
  align-items: center;
}
.bloginner-sec2 {
  position: relative;
  height: 260px;
  background: url("../img/bloginner2.jpg")
    center center / cover no-repeat !important;
  display: flex;
  align-items: center;
}
.bloginner-sec3 {
  position: relative;
  height: 260px;
  background: url("../img/bloginner3.jpeg")
    center center / cover no-repeat !important;
  display: flex;
  align-items: center;
}
.bloginner-sec4 {
  position: relative;
  height: 260px;
  background: url("../img/bloginner4.png")
    center center / cover no-repeat !important;
  display: flex;
  align-items: center;
}
.doors1 {
  position: relative;
  height: 460px;
  background: url("../img/doors1.jpeg")
    center center / cover no-repeat !important;
  display: flex;
  align-items: center;
}
.soundproof-sec {
  position: relative;
  height: 460px;
  background: url("../img/sonroof.jpeg")
    center center / cover no-repeat !important;
  display: flex;
  align-items: center;
}
.glazed-sec {
  position: relative;
  height: 460px;
  background: url("../img/glazed.jpeg")
    center center / cover no-repeat !important;
  display: flex;
  align-items: center;
}
.left-slide-sec {
  position: relative;
  height: 460px;
  background: url("../img/left-slide.jpeg")
    center center / cover no-repeat !important;
  display: flex;
  align-items: center;
}
.double-glazed {
  position: relative;
  height: 460px;
  background: url("../img/double-glazed.jpg")
    center center / cover no-repeat !important;
  display: flex;
  align-items: center;
}
.casement-door {
   position: relative;
  height: 460px;
  background: url("../img/casement-door.jpeg")
    center center / cover no-repeat !important;
  display: flex;
  align-items: center;
}
.project-note-section {
  padding: 80px 0;
  background: #ffffff;
}

.project-note-content {
  max-width: 900px;
  text-align: center;
}

.project-note-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
}

.primary-text {
  margin-bottom: 18px;
  font-weight: 500;
}

.secondary-text {
  font-weight: 400;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .project-note-content p {
    font-size: 16px;
  }
}
.double-glazing-info-section {
  padding: 90px 0;
  background: #ffffff;
}

.info-content {
  max-width: 900px;
}

.info-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 14px;
}

.info-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 26px 0 12px;
}

.info-content ul {
  margin-left: 18px;
  margin-top: 10px;
}

.info-content ul li {
  font-size: 15px;
  margin-bottom: 6px;
}

.highlight {
  color: #d62828;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .info-content p,
  .info-content ul li {
    font-size: 14px;
  }
}






/* TOP CONTENT */
.awning-info-section {
  padding: 90px 0;
  background: #ffffff;
}

.awning-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

.awning-text h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.awning-text p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 14px;
}

.awning-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/* CTA STRIP */
.awning-cta {
  background: #ffd9c2;
  padding: 70px 0;
  text-align: center;
}

.awning-cta-content {
  max-width: 900px;
}

.awning-cta-content h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.awning-cta-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 10px;
}

.cta-bold {
  font-weight: 600;
  margin-bottom: 25px;
}

.cta-btn {
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid #000;
  border-radius: 25px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: #000;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .awning-grid {
    grid-template-columns: 1fr;
  }

  .awning-text h2 {
    font-size: 26px;
  }

  .awning-cta-content h3 {
    font-size: 24px;
  }
}
.awning-why-section {
  padding: 90px 0;
  background: #ffffff;
}

.awning-why-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}

.awning-why-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.awning-why-text h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 18px;
}

.awning-why-text p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 12px;
}

.black-cta {
  display: inline-block;
  margin-top: 18px;
  padding: 12px 28px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  transition: background 0.3s ease;
}

.black-cta:hover {
  background: #333;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .awning-why-grid {
    grid-template-columns: 1fr;
  }

  .awning-why-text h2 {
    font-size: 26px;
  }
}
.awning-benefits-section {
  padding: 90px 0;
  background: #ffffff;
}

.awning-benefits-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
}

.awning-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.benefit-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.benefit-icon {
  font-size: 34px;
  margin-bottom: 14px;
}

.benefit-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.benefit-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .awning-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .awning-benefits-grid {
    grid-template-columns: 1fr;
  }
}
.awning-quality-section {
  padding: 90px 0;
  background: #ffffff;
}

.awning-quality-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

.awning-quality-text h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.awning-quality-text p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 14px;
}

.awning-quality-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .awning-quality-grid {
    grid-template-columns: 1fr;
  }

  .awning-quality-text h2 {
    font-size: 26px;
  }
}
.window-config-section {
  background: #0b0b0b;
  padding: 90px 0;
  color: #ffffff;
}

.config-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 6px;
}

.config-subtitle {
  text-align: center;
  font-size: 13px;
  color: #cfcfcf;
  margin-bottom: 50px;
}

.config-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  align-items: center;
}

.config-grid img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(1.1);
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .config-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .config-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .config-title {
    font-size: 24px;
  }
}
.awning-features-section {
  padding: 100px 0;
  background: #ffffff;
}

.awning-features-header {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
}

.awning-features-header h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}

.awning-features-header p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

.small-text {
  font-size: 13px;
  margin-top: 6px;
}

/* GRID */
.awning-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.feature-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.feature-icon {
  font-size: 34px;
  margin-bottom: 12px;
}

.feature-card h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.feature-card p {
  font-size: 13px;
  line-height: 1.6;
  color: #555;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .awning-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .awning-features-grid {
    grid-template-columns: 1fr;
  }

  .awning-features-header h2 {
    font-size: 24px;
  }
}
.company-section {
  background: #ece8de;
  padding: 100px 0;
}

.company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.company-image img {
  width: 100%;
  height: 510px;
  display: block;
}

.company-content h2 {
  font-size: 42px;
  font-weight: 300;
  color: #7fc3e6;
  margin-bottom: 12px;
}

.company-divider {
  display: block;
  width: 40px;
  height: 2px;
  background: #000;
  margin-bottom: 25px;
}

.company-content p {
  font-size: 14px;
  line-height: 1.8;
  color: #222;
  margin-bottom: 18px;
}

.company-socials {
  margin-top: 30px;
  display: flex;
  gap: 18px;
}

.company-socials a {
  color: #000;
  font-size: 14px;
  transition: 0.3s ease;
}

.company-socials a:hover {
  color: #7fc3e6;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .company-grid {
    grid-template-columns: 1fr;
  }

  .company-content h2 {
    font-size: 34px;
  }
}
.about-vision-section {
  width: 100%;
}

.about-vision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
}

/* LEFT IMAGE */
.about-image {
  background: url("../img/aboutsec2.jpg")
    center/cover no-repeat;
  position: relative;
}

.about-overlay {
  position: absolute;
  bottom: 60px;
  left: 60px;
  color: #fff;
}

.about-overlay .small-title {
  font-size: 12px;
  letter-spacing: 2px;
  opacity: 0.8;
}

.about-overlay h2 {
  font-size: 42px;
  font-weight: 600;
  margin: 6px 0;
}

.about-overlay .line {
  display: block;
  width: 60px;
  height: 2px;
  background: #fff;
  margin-top: 10px;
}

/* RIGHT CONTENT */
.about-content {
  background: #5f5f5f;
  color: #fff;
  padding: 70px 60px;
}

.about-content h3 {
  color: #7fc3e6;
  font-size: 22px;
  margin-bottom: 12px;
}

.about-content p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.mission-intro {
  margin-bottom: 10px;
}

.about-content ul {
  padding-left: 18px;
}

.about-content ul li {
  font-size: 13.5px;
  line-height: 1.6;
  margin-bottom: 8px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .about-vision-grid {
    grid-template-columns: 1fr;
  }

  .about-image {
    min-height: 350px;
  }

  .about-overlay {
    left: 30px;
    bottom: 30px;
  }

  .about-content {
    padding: 50px 30px;
  }
}
.policy-section {
  padding: 90px 0;
  background: #ffffff;
}

.policy-content {
  max-width: 900px;
  margin: 0 auto;
}

.policy-content h1 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

.policy-content h4 {
  font-size: 18px;
  margin-bottom: 20px;
}

.policy-content h5 {
  font-size: 15px;
  margin: 25px 0 8px;
  font-weight: 600;
}

.policy-content p {
  font-size: 14px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 12px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .policy-content {
    padding: 0 20px;
  }

  .policy-content h1 {
    font-size: 26px;
  }
}
.blog-section {
  padding: 90px 0;
  background: #ffffff;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.blog-card img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-card h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 14px 0 6px;
  line-height: 1.4;
}

.blog-card a {
  font-size: 13px;
  color: #2aa44f;
  text-decoration: none;
}

.blog-card a:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}
.long-content-section {
  padding: 80px 0;
  background: #ffffff;
}

.long-content {
  max-width: 900px;
  margin: 0 auto;
}

.long-content p {
  font-size: 15px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 16px;
}

.long-content h4 {
  font-size: 18px;
  margin: 32px 0 12px;
  font-weight: 600;
  color: #000;
}

/* Responsive */
@media (max-width: 768px) {
  .long-content {
    padding: 0 20px;
  }
}
.article-end-section {
  padding: 60px 0 80px;
  background: #ffffff;
}

.article-end-content {
  max-width: 900px;
  margin: 0 auto;
}

.mistake-list {
  padding-left: 22px;
  margin-bottom: 40px;
}

.mistake-list li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #111;
}

.article-end-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 40px 0 10px;
  color: #000;
}

/* Responsive */
@media (max-width: 768px) {
  .article-end-content {
    padding: 0 20px;
  }

  .mistake-list li {
    font-size: 16px;
  }

  .article-end-content h3 {
    font-size: 20px;
  }
}
.article-outline-section {
  padding: 60px 0 80px;
  background: #ffffff;
}

.article-outline {
  max-width: 900px;
  margin: 0 auto;
}

.article-outline h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 18px 0 8px;
  color: #000;
}

.article-outline ul {
  padding-left: 20px;
  margin-bottom: 14px;
}

.article-outline ul li {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

/* Responsive */
@media (max-width: 768px) {
  .article-outline {
    padding: 0 20px;
  }

  .article-outline h3 {
    font-size: 18px;
  }
}
.terms-conditions {
  padding: 70px 0;
  background: #ffffff;
}

.terms-conditions .container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.terms-conditions h1 {
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.terms-conditions h3 {
  margin-top: 22px;
  font-size: 18px;
}

.terms-conditions p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}
.french-doors-benefits {
  padding: 80px 0;
  background: #ffffff;
  text-align: center;
}

.french-doors-benefits .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.main-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
}

.sub-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 50px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.benefit-card {
  background: #fff;
  border-radius: 12px;
  padding: 35px 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-6px);
}

.benefit-card .icon {
  font-size: 36px;
  margin-bottom: 15px;
}

.benefit-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.benefit-card p {
  font-size: 14.5px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .main-title {
    font-size: 22px;
  }
}
.door-configurations {
  background: #0b0b0b;
  padding: 80px 0;
  text-align: center;
  color: #fff;
}

.door-configurations .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.door-configurations h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.door-configurations .subtitle {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 50px;
}

.config-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

/* Responsive */
@media (max-width: 768px) {
  .door-configurations h2 {
    font-size: 22px;
  }

  .door-configurations .subtitle {
    font-size: 13px;
  }
}
.french-doors-features {
  padding: 80px 0;
  background: #ffffff;
}

.french-doors-features .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.section-title {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 50px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 22px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
}

.feature-card .icon {
  font-size: 34px;
  margin-bottom: 12px;
}

.feature-card h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .features-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 22px;
  }
}
.faq-section {
  padding: 70px 0;
  background: #fff;
}

.faq-section .container {
  max-width: 900px;
  margin: auto;
  padding: 0 20px;
}

.faq-title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 40px;
  font-weight: 600;
}

.faq-item {
  border: 2px solid #000;
  margin-bottom: 15px;
}

.faq-question {
  width: 100%;
  background: #fff;
  border: none;
  outline: none;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question .icon {
  font-size: 22px;
}

.faq-answer {
  display: none;
  padding: 0 20px 18px;
}

.faq-answer p {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}

/* Active state */
.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-question .icon {
  content: "−";
}
.soundproof-section {
  padding: 80px 0;
  background: #ffffff;
}

.soundproof-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.soundproof-content {
  flex: 1;
}

.soundproof-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 18px;
}

.soundproof-image {
  flex: 1;
}

.soundproof-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Responsive */
@media (max-width: 900px) {
  .soundproof-inner {
    flex-direction: column;
  }
}
.benefits-section {
  padding: 80px 0;
  background: #ffffff;
}

.container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.section-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 12px;
}

.section-intro {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 50px;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.benefit-icon {
  font-size: 36px;
  color: #3bb273;
  min-width: 50px;
}

.benefit-content h4 {
  margin: 0 0 6px;
  font-size: 18px;
}

.benefit-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

/* Mobile */
@media (max-width: 768px) {
  .benefit-item {
    gap: 15px;
  }
}
.soundproof-why-section {
  padding: 90px 0;
  background: #ffffff;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.row {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 80px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.image-box {
  flex: 1;
}

.image-box img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.content-box {
  flex: 1;
}

.content-box h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.content-box h3 {
  font-size: 22px;
  margin: 30px 0 10px;
}

.content-box p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 12px;
}

/* Mobile Responsive */
@media (max-width: 900px) {
  .row,
  .row.reverse {
    flex-direction: column;
  }

  .row {
    gap: 30px;
  }

  .content-box h2 {
    font-size: 24px;
  }
}
.sliding-stacker-section {
  padding: 90px 0;
  background: #ffffff;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.row {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.content-left,
.content-right {
  flex: 1;
}

.content-left h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

.content-left h3,
.full-content h3 {
  font-size: 20px;
  margin: 25px 0 10px;
}

.content-left p,
.content-right p,
.full-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 10px;
}

.bold {
  font-weight: 600;
}

.small-text {
  font-size: 14px;
  margin-top: 12px;
}

ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

ul li {
  margin-bottom: 6px;
  font-size: 15px;
}

.content-right img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 15px;
}

.full-content {
  margin-top: 60px;
}

/* Responsive */
@media (max-width: 900px) {
  .row {
    flex-direction: column;
  }

  .content-left h2 {
    font-size: 22px;
  }
}
.sliding-faq-section {
  padding: 80px 0 0;
  background: #ffffff;
}

.sliding-faq-section h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

.sliding-faq-section h3 {
  font-size: 20px;
  margin: 30px 0 15px;
}

.sliding-faq-section p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 12px;
}

.faq-wrapper {
  margin-top: 40px;
}

.faq-item {
  margin-bottom: 25px;
}

.faq-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.faq-item ul {
  padding-left: 20px;
}

.faq-item ul li {
  margin-bottom: 6px;
  font-size: 15px;
}

/* CTA BAR */
.cta-bar {
  margin-top: 60px;
  background: #e9fff0;
  padding: 40px 20px;
  text-align: center;
}

.cta-bar p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.btn-cta {
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid #000;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-cta:hover {
  background: #000;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .sliding-faq-section h2 {
    font-size: 22px;
  }

  .cta-bar p {
    font-size: 16px;
  }
}
/* Common */
.section-title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 40px;
}

/* Benefits */
.door-benefits-section {
  padding: 80px 0;
  background: #ffffff;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.benefit-card {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.benefit-card h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.benefit-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

/* Technical Details */
.technical-details {
  margin-top: 60px;
  border-top: 1px solid #e5e5e5;
  padding-top: 40px;
}

.technical-details h3 {
  text-align: center;
  margin-bottom: 25px;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}

.tech-item strong {
  display: block;
  font-size: 20px;
}

.tech-item span {
  font-size: 14px;
  color: #666;
}

/* Door Configurations */
.door-config-section {
  background: #0b0b0b;
  padding: 80px 0;
  color: #fff;
  text-align: center;
}

.door-config-section h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 40px;
}

.config-image img {
  max-width: 100%;
  height: auto;
}

/* Responsive */
@media (max-width: 992px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tech-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}
.stacker-config-section {
  padding: 80px 0;
  background: #ffffff;
}

.section-title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 40px;
}

.stacker-images {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}

.stacker-images img {
  max-width: 280px;
}

.six-door {
  text-align: center;
  margin-bottom: 50px;
}

.six-door img {
  max-width: 320px;
  display: block;
  margin: 0 auto 15px;
}

.six-door h3 {
  font-size: 18px;
  font-weight: 600;
}

.features-title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}

/* Feature Cards */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.feature-card {
  background: #fff;
  padding: 25px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.feature-card h4 {
  font-size: 15px;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

/* Responsive */
@media (max-width: 992px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stacker-images {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}

.lift-slide-section {
  padding: 80px 0;
  background: #ffffff;
}

.lift-slide-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 50px;
}

.lift-slide-content h2 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.lift-slide-content h2 span {
  font-weight: 600;
}

.lift-slide-content p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 14px;
  color: #444;
}

/* Image Fix */
.lift-slide-image {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.lift-slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Responsive */
@media (max-width: 992px) {
  .lift-slide-grid {
    grid-template-columns: 1fr;
  }

  .lift-slide-content h2 {
    font-size: 24px;
  }
}
/* SECTION TITLES */
.section-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}

.section-title.white {
  color: #fff;
}

.section-subtitle {
  text-align: center;
  color: #ccc;
  margin-bottom: 40px;
}

/* BENEFITS */
.lift-slide-benefits {
  padding: 80px 0;
  background: #fff;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

.benefit-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.benefit-card .icon {
  font-size: 34px;
  color: #28a745;
  margin-bottom: 15px;
}

.benefit-card h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.benefit-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

/* TECH DETAILS */
.technical-details {
  margin-top: 70px;
  text-align: center;
}

.tech-grid {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 25px;
}

.tech-item strong {
  font-size: 22px;
  display: block;
}

.tech-item span {
  font-size: 14px;
  color: #666;
}

/* DOOR CONFIG */
.door-config-section {
  background: #0c0c0c;
  padding: 80px 0;
}

.door-config-image {
  max-width: 1100px;
  margin: auto;
}

.door-config-image img {
  width: 100%;
  display: block;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .benefit-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tech-grid {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .benefit-grid {
    grid-template-columns: 1fr;
  }
}
.features-section {
  padding: 80px 0;
  background: #ffffff;
}

.section-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
}

.features-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.feature-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.feature-card .icon {
  font-size: 36px;
  color: #2bb673;
  display: inline-block;
  margin-bottom: 15px;
}

.feature-card h4 {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .features-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}
.bifold-benefits {
  padding: 80px 0;
  background: #fff;
}

.bifold-benefits .container {
  max-width: 1100px;
  margin: auto;
}

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

.section-header h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.section-header p {
  font-size: 15px;
  color: #555;
  max-width: 800px;
  margin: auto;
  line-height: 1.7;
}

.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.benefit-item {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.benefit-icon img {
  width: 60px;
  height: auto;
}

.benefit-content h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.benefit-content p {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .benefit-item {
    flex-direction: column;
    gap: 15px;
  }

  .benefit-icon img {
    width: 50px;
  }
}
.why-choose-pvc {
  padding: 80px 0;
  background: #fff;
}

.why-choose-pvc .container {
  max-width: 1200px;
  margin: auto;
}

.wc-row {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 80px;
}

.wc-row.reverse {
  flex-direction: row-reverse;
}

.wc-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.wc-image {
  flex: 1;
}

.wc-content {
  flex: 1;
}

.wc-content h2 {
  font-size: 34px;
  margin-bottom: 20px;
}

.wc-content h3 {
  font-size: 24px;
  margin: 30px 0 10px;
}

.wc-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

/* Responsive */
@media (max-width: 900px) {
  .wc-row,
  .wc-row.reverse {
    flex-direction: column;
  }

  .wc-content h2 {
    font-size: 28px;
  }

  .wc-content h3 {
    font-size: 22px;
  }
}
.bifold-section {
  padding: 80px 0;
  background: #ffffff;
}

.bifold-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: center;
}

.bifold-content h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 25px;
}

.bifold-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 15px;
}

.bifold-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 992px) {
  .bifold-container {
    grid-template-columns: 1fr;
  }

  .bifold-content h2 {
    font-size: 26px;
  }
}
.bifold-features {
  padding: 80px 0;
  background: #fff;
}

.bifold-features .container {
  max-width: 1200px;
  margin: auto;
}

.bf-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
}

.bf-text h3 {
  font-size: 26px;
  margin-bottom: 10px;
}

.bf-text p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 25px;
}

.bf-image img {
  width: 100%;
  border-radius: 4px;
  display: block;
}

.bf-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 14px 28px;
  background: #000;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s ease;
}

.bf-btn:hover {
  background: #333;
}

/* Responsive */
@media (max-width: 900px) {
  .bf-grid {
    grid-template-columns: 1fr;
  }

  .bf-text h3 {
    font-size: 22px;
  }
}
.casement-section {
  padding: 80px 0;
  background: #fff;
}

.casement-section .container {
  max-width: 1200px;
  margin: auto;
}

.casement-top {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: center;
}

.casement-text h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.casement-text .highlight {
  color: #2dbb4f;
  font-size: 22px;
  margin-bottom: 20px;
}

.casement-text p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #444;
}

.casement-image img {
  width: 100%;
  border-radius: 4px;
}

.section-title {
  text-align: center;
  font-size: 26px;
  margin: 70px 0 40px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.benefit-card {
  background: #fff;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.benefit-card .icon {
  font-size: 32px;
  display: block;
  margin-bottom: 12px;
}

.benefit-card h4 {
  margin-bottom: 10px;
  font-size: 17px;
}

.benefit-card p {
  font-size: 14px;
  color: #555;
}

.tech-details {
  display: flex;
  justify-content: center;
  gap: 80px;
  text-align: center;
  margin-top: 30px;
}

.tech-details div strong {
  font-size: 20px;
  display: block;
}

.tech-details div span {
  font-size: 14px;
  color: #666;
}

/* Responsive */
@media (max-width: 900px) {
  .casement-top {
    grid-template-columns: 1fr;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .tech-details {
    flex-direction: column;
    gap: 20px;
  }
}
.features-section {
  padding: 80px 0;
  background: #ffffff;
}

.features-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.feature-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.feature-card img {
  width: 42px;
  height: auto;
  margin-bottom: 15px;
}

.feature-card h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.feature-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

/* Responsive */
@media (max-width: 900px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}
.thank-you-section {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f7f8;
  padding: 40px 20px;
}

.thank-you-box {
  background: #ffffff;
  max-width: 650px;
  width: 100%;
  padding: 50px 40px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.check-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: #2ecc71;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thank-you-box h1 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #222;
}

.thank-you-box .subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #555;
  margin-bottom: 20px;
}

.thank-you-box .message {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 35px;
}

.thank-you-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #000;
  color: #fff;
  padding: 14px 26px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-primary:hover {
  background: #333;
}

.btn-secondary {
  background: #eaeaea;
  color: #000;
  padding: 14px 26px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-secondary:hover {
  background: #dcdcdc;
}
