﻿* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  /* background-color: rgb(247, 244, 228); */
  background-color: white;
}

.page-header {
  text-align: center;
  line-height: 1.4;
  margin: 0;
  background: #1258ad;
  color: white;
  padding: 10px;
  font-weight: 300;
  font-size: 1.5rem;
}

.mobile-br {
  display: none;
}

/* .main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
} */

.modern-hero {
  display: flex;
  align-items: start;
  justify-content: center;
  padding: 4rem 0rem;
  min-height: 59vh;
  background: rgb(247, 244, 228);
  position: relative;
  overflow: hidden;
  gap: 3rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding-bottom: 32px;
}

.modern-hero-content {
  max-width: 45%;
  color: #2d2d2d;
  text-align: left;
}

.modern-hero-content h1 {
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
  line-height: 1.1;
  letter-spacing: 1px;
  color: #1b1b1b;
  padding-bottom: 10px;
}

.modern-hero-content p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #3a3a3a;
  margin-bottom: 2rem;
  line-height: 1.4;
  margin: 0;
}

.modern-hero-content img {
  width: 160px;
  padding-top: 20px;
}

.modern-hero-image {
  position: relative;
  max-width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modern-hero-image img {
  width: 100%;
  max-width: 600px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

.modern-hero-image .glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  background: radial-gradient(circle, rgba(255, 234, 93, 0.7), transparent 70%);
  filter: blur(80px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

/*  White strip with circular images overlapping the hero  */
.hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero__title {
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1.15;
  color: green;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.5px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 1100px;
  margin: 20px 0px 0px 0px;
}

/* Container for multiple buttons */
.estimate-options {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.estimate-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

  padding: 1rem;
  font-size: 2rem;
  background: linear-gradient(135deg, #0078ff, #00c6ff);
  color: #fff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 120, 255, 0.35);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;

  margin: 0px auto;
  width: 360px;
}

.estimate-btn {
  background: #1e5fae;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.estimate-text {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 60px;
  padding: 10px;
}

.estimate-title {
  font-size: 1.6rem;
  font-weight: 700;
}

.estimate-desc {
  font-size: 0.9rem;
  margin-top: 12px;
  opacity: 0.9;
  line-height: 1.35;
}

.estimate-desc p {
  margin: 0;
}

.estimate-desc-center {
  text-align: center;
}

.smaller-estimate-btn {
  font-size: 1.6rem;
  padding: 0.6em 1.6em;
}

/* Shine effect */
.estimate-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.05) 25%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.05) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(320deg);
  animation: shineOneWay 3s infinite linear;
  pointer-events: none;
}

@keyframes shineOneWay {
  0% {
    left: -120%;
  }

  50% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

.estimate-btn:hover {
  transform: translateY(-3px) scale(1.015);
  filter: brightness(1.12);
  box-shadow: 0 12px 24px rgba(0, 120, 255, 0.45);
}

/* Click / Active */
.estimate-btn:active {
  transform: translateY(1px) scale(0.98);
  filter: brightness(0.9);
  box-shadow: 0 4px 12px rgba(0, 120, 255, 0.28);
}

.estimate-btn-img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  margin-right: 8px;
  vertical-align: middle;
  align-self: center;
}

/* sticky btn */
#sticky-estimate-btn {
  width: 100%;
  padding: 12px;
  font-size: 18px;
  border-radius: 16px;
}

#sticky-estimate-text {
  display: flex;
  margin: auto;
}

#sticky-note {
  white-space: nowrap;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}

/* Start: frame container for "All you moving needs" ==================================== */
.hero-frame {
  width: 550px;
  border: 2px solid #000;
  padding: 30px 20px;
  position: relative;
  text-align: center;
  margin: 40px auto;
}

/* Top line with text inside */
.frame-top {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
  font-weight: bold;
  font-size: x-large;
  color: black;
  background: transparent;
  z-index: 2;
}

/* This creates a gap in the border behind the text */
.frame-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 8px;
  background: white;
  transform: translateY(-50%);
  z-index: -1;
}

/* Bottom line with text inside */
.frame-bottom {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: x-large;
  background: transparent;
  z-index: 2;
  padding: 0 20px;
  font-weight: bold;
}

