body{
	font-family: "Roboto", sans-serif;
	font-size:15px;
	font-weight:400;
    color: #121212;
    overflow-x: hidden;
}
.body-bg{
	background-color: #FFF7EF;
}

/* ── NAVBAR ── */
.navbar {
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    padding: 0 0;
    position: sticky;
    top: 0;
    z-index: 1050;
}
.navbar-brand img { height: 100%; }
.navbar-brand span {
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    color: var(--teal);
    font-weight: 900;
    letter-spacing: -.5px;
}
.nav-link {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #121212;
    font-size: 1.08rem;
    transition: color .2s;
}
.navbar-nav > li{
	margin-right:10px;
    padding: 0 0;
    transition: all 0.5s ease-in-out;
}
.navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus{
    background:#F8901A;
    border-radius:10px;
    -webkit-transition: all 0.4s;
    transition: all 0.5s ease-in-out;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
	color:#000;
}
.navbar-nav > li > a.active {
	background:#F8901A;
	border-radius:10px;
	-webkit-transition: all 0.4s;
    transition: all 0.5s ease-in-out;
}
.navbar .phone-btn {
    background: var(--teal-light);
    color: var(--teal-dark);
    border-radius: 50px;
    padding: 6px 14px;
    font-weight: 600;
    font-size: .88rem;
    text-decoration: none;
    white-space: nowrap;
}
.dropdown-item.exColor:active{
    background-color: #1c8193;
}
.navbar .book-btn {
    font-family: "Roboto", sans-serif;
    background:#E4902F;
    color: #000;
    border: none;
    border-radius: 10px;
    padding: 14px 10px;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    transition: background .2s, transform .15s;
    transition: all 0.5s ease-in-out;
}
.navbar .book-btn:hover { background:#000; color: #fff; transform: translateY(-3px); transition: all 0.5s ease-in-out; }
.top-nav-call-icon{
    width: 27px;
    height: 27px;
    float: left;
    margin-right: 10px;
    margin-top: -3px;
}
h6.callus{
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
	display: flex;
	margin-right: 20px;
	transition: all 0.5s ease-in-out;
}
h6.callus a{
	color: #000;
}
h6.callus a:hover{
	color: #E4902F;
	text-decoration: none;
	-webkit-transition: all 0.4s;
    transition: all 0.5s ease-in-out;
}
.dropdown-menu {
    min-width: 10rem;
	
}
.navbar-nav .nav-link {
	font-size: 1.1rem;
    white-space: nowrap;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
	font-size: 0.9rem;
}

.navbar-nav .nav-item.dropdown {
    position: relative;
}

.navbar-nav .nav-item.dropdown > .dropdown-menu {
    left: 0 !important;
}
.navbar .nav-link.dropdown-toggle::after {
    display: inline-block !important;
    margin-left: 6px;
    vertical-align: middle;
    content: "" !important;
    border-top: 0.3em solid #000 !important;
    border-right: 0.3em solid transparent !important;
    border-left: 0.3em solid transparent !important;
}
/*
.navbar-nav .dropdown-menu {
    min-width: unset !important;
    width: max-content !important;
}*/
.dropdown-menu .nav-item .nav-link span{
	font-size:1rem;
	font-weight:400;
}
.dropdown-menu .nav-item:hover{
	background-color:#ddd;
}
.dropdown-item:hover{
	background-color:#ddd;
}
.dropdown-menu{
	width:100%;
}
.navbar-nav .nav-link {
    padding: 8px 16px;
    border-radius: 8px;
    color: #222;
    transition: all 0.3s ease;
}

/* Active + Parent */
.navbar-nav .current-menu-item > a,
.navbar-nav .current-menu-parent > a {
    background-color: #ff9936;
    color: #000;
}
.navbar-nav .menu-item .nav-link{
	border-radius:10px;
}
.navbar-nav .dropdown-menu .nav-link{
	border-radius:0
}
.dropdown-item.active{
	background-color:#E4902F;
	color:#121212
}
.wpcf7-form p {
    margin-bottom: 10px !important;
}

.wpcf7-form br {
    display: none;
}

/* ── HERO ── */
.fd-hero {
    min-height:795px;
    background-size: contain;
    position: relative;
    overflow: hidden;
    background-repeat:no-repeat
}
.fd-header-container{
    position: absolute;
    z-index: 10;
    margin: 0 auto;
    height: 73vh;
    justify-content: flex-start;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.text-container{
	background: rgb(0, 0, 0, 0.6);
	position: relative;
	border-left:5px solid #E4902F;
	padding: 36px 26px;
}
.text-container p{
	color: #fff;
}
h1.title-head{
	font-size: 2.8rem;
	font-weight: 600;
	color: #fff;
	line-height: 55px;
	margin-bottom: 20px;
}
h1.title-head span{
	color: #DB8828;
}
h5.tagline-t{
	font-size: 1.4rem;
	color: #fff;
	line-height: 36px;
	font-weight: 500;
	margin-bottom: 20px;
}
.head-list{
    margin: 0 0;
    position: relative;
}
.head-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.head-list li{
    margin: 10px 0 10px 0px;
    padding: 0;
    list-style: none;
    font-size: 1.1rem;
    color: #fff;
    line-height: 22px;
    display: flex;
}
.head-list li img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.request-btn {
    font-family: "Roboto", sans-serif;
    background:#E4902F;
    color: #000;
    border: none;
    border-radius: 10px;
    padding: 14px 10px;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    transition: background .2s, transform .15s;
    transition: all 0.5s ease-in-out;
}
.request-btn:hover{
	background: #DB8828;
	transition: all 0.5s ease-in-out;
    transform: translateY(-3px); 
}
.section-spaces{
	margin: 70px 0;
	position: relative;
}
h6.welcome-tagline{
	font-size: 1.1rem;
	color: #E4902F;
	font-weight: 500;
	text-transform: uppercase;
}
h2.wel-title{
	font-size: 2.5rem;
	font-weight: 500;
	color: #000;
}
h2.wel-title.bold{
    font-weight: 600;
    color: #fff;
}
p.body-content{
	font-size: 1rem;
	color: #484848;
	line-height: 24px;
}
.section-bg{
	background: url(../images/fancy-cushion.png) repeat;
	padding: 70px 0;
}
.body-tagline{
    color: #fff;
    font-size: 1.1rem;
    font-weight: 300;
}
.whychoose{
    background-color: #E4902F;
    padding: 22px;
    min-height: 332px;
    box-sizing: border-box;
    border-radius: 20px;
    border-bottom: 5px solid #fff;
    transition: all 0.5s ease-in-out;
}
.whychoose:hover{
    transition: all 0.5s ease-in-out;
    border-bottom: 0px transparent;
    transform: translateY(-4px);
}
.whychoose img {
    width: 105px;
    height: 105px;
    margin-bottom: 20px;
}
h3.cardTitle{
    font-family: "Roboto", sans-serif;
    font-size: 1.3rem;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}
.mar-t-40{
    margin-top: 40px;
}
.bor-radius{
    border-radius: 25px;
}
/* ── Tabs CSS ── */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #E4902F;
    color: #000;
}
.nav-pills .nav-link{
    background-color: #000;
    color: #fff;
    margin-bottom: 10px;
    width: 44vh;
    font-weight: 400;
}
.tags-pills{
    background-color: #F2E0CB;
    color: #121212;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 13px 20px;
    box-sizing: border-box;
    min-width: 225px;
    margin-bottom: 20px;
    border-radius: 50px;
    text-align: center;
	transition: background .2s, transform .15s;
    transition: all 0.5s ease-in-out;
}
.tags-pills:hover{
	background: #DB8828;
	transition: all 0.5s ease-in-out;
    transform: translateY(-3px);
}
.readytostart{
    background-color: #F9EEE1;
    padding: 30px 0 0;
    position: relative;
    margin-top: 60px;
}
h1.readyTitle{
    font-size: 2.8rem;
    color: #DB8828;
    font-weight: 600;
    margin-bottom: 5px;
}
h5.sub-title{
    font-size: 1.4rem;
    color: #000;
    margin-bottom: 20px;
    font-weight: 500;
}
ul.wespecialize{
    margin: 0 0 0 20px;
    padding: 0;
}
ul li.wespecialize{
    margin: 10px 0;
    font-size: 1rem;
    color: #515151;
}
.footer-BG{
    background-color: #F2DCC3;
    padding: 40px 0;
    position: relative;
}
.copy-Text{
    font-size: 0.9rem;
    color: #121212;
    font-weight: 500;
}
.footLink ul{
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}
.footLink li{
    margin: 10px 0;
}
.footLink li a{
    font-size: 0.9rem;
    color: #121212;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.footLink li a:hover{
    color: #DB8828;
    transform: translateX(4px);
    text-decoration: underline;
    transition: all 0.5s ease-in-out;
}
.grey{
    color: #DB8828;
}

.facebook{
    width: 50px;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    margin:15px 10px 0 0;
    transition: all 0.5s ease-in-out;
}
.facebook:hover{
    transform: translateY(-3px);
    transition: all 0.5s ease-in-out;
}



/* ── SCROLL ANIMATIONS ── */
.reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity .65s ease, transform .65s ease;
}
.reveal.visible {
    opacity: 1;
    transform: none;
}
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }

