/*!
Theme Name: dhomeimprovement
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dhomeimprovement
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

dhomeimprovement is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #FFFEF3 !important;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}



/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/



.my_btn_one {
    border-radius: 15px;
    padding: 15px 70px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -1.5%;
    border: 1px solid #151515;
    text-decoration: none;
    color: #151515;
    display: inline-block;
    /* transition: all ease-in .3s; */
}

.my_btn_one:hover {
    background: #151515;
    color: #fff;
}




/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}



.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

/* .post,
.page {
	margin: 0 0 1.5em;
} */

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}


.entry-content img { width: 100%; max-height: 454px; border-radius: 30px;}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}







.container-fluid {
    padding-left: 80px !important;
    padding-right: 80px !important;
}


.custom_header {
    position: relative;
    z-index: 99;
}

.logo_img {
    max-width: 120px;
}

.desktop_menu_wrap {
    border: 1px solid #5f5a54;
    border-radius: 60px;
    padding: 0px 35px;
    background: transparent;
}

.desktop_menu_wrap .navbar-nav {
    margin-left: 0;
    gap: 32px;
}
html[lang="es-ES"] .desktop_menu_wrap .navbar-nav {
    gap: 15px;
}

header .navbar .custom-logo-link {
    max-width: 108px;
    gap: 32px;
}




.navbar-nav .nav-link {
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -1.5%;
    color: #000;
    padding-top: 18px;
    padding-bottom: 18px;
}
html[lang="es-ES"] .navbar-nav .nav-link {
    font-size: 18px;
}

.navbar-nav .menu-item .nav-link:hover {
    color: #c79b63;
}

.navbar-nav .menu-item.active {
    position: relative;
}

.navbar-nav .menu-item.active:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background: #c79b63;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.navbar-nav .menu-item .dropdown-menu li {
    padding-left: 10px;
}

.navbar-nav .menu-item.active .dropdown-menu li.active:before {
    left: 8px;
}



.navbar-nav .nav-link.active {
    color: #000;
}

.menu_dot {
    width: 8px;
    height: 8px;
    background: #c79b63;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.search_btn {
    width: 56px;
    height: 56px;
    border: 1px solid #5f5a54;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    font-size: 22px;
    transition: 0.3s ease;
}

.search_btn:hover {
    background: #000;
    color: #fff;
}

.lang_dropdown .btn {
    min-width: 95px;
    height: 56px;
    border: 1px solid #5f5a54;
    border-radius: 10px;
    background: transparent;
    font-size: 22px;
    color: #2d2d2d;
    display: flex;
    align-items: center;
    gap: 5px;
}

.lang_dropdown .btn:focus {
    box-shadow: none;
}

.navbar-toggler i {
    font-size: 36px;
    color: #000;
}

.offcanvas {
    background: #f4f1e8;
}

.offcanvas .nav-link {
    padding: 12px 0;
    font-size: 22px;
    color: #000;
}

























#search {
    align-items: center;
    background: rgba(0, 0, 0, 0.975);
    height: 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    position: fixed;
    transition: all 0.5s;
    width: 100vw;
    will-change: transform, opacity;
    z-index: -1;
}

#search:target {
    height: 100vh !important;
    opacity: 1;
    width: 100vw !important;
    z-index: 999;
}

#search:target .close-btn {
    display: block;
}

.header-search-form {
    width: 50%;
    display: flex;
}

#searchbox {
    background: transparent;
    border: solid #fff;
    border-width: 0 0 1px 0;
    color: #fff;
    flex: 1 0 auto;
    font-size: 2rem;
    height: 2rem;
    max-width: 100%;
    outline: 0;
    padding: 2rem 1rem;
}

.close-btn {
    display: none;
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: 0.5rem;
    right: 2rem;
}







.home_heading {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 90px;
    line-height: 100px;
    letter-spacing: -1.5%;
}

.home_description p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -1.5%;
}

.get_quote {
    border-radius: 15px;
    padding: 15px 70px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -1.5%;
    border: 1px solid #151515;
    text-decoration: none;
    color: #151515;
    display: inline-block;
}



.home_slider_section {
    overflow: hidden;
    padding: 60px 0px;
}

.home_slider_section .slides_wrapper {
    display: flex;
    width: max-content;

}

.home_slider_section .homeSwiper {
    padding-bottom: 50px !important;
}


.home_slider_section .slides {
    flex: 0 0 60vw;
}

.home_slider_section .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 30px;
}

.home_slider_section .swiper-pagination {
    bottom: 0px !important;
}





.about-banner-wrap img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.about-banner-wrap {
    position: relative;
}

.about-banner-wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0000006e;
}


.about_section .about_heading {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 70px;
    line-height: 100px;
    letter-spacing: -1.5%;
}

.about_section p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -1.5%;
    text-align: center;
    margin-bottom: 30px;

}





.home_about_image {
    position: relative;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_image {
    /* position: absolute; */
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_video {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
}

.about_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}







.service_slider_section {
    padding: 100px 0;
    overflow: hidden;
    min-height: 100vh;
}

.service_slider_section h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 70px;
    leading-trim: NONE;
    line-height: 100px;
    letter-spacing: -1.5%;
}

.service_slider_section p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: -1.5%;
    color: #555555;
}

.view_all {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -1.5%;
    color: #151515;
}



.service_card {
    color: #000;
}

.service_img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
    border-radius: 19px;
}

.service_content {
    padding-top: 25px;
}

.service_content h3 {
    margin-bottom: 15px;
    color: #000;

    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 25.99px;
    line-height: 34.98px;
    letter-spacing: -1.5%;


}

.service_content p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15.99px;
    line-height: 25.99px;
    letter-spacing: -1.5%;
    margin-bottom: 10px;
}

