/*
Theme Name: Signature
Theme URI: https://www.signature.com
Author: Wpmaster
Author URI: https://www.signature.com
Description: A WordPress theme frame work
Requires at least: WordPress 5.0.0
Version: 1.0.0
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: signature
Tags: blog, news, photography, two-columns, left-sidebar, right-sidebar, flexible-header, custom-colors, custom-menu, editor-style, featured-images, footer-widgets, rtl-language-support, threaded-comments

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Alignments
# Sidebars
# Widgets
# Preloader
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Content
    ## Posts and pages
	## Asides
	## Comments
# Media
	## Captions
	## Galleries
# Post Format
# Pagination
# Footer
# Social Share
# Load more
# Responsive
--------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

html,
body {
	font-size: 100%;
	height: 100%;
}

body {
	margin: 0;
	background-color: #fff;
	transition: all 0.5s ease;
}

body,
th,
td,
input,
textarea {
	color: #333333;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
}

input.text {
	background: #FFFFFF;
	border: none;
	padding: 1px;
}

input.button {
	background: #000000;
	border: 1px solid #000000;
	color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: "Instrument Serif", serif;
	font-weight: 400;
}

h1 {
	font-size: 66px;
}

h2 {
	font-size: 45px;
}

h3 {
	font-size: 35px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 25px;
}

h6 {
	font-size: 20px;
}

p,
ul,
ol {
	font-family: "Nunito Sans", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
	color: #000;
}

blockquote {
	margin-left: 36px;
	margin-right: 36px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	border: none;
}

h1 a,
h2 a,
h3 a {
	border: none;
	color: #333333;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover {
	background: none;
	color: #371015;
}

hr {
	display: none;
}

#header {
	background-color: #9F9F9F;
	height: 38px;
	margin: 0 auto;
	width: 1640px;
	position: relative;
	z-index: 9999;
}

#search {
	float: right;
	width: 270px;
	padding-top: 10px;
}

#search fieldset {
	border: none;
}

#search #s {
	padding: 3px;
	width: 140px;
	vertical-align: top;
}

#search #x {
	width: 60px;
	vertical-align: top;
}

#logo-wrapper {
	height: auto;
	margin: 0 auto;
	width: 1640px;
	background-color: #FFF;
	background-repeat: no-repeat;
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
	padding-bottom: 25px;
	border-bottom: 1px solid #bfbfc0;
	transition: all 0.3s ease-in-out;
}

#page {
	background: #FFFFFF;
	margin: 0 auto;
	padding-top: 117px;
	max-width: 100%;
	width: 100%;
}

.contentmain {
	width: 490px;
	float: left;
}

#content {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.post .title {
	font-weight: normal;
	margin: 0;
}

h1.title {
	font-weight: 400;
	font-size: 66px;
	line-height: 100%;
	color: #000;
	font-family: "Instrument Serif", serif;
	padding-bottom: 50px;
}

h2.title {
	color: #371015;
	font-size: 16px;
}

.desctitle {
	font-size: 10px;
}

.post h1.title {
	font-size: 24px;
	height: auto;
}

.entry p {
	padding-bottom: 20px;
}

.entry ul,
ol {
	padding-left: 20px;
}

.post .meta {
	border-bottom: 1px dotted #CCCCCC;
	color: #333333;
	font-size: 14px;
}

.navigation {
	padding-top: 10px;
	padding-bottom: 10px;
}

.navigation a {
	font-size: 14px;
	font-weight: bold;
}

.post .meta a {
	color: #333333;
}

.post .links {
	margin: 0;
}

.post .tags {
	font-size: 9px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.post .links a,
.post .tags a {
	border: none;
}

.leftsidebar {
	width: 245px;
	float: left;
}

.rightsidebar {
	width: 245px;
	float: right;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar li {
	background-color: #C6C6C6;
	padding: 5px;
}

#sidebar li li {
	margin: 0;
}

#sidebar li h2 {
	margin: 0;
}

#sidebar li h2 {
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	background-color: #333333;
	text-align: center;
}

#sidebar li ul {
	line-height: normal;
	padding-left: 5px;
	padding-right: 5px;
}

#sidebar li li {
	background-image: url(images/list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sidebar li li li {
	background-image: url(images/list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px;
}

#calendar {
	margin: 0 auto;
}

#calendar caption {
	font-weight: bold;
}

#calendar table {
	border-collapse: collapse;
	text-align: center;
	width: 220px;
}

#calendar thead th {
	background: #CCCCCC;
	color: #FFFFFF;
}

#calendar tbody td {
	background: #EEEEEE;
}

#calendar #today {
	background: #B8D03B;
	color: #FFFFFF;
	font-weight: bold;
}

#calendar a {
	font-weight: bold;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

.info {
	background: #000;
	display: flex;
	width: 100%;
	padding: 15px 50px;
}

.info a {
	color: #fff;
}

.comlabel {
	color: #666666;
	font-size: 13px;
	font-weight: lighter;
}

.comtext {
	background-color: #371015;
	border: 5px solid #FFFFFF;
	color: #FFFFFF;
	padding: 5px;
}

.postlabel {
	color: #666666;
	font-size: 13px;
	font-weight: lighter;
}

.posttext {
	background-color: #371015;
	border: 5px solid #FFFFFF;
	color: #FFFFFF;
	padding: 5px;
}

.commentlist {
	list-style: none;
}

.authorcomment {
	background-color: #efefef;
	margin: 10px 0px 0px 0px;
	padding: 3px;
}

.odd {
	color: #333333;
	background-color: #EAEAEA;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.odd a:link {
	color: #000000;
}

.commenttext {
	color: #000000;
	color: #000000;
	font-size: 10px;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	background-color: #EAEAEA;
}

#author,
#email,
#url {
	background: #FBFBFB;
	border: 1px solid #cbcbcb;
	padding: 3px;
	width: 40%;
	margin-bottom: 5px;
}

#comment {
	background: #FBFBFB;
	border: 1px solid #cbcbcb;
	margin-bottom: 0.6em;
	padding: 3px;
	width: 95%;
}

#submit {
	background-color: #efefef;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #E4E4E4;
	border-right: 2px solid #CCCCCC;
	border-top: 1px solid #E4E4E4;
	padding: 3px;
}

blockquote {
	padding-left: 52px;
	background-image: url(images/qt.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 5px;
}

blockquote cite {
	display: block;
	margin: 5px 0 0;
}

.center {
	text-align: center;
}

.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

hr {
	display: none;
}

a img {
	border: none;
}

pre {
	background: #f3f2ed;
	border: solid 1px #9a9a9a;
	color: blue;
	margin: 10px;
	padding: 10px;
}

code {
	color: #000;
	font-size: 1.0em;
}

p img {
	padding: 0;
	max-width: 100%;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.post-password-form input[type="password"] {
	border: 1px solid #f90;
	height: 30px;
	padding: 0 5px;
}

.post-password-form input[type="submit"] {
	background: #f90;
	border: none;
	height: 30px;
	cursor: pointer;
	color: #fff;
	transition: all 0.5s ease;
}

.post-password-form input[type="submit"]:hover {
	background: #e1921b;
	transition: all 0.5s ease;
}

.post-comment-block .comments-area {
	float: left;
	width: 100%;
}

.post-comment-block .comments-area ul {
	float: left;
	width: 100%;
	padding-left: 15px;
}

.post-comment-block .comments-area ul li {
	float: left;
	width: 100%;
	padding-left: 15px;
}

.post-comment-block .comments-area ul li.media {
	padding-bottom: 30px;
}

.post-comment-block .comments-area ul li .media-left-avatar {
	float: left;
	width: auto;
	border-radius: 50%;
}

.post-comment-block .comments-area ul li .media-left-avatar img {
	float: left;
	width: 50px;
	border-radius: 50%;
	height: 50px;
}

.post-comment-block .comments-area ul li .media-body {
	float: left;
	width: auto;
	padding-left: 30px;
}

.post-comment-block .comments-area ul li.media .children {
	padding-top: 30px;
}

.menu-section-wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}


/*---------------------------------------*/
/* Desktop Menu                          */
/*---------------------------------------*/

#access {
	width: auto;
}

#access2 {
	display: block;
	float: right;
	margin: 0 auto;
	width: 1640px;
}

#access .menu-header,
#access2 .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 15px;
}

#access .menu-header ul,
#access2 .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#access .menu-header li,
#access2 .menu-header li,
div.menu li {
	float: left;
	position: relative;
}

/* Top-level links */
#access a,
#access2 a {
	color: #30302f;
	display: block;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 38px;
	padding: 0 35px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

/* Down arrow on top-level items with submenus */
#access .menu-item-has-children > a::after {
	content: ' ▾';
	font-size: 16px;
	line-height: inherit;
}

/* Down arrow on 2nd-level items with submenus (flyout indicator) */
#access ul ul .menu-item-has-children > a::after {
	content: ' ›';
	float: right;
	font-size: 18px;
}

/* Dropdown container */
#access ul ul,
#access2 ul ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	background: #2e3a3c;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
	border-radius: 0 0 4px 4px;
}

/* Nested dropdown (3rd level) */
#access ul ul ul,
#access2 ul ul ul {
	left: 100%;
	top: 0;
	border-radius: 0 4px 4px 4px;
}

/* Dropdown list items */
#access ul ul li,
#access2 ul ul li {
	float: none;
	min-width: 180px;
	position: relative;
}

/* Dropdown links */
#access ul ul a,
#access2 ul ul a {
	background: #2e3a3c;
	color: #ccc;
	height: auto;
	line-height: 1em;
	padding: 12px 15px;
	width: 100%;
	font-size: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	transition: background 0.2s ease, color 0.2s ease;
}

/* Dropdown link hover */
#access ul ul a:hover,
#access2 ul ul a:hover {
	background: #4a5c5f;
	color: #fff;
}

/* Active / hover states on top-level */
#access li:hover>a,
#access ul ul li:hover>a,
#access2 li:hover>a,
#access2 ul ul li:hover>a {
	color: #826729;
}

/* Current page / active menu item */
#access ul li.current_page_item>a,
#access ul li.current-menu-ancestor>a,
#access ul li.current-menu-item>a,
#access ul li.current-menu-parent>a,
#access2 ul li.current_page_item>a,
#access2 ul li.current-menu-ancestor>a,
#access2 ul li.current-menu-item>a,
#access2 ul li.current-menu-parent>a {
	color: #5f4a1d;
	font-weight: 700;
}

/* IE6 fallback */
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover,
* html #access2 ul li.current_page_item a,
* html #access2 ul li.current-menu-ancestor a,
* html #access2 ul li.current-menu-item a,
* html #access2 ul li.current-menu-parent a,
* html #access2 ul li a:hover {
	color: #826729;
}

/* Clearfix for floated menu */
#access .menu-header ul::after,
#access2 .menu-header ul::after {
	content: "";
	display: table;
	clear: both;
}

/* =Menu end
-------------------------------------------------------------- */

.contentmain_404 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.contentmain_404 img {
	max-width: 100%;
	height: auto;
	display: flex;
}

.center1 {
	text-align: center;
}

.swlogo {
	bottom: 15px;
	float: right;
	position: absolute;
	right: 10px;
	z-index: 999999999;
}

.site_logo {
	float: left;
	width: auto;
}

.bottom-to-top-arrow {
	bottom: 30%;
	display: block;
	height: 60px;
	position: fixed;
	right: 30px;
	transition: all 0.3s linear 0s;
	width: 60px;
	z-index: 9999;
	border-radius: 50%;
	outline: none;
	border: none;
	background-image: url('images/up-arrow-orange.png');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	line-height: 56px;
	color: #fff;
}

.bottom-to-top-arrow:hover {
	opacity: .8;
	transition: all 0.3s linear 0s;
}

/*Blog Page*/

.eachRide {
	background: #fff;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	padding: 20px;
}

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

.rideTitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.sliderDescription5 {
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
}

.learnMoreRide {
	display: inline-block;
	padding: 5px 10px;
	font-size: 16px;
	color: #fff;
	background-color: #007bff;
	border: none;
	text-decoration: none;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.learnMoreRide:hover {
	background-color: #0056b3;
}

.blog-navigation-wrapper {
	margin-top: 20px;
	text-align: center;
}

.pagination {
	display: inline-block;
}

.pagination button {
	padding: 10px 20px;
	margin: 0 5px;
	font-size: 16px;
	color: #fff;
	background-color: #007bff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.pagination button:hover {
	background-color: #0056b3;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.col-md-6 {
	width: 50%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 991px) {
	.col-md-6 {
		width: 100%;
	}
}



.header-wrapper {
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 9999;
}

.shrink-header #logo-wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
}

.shrink-header #access a,
#access2 a {
	font-size: 15px;
}

.flexbox {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.enquire-btn-wrapper a {
	font-family: "Nunito Sans", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background: linear-gradient(to right, #4a5c5f, #2e3a3c);
	transition: background 0.3s ease, transform 0.2s ease,
		box-shadow 0.3s ease;
	padding: 5px 16px;
	line-height: 30px;
}

.enquire-btn-wrapper a:hover {
	background: linear-gradient(to right, #5b7174, #3a4d50);
	transform: translateY(-1px);
	box-shadow: 0 4px 16px rgba(46, 58, 60, 0.45);
}

.home-section1 {
	padding: 50px 0;
}

.home-section1-slider-wrapper {
	width: 100%;
	max-width: 1620px;
	margin: 0 auto;
}

.home-section1-slider-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
	padding: 0 0 50px 0;
}

.home-section1-slider-title {
	padding-left: 75px;
}

.home-section1-slider-title h1 {
	font-weight: 400;
	font-size: 56px;
	line-height: 100%;
	color: #000;
	font-family: "Instrument Serif", serif;
}

.home-section1-slider-meta {
	padding-right: 75px;
	display: flex;
	justify-content: end;
}

.home-section1-slider-description-wrapper {
	max-width: 490px;
}

.home-section1-slider-description,
.home-section1-slider-description p {
	font-weight: 300;
	font-size: 16px;
	color: #4a4a4a;
	line-height: 24px;
	font-family: "Nunito Sans", sans-serif;
}

.home-section1-meta-rule {
	width: 72px;
	height: 1px;
	background: #3f4040;
	margin-top: 25px;
}

/* ── Fade transition for title & description ── */
.home-section1-slider-title h1,
.home-section1-slider-description p {
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.home-section1-header-fade-out .home-section1-slider-title h1,
.home-section1-header-fade-out .home-section1-slider-description p {
	opacity: 0;
	transform: translateY(8px);
}

.home-section1-header-fade-in .home-section1-slider-title h1,
.home-section1-header-fade-in .home-section1-slider-description p {
	opacity: 1;
	transform: translateY(0);
}

/* ══════════════════════════════
       STAGE
    ══════════════════════════════ */
.home-section1-slider-stage {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #0a0a0a;
	cursor: grab;
	user-select: none;
	-webkit-user-select: none;
	touch-action: pan-y;
}

.home-section1-slider-stage.home-section1-dragging {
	cursor: grabbing;
}

/* ══════════════════════════════
       TRACK
    ══════════════════════════════ */
.home-section1-slides-track {
	display: flex;
	width: 100%;
	will-change: transform;
}

.home-section1-slides-track.home-section1-animated {
	transition: transform 0.72s cubic-bezier(0.77, 0, 0.175, 1);
}

/* ══════════════════════════════
       SLIDE
    ══════════════════════════════ */
.home-section1-slide {
	flex: 0 0 100%;
	width: 100%;
	position: relative;
	pointer-events: none;
}

.home-section1-slide img {
	width: 100%;
	display: block;
	object-fit: cover;
	object-position: top;
	aspect-ratio: 16 / 6;
	pointer-events: none;
	-webkit-user-drag: none;
	user-drag: none;
}

.home-section1-slide::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, transparent 55%);
	pointer-events: none;
}

.home-section1-controls-wrapper {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
	display: flex;
	flex-direction: column;
	width: 245px;
}

.home-section1-controls-overlay {
	background: #ffffff;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 20px;
	pointer-events: all;
	width: 100%;
	height: 60px;
	justify-content: center;
}

.home-section1-nav-btn {
	background: none;
	border: none;
	cursor: pointer;
	padding: 6px;
	color: #1a1a1a;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.2s, transform 0.2s;
	pointer-events: all;
}

.home-section1-nav-btn:hover {
	opacity: 0.45;
	transform: scale(0.88);
}

.home-section1-nav-btn:active {
	transform: scale(0.78);
}

.home-section1-nav-btn svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
}