/* ---------- Media Query CSS -----------*/



/* ── Inner HERO ── */
.inner-fd-hero {
    background: url(../images/kitchen-renovation-banner.png);
    min-height:510px;
    background-size: contain;
    position: relative;
    overflow: hidden;
    background-repeat:no-repeat
}
.inner-fd-header-container{
    position: absolute;
    z-index: 10;
    margin: 0 auto;
    height: 53vh;
    justify-content: flex-start;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.text-container{
	background: rgb(0, 0, 0, 0.6);
	position: relative;
	border-left:5px solid #E4902F;
	padding: 36px 26px;
}
.text-container p{
	color: #fff;
}
h1.inner-title-head{
	font-size: 2.1rem;
	font-weight: 600;
	color: #fff;
	line-height: 46px;
	margin-bottom: 20px;
}
h1.inner-title-head span{
	color: #DB8828;
}
h5.inner-tagline-t{
	font-size: 1.4rem;
	color: #fff;
	line-height: 32px;
	font-weight: 400;
	margin-bottom: 20px;
}
p.inner-Head-text{
    color: #CE7C1F;
    font-size: 3.3rem;
    font-style: italic;
    font-weight: 300;
    line-height: 68px;
}
p.inner-body-content{
	font-size: 1.5rem;
	color: #121212;
	line-height: 32px;
}
.img-Height{
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.img-Height:hover{
    transition: all 0.5s ease-in-out;
    transform: translateY(-5px);
}
.img-caption{
    font-size: 1.2rem;
	color: #121212;
    font-weight: 400;
}
.kitchen-pro{
    background-color: #FAE1C4;
    padding: 22px 0;
    box-sizing: border-box;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
}
.kitchen-pro:hover{
    transition: all 0.5s ease-in-out;
    transform: translateY(-5px);
}
.kitchen-pro img{
    width: 100px;
    height: 100px;
    margin: 10px auto;
}
.wpcf7-form label {
  display: block;
  width: 100%;
  margin-bottom:5px;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-form-control {
  width: 100%;
}

select.form-select {
  width: 100%;
}

.requiredRed {
  color: #e53935;
  font-weight: 600;
}


/* ---------- Media Query CSS -----------*/

@media screen and (max-width:1366px){
	.inner-fd-hero{
		min-height:360px;
	}
	.inner-fd-header-container{
		height:47vh;
	}
	.dropdown-menu {
		width: max-content;
		min-width: 200px; /* safety baseline */
	}	

	.dropdown-menu .dropdown-item {
		white-space: nowrap;
	}
	.navbar-nav .nav-link {
		font-size: 0.8rem;
		white-space: nowrap;
	}
    .navbar-nav > li{
    	margin-right:0px;
    }   
    .nav-link{
        font-size: 0.8rem;
    }
    .navbar .book-btn{
        padding: 12px 5px;
        font-size: 0.9rem;
    }
    h6.callus{
        font-size: 0.8rem;
    }
    .fd-hero{
        min-height: 595px;
    }
    .top-nav-call-icon{
        margin-top: -3px;
    }

}

@media screen and (max-width:768px){
    .fd-hero{
        min-height: 338px;
    }
    .fd-header-container{
        height: 32vh;
    }
    h1.title-head{
        font-size: 1.8rem;
        margin-bottom: 10px;
        line-height: 36px;
    }
    .text-container{
        background: rgb(0, 0, 0, 0.4);
        padding: 16px;
    }
    h5.tagline-t{
        font-size: 1rem;
        font-weight: 400;
        line-height: normal;
    }
    .head-list li{
        font-size: 0.9rem;
        line-height: normal;
        margin: 5px 0;
    }
    h6.welcome-tagline{
        font-size: 0.9rem;
    }
    h2.wel-title{
        font-size: 1.8rem;
    }
    p.body-content{
        font-size: 0.9rem;
        line-height: normal;
    }
    .section-spaces{
        margin: 40px 0;
    }
    .body-tagline{
        font-size: 1rem;
    }
    .nav-pills .nav-link{
        width: 29vh;
    }
    h3.cardTitle{
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .section-bg{
        padding: 70px 0;
    }
    .readytostart{
        margin-top: 40px;
    }
    h1.readyTitle{
        font-size: 2rem;
    }
    h5.sub-title{
        font-size: 1.1rem;
    }
    .supportWoman{
        position: relative;
        bottom: 0;
        max-width: 42vh;
    }
    .navbar-nav > li > a{
        padding: 10px 12px;
    }
    .dropdown-menu a{
        font-size: 0.9rem;
    }
    .inner-fd-hero{
        min-height: 204px;
    }
    .inner-fd-header-container{
        height: 20vh;
    }
    h1.inner-title-head{
        font-size: 1.8rem;
        line-height: normal;
        margin-bottom: 5px;
    }
    h5.inner-tagline-t{
        font-size: 1rem;
        line-height: normal;
        margin-bottom: 5px;
    }
    p.inner-Head-text{
        font-size: 2.8rem;
        line-height: normal;
    }
    p.inner-body-content{
        font-size: 1.2rem;
        line-height: normal;
    }
    .img-caption{
        font-size: 1rem;
    }

}