.service_content .arrow_btn {
    background: url(./assets/images/right-arrow-circle-icon.png) center center no-repeat;
    width: 38px;
    height: 38px;
    display: block;
}


.serviceSwiper .swiper-wrapper {
    padding-bottom: 50px;
}

.serviceSwiper .swiper-pagination {
    bottom: 0px !important;
}

.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    background: #000 !important;
}

.swiper-button-prev,
.swiper-button-next {
    width: 50px !important;
    height: 50px !important;
    border-radius: 5px;
    color: #fff !important;
    background: #00000058;
    transform: translateY(-150%);
}


/* Navigation */

/* .serviceSwiper .swiper-button-next,
.serviceSwiper .swiper-button-prev {
	color: #000;
} */

.serviceSwiper .swiper-button-next:after,
.serviceSwiper .swiper-button-prev:after {
    font-size: 28px;
}


/* .swiper-button-next,
.swiper-button-prev {
	transform: translateY(-150%);
} */











.kitchensection {
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    padding: 60px 0;
    background: #ECF0F3;
}

.hero-heading {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #111111;
    font-size: clamp(2.4rem, 4.2vw + 0.5rem, 4.2rem);
    /* line-height: 1.13; */
    letter-spacing: -0.5px;
    margin-bottom: 1.6rem;
}

.hero-body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #5a626a;
    font-size: clamp(0.88rem, 0.3vw + 0.82rem, 1.01rem);
    line-height: 1.72;
    margin-bottom: 2.4rem;
    max-width: 540px;
}

.hero-cta {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 0.95rem;
    color: #212529;
    background: transparent;
    border: 1px solid #212529;
    border-radius: 12px;
    padding: 13px 34px;
    text-decoration: none;
    letter-spacing: 0.01em;
    transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
    cursor: pointer;
    white-space: nowrap;
}

.hero-cta:hover {
    background: rgba(33, 37, 41, 0.07);
    color: #111111;
    border-color: #111111;
    text-decoration: none;
}

.hero-cta:active {
    background: rgba(33, 37, 41, 0.13);
}

.hero-image-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image-wrap {
    width: 100%;
    max-width: 780px;
}

.hero-image-wrap img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}




















.transform_space {
    padding: 80px 0;
    margin-top: 100px;
}

.transform_space .container-fluid {
    position: relative;
}

.transform_space .container-fluid .transform_space_inner_container {
    overflow: hidden;
    position: relative;
}

.transform_space .container-fluid .transform_space_inner_container h2 {
    font-weight: 400;
    font-size: 60px;
    line-height: 80px;
    letter-spacing: -1.5%;
    color: #000000;
    text-align: center;
}

.transform_space .container-fluid .transform_space_inner_container p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -1.5%;
    text-align: center;
    color: #000;
}

.transform_space_inner_container .bg-image {
    position: absolute;
    inset: 0;
    object-fit: cover;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.transform_space .container-fluid .left_top_image {
    position: absolute;
    left: 126px;
    top: 0;
    transform: translateY(-50%);
    overflow: hidden;
}

.transform_space .container-fluid .right_bottom_image {
    position: absolute;
    right: 126px;
    bottom: 0;
    transform: translateY(50%);
    overflow: hidden;
}





.project_slider_section {
    padding: 80px 0 80px;
    overflow: hidden;
    /* height: 100vh; */
}

.project_slider_section h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: clamp(2.4rem, 4.2vw + 0.5rem, 4.2rem);
    /* line-height: 100px; */
    letter-spacing: -1.5%;
}

.project_slider_section p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -1.5%;
    color: #555555;
}





.project-slider-wrapper {
    /* overflow: hidden; */
    /* padding: 60px 30px; */
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
}

.project-slider-wrapper .project-slide {
    flex: 0 0 90vw;
}

.project_card {
    color: #000;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

/* .project_img{
    border-radius: 30px;
} */
.project_img img {
    width: 100%;
    height: 589px;
    object-fit: cover;
    display: block;
}

.project_img {
    overflow: hidden;
}



.project_content {
    padding-top: 25px;
    /* background: #0000005f; */
    color: #fff;

    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
}

.project_content h3 {
    margin-bottom: 15px;
    color: #ffffff;

    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -1.5%;
}

.project_content p {
    font-size: 16px;
    color: #ffffff;

    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -1.5%;

}

.project_content a {
    font-size: 55px;
    color: #fff;
}

/* #post-19 { min-height: 200vh;} */







.testimonial-section {
    padding: 50px 0;
    overflow: hidden;
}

.testimonial-wrapper {
    display: flex;
    gap: 80px;
    align-items: center;
}

.testimonial-content {
    width: 40%;
}

.testimonial-content h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: clamp(2.4rem, 4.2vw + 0.5rem, 4.2rem);
    /* line-height: 80px; */
    letter-spacing: -1.5%;
}

.testimonial-content p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -1.5%;
    color: #555555;
}

.testimonial-slider-wrap {
    width: 60%;
    position: relative;
}

