* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
body {
font-family: 'MyFontbold';
margin: 0;
background:#FFFFFF;
font-weight: 500;
}

p {
color: #000;
font-size: 19px;
text-align: justify;
font-family: 'MyFontlight';
}

html {
scroll-behavior: smooth;
}

a {
text-decoration: none;
}

.tagline {
    text-align: center;
    font-size: 19px;
    color: #fff;
    margin-top: 30px;
}
@font-face {
    font-family: 'MyFontbold';
    src: url('../fonts/bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MyFontlight';
    src: url('../fonts/light.otf') format('opentype');
    font-weight: 300; /* use realistic weight */
    font-style: normal;
    font-display: swap;
}



/* ===========================================
HEADER SECTION (Wrapper)
=========================================== */
.furniture-header-section {
background: #f5f5f5;  /* Same as body */
padding: 0px 0;      /* Space around navbar card */
z-index: 1030;
}

/* ===========================================
NAVBAR CARD
=========================================== */
.furniture-navbar {
background: #ffffff;
padding-top: 10px;
}
/* HEADER DEFAULT — TRANSPARENT */
.furniture-header-section {
background: transparent !important;
transition: background 0.35s ease;
}

/* NAVBAR DEFAULT — TRANSPARENT */
.furniture-navbar {
background: transparent !important;
transition: background 0.35s ease, padding 0.35s ease;
}

/* WHEN SCROLLED */
.furniture-header-section.scrolled .furniture-navbar {
background: #fff !important;

/* SOFTER GRADIENT SHADOW */
box-shadow:
0 6px 18px rgba(0, 0, 0, 0.18),
0 10px 28px rgba(0, 0, 0, 0.22);

}


.furniture-header-section.scrolled .furniture-navbar .nav-link {
color: #000 !important;
}

.furniture-header-section.scrolled .furniture-navbar .nav-link:hover {
color: #000 !important;
border-bottom: 2px solid #000;
}

.furniture-header-section.scrolled .furniture-navbar .activeclass {
color: #000 !important;
border-bottom: 2px solid #000 !important;
}



/* LOGO */
.navbar-brand img {
max-height: 42px;
width: auto;
display: block;
filter: none !important;  /* Keep original logo colors */
}

/* Hamburger (Mobile) */
.navbar-toggler {
border: none;
}
.navbar-toggler i {
font-size: 26px;
color: #000;
}

/* Menu Links */
.furniture-menu .nav-link {
    color: #000 !important;
    font-size: 19px;
    font-weight: 500;
    padding: 5px 14px !important;
    transition: all 0.25s ease;
    font-family: 'MyFontlight';
}

.furniture-menu .nav-link:hover {
color: #000 !important;
border-bottom: 2px solid #000;
}


/* ===========================================
MEGA MENU
=========================================== */
.dropdown-menu {
border-radius: 14px;
border: none;
padding: 6px 0;
box-shadow: 0 12px 28px rgba(0,0,0,0.18);
background: #ffffff;
}

.nav-item.mega-dropdown {
position: static;
}

.mega-menu {
border: none;
padding: 0;
margin-top: 0;
background: transparent;
}

.mega-inner {
max-width: 1100px;
margin: 0 auto;
padding: 22px 26px;
background-color: #fff;
border-radius: 20px;
}

/* LEFT ITEMS */
.mega-left-item {
display: flex;
align-items: center;
padding: 12px 14px;
border-radius: 10px;
background: rgba(255,255,255,0.18);
margin-bottom: 10px;
cursor: pointer;
font-family: MyFontbold;
}
.mega-left-item.active {
background: rgba(255,255,255,0.7);
box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}
.mega-left-text h5 {
font-size: 18px;
font-weight: 600;
color: #463F3A;
}
.mega-left-arrow {
margin-left: auto;
color: #46373A;
font-size: 14px;
}

/* RIGHT AREA */
.mega-right {
border-left: 1px solid rgba(0,0,0,0.08);
padding-left: 24px;
}

.mega-right-scroll {
max-height: none !important;   /* allow full height */
overflow-y: visible !important; /* remove scrolling */
padding-left: 24px;
}

/* Optional: Remove scrollbar styling (not needed now) */
.mega-right-scroll::-webkit-scrollbar {
display: none;
}
.mega-right-group ul {
list-style: none !important;   /* remove bullets */
padding-left: 0 !important;    /* remove left spacing */
margin: 0;
font-family: MyFontlight;
}

.mega-right-group li {
border-bottom: 1px solid rgba(0,0,0,0.04);
padding-left: 0 !important;
padding: 10px;
font-family: MyFontlight;
}


/* Right Panels */
.mega-right-panel {
display: none;
}
.mega-right-panel.active {
display: block;
}
.mega-right-group h6 {
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 6px;
font-family: MyFontbold;
}
.mega-right-group li a {
font-size: 18px;
color: #463F3A;
text-decoration: none;
padding: 7px 0;
font-family: 'MyFontlight';
}
.mega-right-group li a:hover {
color: #000;
}
.mega-left-item {
    display: flex;
    justify-content: space-between;  /* Title left, icon right */
    align-items: center;             /* Vertical alignment */
    gap: 10px;
}

.mega-left-text h5 {
    margin: 0; /* Remove extra gap */
    line-height: 1.2;
}

.mega-left-arrow {
    display: flex;
    align-items: center;
    font-size: 14px;
}



/* ===========================================
RESPONSIVE (DESKTOP MEGA MENU POSITION)
=========================================== */
@media (min-width: 992px) {
.navbar-nav .mega-dropdown .dropdown-menu {
min-width: 650px;
left: 65%;
transform: translateX(-50%);
}

.mega-inner {
max-width: 700px;
}

.mega-right {
flex: 0 0 55%;
}

.mega-left {
flex: 0 0 45%;
}
}

/* ===========================================
MOBILE NAV BEHAVIOR
=========================================== */
@media (max-width: 991.98px) {

.navbar-collapse {
background: #ffffff;
border-radius: 18px;
padding: 15px;
box-shadow: 0 8px 30px rgba(0,0,0,0.20);
}

.furniture-menu .nav-link {
color: #78463c !important;
padding: 12px 0 !important;
}

.mega-inner {
max-width: 100%;
border-radius: 12px;
padding: 14px;
}

.mega-right {
border-left: none;
padding-left: 0;
margin-top: 12px;
}

.mega-right-scroll {
max-height: unset;
}


.navbar-brand img {
max-height: 40px;
}

.navbar-toggler i {
font-size: 25px;
}
}

/* =========================================
BANNER SECTION
========================================= */
.furniture-banner-section {
    margin-top: 15px;
}

/* Banner Card */
.hero-card {
background: #ffffff;
border-radius: 28px;
overflow: hidden;
box-shadow: 0 20px 45px rgba(0,0,0,0.10);
position: relative;
}

/* Both images */
.hero-image {
width: 100%;
object-fit: cover;
display: block;
}

/* Default (desktop / large) */
.hero-image-desktop {
display: block;
}
.hero-image-mobile {
display: none;
}

/* Banner Text */
.banner-content {
position: absolute;
top: 26%;
left: 50%;
transform: translateX(-50%);
text-align: center;
width: 100%;
padding: 0 20px;
color: #78463c;
z-index: 2;
}

.banner-title {
font-size: 48px;
font-weight: 700;
margin-bottom: 10px;
line-height: 1.2;
color: #000;
}

.banner-subtext {
font-size: 19px;
line-height: 1.6;
max-width: 600px;
margin: 0 auto;
opacity: 0.9;
color: #000;
}

/* =========================================
MOBILE OVERRIDES
========================================= */


@media (min-width: 768px) {
.container, .container-md, .container-sm {
max-width: 930px;
}
}

@media (min-width: 992px) {
.container, .container-lg, .container-md, .container-sm {
max-width: 1080px;
}
}

@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm {
max-width: 1160px;
}
}