#homeSec1BtnPrev {
	background-image: url('images/left-arrow.png');
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	padding: 0;
	background-position: center;
}

#homeSec1BtnNext {
	background-image: url('images/right-arrow.png');
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	padding: 0;
	background-position: center;
}





/* ══════════════════════════════
       PROGRESS DOTS
    ══════════════════════════════ */
.home-section1-progress-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	gap: 6px;
	padding: 0 24px 18px;
	z-index: 3;
}

.home-section1-dot {
	width: 20px;
	height: 2px;
	background: rgba(255, 255, 255, 0.3);
	transition: background 0.4s, width 0.4s;
	cursor: pointer;
	pointer-events: all;
}

.home-section1-dot.home-section1-active {
	background: #c9a96e;
	width: 36px;
}

/* ══════════════════════════════
       FOOTER COUNTER
    ══════════════════════════════ */
.home-section1-slider-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 28px;
	background: #ffffff;
	width: 100%;
	box-sizing: border-box;
}

.home-section1-counter {
	display: flex;
	align-items: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #3f4040;
}

.home-section1-counter-current {
	font-weight: 400;
	min-width: 14px;
	text-align: right;
}

.home-section1-counter-sep {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 12px;
	color: #3f4040;
}

.home-section1-counter-sep::before,
.home-section1-counter-sep::after {
	content: '';
	display: block;
	height: 1px;
	background: #cfcfcf;
	width: 60px;
}

.home-section1-counter-total {
	min-width: 14px;
}

/* ══════════════════════════════
       RESPONSIVE – TABLET (≤ 900px)
    ══════════════════════════════ */
@media (max-width: 900px) {

	.home-section1-slider-header {
		grid-template-columns: 1fr 1fr;
		gap: 24px;
		padding: 0 0 24px 0;
	}

	.home-section1-slider-title {
		padding-left: 0;
	}

	.home-section1-slider-meta {
		padding-right: 0;
	}

	.home-section1-slider-title h1 {
		font-size: clamp(2rem, 5vw, 3.5rem);
	}

	.home-section1-slide img {
		aspect-ratio: 16 / 8;
	}

	.home-section1-controls-overlay {
		padding: 16px 20px;
		gap: 16px;
	}

	.home-section1-progress-dots {
		padding: 0 20px 14px;
	}
}

/* ══════════════════════════════
       RESPONSIVE – MOBILE (≤ 640px)
    ══════════════════════════════ */
@media (max-width: 640px) {
	.home-section1-slider-wrapper {
		max-width: 100%;
	}

	.home-section1-slider-header {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 0 16px 20px 0px;
	}

	.home-section1-slider-title {
		padding-left: 0;
	}

	.home-section1-slider-meta {
		padding-right: 0;
		justify-content: start;
	}

	.home-section1-slider-title h1 {
		font-size: clamp(1.8rem, 7vw, 2.4rem);
	}

	.home-section1-slider-description p {
		font-size: 15px;
		line-height: 22px;
	}

	.home-section1-slider-description-wrapper {
		max-width: 100%;
	}

	.home-section1-meta-rule {
		display: none;
	}

	.home-section1-slide img {
		aspect-ratio: 4 / 3;
	}

	.home-section1-controls-overlay {
		padding: 14px 16px;
		gap: 14px;
	}

	.home-section1-nav-btn svg {
		width: 12px;
		height: 12px;
	}

	.home-section1-progress-dots {
		padding: 0 16px 12px;
		gap: 5px;
	}

	.home-section1-dot {
		width: 16px;
	}

	.home-section1-dot.home-section1-active {
		width: 28px;
	}

	.home-section1-slider-footer {
		padding: 5px 15px;
	}

	.home-section1-counter-sep::before,
	.home-section1-counter-sep::after {
		width: 28px;
	}
}

/* ══════════════════════════════
       RESPONSIVE – SMALL MOBILE (≤ 380px)
    ══════════════════════════════ */
@media (max-width: 380px) {
	.home-section1-slider-title h1 {
		font-size: 1.55rem;
	}

	.home-section1-slide img {
		aspect-ratio: 1 / 1;
	}

	.home-section1-controls-overlay {
		padding: 12px 14px;
		gap: 12px;
	}
}



.home-section2 {
	width: 100%;
}

.container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

/* ── Search Bar Container ── */
.home-section2-search-bar {
	display: flex;
	align-items: center;
	background: #e8e8e8;
	width: 100%;
	max-width: 1400px;
	height: 120px;
	position: relative;
	margin: 0 auto;
}

/* ── Dropdown Wrap ── */
.home-section2-dropdown-wrap {
	position: relative;
	flex: 1;
}

/* ── Dropdown Trigger ── */
.home-section2-dropdown-trigger {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 0 32px;
	height: 64px;
	cursor: pointer;
	color: #4f5152;
	user-select: none;
	transition: color 0.2s;
	font-family: "Nunito Sans", sans-serif;
	width: 100%;
	box-sizing: border-box;
}

.home-section2-dropdown-trigger:hover {
	color: #111;
}

.home-section2-trigger-content {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.home-section2-trigger-title {
	font-size: 18px;
	font-weight: 400;
	white-space: nowrap;
	line-height: 1;
}

.home-section2-dropdown-trigger .home-section2-chevron {
	width: 8px;
	height: 8px;
	border-right: 1.8px solid #4a4a4a;
	border-bottom: 1.8px solid #4a4a4a;
	transform: rotate(45deg) translateY(-2px);
	transition: transform 0.25s ease;
	flex-shrink: 0;
}

.home-section2-dropdown-wrap.home-section2-open .home-section2-chevron {
	transform: rotate(225deg) translateY(-2px);
}

.home-section2-selected-label {
	font-size: 13px;
	color: #888;
	white-space: nowrap;
}

/* ── Dividers ── */
.home-section2-divider {
	width: 1px;
	height: 60px;
	background: #4f5152;
	flex-shrink: 0;
}

/* ── Search Button ── */
.home-section2-search-btn {
	display: flex;
	align-items: center;
	gap: 15px;
	background: linear-gradient(to right, #4a5c5f, #2e3a3c);
	transition: background 0.3s ease, transform 0.2s ease,
		box-shadow 0.3s ease;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 0 30px;
	font-size: 24px;
	font-weight: 500;
	cursor: pointer;
	margin-right: 32px;
	flex-shrink: 0;
	font-family: "Nunito Sans", sans-serif;
	width: 168px;
	height: 46px;
}

.home-section2-search-btn:hover {
	background: linear-gradient(to right, #5b7174, #3a4d50);
	transform: translateY(-1px);
	box-shadow: 0 4px 16px rgba(46, 58, 60, 0.45);
}

.home-section2-search-btn:active {
	background: linear-gradient(to right, #5b7174, #3a4d50);
	transform: translateY(-1px);
	box-shadow: 0 4px 16px rgba(46, 58, 60, 0.45);
}

.home-section2-search-btn .search-icon {
	width: 20px;
	height: 20px;
	background-image: url('images/search-icon.png');
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}

/* ── Dropdown Panel ── */
.home-section2-dropdown-panel {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
	padding: 12px 0;
	min-width: 200px;
	z-index: 100;
}

.home-section2-dropdown-panel.home-section2-active {
	display: block;
}

.home-section2-dropdown-panel .home-section2-option {
	padding: 10px 20px;
	font-size: 14px;
	color: #444;
	cursor: pointer;
	transition: background 0.15s, color 0.15s;
}

.home-section2-dropdown-panel .home-section2-option:hover {
	background: #f3f4f6;
	color: #111;
}

.home-section2-dropdown-panel .home-section2-option.home-section2-selected {
	font-weight: 600;
	color: #3a3e47;
	background: #f0f1f3;
}

/* ── Multi-select checkboxes (BHK) ── */
.home-section2-dropdown-panel .home-section2-option.home-section2-check {
	display: flex;
	align-items: center;
	gap: 10px;
}

.home-section2-dropdown-panel .home-section2-option.home-section2-check input[type="checkbox"] {
	accent-color: #3a3e47;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

/* ── Price range slider ── */
.home-section2-price-panel {
	padding: 16px 20px 12px;
	min-width: 260px;
}

.home-section2-price-labels {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	color: #666;
	margin-bottom: 10px;
}

.home-section2-price-labels span {
	font-weight: 600;
	color: #3a3e47;
}

.home-section2-price-slider {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 4px;
	border-radius: 2px;
	background: linear-gradient(to right, #3a3e47 0%, #3a3e47 50%, #d1d5db 50%, #d1d5db 100%);
	outline: none;
	cursor: pointer;
}

.home-section2-price-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #3a3e47;
	cursor: pointer;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

/* ── Selected value label (overrides above for specificity) ── */
.home-section2-selected-label {
	font-size: 13px;
	color: #888;
	margin-left: 0;
}

/* ── Overlay to close dropdowns ── */
#home-section2-overlay {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 90;
}

/* ── Search Result ── */
.home-section2-search-result {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px;
	justify-content: center;
	display: block;
}

.home-section2-search-result:not(:empty) {
	padding: 30px 0;
}

.hs2-close-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 24px auto;
	background: none;
	border: 2px solid #4a5c5f;
	color: #4a5c5f;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	padding: 0;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
}

.hs2-close-btn:hover {
	background: #4a5c5f;
	color: #fff;
}

/* ── Search Result — Project Grid ── */
.home-section2-search-result .proj-section {
	width: 100%;
}

.home-section2-search-result .hs2-proj-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	width: 100%;
}

.home-section2-search-result .proj-card {
	flex: none;
	width: 100%;
	display: block;
	position: relative;
	text-decoration: none;
	transition: transform 0.3s ease;
	overflow: hidden;
	border-radius: 4px;
}

.home-section2-search-result .proj-card:hover {
	transform: translateY(-5px);
}

.home-section2-search-result .proj-img-wrap {
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	position: relative;
}

.home-section2-search-result .proj-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.home-section2-search-result .proj-card:hover .proj-img-wrap img {
	transform: scale(1.04);
}

.home-section2-search-result .proj-info-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 18px 18px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.60) 0%, transparent 100%);
}

.home-section2-search-result .proj-label {
	background: transparent;
	margin: 0;
	padding: 0;
}

.home-section2-search-result .proj-logo-row {
	display: flex;
	align-items: center;
}

.home-section2-search-result .proj-logo-row img {
	max-width: 130px;
	max-height: 42px;
	object-fit: contain;
}

.home-section2-search-result .proj-location {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin-top: 8px;
	font-family: "Nunito Sans", sans-serif;
	line-height: 1.4;
}

.hs2-loading,
.hs2-no-results {
	font-weight: 300;
	font-size: 18px;
	color: #4a4a4a;
	line-height: 24px;
	font-family: "Nunito Sans", sans-serif;
	text-align: center;
	padding: 30px 0;
	width: 100%;
	display: block;
}

