/* ✅ Import Sora Font */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
/* ✅ Import Poppins Font */
@import
url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
margin: 0;
padding: 0;
}
html{
 overflow-x: hidden !important;
}
:root {
--primary: #B88F40;
--light: #fff;
--dark: #000;
--gray: #807E7E;
--secondary: #36454F;
--light-yellow: #b88f408a;
}
h1, h2, h3, h4, h5, h6{
font-family: "Sora", sans-serif;
}
body {
font-family: "Poppins", sans-serif;
margin: 0;
padding: 0;
background: #fff;
overflow-x: hidden !important;	
}
a, p{
text-decoration: none;
font-family: "Poppins", sans-serif;
}
.container{
max-width: 1250px;
}
/* ================================
Desktop Navigation
================================ */
.top-bar{
background: var(--primary);
color: #fff;
padding: 5px 0;
}
.top-bar i{
color: #fff;
font-size: 16px;
}
.top-bar a{
text-decoration: none;
color: #fff;
}
.top-bar-inner{
display: flex;
gap: 20px;
}
.top-bar-icon {
display: flex;
gap: 12px;
align-items: center;
}
.top-bar-icon p{
margin: 0 !important;
}
.top-bar-box {
display: flex;
align-items: center;
justify-content: space-between;
}
.site-header .main-header {
position: absolute;
left: 0;
width: 100%;
z-index: 10;
background: #fff !important;
padding: 10px 0 !important;
}
.site-header.sticky .main-header {
position: fixed !important;
top: 0;
padding: 12px 0;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
animation: slideDown 0.4s ease;
background: var(--light) !important;	
}
.site-header.sticky .main-header a {
    color: var(--dark) !important;
}
@keyframes slideDown {
from {
transform: translateY(-100%);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
.site-header .nav {
list-style: none;
margin: 0;
padding: 0;
}
.site-header .nav > li {
position: relative;
}
.logo-box img {
width: 90px;
height: auto;
}
.wpcf7-submit {
background: var(--primary);
padding: 10px 30px;
color: #fff;
text-decoration: none;
border-radius: 20px 0;
transition: all 0.3s ease;
display: inline-block;
border: none;
}
.wpcf7-submit:hover {
border-radius: 0 20px;
}
.site-header .nav > li > a {
text-decoration: none;
padding: 5px 15px;
font-weight: 600 !important;
transition: all 0.3s ease;
display: inline-block;
color: var(--primary) !important;
}
.site-header .nav > li > a:hover,
.site-header .nav > li.current-menu-item > a,
.site-header .nav > li.current_page_item > a {
padding: 5px 15px;
color: var(--dark) !important;
}
.site-header .nav li ul.sub-menu {
position: absolute;
top: 100%;
left: 0;
min-width: 200px;
background: #fff;
border: 1px solid #ddd;
border-radius: 4px;
padding: 10px 0;
list-style: none;
margin: 0;
display: none;
z-index: 9999;
}
.site-header .nav li ul.sub-menu li a {
padding: 8px 15px;
color: #333;
display: block;
font-weight: 400;
}
.site-header .nav li ul.sub-menu li a:hover {
background: #f8f9fa;
color: var(--secondary);
}
.site-header .nav > li:hover > ul.sub-menu {
display: block;
}
.site-header .nav li ul.sub-menu li {
position: relative;
}
.site-header .nav li ul.sub-menu li ul.sub-menu {
top: 0;
left: 100%;
margin-left: 1px;
}
@media (max-width: 991px) {
.site-header .nav {
display: none;
}
}
/* ================================
Mobile Menu
================================ */
.mobile-menu {
position: fixed;
top: 0;
right: -300px;
width: 280px;
height: 100%;
background: #fff;
transition: right 0.3s ease;
z-index: 1050;
}
.mobile-menu.open {
right: 0;
}
.mobile-menu-overlay {
display: none;
position: fixed;
inset: 0;
background: rgba(0,0,0,0.8);
z-index: 1040;
}
.mobile-menu-overlay.active {
display: block;
}
.mobile-menu-btn .btn-primary{
margin-top: 2rem;
display: inline-block;
border: 1px solid #fff;
}
.mobile-menu {
position: fixed;
top: 0;
right: -300px;
width: 280px;
height: 100%;
background: var(--primary)!important;
transition: right 0.3s ease;
z-index: 1050;
}
.mobile-menu-header {
background-color: #fff;
}
#menu-primary-1 li {
padding: 10px;
border-bottom: 1px solid #fff;
}
#menu-primary-1 li a {
color: var(--white);
text-decoration: none;
font-size: 20px;
font-weight: 600;
}
.top-bar-icon .social-icons a i {
border: 1px solid #ffffff;
border-radius: 50%;
height: 30px;
width: 30px;
display: inline-flex;
justify-content: center;
align-items: center;
}
.top-bar-inner-box {
display: flex;
gap: 10px;
align-items: center;
}
/* ================================
Breadcrumb Section
=============================== */
.breadcrumb-section .container {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
top: 40%;
z-index: 2;
}
section.breadcrumb-section {
background: url(https://www.interiorsolutionsho.com/wp-content/uploads/2026/06/breadcrumb-image.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 60vh;
position: relative;
}
section.breadcrumb-section:after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 48%);
    pointer-events: none;
}
.breadcrumb-content {
    top: 30px;
    position: relative;
}
.breadcrumb-item.active {
color: var(--light) !important;
}
ol.breadcrumb {
font-size: 18px;
font-weight: 700;
}
.breadcrumb-item+.breadcrumb-item::before{
color: var(--primary) !important;
}
.breadcrumb-title h2 {
color: var(--primary);
text-align: center;	
}
li.breadcrumb-item a {
color: var(--primary);
text-decoration: none;
}
/*===============================
FOOTER SECTION CSS
================================= */

/* ── Variables ── */
:root {
--footer-bg: #36454F;
--footer-text: rgba(255,255,255,0.80);
--footer-heading: #ffffff;
--footer-link: rgba(255,255,255,0.80);
--footer-link-hover:#ffffff;
--footer-border: rgba(255,255,255,0.25);
--accent-line1: #ffffff;
--accent-line2: rgba(255,255,255,0.35);
--social-bg: #fff;
--social-bg-hover: rgba(255,255,255,0.30);
--icon-bg: rgba(255,255,255,0.15);
}
.footer-section {
background-color: var(--footer-bg);
background-image: url('https://interiorsolutionsho.com/wp-content/uploads/2026/05/footer-scaled.jpg'); 
background-position: center;
background-repeat: no-repeat; 
color: var(--footer-text);
padding: 60px 0 0;
font-size: 14px;
line-height: 1.7;
position: relative; 
z-index: 1;
}
.footer-section::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #36454fde; /* adjust opacity */
z-index: -1;
}
.footer-logo img {
max-width: 130px;
height: auto;
}
.footer-section p {
color: var(--footer-text);
margin-bottom: 0;
}
.footer-section h3 {
color: var(--primary);
font-size: 18px;
font-weight: 600;
margin-bottom: 10px;
letter-spacing: 0.3px;
}
.underline1,
.underline2 {
height: 2px;
margin-bottom: 4px;
}
.underline1 {
width: 40px;
background-color: var(--accent-line1);
}
.underline2 {
width: 20px;
background-color: var(--accent-line2);
margin-bottom: 20px;
}
.no-margin { margin-left: 0 !important; }
.footer-section .menu {
list-style: none;
padding: 0;
margin: 0;
}
.footer-section .menu li {
margin-bottom: 8px;
}
ul#menu-footer li a {
color: var(--footer-text) !important;
}
.footer-menu {
list-style: none;
padding-left: 0;
margin: 0;
}
.footer-menu ul {
list-style: none;
padding-left: 0;
margin: 0;
}

.footer-menu ul li {
list-style: none;
}
.footer-menu li {
position: relative;
padding-left: 18px;
margin-bottom: 10px;
}