@media (min-width: 1600px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
max-width: 1520px;
}

}


/* About Start */

.about-section {
margin-top: 50px;
}

/* Mobile-specific counters block inside left column */
.about-stats-mobile {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
}

.about-title {
font-size: 40px;
font-weight: 600;
color: #000;
margin-bottom: 25px;
}

.about-text p {
font-size: 19px;
line-height: 1.8;
margin-bottom: 14px;
text-align: justify;
}

.about-btn {
    position: relative;
    display: inline-block;
}

.about-btn .btn-learn {
    background: linear-gradient(135deg, #000000, #888383, #000000);
    border-radius: 999px;
    padding: 10px 26px;
    border: 1px solid #e1d5c9;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    box-shadow: 0 8px 18px rgba(0,0,0,0.05);
    font-family: 'MyFontbold';
    position: relative;
    overflow: hidden; /* Required */
}

/* Lighthouse Shine */
.about-btn .btn-learn::after {
    content: "";
    position: absolute;
    top: -40%;
    left: -150%;
    width: 80%;
    height: 180%;
    background: radial-gradient(
        circle at 30% 50%,
        rgba(255,255,255,0.65) 0%,
        rgba(255,255,255,0.25) 40%,
        rgba(255,255,255,0.05) 70%,
        transparent 100%
    );
    filter: blur(8px);
    transform: rotate(25deg);
    animation: lighthouseSweep 3s infinite ease-in-out;
}

@keyframes lighthouseSweep {
    0% { left: -150%; }
    100% { left: 160%; }
}



/* Right stats side */
.about-stats-wrapper {
border-left: 1px solid #efe3d7;
padding-left: 40px;
margin-left: 20px;
margin-top: 60px;
}

.stat-card {
background-color: #ffffff;
border-radius: 20px;
padding: 22px 20px;
box-shadow: 0 12px 30px rgba(0,0,0,0.05);
min-height: 180px;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
border: 1px solid #463F3A;
}

.stat-number {
font-size: 30px;
font-weight: 600;
color: #000;
margin-bottom: 6px;
}

.stat-text {
font-size: 19px;
color: #000;
line-height: 1.5;
font-family: 'MyFontlight';
}

@media (max-width: 991.98px) {

.about-stats-wrapper {
border-left: none;
padding-left: 0;
margin-left: 0;
margin-top: 30px;
}
}


/* Exclusive starts */

.exclusive-section {
margin-top: 50px;
}

.exclusive-title {
font-size: 40px;
font-weight: 600;
color: #000;
margin-bottom: 25px;
}

.exclusive-subtitle {
max-width: 650px;
margin: 0 auto;
font-size: 15px;
line-height: 1.8;
color: #463F3A;
}

/* GRID SYSTEM – MATCHES REFERENCE */
.exclusive-grid {
margin-top: 45px;
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 30px;
}

/* CARD */
.exclusive-item {
/*    background: #ffffff;*/
border-radius: 22px;
overflow: hidden;
text-align: center;
/*    box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.08);*/
transition: transform .35s ease;
}

/* HOVER EFFECT */
.exclusive-item:hover {
transform: translateY(-8px);
}

/* IMAGE WRAPPER – FIXED HEIGHT LIKE REFERENCE */
.exclusive-img-wrap {
height: 280px; /* height here only */
overflow: hidden;
border-radius: 18px;
/*    background: #f3e4d7;*/
position: relative;
}

.exclusive-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
transform: scale(1.03);
transition: transform .6s ease;
}

/* Image Zoom on Hover */
.exclusive-item:hover .exclusive-img-wrap img {
transform: scale(1.08);
}

/* CARD TITLE */
.exclusive-item-title {
font-family: 'MyFontlight';
padding: 16px 8px;
font-size: 19px;
color: #000;
}

/* RESPONSIVE */
@media (max-width: 1199.98px) {
.exclusive-grid {
grid-template-columns: repeat(4, 1fr);
}
}



