@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap");

:root {
  --orange: #fa7e21;
  --blue: #20405b;
  --dark: #173854;
  --cream: #f7f4ef;
  --light: #f5f8fa;
  --text: #44515c;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}
body {
  font-family: "DM Sans", sans-serif;
  color: var(--text);
  line-height: 1.7;
  background: #fff;
  overflow-x: clip;
}
h1,
h2,
h3,
h4 {
  color: var(--dark);
  font-weight: 700;
  line-height: 1.2;
}
h1,
h2 {
  font-family: "Playfair Display", serif;
}
a {
  text-decoration: none;
}
.topbar {
  background: var(--dark);
  color: #fff;
  font-size: 13px;
  padding: 8px 0;
}
.topbar i {
  color: var(--orange);
  margin-right: 5px;
}
.navbar {
  padding: 14px 0;
}
.navbar-toggler {
  border: none;
}
.navbar-brand {
  color: var(--dark);
  font-size: 18px;
  line-height: 1.05;
  margin-right: 0px;
}
.navbar-brand strong {
  font-size: 22px;
}
.navbar-brand small {
  display: block;
  color: #75818a;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
}
.brand-icon {
  width: 43px;
  height: 43px;
  border-radius: 12px;
  background: var(--orange);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 22px;
}
.nav-link {
  color: var(--dark);
  font-weight: 600;
  padding: 10px 13px !important;
}
.nav-link:hover,
.nav-link.active {
  color: var(--orange);
}
.btn-orange {
  background: var(--orange);
  color: #fff;
  border: 2px solid var(--orange);
  font-weight: 700;
  border-radius: 8px;
  padding: 10px 20px;
}
.btn-orange:hover {
  background: #df6812;
  border-color: #df6812;
  color: #fff;
  transform: translateY(-1px);
}
.hero {
  background: linear-gradient(
    115deg,
    var(--dark) 0%,
    #28506c 62%,
    #39657d 100%
  );
  /* background:
        linear-gradient(rgba(17, 17, 17, 0.55), rgba(15, 15, 15, 0.55)),
        url("images/sofa-banner.png") center center / cover no-repeat; */
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hero:after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 80px solid rgba(255, 255, 255, 0.035);
  right: -150px;
  top: -150px;
}
.min-vh-75 {
  min-height: 75vh;
}
.first-col{
  margin: 2% 0;
}
.eyebrow,
.section-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--orange);
}
.eyebrow {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  padding: 8px 14px;
  color: #fff;
  margin-bottom: 12px;
}

