﻿
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../Fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url('../Fonts/Poppins-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url('../Fonts/Poppins-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins-Black';
    src: url('../Fonts/Poppins-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Lora-Regular';
    src: url('../Fonts/Lora-Regular.ttf') format('truetype');
}
body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins-Medium';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background-color: #fff;
   
}
html ,body{
    overflow-x: hidden;
}

:root {
    --blackcolor: #0D1218;
}

h1, h2, h3, h4, h5, h6, span, button, input, textarea {
    font-family: 'Poppins-Medium' !important;
}

p, a, label, li {
    font-family: 'Poppins-Medium' !important;
    font-size: 16px;
}
p,li {
    color: #4F5357;
}

h1:not(.h1){
    font-size: clamp(1.25rem,4.878vw,20rem);
    font-family: 'Poppins-Regular';
}

h2:not(.h2) {
    font-size: clamp(1.25rem,4vw,20rem)
}


h3:not(.h3) {
    font-size: clamp(0.5rem,1.8rem,3rem)
}

h4:not(.h4) {
    font-size: clamp(0.5rem,4vw,4.2rem);

}


h5:not(.h5) {
    font-size: clamp(0.8537rem,0.8537vw,1rem);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.spacing {
    margin: 35px 0px;
}

.padd {
    padding: 50px 0px;
}

.orangebtn {
    background: white;
    color: #DC8B3A;
    border: 1px solid #DC8B3A;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 24px 10px 24px;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin-top: 20px;
    letter-spacing: 0.8px;
}
    .orangebtn:hover {
        background: #DC8B3A !important;
        color: white;
    }
        .orangebtn:hover i{
            color:white !important;
        }
        .textOrange {
            color: #dc8b3a !important;
        }
    .orangebtn:hover {
        background-color: #633B13;
    }
    /*Section1 Css*/
.sliderimage {
    /*background-image: url('../Images/banners/banner4.jpg');
    background-position: center center;
    background-size: cover;*/
    /*background-attachment: fixed;*/
    /*background-repeat: no-repeat;
    min-height: 94vh;
    display: grid;
    place-items: center;
    position: relative;
    z-index: 1;
    padding: 56px 0px 56px 0px;*/
}

    .sliderimage h1, .sliderimage h5, .sliderimage p {
        color: white;
    }
    .sliderimage h5{
        letter-spacing:1px;
    }
  

    .sliderimage .getstart {
        /*background: white;*/
        padding: 9px 20px;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.5px;
        cursor: pointer;
        color: #000000;
    }
.getstart:hover {
    background: #dc8b3a;
    color:white
}

.extradetails h5 {
    text-align: left;
    font-weight: bold;
    font-size: 17px !important;
}

.extradetails .align-items-center {
    border-right: 1px solid white;
}
.extradetails img {
    margin-right: 10px;
    filter: invert(1);
}
.extradetails{
    margin-top:5% !important;
}

.sliderimage .viewproject {
    border: 1px solid white;
    color: white;
    padding: 9px 20px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    cursor: pointer;
}

    .sliderimage .getstart:hover {
        background-color: #DC8B3A;
        color: white;
    }

    .sliderimage .viewproject:hover {
        background-color: #DC8B3A;
        color:white
    }


    .sliderimage .icons i {
        text-align: center;
        text-decoration: none;
        border-radius: 50% 50% 50% 50%;
        width: 40px;
        height: 40px;
        line-height: 36px;
        color: #FFFFFF;
        border-style: solid;
        border-width: 2px 2px 2px 2px;
    }
        .sliderimage .icons i:hover {
            background-color: #DC8B3A;
        }


.formbg {
    background: #ffffff;
    box-shadow: rgb(0 0 0 / 20%) 1px 7px 15px;
    border-top-left-radius: 66px !important;
    border-bottom-right-radius: 70px !important;
}
    .formbg label {
        margin-bottom: 4px;
        color:white !important;
    }

    .formbg input {
        background: #8080800d;
        padding-left: 10px !important;
    }
    /*Section1 Css*/
    /*AboutUs CSS*/
    .AboutUs h2, .WhyChoose h2, .Services h2 {
        font-weight: 500;
        line-height: 1.2em;
        color: #0D1218;
    }

.AboutUs{
    position:relative;
}
.AboutUsbg {
    position: absolute;
    top: 0;
    left: 0px;
    opacity: .50;
    z-index: 0;
}

.why-choose-one__points {
    position: relative;
    display: block;
}
    .why-choose-one__points li {
        position: relative;
        display: block;
        padding-left: 90px;
        border-bottom: 1px solid var(--ambed-bdr-color, #e2ddda);
        padding-bottom: 13px;
        margin-bottom: 5px;
        padding-top: 25px;
    }
        .why-choose-one__points li .icon {
            position: absolute;
            height: 60px;
            width: 60px;
            background-color: var(--ambed-primary, #f2eeeb);
            border-radius: 50%;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: center;
            justify-content: center;
            top: 8px;
            left: 0px;
            transition: 500ms;
        }
            .why-choose-one__points li .icon span {
                position: relative;
                display: inline-block;
                font-size: 25px;
                color: rgb(220, 139, 58);
                transition: 500ms;
            }
        .why-choose-one__points li .text h4 {
            font-size: 20px;
            font-weight: 500;
            line-height: 30px;
            margin-bottom: 13px;
        }


.AboutUs .aboutusimage {
    width: 93%;
    max-height: 563px;
}

.AboutUs i {
    color: rgb(220, 139, 58);
    font-size: 20px;
}


.Advantages h5, .AboutUs h5, .WhyChoose h6, .Services h5, .WhyChoose h5, .packages-section h5, .looks h5, .looks h5, .maintimeline h5, .Testimonial h5, .Projectdetails h5, .Faq h6, .Faq h5, .service-section h5, .Advantages h5, .OurProjects h5, .Founders h5 {
    color: #633B13;
    font-weight: bold;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.AboutUs h4 {
    font-weight: 500;
    line-height: 1.2em;
    color: #0D1218;
}

.AboutUs svg {
    fill: #633B13;
    width: 17px;
    margin-top: -3px;
    margin-right: 7px;
}

.AboutUs .achievements p {
    color: #27292C;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform:uppercase;
}


.AboutUs .achievements p {
    font-family: 'Poppins-Medium';
    /*text-align: center;*/
}






/*AboutUs CSS*/

/*
Advantages*/


.aboutleft-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.aboutleft-item {
    background: white;
    max-width: 180px;
    min-width: 160px;
  
    padding: 20px 10px;
    border-radius: 2px;
    box-shadow: 0 2px 8px #b37537a6;
    text-align: center;
    border-top-right-radius: 48px;
    border-bottom-left-radius: 52px;
}
    .aboutleft-item:hover {
        background: #f7b778;
    }
        .aboutleft-item:hover i {
            background: #f7b778 !important
        }
    .aboutleft-item:hover p {
        color: white
    }

    .aboutleft-item i {
        margin-bottom: 15px;
        background: white;
        width: 66px;
        height: 63px;
        padding: 5px;
        border-radius: 9px;
    }

.icon-red {
    color: #e74c3c;
}

.icon-orange {
    color: #e67e22;
}

.icon-blue {
    color: #3498db;
}

.icon-green {
    color: #27ae60;
}

.icon-purple {
    color: #8e44ad;
}

.Advantages p {
    letter-spacing: 0.8px;
    font-size: 14px;
    margin-bottom: 0px
}
.Advantages {
    background-image: url('../Images/NewImages/whychoosebg.png');
    background-repeat:no-repeat;
    background-color:white !important;
}
/*
Advantages*/
/*
WhyChoose Us*/
.WhyChoose, .Advantages {
    background-color: #F8F8F8;
}
.why-choose-one__left {
    position: relative;
    display: block;
    margin-left: 100px;
}
.why-choose-one__img img {
    width: 100%;
    border-top-left-radius: 78px;
    border-bottom-left-radius: 78px;
    border-bottom-right-radius: 78px;
}
.why-choose-one__img {
    position: relative;
    display: block;
    border-top-left-radius: 78px;
    border-bottom-left-radius: 78px;
    border-bottom-right-radius: 78px;
    z-index: 1;
    margin-left: 92px;
}

    .why-choose-one__img:before {
        position: absolute;
        bottom: -30px;
        left: -30px;
        height: 186px;
        width: 180px;
        content: "";
        background-color: #dc8b3a;
        border-top-right-radius: 52px;
        border-top-left-radius: 52px;
        border-bottom-right-radius: 52px;
        z-index: -1;
    }
.clientimages img {
    width: 47px;
    border-radius: 100px 100px 100px 100px;
    margin-left: -16px;
}
.clientsatis h6 {
    font-size: 32px;
    color: #0D1218;
    font-weight: 500;
    letter-spacing: -1px;
}

.clientdetails {
    margin-top: 60px;
    /*margin-left: 14px;*/
}

.whyus {
    /*min-height: 180px;*/
    justify-content: space-between;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
    padding: 30px;
    background: white;

}

.whyus h3{
    color:var(--blackcolor);
    font-weight:500;
    letter-spacing:-1px;
}

/* Top-level grid for the two main columns */
.whychoose-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 2rem;
}


/* Grid for the client details section */
.clientdetails-grid {
    display: flex;
    grid-template-columns: auto 60px 1fr;
    align-items: center;
    gap: 1rem;
}

/* Grid for the whyus boxes */
.whyus-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}



/* Optional spacing adjustments */
.clientimages img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 5px;
}


.whychoose-right {
    background-image: url('../Images/bannerimage.jpg');
    background-position: left 120px center; /* Shift image 10px to the right */
    background-size: cover;
    padding: 25px 25px 25px 0px;
    background-repeat: no-repeat;
}

.whyus-grid .whyus p {
    margin-top: 20px;
    margin-bottom: 0px;
}

/*
WhyChoose Us*/

/*
Services */

.Services {
    background: white;
    position: relative;
}
.servicebg {
    position: absolute;
    top: 0;
    left: 105px;
    opacity: .50;
    z-index: 0;
}

.float-bob-x {
    -webkit-animation-name: floatbot !important;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite !important;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear;
}

@keyframes floatbot{
    0% {
        transform: translateX(-30px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(-30px);
    }
}
.service-grid{
    display:grid !important;
    grid-template-columns:1fr 1fr 1fr 1fr;
    gap:20px;
}
    

    .servicebox img {
        /*max-height: 360px;*/
        /*object-fit: cover;*/
        /*min-height: 360px;*/
    }
.service-grid img, .service-grid a{
    border-radius: 10px;
}
.servicebox {
    transition: transform 0.05s ease;
    will-change: transform;
    border-radius: 10px;
}

    .servicebox:hover {
        transform: translateY(-35px) !important;
        transition: transform 0.05s ease;
    }

    .servicebox:hover {
    }

    .servicebox::before {
        content: "";
        position: absolute;
        background-color: transparent;
        background-image: linear-gradient(180deg, #02010100 45%, #633b13c2 84%);
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
.servicebox {
    position: relative;
    /*max-height: 360px;*/
}

.servicedetails {
    position: absolute;
    padding: 10px 10px 10px 27px;
    bottom: 13px;
}

    .servicedetails h3, .servicedetails p {
        color: #FFFFFF
    }

.iconbox{
    position:absolute;
    top:20px;
    right:10px;
}

.iconbox {
    background: #DC8B3A !important;
    height: 50px;
    width: 80px;
    margin: auto;
    align-items: center;
    display: flex !important;
    justify-content: center;
    color: white !important;
    font-size: 21px;
    transform: rotate(0deg) !important;
    transition: background 0.3s ease !important;
    cursor: pointer !important;
}
    .iconbox i {
        transition: transform 0.3s ease;
       
    }

    .iconbox:hover {
        background: #633B13;
    }
        .iconbox:hover  i{
            transform: rotate(315deg);
        }

/*
Services */

/*
packages*/





.filters {
    display: grid;
    grid-template-columns: 1fr 5fr;
    gap: 40px;
    margin-bottom: 20px;
    place-items: center;
    justify-items: center;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.package-card {
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  transition: transform 0.3s ease;
}

.package-card:hover {
  transform: translateY(-5px);
}

.compare-btn {
  margin-top: 10px;
  background: #F05A29;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
}

.comparison-box {
  border: 2px solid #F05A29;
  padding: 20px;
  border-radius: 12px;
}

.comparison-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 15px 0;
}

.compare-slot {
  flex: 1;
  border: 1px dashed #aaa;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
}

.cardbox {
    position:relative;
    padding: 20px;
}
    .cardbox h3{
        margin-top:30px;
    }
.tag {
    color: #1F1F1F;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.25);
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    display: flex;
    height: 36px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(89deg, #FFE898 -0.17%, #B89C5C 99.32%);
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0px;
    border-radius: 12px 12px 0px 0px;
    width: 100%;
    max-width: 1023px;
}

.tag {
    font-family: 'Poppins-Medium';
    letter-spacing: 0.5px;
}


.cardbox button {
    border: 1px solid #DC8B3A;
    color: #DC8B3A;
    background: white;
    padding: 7px 24px;
    border-radius: 3px;
    display: block;
    margin: 69px auto 30px auto;
}

.pd-brands-container {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    max-width: auto;
    max-height: 100%;
}
.pd-brand-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-blend-mode: difference;
    border-radius: 8px;
    background: var(--Neutral-100, #F7F7F7);
    width: 100%;
    height: 100px;
    max-height: 36px;
    overflow: hidden;
}
.pd-brand-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}
.pd-brand-logo-container img{
    width:40px;
    height:40px;
}

.filter-item label, .filter-item select {
    font-family: 'Poppins-Regular';
}

.filter-item .type, .filter-item select {
    font-size: 18px;
}

#locationFilter {
    background: #eee;
}

.filter-item span {
    color: #757575;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    vertical-align: middle;
}

.varia {
    margin-left: 8px;
    /*margin-right: 8px;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    vertical-align: middle;
}


.filter-item input[type="radio"] {
    accent-color: sienna;
    
}
.filter-item select{
    cursor:pointer;
}
 
.cardbox p{
    min-height:100px;
}


.looks .slick-dots{
    display:none !important;
}
/*
packages*/
/*
looks*/
.looks .tab-content img {
    width: 99%;
    border-radius: 10px;
}

.nav-tabs li {
    background: #eee;
    color: black;
    border-radius: 0px !important;
    padding: 5px 10px;
}

nav {
    /*padding: 10px 0px;*/
}

.nav-item button {
    background: #eee;
    color: black;
    border-radius: 0px !important;
    padding: 9px 20px;
}


.nav-item .active {
    background: black !important;
    color: white !important;
}

.looks .slick-next {
    top: -35px !important;
    right: 1.3% !important;
}


.looks .slick-prev {
    top: -35px !important;
    left: 92% !important;
}
.looks .slick-next:before {
    font-family: "Font Awesome 5 Free"; /* or "Font Awesome 6 Free" */
    font-weight: 700; /* required for solid icons */
    content: "\f105"; /* fa-angle-right */
    opacity: 1;
}

.looks .slick-prev:before {
    font-family: "Font Awesome 5 Free"; /* or "Font Awesome 6 Free" */
    font-weight: 900;
    opacity: 1;
    content: "\f104"; /* fa-angle-left */
}

.looks .slick-prev:before, .looks .slick-next:before {
    background: #cdc9c9;
    padding: 8px 14px 7px 14px;
    border-radius: 25px;
}

.nav-tabs{
    border:none !important;
}

/*
looks*/
/* Timeline bar with dots */

.timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 40px;
}

/* Line */
.line {
    position: absolute;
    top: 12px; /* center of dot */
    left: 0;
    right: 0;
    /*height: 4px;*/
    /*background: #ddd;*/
    z-index: 0;
    border: 1px solid #ddd
}

.line-fill {
    position: absolute;
    top: 12px;
    left: 0;
     /*height: 4px;*/ 
    /* background: black; */
    width: 0%;
    transition: width 0.6s ease;
    z-index: 1;
    border: 1px dashed black
}
.dot-label{
    font-family:Poppins-Medium;
}
/* Dot with label */
.step {
    position: relative;
    text-align: center;
    z-index: 2;
    flex: 1;
}

.dot {
    width: 1.625rem;
    height: 1.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1.29;
    border:1px solid #1d1a12;
    color: #1d1a12;
    margin-bottom: 1rem;
    font-weight: bold;
    margin-right: 0;
    background-color: #fff6f4;
    box-shadow: none !important;
    cursor:pointer;
}

    .dot.active {
        background: black;
        transform: scale(1.2);
    }

.dot-label {
    font-size: 12px;
    color: black;
    text-align: left;
}

/* Content area */
.content-box {
    /*max-width: 800px;*/
    margin: 0 auto;
    /*background: #fff;*/
    padding: 20px;
    border-radius: 10px;
    /*box-shadow: 0 2px 6px rgba(0,0,0,0.1);*/
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
    display: none;
    text-align:center;
}
    .content-box img {
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-top-right-radius: 70px;
        border-bottom-left-radius: 70px;
    }
    .content-box .contentdetails {
        /*margin-top: 3%;*/
        background: white;
        padding: 35px 27px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-top-right-radius: 70px;
        border-bottom-left-radius: 70px;
        min-height: 100%;
    }
    .content-box.active {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }
.nav-tabs {
    border:none;
}


.maintimelinebg {
    position: absolute;
    top: 30%;
    right: 0px;
    opacity: .50;
    z-index: 0;
    text-align: right;
}
    .maintimelinebg img {
        width: 75%;
    }

    .maintimeline li {
        list-style: disc;
        text-align: left;
    }
     .step .active {
        color: white !important;
    }

/* Timeline bar with dots */
/*
Footer*/

.footer-grid{
    display:grid;
    grid-template-columns:1fr 0.5fr 1.3fr 1fr;
    gap:20px;
}

.Fgrdidbox li{
    list-style:circle
}
    .Fgrdidbox li a {
        color: #4F5357
    }

    .Fgrdidbox ul {
        padding-left: 20px;
        line-height: 32px;
    }

.social-grid {
    display: grid;
    justify-items: center;
    gap: 15px;
    text-align: center;
    padding: 20px 0px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 38px;
}

    .social-grid h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

.social-links {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

    /*.social-links a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #eee;
        color: #000;
        font-size: 18px;
        transition: all 0.3s ease;
    }

        .social-links a:hover {
            background: #000;
            color: #fff;
        }*/

.contact li {
    list-style: none !important;
    text-align: center;
}

.contact ul{
    padding:0px !important
}

.contact i{
    color:black;
}

.social-links a{
    text-decoration:none;
}

.social-grid {
    border-bottom: 1px solid #c7c7c7
}
.copyright {
    background: #c48f54;
    padding: 10px 0px;
}
    .copyright p {
        color: white;
        font-family: 'Poppins-Medium';
        display:flex;
        align-items:center;
        justify-content:center;
    }
    .copyright a {
        color: white;
        font-family: 'Poppins-Medium';
        text-decoration:none;
    }
/*footer{
    padding-bottom:40px;
}*/
/*
Footer*/

/*testimonial*/

.grid-testimonials {
    /* display: grid !important
; */
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 14px 14px;
    background: #f8f8f8;
    padding: 14px 14px;
    border-radius: 14px;
    min-height: 502px !important;
    position: relative;
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px;
}

    .grid-testimonials p {
        text-align: justify;
        line-height: 21px;
        font-size: 15px;
    }
    .grid-testimonials h6 {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translate(-50%);
    }

    .grid-testimonials img {
        width: 100px;
        border-radius: 61%;
        height: 100px;
        object-fit: cover;
        margin: auto;
    }
.testi-content h6:nth-of-type(2) {
    color: #633B13;
}




/*testimonial*/
/*
Projectdetails*/

.Projectdetails {
    background: #F8F8F8;
}
    .Projectdetails .slick-dots{
        display:none !important;
    }

#projectTabsContent img {
    max-height: 432px;
    min-height: 432px;
    object-fit: cover;
    border-top-right-radius: 62px;
    box-shadow: rgb(0 0 0 / 14%) 0px 2px 15px;
}


.grid-container {
    display: grid !important;
    gap: 20px;
    grid-template-columns: 2fr 1fr;
}
a{
    text-decoration:none !important;
}
.video{
    overflow:hidden;
}
.video img{
    width:100%;
}

.Projectdetails .nav-item .active {
    background: #633B13 !important;
    color: white !important;
}
.Projectdetails .nav-tabs li {
    background: white;
    margin: 5px 6px;
}
.Projectdetails .nav-item button {
    background: white;
}
    .Projectdetails .nav-item button:hover, .Projectdetails .nav-item button {
        border: none;
    }
.Projectdetails li{
    list-style:none;
}
.Projectdetails ul{
    padding-left:0px;
}
/*
Projectdetails*/
/*Brochure*/
.Brochure {
    position: relative;
    background-image: url(../Images/OURPROJECT/masterbedroom3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 9;
}

.schedulemeeting {
    background: #dc8b3a;

}

    /* This div will contain both the background image and the overlay */
    .Brochure .background-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-image: url(../Images/OURPROJECT/masterbedroom3.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        z-index: -1;
    }

        /* Dark overlay on top of the background image */
        .Brochure .background-overlay::after {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
            top: 0;
            left: 0;
        }

    .Brochure h5, .Brochure h2, .Brochure p {
        color: #FFFFFF;
    }

    .Brochure a {
        border: 1px solid white;
        padding: 10px 20px;
        color: black;
        text-decoration: none;
        font-family: 'Poppins-Medium' !important;
        width: 146px;
        text-align: center;
    }

/*Brochure*/

/*
Faq*/

.Faq-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:50px;
}

    .Faq-grid .accordion-button:not(.collapsed) {
        color: white !important;
        background-color: #dc8b3a !important;
    }
    .Faq-grid .accordion-body {
        border: 1px solid #8080804a;
        border-radius: 0px 0px 10px 10px;
    }

.formdiv input, .formdiv textarea {
    padding: 21px 22px;
    background: #f8f8f8;
}

.formdiv span {
    margin-top: 30px;
    display: block;
    margin-bottom: 7px;
}

.accordian h5 {
    background: #f8f8f8;
    margin-bottom: 0;
    padding: 28px 23px;
}

.Faq {
    background: #f8f8f8;
}

    .Faq .accordion-body {
        font-family: 'Lora-Regular';
        font-size: 16px;
    }

    .Faq .accordian {
        padding: 18px;
        background: white;
    }
    .Faq .accordion-item {
        margin-bottom: 10px;
        border: none;
    }
.formdiv {
    padding: 18px;
    background: white;
}
.submitbtn {
    position: absolute;
    bottom: 25px;
}

.formdiv label {
    font-family: 'Poppins-Medium' !important;
    bottom: 10px;
}

/*
Faq*/

/*Nav*/

/* Dropdown base */
.nav-links .dropdown {
    position: relative;
    padding: 23px 0px;
    display: inline-block;
}

.nav-links .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -35px;
    background-color: white; /* or match your theme */
    min-width: 200px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 999;
}

    .nav-links .dropdown-menu li {
        border-bottom: 1px solid #eee;
    }

        .nav-links .dropdown-menu li a {
            display: block;
            padding: 0px 15px;
            color: #333 !important;
            text-decoration: none;
        }

            .nav-links .dropdown-menu li a:hover {
                background-color: #f5f5f5;
            }

/* Show dropdown on hover */





nav {
    width: 100%;
    background-color: transparent;
    /*box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);*/
    display: flex;
    position: relative;
    z-index: 10;
    padding: 5px 0px;
}

/*Styling logo*/
.logo {
    text-align: left;
    list-style: none;
    max-width: 20vw;
    text-align: right; 
    margin: auto 0px;
}
    .logo img {
        width: 70%  ;
    }

/*Styling Links*/
.nav-links{
    /*margin:20px 0px;*/
}
.nav-links {
    display: flex;
    list-style: none;
    max-width: 80vw;
    padding: 0 1.5vw;
    justify-content: space-evenly;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    margin-left: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding-bottom: 0;
}
    .nav-links li a {
        text-decoration: none;
        margin: 0 0.7vw;
        font-family: 'Poppins-Medium';
        color: black;
        font-size: 12px;
        letter-spacing: 0.8px;
    }
        .nav-links li a:hover {
            color: #c5945c;
        }
.nav-links li {
    position: relative;
}
   /* .nav-links li > a::before {
        content: "";
        display: block;
        height: 3px;
        width: 0%;
        background-color: #c5945c;
        position: absolute;
        transition: all ease-in-out 250ms;
        margin: 0 0 0 10%;
    }*/
.nav-links li a:hover::before{
    width: 80%;
}

/*Styling Buttons*/
.login-button{
    background-color: transparent;
    border: 1.5px solid #f2f5f7;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    margin-left: 2vw;
    font-size: 1rem;
    cursor: pointer;

}
.login-button:hover {
    color: #131418 !important;
    background-color: #f2f5f7;
    border:1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}
.join-button{
    color: #131418;
    background-color: #61DAFB;
    border: 1.5px solid #61DAFB;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    font-size: 1rem;
    cursor: pointer;
}
.join-button:hover {
    color: #f2f5f7;
    background-color: transparent;
    border:1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}

/*Styling Hamburger Icon*/
.hamburger div {
    width: 30px;
    height: 3px;
    background: black;
    margin: 5px;
    transition: all 0.3s ease;
}
.hamburger{
    display: none;
}

/*Stying for small screens*/

/*Animating Hamburger Icon on Click*/
.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
    transition: all 0.7s ease;
    width:0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}

.affix {
    position: fixed;
    background:white;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0px 3px 8px #3a393a47;
    animation-name: slideInDown;
    animation-duration: .8s;
}

.fade:not(.show) {
    opacity: 1 !important;
}

/*Nav*/


/*DYBNAMICPAGES*/
.headersection {
    background-image: url('../Images/banners/interiordesignbanner.jpg');
    background-size: cover;
    background-position: bottom;
    padding: 84px 0 85px;
    position: relative;
    z-index: 1;
}


.headersection h2 {
    margin-top: 10%;
    text-align: center;
    color: white;
    letter-spacing: 0.8px;
}

    .headersection::before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: #0d121891;
        z-index: -1;
    }