.testimonial-card {
    border: 1px dashed #cecdcd;
    /* min-height:420px; */
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stars {
    color: #D4AF37;
    font-size: 22px;
    letter-spacing: 4px;
}

.quote {
    font-size: 70px;
    letter-spacing: 2px;
    line-height: 58px;
    color: #d9d4c7;
    font-family: serif;
}

.testimonial-card p {
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -1.5%;
}

.author h5 {
    margin: 0;
    font-size: 20px;
}

.author span {
    color: #888;
}

.swiper-button-prev.testimonial-prev {
    width: 50px;
    height: 50px;
    color: #777;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    margin-left: -20px;
}


.swiper-button-next.testimonial-next {
    width: 50px;
    height: 50px;
    color: #777;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    margin-right: -20px;
}

.testimonial-prev {
    left: -70px;
}

.testimonial-next {
    right: -70px;
}

.testimonial-prev::after,
.testimonial-next::after {
    font-size: 22px;
    font-weight: 700;
}

.swiper-pagination-testimo {
    text-align: center;
    margin-top: 30px;
}










.payment-section {
    padding: 60px 0 120px;
}

.payment-content {
    text-align: center;
    position: relative;
    z-index: 2;
    border-radius: 40px;
    min-height: 540px;
}

.payment-icon {
    font-size: 40px;
    color: #a88860;
    margin-bottom: 15px;
    margin-top: 15px;
}

.payment-content h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 80px;
    letter-spacing: -1.5%;
    color: #000;
}

.payment-content p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -1.5%;
    color: #555555;
}















.blog-section {
    background: #eceadf;
    padding: 60px 0 100px;
}

.blog-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 100px;
    letter-spacing: -1.5%;
    color: #000000;
}

.blog-desc {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -1.5%;
    color: #555555;
    margin-bottom: 0;
}

.view-all-btn {

    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -1.5%;

    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #111;
    border-bottom: 2px solid #b08b63;
    padding-bottom: 8px;
}

.blog-card {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    height: 540px;
}

.blog-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-content {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 20px;
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(12px);
    border-radius: 12px;
    padding: 18px;
}

.blog-date {
    color: #777777;
    display: block;
    margin-bottom: 10px;

    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -1.5%;

}

.blog-content h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -1.5%;
    color: #000000;
}

.blog-arrow {
    width: 36px;
    height: 36px;
    border: 1px solid #555;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #111;
}

.blog-prev,
.blog-next {
    color: #666;
    width: 50px;
    height: 50px;
}

.blog-prev {
    left: -45px;
}

.blog-next {
    right: -45px;
}

.blog-prev:after,
.blog-next:after {
    font-size: 38px;
}





.dream_space_section {padding: 100px 0;}
.dream_space_section .dream_space_section_container .row {
    position: relative;

}

.trusted-items {
    border-top: 1px dotted #DEDEDE;
    border-bottom: 1px dotted #DEDEDE;
}

.dream_space_section .dream_space_design_bg {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.dream_space_section .dream_space_design_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.dream_space_section h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: clamp(2.4rem, 4.2vw + 0.5rem, 4.2rem);
    /* line-height: 130%; */
    letter-spacing: -2%;
    color: #fff;
}

.dream_space_section p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -3%;
    color: #fff;
}


.dream_space_section .from_box {
    background: #FFFEF3;
    border-radius: 30px;
    padding: 30px;
}

.wpcf7-form label {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #000;
}

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


.wpcf7-form p { font-size: 15px;}

.wpcf7-form input {
    width: 100%;
    height: 40px;
    background: #F4F3E3;
    padding: 5px 15px;
    border-radius: 5px;
}

.wpcf7-form select {
    width: 100%;
    height: 40px;
    background: #F4F3E3;
    padding: 5px 15px;
    border-radius: 5px;
}

.wpcf7-form p .selected-dial-code {
    color: #000;
}

.wpcf7-form textarea {
    width: 100%;
    height: 96px;
    resize: none;
    background: #F4F3E3;
    padding: 5px 15px;
}

.cream-panel .wpcf7-form label {
    font-size: 16px;
}

.cream-panel .wpcf7-form input,
.cream-panel .wpcf7-form select {
    height: 60px;
    border-color: #AAAAAA;
    border-radius: 10px;
}

.cream-panel .wpcf7-form textarea {
    height: 160px;
    border-color: #AAAAAA;
    border-radius: 10px;
}


.ays_template_window .wpcf7 label {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.ays_template_window .wpcf7 label .wpcf7-form-control-wrap {
    flex: 0 0 60%
}

.wpcf7-list-item label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

div[class*=ays-pb-modal_].ays_template_window {
    overflow: visible !important;
}

.close-template-btn {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #000;
    color: #fff !important;
    text-align: center !important;
    line-height: 40px !important;
    top: -40px;
}
.ays_template_window .close-template-btn:hover {
    color: #fff;
}

.wpcf7-form input[type="submit"] {
    background: transparent;
    border-radius: 16px;
    border-color: #101010;
    color: #101010;
    height: 50px;
    width: 80%;
    margin: 0 auto;
    display: block;
    transition: all ease-in .3s;
}

.wpcf7-form input[type="submit"]:hover {
    background: #151515;
    color: #fff;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0%;
    color: #A3A3A3;
}

.wpcf7-form .col-lg-6,
.wpcf7-form .col-lg-12 {
    margin-top: 0;
}

.wpcf7-form .col-lg-6 p,
.wpcf7-form .col-lg-12 p {
    margin-bottom: 0;
}


.built_in_trusted { padding-bottom: 100px;}
.built_in_trusted h5 {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -1.5%;
}

.built_in_trusted h2 {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: clamp(2.4rem, 4.2vw + 0.5rem, 4.2rem);
    /* line-height: 100px; */
    letter-spacing: -1.5%;
}









#sb_instagram #sbi_images {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    padding: 0;
}

#sb_instagram .sbi_item {
    position: relative;
    overflow: hidden;
}

#sb_instagram .sbi_photo {
    /* aspect-ratio:1/1.8; */
    display: block !important;
    background-size: cover !important;
    background-position: center !important;
    transition: .5s;
}

#sb_instagram .sbi_item::before {
    content: "\F437";
    font-family: "bootstrap-icons";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
    background: rgba(0, 0, 0, .35);
    opacity: 0;
    transition: .3s;
    z-index: 2;
    pointer-events: none; /* Fix click issue */
}