.hero h1 {
  font-size: clamp(42px, 4vw, 68px);
  color: #fff;
  max-width: 760px;
}
.hero h1 span {
  color: #ffd0aa;
}
.hero-text {
  font-size: 18px;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.88);
}
.small-text {
  font-size: 15px;
}
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  font-size: 14px;
}
.hero-points i {
  color: #ffd0aa;
  margin-right: 5px;
}
.hero-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
.sofa-illustration {
  height: 280px;
  border-radius: 15px;
  background: linear-gradient(145deg, #e8ddd1, #c8b5a2);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.sofa-illustration > i:first-child {
  position: absolute;
  right: 25px;
  top: 20px;
  color: rgba(32, 64, 91, 0.3);
  font-size: 45px;
}
.sofa-shape {
  width: 75%;
  height: 115px;
  background: #7e5d48;
  border-radius: 30px 30px 14px 14px;
  position: relative;
  box-shadow: 0 18px 20px rgba(0, 0, 0, 0.15);
}
.cushion {
  position: absolute;
  background: #a77b5e;
  width: 42%;
  height: 65px;
  top: -8px;
  border-radius: 22px;
}
.c1 {
  left: 5%;
}
.c2 {
  right: 5%;
}
.seat {
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 15px;
  height: 38px;
  background: #6d4d3a;
  border-radius: 12px;
}
.leg {
  position: absolute;
  width: 10px;
  height: 28px;
  background: #3e3028;
  bottom: -24px;
  border-radius: 0 0 5px 5px;
}
.l1 {
  left: 15%;
}
.l2 {
  right: 15%;
}
.tools-icon {
  position: absolute !important;
  bottom: 22px !important;
  left: 25px;
  color: var(--orange);
  font-size: 35px;
}
.hero-card-content {
  padding: 20px 10px 8px;
}
.hero-card-content h3 {
  font-size: 22px;
}
.hero-card-content p {
  margin: 0;
  font-size: 14px;
}
.section-padding {
  padding: 60px 0;
}
.section-heading {
  max-width: 800px;
  margin: 0 auto;
}
.section-heading h2,
.why-section h2,
.about-section h2,
.area-section h2,
.cta-section h2 {
  font-size: clamp(32px, 4vw, 46px);
  margin: 10px 0 15px;
}
.section-heading p {
  color: #697681;
}
.service-card {
  height: 100%;
  padding: 30px;
  border: 1px solid #e8ecef;
  border-radius: 15px;
  background: #fff;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.service-card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.3s;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(23, 56, 84, 0.1);
}
.service-card:hover:before {
  transform: scaleX(1);
}
.service-icon {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: #fff0e6;
  color: var(--orange);
  display: grid;
  place-items: center;
  font-size: 25px;
  margin-bottom: 22px;
}
.service-card h3 {
  font-size: 21px;
}
.service-card p {
  font-size: 14px;
  color: #697681;
}
.service-card a {
  color: var(--orange);
  font-weight: 700;
  font-size: 14px;
}
.why-section {
  background: var(--cream);
}
.benefit-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}
.benefit-list > div {
  display: flex;
  gap: 12px;
  font-size: 14px;
}
.benefit-list i,
.about-check i {
  color: var(--orange);
  font-size: 20px;
}
.feature-box {
  background: #fff;
  border-radius: 22px;
  padding: 45px;
  box-shadow: 0 20px 50px rgba(23, 56, 84, 0.08);
  position: relative;
}
.feature-number {
  font-size: 70px;
  font-family: "Playfair Display", serif;
  color: #f2e8df;
  position: absolute;
  right: 25px;
  top: 15px;
}
.feature-box h3 {
  font-size: 29px;
  position: relative;
}
.feature-box p {
  position: relative;
}
.mini-stat {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.mini-stat strong {
  display: block;
  color: var(--orange);
  font-size: 22px;
}
.mini-stat span {
  font-size: 12px;
}
.step-card {
  text-align: center;
  padding: 28px 15px;
  border: 1px solid #e7ecef;
  border-radius: 15px;
  height: 100%;
  position: relative;
}
.step-card > span {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #dce4e9;
  font-weight: 700;
}
.step-card i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--dark);
  color: #fff;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  font-size: 23px;
}
.step-card h3 {
  font-size: 18px;
}
.step-card p {
  font-size: 13px;
  margin: 0;
}
.gallery-section {
  background: #f9f6f6;
}
.gallery-slider {
  position: relative;
  padding: 0 34px;
}
.gallery-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 10px 2px 18px;
}
.gallery-track::-webkit-scrollbar {
  display: none;
}
.gallery-item {
  flex: 0 0 calc((100% - 48px) / 3);
  scroll-snap-align: start;
}
.gallery-control {
  position: absolute;
  top: 45%;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: var(--dark);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 5px 15px rgba(23, 56, 84, 0.2);
  transition: background 0.2s ease, transform 0.2s ease;
}
.gallery-control:hover {
  background: var(--orange);
  transform: translateY(-2px);
}
.gallery-control:focus-visible {
  outline: 3px solid #ffd0aa;
  outline-offset: 2px;
}
.gallery-control-prev {
  left: 0;
}
.gallery-control-next {
  right: 0;
}
.gallery-item {
  height: 100%;
  margin: 0;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 30px rgba(23, 56, 84, 0.1);
  position: relative;
}
.gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.gallery-item:hover img {
  transform: scale(1.05);
}
.gallery-item figcaption {
  padding: 15px 18px;
  color: var(--dark);
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .gallery-item {
    flex-basis: calc((100% - 24px) / 2);
  }
}
@media (max-width: 575.98px) {
  .gallery-slider {
    padding: 0 28px;
  }
  .gallery-track {
    gap: 16px;
  }
  .gallery-item {
    flex-basis: 100%;
  }
  .gallery-control {
    width: 34px;
    height: 34px;
  }
}
.about-section {
  background: var(--light);
}
.about-visual {
  height: 420px;
  border-radius: 24px;
  background: linear-gradient(145deg, #dce6eb, #f3e6d8);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
.about-visual > i {
  font-size: 170px;
  color: var(--blue);
}
.about-tools {
  position: absolute;
  bottom: 35px;
  display: flex;
  gap: 15px;
}
.about-tools i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  color: var(--orange);
  font-size: 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.about-check {
  background: #fff;
  border-radius: 10px;
  padding: 13px;
  font-size: 14px;
  font-weight: 600;
}
.about-check i {
  margin-right: 7px;
}
.review-card {
  height: 100%;
  border: 1px solid #e8ecef;
  border-radius: 15px;
  padding: 30px;
  background: #fff;
}
.stars {
  color: #f6a623;
  letter-spacing: 3px;
  margin-bottom: 12px;
}
.review-card h3 {
  font-size: 20px;
}
.review-card p {
  font-size: 14px;
  font-style: italic;
  color: #66737d;
}
.review-card strong {
  font-size: 13px;
  color: var(--dark);
}
.area-section {
  background: var(--dark);
  color: #fff;
}
.area-section h2 {
  color: #fff;
}
.area-section p {
  color: rgba(255, 255, 255, 0.75);
}
.area-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.area-list span {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  padding: 10px 18px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.05);
}
.faq-wrap {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.accordion-item {
  border: 1px solid #e6eaed !important;
  border-radius: 10px !important;
  margin-bottom: 12px;
  overflow: hidden;
}
.accordion-button {
  font-weight: 700;
  color: var(--dark);
  padding: 20px;
  background: #fff;
}
.accordion-button:not(.collapsed) {
  color: var(--orange);
  background: #fff7f1;
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  font-size: 14px;
  color: #65727c;
}
.cta-section {
  padding: 80px 0;
  background: linear-gradient(110deg, var(--blue), var(--dark));
  color: #fff;
}
.cta-section h2 {
  color: #fff;
}
.cta-section p {
  color: rgba(255, 255, 255, 0.78);
}
.light-label {
  color: #ffd0aa;
}
.contact-form {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
}
.contact-form input,
.contact-form select {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid #dde4e8;
  border-radius: 8px;
  margin-bottom: 12px;
  outline: none;
}
.contact-form input:focus,
.contact-form select:focus {
  border-color: var(--orange);
}
.form-message {
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
  color: #27824b;
}
footer {
  background: #102a3e;
  color: #aebbc4;
  padding: 65px 0 25px;
}
footer h4 {
  color: #fff;
  font-size: 17px;
  margin-bottom: 18px;
}
footer a {
  display: block;
  color: #aebbc4;
  margin-bottom: 9px;
  font-size: 14px;
}
footer a:hover {
  color: #fff;
}
footer p {
  font-size: 14px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 18px;
}
.footer-brand .brand-icon {
  width: 38px;
  height: 38px;
  font-size: 18px;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  font-size: 13px;
}
.footer-social a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
}
.footer-social a:hover {
  background: #25d366;
  border-color: #25d366;
  color: #fff;
}
footer hr {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 35px 0 20px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  font-size: 12px;
}
.floating-call {
  position: fixed;
  right: 22px;
  bottom: 90px;
  width: 58px;
  height: 58px;
  background: #ff4d4d;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 28px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  z-index: 1000;
}
.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 28px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  z-index: 1000;
}
.floating-whatsapp:hover {
  color: #fff;
  transform: scale(1.06);
}
.services-hero {
    background:
        linear-gradient(rgba(7, 14, 29, 0.55), rgba(7, 14, 31, 0.55)),
        url("images/sofa-banner.png") center center / cover no-repeat;

    color: #fff;
    padding: 54px 0 60px;
    position: relative;
    overflow: hidden;
}
.contact-hero {
  background: linear-gradient(115deg, var(--dark), #39657d);
  color: #fff;
  padding: 64px 0 70px;
  position: relative;
  overflow: hidden;
}
.contact-hero:after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border: 80px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
  right: -160px;
  top: -210px;
}
.contact-hero h1 {
  color: #fff;
  font-size: clamp(42px, 4vw, 64px);
  max-width: 700px;
}
.contact-hero h1 span {
  color: #ffd0aa;
}
.contact-hero p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  max-width: 650px;
}
.contact-page .contact-form {
  box-shadow: 0 20px 45px rgba(23, 56, 84, 0.12);
}
.contact-details {
  height: 100%;
  padding: 34px;
  background: var(--light);
  border-left: 4px solid var(--orange);
}
.contact-detail {
  display: flex;
  gap: 14px;
  margin-top: 22px;
}
.contact-detail i {
  color: var(--orange);
  font-size: 22px;
}
.contact-detail strong,
.contact-detail a {
  display: block;
  color: var(--dark);
  font-weight: 700;
}
.services-hero:after {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  border: 90px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
  right: -170px;
  top: -210px;
}
.services-hero h1 {
  color: #fff;
  font-size: clamp(44px,4vw, 70px);
  max-width: 700px;
}
.services-hero h1 span {
  color: #ffd0aa;
}
.services-hero p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  max-width: 650px;
}
.service-hero-panel {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  padding: 34px;
  position: relative;
  z-index: 1;
  backdrop-filter: blur(5px);
}
.panel-kicker {
  color: #ffd0aa;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}
.service-hero-stat {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 28px 0 22px;
}
.service-hero-stat strong {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 76px;
  line-height: 0.9;
}
.service-hero-stat span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.4;
}
.service-hero-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 22px;
}
.service-hero-panel p {
  font-size: 14px;
  margin: 10px 0;
}
.service-hero-panel p i {
  color: #ffd0aa;
  margin-right: 8px;
}
.service-directory {
  background: #fbfcfc;
}
.service-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 42px;
}
.service-detail-card {
  background: #fff;
  border: 1px solid #e5ebee;
  border-radius: 14px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.service-detail-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(23, 56, 84, 0.1);
}
.service-detail-card.service-featured {
  border-color: #f4c7a5;
  box-shadow: 0 12px 28px rgba(250, 126, 33, 0.1);
}
.service-detail-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 22px;
}
.service-number {
  color: #c9d3d9;
  font-family: "Playfair Display", serif;
  font-size: 25px;
}
.service-detail-card .service-icon {
  margin: 0;
}
.service-detail-card h3 {
  font-size: 23px;
  margin-bottom: 10px;
}
.service-detail-card p {
  color: #697681;
  font-size: 14px;
  margin-bottom: 14px;
}
.service-detail-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  color: #53616b;
  font-size: 13px;
}
.service-detail-card li {
  margin: 6px 0;
}
.service-detail-card li:before {
  content: "\f26a";
  color: var(--orange);
  font-family: "bootstrap-icons";
  margin-right: 8px;
}
.service-detail-card a {
  color: var(--orange);
  font-size: 14px;
  font-weight: 700;
  margin-top: auto;
}
.service-detail-card a i {
  margin-left: 5px;
}
.service-steps {
  background: var(--cream);
}
.service-steps h2 {
  font-size: clamp(32px, 4vw, 46px);
  margin: 10px 0 15px;
}
.service-steps p {
  color: #697681;
}
.service-step {
  background: #fff;
  border: 1px solid #eadfd6;
  border-radius: 12px;
  height: 100%;
  padding: 22px 18px;
  position: relative;
}
.service-step > span {
  color: #d8c9bd;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  right: 15px;
  top: 12px;
}
.service-step i {
  color: var(--orange);
  font-size: 26px;
}
.service-step h3 {
  font-size: 18px;
  margin: 18px 0 7px;
}
.service-step p {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}
.blog-hero {
  background: linear-gradient(120deg, var(--dark), #39657d);
  color: #fff;
  padding: 78px 0 86px;
  position: relative;
  overflow: hidden;
}
.blog-hero:after {
  content: "";
  position: absolute;
  width: 470px;
  height: 470px;
  border: 75px solid rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  right: -150px;
  top: -185px;
}
.blog-hero h1 {
  color: #fff;
  font-size: clamp(44px, 5vw, 68px);
  max-width: 720px;
  margin: 16px 0;
}
.blog-hero p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  max-width: 650px;
  margin: 0;
}
.blog-hero-note {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  display: flex;
  gap: 14px;
  padding: 22px;
  position: relative;
  z-index: 1;
}
.blog-hero-note i {
  color: #ffd0aa;
  font-size: 24px;
}
.blog-hero-note span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.55;
}
.blog-hero-note strong {
  color: #fff;
}
.blog-listing {
  background: #fbfcfc;
}
.blog-section-heading {
  margin-bottom: 32px;
}
.blog-section-heading h2 {
  font-size: clamp(32px, 4vw, 46px);
  margin: 10px 0 0;
}
.blog-count {
  color: #7a8790;
  font-size: 13px;
  padding-bottom: 7px;
  white-space: nowrap;
}
.featured-post {
  background: #fff;
  border: 1px solid #e5ebee;
  border-radius: 16px;
  overflow: hidden;
}
.featured-post img {
  display: block;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  width: 100%;
}
.featured-post-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 42px;
}
.post-category {
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
}
.featured-post h2 {
  font-size: clamp(28px, 3vw, 40px);
  margin: 14px 0;
}
.featured-post p,
.blog-card p {
  color: #697681;
  font-size: 14px;
}
.post-meta {
  color: #89949b;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 16px;
  margin: 20px 0;
}
.post-meta i {
  color: var(--orange);
  margin-right: 4px;
}
.post-link {
  color: var(--orange);
  font-size: 14px;
  font-weight: 700;
}
.post-link i {
  margin-left: 5px;
}
.blog-card {
  background: #fff;
  border: 1px solid #e5ebee;
  border-radius: 14px;
  height: 100%;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.blog-card:hover {
  box-shadow: 0 16px 32px rgba(23, 56, 84, 0.1);
  transform: translateY(-5px);
}
.blog-card > img {
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  width: 100%;
}
.blog-card-body {
  display: flex;
  flex-direction: column;
  padding: 25px;
}
.blog-card h3 {
  font-size: 21px;
  margin: 12px 0 10px;
}
.blog-card .post-meta {
  margin: 8px 0 18px;
}
.blog-card-tip {
  background: var(--cream);
  display: flex;
  flex-direction: column;
}
.blog-tip-icon {
  background: var(--dark);
  color: #ffd0aa;
  display: grid;
  font-size: 46px;
  min-height: 160px;
  place-items: center;
}
.blog-cta {
  background: linear-gradient(110deg, var(--blue), var(--dark));
  color: #fff;
}
.blog-cta h2 {
  color: #fff;
  font-size: clamp(32px, 4vw, 46px);
  margin: 10px 0 15px;
}
.blog-cta p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}
.article-hero {
  background: linear-gradient(120deg, var(--dark), #39657d);
  color: #fff;
  padding: 42px 0 72px;
}
.back-to-blog {
  color: rgba(255, 255, 255, 0.76);
  display: inline-block;
  font-size: 13px;
  margin-bottom: 15px;
}
.back-to-blog:hover {
  color: #fff;
}
.article-hero-grid {
  align-items: end;
  display: grid;
  gap: 50px;
  grid-template-columns: minmax(0, 1fr) 220px;
}
.article-hero h1 {
  color: #fff;
  font-size: clamp(40px, 5vw, 66px);
  line-height: 1.08;
  margin: 15px 0 20px;
  max-width: 850px;
}
.article-dek {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  max-width: 720px;
}
.article-meta {
  color: rgba(255, 255, 255, 0.68);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 18px;
  margin-top: 28px;
}
.article-meta i {
  color: #ffd0aa;
  margin-right: 5px;
}
.article-hero-mark {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #ffd0aa;
  display: flex;
  flex-direction: column;
  height: 190px;
  justify-content: center;
  justify-self: end;
  text-align: center;
  width: 190px;
}
.article-hero-mark i {
  font-size: 42px;
  margin-bottom: 10px;
}
.article-hero-mark span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  line-height: 1.4;
}
.article-main {
  background: #fbfcfc;
  padding: 80px 0;
}
.article-content {
  background: #fff;
  border: 1px solid #e5ebee;
  border-radius: 15px;
  padding: 0 48px 48px;
}
.article-cover {
  border-radius: 0 0 12px 12px;
  display: block;
  margin: 0 -48px 38px;
  max-height: 470px;
  object-fit: cover;
  width: calc(100% + 96px);
}
.article-content p,
.article-content li {
  color: #596872;
  font-size: 16px;
}
.article-content p {
  margin-bottom: 22px;
}
.article-content h2 {
  font-size: 30px;
  margin: 38px 0 15px;
}
.article-intro {
  color: var(--dark) !important;
  font-size: 19px !important;
  line-height: 1.7;
}
.article-callout {
  align-items: flex-start;
  background: #fff5ed;
  border-left: 4px solid var(--orange);
  display: flex;
  gap: 14px;
  margin: 30px 0;
  padding: 22px;
}
.article-callout > i {
  color: var(--orange);
  font-size: 22px;
}
.article-callout p {
  font-size: 14px;
  margin: 5px 0 0;
}
.article-checklist {
  list-style: none;
  margin: 25px 0;
  padding: 0;
}
.article-checklist li {
  margin: 12px 0;
}
.article-checklist i {
  color: var(--orange);
  margin-right: 10px;
}
.article-end-note {
  background: var(--cream);
  border-radius: 12px;
  margin-top: 42px;
  padding: 28px;
}
.article-end-note h2 {
  font-size: 27px;
  margin-top: 10px;
}
.article-end-note p {
  margin-bottom: 0;
}
.article-sidebar {
  align-self: start;
  position: sticky;
  top: 100px;
}
.article-booking-card {
  background: var(--dark);
  border-radius: 14px;
  color: #fff;
  padding: 30px;
}
.article-booking-card h2 {
  color: #fff;
  font-size: 28px;
  margin: 12px 0;
}
.article-booking-card p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}
.sidebar-points {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 10px;
  margin-top: 25px;
  padding-top: 20px;
}
.sidebar-points span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}
.sidebar-points i {
  color: #ffd0aa;
  margin-right: 7px;
}
.article-share {
  padding: 28px 10px;
}
.article-share > div {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.article-share a {
  align-items: center;
  border: 1px solid #dfe6e9;
  border-radius: 50%;
  color: var(--dark);
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.article-share a:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}
.related-posts {
  background: #fff;
}
.related-heading {
  margin-bottom: 30px;
}
.related-heading h2 {
  font-size: clamp(32px, 4vw, 46px);
  margin: 10px 0 0;
}
.related-card {
  align-items: flex-start;
  border: 1px solid #e5ebee;
  border-radius: 12px;
  display: flex;
  gap: 18px;
  height: 100%;
  padding: 22px;
}
.related-card-icon {
  align-items: center;
  background: #fff0e6;
  border-radius: 10px;
  color: var(--orange);
  display: flex;
  flex: 0 0 52px;
  font-size: 23px;
  height: 52px;
  justify-content: center;
}
.related-card h3 {
  font-size: 18px;
  margin: 9px 0 16px;
}
.related-card a {
  color: var(--orange);
  font-size: 13px;
  font-weight: 700;
}
.about-hero {
 background:
        linear-gradient(rgba(7, 14, 29, 0.55), rgba(7, 14, 31, 0.55)),
        url("images/sofa-banner.png") center center / cover no-repeat;

  color: #fff;
  overflow: hidden;
  padding: 50px 0 60px;
  position: relative;
}
.about-hero:after {
  border: 75px solid rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  content: "";
  height: 500px;
  position: absolute;
  right: -175px;
  top: -210px;
  width: 500px;
}
.about-hero h1 {
  color: #fff;
  font-size: clamp(44px, 4vw, 70px);
  max-width: 720px;
}
.about-hero h1 span {
  color: #ffd0aa;
}
.about-hero p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  max-width: 650px;
}
.about-hero-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  padding: 34px;
  position: relative;
  z-index: 1;
}
.about-hero-icon { color: #ffd0aa; font-size: 46px; margin-bottom: 24px; }
.about-hero-card > span { color: #ffd0aa; font-size: 12px; font-weight: 700; letter-spacing: 2px; }
.about-hero-card h2 { color: #fff; font-size: 29px; margin: 12px 0 20px; }
.about-hero-rule { background: rgba(255, 255, 255, 0.2); height: 1px; margin-bottom: 20px; }
.about-hero-card p { font-size: 14px; margin: 10px 0; }
.about-hero-card p i { color: #ffd0aa; margin-right: 8px; }
.about-story h2, .about-numbers h2, .about-cta h2 { font-size: clamp(32px, 4vw, 46px); margin: 10px 0 18px; }
.about-story p { color: #697681; }
.about-story-visual { align-items: center; background: linear-gradient(145deg, #dce6eb, #f3e6d8); border-radius: 24px; display: flex; height: 410px; justify-content: center; overflow: hidden; position: relative; }
.story-circle { align-items: center; background: var(--dark); border: 18px solid rgba(255, 255, 255, 0.6); border-radius: 50%; color: #ffd0aa; display: flex; font-size: 105px; height: 245px; justify-content: center; width: 245px; }
.story-badge { align-items: center; background: #fff; border-radius: 12px; bottom: 28px; box-shadow: 0 12px 24px rgba(23, 56, 84, 0.12); display: flex; gap: 12px; padding: 15px 18px; position: absolute; right: 24px; }
.story-badge strong { color: var(--orange); font-family: "Playfair Display", serif; font-size: 32px; }
.story-badge small { color: var(--dark); font-size: 11px; line-height: 1.3; }
.story-signature { align-items: center; border-top: 1px solid #e3e8ea; display: flex; gap: 12px; margin-top: 28px; padding-top: 22px; }
.story-signature > i { color: var(--orange); font-size: 25px; }
.story-signature strong, .story-signature small { display: block; }
.story-signature strong { color: var(--dark); font-size: 14px; }
.story-signature small { color: #7a8790; font-size: 12px; }
.about-values { background: #fbfcfc; }
.value-card { background: #fff; border: 1px solid #e5ebee; border-radius: 14px; height: 100%; padding: 27px; }
.value-icon { align-items: center; background: #fff0e6; border-radius: 12px; color: var(--orange); display: flex; font-size: 25px; height: 55px; justify-content: center; margin-bottom: 20px; width: 55px; }
.value-card h3 { font-size: 19px; }
.value-card p { color: #697681; font-size: 14px; margin: 0; }
.about-numbers, .about-cta { background: linear-gradient(110deg, var(--blue), var(--dark)); color: #fff; }
.about-numbers h2, .about-cta h2 { color: #fff; }
.about-numbers p, .about-cta p { color: rgba(255, 255, 255, 0.78); }
.numbers-grid { display: grid; gap: 1px; grid-template-columns: repeat(2, 1fr); }
.numbers-grid div { border: 1px solid rgba(255, 255, 255, 0.15); padding: 25px; text-align: center; }
.numbers-grid strong, .numbers-grid span { display: block; }
.numbers-grid strong { color: #ffd0aa; font-family: "Playfair Display", serif; font-size: 30px; }
.numbers-grid span { color: rgba(255, 255, 255, 0.72); font-size: 12px; }
.about-area { background: var(--cream); }
.about-area p { color: #697681; }
@media (max-width: 991px) {
  .nav-link {
    padding: 8px 0 !important;
  }
  .hero {
    padding: 30px 0;
  }
  .min-vh-75 {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 65px 0;
  }
  .topbar {
    font-size: 11px;
  }
  .hero h1 {
    font-size: 42px;
  }
  .hero-text {
    font-size: 16px;
  }
  .hero-card {
    margin-top: 15px;
  }
  .service-directory-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .featured-post-content {
    padding: 32px;
  }
  .article-sidebar {
    position: static;
  }
  .benefit-list {
    grid-template-columns: 1fr;
  }
  .feature-box {
    padding: 30px 24px;
  }
  .mini-stat {
    gap: 8px;
  }
  .about-visual {
    height: 300px;
  }
  .about-visual > i {
    font-size: 120px;
  }
  .cta-section {
    padding: 60px 0;
  }
  .services-hero {
    padding: 70px 0 80px;
  }
  .service-directory-grid {
    grid-template-columns: 1fr;
  }
  .service-detail-card {
    min-height: 0;
  }
  .blog-section-heading {
    align-items: flex-start !important;
    flex-direction: column;
  }
  .blog-count {
    padding: 0;
  }
  .featured-post img {
    min-height: 250px;
  }
  .featured-post-content {
    padding: 28px;
  }
  .article-hero-grid {
    display: block;
  }
  .article-hero-mark {
    display: none;
  }
  .article-content {
    padding: 0 24px 30px;
  }
  .article-cover {
    margin: 0 -24px 30px;
    width: calc(100% + 48px);
  }
  .article-main {
    padding: 55px 0;
  }
  .related-heading {
    align-items: flex-start !important;
    flex-direction: column;
  }
  .about-hero {
    padding: 70px 0 80px;
  }
  .about-hero-card {
    padding: 27px;
  }
  .about-story-visual {
    height: 300px;
  }
  .story-circle {
    font-size: 75px;
    height: 190px;
    width: 190px;
  }
}