@media (max-width: 1024px) {
	.home-section2-search-result .hs2-proj-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

@media (max-width: 600px) {
	.home-section2-search-result .hs2-proj-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

.home-section2-search-result p {
	font-weight: 300;
	font-size: 18px;
	color: #4a4a4a;
	line-height: 24px;
	font-family: "Nunito Sans", sans-serif;
}

/* ════════════════════════════════════════
       RESPONSIVE — Tablet (≤1100px)
    ════════════════════════════════════════ */
@media (max-width: 1100px) {
	.home-section2-search-bar {
		flex-wrap: wrap;
		height: auto;
		padding: 16px;
		gap: 8px;
	}

	.home-section2-dropdown-wrap {
		flex: 1 1 calc(50% - 8px);
		min-width: 0;
	}

	.home-section2-divider {
		display: none;
	}

	.home-section2-dropdown-trigger {
		padding: 0 14px;
		height: 52px;
		border: 1px solid #d8d8d8;
		border-radius: 6px;
		background: #fff;
	}

	.home-section2-trigger-title {
		font-size: 16px;
	}

	.home-section2-search-btn {
		flex: 1 1 100%;
		width: 100%;
		margin: 4px 0 0;
		height: 48px;
		font-size: 16px;
		justify-content: center;
		border-radius: 6px;
	}

	.home-section2-search-result:not(:empty) {
		padding: 60px 24px;
	}
}

/* ════════════════════════════════════════
       RESPONSIVE — Mobile (≤768px)
    ════════════════════════════════════════ */
@media (max-width: 767px) {
	.home-section2-search-bar {
		flex-direction: column;
		height: auto;
		padding: 16px;
		gap: 8px;
		border-radius: 8px;
	}

	/* Each dropdown takes full width */
	.home-section2-dropdown-wrap {
		flex: none;
		width: 100%;
	}

	.home-section2-dropdown-trigger {
		padding: 0 16px;
		font-size: 16px;
		height: 52px;
		width: 100%;
		justify-content: space-between;
		border-bottom: 1px solid #d8d8d8;
	}

	/* Hide vertical dividers — borders on triggers act as separators */
	.home-section2-divider {
		display: none;
	}

	/* Dropdown panels sit in normal flow, full width */
	.home-section2-dropdown-panel {
		position: static;
		box-shadow: none;
		border-radius: 0;
		border-top: 1px solid #eee;
		width: 100%;
		min-width: unset;
	}

	.home-section2-price-panel {
		min-width: unset;
		width: 100%;
	}

	/* Search button spans full width */
	.home-section2-search-btn {
		width: 100%;
		margin: 12px 0 0 0;
		height: 50px;
		font-size: 18px;
		border-radius: 6px;
		justify-content: center;
		gap: 10px;
	}

	.home-section2-search-result:not(:empty) {
		padding: 40px 16px;
	}

	.home-section2-search-result p {
		font-size: 16px;
		text-align: center;
	}
}

/* ════════════════════════════════════════
       RESPONSIVE — Small mobile (≤480px)
    ════════════════════════════════════════ */
@media (max-width: 480px) {
	.home-section2-dropdown-trigger {
		font-size: 15px;
		height: 48px;
	}

	.home-section2-search-btn {
		font-size: 16px;
		height: 46px;
	}

	.home-section2-search-result p {
		font-size: 14px;
		line-height: 22px;
	}
}





.home-section3 {
	background-color: #fff;
}

.home-section3-inner-wrapper {
	background-color: #e9ecea;
	padding: 68px 119px 57px 119px;
	width: 100%;
}

/* ── Desktop: 3-column grid ─────────────────── */
.home-section3-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.home-section3-stat.row1-col1 {
	padding: 0px 36px 38px 28px;
}

.home-section3-stat.row1-col2 {
	padding: 0px 36px 38px 28px;
}

.home-section3-stat.row1-col3 {
	padding: 0px 36px 38px 28px;
}

.home-section3-stat.row2-col1 {
	padding: 40px 20px 2px 28px;
}

.home-section3-stat.row2-col2 {
	padding: 40px 20px 2px 28px;
}

.home-section3-stat.row2-col3 {
	padding: 40px 20px 2px 28px;
}

/* Row 1 (items 1–3): bottom border */
.home-section3-stat:nth-child(-n+3) {
	border-bottom: 1px solid #747675;
}

/* Column 2 (items 2, 5): left + right border */
.home-section3-stat:nth-child(3n+2) {
	border-left: 1px solid #747675;
	border-right: 1px solid #747675;
}

/* ── Number ─────────────────────────────────── */
.home-section3-number {
	font-weight: 400;
	color: #4b4d4d;
	line-height: 1;
	margin-bottom: 0px;
	font-family: "Instrument Serif", serif;
	font-size: 79px;
}

.home-section3-number sup {
	font-size: 60px;
	vertical-align: super;
	line-height: 0;
}

/* ── Count span ─────────────────────────────── */
.home-section3-count {
	display: inline-block;
	transition: opacity 0.3s ease;
}

/* Before animation fires, keep at 0 */
.home-section3-count.home-section3-count--ready {
	opacity: 1;
}

/* ── Label ──────────────────────────────────── */
.home-section3-label {
	font-size: 18px;
	font-weight: 300;
	color: #000;
	line-height: 1.5;
	font-family: "Nunito Sans", sans-serif;
}

.home-section3-stat.row1-col2,
.home-section3-stat.row1-col3,
.home-section3-stat.row2-col3 {
	padding-left: 120px;
	padding-right: 0;
}

.home-section3-stat.row2-col2 {
	border-left: none;
	padding-left: 50px;
}


/* ── Tablet: 2-column ───────────────────────── */
@media (max-width: 1366px) {

	.home-section3-stat.row1-col2,
	.home-section3-stat.row1-col3,
	.home-section3-stat.row2-col3 {
		padding-left: 80px;
	}

	.home-section3-number {
		font-size: 60px;
	}

	.home-section3-number sup {
		font-size: 40px;
	}

}

@media (max-width: 860px) {
	.home-section3 {
		padding: 48px 28px;
	}

	.home-section3-grid {
		grid-template-columns: 1fr 1fr;
	}

	.home-section3-stat {
		border: none !important;
		padding: 24px 24px 32px;
	}

	.home-section3-stat:nth-child(odd) {
		border-right: 1px solid #c0c0c0 !important;
	}

	.home-section3-stat:nth-child(-n+4) {
		padding: 30px 36px 38px 28px;
		border-bottom: 1px solid #c0c0c0 !important;
	}

	.home-section3-stat:nth-child(n+5) {
		border-bottom: none !important;
	}

	.home-section3-label {
		font-size: 16px;
	}

	.home-section3-stat,
	.home-section3-stat.row1-col2,
	.home-section3-stat.row1-col3,
	.home-section3-stat.row2-col3,
	.home-section3-stat.row2-col2 {
		padding: 30px 36px 38px 28px;
	}


}

@media (max-width: 600px) {

	.home-section3-stat,
	.home-section3-stat.row1-col2,
	.home-section3-stat.row1-col3,
	.home-section3-stat.row2-col3,
	.home-section3-stat.row2-col2 {
		padding: 30px 20px;
	}

	.home-section3-number {
		font-size: 50px;
	}
}








/* ── OUTER SECTION ── */
.home-section4 {
	width: 100%;
	padding: 149.5px 0;
	background-color: #fff;
}

/* ── HEADING ── */
.home-section4-label {
	font-size: 11px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #8a7060;
	margin-bottom: 10px;
}

.home-section4-title {
	font-family: "Instrument Serif", serif;
	font-size: 42px;
	font-weight: 300;
	color: #1e3a4a;
	margin-bottom: 48px;
	line-height: 1.15;
}

/* ── CARDS GRID ── */
.home-section4-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

/* ── CARD ── */
.home-section4-card {
	overflow: hidden;
	cursor: default;
	padding-left: 40px;
}

.home-section4-cat-ongoing {
	background: #9e5c45;
}

.home-section4-cat-upcoming {
	background: #1e4a5c;
}

.home-section4-cat-completed {
	background-color: #0f6673;
}

.home-section4-card-inner-wrapper {
	display: flex;
	flex-direction: column;
	padding-bottom: 35px;
}

.home-section4-card-header {
	position: relative;
	padding-left: 45px;
	padding-right: 20px;
	padding-top: 35px;
	padding-bottom: 15px;
}

.home-section4-cat-ongoing .home-section4-card-header {
	background: #9e5c45;
	border-bottom: 1px solid #c2a599;
}

.home-section4-cat-ongoing .home-section4-card-inner-wrapper {
	border-left: 1px solid #c2a599;
}

.home-section4-cat-ongoing .home-section4-card-meta {
	border-bottom: 1px solid #c2a599;
}

.home-section4-cat-ongoing .home-section4-meta-count {
	border-left: 1px solid #c2a599;
}


.home-section4-cat-upcoming .home-section4-card-header {
	background: #1e4a5c;
	border-bottom: 1px solid #8ea1ae;
}

.home-section4-cat-upcoming .home-section4-card-inner-wrapper {
	border-left: 1px solid #8ea1ae;
}

.home-section4-cat-upcoming .home-section4-card-meta {
	border-bottom: 1px solid #8ea1ae;
}

.home-section4-cat-upcoming .home-section4-meta-count {
	border-left: 1px solid #8ea1ae;
}



.home-section4-cat-completed .home-section4-card-header {
	background: #0f6673;
	border-bottom: 1px solid #c4d9dc;
}

.home-section4-cat-completed .home-section4-card-inner-wrapper {
	border-left: 1px solid #c4d9dc;
}

.home-section4-cat-completed .home-section4-card-meta {
	border-bottom: 1px solid #c4d9dc;
}

.home-section4-cat-completed .home-section4-meta-count {
	border-left: 1px solid #c4d9dc;
}


.home-section4-card-title {
	font-family: "Instrument Serif", serif;
	font-size: 44px;
	line-height: 100%;
	font-weight: 400;
	color: #fff;
	margin-bottom: 22px;
}

.home-section4-view-btn-wrapper {
	justify-content: end;
}

.home-section4-view-btn {
	display: inline-flex;
	align-items: center;
	background: #fff;
	border: none;
	border-radius: 50px;
	padding: 4px 20px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #000;
	cursor: pointer;
	transition: background 0.2s, color 0.2s, box-shadow 0.2s;
	font-family: "Nunito Sans", sans-serif;
}

.home-section4-view-btn:hover {
	background: #f0ece8;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.home-section4-view-btn.active {
	background: #1e3a4a;
	color: #fff;
}

/* ── CARD META ROW ── */
.home-section4-card-meta {
	display: flex;
	align-items: stretch;
}

.home-section4-meta-locations {
	flex: 1;
	padding: 12px 40px;
	min-height: 116px;
}

.home-section4-meta-city {
	font-size: 22.66px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 3px;
	font-family: "Nunito Sans", sans-serif;
}

.home-section4-meta-areas {
	font-size: 21.33px;
	font-weight: 400;
	color: #fff;
	font-family: "Nunito Sans", sans-serif;
}

.home-section4-meta-count {
	width: 113px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 52px;
	font-weight: 300;
	color: #fff;
	font-family: "Instrument Serif", serif;
}

/* ── CARD THUMBNAIL ── */
.home-section4-card-thumb {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.home-section4-card-thumb img {
	object-fit: cover;
	max-width: 100%;
	height: 200px;
	width: 100%;
}

.home-section4-cat-upcoming .home-section4-card-thumb {
	background: linear-gradient(160deg, #a0b4c0 0%, #5a7888 100%);
}

.home-section4-cat-completed .home-section4-card-thumb {
	background: linear-gradient(160deg, #c4c0a4 0%, #888468 100%);
}

/* Active card highlight */
.home-section4-card.home-section4-is-active {
	outline: none;
	outline-offset: 0;
}

/* ── FULL-WIDTH DETAIL PANEL ── */
.home-section4-detail-panel {
	display: none;
	margin-top: 149.5px;
	background: #fff;
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.10);
	border-top: 2px solid #1e4a5c;
	padding-top: 16px;
	position: relative;
}

.home-section4-detail-panel.home-section4-theme-ongoing {
	border-top-color: #9e5c45;
}


.home-section4-detail-inner {
	display: grid;
	grid-template-columns: 660px 1fr;
	min-height: 320px;
}

.home-section4-theme-ongoing .home-section4-detail-panel-inner {
	background-color: #9e5c45;
}

.home-section4-theme-ongoing .home-section4-detail-inner {
	background-color: #9e5c45;
	border-top: 1px solid #c2a599;
	grid-template-columns: 1fr 660px;
}

.home-section4-theme-ongoing .home-section4-detail-img {
	grid-column: 2;
	grid-row: 1;
}

.home-section4-theme-ongoing .home-section4-detail-content-wrapper {
	grid-column: 1;
	grid-row: 1;
	flex-direction: row-reverse;
}

.home-section4-theme-upcoming .home-section4-detail-panel-inner {
	background-color: #1e4a5c;
}

.home-section4-theme-upcoming .home-section4-detail-inner {
	background-color: #1e4a5c;
}

.home-section4-theme-completed .home-section4-detail-panel-inner {
	background-color: #0f6673;
}

.home-section4-theme-completed .home-section4-detail-inner {
	background-color: #0f6673;
	grid-template-columns: 1fr 660px;
}

.home-section4-theme-completed .home-section4-detail-img {
	grid-column: 2;
	grid-row: 1;
}

.home-section4-theme-completed .home-section4-detail-content-wrapper {
	grid-column: 1;
	grid-row: 1;
	flex-direction: row-reverse;
}

.home-section4-detail-img {
	width: 100%;
	height: 100%;
	min-height: 300px;
	background: linear-gradient(160deg, #b8c4c8 0%, #6a8898 100%);
}

.home-section4-detail-img.home-section4-theme-ongoing {
	background: #9e5c45;
	padding-top: 30px;
	border-right: 1px solid #c2a599;
	position: relative;
}

.home-section4-detail-img {
	display: flex;
	flex-direction: column;
}

.home-section4-detail-img.home-section4-theme-ongoing::before {
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #c2a599;
}

.home-section4-detail-img.home-section4-theme-upcoming {
	background: #1e4a5c;
	padding-top: 30px;
	border-right: 1px solid #8ea1ae;
	position: relative;
}

.home-section4-detail-img.home-section4-theme-upcoming::before {
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #8ea1ae;
}

.home-section4-detail-img.home-section4-theme-completed {
	background: #0f6673;
	padding-top: 30px;
	border-right: 1px solid #c4d9dc;
	position: relative;
}

.home-section4-detail-img.home-section4-theme-completed::before {
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #c4d9dc;
}

.home-section4-detail-content-wrapper {
	display: flex;
	padding-top: 30px;
}

.home-section4-detail-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	width: 56%;
}

.home-section4-theme-ongoing .home-section4-detail-content {
	border-right: none;
	border-left: 1px solid #c2a599;
}

.home-section4-theme-upcoming .home-section4-detail-content {
	border-right: 1px solid #8ea1ae;
}

.home-section4-theme-completed .home-section4-detail-content {
	border-right: none;
	border-left: 1px solid #c4d9dc;
}

.home-section4-detail-content-inner {
	display: flex;
	flex-direction: column;
	padding: 40px 30px;
	height: 100%;
}

.home-section4-theme-ongoing .home-section4-detail-content-inner {
	border-top: 1px solid #c2a599;
}

.home-section4-theme-upcoming .home-section4-detail-content-inner {
	border-top: 1px solid #8ea1ae;
}

.home-section4-theme-completed .home-section4-detail-content-inner {
	border-top: 1px solid #c4d9dc;
}


.home-section4-theme-ongoing .home-section4-detail-links {
	border-top: 1px solid #c2a599;
}

.home-section4-theme-upcoming .home-section4-detail-links {
	border-top: 1px solid #8ea1ae;
}

.home-section4-theme-completed .home-section4-detail-links {
	border-top: 1px solid #c4d9dc;
	border-bottom: 1px solid #c4d9dc;
}

.home-section4-detail-project-name {
	font-size: 33px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 14px;
	font-family: "Instrument Serif", serif;
}

.home-section4-detail-desc {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	flex: 1;
	margin-bottom: 50px;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 300;
}

.home-section4-detail-cta {
	width: 40px;
	height: 40px;
	background: transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s, border-color 0.2s;
	flex-shrink: 0;
}


.home-section4-theme-ongoing .home-section4-detail-cta {
	border: 1px solid #c2a599;
}

.home-section4-theme-upcoming .home-section4-detail-cta {
	border: 1px solid #8ea1ae;
}

.home-section4-theme-completed .home-section4-detail-cta {
	border: 1px solid #c4d9dc;
}


.home-section4-theme-ongoing .home-section4-detail-cta:hover {
	background: #c2a599;
	border-color: #c2a599;
}

.home-section4-theme-upcoming .home-section4-detail-cta:hover {
	background: #8ea1ae;
	border-color: #8ea1ae;
}

.home-section4-theme-completed .home-section4-detail-cta:hover {
	background: #c4d9dc;
	border-color: #c4d9dc;
}


.home-section4-detail-cta:hover svg path {
	stroke: #30302f;
}

.home-section4-detail-links {
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 50px;
	width: 44%;
}



.home-section4-action-link-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #ddd;
	border-radius: 15px;
	padding: 10px 18px;
	font-size: 16px;
	letter-spacing: 0.8px;
	color: #fff;
	background: transparent;
	cursor: pointer;
	text-decoration: none;
	transition: background 0.2s, border-color 0.2s;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 500;
}

.home-section4-theme-ongoing .home-section4-action-link-btn {
	border: 1px solid #c2a599;
}

.home-section4-theme-upcoming .home-section4-action-link-btn {
	border: 1px solid #8ea1ae;
}

.home-section4-theme-completed .home-section4-action-link-btn {
	border: 1px solid #c4d9dc;
}


.home-section4-theme-ongoing .home-section4-action-link-btn:hover {
	background: #c2a599;
	border: 1px solid #c2a599;
	color: #30302f;
}

.home-section4-theme-upcoming .home-section4-action-link-btn:hover {
	background: #8ea1ae;
	border: 1px solid #8ea1ae;
	color: #30302f;
}

.home-section4-theme-completed .home-section4-action-link-btn:hover {
	background: #c4d9dc;
	border: 1px solid #c4d9dc;
	color: #30302f;
}


.home-section4-action-link-btn:hover svg path {
	stroke: #30302f;
}

.home-section4-arrow-icon {
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.home-section4-detail-footer {
	display: flex;
	justify-content: flex-end;
	padding: 0;
	position: absolute;
	right: -120px;
	bottom: 0;
}

.home-section4-collapse-btn {
	width: 34px;
	height: 34px;
	border: 1px solid #ccc;
	background: transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s;
}

.home-section4-collapse-btn:hover {
	background: #f0ece8;
	border-color: #aaa;
}

/* ── SLIDER NAV ── */
.home-section4-slider-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 14px 0 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	margin-top: 8px;
}

.home-section4-slider-btn {
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: transparent;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s, border-color 0.2s;
	flex-shrink: 0;
}

.home-section4-slider-btn:hover {
	background: rgba(255, 255, 255, 0.15);
	border-color: rgba(255, 255, 255, 0.7);
}

.home-section4-slider-counter {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.8);
	min-width: 40px;
	text-align: center;
	letter-spacing: 0.04em;
}

.home-section4-theme-ongoing .home-section4-slider-btn {
	border-color: rgba(255, 255, 255, 0.4);
	color: #fff;
}

.home-section4-theme-upcoming .home-section4-slider-btn,
.home-section4-theme-completed .home-section4-slider-btn {
	border-color: rgba(255, 255, 255, 0.4);
	color: #fff;
}

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
	.home-section4-grid {
		grid-template-columns: 1fr 1fr;
	}

	.home-section4-detail-inner {
		grid-template-columns: 1fr 1fr;
	}

	/* Reset ongoing/completed reversed layout so stacked layout works */
	.home-section4-theme-ongoing .home-section4-detail-inner,
	.home-section4-theme-completed .home-section4-detail-inner {
		grid-template-columns: 1fr 1fr;
	}

	.home-section4-theme-ongoing .home-section4-detail-img,
	.home-section4-theme-completed .home-section4-detail-img {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.home-section4-theme-ongoing .home-section4-detail-content-wrapper,
	.home-section4-theme-completed .home-section4-detail-content-wrapper {
		grid-column: 1 / -1;
		flex-direction: row;
	}

	.home-section4-theme-ongoing .home-section4-detail-content {
		border-left: none;
		border-right: 1px solid #c2a599;
	}

	.home-section4-theme-completed .home-section4-detail-content {
		border-left: none;
		border-right: 1px solid #c4d9dc;
		border-bottom: 1px solid #c4d9dc;
	}

	.home-section4-detail-img {
		grid-column: 1 / -1;
		min-height: 220px;
		height: 320px;
	}

	.home-section4-detail-content {
		border-right: none;
		border-bottom: 1px solid #c2a599;
	}

	.home-section4-detail-content-wrapper {
		grid-column: 1 / -1;
		width: 100%;
		flex-wrap: wrap;
	}

	.home-section4-detail-footer {
		right: 0;
		bottom: -40px;
	}

	.home-section4-theme-ongoing .home-section4-detail-links {
		border-top: 1px solid #c2a599;
		border-bottom: 1px solid #c2a599;
	}

}

@media (max-width: 640px) {
	.home-section4 {
		padding: 36px 0 52px;
	}

	.home-section4 .container {
		padding: 0px;
	}

	.home-section4-title {
		font-size: 30px;
		margin-bottom: 28px;
	}

	.home-section4-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.home-section4-card-title {
		font-size: 24px;
	}

	.home-section4-meta-count {
		font-size: 36px;
		width: 52px;
	}

	.home-section4-view-btn {
		right: 16px;
		top: 20px;
	}

	.home-section4-detail-inner {
		grid-template-columns: 1fr;
	}

	.home-section4-detail-img {
		height: 200px;
	}

	.home-section4-detail-content {
		border-right: none;
		border-bottom: 1px solid #f0ece8;
	}

	.home-section4-detail-links {
		padding: 24px 20px;
	}

	.home-section4-detail-project-name {
		font-size: 26px;
	}

	.home-section4-card-title {
		margin-bottom: 0;
	}
}


.home-section5 .container {
	max-width: 1540px;
	padding: 149.5px 0;
	border-top: 1px solid #3f3f3f;
}

/* ── WRAPPER ── */
.home-section5-slider-wrapper {
	width: 100%;
	max-width: 1540px;
	position: relative;
	display: flex;
	align-items: flex-end;
	height: 625px;
}

/* ── DESKTOP LOCK — prevents mobile rules bleeding above 767px ── */
@media (min-width: 768px) {
	.home-section5-slider-wrapper {
		height: 625px;
		flex-direction: row;
		align-items: flex-end;
	}

	.home-section5-slide-left {
		width: 44%;
		height: 72%;
		align-self: flex-end;
	}

	.home-section5-slide-right {
		position: absolute;
		width: 56%;
		height: 100%;
		top: 0;
		right: 0;
	}

	.home-section5-glyph {
		display: block;
	}

	.home-section5-slide-desc {
		display: block;
	}
}

/* ── LEFT PANEL ── */
.home-section5-slide-left {
	width: 44%;
	height: 72%;
	background: #9ca9b2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 80px 65px 40px 45px;
	position: relative;
	z-index: 2;
	flex-shrink: 0;
	align-self: flex-end;
}

.home-section5-slide-left .home-section5-heading {
	font-size: 70px;
	font-weight: 400;
	color: #fff;
	line-height: 1.12;
	font-family: "Instrument Serif", serif;
}

.home-section5-slide-left .home-section5-item-label {
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.home-section5-slide-left .home-section5-item-num {
	font-size: 70px;
	font-weight: 300;
	color: #fff;
	line-height: 1;
	font-family: "Instrument Serif", serif;
}

.home-section5-slide-left .home-section5-item-title {
	font-size: 37px;
	font-weight: 500;
	color: #323b3f;
	font-family: "Instrument Serif", serif;
}

/* ── NAV ── */
.home-section5-nav-bar {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: end;
}

.home-section5-nav-btn {
	background: none;
	border: none;
	cursor: pointer;
	padding: 2px 4px;
	color: #3a3c3c;
	display: flex;
	align-items: center;
	transition: color 0.2s;
	line-height: 1;
}

.home-section5-nav-btn:hover {
	color: #3a3c3c;
}

.home-section5-nav-btn svg {
	width: 30px;
	height: 30px;
}

.home-section5-nav-counter {
	font-size: 18px;
	color: #3a3c3c;
	font-family: "Nunito Sans", sans-serif;
}

/* ── FADE TRANSITIONS ── */
#hs5-num,
#hs5-title {
	display: inline;
}

#hs5-image {
	transition: opacity 0.35s ease;
}

/* ── RIGHT PANEL ── */
.home-section5-slide-right {
	width: 56%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}

.home-section5-slide-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Background per slide */
.home-section5-slide[data-slide="1"] .home-section5-slide-right {
	background: #2b4c50;
}

.home-section5-slide[data-slide="2"] .home-section5-slide-right {
	background: #1e3b36;
}

.home-section5-slide[data-slide="3"] .home-section5-slide-right {
	background: #111;
}

.home-section5-slide[data-slide="4"] .home-section5-slide-right {
	background: #2b5050;
}

.home-section5-slide[data-slide="5"] .home-section5-slide-right {
	background: #f5c83a;
}

.home-section5-slide[data-slide="6"] .home-section5-slide-right {
	background: #5a2e24;
}

.home-section5-slide[data-slide="7"] .home-section5-slide-right {
	background: #2b4c50;
}

.home-section5-slide[data-slide="8"] .home-section5-slide-right {
	background: #111;
}

.home-section5-slide[data-slide="9"] .home-section5-slide-right {
	background: #f5c83a;
}

.home-section5-slide[data-slide="10"] .home-section5-slide-right {
	background: #5a2e24;
}


/* ── DECORATIVE GLYPH ── */
.home-section5-glyph {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	z-index: 2;
	pointer-events: none;
}

.home-section5-glyph svg {
	height: 100%;
	width: auto;
}

/* ── DESCRIPTION TEXT ── */
.home-section5-slide-desc {
	position: absolute;
	z-index: 3;
	top: 50%;
	transform: translateY(-50%);
	left: 36px;
	right: 200px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 15.5px;
	line-height: 1.65;
	color: #fff;
}

/* Dark text on yellow slides */
.home-section5-slide[data-slide="5"] .home-section5-slide-desc,
.home-section5-slide[data-slide="9"] .home-section5-slide-desc {
	color: #1a1a1a;
}

.home-section5-slide-desc strong {
	font-weight: 600;
}

/* Per-slide desc positioning */
.home-section5-slide[data-slide="1"] .home-section5-slide-desc {
	left: 30px;
	right: 180px;
	top: 52%;
}

.home-section5-slide[data-slide="2"] .home-section5-slide-desc {
	left: 26px;
	right: 200px;
	top: 52%;
}

.home-section5-slide[data-slide="3"] .home-section5-slide-desc {
	left: 26px;
	right: 140px;
	top: 54%;
}

.home-section5-slide[data-slide="4"] .home-section5-slide-desc {
	left: 30px;
	right: 150px;
	top: 52%;
}

.home-section5-slide[data-slide="5"] .home-section5-slide-desc {
	left: auto;
	right: 80px;
	top: 58%;
	text-align: center;
	width: 210px;
}

.home-section5-slide[data-slide="6"] .home-section5-slide-desc {
	left: auto;
	right: 80px;
	top: 58%;
	text-align: center;
	width: 230px;
}

.home-section5-slide[data-slide="7"] .home-section5-slide-desc {
	left: 26px;
	right: 120px;
	top: 54%;
}

.home-section5-slide[data-slide="8"] .home-section5-slide-desc {
	left: 26px;
	right: 110px;
	top: 54%;
}

.home-section5-slide[data-slide="9"] .home-section5-slide-desc {
	left: auto;
	right: 100px;
	top: 58%;
	text-align: center;
	width: 220px;
}

.home-section5-slide[data-slide="10"] .home-section5-slide-desc {
	left: 90px;
	right: 30px;
	top: 54%;
}

/* ── TRANSITION STATES ── */
.home-section5-slide-right .home-section5-glyph,
.home-section5-slide-right .home-section5-slide-desc {
	transition: opacity 0.4s 0.35s, transform 0.5s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.home-section5-slides-track.animating .home-section5-slide-right .home-section5-glyph,
.home-section5-slides-track.animating .home-section5-slide-right .home-section5-slide-desc {
	opacity: 0;
	transform: translateY(-44%) translateX(12px);
}

.home-section5-slides-track.animating .home-section5-slide[data-slide="5"] .home-section5-slide-desc,
.home-section5-slides-track.animating .home-section5-slide[data-slide="6"] .home-section5-slide-desc,
.home-section5-slides-track.animating .home-section5-slide[data-slide="9"] .home-section5-slide-desc {
	opacity: 0;
	transform: translateY(-50%) translateX(12px);
}










/* ── Section shell ── */
.home-section6 {
	padding-top: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #efeeee;
}

.home-section6 .container {
	width: 100%;
	max-width: 1400px;
}

/* ── Inner flex row ── */
.home-section6-testimonials-section {
	display: flex;
	gap: 100px;
	width: 100%;
	align-items: flex-start;
}

/* ── Static "header" card ── */
.home-section6-static-card {
	background: radial-gradient(ellipse at center, #5f6a6e 0%, #4b5556 100%);
	border-radius: 0;
	padding: 50px 60px;
	width: 267px;
	min-width: 267px;
	height: 347px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-shrink: 0;
}

.home-section6-quote-mark {
	background-image: url('images/quote-icon.png');
	background-repeat: no-repeat;
	width: 54px;
	height: 44px;
	margin-bottom: 33px;
	user-select: none;
}

.home-section6-static-card h2 {
	font-weight: 400;
	font-size: 36px;
	color: #efeeee;
	font-family: "Instrument Serif", serif;
	line-height: 36px;
}

.home-section6-nav-arrows {
	display: flex;
	align-items: center;
	gap: 22px;
}

.home-section6-nav-btn {
	background: none;
	border: none;
	color: rgba(255, 255, 255, 0.9);
	cursor: pointer;
	padding: 0;
	line-height: 1;
	transition: color 0.2s, transform 0.15s;
	outline: none;
	width: 38px;
	height: 16px;
}

.home-section6-nav-btn.prev {
	background-image: url('images/left-arrow2.png');
	background-repeat: no-repeat;
}

.home-section6-nav-btn.next {
	background-image: url('images/right-arrow2.png');
	background-repeat: no-repeat;
}

.home-section6-nav-btn:hover {
	color: #ffffff;
	transform: scale(1.15);
}

.home-section6-nav-btn:disabled {
	opacity: 0.3;
	cursor: default;
	transform: none;
}

.home-section6-nav-btn svg {
	display: block;
	width: 28px;
	height: 18px;
}

/* ── Slider viewport ── */
.home-section6-slider-viewport {
	flex: 1;
	overflow: hidden;
	min-width: 0;
}

.home-section6-slider-track {
	display: flex;
	gap: 100px;
	transition: transform 0.48s cubic-bezier(0.42, 0, 0.28, 1);
	will-change: transform;
}

/* ── Testimonial card ── */
.home-section6-testimonial-card {
	background: linear-gradient(to bottom, #707b80 0%, #667176 50%, #5e696e 100%);
	border-radius: 0 0 100px 100px;
	padding: 30px 27px;
	padding-bottom: 150px;
	flex-shrink: 0;
	position: relative;
	height: 347px;
}
.home-section6-testimonial-text {
	color: #efeeee;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	font-family: "Nunito Sans", sans-serif;
}

/* ── Author block ── */
.home-section6-author-block {
	display: flex;
	gap: 10px;
	position: absolute;
	bottom: -2px;
	right: 0;
	z-index: 3;
	white-space: nowrap;
	background-image: url('images/testimonial-author-bg.png');
	background-repeat: no-repeat;
	height: 99px;
	flex-direction: column;
	width: 191px;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	padding-left: 15px;
}

.home-section6-author-avatar {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	border: 2px solid #fff;
}

.home-section6-author-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.home-section6-author-meta {
	text-align: left;
	width: 100%;
	padding-left: 50px;
}

.home-section6-author-name {
	color: #000;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Nunito Sans", sans-serif;
}

.home-section6-author-role {
	font-family: "Nunito Sans", sans-serif;
	color: #4a4a4a;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
}

/* ── Mobile header (replaces static card on small screens) ── */
.home-section6-mobile-header {
	display: none;
	background: #535e61;
	border-radius: 14px;
	padding: 26px 24px 22px;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	width: 100%;
}

.home-section6-mobile-header h2 {
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-size: 20px;
	color: #ffffff;
	line-height: 1.3;
}

.home-section6-mobile-header .home-section6-nav-arrows {
	flex-shrink: 0;
}

@media (max-width: 1520px) {
	.home-section6-testimonials-section {
		gap: 50px;
	}

	.home-section6-slider-track {
		gap: 50px;
	}
}

@media (max-width: 1200px) {
	.home-section6-testimonials-section {
		gap: 30px;
	}

	.home-section6-slider-track {
		gap: 30px;
	}
}

/* ── Responsive breakpoints ── */
@media (max-width: 500px) {
	.home-section6-testimonials-section {
		flex-direction: column;
		gap: 20px;
		overflow-x: hidden;
	}

	.home-section6-static-card {
		width: 100%;
		min-width: unset;
		height: auto;
		padding: 30px 28px;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
	}

	.home-section6-static-card>div:first-child {
		flex: 1;
	}

	.home-section6-quote-mark {
		margin-bottom: 16px;
	}

	.home-section6-static-card h2 {
		font-size: 22px;
		line-height: 26px;
	}

	.home-section6-mobile-header {
		display: none !important;
	}

	.home-section6-slider-viewport {
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}

	.home-section6-testimonial-card {
		max-width: 100%;
	}
}













.home-section7 {
	background-color: #efeeee;
	padding-top: 125px;
	padding-bottom: 100px;
}

.home-section7-wrapper {
	width: 100%;
	max-width: 1400px;
}

.home-section7-header {
	text-align: center;
	margin-bottom: 48px;
}

.home-section7-header h2 {
	font-family: "Instrument Serif", serif;
	font-size: clamp(28px, 4vw, 46px);
	font-weight: 600;
	color: #1a1a1a;
	letter-spacing: -0.5px;
	margin-bottom: 12px;
}

.home-section7-header p {
	font-size: 16px;
	color: #888;
	font-weight: 300;
}

/* ── Slider ── */
.home-section7-slider-outer {
	position: relative;
	overflow: hidden;
	cursor: grab;
	user-select: none;
	-webkit-user-select: none;
}

.home-section7-slider-outer.home-section7-dragging {
	cursor: grabbing;
}

.home-section7-slider-track {
	display: flex;
	transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	will-change: transform;
}

.home-section7-slider-track.home-section7-no-transition {
	transition: none;
}

.home-section7-slide {
	min-width: 100%;
	display: flex;
	gap: 20px;
	align-items: stretch;
}

/* ── Featured area ── */
.home-section7-featured-video {
	flex: 0 0 50%;
	position: relative;
	border-radius: 0px;
	overflow: hidden;
	background: #111;
	cursor: pointer;
	aspect-ratio: 16/9;
}

.home-section7-featured-video>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: filter 0.3s;
	pointer-events: none;
}

.home-section7-slider-outer.home-section7-dragging .home-section7-featured-video>img {
	pointer-events: none;
}

.home-section7-featured-video:hover>img {
	filter: brightness(0.82);
}

.home-section7-featured-video iframe,
.home-section7-featured-video video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* ── Thumbnails ── */
.home-section7-thumb-grid {
	flex: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 20px;
}

.home-section7-thumb-item {
	position: relative;
	border-radius: 0px;
	overflow: hidden;
	background: #111;
	cursor: pointer;
	aspect-ratio: 16/9;
	transition: transform 0.25s, box-shadow 0.25s;
}

.home-section7-thumb-item:hover {
	transform: scale(1.025);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
}

.home-section7-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: filter 0.3s;
	pointer-events: none;
}

.home-section7-thumb-item:hover img {
	filter: brightness(0.72);
}

.home-section7-thumb-item.home-section7-active {
	outline: 3px solid #2b2b2b;
	outline-offset: -3px;
}

/* ── Play button ── */
.home-section7-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 52px;
	height: 52px;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.22);
	transition: transform 0.2s, background 0.2s;
}