#sb_instagram .sbi_item:hover::before {
    opacity: 1;
}

#sb_instagram .sbi_item:hover .sbi_photo {
    transform: scale(1.08);
}














/* Footer section start */
.site-footer {
    background: #EFE0D0;
    padding: 80px 0 10px;
}

.footer-logo img {
    max-width: 180px;
}

.footer-newsletter-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 2%;
    text-transform: capitalize;
}

.footer-newsletter form {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 5px;
}

.footer-newsletter form .tnp-field label {
    display: none;
}

.footer-newsletter form .tnp-field.tnp-field-email {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
}
.footer-newsletter form .tnp-field.tnp-field-profile {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    order: -1;
}

.footer-newsletter form .tnp-field.tnp-field-email input {
    border: none;
    background: none;
    box-shadow: none !important;
    padding: 14px 5px;
    border-bottom: 1px solid #5b5b5b;
    border-radius: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

.footer-newsletter form .tnp-field.tnp-field-profile input {
    border: none;
    background: none;
    box-shadow: none !important;
    padding: 14px 5px;
    border-bottom: 1px solid #5b5b5b;
    border-radius:0;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

.footer-newsletter form .tnp-field.tnp-field-email input:focus {
    outline: none;
}


.footer-newsletter form .tnp-field.tnp-field-button input[type="submit"] {
    width: 165px;
    height: 45px;
    border: none;
    background: #000000;
    color: #fff;
    border-radius: 12px;
}



.footer-title,
.footer-contact-item h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -1.5%;
    margin-bottom: 20px;
}

.footer-contact-item {
    margin-bottom: 28px;
}

.footer-contact-item a,
.footer-contact-item p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1.5%;
    color: #000;
    text-decoration: none;
    word-wrap: break-word;
}





.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 16px;
}

.footer-menu li {
    margin-bottom: 5px;
}

.footer-menu li .sub-menu {
    padding-left: 0;
    margin-left: 15px;
    margin-top: 15px;
    list-style: none;
}

.footer-menu li .sub-menu li {
    position: relative;
}

.footer-menu li .sub-menu li:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 3px;
    background: #000;
    left: -13px;
    top: 12px;
}

.footer-menu a {
    text-decoration: none;
    color: #222;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -1.5%;
}




.footer-bottom {
    margin-top: 50px;
    padding-top: 10px;
    border-top: 1px dashed rgba(0, 0, 0, .15);
}

.footer-policy {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-policy a {
    color: #b28f6b;
    text-decoration: none;
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 35px;
}

.footer-social a {
    color: #b28f6b;
    font-size: 34px;
}

.copyright {
    color: #b28f6b;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -2%;
}


/* Footer section start */








.section-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -1.5%;
    color: #000000;
}

.about-banner-content {
    width: 90%;
}

.about-banner-content h1 {
    font-size: 72px;
    margin-bottom: 15px;
}

.breadcrumb-custom {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.breadcrumb-custom a {
    color: #fff;
    text-decoration: none;
}

.about-intro { padding: 100px 0 50px;}

.about-intro p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -1.5%;
    color: #555555;
}


.counter-section { padding: 50px 0;}
.counter-wrapper {
    background: #ECE9D8;
    padding: 30px 0;
}

.counter-item {
    border-right: 1px solid rgba(0, 0, 0, .15);
}

.counter-item:last-child {
    border-right: none;
}

.counter-item h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 26px;
    letter-spacing: -1.5%;
    text-align: center;
    margin-bottom: 20px;
}

.counter-item p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 36px;
    letter-spacing: -1.5%;
    color: #000;

}


.feature-box:nth-child(-n + 2) {
    border-bottom: 1px solid #DEDEDE;
}

.feature-box:nth-child(odd) {
    border-right: 1px solid #DEDEDE;
}

.feature-box:nth-child(odd) .feature-inner {
    padding-left: 0;
}

.feature-inner {
    padding: 30px;
}

.feature-inner img {
    margin-bottom: 15px;
}

.feature-inner h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -1.5%;
    color: #000;
}


.who-we-are { padding: 50px 0;}


.who-we-are p,
.why-choose-us p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -1.5%;
    color: #555;
}

.border-top {
    border-top: 1px solid #DEDEDE;
}

.border-bottom {
    border-bottom: 1px solid #DEDEDE;
}





















.kitchen-service-section {
    overflow: hidden;
}

.service-image-wrapper .main-img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    min-height: 800px;
    min-height: 810px;
}

.service-feature-box {
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    padding: 235px 20px 15px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    display: flex;
    align-items: end;
    justify-content: center;
}

.service-feature-box .row .col-4.col-4:not(:last-child) {
    border-right: 1px solid #FFFFFF4D;
}

.service-feature-box .feature-item-new {
    display: flex;
    gap: 5px;
    flex-direction: row;
    align-items: center;
}

.service-feature-box .col-4:not(:last-child) .feature-item {
    border-right: 1px solid #E5DA73;
}

.service-feature-box .feature-item-new h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -1.5%;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    word-break: break-all;
}

.service-feature-box .feature-icon {
    margin-bottom: 0;
}

.service-feature-box .feature-icon img {
    width: 45px;
    height: 45px;
    max-height: 100%;
    object-fit: contain;
}

/* .service-content{
    padding-left:40px;
} */

.service-content p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -1.5%;
    color: #555555;
}

.star-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #294136;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 36px;
}

p.what_include {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 23px;
    line-height: 26px;
    letter-spacing: -1.5%;
}

.gold-line {
    height: 1px;
    background: #B39271;
    width: 100%;
}

.service-pill {
    background: #F5F4E4;
    border-radius: 50px;
    min-height: 40px;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 24px;
}

.pill-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    background: #b9925a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pill-icon img {
    width: 22px;
    height: 22px;
}

