:root {
    --primary: #6b2c3e;
    /* Deep wine/burgundy */
    --accent: #c9a96e;
    /* Gold/beige accent */
    --dark: #1a1a1a;
    --light: #f8f5f1;
    --gray: #e0d9d1;
    --radius: 12px;
}
html{
    scroll-behavior:smooth;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background: #ffff;
}
.img-text ul li{
    padding-top: 10px;
}
section[id]{
    scroll-margin-top: 120px;
}
.footer{
    margin-top: 50px;
}
ul {
   
    margin-bottom: 0rem;
}
#renovation-services{
    padding-top: 50px;
}
.second-navbar {
    position: sticky;
    top: 12%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    padding: 15px 0;
}
.galler1{
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
}

.galler1 img{
    width: 100%;
    transition: 0.5s ease;
    
}
.footer{
    background-color: #222;
}
/* DARK OVERLAY */
.galler1::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
    opacity: 0;
    transition: 0.5s ease;
    z-index: 1;
    
}

/* HOVER EFFECT */
.galler1:hover img{
    transform: scale(1.08) rotate(2deg);
}

.galler1:hover::before{
    opacity: 1;
}

/* OPTIONAL SHADOW */
.galler1:hover{
    box-shadow: 0 15px 35px rgba(0,0,0,0.18);
}
.nav-links {
    display: flex;
    justify-content: center; /* Note: center might interfere with scrolling if items exceed width; consider 'flex-start' for mobile */
    align-items: center;
    gap: 15px;
    list-style: none;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 20px;
    scroll-behavior: smooth; /* Add this */
    -webkit-overflow-scrolling: touch; /* Smooth momentum scrolling for iOS */
}

.nav-links::-webkit-scrollbar {
    display: none;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    padding: 10px 20px;
    border-radius: 30px;
    transition: 0.3s;
    font-weight: 600;
}

@media(max-width:768px) {

    .nav-links {
        justify-content: flex-start;
    }

    .nav-links a {
        font-size: 14px;
        padding: 8px 15px;
    }

    .section {
        font-size: 35px;
    }
}

.parallax-bg {
    background-image: url(../img/leeave.webp);
    background-repeat: no-repeat;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}

/*header {*/
/*    height: 100vh;*/
/*    min-height: 800px;*/
/*    background: linear-gradient(rgba(107, 44, 62, 0.75), rgba(107, 44, 62, 0.55)),*/
/*        url('https://images.prismic.io/luxdeco-dev/MzlkZDk0OWEtYjEzZC00MmI0LWE4MmUtNmY2ZTA5MGM4MTNj_neutral_living_rooms_ideas___decorating_with_neutrals___luxdeco.com_1_6d02e69a-f9a4-431f-9cff-eb21c3f00dab.jpg?auto=compress,format&w=1200&q=100') center/cover no-repeat fixed;*/
    /* Parallax effect */
/*    display: flex;*/
/*    align-items: center;*/
/*    text-align: center;*/
/*    color: white;*/
/*    position: relative;*/
/*}*/

h3 {
    font-family: Rancho, cursive;
    font-size: 38px;
}

h4 {
    font-family: Rancho, cursive;
    font-size: 28px;
    margin-bottom: 0px;
}

.mb {
    margin-bottom: 50px;
}

.ele {
    margin-top: 50px;
}

.srv-bx img {
    margin-bottom: 15px;
    border-radius: 10px;
}

/*header::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background: radial-gradient(circle at 30% 70%, rgba(201, 169, 110, 0.15), transparent 60%);*/
/*}*/

.hero-content {
    position: relative;
    z-index: 2;
}

a {
    text-decoration: none;
    color: black;
}

.logo {
    font-family: 'Playfair Display', serif;
    font-size: clamp(3.5rem, 8vw, 7rem);
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 16px;
}

.logo span {
    color: var(--accent);
}

.tagline {
    font-size: clamp(1.4rem, 4vw, 2.2rem);
    font-weight: 300;
    font-style: italic;
    margin: 20px 0 40px;
}

.subtitle {
    font-size: 1.3rem;
    max-width: 780px;
    margin: 0 auto;
    opacity: 0.95;
}

section {

    position: relative;
}

.renovation-img {
    margin-top: 20px;
    text-align: center;
}

.renovation-img img {
    margin-bottom: 20px;
}

.renovation {
    position: relative;
}

