/* =========================================
   TABLET RESPONSIVE
========================================= */

@media (max-width: 991px) {
  .about-section {
    padding: 80px 0;
  }

  .about-image {
    padding-right: 20px;
  }

  .about-image img {
    height: 450px;
  }

  .about-content {
    padding-left: 0;
  }

  .about-content h2 {
    font-size: 40px;
  }
}

/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media (max-width: 767px) {
  .about-section {
    padding: 65px 0;
  }

  .about-image {
    padding-right: 12px;
    margin-bottom: 20px;
  }

  .about-image img {
    height: 390px;
  }

  .about-image-box {
    right: 0;
    bottom: 20px;

    width: 125px;
    min-height: 110px;
  }

  .about-image-box strong {
    font-size: 32px;
  }

  .about-image-box span {
    font-size: 9px;
  }

  .about-content {
    padding: 0 5px;
  }

  .section-subtitle {
    font-size: 10px;
    letter-spacing: 2px;
    margin-bottom: 12px;
  }

  .about-content h2 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 18px;
  }

  .about-content > p {
    font-size: 13px;
    line-height: 1.8;
  }

  .about-features {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .about-feature {
    gap: 12px;
    margin-bottom: 17px;
  }

  .feature-icon {
    flex: 0 0 28px;

    width: 28px;
    height: 28px;
  }

  .about-feature h5 {
    font-size: 13px;
  }

  .about-feature p {
    font-size: 11px;
  }

  .about-btn {
    padding: 13px 21px;
    font-size: 10px;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 375px) {
  .about-section {
    padding: 55px 0;
  }

  .about-image img {
    height: 340px;
  }

  .about-content h2 {
    font-size: 30px;
  }

  .about-content > p {
    font-size: 12px;
  }
}
/* =========================================
   WHY SECTION - TABLET
========================================= */

@media (max-width: 991px) {
  .why-section {
    padding: 85px 0;
  }

  .why-heading {
    margin-bottom: 45px;
  }

  .why-heading h2 {
    font-size: 43px;
  }

  .why-heading > p {
    font-size: 13px;
  }

  .why-card {
    padding: 38px 25px;
  }
}

/* =========================================
   WHY SECTION - MOBILE
========================================= */

@media (max-width: 767px) {
  .why-section {
    padding: 65px 0;
  }

  .why-heading {
    padding: 0 12px;
    margin-bottom: 35px;
  }

  .why-heading .section-subtitle {
    font-size: 9px;
    letter-spacing: 2px;
    margin-bottom: 13px;
  }

  .why-heading .section-subtitle::before,
  .why-heading .section-subtitle::after {
    width: 20px;
    margin: 0 7px;
  }

  .why-heading h2 {
    font-size: 33px;
    line-height: 1.2;
    margin-bottom: 17px;
  }

  .why-heading > p {
    font-size: 12px;
    line-height: 1.8;
  }

  /* CARDS */

  .why-card {
    padding: 34px 22px 32px;
    margin-bottom: 3px;
  }

  .why-card:hover {
    transform: none;
    box-shadow: none;
  }

  .why-card::before {
    width: 35%;
  }

  /* ICON */

  .why-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 22px;
  }

  .why-icon img {
    width: 34px;
    height: 34px;
  }

  /* CONTENT */

  .why-card-content h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .why-card-content p {
    font-size: 12px;
    line-height: 1.8;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 375px) {
  .why-section {
    padding: 55px 0;
  }

  .why-heading {
    margin-bottom: 30px;
  }

  .why-heading h2 {
    font-size: 29px;
  }

  .why-heading > p {
    font-size: 11px;
    line-height: 1.75;
  }

  .why-card {
    padding: 30px 18px;
  }

  .why-icon {
    width: 68px;
    height: 68px;
  }

  .why-icon img {
    width: 31px;
    height: 31px;
  }

  .why-card-content h3 {
    font-size: 18px;
  }

  .why-card-content p {
    font-size: 11px;
  }
}

/* =========================================
   SERVICES - TABLET
========================================= */

@media (max-width: 991px) {
  .services-section {
    padding: 85px 0;
  }

  .services-heading {
    margin-bottom: 45px;
  }

  .services-heading h2 {
    font-size: 43px;
  }

  .service-card {
    height: 440px;
  }

  .service-content {
    padding: 25px;
  }

  .service-content h3 {
    font-size: 22px;
  }

  .service-content p {
    opacity: 1;
    transform: none;
  }
}

/* =========================================
   SERVICES - MOBILE
========================================= */

@media (max-width: 767px) {
  .services-section {
    padding: 65px 0;
  }

  .services-heading {
    padding: 0 12px;

    margin-bottom: 35px;
  }

  .services-heading .section-subtitle {
    font-size: 9px;

    letter-spacing: 2px;

    margin-bottom: 12px;
  }

  .services-heading h2 {
    font-size: 33px;

    line-height: 1.2;

    margin-bottom: 17px;
  }

  .services-heading > p {
    font-size: 12px;

    line-height: 1.8;
  }

  /* SERVICE CARD */

  .service-card {
    height: 390px;
  }

  .service-card:hover > img {
    transform: none;
  }

  .service-content {
    padding: 22px;
  }

  .service-number {
    font-size: 11px;
    margin-bottom: 7px;
  }

  .service-content h3 {
    font-size: 21px;

    margin-right: 45px;

    margin-bottom: 10px;
  }

  .service-content p {
    font-size: 11px;

    line-height: 1.7;

    opacity: 1;

    transform: none;
  }

  /* ARROW */

  .service-arrow {
    right: 22px;
    bottom: 22px;

    width: 42px;
    height: 42px;
  }

  .service-arrow i {
    font-size: 15px;
  }

  /* BUTTON */

  .services-button {
    margin-top: 35px;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 375px) {
  .services-section {
    padding: 55px 0;
  }

  .services-heading h2 {
    font-size: 29px;
  }

  .services-heading > p {
    font-size: 11px;
  }

  .service-card {
    height: 360px;
  }

  .service-content {
    padding: 19px;
  }

  .service-content h3 {
    font-size: 19px;
  }

  .service-content p {
    font-size: 10px;
  }
}
/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {
  .premium-testimonial {
    padding: 85px 0;
  }

  .premium-testimonial-heading h2 {
    font-size: 43px;
  }

  #clientTestimonial {
    padding-left: 45px;
    padding-right: 45px;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
  .premium-testimonial {
    padding: 65px 0;
  }

  /* HEADING */

  .premium-testimonial-heading {
    padding: 0 15px;

    margin-bottom: 38px;
  }

  .premium-label {
    font-size: 8px;

    letter-spacing: 2px;

    margin-bottom: 12px;
  }

  .premium-testimonial-heading h2 {
    font-size: 31px;

    line-height: 1.25;

    margin-bottom: 15px;
  }

  .premium-testimonial-heading h2 span {
    display: inline;
  }

  .premium-testimonial-heading p {
    font-size: 11px;

    line-height: 1.8;
  }

  /* SLIDER */

  #clientTestimonial {
    padding: 0 22px 50px;
  }

  .carousel-item {
    padding: 5px;
  }

  /* CARD */

  .premium-review {
    padding: 32px 22px 27px;

    border-left-width: 3px;
  }

  /* QUOTE */

  .review-quote {
    top: 18px;

    right: 20px;

    font-size: 58px;
  }

  /* RATING */

  .review-rating {
    margin-bottom: 18px;
  }

  .review-rating i {
    font-size: 9px;
  }

  .review-rating span {
    font-size: 9px;
  }

  /* TEXT */

  .review-text {
    font-size: 11px;

    line-height: 1.85;

    margin-bottom: 24px;
  }

  /* CLIENT */

  .review-client {
    gap: 11px;

    padding-top: 18px;
  }

  .review-avatar {
    width: 46px;
    height: 46px;
  }

  .review-client-details h3 {
    font-size: 16px;
  }

  .review-client-details span {
    font-size: 7px;
  }

  /* VERIFIED */

  .verified-client {
    display: none;
  }

  /* ARROWS */

  .carousel-control-prev,
  .carousel-control-next {
    width: 20px;
  }

  .premium-arrow {
    width: 30px;
    height: 30px;

    font-size: 10px;
  }

  /* TRUST */

  .testimonial-trust {
    flex-direction: column;

    gap: 18px;

    margin: 30px 15px 0;

    padding: 22px 15px;
  }

  .trust-divider {
    width: 45px;
    height: 1px;
  }

  .trust-item {
    justify-content: center;

    text-align: left;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 375px) {
  .premium-testimonial {
    padding: 55px 0;
  }

  .premium-testimonial-heading h2 {
    font-size: 28px;
  }

  #clientTestimonial {
    padding-left: 18px;
    padding-right: 18px;
  }

  .premium-review {
    padding: 28px 18px 24px;
  }

  .review-text {
    font-size: 10.5px;
  }
}

/* =========================================
   FOOTER RESPONSIVE
========================================= */

@media (max-width: 991px) {
  .site-footer {
    padding-top: 65px;
  }

  .footer-main {
    padding-bottom: 45px;
  }

  .footer-brand p {
    max-width: 320px;
  }

  .footer-newsletter {
    flex-direction: column;

    align-items: flex-start;

    gap: 25px;
  }

  .newsletter-content {
    max-width: 100%;
  }

  .newsletter-form {
    width: 100%;

    max-width: 500px;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
  .site-footer {
    padding-top: 55px;
  }

  /* MAIN */

  .footer-main {
    padding-bottom: 35px;
  }

  /* BRAND */

  .footer-logo {
    margin-bottom: 18px;
  }

  .footer-logo img {
    width: 145px;
  }

  .footer-brand p {
    max-width: 100%;

    font-size: 11px;

    line-height: 1.8;

    margin-bottom: 20px;
  }

  /* WIDGETS */

  .footer-widget {
    padding-top: 8px;
  }

  .footer-widget h3 {
    font-size: 17px;

    margin-bottom: 20px;
  }

  .footer-widget ul li {
    margin-bottom: 10px;
  }

  .footer-widget ul li a {
    font-size: 10.5px;
  }

  /* CONTACT */

  .contact-item {
    font-size: 10.5px;

    margin-bottom: 14px;
  }

  .contact-icon {
    width: 30px;
    height: 30px;

    flex-basis: 30px;
  }

  /* NEWSLETTER */

  .footer-newsletter {
    padding: 32px 0;

    gap: 20px;
  }

  .newsletter-content h3 {
    font-size: 22px;

    line-height: 1.35;
  }

  .newsletter-content p {
    font-size: 10px;
  }

  .newsletter-form {
    display: flex;

    width: 100%;
  }

  .newsletter-form input {
    height: 46px;

    font-size: 10px;
  }

  .newsletter-form button {
    height: 46px;

    padding: 0 15px;

    font-size: 9px;
  }

  /* BOTTOM */

  .footer-bottom {
    min-height: auto;

    padding: 22px 0;

    flex-direction: column;

    justify-content: center;

    text-align: center;

    gap: 12px;
  }

  .footer-bottom p {
    font-size: 8.5px;

    line-height: 1.6;
  }

  .footer-bottom-links {
    gap: 9px;
  }

  .footer-bottom-links a {
    font-size: 8px;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 375px) {
  .site-footer {
    padding-top: 45px;
  }

  .footer-logo img {
    width: 135px;
  }

  .footer-widget h3 {
    font-size: 16px;
  }

  .newsletter-content h3 {
    font-size: 20px;
  }

  .newsletter-form button {
    padding: 0 12px;
  }
}

/* =====================================================
   HEADER + BANNER RESPONSIVE
===================================================== */

@media (max-width: 991px) {
  .main-header {
    position: sticky;

    top: 0;

    z-index: 1050;
  }

  .navbar-collapse {
    max-height: calc(100vh - 75px);

    overflow-y: auto;
  }
}

@media (max-width: 767px) {
  .main-header {
    width: 100%;
  }

  .navbar {
    width: 100%;
  }

  .navbar .container {
    width: 100%;

    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-brand img {
    max-width: 140px;

    height: auto;
  }

  /* MOBILE MENU */

  .navbar-collapse {
    width: 100%;

    margin-top: 10px;

    padding: 8px 0 12px;

    background: #fff;

    border-top: 1px solid #eee;
  }

  .navbar-nav {
    width: 100%;
  }

  .navbar-nav .nav-link {
    padding: 11px 5px !important;

    font-size: 11px;

    border-bottom: 1px solid #f1f1f1;
  }

  .header-btn {
    display: inline-flex;

    margin-top: 12px;

    padding: 11px 18px !important;
  }
}

/* =====================================================
   VISION & MISSION RESPONSIVE
===================================================== */

@media (max-width: 767px) {
  .vision-mission-section .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .vision-mission-section .row {
    margin-left: 0;
    margin-right: 0;
  }

  .vision-mission-section .col-lg-5,
  .vision-mission-section .col-md-6 {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .vm-card {
    width: 100%;
  }
}

/* =====================================================
   TEAM SECTION - MOBILE RESPONSIVE
===================================================== */

@media (max-width: 767px) {
  .team-section .container {
    width: 100%;

    padding-left: 15px;

    padding-right: 15px;
  }

  .team-section .row {
    width: 100%;

    margin-left: 0;

    margin-right: 0;
  }

  .team-section .row > div {
    width: 100%;

    max-width: 100%;
  }

  .team-card {
    width: 100%;

    max-width: 100%;
  }

  .team-image {
    width: 100%;

    overflow: hidden;
  }

  .team-image img {
    width: 100%;

    max-width: 100%;
  }
}

/* =====================================================
   SERVICE PAGE RESPONSIVE
===================================================== */

@media (max-width: 767px) {
  .service-detail-section .row {
    width: 100%;

    margin-left: 0;

    margin-right: 0;
  }

  .service-detail-section .row > div {
    width: 100%;

    max-width: 100%;

    padding-left: 0;

    padding-right: 0;
  }

  .service-sidebar,
  .service-main-content {
    width: 100%;

    max-width: 100%;
  }

  .service-menu,
  .service-contact-box,
  .quick-contact,
  .service-main-image,
  .service-feature,
  .service-why {
    width: 100%;

    max-width: 100%;
  }

  .service-feature {
    margin-left: 0;

    margin-right: 0;
  }
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {
  .modular-kitchen-section {
    padding: 80px 0;
  }

  .modular-intro {
    margin-bottom: 45px;
  }

  .modular-intro h2,
  .faq-heading h2 {
    font-size: 40px;
  }

  .modular-feature {
    margin-bottom: 60px;
  }

  .modular-image-wrap img {
    height: 450px;
  }

  .modular-content {
    padding-left: 0;
    padding-top: 10px;
  }

  .modular-content h3 {
    font-size: 34px;
  }

  .modular-benefits {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 80px;
  }

  .benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }

  .benefit-icon {
    flex: 0 0 55px;
    margin-bottom: 0;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {
  .modular-kitchen-section {
    padding: 60px 0;
  }

  .modular-kitchen-section .container {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .modular-intro {
    margin-bottom: 35px;
  }

  .section-label {
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: 2px;
  }

  .modular-intro h2,
  .faq-heading h2 {
    font-size: 31px;
    line-height: 1.25;
  }

  .modular-intro p,
  .faq-heading p {
    font-size: 13px;
    line-height: 1.75;
  }

  .modular-feature {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .modular-image-wrap {
    width: 100%;
  }

  .modular-image-wrap img {
    width: 100%;
    height: 330px;
  }

  .image-badge {
    left: 15px;
    bottom: 15px;
    padding: 12px 14px;
    gap: 10px;
  }

  .badge-number {
    font-size: 21px;
  }

  .badge-text {
    font-size: 9px;
  }

  .modular-content {
    padding: 0;
  }

  .content-label {
    font-size: 9px;
    letter-spacing: 1.5px;
  }

  .modular-content h3 {
    font-size: 29px;
    line-height: 1.25;
  }

  .modular-content p {
    font-size: 13px;
    line-height: 1.8;
  }

  .modular-btn {
    width: 100%;
    justify-content: center;
    padding: 14px 18px;
    margin-top: 8px;
  }

  .modular-benefits {
    display: block;
    margin-bottom: 65px;
  }

  .benefit-item {
    width: 100%;
    margin-bottom: 15px;
    padding: 22px 18px;
    display: block;
  }

  .benefit-icon {
    margin-bottom: 15px;
  }

  .benefit-content h4 {
    font-size: 20px;
  }

  .benefit-content p {
    font-size: 12px;
    line-height: 1.75;
  }

  .faq-heading {
    margin-bottom: 25px;
  }

  .custom-accordion .accordion-button {
    padding: 18px 15px;
    font-size: 12px;
    line-height: 1.5;
  }

  .custom-accordion .accordion-button span {
    min-width: 34px;
    font-size: 15px;
  }

  .custom-accordion .accordion-body {
    padding: 0 15px 20px 49px;
    font-size: 12px;
    line-height: 1.75;
  }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 400px) {
  .modular-intro h2,
  .faq-heading h2 {
    font-size: 27px;
  }

  .modular-image-wrap img {
    height: 285px;
  }

  .modular-content h3 {
    font-size: 26px;
  }

  .image-badge {
    padding: 10px 12px;
  }

  .badge-text {
    font-size: 8px;
  }

  .custom-accordion .accordion-button {
    font-size: 11px;
  }
}

/* =========================================================
   SPACE PLANNING & RENOVATION
========================================================= */

.space-page {
  width: 100%;
  overflow: hidden;
  background: #fff;
  color: #292928;
}

.space-page .container {
  max-width: 1180px;
}

/* =========================================================
   INTRO
========================================================= */

.space-intro {
  max-width: 900px;
  padding: 100px 0 60px;
}

.space-kicker,
.approach-heading > span,
.feature-copy > span,
.philosophy-content > span,
.journey-header span,
.space-faq-heading > span {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #a6191d;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.space-kicker span {
  width: 35px;
  height: 2px;
  background: #5ec00a;
}

.space-intro h1 {
  max-width: 850px;
  margin: 22px 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(45px, 6vw, 78px);
  line-height: 1.03;
  font-weight: 600;
}

.space-intro h1 em {
  display: block;
  color: #a6191d;
  font-style: italic;
}

.space-intro p {
  max-width: 720px;
  margin: 0;
  color: #6b6b68;
  font-size: 16px;
  line-height: 1.9;
}

/* =========================================================
   VISUAL
========================================================= */

.space-visual {
  position: relative;
  height: 570px;
  overflow: hidden;
}

.space-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.space-visual:hover img {
  transform: scale(1.025);
}

.space-visual-info {
  position: absolute;
  right: 35px;
  bottom: 35px;
  width: 300px;
  padding: 25px;
  background: rgba(41, 41, 40, 0.94);
  color: #fff;
  border-bottom: 3px solid #5ec00a;
}

.space-visual-info span {
  display: block;
  margin-bottom: 8px;
  color: #5ec00a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
}

.space-visual-info strong {
  font-family: "Playfair Display", serif;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 500;
}

/* =========================================================
   APPROACH
========================================================= */

.space-approach {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  padding: 100px 0;
}

.approach-heading h2 {
  margin: 17px 0 0;
  font-family: "Playfair Display", serif;
  font-size: 47px;
  line-height: 1.15;
  font-weight: 600;
}

.approach-heading h2 strong {
  display: block;
  color: #a6191d;
  font-weight: 600;
}

.approach-text {
  align-self: center;
}

.approach-text p {
  margin-bottom: 20px;
  color: #696965;
  font-size: 15px;
  line-height: 1.9;
}

/* =========================================================
   SERVICES
========================================================= */

.space-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #deddd8;
  border-bottom: 1px solid #deddd8;
}

.space-service {
  display: flex;
  gap: 20px;
  padding: 40px 30px;
  border-right: 1px solid #deddd8;
}

.space-service:last-child {
  border-right: 0;
}

.space-service > span {
  color: #a6191d;
  font-family: "Playfair Display", serif;
  font-size: 18px;
}

.space-service i {
  display: block;
  margin-bottom: 17px;
  color: #5ec00a;
  font-size: 26px;
}

.space-service h3 {
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
  font-size: 23px;
  font-weight: 600;
}

.space-service p {
  margin: 0;
  color: #777773;
  font-size: 13px;
  line-height: 1.75;
}

/* =========================================================
   PHILOSOPHY
========================================================= */

.space-philosophy {
  padding: 110px 0;
  background: #f4f3ef;
}

.philosophy-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 80px;
}

.philosophy-image {
  height: 580px;
  overflow: hidden;
}

.philosophy-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.philosophy-content h2 {
  margin: 18px 0 22px;
  font-family: "Playfair Display", serif;
  font-size: 49px;
  line-height: 1.12;
  font-weight: 600;
}

.philosophy-content h2 em {
  display: block;
  color: #a6191d;
  font-style: italic;
}

.philosophy-content > p {
  max-width: 600px;
  color: #686864;
  font-size: 15px;
  line-height: 1.9;
}

.philosophy-points {
  margin-top: 35px;
}

.philosophy-point {
  display: flex;
  gap: 17px;
  margin-bottom: 24px;
}

.philosophy-point > i {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #a6191d;
  color: #fff;
  font-size: 15px;
}

.philosophy-point h3 {
  margin: 0 0 6px;
  font-family: "Playfair Display", serif;
  font-size: 20px;
}

.philosophy-point p {
  margin: 0;
  color: #747470;
  font-size: 13px;
  line-height: 1.7;
}

/* =========================================================
   JOURNEY
========================================================= */

.renovation-journey {
  padding: 110px 0;
  background: #292928;
  color: #fff;
}

.journey-header {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 70px;
  align-items: end;
  margin-bottom: 65px;
}

.journey-header span {
  color: #5ec00a;
}

.journey-header h2 {
  margin: 17px 0 0;
  font-family: "Playfair Display", serif;
  font-size: 55px;
  line-height: 1.1;
  font-weight: 600;
}

.journey-header h2 em {
  color: #fff;
  font-style: italic;
}

.journey-header > p {
  margin: 0;
  color: #bdbdb9;
  font-size: 14px;
  line-height: 1.85;
}

.journey-timeline {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.journey-step {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 35px;
  padding: 35px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.journey-marker {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #5ec00a;
  border-radius: 50%;
  color: #5ec00a;
  font-family: "Playfair Display", serif;
  font-size: 18px;
}

.journey-content small {
  color: #5ec00a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
}

.journey-content h3 {
  margin: 8px 0;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 500;
}

.journey-content p {
  max-width: 700px;
  margin: 0;
  color: #b9b9b5;
  font-size: 14px;
  line-height: 1.8;
}

/* =========================================================
   FAQ
========================================================= */

.space-faq {
  padding: 110px 0;
  background: #fff;
}

.space-faq-heading {
  max-width: 760px;
  margin-bottom: 55px;
}

.space-faq-heading h2 {
  margin: 17px 0;
  font-family: "Playfair Display", serif;
  font-size: 55px;
  line-height: 1.1;
  font-weight: 600;
}

.space-faq-heading h2 em {
  display: block;
  color: #a6191d;
  font-style: italic;
}

.space-faq-heading p {
  max-width: 650px;
  margin: 0;
  color: #70706c;
  font-size: 14px;
  line-height: 1.8;
}

.space-accordion {
  border-top: 1px solid #dddcd7;
}

.space-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #dddcd7;
}

.space-accordion .accordion-button {
  padding: 27px 5px;
  gap: 25px;
  background: transparent;
  box-shadow: none;
  color: #292928;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 500;
}

.space-accordion .accordion-button span {
  color: #a6191d;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.space-accordion .accordion-button:not(.collapsed) {
  color: #a6191d;
}

.space-accordion .accordion-body {
  max-width: 820px;
  padding: 0 50px 30px;
  color: #6c6c68;
  font-size: 14px;
  line-height: 1.85;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {
  .space-intro {
    padding-top: 75px;
  }

  .space-visual {
    height: 470px;
  }

  .space-approach {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 75px 0;
  }

  .space-services {
    grid-template-columns: 1fr;
  }

  .space-service {
    border-right: 0;
    border-bottom: 1px solid #deddd8;
  }

  .space-service:last-child {
    border-bottom: 0;
  }

  .philosophy-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .philosophy-image {
    height: 470px;
  }

  .journey-header {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .space-page {
    width: 100%;
    overflow-x: hidden;
  }

  .space-page .container {
    width: 100%;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .space-intro {
    padding: 55px 0 35px;
  }

  .space-kicker {
    font-size: 9px;
    letter-spacing: 1.4px;
  }

  .space-intro h1 {
    margin: 17px 0 20px;
    font-size: 39px;
    line-height: 1.08;
  }

  .space-intro p {
    font-size: 14px;
    line-height: 1.75;
  }

  .space-visual {
    height: 300px;
  }

  .space-visual-info {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
    padding: 16px 18px;
  }

  .space-visual-info strong {
    font-size: 18px;
  }

  .space-approach {
    padding: 60px 0;
    gap: 25px;
  }

  .approach-heading h2 {
    font-size: 35px;
  }

  .approach-text p {
    font-size: 14px;
    line-height: 1.8;
  }

  .space-service {
    padding: 28px 5px;
    gap: 15px;
  }

  .space-service h3 {
    font-size: 21px;
  }

  .space-service p {
    font-size: 13px;
  }

  .space-philosophy {
    padding: 70px 0;
  }

  .philosophy-layout {
    gap: 35px;
  }

  .philosophy-image {
    height: 300px;
  }

  .philosophy-content h2 {
    font-size: 36px;
  }

  .philosophy-content > p {
    font-size: 14px;
    line-height: 1.8;
  }

  .philosophy-point h3 {
    font-size: 18px;
  }

  .philosophy-point p {
    font-size: 13px;
  }

  .renovation-journey {
    padding: 70px 0;
  }

  .journey-header {
    margin-bottom: 40px;
    gap: 20px;
  }

  .journey-header h2 {
    font-size: 39px;
  }

  .journey-header > p {
    font-size: 13px;
  }

  .journey-step {
    grid-template-columns: 52px 1fr;
    gap: 17px;
    padding: 27px 0;
  }

  .journey-marker {
    width: 43px;
    height: 43px;
    font-size: 14px;
  }

  .journey-content h3 {
    font-size: 22px;
  }

  .journey-content p {
    font-size: 13px;
    line-height: 1.75;
  }

  .space-faq {
    padding: 70px 0;
  }

  .space-faq-heading {
    margin-bottom: 35px;
  }

  .space-faq-heading h2 {
    font-size: 38px;
  }

  .space-faq-heading p {
    font-size: 13px;
  }

  .space-accordion .accordion-button {
    padding: 21px 0;
    padding-right: 28px;
    gap: 12px;
    font-size: 17px;
    line-height: 1.4;
    text-align: left;
  }

  .space-accordion .accordion-button span {
    min-width: 25px;
  }

  .space-accordion .accordion-body {
    padding: 0 8px 25px 37px;
    font-size: 13px;
    line-height: 1.8;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {
  .space-intro h1 {
    font-size: 34px;
  }

  .space-visual {
    height: 270px;
  }

  .approach-heading h2 {
    font-size: 32px;
  }

  .philosophy-content h2 {
    font-size: 32px;
  }

  .journey-header h2 {
    font-size: 34px;
  }

  .space-faq-heading h2 {
    font-size: 33px;
  }
}