/* Improved mask for bottom border */
.frame-bottom::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  width: calc(100% + 8px);
  height: 14px;
  background: white;
  transform: translateY(-50%);
  z-index: -1;
}

/* Inner moving content box */
.inner-box {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* MOVING box */
.moving-box {
  border: 2px solid #000;
  background: linear-gradient(135deg, #1d76b5, #4facfe);
  background: linear-gradient(135deg, #ffeb3b, #fbc02d);
  background: #ffeb3b;
  color: #000;
  padding: 20px 10px;
  margin: 0 auto;
  width: 60%;
  font-size: xx-large;
  font-weight: bold;
}

/* End: frame container for "All you moving needs" ==================================== */

/* strip section */
.strip {
  position: relative;
  top: -170px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 80%;
  padding: 20px 0;
  height: 90px;
}

.strip__inner {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.circle {
  width: 250px;
  height: 250px;
  border: 8px solid #e3c9437a;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 10px;
  z-index: 3;
}

.cp1 {
  font-size: 25px;
  font-weight: 600;
  color: #333;
}

.cp2 {
  font-size: 38px;
  font-weight: 700;
  color: red;
  margin: 6px 0;
}

.cp3 {
  font-size: 28px;
  color: green;
}

.circle:hover {
  transform: none;
}

.circle p {
  margin: 0;
}

.rating {
  display: flex;
  align-items: center;
  transform: scale(1);
}

.star {
  font-size: 2rem;
  color: #ffcc00;
  margin-right: 5px;
  position: relative;
  transform: scale(1);
}

.star::before {
  content: "★";
}

.filled::before {
  color: #ffcc00;
}

.partial::before {
  background: linear-gradient(to right, #ffcc00 20%, #ddd 20%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Section for testimonial */
/* Testimonial Section */
/* General Section */
.testimonial {
  padding: 30px 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.testimonial__wrapper {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.testimonial__headline {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.testimonial__headline::after {
  content: "";
  display: block;
  width: 50%;
  height: 4px;
  background-color: #ff6f3c;
  margin: 10px auto 0;
  border-radius: 2px;
}

.testimonial__text {
  font-size: 1.6rem;

  font-weight: 500;
  margin: 10px 0;
}

.testimonial__subtext {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 40px;
}

.testimonial__cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}

.testimonial__card {
  background-color: #e3c9437a;
  padding: 25px 30px;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
  transition: transform 0.3s;
}

.testimonial__card:hover {
  transform: translateY(-5px);
}

.testimonial__card h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #ff6f3c;
}

.testimonial__card p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #555;
}

/* Estimate Card new */
.estimate-card {
  background: #e3c9437a;
  padding: 20px;
  width: 900px;
  max-width: 900px;
  /* width: 100%; */
  margin: 20px auto;
  text-align: center;
  border-radius: 8px;
}

.top-text {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.top-text strong {
  font-size: 2rem;
}

.company {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

.company img {
  width: 34%;
  height: auto;
}

.free-label {
  /* transform: translateX(-50%); */
  background: #d94b4b;
  color: white;
  padding: 6px 16px;
  font-size: 1.5rem;
  border: 2px solid white;
  border-radius: 3px;
  font-weight: 400;
}

/* Testimonial CTA Section */
.testimonial__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;

  margin: 0 auto;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.cta__text {
  font-size: 1.5rem;
  background-color: gray;
  width: 100%;
  color: white;
  padding: 10px;
  margin: 0;
}

.cta__highlight {
  background-color: #0078ff;
  width: 100%;
  margin: 0;
  font-size: 2rem;
  color: white;
  padding: 16px;
}

.cta__highlight-no1 {
  font-size: 2rem;
  font-weight: 800;
  color: #ff6347;
}

.cta__logo {
  height: auto;
}

/* Service info for 1, 2, 3  */
.services {
  background-color: yellow;
  background-color: darkcyan;
  background: radial-gradient(circle, #edd2d3 0%, rgba(148, 187, 233, 1) 100%);
}

.service-info {
  padding: 40px 20px;
  max-width: 1200px;
  max-width: 900px;
  margin: 0 auto;
}

.article-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.article-main {
  font-size: 3.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

/* Point containers inside service-info */
.point-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: 40px auto;
  background-color: #fff;
  padding: 40px 80px;
}

.point-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.point-title p {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #4caf50;
  padding: 20px;
  margin-top: 0;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 20px auto;
  pointer-events: none;
}

.point-title p::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #4caf50;
}

.point-title h2 {
  font-size: 24px;
  font-weight: bold;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  color: green;
  margin-top: 0px;
}

/* User reviews section 1 inside service-info*/
/* start: Star rating wrapper*/

.rating-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  background: #ffffff;
  padding: 30px 40px;
  border-radius: 18px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Left section */
.score-area {
  text-align: center;
  padding-right: 20px;
  border-right: 2px dashed #ddd;
}

.score-area h2 {
  font-size: 22px;
  color: #8a6d3b;
  font-weight: 600;
  margin-bottom: 10px;
}

.score-number {
  font-size: 64px;
  font-weight: 700;
  color: #c18b3d;
  line-height: 1;
}

.score-number small {
  font-size: 28px;
  font-weight: 500;
}

/* Right section */
.bars {
  flex: 1;
}

.bar-item {
  margin-bottom: 16px;
}

.label {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #444;
}

.bar-bg {
  width: 100%;
  height: 12px;
  background: #eee;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #ffb800, #ff8c00);
}

/* End: Star rating wrapper*/

/* User review box */
.user-review {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: rgb(247, 244, 228);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* User info section */
.user-info {
  display: flex;
  gap: 12px;
}

.image {
  width: 80px;
  height: 80px;
}

.user-paragraph {
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.user-name {
  font-weight: bold;
  font-size: 16px;
}

.user-location {
  font-size: 14px;
  color: #777;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.user-icon {
  width: 35px;
  height: 35px;
  object-fit: fill;
}

.user-title {
  margin-bottom: 16px;
  text-align: left;
}

/* Review text */
.user-review-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0px;
  transition: 0.4s ease-out;
}

.arrow-box {
  width: 20px;
  height: 20px;
  margin: 14px auto 0;
}

.up-arrow,
.down-arrow {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.information-box {
  font-size: 0.8rem;
  color: #333;
  background-color: #f9f9f9;
  padding: 15px 25px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  text-align: center;
  line-height: 1.5;
  width: 100%;
  max-width: 800px;
  font-family: Arial, sans-serif;
}

.information-box .highlight {
  font-weight: bold;
  color: #0066cc;
}

.cta__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background: white; */
  max-width: 900px;
  margin: 0 auto;
}

.cta__container span {
  font-size: 1.5rem;
  font-weight: 600;
}

/* Trust and track record */

/* Section Container */
.highlight-box {
  background: #f8f9fb;
  background: rgb(247, 244, 228);

  border-radius: 12px;
  padding: 32px 24px;
  border: 1px solid #e5e7eb;
}

/* Flex Layout */
.highlight-content {
  display: flex;
  align-items: center;
  gap: 24px;
}

.highlight-image {
  width: 30%;
  height: 120px;
  object-fit: contain;
}

/* Text Area */
.highlight-text {
  flex: 1;
}

.highlight-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
}

.highlight-title span {
  color: #e5a506;
  font-weight: 800;
}

.highlight-desc {
  font-size: 1rem;
  color: #4a4a4a;
  line-height: 1.7;
}

/*slider review */
.reviews-title {
  font-size: 1.9rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 45px;
  color: #1a1a1a;
}

.review-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.review-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e5a506;
}

.review-stars {
  font-size: 1.3rem;
  color: #e5a506;
  font-weight: 700;
  margin-bottom: 4px;
}

.review-user {
  font-size: 0.92rem;
  color: #555;
}

.review-text {
  font-size: 1.2rem;
  color: #333;
  line-height: 1.7;
  margin-top: 8px;
}

.reviews-slider {
  display: flex;
  align-self: center;
  justify-self: center;
  scroll-behavior: smooth;
  gap: 32px;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0 60px;
}

.stylish-box {
  width: 100%;
  max-width: 420px;
  background: #ffffff;
  border-radius: 16px;
  padding: 26px 24px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.3s linear,
    box-shadow 0.2s linear;

  flex: 0 0 380px;
}

/* 3 steps process*/
.steps-section {
  text-align: center;
  background: rgb(247, 244, 228);
}

.steps-title {
  font-size: 2rem;
  font-weight: 800;
  /* margin-bottom: 60px; */
  color: #1a1a1a;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 30px;
}

.steps-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

/* Connector line */
.step-box {
  position: relative;
}

/* Arrow pointing to the next step */
.step-box:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  width: 80px;
  height: 30px;
  background: url("/images/next_step_arrow.png") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}

/* Step box */
.step-box {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 40px 20px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

.step-box:hover {
  transform: translateY(-8px);
}

/* Icon + Number */
.step-icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}

.step-icon img {
  width: 130px;
  height: 130px;
  object-fit: contain;
}

.step-number {
  position: absolute;
  bottom: -12px;
  right: 60px;
  background: #e5a506;
  color: #fff;
  width: 32px;
  /* height: 32px; */
  border-radius: 50%;
  font-weight: 700;
  line-height: 32px;
  font-size: 1.1rem;
  border: 2px solid #fff;
}

/* Titles & Description */
.step-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 12px;
  color: #333;
}

.step-desc {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* FAQ */
.faq-section-wrapper {
  background: #f7f9fc;
}

.faq-section {
  padding: 80px 0px 20px 0px;
  max-width: 900px;
  margin: 0 auto;
}

.faq-title {
  font-size: 2.2rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 60px;
  color: #1a1a1a;
}

.faq-item {
  border-radius: 20px;
  padding: 25px 30px;
  margin-bottom: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  background: #fff;
}

.faq-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* Alternating backgrounds */
.bg-light {
  background: #fff;
}

.bg-dark {
  background: #fef7e5;
}

/* Question / Answer */
.faq-question,
.faq-answer {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

.faq-icon {
  font-size: 1.5rem;
  margin-top: 2px;
}

.faq-label {
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 12px;
}

.faq-question {
  color: forestgreen;
  font-weight: 700;
  font-size: x-large;
}

.faq-answer {
  color: #555;
  font-size: x-large;
  line-height: 1.6;
}

/* Text */
.faq-question span:not(.faq-icon):not(.faq-label) {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a1a1a;
}

.faq-answer span:not(.faq-icon):not(.faq-label) {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
}

/* footer */
.footer-dark {
  background: #4781e6;
  padding: 50px 20px 15px 20px;
  color: #ddd;
  font-family: "Noto Sans JP", sans-serif;
}

.footer-inner {
  max-width: 1100px;
  margin: auto;
}

.gold-bold {
  color: #f5d369;
  font-weight: bold;
}

/* Footer links */
.footer-links {
  margin-top: 35px;
  text-align: center;
}

.footer-links a {
  color: #f5d369;
  text-decoration: none;
  margin: 0 14px;
  font-weight: 600;
  font-size: 15px;
}

.footer-links a:hover {
  color: #fff;
  transition: 0.2s;
}

/* Copyright */
.footer-dark .copyright {
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
  color: #fff;
}

/* carousel slider for displaying users review*/
.wrapper {
  max-width: 1100px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.wrapper i {
  height: 50px;
  width: 50px;
  background: rgb(118, 233, 118);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  font-size: 1.25 rem;
  transform: translateY(-50%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper i:first-child {
  left: -22px;
}

.wrapper i:last-child {
  right: -22px;
}

.wrapper .carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 2px);
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: 0;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel :where(.card) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.carousel.no-transition {
  scroll-behavior: auto;
}

.carousel.dragging .card {
  cursor: grab;
  user-select: none;
}

.carousel .card {
  scroll-snap-align: start;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.fa-solid > img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.card .img {
  background: green;
  width: 145px;
  height: 145px;
  border-radius: 50%;
}

.card .img img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
}

.card h2 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 30px 0 5px;
}

.card span {
  color: #6a6d78;
  font-size: 1.31rem;
}

/* Sticky bar */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
  padding: 12px 20px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  z-index: 999;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

/* Show the bar */
.sticky-cta.show {
  transform: translateY(0);
}

/* Text style */
.cta-text {
  white-space: nowrap;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}

#sticky-btn .estimate-btn {
  margin: 0px auto;
}

/* End of Landingpage.html */

/* ==================================================RESPONSIVE BREAKPOINTS ================================================================== */
@media (min-width: 1201px) {
  .modern-hero {
    min-height: auto;

    padding: 100px 20px 260px 20px;
    padding: 20px 20px 160px 20px;
  }

  .modern-hero-image img {
    max-width: 700px;
  }

  .modern-hero-content img {
    width: 260px;
  }
}

@media (max-width: 1200px) {
  .mobile-br {
    display: block;
  }

  .modern-hero {
    padding: 100px 4% 180px 4%;

    min-height: auto;
  }

  .modern-hero-content h1 {
    font-size: 2.4rem;
    margin: 0;
  }

  .modern-hero-image img {
    max-width: 520px;
  }

  .estimate-btn {
    width: 300px;
    font-size: 1.7rem;
  }

  .estimate-title {
    font-size: 1.4rem;
    font-weight: 700;
  }

  .estimate-desc {
    font-size: 0.9rem;
  }
}

@media (max-width: 1024px) {
  .estimate-options {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
  }

  .estimate-btn {
    width: 250px;
    font-size: 1rem;
  }
}

@media (max-width: 900px) {
  .estimate-options {
    flex-direction: column;
    /* align-items: center; */
    gap: 16px;
    margin: 20px 0;
  }

  .estimate-btn {
    width: 320px;
    font-size: 1.6rem;
    margin: 0 auto;
  }

  .estimate-title {
    font-size: 1.6rem;
  }

  .estimate-desc {
    font-size: 0.95rem;
  }

  .estimate-card {
    width: auto;
  }
}

@media (min-width: 886px) and (max-width: 1399px) {
  #sticky-btn {
    justify-content: space-between;
    padding: 0 16px;
    gap: 8px;
    flex-direction: row;
  }

  #sticky-estimate-btn {
    font-size: 16px;
    padding: 12px;
    border-radius: 20px;
    width: 100%;
  }

  #sticky-btn .estimate-btn-img {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 885px) {
  #sticky-btn {
    justify-content: space-between;
    padding: 0 16px;
    flex-direction: row;
  }

  #sticky-estimate-btn {
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
  }

  #sticky-btn .estimate-btn-img {
    display: none;
  }

  /* .estimate-title {
        font-size: 1rem;
    } */

  /* .cta-text {
        font-size: 1rem;
    } */
}

@media (max-width: 768px) {
  body {
    padding: 0;
  }

  .mobile-br {
    display: block;
  }
  /*  */
  .estimate-card {
    width: 90%;
    margin: 20px auto;
    padding: 16px;
  }

  .top-text {
    font-size: 1.3rem;
  }

  .top-text strong {
    font-size: 1.6rem;
  }

  .company img {
    width: 75%;
    height: auto;
  }

  .free-label {
    font-size: 1.2rem;
    padding: 5px 12px;
  }

  /*  */

  .card {
    flex: 0 0 90%;
    max-width: 90%;
  }

  .hero {
    height: auto;
    padding-bottom: 60px;
  }

  .hero__bg {
    top: 0;
    object-fit: cover;
    height: 260px;
  }

  .hero__title {
    font-size: 1.7rem;
    padding: 0 10px;
    line-height: 1.3;
    margin: 0 20px 10px 20px;
  }

  /* button */
  .estimate-options {
    margin: 10px auto;
  }

  .estimate-btn {
    font-size: 1.4rem;
    border-radius: 16px;
    margin: 0 auto;
    padding: 1em;
    /* width: 300px; */
    width: 100%;
  }

  .estimate-desc {
    margin-top: 6px;
  }

  /* Sticky bar button */
  #sticky-cta {
    flex-direction: column;
    padding: 0;
    text-align: center;
    gap: 6px;
  }

  #sticky-btn {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    background: #333;
    border-radius: 0;
    overflow: hidden;
    gap: 0px;
  }

  #sticky-btn .estimate-btn {
    flex: 1;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  #sticky-btn .estimate-btn:last-child {
    border-right: none;
  }

  .cta-text {
    font-size: 1.2rem;
    font-weight: 400;
  }

  #sticky-estimate-text {
    margin: -8px;
  }

  #sticky-estimate-text img {
    display: none;
  }

  #sticky-estimate-btn {
    border-radius: 0;
  }

  .estimate-title {
    font-size: 1.4rem;
    font-weight: 400;
  }

  /* FRAME BOX */
  .hero-frame {
    width: 90%;
    padding: 20px;
    margin: 70px auto;
  }

  .moving-box {
    width: 90%;
    font-size: 1.3rem;
    padding: 16px;
  }

  /* CIRCLE STRIP */
  .strip {
    flex-direction: column;
    align-items: center;
    top: -50px;
    gap: 20px;
    width: 90%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .circle {
    width: 120px;
    height: 120px;
    padding: 10px;
    border-color: #fff;
    overflow: hidden;
  }

  .circle p {
    margin: 1px;
  }

  .strip__inner {
    gap: 12px;
  }

  .cp1 {
    font-size: 14px;
  }

  .cp2 {
    font-size: 16px;
  }

  .cp3 {
    font-size: 13px;
  }

  .rating {
    transform: scale(0.4);
    margin-top: -16px;
  }

  /* TESTIMONIAL */
  .testimonial__headline {
    font-size: clamp(1.2rem, 3.5vw, 1.3rem);

    padding: 0 10px;
  }

  .testimonial__text {
    font-size: 1rem;
    line-height: 1.5;
  }

  /* .testimonial__cta {
        padding: 20px;
    } */
  .cta__highlight {
    font-size: 1.4rem;
    padding: 12px;
  }

  .cta__logo {
    max-width: 290px;
    height: auto;
  }

  /* SERVICE INFO */
  .point-container {
    padding: 20px;
  }

  .point-title h2 {
    font-size: 1.6rem;
  }

  .point-title p {
    font-size: 1rem;
    padding: 14px;
  }

  .article-title {
    font-size: 1.4rem;
  }

  .article-main {
    font-size: clamp(1.8rem, 6vw, 2.6rem);
  }

  /* RATING WRAPPER */
  .rating-wrapper {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  .score-area {
    border-right: none;
    border-bottom: 2px dashed #ddd;
    padding-bottom: 20px;
    padding-right: 0px;
    margin-bottom: 20px;
  }

  .bar-bg {
    width: 156%;
    margin-left: -28%;
  }

  /* USER REVIEW */
  .user-review {
    padding: 20px;
  }

  .user-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .user-paragraph {
    font-size: 1.2rem;
  }

  .cta__container span {
    font-size: 1.2rem;
  }

  .cta__text {
    font-size: 1.2rem;
  }

  /* HIGHLIGHT BOX */
  .highlight-content {
    flex-direction: column;
    text-align: center;
  }

  .highlight-image {
    width: 60%;
    height: 100px;
  }

  .stylish-box {
    max-width: 100%;
  }

  .review-icon {
    width: 70px;
    height: 70px;
  }

  /* 3 STEPS */
  .steps-wrapper {
    flex-direction: column;
    gap: 0px;
  }

  .step-box {
    padding: 20px;
    margin: 20px;
  }

  .step-box:not(:last-child)::after {
    display: none;
    /* remove arrows */
  }

  .step-title {
    font-size: 1.2rem;
  }

  .step-number {
    width: 28px;
    line-height: 28px;
    font-size: 1rem;
    right: auto;
    left: -9px;
  }

  .step-icon {
    width: fit-content;
  }

  .steps-title {
    /* margin-bottom: 30px; */
    padding-bottom: 0px;
  }

  /* FAQ */
  .faq-section {
    padding: 20px;
  }

  .faq-title {
    font-size: 1.7rem;
  }

  .faq-item {
    padding: 20px;
  }

  .faq-question {
    font-size: 1.2rem;
  }

  .faq-answer {
    font-size: 1rem;
  }

  /* FOOTER */
  .footer-dark {
    padding: 40px 15px;
  }

  .footer-block.iso {
    flex-direction: column;
    text-align: center;
  }

  .footer-links a {
    display: block;
    margin: 10px 0;
  }

  /* FIX CAROUSEL */
  .wrapper .carousel {
    grid-auto-columns: 85%;
    overflow: visible;
  }

  /* MODERN HERO */

  .modern-hero {
    flex-direction: column;
    text-align: center;
    padding: 0rem 1rem;
    gap: 1rem;
    padding: 30px 10px 80px 10px;
  }

  .modern-hero-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }

  .modern-hero-content h1 {
    font-size: 1.7rem;
  }

  .modern-hero-content p {
    font-size: 1.25rem;
  }

  .modern-hero-image {
    max-width: 100%;
    display: flex;
    margin: auto;
  }

  .modern-hero-content img {
    float: right;
    padding-right: 22px;
    padding-top: 0px;
  }
}