.footer-menu li::before {
content: "\f105"; /* Font Awesome arrow */
font-family: "Font Awesome 6 Free";
font-weight: 900;
position: absolute;
left: 0;
top: 2px;
color: var(--footer-text);
}
.footer-menu ul {
padding-left: 0;
}
ul.footer-details span {
color: #fff;
}
.footer-menu li a {
color: var(--footer-text) !important;
}
.footer-section .menu,
.footer-section .menu ul {
list-style: none;
padding: 0;
margin: 0;
}
.footer-section .menu li a {
color: var(--footer-link);
text-decoration: none;
display: flex;
align-items: center;
gap: 8px;
transition: color 0.2s;
}
.footer-section .menu li a::before {
content: '→';
font-size: 13px;
color: var(--footer-link);
transition: color 0.2s;
}
.footer-section .menu li a:hover,
.footer-section .menu li a:hover::before {
color: var(--footer-link-hover);
}
.social-icons {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.social-icon-btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: 38px;
height: 38px;
border-radius: 12px;
background: var(--social-bg);
color: #BA9551 !important;
font-size: 15px;
text-decoration: none;
transition: background 0.2s;
}
.social-icon-btn:hover {
background: var(--social-bg-hover);
}
.footer-details {
list-style: none;
padding: 0;
margin: 0;
}
.footer-details li {
display: flex;
align-items: flex-start;
gap: 10px;
margin-bottom: 14px;
color: var(--footer-text);
}
.footer-details li a {
color: var(--footer-text);
text-decoration: none;
transition: color 0.2s;
}
.footer-details li a:hover {
color: var(--footer-link-hover);
}
.footer-icon-wrap {
display: inline-flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
border-radius: 50%;
background: var(--icon-bg);
flex-shrink: 0;
margin-top: 2px;
font-size: 13px;
color: #ffffff;
}
.recent-posts-list {
display: flex;
flex-direction: column;
gap: 14px;
}
.recent-post-item {
display: flex;
align-items: center;
gap: 12px;
}
.recent-post-thumb {
flex-shrink: 0;
width: 70px;
height: 60px;
border-radius: 4px;
overflow: hidden;
display: block;
}
.recent-post-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.3s;
}
.recent-post-thumb:hover img {
transform: scale(1.06);
}
.recent-post-info {
display: flex;
flex-direction: column;
gap: 3px;
}
.recent-post-date {
font-size: 11px;
color: rgba(255,255,255,0.60);
}
.recent-post-title {
color: var(--footer-link);
font-size: 13px;
font-weight: 500;
line-height: 1.4;
text-decoration: none;
transition: color 0.2s;
}
.recent-post-title:hover {
color: var(--footer-link-hover);
}
.copyright {
padding: 8px 0;
font-size: 13px;
background: #242E37;
}
.copyright a {
color: #BA9551;
text-decoration: none;
font-weight: 500;
}
.copyright a:hover {
text-decoration: underline;
}

#whatsappbtn {
cursor: pointer;
position: fixed;
bottom: 4%;
left: 20px;
z-index: 99999999;
padding: 0 9px;
background: #4fcc5d;
border-radius: 50%;
width: 50px;
height: 50px;
text-align: center;
font-size: 32px;
color: var(--white);
z-index: 1;
}
#whatsappbtn:before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
background: #4fcc5d;
box-shadow: 0 0 10px #4fcc5d;
animation: playbtn 3s linear infinite forwards;
z-index: -3;
}
@keyframes playbtn {
from {
transform: scale(1.0);
opacity: 1;
}
to {
transform: scale(1.5);
opacity: 0;
}
}
#whatsappbtn img {
width: 30px;
}

/* HOMEPAGE CSS */

/* HERO SECTION */

.hero-section {
min-height: 100vh;
background: url('https://interiorsolutionsho.com/wp-content/uploads/2026/04/Welcome-banner.webp')
no-repeat center center/cover;
position: relative;
padding: 40px 0;
}
.hero-section .container {
position: relative;
z-index: 2;
}
.hero-heading {
font-size: 58px;
font-weight: 700;
color: var(--secondary);
line-height: 1.3;
margin-bottom: 20px;
}
.hero-subtext {
font-size: 16px;
color: var(--dark);
max-width: 700px;
margin: 0 auto 30px;
}
.counter-row {
/* margin-top: 30px; */
	width: 75%;
	margin: 0 auto;
}
.counter-box {
text-align: center;
margin-bottom: 20px;
}
.counter-box h2 {
font-size: 48px;
font-weight: 700;
color: var(--primary);
margin-bottom: 5px;
}
.counter-box p {
font-size: 16px;
letter-spacing: 1px;
color: var(--dark);
font-weight: 600;
}
.custom-btn {
text-decoration: none;
border: 1px solid #caa25a;
display: inline-flex;
overflow: hidden;
font-family: inherit;
}
.custom-btn .btn-text {
background: #caa25a;
color: #fff;
padding: 10px 22px;
font-size: 16px;
font-weight: 500;
}
.custom-btn .btn-icon {
color: #333;
padding: 10px 14px;
display: flex;
align-items: center;
justify-content: center;
transition: 0.3s;
}

/* WHY CHOOSE INTERIOR SECTION */

