.full-width-wrapper {
  background-color: #f5f5f5; /* Grey background for full width */
  width: 100%;
}

.blog-section{
  max-width: 90%;
  margin: auto;
}
.page .cover .cover-top h1{
    line-height: normal;
}
/* Intro Section Styles*/
.intro-section #blogs-headings {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.intro-section p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 15px;
}
/* Two Image Section Styles */
.one-image-section img {
  width: 100%;
  height: 400px;  /* adjust for landscape look */
  object-fit: cover;  /* keeps aspect ratio, crops excess */
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}

.one-image-section img:hover {
  transform: scale(1.03);
}

/* Extra spacing below the paragraph */
.one-image-section p {
  margin-top: 40px; /* adjust as needed */
  font-size: 1.05rem;  /* optional: slightly larger text */
  line-height: 1.6;    /* better readability */
}



/* Fourth Section Styles */
.design-section .design-title {
  font-size: 20px;
  font-weight: 600;
  color: #555;
  margin-bottom: 10px;
}


.design-section .design-subtitle {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.design-section .design-description {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
}

.design-section .design-box {
  background: #f9f9f9;
  border-left: 5px solid #512377; /* strong left border (change color as needed) */
  border-radius: 4px;
  padding: 15px;
}

.design-section .design-box h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.design-section .design-box ul {
  padding-left: 20px;
  margin: 0;
}

.design-section .design-box ul li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #333;
}

.design-box:hover {
  transform: translateY(-3px);
}
.section-title {
  font-size: 1.4rem;
  color: #555;
  margin-bottom: 0.3rem;
}

.design-section img {
  width: 100%; /* makes it responsive within column */
  max-width: 598px; /* lock width */
  height: 747px; /* lock height */
  object-fit: cover; /* crop without stretching */
  border-radius: 8px;
}


.section-subtitle {
  font-size: 1.9rem;
  font-weight: 700;
  color: #222;
}

.tips-box {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tips-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.tips-box h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}

.tips-box ul li {
  font-size: 0.95rem;
  margin-bottom: 0.6rem;
}