/*DYBNAMICPAGES*/

/*CTCBtn*/
.CTCBtn {
    border: 1px solid #dc8b3a;
    color:black;
    padding: 10px 14px !important;
    background:white;
    border-radius: 24px;
}
.CTCBtn:hover{
    color: white !important;
    background: #dc8b3a;
}
/*CTCBtn*/
/*
mobilemenu*/
footer h3 {
    color: #c48f54
}

.mobile-footer {
    position: fixed;
    width: 100%;
    height: 4rem;
    color: #FFF;
    font-size: 1rem;
    padding: 0;
    background: black;
    overflow: hidden;
    bottom: 0;
}

    .mobile-footer a {
        top: -6px;
        position: relative;
        overflow: hidden;
        width: 23%;
        height: 100%;
        display: inline-block;
        float: left;
        padding: 0;
        color: currentColor;
        line-height: 12;
        font-size: 0.725em;
        text-align: center;
        text-decoration: none;
        text-indent: -9999rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        will-change: background, line-height;
        transition: background 0.15s ease-in-out, line-height 0.2s ease 0.2s;
    }

        .mobile-footer a:hover, .mobile-footer a:focus {
            background-color: rgba(128, 128, 128, 0.3);
        }

            .mobile-footer a:hover svg, .mobile-footer a:focus svg {
                /*transform: scale(1.25);*/
                opacity:1;
            }

        .mobile-footer a:focus, .mobile-footer a:active {
            outline: none;
        }

            .mobile-footer a:focus svg, .mobile-footer a:active svg {
                opacity: 0.8;
            }

            .mobile-footer a:active svg {
                opacity: 1;
            }

        .mobile-footer a svg {
            position: absolute;
            fill: currentColor;
            top: calc(30% + 2.5px);
            left: 30%;
            width: 38%;
            height: 32%;
            transform: scale(1);
            transform-origin: center;
            will-change: opacity, transform, top;
            transition: opacity 0.2s ease, transform 0.2s ease, top 0.2s ease;
            opacity: 0.4;
            pointer-events: none;
            margin-top: -3px;
        }

    .mobile-footer a {
        background-color: rgba(128, 128, 128, 0.15);
        text-indent: 0;
        line-height: 9;
        transition-delay: 0s, 0s, 0s;
    }

            .mobile-footer a.active svg {
                top: calc(17.5% + 2.5px);
                transform-origin: center bottom;
                opacity: 1;
            }

            .mobile-footer a.active:hover svg, .mobile-footer a.active:focus svg, .mobile-footer a.active:active svg {
                transform: scale(1);
            }

        .mobile-footer a.traversing svg {
            transition-delay: 0s, 0s, 0s;
            animation: 0.15s traversing ease-out both;
        }

    .mobile-footer .line {
        position: absolute;
        left: 0;
        top: 0;
        width: auto;
        height: 5px;
        text-indent: -9999rem;
        transform: translateX(-50%);
        border-radius: 2.5px;
        background: currentColor;
        transition: left 0.5s ease-out;
        z-index: 10;
    }

