body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Outfit', sans-serif;
  background-color: #f9f9f9;
  scroll-behavior: smooth;
}

/* Offset anchor scroll for sticky navbar */
section[id] {
  scroll-margin-top: 116px;
}

.hero-section {
  position: relative;
  background-color: #f9f9f9;
  padding: 100px 20px 120px;
  text-align: center;
  overflow: hidden;
  min-height: 750px;
}

.hero-content {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.hero-title {
  font-size: 72px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.05;
  margin-bottom: 32px;
  letter-spacing: -2px;
}

.hero-features {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.feature-icon {
  width: 22px;
  height: 22px;
  fill: #1a1a1a;
}

.hero-form {
  background: transparent;
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-input {
  width: 100%;
  padding: 22px 24px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  font-family: inherit;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  font-weight: 600;
  color: #333;
  text-align: center;
}

.form-input::placeholder {
  color: #999;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.form-input:focus {
  border-color: #2f5df9;
  box-shadow: 0 0 0 3px rgba(47, 93, 249, 0.1);
}

.submit-btn {
  width: 100%;
  padding: 22px;
  background-color: #2f5df9;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.5px;
}

.submit-btn:hover {
  background-color: #2448c9;
}

.trust-section {
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trust-title {
  font-size: 19px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 18px;
}

.trust-image {
  height: 44px;
  margin-bottom: 14px;
}

.trust-subtext {
  font-size: 13px;
  color: #888;
  max-width: 650px;
  text-align: center;
  font-style: italic;
  line-height: 1.5;
}

.featured-logos-wrapper {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  gap: 20px;
}

.featured-text {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
  white-space: nowrap;
  flex-shrink: 0;
  z-index: 2;
}

.featured-logos-marquee {
  display: flex;
  overflow: hidden;
  flex: 1;
  max-width: 700px;
  mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}

.featured-logos-track {
  display: flex;
  width: max-content;
  animation: featureScroll 10s linear infinite;
}

.featured-logos-track:hover {
  animation-play-state: paused;
}

.featured-logos-group {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-right: 32px;
  /* same as gap to make seamless */
}

.featured-logos-group img {
  height: 36px;
  filter: grayscale(100%) opacity(0.8);
  transition: filter 0.3s, opacity 0.3s;
  flex-shrink: 0;
  cursor: pointer;
}

.featured-logos-group img:hover {
  filter: grayscale(0%) opacity(1);
}

@keyframes featureScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.car-image-top {
  position: absolute;
  top: 40px;
  right: -120px;
  width: 500px;
  z-index: 1;
}

.car-image-bottom {
  position: absolute;
  bottom: -60px;
  right: -80px;
  width: 480px;
  z-index: 1;
}

@media (max-width: 1200px) {

  .car-image-top,
  .car-image-bottom {
    opacity: 0.3;
    right: -200px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 48px 20px 80px;
    min-height: auto;
  }

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

  .feature-item {
    font-size: 15px;
  }

  .car-image-top,
  .car-image-bottom {
    display: none;
  }

  .featured-logos-wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .featured-text {
    width: 100%;
    text-align: center;
    display: block;
  }
}

/* Process Section */
.process-section {
  padding: 110px 20px;
  background-color: #ffffff;
  text-align: center;
}

.process-title {
  font-size: 40px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 auto 70px;
  letter-spacing: -0.5px;
  text-align: center;
  max-width: 1400px;
}

.process-cards {
  display: flex;
  justify-content: center;
  gap: 28px;
  max-width: 1400px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.process-card-wrapper {
  flex: 1;
  min-width: 320px;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 22px;
}

.step-badge {
  background-color: #2f5df9;
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 22px 8px 16px;
  display: inline-block;
  position: absolute;
  top: -18px;
  left: 20px;
  z-index: 10;
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}

.process-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 52px 40px;
  text-align: left;
  height: 100%;
  box-sizing: border-box;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.step-icon {
  height: 64px;
  margin-bottom: 30px;
  display: block;
}

.step-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 16px 0;
  line-height: 1.3;
}

.step-desc {
  font-size: 19px;
  color: #555555;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 768px) {
  .process-card-wrapper {
    min-width: 100%;
  }
}

/* Why Choose Section */
.why-choose-section {
  background-color: #f9f9f9;
  padding: 110px 20px 60px;
  overflow: visible;
}

.why-choose-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.why-choose-text {
  flex: 1;
  text-align: left;
  color: #444;
}

.why-choose-text h2 {
  font-size: 44px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 24px;
  line-height: 1.15;
  letter-spacing: -1px;
}

.why-choose-text .subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 24px;
}

.why-choose-text p {
  font-size: 19px;
  line-height: 1.75;
  margin-bottom: 20px;
  color: #555;
}

.why-choose-text a {
  color: #2f5df9;
  text-decoration: none;
  font-weight: 600;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #333;
}

.green-check {
  width: 24px;
  height: 24px;
  fill: #4cc85a;
  flex-shrink: 0;
}

.why-choose-image {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  min-height: 520px;
  overflow: visible;
  /* Prevents flex blowout on smaller screens */
}


.woman-img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0 auto;
}

.floating-offer {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 480px;
  background: white;
  border-radius: 16px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  z-index: 2;
}

.offer-icon {
  width: 64px;
  height: 64px;
  background-color: #4cc85a;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 800;
  font-size: 8px;
  text-align: center;
  flex-shrink: 0;
}

.offer-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}

.offer-text strong {
  font-size: 18px;
  color: #1a1a1a;
  letter-spacing: -0.2px;
}

.offer-text span {
  font-size: 15px;
  color: #666;
  line-height: 1.4;
}

.offer-text span {
  font-size: 13px;
  color: #777;
  margin-top: 2px;
}

.bottom-features {
  max-width: 1300px;
  margin: 70px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.bottom-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
}

@media (max-width: 1100px) {
  .why-choose-container {
    flex-direction: column;
  }

  .why-choose-image {
    width: 100%;
    min-height: 420px;
  }

  .circle-bg {
    width: 80%;
    max-width: 380px;
  }

  .floating-offer {
    bottom: 20px;
  }
}

/* Testimonials Section */
.testimonials-section {
  padding: 120px 20px;
  background-color: #ffffff;
  text-align: center;
}

.testimonials-title {
  font-size: 52px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 60px;
  letter-spacing: -1.5px;
}

.testimonials-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 25px;
  max-width: 1300px;
  margin: 0 auto;
  overflow-x: auto;
  padding: 20px 0 40px;
  /* Hide scrollbar */
  scrollbar-width: none;
}

.testimonials-container::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  background: #ffffff;
  border: 1px solid #ebeeef;
  position: relative;
  padding: 45px 40px;
  text-align: left;
  width: 420px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  border-radius: 8px;
}

.testimonial-card:hover,
.testimonial-card.highlighted {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-8px);
  border-color: #ffffff;
}

.quote-mark {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 70px;
  opacity: 0.1;
  z-index: 0;
}

.t-title {
  font-size: 22px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 18px 0;
  position: relative;
  z-index: 1;
  line-height: 1.3;
}

.t-text {
  font-size: 16px;
  color: #777;
  line-height: 1.75;
  margin-bottom: 36px;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}

.t-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.t-author-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.t-author {
  font-weight: 800;
  color: #1a1a1a;
  font-size: 17px;
}

.t-verified {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #999;
  font-weight: 600;
}

.t-verified svg {
  width: 14px;
  height: 14px;
  fill: #a0a0a0;
}

.t-rating-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.t-date {
  font-size: 14px;
  color: #999;
}

