.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: 2rem;
  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;
}