@keyframes traversing {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.4;
    }
}

.mobile-footer.light {
    background-color: #d2d2d2;
    color: gray;
}

    .mobile-footer.light svg {
        fill: gray;
    }

.mobile-footer.primary {
    background: #1d1a12;
    color: #FFF;
}

    .mobile-footer.primary svg {
        fill: #FFF;
    }

/*
mobilemenu*/
/*
callnowbtn*/
.callnowbtn i {
    background: #3f3b34;
    color: white;
    padding: 10px 24px 11px 10px;
    border-radius: 100%;
    font-size: 13px;
    margin-right: 10px;
}

/*
callnowbtn*/


/*OurProjects*/

.OurProjects{

}

.ourproject-grid{
    display:grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    gap:10px;
}
.ProjectBoxes .Projectimages {
    position: relative;
    width: 100%;
    /*height: 300px;*/
    overflow: hidden;
    border-top-right-radius:10px;
    border-top-left-radius:10px;
   
}

    .ProjectBoxes .Projectimages img {
        width: 100%;
        height: 100%;
        /* object-fit: contain; */
        display: block;
        position: relative;
        z-index: 0;
        /*height: 300px;*/
    }

    /* ✅ Overlay only over the image */
    .ProjectBoxes .Projectimages::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgb(0 0 0 / 0%)); /* darkens from top to bottom */
        z-index: 1;
        pointer-events: none;
    }