.service-pill span {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 30.26px;
    letter-spacing: -1.5%;
}














.work-process-section {
    background: #F5F4E4;
    padding: 100px 0;
}

.process-title {
    min-height: 270px;
}

.process-title h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: clamp(2.188rem, 4.2vw + 0.5rem, 3.75rem);
    /* line-height: 85px; */
    letter-spacing: -1.5%;
    color: #000000;
}

.process-card {
    background: #FFFEF3;
    border-radius: 20px;
    padding: 32px 32px 20px 32px;
    /* height:100%; */
    transition: .3s;
}

.process-card:hover {
    transform: translateY(-5px);
}

.process-number {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 66px;
    line-height: 85px;
    letter-spacing: -1.5%;
    color: #00000010;
    margin-bottom: 20px;
}

.process-card h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: -1.5%;
    color: #000;
}

.process-card p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -1.5%;
    color: #555555;
}














.section-desc {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -1.5%;
    color: #555555;
}

.material-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
}

.material-card img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.material-overlay {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(255, 255, 255, .15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 20px;
    padding: 20px;
}

.material-overlay h4 {
    color: #ffffff;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
















.smart-design-section {
    padding: 90px 0;
}

.smart-title {
    font-size: 64px;
    font-weight: 300;
    color: #111;
    line-height: 1.2;
    margin: 0;
}

.smart-desc {
    max-width: 820px;
    margin: auto;
    color: #6d6d6d;
    font-size: 20px;
    line-height: 1.9;
}

.smart-image img {
    border-radius: 35px;
    display: block;
}

.feature-item-new {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.feature-icon-new {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #B39271;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 18px;
}

.feature-icon img {
    width: 34px;
}

.feature-item h4 {
    font-size: 28px;
    font-weight: 500;
    color: #111;
    margin-bottom: 12px;
}

.feature-item p {
    color: #666;
    font-size: 17px;
    line-height: 1.8;
    margin: 0;
}

























.project-overview {
    padding: 80px 0;
}

.section-title {
    font-size: 64px;
    font-weight: 300;
    line-height: 1.15;
    color: #111;
    margin: 0;
}

.overview-main-image img {
    height: 520px;
    object-fit: cover;
    transition: .4s;
}

.overview-small-image img {
    height: 240px;
    object-fit: cover;
    transition: .4s;
}

.overview-main-image:hover img,
.overview-small-image:hover img {
    transform: scale(1.05);
}

.overview-content p {
    font-size: 17px;
    line-height: 1.9;
    color: #5d5d5d;
}







.project-information {
    font-family: 'Raleway', sans-serif;
}

.project-information .section-title {
    font-size: 64px;
    font-weight: 300;
    color: #111;
    line-height: 1.15;
    margin: 0;
}

.project-information .section-description {
    font-size: 16px;
    line-height: 1.8;
    color: #757575;
    margin: 0;
}

.project-info-box {
    border: 1px solid #ddd8ca;
    border-radius: 24px;
    overflow: hidden;
    /* background:#f8f6ed; */
}

.info-item {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 35px 20px;
    text-align: center;
}

.info-item span {
    display: block;
    color: #555555;
    margin-bottom: 12px;

    font-weight: 400;
    font-size: 18px;
    line-height: 25.99px;
    letter-spacing: -1.5%;
    text-align: center;
}

.info-item h4 {
    color: #000;
    margin: 0;

    font-weight: 400;
    font-size: 32px;
    line-height: 25.99px;
    letter-spacing: -1.5%;
    text-align: center;
}













.working-process {
    background: #d9d5c5;
    font-family: 'Raleway', sans-serif;
    padding: 90px 0;
}

.working-process .section-title {
    font-size: 64px;
    font-weight: 300;
    color: #111;
    line-height: 1.15;
}

.working-process .section-description {
    max-width: 650px;
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}

.working-process .process-card {
    position: relative;
    background: #f5f3eb;
    border-radius: 20px;
    padding: 55px 25px 30px;
    text-align: center;
    height: 100%;
}

.working-process .process-number {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #b79168;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 22px;
    font-weight: 600;

    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
}

.working-process .process-card h4 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
}

.working-process .process-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin: 0;
}














.transformation-blueprint {
    /* background: #f4f2e8; */
    padding: 90px 0;
    font-family: 'Raleway', sans-serif;
}

.transformation-blueprint .section-title {
    font-size: 64px;
    font-weight: 300;
    color: #111;
    line-height: 1.15;
}

.transformation-blueprint .section-description {
    max-width: 700px;
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}

.blueprint-card img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 30px;
    transition: .35s;
}

.blueprint-card:hover img {
    transform: scale(1.03);
}

.blueprint-card h4 {
    font-size: 34px;
    font-weight: 400;
    color: #111;
}
























