@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Luxurious+Roman&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: "Poppins", sans-serif;
font-family: "Montserrat", sans-serif;
font-family: "Inter", sans-serif; 
  font-family: "Luxurious Roman", serif; */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    padding: 9% 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #888885;
}
.btn{
    font-family: "Inter", sans-serif;
}
a {
    text-decoration: none;
    font-family: "Inter", sans-serif;
}


/* Common heading start */
.common-top-heading h2{
    color: #543E2F;
    font-weight: 600;
    font-size: 50px;
}
.common-top-heading p{
    font-weight: 100;
    font-size: 50px;
    padding: 0 0 3% 0;
    margin: 0;
    color: #543E2F;
    letter-spacing: 7px;
}



.common-lightbtn {
    border-radius: 20px;
    padding: 8px 17px 10.5px;
    transition: 0.4s;
    color: #006693;
    font-size: 14px;
    font-weight: 600;
}

.common-outlinebtn {
    border-radius: 20px;
    padding: 8px 17px 10px;
    font-size: 14px;
    font-weight: 600;
}





/* HERO BANNER */
.hero-banner {
    position: relative;
    /* height: 100vh; */
    background: url("../assets/img/banner.jpg") no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* optional dark overlay for better text visibility */
.hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
}

/* content above overlay */
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    padding: 5% 0 10%;
}

/* heading style */
.hero-title {
    font-size: clamp(38px, 5vw, 70px);
    font-weight: 800;
    color: #F7941D;
    padding: 10% 0 2%;
}

/* subtitle */
.hero-sub {
    font-size: clamp(50px, 2.5vw, 38px);
    font-weight: lighter;
    color: #28282B;
    padding: 0 0;

}

/* paragraph */
.hero-text {
    color: #fff;
    font-size: 22px;
    padding: 7% 0 14%;
    font-weight: 500;
}

/* button style */
.hero-btn {
    margin-top: 25px;
    padding: 14px 40px;
    background: white;
    border-radius: 8px;
    font-weight: 600;
    border: none;
    text-decoration: none;
    color: #28282B;
}

.hero-btn:hover {
    background: #f1f1f1;
}


.box-right{
    text-align: right;
    justify-content: right;
}



/* Dealer Logo slider section start */
.dealer-section {
    /* background: #efefef; */
    padding: 5% 0;
}

.dealer-title {
    font-weight: 600;
    letter-spacing: 6px;
    margin-bottom: 7%;
    color: #543E2F;
    font-size: 40px;
}

.dealer-title span {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    color: #543E2F;
}

.dealer-slider img {
    width: 70%;
    margin: auto;
    /* filter: grayscale(100%);
    opacity: .85; */
    transition: .3s;
    align-items: center;
    justify-content: center;
}

.dealer-slider img:hover {
    filter: none;
    opacity: 1;
}




/* About us section start */
.about-section {
    background: #F8F5F4;
    padding: 90px 0;
}

.about-small {
    color: #F7941D;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 16px;
}

.about-title {
    /* font-weight: 700; */
    letter-spacing: 3px;
    color: #543E2F;
    font-size: 40px;
}

.about-sub {
    font-weight: lighter;
    letter-spacing: 6px;
    color: #543E2F;
    margin-bottom: 25px;
}

.about-text {
    color: #888885;
    line-height: 1.8;
    margin-bottom: 18px;
}

.about-text span{
    color: #F7941D;
    font-size: 35px;
    font-family: "Luxurious Roman", serif;
    font-weight: lighter;
}

.about-btn {
    display: inline-block;
    background: #F7941D;
    color: white;
    padding: 14px 40px;
    border-radius: 6px;
    text-decoration: none;
    margin: 15px 0 0 0;
}

.about-btn:hover {
    background-color: transparent;
    border: 2px solid #F7941D;
    color: #F7941D;
    transition: 0.4s;
}

.about-img {
    width: 100%;
    max-width: 420px;
    border-radius: 10px;
}



/* Why Choose Us Start */
.why-section {
    /* background: #f3f1f0; */
    padding: 90px 0;
}

.why-small {
    color: #F7941D;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
}

.why-title {
    /* font-weight: 700; */
    letter-spacing: 3px;
    font-size: 40px;
    color: #543E2F;
}

.why-title span {
    font-weight: 100;
    letter-spacing: 7px;
    color: #543E2F;
    font-size: 35px;
    letter-spacing: 7px;
}

.why-box h5 {
    color: #28282B;
}

.why-desc {
    color: #543E2F;
    max-width: 420px;
    font-weight: 300;
    font-size: 16px;
}