.home-section7-thumb-item:hover .home-section7-play-btn {
	transform: translate(-50%, -50%) scale(1.12);
	background: #fff;
}

.home-section7-featured-video .home-section7-play-btn {
	width: 52px;
	height: 52px;
}

.home-section7-featured-video:hover .home-section7-play-btn {
	transform: translate(-50%, -50%) scale(1.08);
}

.home-section7-play-btn svg {
	margin-left: 4px;
}

/* ── Type badge ── */
.home-section7-type-badge {
	position: absolute;
	bottom: 8px;
	right: 8px;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding: 3px 7px;
	border-radius: 4px;
	pointer-events: none;
	color: #fff;
}

.home-section7-type-badge.home-section7-vimeo {
	background: rgba(26, 183, 234, 0.82);
}

.home-section7-type-badge.home-section7-self {
	background: rgba(255, 102, 0, 0.82);
}

/* ── Playing state ── */
.home-section7-featured-video.home-section7-playing>img,
.home-section7-featured-video.home-section7-playing .home-section7-play-btn,
.home-section7-featured-video.home-section7-playing .home-section7-type-badge {
	display: none;
}

/* ── Footer ── */
.home-section7-slider-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 50px;
	margin-top: 18px;
}

.home-section7-cta-btn {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	background: linear-gradient(to right, #4a5c5f, #2e3a3c);
	transition: background 0.3s ease, transform 0.2s ease,
		box-shadow 0.3s ease;
	border: none;
	border-radius: 0;
	padding: 11px 22px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	font-family: "Nunito Sans", sans-serif;
}

.home-section7-cta-btn:hover {
	background: linear-gradient(to right, #5b7174, #3a4d50);
	transform: translateY(-1px);
	box-shadow: 0 4px 16px rgba(46, 58, 60, 0.45);
}

.home-section7-dot-indicators {
	display: flex;
	gap: 7px;
	align-items: center;
	display: none;
}

.home-section7-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #c5c5c5;
	cursor: pointer;
	transition: background 0.2s, transform 0.2s;
}

.home-section7-dot.home-section7-active {
	background: #2b2b2b;
	transform: scale(1.3);
}

.home-section7-nav-arrows {
	display: flex;
	gap: 45px;
	align-items: center;
}

.home-section7-arrow-btn {
	width: 42px;
	height: 42px;
	border: none;
	background: transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3a3a3a;
}

.home-section7-arrow-btn.left {
	background-image: url('images/left-arrow3.png');
	background-repeat: no-repeat;
	background-position: center;
}

.home-section7-arrow-btn.right {
	background-image: url('images/Right-arrow3.png');
	background-repeat: no-repeat;
	background-position: center;
}

.home-section7-arrow-btn:hover {
	color: #fff;
}

.home-section7-arrow-btn:disabled {
	opacity: 0.35;
	cursor: not-allowed;
	transform: none;
}

.home-section7-arrow-btn svg {
	width: 16px;
	height: 16px;
}

/* ── Responsive ── */
@media (max-width: 900px) {
	.home-section7-slide {
		flex-direction: column;
	}

	.home-section7-featured-video {
		flex: none;
		width: 100%;
	}

}

@media (max-width: 540px) {
	.home-section7-featured-video .home-section7-play-btn {
		width: 52px;
		height: 52px;
	}

	.home-section7-thumb-item .home-section7-play-btn {
		width: 36px;
		height: 36px;
	}

	.home-section7-cta-btn {
		font-size: 12px;
		padding: 9px 16px;
	}
}






.home-section8 {
	padding-top: 149px;
	padding-bottom: 50px;
}

/* ─── PAGE WRAPPER ─── */
.home-section8-faq-page {
	max-width: 1400px;
	margin: 0 auto;
}

/* ─── SECTION TITLE ─── */
.home-section8-faq-header {
	display: flex;
	align-items: center;
	gap: 28px;
	margin-bottom: 72px;
}

.home-section8-faq-header::before,
.home-section8-faq-header::after {
	content: '';
	flex: 1;
	height: 1px;
	background: #a1a1a2;
}

.home-section8-faq-header h2 {
	font-family: "Instrument Serif", serif;
	font-size: 39px;
	font-weight: 400;
	color: #3d3f40;
	white-space: nowrap;
}

/* ─── CATEGORY BLOCK ─── */
.home-section8-faq-category {
	display: grid;
	grid-template-columns: 305px 1fr;
	gap: 0 64px;
	margin-bottom: 64px;
}

/* ─── CATEGORY LABEL ─── */
.home-section8-category-label {
	padding-top: 0px;
}

.home-section8-category-label::before {
	content: '';
	display: block;
	width: 100%;
	height: 2.5px;
	background: #000;
	margin-bottom: 20px;
}

.home-section8-category-label h3 {
	font-size: 46.66px;
	font-weight: 400;
	text-transform: uppercase;
	color: #646666;
	font-family: "Instrument Serif", serif;
	line-height: 1;
}

/* ─── ACCORDION CONTAINER ─── */
.home-section8-accordion-list {
	border-top: 1px solid #3e3e3d;
}

/* ─── ACCORDION ITEM ─── */
.home-section8-accordion-item {
	border-bottom: 1px solid #3e3e3d;
	overflow: hidden;
}

.home-section8-accordion-list>.home-section8-accordion-item:last-child {
	border-bottom: none;
}

/* ─── QUESTION / TRIGGER ─── */
.home-section8-accordion-trigger {
	width: 100%;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 22px 0;
	text-align: left;
	transition: opacity 0.2s ease;
}

.home-section8-accordion-trigger:hover {
	opacity: 0.7;
}

.home-section8-accordion-trigger:focus-visible {
	outline: 2px solid #888078;
	outline-offset: 2px;
	border-radius: 2px;
}

.home-section8-accordion-question {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	font-family: "Nunito Sans", sans-serif;
}

/* ─── ICON ─── */
.home-section8-accordion-icon {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-section8-accordion-icon span {
	position: absolute;
	background: #3f3f3f;
	border-radius: 2px;
	transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1),
		opacity 0.28s ease;
}

.home-section8-accordion-icon .home-section8-h-bar {
	width: 14px;
	height: 1.5px;
}

.home-section8-accordion-icon .home-section8-v-bar {
	width: 1.5px;
	height: 14px;
}

.home-section8-accordion-item.open .home-section8-accordion-icon .home-section8-v-bar {
	transform: scaleY(0);
	opacity: 0;
}

/* ─── ANSWER / PANEL ─── */
.home-section8-accordion-panel {
	display: none;
	overflow: hidden;
}

.home-section8-accordion-answer {
	font-size: 16px;
	font-weight: 300;
	color: #333;
	line-height: 36px;
	padding: 0 0 26px;
	max-width: 650px;
	font-family: "Nunito Sans", sans-serif;
}

/* ─── RESPONSIVE: TABLET ─── */
@media (max-width: 767px) {

	.home-section8-faq-category {
		grid-template-columns: 1fr;
		gap: 0;
		margin-bottom: 48px;
	}

	.home-section8-category-label {
		margin-bottom: 28px;
		padding-top: 0;
	}

	.home-section8-category-label::before {
		margin-bottom: 14px;
	}
}

/* ─── RESPONSIVE: MOBILE ─── */
@media (max-width: 540px) {
	.home-section8-faq-page {
		padding: 0px;
	}

	.home-section8-faq-header {
		gap: 16px;
		margin-bottom: 48px;
	}

	.home-section8-accordion-trigger {
		padding: 18px 0;
	}

	.home-section8-accordion-answer {
		padding-bottom: 20px;
	}
}









.home-section9 .container {
	max-width: 1354.5px;
}

/* ── Section ── */
.home-section9-section {
	margin: 0 auto;
	opacity: 0;
	transition: opacity 0.7s ease, transform 0.7s ease;
	padding-bottom: 149.5px;
	border-bottom: 1px solid #a1a1a2;
}

.home-section9-section.visible {
	opacity: 1;
	transform: translateY(0);
}

/* ── Heading ── */
.home-section9-heading-wrap {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 75px;
}

.home-section9-heading-wrap::before,
.home-section9-heading-wrap::after {
	content: '';
	flex: 1;
	height: 1px;
	background: #3f3f3f;
}

.home-section9-heading-wrap h2 {
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-size: 40px;
	color: #3d3f40;
	white-space: nowrap;
}

/* ── Outer rounded container ── */
.home-section9-container {
	background: #fff;
	border-radius: 25px;
	padding: 23px;
	display: flex;
	flex-direction: column;
	gap: 23px;
	box-shadow:
		4px 6px 24px rgba(0, 0, 0, 0.12),
		2px 3px 8px rgba(0, 0, 0, 0.08);
}

/* ── Rows ── */
.home-section9-row {
	display: flex;
	gap: 23px;
	align-items: stretch;
	justify-content: space-between;
}

/* ── TOP ROW column widths ── */
.home-section9-top .home-section9-card-hero {
	flex: 0 0 41%;
	background-image: url('images/home-section9-card-hero-bg.png');
	background-repeat: no-repeat;
	background-position: right -2px bottom -10px;
}

.home-section9-top .home-section9-card-upcoming {
	flex: 1;
}

.home-section9-top .home-section9-card-selling {
	flex: 1;
}

/* ── BOTTOM ROW column widths ── */
.home-section9-bottom .home-section9-card-delivery {
	flex: 0 0 25%;
}

.home-section9-bottom .home-section9-card-illustration {
	flex: 0 0 14%;
}

.home-section9-bottom .home-section9-card-photo {
	flex: 1;
}

.home-section9-bottom .home-section9-card-emerging {
	flex: 1;
}

.home-section9-card.row1col2,
.home-section9-card.row1col3,
.home-section9-card.row2col3,
.home-section9-card.row2col4 {
	width: 359px;
	flex: unset;
}

/* ── Base card ── */
.home-section9-card {
	border-radius: 14px;
	padding: 30px 28px;
	overflow: hidden;
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.5s ease, transform 0.5s ease,
		box-shadow 0.3s ease;
}

.home-section9-card.home-section9-card-in {
	opacity: 1;
	transform: translateY(0);
}

.home-section9-card:hover {
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.13);
	transform: translateY(-3px) !important;
	transition: box-shadow 0.3s ease, transform 0.3s ease !important;
}

