body{
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    font-family: "Raleway", sans-serif; 
}
ul{
    margin: 0;
    padding: 0;
} 
li{
    list-style: none;
} 
a{
    text-decoration: none;
    transition: all .5s ease;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}
.container-fluid{
    padding: 0px 40px;
}

.cont-cent-cent{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cont-cent-rgt{
    display: flex;
    justify-content: right;
    align-items: center;
}
.cont-midd{
    display: flex;
    align-items: center;
}


/* =======Default css end=========== */

        .navbar {
            background-color: transparent;
            padding-top: 0;
            z-index: 1000;
        }

        .logo-container {
            background-color: white;
            padding: 15px 20px;
            border-bottom-right-radius: 20px;
            display: flex;
            align-items: center;
            padding-left: 25px;
        }

        .navbar-brand img {
            width: 180px;
        }

        .navbar-dark .navbar-nav .nav-link {
            color: white;
            font-weight: 500;
            padding: 0 15px;
            font-size: 0.95rem;
        }
        
        .navbar-dark .navbar-nav .nav-link:hover {
            color: #d1d1d1;
        }


.btn-enquiry {
    background-color: white;
  color: #333;
  border-radius: 50px;
  padding: 10px 30px 10px 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.btn-enquiry:hover {
    color: #000;
}

.btn-enquiry .icon-circle {
    background-color: #b08d73;
  color: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transform: rotate(-45deg);
  position: absolute;
  right: -15px;
}
  
        .carousel-item {
            height: 100vh;
            min-height: 400px;
            background: no-repeat center center scroll;
            background-size: cover;
            border-radius: 10px;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.6); 
            border-radius: 10px;
        }

        .carousel-caption {
            z-index: 2;
            bottom: -5%;
        }

        .hero-title {
            font-size: 55px;
            margin-bottom: 20px;
            font-family: "Antic Didone", serif;
        }

        .hero-text {
            font-size: 1.1rem;
            margin: 0 auto 40px auto;
            line-height: 1.6;
        }

        .btn-hero {
            background-color: transparent;
            border: 2px solid white;
            color: white;
            border-radius: 50px;
            padding: 8px 8px 8px 30px;
            font-size: 1.1rem;
            font-weight: 500;
            display: inline-flex; 
            align-items: center;
            text-decoration: none;
            transition: all 0.3s;
        }

        .btn-hero:hover {
            background-color: white;
            color: #333;
        }

        .btn-hero .icon-circle {
            background-color: #b08d73;
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 15px;
            transform: rotate(-45deg);
        }

        .carousel-indicators {
            bottom: 30px;
            justify-content: flex-end;
            margin-right: 5%;
        }

        .carousel-indicators [data-bs-target] {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #b08d73;
            opacity: 0.5;
            margin: 0 5px;
        }

        .carousel-indicators .active {
            opacity: 1;
            border: 2px solid white; 
            background-color: transparent;
            width: 14px;
            height: 14px;
        }

        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            background-color: rgba(255,255,255,0.2);
            border-radius: 50%;
            padding: 25px;
            background-size: 50%, 50%;
        }

        /* --- Media Queries --- */
        @media (max-width: 991px) {
            .navbar { background-color: #000; }
            .navbar-dark .navbar-nav .nav-link {
                padding: 5px 15px;
            }
            .logo-container { border-radius:0 0px 15px 0;  top: 0; padding: 10px; }
            .hero-title { font-size: 30px; }
            .btn-enquiry { margin-bottom: 15px; display: inline-flex; }
        }
        .full-head{
            margin: 10px;
            border-radius: 10px;
        }

.carousel-indicators {
    right: 0;
    bottom: 0;
    left: auto; 
    margin: 0;  
    width: auto; 
    background-color: white;
    padding: 25px 55px; 
    border-top-left-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.carousel-indicators [data-bs-target] {
    background-color: #cda27e; 
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 6px;
    border: none;
    opacity: 1; 
}

.carousel-indicators .active {
    background-color: transparent; 
    border: 2px solid #cda27e; 
    width: 16px; 
    height: 16px;
    position: relative;
    top: -1px; 
}

.carousel-indicators .active::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #cda27e;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.nq-section-wrapper {
            padding: 80px 0;
            background-color: #fff;
            position: relative;
        }

        .nq-image-container {
            position: relative;
            padding-bottom: 60px; 
        }

        .nq-main-img {
            width: 95%; 
            border-radius: 30px; 
            object-fit: cover;
            height: 550px;
            min-height: 550px; 
        }

        .nq-overlap-img-wrapper {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 220px; 
            height: 220px;
            border: 8px solid #ffffff; 
            border-radius: 50%;
            overflow: hidden;
            z-index: 2;
        }

        .nq-overlap-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .nq-text-container {
            padding-left: 3rem; 
        }
        
        .nq-sub-heading {
            display: inline-flex;
            align-items: center;
            color: #A8876D;
            font-weight: 500;
            letter-spacing: 2px;
            text-transform: uppercase;
            font-size: 16px;
        }
        
        .nq-main-heading {
            font-size: 50px;
            color: #2c2c2c;
            margin-bottom: 2rem;
            font-family: "Antic Didone", serif;
        }

        .nq-body-text {
            color: #555555;
            line-height: 1.7;
            font-size: 1.05rem;
            margin-bottom: 1.5rem;
        }
        
        .nq-closing-text {
            font-weight: 700;
            color: #2c2c2c;
            font-size: 1.1rem;
        }

        .nq-stats-row {
            margin-top: 35px;
        }

        .nq-stat-item {
            text-align: left;
            padding: 20px;
        }

        .nq-stat-icon-wrapper {
            margin-bottom: 20px;
        }

        .nq-stat-icon-wrapper i {
            font-size: 3.5rem;
            color: #A8876D;
        }

        .nq-stat-number {
            font-size: 3.2rem;
            font-weight: 600;
            color: #A8876D;
            line-height: 1;
            margin-bottom: 15px;
             font-family: "Rubik", sans-serif;
        }

        .nq-stat-label {
            font-size: 28px;
            color: #2c2c2c;
            font-weight: 600;
            margin: 0;
            font-family: "Antic Didone", serif;
        }
 
        @media (max-width: 991.98px) {
            .nq-text-container {
                padding-left: 0;
            }
            .nq-main-heading {
                font-size: 2.2rem;
            }
            .nq-overlap-img-wrapper {
                width: 150px;
                height: 150px;
                border-width: 5px;
            }
             .nq-main-img {
                 min-height: 300px;
             }
        }
        .div-imgres-mn img{
            width: 250px;
            position: absolute;
            right: 0;
            top: 0;
            opacity: 0.5;
        }

        .inner-secc{
            padding:0 50px;
            padding-top: 100px;
            padding-bottom: 50px;
            background-color: #403226;
            border-radius: 30px;
        }
        .text-srrc{
            position: relative;
        }
        .position-sert h3{
            position: absolute;
            top: 50%;
            left: 50%; 
            transform: translate(-50%, -50%);
             font-size: 170px;
  color: #cbad93;
  opacity: 0.1;
  font-weight: 800;
  font-family: "Rubik", sans-serif;
        }

        .cis-card {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            height: 400px;
            width: 100%;
            background-color: #000;
            transition: transform 0.3s ease;
            margin: 40px 0; 
        }

        .cis-card:hover { transform: translateY(-5px); }

        .cis-card-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .cis-card:hover .cis-card-img { transform: scale(1.05); }

        .cis-overlay {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 90%);
            z-index: 1;
        }

        .cis-content {
            position: absolute; bottom: 25px; left: 25px; z-index: 2; max-width: 65%;
        }

        .cis-title {
            color: #ffffff; font-size: 1.5rem; font-weight: 600;
            line-height: 1.2; margin: 0; text-shadow: 0 2px 4px rgba(0,0,0,0.5);
        }

        .cis-button-corner {
            position: absolute; bottom: -1px; right: -1px;
            width: 90px; height: 90px;
            background-color: #403226;
            border-top-left-radius: 100%;
            z-index: 3;
            display: flex; align-items: center; justify-content: center;
            padding-left: 15px; padding-top: 15px;
        }

        .cis-btn-circle {
            width: 45px; height: 45px;
            background-color: #ffffff; border-radius: 50%;
            display: flex; align-items: center; justify-content: center;
            color: #000; text-decoration: none;
            transition: transform 0.3s ease, background-color 0.3s;
        }

        .cis-btn-circle i {
            font-size: 1.2rem; transform: rotate(-45deg); transition: transform 0.3s;
        }

        .cis-card:hover .cis-btn-circle { transform: scale(1.1); background-color: #fff; }
        .cis-card:hover .cis-btn-circle i { transform: rotate(0deg); }

        
        .owl-theme .owl-dots .owl-dot span {
            background: #6c5f59 !important; 
            opacity: 0.5;
            width: 10px;
            height: 10px;
            margin: 5px 6px !important;
        }

        .owl-theme .owl-dots .owl-dot.active span {
            opacity: 1;
            background: transparent !important;
            border: 2px solid #a68b80; 
            width: 14px;
            height: 14px;
        }
        .textun-box h4{
            color: #fff;
            font-size: 16px;
            text-align: center;
            border: 1px solid #fff;
            padding: 12px 20px;
            border-radius: 50px;
            display: inline-block;
            text-align: center;
        }
        .textun-box {
            margin: 15px 0;
        }



        :root {
            --wu-primary-color: #bf8c6c;
            --wu-text-dark: #1a1a1a;
            --wu-text-gray: #555555;
            --wu-bg-color: #ffffff;
        }

        .wu-section-wrapper {
            background-color: var(--wu-bg-color);
            padding: 80px 0;
            overflow-x: hidden; 
        }

        .wu-label {
            color: var(--wu-primary-color);
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 0.85rem;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
        }
        
        .wu-label::before {
            content: '';
            display: inline-block;
            width: 15px;
            height: 30px;
            background-color: var(--wu-primary-color);
            border-radius: 0 30px 30px 0; 
        }

        .wu-main-heading {
            font-size: 2.5rem;
            color: var(--wu-text-dark);
            font-weight: 600;
            margin-bottom: 0;
        }

        .wu-btn-outline {
            border: 1px solid #e0e0e0;
            color: var(--wu-primary-color);
            border-radius: 50px;
            padding: 10px 30px;
            font-weight: 500;
            transition: all 0.3s ease;
            position: relative;
            background: transparent;
        }

        .wu-btn-outline:hover {
            background-color: var(--wu-primary-color);
            color: #fff;
            border-color: var(--wu-primary-color);
        }

        .wu-btn-icon {
            background-color: var(--wu-primary-color);
            color: white;
            border-radius: 50%;
            padding: 4px 8px;
            margin-left: 10px;
            font-size: 0.8rem;
            transition: transform 0.3s ease;
        }

        .wu-btn-outline:hover .wu-btn-icon {
            background-color: white;
            color: var(--wu-primary-color);
            transform: rotate(45deg);
        }

        .wu-feature-item {
            margin-bottom: 40px;
            display: flex;
            align-items: flex-start;
            gap: 20px;
        }

        .wu-icon-box {
            min-width: 60px;
            height: 60px;
            background-color: var(--wu-primary-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
            flex-shrink: 0; 
        }

        .wu-feature-title {
            font-size: 28px;
  color: #2c2c2c;
  font-weight: 600;
  font-family: "Antic Didone", serif;
            margin-bottom: 8px;
        }

        .wu-feature-desc {
            font-size: 0.95rem;
            color: var(--wu-text-gray);
            line-height: 1.6;
            margin: 0;
        }

        .wu-center-circle-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
        }

        .wu-main-img {
            max-width: 100%;
            height: auto;
        }

        @media (max-width: 991px) {
            .wu-main-heading {
                font-size: 2rem;
                margin-bottom: 20px;
            }
            .wu-section-wrapper {
                padding: 40px 0;
            }
            .wu-center-circle-wrapper {
                min-height: 300px;
                margin: 40px 0;
            }
            .wu-circle-bg {
                width: 280px;
                height: 280px;
            }
        }
        .btn-bgdiff{
            background-color: #f6f6f6;
            display: inline-flex;
        }




        .marquee-wrapper-unique-x9z {
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            padding: 20px 0;
            position: relative;
            background: linear-gradient(0deg,rgba(248, 249, 250, 1) 50%, rgba(255, 255, 255, 1) 50%);
        }

        .marquee-track-unique-x9z {
            display: inline-block;
            white-space: nowrap;
            will-change: transform;
            animation: scroll-unique-x9z 20s linear infinite;
        }

        .marquee-item-unique-x9z {
            font-size: 5rem;
  font-weight: 800;
  display: inline-block;
  margin: 10px 10px;
  color: transparent;
  color: #fff; 
  -webkit-text-stroke: 2px black;
  text-stroke: 3px #6b6b6b;
  paint-order: stroke fill; 
  text-transform: capitalize;
        }

        
        .marquee-separator-unique-x9z {
            font-size: 3rem;
            font-weight: 700;
            color: #3e3a35; 
            margin: 0 20px;
        }

        @keyframes scroll-unique-x9z {
            from {
                transform: translateX(0);
            }
            to {
                transform: translateX(-50%);
            }
        }





.uniq-project-section {
    background-color: #f8f9fa; 
    padding-bottom: 80px;
    padding-top: 50px;
}

.uniq-project-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
    height: 100%; 
}