.rwm img {
    position: absolute;
    left: 43%;
    bottom: 10%;

}

.case-section {
    background: linear-gradient(135deg, #f8f5f1 0%, #fff 100%);
    padding: 50px 0px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #7b1e49;
    color: #fff;
}

.nv-link {
    background: transparent;
    border: 0;
    border-radius: 0.25rem;
    box-shadow: 0 4px 15px rgba(139, 69, 19, 0.08), 0 2px 6px rgba(128, 0, 32, 0.12), inset 0 1px 3px rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
    margin-right: 10px;
}

.nv-link {
    color: #000;
}

.pr-img {
    border: 2px dashed #7b1e49;
    background: #000;
}

h2 {
    font-family: Volkhov, serif;
    font-size: 40px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    margin-bottom: 40px;
}

h2::after {
    content: '';
    width: 120px;
    height: 3px;
    background: #7b1e49;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.intro-text {
    font-size: 1.25rem;
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
    color: #444;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 40px;
}

.card {
    background: white;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 60px rgba(107, 44, 62, 0.15);
}

.card-img {
    height: 280px;
    background-size: cover;
    background-position: center;
}

.card-content {
    padding: 32px;
}

.stats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;

}

.stat {
    text-align: center;
}

.stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #7b1e49;
    line-height: 1;
}

.stat-label {
    font-size: 1.1rem;
    color: #555;
    margin-top: 8px;
}

/* Timeline Styles */
.timeline {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    padding: 40px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--primary);
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.6s ease;
}

.besko .modal-body {
    border-radius: 20px !important;
    background: #f7f7f7;
    padding: 20px;
    border: none !important;
}

.besko .modal-body ul li {
    padding-top: 10px;
}

.besko .modal-body ul {
    list-style: none;
}

.besko .modal-body ul li::before {
    content: "▸";
    position: absolute;
    left: 4%;
    color: #a94442;
    font-size: 18px;
}

.exist {
    margin-top: 30px;
}

.btn-close {
    background-color: #7b1e498c !important;
    width: 20px;
    height: 20px;
    opacity: 1;
    border-radius: 20px;
    padding: 5px;
    font-size: 10px;
    --bs-btn-close-white-filter: none;
}

.float-end {
    float: right !important;
}

.timeline.visible::before {
    opacity: 1;
}

.imh-modal img {
    border-radius: 20px;
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.step {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.timeline.visible .step {
    opacity: 1;
    transform: translateY(0);
}

.step-number {
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 600;
    z-index: 2;
    flex-shrink: 0;
}

.step-content {
    background: white;
    padding: 20px 30px;
    border-radius: var(--radius);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    width: 45%;
    position: relative;
}

.step:nth-child(even) {
    flex-direction: row-reverse;
}

.step:nth-child(even) .step-content {
    margin-left: auto;
}

.step::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: white;
    transform: translateX(-50%);
    z-index: 1;
}

.step:nth-child(even)::before {
    border-left-color: transparent;
    border-right-color: white;
    left: auto;
    right: 50%;
    transform: translateX(50%);
}

.case-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 100px;
}

.case-grid.reverse {
    grid-template-columns: 1fr 1fr;
}

.case-text h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: var(--primary);
    margin-bottom: 24px;
}

.highlight {
    color: var(--primary);
    font-weight: 600;
}

footer {
    background: var(--dark);
    color: white;
    text-align: center;
    padding: 60px 0 40px;
    font-size: 0.95rem;
}

.tile-section {
    padding: 50px 0px;
    background: #f4f4f4;
}

.tile-section2 {
    padding: 50px 0px;
}

.gautam-section {
    padding: 30px 0px;
}

.parallax1-bg {
    background-image: url(../img/renovation/last-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 40px;
}

.rene-img {
    margin-bottom: 20px;
}

.renetext ul li {
    padding-top: 10px;
}

.spac {
    margin-bottom: 10px;
    border-bottom: 2px solid #7b1e49;
    width: fit-content;
}

.brief {
    margin-top: 30px;
}

.gf-img {
    position: relative;
}

.gf-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffffd8;
    color: #7b1e49;
    padding: 7px 20px 3px 20px;
    border-radius: 8px;
}

.gf-img img {
    margin-bottom: 20px;
}

.tile-img {
    position: relative;
}

.img-arrow {
    position: absolute;
    top: -20%;
    left: 25%;
    transform: translate(-50%, -50%);

}