.why-desc b {
    font-weight: 600;
}

/* BOX */
.why-box {
    background: #F8F5F4;
    padding: 40px;
    display: flex;
    gap: 55px;
    align-items: center;
    height: 100%;
    padding: 5% 15%;
}

.why-box h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.why-box p {
    color: #888885;
    margin: 0;
}

.why-icon {
    width: 45px;
}


/* Video play section start */
.video-section {
    position: relative;
    padding: 0% 2% 5%;
}

.video-bg {
    width: 100%;
    border-radius: 22px;
    display: block;
}

/* CENTER PLAY BUTTON */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #F7941D;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}

.play-btn:hover {
    transform: translate(-50%, -50%) scale(1.08);
}

.video-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
}


/* Our Services Section Start */
.services-section {
    background: #F8F5F4;
    padding: 4% 0 5%;
}

.service-heading {
    color: #F7941D;
    letter-spacing: 4px;
    font-weight: 600;
    font-size: 40px;
    padding: 0 0 5% 0;
}

/* CARD */
.service-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .18);
    cursor: pointer;
}

/* IMAGE */
.service-box img {
    width: 100%;
    /* height: 260px; */
    object-fit: cover;
    transition: transform .7s ease;
}

/* IMAGE ZOOM */
.service-box:hover img {
    transform: scale(1.08);
}

/* DARK GRADIENT */
.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .65), rgba(0, 0, 0, .1));
}

/* CENTER TITLE */
.service-name {
    position: absolute;
    z-index: 2;
    color: white;
    font-size: 25px;
    font-weight: 600;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 35px;
    width: 80%;
}

/* SLIDE INFO */
.service-info {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: white;
    padding: 15% 7% 0;
    transition: .55s cubic-bezier(.22, .61, .36, 1);
    z-index: 3;
    text-align: left;
}

.service-info h5 {
    color: #28282B;
    padding: 0 0 4% 0;
}

.service-info ul li {
    font-size: 14px;
    font-family: "Inter", sans-serif;
    color: #888885;
    font-weight: 300;
}
.service-info .btn-read{
    position: absolute;
    bottom: 15px;
}
/* SHOW PANEL */
.service-box:hover .service-info {
    bottom: 0;
    top: 0;
}

/* HIDE TITLE ON HOVER */
.service-box:hover .service-name {
    opacity: 0;
    transition: .3s;
}

.btn-read {
    color: #F7941D;
    font-size: 14px;
    text-decoration: underline;
}

.gallery-modal .gallery-slider img {
  border-radius: 10px;
}


/* Our Products section start */
.product-section {
    padding: 5% 0;
}

.product-head {
    padding: 0 4% 3% 2%;
}

.small-title {
    color: #F7941D;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

/* BIG TITLE */
.main-title {
    font-size: 44px;
    /* font-weight: 700; */
    letter-spacing: 4px;
    color: #543E2F;
    margin: 0;
}

/* THIN PRODUCT TEXT */
.thin-title {
    font-weight: 100;
    letter-spacing: 7px;
    color: #543E2F;
    font-size: 35px;
    letter-spacing: 7px;
}

/* RIGHT TEXT */
.product-desc {
    color: #543E2F;
    font-weight: 300;
    text-align: left;
    font-size: 16px;
    margin-left: auto;
}

/* BUTTON */
.explore-btn {
    background: #F7941D;
    border-color: #F7941D;
    color: white;
    padding: 12px 28px;
    border-radius: 7px;
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}

.explore-btn:hover {
    background: #db7d12;
    color: white;
}

.product-slider {
    display: flex;
    gap: 14px;
    height: 430px;
}

.item {
    flex: .7;
    border-radius: 0;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    position: relative;
    transition: .65s cubic-bezier(.22, .61, .36, 1);
    overflow: hidden;
    color: white;
}

/* ACTIVE WIDTH */
.item.active {
    flex: 3.5;
}

/* DARK GRADIENT */
.item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .75), rgba(0, 0, 0, .15));
}

/* DETAILS CONTENT */
.product-section .content {
    position: absolute;
    left: 40px;
    bottom: 15%;
    max-width: 420px;
    opacity: 0;
    transform: translateY(40px);
    transition: .55s;
    z-index: 2;
}

/* SHOW ONLY ACTIVE DETAILS */
.item.active .content {
    opacity: 1;
    transform: translateY(0);
}

.item.active .content h3 {
    font-size: 30px;
}

.item.active .content p {
    color: #eee;
    padding: 0 0 5% 0;
}

/* ARROW BUTTON */
.arrow {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    font-size: 22px;
}

