/* Font Awesome for social icons */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

body {
    font-family: 'Poppins', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800;
}

.primary-bg-custom {
    background: #C6B8A1;
}

.primary-color {
    background: #4D8795;
}

.secondarylight {
    background: #ECE6DB;
}

.primarylight {
    background: #F1F5F6;
}

.secondary-dark {
    color: #61533C;
}

.heading-primarycolor {
    color: #59A2B4;
}

.heading-white {
    color: #ffffff;
}

.heading-secordarycolor {
    color: #C6B8A1;
}

.color-dark-green {
    color: #1C4A55;
}

.online-interior {
    background: url(../images/how-it-works/how-it-works-bg.png);
    background-position: top center;
}

.playfair-header,
.playfair-header * {
    font-family: 'Montserrat', sans-serif !important;
}

.glassmorphic-card {
    background: hsl(191deg 27.76% 19.48% / 81%);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgb(255 255 255 / 18%);
}

.glassmorphic-full {
    background: hsl(0deg 0% 11% / 50%);
    box-shadow: 0 8px 32px 0 rgb(126 126 126 / 18%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgb(255 255 255 / 43%);
}




.marquee-outer-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.marquee-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.marquee-row {
    width: 100%;
    overflow: hidden;
}

.marquee-content {
    display: flex;
    gap: 2rem;
    width: max-content;
    animation-name: marquee-scroll;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee-content[style*="animation-direction:reverse"] {
    animation-direction: reverse;
}

.marquee-content[style*="animation-direction:normal"] {
    animation-direction: normal;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.marquee-item img {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.cta-button {
    background: #2563eb;
    color: #fff;
}

.cta-button:hover {
    background: #1d4ed8;
}

/* AI Room Design Demo Styles */
#ai-room-design-demo img {
    transition: opacity 0.3s ease-in-out;
}

#ai-room-design-demo button {
    transition: all 0.3s ease;
}

#ai-room-design-demo button:hover {
    transform: translateY(-2px);
}

#ai-room-design-demo .group:hover {
    transform: translateY(-5px);
}

/* Button state transitions */
#ai-room-design-demo button[data-style-name] {
    transition: all 0.3s ease-in-out;
}

#ai-room-design-demo button[data-style-name] span {
    transition: all 0.3s ease-in-out;
}

/* Ensure smooth icon transitions */
#ai-room-design-demo button[data-style-name] .flex.items-center span:first-child {
    transition: all 0.3s ease-in-out;
}

#ai-room-design-demo button[data-style-name] .flex.items-center span:first-child span {
    transition: all 0.3s ease-in-out;
}

/* Gradient text support for older browsers */
.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
}

/* Backdrop blur support */
.backdrop-blur-sm {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.backdrop-blur-md {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

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

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

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

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

#ai-room-design-demo .text-center>div,
#ai-room-design-demo .lg\:w-2\/3,
#ai-room-design-demo .lg\:w-1\/3 {
    animation: fadeInUp 0.6s ease-out forwards;
}

#ai-room-design-demo .lg\:w-1\/3 {
    animation: fadeInLeft 0.6s ease-out 0.2s forwards;
    opacity: 0;
    background: #CBFCFD;
}

/* WHY USE PROJECTPLUS? Boxes Section */
.boxes-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: RGB(198 184 161 / 40%);
    background: -webkit-linear-gradient(0deg, rgb(198 184 161 / 40%) 50%, rgba(255, 255, 255, 1) 30%);
    background: -moz-linear-gradient(0deg, rgba(198, 184, 161, 1) 40%, rgba(255, 255, 255, 1) 30%);
    background: linear-gradient(0deg, rgb(198 184 161 / 40%) 40%, rgba(255, 255, 255, 1) 30%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C6B8A166", endColorstr="#FFFFFF", GradientType=0);
}

.boxes-section h2 {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.5rem;
    letter-spacing: 0.05em;
}

.boxes-section h2 .highlight {
    color: #4a8a97;
}

.boxes-section p.section-desc {
    text-align: center;
    color: #6b7280;
    font-size: 0.95rem;
    margin-bottom: 2.5rem;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

.boxes-row {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:768px) {
    .boxes-row {
        flex-direction: row;
        gap: 1.5rem;
    }
}

.box-card {
    flex: 1 1 0%;
    border-radius: 1rem;
    padding: 2.5rem 1.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 220px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.07);
    transition: transform 0.2s, box-shadow 0.2s;
    height: 400px;
    justify-content: center;
}

.box-card.bg-blue {
    background: #4a8a97;
    color: #fff;
}

.box-card.bg-tan {
    background: #c7b9a5;
    color: #4a4a4a;
}

.box-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.12);
}

.box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    position: relative;
    margin-bottom: 35px;
}

.box-icon:before {
    content: "";
    border: 1px solid #dddddd;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    border-radius: 40px;
    left: 15px;
    bottom: -9px;
    transition: left 0.3s;
}

.box-card:hover .box-icon:before {
    left: -15px;
}

.box-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.25rem;
    letter-spacing: 0.03em;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.box-desc {
    font-size: 0.95rem;
    opacity: 0.9;
    text-align: center;
}