.table {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.testimonial-box {
  max-width: 800px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.testimonial-text {
  font-style: italic;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #333;
  position: relative;
}

.testimonial-text::before,
.testimonial-text::after {
  font-size: 2rem;
  color: #999;
  position: absolute;
}

.testimonial-text::before {
  content: "“";
  left: -10px;
  top: -10px;
}

.testimonial-text::after {
  content: "”";
  right: -10px;
  bottom: -10px;
}

.testimonial-author {
  font-weight: 700;
  color: #555;
}
.section-title {
  font-size: 38px;
  font-weight: 700;
  color: #222;
}

.section-subtitle {
  font-size: 1.25rem;
  color: #666;
  font-weight: 500;
}

.choose-box {
  background: #fff;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.choose-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.choose-box h4 {
  font-weight: 600;
  color: #333;
}
.faq-section .accordion-button {
  font-weight: 600;
  font-size: 1rem;
}

.faq-section .accordion-body {
  font-size: 0.95rem;
  color: #444;
}
.cta-clean {
  background: #f9f9f9; /* light grey for contrast */
  border: 1px solid #eee;
  border-radius: 12px;
}

.cta-clean h3 {
  color: #222;
}

.cta-clean ul li {
  margin-bottom: 6px;
}

/* CTA Section */
/* CTA Section */
.cta-section {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px 30px;
}

/* Inner shadowed box */
.cta-inner-box {
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #eee;
}

/* Description */
.cta-description {
  font-size: 1rem;
  color: #444;
}

/* General Button Style */
.contact-btn,
.mail-btn {
  display: inline-block;
  padding: 0 20px;
  border: 1px solid #4c2576;
  height: 45px;
  line-height: 43px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 6px;
  transition: 0.3s;
  text-decoration: none;
  min-width: 140px;
  text-align: center;
}

/* Call Us button - outline style */
.contact-btn {
  color: #4c2576;
  background: transparent;
}
.contact-btn:hover {
  background: #4c2576;
  color: #fff;
}

/* Mail Us button - filled violet */
.mail-btn {
  background: #4c2576;
  color: #fff;
}
.mail-btn:hover {
  background: transparent;
  color: #4c2576;
  border: 1px solid #4c2576;
}

/* Default (Desktop) – keep as it is or adjust if needed */
.intro-section {
  padding: 5rem 0 0!important; /* default bootstrap spacing */
}



/* Tablet (768px and below) */
@media (max-width: 1024px) {
  .intro-section {
    padding:50px 0px 0px 0px!important;
    margin: 0px 0px!important;
  }


      .why-choose-section p {
        font-size: 16px !important ;
        text-align: left !important;
      }

  .intro-section .design-main-title {
    font-size: 36px;
    text-align: left !important;
    margin: 0 !important;
  }

  .intro-section p {
    font-size: 16px !important;
    text-align: left !important;
    margin: 0 !important;
  }
   .intro-section .design-main-title{
   padding-bottom: 30px  !important;
  }
      .intro-section .mb-4 {
    margin-bottom: 0px  !important;
  }
   .intro-section .mx-auto{
    margin: 0px !important;
   }
    .why-choose-section .mx-auto{
         margin: 0px !important;
    }
   

      .why-choose-section .section-title{
        padding-top: 40px !important;
        text-align: left;
      }

          .blog-section {
            padding-bottom: 50px  0px!important;
          }
           .benefits-section h2{
            text-align: left !important;
           }
            .benefits-section p{
            text-align: left !important;
           }
           .benefit-card h4{
            font-size: 20px !important;
           }
            .why-choose-section h5{
              font-size: 20px;
            }

           .benefits-section .design-main-title {
  padding: 70px 0px 0px 0px;
  text-align: left !important;
 }
   .design-section h2{
            text-align: left !important;
           }
             .design-section p{
            text-align: left !important;
           }
}

/* Mobile (576px and below) */
@media (max-width: 576px) {
  .intro-section {
    padding:50px 0px 0px 0px!important;
    margin: 0px 0px!important;
  }

  .intro-section .design-main-title {
    font-size: 28px;
    text-align: left !important;
    margin: 0 !important;
  }

   .intro-section .design-main-title{
   padding-bottom: 0px  !important;
  }



  .intro-section p {
    font-size: 16px !important;
    text-align: left !important;
   padding: 10px 0px 0px 0px;
  }
  .intro-section .mb-4{
    margin-bottom: 0px !important;
  }

      .why-choose-section .section-title{
        padding-top: 40px;
        font-size: 28px !important;
        text-align: left !important;
      }

          .blog-section {
            padding-bottom: 50px !important;
            padding-left: 0px !important;
            padding-left: 0px !important;
          }
 .benefits-section .design-main-title{
  padding: 50px 0px 0px 0px;
 }
     .design-section .design-box h4 {
      font-size: 20px !important;
      text-align: center !important;
      padding-top: 10px;
     }
         .design-section p{
          text-align: left !important;
         }

         
}


/* Tablet */
@media (max-width: 991px) {
  .cost-section {
    padding-top: 0 !important;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .cost-section {
    padding-top: 0 !important;
  }
  .cost-section  .section-title{
    padding: 0 !important;
  }
}


/* Same Image Size For All Sections */
.why-choose-section img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 12px;
}
.why-choose-section .py-5{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* Tablet */
@media (max-width: 991px) {
  .why-choose-section img {
    height: 320px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .why-choose-section img {
    height: 250px;
  }
}

/* Top Padding Only For Mobile */
@media (max-width: 767px) {
  .why-choose-section {
    padding-top: 100px !important;
  }
}


/* Same Image Size */
.led-design-section img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
}

.led-design-section h2{
  font-size: 30px ;
}

/* Tablet Responsive */
@media (min-width: 768px) and (max-width: 991px) {

  .led-design-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .led-design-section .row {
    flex-direction: column !important;
  }

  .led-design-section img {
    height: 320px;
      margin-top: 30px;
  }

  .led-design-section .section-title {
    font-size: 36px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px !important;
  }

  .led-design-section p {
    text-align: left !important;
    font-size: 16px !important;
  }

}

/* Mobile Responsive */
@media (max-width: 767px) {

  .led-design-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .led-design-section .row {
    flex-direction: column !important;
  }

  .led-design-section img {
    height: 250px;
    margin-top: 30px;
  }

  .led-design-section .section-title {
    font-size: 28px;
    text-align: left;
  
  }

  .led-design-section p {
    text-align: left !important;
    font-size: 16px !important;
    padding-top: 20px;
  }

}