/* VERTICAL TEXT FOR SMALL PANELS */
.vertical {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    z-index: 2;
    font-weight: 600;
    letter-spacing: 2px;
}

/* HIDE vertical on active */
.item.active .vertical {
    display: none;
}



/* Home Furnishing section start */
.home-furnishing-section {
    background-color: #F8F5F4;
    padding: 5% 0;
}

/* MAIN CARD */
.home-furnishing-section .furnish-card {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: 0.35s;
    cursor: pointer;
    /* height: 100%; */
    margin: 10px;
}

.home-furnishing-section h2 {
    font-size: 40px;
    color: #543E2F;
    padding: 0 0 1% 0;
}

.home-furnishing-section p {
    font-size: 16px;
    font-weight: 300;
    color: #888885;
    padding: 0 0 4% 0;
}

.grid-lay {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    /* gap: 15px; */
}

.home-furnishing-section .furnish-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    transition: 0.45s;
}

.home-furnishing-section .furnish-card h6 {
    margin-top: 12px;
    font-weight: 600;
    font-size: 14px;
    color: #28282B;
}

.home-furnishing-section .furnish-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.home-furnishing-section .furnish-card:hover img {
    transform: scale(1.05);
}


/* Modular Kitchen */
.modular-kitchen-section {
    padding: 5% 0;
}

.modular-kitchen-section .mod-content{
    padding: 3%;
}

.modular-kitchen-section .modular-kitchen-section__title {
    font-size: 40px;
    font-weight: 500;
    color: #543E2F;
    margin-bottom: 20px;
}

.modular-kitchen-section .modular-kitchen-section__text {
    font-size: 14px;
    line-height: 1.8;
    color: #543E2F;
    margin-bottom: 25px;
    max-width: 420px;
    font-weight: 400;
}

.modular-kitchen-section .modular-kitchen-section__btn {
    color: #F7941D;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 2px solid #F7941D;
    padding-bottom: 3px;
    transition: all 0.3s ease;
}

.modular-kitchen-section .modular-kitchen-section__btn:hover {
    color: #28282B;
    border-color: #28282B;
}

.modular-kitchen-section .modular-kitchen-section__image-wrapper {
    border-radius: 25px;
    overflow: hidden;
}

.modular-kitchen-section .modular-kitchen-section__image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 25px;
}



/* Our Projects section start */
.signature-projects-slider {
    background-color: #F8F5F4;
    padding: 5% 0;
}

.signature-projects-slider .signature-projects-slider__small-title {
    color: #F7941D;
    font-size: 16px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 8px;
}

.signature-projects-slider .signature-projects-slider__title {
    font-size: 36px;
    font-weight: 500;
    font-size: 40px;
    color: #543E2F;
    margin-bottom: 5px;
}

.signature-projects-slider .signature-projects-slider__subtitle {
    font-weight: 100;
    color: #543E2F;
    font-size: 35px;
    letter-spacing: 7px;
}

.signature-projects-slider .signature-projects-slider__card {
    padding: 0 12px;
}
.signature-projects-slider__wrapper{
    display: grid;
    grid-template-columns: 50% 50%;
}

.four-gallery{
    display: grid;
    grid-template-columns: 50% 50%;
}