.projectdetails {
    padding: 10px;
    box-shadow: rgb(0 0 0 / 17%) 0px 5px 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 68px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

    
/*OurProjects*/

/*
heading image*/
    .Founders h5,.maintimeline h5, .Services h5, .OurProjects h5, .Advantages h5, .packages-section h5, .looks h5, .Brochure h5, .Projectdetails h5, .Testimonial h5, .Faq h6 {
        position: relative;
        font-size: 16px;
        margin-bottom: 20px;
    }
        .Founders h5::before, .maintimeline h5::before, .Services h5::before, .OurProjects h5::before, .Advantages h5::before, .packages-section h5::before, .looks h5::before, .Brochure h5::before, .Projectdetails h5::before, .Testimonial h5::before, .Faq h6::before {
            content: "";
            position: absolute;
            inset: 0;
            height: 1px;
            width: 40px;
            background-color: black;
            left: 50%;
            transform: translate(-50%, 25px);
        }
    .Brochure h5::before {
        background-color: white !important;
    }


.WhyChoose h6, .AboutUs h5{
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
}
    .WhyChoose h6::before, .AboutUs h5::before {
        content: "";
        position: absolute;
        inset: 0;
        height: 1px;
        width: 40px;
        background-color: black;
        left: 4.5%;
        transform: translate(-50%, 25px);
    }
/*
heading image*/

/*whatsapp*/

.whatsapp{
    position:fixed;
    bottom:13%;
    right:15px;
    z-index:9;
}
    .whatsapp img {
        width: 180px;
        border-radius: 100px;
        /* border: 1px solid; */
        box-shadow: rgb(0 0 0 / 19%) 0px 5px 15px;
    }
    h2:not(.h2) {
        text-transform: capitalize;
        color: black;
    }
/*whatsapp*/

/*Founders*/
.sliderimage .getstart, .sliderimage .viewproject {
    display: inline-block;
    /*width: 100% !important;*/
}

.sliderimage input::placeholder, #Popup input::placeholder {
    color: #3a393a47
}
.container-fluid {
    padding: 0px !important;
}

