* {
    font-family: "Playfair Display", serif;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background-color: #fffcf5;
}

/* GSAP Animation Enhancements */
.banner-content h1 span {
    display: inline-block;
    margin-right: 0.3em;
}

.btn-theme {
    transition: all 0.3s ease;
    cursor: pointer;
}

.projects-box {
    overflow: hidden;
    cursor: pointer;
}

.process-box {
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-table tr {
    transition: all 0.3s ease;
    cursor: pointer;
}

a:not(.btn) {
    transition: color 0.3s ease;
}

img {
    transition: transform 0.3s ease;
}

.navbar {
    background-color: transparent !important;
}

.brand h3 {
    font-family: "Playfair Display", serif;
}

.head {
    position: absolute;
    width: 100%;
    margin-top: 20px;
    z-index: 11;
}



.home-banner {
    position: relative;
    width: 100%;
    height: 900px;
    overflow: hidden;
}

.home-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/main.png") center/cover no-repeat;
    transform: scaleX(-1);
}



.home-banner {
    text-align: center;
    min-height: 1080px;
}

.home-banner h1 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -3px;
    margin-bottom: 0px !important;
}

.b {
    font-weight: bold !important;
    font-size: 70px;
}

.home-banner p {
    /* margin: 20px 0;
  font-size: 1.2rem; */
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
}

.two {
    margin-top: 50px;
}

.logos {
    align-items: center;
}


.rotated {
    transform: rotate(180deg);
    transform: scaleX(-1);
}

.text {
    display: flex;
    /* justify-content: flex-end;    */
    align-items: center;
}

.text-content {
    /* text-align: right;           */
    max-width: 90%;
    width: 476px;
}

.text-content h1 {
    font-family: "Playfair Display", serif;
    margin-bottom: 12px;
}

.text-content p {
    color: #716F6F;
    font-family: "Poppins", sans-serif;
}

.text-content a {
    text-decoration: none;
    font-size: 20px;
    color: #231F20;
}



.services {
    text-align: center;
    margin-top: 200px;
    margin-bottom: 200px;
}

.section-heading h1 {
    color: #231F20;
    font-size: 55px;
    line-height: 55px;
}