.modal-gallery img{
    width: 100%;
}
.modal-gallery .modal-content{
    background-color: transparent;
    border: none;
}
.modal-gallery .modal-body{
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.modal-gallery .gallery-slider{
    margin: 0;
    padding: 0;
}
.modal-gallery .gallery-slider img {
  width: 100%;
  border-radius: 15px;
  display: block;
}

.modal-gallery .gallery-slider {
  opacity: 0;
}

.modal-gallery .gallery-slider.slick-initialized {
  opacity: 1;
  transition: opacity 0.3s ease;
}


.signature-projects-slider .signature-projects-slider__img-wrapper {
    border-radius: 15px;
    overflow: hidden;
    transition: 0.4s;
}

.signature-projects-slider .signature-projects-slider__img-wrapper:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.signature-projects-slider .signature-projects-slider__img {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
    border-radius: 15px;
}

.signature-projects-slider .signature-projects-slider__content {
    padding-top: 15px;
}

.signature-projects-slider .signature-projects-slider__card-title {
    font-size: 25px;
    font-weight: 600;
    color: #28282B;
    margin: 4% 0 1%;
}
.four-gallery .signature-projects-slider__card-title {
    font-size: 18px;
    font-weight: 600;
    color: #28282B;
    margin: 4% 0 1%;
}
.signature-projects-slider .signature-projects-slider__category {
    font-size: 16px;
    color: #888885;
    display: block;
    margin-bottom: 10px;
}

.four-gallery .signature-projects-slider__category{
      font-size: 14px;
    color: #888885;
    display: block;
    margin-bottom: 10px;
}

.signature-projects-slider .signature-projects-slider__text {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 300;
    color: #888885;
}

/* Slick spacing fix */
.signature-projects-slider .slick-slide {
    padding: 0 10px;
}

.signature-projects-slider .slick-list {
    margin: 0 -10px;
}



/* counter section start */
.stats-section {
    padding: 5% 0;
}

.stats-section .stats-section__item {
    display: flex;
    /* flex-direction: column; */
    gap: 15px;
    justify-content: center;
    align-items: left;
}

.stats-section .stats-section__icon {
    width: 15%;
    height: 15%;
    margin-bottom: 10px;
}

.stats-section .stats-section__number {
    font-size: 32px;
    font-weight: 600;
    color: #28282B;
    margin: 0 0 -3px 0;
}

.stats-section .stats-section__label {
    font-size: 14px;
    color: #F7941D;
    font-weight: 500;
    text-align: left;
}








/* Testimonial section start */
.testimonial-section {
    /* background: url('/assets/img/reviews-banner.jpg')no-repeat; */
    background-size: cover;
    background-position: center;
    background-color: #F8F5F4;
}

.testimonial-section .small-title {
    color: #F7941D;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
}

.testimonial-section h2 {
    font-size: 42px;
    color: #543E2F;
}

.testimonial-section h2 span {
    font-weight: lighter;
    color: #543E2F;
}

.testimonial-section .testimonial-arrows button {
    width: 50px;
    height: 50px;
    border: 1px solid #543E2F;
    background: transparent;
    border-radius: 50%;
    margin-left: 10px;
    transition: 0.3s;
}

.testimonial-section .testimonial-arrows button:hover {
    background: #543E2F;
    color: #fff;
}

.testimonial-section .testimonial-item {
    padding: 3% 2%;
    position: relative;
}

.testimonial-section .client-info img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}

.testimonial-section .testimonial-item .quote-fix {
    position: absolute;
    right: 2%;
    bottom: 50%;
    width: 6%;
}

.testimonial-section .client-info h5 {
    margin: 0;
    font-weight: 600;
    color: #1E1E1E;
}

.testimonial-section .client-info span {
    font-size: 14px;
    color: #888885;
}

.testimonial-section .testimonial-text {
    font-size: 16px;
    color: #888885;
    line-height: 1.8;
    font-weight: 400;
    max-width: 700px;
}

















/* Client Scroll CSS */
.clients-section {
    /* background: #F8F5F4; */
    overflow: hidden;
}

.clients-section .clients-heading h2 {
    font-size: 40px;
    font-weight: 500;
    color: #543E2F;
}

.clients-section .clients-heading h2 span {
    font-weight: lighter;
    color: #543E2F;
}

.clients-section .clients-slider {
    margin-top: 20px;
    align-items: center;
}