@media (max-width: 767.98px) {
.exclusive-grid {
grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 575.98px) {
.exclusive-grid {
grid-template-columns: 1fr;
}
}



/* Promotion */
/* SECTION BACKGROUND */
.promo-offer {
margin-top: 50px;
}

/* LEFT VISUAL AREA */
.promo-visual {
position: relative;
width: 460px;
max-width: 100%;
height: 380px;
margin: 0 auto;
}

/* big circle centered */
.promo-circle {
position: absolute;
width: 360px;
height: 360px;
border-radius: 50%;
border: 14px solid #f2e0c8;
top: 10px;
left: 50%;
transform: translateX(-50%);
}

/* yellow arc (optional – uncomment if you want it) */
/*
.promo-circle::before {
content: "";
position: absolute;
width: 190px;
height: 20px;
background: #f5b618;
border-radius: 40px;
top: -10px;
left: 90px;
}
*/

/* sofa image */
.promo-chair {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
max-height: 1500px;
z-index: 2;
}

/* small label (if you re-enable in HTML) */
.promo-tag {
position: absolute;
top: 18px;
left: -8px;
background: #ffffff;
border-radius: 14px;
padding: 8px 12px;
font-size: 11px;
z-index: 3;
box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

.promo-tag-icon {
width: 26px;
height: 26px;
border-radius: 50%;
background: #f5b618;
color: #fff;
font-size: 14px;
margin-right: 8px;
display: inline-flex;
align-items: center;
justify-content: center;
}

.promo-tag-text {
color: #5a4a40;
line-height: 1.4;
}

/* discount badge (if you re-enable in HTML) */
.promo-discount {
position: absolute;
right: 0;
top: 52%;
transform: translate(55%, -50%);
background: #ffffff;
border-radius: 12px;
padding: 10px 14px 6px;
min-width: 80px;
z-index: 3;
box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

.promo-discount-main {
display: block;
font-weight: 700;
font-size: 20px;
color: #21120f;
}

.promo-discount-sub {
font-size: 11px;
text-transform: uppercase;
color: #7e6a5f;
}

.promo-squiggle {
display: block;
font-size: 16px;
color: #21120f;
margin-top: 4px;
}

/* === RIGHT CONTENT === */
.promo-title {
font-size: 40px;
font-weight: 600;
color: #000;
margin-bottom: 25px !important;
}

.promo-subtitle {
max-width: 440px;
font-size: 14px;
line-height: 1.9;
color: #463F3A;
}

/* list with icons */
.promo-list {
margin-top: 10px;
}

.promo-icon-wrap {
margin-right: 14px;
}

.promo-icon-inner {
width: 40px;
height: 40px;
border-radius: 50%;
background: #463F3A;
display: inline-flex;
align-items: center;
justify-content: center;
box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

/* icons in content – styled via CSS */
.promo-icon-inner i {
color: #ffffff;
font-size: 18px;
line-height: 1;
display: inline-block;
}

.promo-list-title {
font-size: 19px;
color: #000;
font-weight: 600;

}

.promo-list-text {
font-size: 19px;
color: #000;
text-align: justify;
}

/* buttons */
.promo-btn-primary {
background-color: #78463c;
border-radius: 999px;
padding: 10px 26px;
border: 1px solid #e1d5c9;
font-size: 18px;
font-weight: 500;
color: #fff;
box-shadow: 0 8px 18px rgba(0,0,0,0.05);
}

.promo-btn-primary:hover {
background: #78463c;
color: #ffffff;
}

.promo-btn-outline {
border-radius: 999px;
padding: 10px 26px;
font-size: 14px;
border: 1px solid #ddcfc4;
background: #ffffff;
color: #21120f;
}

.promo-btn-outline i {
font-size: 14px;
margin-left: 4px;
}

/* hover state */
.promo-btn-outline:hover {
background: #78463c;
color: #fff;
}

/* === RESPONSIVE === */
@media (max-width: 991.98px) {
.promo-offer {
text-align: center;
}
.promo-subtitle,
.promo-list {
margin-left: auto;
margin-right: auto;
}
.promo-visual {
    position: relative;
    width: 460px;
    max-width: 100%;
    height: 271px;
    margin: 0 auto;
}

}

/* Quality Product */

.products-section {
margin-top: 50px;
}

/* HEADING AREA */
.products-title {
font-size: 40px;
font-weight: 600;
color: #000;
margin-bottom: 25px;
text-align: center;
}

.fullwidth-products {
width: 100%;
overflow: hidden;
}

.fullwidth-row {
width: 100%;
overflow: hidden;
}

.products-scroller-row {
width: 100%;
overflow: hidden;
margin-bottom: 25px;
}

/* TRACK */
.products-scroller-track {
display: flex;
gap: 20px;
width: max-content;
}

/* 5 per row desktop */
/*.products-scroller-item {
flex: 0 0 20%;
}*/

/* Tablet */
@media (max-width: 991px) {
/* .products-scroller-item {
flex: 0 0 33.33%;
}*/
}

/* Mobile */

/* Your original card styles kept */
.product-card {
background: #463F3A;
border-radius: 26px;
overflow: hidden;
width: 100%;
max-width: 320px;     /* Fixed card height */
display: flex;
flex-direction: column;
color: #fff;
}

.product-img-wrap {
flex: 1.2;             /* Image area height ratio */
height: 200px;         /* You can adjust */
}

.product-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
}

.product-content {
flex: 1;
padding: 18px 20px;
}

.product-info { 
padding: 14px; 
}
.product-name {
text-align: center;
font-size: 19px;    
font-family: 'MyFontlight';
}

/* Continuous animations */
.products-scroller-track.row1 {
animation: scrollRight 25s linear infinite;
}

.products-scroller-track.row2 {
animation: scrollLeft 25s linear infinite;
}

@keyframes scrollLeft {
0%   { transform: translateX(0); }
100% { transform: translateX(-50%); }
}

@keyframes scrollRight {
0%   { transform: translateX(-50%); }
100% { transform: translateX(0); }
}



/* Wholesale starts */
/* Section background */
.wholesale-section {
margin-top: 50px;
}

/* Heading */
.wh-title {
font-size: 40px;
font-weight: 600;
color: #78463c;
margin-bottom: 25px;
}

/* Paragraph */
.wh-text {
font-size: 14px;
line-height: 1.9;
color: #000;
max-width: 540px;
margin-bottom: 28px;
text-align: justify;
}

/* Button */
.wh-btn {
background: #2b1511;
color: #ffffff;
border-radius: 999px;
padding: 10px 28px;
font-size: 14px;
font-weight: 500;
border: none;
box-shadow: 0 10px 28px rgba(0,0,0,0.15);
}

.wh-btn:hover {
background: #3b2019;
color: #ffffff;
}

/* Image wrapper */
.wh-image-wrap {
width: 90%;
border-radius: 28px;
overflow: hidden;
box-shadow: 0 14px 40px rgba(0,0,0,0.14);
}

/* Make image fill wrapper nicely */
.wh-image-wrap img {
width: 100%;
display: block;
object-fit: cover;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
.wh-title,
.wh-text {
text-align: center;
}
.wh-text {
margin-left: auto;
margin-right: auto;
}
.wh-btn {
display: inline-block;
margin: 0 auto;
}
.wholesale-section .row {
text-align: center;
}
.wh-image-wrap {
margin: 0 auto;
margin-top: 10px;
}
}


/* Measurement */
.measure-section {
margin-top: 50px;
}
.measure-img-mobile img{
border-radius: 20px;
}

/* LEFT IMAGE */
.measure-img-wrap {
border-radius: 28px;
overflow: hidden;
box-shadow: 0 14px 40px rgba(0, 0, 0, 0.14);
max-height: 700px;
height: 100%;
}

.measure-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

/* RIGHT CONTENT */
.measure-title {
font-size: 40px;
font-weight: 600;
color: #000;
margin-bottom: 25px;
}

.measure-text {
font-size: 19px;
line-height: 1.9;
color: #000;
margin-bottom: 18px;
text-align: justify;
}

.measure-subhead {
font-size: 19px;
font-weight: 600;
color: #000;    
font-family: 'MyFontbold';
}

/* SMALL CARDS */
.measure-card {
background: #ffffff;
border-radius: 18px;
padding: 18px 20px;
border: 1px solid #463F3A;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
height: 100%;
}

.measure-card h5 {
font-size: 19px;
font-weight: 600;
color: #000;
margin-bottom: 8px;
}

.measure-card p {
font-size: 19px;
line-height: 1.7;
color: #000;
margin: 0;
text-align: left;
}

/* BUTTON */
.measure-btn {
background: #2b1511;
color: #ffffff;
border-radius: 999px;
padding: 10px 30px;
font-size: 14px;
font-weight: 500;
border: none;
box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
}

.measure-btn:hover {
background: #3b2019;
color: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 991.98px) {


.measure-btn {
display: inline-block;
margin: 0 auto;
}

.measure-section .row {
text-align: center;
}

.measure-img-wrap {
margin-bottom: 20px;
}
}


/* Why choose us */

/* SECTION BACKGROUND */
.why-section {
margin-top: 50px;
}

/* HEADING + INTRO TEXT */
.why-title {
font-size: 40px;
font-weight: 600;
color: #000;
margin-bottom: 25px;
}

.why-subtext {
font-size: 19px;
line-height: 1.9;
color: #000;
margin-bottom: 24px;
text-align: justify;
}

/* LIST ITEMS */
.why-list {
display: flex;
flex-direction: column;
gap: 12px;
}

.why-item {
margin-bottom: 4px;
}

.why-icon-wrap {
margin-right: 14px;
}

.why-icon-circle {
width: 40px;
height: 40px;
border-radius: 50%;
background: #463F3A;
display: inline-flex;
align-items: center;
justify-content: center;
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.why-icon-circle i {
color: #ffffff;
font-size: 18px;
}

.why-item h3 {
font-size: 19px;
color: #000;
font-weight: 600;
margin-bottom: 4px;
}

.why-item p {
font-size: 19px;
line-height: 1.7;
color: #000;
margin: 0;
text-align: justify;
}

/* DESKTOP IMAGE WRAP */
.why-video-wrap {
position: relative;
border-radius: 28px;
overflow: hidden;
box-shadow: 0 14px 40px rgba(0,0,0,0.14);
width: 100%;
height: 600px;
}

.why-video-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
}

/* MOBILE IMAGE WRAP */
.why-video-wrap-mobile {
border-radius: 24px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0,0,0,0.12);
width: 100%;
height: 260px;        /* adjust as you like */
}

.why-video-wrap-mobile img {
width: 100%;
height: 100%;
object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
.why-list {
margin-top: 20px;
}
.why-image-wrap {
margin-top: 20px;
}
}


/* Testimonials Start */
/* ===============================
TESTIMONIALS SECTION
================================= */

/* Section spacing */
.client-section {
margin-top: 50px;
}

/* Heading */
.client-title {
font-size: 40px;
font-weight: 600;
color: #000;
margin-bottom: 25px;
}

.client-subtitle {
max-width: 620px;
margin: 0 auto;
font-size: 14px;
line-height: 1.9;
color: #000;
}

/* ===============================
ARROWS (RIGHT OF HEADING)
================================= */

/* Arrows aligned to FAR RIGHT of the heading row */
.client-arrows-heading {
position: absolute;
top: 0;         /* aligns with heading top */
right: 0;       /* pushes completely to the right edge */
height: 100%;   /* equal height to heading row */
display: flex;
align-items: center;   /* vertically centered */
gap: 10px;
z-index: 10;
justify-content: flex-end;
}


.client-arrow {
width: 42px;
height: 42px;
border-radius: 50%;
border: 1px solid #463F3A;
background: #463F3A;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: background 0.25s ease, color 0.25s ease;
}

.client-arrow i {
font-size: 16px;
}


/* Mobile: arrows below heading & centered */
@media (max-width: 576px) {
.client-arrows-heading {
position: static;
margin-top: 10px;
justify-content: center;
}
}

/* ===============================
TESTIMONIAL CARDS
================================= */

.client-card {
background: #ffffff;
border-radius: 26px;
box-shadow: 0 12px 30px rgba(0,0,0,0.07);
padding: 20px 24px;
display: flex;
border: 1px solid #463F3A;
}

.client-photo-wrap {
flex: 0 0 145px;
height: 220px;
border-radius: 24px;
overflow: hidden;
margin-right: 22px;
align-self: center;
}

.client-photo-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.client-content {
flex: 1;
}

.client-name {
font-size: 19px;
font-weight: 600;
color: #000;
margin-bottom: 2px;
}

.client-role {
font-size: 19px;
color: #000;
margin-bottom: 10px;
}

.client-text {
font-size: 19px;
line-height: 1.8;
color: #000;
margin-bottom: 10px;
text-align: left;
}

.client-rating {
font-size: 13px;
color: #2f201b;
display: flex;
align-items: center;
gap: 6px;
}

.client-rating .stars i {
color: #f2b61d;
font-size: 13px;
}

/* ===============================
RESPONSIVE BEHAVIOUR
================================= */

@media (min-width: 992px) {
.client-card {
height: 280px;     /* adjust height */
max-height: 280px;
}

.client-photo-wrap {
height: 220px;
}

.client-text {
height: auto;      /* keeps text area fixed */
overflow: hidden;
}
}

@media (max-width: 991.98px) {
.client-card {
flex-direction: column;
text-align: center;
align-items: center;
}

.client-photo-wrap {
margin-right: 0;
margin-bottom: 14px;
width: 130px;
height: 180px;
}

.client-content {
text-align: center;
}
}


/* Footer */
.ant-footer {
background: #463F3A;
color: #fff;
padding: 40px 0 30px;
margin-top: 50px;
}

.mt-5 {
    margin-top: 3rem !important;
}

/* LOGO IMAGE */
.ant-footer-logo-img {
height: 60px;
width: auto;
object-fit: contain;
filter: brightness(0) invert(1);
}

/* TOP TEXT SLOGAN */
.ant-footer-top-links li {
font-size: 19px;
text-transform: uppercase;
letter-spacing: 0.18em;
color: #fff;
font-family: MyFontbold;
}

/* COLUMN TITLES */
.ant-footer-column-title, .ant-footer-office h4 {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 19px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
    font-family: MyFontbold;
}
.ant-footer-column-title {
    padding-left: 0 !important;
}

/* underline animation for headings */
.ant-footer-column-title::after,
.ant-footer-office h4::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 2px;
background: #ffffff;
transition: width 0.3s ease;
}

.ant-footer-column-title:hover::after,
.ant-footer-office h4:hover::after {
width: 100%;
}

/* =====================================
LIST BULLET ICON (▸)
===================================== */
.ant-footer-column-list li {
position: relative;
padding-left: 20px;
color: #fff;
}

.ant-footer-column-list li::before {
content: "▸";
position: absolute;
left: 0;
top: 3px;
font-size: 16px;
color: #ffe6d2;
transition: 0.3s ease;
}

/* remove icon from titles */
.ant-footer-column-title::before {
content: "" !important;
}

/* link hover animation */
.ant-footer-column-list a {
color: #fff;
text-decoration: none;
transition: 0.25s ease;
font-family: MyFontlight;
font-size: 19px;
}

.ant-footer-column-list a:hover {
transform: translateX(4px);
color: #ffe6d2;
}

/* highlight bullet on hover */
.ant-footer-column-list li:hover::before {
color: #ffffff;
}

/* CONTACT DETAILS ICONS */
.footer-contact-item {
margin-bottom: 12px;
display: flex;
align-items: flex-start;
gap: 10px;
font-size: 19px;
}

.footer-contact-item i {
color: #fff;
margin-top: 3px;
}

.footer-contact-item a {
color: #fff;
text-decoration: none;
text-align: left;
}

.footer-contact-item a:hover {
color: #ffe6d2;
}

/* MAP */
.ant-footer-location .footer-map iframe {
border-radius: 6px;
}

/* EQUAL SPACING FOR COLUMNS */
.footer-col {
padding-left: 30px;
padding-right: 30px;
}

/* BOTTOM LINE */
.ant-footer-bottom {
border-top: 1px solid #fff;
}

.small, small {
font-size: 17px;
font-family: MyFontlight;
}

.ant-footer-bottom a {
color: #fff !important;
}


/* WhatsApp Integration */

.whatsapp-name {
font-size: 16px;
font-weight: 600;
padding-bottom: 0;
margin-bottom: 0;
line-height: 0.5;
color: #fff;
}
#whatsapp-chat {
box-sizing: border-box !important;
outline: none !important;
position: fixed;
width: 350px;
border-radius: 10px;
box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
bottom: 230px;
right: 32px;
overflow: hidden;
z-index: 99;
animation-name: showchat;
animation-duration: 1s;
transform: scale(1);
}
a.blantershow-chat {
background: none !important;
color: #404040;
position: fixed;
display: flex;
font-weight: 400;
justify-content: space-between;
z-index: 1002;
bottom: 180px;
right: 20px;
font-size: 18px;
height: 45px;
width: 45px;
padding: 4px;
border-radius: 30px;
/box-shadow: 0 1px 15px rgb(32 33 36 / 61%);/
}
a.blantershow-chat svg {
transform: scale(1.2);
}
.header-chat {
background: #463F3A;
color: #fff;
padding: 20px;
}
.header-chat h3 {
margin: 0 0 10px;
}
.header-chat p {
font-size: 14px;
line-height: 1.7;
margin: 0;
}
.info-avatar {
position: relative;
}
.info-avatar img {
width: 60px;
float: left;
margin: 0 10px 0 0;
background: #fff;
padding: 5px;
}
a.informasi {
padding: 20px;
display: block;
overflow: hidden;
animation-name: showhide;
animation-duration: 0.5s;
}
a.informasi:hover {
background: #f1f1f1;
}
.info-chat span {
display: block;
}
#get-label,
span.chat-label {
font-size: 12px;
color: #888;
}
#get-nama,
span.chat-nama {
margin: 5px 0 0;
font-size: 15px;
font-weight: 700;
color: #222;
}
#get-label,
#get-nama {
color: #fff;
}
span.my-number {
display: none;
}
textarea#chat-input {
border: none;
width: 100%;
height: 46px;
outline: none;
resize: none;
padding: 9px;
font-size: 14px;
border-radius: 0px;
min-height: 50px;
font-family: MyFontlight;
}
a#send-it {
font-weight: 700;
padding: 10px 10px 0;
background: #eee;
}
a#send-it svg {
fill: #a6a6a6;
height: 24px;
width: 24px;
}
.first-msg {
background: transparent;
padding: 30px;
text-align: center;
}
.first-msg span {
background: #e2e2e2;
color: #333;
font-size: 14.2px;
line-height: 1.7;
border-radius: 10px;
padding: 15px 20px;
display: inline-block;
}
.start-chat .blanter-msg {
display: flex;
}
#get-number {
display: none;
}
a.close-chat {
position: absolute;
top: 5px;
right: 15px;
color: #fff;
font-size: 30px;
}
@keyframes ZpjSY {
0% {
background-color: #b6b5ba;
}
15% {
background-color: #111111;
}
25% {
background-color: #b6b5ba;
}
}
@keyframes hPhMsj {
15% {
background-color: #b6b5ba;
}
25% {
background-color: #111111;
}
35% {
background-color: #b6b5ba;
}
}
@keyframes iUMejp {
25% {
background-color: #b6b5ba;
}
35% {
background-color: #111111;
}
45% {
background-color: #b6b5ba;
}
}
@keyframes showhide {
from {
transform: scale(0.5);
opacity: 0;
}
}
@keyframes showchat {
from {
transform: scale(0);
opacity: 0;
}
}
@media screen and (max-width: 480px) {
#whatsapp-chat {
width: auto;
left: 5%;
right: 5%;
font-size: 80%;
}
}
@media screen and (max-width: 1200px) {
.index-page.show{
display: none !important;
}
}
#whatsapp-chat.hide {
display: none;
animation-name: showhide;
animation-duration: 0.5s;
transform: scale(1);
opacity: 1;
}
#whatsapp-chat.show {
display: block;
animation-name: showhide;
animation-duration: 0.5s;
transform: scale(1);
opacity: 1;
}
.whatsapp-message-container {
display: flex;
z-index: 1;
}
.whatsapp-message {
padding: 7px 14px 6px;
background-color: white;
border-radius: 0px 8px 8px;
position: relative;
transition: all 0.3s ease 0s;
opacity: 0;
transform-origin: center top 0px;
z-index: 2;
box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
margin-top: 4px;
margin-left: -54px;
max-width: calc(100% - 66px);
}
.whatsapp-chat-body {
padding: 4px 0px 0px 2px;
background-color: #e6ddd4;
position: relative;
}.whatsapp-chat-body::before {
display: block;
position: absolute;
content: "";
left: 0px;
top: 0px;
height: 100%;
width: 100%;
z-index: 0;
opacity: 0.08;
background-image: url("../../senthaa/image-senthaa/whatsapp-bg.webp");
}
.dAbFpq {
display: flex;
z-index: 1;
}
.eJJEeC {
background-color: white;
width: 52.5px;
height: 32px;
border-radius: 16px;
display: flex;
-moz-box-pack: center;
justify-content: center;
-moz-box-align: center;
align-items: center;
margin-left: 10px;
opacity: 0;
transition: all 0.1s ease 0s;
z-index: 1;
box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}
.hFENyl {
position: relative;
display: flex;
}
.ixsrax {
height: 5px;
width: 5px;
margin: 0px 2px;
border-radius: 50%;
display: inline-block;
position: relative;
animation-duration: 1.2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
top: 0px;
background-color: #9e9da2;
animation-name: ZpjSY;
}
.dRvxoz {
height: 5px;
width: 5px;
margin: 0px 2px;
background-color: #b6b5ba;
border-radius: 50%;
display: inline-block;
position: relative;
animation-duration: 1.2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
top: 0px;
animation-name: hPhMsj;
}
.kAZgZq {
/*  padding: 7px 14px 6px;*/
/* background-color: white;
border-radius: 0px 8px 8px;*/
position: relative;
transition: all 0.3s ease 0s;
opacity: 0;
transform-origin: center top 0px;
z-index: 2;
/*  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;*/
margin-top: 4px;
margin-left: -54px;
max-width: calc(100% - 66px);
}
/*.kAZgZq::before {
position: absolute;
background-image: url("../../solar-image/images/whatsapp/side-extend.webp");
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: contain;
content: "";
top: 0px;
left: -12px;
width: 12px;
height: 19px;
}*/
.bMIBDo {
font-size: 13px;
font-weight: 700;
line-height: 18px;
color: #000;
}
.iSpIQi {
font-size: 14px;
line-height: 19px;
margin-top: 4px;
color: #111111;
}
.iSpIQi {
font-size: 14px;
line-height: 19px;
margin-top: 4px;
color: #111111;
}
.cqCDVm {
text-align: right;
margin-top: 4px;
font-size: 12px;
line-height: 16px;
color: rgba(17, 17, 17, 0.5);
margin-right: -8px;
margin-bottom: -4px;
}
.phone .phon1 {
position: fixed;
bottom: 135px;
right: 44px;
z-index: 9;
width: 35px;
}