/* ── Hero ── */
.home-section9-card-hero {
	background: #6c7a81;
	min-height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 36px 34px 28px;
}

.home-section9-card-hero h3 {
	font-weight: 500;
	font-size: 31px;
	color: #c5d3d2;
	margin-bottom: 25px;
	font-family: "Nunito Sans", sans-serif;
}

.home-section9-card-hero p {
	font-family: "Nunito Sans", sans-serif;
	font-size: 23px;
	font-weight: 400;
	color: #f3f3f3;
	line-height: 32px;
	max-width: 415px;
}

.home-section9-hero-divider {
	width: 110px;
	height: 3px;
	background: #b0b6ba;
	margin-top: 30px;
}

.home-section9-hero-skyline {
	margin-top: auto;
	padding-top: 22px;
	opacity: 0.14;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

/* ── Upcoming (white) ── */
.home-section9-card-upcoming {
	background: #ffffff;
}

/* ── Selling (light gray) ── */
.home-section9-card-selling {
	background: #d7d7d7;
}

/* ── Delivery ── */
.home-section9-card-delivery {
	background: #d7d7d7;
}

/* ── Illustration ── */
.home-section9-card-illustration {
	background: #f3f1ee;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 16px 10px 20px;
	min-height: 220px;
}

/* ── Photo ── */
.home-section9-card-photo {
	background: #000;
	padding: 0;
	overflow: hidden;
	min-height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-section9-card-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 14px;
	filter: brightness(0.85);
	transition: filter 0.35s ease, transform 0.4s ease;
}

.home-section9-card-photo:hover img {
	filter: brightness(1.02);
	transform: scale(1.04);
}

.home-section9-photo-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	height: 100%;
	min-height: 220px;
	color: #506060;
}

.home-section9-photo-placeholder span {
	font-size: 0.7rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

/* ── Emerging builder (dark) ── */
.home-section9-card-emerging {
	background: #66737a;
}

/* ── Shared typography ── */
.home-section9-title {
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	color: #536066;
	margin-bottom: 15px;
	font-family: "Nunito Sans", sans-serif;
}

.home-section9-card-emerging .home-section9-title {
	color: #c5d3d2;
}

.home-section9-source {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	color: #19202e;
	text-decoration: underline;
	text-underline-offset: 3px;
	letter-spacing: 0.01em;
	margin-bottom: 15px;
	transition: color 0.2s;
	line-height: 18px;
	font-family: "Nunito Sans", sans-serif;
}

.home-section9-source:hover {
	color: #28434e;
}

.home-section9-card-emerging .home-section9-source {
	color: #fbf9f7;
}

.home-section9-card-emerging .home-section9-source:hover {
	color: #aad4ce;
}

.home-section9-desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #19202e;
	font-family: "Nunito Sans", sans-serif;
}

.home-section9-card-emerging .home-section9-desc {
	color: #ffffff;
}

/* ════════════════════
       RESPONSIVE
    ════════════════════ */
@media (max-width: 960px) {
	.home-section9-top {
		flex-wrap: wrap;
	}

	.home-section9-top .home-section9-card-hero {
		flex: 0 0 100%;
		min-height: 200px;
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
	}

	.home-section9-top .home-section9-card-upcoming,
	.home-section9-top .home-section9-card-selling {
		flex: 1;
		min-width: 160px;
	}

	.home-section9-bottom {
		flex-wrap: wrap;
	}

	.home-section9-bottom .home-section9-card-delivery {
		flex: 1 1 46%;
	}

	.home-section9-bottom .home-section9-card-illustration {
		flex: 1 1 28%;
		min-height: 180px;
	}

	.home-section9-bottom .home-section9-card-photo {
		flex: 1 1 46%;
		min-height: 200px;
	}

	.home-section9-bottom .home-section9-card-emerging {
		flex: 1 1 46%;
	}
}

@media (max-width: 580px) {
	.home-section9-container {
		padding: 10px;
		gap: 10px;
	}

	.home-section9-row {
		flex-direction: column;
		gap: 10px;
	}

	.home-section9-top .home-section9-card-hero,
	.home-section9-top .home-section9-card-upcoming,
	.home-section9-top .home-section9-card-selling,
	.home-section9-bottom .home-section9-card-delivery,
	.home-section9-bottom .home-section9-card-illustration,
	.home-section9-bottom .home-section9-card-photo,
	.home-section9-bottom .home-section9-card-emerging {
		flex: 0 0 auto;
		width: 100%;
	}

	.home-section9-card {
		padding: 24px 20px;
	}

	.home-section9-card-hero {
		min-height: 190px;
		flex-direction: column;
	}

	.home-section9-card-illustration {
		min-height: 150px;
	}

	.home-section9-card-photo {
		min-height: 200px;
	}
}












.home-section10-wrap {
	padding-top: 149.5px;
	overflow: hidden;
	padding-bottom: 50px;
}

/* ── MAIN ROW ── */
.home-section10-row {
	display: flex;
	align-items: stretch;
	gap: 70px;
}

/* ── LABEL CARD ── */
.home-section10-label-card {
	flex: 0 0 313px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px 40px 32px 0;
	border-top: 2px solid #3f3f3f;
}

.home-section10-label-card .home-section10-label-title {
	font-size: 113px;
	font-weight: 400;
	color: #7b7b7b;
	line-height: 1;
	font-family: "Instrument Serif", serif;
}