.clients-section .client-item {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.clients-section .client-item img {
    max-width: 100%;
    height: 70px !important;
    height: auto;
    transition: 0.3s ease;
    opacity: 0.8;
}

.clients-section .client-item img:hover {
    opacity: 1;
    transform: scale(1.05);
}







/* FAQ Section start */
.faq-section {
    background: #F8F5F4;
}

.faq-section .faq-heading h2 {
    font-weight: 500;
    letter-spacing: 2px;
    color: #543E2F;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
}

.faq-section .faq-heading p {
    font-family: "Poppins", sans-serif;
    color: #543E2F;
    margin-top: 5px;
    letter-spacing: 3.8px;
    font-weight: lighter;
    font-size: 35px;
}

.faq .accordion-header {
    font-family: "Poppins", sans-serif;
}

.faq-section .accordion-item {
    border: none;
    margin-bottom: 15px;
    background: transparent;
}

.faq-section .accordion-button {
    background: #F7941D26;
    border-radius: 6px !important;
    font-weight: 500;
    font-size: 15px;
    padding: 20px 20px;
    box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
    background: #F7941D;
    color: #fff;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
    color: #fff;
    background-color: #F7941D;
}

.faq-section .accordion-body {
    background: #ffffff;
    border-radius: 0 0 6px 6px;
    padding: 20px;
}





















/* =================== Breadcumb Page start here ================== */
.breadcumb-banner {
  background-color: #F8F5F4;
  padding: 4% 5%;
}

.breadcumb-banner h1 {
  color: #888885;
  text-decoration: underline;
  font-size: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
}









/* =================== About Page start here ================== */
.about-section {
  padding: 80px 0;
  background: #F8F5F4;
}

/* Subtitle */
.about-section .about-subtitle {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 10px;
}

/* Small Title */
.about-section .about-small-title {
  font-size: 13px;
  font-weight: 600;
  color: #F7941D;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* Main Heading */
.about-section .about-main-heading {
  font-size: 36px;
  font-weight: 700;
  color: #543E2F;
  margin-bottom: 30px;
}



/* Stats */

.about-section .abt-sec {
   position: relative;    
}
.about-section .abt-sec .about-btn {
    position: absolute;
    bottom: -25%;
}
.about-section .about-stats {
  gap: 50px;
  margin-bottom: 30px;
}

.about-section .stat-box h3 {
  font-size: 28px;
  color: #F7941D;
  font-weight: 700;
  margin-bottom: 5px;
}

.about-section .stat-box p {
  font-size: 14px;
  color: #888885;
}

/* Image */
.about-section .about-image img {
  border-radius: 8px;
}

/* Right Description */
.about-section .about-right-content {
  padding-left: 40px;
}

.about-section .about-description {
  font-size: 16px;
  line-height: 1.8;
  color: #888885;
  margin-bottom: 20px;
  font-weight: 300;
}
.about-section .about-description span{
    font-size: 20px;
    font-weight: 600;
}

/* Cards */
.about-section .about-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 8%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.about-section .about-card h4 {
  font-size: 20px;
  padding: 0 0 12px 0;
  font-weight: 600;
  margin-bottom: 10px;
  color: #28282B;
}

.about-section .about-card p {
  font-size: 14px;
  color: #543E2F;
  margin: 0;
}



/* Why Choose us section start */
.why-choose-sec {
  padding: 5% 0 0;
}

.why-choose-sec .box- {
  padding: 2% 5%;
}

.why-choose-sec .box- .icon img {
  width: 40px;
  height: 40px;
}

.why-choose-sec .content h4 {
  color: #28282B;
  font-size: 20px;
  font-weight: 600;
  padding: 5% 0 0;
}

.why-choose-sec .content p {
  color: #543E2F;
  padding: 0 0 2% 0;
  font-weight: 400;
  font-size: 16px;

}




/* Call to action start */
.home-quote-section {
  position: relative;
  background-color: #F8F5F4;
  padding: 25% 0 0 0;
  margin: 0 0 0 0;
}

.quote-wrapper {
  background-color: #FFA500;
  padding: 7% 0 7% 15%;
  position: relative;
  margin: 0;
}

.quote-image {
  position: absolute;
  top: 12%;
  z-index: 10;
}

.quote-image img {
  width: 90%;
}

.home-quote-section .call-box {
  background-color: #ffffff;
  padding: 1.5% 5% 1.5% 2%;
  position: absolute;
  z-index: 20;
  left: 23%;
  bottom: 13%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.home-quote-section .call-box .call-icon img {
  width: 100px;
  height: 100px;
  margin: 0 0 8% 0;
}

.home-quote-section .call-box .call-text {
  padding: 0 0 3px 0;
  margin: 0 0 0 0;
  font-size: 16px;
}

.home-quote-section .call-box .call-number a{
    color: #28282B;
    font-weight: 600;
}
.home-quote-section .call-box .call-number a:hover{
    color: #F7941D;
    transition: 0.4s;
}
.quote-content h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  width: 77%;
  /* line-height: 60px; */
  font-family: "Luxurious Roman", serif;
}












/* =================== Contact Page start here ================== */
.contact-info {
  background: url('../assets/img/contact-sec-banner.jpg')no-repeat;
  background-position: center;
  background-size: cover;
  padding: 4% 0;
}

.contact-info img {
  width: 50px;
  height: 60px;
  padding: 0 0 10px 0;
}

.contact-info a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}

.contact-info a:hover {
  transition: 0.4s;
  color: #28282B;
}

.get-in-touch {
  padding: 5% 0;
  background-color: #F8F5F4;
}

.get-in-touch .form-bx {
  background-color: #F8F5F4;
  padding: 0 12px 0 0;
}

.get-in-touch .form-bx h2 {
  color: #543E2F;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 2px;
}

.get-in-touch .form-bx h2 span {
  font-weight: 200;
}

.get-in-touch .form-fill .form-control {
  border-radius: 0;
  border: none;
  font-size: 14px;
  font-weight: 400;
  padding: 8% 0 1% 1.5%;
  box-shadow: none;
  background-color: #F8F5F4;
  color: #888885;
  border-bottom: 1.2px solid #888885;
}

.get-in-touch .form-fill .form-control::placeholder {
  font-weight: 400;
  padding: 8% 0 1% 1.5;
  color: #888885;
  box-shadow: none;
  font-size: 14px;
}

.get-in-touch .form-fill .form-control:hover {
  transition: 0.4s;
  border-bottom: 1px solid #FFA500;
  cursor: pointer;
}

.get-in-touch .form-fill .form-select {
  border-radius: 0;
  border: none;
  font-size: 14px;
  font-weight: 400;
  box-shadow: none;
  background-color: #F8F5F4;
  padding: 8% 0 1% 1.5%;
  color: #888885;
  border-bottom: 1.2px solid #888885;
}

.get-in-touch .form-fill .form-select:hover {
  transition: 0.4s;
  border-bottom: 1px solid #FFA500;
  cursor: pointer;
}

.get-in-touch .form-fill .form-select::placeholder {
  font-weight: 400;
  padding: 8% 0 1% 1.5%;
  font-size: 14px;
  color: #888885;
}

.get-in-touch .form-fill .sb-btn {
  background-color: #FFA500;
  border-color: #FFA500;
  padding: 15px;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  transition: 0.4s;
  margin: 8% 0 0;
}

.get-in-touch .form-fill .sb-btn:hover {
  background-color: #28282B;
  border-color: #28282B;
  transition: 0.4s;
  border-radius: 7px;
}

.get-in-touch .map-bx {
  height: 100%;
}

.map-s {
  height: 85dvh;
  border-radius: 15px;
  border: 0;
  margin: 7% 0 0% 5%;
}
























/* ============================================================
       .sv-footer  — Parent scope for ALL footer styles
    ============================================================ */
.sv-footer {
    background: url('../assets/img/footer-banner.jpg')no-repeat;
    background-size: cover;
    background-position: bottom right;
    color: #444;
    border-top: 1px solid #eee;
}

/* ---------- Logo box ---------- */
.sv-footer .sv-footer__logo-box {
    /* border: 1px solid #e5e5e5; */
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    padding: 10px 20px 10px 0;
    margin-bottom: 18px;
}

.sv-footer .sv-footer__logo-box img {
     height: 80px; 
    width: auto;
}

/* ---------- Tagline ---------- */
.sv-footer .sv-footer__tagline {
    font-size: 0.92rem;
    line-height: 1.7;
    letter-spacing: 1.3px;
    color: #28282B;
    /* font-style: normal; */
    max-width: 340px;
    font-family: "Inter", sans-serif;
}

/* ---------- Social icons ---------- */
.sv-footer .sv-footer__social {
    display: flex;
    gap: 10px;
    margin-top: 22px;
    flex-wrap: wrap;
}

.sv-footer .sv-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*width: 40px;*/
    /*height: 40px;*/
    border-radius: 15px;
    /*border: 1.5px solid #F7941D;*/
    /*color: #F7941D;*/
    /*font-size: 1rem;*/
    text-decoration: none;
    transition: background 0.25s, color 0.25s, transform 0.2s;
}
.sv-footer .sv-footer__social a img{
    border-radius: 15px;
}
.sv-footer .sv-footer__social a:hover {
    /*background: #F7941D;*/
    /*color: #fff;*/
    transform: translateY(-2px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

/* ---------- Quick Links / Legal headings ---------- */
.sv-footer .sv-footer__nav-heading {
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    /* font-weight: 600; */
    color: #28282B;
    margin-bottom: 18px;
}

/* ---------- Nav links ---------- */
.sv-footer .sv-footer__nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sv-footer .sv-footer__nav-list li {
    margin-bottom: 10px;
    font-family: "Inter", sans-serif;
}

.sv-footer .sv-footer__nav-list a {
    text-decoration: none;
    color: #888885;
    font-size: 0.93rem;
    transition: color 0.2s;
    font-family: "Inter", sans-serif;
}

.sv-footer .sv-footer__nav-list a:hover,
.sv-footer .sv-footer__nav-list a.active {
    color: #F7941D;
    font-weight: 600;
}

/* ---------- Contact card ---------- */
.sv-footer .sv-footer__contact-card {
    background: #F7941D;
    border-radius: 14px;
    padding: 28px 35px;
    color: #fff;
    height: 100%;
}

.sv-footer .sv-footer__contact-card .sv-footer__contact-section {
    margin-bottom: 20px;
}

.sv-footer .sv-footer__contact-card .sv-footer__contact-section:last-child {
    margin-bottom: 0;
}

.sv-footer .sv-footer__contact-card .sv-footer__contact-label {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 4px;
    display: block;
}

.sv-footer .sv-footer__contact-card .sv-footer__contact-value {
    font-size: 0.88rem;
    opacity: 0.95;
    line-height: 1.5;
    color: #28282B
}

.sv-footer .sv-footer__contact-card .sv-footer__contact-value a {
    color: #28282B;
}

.sv-footer .sv-footer__contact-card .sv-footer__contact-value a:hover {
    color: #fff
}

/* ---------- Services ticker row ---------- */
.sv-footer .sv-footer__services-bar {
    overflow: hidden;
    position: relative;
}

.sv-footer .sv-footer__services-bar .container {
    padding: 3% 0;
    border-top: 2px solid #888885;
}

.sv-footer .sv-footer__services-bar ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0;
    justify-content: center;
}

.sv-footer .sv-footer__services-bar ul li {
    padding: 4px 11px;
    font-size: 12px;
    color: #888885;
    white-space: nowrap;
    border-right: 1px solid #888885;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    transition: color 0.2s;
    font-weight: 500;
}

.sv-footer .sv-footer__services-bar ul li:last-child {
    border-right: none;
}

.sv-footer .sv-footer__services-bar ul li a:hover,
.sv-footer .sv-footer__services-bar ul li a.active {
    color: #F7941D;
}
.sv-footer .sv-footer__services-bar ul li a{
    text-decoration: none;
      color: #888885;
}

/* ---------- Copyright bar ---------- */
.sv-footer .sv-footer__copyright {
    background: #321D0E;
    color: #fff;
    text-align: center;
    font-size: 0.85rem;
    padding: 14px 20px;
    letter-spacing: 0.01em;
    font-family: "Poppins", sans-serif;
}

.sv-footer .sv-footer__copyright span {
    color: #fff;
}
.sv-footer .sv-footer__copyright span:hover{
    color: #FFA500;
}
/* ---------- Main content padding ---------- */
.sv-footer .sv-footer__main {
    padding: 50px 0 40px;
}




















/* ============== ALL STYLES SCOPED UNDER .consultation-form =============== */
#needconsultation{
    z-index: 9999;
}
.consultation-form {
    font-family: 'Segoe UI', sans-serif;
    background: #fff;
    border-radius: 16px;
    width: 100%;
    /*max-width: 580px;*/
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.10);
    padding: 28px 28px 24px;
    position: relative;
    box-sizing: border-box;
    z-index: 9999;
}