/* ── CSS Custom Properties ─────────────────────────────── */
:root {
    --clr-primary-text: #111111;
    --clr-muted-text: #555555;
    /* --clr-blue-cabinet:   #1b4461;
      --clr-charcoal-wood:  #404143;
      --clr-warm-oak:       #cbb393;
      --clr-bg-page:        #f4f5f7;
      --clr-bg-card:        #ffffff; */
    --radius-card: 24px;
    --radius-img: 16px;
    --shadow-card: 0 8px 40px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* ── Base ──────────────────────────────────────────────── */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* body {
      font-family: 'Raleway', sans-serif;
      background-color: var(--clr-bg-page);
      margin: 0;
      padding: 2rem 1rem;
      min-height: 100vh;
      display: flex;
      align-items: flex-start;
      justify-content: center;
    } */

/* ── Main Card ─────────────────────────────────────────── */
.homes-card {
    /* background: var(--clr-bg-card);
      box-shadow: var(--shadow-card); */
    /* padding: 5rem 0; */
    /* p-4 mobile */
    /* width: 100%; */

}



/* ── Typography ────────────────────────────────────────── */
.homes-heading {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: var(--clr-primary-text);
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
}

.homes-subtitle {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: var(--clr-muted-text);
    font-size: clamp(0.84rem, 1.5vw, 0.990rem);
    line-height: 1.6;
    max-width: 560px;
    margin-bottom: 0;
}

/* ── Image containers ──────────────────────────────────── */
.img-wrap {
    border-radius: var(--radius-img);
    overflow: hidden;
    display: block;
    width: 100%;
    position: relative;
}

.img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.img-wrap:hover img {
    transform: scale(1.03);
}

/* ── Left tall image (refrigerator) ────────────────────── */
.img-tall {
    height: 100%;
    min-height: 340px;
}

.img-tall img {
    height: 100%;
    min-height: 340px;
}

/* ── Right stacked pair ────────────────────────────────── */
.img-stack {
    flex: 1;
}

.img-landscape {
    aspect-ratio: 4 / 3;
}

.img-landscape img {
    aspect-ratio: 4 / 3;
}

/* ── Far-right gallery column ──────────────────────────── */
.img-gallery-right {
    height: 100%;
    min-height: 460px;
    border-radius: var(--radius-img);
    overflow: hidden;
}

.img-gallery-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.img-gallery-right:hover img {
    transform: scale(1.03);
}

/* ── Left col inner layout helpers ─────────────────────── */
.left-col-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.text-block {
    margin-bottom: 1.5rem;
}

.bottom-grid {
    flex: 1;
}

.sub-col-left {
    display: flex;
    flex-direction: column;
}

.sub-col-right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}



/* ── Right column stretch ───────────────────────────────── */
.right-col-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}




















/* ── CSS Variables ─────────────────────────────────────── */
:root {
    --clr-dark: #111111;
    --clr-grey: #666666;
    --clr-cream: #F5F4E4;
    --clr-icon-bg: #111111;
    --clr-icon-fg: #ffffff;
    --icon-box-size: 80px;
    --radius-panel: 2.5rem;
}

/* ── Base ──────────────────────────────────────────────── */
*,
*::before,
*::after {
    box-sizing: border-box;
}


/* ── Heading ───────────────────────────────────────────── */
/* .contact-heading {
      font-family: 'Raleway', sans-serif;
      font-weight: 800;
      font-size: clamp(2.4rem, 5vw, 4rem);
      color: var(--clr-dark);
      line-height: 1.05;
      letter-spacing: -0.02em;
      margin-bottom: 1.25rem;
    } */

/* ── Sub-text ──────────────────────────────────────────── */
/* .contact-subtext {
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      font-size: 0.975rem;
      color: var(--clr-grey);
      line-height: 1.7;
      max-width: 480px;
      margin-bottom: 2.25rem;
    } */

.contact_page_left .wp-block-heading {
    font-weight: 400;
    font-size: clamp(2.4rem, 4.2vw + 0.5rem, 4.2rem);
    /* line-height: 80px; */
    letter-spacing: -1.5%;
    color: #000;
}

.contact_page_left .wp-block-paragraph {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -1.5%;
    margin-bottom: 50px;
}



/* ── Icon Box ──────────────────────────────────────────── */
.icon-box {
    width: var(--icon-box-size);
    height: var(--icon-box-size);
    min-width: var(--icon-box-size);
    background-color: var(--clr-icon-bg);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-box svg {
    width: 38px;
    height: 38px;
    fill: var(--clr-icon-fg);
}

/* ── Contact item text ─────────────────────────────────── */
.contact-label {
    color: var(--clr-grey);
    margin-bottom: 0.2rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -1.5%;
    text-transform: capitalize;
}

.contact-value {
    color: var(--clr-dark);
    margin-bottom: 0;
    font-weight: 500;
    font-style: Medium;
    font-size: clamp(1.25rem, 4.2vw + 0.5rem, 1.5rem);
    line-height: 24px;
    letter-spacing: -1.5%;
    text-transform: lowercase;
    text-decoration: none;
    word-break: break-all;
}

/* ── Cream panel ───────────────────────────────────────── */
.cream-panel {
    background-color: var(--clr-cream);
    border-radius: var(--radius-panel);
    min-height: 600px;
    padding: 3rem;
}

/* ── Form inside cream panel ───────────────────────────── */
.form-heading {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.75rem;
    color: var(--clr-dark);
    margin-bottom: 0.5rem;
}

.form-subtext {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    color: var(--clr-grey);
    margin-bottom: 1.75rem;
}

.form-label-custom {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--clr-dark);
    margin-bottom: 0.45rem;
}

.form-control-custom {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    color: var(--clr-grey);
    background-color: transparent;
    border: 1.5px solid #d8d8c8;
    border-radius: 10px;
    padding: 0.85rem 1rem;
    width: 100%;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
}

.form-control-custom:focus {
    border-color: var(--clr-dark);
    box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
}

.form-control-custom::placeholder {
    color: #b0afa0;
}

/* Phone row */
.phone-wrapper {
    display: flex;
    align-items: center;
    border: 1.5px solid #d8d8c8;
    border-radius: 10px;
    overflow: hidden;
    background: transparent;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.phone-wrapper:focus-within {
    border-color: var(--clr-dark);
    box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
}

.phone-flag {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.85rem 0.9rem;
    border-right: 1.5px solid #d8d8c8;
    white-space: nowrap;
    font-family: 'Raleway', sans-serif;
    font-size: 0.9rem;
    color: var(--clr-dark);
    font-weight: 500;
}

.phone-flag .flag {
    font-size: 1.2rem;
    line-height: 1;
}

.phone-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 0.85rem 1rem;
    font-family: 'Raleway', sans-serif;
    font-size: 0.9rem;
    color: var(--clr-grey);
    outline: none;
}