/*.sliderimage, .Advantages {
    background-attachment: fixed !Important;
}
*/
    .sliderimage .left {
        background: linear-gradient(295deg, rgb(242 238 235) 0%, rgb(242 238 235) 40%, rgb(242 238 235) 69%, #f2eeeb 100%, #f2eeeb 100%);
        border-top-right-radius: 43%;
        border-bottom-right-radius: 43%;
        padding-bottom: 33px;
        max-width: 843px;
        border-top: 4px solid #dc8b3a;
        border-right: 4px solid #dc8b3a;
        border-bottom: 4px solid #dc8b3a;
    }

    .iconbox i {
        color: white;
    }
.sliderimage{
    position:relative;
}
  /*  .sliderimage::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #f2eeeb;
        background: linear-gradient(270deg, rgb(242 238 235 / 0%) 0%, rgb(242 238 235 / 0%) 40%, rgb(242 238 235) 69%, #f2eeeb 100%, #f2eeeb 100%);
        z-index: 0;
    }*/
.sliderimage h1 {
    color: black !important;
}
.formbg h3 {
    color: white !important;
}

.sliderimage h1, .sliderimage h5, .sliderimage p {
    color: black;
}

.sliderimage .getstart {
    color: black;
    letter-spacing: 0.7px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 2px;
    border: 1px solid #dc8b3a;
}

.sliderimage .viewproject {
    border: 1px solid white;
    color: white;
}

.formbg {
    background: #ffffff3d;
}

.Founders {
}

.founder-grid, .founderbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media only screen and (max-width:991px) {
    .founder-grid, .founderbox {
        grid-template-columns: 1fr;
    }
}

.founderimage img {
    width: 200px;
    border-radius: 100%;
}

/*Founders*/

/*
PopUP*/
.custom-width {
    max-width: 900px !important; /* or any value like 60%, 50rem, etc. */
}

.modal-body .formbg {
    background: #ffffff;
    box-shadow: none;
    border-radius: 4px !important;
    border: none !important;
}

.modal-body img {
    object-fit: cover;
    border-top-right-radius: 100px;
}
.modal-body{
    padding:0px !important;
}
.modal-body .btn-close {
    position: absolute;
    top:12px;
    right: 12px;
}

.modal-backdrop {
    background-color: rgb(0 0 0 / 94%) !important;
    transition: none !important;
}
/*
PopUP*/
/*
OurProjects */
.OurProjects .orangebtn {
    background: transparent !important;
    color: #4F5357 !important;
    border: 1px solid #DC8B3A;
}
    .OurProjects .orangebtn:hover {
        background: #DC8B3A !important;
        color:white !important;
    }
/*
OurProjects */

/*
TrustedMembers*/


.TrustedMembers h6 {
    font-size: 16px;
    color: var(--ambed-black, #3c3531);
    font-weight: 500;
    line-height: 28px;
}
.trustedimages img {
    transition: 500ms;
    filter: grayscale(100%);
    width: 111px;
    margin-left: auto;
}

.TrustedMembers {
    margin-top: 112px;
}

.trustedimages {
    text-align: center;
}
/*
TrustedMembers*/
/*
counter*/

.achievements {
    position: relative;
    display: block;
    padding: 72px 0 43px;
    background-color: #3c3531;
    z-index: 1;
}

.achievements img {
    width: 65px;
}
.achievements h4 {
    color: white;
}
.achievements p {
    font-size: 16px;
    line-height: 16px;
    color: #c1b8b3;
}
/*
counter*/
/*
Sideform*/
.adm_link > img {
    position: fixed;
    bottom: 45%;
    z-index: 99;
    right: 0px;
    border-radius: 20px;
    box-shadow: rgb(255 255 255) 0px 5px 15px;  
}
.adm_link img {
    width: 40px;
}
.adm_link {
    position: relative;
}

#formBox h4 {
    color: black;
}
#formBox input{
    padding:5px 10px;
    padding-left:10px !important;

}
#formsmt {
    color: black !important;
    border: 1px solid #dc8b3a;
}