.consultation-form *,
.consultation-form *::before,
.consultation-form *::after {
    box-sizing: border-box;
}
#needconsultation .modal-header{
    display: block;
}
/* ── Header ── */
#needconsultation .cf-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
    width: 100%;
}




#needconsultation .cf-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}
#needconsultation  .modal-body{
    padding: 0;
}
#needconsultation .cf-title span {
    color: #F5A623;
}
#needconsultation .cf-close {
    background: none;
    border: 1.5px solid #ccc;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#needconsultation .cf-orange-line {
    height: 2px;
    width: 52px;
    background: #F5A623;
    border-radius: 1px;
    margin-bottom: 18px;
}

#needconsultation .cf-section-label {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
}

/* ── Field labels ── */
#needconsultation .cf-field-label {
    font-size: 14px;
    font-weight: 400 !important;
    color: #28282B;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 3%;
}
#needconsultation .cf-field-label img{
    width: 5%;
}

/* ── Inputs & selects ── */
.consultation-form .cf-input,
.consultation-form .cf-select {
    width: 100%;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    border-radius: 8px;
    font-size: 13px;
    /*background: #fafafa;*/
    padding: 9px 12px;
    color: #1a1a1a;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    appearance: none;
    -webkit-appearance: none;
}

.consultation-form .cf-input:focus,
.consultation-form .cf-select:focus {
    border-color: #F5A623;
    box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.15);
    background: #fff;
}