.t-stars {
  display: flex;
  gap: 2px;
}

.t-star {
  width: 26px;
  height: 26px;
  background-color: #00b67a;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

.t-star svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}

.carousel-nav {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  max-width: 1225px;
  margin: 0 auto;
  padding-right: 20px;
}

.nav-btn {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}

.nav-btn svg {
  width: 26px;
  height: 26px;
  fill: #1a1a1a;
}

.nav-btn:hover {
  border-color: #1a1a1a;
}

@media (max-width: 1200px) {
  .testimonials-container {
    justify-content: flex-start;
    padding-left: 20px;
  }
}

/* Instant Quote Section */
.instant-quote-section {
  padding: 110px 20px 60px;
  background-color: #f9f9f9;
}

.quote-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.quote-text {
  flex: 1;
  text-align: left;
  color: #555;
}

.quote-text h2 {
  font-size: 46px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 28px;
  line-height: 1.15;
  letter-spacing: -1px;
}

.quote-text p {
  font-size: 19px;
  line-height: 1.75;
  margin-bottom: 22px;
}

.quote-check-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}

.quote-check-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 17px;
  color: #555;
  margin-bottom: 16px;
}

.quote-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

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

.quote-bottom-features {
  max-width: 1300px;
  margin: 70px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.quote-bottom-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
}

@media (max-width: 1024px) {
  .quote-container {
    flex-direction: column;
  }
}

/* Green Banner CTA Section */
.green-cta-section {
  position: relative;
  background-color: #4cc85a;
  padding: 60px 20px;
  text-align: center;
  overflow: hidden;
}