.call-phone {
width: 40px;
height: 40px;
z-index: 1003;
position: fixed;
right: 24px;
bottom: 120px;
border: 3px solid #fff;   /* White border */
border-radius: 50%;       /* Make it a circle */
}


/* Back to Top Button */
.back-to-top {
position: fixed;
bottom: 25px;
right: 24px;
width: 40px;
height: 40px;
background: #000;
color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
z-index: 999;
cursor: pointer;
transition: 0.3s ease-in-out;
opacity: 0;
visibility: hidden;
}

.back-to-top.show {
opacity: 1;
visibility: visible;
bottom: 35px;
}

.back-to-top:hover {
background: #000;
color: #fff;
}


.activeclass {
border-bottom: 2px solid #463F3A !important;
}

/* MOBILE OVERLAY MENU */

@media (min-width: 992px) and (max-width: 1300px) {

.measure-section .row.reverse {
align-items: center;
}

/* Left image: not too tall, fits nicely beside text */
.measure-img-wrap {
max-height: 800px;
}

.measure-img-wrap img {
height: 100%;
object-fit: cover;
}

.measure-text {
font-size: 16px;
line-height: 1.8;
margin-bottom: 16px;
}

.measure-subhead {
font-size: 18px;
margin-bottom: 10px;
}

.reverse {
    display: flex;
    flex-direction: row;
}
/* Cards – comfortable width & height */
.measure-card {
padding: 16px 18px;
border-radius: 16px;
}

.measure-card h3 {
font-size: 18px;
margin-bottom: 6px;
}

.measure-card p {
font-size: 16px;
line-height: 1.6;
}
.client-text {
text-align: left;
font-size: 16px;
}
.ant-footer-middle {
display: flex;
flex-wrap: wrap;
row-gap: 30px;
column-gap: 0;
}

.ant-footer-middle .footer-col {
flex: 0 0 50%;
max-width: 50%;
padding-left: 25px;
padding-right: 25px;
margin-bottom: 0;
}

.ant-footer-middle .footer-col:nth-child(1) .ant-footer-column-list {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
column-gap: 24px;
row-gap: 8px;
}

.ant-footer-middle .footer-col:nth-child(1) .ant-footer-column-title {
flex: 0 0 100%;
padding-left: 0;
margin-bottom: 10px;
}

.ant-footer-middle .footer-col:nth-child(1) .ant-footer-column-list li:not(.ant-footer-column-title) {
flex: 0 0 calc(33.33% - 16px);
max-width: calc(33.33% - 16px);
padding-left: 20px;         /* keep bullet icon */
white-space: nowrap;
}

.ant-footer-middle .footer-col:nth-child(2) .ant-footer-office {
padding-right: 20px;
}

.ant-footer-middle .footer-col:nth-child(2) .footer-contact-item {
font-size: 16px;
}

.ant-footer-middle .footer-col:nth-child(3) {
text-align: left;
}

.ant-footer-middle .footer-col:nth-child(3) .footer-map iframe {
margin-top: 8px;
}

.ant-footer-middle .footer-col:nth-child(4) .ant-footer-column-list {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
column-gap: 24px;
row-gap: 8px;
}

.ant-footer-middle .footer-col:nth-child(4) .ant-footer-column-title {
flex: 0 0 100%;
padding-left: 0;
margin-bottom: 10px;
}

/* 5 items laid out 3 + 2 */
.ant-footer-middle .footer-col:nth-child(4) .ant-footer-column-list li:not(.ant-footer-column-title) {
flex: 0 0 calc(33.33% - 16px);
max-width: calc(33.33% - 16px);
padding-left: 20px;          /* keep bullet icon */
white-space: nowrap;
}
.ant-footer-top-links li {
    font-size: 16px;
}

.ant-footer-column-list a {
    font-size: 16px;
}
/* Heading & text slightly reduced for this width */
.measure-title, .why-title, .products-title, .promo-title, .exclusive-title, .about-title,
.sec-title__title {
font-size: 30px;
}

.small, small, .why-item p, .product-name,.promo-list-text,.about-text p,.stat-text,
 .banner-subtext, .why-subtext {
    font-size: 16px;
}

 .why-item h5,.client-name,.promo-list-title,
.about-btn .btn-learn, .furniture-menu .nav-link, .sub-banner p {
    font-size: 18px;
}
.exclusive-item-title {
    font-size: 18px;
}
.stat-number {
    font-size: 25px;
}

.ant-footer-column-list {
    margin-bottom: 0 !important;
}
.footer-col {
    padding-bottom: 10px;
}
.ant-footer-middle {
    margin-top: 10px !important;
}
.ant-footer {
    padding-top: 10px !important;
}
.ant-footer-top {
    padding-bottom: 10px;
}

}