.consultation-form .cf-input.cf-invalid,
.consultation-form .cf-select.cf-invalid {
    border-color: #e53935;
}

.consultation-form .cf-err {
    font-size: 11px;
    color: #e53935;
    margin-top: 2px;
    display: none;
}

/* ── Section box ── */
.consultation-form .cf-box {
    background: #faf9f7;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 14px;
}

.consultation-form .cf-box-title {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #543E2F;
    margin-bottom: 3%;
}

/* ── Property radios ── */
.consultation-form .cf-prop-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.consultation-form .cf-prop-label {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    user-select: none;
    font-size: 12px;
    color: #555;
}

.consultation-form .cf-prop-label input {
    display: none;
}

.consultation-form .cf-radio-circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1.5px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: border 0.2s;
}

.consultation-form .cf-radio-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #F5A623;
    display: none;
}

.consultation-form .cf-prop-label input:checked~.cf-radio-circle {
    border-color: #F5A623;
}

.consultation-form .cf-prop-label input:checked~.cf-radio-circle .cf-radio-dot {
    display: block;
}

.consultation-form .cf-prop-label input:checked~.cf-prop-text {
    color: #F5A623;
    font-weight: 600;
}

/* ── Budget slider ── */
.consultation-form .cf-slider-wrap {
    padding: 0 2px;
}