.phone-input::placeholder {
    color: #b0afa0;
}

/* Select dropdown */
.select-wrapper {
    position: relative;
}

.select-wrapper select {
    cursor: pointer;
}

.select-wrapper::after {
    content: '';
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid var(--clr-dark);
    pointer-events: none;
}

/* Textarea */
.form-control-custom.textarea-custom {
    resize: none;
    min-height: 130px;
}

/* Submit button */
.btn-submit {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.01em;
    background-color: var(--clr-dark);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 1rem;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.15s ease;
    margin-top: 0.5rem;
}

.btn-submit:hover {
    background-color: #2a2a2a;
    transform: translateY(-1px);
}

.btn-submit:active {
    transform: translateY(0);
}



























/* ── Search Bar ── */
.search-wrap {
    display: flex;
    gap: 10px;
    margin-bottom: 28px;
    max-width: 100%;
}

.search-input-group {
    flex: 1;
    display: flex;
    align-items: center;
    border: 1.5px solid #7171718e;
    border-radius: 12px;
    background: transparent;
    padding: 0 14px;
    height: 60px;
    gap: 10px;
}

.search-input-group input {
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Raleway', sans-serif;
    font-size: 0.88rem;
    color: #888;
    width: 100%;
}

.search-input-group svg {
    flex-shrink: 0;
    color: #C9956A;
}

.filter-btn {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    border: 1.5px solid #7171718e;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}

.filter-btn:hover {
    background: #f4f1e6;
}

/* ── Blog Card ──
    .blog-card-wrap {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      height: 480px;
      margin-bottom: 20px;
    }
    .blog-card-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .blog-card-overlay {
      position: absolute;
      bottom: 14px;
      left: 14px;
      right: 14px;
      background: #fff;
      border-radius: 12px;
      padding: 14px 16px 12px;
    }
    .blog-card-date {
      font-size: 0.72rem;
      color: #999;
      font-weight: 400;
      margin-bottom: 6px;
      display: block;
    }
    .blog-card-title {
      font-size: 0.95rem;
      font-weight: 600;
      color: #111;
      line-height: 1.4;
      margin-bottom: 12px;
    }
    .arrow-btn {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1.5px solid #444;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: transparent;
      cursor: pointer;
    }
    .arrow-btn svg { color: #333; }
    .arrow-btn:hover { background: #f0ede4; } */

/* ── Sidebar ── */
.sidebar-panel {
    background: #F5F4E4;
    border-radius: 26px;
    padding: 28px 24px;
}


.custom-search-form {
    position: relative;
    width: 100%;
}

.custom-search-form .search-field {
    width: 100%;
    height: 70px;
    border: 1px solid #BEBEBE;
    outline: none;
    background: transparent;
    border-radius: 10px;
    padding: 0 80px 0 25px;
    font-size: 18px;
    color: #333;
}

.custom-search-form .search-field::placeholder {
    color: #9a9a9a;
}

.custom-search-form .search-submit {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border: none;
    background: #fffdf7;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
    font-size: 26px;
    padding: 0;
}

.custom-search-form .search-submit:hover {
    background: #ffffff;
}

.custom-search-form .search-submit svg {
    width: 18px;
    height: 18px;
    color: #666;
}




.sidebar-section-title {
    font-weight: 300;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.sidebar-post-item {
    display: flex;
    /* align-items: flex-start; */
    gap: 12px;
    margin-bottom: 18px;
}

.sidebar-thumb {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
}

.sidebar-post-meta {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.sidebar-post-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -1.5%;
    color: #777777;
    margin-bottom: 10px;
}

.sidebar-post-title {
    font-weight: 400;
    font-style: Medium;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000;
    text-decoration: none;
}

.sidebar-post-title:hover {
    color: #B89C72;
}

.sidebar-divider {
    border: none;
    border-top: 1px solid #e4e0d4;
    margin: 20px 0;
}

/* Category list */
.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid #e4e0d4;
    font-size: 0.85rem;
    color: #666;
    font-weight: 500;
    cursor: pointer;
}

.category-list li a {
    font-weight: 400;
    font-size: 19px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: capitalize;
    text-decoration: none;
    color: #525252;
}

.category-list li:last-child {
    border-bottom: none;
}

.category-list li a:hover {
    color: #333;
}

.category-list li span {
    font-size: 30px;
    color: #666666;
    font-weight: 200;
}

/* ── Pagination ── */
.pagination-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
}

.page-item-custom {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    text-decoration: none;
    color: #666;
    border: none;
    background: transparent;
    transition: background 0.15s;
}

.page-item-custom:hover {
    background: #eee;
    color: #333;
}

.page-item-custom.active {
    background: #B89C72;
    color: #fff;
}

.page-ellipsis {
    font-size: 0.85rem;
    color: #aaa;
    font-weight: 500;
    line-height: 36px;
    padding: 0 2px;
}

.page-nav {
    font-size: 22px;
    color: #000;
    cursor: pointer;
    padding: 0 4px;
    background: none;
    border: none;
    text-decoration: none;
    font-weight: 300;
}

.page-nav:hover {
    color: #333;
}












.post-navigation {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
}

.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    flex: 1;
}

.post-navigation .nav-next {
    text-align: right;
}

.post-navigation a {
    display: block;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.post-navigation a:hover {
    background: #111;
    color: #fff;
}

.post-navigation .nav-subtitle {
    display: block;
    font-size: 14px;
    color: #777;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.post-navigation a:hover .nav-subtitle {
    color: rgba(255, 255, 255, 0.7);
}

.post-navigation .nav-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}