.btn-tan {
    background: #C6B8A1 !important;
    color: #000000 !important;
    border: 1px solid #C6B8A1;
    border-radius: 2rem !important;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
}

.btn-tan:hover,
.btn-tan:focus {
    background: #4D8795 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.10);
    border: 1px solid #ffffff;
}

.btn-custom {
    background: #4D8795 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 9999px !important;
}

.btn-custom:hover,
.btn-custom:focus {
    background: #C6B8A1 !important;
    color: #000 !important;
    border: 1px solid #fff !important;
}

/* AI Remodeling Hero Section Styles */
.remodel-hero-section {
    background: #e8e3da;
}

.remodel-hero-title {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.01em;
    color: #222;
}

.remodel-hero-highlight {
    color: #4D8795;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.remodel-hero-desc {
    font-family: 'Poppins', sans-serif;
    color: #222;
    line-height: 1.6;
}

.remodel-hero-btn {
    min-width: 220px;
    font-size: 1rem;
    border-radius: 1.5rem;
}

.remodel-hero-right {
    min-width: 220px;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.remodel-hero-imgs {
    position: relative;
    width: 300px;
    height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.remodel-img {
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.10);
    border-radius: 1.25rem;
    background: #fff;
    transition: transform 0.7s cubic-bezier(.4, 2, .6, 1), box-shadow 0.3s;
    height: 200px;
    width: 100%;
}

.remodel-img-before {
    z-index: 1;
    position: relative;
    animation: floatBefore 2.5s ease-in-out infinite alternate;
    right: -50px;
}

.remodel-img-after {
    z-index: 2;
    position: relative;
    animation: floatAfter 2.5s ease-in-out infinite alternate;
    left: -115px;
}

@keyframes floatBefore {
    0% {
        transform: translateY(0) scale(1);
    }

    100% {
        transform: translateY(-10px) scale(1.03);
    }
}

@keyframes floatAfter {
    0% {
        transform: translateY(0) scale(1);
    }

    100% {
        transform: translateY(10px) scale(1.04);
    }
}

.remodel-arrow {
    z-index: 5;
    pointer-events: none;
    animation: arrowMove 2s infinite alternate;
    left: -80px;
}

@keyframes arrowMove {
    0% {
        transform: translateY(0) scale(1);
    }

    100% {
        transform: translateY(-8px) scale(1.05);
    }
}

.remodel-float-label {
    z-index: 10;
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 8%);
    animation: floatLabel 2.5s ease-in-out infinite alternate;
    background: hsl(0deg 0.8% 82.06% / 46%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgb(255 255 255);
}

@keyframes floatLabel {
    0% {
        transform: translateY(0) scale(1);
    }

    100% {
        transform: translateY(-8px) scale(1.04);
    }
}

@media (max-width:768px) {
    .remodel-hero-section {
        flex-direction: column;
        padding: 2rem 1rem;
        border-radius: 0 0 1.5rem 1.5rem;
    }

    .remodel-hero-right {
        margin-top: 2rem;
    }

    .remodel-hero-imgs {
        width: 180px;
        height: 260px;
    }

    .remodel-img,
    .remodel-img-before,
    .remodel-img-after {
        width: 140px !important;
        height: 100px !important;
    }
}

/* Interactive Demo Section Styles */
.drop-zone.dragover {
    border-color: #3b82f6;
    /* Blue-500 */
    background-color: #eff6ff;
    /* Light blue background */
}

.compare-image-container {
    position: relative;
    overflow: hidden;
}

.image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.left-container,
.right-container {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.left-container {
    left: 0;
    width: 50%;
    /* Default width, controlled by slider */
}

.right-container {
    right: 0;
    width: 50%;
    /* Default width, controlled by slider */
}

.before-img,
.after-img {
    width: 200%;
    /* Double width to allow sliding */
    height: 100%;
    object-fit: cover;
}

.before-img {
    transform: translateX(0);
}

.after-img {
    transform: translateX(-50%);
}

.compare-slider {
    -webkit-appearance: none;
    appearance: none;
    height: 8px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.compare-slider:hover {
    opacity: 1;
}

.compare-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #3b82f6;
    cursor: pointer;
    border-radius: 50%;
}

.compare-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #3b82f6;
    cursor: pointer;
    border-radius: 50%;
}

#demo {
    background: #e8e3da;
}

.customformbg {
    background: #f1ece5;
    border-radius: 30px;
    padding: 30px;
}

.custombluebg {
    background: #e8eff0;
    border-radius: 30px;
    padding: 30px;
}

.compare-image-container {
    background: #f5f6f8;
    border-radius: 1rem;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.10);
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.compare-image-container .image-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}

.compare-image-container .left-container,
.compare-image-container .right-container {
    width: 50%;
    position: relative;
}

.compare-image-container .before-img,
.compare-image-container .after-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.compare-image-container .right-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.compare-image-container .after-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
    transition: clip-path 0.3s, width 0.3s;
    clip-path: inset(0 0 0 0);
}

.compare-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 75%;
    height: 6px;
    background: #2196f3;
    border-radius: 3px;
    outline: none;
    margin: 0;
    z-index: 10;
    opacity: 0.85;
}