#formsmt:hover {
    background: #dc8b3a;
    color:white !important;
}
.formtoggle {
    position: fixed;
    top: 20%;
    transform: translate(0px,0px);
    right: -500px;
    height: 60%;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    transition: right 0.4s ease-in-out;
    z-index: 9999;
    overflow-y: auto;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
}
    .formtoggle.active {
        right: 0;
    }
#formBox {
    padding-top:50px !important;
    max-width: 100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.close-btn {
    font-size: 24px;
    /* color: #dc8b3a; */
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 20px;
    background: #dc8b3a;
    color: white;
    padding: 1px 10px;
    border-radius: 26px;
}
.adm_link h4 {
    color: var(--primary);
}
#formWrapper label {
    margin-top: 7px;
}
.adm_link label {
    color: black !important;
}


/*
Sideform*/
.container h2, .Advantages h2{
    position: relative;
    transition: all 0.5s linear;
    display: inline-block;
}
    .container h2:before, .Advantages h2:before {
        position: absolute;
        content: '';
        background-color: #f5be23;
        height: 2px;
        width: 50px;
        left: -60px;
        top: 25px;
    }

    .container h2:after, .Advantages h2:after {
        position: absolute;
        content: '';
        background-color: #f5be23;
        width: 50px;
        right: -60px;
        height: 2px;
        top: 25px;
    }


  /*  Timeline*/

 .timeline-horizontal {
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width:768px) {
    .image {
        grid-template-columns: 1fr !important;
    }
}