.uniq-project-card:hover {
    transform: translateY(-5px);
}


.uniq-card-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
}


.uniq-content-box {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px; 
    background-color: rgba(255, 255, 255, 0.95);
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 2;
}

.uniq-title {
   font-size: 20px; 
  color: #2c2c2c;
  font-weight: 600;
  font-family: "Antic Didone", serif;
  margin-bottom: 8px;
}

.uniq-location { 
    font-size: 13px;  
    color: #666;
    margin-bottom: 0;
}



.tst-section-wrapper {
            padding: 80px 0;
            background-color: #fff;
            overflow: hidden;
        }

        .tst-sub-heading {
            color: #c19b77;
            letter-spacing: 2px;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 0.85rem;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .tst-sub-heading::before {
            content: '';
            display: inline-block;
            width: 20px;
            height: 10px;
            background-color: #c19b77;
            border-radius: 0 0 20px 20px;
            transform: rotate(-90deg);
        }

        .tst-main-heading {
            font-size: 3.5rem;
            font-weight: 700;
            color: #000;
            line-height: 1.2;
            margin-bottom: 30px;
            position: relative;
            z-index: 2;
        }

        .tst-heading-wrapper {
            position: relative;
        }


        .tst-nav-btn {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            border: none;
            background-color: #c19b77;
            color: #fff;
            font-size: 1.2rem;
            transition: all 0.3s ease;
            margin-right: 10px;
            cursor: pointer;
            z-index: 10;
            position: relative;
        }

        .tst-nav-btn:hover {
            background-color: #3e2b26;
            transform: translateY(-3px);
        }

        .swiper {
            width: 100%;
            padding-bottom: 20px;
            overflow: hidden; 
            padding-right: 10px; 
        }

        .swiper-slide {
            height: auto;
            display: flex; 
        }

        .tst-card {
            background-color: #3e2b26;
            color: #fff;
            padding: 40px 30px;
            border-radius: 20px;
            width: 100%;
            height: 100%;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .tst-stars {
            color: #f4c95d;
            font-size: 0.9rem;
            margin-bottom: 20px;
        }

        .tst-review-text {
            font-size: 0.95rem;
            line-height: 1.6;
            color: #e0e0e0;
            font-weight: 300;
            margin-bottom: 30px;
        }

        .tst-client-info {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: auto;
        }

        .tst-client-details h5 {
            font-size: 1.2rem;
            margin-bottom: 2px;
            color: #fff;
        }

        .tst-client-details span {
            font-size: 0.8rem;
            color: #c19b77;
            text-transform: uppercase;
        }

        .tst-client-img {
            width: 85px;
  height: 85px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  position: absolute;
  right: -10px;
  bottom: -10px;
        }

        @media (max-width: 991px) {
            .tst-section-wrapper { padding: 50px 0; }
            .tst-main-heading { font-size: 2.5rem; }
            .tst-heading-wrapper::before { font-size: 10rem; top: -40px; }
            .tst-heading-wrapper, .tst-sub-heading { justify-content: left; }
        }

        @media (max-width: 576px) {
            .tst-main-heading { font-size: 2rem; }
            .tst-card { padding: 30px 20px; }
        }




        .min-seccc-step{
            background-image: url(../images/bggreybg.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            padding: 80px 0;
        }
        .btm-secmn img{
            width: 100%;
        }
        


   
        .bp-item {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px;
        }

        .bp-logo-img {
            max-width: 160px !important; 
            height: 80px; 
            object-fit: contain;
            width: auto !important; 
            margin: 0 auto; 
            filter: grayscale(0%);
            transition: transform 0.3s ease;
        }
        
        .bp-logo-img:hover {
            transform: scale(1.1);
        }
        .bp-section{
            padding: 80px 0;
        }



        .nstq-footer-section {
            background-color: #000000;
            color: #ffffff;
            padding-top: 100px;
        }

        .nstq-brand-logo {
            max-width: 180px;
            margin-bottom: 20px;
            display: block;
        }

        .nstq-desc-text {
            color: #e0e0e0;
            line-height: 1.6;
            margin-bottom: 25px;
            max-width: 350px;
        }

        .nstq-social-label {
            font-weight: 700;
            text-transform: uppercase;
            margin-right: 15px;
            letter-spacing: 0.5px;
        }

        .nstq-social-icons-wrapper {
            display: flex;
            align-items: center;
        }

        .nstq-social-btn {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: 35px;
            height: 35px;
            background-color: #ffffff; 
            color: #000;
            border-radius: 50%;
            margin-right: 10px;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .nstq-social-btn:hover {
            background-color: #fff;
            transform: translateY(-3px);
            color: #000;
        }

        .nstq-col-heading {
            font-size: 25px;
            font-weight: 500;
            text-transform: uppercase;
            margin-bottom: 25px;
            letter-spacing: 0.5px;
            font-family: "Antic Didone", serif;
        }

        .nstq-links-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .nstq-links-list li {
            margin-bottom: 12px;
        }

        .nstq-service-link {
            color: #ffffff;
            text-decoration: none;
            transition: color 0.2s;
        }

        .nstq-service-link:hover {
            color: #ffffff;
            padding-left: 5px;
        }

        .nstq-contact-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 25px;
        }

        .nstq-icon-circle {
            width: 40px;
            height: 40px;
            min-width: 40px;
            background-color: #ffffff; 
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #000;
            margin-right: 15px;
            font-size: 18px;
        }

        .nstq-contact-details h6 {
            font-weight: 700;
            margin: 0 0 2px 0;
            font-size: 16px;
        }

        .nstq-contact-details p, 
        .nstq-contact-details a {
            margin: 0;
            color: #fff;
            text-decoration: none;
            font-size: 15px;
            line-height: 1.4;
        }

        .nstq-copyright-bar {
            border-top: 1px solid #333;
            padding: 20px 0;
            margin-top: 40px;
            text-align: center;
            color: #888;
            font-size: 14px;
        }








    .img-bannercommon {
         background-image: url(../images/com-banner.jpg);
         background-position: center;
         background-size: cover;
         background-repeat: no-repeat;
         padding-top: 170px ;
         padding-bottom: 80px;
         border-radius: 10px;
    }
    .img-bannercommon h3{
        color: #fff;
        font-size: 40px;
        margin-bottom: 5px;
    }
    .img-bannercommon h6 {
        color: #fff;
    }
    .img-bannercommon h6 a{
        color: #A8876D;
    }
    .nq-main-heading-2{
        font-size: 34px;
  color: #2c2c2c;
  font-weight: 500;
  font-family: "Antic Didone", serif;
  margin-bottom: 8px;
    }
    .mid-secimgg img{
        width: 100%;
    }
    .ab-extra .nq-stat-number{
        font-size: 2.2rem;
  margin-bottom: 5px;
    }
    .ab-extra .nq-stat-label {
  font-size: 20px;
    }
    .main-seccare{
        background-image: url(../images/demo-3-pattern.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 80px 0;
    }


   .unique-section-wrapper {
        padding: 80px 0;
    }

    .unique-card-wrapper {
        position: relative;
        height: 100%;
    }

    .unique-feature-card {
        background-color: #3e2b26; 
        padding: 40px 35px 50px 35px;
        border-radius: 20px; 
        height: 100%;
        position: relative;
        -webkit-mask-image: radial-gradient(circle at bottom right, transparent 80px, black 41px);
        mask-image: radial-gradient(circle at bottom right, transparent 80px, black 41px);
        
        overflow: hidden; 
    }

    .unique-icon-circle {
        width: 80px;
        height: 80px;
        background-color: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        font-size: 32px;
        color: #3e3e3e;
    }

    .unique-card-title {
        font-weight: 600;
  font-size: 25px;
        color: #ffffff; 
        line-height: 1.2;
        margin-bottom: 25px;
        font-family: "Antic Didone", serif;
    }

    .unique-divider {
        border: 0;
        height: 1px;
        background-color: #E5E5E5;
        margin-bottom: 25px;
        width: 100%;
        opacity: 1;
    }
    .unique-card-text {
        color: #ffffff;
        font-size: 1rem;
        line-height: 1.6;
        font-weight: 400;
        margin-bottom: 0;
    }

    .unique-action-btn {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 60px; 
        height: 60px;
        background-color: #F9F9F9; 
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #3b352f;
        font-size: 20px;
        transition: transform 0.3s ease;
        z-index: 2;
        box-shadow: -2px -2px 10px rgba(255,255,255, 1), 2px 2px 10px rgba(0,0,0,0.05);
    }

    .unique-action-btn:hover {
        transform: rotate(45deg);
        color: #000;
    }
    
    .bi {
        -webkit-text-stroke: 0.5px; 
    }

    .main-sec-twww{
        background-image: url(../images/our-ms.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding: 100px 0;
        margin-bottom: 2px;
    }
    .desc-p p{
        color: #fff;
        text-align: justify;
    }
    .leftsdi{
        padding: 50px;
  background-color: #0000008c;
  border-radius: 20px;
  transition: transform 0.3s ease;
    }
    .leftsdi:hover{
        transform: translateY(-5px);
    }


.pg-gallery{
  padding:20px;
}

.pg-gallery-title{
  text-align:center;
  font-size:3em;
  padding:40px 0;
  font-weight:normal;
}

/* FILTER BUTTONS */
.pg-filter-wrap{
  text-align:center;
  margin-bottom:40px;
}

.pg-filter-btn{
  padding:10px 20px;
  background:#A8876D;
  color:#fff;
  border:none;
  cursor:pointer;
  font-size:16px;
  margin:5px;
  border-radius: 6px;
}

.pg-filter-btn.pg-active{
  background:#403226;
}

/* GRID */
.pg-grid{
  display:flex;
  flex-wrap:wrap;
}

.pg-item{
  width:33.33%;
  padding:15px;
  list-style:none;
  text-align:center;
}

/* IMAGE BOX */
.pg-img-box{
  position:relative;
  overflow:hidden;
}

.pg-img-box img{
  width:100%;
  display:block;
}

/* OVERLAY */
.pg-img-box::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.55);
  opacity:0;
  transition:0.3s ease;
}

/* VIEW BUTTON */
.pg-view-btn{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  background:rgb(255, 255, 255);
  color:#000000;
  padding:10px 22px;
  text-decoration:none;
  font-size:13px;
  text-transform:uppercase;
  border-radius:3px;
  opacity:0;
  transition:0.3s ease;
  z-index: 5;
}

/* HOVER */
.pg-img-box:hover::after,
.pg-img-box:hover .pg-view-btn{
  opacity:1;
}

.pg-item-title{
  margin-top:10px;
  font-size:14px;
}

@media(max-width:768px){
  .pg-item{width:50%;}
}

@media(max-width:480px){
  .pg-item{width:100%;}
}


.srv-unique-section {
    padding: 80px 0;
}

.srv-unique-card {
    background: transparent;
    border: none;
    margin-bottom: 30px;
}

.srv-unique-img-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.srv-unique-img-wrapper img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.srv-unique-icon-box {
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(50%);
    z-index: 2;
}

.srv-unique-icon-box i {
    font-size: 32px;
    color: #fff;
}

.srv-icon-bg-dark {
    background-color: #1f1f1f;
}

.srv-icon-bg-orange {
    background-color: #f58634;
}

.srv-unique-content {
    padding-right: 15px;
}

.srv-unique-title {
    font-size: 1.75rem;
  font-family: "Antic Didone", serif;
    color: #000;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.srv-unique-desc {
    font-size: 0.95rem;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Button Styling */
.srv-unique-btn {
    background-color: #f58634;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 25px;
    border-radius: 0;
    font-size: 0.85rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    border: none;
}

.srv-unique-btn:hover {
    background-color: #d67026;
    color: #fff;
}
.btnn-signs .btn-bgdiff{
    display: inline !important;
}
.main-testiisi{
    padding: 50px 0;
}


.bottm-headt h4 {
  font-size: 28px;
  color: #A8876D;
  font-weight: 500;
  font-family: "Antic Didone", serif;
  margin-bottom: 8px;
}
.top-headingdes {
  padding-top: 60px;
  padding-bottom: 50px;
}
.ctn-label-unique {
  margin-bottom: 5px;
}
.full-form-main {
  background-color: #fcfcfc;
  padding: 50px 40px;
}
.myacc-update-btn {
  background-color: #3e2b26;
  border: #3e2b26;
  color: #fff;
  padding: 10px 35px;
  border-radius: 2px;
}
.ctn-heading-unique {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Antic Didone", serif;
}
.ctn-info-title-unique {
  font-weight: 600 !important;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #3e2b26 !important;
}
.ctn-info-text-unique {
  margin-bottom: 15px;
}
.social-icons {
  display: flex;
  gap: 8px;
}
.social-icons a {
  display: flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #000;
  border-radius: 50%;
  font-size: 18px;
  transition: .3s;
}
.social-icons a:hover {
  background: #3e2b26;
  color: #fff;
}
.conus-full-bdy {
  padding-bottom: 50px;
}
.full-map-main {
  padding-bottom: 50px;
}
.option-frm{
    display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-bottom: 30px;
}
.qe-main-sec{
    padding: 50px 0;
}
.box-qcen{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 80px 50px;
  width: 70%;
  padding-top: 50px;
}


.csd-page-wrapper{
    padding:40px 0;
}

.csd-sidebar-box{
    background:#fcfcfc;
    border-radius:10px;
    padding:20px 30px;
    margin-bottom:25px;
}

.csd-sidebar-title{
    font-weight:600;
    margin-bottom:15px;
    font-size: 22px;
}

.csd-service-list li{
    list-style:none;
    padding:8px 0;
    font-size:16px;
    border-bottom: 1px solid #e4e4e4;
}

.csd-service-list li i{
    color:#A8876D;
    margin-right:8px;
}

.csd-help-card{
    background:#111;
    color:#fff;
    border-radius:12px;
    padding:25px;
    text-align:center;
    margin: 0 10px;
}

.csd-help-card h5{
    margin-bottom:10px;
}

.csd-help-btn{
    background:#A8876D;
    border:none;
    padding:10px 25px;
    border-radius:30px;
    color:#fff;
    margin-top:15px;
}

.csd-main-card{
    background:#ffffff;
    border-radius:15px;
    padding:30px;
}

.csd-main-img{
    width:100%;
    border-radius:15px;
    margin-bottom:30px;
}

.csd-section-title{
    font-weight:700;
    margin-bottom:10px;
}

.csd-feature-box{
    display:flex;
    gap:15px;
    margin-top:20px;
}

.csd-feature-icon{
    width:50px;
    height:50px;
    border-radius:50%;
    font-weight: 600;
    background:#A8876D;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffffff;
    font-size:20px;
}

.csd-feature-text h6{
    margin-bottom:5px;
    font-weight:600;
}

.csd-dual-img{
    width:100%;
    border-radius:12px;
}

.csd-key-list li{
    list-style:none;
    margin-bottom:8px;
}

.csd-key-list li i{
    color:#A8876D;
    margin-right:8px;
}
.mid-lines{
    width: 100%;
    height: 1px ;
    background-color: #ebebeb;
    margin: 30px 0;
}
.csd-service-list li a{
    color: #000;
}




.proj-det-mn{
    padding: 50px 0;
}
    /* Header */
    .ie-title {
      font-size: 48px;
      font-weight: 700;
      margin-bottom: 25px;
    }

    .ie-meta {
      font-size: 14px;
      color: #777;
      margin-bottom: 15px;
    }

    .ie-meta span {
      display: block;
      font-weight: 600;
      color: #111;
    }

    /* Hero Image */
    .ie-hero-img {
      border-radius: 18px;
      overflow: hidden;
      margin-top: 40px;
    }

    .ie-hero-img img {
      width: 100%;
      height: auto;
      display: block;
    }

    /* Section Headings */
    .ie-section-title {
      font-size: 34px;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .ie-text {
      font-size: 15px;
      color: #666;
      line-height: 1.8;
    }

    /* Bullet Points */
    .ie-feature-list li {
      margin-bottom: 10px;
      font-size: 15px;
      color: #444;
    }

    /* Stats */
    .ie-stat-box {
      border: 1px solid #eee;
      border-radius: 14px;
      padding: 25px;
      text-align: center;
      font-weight: 600;
    }

    .ie-stat-box span {
      display: block;
      font-size: 14px;
      color: #777;
      margin-top: 6px;
      font-weight: 400;
    }

    /* Tabs */
    .ie-tab-btn {
      border-radius: 50px;
  font-size: 14px;
  padding: 8px 18px;
  background-color: #b08d73;
  border: 0;
  color: #fff;
  margin: 0px 4px;
    }
     .ie-tab-btn:hover{
        color: #fff;
     }

    .ie-gallery img {
      border-radius: 18px;
      width: 100%;
    }

    .ie-project-card {
      border-radius: 20px;
      overflow: hidden;
    }

    .ie-project-card img {
      width: 100%;
      height: auto;
    }

    .ie-project-title {
      font-weight: 600;
      margin-top: 12px;
    }

    .ie-project-location {
      font-size: 13px;
      color: #777;
    }





.navbar {
    transition: all 0.4s ease-in-out;
    background-color: transparent; 
    padding-top: 5px; 
    padding-bottom: 20px;
    z-index: 99 !important; /* Ensure dropdowns appear above overlays */
    overflow: visible !important;
}
.logo img {
    height: 70px; 
    width: auto;
    transition: all 0.4s ease-in-out;
}
.navbar.scrolled {
    background-color: #000000;
    padding-top: 0px;  
    padding-bottom: 0px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); 
}
.navbar.scrolled .logo img {
    height: 50px; 
}
.dropdown-menu {
    margin-top: 0;
    z-index: 10000 !important; /* Ensure dropdown is above hero/carousel overlays */
}

/* Desktop hover fallback: show dropdown on hover if JS/display issues occur */
@media (min-width: 992px) {
    .navbar .nav-item.dropdown:hover > .dropdown-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
        pointer-events: auto !important;
    }
}
.iner-he h4{
    font-size: 28px;
  color: #2c2c2c;
  font-weight: 500;
  font-family: "Antic Didone", serif;
  margin-bottom: 15px;
}
.main-thiamin{
    padding: 50px 0;
    text-align: center;
}
.btn-mainal{
    margin-top: 20px;
}
.innerimg-div{
    background-image: url(../images/sim-banner.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px;
    border-radius: 15px;
    margin-bottom: 50px;
    text-align: center;
}
.innerimg-div h4{
    font-size: 55px;
    color: #fff;
    line-height: 75px;
    font-weight: 600;
}
.innerimg-div p{
    color: #fff;
    margin: 25px 0;
}

.custom-stage-wrapper {
            position: relative;
            padding: 100px 0;
            padding-top: 30px;
        }

        .custom-stage-card {
            background: #fff;
            border: none;
            border-radius: 15px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
            text-align: center;
            position: relative;
            padding: 20px ;
            transition: transform 0.3s ease;
            height: 265px;
        }

        .custom-stage-card:hover {
            transform: translateY(-5px);
        }

     
        .custom-stage-header {
            padding: 15px;
            color: white;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            margin: -20px 15px 20px 15px; 
            position: relative;
            top: -10px;
            background-color: #000;
        }


        .custom-icon-circle {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            bottom: -55px; 
            left: 50%;
            transform: translateX(-50%);
            color: white;
            font-size: 28px;
            background-color: #fff;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

    
        .custom-icon-teal { border: 3px solid #b08d73; }
        .custom-icon-purple { border: 3px solid #b08d73; }
        .custom-icon-yellow { border: 3px solid #b08d73; }
        .custom-icon-red { border: 3px solid #b08d73; }

        
        .custom-stage-title {
            font-weight: 700;
            margin-bottom: 10px;
            color: #333;
        }

        .custom-stage-desc {
            font-size: 0.9rem;
            color: #666;
        }

       
        .custom-timeline-connector {
            position: absolute;
            bottom: -5px;
  left: 10%;
  width: 80%;
  height: 2px;
  border-top: 2px dashed #b6967d;
            z-index: 0;
            display: block;
        }


        @media (max-width: 768px) {
            .custom-timeline-connector { display: none; }
            .custom-timeline-dot { display: none; }
            .custom-stage-card { margin-bottom: 60px; }
        }

        .btm-pad{
            padding-bottom: 60px;
        }
        .custom-icon-circle img{
            width: 30px;
        }
        .main-seccontt{
            padding: 60px 0;
            background-color: #f8f9fa;
        }
        .cis-content p{
            color: #fff;
        }
        .con-3{ 
  position: absolute;
  bottom: -5px;
  left: 18% !important;
  width: 65% !important;
            
        }
        .card-largee{
            height: 320px !important;
        }

        .con-4{ 
  position: absolute;
  bottom: -5px;
  left: 18% !important;
  width: 65% !important;
            
        }





/* =========Price calculator Css Start================= */



.qc-wrapper {
    width: 100%;
    max-width: 800px;
    height: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .qc-wrapper {
        max-height: 640px;
        padding: 20px;
    }
}

.qc-card {
    width: 100%;
    height: 100%;
    background: #fbfbfb;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

@media (min-width: 768px) {
    .qc-card {
        box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
        border-radius: 10px;
    }
}

.qc-card-header {
    flex: 0 0 auto;
    padding: 20px 20px 0;
    background-color: #ffffff;
    border-bottom: 1px solid #eaeaea;
    z-index: 20;
}

.qc-card-body {
    flex: 1 1 auto;
    padding: 20px;
    overflow-y: auto;
    scroll-behavior: smooth;
    height: 400px;
}

@media (min-width: 768px) {
    .qc-card-body {
        padding: 20px 40px;
    }

    .qc-card-header {
        padding: 30px 15px 0px;
    }
}

.qc-card-footer {
    flex: 0 0 auto;
    padding: 15px 20px;
    background-color: #ffffff;
    border-top: 1px solid #f1f3f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 20;
}

.qc-progress-track {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.qc-progress-track::before {
    content: '';
    position: absolute;
    top: 10px;
  left: 20px;
  right: 20px;
  height: 2px;
    background: #e0e0e0;
    border-radius: 2px;
    z-index: 0;
}

.qc-progress-fill {
    position: absolute;
    top: 10px;
  left: 20px;
  height: 2px;
    width: 0%;
    background: #b08d73;
    border-radius: 2px;
    transition: width 0.4s ease;
    z-index: 1;
}

.qc-step {
    flex: 1;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.qc-step-circle {
    width: 20px;
    height: 20px;
    margin-bottom: 6px;
    background: #ffffff;
    border: 3px solid #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.qc-step.completed .qc-step-circle {
    background: #b08d73;
    border-color: #b08d73;
}

.qc-step.completed .qc-step-circle::after {
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    color: #ffffff;
}

.qc-step.active .qc-step-circle {
    border-color: #b08d73;
    border-width: 6px;
    background: #ffffff;
    transform: scale(1.1);
}

.qc-step-label {
    font-size: 10px;
    font-weight: 600;
    color: #aaaaaa;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: none;
}

.qc-step.active .qc-step-label {
    display: block;
    color: #333333;
}

@media (min-width: 576px) {
    .qc-step-label {
        display: block;
    }
}

.step-content {
    display: none;
    animation: fadeUp 0.4s ease;
}

.step-content.active {
    display: block;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.qc-section-title {
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    color: #333333;
    margin-bottom: 5px;
}

.qc-section-sub {
    text-align: center;
    font-size: 0.9rem;
    color: #777777;
    margin-bottom: 10px;
}

.qc-link {
    color: #b08d73;
    text-decoration: none;
    font-weight: 500;
}

.qc-accordion {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    margin-bottom: 12px;
    cursor: pointer;
    overflow: hidden;
    transition: 0.2s;
}

.qc-accordion:hover {
    border-color: #dddddd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.qc-acc-head {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qc-radio {
    width: 22px;
    height: 22px;
    margin-right: 15px;
    border-radius: 50%;
    border: 1px solid #aaaaaa;
    flex-shrink: 0;
}

.qc-accordion.selected .qc-acc-head .qc-radio {
    border-color: #b08d73;
    border-width: 6px;
}

.qc-acc-body {
    max-height: 0;
    padding: 0 20px;
    overflow: hidden;
    opacity: 0;
    background: #fafafa;
    transition: 0.4s ease;
}

.qc-accordion.selected .qc-acc-body {
    max-height: 200px;
    padding: 20px;
    opacity: 1;
    border-top: 1px solid #f1f1f1;
}

.qc-sub-opt {
    flex: 1;
    padding: 12px;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    background: #ffffff;
    cursor: pointer;
}

.qc-sub-opt.active {
    border-color: #b08d73;
    background: #fff5f5;
}

.qc-sub-radio {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border-radius: 50%;
    border: 2px solid #dddddd;
    display: inline-block;
    vertical-align: middle;
}

.qc-sub-opt.active .qc-sub-radio {
    background: #b08d73;
    border-color: #b08d73;
}

.qc-style-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.qc-style-card {
    position: relative;
    height: 140px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
}

.qc-style-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.qc-style-card:hover img {
    transform: scale(1.05);
}

.qc-style-card.selected {
    border-color: #b08d73;
}

.qc-style-card.selected::after {
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: #b08d73;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qc-style-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
}

.qc-room-row {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 10px 15px;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qc-btn-round {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    font-size: 12px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.qc-btn-minus {
    background: #b08d73;
    opacity: 0.8;
}

.qc-btn-plus {
    background: #b08d73;
}

.qc-count-display {
    width: 30px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.qc-slider-box {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.qc-range {
    width: 100%;
    height: 6px;
    background: #dddddd;
    border-radius: 5px;
    outline: none;
    -webkit-appearance: none;
}

.qc-range::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    background: #b08d73;
    border-radius: 50%;
    border: 2px solid #ffffff;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-appearance: none;
}

.qc-range-val {
    float: right;
    font-weight: 700;
    color: #b08d73;
}

.qc-pkg-card {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
}

.qc-pkg-card:hover {
    border-color: #b08d73;
}

.qc-pkg-card.selected {
    border: 2px solid #b08d73;
    background: #fffbfb;
}

.qc-pkg-head {
    padding: 15px;
    display: flex;
    align-items: center;
}

.qc-pkg-body {
    padding: 0 15px 15px;
}

.qc-feature-item {
    font-size: 13px;
    color: #555555;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}

.qc-feature-icon {
    margin-right: 10px;
    font-size: 14px;
    color: #8bc34a;
}

.qc-input {
    width: 100%;
    padding: 12px 15px;
    border-radius: 6px;
    border: 1px solid #eeeeee;
    margin-bottom: 15px;
    font-size: 14px;
    outline: none;
    background: #fdfdfd;
    transition: 0.2s;
}

.qc-input:focus {
    border-color: #b08d73;
    background: #ffffff;
}

.btn-next {
    background: #b08d73;
    color: #ffffff;
    border: none;
    padding: 12px 40px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

.btn-next:hover {
    transform: translateY(-2px);
}

.btn-back {
    background: none;
    border: none;
    color: #888888;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

.btn-back:hover {
    color: #333333;
}

@media (max-width: 576px) {
    .qc-style-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .qc-sub-opt {
        margin-bottom: 10px;
    }

    .d-flex.gap-3.mobile-col {
        flex-direction: column;
        gap: 5px !important;
    }
}
.section-fulpc{
    padding: 100px 0;
    position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #ffffff;
}

.layout-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s ease;
    height: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

.layout-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}

.layout-card.selected {
    border: 1px solid #ef5350; 
    box-shadow: 0 0 0 1px #ef5350;
}

.layout-visual {
    background-color: #fff5f3; 
    height: 140px; 
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; 
    overflow: hidden; 
}

.layout-img {
    width: 100%;  
    height: 100%;    
    object-fit: cover; 
    display: block;
}

.radio-indicator {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #fff;
    transition: 0.2s;
    z-index: 10;
}

.layout-card.selected .radio-indicator {
    background-color: #ef5350;
    border-color: #ef5350;
    box-shadow: inset 0 0 0 4px #fff; 
}

.layout-label {
    padding: 12px;
    text-align: center;
    font-weight: 500;
    color: #444;
    font-size: 14px;
    border-top: 1px solid #f9f9f9;
    background: #fff;
}

.layout-card.selected .layout-label {
    color: #ef5350;
    font-weight: 600;
}



.measure-box {
    background-color: #fff1f0;
    border-radius: 8px;
    padding: 0; 
    text-align: center;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 160px; 
}

.measure-img {
    width: 100%;
    height: 100%;
}

.measure-alert {
    background-color: #fcefc6;
  color: #555;
  text-align: center;
  padding: 4px 9px;
  border-radius: 4px;
  font-size: 13px;
  margin-bottom: 20px;
}
.measure-row { 
    display: flex; 
    align-items: center;
     margin-bottom: 15px; 
    }
.measure-label { 
    font-weight: 600;
     font-size: 18px; 
     width: 40px; 
     color: #333; 
    }
.measure-input-group {
     flex-grow: 1;
      display: flex;
       align-items: center;
     }
.measure-select { 
    width: 100%;
     padding: 10px; 
     border: 1px solid #ddd;
      border-radius: 6px; 
      background: #fff; 
      outline: none;
     }
.measure-unit {
     margin-left: 10px; 
     color: #333; 
     font-weight: 500;
     }







.wordimg{
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 4px;
}

/* --- Grid Selection Cards (New Step) --- */
.qc-grid-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s ease;
    height: 100%;
    position: relative;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

.qc-grid-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.05);
}

/* Selected State */
.qc-grid-card.selected {
    border: 2px solid #ef5350; /* Theme Color */
}

/* Image Wrapper */
.qc-grid-img-wrap {
    height: 160px; /* Fixed height for consistent look */
    width: 100%;
    position: relative;
    background: #f8f9fa;
}

.qc-grid-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Checkbox Overlay */
.qc-grid-check {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    z-index: 2;
}

/* Checkbox Selected State */
.qc-grid-card.selected .qc-grid-check {
    background: #ef5350;
    border-color: #ef5350;
}

.qc-grid-card.selected .qc-grid-check::after {
    content: '\f00c'; /* FontAwesome Check Icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: white;
    font-size: 14px;
}

/* Label */
.qc-grid-label {
    padding: 15px 10px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #444;
    border-top: 1px solid #f9f9f9;
}

/* Mobile Tweak */
@media(max-width: 576px) {
    .qc-grid-img-wrap {
        height: 120px;
    }
}






/*============== Gallery Css Start ==================*/



        .pg-card {
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            cursor: pointer;
            height: 280px; 
        }

        .pg-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

     
        .pg-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .pg-zoom-icon {
            color: #fff;
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.25);
            backdrop-filter: blur(4px);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            transform: scale(0);
            transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            border: 1px solid rgba(255, 255, 255, 0.5);
        }

        /* Hover Effects */
        .pg-card:hover .pg-img {
            transform: scale(1.1);
        }
        .pg-card:hover .pg-overlay {
            opacity: 1;
        }
        .pg-card:hover .pg-zoom-icon {
            transform: scale(1);
        }

        /* --- Custom Lightbox Modal --- */
        .pg-lightbox {
            display: none;
            position: fixed;
            z-index: 10001; /* Higher than navbar (9999) and dropdowns (10000) */
            padding-top: 60px;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.9);
            animation: fadeIn 0.3s;
        }

        .pg-lightbox-content {
            margin: auto;
            display: block;
            max-width: 90%;
            max-height: 85vh;
            border: 2px solid white;
            border-radius: 4px;
            box-shadow: 0 0 30px rgba(0,0,0,0.8);
            animation: zoomIn 0.3s;
        }

        .pg-close-btn {
            position: absolute;
            top: 25px;
            right: 40px;
            color: #f1f1f1;
            font-size: 40px;
            font-weight: bold;
            cursor: pointer;
            transition: 0.2s;
            line-height: 1;
            z-index: 1060;
        }

        .pg-close-btn:hover {
            color: #dc3545; /* Bootstrap danger color */
        }

        @keyframes zoomIn {
            from {transform: scale(0.9); opacity: 0;}
            to {transform: scale(1); opacity: 1;}
        }
        
        @keyframes fadeIn {
            from {opacity: 0;}
            to {opacity: 1;}
        }
        .photogallery-main{
            padding: 40px 0;
        }







        .uq-yt-gallery-section {
            padding: 60px 0;
        }

        .uq-yt-card {
            position: relative;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
            cursor: pointer;
            display: block;
            margin-bottom: 7px;
        }

        .uq-yt-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }

        .uq-yt-thumb {
            width: 100%;
            height: 250px;
            object-fit: cover;
            display: block;
        }

        .uq-yt-card::after {
            content: '▶';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 50px;
            height: 50px;
            background: rgba(0,0,0,0.6);
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            opacity: 0.8;
            transition: 0.3s;
            border: 2px solid #fff;
        }

        .uq-yt-card:hover::after {
            background: #ff0000;
            opacity: 1;
            border-color: #ff0000;
        }

        .uq-lb-wrap {
            position: fixed;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.9);
            top: 0;
            left: 0;
            opacity: 0;
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
            animation: uqFadeIn 0.5s forwards;
            pointer-events: none; 
        }
        
        .uq-lb-wrap.active {
            pointer-events: all;
        }

        @keyframes uqFadeIn {
            to { opacity: 1; }
        }

        .uq-lb-content {
            width: 90%;
            max-width: 800px;
            position: relative;
            aspect-ratio: 16/9; 
        }

        .uq-lb-content iframe {
            width: 100%;
            height: 100%;
            border: none;
            display: block;
        }

        .uq-lb-close {
            position: absolute;
            top: -40px;
            right: 0;
            width: 30px;
            height: 30px;
            cursor: pointer;
            background: none;
            border: none;
            color: white;
            font-size: 30px;
            line-height: 30px;
            text-align: center;
        }
        
        .uq-lb-close:hover {
            color: #ff0000;
        }

        .uq-lb-hide {
            animation: uqFadeOut 0.5s forwards;
        }

        @keyframes uqFadeOut {
            to { opacity: 0; }
        }

        .main-projbdy{
            padding: 50px 0;
        }






.nexus-wrapper{
    padding:80px 0;
}

.nexus-sidebar-area{
    padding-right:30px;
    border-right:2px dashed #e9ecef;
}

.nexus-sticky-nav{
    position:sticky;
    top:120px;
}

.nexus-head-title{
    font-weight:800;
    color:#2c3e50;
    margin-bottom:25px;
    letter-spacing:-0.5px;
}

.nexus-opt-btn{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    background:transparent;
    border:none;
    padding:18px 25px;
    margin-bottom:12px;
    border-radius:12px;
    color:#6c757d;
    font-weight:600;
    font-size:15px;
    transition:all .3s cubic-bezier(.4,0,.2,1);
    border:1px solid transparent;
}

.nexus-opt-btn:hover{
    background:#fff;
    color:#2c3e50;
    box-shadow:0 5px 15px rgba(0,0,0,.05);
}

.nexus-opt-btn.active-mode{
    background:#b08d73;
    color:#fff;
    transform:scale(1.02);
}

.nexus-grid-item{
    transition:all .4s ease;
}

.nexus-grid-item.nexus-hide{
    display:none;
}

.nexus-grid-item.nexus-reveal{
    animation:nexusPopUp .6s cubic-bezier(.175,.885,.32,1.275) forwards;
}

@keyframes nexusPopUp{
    from{opacity:0;transform:scale(.9) translateY(20px)}
    to{opacity:1;transform:scale(1) translateY(0)}
}

.nexus-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    margin-bottom:25px;
    transition:transform .3s ease;
}

.nexus-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.nexus-ratio-box{
    position:relative;
    width:100%;
    padding-top:56.25%;
    background:#000;
    overflow:hidden;
}

.nexus-asset-img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .6s ease;
}

.nexus-card:hover .nexus-asset-img{
    transform:scale(1.08);
}

.nexus-embed-vid{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:0;
}

.nexus-meta-box{
    padding:20px 25px;
    border-top:1px solid #f1f3f5;
    background-color: #fbfbfb;
}

.nexus-item-title{
    font-size:17px;
    font-weight:700;
    margin:0;
    color:#343a40;
    line-height: 27px;
}

@media(max-width:768px){
    .nexus-sidebar-area{
        border-right:none;
        margin-bottom:30px;
        border-bottom:2px dashed #e9ecef;
        padding-bottom:20px;
    }
    .nexus-sticky-nav{
        position:static;
    }
}








   .unique-swp-container {
        position: relative;
        padding: 0 50px; 
        border-bottom: 1px solid #e0e0e0;
    }

    .unique-swp-slider {
        width: 100%;
        height: 100%;
        padding-bottom: 2px;
    }

    .unique-swp-slide {
        width: auto !important; 
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .unique-swp-link {
        text-decoration: none;
        font-size: 16px;
        color: #555;
        font-weight: 500;
        padding: 15px 5px;
        position: relative;
        display: block;
        transition: color 0.3s ease;
        cursor: pointer;
        user-select: none;
    }

    .unique-swp-link:hover {
        color: #000;
    }

    .unique-swp-link.active {
        color: #403226;
    }

    .unique-swp-link.active::after {
        content: '';
        position: absolute;
        bottom: 0; 
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #403226;
        border-radius: 2px 2px 0 0;
        z-index: 10;
    }

    .unique-swp-next, .unique-swp-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #fff;
        border: 1px solid #ddd;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        color: #333;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 20;
        transition: all 0.3s ease;
    }

    .unique-swp-prev { left: 0; }
    .unique-swp-next { right: 0; }

    .unique-swp-next:hover, .unique-swp-prev:hover {
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
        border-color: #333;
    }

    .swiper-button-disabled {
        opacity: 0.5;
        cursor: not-allowed;
        pointer-events: none;
    }

    .unique-content-area {
        margin: 0 auto;
        padding: 40px 20px;
    }

    .unique-tab-pane {
        display: none;
        animation: fadeEffect 0.6s;
    }

    .unique-tab-pane.active {
        display: block;
    }

    @keyframes fadeEffect {
        from {opacity: 0; transform: translateY(10px);}
        to {opacity: 1; transform: translateY(0);}
    }

    @media (max-width: 768px) {
        .unique-swp-container { padding: 0 35px; }
        .unique-swp-link { font-size: 14px; }
    }
    .unique-tab-pane h6{
        font-size: 14px;
        color: #666666;
        margin-bottom: 15px;
    }





    
  #more {
    display: none;
  }

  #readMoreTrigger {
    color: #403226;
    cursor: pointer;
    margin-left: 5px;
  }

  #readMoreTrigger:hover {
    text-decoration: underline;
  }





  .ks-section {
            padding: 60px 0;
            background-color: #f8f9fa;
        }

        .ks-card {
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            background: #fff;
            transition: all 0.3s ease;
            height: 100%; 
            display: flex;
            flex-direction: column;
            margin-bottom: 10px;
        }

        .ks-card:hover {
            box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
            transform: translateY(-2px);
        }

        .ks-img-wrapper {
            position: relative;
            overflow: hidden;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            height: 240px; 
        }

        .ks-img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .ks-img-count {
            position: absolute;
            bottom: 15px;
            right: 15px;
            background: rgba(255, 255, 255, 0.9);
            padding: 2px 8px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .ks-card-body {
            padding: 20px;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
            justify-content: space-between;
        }

        .ks-title {
            font-size: 16px;
            font-weight: 600;
            color: #333;
            margin-bottom: 8px;
            line-height: 1.4;
        }

        .ks-meta {
            font-size: 14px;
            color: #666;
        }

        .ks-btn-group {
            display: flex;
            gap: 10px;
            margin-top: auto;
            padding: 0 20px 20px 20px;
        }

        .ks-btn {
            padding: 8px 16px;
            font-size: 14px;
            font-weight: 500;
            border-radius: 50px; 
            text-align: center;
            text-decoration: none;
            transition: all 0.3s;
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .ks-btn-outline {
            border: 1px solid #b08d73;
            color: #b08d73;
            background: transparent;
        }

        .ks-btn-outline:hover {
            color: #b08d73;
        }

        .ks-btn-fill {
            background-color: #403226; 
            border: 1px solid #403226;
            color: white;
        }

        .ks-btn-fill:hover {
            background-color: #b08d73; 
            border-color: #b08d73;
            color: white;
        }
        .div-scar{
            margin: 30px 0;
        }
        .unique-content-area h2{
            font-family: "Antic Didone", serif;
            font-size: 35px;
        }






        
        .sss-label {
            font-size: 0.85rem;
            font-weight: 600;
            color: #6c757d; 
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .sss-value {
            font-size: 1rem;
            font-weight: 700;
            color: #212529;
        }

        
        .sss-image-wrapper {
            position: relative;
            overflow: hidden;
            border-radius: 1rem;
            cursor: pointer;
            height: 600px;
        }

        .sss-main-display-image {
            width: 100%;
            height: auto;
            object-fit: cover;
            display: block;
            transition: transform 0.3s ease;
        }

        .sss-thumbnails-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 15px;
            background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
            display: flex;
            justify-content: center;
            gap: 10px;
            opacity: 0; 
            transform: translateY(20px);
            transition: all 0.3s ease-in-out;
        }

        .sss-thumb-link img {
            width: 160px;
  height: 120px;
            object-fit: cover;
            border-radius: 4px;
            border: 2px solid transparent;
            transition: border-color 0.2s;
        }
        
        .sss-thumb-link:hover img {
            border-color: #fff;
        }

        .sss-image-wrapper:hover .sss-thumbnails-overlay {
            opacity: 1;
            transform: translateY(0);
        }
        
        .sss-image-wrapper:hover .sss-main-display-image {
             transform: scale(1.02);
        }

        .sss-details-text {
            font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-left: 23px;
        }

        .sss-feature-item {
            margin-bottom: 1rem;
            display: flex;
            align-items: flex-start;
        }

        .sss-check-icon {
            color: #d4a373; 
            font-size: 14px;
            line-height: 35px;
            margin-right: 0.75rem;
            margin-top: -2px;
        }

        .sss-feature-title {
            font-weight: 700;
            color: #212529;
        }
        
        .sss-feature-desc {
             font-size: 0.9rem;
             color: #6c757d;
        }
        .main-headingn h4{
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 20px;
        }
        .sss-details-text li{
            list-style: disc;
        }
        .sss-section-title{
            font-size: 22px;
            line-height: 32px;
        }
        .main-headingn h4 {
    position: relative;
    padding-left: 50px; 
}

.main-headingn h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;     
    transform: translateY(-50%); 
    width: 40px;   
    height: 3px;     
    background-color: #A8876D; 
}
.btm-seccbtn{
    display: inline-block;
}
.mn-sedet{
    padding: 50px 0;
}







/*===================== Home Page Responsive Start =================*/


        @media only screen and (min-width:0px) and (max-width: 767px){
            .navbar{
                padding-bottom: 0;
                padding-top: 0;
            }
            .navbar-dark .navbar-brand{
                margin-right: 0;
            }
            .navbar-brand img{
                width: 110px;
                height: auto;
            }
            .navbar-nav{
                align-items: start !important;
            }
            .navbar-collapse{
                padding: 20px 0;
            }
            .navbar-toggler:focus {
             box-shadow:none;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url(../images/burger-menu.png);
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    padding: 15px;
}
.full-head{
    margin: 5px;
    border-radius: 0;
}

.hero-text{
    font-size: 14px;
}
.carousel-indicators{
    padding: 15px 35px;
}
.carousel-caption{
    left: 5%;
    right: 5%;
}
.carousel-item{
    height: 70vh;
    min-height: 530px;
    border-radius: 0;
}
.nq-main-img {
    width: 100%;
        }
        .nq-main-img {
    height: 370px;
        }
        .div-imgres-mn img{
            display: none;
        }
        .nq-stat-icon-wrapper img{
            width: 45px !important;
        }
        .nq-stat-number {
    font-size: 28px;
    margin-bottom: 10px;
        }
        .nq-stat-label {
    font-size: 20px;
        }
        .nq-stat-item {
    padding: 10px;
}
.position-sert h3{
    font-size: 50px;
}
.container-fluid{
    padding: 0px 10px;
}
.inner-secc {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.marquee-item-unique-x9z{
    font-size: 3rem;
}
.box-qcen{
    width: 100% !important;
    padding: 40px 25px !important;
}
.full-form-main {
  padding: 30px 25px !important;
  margin-bottom: 15px;
}
.dekstop-button{
    display: none;
}
.mob-btn .btn-enquiry{
    padding: 5px 25px 5px 15px;
    font-size: 14px;
    margin-bottom: 0;
}
.mob-btn{
    margin-right: 25px;
    
}




/* --- Mobile Menu Start Css --- */
        #ls-mobile-popup-id {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 70px; 
            background: white;
            z-index: 1045; 
            overflow-y: auto; 
            display: none;
            flex-direction: column;
        }

        #ls-mobile-popup-id.ls-mobile-show {
            display: flex;
        }

        .ls-mobile-popup-header {
            padding: 1rem;
            display: flex;
            justify-content: flex-end;
            border-bottom: 1px solid #f0f0f0;
            background: white;
            position: sticky;
            top: 0;
            z-index: 10;
        }

        .ls-mobile-menu-list {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .ls-mobile-menu-link {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.2rem 1.5rem;
            text-decoration: none;
            color: #333;
            font-weight: 600;
            font-size: 1rem;
            border-bottom: 1px solid #f8f9fa;
            transition: background 0.2s;
        }

        .ls-mobile-menu-link:hover {
            background-color: #f8f9fa;
            color: #b08d73;
        }

        .ls-mobile-submenu {
            background-color: #f9f9f9;
            display: none; 
            padding-left: 1rem;
            box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
        }
        
        .ls-mobile-submenu.ls-mobile-expanded {
            display: block;
        }

        .ls-mobile-submenu-link {
            display: block;
            padding: 1rem 1.5rem;
            text-decoration: none;
            color: #555;
            font-size: 0.95rem;
            font-weight: 500;
            border-bottom: 1px solid #eee;
        }

        .ls-mobile-submenu-link:hover {
            color: #b08d73;
            padding-left: 1.8rem;
            transition: all 0.2s;
        }

        .ls-mobile-chevron {
            transition: transform 0.3s ease;
        }
        .ls-mobile-rotate {
            transform: rotate(180deg);
        }


        .ls-mobile-navbar {
            height: 70px;
            background: white;
            box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1050; 
        }

        .ls-mobile-nav-link {
            text-decoration: none;
            color: #666;
            font-size: 9px;
            text-align: center;
            font-weight: 500;
            text-transform: uppercase;
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-end;
            cursor: pointer;
        }

        .ls-mobile-nav-link i {
            font-size: 1.4rem;
            margin-bottom: 2px;
            line-height: 1;
        }

        .ls-mobile-nav-link:hover, .ls-mobile-active-state {
            color: #b08d73 !important;
        }

        .ls-mobile-center-container {
            flex: 1;
            display: flex;
            justify-content: center;
            position: relative;
        }

        .ls-mobile-center-wrapper {
            position: absolute;
            bottom: 0px; 
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .ls-mobile-center-btn {
            width: 50px;
    height: 50px;
    background-color: #b08d73;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgb(0 0 0 / 40%);
    border: 2px solid #fff;
        }
        
        .ls-mobile-center-btn i {
            color: white;
            font-size: 1.8rem;
        }

        .ls-mobile-center-text {
            color: #666;
            font-size: 9px;
            font-weight: 700;
            text-align: center;
            text-transform: uppercase;
            border-radius: 4px;
        }

.nq-image-container{
    display: none;
}
.nq-section-wrapper {
  padding: 40px 0;
}
.nq-stat-icon-wrapper {
  margin-bottom: 10px;
}
.nstq-copyright-bar {
    padding-bottom: 85px;
}
    }


    @media only screen and (min-width:767px) and (max-width: 3000px){
.mob-btn{
    display: none;
}
.btm-stickmenu{
    display: none;
}
    }






    /*===================== Others  Page Responsive Start =================*/


        @media only screen and (min-width:0px) and (max-width: 767px){
.img-bannercommon {
  padding-top: 100px;
  padding-bottom: 50px;
}
.img-bannercommon h3 {
  font-size: 30px;
}
.nq-main-heading-2 {
  font-size: 25px;
  line-height: 35px;
}
 .ab-extra .nq-stat-number {
    font-size: 28px;
  }
  .main-seccare{
    padding: 40px 0;
  }
  .unique-section-wrapper {
  padding: 40px 0;
}
.unique-feature-card {
  padding: 25px 25px 25px 25px;
  -webkit-mask-image: none;
  mask-image: none;
}
.unique-card-title {
  font-size: 22px;
}
.leftsdi {
  padding: 40px 25px;
  margin-bottom: 20px;
}
.main-sec-twww{
    padding: 50px 0;
}
.qc-card-footer{
    padding-bottom: 30px;
}
.qc-card-header {
    padding:0;
}
.qc-step-label {
    font-size: 8px;
}
.innerimg-div{
    padding: 20px;
}
.innerimg-div h4{
    font-size: 28px;
    line-height: 38px;
}
.custom-stage-wrapper {
    padding: 50px 0;
}
.main-headingn h4::before {
    width: 35px;
    top: 20px;
}
.main-headingn h4{
    font-size: 22px;
    line-height: 32px;
}
.sss-image-wrapper{
    height: 100%;
}
.sss-thumb-link img {
    width: 85px;
    height: 65px;
}
.mn-sedet {
    padding: 0; 
}
.ks-card-body {
    padding: 20px 10px;
}
.ks-btn {
    padding: 8px 8px;
    font-size: 11px;
}
        }
        
        
        
        .design-ideas-mn{
            padding: 50px 0;
        }
        .uqs-section {
            padding-bottom: 50px ;
        }

        .uqs-card {
            background: #fff;
            border: 1px solid #e0e0e0; 
            border-radius: 8px;
            overflow: hidden;
            transition: all 0.3s ease;
            cursor: pointer;
            height: 100%; 
            display: block;
        }

/*        .uqs-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }*/

        .uqs-img-wrapper {
            position: relative;
            width: 100%;
            height: 240px; 
            overflow: hidden;
        }

        .uqs-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        .uqs-card:hover .uqs-img {
            transform: scale(1.05);
        }

        .uqs-body {
            padding: 20px;
        }

        .uqs-title {
            font-size: 1.25rem;
            font-weight: 700;
            color: #212529;
            margin-bottom: 5px;
        }

        .uqs-subtitle {
            font-size: 0.9rem;
            color: #6c757d; 
            font-weight: 500;
            margin-bottom: 0;
        }
        
        @media only screen and (min-width:0px) and (max-width: 767px){
            .uqs-img{
                height: 140px;
            }
            .uqs-img-wrapper{
                 height: 140px;
            }
            .uqs-body{
                padding: 10px;
            }
            .uqs-title {
    font-size: 16px;
    font-weight: 400;
            }
            .uqs-subtitle{
                font-size: 12px;
            }
    
        }
        
        
        
        
.uq-modal-content {
    border-radius: 3px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 10px;
}

.uq-modal-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 1rem 1rem 0.5rem 1rem;
}

.uq-modal-title {
    font-weight: 700;
    font-size: 1.5rem;
    color: #222;
    flex-grow: 1;
}

.uq-close-btn {
    font-size: 1.2rem;
    opacity: 1;
    margin: 0 !important;
    padding: 0;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.uq-modal-body {
    padding: 1.5rem;
}

.uq-form-control, 
.uq-form-select {
    height: 50px;
    border-radius: 6px;
    border: 1px solid #ced4da;
    font-size: 1rem;
    color: #495057;
    padding-left: 15px;
}

.uq-form-control::placeholder {
    color: #adb5bd;
}

.uq-form-control:focus, 
.uq-form-select:focus {
    box-shadow: none;
    border-color: #aaa;
}

.uq-check-input:checked {
    background-color: #3e2b26;
    border-color: #3e2b26;
}

.uq-check-label {
    font-size: 1rem;
    color: #333;
}
.uq-btn-submit {
    background-color: #3e2b26;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    height: 50px;
    border-radius: 25px; 
    border: none;
    font-size: 1rem;
    letter-spacing: 0.5px;
    transition: background 0.3s;
    padding: 14px;
}

.uq-btn-submit:hover {
    background-color: #3e2b26;
    color: white;
}

.uq-disclaimer a {
    color: #3e2b26;
    text-decoration: none;
}

.font-small-sd{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}


.unique-card {
            background: #fff;
            border: 1px solid #e5e5e5;
            height: 100%;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .unique-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.05);
        }
        
        .unique-img-wrapper {
            position: relative;
            width: 100%;
            padding-top: 60%; 
            overflow: hidden;
        }

        .unique-card-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .unique-card-body {
            padding: 1.5rem;
        }

        .unique-meta {
            font-size: 0.85rem;
            color: #888;
            margin-bottom: 0.75rem;
            font-weight: 400;
        }

        .unique-meta span {
            margin: 0 5px;
            color: #ccc;
        }

        /* Main Heading */
        .unique-title {
            font-size: 1.35rem;
            font-weight: 500; 
            line-height: 1.3;
            margin-bottom: 1rem;
            color: #2c2c2c;
        }

        /* Paragraph Text */
        .unique-excerpt {
            font-size: 0.95rem;
            color: #666;
            line-height: 1.6;
            margin-bottom: 1.5rem;
            display: -webkit-box;
            -webkit-line-clamp: 3; 
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .unique-link {
               font-size: 20px;
    color: #777;
    text-decoration: underline;
            border-bottom: 1px solid transparent;
            transition: border-color 0.2s, color 0.2s;
        }

        .unique-link:hover {
            color: #333;
            border-bottom: 1px solid #333;
        }
        
        
        
        
        
        .bd-header-image {
            width: 100%;
            height: 400px;
            object-fit: cover;
            border-radius: 12px;
            margin-bottom: 40px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        }

        .bd-sidebar-sticky {
            position: sticky;
            top: 20%;
        }

        .bd-nav-list {
            list-style: none;
            padding-left: 0;
            margin-bottom: 40px;
            border-left: 2px solid #e9ecef;
        }

        .bd-nav-item {
            margin-bottom: 20px;
        }

        .bd-nav-link {
            text-decoration: none;
            color: #888;
            font-size: 18px;
            display: block;
            padding-left: 15px;
            transition: all 0.3s ease;
            position: relative;
            left: -2px; 
        }

        .bd-nav-link:hover {
            color: #333;
        }

        .bd-nav-link.active {
            color: #2c3e50;
            font-weight: 700;
            border-left: 3px solid #6c757d; 
        }

        .bd-share-title {
            font-size: 0.85rem;
            font-weight: 700;
            margin-bottom: 15px;
            color: #333;
        }

        .bd-social-icons {
            display: flex;
            gap: 10px;
        }

        .bd-icon-link {
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            color: white;
            text-decoration: none;
            transition: transform 0.2s;
            font-size: 0.9rem;
        }

        .bd-icon-link:hover {
            transform: translateY(-2px);
            color: white;
        }

        .bd-icon-insta { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
        .bd-icon-linkedin { background-color: #0077b5; }
        .bd-icon-tiktok { background-color: #000000; }

        .bd-content-intro {
            font-size: 1rem;
            line-height: 1.7;
            color: #6c757d;
            margin-bottom: 40px;
        }

        .bd-article-heading {
            font-size: 1.25rem;
            font-weight: 700;
            color: #212529;
            margin-top: 0px;
            margin-bottom: 15px; 
        }

        .bd-article-text {
            font-size: 1rem;
            line-height: 1.7;
            color: #555;
            margin-bottom: 20px;
        }
 
        .bd-list {
            padding-left: 20px;
            color: #555;
        }
        
        .bd-list li {
            margin-bottom: 8px;
        }
        .bd-section-wrapper{
            padding: 50px 0;
        }
        .bd-article-headingmain{
            font-size: 30px;
            margin-bottom: 20px;
        }
        .recrn-bl h3{
            font-size: 22px;
            margin-bottom: 8px;
        }
        .bor-blog{
            background-color: #000;
            width: 100%;
            height: 2px;
            
        }
        .recrn-bl{
            margin-bottom: 20px
        }
        
        .bd-header-image {
            width: 100%;
            height: 400px;
            object-fit: cover;
            border-radius: 12px;
            margin-bottom: 40px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        }

        /* Sidebar Navigation */
        .bd-sidebar-sticky {
            position: sticky;
            top: 20px;
        }

        .bd-nav-list {
            list-style: none;
            padding-left: 0;
            margin-bottom: 40px;
            border-left: 2px solid #e9ecef;
        }

        .bd-nav-item {
            margin-bottom: 12px;
        }

        .bd-nav-link {
            text-decoration: none;
            color: #888;
            font-size: 0.9rem;
            display: block;
            padding-left: 15px;
            transition: all 0.3s ease;
            position: relative;
            left: -2px; /* Pull back to overlap border */
        }

        .bd-nav-link:hover {
            color: #333;
        }

        /* Active State Style */
        .bd-nav-link.active {
            color: #2c3e50;
            font-weight: 700;
            border-left: 3px solid #6c757d; /* Dark gray active border */
        }

        /* Social Share Area */
        .bd-share-title {
            font-size: 0.85rem;
            font-weight: 700;
            margin-bottom: 15px;
            color: #333;
        }

        .bd-social-icons {
            display: flex;
            gap: 10px;
        }

        .bd-icon-link {
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            color: white;
            text-decoration: none;
            transition: transform 0.2s;
            font-size: 0.9rem;
        }

        .bd-icon-link:hover {
            transform: translateY(-2px);
            color: white;
        }

        /* Brand Colors */
        .bd-icon-insta { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
        .bd-icon-linkedin { background-color: #0077b5; }
        .bd-icon-tiktok { background-color: #000000; }

        /* Main Content Typography */
        .bd-content-intro {
            font-size: 1rem;
            line-height: 1.7;
            color: #6c757d;
            margin-bottom: 40px;
        }

        .bd-article-heading {
            font-size: 1.25rem;
            font-weight: 700;
            color: #212529;
            margin-top: 30px;
            margin-bottom: 15px;
        }

        .bd-article-text {
            font-size: 1rem;
            line-height: 1.7;
            color: #555;
            margin-bottom: 20px;
        }

        .bd-list {
            padding-left: 20px;
            color: #555;
        }
        
        .bd-list li {
            margin-bottom: 8px;
        }  