.green-cta-content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.green-cta-title {
  font-size: 38px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.green-cta-features {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.green-feature {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}

.black-check {
  width: 24px;
  height: 24px;
  fill: #1a1a1a;
}

.green-cta-form {
  display: flex;
  flex-direction: column;
  max-width: 560px;
  margin: 0 auto;
  gap: 15px;
  margin-bottom: 30px;
}

.quote-field-wrap,
.cta-field-wrap {
  flex: 1;
  position: relative;
  min-width: 200px;
  width: 100%;
}

.quote-field-wrap .uk-plate-container,
.cta-field-wrap .uk-plate-container {
  width: 100%;
}

.green-cta-input {
  width: 100%;
  padding: 22px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  font-family: inherit;
  color: #333;
  outline: none;
  box-sizing: border-box;
  text-align: center;
}

.green-cta-input::placeholder {
  color: #999;
  letter-spacing: 0.5px;
}

.green-cta-btn {
  width: 100%;
  padding: 22px 35px;
  background-color: #2f5df9;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.green-cta-btn:hover {
  background-color: #2448c9;
}

.green-cta-trust {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 19px;
  color: #1a1a1a;
}

.trustpilot-logo {
  display: flex;
  align-items: center;
  font-weight: 700;
  gap: 4px;
}

.trustpilot-logo .star {
  color: #1a1a1a;
  font-size: 24px;
  margin-bottom: 2px;
}

.trust-stars-img {
  height: 32px;
}

.review-count strong {
  font-weight: 800;
}

.cta-car-top {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 250px;
  z-index: 1;
  transform: rotate(15deg);
}

.cta-car-bottom {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 250px;
  z-index: 1;
  transform: rotate(-15deg);
}

@media (max-width: 900px) {
  .green-cta-form {
    flex-direction: column;
  }

  .cta-car-top,
  .cta-car-bottom {
    display: none;
  }
}

/* FAQs Section */
.faqs-section {
  padding: 110px 20px;
  background-color: #F9F9F9;
}

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

.faqs-title {
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 60px;
  letter-spacing: -1px;
}

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

.faqs-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.faq-item {
  border-bottom: 1px solid #eee;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
  cursor: pointer;
  color: #444;
  font-size: 24px;
  font-weight: 600;
  transition: color 0.2s;
}

.faq-question:hover {
  color: #4cc85a;
}

.faq-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
  opacity: 0.5;
  flex-shrink: 0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  color: #666;
  font-size: 18px;
  line-height: 1.7;
}

.faq-answer p {
  margin-bottom: 15px;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-item.active .faq-answer {
  max-height: 800px;
  padding-bottom: 20px;
}

@media (max-width: 900px) {
  .faqs-grid {
    flex-direction: column;
    gap: 0;
  }
}

/* Blog Section */
.blog-section {
  padding: 110px 20px;
  background-color: #ffffff;
  text-align: center;
}

.blog-title {
  font-size: 48px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 60px;
  letter-spacing: -1px;
}

.blog-container {
  display: flex;
  gap: 32px;
  max-width: 1400px;
  margin: 0 auto;
  overflow-x: auto;
  padding-bottom: 24px;
  scrollbar-width: none;
}

.blog-container::-webkit-scrollbar {
  display: none;
}

.blog-card {
  flex: 0 0 auto;
  width: 390px;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
}

.blog-img-wrapper {
  width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-img-wrapper img {
  transform: scale(1.05);
}

.blog-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.35;
  margin: 0;
}

/* =============================================
       MOBILE RESPONSIVE STYLES
       ============================================= */

/* --- Tablet (â‰¤ 1024px) --- */
@media (max-width: 1024px) {
  .hero-section {
    padding: 120px 24px 80px;
    min-height: auto;
  }

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

  .why-choose-container {
    flex-direction: column;
    gap: 40px;
  }

  .why-choose-image {
    width: 100%;
    min-height: 400px;
  }

  .circle-bg {
    max-width: 360px;
  }

  .quote-container {
    flex-direction: column;
    gap: 40px;
  }

  .quote-image {
    justify-content: center;
  }

  .process-cards {
    gap: 20px;
  }

  .faqs-grid {
    flex-direction: column;
    gap: 0;
  }

  .testimonial-card {
    width: 360px;
  }

  .blog-card {
    width: 340px;
  }

  .blog-img-wrapper {
    aspect-ratio: 3 / 2;
    height: auto;
  }
}

/* --- Mobile (â‰¤ 768px) --- */
@media (max-width: 768px) {

  /* Hero */
  .hero-section {
    padding: 100px 20px 70px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-title {
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 1.1;
  }

  .hero-features {
    gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .feature-item {
    font-size: 15px;
  }

  .hero-form {
    max-width: 100%;
    gap: 14px;
  }

  .form-input {
    padding: 18px 20px;
    font-size: 15px;
  }

  .submit-btn {
    padding: 20px;
    font-size: 16px;
  }

  .trust-image {
    height: 36px;
  }

  .featured-logos {
    gap: 20px;
    margin-top: 40px;
  }

  .featured-logos img {
    height: 26px;
  }

  /* Process Section */
  .process-section {
    padding: 72px 16px;
  }

  .process-title {
    font-size: 34px !important;
    margin-bottom: 50px !important;
  }

  .process-card-wrapper {
    min-width: 100%;
    width: 100%;
  }

  .process-card {
    padding: 40px 28px;
    border-radius: 12px;
  }

  .step-title {
    font-size: 20px;
  }

  .step-desc {
    font-size: 15px;
  }

  /* Why Choose */
  .why-choose-section {
    padding: 72px 20px 40px;
  }

  .why-choose-image {
    width: 100%;
    min-height: 340px;
  }

  .why-choose-text h2 {
    font-size: 34px;
  }

  .why-choose-text .subtitle {
    font-size: 16px;
  }

  .why-choose-text p {
    font-size: 15px;
  }

  .check-list li {
    font-size: 15px;
  }

  .circle-bg {
    max-width: 280px;
  }

  .floating-offer {
    bottom: 10px;
    padding: 12px 16px;
    width: 90%;
    max-width: 420px;
  }

  .bottom-features {
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
  }

  .bottom-feature {
    font-size: 14px;
    flex: 0 0 calc(50% - 8px);
  }

  /* Testimonials */
  .testimonials-section {
    padding: 72px 16px;
  }

  .testimonials-title {
    font-size: 36px;
    letter-spacing: -0.5px;
    margin-bottom: 40px;
  }

  .testimonials-container {
    padding-left: 16px;
    gap: 16px;
  }

  .testimonial-card {
    width: 88vw;
    max-width: 400px;
    padding: 36px 28px;
  }

  .t-title {
    font-size: 18px;
  }

  .t-text {
    font-size: 14px;
  }

  .carousel-nav {
    padding-right: 16px;
    margin-top: 24px;
  }

  /* Instant Quote */
  .instant-quote-section {
    padding: 72px 20px 40px;
  }

  .quote-text h2 {
    font-size: 34px;
    letter-spacing: -0.5px;
  }

  .quote-text p {
    font-size: 15px;
  }

  .quote-check-list li {
    font-size: 15px;
  }

  .quote-image img {
    border-radius: 10px;
  }

  .quote-bottom-features {
    justify-content: flex-start;
    gap: 14px;
  }

  .quote-bottom-feature {
    font-size: 14px;
    flex: 0 0 calc(50% - 7px);
  }

  /* Green CTA */
  .green-cta-section {
    padding: 72px 20px;
  }

  .green-cta-content {
    max-width: 100%;
  }

  .green-cta-title {
    font-size: 34px;
    letter-spacing: -0.5px;
    margin-bottom: 22px;
  }

  .green-cta-features {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-bottom: 30px;
  }

  .green-feature {
    font-size: 16px;
  }

  .green-cta-form {
    flex-direction: column;
    gap: 12px;
  }

  .green-cta-input {
    width: 100%;
    padding: 18px 20px;
    font-size: 15px;
  }

  .green-cta-btn {
    width: 100%;
    padding: 20px;
    font-size: 16px;
  }

  .green-cta-trust {
    flex-wrap: wrap;
    font-size: 15px;
    gap: 10px;
  }

  /* FAQs */
  .faqs-section {
    padding: 72px 20px;
  }

  .faqs-title {
    font-size: 34px;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
  }

  .faq-question {
    font-size: 16px;
    padding: 22px 0;
  }

  .faq-answer {
    font-size: 14px;
  }

  /* Blog */
  .blog-section {
    padding: 72px 16px;
  }

  .blog-title {
    font-size: 34px;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
  }

  .blog-container {
    gap: 20px;
    padding-left: 4px;
  }

  .blog-card {
    width: 84vw;
    max-width: 360px;
  }

  .blog-img-wrapper {
    aspect-ratio: 3 / 2;
    height: auto;
  }

  .blog-card-title {
    font-size: 17px;
  }
}

/* --- Small Phones (â‰¤ 480px) --- */
@media (max-width: 480px) {
  .hero-title {
    font-size: 32px;
  }

  .hero-features {
    gap: 12px;
  }

  .feature-item {
    font-size: 13px;
  }

  .form-input {
    padding: 16px 18px;
    font-size: 14px;
  }

  .submit-btn {
    font-size: 15px;
    padding: 18px;
  }

  .process-title {
    font-size: 28px !important;
  }

  .step-title {
    font-size: 18px;
  }

  .step-icon {
    height: 48px;
  }

  .why-choose-text h2 {
    font-size: 28px;
  }

  .testimonials-title {
    font-size: 28px;
  }

  .testimonial-card {
    width: 90vw;
    padding: 28px 22px;
  }

  .t-title {
    font-size: 16px;
  }

  .quote-text h2 {
    font-size: 28px;
  }

  .green-cta-title {
    font-size: 28px;
  }

  .faqs-title {
    font-size: 28px;
  }

  .blog-title {
    font-size: 28px;
  }

  .blog-card {
    width: 92vw;
  }

  .blog-img-wrapper {
    aspect-ratio: 3 / 2;
    height: auto;
  }

  .bottom-feature,
  .quote-bottom-feature {
    flex: 0 0 100%;
  }

  .trust-title {
    font-size: 15px;
  }
}

/* --- GLOBALS SCOPED FOR SEPARATED HTML FILES --- */
body.blog-body {
  margin: 0;
  padding: 0;
  font-family: 'Outfit', sans-serif;
  background-color: #ffffff;
  color: #333;
}

/* --- BLOG CSS --- */
.blog-page {
  max-width: 1300px;
  margin: 40px auto 80px;
  padding: 0 20px;
}

.breadcrumb {
  font-size: 14px;
  color: #666;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.breadcrumb a {
  color: #666;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb .current {
  color: #2f5df9;
  font-weight: 500;
}

.blog-content-wrapper {
  display: flex;
  gap: 60px;
  align-items: center;
}

.blog-left {
  flex: 1;
}

.blog-right {
  flex: 1;
}

.blog-headline {
  font-size: 48px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.1;
  margin-bottom: 25px;
  letter-spacing: -1.5px;
}

.blog-description {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 30px;
}

.last-updated {
  font-size: 14px;
  font-weight: 600;
  color: #4cc85a;
  margin-bottom: 30px;
}

.author-box {
  background-color: #f7f7f7;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ddd;
  object-fit: cover;
  flex-shrink: 0;
}

.author-info h4 {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}

.author-info p {
  margin: 0;
  font-size: 13px;
  color: #777;
  line-height: 1.5;
}

.blog-right-img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}

@media (max-width: 900px) {
  .blog-content-wrapper {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .blog-headline {
    font-size: 38px;
  }
}

/* --- DASHBOARD CSS --- */
body.dashboard-body {
  font-family: 'Arial', sans-serif;
  background: #f5f5f5;
  min-height: 100vh;
  display: flex;
  color: #000000;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.dashboard-body * {
  box-sizing: border-box;
}

body.dashboard-body .sidebar {
  width: 280px;
  background: #ffffff;
  border-right: 3px solid #000000;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  position: fixed;
  height: 100vh;
  overflow-y: auto;
  z-index: 10;
  margin: 0;
}

.dashboard-body .logo-container {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
}

.dashboard-body .logo-square {
  width: 40px;
  height: 40px;
  background: #000000;
  border: 3px solid #000000;
  position: relative;
  flex-shrink: 0;
}

.dashboard-body .logo-square::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #ffffff;
}

.dashboard-body .logo-text {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dashboard-body .nav-menu {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dashboard-body .nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 3px solid transparent;
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
  font-size: 14px;
  cursor: pointer;
}

.dashboard-body .nav-link:hover,
.dashboard-body .nav-link.active {
  border-color: #000000;
  background: #ffffff;
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 #000000;
}

.dashboard-body .nav-link.active {
  background: #000000;
  color: #ffffff;
  box-shadow: 4px 4px 0 #000000;
}

.dashboard-body .nav-icon {
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  display: inline-block;
}

.dashboard-body .main-content {
  flex: 1;
  padding: 40px 48px;
  margin-left: 280px;
}

.dashboard-body .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 3px solid #000000;
}

.dashboard-body .page-title {
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
}

.dashboard-body .user-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.dashboard-body .avatar {
  width: 48px;
  height: 48px;
  background: #000000;
  border: 3px solid #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.2rem;
  transition: all 0.2s ease;
}

.dashboard-body .user-profile:hover .avatar {
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 #000000;
}

.dashboard-body .user-info {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.dashboard-body .user-name {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
}

.dashboard-body .user-role {
  font-size: 12px;
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
}

.dashboard-body .view-section {
  display: none;
  animation: fadeIn 0.3s ease;
}

.dashboard-body .view-section.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dashboard-body .dash-card {
  background: #ffffff;
  border: 3px solid #000000;
  padding: 32px;
  box-shadow: 8px 8px 0 #000000;
  margin-bottom: 32px;
}

.dashboard-body .form-group {
  margin-bottom: 24px;
}

.dashboard-body .form-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.dashboard-body .input-wrapper {
  position: relative;
  border: 2px solid #000000;
  background: #ffffff;
}

.dashboard-body .input-wrapper input,
.dashboard-body .input-wrapper textarea,
.dashboard-body .input-wrapper select {
  width: 100%;
  background: transparent;
  border: none;
  padding: 12px 16px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  font-family: inherit;
}

.dashboard-body .input-wrapper textarea {
  resize: vertical;
  min-height: 100px;
}

.dashboard-body .input-wrapper select {
  appearance: none;
  cursor: pointer;
}

.dashboard-body .select-wrapper::after {
  content: 'â–¼';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  pointer-events: none;
}

.dashboard-body .input-wrapper input::placeholder,
.dashboard-body .input-wrapper textarea::placeholder {
  color: #999999;
}

.dashboard-body .input-wrapper:focus-within {
  box-shadow: 4px 4px 0 #000000;
  transform: translate(-2px, -2px);
}

.dashboard-body .file-input-wrapper {
  display: flex;
  align-items: center;
}

.dashboard-body .input-wrapper input[type="file"] {
  padding: 8px;
  font-size: 14px;
  cursor: pointer;
}

.dashboard-body .input-wrapper input[type="file"]::file-selector-button {
  background: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  padding: 8px 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 16px;
  transition: all 0.2s ease;
  font-family: inherit;
}

.dashboard-body .input-wrapper input[type="file"]::file-selector-button:hover {
  background: #333333;
}

.dashboard-body .action-btn {
  background: #000000;
  color: #ffffff;
  border: 3px solid #000000;
  padding: 16px 32px;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.2s ease;
  display: inline-block;
}

.dashboard-body .action-btn:hover {
  background: #ffffff;
  color: #000000;
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 #000000;
}

.dashboard-body .action-btn:active {
  transform: translate(0, 0);
  box-shadow: 2px 2px 0 #000000;
}

.dashboard-body .btn-outline {
  background: #ffffff;
  color: #000000;
}

.dashboard-body .btn-outline:hover {
  background: #000000;
  color: #ffffff;
}

.dashboard-body .btn-sm {
  padding: 8px 16px;
  font-size: 11px;
  border-width: 2px;
}

.dashboard-body .btn-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.dashboard-body .btn-danger:hover {
  background: #dc3545;
  color: #ffffff;
  border-color: #000000;
}

.dashboard-body .brutal-table {
  width: 100%;
  border-collapse: collapse;
}

.dashboard-body .brutal-table th,
.dashboard-body .brutal-table td {
  border: 2px solid #000000;
  padding: 16px;
  text-align: left;
  font-size: 14px;
}

.dashboard-body .brutal-table th {
  background: #000000;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dashboard-body .brutal-table tr {
  background: #ffffff;
  transition: background 0.2s;
}

.dashboard-body .brutal-table tr:hover {
  background: #fdfdfd;
}

.dashboard-body .brutal-table td {
  font-weight: 600;
  vertical-align: middle;
}

.dashboard-body .status-badge {
  display: inline-block;
  padding: 4px 8px;
  border: 2px solid #000000;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  background: #f5f5f5;
}

.dashboard-body .table-actions {
  display: flex;
  gap: 8px;
}

.dashboard-body .blog-thumbnail {
  width: 60px;
  height: 40px;
  background: #eeeeee;
  border: 2px solid #000000;
  object-fit: cover;
  display: block;
}

@media (max-width: 1024px) {
  .dashboard-body .sidebar {
    width: 80px;
    padding: 24px 16px;
  }

  .dashboard-body .logo-text,
  .dashboard-body .nav-link span {
    display: none;
  }

  .dashboard-body .nav-link {
    justify-content: center;
    padding: 16px 0;
  }

  .dashboard-body .main-content {
    margin-left: 80px;
    padding: 32px;
  }
}

@media (max-width: 768px) {
  body.dashboard-body {
    flex-direction: column;
  }

  .dashboard-body .sidebar {
    width: 100%;
    height: auto;
    position: relative;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    border-right: none;
    border-bottom: 3px solid #000000;
  }

  .dashboard-body .logo-container {
    margin-bottom: 0;
    margin-right: 32px;
  }

  .dashboard-body .logo-text {
    display: block;
    font-size: 1.2rem;
  }

  .dashboard-body .nav-menu {
    flex-direction: row;
    overflow-x: auto;
    gap: 8px;
  }

  .dashboard-body .nav-link {
    padding: 8px 16px;
  }

  .dashboard-body .nav-link span {
    display: block;
  }

  .dashboard-body .main-content {
    margin-left: 0;
    padding: 16px;
  }

  .dashboard-body .header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .dashboard-body .page-title {
    font-size: 2rem;
  }

  .dashboard-body .brutal-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}


/* --- LOGIN CSS --- */
body.login-body {
  font-family: 'Arial', sans-serif;
  background: #f5f5f5;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  line-height: 1.4;
  margin: 0;
}

.login-body * {
  box-sizing: border-box;
}

.login-body .login-container {
  width: 100%;
  max-width: 400px;
}

.login-body .login-card {
  background: #ffffff;
  border: 3px solid #000000;
  border-radius: 0;
  padding: 40px;
  box-shadow: 8px 8px 0 #000000;
  transition: all 0.2s ease;
}

.login-body .login-card:hover {
  transform: translate(-2px, -2px);
  box-shadow: 10px 10px 0 #000000;
}

.login-body .login-header {
  text-align: center;
  margin-bottom: 32px;
}

.login-body .logo {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}

.login-body .logo-square {
  width: 48px;
  height: 48px;
  background: #000000;
  border: 3px solid #000000;
  position: relative;
}

.login-body .logo-square::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: #ffffff;
}

.login-body .login-header h2 {
  color: #000000;
  font-size: 1.75rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.login-body .login-header p {
  color: #666666;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.login-body .form-group {
  margin-bottom: 24px;
  position: relative;
}

.login-body .form-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.login-body .input-wrapper {
  position: relative;
  border: 2px solid #000000;
  background: #ffffff;
}

.login-body .input-wrapper input {
  width: 100%;
  background: transparent;
  border: none;
  padding: 12px 16px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  font-family: inherit;
}

.login-body .input-wrapper input::placeholder {
  color: #999999;
}

.login-body .input-wrapper:focus-within {
  box-shadow: 4px 4px 0 #000000;
  transform: translate(-2px, -2px);
}

.login-body .password-wrapper {
  display: flex;
  align-items: center;
}

.login-body .password-wrapper input {
  flex: 1;
  padding-right: 60px;
}

.login-body .password-toggle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000;
  color: #ffffff;
  border: none;
  padding: 0 12px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
}

.login-body .password-toggle:hover {
  background: #333333;
}

.login-body .password-toggle:active {
  transform: scale(0.98);
}

.login-body .form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  flex-wrap: wrap;
  gap: 16px;
}

.login-body .checkbox-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.login-body .checkbox-wrapper input[type="checkbox"] {
  display: none;
}

.login-body .checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

.login-body .checkbox-box {
  width: 16px;
  height: 16px;
  border: 2px solid #000000;
  background: #ffffff;
  position: relative;
  transition: all 0.2s ease;
}

.login-body .checkbox-wrapper input[type="checkbox"]:checked+.checkbox-label .checkbox-box {
  background: #000000;
}

.login-body .checkbox-box::after {
  content: 'âœ“';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.login-body .checkbox-wrapper input[type="checkbox"]:checked+.checkbox-label .checkbox-box::after {
  opacity: 1;
}

.login-body .forgot-link {
  color: #000000;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
  border-bottom: 2px solid transparent;
}

.login-body .forgot-link:hover {
  border-bottom-color: #000000;
}

.login-body .login-btn {
  width: 100%;
  background: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  padding: 16px;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  transition: all 0.2s ease;
  overflow: hidden;
}

.login-body .login-btn:hover {
  background: #333333;
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 #000000;
}

.login-body .login-btn:active {
  transform: translate(0, 0);
  box-shadow: 2px 2px 0 #000000;
}

.login-body .btn-text {
  position: relative;
  z-index: 1;
  transition: opacity 0.2s ease;
}

.login-body .btn-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 3px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.login-body .loader-bar {
  width: 3px;
  height: 16px;
  background: #ffffff;
  animation: loaderPulse 1s ease-in-out infinite;
}

.login-body .loader-bar:nth-child(2) {
  animation-delay: 0.2s;
}

.login-body .loader-bar:nth-child(3) {
  animation-delay: 0.4s;
}

.login-body .login-btn.loading .btn-text {
  opacity: 0;
}

.login-body .login-btn.loading .btn-loader {
  opacity: 1;
}

.login-body .error-message {
  color: #dc3545;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 6px;
  margin-left: 2px;
  opacity: 0;
  transform: translateY(-8px);
  transition: all 0.2s ease;
  display: block;
}

.login-body .error-message.show {
  opacity: 1;
  transform: translateY(0);
}

.login-body .form-group.error .input-wrapper {
  border-color: #dc3545;
  animation: shake 0.3s ease-in-out;
}

@media (max-width: 480px) {
  body.login-body {
    padding: 16px;
  }

  .login-body .login-card {
    padding: 28px;
    box-shadow: 6px 6px 0 #000000;
  }

  .login-body .login-card:hover {
    transform: translate(-1px, -1px);
    box-shadow: 7px 7px 0 #000000;
  }

  .login-body .login-header h2 {
    font-size: 1.5rem;
  }

  .login-body .form-options {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

/* --- HEADER CSS --- */
:root {
  --nav-bg: #4cc85a;
  --nav-text: #ffffff;
}

.navbar {
  display: flex;
  align-items: center;
  background-color: var(--nav-bg);
  padding: 0 40px;
  height: 116px;
  box-sizing: border-box;
  position: relative;
  z-index: 1000;
}

.logo {
  font-size: 28px;
  font-weight: 800;
  color: var(--nav-text);
  text-decoration: none;
  margin-right: 50px;
  letter-spacing: -1.5px;
  flex-shrink: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex: 1;
}

.nav-link {
  display: flex;
  align-items: center;
  color: var(--nav-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  gap: 4px;
  cursor: pointer;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}

.nav-link:hover {
  opacity: 0.8;
}

.nav-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 16px;
}

.get-quote-btn {
  display: flex;
  align-items: center;
  background-color: #1a1a1a;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  font-family: inherit;
  padding: 12px 22px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.15s ease;
  white-space: nowrap;
  letter-spacing: 0.3px;
}

.get-quote-btn:hover {
  background-color: #333;
  transform: translateY(-1px);
}

.sign-in-btn {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  color: #555555;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  font-family: inherit;
  gap: 8px;
  padding: 10px 18px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease;
  text-decoration: none;
  white-space: nowrap;
}

.sign-in-btn:hover {
  background-color: #f1f1f1;
}

.sign-in-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  margin-left: auto;
  padding: 8px;
  background: none;
  border: none;
  outline: none;
}

.hamburger span {
  display: block;
  width: 26px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hamburger.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Mobile drawer */
.mobile-menu {
  display: none;
  flex-direction: column;
  background-color: #3db84a;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.mobile-menu.open {
  max-height: 600px;
  padding: 12px 0 20px;
}

.mobile-menu .nav-link,
.mobile-menu .mobile-cta {
  display: block;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: background 0.2s ease;
}

.mobile-menu .nav-link:hover {
  background: rgba(0, 0, 0, 0.08);
  opacity: 1;
}

.mobile-menu .mobile-cta {
  margin: 16px 24px 0;
  border-bottom: none;
  background-color: #1a1a1a;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 16px 24px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.3px;
}

.mobile-menu .mobile-cta:hover {
  background: #333;
}

/* Responsive */
@media (max-width: 900px) {
  html {
    font-size: 20px;
  }

  .navbar {
    padding: 0 20px;
    height: 104px;
  }

  .logo svg {
    width: 240px;
  }

  .nav-links,
  .nav-right {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .mobile-menu {
    display: flex;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 18px;
  }

  .navbar {
    height: 104px;
    padding: 0 16px;
  }

  .logo svg {
    width: 220px;
  }
}

/* --- FOOTER CSS --- */
.site-footer {
  background-color: #276231;
  color: #ffffff;
  padding: 70px 20px 20px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  background-image: url('assets/footer-background.png');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 650px;
}

.footer-container {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.footer-logo span {
  font-size: 40px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -1px;
}

.footer-links-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(5, 1fr);
  gap: 30px;
  margin-bottom: 70px;
}

.mobile-only-col {
  display: none !important;
}

.footer-col h4 {
  font-size: 24px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 25px;
  color: #ffffff;
}

.desktop-only-col h4 {
  text-align: center;
}

.footer-block .chevron {
  display: none;
  transition: transform 0.3s ease;
}

/* Desktop: always show footer lists, no accordion */
.footer-block ul {
  display: block;
  max-height: none;
  opacity: 1;
  overflow: visible;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 15px;
}

.footer-col ul li a {
  color: #e0e0e0;
  text-decoration: none;
  transition: color 0.2s;
  font-weight: 500;
  font-size: 18px;
}

.footer-col ul li a:hover {
  color: #4cc85a;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 25px;
  margin-bottom: 25px;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-copy {
  font-weight: 500;
}

.footer-legal-links {
  display: flex;
  gap: 25px;
}

.footer-legal-links a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
}

.footer-social-pay {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-icn-wrap,
.pay-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-icn-item {
  display: block;
  transition: transform 0.2s;
}

.footer-icn-item:hover {
  transform: translateY(-2px);
}

.footer-icn-item img {
  width: 32px;
  height: 32px;
  display: block;
}

.pay-icon {
  height: 24px;
  background: transparent;
  display: flex;
}

.pay-icon img {
  height: 100%;
  object-fit: contain;
}

.footer-disclaimer {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}

@media (max-width: 1024px) {
  .site-footer {
    background-image: none;
  }
}

/* --- Mobile Font Size Overrides (Added for better readability) --- */
@media (max-width: 768px) {

  /* Increase Base Mobile Body Texts */
  body,
  p,
  .step-desc,
  .t-text,
  .quote-text p,
  .faq-answer p,
  .why-choose-text p,
  .trust-subtext,
  .offer-text span {
    font-size: 18px !important;
    line-height: 1.6 !important;
  }

  /* Feature List Texts */
  .feature-item,
  .check-list li,
  .quote-check-list li,
  .bottom-feature,
  .quote-bottom-feature,
  .green-feature {
    font-size: 18px !important;
  }

  /* Larger Mobile Headings */
  .hero-title {
    font-size: 44px !important;
    line-height: 1.1 !important;
  }

  .process-title,
  .why-choose-text h2,
  .testimonials-title,
  .quote-text h2,
  .faqs-title,
  .green-cta-title {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }

  /* Sub Headings */
  .step-title,
  .t-title,
  .blog-card-title,
  .trust-title {
    font-size: 22px !important;
  }

  /* Form Elements */
  .form-input,
  .green-cta-input,
  .submit-btn,
  .green-cta-btn {
    font-size: 18px !important;
    padding: 16px !important;
  }

  /* Mobile Header/Logo Overrides */
  .navbar {
    justify-content: space-between;
  }

  .logo {
    margin-left: 0 !important;
    display: flex;
    align-items: center;
  }

  .logo svg {
    width: px !important;
    height: auto !important;
  }

  /* Decrease Hero Gap */
  .hero-section {
    padding-top: 60px !important;
    min-height: auto !important;
  }

  /* Footer Font Size Overrides */
  .site-footer {
    padding-left: 24px !important;
    padding-right: 24px !important;
    font-size: 18px !important;
  }

  .footer-logo {
    justify-content: center !important;
    margin-bottom: 40px !important;
  }

  .footer-logo svg {
    width: 100% !important;
    max-width: 420px !important;
    height: auto !important;
  }

  .footer-col ul li a,
  .footer-copy,
  .footer-legal-links a {
    font-size: 18px !important;
  }

  .footer-col h4 {
    font-size: 22px !important;
  }

  .footer-disclaimer {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  /* Footer Mobile Responsiveness */
  .footer-links-grid {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
    margin-bottom: 30px !important;
  }

  .footer-col {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
  }

  .footer-links-grid .desktop-only-col {
    display: none !important;
  }

  .mobile-only-col {
    display: flex !important;
  }

  .footer-block[style] {
    margin-top: 0 !important;
  }

  .footer-block h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0 !important;
    padding: 10px 0;
    border-bottom: 1px solid transparent;
    /* Invisible border to match the design's spacing if desired, or no border */
  }

  .footer-block .chevron {
    display: block;
    width: 12px;
    height: 8px;
  }

  .footer-block ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, margin-top 0.3s ease, opacity 0.3s ease;
    margin-top: 0;
    opacity: 0;
  }

  .footer-block.open ul {
    max-height: 12000px;
    margin-top: 15px;
    opacity: 1;
    margin-bottom: 15px;
  }

  .footer-block.no-accordion h4 {
    cursor: default;
    border-bottom: none;
  }

  .footer-block.no-accordion .chevron {
    display: none !important;
  }

  .footer-block.no-accordion ul {
    max-height: none !important;
    opacity: 1 !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .footer-block.open .chevron {
    transform: rotate(180deg);
  }

  .footer-bottom {
    flex-direction: column !important;
    text-align: center !important;
    gap: 20px !important;
  }

  .footer-legal-links,
  .footer-social-pay {
    justify-content: center !important;
    flex-wrap: wrap !important;
  }

  /* Testimonial Cards Mobile Responsiveness */
  .testimonial-card {
    width: 320px !important;
    padding: 30px 25px !important;
  }
}

@media (max-width: 480px) {
  .logo svg {
    width: 260px !important;
  }

  .testimonial-card {
    width: 280px !important;
    padding: 24px 20px !important;
  }

  .hero-title {
    font-size: 38px !important;
  }

  .process-title,
  .why-choose-text h2,
  .testimonials-title,
  .quote-text h2,
  .faqs-title,
  .green-cta-title {
    font-size: 28px !important;
  }
}

/* =============================================
   ENHANCED MOBILE RESPONSIVENESS â€” GLOBAL
   ============================================= */

/* Prevent any horizontal scroll */
html,
body {
  overflow-x: clip;
  max-width: 100%;
}

/* â”€â”€â”€ NAVBAR ENHANCEMENTS â”€â”€â”€ */
@media (max-width: 900px) {
  #header-container {
    position: sticky;
    top: 0;
    z-index: 9999;
  }

  .navbar {
    padding: 0 16px;
    height: 104px;
    position: sticky;
    top: 0;
    z-index: 9999;
  }

  .logo {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .logo svg {
    width: 240px !important;
    height: auto !important;
  }

  /* Push hamburger to far right */
  .hamburger {
    margin-left: auto;
  }
}

@media (max-width: 480px) {
  .navbar {
    height: 104px;
    padding: 0 14px;
  }

  .logo svg {
    width: 240px !important;
    height: auto !important;
  }
}

/* â”€â”€â”€ MOBILE MENU POLISH â”€â”€â”€ */
.mobile-menu .nav-link {
  font-size: 17px;
  padding: 15px 24px;
}

/* â”€â”€â”€ HERO FORM FIELD WRAPS â”€â”€â”€ */
@media (max-width: 600px) {
  .hero-section {
    padding: 48px 16px 60px !important;
  }

  .hero-form {
    gap: 12px;
  }

  .form-input {
    padding: 16px 18px !important;
    font-size: 15px !important;
  }

  .submit-btn {
    padding: 18px 16px !important;
    font-size: 16px !important;
    justify-content: center;
  }

  .hero-features {
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .feature-item {
    font-size: 15px;
  }

  .trust-section {
    margin-top: 36px;
  }

  .trust-title {
    font-size: 16px;
  }

  .trust-image {
    height: 34px;
  }

  .trust-subtext {
    font-size: 12px;
  }

  .featured-logos-wrapper {
    margin-top: 40px;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}

/* â”€â”€â”€ PROCESS CARDS â”€â”€â”€ */
@media (max-width: 600px) {
  .process-section {
    padding: 60px 16px;
  }

  .process-cards {
    flex-direction: column;
    gap: 32px;
  }

  .process-card-wrapper {
    min-width: 100%;
    width: 100%;
  }

  .process-card {
    padding: 36px 24px;
  }
}

/* â”€â”€â”€ WHY CHOOSE â”€â”€â”€ */
@media (max-width: 768px) {
  .why-choose-container {
    flex-direction: column;
    gap: 40px;
  }

  .why-choose-image {
    width: 100%;
    min-height: 380px;
  }

  .circle-bg {
    width: 85%;
    max-width: 320px;
  }

  .woman-img {
    max-width: 380px;
  }

  .floating-offer {
    bottom: -20px;
  }
}

/* â”€â”€â”€ TESTIMONIALS â”€â”€â”€ */
@media (max-width: 600px) {
  .testimonials-section {
    padding: 60px 0 60px;
  }

  .testimonials-title {
    padding: 0 16px;
  }

  .testimonials-container {
    padding: 20px 16px 32px;
  }

  .carousel-nav {
    padding: 0 16px;
    justify-content: flex-end;
  }
}

/* â”€â”€â”€ GREEN CTA â”€â”€â”€ */
@media (max-width: 600px) {
  .green-cta-section {
    padding: 60px 16px;
  }

  .green-cta-title {
    font-size: 28px !important;
    margin-bottom: 20px;
  }

  .green-cta-form {
    flex-direction: column;
    gap: 10px;
  }

  .green-cta-input {
    width: 100%;
    min-width: unset;
    padding: 16px 18px !important;
    font-size: 15px !important;
  }

  .green-cta-btn {
    width: 100%;
    padding: 18px !important;
    font-size: 16px !important;
  }
}

/* â”€â”€â”€ QUOTE / INSTANT QUOTE SECTION â”€â”€â”€ */
@media (max-width: 768px) {
  .instant-quote-section {
    padding: 60px 16px 40px;
  }

  .quote-container {
    flex-direction: column;
    gap: 32px;
  }

  .quote-image {
    justify-content: center;
  }

  .quote-text h2 {
    font-size: 28px !important;
  }
}

/* â”€â”€â”€ FAQS â”€â”€â”€ */
@media (max-width: 768px) {
  .faqs-section {
    padding: 60px 16px;
  }

  .faqs-grid {
    flex-direction: column;
    gap: 0;
  }

  .faq-question {
    font-size: 17px;
    padding: 20px 0;
  }
}

/* â”€â”€â”€ BLOG SECTION â”€â”€â”€ */
@media (max-width: 600px) {
  .blog-section {
    padding: 60px 0 60px;
  }

  .blog-title {
    padding: 0 16px;
  }

  .blog-container {
    padding: 0 16px 24px;
  }

  .blog-card {
    width: 84vw;
    min-width: 260px;
  }
}

/* â”€â”€â”€ FOOTER MOBILE â”€â”€â”€ */
@media (max-width: 768px) {
  .site-footer {
    padding: 48px 16px 24px;
  }

  .footer-logo svg {
    width: 220px !important;
    height: auto !important;
  }

  .footer-logo {
    margin-bottom: 32px;
  }

  /* 2-col grid for footer link cols */
  .footer-links-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 0 !important;
    margin-bottom: 24px !important;
  }

  .footer-col {
    display: block !important;
    grid-template-columns: unset !important;
  }

  /* Accordion blocks */
  .footer-block {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 0;
  }

  .footer-block h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    margin-bottom: 0 !important;
    cursor: pointer;
    font-size: 15px !important;
  }

  .footer-block .chevron {
    display: block;
    flex-shrink: 0;
    transition: transform 0.3s ease;
  }

  .footer-block ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.3s ease, margin 0.3s ease;
    opacity: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-block.open ul {
    max-height: 600px;
    opacity: 1;
    margin-top: 8px;
    margin-bottom: 12px;
  }

  .footer-block.open .chevron {
    transform: rotate(180deg);
  }

  .footer-col ul li {
    margin-bottom: 10px;
    font-size: 15px !important;
  }

  /* Footer bottom */
  .footer-bottom {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 16px !important;
  }

  .footer-legal-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px !important;
  }

  .footer-social-pay {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .footer-icn-wrap {
    gap: 14px;
  }

  .pay-icons {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .pay-icon {
    height: 22px;
  }

  .footer-disclaimer {
    font-size: 14x !important;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .footer-links-grid {
    grid-template-columns: 1fr !important;
  }

  .footer-logo svg {
    width: 220px !important;
    height: auto !important;
  }
}

/* â”€â”€â”€ QUOTE MODAL MOBILE â”€â”€â”€ */
@media (max-width: 540px) {
  #quote-card {
    padding: 40px 24px 32px !important;
    border-radius: 16px !important;
  }

  #modal-price {
    font-size: 48px !important;
  }
}

/* â”€â”€â”€ DASHBOARD MOBILE EXTRAS â”€â”€â”€ */
@media (max-width: 480px) {
  .dashboard-body .page-title {
    font-size: 1.6rem;
  }

  .dashboard-body .sidebar {
    padding: 12px;
  }

  .dashboard-body .logo-text {
    font-size: 1rem;
  }

  .dashboard-body .main-content {
    padding: 12px;
  }

  .dashboard-body .dash-card {
    padding: 20px 16px;
  }

  .dashboard-body .brutal-table th,
  .dashboard-body .brutal-table td {
    padding: 10px 8px;
    font-size: 12px;
  }

  .dashboard-body .table-actions {
    flex-direction: column;
    gap: 6px;
  }

  .dashboard-body .action-btn.btn-sm {
    width: 100%;
    text-align: center;
  }
}

/* UK Plate Input */
.uk-plate-container {
  display: flex;
  background-color: #ffcc00;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #1a1a1a;
  height: 66px;
  box-sizing: border-box;
}

.uk-plate-blue {
  background-color: #003399;
  width: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #ffcc00;
  font-weight: 800;
  font-size: 13px;
  flex-shrink: 0;
  border-right: 1px solid #1a1a1a;
}

.uk-plate-blue svg {
  width: 22px;
  height: 22px;
}

.uk-plate-input {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  border: none;
  font-family: 'Outfit', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #1a1a1a;
  text-align: center;
  text-transform: uppercase;
  padding: 0 54px 0 10px;
  outline: none;
  letter-spacing: 2px;
}

.uk-plate-input::placeholder {
  color: #c4a000;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 1px;
}

.uk-plate-container:focus-within {
  border-color: #2f5df9;
  box-shadow: 0 0 0 3px rgba(47, 93, 249, 0.2);
}

.uk-plate-input.input-error {
  outline: none !important;
  box-shadow: none !important;
}

.uk-plate-container:has(.uk-plate-input.input-error) {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.12) !important;
}

@media (max-width: 768px) {
  .uk-plate-container {
    height: 60px;
  }

  .uk-plate-input {
    font-size: 24px;
  }

  .uk-plate-input::placeholder {
    font-size: 22px;
  }
}

/* UK Postcode Input */
.uk-postcode-container {
  display: flex;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #2f5df9;
  height: 66px;
  box-sizing: border-box;
}

.uk-postcode-blue {
  background-color: #2f5df9;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.uk-postcode-blue .postcode-icon {
  width: 28px;
  height: 28px;
}

.uk-postcode-input {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  border: none;
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  padding: 0 54px 0 10px;
  /* Offset right padding to roughly center text due to left icon */
  outline: none;
}

.uk-postcode-input::placeholder {
  color: #a0a0a0;
  font-weight: 600;
}

.uk-postcode-container:focus-within {
  box-shadow: 0 0 0 3px rgba(47, 93, 249, 0.2);
}

.uk-postcode-input.input-error {
  outline: none !important;
  box-shadow: none !important;
}

.uk-postcode-container:has(.uk-postcode-input.input-error) {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.12) !important;
}

@media (max-width: 768px) {
  .uk-postcode-container {
    height: 60px;
  }

  .uk-postcode-input {
    font-size: 18px;
    padding: 0 44px 0 10px;
  }
}

@keyframes qm-in {
  from {
    opacity: 0;
    transform: scale(0.93) translateY(24px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.spin-icon {
  animation: spin 0.7s linear infinite;
}

.submit-btn .btn-spinner,
.green-cta-btn .btn-spinner {
  display: none;
  align-items: center;
  gap: 8px;
}

.submit-btn.loading .btn-label,
.green-cta-btn.loading .btn-label {
  display: none;
}

.submit-btn.loading .btn-spinner,
.green-cta-btn.loading .btn-spinner {
  display: flex !important;
}

.submit-btn.loading,
.green-cta-btn.loading {
  opacity: 0.85;
  pointer-events: none;
}

/* Error field styling */
.quote-field-wrap,
.cta-field-wrap {
  position: relative;
  margin-bottom: 4px;
}

.quote-field-error {
  display: none;
  font-size: 13px;
  color: #dc3545;
  font-weight: 600;
  margin-top: 5px;
  padding-left: 2px;
  text-align: left;
}

.quote-field-error--dark {
  color: #c0392b;
}

.form-input.input-error {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.12) !important;
}

.green-cta-input.input-error {
  outline: 2px solid #c0392b !important;
}

/* ========================================
       CONFIRMATION MODAL â€” on-brand styles
       ======================================== */
.conf-modal-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  max-width: 520px;
  width: 100%;
  overflow: hidden;
  box-shadow: 8px 8px 0 #000, 0 40px 80px rgba(0, 0, 0, 0.35);
  animation: qm-in 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
  max-height: 92vh;
  overflow-y: auto;
}

/* Navbar-green top section */
.conf-top-bar {
  background: #4cc85a;
  padding: 32px 28px 28px;
  text-align: center;
  position: relative;
}

.conf-top-bar::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 4px;
  background: #1a1a1a;
}

/* Big tick ring */
.conf-tick-ring {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #1a1a1a;
  border: 3px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.conf-title {
  font-family: 'Outfit', sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.conf-subtitle {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  font-weight: 500;
}

.conf-subtitle strong {
  color: #fff;
}

/* Body */
.conf-body {
  padding: 28px 28px 32px;
  background: #fff;
}

/* Details grid */
.conf-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 22px;
}

.bk-chip {
  background: #f5f5f5;
  border: 2px solid #1a1a1a;
  border-radius: 8px;
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.bk-chip span.label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
}

.bk-chip span.val {
  font-size: 14px;
  font-weight: 800;
  color: #1a1a1a;
  word-break: break-all;
}

/* Section label */
.conf-section-label {
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #888;
  margin: 0 0 12px;
}

/* Steps */
.conf-steps {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 22px;
}

.conf-step {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fafafa;
  border: 2px solid #e8e8e8;
  border-radius: 10px;
  padding: 12px 16px;
  transition: border-color 0.2s;
}

.conf-step:hover {
  border-color: #4cc85a;
}

.conf-step-badge {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background: #4cc85a;
  border: 2px solid #1a1a1a;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 0 #1a1a1a;
}

.conf-step-text {
  font-size: 14px;
  color: #444;
  line-height: 1.45;
}

.conf-step-text strong {
  color: #1a1a1a;
}

/* Trustpilot bar */
.conf-trust-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 14px 0;
  margin-bottom: 18px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.conf-trust-text {
  font-size: 13px;
  color: #777;
  font-weight: 500;
}

.conf-trust-text strong {
  color: #1a1a1a;
}

/* CTA row */
.conf-btn-row {
  display: flex;
  gap: 10px;
}

.conf-btn-primary {
  flex: 1;
  background: #1a1a1a;
  color: #fff;
  border: 2px solid #1a1a1a;
  border-radius: 8px;
  padding: 14px 20px;
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
}

.conf-btn-primary:hover {
  background: #4cc85a;
  border-color: #1a1a1a;
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 #1a1a1a;
}

.conf-btn-ghost {
  flex: 1;
  background: transparent;
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
  border-radius: 8px;
  padding: 14px 20px;
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s, box-shadow 0.15s;
}

.conf-btn-ghost:hover {
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 #1a1a1a;
}

/* Mobile */
@media (max-width: 520px) {
  .conf-modal-card {
    border-radius: 16px;
  }

  .conf-top-bar {
    padding: 24px 20px 22px;
  }

  .conf-body {
    padding: 20px 20px 24px;
  }

  .conf-title {
    font-size: 22px;
  }

  .conf-details-grid {
    grid-template-columns: 1fr;
  }

  .conf-btn-row {
    flex-direction: column;
  }
}

/* Floating Contact Buttons */
.floating-contact-buttons {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.floating-btn {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.floating-btn:hover {
  transform: translateY(-5px);
}

.floating-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}


.whatsapp-btn {
  /* add background fallback */
  background-color: #25D366;
}

@media (max-width: 768px) {
  .floating-contact-buttons {
    bottom: 15px;
    padding: 0 15px;
  }

  .floating-btn {
    width: 50px;
    height: 50px;
  }
}

/* Process Banner Section */
.process-banner-section {
  padding: 80px 20px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
}

.process-banner-container {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.process-banner-container h2 {
  font-size: 44px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 24px;
  letter-spacing: -1px;
  line-height: 1.15;
}

.process-banner-container p {
  font-size: 19px;
  color: #555555;
  line-height: 1.75;
  margin: 0;
}

@media (max-width: 768px) {

  .process-banner-container h2 br,
  .process-banner-container p br {
    display: none;
  }

  .process-banner-container h2 {
    font-size: 32px;
  }
}

/* ===== Process Carousel ===== */
.proc-carousel-outer {
  position: relative;
  display: block;
  margin-top: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background: #ffffff;
}

.proc-carousel-viewport {
  overflow: hidden;
  width: 100%;
}

.proc-carousel-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

/* Desktop: each slide = 1/3 viewport */
.proc-slide {
  flex: 0 0 calc(100% / 3);
  padding: 0 4px;
  box-sizing: border-box;
  transition: opacity 0.45s ease;
}

.proc-slide img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

.proc-slide.active img {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}

.proc-slide.side img {
  opacity: 1;
}

/* Arrows — Overlay */
.proc-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  padding: 0;
  z-index: 10;
}

.proc-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.08);
}

.proc-arrow--prev {
  left: 20px;
}

.proc-arrow--next {
  right: 20px;
}

.proc-arrow-icon {
  width: 28px;
  height: 28px;
  display: block;
}

.proc-arrow-icon--flipped {
  transform: scaleX(-1);
}

/* Dots */
.proc-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  position: relative;
  margin-top: -30px;
  padding-bottom: 40px;
  z-index: 20;
}

.proc-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.25s, transform 0.25s;
}

.proc-dot.active {
  background: #ffffff;
  transform: scale(1.3);
}

/* Mobile: 1 slide at a time, arrows overlaid */
@media (max-width: 768px) {
  .proc-carousel-outer {
    margin-top: 20px;
  }

  .proc-slide {
    flex: 0 0 100%;
    padding: 0;
  }

  .proc-slide img {
    height: 240px;
    border-radius: 0;
  }

  .proc-arrow {
    width: 40px;
    height: 40px;
  }

  .proc-arrow--prev {
    left: 10px;
  }

  .proc-arrow--next {
    right: 10px;
  }
}

/* ===== Blog Page Grid ===== */
.blog-page-title {
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-size: 56px;
  font-weight: 800;
  color: #0b1d3d; /* Dark navy blue from screenshot */
  margin-bottom: 16px;
  line-height: 1.15;
  letter-spacing: -1.5px;
}

.blog-page-desc {
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  color: #555555;
  margin-bottom: 56px;
  line-height: 1.6;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.blog-index-section {
  padding: 100px 20px 120px;
  background-color: #f9f9f9;
  max-width: 1440px;
  margin: 0 auto;
}

.blog-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}

.blog-idx-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease;
}

.blog-idx-card:hover {
  transform: translateY(-4px);
}

.blog-idx-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #1a1a1a;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.blog-idx-caption {
  font-family: 'Outfit', sans-serif;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.4;
  padding: 0 2px;
}

.view-more-container {
  display: flex;
  justify-content: center;
}

.blog-view-more {
  background-color: #2f5df9;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 16px 40px;
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s;
}

.blog-view-more:hover {
  background-color: #1c45d8;
  transform: translateY(-2px);
}

/* Mobile Adjustments */
@media (max-width: 900px) {
  .blog-grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .blog-page-title {
    font-size: 44px;
    margin-bottom: 16px;
  }
  .blog-page-desc {
    font-size: 18px;
    margin-bottom: 48px;
  }
  .blog-index-section {
    padding-top: 80px;
  }
}

@media (max-width: 600px) {
  .blog-grid-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .blog-page-title {
    font-size: 38px;
    margin-bottom: 14px;
  }

  .blog-page-desc {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .blog-idx-caption {
    font-size: 16px;
    margin-top: 12px;
  }

  .blog-index-section {
    padding-top: 60px;
  }
}