.image ul {
    padding-left: 17px;
}

.timeline-horizontal p {
    text-align: justify;
}

.single-event-container {
    padding: 0px 55px;
    width: 50%;
    position: relative;
    transition: all 400ms ease-in-out;
}

    .single-event-container.right {
        margin-left: auto;
    }

.event-description {
    padding: 19px;
    color: dimgray;
    box-shadow: 0px 8px 15px -9px #000;
    margin: 10px 0px;
    background: #ffebcdbd;
    border-top-right-radius: 62px;
}

    .event-description h2 {
        color: darkslategray;
    }

    .event-description p {
        font-size: 16px;
    }

.timeline-horizontal .border {
    width: 4px;
    height: 100%;
    position: absolute;
    background-color: #FDE1EB;
    top: 0;
    right: -2px;
}

.single-event-container.right .border {
    left: -2px;
}

.circle-date {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FDE1EB;
    position: absolute;
    top: 0px;
    right: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #EE8790;
}

.single-event-container.right .circle-date {
    left: -25px;
}

@media all and (max-width: 800px) {
    .single-event-container,
    .single-event-container.right {
        width: 100%;
    }

    .single-event-container {
        padding: 0px 0px 0px 36px !important;
    }

        .single-event-container .border,
        .single-event-container.right .border {
            left: 23px;
        }

        .single-event-container .circle-date,
        .single-event-container.right .circle-date {
            left: 0;
        }
}

.timeline-image {
    width: 100%;
    max-width: 500px;
    margin-top: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.timeline-horizontal h2 {
    font-size: 27px;
    font-weight: bold;
}

.image img {
    object-position: top;
    border-top-right-radius: 62px;
    box-shadow: rgb(0 0 0 / 14%) 0px 2px 15px;
    max-height: 300px;
    min-height: 300px;
}

.image {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 18px;
}

#ltrlData .container-fluid {
    max-width: 1500px
}


/*  Timeline*/