.compare-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #2196f3;
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.15);
    cursor: pointer;
    transition: background 0.2s;
}

.compare-slider::-moz-range-thumb {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #2196f3;
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.15);
    cursor: pointer;
    transition: background 0.2s;
}

.compare-slider::-ms-thumb {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #2196f3;
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.15);
    cursor: pointer;
    transition: background 0.2s;
}

.slider-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    background: #fff;
    color: #2196f3;
    border-radius: 9999px;
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.10);
    padding: 0.5rem 1.5rem;
    z-index: 20;
    pointer-events: none;
    margin-bottom: 1rem;
}

.room-btn[aria-selected="true"],
.room-btn.ring-2 {
    box-shadow: 0 0 0 4px #2196f333, 0 2px 8px 0 rgba(33, 150, 243, 0.10);
    border-color: #2196f3;
}

.room-btn {
    transition: box-shadow 0.2s, transform 0.2s;
}

.theme-select {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #222;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    min-width: 180px;
    cursor: pointer;
    transition: border 0.2s, box-shadow 0.2s;
}

.theme-select:focus,
.theme-select:active {
    border: 1.5px solid #2196f3;
    box-shadow: 0 0 0 2px #2196f355;
}

@media (max-width:768px) {
    .compare-image-container {
        max-width: 100%;
        min-width: 0;
    }
}

/* Design Any Space Section Styles */
.design-any-space-section::before {
    content: '';
    position: absolute;
    top: 25%;
    left: -8rem;
    width: 16rem;
    height: 16rem;
    border-radius: 50%;
    background: rgba(59, 130, 246, 0.1);
    filter: blur(3rem);
    pointer-events: none;
    z-index: -1;
}

.design-any-space-section::after {
    content: '';
    position: absolute;
    bottom: 25%;
    right: -8rem;
    width: 16rem;
    height: 16rem;
    border-radius: 50%;
    background: rgba(99, 102, 241, 0.1);
    filter: blur(3rem);
    pointer-events: none;
    z-index: -1;
}

.space-card {
    position: relative;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    aspect-ratio: 4/3;
    min-height: 200px;
}