@media (max-width: 991.98px) {
    .secspacing{
        margin-top: 30px;
    }

.navbar-collapse {
position: fixed;
top: 0;
right: 0;                 /* changed from left to right */
width: 0;                 /* starts hidden */
height: 100%;
background: #ffffff;
overflow: hidden;
padding: 80px 0 24px;     
transition: width 0.35s ease-in-out;
z-index: 1200;
border-radius: 0 0 0 0;
}

/* When menu is open */
.navbar-collapse.show {
width: 100%;               /* sliding width */
padding: 80px 24px 24px;
box-shadow: -4px 0 20px rgba(0,0,0,0.25);  /* shadow on the LEFT side */
}

/* Mobile top logo + X alignment */
.mobile-menu-header {
position: absolute;
top: 12px;
left: 16px;
right: 16px;
display: flex;
justify-content: space-between;
align-items: center;
}

/* Smooth closing animation */
.collapsing {
width: 0 !important;
height: 100% !important;
transition: width 0.35s ease-in-out;
}

.mobile-menu-logo img {
max-height: 40px;
width: auto;
display: block;
}

.mobile-close-btn {
border: 1px solid #000;
background: #ffffff;
width: 30px;
height: 30px;
border-radius: 999px;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
}

.mobile-close-btn i {
color: #000;
font-size: 20px;
}

/* Adjust mobile nav links inside overlay */
.furniture-menu .nav-link {
    color: #000 !important;
    font-size: 16px;
    padding: 5px !important;
}
.mega-left-text h5 {
font-size: 16px;
margin-bottom: 0;
}
.mega-right-group h6 {
font-size: 16px;
}
.mega-right-group li a {
font-size: 16px;
}

 .mega-right {
        display: none !important;
    }

    .mega-left-item {
        width: 100%;
        display: block;
        border-bottom: 1px solid #eee;
        padding: 10px 12px;
        cursor: pointer;
        position: relative;
    }

    .mega-left-item.active {
        background: #f5f5f5;
    }

    /* Container that will show mega-right-group under each category */
    .mobile-inline-panel {
        display: none;
        padding: 10px 15px 12px;
        background: #fafafa;
    }

    .mobile-inline-panel.open {
        display: block;
    }

    .mobile-inline-panel ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

    .mobile-inline-panel li {
        padding: 4px 0;
    }
    .mobile-inline-panel h6{
        display: none !important;
    }
    .mobile-inline-panel li a{
        color: #000;

    }
     #furnitureNavbar {
        max-height: 80vh;      /* prevents overflow beyond screen */
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 6px;    /* space for scrollbar */
    }