.img-arrow2 {
    position: absolute;
    bottom: -57%;
    left: 35%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.container-custom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
}

/* LEFT SIDE */

.left-content {
    flex: 1;
}

.script {
    font-family: cursive;
    color: #7b1e49;
    font-size: 28px;
    margin-bottom: 20px;
}

.main-title {
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 2px;
}

/* RIGHT SIDE */

.right-gallery {
    flex: 1.2;
    position: relative;
}

.vertical-line {
    position: absolute;
    left: -30px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #7b1e49;
}

/* GRID LAYOUT */



.img-box {
    background: white;
    margin-bottom: 10px;
}

.img-box img {
    width: 100%;
    display: block;
}

/* POSITIONING */

.img-top {
    grid-column: 1 / 2;
}

.img-right {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}

.img-box2 {
    margin-top: 30px;

}

.img-box2 img {
    width: 100%;
    display: block;
}

.img-bottom {
    grid-column: 1 / 2;
}

.srv-bx {
    background: #f3f3f3;
    border-radius: 30px;
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    margin-top: 30px;
}

.solution {
    text-transform: capitalize;
}

.icon-box img {
    width: 20px;
}

.process {

    padding-bottom: 60px;
}

.process-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 16px;
    transition: 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    background: linear-gradient(135deg, #7b1e49, #b84f79);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrapper i {
    color: #fff;
    font-size: 28px;
}

.abt-imgs {
    margin-top: 30px;
}

.process-card h6 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
}

.icon-wrapper {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    background: linear-gradient(135deg, #7b1e49, #b84f79);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bgfz {
    margin-bottom: 0px;
}

.bang {
    margin-bottom: 30px;
}

.process-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    /* makes icon white */
}

.timeline {
    position: relative;
    margin-top: 20px;
}

.timeline-step {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 50px;
    margin-bottom: 40px;
}

/* Connector line */
.timeline-step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 17px;
    top: 35px;
    width: 3px;
    height: calc(100% - 10px);
    background: #7b1e49;
}

/* Number circle */
.circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: #7b1e49;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
}

/* Text */
.content p {
    margin: 5px 0 0 0;
    font-size: 15px;
    font-weight: 500;
}

/* Timeline Wrapper */
.timeline {
    position: relative;
    margin-left: 20px;
}

/* Each Step */
.timeline-step {
    position: relative;
    padding-left: 60px;
    margin-bottom: 45px;
}

/* Connector Line */
.timeline-step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 18px;
    top: 41px;
    width: 3px;
    height: calc(100% - 0px);
    background: #7b1e49;
}

/* Circle */
.circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    background: #7b1e49;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s ease;
}

/* Hover Effect */
.timeline-step:hover .circle {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Text */
.content p {
    margin: 5px 0 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .timeline {
        margin-top: 30px;
    }
}


@media (max-width: 1024px) {

    .case-grid,
    .case-grid.reverse {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .timeline::before {
        left: 25px;
    }

    .step,
    .step:nth-child(even) {
        flex-direction: column;
        text-align: center;
    }

    .step-content {
        width: 100%;
        margin: 20px 0;
    }

    .step::before {
        display: none;
    }

    .step-number {
        margin: 0 auto 20px;
    }
}

.process {
    background-color: #f3f4f3;
    padding: 50px 0px;
}

@media (max-width: 992px) {

    .container-custom {
        flex-direction: column;
    }

    .vertical-line {
        display: none;
    }

    .main-title {
        font-size: 32px;
    }

.brief img{
    margin-bottom:20px;
}

    .img-right {
        grid-column: auto;
        grid-row: auto;
    }
    h2 {
    font-size: 30px;
    line-height: 36px;   
    }
    
    .second-navbar {
    position: sticky;
    top: 6%;}
   
   h3 {
    font-size: 28px;
    line-height: 30px;
} 
.spac {
    
    font-size: 24px;
}
  .second-navbar{
        overflow:hidden;
    }

    .nav-links.owl-carousel{
        display:block !important; /* Owl ko control lene do */
    }

    .nav-links li{
        width:auto;
    }

    .nav-item{
        /*white-space:nowrap;*/
        display:inline-block;
        font-size:12px;
    }
    .parallax1-bg {
   padding: 30px 20px;
}
.case-section {
    background: linear-gradient(1deg, #f8f5f1 0%, #ffffff 100%);
    padding: 50px 0px;
}
}