section.interiors-section {
padding: 40px;
}
.interior-inner-section{
display: grid;
grid-template-columns: 1fr 260px 300px;
min-height: 560px;
overflow: hidden;
gap: 10px;
}
.left-panel {
padding: 20px 40px 40px;
display: flex;
flex-direction: column;
justify-content: flex-start;
gap: 0;
}
.sub-label {
font-size: 12px;
font-weight: 700;
letter-spacing: 2.5px;
color: var(--primary);
text-transform: uppercase;
margin-bottom: 14px;
}
.main-heading {
font-size: 36px;
font-weight: 600;
color: var(--secondary);
line-height: 1.18;
margin-bottom: 20px;
}
.main-desc {
font-size: 14px;
color: var(--gray);
line-height: 1.7;
max-width: 480px;
margin-bottom: 28px;
}
.tab-pills {
display: flex;
gap: 0;
border-bottom: 2px solid #e8e8e8;
margin-bottom: 24px;
}
.tab-pills .tab-btn {
background: none;
border: none;
padding: 8px 0;
margin-right: 28px;
font-size: 12px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
color: var(--secondary);
cursor: pointer;
position: relative;
transition: color .25s;
}
.tab-pills .tab-btn:hover {
color: var(--dark);
}
.tab-pills .tab-btn::after {
content: '';
position: absolute;
bottom: -2px;
left: 0; right: 0;
height: 2px;
background: var(--gold);
transform: scaleX(0);
transition: transform .25s;
}
.tab-pills .tab-btn.active {
color: var(--primary);
}
.tab-pills .tab-btn.active::after {
transform: scaleX(1);
}
.tab-pane-custom {
display: none;
}
.tab-pane-custom.active {
display: flex;
gap: 24px;
align-items: flex-start;
}
.tab-img {
width: 200px;
min-width: 200px;
height: 100%;
object-fit: cover;
flex-shrink: 0;
}
.tab-list {
list-style: none;
padding: 0; margin: 0;
display: flex;
flex-direction: column;
gap: 14px;
}
.tab-list li {
display: flex;
align-items: flex-start;
gap: 10px;
font-size: 14px;
color: var(--gray);
line-height: 1.5;
}
.tab-list li .diamond {
color: var(--primary);
font-size: 14px;
flex-shrink: 0;
margin-top: 2px;
}
.middle-panel {
background: url(https://interiorsolutionsho.com/wp-content/uploads/2026/04/Group-1321316096-1.webp);
display: flex;
flex-direction: column;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.middle-panel .shelf-illustration {
width: 90%;
max-width: 200px;
margin-bottom: 32px;
opacity: .95;
}
.counter-wrap {
text-align: center;
margin-top: auto;
padding: 10px;
}
.counter-number {
font-size: 50px;
font-weight: 600;
color: var(--secondary);
padding: 10px;
text-align: left;
line-height: 1;
letter-spacing: -2px;
}
.counter-label {
font-size: 22px;
font-weight: 700;
letter-spacing: 3px;
text-transform: uppercase;
color: var(--secondary);
margin-top: 6px;
text-align: left;
}
.right-panel {
display: flex;
flex-direction: column;
position: relative;
}
.right-panel .room-img {
width: 100%;
height: 555px;
object-fit: cover;
display: block;
}
.right-panel .room-label {
padding: 18px 22px 12px;
}
.right-panel .room-label h4 {
font-size: 20px;
font-weight: 700;
color: var(--secondary);
margin: 0 0 10px;
}
.dots-row {
display: flex;
align-items: center;
gap: 8px;
}
.dot-diamond {
color: var(--primary);
font-size: 24px;
}
.dot-circle {
width: 12px;
height: 12px;
border-radius: 50%;
background: var(--primary);
display: inline-block;
}
.dot-circle.active-dot {
background: var(--primary);
}

/* GALLERY SECTION CSS */

.slider-outer {
width: 100%;
overflow: hidden;
position: relative;
}
.slider-outer::before,
.slider-outer::after {
content: '';
position: absolute;
top: 0; bottom: 0;
width: 80px;
z-index: 2;
pointer-events: none;
}
.slider-outer::before {
left: 0;
background: linear-gradient(to right, #fff 0%, transparent 100%);
}
.slider-outer::after {
right: 0;
background: linear-gradient(to left, #fff 0%, transparent 100%);
}
.slider-track {
display: flex;
width: max-content;
animation: slide-left 28s linear infinite;
gap: 10px;
}
.slider-outer:hover .slider-track {
animation-play-state: paused;
}
.slide-item {
flex-shrink: 0;
width: 500px;
height: 300px;
overflow: hidden;
}
.slide-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.5s ease;
}
.slide-item:hover img {
transform: scale(1.04);
}
@keyframes slide-left {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}

/* DECOR SECTION */

.hero-section {
position: relative;
height: 560px;
overflow: hidden;
}
.hero-bg {
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
transition: opacity 0.6s ease;
}
.hero-bg.fade-out {
opacity: 0;
}
.hero-dark-box {
position: absolute;
top: 0;
left: 0;
width: 52%;
height: 100%;
background: linear-gradient(
90deg,
rgba(33,37,41,0.9) 0%,
rgba(33,37,41,0.75) 60%,
rgba(33,37,41,0) 100%
);
z-index: 1;
}
.hero-content-wrap {
position: relative;
z-index: 2;
height: 100%;
}
.eyebrow {
font-size: 12px;
letter-spacing: 1.5px;
color: var(--light);
margin-bottom: 12px;
}
.hero-title {
font-size: 36px;
font-weight: 600;
color: var(--light);
line-height: 1.1;
}
.hero-body {
font-size: 14px;
line-height: 1.7;
color: var(--light);
margin-bottom: 30px;
}
.col-lg-5.ltf {
    background: #36454f80;
    padding: 40px;
    position: relative;
    bottom: -30%;
}
div#heroLeft .custom-btn .btn-icon {
    color: #fff;
}
.category-card-wrap {
position: absolute;
top: 40px;
right: 60px;
z-index: 3;
}
.category-card {
background: rgba(255,255,255,0.95);
padding: 20px;
}
.cat-item {
    display: flex;
    gap: 10px;
	margin-bottom: 10px;
	cursor: pointer !important;
}
.cat-num {
font-size: 18px;
font-weight: 600;
}
.cat-label {
font-size: 18px;
font-weight: 600;
}
.cat-item.active .cat-num,
.cat-item.active .cat-label {
color: var(--primary);
}
@keyframes fadeUp {
from { opacity: 0; transform: translateY(15px); }
to { opacity: 1; transform: translateY(0); }
}
.hero-left.run .eyebrow { animation: fadeUp 0.4s 0.1s forwards; }
.hero-left.run .hero-title { animation: fadeUp 0.4s 0.2s forwards; }
.hero-left.run .hero-body { animation: fadeUp 0.4s 0.3s forwards; }
.hero-left.run .btn-know { animation: fadeUp 0.4s 0.4s forwards; }

/* VIDEO SECTION */
.video-section {
  width: 100%;
  overflow: hidden;
	background: url(https://interiorsolutionsho.com/wp-content/uploads/2026/04/Video-Section-Background.webp);
}

.video-wrap {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.video-thumb {
  width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--primary);
  border: none;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  z-index: 2;
  padding-left: 4px; /* optical center for play icon */
}

.play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: var(--primary);
  opacity: 0.9;
}

/* SLIDER CARDS CSS */

.process-section {
  padding: 40px 0;
  overflow: hidden;
}
.process-header {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 60px;
}
.process-subtext {
  color: var(--secondary);
  font-size: 15px;
  line-height: 1.7;
  max-width: 460px;
}
.slider-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 35px;
}
div#processPagination {
    display: flex;
}
.nav-btn {
  width: 70px;
  height: 35px;
  border-radius: 50%;
  border: 1.5px solid #d1d5db;
  background: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.nav-btn.active,
.nav-btn:hover {
  background: var(--secondary);
  color: #fff;
  border-color: var(--secondary);
}
.swiper {
  overflow: visible !important;
  padding-bottom: 30px;
}
.swiper-wrapper {
  position: relative;
}
.swiper-wrapper::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 2px dashed #d1d5db;
  z-index: 0;
}
.process-card {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #fff;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}
.card-img-wrap {
  height: 220px;
  overflow: hidden;
}
.card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-body-light {
  padding: 22px;
  background: #fff;
  transition: 0.3s;
}
.swiper-slide-active .process-card {
  transform: translateY(-20px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}
.swiper-slide-active .card-body-light {
  background: var(--secondary); 
  color: #fff;
}
.card-desc {
  font-size: 12px;
  line-height: 1.6;
	margin-top: 10px;
}
.swiper-slide-active .card-desc {
  color: var(--light);
}
.step-num {
  position: absolute;
  bottom: 10px;
  right: 18px;
  font-size: 70px;
  font-weight: 700;
  opacity: 0.12;
  color: var(--gray);
}
.swiper-slide-active .step-num {
  color: var(--light);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: var(--light);
    border: 1px solid var(--secondary);
    opacity: 1;
}
.swiper-pagination-bullet-active {
  background: var(--secondary);
}
.process-section .hero-heading{
	font-size: 40px;
}
.card-title {
    font-weight: 500;
}

/* PORTFOLIO SECTION CSS */

.portfolio-section {
    padding: 40px 0;
}
.masonry-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 992px) {
    .masonry-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 576px) {
    .masonry-grid {
        grid-template-columns: 1fr;
    }
}
.masonry-item {
    width: 100%;
}
.portfolio-card {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    height: 100%;
}
.portfolio-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}
.overlay h5 {
    color: #fff;
    font-weight: 500;
    margin: 0;
}
.portfolio-card:hover img {
    transform: scale(1.08);
}

/* CONTACT SECTION CSS */