.mega-menu {
        max-height: 70vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    /* Scroll for the inline product list under each category */
    .mobile-inline-panel {
        max-height: 300px;
        overflow-y: auto;
        padding-right: 6px;
    }
    .mega-left-item {
        display: grid;
        grid-template-columns: 1fr auto;  /* text | icon */
        grid-auto-rows: auto;
        row-gap: 8px;                     /* space between header and list */
        align-items: center;
    }

    /* Text goes in row 1, col 1 */
    .mega-left-text {
        grid-column: 1 / 2;
        grid-row: 1;
    }

    .mega-left-text h5 {
        margin: 0;
        line-height: 1.2;
    }

    /* Icon goes in row 1, col 2 */
    .mega-left-arrow {
        grid-column: 2 / 3;
        grid-row: 1;
        justify-self: end;
        align-self: center;
        font-size: 16px;
    }

    /* The dropdown content under it spans full width (row 2) */
    .mobile-inline-panel,
    .mega-right-group {
        grid-column: 1 / 3;  /* span both columns */
        grid-row: 2;
    }

/* Mobile social area */
.mobile-menu-social {
padding-top: 14px;
}

.mobile-social-label {
font-size: 16px;
text-transform: uppercase;
color: #000;
font-weight: 600;
}

.mobile-social-link {
display: inline-flex;
width: 30px;
height: 30px;
 border-radius: 999px; 
align-items: center;
justify-content: center;
color: #000;
text-decoration: none;
font-size: 20px;
transition: background 0.25s ease, color 0.25s ease;
border: 1px solid #463F3A;
}

.hero-image-desktop {
display: none !important;
}

.hero-image-mobile {
display: block !important;
}

/* Optional: adjust text position for mobile/tablet */
.banner-content {
top: 10%;
padding: 0 15px;
}

.quick-links-flex {
    text-align: left;
}

.quick-links-flex li {
    display: block;
    margin-bottom: 6px;
}
.banner-title {
font-size: 25px;
}

.banner-subtext {
    font-size: 16px;
    text-shadow:
        1px 1px 3px rgba(255, 255, 255, 0.6),
        -1px -1px 3px rgba(255, 255, 255, 0.6);
        text-align: left;
}

.about-title, .exclusive-title,.promo-title,.products-title, .why-title,.measure-title,.client-title {
text-align: center;
font-size: 25px;
        margin-bottom: 10px !important;
}
.exclusive-item-title {
    font-size: 20px;
}
.about-text p, .about-btn .btn-learn,.promo-list-text,
.why-item p,.measure-card p,.ant-footer-column-list a,
.client-text  {
font-size: 16px;
 text-align: left;
}
.stat-text,.product-name {
   font-size: 16px;
 text-align: center; 
}
.footer-contact-item a {
   font-size: 16px; 
}

.tagline {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}
.about-btn {
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
}

.stat-number,.client-name {
font-size: 25px;
}

.exclusive-grid {
grid-template-columns: repeat(1, 1fr);
gap: unset;
}

.promo-list-title {
font-size: 18px;
text-align: left;
}

.why-subtext {
text-align: justify;
font-size: 16px;
}

.why-item h5 {
font-size: 18px;
}


.measure-text {
text-align: justify;
font-size: 16px;
}
.measure-subhead {
text-align: center;
font-size: 25px;
}
.measure-card h6 {
font-size: 18px;
text-align: left;
}

.client-role {
font-size: 25px;
text-align: center;
}

.why-item {
margin-top: 10px;
}
.client-arrow {
width: 60px;
height: 60px;
}
.client-arrow i {
font-size: 40px;
}





.client-card {
height: 420px;    /* adjust for mobile height */
max-height: 420px;
width: 100%;
}

.client-photo-wrap {
width: 140px;
height: 160px;
}

.client-text {
height: 90px;
overflow: hidden;
}

.measure-img-mobile {
    text-align: center;
    margin-bottom: 1.25rem !important;
}

.measure-img-mobile img {
    display: inline-block;     /* Required for centering */
    margin: 0 auto;            /* Ensures perfect centering */
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.about-title, .about-text, .about-btn {
    text-align: center;
    margin-bottom: 10px;
}

    .about-btn {
        margin-top: 20px;
    }
    
.ant-footer-logo-img {
    height: 40px;
    margin-bottom: 10px;
}
.ant-footer-column-list a {
    font-size: 16px;
    text-align: center;
}
.ant-footer-column-list li {
    font-size: 18px;
    margin: 0;
}
.ant-footer-office h4 {
    font-size: 18px;
    text-align: left;
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
     margin-bottom: 10px;
}
.ant-footer-column-list {
    margin-bottom: 0 !important;
}
.footer-col {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 10px;
    padding-left: 10px;
}
.ant-footer-middle {
    margin-top: 10px !important;
    gap: 30px;
}
.ant-footer {
    padding-top: 10px !important;
    margin-top: 20px;
    padding-bottom: 10px;
}
.ant-footer-bottom {
    text-align: center;
    margin-top: -45px !important;
}
.quick-links-flex .ant-footer-column-title {
        text-align: left;
        display: block;
        margin-bottom: 12px;
    }

    /* Make all list items inline */
    .quick-links-flex li {
    display: inline;
    margin: 0 3px;
    /* white-space: nowrap; */
    padding: 0;
}

    /* Add a separator | between links */
    .quick-links-flex li a::after {
        content: " | ";
        padding: 0 3px;
    }

    /* Remove last separator */
    .quick-links-flex li:last-child a::after {
        content: "";
    }

    /* Center whole row */
.quick-links-flex {
    text-align: center;
    margin-left: -30px;
}
.powered-wrapper {
        display: flex;
        justify-content: center !important;
        align-items: center;
        width: 100%;
        text-align: center;
    }

    .ant-footer-bottom .col-md-6 {
        justify-content: center !important;
        text-align: center !important;
    }

.ant-footer-column-list li::before {
    display: none;
}
.ant-footer-column-title {
    display: none;
}
.instaicon {
    font-size: 30px;
    display: none;
}
}




.services-style-bg {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .07);
    box-shadow: 0 0 15px rgba(0, 0, 0, .07);
}
.services-card {
    padding: 30px 18px 25px;
    background: #463f3a;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 15px;
    height: calc(100% - 30px);
}
.services-card::before {
    content: '';
    position: absolute;
    z-index: -1;
    opacity: .1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-color: unset;
    background-repeat: no-repeat;
    background-image: url(../images/product.webp);
}
.services-card i {
    color: #fff;
    font-size: 60px;
    line-height: 1;
}
.services-card h5 a, .services-card h4 a, .services-card h2 a {
    display: block;
    color: #fff;
    font-size: 26px;
}
.ht-50 {
    height: 50px;
}
.services-card .learn-btn {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.btn-2 {
    padding: 12px 15px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 1.8;
}
.services-card::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 75px;
    height: 75px;
    background-color: #fff;
    border-radius: 170px 0 0 0;
    opacity: 0;
}