.home-section10-label-card .home-section10-all-btn {
	display: inline-block;
	padding: 10px 45px;
	background: linear-gradient(to right, #4a5c5f, #2e3a3c);
	transition: background 0.3s ease, transform 0.2s ease,
		box-shadow 0.3s ease;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none;
	align-self: flex-start;
	font-family: "Nunito Sans", sans-serif;
}

.home-section10-label-card .home-section10-all-btn:hover {
	background: linear-gradient(to right, #5b7174, #3a4d50);
	transform: translateY(-1px);
	box-shadow: 0 4px 16px rgba(46, 58, 60, 0.45);
}

/* ── SLIDER AREA ── */
.home-section10-slider-area {
	flex: 1;
	min-width: 0;
	overflow: hidden;
}

.home-section10-slider-viewport {
	overflow: hidden;
	cursor: grab;
	user-select: none;
}

.home-section10-slider-viewport.home-section10-is-dragging {
	cursor: grabbing;
}

.home-section10-slider-track {
	display: flex;
	gap: 25px;
	align-items: stretch;
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-section10-slider-track.home-section10-no-transition {
	transition: none !important;
}

/* ── POST CARD ── */
.home-section10-post-card {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	border-top: 2px solid #3f3f3f;
	padding: 20px 0;
}

.home-section10-post-card .home-section10-post-title {
	font-size: 19px;
	font-weight: 500;
	line-height: 29px;
	color: #000;
	margin-bottom: 28px;
	min-height: 60px;
	font-family: "Nunito Sans", sans-serif;
}

.home-section10-post-card .home-section10-post-excerpt {
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #000;
	margin-bottom: 30px;
	flex-grow: 1;
}

.home-section10-post-card .home-section10-post-thumb-placeholder {
	width: 100%;
	aspect-ratio: 4 / 2.6;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 150px;
}

.home-section10-post-thumb img {
	width: 300px;
	height: 140px;
	object-fit: cover;
	max-width: 100%;
}

/* ── BOTTOM BAR ── */
.home-section10-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
	border-top: 1px solid #3f3f3f;
	position: relative;
}

.home-section10-slider-arrows {
	display: flex;
	gap: 40px;
	align-items: center;
	position: absolute;
	bottom: -10px;
	right: 0;
	background-color: #fff;
	width: 320px;
	justify-content: end;
}

.home-section10-arrow-btn {
	background: none;
	border: none;
	cursor: pointer;
	padding: 4px 0;
	color: #3f3f3f;
	transition: color 0.2s, opacity 0.2s;
	line-height: 1;
}

.home-section10-arrow-btn:hover {
	color: #1a1a1a;
}

.home-section10-arrow-btn svg {
	display: block;
	width: 36px;
	height: 14px;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
	.home-section10-wrap {
		padding: 0 24px 0;
	}

	.home-section10-label-card {
		flex: 0 0 200px;
		padding-right: 28px;
	}

	.home-section10-post-card {
		padding: 20px 20px 28px;
	}
}

@media (max-width: 640px) {
	.home-section10-wrap {
		padding: 0 16px 0;
	}

	.home-section10-label-card {
		flex: 0 0 140px;
		padding: 16px 18px 24px 0;
	}

	.home-section10-label-card .home-section10-label-title {
		font-size: 44px;
	}

	.home-section10-label-card .home-section10-all-btn {
		font-size: 10px;
		padding: 9px 18px;
		letter-spacing: 2.5px;
		margin-top: 24px;
	}

	.home-section10-post-card {
		padding: 16px 14px 22px;
	}

	.home-section10-post-card .home-section10-post-title {
		font-size: 14px;
		min-height: 50px;
		margin-bottom: 18px;
	}

	.home-section10-slider-arrows {
		gap: 28px;
	}

	.home-section10-arrow-btn svg {
		width: 28px;
	}
}

@media (max-width: 420px) {
	.home-section10-label-card {
		flex: 0 0 110px;
	}

	.home-section10-label-card .home-section10-label-title {
		font-size: 36px;
	}

	.home-section10-label-card .home-section10-all-btn {
		padding: 5px 14px;
	}
}











.home-section11 {
	padding-top: 99.5px;
	padding-bottom: 149.5px;
}


/* Card */
.home-section11-card {
	display: flex;
	flex-direction: row;
	background: #fff;
	overflow: hidden;
	height: 680px;
}

/* LEFT */
.home-section11-left {
	flex: 1;
	min-width: 0;
	background:
		radial-gradient(ellipse at top right, #636e73 0%, transparent 55%),
		radial-gradient(ellipse at bottom left, #626d72 0%, transparent 55%),
		#323c3d;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	user-select: none;
	-webkit-user-select: none;
	cursor: grab;
	padding: 30px;
}

.home-section11-left.is-dragging {
	cursor: grabbing;
}

.home-section11-left-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 60px 30px 30px 30px;
	flex-shrink: 0;
	position: relative;
	z-index: 2;
	pointer-events: none;
}

.home-section11-label {
	font-weight: 300;
	font-size: 70px;
	color: #b4c3c5;
	line-height: 1;
	font-family: "Instrument Serif", serif;
}

.home-section11-num {
	font-family: "Instrument Serif", serif;
	font-weight: 500;
	font-size: 100px;
	color: #a6b5b6;
	line-height: 1;
	letter-spacing: -0.02em;
}

/* Track — all slides sit side-by-side inside here */
.home-section11-img-wrap {
	flex: 1;
	overflow: hidden;
	position: relative;
}

.home-section11-img-track {
	display: flex;
	height: 100%;
	/* JS sets inline CSS vars: --total, --current, --offset */
	width: calc(var(--total, 3) * 100%);
	transform: translateX(calc(var(--offset, 0px) + var(--current, 0) * (-100% / var(--total, 3))));
	transition: transform 0.52s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}

/* Remove transition while dragging so track follows finger instantly */
.home-section11-img-track.no-transition {
	transition: none !important;
}

.home-section11-img-slide {
	flex: 0 0 calc(100% / var(--total, 3));
	height: 100%;
	overflow: hidden;
}

.home-section11-img-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	pointer-events: none;
	-webkit-drag: none;
}

/* Progress */
.home-section11-progress {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 0%;
	background: #b08a68;
	z-index: 10;
	transition: width linear;
}

/* RIGHT */
.home-section11-right {
	width: 325px;
	flex-shrink: 0;
	background: #f8f7f5;
	border-left: 1px solid #e4e0da;
	display: flex;
	flex-direction: column;
	padding: 75px 50px 50px 50px;
}

.home-section11-brand {
	margin-bottom: 26px;
}

.home-section11-brand-icon {
	width: 38px;
	height: 38px;
	display: block;
	margin-bottom: 8px;
}

.home-section11-brand-sub {
	display: block;
	font-family: "Nunito Sans", sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.18em;
	color: #b08a68;
	line-height: 1;
	margin-bottom: 1px;
}

.home-section11-brand-name {
	display: block;
	font-family: "Instrument Serif", serif;
	font-weight: 600;
	font-size: clamp(28px, 3vw, 38px);
	color: #1a1a1a;
	line-height: 1;
	letter-spacing: -0.01em;
}

.home-section11-brand-loc {
	display: block;
	font-size: 19px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	margin-top: 7px;
	font-family: "Nunito Sans", sans-serif;
	letter-spacing: -1px;
}

.home-section11-specs {
	flex: 1;
	display: flex;
	flex-direction: column;
	border-top: 1px solid #000;
}

.home-section11-spec {
	padding: 12px 0;
	border-bottom: 1px solid #000;
	font-family: "Nunito Sans", sans-serif;
	font-size: 19px;
	font-weight: 400;
	color: #000;
}

.home-section11-cta {
	display: block;
	width: 100%;
	margin-top: 22px;
	padding: 13px 0;
	background: linear-gradient(to right, #4a5c5f, #2e3a3c);
	transition: background 0.3s ease, transform 0.2s ease,
		box-shadow 0.3s ease;
	color: #f5fbfd;
	font-family: "Nunito Sans", sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
	text-align: center;
	border: none;
	cursor: pointer;
	border-radius: 1px;
}

.home-section11-cta:hover {
	background: linear-gradient(to right, #5b7174, #3a4d50);
	transform: translateY(-1px);
	box-shadow: 0 4px 16px rgba(46, 58, 60, 0.45);
}

.home-section11-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 33px;
}

.home-section11-arrow {
	background: none;
	border: none;
	cursor: pointer;
	width: 31px;
	height: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #595959;
	font-size: 24px;
	line-height: 1;
	transition: color 0.2s;
	padding: 0;
	flex-shrink: 0;
}

.home-section11-arrow:hover {
	color: #343e3f;
}

.home-section11-arrow.prev {
	background-image: url('images/prev-arrow.png');
	background-repeat: no-repeat;
}

.home-section11-arrow.next {
	background-image: url('images/next-arrow.png');
	background-repeat: no-repeat;
}

.home-section11-dots {
	display: flex;
	gap: 9px;
	align-items: center;
}

.home-section11-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: none;
	padding: 0;
	cursor: pointer;
	background: #889d9e;
	transition: background 0.25s ease, transform 0.25s ease;
}

.home-section11-dot.active {
	background: #343e3f;
	transform: scale(1.25);
}

/* Text fade-in for right panel */
@keyframes home-section11-textIn {
	from {
		opacity: 0;
		transform: translateY(8px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.home-section11-text-anim {
	animation: home-section11-textIn 0.4s ease forwards;
}

/* Responsive */
@media (max-width: 720px) {
	.home-section11-card {
		flex-direction: column;
		height: auto;
	}

	.home-section11-left {
		height: 280px;
		flex: none;
	}

	.home-section11-left-header {
		padding: 18px 20px 12px;
	}

	.home-section11-right {
		width: 100%;
		border-left: none;
		border-top: 1px solid #e4e0da;
		padding: 22px 20px 18px;
	}
}

@media (max-width: 480px) {
	.home-section11-left {
		height: 220px;
		padding: 15px;
	}

	.home-section11-label {
		font-size: 18px;
	}

	.home-section11-num {
		font-size: 52px;
	}
}












/* ============================================================
	SECTION WRAPPER
============================================================ */
.home-section12 {
	background: #e1e1e1;
	align-items: center;
	justify-content: center;
	padding: 140px 0;
}

.home-section12 .container {
	max-width: 1300px;
}

/* ============================================================
       FLEXBOX ROW
    ============================================================ */
.home-section12-row {
	display: flex;
}

/* ============================================================
       LEFT COLUMN
    ============================================================ */
.home-section12-left {
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home-section12-content {
	flex: 1;
	padding-right: 70px;
}

.home-section12-heading {
	font-size: 43px;
	font-weight: 400;
	color: #000;
	margin-bottom: 45px;
	line-height: 1;
	font-family: "Instrument Serif", serif;
}

.home-section12-description {
	font-size: 16px;
	font-weight: 300;
	color: #1e1e1e;
	line-height: 30px;
	max-width: 540px;
	letter-spacing: 0.2px;
	font-family: "Nunito Sans", sans-serif;
}

.home-section12-logo {
	margin-top: 60px;
}

.home-section12-logo-box {
	display: inline-grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	width: 56px;
	height: 56px;
}



/* ============================================================
       RIGHT COLUMN
    ============================================================ */
.home-section12-right {
	flex: 1;
}

/* ============================================================
       FORM STYLES (Native + CF7 Compatible)
    ============================================================ */

/* --- The wrapping form --- */
.home-section12-form,
.home-section12-right .wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 0;
}

/* --- Underline text fields row --- */
.home-section12-field-row {
	display: flex;
	gap: 28px;
}

.home-section12-field-row .home-section12-field {
	flex: 1;
}

/* --- Single field wrapper --- */
.home-section12-field {
	position: relative;
	margin-bottom: 28px;
}

/* --- Underline inputs (First Name, Last Name, Email) --- */
.home-section12-field input[type="text"],
.home-section12-field input[type="email"],
.home-section12-field input[type="tel"],
.home-section12-right .wpcf7-form .wpcf7-text,
.home-section12-right .wpcf7-form .wpcf7-email,
.home-section12-right .wpcf7-form input[type="tel"] {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid #707070;
	border-radius: 0;
	padding: 10px 22px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #606060;
	outline: none;
	transition: border-color 0.3s ease;
	-webkit-appearance: none;
	appearance: none;
}

.home-section12-field input[type="text"]::placeholder,
.home-section12-field input[type="email"]::placeholder,
.home-section12-field input[type="tel"]::placeholder,
.home-section12-right textarea::placeholder,
.home-section12-right select::placeholder,
.home-section12-right .wpcf7-form .wpcf7-text::placeholder,
.home-section12-right .wpcf7-form .wpcf7-email::placeholder,
.home-section12-right .wpcf7-form input[type="tel"]::placeholder {
	color: #606060;
	font-family: "Nunito Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

.home-section12-field input[type="text"]:focus,
.home-section12-field input[type="email"]:focus,
.home-section12-field input[type="tel"]:focus,
.home-section12-right .wpcf7-form .wpcf7-text:focus,
.home-section12-right .wpcf7-form .wpcf7-email:focus,
.home-section12-right .wpcf7-form input[type="tel"]:focus {
	border-bottom-color: #2a2a2a;
}

/* --- Phone row --- */
.home-section12-phone-row {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #b0b0b0;
	margin-bottom: 28px;
	transition: border-color 0.3s ease;
	gap: 0;
}

.home-section12-phone-row.focused {
	border-bottom-color: #2a2a2a;
}

.home-section12-country-select {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 10px 22px;
	background: #f3f3f3;
	border: none;
	cursor: pointer;
	margin-right: 22px;
	flex-shrink: 0;
}

.home-section12-country-select select {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	font-family: "Nunito Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #606060;
	cursor: pointer;
	outline: none;
	width: 42px;
}

.home-section12-country-code {
	font-family: "Nunito Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.4px;
	color: #606060;
	flex-shrink: 0;
	padding-right: 12px;
}

.home-section12-chevron {
	width: 8px;
	height: 8px;
	border-right: 1px solid #6a6a6a;
	border-bottom: 1px solid #6a6a6a;
	transform: rotate(45deg) translateY(-2px);
	flex-shrink: 0;
	margin-right: 10px;
	cursor: pointer;
}

.home-section12-phone-input {
	flex: 1;
	background: transparent;
	border: none;
	padding: 10px 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	color: #2a2a2a;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}

.home-section12-phone-input::placeholder {
	font-family: "Nunito Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

/* --- Apartment Dropdown --- */
.home-section12-select-wrap {
	position: relative;
	margin-bottom: 28px;
}

.home-section12-select-wrap select,
.home-section12-right .wpcf7-form .wpcf7-select {
	width: 100%;
	background: #ececea;
	border: none;
	border-radius: 0;
	padding: 14px 18px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	color: #606060;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	transition: border-color 0.3s ease, color 0.3s ease;
}

.home-section12-select-wrap select:focus,
.home-section12-right .wpcf7-form .wpcf7-select:focus {
	border-color: #2a2a2a;
	color: #2a2a2a;
}

.home-section12-select-wrap select option,
.home-section12-right .wpcf7-form .wpcf7-select option {
	color: #2a2a2a;
	text-transform: uppercase;
	letter-spacing: 1.4px;
}

.home-section12-select-arrow {
	position: absolute;
	right: 18px;
	top: 35%;
	transform: translateY(-35%) rotate(45deg);
	width: 10px;
	height: 10px;
	border-right: 1px solid #6a6a6a;
	border-bottom: 1px solid #6a6a6a;
	pointer-events: none;
}

/* --- Textarea --- */
.home-section12-textarea-wrap {
	margin-bottom: 28px;
}

.home-section12-textarea-wrap textarea,
.home-section12-right .wpcf7-form .wpcf7-textarea {
	width: 100%;
	background: #ececea;
	border-radius: 0;
	padding: 18px 18px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #2a2a2a;
	outline: none;
	resize: none;
	height: 165px;
	line-height: 1.8;
	transition: border-color 0.3s ease;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	border-bottom: 1px solid #707070;
}

.home-section12-textarea-wrap textarea::placeholder,
.home-section12-right .wpcf7-form .wpcf7-textarea::placeholder {
	font-family: "Nunito Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

.home-section12-textarea-wrap textarea:focus,
.home-section12-right .wpcf7-form .wpcf7-textarea:focus {
	border-color: #2a2a2a;
}

/* --- Submit Button --- */
.home-section12-submit-wrap {
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.home-section12-submit-wrap input[type="submit"],
.home-section12-submit-wrap button[type="submit"],
.home-section12-right .wpcf7-form .wpcf7-submit {
	background: linear-gradient(to right, #4a5c5f, #2e3a3c);
	transition: background 0.3s ease, transform 0.2s ease,
		box-shadow 0.3s ease;
	color: #f3f3f3;
	border: none;
	padding: 14px 36px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
}

.home-section12-submit-wrap input[type="submit"]:hover,
.home-section12-submit-wrap button[type="submit"]:hover,
.home-section12-right .wpcf7-form .wpcf7-submit:hover {
	background: linear-gradient(to right, #5b7174, #3a4d50);
	transform: translateY(-1px);
	box-shadow: 0 4px 16px rgba(46, 58, 60, 0.45);
}

/* CF7 spinner — positioned to the right of the submit button */
.home-section12-submit-wrap p {
	position: relative;
}

.home-section12-submit-wrap .wpcf7-spinner {
	position: absolute;
	right: 0;
	margin: 0;
	bottom: 0;
}

/* ============================================================
       CF7 SPECIFIC OVERRIDES
    ============================================================ */

/* Remove CF7 default spacing */
.home-section12-right .wpcf7 {
	margin: 0;
	padding: 0;
}

.home-section12-right .wpcf7-form p {
	margin: 0;
}

/* CF7 validation error */
.home-section12-right .wpcf7-not-valid-tip {
	color: #c0392b;
	font-family: "Nunito Sans", sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 4px;
	display: block;
}

/* CF7 response output */
.home-section12-right .wpcf7-response-output {
	margin: 16px 0 0 0;
	padding: 12px 18px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 11px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	border-radius: 0;
	border: 1px solid #b0b0b0;
	color: #5a5a5a;
}

.home-section12-right .wpcf7-mail-sent-ok {
	background: #f0f5f0;
	border-color: #6a9a6a;
	color: #3a6a3a;
}

.home-section12-right .wpcf7-mail-sent-ng,
.home-section12-right .wpcf7-aborted {
	background: #f5f0f0;
	border-color: #c0392b;
	color: #c0392b;
}

/* CF7 spinner — floats above the submit button */
.home-section12-right .wpcf7-spinner {
	display: inline-block;
	position: absolute;
	bottom: calc(100% + 10px);
	right: 0;
	margin: 0;
}

/* CF7 invalid field highlight */
.home-section12-right .wpcf7-not-valid {
	border-bottom-color: #c0392b !important;
	border-color: #c0392b !important;
}

/* CF7 auto-inserts <p> and <br> inside country select — fix them */
.home-section12-country-select p {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
}

.home-section12-country-select br {
	display: none;
}

/* CF7 wraps every field in <span class="wpcf7-form-control-wrap"> —
   fix flex/block behaviour inside each custom wrapper */
.home-section12-field .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

/* Remove double border — phone row already has its own border-bottom */
.home-section12-phone-row input[type="tel"],
.home-section12-phone-row .home-section12-phone-input {
	border-bottom: none !important;
}

/* Phone row: make the CF7 span flex so the input stretches */
.home-section12-phone-row .wpcf7-form-control-wrap {
	flex: 1;
	display: flex;
	align-items: center;
	align-self: center;
}

.home-section12-phone-row .wpcf7-form-control-wrap input {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

/* Select and textarea wrappers */
.home-section12-select-wrap .wpcf7-form-control-wrap,
.home-section12-textarea-wrap .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.home-section12-select-wrap .wpcf7-form-control-wrap select {
	width: 100%;
}

.home-section12-textarea-wrap .wpcf7-form-control-wrap textarea {
	width: 100%;
}

/* ============================================================
       RESPONSIVE
    ============================================================ */

/* Tablet */

@media (max-width: 960px) {
	.home-section12 {
		padding: 60px 24px;
	}

	.home-section12-row {
		flex-direction: column;
		gap: 50px;
		align-items: flex-start;
	}

	.home-section12-left {
		flex: none;
		max-width: 100%;
		width: 100%;
		padding-right: 0;
		min-height: auto;
	}

	.home-section12-logo {
		margin-top: 36px;
	}

	.home-section12-right {
		width: 100%;
	}

	.home-section12-description {
		max-width: 100%;
	}
}

/* Mobile */
@media (max-width: 600px) {
	.home-section12 {
		padding: 48px 18px;
	}

	.home-section12-heading {
		font-size: 38px;
		margin-bottom: 24px;
	}

	.home-section12-field-row {
		flex-direction: column;
		gap: 0;
	}

	.home-section12-field-row .home-section12-field {
		flex: none;
		width: 100%;
	}

	.home-section12-submit-wrap {
		justify-content: flex-end;
	}

	.home-section12-submit-wrap input[type="submit"],
	.home-section12-submit-wrap button[type="submit"],
	.home-section12-right .wpcf7-form .wpcf7-submit {
		width: 100%;
		text-align: center;
	}
}

/* Small mobile */
@media (max-width: 380px) {
	.home-section12-country-select select {
		width: 32px;
	}

	.home-section12-country-code {
		font-size: 10px;
	}
}










footer {
	background-color: #0d0d0d;
	color: #ccc;
	font-size: 13px;
}

footer .container {
	max-width: 1540px;
	margin: 0 auto;
	padding: 0;
}

.footer-phone p {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
}

.footer-phone a {
	color: #888;
	text-decoration: none;
	font-size: 12px;
	transition: color 0.2s;
}

.footer-phone a:hover {
	color: #c8a14a;
}

.footer-socials {
	display: flex;
	gap: 14px;
	align-items: center;
	justify-content: flex-end;
}

.footer-socials a {
	color: #999;
	font-size: 16px;
	width: 32px;
	height: 32px;
	border: 1px solid #333;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.footer-socials a:hover {
	color: #c8a14a;
	border-color: #c8a14a;
	background: rgba(200, 161, 74, 0.08);
}

.footer-widget-area {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	padding: 60px 0 48px;
	align-items: start;
}

.each-footer-columns ul {
	list-style-type: none;
}

.footer-column-one .widget_media_image {
	margin-bottom: 80px;
}

.footer-address {
	color: #b6b6b6;
}

.footer-address h4 {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 20px;
	color: #fff;
}

.footer-address address {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
}

.footer-column-two .widget-title {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2.2px;
	color: #7b7b7b;
	border-bottom: 2px solid #2e2e2e;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.each-footer-columns .menu li a {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #b6b6b6;
	line-height: 38px;
	transition: all 0.3s ease-in-out;
}

.each-footer-columns .menu li a:hover {
	color: #c8a14a;
}

.each-footer-columns.footer-column-two {
	padding-left: 100px;
}

.each-footer-columns.footer-column-three {
	margin-top: 38px;
	border-top: 2px solid #2e2e2e;
	padding-top: 15px;
	padding-left: 100px;
}

.each-footer-columns.footer-column-four {
	margin-top: 35px;
	padding-left: 100px;
	padding-top: 15px;
}

.each-footer-columns.footer-column-five {
	margin-top: 35px;
	padding-left: 100px;
	padding-top: 15px;
}

.footer-column-five .widget_media_image {
	margin-bottom: 35px;
}

.footer-phone {
	text-align: left;
	margin-bottom: 20px;
}

.footer-phone p {
	margin-bottom: 4px;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #b6b6b6;
}

.footer-phone a {
	font-family: "Nunito Sans", sans-serif;
	color: #b6b6b6;
	text-decoration: none;
	font-size: 12px;
	transition: color 0.2s;
}

.footer-botton-block1 {
	border-top: 1px solid #5b5b5b;
	border-bottom: 1px solid #5b5b5b;
	padding: 15px 0;
	overflow: hidden;
}

.footer-botton-block1 ul {
	list-style-type: none;
	display: flex;
	column-gap: 17px;
	flex-wrap: wrap;
}

.footer-botton-block1 .menu li a {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #b6b6b6;
	line-height: 38px;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	letter-spacing: 1.1px;
	pointer-events: none;
	cursor: default;
}

.footer-botton-block2 {
	padding-top: 60px;
	padding-bottom: 40px;
	justify-content: space-between;
	font-weight: 400;
	font-size: 14px;
	color: #b6b6b6;
}

.footer-botton-block2 a {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #b6b6b6;
	transition: all 0.3s ease-in-out;
}

.footer-botton-block2 a:hover {
	color: #c8a14a;
}

.footer-botton-block2-half.right {
	display: flex;
	gap: 20px;
}




/* ============================================================
   STICKY SIDE BUTTONS
   ============================================================ */

.sticky-side-btns {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.sticky-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1a1a1a;
	color: #c9a84c;
	text-decoration: none;
	border-radius: 8px 0 0 8px;
	transition: background 0.3s ease, transform 0.2s ease;
}

.sticky-btn:hover {
	background: #2e2e2e;
	transform: translateX(-4px);
}

/* Enquire Now */
.sticky-btn-enquire {
	padding: 3px 15px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1.2px;
	text-align: center;
	line-height: 1.4;
	color: #ae9468;
	min-width: 115px;
}

/* WhatsApp */
.sticky-btn-whatsapp {
	padding: 12px 14px;
	color: #c9a84c;
}

.sticky-btn-whatsapp svg {
	display: block;
}

@media (max-width: 768px) {
	.sticky-btn-enquire {
		font-size: 11px;
		padding: 10px 12px;
		min-width: 58px;
	}

	.sticky-btn-whatsapp {
		padding: 10px 12px;
	}

	.sticky-btn-whatsapp svg {
		width: 22px;
		height: 22px;
	}
}





@media only screen and (max-width: 1680px) {

	h1,
	h1.title {
		font-size: 55px;
	}

	h2 {
		font-size: 40px;
	}

	h3 {
		font-size: 30px;
	}

	h4 {
		font-size: 25px;
	}

	h5 {
		font-size: 20px;
	}

	h6 {
		font-size: 18px;
	}

	p,
	ul,
	ol {
		font-size: 16px;
	}

	#logo-wrapper {
		width: 90%;
	}

	.container {
		max-width: 84%;
	}

	.home-section5 .container,
	.home-section6 .container,
	.home-section9 .container,
	.home-section12 .container,
	footer .container {
		max-width: 84%;
	}

	#access a,
	#access2 a {
		font-size: 15px;
		padding: 0 30px;
	}

	.enquire-btn-wrapper a {
		font-size: 15px;
	}

	.home-section1 {
		padding: 30px 0;
	}

	.home-section1-slider-header {
		padding: 0 0 30px 0;
	}

	.home-section1-slider-title h1 {
		font-size: 56px;
	}

	.home-section1-slider-description,
	.home-section1-slider-description p {
		font-size: 16px;
	}

	.home-section1-controls-wrapper {
		width: 215px;
	}

	.home-section1-counter {
		font-size: 13px;
	}

	.home-section2-dropdown-trigger {
		font-size: 16px;
	}

	.home-section2-search-btn {
		font-size: 20px;
	}

	.home-section2-search-result p {
		font-size: 16px;
	}

	.home-section3-number {
		font-size: 65px;
	}

	.home-section3-label {
		font-size: 16px;
	}

	.home-section4-card-title {
		font-size: 25px;
	}

	.home-section4-view-btn {
		font-size: 14px;
	}

	.home-section4-meta-city {
		font-size: 15px;
	}

	.home-section4-meta-areas {
		font-size: 14px;
	}

	.home-section4-meta-count {
		font-size: 40px;
	}

	.home-section4-detail-project-name {
		font-size: 25px;
	}

	.home-section4-detail-desc {
		font-size: 15px;
	}

	.home-section4-action-link-btn {
		font-size: 14px;
	}

	.home-section5-slide-left .home-section5-heading {
		font-size: 60px;
	}

	.home-section5-slide-left .home-section5-item-num {
		font-size: 60px;
	}

	.home-section5-slide-left .home-section5-item-title {
		font-size: 30px;
	}

	.home-section5-nav-counter {
		font-size: 15px;
	}

	.home-section6-static-card h2 {
		font-size: 30px;
		line-height: 34px;
	}

	.home-section6-testimonial-text {
		font-size: 15px;
	}

	.home-section6-author-role {
		font-size: 13px;
	}

	.home-section8-faq-header h2 {
		font-size: 35px;
	}

	.home-section8-category-label h3 {
		font-size: 30px;
	}

	.home-section8-accordion-question {
		font-size: 15px;
	}

	.home-section8-accordion-answer {
		font-size: 15px;
		line-height: 26px;
	}

	.home-section9-heading-wrap h2 {
		font-size: 35px;
	}

	.home-section9-card-hero h3 {
		font-size: 25px;
	}

	.home-section9-card-hero p {
		font-size: 18px;
		line-height: 28px;
	}

	.home-section9-title {
		font-size: 18px;
	}

	.home-section9-desc {
		font-size: 15px;
	}

	.home-section10-label-card .home-section10-label-title {
		font-size: 90px;
	}

	.home-section10-post-card .home-section10-post-title {
		font-size: 18px;
		line-height: 24px;
	}

	.home-section10-post-card .home-section10-post-excerpt {
		font-size: 15px;
	}

	.home-section10-label-card .home-section10-all-btn {
		font-size: 15px;
	}

	.home-section11-label {
		font-size: 60px;
	}

	.home-section11-num {
		font-size: 90px;
	}

	.home-section11-brand-loc {
		font-size: 15px;
	}

	.home-section11-spec {
		font-size: 15px;
	}

	.home-section11-cta {
		font-size: 15px;
	}

	.home-section12-heading {
		font-size: 35px;
	}

	.home-section12-description {
		font-size: 15px;
	}

	.home-section12-submit-wrap input[type="submit"],
	.home-section12-submit-wrap button[type="submit"],
	.home-section12-right .wpcf7-form .wpcf7-submit {
		font-size: 15px;
	}

	.home-section4-detail-footer {
		right: -8%;
	}

	.home-section4-detail-inner {
		grid-template-columns: 500px 1fr;
	}

	.home-section4-theme-ongoing .home-section4-detail-inner,
	.home-section4-theme-completed .home-section4-detail-inner {
		grid-template-columns: 1fr 500px;
	}

}

@media only screen and (max-width: 1520px) {
	.home-section6-testimonial-card {
		height: 400px !important;
	}

	.home-section6-author-block {
		border-radius: 0 0 50px 50px;
	}

	.home-section6-static-card {
		height: 400px;
	}
}

@media only screen and (max-width: 1490px) {

	h1,
	h1.title {
		font-size: 46px;
	}

	h2 {
		font-size: 35px;
	}

	h3 {
		font-size: 30px;
	}

	h4 {
		font-size: 25px;
	}

	h5 {
		font-size: 20px;
	}

	h6 {
		font-size: 18px;
	}

	p,
	ul,
	ol {
		font-size: 15px;
	}

	.home-section1-slider-title h1 {
		font-size: 40px;
	}

	.home-section1-meta-rule {
		margin-top: 10px;
	}

	.home-section1-slide img {
		aspect-ratio: 13 / 5;
	}

	.home-section8-category-label::before {
		height: 2px;
	}

	.home-section2-dropdown-trigger {
		font-size: 15px;
		padding: 0 50px;
	}

	.home-section2-search-btn {
		font-size: 18px;
	}

	.home-section3-number {
		font-size: 55px;
	}

	.home-section3-number sup {
		font-size: 50px;
	}

	.home-section5-slide-left .home-section5-heading {
		font-size: 50px;
	}

	.home-section5-slide-left .home-section5-item-num {
		font-size: 50px;
	}

	.home-section5-slide-left .home-section5-item-title {
		font-size: 25px;
	}

	.home-section6-static-card h2 {
		font-size: 25px;
		line-height: 30px;
	}

	.home-section8-category-label h3 {
		font-size: 25px;
	}

	.home-section9-card-hero h3 {
		font-size: 22px;
	}

	.home-section9-card-hero p {
		font-size: 16px;
		line-height: 24px;
	}

	.home-section9-title {
		font-size: 16px;
		line-height: 24px;
	}

	.home-section10-label-card .home-section10-label-title {
		font-size: 80px;
	}

	.home-section10-post-card .home-section10-post-title {
		font-size: 16px;
		line-height: 24px;
	}

	.home-section11-label {
		font-size: 50px;
	}

	.home-section11-num {
		font-size: 70px;
	}

	.footer-botton-block1 .menu li a {
		line-height: 28px;
	}

}

@media only screen and (max-width: 1366px) {

	#access a,
	#access2 a {
		font-size: 14px;
		padding: 0 25px;
	}

	.home-section1-slider-title h1 {
		font-size: 40px;
	}

	.home-section1-slider-description,
	.home-section1-slider-description p {
		font-size: 15px;
	}

	.home-section2-search-btn {
		font-size: 16px;
	}

	.home-section3-number {
		font-size: 45px;
	}

	.home-section3-number sup {
		font-size: 35px;
	}

	.home-section3-label {
		font-size: 15px;
	}

	.home-section4-card-title {
		font-size: 22px;
		line-height: 26px;
	}

	.home-section5-slide-left .home-section5-heading {
		font-size: 40px;
	}

	.home-section5-slide-left .home-section5-item-num {
		font-size: 40px;
	}

	.home-section10-label-card .home-section10-label-title {
		font-size: 70px;
	}

	.home-section10-post-card .home-section10-post-excerpt {
		font-size: 14px;
	}

	.home-section11-label {
		font-size: 40px;
	}

	.home-section11-num {
		font-size: 50px;
	}

	.home-section12-description {
		font-size: 14px;
		line-height: 26px;
	}

	.each-footer-columns.footer-column-two {
		padding-left: 80px;
	}

	.each-footer-columns.footer-column-three {
		padding-left: 80px;
	}

	.each-footer-columns.footer-column-four {
		padding-left: 80px;
	}

	.home-section4-detail-footer {
		right: -40px;
	}

	.home-section5-slide {
		height: 525px;
	}
	.home-section1-slide img {
		aspect-ratio: 14/ 5;
	}


}

@media only screen and (max-width: 1280px) {

	.container,
	.home-section5 .container,
	.home-section6 .container,
	.home-section9 .container,
	.home-section12 .container,
	footer .container {
		max-width: 90%;
	}

	#homeSec1BtnPrev,
	#homeSec1BtnNext {
		background-size: 10px;
	}

	.home-section1-controls-wrapper {
		width: 215px;
	}

	.each-footer-columns.footer-column-two {
		padding-left: 50px;
	}

	.each-footer-columns.footer-column-three {
		padding-left: 50px;
	}

	.each-footer-columns.footer-column-four {
		padding-left: 50px;
	}

	.bottom-to-top-arrow {
		height: 30px;
		right: 15px;
		width: 30px;
	}

	.home-section4-detail-inner {
		grid-template-columns: 400px 1fr;
	}

	.home-section4-theme-ongoing .home-section4-detail-inner,
	.home-section4-theme-completed .home-section4-detail-inner {
		grid-template-columns: 1fr 400px;
	}

	.home-section4-card {
		padding-left: 20px;
	}

	.home-section4-card-inner-wrapper {
		padding-bottom: 20px;
	}

	.home-section4-meta-locations {
		padding: 20px 20px;
		min-height: 120px;
	}

	.home-section4-card-header {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.home-section4-meta-city {
		font-size: 14px;
	}

	.home-section4-meta-areas {
		font-size: 13px;
	}


}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1100px) {
	#logo-wrapper {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.enquire-btn-wrapper {
		margin-right: 100px;
		margin-top: 18px;
	}

	.enquire-btn-wrapper a {
		font-size: 15px;
		padding: 10px 40px;
	}

	.rmp_menu_trigger.rmp-menu-trigger-boring.rmp-mobile-device-menu {
		transition: all 0.3s ease-in-out !important;
		top: 20px !important;
		cursor: pointer !important;
	}

	.shrink-header-style .rmp_menu_trigger.rmp-menu-trigger-boring.rmp-mobile-device-menu {
		top: 15px !important;
	}

	.home-section2-search-bar {
		width: 100%;
		max-width: 100%;
	}

	.home-section2-dropdown-wrap {
		width: 20%;
	}


	.home-section2-search-btn {
		margin-right: 50px;
	}




}

@media only screen and (max-width: 1024px) {

	h1,
	h1.title {
		font-size: 40px;
	}

	h2 {
		font-size: 35px;
	}

	h3 {
		font-size: 30px;
	}

	h4 {
		font-size: 25px;
	}

	h5 {
		font-size: 20px;
	}

	#page {
		padding-top: 91px;
	}

	#logo-wrapper {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.home-section1 {
		padding: 50px 0;
	}

	.home-section3-inner-wrapper {
		padding: 50px;
	}

	.home-section5 {
		padding: 0;
	}

	.home-section4,
	.home-section5 .container,
	.home-section6,
	.home-section7,
	.home-section8,
	.home-section10-wrap,
	.home-section11,
	.home-section12 {
		padding: 50px 0;
	}


	.home-section9-section {
		padding-bottom: 50px;
	}

	.home-section8-faq-category {
		margin-bottom: 0px;
	}

	.rmp_menu_trigger.rmp-menu-trigger-boring {
		top: 20px !important;
	}

	.footer-widget-area {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.each-footer-columns.footer-column-four {
		padding-left: 0;
	}

	.each-footer-columns.footer-column-five {
		padding-left: 50px;
	}

	.footer-socials {
		justify-content: start;
	}

	.home-section7-thumb-grid {
		gap: 10px;
	}

	.home-section7-slide {
		gap: 10px;
	}

	.home-section4-detail-panel {
		margin-top: 80px;
	}

}

@media only screen and (max-width: 960px) {
	.home-section4-detail-footer {
		right: 0;
		bottom: -40px;
	}
}

@media only screen and (max-width: 880px) {
	.home-section2-search-bar {
		justify-content: space-between;
	}

	.home-section2-dropdown-trigger {
		padding: 0 20px;
	}

	.home-section2-search-btn {
		flex: auto;
		margin-right: 0;
		justify-content: space-between;
	}

	.home-section3-inner-wrapper {
		padding: 30px;
	}

	.home-section4-detail-img.home-section4-theme-upcoming {
		padding-top: 30px;
	}

	.home-section4-detail-content-wrapper {
		padding-top: 30px;
	}

	.home-section4-detail-panel {
		margin-top: 50px;
	}


}

@media only screen and (max-width: 768px) {

	h1,
	h1.title {
		font-size: 35px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 25px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}

	.home-section5-slide-left .home-section5-heading {
		font-size: 30px;
	}

	.home-section5-slide-left .home-section5-item-num {
		font-size: 30px;
	}

	.home-section5-slide-left .home-section5-item-title {
		font-size: 20px;
	}

	.rmp_menu_trigger.rmp-menu-trigger-boring.rmp-mobile-device-menu {
		top: 5px !important;
	}

}

@media only screen and (max-width: 767px) {
	.home-section2-dropdown-wrap {
		width: 100%;
	}

	.home-section9-heading-wrap {
		margin-bottom: 50px;
	}

	.home-section10-row {
		gap: 50px;
	}

	.home-section5-slider-wrapper {
		height: auto;
		flex-direction: column;
		align-items: stretch;
	}

	.home-section5-slide-left {
		width: 100%;
		height: auto;
		padding: 30px;
		align-self: auto;
		gap: 30px;
	}

	.home-section5-slide-right {
		position: relative;
		width: 100%;
		height: 280px;
	}

	.home-section5-glyph {
		display: none;
	}

	.home-section5-slide-desc {
		display: none;
	}

}

@media only screen and (max-width: 600px) {
	.enquire-btn-wrapper {
		display: none;
	}


}

@media only screen and (max-width: 500px) {
	.home-section1-controls-wrapper {
		width: 150px;
	}

	.home-section1-controls-overlay {
		height: 40px;
	}

	.home-section1 {
		padding-top: 30px;
		padding-bottom: 50px;
	}

	.home-section1-slider-description {
		position: relative;
		padding-bottom: 20px;
		margin-bottom: 10px;
	}

	.home-section1-slider-description::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		height: 1px;
		width: 120px;
		background-color: #000;
	}

	.home-section2-search-bar {
		border-radius: 0;
	}

	.home-section2-search-btn {
		justify-content: center;
	}

	.home-section2-trigger-title {
		font-size: 14px;
	}

	.home-section3 .container {
		max-width: 100%;
	}

	.home-section3 {
		padding: 48px 18px;
	}

	.home-section3-inner-wrapper {
		padding: 20px;
	}

	.home-section3-number sup {
		font-size: 30px;
	}

	.home-section3-label {
		font-size: 12px;
		line-height: 1;
	}

	.home-section3-number {
		font-size: 30px;
	}

	.home-section3-stat:nth-child(2),
	.home-section3-stat:nth-child(4),
	.home-section3-stat:nth-child(6) {
		padding: 30px 0px 40px 30px;
	}

	/* ── Section 4 detail panel ── */
	.home-section4-detail-inner {
		grid-template-columns: 1fr;
	}

	.home-section4-detail-img {
		grid-column: 1 / -1;
		height: 200px;
		min-height: unset;
		border-right: none;
	}

	.home-section4-detail-content-wrapper {
		grid-column: 1 / -1;
		width: 100%;
		flex-direction: column;
	}

	.home-section4-detail-content {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	.home-section4-detail-content-inner {
		padding: 24px 20px;
	}

	.home-section4-detail-links {
		width: 100%;
		padding: 20px 20px;
		border-top: none;
		gap: 20px;
	}

	/* Reset ongoing/completed reversed layout for single-column stack */
	.home-section4-theme-ongoing .home-section4-detail-inner,
	.home-section4-theme-completed .home-section4-detail-inner {
		grid-template-columns: 1fr;
	}

	.home-section4-theme-ongoing .home-section4-detail-img,
	.home-section4-theme-completed .home-section4-detail-img {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.home-section4-theme-ongoing .home-section4-detail-content-wrapper,
	.home-section4-theme-completed .home-section4-detail-content-wrapper {
		grid-column: 1 / -1;
		grid-row: auto;
		flex-direction: column;
	}

	.home-section4-theme-ongoing .home-section4-detail-content,
	.home-section4-theme-completed .home-section4-detail-content {
		width: 100%;
		border-left: none;
		border-right: none;
	}

	.home-section4-action-link-btn {
		padding: 5px 12px;
	}

	.home-section4-theme-ongoing .home-section4-detail-links,
	.home-section4-theme-upcoming .home-section4-detail-links,
	.home-section4-theme-completed .home-section4-detail-links {
		width: 100%;
		border-top: none;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.home-section4-theme-ongoing .home-section4-detail-links .home-section4-action-link-btn,
	.home-section4-theme-upcoming .home-section4-detail-links .home-section4-action-link-btn,
	.home-section4-theme-completed .home-section4-detail-links .home-section4-action-link-btn {
		width: 45%;
	}

	.home-section4-detail-img.home-section4-theme-ongoing,
	.home-section4-detail-img.home-section4-theme-upcoming,
	.home-section4-detail-img.home-section4-theme-completed {
		padding-top: 30px;
	}

	.home-section4-detail-img.home-section4-theme-ongoing::before,
	.home-section4-detail-img.home-section4-theme-upcoming::before,
	.home-section4-detail-img.home-section4-theme-completed::before {
		top: 30px;
	}

	.home-section5-slide-left .home-section5-item-title {
		font-size: 17px;
	}

	.home-section5-slide-left {
		padding: 20px;
		gap: 20px;
	}

	.home-section5-slide-right {
		height: 220px;
	}

	.home-section6-static-card {
		height: 200px;
		flex-direction: column;
	}

	.home-section6-testimonial-card {
		height: 300px !important;
	}

	.home-section7-featured-video {
		border-radius: 0;
	}

	.bottom-to-top-arrow {
		bottom: 50px;
	}

	.home-section7-slider-footer {
		justify-content: space-between;
		gap: 25px;
	}

	.home-section7-nav-arrows {
		gap: 20px;
	}

	.home-section7-cta-btn {
		padding: 9px 10px;
	}

	.home-section8-category-label h3 br {
		display: none;
	}

	.home-section9-heading-wrap h2 {
		font-size: 25px;
	}

	.home-section9-heading-wrap {
		margin-bottom: 50px;
		gap: 10px;
	}

	.home-section10-row {
		flex-direction: column;
		gap: 0;
	}

	.home-section10-label-card {
		flex: 0 0 62px;
		padding: 10px 0px 10px 0;
		flex-direction: row;
	}


	.home-section10-label-card .home-section10-all-btn {
		margin-top: 5px;
	}

	.home-section10-label-card .home-section10-label-title {
		font-size: 38px;
	}

	.home-section10-post-card {
		padding: 16px 0px;
	}

	.home-section10-slider-arrows {
		width: 150px;
	}

	.home-section11 {
		padding-top: 0;
	}

	.home-section11-label {
		font-size: 25px;
	}

	.home-section11-left-header {
		padding: 18px 0px;
	}

	.home-section12 {
		overflow: hidden;
	}

	.home-section12-left {
		flex-direction: row;
	}


	.home-section12-field input[type="text"],
	.home-section12-field input[type="email"],
	.home-section12-field input[type="tel"],
	.home-section12-right .wpcf7-form .wpcf7-text,
	.home-section12-right .wpcf7-form .wpcf7-email,
	.home-section12-right .wpcf7-form input[type="tel"],
	.home-section12-select-wrap select,
	.home-section12-right .wpcf7-form .wpcf7-select {
		font-size: 12px;
	}

	.home-section12-field input[type="text"]::placeholder,
	.home-section12-field input[type="email"]::placeholder,
	.home-section12-field input[type="tel"]::placeholder,
	.home-section12-right textarea::placeholder,
	.home-section12-right select::placeholder,
	.home-section12-right .wpcf7-form .wpcf7-text::placeholder,
	.home-section12-right .wpcf7-form .wpcf7-email::placeholder,
	.home-section12-right .wpcf7-form input[type="tel"]::placeholder {
		font-size: 12px;
	}

	.home-section12-textarea-wrap textarea,
	.home-section12-right .wpcf7-form .wpcf7-textarea {
		font-size: 12px;
	}

	.home-section12-textarea-wrap textarea::placeholder,
	.home-section12-right .wpcf7-form .wpcf7-textarea::placeholder {
		font-size: 12px;
	}

	.home-section12-phone-input {
		font-size: 12px;
	}

	.home-section12-phone-input::placeholder {
		font-size: 12px;
	}

	.footer-widget-area {
		grid-template-columns: 1fr;
	}

	.footer-column-one .widget_media_image {
		margin-bottom: 20px;
	}

	.each-footer-columns.footer-column-two {
		padding-left: 0;
		padding-top: 50px;
	}

	.each-footer-columns.footer-column-three {
		padding-left: 0;
	}

	.each-footer-columns.footer-column-four {
		padding-left: 0;
		border-top: 2px solid #2e2e2e;
	}

	.each-footer-columns.footer-column-five {
		padding-left: 0;
		padding-top: 20px;
		border-top: 2px solid #2e2e2e;
	}

	.each-footer-columns.footer-column-five ul {
		flex-direction: row;
		display: flex;
		justify-content: space-between;
		gap: 20px;
	}

	.footer-botton-block1 {
		display: none;
	}

	.footer-botton-block2 {
		padding-top: 15px;
		padding-bottom: 15px;
		border-top: 1px solid #5b5b5b;
		gap: 10px;
		font-size: 10px;
	}

	.footer-botton-block2-half.right {
		display: flex;
		gap: 10px;
	}

	.footer-widget-area {
		padding: 30px 0 30px;
	}

	.footer-phone p {
		font-size: 13px;
	}

	.footer-botton-block2 a {
		font-size: 10px;
	}

	.page-section1 .container {
		max-width: 100%;
	}
	.home-section1-slide img {
		aspect-ratio: 16/ 14;
	}

}