.consultation-form .cf-budget-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    background: linear-gradient(to right, #F5A623 30%, #e0e0e0 30%);
    margin-bottom: 8px;
}

.consultation-form .cf-budget-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #F5A623;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(245, 166, 35, 0.4);
}

.consultation-form .cf-budget-slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #F5A623;
    cursor: pointer;
    border: 2px solid #fff;
}

.consultation-form .cf-slider-labels {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #888;
}

.consultation-form .cf-budget-val {
    color: #F5A623;
    font-weight: 700;
    font-size: 12px;
}

/* ── Calendar ── */
.consultation-form .cf-cal-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.consultation-form .cf-cal-nav-btn {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #555;
    padding: 0 6px;
    line-height: 1;
}

.consultation-form .cf-cal-month {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
}

.consultation-form .cf-cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
}

.consultation-form .cf-cal-cell {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    border-radius: 6px;
}

.consultation-form .cf-day-name {
    font-weight: 600;
    color: #999;
    font-size: 10px;
}

.consultation-form .cf-day-name.cf-sat {
    color: #F5A623;
}

.consultation-form .cf-day {
    cursor: pointer;
    color: #543E2F;
    font-weight: 500;
    transition: background 0.15s;
}

.consultation-form .cf-day:hover:not(.cf-disabled) {
    background: #fff3d6;
}

.consultation-form .cf-day.cf-disabled {
    color: #ccc;
    cursor: default;
}

.consultation-form .cf-day.cf-today {
    background: #fff3d6;
    color: #F5A623;
    font-weight: 700;
}

.consultation-form .cf-day.cf-selected {
    background: #F5A623 !important;
    color: #fff !important;
    font-weight: 700;
}

/* ── Time slots ── */
.consultation-form .cf-time-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-top: 8px;
}

.consultation-form .cf-time-slot {
    padding: 7px 4px;
    font-size: 11px;
    font-weight: 500;
    border: 1px solid #e0e0e0;
    border-radius: 7px;
    cursor: pointer;
    background: #faf9f7;
    color: #555;
    transition: all 0.15s;
    text-align: center;
}

.consultation-form .cf-time-slot:hover {
    border-color: #F5A623;
    color: #F5A623;
}

.consultation-form .cf-time-slot.cf-active {
    background: #F5A623;
    color: #fff;
    border-color: #F5A623;
    font-weight: 700;
}

/* ── Action buttons ── */
.consultation-form .cf-action-row {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.consultation-form .cf-btn-submit {
    flex: 1;
    padding: 12px;
    background: #F5A623;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: background 0.2s;
}

.consultation-form .cf-btn-submit:hover {
    background: #e09610;
}

.consultation-form .cf-btn-cancel {
    flex: 1;
    padding: 12px;
    background: #fff;
    color: #543E2F;
    border: 1.5px solid #e0e0e0;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.2s;
}

.consultation-form .cf-btn-cancel:hover {
    border-color: #aaa;
}

/* ── Success screen ── */
.consultation-form #cf-success {
    display: none;
}

.consultation-form .cf-success-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 16px;
    gap: 14px;
}

.consultation-form .cf-success-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #F5A623;
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.consultation-form .cf-success-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.consultation-form .cf-success-msg {
    font-size: 14px;
    color: #555;
    text-align: center;
    line-height: 1.6;
}

.consultation-form .cf-success-detail {
    display: flex;
    gap: 20px;
    font-size: 13px;
    color: #543E2F;
    font-weight: 600;
    background: #faf9f7;
    padding: 10px 20px;
    border-radius: 10px;
}

/* ── Responsive ── */
@media (max-width: 540px) {
    
.signature-projects-slider__wrapper{
    display: grid;
    grid-template-columns: 100%;
}
.modal-gallery .four-gallery{
    display: grid;
    grid-template-columns: 100%;
}
    .consultation-form {
        padding: 20px 16px 18px;
    }

    .consultation-form .cf-prop-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .consultation-form .cf-date-time-row {
        flex-direction: column !important;
    }
}