.contact-hero-section {
    position: relative;
    padding: 60px 0;
}
section.contact-hero-section {
    background: url(https://interiorsolutionsho.com/wp-content/uploads/2026/05/contact-4-scaled.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.contact-hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #36454fba;
}
.contact-hero-section .container {
    position: relative;
    z-index: 2;
}
section.contact-hero-section .custom-btn .btn-icon {
    color: #fff;
}
.middle-images .img-box {
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.middle-images {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.form-box {
    background: #b8924a;
    padding: 20px;
}
.form-box input,
.form-box select,
.form-box textarea {
    width: 100%;
    padding: 10px;
    border: none;
    margin-bottom: 15px;
    font-size: 14px;
}
.form-box textarea {
    height: 100px;
    resize: none;
}
.form-box .submit-btn {
    background: #111;
    color: #fff !important;
    padding: 12px;
    border: none;
    width: 100%;
}
.form-box .radio-group {
    display: flex;
    gap: 15px;
    margin: 15px 0;
}
.form-box label {
    font-size: 13px;
    color: #fff;
}
.form-box strong {
    color: #fff;
    font-weight: 600;
}
.form-box input, .form-box select, .form-box textarea{
	color: var(--gray) !important;
}
.wpcf7-list-item {
    margin: unset !important;
}
.form-box input, .form-box select, .form-box textarea{
	margin-bottom: 5px !important;
}

/* TESTIMONIAL SECTION CSS */

    .testimonials-section {
      padding: 60px 0;
    }
    .testimonials-section .section-title {
      font-size: 2rem;
      font-weight: 700;
      text-align: center;
      color: #1a1a1a;
      margin-bottom: 10px;
    }
    .testimonials-section .section-subtitle {
		text-align: center;
		margin: 0 auto 40px;
		line-height: 1.6;
		max-width: 540px;
    }
    .avatar-strip {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      margin-bottom: 36px;
    }
    .avatar-strip img {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      object-fit: cover;
      cursor: pointer;
      border: 3px solid transparent;
      transition: border-color 0.25s, transform 0.25s;
    }
    .avatar-strip img.active {
      border-color: #3a3a3a;
      transform: scale(1.08);
    }
    .nav-btn {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      border: 1.5px solid #ccc;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-size: 1.1rem;
      color: #555;
      transition: background 0.2s, color 0.2s;
      flex-shrink: 0;
    }
    .nav-btn.next {
      background: #3a3a3a;
      color: #fff;
      border-color: #3a3a3a;
    }
    .nav-btn:hover {
      background: #555;
      color: #fff;
      border-color: #555;
    }
    .testimonial-card {
      background: var(--bs-secondary);
      color: #fff;
      border-radius: 14px;
      padding: 38px 32px 32px;
      position: relative;
      min-height: 210px;
    }
    .testimonial-card .quote-icon {
      font-size: 6rem;
      color: rgba(255, 255, 255, 0.12);
      position: absolute;
      top: 4px;
      left: 20px;
      line-height: 1;
      font-family: Georgia, serif;
      user-select: none;
    }
    .testimonial-card p {
      font-size: 13px;
	  text-align: center;
      line-height: 1.75;
      position: relative;
      z-index: 1;
      margin-bottom: 24px;
    } 
    .testimonial-card .name {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
      position: relative;
      z-index: 1;
	} 
    .side-card {
      background: #f4f4f2;
      border-radius: 14px;
      padding: 28px 22px 24px;
      min-height: 210px;
      position: relative;
      color: #444;
      opacity: 0.85;
      transition: opacity 0.4s;
    } 
    .side-card:hover { opacity: 1; } 
    .side-card .quote-icon {
      font-size: 5rem;
      color: rgba(0, 0, 0, 0.06);
      position: absolute;
      top: 6px;
      left: 16px;
      line-height: 1;
      font-family: Georgia, serif;
      user-select: none;
    }
    .side-card p {
    font-size: 13px;
    line-height: 1.7;
    position: relative;
    z-index: 1;
    margin-bottom: 18px;
    color: var(--gray);
	text-align: center;
    } 
    .side-card .name {
      font-weight: 700;
      font-size: 14px;
	  text-align: center;
      color: var(--secondary);
      position: relative;
      z-index: 1;
    }
    .dots {
      display: flex;
      justify-content: center;
      gap: 9px;
      margin-top: 30px;
    }
    .dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #ccc;
      cursor: pointer;
      border: none;
      padding: 0;
      transition: background 0.25s, transform 0.25s;
    } 
    .dot.active {
      background: #3a3a3a;
      transform: scale(1.2);
    }
    .fade-in {
      animation: fadeSlide 0.45s ease both;
    } 
    @keyframes fadeSlide {
      from { opacity: 0; transform: translateY(8px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .testimonial-data { display: none; }
section.testimonials-section .main-heading {
    text-align: center;
}

/* CTA SECTION CSS */

  .signup-section {
	  padding: 60px 0;
      position: relative;
      width: 100%;
      min-height: 75vh;          
      background-image: url('https://interiorsolutionsho.com/wp-content/uploads/2026/05/CTA-scaled.jpg'); 
      background-position: center bottom;
      background-repeat: no-repeat;
      display: flex;
      align-items: flex-start;
    }
    .signup-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background: rgb(0 0 0 / 15%);
      pointer-events: none;
    }
    .label-overline {
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #fff;        
      margin-bottom: 10px;
    }
    .signup-headline {
      font-size: 30px;
      font-weight: 700;
      color: #fff;
      line-height: 1.2;
      margin-bottom: 28px;
    }
    .signup-input {
      font-size: 0.88rem;
      color: var(--secondary);
      background-color: #fff;
      border: 1px solid #d8d0c4;
      border-radius: 0;
      padding: 12px 18px;
      width: 100%;
      outline: none;
      transition: border-color 0.2s;
    }
    .signup-input:focus {
      border-color: #8B7340;
      box-shadow: none;
    }
    .signup-input::placeholder {
      color: #aaa;
    }
    .btn-subscribe {
      font-size: 0.88rem;
      font-weight: 500;
      letter-spacing: 0.06em;
      background-color: var(--primary);
      color: #fff;
      border: none;
      border-radius: 0;
      padding: 12px 28px;
      white-space: nowrap;
      transition: background-color 0.2s, transform 0.15s;
	  width: 100%;
    }
    .btn-subscribe:hover {
      background-color: #705c30;
      color: #fff;
      transform: translateY(-1px);
    }
    .btn-subscribe:active {
      transform: translateY(0);
    }
    .privacy-note {
      font-size: 0.78rem;
      color: #fff;
      margin-top: 12px;
    }
    .privacy-note a {
      color: #fff;
      font-weight: 500;
    }
    .privacy-note .form-check-input {
      border-color: #aaa;
      margin-top: 2px;
    }
    .privacy-note .form-check-input:checked {
      background-color: #8B7340;
      border-color: #8B7340;
    }
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-subscribe {
    height: 47px;
}
.signup-section form.wpcf7-form.init {
    width: 100%;
    margin: 0 auto;
}

/* SCROLL TO TOP */

.stt-btn {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 999;
    width: 60px;
    height: 55px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    background: var(--primary);
    padding: 0;
    overflow: hidden;
    box-shadow: 0 4px 22px #e8ff5a30, 0 1px 4px #0009;
    opacity: 0;
    pointer-events: none;
    transform: translateY(16px) scale(.85);

    transition: all 0.25s ease;
}
.stt-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.stt-btn.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}
.stt-btn:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 28px rgba(0,0,0,0.25);
}

/* Mouse Pointer */

.cursor {
    display: none;
}
.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  background: rgba(186,149,81,0.15);
  border: 2px solid rgba(186,149,81,0.6);
  box-shadow: 0 0 20px rgba(186,149,81,0.5),
              0 0 40px rgba(186,149,81,0.3);
  transition: all 0.25s ease;
}
.cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #BA9551;
  border-radius: 50%;
  pointer-events: none;
  z-index: 10000;
  transform: translate(-50%, -50%);
}
.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(186,149,81,0.3);
}
.cursor.active {
  background: transparent; 
  border: 2px solid #BA9551;
  box-shadow: 0 0 40px rgba(186,149,81,1),
              0 0 100px rgba(186,149,81,0.7);
  transform: translate(-50%, -50%) scale(1.6);
}
.cursor-ring.active {
  transform: translate(-50%, -50%) scale(1.3);
  border: 1px solid rgba(186,149,81,0.8);
}
.cursor,
.cursor-ring,
.cursor-dot {
  transform: translate(-50%, -50%);
}

/* About Page */

.small-title {
  letter-spacing: 2px;
  font-size: 12px;
  color: #c49b63;
}
.image-wrapper {
  position: relative;
}

.main-img {
  border-radius: 6px;
  position: relative;
  z-index: 2;
}
.image-wrapper::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 90%;
  height: 90%;
  background: #f5f5f5;
  z-index: 1;
}


/* =========================
        NEW HEADER SECTION
========================= */

.new-menu ul {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.new-header{
    background: var(--light);
    padding:18px 0;
    position:relative;
    z-index:999;
}
.new-header-logo img{
    max-height: 90px;
    width:auto;
}
.new-header-menu .new-menu li{
    list-style:none;
    margin:0;
    padding:0 20px;
    position:relative;
}
.nav-bar-items {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
/* .new-header-menu ul {
    display: flex;
    align-content: center;
    align-items: center;
} */
.new-header-menu .new-menu li a{
    display:inline-block;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    color: var(--secondary);
    letter-spacing:.5px;
    transition:.3s;
    font-family:sans-serif;
}
.new-header-menu .new-menu li a:hover,
.new-header-menu .new-menu .current-menu-item > a{
    color: var(--primary);
}
.new-header-menu .menu-item-has-children > a::after{
    content:"\f107";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    margin-left:8px;
    font-size:12px;
}
.new-header-btn{
    background: var(--dark);
    color: var(--light);
    text-decoration:none;
    padding:15px 30px;
    border-radius:5px;
    font-size:16px;
    font-weight:700;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}
.new-header-btn:hover{
    background: var(--primary);
    color: var(--light);
}
.new-mobile-toggle{
    border:none;
    background:transparent;
    display:flex;
    flex-direction:column;
    gap:5px;
    margin-left:auto;
}
.new-mobile-toggle span{
    width:26px;
    height:2px;
    background:#000;
    display:block;
}

/* =========================
   MOBILE MENU
========================= */

.new-mobile-menu{
    position:fixed;
    top:0;
    left:-320px;
    width:300px;
    height:100%;
    background: var(--light);
    z-index:9999;
    transition:.4s;
    overflow-y:auto;
}
.new-mobile-menu.active{
    left:0;
}
.new-mobile-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.5);
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:9998;
}
.new-mobile-overlay.active{
    opacity:1;
    visibility:visible;
}
.new-mobile-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px;
    border-bottom:1px solid #eee;
}
.new-mobile-header img{
    max-height:45px;
}
.new-mobile-close{
    border:none;
    background:transparent;
    font-size:24px;
}
.new-mobile-body{
    padding:20px;
}
.new-mobile-nav{
    list-style:none;
    padding:0;
    margin:0;
}
.new-mobile-nav li{
    margin-bottom:14px;
}
.new-mobile-nav li a{
    text-decoration:none;
    color:#111;
    font-size:16px;
    font-weight:600;
}


/* =========================
        NEW HERO SECTION
========================= */