.location-grid {
    color: #fff;
    padding: 0px 15px;
    background-color: #5a4739;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    transition: .7s;
    text-align: center;
    line-height: 33px;
}

@media (max-width: 768px) {
 .location-grid {
    padding: 2px 15px !important;
    font-size: 20px !important;
    line-height: 33px !important;
 }

 .sm-mt-3{
    margin-top: 30px;
    margin-bottom: 0px;
 }


     .page-title .breadcrumb {
        width:350px !important;
    }

}




.marqueeinfinite {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #fff;
    font-size: 1.25rem;
  overflow: hidden;
    background: #463f3a;
  white-space: nowrap;
}
.infinite-mar{
 color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0px;
        margin-top: 1px;

}
.marquee--inner {
  display: block;
  width: 200%;
  position: absolute;
  animation: marquee 25s linear infinite;
  &:hover {
    animation-play-state: paused;
    color: #fff;
  }
}
.marqueeinfinite span {
  float: left;
  width: 50%;
  overflow: hidden;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.scroll-left {
height: 30px; 
overflow: hidden;
position: relative;

}
.mbl-blck{
display: none;
}
.s-p{
    font-size: 16px !important;
        line-height: var(--pbmit-body-typography-line-height) !important;
        color: #3a3a3a !important;
}

.s-p p{
    margin-bottom: 15px;
}


@media (max-width: 991px) {
.mb-center{
    text-align: center !important;
}
}


@media (max-width: 991px) {
    .main-head-spl{
        font-size: 25px !important;
    }
}


.main-head-spl{
    font-size: 32px !important;
    text-align: start;
}


.txt-jst{
    text-align: justify;
}


.ing404-full{
width:100%;
height:100vh;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
background:#f4f4f4;
font-family:Arial,sans-serif;
text-align:center;
padding:20px;
}

.ing404-logo{
width:500px;
margin-bottom:30px;
}

.ing404-number{
font-size:180px;
font-weight:800;
color:#c5a46d;
line-height:1;
margin:0;
}

.ing404-heading{
font-size:40px;
font-weight:600;
color:#111;
margin:20px 0 10px;
}

.ing404-desc{
font-size:16px;
color:#666;
max-width:500px;
margin:0 auto 30px;
}

.ing404-btn{
display:inline-block;
padding:14px 40px;
margin-top: 20px;
background:#7a0c0c;
color:#fff;
border-radius:40px;
text-decoration:none;
font-size:15px;
transition:0.3s;
}

.ing404-btn:hover{
background:#5a0808;
transform:translateY(-3px);
}