.space-card:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.space-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.space-card:before {
    content: "";
    background: hsl(0deg 0% 0% / 20%);
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.space-card:hover img {
    transform: scale(1.05);
}

.space-card .title {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
    z-index: 10;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.space-card .gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    z-index: 5;
}

.gradient-text {
    background: linear-gradient(135deg, #3b82f6 0%, #6366f1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.badge-design {
    background: linear-gradient(135deg, #dbeafe 0%, #e0e7ff 100%);
    color: #1d4ed8;
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 9999px;
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 1rem;
}

.bottom-gradient {
    height: 16rem;
    margin-top: -16rem;
    transform: translateY(0);
    position: relative;
    z-index: 1;
}

@media (max-width:768px) {
    .space-card .title {
        font-size: 1rem;
    }

    .design-any-space-section::before,
    .design-any-space-section::after {
        width: 12rem;
        height: 12rem;
    }

    .space-card {
        min-height: 150px;
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-0.75rem) scale(1.04);
    }
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: scale(0.95) translate(-50%, -50%);
    }

    to {
        opacity: 1;
        transform: scale(1) translate(-50%, -50%);
    }
}

.animate-float {
    animation: float 3s ease-in-out infinite;
}

.animate-fadein {
    animation: fadein 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.ready-to-transform {
    background: url(../images/readyTransform-bg.jpg);
}

/* ArchInterior Discover AI Designs Section Styles */
.arch-tabs {
    background: #c6b8a17a;
}

.arch-discover-section {
    background: none;
}

.arch-gradient-text {
    background: linear-gradient(98deg, #6360C7 20.33%, #2395D7 89.38%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.arch-tabs .tab-btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #171717;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.arch-tabs .tab-active {
    background: #C6B8A1;
    color: #000000;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
}

.arch-cards-mobile {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.arch-cards-mobile>div {
    scroll-snap-align: center;
}

.arch-card-inner {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

.arch-card-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.arch-card-inner .arch-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 2;
}

.arch-card-label {
    position: absolute;
    left: 32px;
    bottom: 32px;
    padding: 0.5rem 1.5rem;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 9999px;
    outline: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    z-index: 3;
    letter-spacing: 0.01em;
}

@media (min-width:768px) {
    .arch-card {
        width: 100%;
        aspect-ratio: 1/1;
        min-width: 0;
        padding: 8px;
    }
}

@media (max-width:767px) {
    .arch-card {
        min-width: 280px;
        max-width: 320px;
    }
}

/* Container for desktop carousel */
.arch-cards-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    /* Space between cards */
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Container for mobile carousel */
.arch-cards-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

/* Individual card */
.arch-card {
    flex: 0 0 68%;
    /* Adjust for 5 cards to fit */
    max-width: 450px;
    /* Adjust based on your design */
    position: relative;
    overflow: hidden;
}

/* Card inner container */
.arch-card-inner {
    position: relative;
    width: 100%;
    height: 430px;
    /* Adjust height as needed */
}

/* Card image */
.arch-card-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Card overlay */
.arch-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    /* Semi-transparent overlay */
}

/* Card label */
.arch-card-label {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Carousel buttons */
.arch-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.arch-carousel-prev {
    left: 10px;
}

.arch-carousel-next {
    right: 10px;
}

/* Responsive design for mobile */
@media (max-width:768px) {
    .arch-cards-grid {
        display: none;
        /* Hide desktop carousel on mobile */
    }

    .arch-cards-mobile {
        display: flex;
    }

    .arch-card {
        flex: 0 0 100%;
        /* Full width for mobile */
        max-width: 100%;
    }
}

@media (min-width:769px) {
    .arch-cards-mobile {
        display: none;
        /* Hide mobile carousel on desktop */
    }

    .arch-cards-grid {
        display: flex;
    }
}

/* Testimonial Section Styles */
.testimonial-section {
    background: #fff;
}

.testimonial-section h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #181818;
}

.testimonial-highlight {
    color: #4d8795;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.testimonial-carousel {
    display: flex;
    gap: 2rem;
    overflow: hidden;
    position: relative;
    min-height: 340px;
}

.slick-slide.testimonial-card.split-card {
    display: flex;
    flex-direction: row;
    min-width: 380px;
    max-width: 480px;
    width: 100%;
    height: 300px;
    background: none;
    border-radius: 16px;
    box-shadow: none;
    overflow: hidden;
    position: relative;
    margin: 0;
    transition: none;
    margin-right: 15px;
}

.testimonial-left {
    flex: 1 1 50%;
    background: #4D8795;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 32px 24px 24px 24px;
    border-radius: 16px 0 0 16px;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.testimonial-quote-icon {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 20px;
    height: 20px;
    background: #174753;
    border-radius: 0;
    box-shadow: none;
    z-index: 2;
}

.testimonial-quote {
    font-size: 15px;
    line-height: 1.5;
    margin: 32px 0 0 0;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.testimonial-client {
    font-size: 16px;
    font-family: 'Montserrat', serif;
    font-weight: 500;
    color: #ffffff;
    margin-top: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 32px;
}

.testimonial-right {
    flex: 1 1 50%;
    display: flex;
    align-items: stretch;
    border-radius: 0 16px 16px 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.testimonial-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 16px 16px 0;
    min-width: 0;
    min-height: 0;
    max-width: none;
    max-height: none;
    display: block;
}

.testimonial-card.split-card.blue.slick-slide.slick-active .testimonial-left {
    background: #C6B8A1;
}

.testimonial-card.split-card.blue.slick-slide.slick-active .testimonial-left .testimonial-quote {
    color: #000;
}

.testimonial-card.split-card.blue.slick-slide.slick-active .testimonial-left .testimonial-client {
    color: #000;
}

.testimonial-card.split-card.blue.slick-slide.slick-active .testimonial-left .testimonial-quote-icon {
    background: #7D6A4C;
}

.testimonial-arrows .testimonial-prev {
    border: 1px solid #BEBEBE;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.testimonial-arrows .custom-arrow {
    background: #4d8795;
}

.testimonial-arrows .custom-arrow span {
    color: #fff;
}

.testimonial-arrows .testimonial-next {
    border: 1px solid #BEBEBE;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.testimonial-arrows .custom-arrow:hover {
    background: #c6b8a1;
}

@media (max-width:700px) {
    .testimonial-card.split-card {
        flex-direction: column;
        min-width: 90vw;
        max-width: 95vw;
        height: auto;
        border-radius: 14px;
    }
}

/* --- Footer Styles --- */
.site-footer {
    background: #174753;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 10px;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 0;
    gap: 32px;
}

.footer-col {
    flex: 1 1 0;
    min-width: 180px;
    max-width: 320px;
}

.footer-col h4 {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: #fff;
}

.footer-col p {
    font-size: 13px;
    color: #e0e0e0;
    margin-bottom: 18px;
    line-height: 1.5;
}

.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.footer-social a {
    color: #c6b8a1;
    font-size: 18px;
    transition: color 0.2s;
}

.footer-social a:hover {
    color: #fff;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 8px;
}

.footer-col ul li a {
    color: #e0e0e0;
    font-size: 13px;
    text-decoration: none;
    transition: all 1s ease;
}

.footer-col ul li a:hover {
    color: #c6b8a1;
    letter-spacing: 2px;
}

.newsletter-form {
    display: flex;
    align-items: center;
    margin-top: 10px;
    position: relative;
}

.newsletter-form input[type="email"] {
    background: transparent;
    border: 1px solid #c8c3c3;
    color: #fff;
    padding: 18px 65px 14px 14px;
    font-size: 13px;
    outline: none;
    width: 100%;
}

.newsletter-form input[type="email"]::placeholder {
    color: #e0e0e0;
    opacity: 1;
}

.newsletter-form button {
    background: #4D8795;
    color: #fff;
    padding: 8px 14px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 6px;
}

.newsletter-form button:hover {
    background: #c6b8a1;
    color: #fff;
}

.footer-bar {
    background: #c6b8a1;
    color: #61533C;
    text-align: center;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    padding: 18px 0 16px 0;
    letter-spacing: 0.04em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-weight: 600;
}

@media (max-width:1000px) {
    .footer-main {
        flex-wrap: wrap;
        gap: 24px;
        padding: 40px 16px 24px 16px;
    }

    .footer-col {
        min-width: 180px;
        max-width: 100%;
    }
}

@media (max-width:700px) {
    .footer-main {
        flex-direction: column;
        gap: 32px;
        padding: 32px 8px 16px 8px;
    }

    .footer-col {
        min-width: 0;
        max-width: 100%;
    }
}

/* --- Brand/Logo Grid Styles --- */
.brand-logos {
    width: 100%;
    background: #fff;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    margin: 0;
    padding: 0;
}

.brand-logos-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    width: 100%;
    margin: 0 auto;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
}

.brand-logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-right: 1px solid #d3d3d3;
    border-bottom: none;
    border-top: none;
    min-height: 170px;
    padding: 24px 0 18px 0;
    transition: background 0.2s, color 0.2s;
}

.brand-logo-item:last-child {
    border-right: none;
}

.brand-logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    transition: filter 0.2s;
}

.brand-logo-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: #111;
    text-align: center;
    margin-top: 0;
    transition: color 0.2s;
}

.brand-logo-item:hover .brand-logo-icon svg {
    filter: brightness(0.5);
}

.brand-logo-item:hover .brand-logo-label {
    color: #174753;
}

@media (max-width:1100px) {
    .brand-logos-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:700px) {
    .brand-logos-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .brand-logo-item {
        min-height: 120px;
        padding: 16px 0 10px 0;
    }

    .brand-logo-label {
        font-size: 12px;
    }
}

.room-design-demo {
    background: url(../images/gradientbg.png);
    background-size: 100% 100%;
}

.tan-ai-section {
    background: hsl(37deg 25% 70% / 40%);
}

.bg-custom-gradient {
    background: #4D8795;
    background: -webkit-linear-gradient(0deg, rgba(77, 135, 149, 1) 0%, rgba(34, 88, 101, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(77, 135, 149, 1) 0%, rgba(34, 88, 101, 1) 100%);
    background: linear-gradient(0deg, rgba(77, 135, 149, 1) 0%, rgba(34, 88, 101, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4D8795", endColorstr="#225865", GradientType=0);
}

.tabs-custom-ai-generation {
    background: #91D4DF;
}

.custom-black-transparent {
    background: url(../images/custom-black-transparent.png);
    background-size: 100% 100%;
}

/* --- How It Works Section --- */
.how-it-works-construction {
    width: 100%;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.how-it-works-construction .how-it-works-step {
    background: #e2dacc;
}

.how-it-works-construction .how-it-works-step.active {
    background: #4d8795;
}

.how-it-works-section {
    width: 100%;
    background: #fff;
    padding: 50px 0 80px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.how-it-works-container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.how-it-works-title {
    text-align: center;
    font-size: 2.8rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #181818;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.how-it-works-title span {
    color: #4d8795;
}

.how-it-works-subtitle {
    text-align: center;
    font-size: 1.25rem;
    font-family: 'Montserrat', sans-serif;
    color: #4d8795;
    font-weight: 600;
    margin-bottom: 2.5rem;
    letter-spacing: 0.04em;
}

.how-it-works-steps-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.how-it-works-dotted-line {
    position: absolute;
    left: 0;
    top: -10%;
    width: 100%;
    height: 180px;
    z-index: 1;
    pointer-events: none;
}

.how-it-works-steps {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    position: relative;
    z-index: 2;
    margin-top: 0;
}

.how-it-works-step {
    background: #f4f4f4;
    border-radius: 20px;
    box-shadow: none;
    padding: 32px 32px 24px 32px;
    min-width: 400px;
    max-width: 400px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    position: relative;
    z-index: 2;
    transition: box-shadow 0.2s;
    height: 160px;
    border: 1px solid #ddd;
}

.how-it-works-step.active {
    background: #4d8795;
    color: #fff;
    box-shadow: 0 4px 24px 0 rgba(77, 135, 149, 0.10);
}

.how-it-works-step.active .how-it-works-step-title,
.how-it-works-step.active .how-it-works-step-desc {
    color: #fff;
}

.how-it-works-step-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border-radius: 50%;
    margin-right: 0;
    margin-top: 2px;
}

.how-it-works-step-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #181818;
    margin-bottom: 0.25rem;
    letter-spacing: 0.01em;
}

.how-it-works-step-desc {
    font-size: 0.85rem;
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Animated dots on the SVG path */
.how-it-works-dotted-line .dot {
    animation: moveDot 15s linear infinite;
}

.how-it-works-dotted-line .dot1 {
    animation-delay: 0s;
}

.how-it-works-dotted-line .dot2 {
    animation-delay: 3s;
}

.how-it-works-dotted-line .dot3 {
    animation-delay: 5.6s;
}

.how-it-works-dotted-line .dot4 {
    animation-delay: 8s;
}

.how-it-works-dotted-line .dot5 {
    animation-delay: 12s;
}

@keyframes moveDot {
    0% {
        offset-distance: 0%;
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        offset-distance: 100%;
        opacity: 0;
    }
}

.how-it-works-dotted-line .dot {
    offset-path: path('M0, 120 Q360, 40 720, 120 T1440, 120');
    offset-rotate: 0deg;
}

@supports not (offset-path:path('M0,120 Q360,40 720,120 T1440,120')) {

    /* fallback: hide dots if offset-path not supported */
    .how-it-works-dotted-line .dot {
        display: none;
    }
}

@media (max-width:1000px) {
    .how-it-works-steps {
        gap: 18px;
    }

    .how-it-works-step {
        min-width: 200px;
        padding: 24px 16px 18px 16px;
    }
}

@media (max-width:700px) {
    .how-it-works-title {
        font-size: 2rem;
    }

    .how-it-works-steps {
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }

    .how-it-works-step {
        min-width: 0;
        width: 100%;
        max-width: 400px;
        padding: 20px 10px 14px 10px;
        flex-direction: row;
        justify-content: flex-start;
    }

    .how-it-works-dotted-line {
        height: 100px;
    }
}

.bg-primary-beige {
    background: url(../images/primarybg-inner.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}

.bg-secondary-blue {
    background: url(../images/secondarybg-inner.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}

.inner-mask {
    background: url(../images/inner-mask.png);
    width: 100%;
    height: 100%;
    padding: 40px 0 25px 25px;
    display: block;
    background-position: top left;
    background-size: cover;
}

.inner-redesigned {
    background: url(../images/inner-redesign-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.inner-redesigned .btn-custom {
    position: relative;
    top: 80px;
    border: 10px solid #f9fafb !important;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-18px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes float-rev {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(18px);
    }

    100% {
        transform: translateY(0px);
    }
}

.animate-float {
    animation: float 3s ease-in-out infinite;
}

.animate-float-rev {
    animation: float-rev 3s ease-in-out infinite;
}

.animated-arrow {
    overflow: visible;
}

.animated-arrow g {
    animation: arrow-move-rtl 1.6s cubic-bezier(.4, 0, .2, 1) infinite alternate;
}

@keyframes arrow-move-rtl {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    10% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: translateX(-40px);
        opacity: 0.3;
    }
}

@media (max-width:768px) {
    .rounded-3xl {
        border-radius: 1.5rem;
    }

    .max-w-6xl {
        max-width: 100%;
    }

    .absolute.w-24,
    .absolute.w-32,
    .absolute.w-20,
    .absolute.w-28 {
        width: 60px !important;
        height: 60px !important;
    }
}

.custombg-secondary {
    background: hsla(192, 32%, 44%, 0.13);
    border-radius: 30px;
    padding: 30px;
}

.inner-remodeling-cta {
    background: url(../images/remodel-page-cta.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.inner-remodeling-cta .btn-custom {
    position: relative;
    top: 30px;
    background: transparent !important;
}

.inner-remodeling-cta .btn-custom:hover {
    background: #c6b8a1 !important;
}

.client-logo-section {
    width: 100%;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.client-logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 40px 60px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.client-logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding: 10px;
    background: #fff;
}

.client-logo-item img {
    width: 200px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 16px;
    transition: filter 0.3s;
}

.client-logo-item img:hover {
    filter: grayscale(0%);
}

.client-logo-label {
    font-size: 1rem;
    color: #222;
    margin-top: 8px;
    font-weight: 500;
    letter-spacing: 0.01em;
}

/* Responsive adjustments */
@media (max-width:900px) {
    .client-logo-grid {
        gap: 30px 20px;
    }

    .client-logo-item img {
        max-width: 90px;
        max-height: 60px;
    }
}

@media (max-width:600px) {
    .client-logo-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
    }

    .client-logo-section {
        padding: 20px 0;
    }
}

.bg-custom-white {
    background: #fff;
    border-radius: 30px;
    padding: 80px;
    position: relative;
    z-index: 10;
}

.line-border {
    position: relative;
    top: 0;
    height: 1400px;
}

.line-border:before {
    content: "";
    background: #DEDEDE;
    width: 10px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.step-line {
    height: 0;
    width: 10px;
    background: #4D8795;
    background-size: 4px 8px;
    background-image: radial-gradient(circle, #4D8795 20%, transparent 20%);
    background-position: 0 0;
    transition: height 0.5s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
    z-index: 1;
}

.step-number {
    position: relative;
    z-index: 10;
    background: white;
    padding: 0 4px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #4D8795;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
}

.step-number.active {
    background: #4D8795;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
    border: 5px solid #eaf6fa;
}

/* Hide steps only on mobile, show on tablet and up */
@media (max-width:768px) {

    .step-line,
    .step-number {
        display: none !important;
    }

    .online-interior .container {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .online-interior .md\:ml-8 {
        margin-left: 0 !important;
    }

    /* Hide .line-border inside main on mobile */
    main .line-border {
        display: none !important;
    }
}

@media (max-width:640px) {

    .step-line,
    .step-number {
        display: none !important;
    }

    .online-interior .container {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .online-interior .flex-row,
    .online-interior .md\:flex-row {
        flex-direction: column !important;
    }

    .online-interior .md\:w-2\/5,
    .online-interior .md\:w-3\/5,
    .online-interior .md\:w-2\/3 {
        width: 100% !important;
    }

    .online-interior img {
        max-height: 180px !important;
        object-fit: cover;
    }

    .online-interior .mb-16,
    .online-interior .mb-20,
    .online-interior .mb-24 {
        margin-bottom: 1.5rem !important;
    }

    .online-interior .mb-10,
    .online-interior .mb-12 {
        margin-bottom: 1rem !important;
    }

    .online-interior .gap-4,
    .online-interior .gap-6 {
        gap: 0.75rem !important;
    }

    .online-interior .text-xl,
    .online-interior .text-2xl,
    .online-interior .text-3xl,
    .online-interior .text-4xl,
    .online-interior .text-5xl,
    .online-interior .text-7xl {
        font-size: 1.1rem !important;
    }

    /* Hide .line-border inside main on mobile */
    main .line-border {
        display: none !important;
    }

    .line-border:before {
        display: none !important;
    }
}

.dream-space-banner {
    background: url(../images/how-it-works/reality-cta-bg.png);
    position: relative;
    background-size: 100% 75%;
    background-position: top center;
    padding: 50px 0;
    background-repeat: no-repeat;
}

.dream-space-container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
}

.dream-space-images {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.main-img-wrapper {
    position: relative;
    z-index: 2;
    margin: 0 30px;
}

.main-img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.side-img {
    width: 90px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    border: 4px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
    background: #eee;
}

.dream-space-content {
    min-width: 260px;
    z-index: 10;
    padding-left: 0;
    padding-right: 0;
}

.dream-space-heading2 {
    font-size: 32px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    line-height: normal;
}

.dream-space-heading1 {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.dream-space-btn {
    display: inline-block;
    background: #d2c3ad;
    color: #fff;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.7rem 2.2rem;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: background 0.2s;
    text-decoration: none;
    margin-top: 0.5rem;
    border: 2px solid #fff;
}

.dream-space-btn:hover {
    background: #4d8795;
}

/* FAQ SECTION */
.faq-section {
    background: #fff;
    position: relative;
}

.faq-glass-container {
    background: url(../images/faqs-bg.jpg);
    padding: 3rem 3rem 10rem 3rem;
    margin: 2rem auto;
    background-position: top center;
    background-size: 100% 100%;
}

.faq-tabs {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    justify-content: space-between;
    background: rgb(12 11 11 / 50%);
    padding: 5px;
    border: 2px solid rgb(221 221 221 / 30%);
    border-radius: 10px;
}

.faq-tab {
    background: none;
    border: none;
    color: #fff;
    font-weight: 500;
    padding: 0.75rem 0;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    font-size: 1rem;
    outline: none;
    width: 23%;
}

.faq-tab.active {
    color: #fff !important;
    background: #4D8795;
    background: -webkit-linear-gradient(0deg, rgba(77, 135, 149, 1) 0%, rgba(10, 106, 129, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(77, 135, 149, 1) 0%, rgba(10, 106, 129, 1) 100%);
    background: linear-gradient(0deg, rgba(77, 135, 149, 1) 0%, rgba(10, 106, 129, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4D8795", endColorstr="#0A6A81", GradientType=0);
}

.faq-tabs-content-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    min-height: 400px;
    gap: 0;
}

.faq-tabs-content {
    /* No longer used, replaced by .faq-tabs-content-grid */
    display: none;
}

.faq-tab-panel {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transition: transform 0.5s cubic-bezier(.77, 0, .18, 1), opacity 0.5s;
    opacity: 0;
    z-index: 1;
}

.faq-tab-panel.active {
    display: block;
    position: relative;
    opacity: 1;
    transform: translateX(0);
    z-index: 2;
    animation: slideInLeft 0.5s;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(60px);
    }

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

.faq-accordion-list {
    max-height: 430px;
    overflow-y: auto;
    scrollbar-width: initial;
    scrollbar-color: #4A9DB1 #e1e1e147;
    padding-right: 30px;
}

.faq-accordion-list::-webkit-scrollbar {
    width: 8px;
}

.faq-accordion-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

.faq-accordion-list::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 6px;
}

.faq-accordion {
    background: rgba(255, 255, 255, 0.25);
    margin-bottom: 1rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-accordion-header {
    padding: 1rem 1rem 1rem 1rem;
    cursor: pointer;
    font-weight: 400;
    color: #ffffff94;
    background: rgb(108 109 110 / 0%);
    transition: background 0.2s;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 48px;
    justify-content: space-between;
}

.faq-accordion-header.active {
    background: #fff;
    color: #000;
}

.faq-accordion-header .faq-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-left: 12px;
    margin-right: 0;
    font-size: 1.3em;
    color: #fdfdfd;
    font-weight: 400;
    transition: color 0.3s;
    flex-shrink: 0;
    background: none;
    border: none;
}

/* Remove old arrow CSS */
.faq-accordion-header .faq-arrow::before {
    content: none;
}

.faq-accordion-header .faq-arrow .faq-plus {
    display: inline;
}

.faq-accordion-header .faq-arrow .faq-minus {
    display: none;
}

.faq-accordion-header.active .faq-arrow .faq-plus {
    display: none;
}

.faq-accordion-header.active .faq-arrow .faq-minus {
    display: inline;
    color: #000;
}

.faq-accordion-body {
    display: none;
    padding: 1rem;
    background: #fff;
    color: #000;
}

.faq-accordion-header.active+.faq-accordion-body {
    display: block;
}

.vertical-faq-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: 0.2em;
    color: rgb(255 255 255 / 20%);
    font-weight: bold;
    font-size: 6rem;
    user-select: none;
    text-align: center;
}

@media (max-width: 1024px) {
    .faq-tabs-content-grid {
        grid-template-columns: 1fr;
    }

    .col-span-6,
    .col-span-2 {
        grid-column: span 1 / span 1 !important;
    }

    .vertical-faq-text {
        display: none;
    }
}

@media (max-width: 600px) {
    .faq-glass-container {
        padding: 1rem;
    }

    .faq-tabs {
        flex-direction: column;
        gap: 0.5rem;
    }

    .faq-tab {
        width: 100%;
        border-radius: 10px;
    }

    .faq-tabs-content-grid {
        grid-template-columns: 1fr;
    }

    .vertical-faq-text {
        display: none;
    }
}

/* PRICING SECTION */
.pricing-card {
    height: 550px;
}

.bg-pricing {
    background: url(../images/pricing-bg.jpg);
    padding: 3rem 3rem 10rem 3rem;
    background-position: top center;
    background-size: 100% 100%;

}

.pricing-tabs {
    padding: 5px;
    border: 1px solid rgb(255 255 255 / 50%);
    border-radius: 10px;
}

.pricing-card .font-small {
    color: hsl(0deg 0% 100% / 60%);
}

.pricing-card .pack-price {
    font-size: 50px;
    line-height: 50px;
}

.pricing-card .packages-cont li {
    font-size: 12px;
    color: #fff;
    line-height: 1.8;
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}

.pricing-card .packages-cont li:before {
    content: "";
    background: #fff;
    width: 5px;
    height: 5px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
}

.pricing-card .packages-cont {
    font-size: 0;
    margin-bottom: 20px;
    height: 250px;
    list-style: none;
    padding: 0;
    display: block;
    min-height: 250px;
    max-height: 250px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #C6B8A1 hsl(0deg 0% 84% / 20%);
    padding-right: 10px;
}

.pricing-card .packages-cont::-webkit-scrollbar {
    width: 8px;
    background: hsl(0deg 0% 84% / 20%);
}

.pricing-card .packages-cont::-webkit-scrollbar-thumb {
    background: #C6B8A1;
    border-radius: 8px;
}

.pricing-card .packages-cont::-webkit-scrollbar-thumb:hover {
    background: #C6B8A1;
}

.pricing-card .pack-btn {
    height: 85px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom: 0;
    padding: 20px;
    background: #271D0E;
}

.pricing-card:hover {
    background: #271D0E;

}

.pricing-card:hover .pack-btn {
    background: #82755F;
}

.pricing-cta-section {
    background: url(../images/extra-help-bg.png);
    position: relative;
    background-size: 100% 100%;
    background-position: top center;
    padding: 50px 0;
    background-repeat: no-repeat;
}

.form-error {
    display: block;
    opacity: 0;
    max-height: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s cubic-bezier(.4, 0, .2, 1), max-height 0.4s cubic-bezier(.4, 0, .2, 1), transform 0.4s cubic-bezier(.4, 0, .2, 1);
    color: #ef4444;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    pointer-events: none;
}

.form-error.active {
    opacity: 1;
    max-height: 40px;
    transform: translateY(0);
    pointer-events: auto;
    text-align: left;
    font-size: 12px;
}

#formMessage {
    opacity: 0;
    max-height: 0;
    transition: opacity 0.5s cubic-bezier(.4, 0, .2, 1), max-height 0.5s cubic-bezier(.4, 0, .2, 1);
    will-change: opacity, max-height;
}

#formMessage.active {
    opacity: 1;
    max-height: 60px;
}

.input-error {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 2px #fee2e2;
    transition: border-color 0.4s, box-shadow 0.4s;
}

#contactForm input, #contactForm textarea {
    background: #D7E3E7;
    border:1px solid #ddd;
}

@media (max-width: 1024px) {
  .customformbg, .custombluebg {
    padding: 20px;
    border-radius: 18px;
  }
  .compare-image-container {
    max-width: 100%;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .customformbg, .custombluebg {
    padding: 12px;
    border-radius: 12px;
  }
  .compare-image-container {
    max-width: 100%;
    margin: 0;
  }
  .drop-zone {
    padding: 1.5rem !important;
  }
  .compare-slider {
    width: 100%;
  }
  .room-btn, .btn-custom, .btn-tan {
    width: 100%;
    min-width: 0;
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }
}

@media (max-width: 480px) {
  .customformbg, .custombluebg {
    padding: 6px;
    border-radius: 8px;
  }
  .compare-image-container {
    max-width: 100%;
    margin: 0;
    border-radius: 8px;
  }
  .drop-zone {
    padding: 1rem !important;
  }
  .room-btn, .btn-custom, .btn-tan {
    font-size: 0.95rem;
    padding: 0.5rem 0.75rem;
  }
  .compare-slider {
    width: 100%;
  }
}