.posted-on a,
.byline a,
.cat-links a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

















/* ── Search Results Cards ───────────────────────────────── */
.search-results .hentry,
.search-card-wrap {
    margin-bottom: 24px;
}

/* Wrap the search loop in a 2-col grid via search.php:
   <div class="search-grid row g-3"> ... </div> */
.search-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}


/* Card with thumbnail */
.search-card-inner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 480px;
}

.search-card-img-link {
    display: block;
    width: 100%;
    height: 100%;
}

.search-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Floating white overlay */
.search-card-overlay {
    position: absolute;
    bottom: 14px;
    left: 14px;
    right: 14px;
    background: #fff;
    border-radius: 12px;
    padding: 14px 16px 12px;
}

/* Meta row: date + author */
.search-card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.search-card-meta .posted-on,
.search-card-meta .byline,
.search-card-author {
    font-size: 0.72rem;
    color: #999;
    font-weight: 400;
}

.search-card-meta .posted-on a,
.search-card-meta .byline a {
    color: #999;
    text-decoration: none;
}

/* Title */
.search-card-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #111;
    line-height: 1.4;
    margin: 0 0 8px;
}

.search-card-title a {
    color: inherit;
    text-decoration: none;
}

.search-card-title a:hover {
    color: #B89C72;
}

/* Excerpt */
.search-card-excerpt {
    font-size: 0.78rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.search-card-excerpt p {
    margin: 0;
}

/* Arrow button */
.search-card-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1.5px solid #444;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333;
    text-decoration: none;
    transition: background 0.15s;
}

.search-card-arrow:hover {
    background: #f0ede4;
    color: #111;
}

/* Fallback card (no thumbnail) */
.search-card-no-thumb {
    background: #F4F1E6;
    border-radius: 20px;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.search-card-no-thumb .search-card-title {
    font-size: 1.05rem;
}

.search-card-no-thumb .search-card-excerpt {
    -webkit-line-clamp: 4;
    flex: 1;
}




















/* ── CSS Variables (Colour Palette) ─────────────────────────────────────── */
:root {
    --cream-bg: #fdfbf7;
    --card-bg: #F5F4E4;
    --accent-warm: #e8e0cc;
    --text-dark: #1a1a1a;
    --text-muted: #6b6b6b;
    --border-light: #e2dace;
}


/* ── Page Hero ───────────────────────────────────────────────────────────── */
.faq-hero h2 {
    font-weight: 400;
    font-size: clamp(2.4rem, 4.2vw + 0.5rem, 4.2rem);
    /* font-size: 70px; */
    /* line-height: 80px; */
    letter-spacing: -1.5%;
}

.faq-hero p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -1.5%;
    color: #555555;
}

/* ── Sidebar Nav ─────────────────────────────────────────────────────────── */
.sidebar-nav {
    background: var(--card-bg);
    border: 1px solid var(--border-light);
    border-radius: 14px;
    overflow: hidden;
    top: 24px;
    /* used by position-sticky */
    padding: 30px;
}

.sidebar-nav a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    color: var(--text-dark);
    text-decoration: none;

    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -1.5%;

    border-radius: 5px;
    transition: background 0.18s;
    background: #FFFEF3;
    margin-bottom: 20px;
}

.sidebar-nav a:last-child {
    border-bottom: none;
}

/* .sidebar-nav a:hover      { background: var(--accent-warm); } */
.sidebar-nav a .arrow {
    color: var(--text-muted);
    font-size: 1rem;
}

/* ── FAQ Section Title ───────────────────────────────────────────────────── */
.faq-section-title {
    font-weight: 500;
    /* font-size: 32px; */
    font-size: clamp(1.563rem, 4.2vw + 0.5rem, 2rem);
    line-height: 26px;
    letter-spacing: -1.5%;

    margin-bottom: 1rem;
}

/* ── Accordion Overrides ─────────────────────────────────────────────────── */
.accordion {
    border-radius: 12px;
    overflow: hidden;
    /* border: 1px solid var(--border-light); */
    border: none;
}

.accordion-item {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid var(--border-light);
    margin-bottom: 15px;
    box-shadow: none !important;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-button {
    background: #F5F4E4 !important;
    color: var(--text-dark);
    font-size: 0.95rem;
    font-weight: 500;
    padding: 18px 20px;
    box-shadow: none !important;
    background-image: none !important;
    /* remove Bootstrap's default chevron */
    border: none;
    border-radius: 10px !important;
}

.accordion-button:not(.collapsed) {
    background: #F5F4E4 !important;
    color: var(--text-dark);
}

.accordion-button:focus {
    outline: none;
}

/* ── Custom +/× Icon ─────────────────────────────────────────────────────── */
.accordion-button::after {
    display: none;
}

/* kill Bootstrap default arrow */

.acc-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    font-size: 40px;
    line-height: 15px;
    font-weight: 300;
    margin-left: auto;
    transition: transform 0.2s;
}

.accordion-button.collapsed .acc-icon::before {
    content: '+';
}

.accordion-button:not(.collapsed) .acc-icon::before {
    content: '×';
}

/* ── Accordion Body ──────────────────────────────────────────────────────── */
.accordion-body {
    background: transparent;
    color: #555555;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -1.5%;
}

/* ── Section Spacing ─────────────────────────────────────────────────────── */
.faq-section+.faq-section {
    margin-top: 2.5rem;
}


.intl-tel-input .country-list .country-name { display: none;}


.cf7sr-g-recaptcha {
    transform: scale(0.80);
    -webkit-transform: scale(0.60);
    transform-origin: left top;
    -webkit-transform-origin: left top;
    width: 188px;  /* 304 × 0.80 */
    height: 62px; /* 78 × 0.80 */
}