.new-hero-section{
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background-image: url('https://interiorsolutionsho.com/wp-content/uploads/2026/05/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}
.new-hero-overlay{
    position: absolute;
    inset: 0;
    background: rgb(255 255 255 / 49%);
}
.new-small-text{
    display: inline-block;
    font-size: 40px;
    color: var(--dark)
    font-weight: 400;
    margin-left: 300px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    animation: newFadeUp 1.2s ease forwards;
    opacity: 0;
}
.new-hero-title{
    margin: 0;
    line-height: 0.9;
    position: relative;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.new-line-one{
    display: block;
    font-size: 10rem;
    font-weight: 400;
    color: var(--secondary);
    letter-spacing: 5px;
    animation: newSlideLeft 1.3s ease forwards;
    opacity: 0;
}
.new-line-two{
    display: block;
    text-align: right;
    padding-right: 90px;
    font-size: 10rem;
    font-weight: 400;
    color: var(--secondary);
    letter-spacing: 5px;
    animation: newSlideRight 1.3s ease forwards;
    opacity: 0;
    animation-delay: .3s;
}
.new-work-btn-wrap{
    position: absolute;
    right: 20%;
    top: 40%;
    animation: newZoomIn 1.5s ease forwards;
    opacity: 0;
    animation-delay: .8s;
}
.new-work-btn{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 40px;
    background: #000;
    color: var(--light);
	background: var(--secondary);
	text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
	font-weight: 600;
    transition: 0.3s ease;
    position: relative;
}
.new-work-btn:hover{
    background: var(--primary);
    color: var(--light);
}

@keyframes newSlideLeft{
    from{
        transform: translateX(-200px);
        opacity: 0;
    }
    to{
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes newSlideRight{
    from{
        transform: translateX(200px);
        opacity: 0;
    }
    to{
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes newFadeUp{
    from{
        transform: translateY(60px);
        opacity: 0;
    }
    to{
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes newZoomIn{
    from{
        transform: scale(0.6);
        opacity: 0;
    }
    to{
        transform: scale(1);
        opacity: 1;
    }
}

/* Parallax Section */

.new-image-hero{
    height: 100vh;
    width: 100%;
    background-image: url('https://interiorsolutionsho.com/wp-content/uploads/2026/05/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.new-image-hero::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 19%);
}



/* =========================
   SECOND PARALLAX SECTION
========================= */

.new-text-parallax-section{
    position: relative;
    min-height: 100vh;
    background-image: url('https://interiorsolutionsho.com/wp-content/uploads/2026/05/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	padding: 50px;
}
.new-dark-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}
.new-parallax-content{
    position: relative;
    z-index: 5;
    text-align: center;
    animation: newFadeUp 1.3s ease;
}
.new-mini-text{
    display: inline-block;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: 30px;
    font-size: 14px;
}
.new-big-title{
    font-size: 9rem;
    line-height: 0.9;
    font-weight: 300;
    color: #fff;
    letter-spacing: 10px;
    margin-bottom: 40px;
}
.new-description{
    max-width: 750px;
    margin: auto;
    color: rgba(255,255,255,0.85);
    font-size: 20px;
    line-height: 1.9;
    margin-bottom: 40px;
}
.new-discover-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center; 
    width: 210px;
    height: 58px;
    background: #fff;
    color: #000;
    letter-spacing: 2px;
    transition: 0.4s ease;
}
.new-discover-btn:hover{
    background: #000;
    color: #fff;
}



/* =========================
   ABOUT SECTION
========================= */

.custom-about-section{
    position: relative;
    overflow: hidden;
    background: #f4f1ed;
}
.custom-about-image{
    position: relative;
    overflow: hidden;
}
.custom-about-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s ease;
}
.custom-about-image:hover img{
    transform: scale(1.08);
}
.top-image{
    height: 380px;
}
.bottom-image{
    height: 380px;
}



/* =========================
   CENTER CONTENT BOX
========================= */

.custom-about-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    background: #f7f7f7;
    padding: 20px 20px;
    z-index: 10;
    border-radius: 4px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
	text-align: center;
}
.custom-about-content p{
    font-size: 15px;
    line-height: 2;
    color: #444;
    margin-bottom: 18px;
	text-align: left;
}
.custom-about-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 42px;
    background: #8b734d;
    color: #fff;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 500;
    transition: 0.4s ease;
}
.custom-about-btn:hover{
    background: #111;
    color: #fff;
}


/* =========================
        ABOUT SECTION
========================= */
.lh-interior-section{
    background: #f5f5f5;
    overflow: hidden;
}

.lh-subtitle{
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.lh-title{
    font-size: 44px;
    line-height: 1.18;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 0;
}

.lh-description{
    font-size: 16px;
    line-height: 1.9;
    color: var(--dark);
    max-width: 95%;
	text-align: justify;
}

.lh-feature-list{
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.lh-feature-list li{
    position: relative;
    padding-left: 18px;
    margin-bottom: 14px;
    color: var(--primary);
    font-size: 15px;
    font-weight: 60px;
}

.lh-feature-list li::before{
    content: "▪";
    position: absolute;
    left: 0;
    top: 0;
    color: #c57b3d;
    font-size: 16px;
}

.lh-image-wrapper{
    border-radius: 4px;
    overflow: hidden;
}

.lh-image-wrapper img{
    width: 100%;
    height: 650px;
    object-fit: cover;
    transition: 0.5s ease;
}

.lh-image-wrapper:hover img{
    transform: scale(1.04);
}

/* =========================
       COLLECTIONS SECTION
========================= */

    .collections-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(3.5rem, 8vw, 7rem);
      font-weight: 300;
      line-height: 0.9;
      letter-spacing: -0.02em;
      color: transparent;
      -webkit-text-stroke: 1.5px var(--secondary);
      user-select: none;
    }
    .dot-grid {
      display: grid;
      grid-template-columns: repeat(6, 6px);
      gap: 7px;
    }
    .dot-grid span {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #ccc;
      display: block;
    }
    .card-stack {
      display: flex;
      align-items: flex-end;
      gap: 14px;
    } 
    .room-card {
      position: relative;
      border-radius: 18px;
      overflow: hidden;
      flex-shrink: 0;
      box-shadow: 0 8px 32px rgba(0,0,0,0.13);
      transition: transform 0.35s cubic-bezier(.22,.68,0,1.2), box-shadow 0.3s;
      cursor: pointer;
    } 
    .room-card:hover {
      transform: translateY(-10px) scale(1.02);
      box-shadow: 0 22px 48px rgba(0,0,0,0.22);
}
    .card-living  { width: 140px; height: 240px; }
    .card-bedroom { width: 140px; height: 290px; }
    .card-dining  { width: 140px; height: 260px; }
    .card-kitchen { width: 140px; height: 230px; }
    .card-accent  { width: 140px; height: 250px; }
    .room-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .room-card::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.45) 0%, transparent 55%);
      pointer-events: none;
    }
    .card-label {
      position: absolute;
      bottom: 12px;
      left: 14px;
      z-index: 2;
      font-family: 'Montserrat', sans-serif;
      font-size: 0.6rem;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #fff;
    }
    .accent-line {
      width: 60px;
      height: 1.5px;
      background: var(--gold);
      margin-top: 6px;
    }
    .dot-row {
      display: flex;
      gap: 8px;
      align-items: center;
    }
    .dot-row span {
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #bbb;
      display: block;
    }
    .dot-row span.gold { background: var(--gold); }
    .img-living  { background: linear-gradient(135deg, #f5e6c8 0%, #e8c97a 50%, #d4a843 100%); }
    .img-bedroom { background: linear-gradient(135deg, #b2cfe0 0%, #7fa8be 50%, #4d7a96 100%); }
    .img-dining  { background: linear-gradient(135deg, #e0d5c5 0%, #c8bba8 50%, #9e8b73 100%); }
    .img-kitchen { background: linear-gradient(135deg, #c8d8cc 0%, #8fad97 50%, #5a7d63 100%); }
    .img-accent  { background: linear-gradient(135deg, #ede0d4 0%, #d4b8a5 50%, #b08070 100%); }
    .scene {
      width: 100%;
      height: 100%;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }
.room-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================
        RESPONSIVE
========================= */

@media(max-width:991px){

    .new-header{
        padding: 15px 0;
    }

    .new-quote-btn{
        width: 120px;
        height: 45px;
        font-size: 14px;
    }

    .new-hero-content{
        padding-left: 20px;
        padding-right: 20px;
    }

    .new-small-text{
        margin-left: 0;
        font-size: 26px;
    }

    .new-line-one{
        font-size: 18vw;
    }

    .new-line-two{
        font-size: 18vw;
        padding-right: 0;
        text-align: left;
    }

    .new-work-btn-wrap{
        position: relative;
        right: auto;
        top: auto;
        margin-top: 30px;
    }

    .new-work-btn{
        width: 160px;
        height: 52px;
        font-size: 18px;
    }

}
/* VIDEO SECTION CSS */


.highlight-item{
  margin-bottom: 28px;
}
.highlight-item h5{
  font-size: 24px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
}
.highlight-item p{
    font-size: 16px;
    line-height: 1.9;
    color: var(--dark);
}
.video-wrapper{
  overflow: hidden;
  border-radius: 30px;
  transform: scale(0.4);
  opacity: 0;
  animation: zoomCenter 1.5s ease forwards;
  box-shadow: 0 25px 60px rgba(0,0,0,0.2);
}
.video-wrapper video{
  width: 100%;
  height: 700px;
  object-fit: cover;
  display: block;
}
@keyframes zoomCenter{
  0%{
    transform: scale(0.4);
    opacity: 0;
  }
  60%{
    transform: scale(1.05);
    opacity: 1;
  }
  100%{
    transform: scale(1);
    opacity: 1;
  }
}
.content-box .section-title {
    font-size: 44px;
    line-height: 1.18;
    font-weight: 700;
    color: var(--secondary);
}

/* PROCESS SECTION */

.process-card{
  position: relative;
  background: #f5f5f5;
  padding: 40px 30px 90px;
  overflow: hidden;
  transition: all 0.4s ease;
}
.process-card:hover{
  transform: translateY(-10px);
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.active-card{
  margin-top: -40px;
}
.process-content h3{
    font-size: 36px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 8px;
}
.process-content p{
    font-size: 16px;
    line-height: 1.9;
    color: var(--dark);
}
.process-number{
  position: absolute;
  right: 25px;
  bottom: 10px;
  font-size: 54px;
  font-weight: 500;
  color: var(--primary);
  line-height: 1;
}
.prc-crds-below {
    position: relative;
    display: flex;
    justify-content: end;
    margin-top: 90px;
    margin-bottom: 20px;
    flex-direction: column;
}


/* Design Process Css */

.dp-process-section{
    background: linear-gradient(
        135deg,
        rgba(0,0,0,0.02) 25%,
        transparent 25%
    ),
    linear-gradient(
        225deg,
        rgba(0,0,0,0.02) 25%,
        transparent 25%
    );
    background-size: 60px 60px;
    background-color: var(--light);
    position: relative;
    overflow: hidden;
}
.dp-main-title{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--dark);
    margin-bottom: 20px;
}

.dp-line{
    width: 80px;
    height: 4px;
    background: var(--primary);
    border-radius: 10px;
    margin-bottom: 25px;
}

.dp-left-content p{
    font-size: 16px;
    line-height: 1.9;
    color: var(--secondary);
    margin-bottom: 18px;
}

/* Cards */

.dp-process-card{
    background: var(--light);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.07);
    transition: all 0.4s ease;
    position: relative;
}

.dp-process-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.dp-img-wrapper{
    height: 240px;
    overflow: hidden;
}

.dp-img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.dp-process-card:hover img{
    transform: scale(1.08);
}

.dp-card-content{
    padding: 10px;
    position: relative;
}

.dp-number{
    position: absolute;
    top: -35px;
    right: 10px;
    width: 60px;
    height: 60px;
    background: var(--primary);
    color: var(--light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.dp-card-content h4{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--primary);
    margin: 15px 0;
}

.dp-card-content p{
    font-size: 13px;
    line-height: 1.8;
    color: var(--secondary);
    margin-bottom: 0;
}
.dp-left-content.pe-lg-4 h2 {
    margin: 15px 0px;
}
.pro-img{
	height: 100%;
}
.portfolio-section .nav-tabs {
    justify-content: center;
    border: none;
}
.portfolio-section .nav-tabs .nav-link {
    border: none;
    background: #655a013d;
    margin: 5px;
    border-radius: 20px;
    padding: 8px 20px;
    color: #000;
}
.portfolio-section .nav-tabs .nav-link.active {
    background: var(--secondary);
    color: #fff;
}
.portfolio-section.swiper {
    padding: 30px 10px;
}
.portfolio-section .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.portfolio-section .gallery-item img {
    width: 100%;
    border-radius: 12px;
    transition: 0.4s;
    height: 300px;
    object-fit: cover;
}
.portfolio-section .gallery-item:hover img {
    transform: scale(1.1);
}
.portfolio-section .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    color: white;
    opacity: 0;
    transition: 0.3s;
    text-align: center;
    font-size: 20px;
}
.portfolio-section .gallery-item:hover .overlay {
    opacity: 1;
}
.portfolio-section .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 40px;
    color: white;
}
.portfolio-section .swiper-button-prev,
.portfolio-section .swiper-button-next {
    background: var(--primary);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.portfolio-section .swiper-button-prev::after,
.portfolio-section .swiper-button-next::after {
    font-size: 16px;
    color: #fff;
}
.portfolio-section .swiper-button-prev:hover,
.portfolio-section .swiper-button-next:hover {
    background: var(--secondary);
}
.portfolio-section .swiper {
    overflow: hidden;
    padding: 30px 10px;
}

.portfolio-section .swiper-wrapper {
    align-items: stretch;
}

.portfolio-section .swiper-slide {
    height: auto;
}
.portfolio-section {
    overflow: hidden;
}

 .design-process{
      padding:70px 0 50px;
      text-align:center;
      overflow:hidden;
    }

    .main-heading{
      font-size:72px;
      font-weight:300;
      text-transform:uppercase;
      letter-spacing:4px;
      margin-bottom:20px;
    }

    .phase-title{
      font-size:42px;
      font-weight:300;
	  text-align: left;	
    }

    .timeline-wrap{
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:20px;
    }
/* 
    .step-card{
      width:19%;
      min-width:220px;
      position:relative;
    }
 */
    .step-card.up{
      margin-top:0;
    }

    .step-card.down{
      margin-top:150px;
    }

    .circle{
      width:200px;
      height:200px;
      border:18px solid #2d3553;
      border-radius:50%;
      overflow:hidden;
      margin:0 auto 25px;
      background:#fff;
      padding:8px;
    }

    .circle img{
      width:100%;
      height:100%;
      object-fit:cover;
      border-radius:50%;
    }

    .step-card h3{
      font-size:30px;
      font-weight:300;
      margin-bottom:15px;
    }

    .step-card p{
      font-size:18px;
      line-height:1.8;
      color:#444;
      margin:0;
    }

    .phase-two{
      margin-top:80px;
      font-size:42px;
      font-weight:300;
    }

    .business-name{
      text-align:left;
      margin-top:70px;
      font-size:48px;
      font-weight:300;
      text-transform:uppercase;
      letter-spacing:2px;
    }
	section.\33 d-walkthrough-vd video {
		margin: 0 auto;
		display: flex;
		padding: 20px 0;
	}
section.\33 d-walkthrough-vd {
    background: #f5f5f5;
}

/* FAQS SECTION */

.faq-section{
    background:#f5f5f5;
}
.social-icons a{
    width:38px;
    height:38px;
    background:#fff;
    border:1px solid #ddd;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#111;
    font-size:15px;
    transition:0.3s ease;
    box-shadow:0 2px 6px rgba(0,0,0,0.05);
}

.social-icons a:hover{
    transform:translateY(-2px);
}

.rating-stars i{
    color:#d7d7d7;
    font-size:18px;
    margin-right:2px;
}

.rating-stars .active{
    color:#f6b400;
}

.custom-accordion .accordion-item{
    background:transparent;
    border:none;
    border-bottom:1px solid #ddd;
    border-radius:0;
}

.custom-accordion .accordion-button{
    background:transparent;
    padding:24px 0;
    font-size: 24px;
    font-weight: 700;
    color: var(--primary);
    box-shadow:none;
    border:none;
	margin-bottom: 8px;       
}

.custom-accordion .accordion-button:not(.collapsed){
    background:transparent;
    color: var(--primary);
}

.custom-accordion .accordion-body{
    padding:0 0 24px 0;
    max-width:90%;
    color:#444;
    font-size:14px;
    line-height:1.9;
}

.custom-accordion .accordion-button::after{
    background-image:none;
    content:"\f107";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    font-size:18px;
    transform:none;
}

.custom-accordion .accordion-button:not(.collapsed)::after{
    content:"\f106";
    transform:none;
}

/* RECENT PROJECTS SECTION */
.project-subtitle{
  color: var(--secondary);
  font-weight:600;
  letter-spacing:1px;
  text-transform:uppercase;
}

.project-title{
  font-size:48px;
  font-weight:700;
  color:#111;
}

.project-title span{
  color:var(--primary);
}

.project-card{
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  position:relative;
  transition:0.5s ease;
  box-shadow:0 10px 30px rgba(0,0,0,0.06);
  height:100%;
}

.project-card:hover{
  transform:translateY(-12px);
  box-shadow:0 20px 45px rgba(0,0,0,0.12);
}

.project-img{
  position:relative;
  overflow:hidden;
  height:280px;
}

.project-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:0.7s ease;
}

.project-card:hover .project-img img{
  transform:scale(1.1);
}

.project-overlay{
  position:absolute;
  inset:0;
  background: linear-gradient(to top, rgb(0 0 0 / 0%), #0000000f);
  display:flex;
  align-items:flex-end;
  justify-content:center;
  opacity:0;
  transition:0.5s;
  padding-bottom:30px;
}

.project-card:hover .project-overlay{
  opacity:1;
}

.project-content{
  padding: 15px;
}

.project-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:15px;
  gap:10px;
  flex-wrap:wrap;
}

.project-tag{
  background:rgba(0,0,0,0.06);
  padding:8px 16px;
  border-radius:50px;
  font-size:14px;
  font-weight:600;
}

.project-size{
  color:var(--secondary);
  font-weight:600;
  font-size:14px;
}

.project-content h3{
  font-size:28px;
  line-height:1.35;
  font-weight:700;
  margin-bottom:25px;
  color: var(--secondary);
  transition:0.4s;
}

.project-card:hover h3{
  color:var(--primary);
}

.project-footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:15px;
  flex-wrap:wrap;
}

.details-btn{
  text-decoration:none;
  color: var(--secondary);
  font-weight:600;
  position:relative;
  transition:0.4s;
}

.details-btn::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-4px;
  width:0;
  height:2px;
  background:var(--primary);
  transition:0.4s;
}

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

.details-btn:hover::after{
  width:100%;
}
.project-img .custom-btn .btn-icon {
    color: #fff !important;
}


/* =========================================
   BLOG PAGE DESIGN
========================================= */

/* Blog Section */
.blog-page,
.blog-wrapper {
    padding: 80px 0;
    background: #f8f8f8;
}

/* Blog Card Column */
.blog-page .col-md-4,
.blog-wrapper .col-md-4 {
    width: 50%;
}

/* Blog Card */
.blog-card,
.post,
article {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
}

.blog-card:hover,
.post:hover,
article:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

/* Blog Image */
.blog-card img,
.post img,
article img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

/* Blog Content */
.blog-card .content,
.post-content,
.entry-content {
    padding: 30px;
}

/* Blog Title */
.blog-card h2,
.blog-card h3,
.entry-title,
.post-title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 16px;
    font-weight: 700;
}

.blog-card h2 a,
.blog-card h3 a,
.entry-title a,
.post-title a {
    color: var(--secondary);
    text-decoration: none;
    transition: 0.3s ease;
}

.blog-card h2 a:hover,
.blog-card h3 a:hover,
.entry-title a:hover,
.post-title a:hover {
    color: var(--primary);
}

/* Meta */
.post-meta,
.entry-meta {
    font-size: 14px;
    color: var(--primary);
    margin-bottom: 15px;
}

/* Excerpt */
.blog-card p,
.entry-summary {
    font-size: 16px;
    line-height: 1.8;
    color: var(--secondary);
    margin-bottom: 22px;
}


/* =========================================
   SINGLE BLOG PAGE
========================================= */

.single-post article {
    margin: auto;
    border-radius: 24px !important;
    padding: 45px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

/* Featured Image */
.single-post .post-thumbnail img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 20px;
}

/* Single Title */
.single-post h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 18px;
    color: #111;
}

/* Meta */
.single-post .post-meta {
    border-bottom: 1px solid #eee;
    padding-bottom: 18px;
    margin-bottom: 30px;
    font-size: 15px;
}

/* Content */
.blog-details {
    font-size: 18px;
    line-height: 2;
    color: #444;
}

.blog-details h2,
.blog-details h3,
.blog-details h4 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #111;
}

.blog-details img {
    border-radius: 18px;
    margin: 25px 0;
    width: 100%;
    height: auto;
}

.blog-details p {
    margin-bottom: 22px;
}

.blog-details ul,
.blog-details ol {
    padding-left: 20px;
    margin-bottom: 25px;
}

.blog-details blockquote {
    background: #f7f7f7;
    border-left: 4px solid #c7a17a;
    padding: 25px;
    border-radius: 14px;
    margin: 30px 0;
    font-style: italic;
}

/* Tags */
.tags a {
    background: #f1f1f1;
    padding: 8px 14px;
    border-radius: 40px;
    text-decoration: none;
    color: #111;
    margin-right: 10px;
    transition: 0.3s ease;
}

.tags a:hover {
    background: #111;
    color: #fff;
}

/* =========================================
   PAGINATION
========================================= */

.pagination,
.navigation.pagination {
    margin-top: 50px;
    text-align: center;
}

.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    margin: 0 6px;
    color: #111;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.page-numbers:hover,
.page-numbers.current {
    background: #111;
    color: #fff;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .blog-page .col-md-4,
    .blog-wrapper .col-md-4 {
        width: 100%;
    }

    .single-post article {
        padding: 25px !important;
    }

    .single-post h1 {
        font-size: 34px;
    }

    .single-post .post-thumbnail img {
        height: 300px;
    }

    .blog-details {
        font-size: 16px;
    }
}
.blog-content {
    padding: 10px;
}

/* DESIGN IDEAS PAGE CSS */

.ultra-interior-section{
  position:relative;
  overflow:hidden;
  background:#0e0e0e;
  padding:100px 0;
}
.ultra-interior-section::before{
  content:'';
  position:absolute;
  width:600px;
  height:600px;
  background:rgba(198,149,91,0.08);
  border-radius:50%;
  top:-250px;
  right:-150px;
  filter:blur(80px);
}
.ultra-subtitle{
  color: var(--primary);
  letter-spacing:4px;
  font-size:13px;
  font-weight:700;
}
.ultra-title{
  font-size:48px;
  line-height:1;
  font-weight:800;
  color:#fff;
}
.ultra-desc{
  color:#9d9d9d;
  line-height:2;
  font-size:16px;
}
.ultra-card{
  position:relative;
  border-radius:34px;
  overflow:hidden;
  height:540px;
  cursor:pointer;
  transition:0.6s ease;
}
.ultra-image{
  width:100%;
  height:100%;
}
.ultra-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:1s ease;
}
.ultra-card::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgb(0 0 0), rgba(0, 0, 0, 0.25), rgb(0 0 0 / 46%));
  z-index:1;
}
.ultra-card:hover{
  transform:translateY(-14px);
}
.ultra-card:hover img{
  transform:scale(1.15);
}
.ultra-overlay{
  position:absolute;
  inset:0;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:35px;
}
.ultra-number{
  font-size:90px;
  font-weight:800;
  color:rgba(255,255,255,0.12);
  line-height:1;
  transition:0.5s;
}
.ultra-card:hover .ultra-number{
  transform:translateX(10px);
  color:rgba(198,149,91,0.25);
}
.ultra-content{
  transform:translateY(10px);
  transition:0.6s ease;
}
.ultra-card:hover .ultra-content{
  transform:translateY(0);
}
.ultra-content h3{
  font-family:'Syne', sans-serif;
  font-size:38px;
  color:#fff;
  margin-bottom:15px;
  font-weight:700;
}
.ultra-content p{
  color:#d4d4d4;
  line-height:1.9;
  margin-bottom:28px;
  opacity:0;
  transition:0.5s;
}
.ultra-card:hover .ultra-content p{
  opacity:1;
}
.ultra-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.ultra-bottom span{
  color:#fff;
  font-size:14px;
  letter-spacing:1px;
  font-weight:600;
}
.ultra-bottom a{
  text-decoration:none;
  color:#c6955b;
  border-bottom:1px solid rgba(198,149,91,0.4);
  padding-bottom:4px;
  font-weight:600;
  transition:0.4s;
}
.ultra-bottom a:hover{
  letter-spacing:1px;
}
section.luxury-projects.py-5 {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%), linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    background-size: 60px 60px;
    background-color: var(--light);
    position: relative;
    overflow: hidden;
}
/* GALLERY POPUP */

.ultra-gallery-popup{
    position:fixed;
    inset:0;
    z-index:99999;
    display:none;
}

.ultra-gallery-popup.active{
    display:flex;
    justify-content:center;
    align-items:center;
}

.ultra-gallery-backdrop{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.88);
    backdrop-filter:blur(6px);
}
.ultra-gallery-modal {
    position: relative;
    width: 100%;
    max-width: 900px;
    background: #111;
    border-radius: 25px;
    padding: 80px 40px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.ultra-gallery-close{
    position:absolute;
    top: 20px;
    right: 25px;
    color:#fff;
    font-size:42px;
    cursor:pointer;
    line-height:1;
}

.ultra-gallery-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.ultra-gallery-grid img{
    width:100%;
    height:200px;
    object-fit:cover;
    border-radius:15px;
    display:block;
}

/* MOBILE RESPONSIVE POPUP */

@media (max-width: 991px){

    .ultra-gallery-popup{
        padding:15px;
    }

    .ultra-gallery-modal{
        width:100%;
        max-width:100%;
        max-height:90vh;
        overflow-y:auto;
        padding:20px;
        border-radius:20px;
    }

    .ultra-gallery-grid{
        grid-template-columns:repeat(2,1fr);
        gap:15px;
    }

    .ultra-gallery-grid img{
        height:180px;
    }

}

/* TABLET */

@media (max-width: 767px){

    .ultra-gallery-modal{
        padding:15px;
        max-height:90vh;
        overflow-y:auto;
    }

    .ultra-gallery-close{
        top:10px;
        right:15px;
        font-size:36px;
    }

    .ultra-gallery-grid{
        grid-template-columns:repeat(2,1fr);
        gap:12px;
    }

    .ultra-gallery-grid img{
        height:150px;
        border-radius:10px;
    }

    .ultra-gallery-nav{
        margin-top:20px;
        gap:12px;
    }

    .ultra-gallery-nav button{
        width:45px;
        height:45px;
    }

}

/* LARGE MOBILE */

@media (max-width: 575px){

    .ultra-gallery-popup{
        padding:10px;
    }

    .ultra-gallery-modal{
        width:100%;
        max-height:92vh;
        overflow-y:auto;
        padding:15px;
        border-radius:15px;
    }

    .ultra-gallery-grid{
        grid-template-columns:1fr;
        gap:12px;
    }

    .ultra-gallery-grid img{
        width:100%;
        height:220px;
        object-fit:cover;
    }

    .ultra-gallery-close {
        top: -5px;
        right: 15px;
        font-size: 75px !important;
    }

    .ultra-gallery-nav{
        margin-top:15px;
    }

    .ultra-gallery-nav button{
        width:42px;
        height:42px;
    }

}

/* SMALL MOBILE */

@media (max-width: 400px){

    .ultra-gallery-modal{
        padding:12px;
    }

    .ultra-gallery-grid img{
        height:180px;
    }

    .ultra-gallery-nav button{
        width:38px;
        height:38px;
        font-size:12px;
    }

    .ultra-gallery-close{
        font-size:28px;
    }

}

/* CUSTOM SCROLLBAR */

.ultra-gallery-modal::-webkit-scrollbar{
    width:6px;
}

.ultra-gallery-modal::-webkit-scrollbar-track{
    background:#222;
}

.ultra-gallery-modal::-webkit-scrollbar-thumb{
    background:var(--primary);
    border-radius:20px;
}

/* SMOOTH SCROLL */

.ultra-gallery-modal{
    -webkit-overflow-scrolling:touch;
    scroll-behavior:smooth;
}
.ultra-gallery-nav{
    display:flex;
    justify-content:center;
    gap:15px;
    margin-top:25px;
}

.ultra-gallery-nav button{
    width:50px;
    height:50px;
    border:none;
    border-radius:50%;
    background:var(--primary);
    color:#fff;
    cursor:pointer;
    transition:.3s;
}

.ultra-gallery-nav button:hover{
    transform:translateY(-3px);
}

.ultra-gallery-nav button:disabled{
    opacity:.4;
    cursor:not-allowed;
}
.ultra-prev:disabled,
.ultra-next:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}
/* RESPONSIVE CSS */

@media (max-width: 991px){
	
.collections-title br {
    display: none;
}
section.collection-section {
    padding: 30px 0;
}
.timeline-wrap{
	flex-wrap: wrap;	
}
section.breadcrumb-section{
	height: 75vh;	
}
.new-big-title {
    font-size: 5rem;	
}
}
@media (max-width: 767px){
	
li.menu-item a {
    color: #fff;
}
li.menu-item {
    color: #fff;
}
.new-big-title {
    font-size: 5rem;
    line-height: 1.2;
	font-weight: 500;
}
.custom-about-content{
	transform: translate(-50%, -50%);
    width: 85%;	
}
.lh-title {
    font-size: 30px;
	line-height: 1.2;
}
.card-living {
	width: 120px;
}
.phase-title {
	font-size: 22px;
}
.phase-two {
	font-size: 18px;
}
section.\33 d-walkthrough-vd video{
	width: 90%;	
}
.content-box .section-title {
	font-size: 24px;
}
.highlight-item p {
	font-size: 14px;
}
.highlight-item h5 {
	font-size: 18px;
}	
.hero-title {
    font-size: 30px;
}
.main-heading {
    font-size: 30px;
	font-weight: 500;
}
.hero-heading {
	font-size: 30px;
}
.project-title {
	font-size: 30px;
}
.blog-card h3{
	font-size: 22px;	
}
.single-post h1 {
   font-size: 22px;
}
.card-stack{
	flex-wrap: wrap;	
}
.none {
    display: none;
}
section.breadcrumb-section {
   height: 60vh !important;
}
.breadcrumb-title h2 {
    font-size: 18px !important;
}
ol.breadcrumb {
	font-size: 14px !important;
}
	
}
@media (max-width: 568px) {
.new-big-title {
    font-size: 2rem;
}
.design-process-inner-section {
    flex-direction: row !important;
}
.timeline-wrap {
	display: block;
}
.step-card.down {
    margin-top: 50px;
}
.prc-crds-below svg {
    width: 380px;
}
.breadcrumb-title h2{
   font-size: 22px;		
}
li.breadcrumb-item a{
   font-size: 18px;	
}
.breadcrumb-item.active{
	font-size: 18px;	
}
.breadcrumb-section .container{
	top: 55%;	
}
section.breadcrumb-section{
	height: 45vh;		
}	
}
@media (max-width: 520px){
.sign-up-frm {
    flex-direction: column;
	align-items: center;
}
}
@media (max-width: 479px){
.signup-section form.wpcf7-form.init {
		width: 100% !important;
}
}
@media (max-width: 375px){
.new-big-title {
    font-size: 40px;
	margin-bottom: 10px !important;
}
.new-mini-text{
    font-size: 24px;		
}	
.new-text-parallax-section{
	padding: 10px;
	height: 50vh;
}	
.new-description{
	max-width: 100%;
	font-size: 14px;
}
.lh-title {
	font-size: 18px;
}	
.custom-about-content p {
	font-size: 14px;
}
.lh-description {
	font-size: 14px;
}
.phase-title {
    font-size: 14px;
}
.step-card h3 {
	font-size: 22px;
}
.step-card p {
	font-size: 14px;
}
.prc-crds-below svg {
    width: 200px;
}
.dp-left-content p {
    font-size: 14px;
}
.custom-accordion .accordion-button{
	font-size: 18px;	
}	
}
/* ================================
   Mobile Menu
================================ */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease;
  z-index: 1050;
}
.mobile-menu.open {
  right: 0;
}
.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 1040;
}
.mobile-menu-overlay.active {
  display: block;
}
.mobile-menu-btn .btn-primary{
	margin-top: 2rem;
	display: inline-block;
	border: 1px solid #fff;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100%;
    background: var(--primary)!important;
    transition: right 0.3s ease;
    z-index: 1050;
}
.mobile-menu-header {
    background-color: #fff;
}
#mobileMenuBtn:hover{
	background: #fff;
}
#mobileMenuBtn i{
	color: var(--primary) !important;
}
#menu-primary-1 li {
    padding: 10px;
    border-bottom: 1px solid #fff;
}
#menu-primary-1 li a {
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
#mobileMenu .menu-item-has-children {
    position: relative;
}
#mobileMenu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 10px 0;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
    display: none;
    z-index: 9999;
	color: var(--primary) !important;
}
#mobileMenu .menu-item-has-children.active > .sub-menu {
    display: block;
}
#mobileMenu .sub-menu li a {
    padding: 0 10px;
    display: block;
    font-size: 15px;
    color: var(--primary) !important;
}
#mobileMenu .menu-item-has-children > a {
    position: relative;
    padding-right: 40px;
}
#mobileMenu .dropdown-arrow {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#mobileMenu .menu-item-has-children.active .dropdown-arrow i {
    transform: rotate(180deg);
}
.top-bar-icon .social-icons a i {
    border: 1px solid #ffffff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.top-bar-inner-box {
    display: flex;
    gap: 10px;
    align-items: center;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff;
    color: #fff;
}
/* Reference page */
.reference-box .service-image {
    height: 350px;
}
section.reference {
    background: #fff;
    padding: 80px 0;
/*     margin-bottom: 50rem; */
}
section.reference {
    background: #fff url(https://decoria.steelthemes.com/demo/wp-content/uploads/2025/12/pattern-home-2-2.png);
    padding: 80px 0;
/*     margin-bottom: 50rem; */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
 .service-image{
 position:relative;
 overflow:hidden;
      border-radius:22px;
      height:580px;
    }
    .service-image img{
      width:100%;
      height:100%;
      object-fit:cover;
      transition:0.7s ease;
      position:absolute;
      top:0;
      left:0;
    }
    /* HOVER EFFECT */
    .service-image img:first-child{
      opacity:0;
      transform:translateX(50%) scale(1.5);
      filter:blur(10px);
    }
    .service-box:hover .service-image img:first-child{
      opacity:1;
      transform:translateX(0) scale(1);
      filter:blur(0);
    }
    .service-box:hover .service-image img:last-child{
      opacity:0;
      transform:translateX(-50%) scale(2);
      filter:blur(10px);
    }
.form-check {
    font-size: 14px;
}
iframe {
    width: 100%;
    height: 400px;
}