.service-table {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.service-table td {
    padding: 15px 0px;
    /* vertical 20px, horizontal 30px */
    border-bottom: 1px solid #B1B1B1;
    border-top: 1px solid #B1B1B1;
}

.service-table h3 {
    text-align: left;
    margin: 0;
    color: #7D7D7D;
}

.service-table h2 {
    margin: 0;
    color: #7D7D7D;
}

.service-table p {
    font-family: "Poppins", sans-serif;
    margin: 0;
    font-size: 16px;
    color: #716F6F;
    line-height: 22px;
}

.service-table a {
    text-decoration: none;
    color: #231F20;
    font-size: 18px;
}

/* First column */
table td:first-child {
    width: 60px;
    padding: 30px 0px;
}

table td:nth-child(2) {
    text-align: left;
    /* font-size: 40px; */
    letter-spacing: -1px;
}

/* Third column */
table td:nth-child(3) {
    width: 400px;
    text-align: left;
}

.service-table tr:nth-child(2) p,
.service-table tr:nth-child(2) h3,
.service-table tr:nth-child(2) h2,
.service-table tr:nth-child(2) a {
    color: #7D7D7D;
}

.service-table tr:nth-child(3) p,
.service-table tr:nth-child(3) h3,
.service-table tr:nth-child(3) h2,
.service-table tr:nth-child(3) a {
    color: #7D7D7D;
}

.service-table tr:nth-child(4) p,
.service-table tr:nth-child(4) h3,
.service-table tr:nth-child(4) h2,
.service-table tr:nth-child(4) a {
    color: #7D7D7D;
    /* border-bottom: 1px solid black; */
}

.pro .col-2 {
    margin-right: 40px
}

.process {
    margin-top: 120px;
}

.pr1 {
    text-align: center;
}

.pr1 h6 {
    font-family: "Playfair Display", serif;
}

.pr1 h1 {
    font-family: "Playfair Display", serif;
}


.pr3 {
    text-align: center;

}

.pr3 a {
    text-decoration: none;
    color: black;
    display: inline-block;
    width: 20%;
    margin: auto;
}

.functional {
    margin-top: 200px;
}



.lb,
.rb {
    max-width: 400px;
    height: 550px;
    display: block;
    object-fit: cover;
}

.lb {
    margin-top: 0;
}

.rb {
    margin-bottom: 200px;
}

.functional h1,
.functional p,
.functional h6 {
    font-family: "Playfair Display", serif;
}



.slides {
    text-align: center;
    /* centers text horizontally */
}

.slides h6,
.slides h1 {
    margin: 0 auto;
    /* remove default margin spacing */
}

.center img {
    width: 100%;
}

.ans h1 {
    text-align: center;
    font-family: "Playfair Display", serif;
}


.accordion {
    width: 800px;
    margin: 0 auto;
    /* centers it */
}

/* Remove default accordion styles */
.accordion-item {
    border: none;
    /* remove box border */
    border-bottom: 1px solid #ccc;
    /* only bottom line */
    border-radius: 0;
}

.accordion-button {
    background: none;
    /* no background */
    border: none;
    /* no border */
    box-shadow: none;
    /* remove focus shadow */
    padding-left: 0;
    /* align text to left */
    font-size: 18px;
    font-weight: 500;
    padding: 20px 0px;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    /* remove blue focus shadow */
}

.accordion-button:not(.collapsed) {
    background: none;
    color: #000;
    /* active text color */
    border: 0 !important;
    box-shadow: none !important;
}

.accordion-body {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
    padding-top: 0;
}


.question {
    margin-top: 100px;
}

.q1 {
    margin-bottom: 50px;
}

.footer {
    margin-bottom: 50px;
    margin-top: 100px;
}

.footerbanner {
    margin: 80px auto;
    /* space around & center the block */
    max-width: 900px;
    /* control width for readability */
    padding: 40px 20px;
    /* breathing space */
    background-color: #f5f5f5;
    /* softer background (change if needed) */
    border-radius: 10px;
    /* smooth corners */
    text-align: center;
    /* center heading + button */
}

.footerbanner h1 {
    font-family: "Playfair Display", serif;
    margin-bottom: 20px;
}

.footerbanner p {
    font-family: "Playfair Display", serif;
    text-align: center;
    /* makes paragraph lines align left */
    line-height: 1.6;
    /* better spacing */
    margin-bottom: 20px;
    margin-right: 50px;
    margin-left: 100px;
}

.footerbanner a {
    display: inline-block;
    padding: 10px 20px;
    font-family: "Playfair Display", serif;
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 5px;
    transition: 0.3s;
}

.footerbanner a:hover {
    background-color: #000;
    color: #fff;
}


ul {
    list-style: none;
    /* removes bullets */
    padding: 0;
    /* removes left padding */
    margin: 0;
    /* removes default margin */
}

ul li {
    margin-bottom: 8px;
    /* optional: spacing between items */
}

ul li a {
    text-decoration: none;
    /* removes underline from links */
    color: inherit;
    /* keeps text color consistent */
}


.icon {
    display: flex;
    align-items: center;
    gap: 10px;
    /* space between text and icons */
}

.icon a {
    font-size: 18px;
    /* size of icons */
    color: #000;
    /* change to match your theme */
    text-decoration: none;
}

.icon a:hover {
    color: #555;
    /* hover effect */
}

.icon p {
    margin: 0;
}

.footer-bottom {
    border-top: 0;
    /* optional: line above */
    padding-top: 15px;
    margin-top: 30px;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
    color: #000000;
    font-family: "Poppins", sans-serif;
}

.footer-bottom .icon a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-bottom .icon a:hover {
    color: #777;
}

.footer-bottom .icon span {
    font-size: 14px;
    color: #000000;
    font-family: "Poppins", sans-serif;
}


.navbar-nav a {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #231F20;
}

.navbar-nav {
    gap: 30px;
}

.contact a {
    color: #422112;
    font-size: 26px;
}

.banner h1.b {
    color: #422112;
    margin-bottom: 15px !important;
}

.btn-theme {
    color: #422112;
    font-size: 20px;
}

.banner-content {
    margin-top: 170px;
}

.service-table td:last-child {
    text-align: right;
}

table.service-table tr:hover h3 {
    color: #000000;
}

table.service-table tr:hover h2 {
    color: #000000;
}

section.white img {
    width: 100%;
}

/* 360 Degree Viewer Styles */
.viewer-360 {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.viewer-container {
    position: relative;
    height: 80vh;
    min-height: 600px;
    max-height: 800px;
}

.three-viewer {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: grab;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.three-viewer:active {
    cursor: grabbing;
}

.viewer-controls {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    pointer-events: none;
}

.control-hint {
    background: rgba(255, 255, 255, 0.9);
    padding: 12px 24px;
    border-radius: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    animation: fadeInUp 0.6s ease-out 0.5s both;
}

.room-indicator {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(35, 31, 32, 0.9);
    color: white;
    padding: 16px 32px;
    border-radius: 12px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    z-index: 15;
    pointer-events: none;
    min-width: 200px;
}

.room-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    font-family: "Playfair Display", serif;
}

.room-description {
    font-size: 12px;
    opacity: 0.8;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

/* Portfolio Navigation Styles */
.portfolio-navigation {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 20;
    pointer-events: all;
}

.nav-btn {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.nav-btn:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}

.nav-btn i {
    font-size: 16px;
    color: #333;
}

.portfolio-dots {
    display: flex;
    gap: 8px;
    align-items: center;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.dot.active {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.3);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.dot:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
}

/* Portfolio Info Styles */
.portfolio-info {
    position: absolute;
    top: 30px;
    left: 30px;
    background: rgba(35, 31, 32, 0.9);
    color: white;
    padding: 16px 24px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    z-index: 15;
    pointer-events: none;
    max-width: 280px;
}

.portfolio-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    font-family: "Playfair Display", serif;
}

.portfolio-description {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 8px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.portfolio-counter {
    font-size: 12px;
    opacity: 0.7;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

/* Portfolio Page 360 Viewer Styles */
.portfolio-360-viewer {
    padding: 80px 0;
    background: #fafafa;
}

.portfolio-viewer-container {
    position: relative;
    height: 80vh;
    min-height: 600px;
    max-height: 800px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.portfolio-three-viewer {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: grab;
    border-radius: 20px;
}

.portfolio-three-viewer:active {
    cursor: grabbing;
}

.portfolio-360-viewer .section-heading p {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

/* Homepage Portfolio Slider Styles */
.homepage-portfolio {
    padding: 80px 0;
    background: #fafafa;
}

.homepage-portfolio .section-heading {
    margin-bottom: 60px;
}

.homepage-portfolio .section-heading p {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.homepage-portfolio-slider {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    height: 600px;
    margin-bottom: 40px;
}

.portfolio-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    transform: translateX(100%);
}

.portfolio-slide.active {
    opacity: 1;
    transform: translateX(0);
}

.portfolio-slide.prev {
    transform: translateX(-100%);
}

.portfolio-slide-content {
    width: 100%;
    height: 100%;
    position: relative;
}

.portfolio-image {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.portfolio-slide:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-slide:hover .portfolio-image img {
    transform: scale(1.05);
}

.portfolio-info {
    text-align: center;
    color: white;
    max-width: 500px;
    padding: 0 30px;
}

.portfolio-info h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "Playfair Display", serif;
}

.portfolio-info p {
    font-size: 16px;
    margin-bottom: 25px;
    opacity: 0.9;
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
}

.view-360-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.view-360-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.view-360-btn i {
    font-size: 16px;
}

.portfolio-slider-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.slider-nav {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.slider-nav:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}

.slider-nav i {
    font-size: 18px;
    color: #333;
}

.slider-dots {
    display: flex;
    gap: 12px;
    align-items: center;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.slider-dot.active {
    background: rgba(35, 31, 32, 0.8);
    transform: scale(1.3);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.slider-dot:hover {
    background: rgba(35, 31, 32, 0.6);
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .homepage-portfolio-slider {
        height: 500px;
        border-radius: 15px;
    }

    .portfolio-info h3 {
        font-size: 24px;
    }

    .portfolio-info p {
        font-size: 14px;
    }

    .view-360-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .slider-nav {
        width: 45px;
        height: 45px;
    }

    .slider-nav i {
        font-size: 16px;
    }

    .portfolio-slider-navigation {
        gap: 20px;
    }
}

.control-hint i {
    color: #666;
    font-size: 16px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .viewer-container {
        height: 60vh;
        min-height: 400px;
    }

    .control-hint {
        padding: 8px 16px;
        font-size: 12px;
        bottom: 20px;
    }
}

.section-heading h6 {
    font-size: 20px;
    color: #231F20;
}

.process-img:before {
    content: "";
    width: 70px;
    height: 70px;
    background-color: #d6d2d1a3;
    position: absolute;
    border-radius: 50px;
    z-index: -1;
    left: -12px;
    top: -3px;
}

.process-img {
    position: relative;
    margin-bottom: 25px;
}

.process-box h3 {
    color: #231F20;
    font-size: 30px;
}

.process-box p {
    font-family: "Poppins", sans-serif;
    color: #716F6F;
    font-size: 16px;
}

.process-box {
    /* #RRGGBBAA (2E â‰ˆ 18% opacity) */
    border-bottom: 1px solid #0000002E;
    padding-bottom: 10px;
    width: 73%;
    margin-top: 30px;
    margin-bottom: 50px;
}

.content p {
    color: #716F6F;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}

.content h1 {
    color: #231F20;
    font-size: 52px;
    margin-bottom: 15px;
}

.spots-row {
    background-color: #d9d7d561;
    padding: 40px;
    padding-right: 0;
    position: relative;
}

.video {
    position: absolute;
    right: -15px;
    width: 500px;
    height: 350px;
    top: -40px;
}

.video iframe {
    width: 100%;
    height: 100%;
}

section.spot {
    margin-top: 150px;
}

section.functional h1 {
    color: #1D1B1B;
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 20px;
}

section.functional p {
    color: #1D1B1B;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 20px;
}

.functional-box {
    background-image: url(../img/quote.png);
    background-repeat: no-repeat;
    background-position: center 18%;
}

.functional-img img {
    margin-bottom: 14px;
}

.functional-img h6 {
    color: #1D1B1B;
    font-size: 28px;
    margin: 0;
    margin-bottom: 2px !important;
}

.functional-img p {
    margin: 0;
    color: #716F6F !important;
    font-family: "Poppins", sans-serif;
    font-size: 17px !important;
    margin: 0 !important;
}

.project-slider .slick-list {
    overflow: visible;
    margin: 0 -40px;
}

.project-slider .slick-slide {
    margin: 0 40px;
    transition: transform 300ms ease, opacity 300ms ease;
}

.project-slider .slick-center {
    transform: scale(1.15);
    opacity: 1;
}

.project-slider img {
    display: block;
    width: 100%;
    height: auto;
}

.project-bottom {
    margin-top: 20px;
}

.project-bottom h6 {
    color: #000000;
    font-size: 25px;
    margin: 0;
}

.project-bottom p {
    color: #422112;
    font-size: 18px;
}

.slider-wrapper {
    overflow-x: hidden;
}

.slider-wrapper .peek-slider .slick-list {
    overflow: visible;
}

.project-slider {
    margin-top: 100px;
}

section.projects {
    margin: 150px 0px;
}

h2.accordion-header h5 {
    color: #231F20;
    font-size: 28px;
    margin: 0;
}

.accordion-body p {
    color: #716F6F;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    margin: 0;
}

h2.accordion-header button {
    border-radius: 0 !important;
}

.accordion-header {
    border: 0px !important;
}

.accordion-item {
    border-radius: 0px !important;
}

.accordion-item {
    background-color: transparent;
}

.content ul {
    display: flex;
    gap: 30px;
}

.content ul li {
    margin: 0;
}

.video.download-hand {
    width: 38%;
    bottom: 0;
    height: auto;
    top: auto;
}

section.spot.download-spot {
    margin-top: 250px;
}

.menu-list a,
.menu-list p {
    font-family: "Poppins", sans-serif;
    color: #231F20;
    font-size: 16px;
}

ul.menu-list h5 a {
    color: #422112;
    font-size: 28px;
    font-family: "Playfair Display", serif;
}

ul.last-list li p {
    color: #000000;
    font-family: "Poppins", sans-serif;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
}

ul.last-list li h6 {
    font-size: 27px;
    color: #231F20;
    line-height: 34px;
}

ul.last-list li {
    margin: 0;
}

.content ul li img {
    width: 180px;
}

.inner-banner {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: end;
    margin-bottom: 100px;
    z-index: 1;
}

.inner-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/about-bg.png");
    z-index: -1;
    background-position: center center;
}


.home-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/banner-home.jpg");
    /* z-index: -1; */
    background-position: center center;
}

.inner-banner h1 {
    color: white;
    margin-bottom: 20px;
    font-weight: 100;
}

.inner-banner h1 span {
    font-size: 20px;
}

header.head.active .brand h3 {
    color: #FFFFFF;
}

header.head.active .navbar-nav a {
    color: #fff !important;
}

header.head.active .contact a {
    color: #fff !important;
}

.mission .card {
    width: 100%;
    border-radius: 0;
    border: 0;
}

.mission .card h1 {
    color: #231F20;
    font-size: 50px;
}

.mission .card .card-body {
    padding: 30px 50px;
}

.mission .card p {
    color: #716F6F;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}

.mission .card img {
    border-radius: 0;
    height: 384px;
    object-fit: cover;
}

section.mission {
    margin-top: 60px;
}

section.white.about-white {
    margin-top: 140px;
}

.services-banner::before {
    background-image: url(../img/service-bg.png);
}

.portfolio-banner::before {
    background-image: url(../img/portfolio-bg.png);
}

.contact-banner::before {
    background-image: url(../img/contact-bg.png);
}

.two.section-two .row {
    flex-direction: row-reverse;
}

section.two.section-two .image.rotated {
    text-align: left;
}

section.two.section-two .image.rotated img {
    text-align: left;
    display: block;
    margin-left: auto;
}

section.two.section-two {
    margin: 80px 0px;
}

.project-box h6 {
    color: #000000;
    font-size: 25px;
    margin: 0;
}

.project-box p {
    color: #422112;
    font-size: 18px;
}

.project-box img {
    width: 100%;
    margin-bottom: 20px;
}

.project-box {
    margin-bottom: 40px;
}

.project-section-heading {
    margin-bottom: 80px;
}

.map-box iframe {
    width: 100%;
    height: 400px;
}

.contact-card {
    background: #4b2c18;
    /* dark brown */
    color: #fff;
    padding: 50px 40px;
    position: relative;
}

.contact-card h4 {
    font-weight: 600;
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
}

.contact-card p,
.contact-card a {
    color: #f1f1f1;
    margin: 0.25rem 0;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

.contact-card .info-icon {
    width: 1.25rem;
    display: inline-block;
}

.social-icons a {
    color: #fff;
    margin-right: 20px;
    font-size: 1.2rem;
    text-decoration: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-control,
.form-control:focus {
    box-shadow: none;
    border-width: 0 0 1px 0;
    border-color: #888;
    border-radius: 0;
    background: transparent;
}

.btn-custom {
    background: #4b2c18;
    color: #fff;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 0;
}

.btn-custom:hover {
    background: #3c2413;
}

.contact-info {
    margin-top: 80px;
    margin-bottom: 80px;
}

.contact-info p {
    margin-bottom: 30px;
    display: flex;
    gap: 20px;
}

.contact-info p a {
    display: flex;
    gap: 20px;
    width: 100%;
}

.contact-card:before {
    content: "";
    background-image: url('../img/contact-info-bg.png');
    width: 120px;
    height: 120px;
    bottom: 0;
    position: absolute;
    right: 0;
    background-size: cover;
}

.social-icons a:hover {
    background-color: white;
    border-radius: 50px;
    color: #422112;
}

.social-icons {
    display: flex;
}

section.contact-form .form-label {
    font-family: "Poppins", sans-serif;
}

section.contact-form input,
section.contact-form textarea {
    font-family: "Poppins", sans-serif;
    padding-left: 0;
    border-color: #262424;
}

form.contact-form-box {
    padding: 20px;
}

form.contact-form-box .form-group {
    margin-bottom: 30px;
}

/* Theme Toggle Button */
.theme-toggle-btn {
    background: none;
    border: 2px solid #422112;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #422112;
}

.theme-toggle-btn:hover {
    background-color: #422112;
    color: #ffffff;
    transform: scale(1.1);
}

.theme-toggle-btn i {
    font-size: 16px;
}

/* Dark Mode Styles */
[data-theme="dark"] {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
}

[data-theme="dark"] body {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
}

[data-theme="dark"] .home-banner::before {
    filter: brightness(0.6) contrast(1.2);
}

[data-theme="dark"] .inner-banner::before {
    filter: brightness(0.8);
}

[data-theme="dark"] .home-banner h1,
[data-theme="dark"] .section-heading h1,
[data-theme="dark"] .text-content h1,
[data-theme="dark"] .functional h1,
[data-theme="dark"] .content h1,
[data-theme="dark"] .ans h1 {
    color: #ffffff !important;
}

[data-theme="dark"] .process-box h3,
[data-theme="dark"] .project-bottom h6,
[data-theme="dark"] .functional-img h6 {
    color: #ffffff !important;
}

[data-theme="dark"] .home-banner p,
[data-theme="dark"] .text-content p,
[data-theme="dark"] .process-box p,
[data-theme="dark"] .content p,
[data-theme="dark"] .accordion-body p,
[data-theme="dark"] .functional p,
[data-theme="dark"] .service-table p {
    color: #cccccc !important;
}

[data-theme="dark"] .navbar-nav a,
[data-theme="dark"] .contact a {
    color: #ffffff !important;
}

[data-theme="dark"] .navbar-nav a:hover,
[data-theme="dark"] .contact a:hover {
    color: #D4A574 !important;
}

[data-theme="dark"] .text-content a,
[data-theme="dark"] .service-table a {
    color: #D4A574 !important;
}

[data-theme="dark"] .project-bottom p {
    color: #D4A574 !important;
}

[data-theme="dark"] .brand h3 {
    color: #D4A574 !important;
}

[data-theme="dark"] .service-table tr:nth-child(2) p,
[data-theme="dark"] .service-table tr:nth-child(2) h3,
[data-theme="dark"] .service-table tr:nth-child(2) h2,
[data-theme="dark"] .service-table tr:nth-child(2) a,
[data-theme="dark"] .service-table tr:nth-child(3) p,
[data-theme="dark"] .service-table tr:nth-child(3) h3,
[data-theme="dark"] .service-table tr:nth-child(3) h2,
[data-theme="dark"] .service-table tr:nth-child(3) a,
[data-theme="dark"] .service-table tr:nth-child(4) p,
[data-theme="dark"] .service-table tr:nth-child(4) h3,
[data-theme="dark"] .service-table tr:nth-child(4) h2,
[data-theme="dark"] .service-table tr:nth-child(4) a {
    color: #cccccc !important;
}

[data-theme="dark"] .process-img img {
    filter: invert(99) brightness(99);
}

[data-theme="dark"] .service-table h2 {
    color: #ffffff !important;
}

[data-theme="dark"] .service-table h3 {
    color: #D4A574 !important;
}

[data-theme="dark"] .service-table td {
    border-color: #4a3c2a;
}

[data-theme="dark"] .process-box {
    border-color: #4a3c2a;
}

[data-theme="dark"] .accordion-item {
    border-color: #4a3c2a;
}

[data-theme="dark"] .accordion-button {
    color: #ffffff !important;
    background-color: transparent !important;
}

[data-theme="dark"] .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: #D4A574 !important;
}

[data-theme="dark"] .accordion-button::after {
    filter: invert(0) brightness(99);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cccccc'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

[data-theme="dark"] .accordion-button:not(.collapsed)::after {
    filter: invert(0) brightness(99);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23D4A574'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

[data-theme="dark"] .footerbanner {
    background-color: #2a2a2a !important;
}

[data-theme="dark"] .footerbanner h1 {
    color: #ffffff !important;
}

[data-theme="dark"] .footerbanner p {
    color: #cccccc !important;
}

[data-theme="dark"] .footerbanner a {
    color: #D4A574 !important;
    border-color: #D4A574 !important;
}

[data-theme="dark"] .footerbanner a:hover {
    background-color: #D4A574 !important;
    color: #1a1a1a !important;
}

[data-theme="dark"] .spots-row {
    background-color: #2a2a2a !important;
}

[data-theme="dark"] .theme-toggle-btn {
    border-color: #D4A574;
    color: #D4A574;
}

[data-theme="dark"] .theme-toggle-btn:hover {
    background-color: #D4A574;
    color: #1a1a1a;
}

[data-theme="dark"] .footer-bottom p,
[data-theme="dark"] .footer-bottom .icon span {
    color: #cccccc !important;
}

[data-theme="dark"] .footer-bottom .icon a {
    color: #D4A574 !important;
}

[data-theme="dark"] .menu-list a,
[data-theme="dark"] .menu-list p {
    color: #cccccc !important;
}

[data-theme="dark"] ul.menu-list h5 a {
    color: #D4A574 !important;
}

[data-theme="dark"] ul.last-list li p {
    color: #cccccc !important;
}

[data-theme="dark"] ul.last-list li h6 {
    color: #ffffff !important;
}

[data-theme="dark"] h2.accordion-header h5 {
    color: #D4A574 !important;
}

[data-theme="dark"] .section-heading h6 {
    color: #D4A574 !important;
}

[data-theme="dark"] .btn-theme {
    color: #D4A574 !important;
    border: 1px solid #D4A574;
}

[data-theme="dark"] .btn-theme:hover {
    background-color: #D4A574 !important;
    color: #1a1a1a !important;
}

[data-theme="dark"] .btn-custom {
    background-color: #D4A574 !important;
    color: #1a1a1a !important;
}

[data-theme="dark"] .btn-custom:hover {
    background-color: #E8C29A !important;
    color: #1a1a1a !important;
}

[data-theme="dark"] .logos img {
    filter: brightness(0) invert(1);
}

/* Service Hover Images */
.service-hover-image {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.service-hover-image img {
    position: absolute;
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    opacity: 0;
    transform: translate(-50%, -50%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.service-hover-image img.active {
    opacity: 1;
}

.service-hover-image.visible {
    opacity: 1;
    transform: scale(1);
}

.services {
    position: relative;
}

.banner__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

[data-theme="dark"] .home-banner .banner__video {
    filter: brightness(0.6) contrast(1.2);
}

.estimate-form .form-section {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
}

.estimate-form .form-section h5 {
    font-weight: 600;
    margin-bottom: 1.2rem;
    color: #333;
}

.estimate-form .form-control,
.estimate-form .form-select {
    border-radius: 8px;
    padding: 9px 15px;
    border: 1px solid #ddd;
    font-size: 15px;
}

.estimate-form .form-control:focus,
.estimate-form .form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, .25);
}

.estimate-form .btn-submit {
    background: #0d6efd;
    color: #fff;
    border-radius: 8px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    transition: 0.3s;
}

.estimate-form .btn-submit:hover {
    background: #0b5ed7;
}

.estimate-form label {
    font-weight: 300;
    margin-bottom: 6px;
    color: #444;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

h3.logo-header a {
    text-decoration: none;
    color: #422112 !important;
}

h3.logo-header.logo-white a {
    color: #fff !important;
}

h3.logo-header a:hover {
    color: #d4a574 !important;
}

h3.logo-footer a {
    text-decoration: none;
    color: #422112 !important;
}


h3.logo-footer a:hover {
    color: #d4a574 !important;
}

a.blog-link {
    text-decoration: none;
    color: #422112 !important;
}

p.bold-blog {
    font-weight: 900;
}

section.space-planning.two {
    margin-top: 0;
    margin-bottom: 120px;
}

section.space-planning.two {
    margin-top: 0;
    margin-bottom: 120px;
}


section.space-planning.two .image img {
    width: 100%;
}

p.about-mission-p {
    height: 100px;
}



[data-theme="dark"] .logo-header img {
    filter: invert(1);
}

[data-theme="dark"] section.footer i {
    color: #fff;
}

[data-theme="dark"] .logo-footer img {
    filter: invert(1);
}