/********** Template CSS **********/
:root {
    --primary: #AB7442;
    --light: #F5F5F5;
    --dark: #353535;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: transparent;
    border: 1px solid #FFFFFF;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title h1 {
    position: relative;
    display: inline-block;
    padding: 0 60px;
}

.section-title.text-start h1 {
    padding-left: 0;
}

.section-title h1::before,
.section-title h1::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 5px;
    bottom: 0;
    background: var(--dark);
}

.section-title h1::before {
    left: 0;
}

.section-title h1::after {
    right: 0;
}

.section-title.text-start h1::before {
    display: none;
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item img {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.1);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-item img {
    transition: .5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    background: rgba(53, 53, 53, .7);
    transition: .5s;
}

.portfolio-item:hover .portfolio-overlay {
    width: 100%;
    height: 100%;
    left: 0;
}

.portfolio-item .portfolio-overlay .btn {
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay .btn {
    opacity: 1;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 38px;
    top: 50%;
    left: -38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover .team-social {
    left: 0;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    border: 5px solid var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/footer.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.choice-box {
    position: relative;
    height: 500px;                /* lebih panjang ke bawah */
    width: 100%;                  /* full lebar kolom */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    color: #fff;
    text-align: center;
    border-radius: 0;             /* tepi tetap runcing */
}

.choice-box::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    transition: background 0.4s ease;
}

.choice-box:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.choice-box:hover::before {
    background: rgba(0,0,0,0.65);
}

.choice-content {
    position: relative;
    z-index: 2;
    padding: 30px;
}

.choice-box h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
	color: white;
}

.choice-box p {
    font-size: 1.3rem;
    margin-bottom: 35px;
    color: #f1f1f1;
}

/* Background images */
.choice-hospitality {
    background: url("../img/hos-sofa.webp") center/cover no-repeat;
}

.choice-retail {
    background: url("../img/hos-chair4.webp") center/cover no-repeat;
}

.section-tight {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


.video-hero {
  position: relative;
  width: 100%;
  height: 100vh; /* Full screen */
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Overlay gelap */
.video-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}

/* Konten (judul + play) */
.video-content {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.video-content h6.section-title {
  color: #fff;              /* putih */
  background: rgba(255,255,255,0.15); /* transparan biar elegan */
  display: inline-block;
  border-radius: 4px;
}

.video-content h1 {
  color: #fff;  /* putih penuh */
}

.video-content p {
  color: #f1f1f1;  /* abu terang biar lebih soft */
}

.about p {
  text-align: justify;
}

.btn-play {
  width: 80px;
  height: 80px;
  background: rgba(255,255,255,0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
  animation: pulse 2s infinite;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}

.btn-play:hover {
  background: rgba(255,255,255,1);
  transform: scale(1.05);
}

.btn-play span {
  width: 0;
  height: 0;
  border-left: 26px solid var(--primary); /* pakai warna brand (#AB7442) */
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* Animasi pulse */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(171,116,66, 0.7); }
  70% { box-shadow: 0 0 0 25px rgba(171,116,66, 0); }
  100% { box-shadow: 0 0 0 0 rgba(171,116,66, 0); }
}

/* Responsif: tombol lebih kecil di layar kecil */
@media (max-width: 576px) {
  .btn-play {
    width: 60px;
    height: 60px;
  }
  .btn-play span {
    border-left: 20px solid var(--primary);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
}


.client-item {
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.client-item:hover {
  transform: scale(1.05);
}

/* Konsistensi heading */
.section-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.client-carousel img {
  max-height: 80px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.client-carousel img:hover {
  filter: grayscale(0%);
}

.hero-carousel .carousel-item {
  height: 100vh;
  min-height: 600px;
  position: relative;
}

.hero-carousel .carousel-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.hero-carousel .carousel-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5); /* overlay gelap */
  z-index: 1;
}

.hero-carousel .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.hero-carousel h1 {
  font-size: 3rem;
}

@media (max-width: 768px) {
  .hero-carousel h1 {
    font-size: 2rem;
  }
  .hero-carousel p {
    font-size: 1rem;
  }
}
html {
  scroll-behavior: smooth; /* smooth scroll bawaan browser */
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.back-to-top i {
  font-size: 20px;
  line-height: 1;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  transform: translateY(-3px);
}

/* Mobile tweak */
@media (max-width: 576px) {
  .back-to-top {
    right: 15px;
    bottom: 80px; /* geser lebih tinggi biar ga tabrakan tombol chat */
    width: 44px;
    height: 44px;
  }
}

/* Global responsive rules */
@media (max-width: 768px) {

  /* === Heading === */
  h1, .display-5, .display-4 {
    font-size: 1.8rem;   /* lebih kecil biar muat */
    line-height: 1.3;
    text-align: center; /* rata tengah di mobile */
  }

  h6.section-title {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    text-align: center;
    display: inline-block;
  }

  /* === Paragraf === */
  p {
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: justify; /* biar rapi */
  }

  /* === Spacing antar section === */
  .container-xxl {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  /* === Navbar === */
  .navbar-brand img {
    max-height: 40px;
  }
  .navbar-nav .nav-link {
    padding: 0.5rem 0;
    text-align: center;
  }

  /* === Hero/Carousel === */
  .hero-carousel .carousel-caption {
    padding: 0 1rem;
  }
  .hero-carousel h1 {
    font-size: 1.8rem;
  }
  .hero-carousel p {
    font-size: 1rem;
  }

  /* === Why Choose Us === */
  .why-choose-us h1,
  .why-choose-us h6 {
    margin-top: 1rem;
    text-align: center;
  }
  .why-choose-us p {
    margin-top: 1rem;
  }

  /* === Clients Logo === */
  .client-carousel img {
    max-height: 60px; /* biar tidak terlalu besar di HP */
  }

  /* === Footer === */
  .footer .row > div {
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
/* Why Choose Us fix for mobile */
@media (max-width: 576px) {
  .feature-text .col-6 {
    flex: 0 0 100%;    /* jadi 1 kolom penuh */
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .feature-text .d-flex {
    justify-content: flex-start;
  }

  .feature-text h5 {
    font-size: 1rem;
    white-space: normal; /* biar turun baris */
  }
}

/* WHY CHOOSE US - Flexbox based, image left, text right */
.why-choose-us-section { background:#f7f6f5; padding:60px 0; }
.why-choose-us-section .wrap { max-width:1200px; margin:0 auto; padding:0 20px; }
.why-inner { display:flex; align-items:center; gap:40px; }

/* left image */
.why-img { flex: 1 1 50%; }
.why-img img { width:100%; height:100%; object-fit:cover; border-radius:6px; display:block; }

/* right content */
.why-content { flex: 1 1 50%; padding:8px 12px; }
.why-title { font-size:40px; margin:0 0 16px; color:#222; font-weight:700; letter-spacing:1px; }
.why-desc { color:#555; line-height:1.7; margin-bottom:24px; text-align:justify; }

/* features grid */
.why-features { display:flex; flex-wrap:wrap; gap:18px; }
.feature { display:flex; align-items:center; gap:14px; width: calc(50% - 9px); }
.feature .icon { width:60px; height:60px; background:#fff; border-radius:8px; display:flex; align-items:center; justify-content:center; box-shadow:0 3px 10px rgba(0,0,0,0.06); color:var(--primary); font-size:22px; }
.feature .txt .small { color:#777; font-size:0.9rem; }
.feature .txt h4 { margin:0; font-size:1.05rem; color:#222; font-weight:600; }

/* responsive */
@media (max-width:992px){
  .why-inner { gap:24px; }
  .why-title { font-size:32px; }
}
@media (max-width:768px){
  .why-inner { flex-direction:column; }
  .why-img, .why-content { width:100%; flex:unset; }
  .why-title { font-size:28px; text-align:center; }
  .why-desc { text-align:justify; }
  .feature { width:100%; }
  .why-features { gap:12px; }
  .why-content { padding:0; }
  .why-choose-us-section { padding:36px 0; }
}


/* ABOUT US SECTION - Image Right */
.about-section {
  background:#fff;
  padding:60px 0;
}
.about-section .wrap {
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
}
.about-inner {
  display:flex;
  align-items:center;
  gap:40px;
}

/* text */
.about-content {
  flex:1 1 50%;
}
.about-title {
  font-size:40px;
  margin-bottom:16px;
  color:#222;
  font-weight:700;
}
.about-desc {
  color:#555;
  line-height:1.7;
  margin-bottom:24px;
  text-align:justify;
}

/* stats */
.about-stats {
  display:flex;
  flex-wrap:wrap;
  gap:20px;
}
.stat {
  display:flex;
  align-items:center;
  gap:12px;
  background:#f8f8f8;
  padding:15px 20px;
  border-radius:8px;
  flex:1 1 45%;
  transition: all 0.3s ease;
}
.stat:hover {
  background:#f2f2f2;
}
.stat .icon {
  color:var(--primary);
  font-size:28px;
}
.stat .txt h3 {
  margin:0;
  font-size:22px;
  color:#222;
}
.stat .txt p {
  margin:0;
  font-size:14px;
  color:#777;
}

/* image */
.about-img {
  flex:1 1 50%;
}
.about-img img {
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:6px;
  display:block;
}

/* responsive */
@media (max-width:992px){
  .about-title { font-size:32px; }
}
@media (max-width:768px){
  .about-inner {
    flex-direction:column-reverse; /* gambar di atas di mobile */
  }
  .about-content, .about-img {
    width:100%;
    flex:unset;
  }
  .about-title {
    font-size:28px;
    text-align:center;
  }
  .about-desc {
    text-align:justify;
  }
  .about-stats {
    flex-direction:column;
  }
}


/* FREE QUOTE SECTION - Image Left, Form Right */
.quote-section {
  background: #f8f8f8;
  padding: 80px 0;
}
.quote-section .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.quote-inner {
  display: flex;
  align-items: center;
  gap: 50px;
}

/* LEFT IMAGE */
.quote-img {
  flex: 1 1 50%;
}
.quote-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* RIGHT CONTENT */
.quote-content {
  flex: 1 1 50%;
}
.quote-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}
.quote-desc {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.7;
  text-align: justify;
}

/* FORM STYLING */
.quote-form .form-group {
  margin-bottom: 15px;
}
.quote-form input,
.quote-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  outline: none;
  font-size: 15px;
  font-family: inherit;
  transition: border-color 0.3s ease;
}
.quote-form input:focus,
.quote-form textarea:focus {
  border-color: var(--primary);
}
.quote-form button {
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease;
}
.quote-form button:hover {
  background: #0b5ed7;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .quote-title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .quote-inner {
    flex-direction: column;
  }
  .quote-img,
  .quote-content {
    width: 100%;
    flex: unset;
  }
  .quote-title {
    text-align: center;
    font-size: 28px;
  }
  .quote-desc {
    text-align: justify;
  }
  .quote-form button {
    width: 100%;
  }
}

/* === Fix horizontal scroll issue === */
body {
  overflow-x: hidden;
  width: 100%;
}
